@font-face {
	font-family: 'Junkyard Jamboree';
	src: url('../webfonts/JunkyardJamboree.woff2') format('woff2'),
		url('../webfonts/JunkyardJamboree.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #310C12;
	color: #310C12;
	font-family: 'active-one', 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	min-width: 320px;
}

body.is-lightbox-open,
body.menu-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

p,
ul,
ol,
figure {
	margin: 0;
}

ul,
ol {
	padding-left: 0;
}

button,
input,
textarea {
	font: inherit;
}

.sr-only {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

#wrapper,
main {
	overflow: hidden;
}

#header {
	display: flex;
	cursor: default;
	font-weight: 600;
	height: 3.25em;
	left: 0;
	letter-spacing: 0.25em;
	line-height: 3.25em;
	margin: 0;
	pointer-events: none;
	position: fixed;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 10000;
}

body.petportraits-page #header {
	transition: opacity 180ms ease, transform 180ms ease;
}

body.petportraits-page.is-past-hero-top #header {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-1rem);
}

#header .logo {
	border: 0;
	display: inline-block;
	font-size: 0.93em;
	height: inherit;
	line-height: inherit;
	padding: 1em 0 1.5em 1em;
	pointer-events: auto;
	width: 10em;
}

#header .logo img {
	display: block;
	height: auto;
	width: 100%;
}

.site-hamburger {
	position: fixed;
	top: 1.5em;
	right: calc(1.5em + 3.1vh);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 10010;
}

#menuToggle {
	display: block;
	position: relative;
	z-index: 10011;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 8vh;
	height: 8vh;
	position: absolute;
	top: -2.6vh;
	right: 1vh;
	cursor: pointer;
	opacity: 0;
	z-index: 10012;
}

#menuToggle .menu-toggle-handle {
	display: block;
	position: absolute;
	left: -0.8em;
	top: 0.1em;
	width: 2.75em;
	height: 2.25em;
	cursor: pointer;
	z-index: 10013;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
}

#menuToggle .menu-toggle-handle:before {
	content: none;
}

#menuToggle .menu-toggle-handle span {
	display: block;
	position: absolute;
	left: 0.2em;
	width: 1.5em;
	height: 3px;
	background: #ff6600;
	border-radius: 3px;
	z-index: 10014;
	transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.3s ease;
	transform-origin: center;
}

#menuToggle input:checked~.menu-toggle-handle span {
	background: #8f0813;
}

#menuToggle .menu-toggle-handle span:nth-of-type(1) {
	top: 0;
}

#menuToggle .menu-toggle-handle span:nth-of-type(2) {
	top: 7px;
}

#menuToggle .menu-toggle-handle span:nth-of-type(3) {
	top: 14px;
}

#menuToggle input:checked~.menu-toggle-handle span:nth-of-type(1) {
	transform: translateY(7px) rotate(45deg);
}

#menuToggle input:checked~.menu-toggle-handle span:nth-of-type(2) {
	opacity: 0;
}

#menuToggle input:checked~.menu-toggle-handle span:nth-of-type(3) {
	transform: translateY(-7px) rotate(-45deg);
}

#menuToggle input:checked~.menu-close {
	display: block;
}

#menuToggle .menu-overlay {
	position: fixed;
	inset: 0;
	background: rgba(239, 39, 0, 0.45);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.45s ease;
	z-index: 9;
	padding: 0;
	margin: 0;
	border: none;
}

#menuToggle .menu-overlay:before {
	content: none;
}

#menuToggle input:checked~.menu-overlay {
	opacity: 1;
	pointer-events: auto;
}

#menuToggle ul {
	position: fixed;
	top: 50%;
	left: 50%;
	width: min(90vw, 24rem);
	margin: 0;
	padding: 2em 2.75em;
	background: #f23b00;
	border: 5px solid #8f0813;
	border-radius: 1.6em;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.5em;
	text-align: center;
	transform: translate(-50%, -46%) scale(0.94);
	opacity: 0;
	pointer-events: none;
	z-index: 10009;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
	transition: opacity 0.45s ease, transform 0.45s ease;
	will-change: opacity, transform;
}

#menuToggle ul li {
	list-style: none;
}

#menuToggle ul li a,
#menuToggle ul li label,
#menuToggle ul li label a {
	color: #f5e3df;
	background: #f23b00;
	border: 0 solid #8f0813;
	border-radius: 0.85em;
	display: block;
	padding: 0.85em 0;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: 'active-one', 'Source Sans Pro', sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	position: relative;
	overflow: visible;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

#menuToggle ul li a:before,
#menuToggle ul li label:before,
#menuToggle ul li label a:before {
	content: '';
	position: absolute;
	inset: 0.45em 0.5em;
	border: 2px solid transparent;
	border-radius: calc(0.85em - 0.45em);
	transition: border-color 0.25s ease;
	pointer-events: none;
}

#menuToggle ul li a:hover,
#menuToggle ul li label:hover,
#menuToggle ul li label a:hover {
	background: #ff5e1a;
	color: #8f0813;
}

#menuToggle ul li a:hover:before,
#menuToggle ul li label:hover:before,
#menuToggle ul li label a:hover:before {
	border-color: #f5e3df;
}

#menuToggle input:checked~ul {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	pointer-events: auto;
}

.menu-close {
	position: fixed;
	top: 0.7em;
	right: 2em;
	width: 1.75em;
	height: 2.75em;
	cursor: pointer;
	display: none;
	z-index: 10015;
}

.menu-close:before,
.menu-close:after {
	content: none;
}

#banner.major {
	align-items: center;
	background-color: #f5e3df;
	background-image: url('images/catheads.svg');
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	color: #8f0813;
	display: flex;
	height: 75vh;
	justify-content: center;
	max-height: 50em;
	min-height: 30em;
	padding: 8rem 1.5rem 8rem;
	position: relative;
	text-align: left;
}

#banner > .inner {
	margin: 2em 0 0 6em;
	max-width: 100rem;
	width: min(82rem, calc(100% - 2rem));
	z-index: 2;
}

#banner h1 {
	color: #f23b00;
	font-family: 'Junkyard Jamboree', 'active-one', sans-serif;
	font-size: clamp(4.25rem, 11vw, 8.5rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0;
	text-transform: uppercase;
}

#banner .content {
	align-items: center;
	display: flex;
	gap: clamp(2rem, 8vw, 10rem);
	justify-content: space-between;
	width: 100%;
}

#banner .content p {
	color: #8f0813;
	font-size: clamp(1.05rem, 2vw, 1.55rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
	max-width: 46rem;
	text-transform: uppercase;
}

.pet-portraits-hero-copy__intro,
.pet-portraits-hero-copy__main {
	display: inline-block;
}



.pet-portraits-hero-copy__main {
	margin-top: 0.35rem;
	font-size: 1.39em;
	line-height: normal;
}

.pet-portraits-hero-copy__note {
	display: block;
	font-size: 0.8em;
	line-height: 1.35;
	margin-top: 0.9rem;
	opacity: 0.82;
	text-transform: none;
}

.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
}

.actions.special {
	justify-content: center;
}

#banner .cta-line {
	transform: translateX(-12em);
}

@media screen and (max-width: 1180px) {
	#banner > .inner {
		margin: 2em auto 0;
		width: min(82rem, calc(100% - 4rem));
	}

	#banner .content {
		gap: clamp(1.5rem, 4vw, 4rem);
	}

	#banner .content p {
		max-width: min(46rem, 64vw);
	}

	#banner .cta-line {
		flex: 0 0 auto;
		transform: none;
	}
}

.button,
input[type='submit'],
input[type='reset'],
button {
	appearance: none;
	background: #f23b00;
	border: 0.25rem solid #8f0813;
	border-radius: 0.75rem;
	box-shadow: none;
	color: #fff6d5 !important;
	cursor: pointer;
	display: inline-flex;
	font-family: 'active-one', 'Source Sans Pro', Arial, sans-serif;
	font-size: clamp(1.05rem, 1.8vw, 1.45rem);
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.18em;
	line-height: 1;
	min-height: 3.5rem;
	padding: 0.95rem 1.9rem;
	text-align: center;
	text-transform: uppercase;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible,
input[type='submit']:hover,
input[type='submit']:focus-visible,
button:hover,
button:focus-visible {
}

.button.is-disabled,
button:disabled,
input:disabled,
textarea:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.pet-portraits-section,
.pet-portraits-final-cta {
	padding: 4rem;
}

.pet-portraits-section:nth-of-type(odd) {
	background: #f5e3df;
}

.pet-portraits-section:nth-of-type(even) {
	background: #ffe3b4;
}

#one.pet-portrait-gallery-section {
	background: #f04117;
	padding-top: 6rem;
	position: relative;
	z-index: 2;
}

#one::before {
	background: url('images/wave-top.svg') repeat-x;
	background-size: cover;
	content: '';
	height: 100px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: -80px;
	width: 100%;
	z-index: 2;
}

.pet-portraits-section__inner,
.pet-portraits-final-cta__inner {
	margin: 0 auto;
	max-width: 74rem;
	width: 100%;
}

.pet-portraits-section__inner--narrow {
	max-width: 58rem;
}

.pet-portraits-section__header {
	margin-bottom: clamp(1.5rem, 4vw, 2.6rem);
	max-width: 52rem;
}

.pet-portraits-eyebrow {
	color: #f23b00;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.25;
	margin-bottom: 0.9rem;
	text-transform: uppercase;
}

h2 {
	font-family: 'active-one', 'Source Sans Pro', Arial, sans-serif;
	line-height: 1.05;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	color: #f23b00;
	font-size: clamp(2.6rem, 7vw, 5rem);
}

#pet-gallery-heading {
	color: #f5e3df;
	font-synthesis: none;
	font-weight: normal;
}

.pet-gallery-caption {
	color: #ff9450;
	display: block;
	font-family: 'active-one', 'Source Sans Pro', Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.05;
	margin: 0.15em 0 0;
	text-transform: uppercase;
}

h3 {
	color: #f23b00;
	font-family: 'active-one', 'Source Sans Pro', Arial, sans-serif;
	font-size: 2.6em;
	font-synthesis: none;
	font-weight: normal;
	line-height: 1.05;
	margin: 0;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.pet-portraits-section p,
.pet-portraits-section li,
.pet-portraits-final-cta p {
	color: #f5e3df;
	font-size: clamp(1.02rem, 1.7vw, 1.18rem);
	line-height: 1.55;
}

.pet-portrait-gallery {
	display: grid;
	gap: clamp(1.1rem, 2.5vw, 1.75rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pet-portrait-card {
	display: grid;
	gap: clamp(1.1rem, 2vw, 1.6rem);
	margin: 0;
}

.pet-portrait-card__image,
.pet-portrait-card__placeholder {
	aspect-ratio: 1;
	background: #fff6d5;
	border: 0.2rem solid #8f0813;
	border-radius: 1.25rem;
	display: block;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.pet-portrait-card__placeholder {
	align-items: center;
	background: linear-gradient(135deg, #fff6d5, #ffe3b4);
	color: #8f0813;
	display: flex;
	font-weight: 800;
	justify-content: center;
	padding: 1rem;
	text-align: center;
}

.pet-process-steps,
.pet-info-grid {
	display: grid;
	gap: 1.25rem;
}

.pet-process-steps {
	counter-reset: pet-process;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
}

.pet-process-steps li,
.pet-info-card,
.pet-faq-item,
.pet-portrait-form {
	background: #310C12;
	border: 0.14rem solid rgba(49, 12, 18, 0.18);
	border-radius: 1.2rem;
	padding: clamp(1.15rem, 2.5vw, 1.65rem);
}

.pet-process-steps li {
	counter-increment: pet-process;
}

.pet-process-steps li::before {
	align-items: center;
	background: #f23b00;
	border-radius: 999px;
	color: #fff6d5;
	content: counter(pet-process);
	display: inline-flex;
	font-size: 1rem;
	height: 2rem;
	justify-content: center;
	margin-bottom: 1rem;
	width: 2rem;
}

.pet-process-steps strong,
.pet-process-steps span {
	display: block;
}

.pet-process-steps strong {
	color:#a16c61;
	font-size: 1.1rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.pet-info-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.25rem;
}

.pet-info-card ul {
	list-style: disc;
	padding-left: 1.25rem;
}

.pet-pricing-section {
	background: #8f0813 !important;
}

.pet-pricing-section__header {
	max-width: 62rem;
}

.pet-pricing-caption {
	color: #ff7c33;
	display: block;
	font-family: 'active-one', 'Source Sans Pro', Arial, sans-serif;
	font-size: clamp(1.2rem, 2.2vw, 1.7rem);
	line-height: 1.2;
	margin: 0.35em 0 0;
	text-transform: uppercase;
}

.pet-pricing-cards,
.pet-pricing-includes__grid {
	display: grid;
	gap: 1.25rem;
}

.pet-pricing-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pet-pricing-card,
.pet-pricing-include {
	background: #310C12;
	border: 0.14rem solid rgba(49, 12, 18, 0.18);
	border-radius: 1.2rem;
	color: #f5e3df;
	padding: clamp(1.15rem, 2.5vw, 1.65rem);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.pet-pricing-card:hover,
.pet-pricing-include:hover {
	box-shadow: 0.45rem 0.45rem 0 rgba(143, 8, 19, 0.35);
	transform: translateY(-0.12rem);
}

.pet-pricing-card h3 {
	color: #f23b00;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	margin-bottom: 0.55rem;
}

.pet-pricing-card__price {
	color: #f5e3df;
	font-size: clamp(1.3rem, 2.4vw, 1.85rem);
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.1;
	margin-bottom: 0.85rem;
	text-transform: uppercase;
}

.pet-pricing-card__description {
	color: #f5e3df;
}

.pet-pricing-notes {
	display: grid;
	gap: 0.75rem;
	margin: clamp(1.25rem, 3vw, 2rem) 0;
}

.pet-pricing-notes p {
	border-left: 0.25rem solid #f23b00;
	color: #f5e3df;
	font-size: clamp(0.98rem, 1.5vw, 1.1rem);
	line-height: 1.45;
	padding-left: 0.9rem;
}

.pet-pricing-includes {
	margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.pet-pricing-includes h3 {
	color: #f23b00;
	margin-bottom: 1rem;
}

.pet-pricing-includes__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pet-pricing-include {
	font-size: clamp(1rem, 1.6vw, 1.15rem);
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-transform: uppercase;
}

.pet-faq-list {
	display: grid;
	gap: 1rem;
}

.pet-faq-question {
	align-items: center;
	background: transparent;
	border: 0;
	color: #ff7c33 !important;
	display: flex;
	font-size: 1.1rem;
	justify-content: space-between;
	letter-spacing: 0.08em;
	min-height: auto;
	padding: 0;
	text-align: left;
	width: 100%;
}

.pet-faq-question::after {
	content: '+';
	font-size: 1.5rem;
}

.pet-faq-question[aria-expanded='true']::after {
	content: '–';
}

.pet-faq-answer {
	margin-top: 0.9rem;
}

.pet-request-section {
	background: #310C12 !important;
}

.pet-request-section h2,
.pet-request-section .pet-portraits-eyebrow,
.pet-request-section .pet-request-section__intro {
	color: #f5e3df;
}

.pet-portrait-form {
	background: #f23b00;
}

.fields {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.field {
	display: grid;
	gap: 0.45rem;
}

.field.half {
	grid-column: span 1;
}

.field:not(.half) {
	grid-column: 1 / -1;
}

label {
	color: #8f0813;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

input[type='text'],
input[type='email'],
input[type='number'],
input[type='file'],
select,
textarea {
	background: #fff;
	border: 0.14rem solid rgba(49, 12, 18, 0.24);
	border-radius: 0.75rem;
	color: #310C12;
	padding: 0.8rem 0.9rem;
	width: 100%;
}

textarea {
	min-height: 8rem;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #f23b00;
	outline: none;
}

input[type='checkbox'] + label {
	display: inline;
	font-size: 0.95rem;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
}

.pet-portrait-form .actions {
	margin-top: 1.25rem;
}

.pet-portraits-final-cta {
	background:#310C12;
	text-align: center;
}

#contact {
	background: #310C12;
}

.pet-portraits-final-cta h2 {
	margin: 0 auto 1.5rem;
	max-width: 50rem;
}

#footer {
	background-color: #310C12;
	color: rgba(255, 246, 213, 0.78);
	padding: 3rem 1.5rem 2rem;
}

#footer .inner {
	margin: 0 auto;
	max-width: 74rem;
}

.footer-icon-groups {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 2.25em;
	justify-content: flex-start;
	width: 100%;
}

#footer .footer-icon-groups ul.icons {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
}

.icons {
	display: flex;
	gap: 1rem;
	list-style: none;
}

.icon {
	border-bottom: none;
	position: relative;
	text-decoration: none;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
	text-transform: none !important;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

.icon > .label {
	display: none;
}

#footer .footer-icon-groups .social-icons {
	flex: 0 0 auto;
	margin-right: 0;
	width: fit-content;
}

#footer .footer-icon-groups .footer-links {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: 1.25em;
	justify-content: center;
	min-width: 0;
}

#footer .footer-icon-groups .footer-links li {
	padding: 0;
}

#footer .footer-icon-groups .footer-links li:first-child {
	flex: 0 0 auto;
	min-width: 0;
}

#footer .footer-icon-groups .footer-links li:last-child {
	flex: 0 0 auto;
	min-width: 12rem;
}

#footer .social-icons li,
#footer .social-icons a {
	border: 0;
	border-bottom: 0;
}

#footer .social-icons a {
	align-items: center;
	background: #fff;
	border-radius: 999px;
	color: #310C12;
	display: inline-flex;
	height: 3em;
	justify-content: center;
	width: 3em;
}

#footer .footer-links .button {
	background: #f23b00;
	color: #f5e3df !important;
	display: inline-flex;
	flex-direction: column;
	height: auto;
	justify-content: center;
	letter-spacing: 0.12em;
	line-height: 1.2;
	min-height: 0;
	padding: 0.75em 1.25em;
	white-space: normal;
}

#footer .footer-links li:nth-child(2) .button {
	background: #f5e3df;
	color: #f23b00 !important;
}

#footer .footer-links li:nth-child(2) .button:hover,
#footer .footer-links li:nth-child(2) .button:active {
	background-color: #f23b00;
	box-shadow: none;
	color: #f5e3df !important;
}

#footer .footer-links .button:active {
	background-color: #8f0813;
	color: #f5e3df !important;
}

#footer .footer-links .button p {
	color: inherit;
	font-size: 0.75em;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin: 0.4em 0 0 0;
	opacity: 0.9;
	text-transform: none;
}

.copyright {
	display: flex;
	gap: 1rem;
	list-style: none;
	margin-top: 2rem;
	opacity: 0.55;
}

.lazy-img {
	opacity: 0;
	transition: opacity 240ms ease;
}

.lazy-img.is-loaded,
.no-js .lazy-img {
	opacity: 1;
}

@media screen and (max-width: 980px) {
	#banner > .inner {
		margin: 2em 0 0 2rem;
		width: min(44rem, calc(100% - 4rem));
	}

	#banner .content {
		align-items: flex-start;
		flex-direction: column;
		gap: 1.5rem;
	}

	#banner .content p {
		max-width: 100%;
	}

	#banner .cta-line {
		justify-content: flex-start;
		transform: none;
	}

	.pet-portrait-gallery,
	.pet-process-steps,
	.pet-pricing-cards,
	.pet-pricing-includes__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#footer .footer-icon-groups {
		align-items: center;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 1.25em;
		justify-content: center;
	}

	#footer .footer-icon-groups ul.icons {
		flex-wrap: wrap;
	}

	#footer .footer-icon-groups .social-icons {
		justify-content: flex-start;
		order: 2;
		width: 100%;
	}

	#footer .footer-icon-groups .footer-links {
		box-sizing: border-box;
		display: block;
		flex-basis: 100%;
		order: 1;
		padding: 0 1rem;
		text-align: center;
	}

	#footer .footer-icon-groups .footer-links li {
		display: block;
		width: 100%;
	}

	#footer .footer-icon-groups .footer-links li:last-child {
		min-width: 0;
	}

	#footer .footer-icon-groups .footer-links li .button {
		width: 100%;
	}

	#footer .footer-icon-groups .footer-links li:first-child {
		display: flex;
		justify-content: center;
		width: 100%;
	}

}

@media screen and (max-width: 736px) {
	#header {
		height: 2.75em;
		line-height: 2.75em;
	}

	#header .logo {
		font-size: 0.8em;
		padding: 0 1em;
	}

	#header .logo img {
		margin: 1.5em 0 0 0.5em;
	}

	#banner.major {
		height: auto;
		min-height: 34rem;
		padding: 8rem 1rem 7rem;
	}

	#banner > .inner {
		margin: 1.5em 0 0 1.25rem;
		width: calc(100% - 2.5rem);
	}

	#banner h1 {
		font-size: clamp(3.25rem, 18vw, 4.7rem);
	}

	#banner .content p {
		font-size: 1.05rem;
		letter-spacing: 0.06em;
	}

	#banner .cta-line {
		transform: none;
	}

	#one::before {
		height: 90px;
		top: -60px;
	}

	.pet-portrait-gallery,
	.pet-process-steps,
	.pet-pricing-cards,
	.pet-pricing-includes__grid,
	.pet-info-grid,
	.fields {
		grid-template-columns: 1fr;
	}

	.field.half {
		grid-column: 1 / -1;
	}

	.button,
	input[type='submit'] {
		width: 100%;
	}

	.copyright {
		flex-direction: column;
	}
}
