:root {
  --ink: #263b33;
  --deep: #17352b;
  --sage: #a8b99b;
  --cream: #f7f4ed;
  --paper: #fffdf8;
  --coral: #d97058;
  --coral-light: #f3d0c1;
  --line: rgba(38, 59, 51, .18);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 5.5vw; border-bottom: 1px solid var(--line); background: var(--cream); position: relative; z-index: 4; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { display: block; width: 62px; height: 62px; object-fit: contain; }
.brand-mark { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: var(--coral); color: var(--paper); }
.brand-mark svg { width: 19px; height: 19px; stroke-width: 1.6; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }
.brand-copy strong { font-size: 13px; letter-spacing: .12em; }
.brand-copy em { color: var(--coral); font-style: normal; margin-top: 4px; font-size: 9px; }
.main-nav { display: flex; gap: 36px; margin-left: auto; margin-right: 46px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.main-nav a, .text-link { transition: color .2s ease; }
.main-nav a:hover, .text-link:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg { width: 15px; height: 15px; }
.button-small { min-height: 39px; padding: 0 16px; }
.button-primary { background: var(--coral); color: white; }
.button-primary:hover { background: #be5e49; }
.button-outline { border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); }
.hero { min-height: 660px; display: grid; grid-template-columns: 44% 56%; padding: 68px 5.5vw 78px; overflow: hidden; }
.hero-copy { align-self: center; padding-right: 5vw; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; color: var(--coral); }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: 0; line-height: .98; }
h1 { font-size: clamp(56px, 6.3vw, 96px); margin: 27px 0 25px; color: var(--deep); }
h1 span, h2 em { color: var(--coral); font-style: italic; }
.hero-copy > p { max-width: 360px; color: #58655e; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { display: inline-flex; gap: 9px; align-items: center; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 700; }
.hero-note { display: flex; align-items: center; gap: 10px; color: #718076; font-size: 11px; margin-top: 56px; }
.hero-note svg { color: var(--coral); width: 18px; }
.hero-visual { position: relative; padding: 0 2vw 0 1vw; }
.hero-image-wrap { position: relative; width: min(100%, 600px); height: 545px; margin: auto; z-index: 1; }
.hero-image-wrap:before { content: ''; position: absolute; inset: -14px -14px 14px 14px; border: 1px solid var(--coral); z-index: -1; }
.hero-image-wrap > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.sun-shape { position: absolute; width: 300px; height: 300px; background: var(--coral-light); border-radius: 50%; right: -70px; top: -35px; }
.image-sticker { position: absolute; left: -39px; top: 57px; width: 105px; height: 105px; border-radius: 50%; background: var(--sage); color: var(--deep); display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(-10deg); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 700; text-align: center; line-height: 1.45; }
.image-sticker svg { width: 18px; margin-bottom: 5px; }
.hero-caption { position: absolute; bottom: -25px; right: 28px; width: 250px; padding: 20px; color: var(--paper); display: flex; gap: 14px; align-items: center; background: var(--deep); }
.hero-caption > span { color: var(--coral); font-family: var(--serif); font-size: 22px; }
.hero-caption strong { display: block; font-family: var(--serif); font-size: 17px; line-height: 1.12; font-weight: 500; }
.hero-caption small { display: block; margin-top: 8px; color: #b5c1b9; font-size: 9px; }
.hero-caption > svg { width: 17px; margin-left: auto; }
.intro-band { padding: 100px 12vw 110px; background: var(--deep); color: var(--paper); }
.section-label { text-transform: uppercase; letter-spacing: .16em; color: var(--sage); font-size: 10px; font-weight: 700; }
.intro-content { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; margin-top: 34px; }
h2 { font-size: clamp(42px, 5vw, 70px); margin-bottom: 0; }
.intro-text { align-self: end; max-width: 390px; color: #c0cbc2; }
.intro-text p { font-size: 16px; line-height: 1.7; }
.intro-text .text-link { color: var(--coral-light); margin-top: 14px; }
.puppy-section { padding: 110px 5.5vw 125px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 49px; }
.section-heading h2 { margin-top: 20px; }
.puppy-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 27px; }
.puppy-card { border-top: 1px solid var(--ink); }
.puppy-photo { position: relative; height: 390px; overflow: hidden; margin-top: 15px; }
.puppy-card:not(.featured) .puppy-photo { height: 315px; margin-top: 15px; }
.puppy-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.puppy-card:hover .puppy-photo img { transform: scale(1.035); }
.status-badge { position: absolute; left: 18px; top: 18px; background: var(--coral); color: white; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; padding: 8px 11px; }
.status-badge.muted { background: var(--sage); color: var(--deep); }
.circle-button { display: grid; place-items: center; border: 0; width: 44px; height: 44px; background: var(--paper); color: var(--deep); border-radius: 50%; position: absolute; right: 18px; bottom: 18px; }
.circle-button svg { width: 17px; }
.puppy-info { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; }
.puppy-info h3 { font-family: var(--serif); font-size: 25px; font-weight: 500; margin: 0 0 3px; }
.puppy-info p { margin: 0; color: #6e7d73; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.card-arrow { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 50%; }
.card-arrow svg { width: 16px; }
.way-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--sage); }
.way-image { min-height: 570px; position: relative; }
.way-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: saturate(.75); }
.vertical-label { position: absolute; top: 0; left: 0; bottom: 0; padding: 31px 17px; writing-mode: vertical-rl; transform: rotate(180deg); background: rgba(23, 53, 43, .83); color: var(--paper); letter-spacing: .2em; font-size: 9px; font-weight: 700; }
.way-copy { padding: 93px 12vw 70px 8vw; }
.way-copy h2 { color: var(--deep); margin: 23px 0 26px; }
.way-copy > p { max-width: 420px; color: #385246; font-size: 16px; line-height: 1.72; }
.values { display: grid; gap: 19px; margin-top: 45px; }
.values > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; align-items: center; }
.value-icon { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(23, 53, 43, .45); border-radius: 50%; }
.value-icon svg { width: 18px; }
.values strong { font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.1; }
.values small { font-size: 10px; color: #456151; }
.quote-section { text-align: center; padding: 125px 20px 115px; background: var(--cream); }
.quote-mark { font-family: var(--serif); color: var(--coral); font-size: 75px; height: 65px; line-height: 1; }
blockquote { font-family: var(--serif); color: var(--deep); font-size: clamp(35px, 4.4vw, 60px); line-height: 1.04; margin: 16px 0 28px; }
blockquote em { color: var(--coral); font-weight: 500; }
.quote-section p { color: #6f7e73; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; font-weight: 700; }
.contact-section { padding: 0 5.5vw 90px; background: var(--cream); }
.contact-panel { background: var(--coral-light); padding: 75px 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.contact-panel h2 { color: var(--deep); margin: 22px 0; }
.contact-panel > div > p { max-width: 350px; color: #4c6256; line-height: 1.7; }
.contact-form { display: grid; gap: 15px; align-self: center; }
.contact-form label { display: grid; gap: 7px; color: var(--deep); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
.contact-form input, .contact-form textarea { border: 0; border-bottom: 1px solid rgba(38, 59, 51, .45); background: transparent; color: var(--deep); padding: 9px 0; outline: 0; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #718278; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--deep); }
.contact-form .button { justify-self: start; margin-top: 11px; }
.form-message { color: var(--deep); font-size: 12px; margin: 0; min-height: 20px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 34px 5.5vw; background: var(--deep); color: var(--paper); }
.site-footer p { color: #aebbb2; font-size: 11px; margin: 0; }
.site-footer p span { margin-left: 20px; color: #72847a; }
.socials { display: flex; gap: 10px; }
.socials a { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.socials svg, .socials img { width: 14px; }
@media (max-width: 800px) { .site-header { height: 75px; padding: 0 6vw; } .main-nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 25px 6vw; margin: 0; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; gap: 20px; } .main-nav.open { display: flex; } .site-header > .button { display: none; } .menu-toggle { display: block; } .hero { display: block; padding: 56px 6vw 100px; } .hero-copy { padding: 0; } h1 { font-size: clamp(56px, 16vw, 90px); } .hero-copy > p { font-size: 15px; } .hero-note { margin-top: 37px; } .hero-visual { margin-top: 57px; padding: 0 8px; } .hero-image-wrap { height: 440px; } .image-sticker { left: -19px; top: 34px; width: 90px; height: 90px; } .hero-caption { right: 15px; bottom: -24px; width: 225px; } .intro-band { padding: 72px 8vw 79px; } .intro-content { display: block; margin-top: 25px; } .intro-text { margin-top: 32px; } .puppy-section { padding: 80px 6vw 88px; } .section-heading { display: block; margin-bottom: 32px; } .section-heading .button { margin-top: 25px; } .puppy-grid { display: block; } .puppy-card + .puppy-card { margin-top: 43px; } .puppy-photo, .puppy-card:not(.featured) .puppy-photo { height: 330px; } .way-section { display: block; } .way-image { min-height: 390px; } .way-copy { padding: 68px 9vw 73px; } .quote-section { padding: 90px 20px 85px; } .contact-section { padding: 0 6vw 65px; } .contact-panel { display: block; padding: 58px 9vw 60px; } .contact-form { margin-top: 44px; } .site-footer { flex-wrap: wrap; gap: 25px; } .site-footer p { order: 3; width: 100%; } .site-footer p span { display: block; margin: 5px 0 0; } }

/* Shared layouts for the dedicated litters and waitlist pages. */
.main-nav a.active { color: var(--coral); }
.page-hero { min-height: 430px; display: flex; align-items: center; justify-content: space-between; padding: 74px 12vw 83px; background: var(--deep); color: var(--paper); }
.page-hero h1 { margin: 25px 0 22px; color: var(--paper); font-size: clamp(58px, 7vw, 100px); }
.page-hero p { max-width: 430px; color: #c0cbc2; font-size: 16px; line-height: 1.7; }
.page-hero-number { align-self: flex-end; color: var(--coral); font-family: var(--serif); font-size: 75px; line-height: .8; }
.litters-content { padding: 100px 5.5vw 88px; }
.section-heading .section-intro { max-width: 340px; margin: 0 9vw 8px 0; color: #68786e; line-height: 1.7; }
.litter-grid { margin-top: 53px; }
.litter-grid .puppy-photo,
.litter-grid .puppy-card:not(.featured) .puppy-photo { height: 390px; }
.litter-details { border-top: 1px solid var(--line); padding-top: 18px; max-width: 480px; }
.litter-details p { color: #68786e; font-size: 14px; line-height: 1.65; max-width: 410px; }
.litter-details .text-link { color: var(--coral); }
.past-gallery { padding: 96px 5.5vw 105px; background: var(--paper); }
.past-gallery { display: none; }
.past-gallery .section-heading { margin-bottom: 45px; }
.litter-archive-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 28px; }
.litter-archive-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 92px; padding: 20px 22px; border: 1px solid var(--line); background: transparent; color: var(--deep); text-align: left; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.litter-archive-option:hover { transform: translateY(-2px); border-color: var(--coral); }
.litter-archive-option.active { border-color: var(--deep); background: var(--deep); color: var(--paper); }
.litter-archive-option span { display: grid; gap: 7px; }
.litter-archive-option small { color: var(--coral); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; }
.litter-archive-option strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.litter-archive-option svg { width: 18px; color: var(--coral); transition: transform .2s ease; }
.litter-archive-option.active svg { transform: rotate(180deg); }
.litter-archive-panel[hidden] { display: none; }
.litter-archive-panel { animation: archive-reveal .35s ease both; }
@keyframes archive-reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.past-gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.past-gallery-item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--deep); }
.past-gallery-item:nth-child(1), .past-gallery-item:nth-child(4) { grid-column: span 7; }
.past-gallery-item:nth-child(2), .past-gallery-item:nth-child(3) { grid-column: span 5; }
.past-gallery-item img { display: block; width: 100%; height: 315px; object-fit: cover; filter: saturate(.82); transition: transform .5s ease; }
.past-gallery-item:nth-child(2) img, .past-gallery-item:nth-child(3) img { height: 250px; }
.past-gallery-item:hover img { transform: scale(1.035); }
.past-gallery-item figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 15px 17px 17px; color: var(--paper); }
.past-gallery-item figcaption strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }
.past-gallery-item figcaption span { color: #aebbb2; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; text-align: right; }
.past-litter-showcase { padding: 96px 5.5vw 105px; background: var(--paper); }
.past-litter-showcase .section-heading { margin-bottom: 45px; }
.past-litter-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 27px; }
.past-litter-card { min-width: 0; background: var(--paper); }
.past-litter-cover { display: block; width: 100%; height: 390px; object-fit: cover; filter: saturate(.82); }
.past-litter-banner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 23px; background: var(--sage); color: var(--deep); }
.past-litter-banner div { display: grid; gap: 6px; }
.past-litter-banner small { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; }
.past-litter-banner strong { font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.15; }
.past-litter-toggle { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid rgba(23,53,43,.4); border-radius: 50%; background: transparent; color: var(--deep); }
.past-litter-toggle svg { width: 17px; transition: transform .25s ease; }
.past-litter-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.past-litter-extra { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding-top: 12px; }
.past-litter-extra[hidden] { display: none; }
.past-litter-extra img { display: block; width: 100%; height: 190px; object-fit: cover; filter: saturate(.82); }
.litters-note { display: flex; align-items: center; gap: 20px; margin: 0 5.5vw 100px; padding: 27px 31px; background: var(--sage); color: var(--deep); }
.litters-note > svg { width: 26px; color: var(--coral); flex: 0 0 auto; }
.litters-note strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
.litters-note p { margin: 3px 0 0; color: #496054; font-size: 12px; }
.litters-note .text-link { margin-left: auto; white-space: nowrap; }
.waitlist-hero { background: var(--coral-light); color: var(--deep); }
.waitlist-hero h1 { color: var(--deep); }
.waitlist-hero p { color: #506359; }
.waitlist-content { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: 108px 12vw 110px; }
.waitlist-aside h2 { color: var(--deep); margin: 22px 0 26px; }
.waitlist-aside > p { max-width: 405px; color: #627269; line-height: 1.7; }
.waitlist-points { display: grid; gap: 20px; margin-top: 48px; }
.waitlist-points > div { display: grid; grid-template-columns: 43px 1fr; column-gap: 13px; align-items: center; }
.waitlist-points span { grid-row: span 2; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); }
.waitlist-points svg { width: 18px; }
.waitlist-points strong { font-family: var(--serif); font-size: 18px; font-weight: 500; line-height: 1.1; }
.waitlist-points small { color: #728077; font-size: 11px; }
.waitlist-panel { padding: 45px 50px; background: var(--deep); }
.waitlist-panel .contact-form { margin: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.waitlist-panel label { color: var(--sage); }
.waitlist-panel input, .waitlist-panel textarea, .waitlist-panel select { color: var(--paper); border-color: rgba(255,255,255,.3); }
.waitlist-panel input::placeholder, .waitlist-panel textarea::placeholder { color: #84958b; }
.waitlist-panel select { appearance: none; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a8b99b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right center; padding-right: 25px; }
.waitlist-panel option { color: var(--ink); }
.waitlist-panel .form-message { color: var(--sage); }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.pricing-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; padding: 94px 12vw 100px; background: var(--paper); }
.pricing-intro h2 { margin: 22px 0 24px; color: var(--deep); }
.pricing-intro > p { max-width: 370px; color: #627269; line-height: 1.7; }
.pricing-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.pricing-steps li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid var(--line); }
.pricing-steps li:last-child { border-bottom: 1px solid var(--line); }
.pricing-steps > li > span { color: var(--coral); font-family: var(--serif); font-size: 19px; }
.pricing-steps strong { color: var(--deep); font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.2; }
.pricing-steps p { max-width: 450px; margin: 6px 0 0; color: #68786e; line-height: 1.65; }
@media (max-width: 800px) { .pricing-section { display: block; padding: 75px 8vw 85px; } .pricing-steps { margin-top: 48px; } }
.waitlist-bottom { padding: 90px 20px 110px; background: var(--cream); text-align: center; }
.about-hero { background: var(--sage); color: var(--deep); }
.about-hero h1 { color: var(--deep); }
.about-hero p { color: #385246; }
.about-hero .eyebrow { color: var(--deep); }
.about-hero .eyebrow-dot { background: var(--coral); }
.about-hero .page-hero-number { color: var(--deep); }
.page-hero-number small { display: inline-block; margin-top: 14px; font-family: var(--sans); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.faq-hero { background: var(--sage); color: var(--deep); }
.faq-hero h1 { color: var(--deep); }
.faq-hero p { color: #385246; }
.faq-hero .eyebrow { color: var(--deep); }
.faq-hero .page-hero-number { color: var(--deep); }
.faq-content { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; padding: 105px 12vw 115px; background: var(--paper); }
.faq-intro h2 { color: var(--deep); margin: 22px 0 25px; }
.faq-intro > p { max-width: 320px; color: #68786e; line-height: 1.7; }
.faq-intro .text-link { color: var(--coral); margin-top: 12px; }
.faq-groups { display: grid; gap: 54px; }
.faq-group-label { margin-bottom: 12px; color: var(--coral); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }
.faq-group details { border-top: 1px solid var(--line); }
.faq-group details:last-child { border-bottom: 1px solid var(--line); }
.faq-group summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; color: var(--deep); cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; line-height: 1.2; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-icon { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); }
.faq-icon svg { width: 14px; transition: transform .2s ease; }
.faq-group details[open] .faq-icon svg { transform: rotate(45deg); }
.faq-group details p { max-width: 580px; margin: -4px 48px 23px 0; color: #68786e; line-height: 1.7; }
.faq-group details p a { color: var(--coral); text-decoration: underline; text-underline-offset: 3px; }
.faq-process { padding: 96px 12vw 105px; background: var(--cream); }
.faq-process-inner { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.faq-process-intro h2 { margin: 22px 0 24px; color: var(--deep); }
.faq-process-intro > p { max-width: 320px; color: #68786e; line-height: 1.7; }
.faq-process .faq-group { align-self: center; }
@media (max-width: 800px) { .faq-process { padding: 75px 8vw 85px; } .faq-process-inner { display: block; } .faq-process .faq-group { margin-top: 48px; } }
@media (max-width: 800px) { .past-gallery { padding: 75px 6vw 84px; } .past-gallery .section-heading { margin-bottom: 34px; } .litter-archive-options { display: block; margin-bottom: 20px; } .litter-archive-option + .litter-archive-option { margin-top: 10px; } .litter-archive-option strong { font-size: 19px; } .past-gallery-grid { display: block; } .past-gallery-item + .past-gallery-item { margin-top: 18px; } .past-gallery-item img, .past-gallery-item:nth-child(2) img, .past-gallery-item:nth-child(3) img { height: 250px; } .past-gallery-item figcaption { display: block; } .past-gallery-item figcaption span { display: block; margin-top: 5px; text-align: left; } }
@media (max-width: 800px) { .past-litter-showcase { padding: 75px 6vw 84px; } .past-litter-showcase .section-heading { margin-bottom: 34px; } .past-litter-grid { display: block; } .past-litter-card + .past-litter-card { margin-top: 25px; } .past-litter-cover { height: 330px; } .past-litter-banner { padding: 18px; } .past-litter-banner strong { font-size: 20px; } .past-litter-extra img { height: 150px; } }
.faq-cta { padding: 105px 20px 115px; background: var(--coral-light); text-align: center; }
.faq-cta .quote-mark { color: var(--deep); }
.faq-cta h2 { color: var(--deep); margin: 16px 0 20px; }
.faq-cta p { max-width: 360px; margin: 0 auto 25px; color: #506359; }
.about-story { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.about-story-image { min-height: 590px; position: relative; }
.about-story-image img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.about-story-copy { align-self: center; padding: 90px 12vw 90px 8vw; }
.about-story-copy h2 { color: var(--deep); margin: 23px 0 28px; }
.about-story-copy p { max-width: 430px; color: #627269; line-height: 1.75; }
.about-story-copy .button { margin-top: 17px; }
.about-values { padding: 105px 5.5vw 115px; background: var(--paper); }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 64px; }
.about-value-grid article { border-top: 1px solid var(--ink); padding-top: 20px; }
.about-value-grid .value-icon { margin-bottom: 22px; color: var(--coral); }
.about-value-grid h3 { font-family: var(--serif); color: var(--deep); font-size: 25px; font-weight: 500; margin: 0 0 9px; }
.about-value-grid p { max-width: 280px; color: #68786e; line-height: 1.7; margin: 0; }
.health-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; padding: 100px 12vw 108px; background: var(--deep); color: var(--paper); }
.health-heading h2 { margin: 22px 0 24px; color: var(--paper); }
.health-heading p { max-width: 350px; margin: 0; color: #c0cbc2; line-height: 1.7; }
.health-details { display: grid; gap: 0; align-self: center; }
.health-details article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.2); }
.health-details article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.health-number { color: var(--coral-light); font-family: var(--serif); font-size: 19px; }
.health-details h3 { margin: 0 0 5px; color: var(--paper); font-family: var(--serif); font-size: 23px; font-weight: 500; }
.health-details p { max-width: 450px; margin: 0; color: #b7c4bb; line-height: 1.7; }
.about-cta { padding: 105px 20px 115px; text-align: center; background: var(--coral-light); }
.about-cta .quote-mark { color: var(--deep); }
.about-cta h2 { color: var(--deep); margin: 16px 0 20px; }
.about-cta p { max-width: 390px; margin: 0 auto 24px; color: #506359; }
.about-cta .text-link { color: var(--deep); }
@media (max-width: 800px) { .about-story { display: block; } .about-story-image { min-height: 390px; } .about-story-copy { padding: 68px 9vw 76px; } .about-values { padding: 75px 6vw 84px; } .about-value-grid { display: block; margin-top: 42px; } .about-value-grid article + article { margin-top: 38px; } .health-section { display: block; padding: 75px 9vw 82px; } .health-details { margin-top: 45px; } .about-cta { padding: 82px 20px 88px; } }
@media (max-width: 800px) { .page-hero { min-height: 430px; padding: 60px 8vw 70px; display: block; } .page-hero-number { margin-top: 42px; font-size: 52px; } .litters-content { padding: 75px 6vw 65px; } .section-heading .section-intro { margin: 28px 0 0; } .litter-grid { margin-top: 39px; } .litter-grid .puppy-photo, .litter-grid .puppy-card:not(.featured) .puppy-photo { height: 330px; } .litters-note { display: grid; grid-template-columns: 30px 1fr; margin: 0 6vw 70px; padding: 24px; } .litters-note .text-link { grid-column: 2; margin: 9px 0 0; } .waitlist-content { display: block; padding: 75px 8vw 80px; } .waitlist-panel { margin-top: 52px; padding: 34px 27px 40px; } .form-row { display: block; } .form-row label + label { margin-top: 15px; } .waitlist-bottom { padding: 75px 20px 90px; } .faq-content { display: block; padding: 75px 8vw 85px; } .faq-groups { margin-top: 55px; gap: 43px; } .faq-group summary { font-size: 19px; } .faq-group details p { margin-right: 40px; } .faq-cta { padding: 82px 20px 88px; } }
