:root {
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --ink: #252722;
  --muted: #70736a;
  --sage: #7d8872;
  --sage-dark: #53604d;
  --apricot: #d98755;
  --apricot-soft: #f2d6c0;
  --line: rgba(37, 39, 34, 0.13);
  --display: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(48, 43, 34, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.announcement { height: 34px; background: var(--sage-dark); color: #f5f1e7; display: flex; align-items: center; justify-content: center; gap: 14px; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.announcement[hidden] { display: none; }
.announcement-dot { width: 3px; height: 3px; border-radius: 50%; background: #dbb593; }
.site-header { height: 82px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255,253,249,.94); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-family: var(--display); font-weight: 600; font-size: 22px; letter-spacing: -.025em; }
.brand-mark { width: 31px; height: 31px; border-radius: 50%; background: var(--sage-dark); position: relative; display: inline-block; flex: 0 0 auto; }
.brand-mark.light { background: #f0e4d3; }
.brand-mark .paw-dot, .brand-mark .paw-pad { position: absolute; display: block; background: var(--cream); transform: rotate(-8deg); }
.brand-mark.light .paw-dot, .brand-mark.light .paw-pad { background: var(--sage-dark); }
.paw-dot { width: 5px; height: 7px; border-radius: 50%; top: 8px; }
.paw-dot.one { left: 7px; transform: rotate(-27deg); }.paw-dot.two { left: 13px; top: 6px; }.paw-dot.three { left: 19px; transform: rotate(24deg); }
.brand-mark .paw-pad { width: 13px; height: 10px; border-radius: 50% 50% 45% 45%; top: 15px; left: 9px; }
.desktop-nav { display: flex; align-items: center; gap: 38px; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--ink); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { justify-self: end; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.nav-cta span { margin-left: 8px; }
.mobile-menu-button { display: none; justify-self: end; width: 40px; height: 40px; padding: 10px; border: 0; background: transparent; }
.mobile-menu-button span { height: 1px; background: var(--ink); display: block; margin: 6px 0; }

.hero { min-height: min(730px, calc(100vh - 116px)); position: relative; display: flex; align-items: center; overflow: hidden; background: #d8c8b7; }
.hero-photo { position: absolute; inset: 0; background-image: url('/assets/hero-maltipoos.png'); background-size: cover; background-position: center; transform: scale(1.003); animation: heroReveal 1.2s ease both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(43,42,34,.68) 0%, rgba(43,42,34,.37) 36%, rgba(43,42,34,0) 64%); }
.hero-content { width: min(650px, 49vw); position: relative; z-index: 2; color: white; margin-left: clamp(28px, 8vw, 128px); padding: 70px 0; animation: rise .8s .15s ease both; }
.eyebrow { margin: 0 0 18px; color: var(--sage-dark); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.eyebrow.light { color: #ead7c5; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: var(--display); font-size: clamp(62px, 7vw, 106px); line-height: .88; letter-spacing: -.055em; font-weight: 400; margin-bottom: 30px; }
h1 em, h2 em { font-weight: 400; color: #e2b18d; }
.hero-copy { max-width: 500px; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.button { min-height: 53px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 23px; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--paper); color: var(--ink); }
.button-primary:hover { background: var(--apricot-soft); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--sage-dark); }
.trust-strip { min-height: 105px; display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; padding: 0 clamp(25px, 7vw, 110px); border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-strip > div { display: flex; justify-content: center; align-items: center; gap: 14px; border-right: 1px solid var(--line); min-height: 44px; }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { font-family: var(--display); font-size: 23px; color: var(--apricot); }
.trust-strip strong, .trust-strip small { display: block; }.trust-strip strong { font-family: var(--display); font-size: 14px; }.trust-strip small { color: var(--muted); font-size: 9px; margin-top: 4px; }

.section { padding: 118px clamp(24px, 7.6vw, 122px); }
.puppies-section { background: var(--cream); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
h2 { font-family: var(--display); font-size: clamp(44px, 5vw, 70px); line-height: 1; letter-spacing: -.045em; font-weight: 400; margin-bottom: 0; }
.filters { display: flex; align-items: center; gap: 5px; padding-bottom: 6px; }
.filter { border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius: 99px; padding: 9px 17px; font-size: 11px; cursor: pointer; transition: .2s; }
.filter.active, .filter:hover { background: var(--ink); color: white; border-color: var(--ink); }
.puppy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.puppy-card { background: var(--paper); min-width: 0; position: relative; transition: transform .35s, box-shadow .35s; }
.puppy-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.puppy-card-photo { height: 370px; background-color: #e5d8c8; background-repeat: no-repeat; position: relative; overflow: hidden; cursor: pointer; }
.puppy-card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(31,31,26,.16)); }
.status-pill { position: absolute; top: 16px; left: 16px; z-index: 2; background: rgba(255,253,249,.9); backdrop-filter: blur(7px); padding: 7px 11px; border-radius: 2px; font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.status-pill::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #6f9b61; margin-right: 7px; }
.status-pill.reserved::before { background: #d2986b; }.status-pill.matched::before { background: #8c8c87; }
.quick-view { position: absolute; z-index: 3; bottom: 15px; right: 15px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,253,249,.92); display: grid; place-items: center; font-size: 17px; cursor: pointer; transition: transform .2s; }
.quick-view:hover { transform: rotate(8deg) scale(1.07); }
.puppy-card-content { padding: 23px 24px 25px; }
.puppy-card-title { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.puppy-card h3 { font-family: var(--display); font-weight: 500; font-size: 31px; letter-spacing: -.03em; margin-bottom: 7px; }
.puppy-price { font-family: var(--display); font-size: 17px; white-space: nowrap; }
.puppy-meta { color: var(--muted); font-size: 11px; margin-bottom: 18px; }
.trait-row { display: flex; flex-wrap: wrap; gap: 6px; }
.trait { background: var(--cream); color: #5e6258; border-radius: 99px; padding: 7px 10px; font-size: 9px; }
.card-skeleton { height: 487px; background: linear-gradient(90deg,#eee8de 25%,#f8f4ed 50%,#eee8de 75%); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
.empty-state { grid-column: 1 / -1; padding: 70px; text-align: center; color: var(--muted); border: 1px solid var(--line); }

.approach-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.approach-photo { background: #d6c8b7; min-height: 720px; position: relative; overflow: hidden; }
.approach-image { position: absolute; inset: 0; background: url('/assets/hero-maltipoos.png') center / cover no-repeat; transform: scale(1.28); filter: saturate(.82); }
.floating-quote { position: absolute; left: 9%; bottom: 9%; width: min(330px, 78%); padding: 24px 26px; background: rgba(255,253,249,.92); backdrop-filter: blur(12px); display: flex; gap: 16px; }
.floating-quote span { font-family: var(--display); color: var(--apricot); font-size: 42px; line-height: .8; }.floating-quote p { margin: 0; font-family: var(--display); font-size: 17px; line-height: 1.35; }
.approach-content { background: var(--sage-dark); color: white; padding: 105px clamp(40px, 7vw, 105px); display: flex; flex-direction: column; justify-content: center; }
.approach-content .eyebrow { color: #dcb18f; }
.approach-content h2 { max-width: 620px; }.approach-content h2 em { color: #e0b897; }
.approach-content > p:not(.eyebrow) { max-width: 600px; color: rgba(255,255,255,.68); line-height: 1.7; font-size: 14px; margin: 27px 0 30px; }
.care-list { list-style: none; padding: 0; margin: 0; }
.care-list li { display: grid; grid-template-columns: 42px 1fr; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.14); }
.care-list li > span { color: #dcb18f; font-size: 10px; padding-top: 4px; }.care-list strong, .care-list small { display: block; }.care-list strong { font-family: var(--display); font-size: 17px; }.care-list small { color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.6; margin-top: 4px; }

.process-section { background: var(--paper); }
.process-heading { max-width: 570px; text-align: center; margin: 0 auto 58px; }
.process-heading > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 500px; margin: 22px auto 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.process-card { padding: 42px 38px 45px; border-right: 1px solid var(--line); position: relative; min-height: 260px; }
.process-card:last-child { border-right: 0; }
.step-number { color: var(--apricot); font-size: 10px; letter-spacing: .12em; }.step-icon { float: right; font-family: var(--display); color: var(--sage); font-size: 30px; }
.process-card h3 { clear: both; font-family: var(--display); font-size: 24px; font-weight: 500; margin: 60px 0 12px; }.process-card p { color: var(--muted); font-size: 11px; line-height: 1.7; max-width: 260px; }

.seo-guide { background: #f2eee5; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-guide-intro { max-width: 820px; margin-bottom: 45px; }
.seo-guide-intro h2 { font-size: clamp(38px, 4.5vw, 61px); max-width: 760px; }
.seo-guide-intro > p:last-child { max-width: 760px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.seo-faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-faq-card { min-height: 215px; padding: 29px 27px; background: rgba(255,253,249,.52); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-faq-card h3 { margin: 0 0 13px; font-family: var(--display); font-size: 21px; font-weight: 500; }
.seo-faq-card p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }

.story-band { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 500px; background: #ded4c5; }
.story-copy { padding: 80px clamp(35px, 8vw, 125px); background: #e9d3bf; display: flex; flex-direction: column; justify-content: center; }
.quote-mark { color: var(--apricot); font-family: var(--display); font-size: 65px; line-height: .7; }
blockquote { margin: 15px 0 35px; font-family: var(--display); font-size: clamp(27px, 3vw, 41px); line-height: 1.24; letter-spacing: -.025em; }
.story-author { display: flex; align-items: center; gap: 13px; }.story-author > span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--sage-dark); color: white; font-size: 9px; }.story-author p { margin: 0; }.story-author strong, .story-author small { display: block; }.story-author strong { font-family: var(--display); font-size: 14px; }.story-author small { color: var(--muted); font-size: 9px; margin-top: 4px; }
.story-visual { position: relative; background: url('/assets/hero-maltipoos.png') 85% center / 215% no-repeat; min-height: 500px; }
.story-label { position: absolute; right: 24px; bottom: 24px; background: rgba(255,253,249,.9); backdrop-filter: blur(8px); padding: 17px 20px; }.story-label strong, .story-label span { display: block; }.story-label strong { font-family: var(--display); font-size: 14px; }.story-label span { color: var(--muted); font-size: 9px; margin-top: 3px; }

.newsletter-section { min-height: 320px; padding: 75px clamp(25px, 8vw, 125px); display: flex; align-items: center; justify-content: space-between; gap: 80px; background: var(--cream); }
.newsletter-section h2 { font-size: clamp(38px, 4vw, 56px); }.newsletter-section h2 em { color: var(--apricot); }
.newsletter-form { width: min(450px, 100%); display: grid; grid-template-columns: 1fr 49px; border-bottom: 1px solid var(--ink); }
.newsletter-form input { border: 0; background: transparent; padding: 16px 0; outline: 0; font-size: 13px; }.newsletter-form button { border: 0; background: var(--ink); color: white; cursor: pointer; }.newsletter-form small { grid-column: 1 / -1; color: var(--muted); padding-top: 12px; font-size: 8px; }

.site-footer { padding: 70px clamp(25px, 7vw, 110px) 25px; background: #292d27; color: rgba(255,255,255,.74); display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; font-size: 11px; }
.brand-light { color: white; font-size: 23px; }.footer-brand p { margin-top: 20px; line-height: 1.7; color: rgba(255,255,255,.5); }
.site-footer > div:not(.footer-bottom):not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }.site-footer strong { color: white; font-family: var(--display); font-size: 14px; margin-bottom: 7px; }.site-footer a:hover { color: white; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 9px; }

dialog { border: 0; padding: 0; max-height: calc(100vh - 32px); color: var(--ink); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(31,32,28,.62); backdrop-filter: blur(4px); }
dialog[open] { animation: dialogIn .3s ease both; }
.puppy-dialog { width: min(980px, calc(100vw - 32px)); background: var(--paper); }
.dialog-layout { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 620px; }
.dialog-photo { min-height: 620px; background-color: #e4d8c9; background-repeat: no-repeat; position: relative; }
.dialog-status { position: absolute; top: 22px; left: 22px; background: rgba(255,253,249,.9); padding: 8px 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.dialog-close { position: absolute; top: 13px; right: 13px; z-index: 8; width: 39px; height: 39px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,253,249,.94); color: var(--ink); cursor: pointer; font-size: 24px; line-height: 1; }
.dialog-content { padding: 62px 58px 45px; overflow-y: auto; }
.dialog-content h2 { font-size: 55px; }.dialog-description { color: var(--muted); line-height: 1.65; font-size: 13px; margin: 22px 0 19px; }
.dialog-traits { display: flex; gap: 7px; margin-bottom: 28px; }.dialog-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line); }.dialog-facts div { padding: 15px 0; border-bottom: 1px solid var(--line); }.dialog-facts div:nth-child(odd) { border-right: 1px solid var(--line); }.dialog-facts div:nth-child(even) { padding-left: 18px; }.dialog-facts dt { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 5px; }.dialog-facts dd { margin: 0; font-family: var(--display); font-size: 16px; }
.included-box { margin: 25px 0; padding: 16px 18px; background: var(--cream); }.included-box strong { font-family: var(--display); font-size: 13px; }.included-box p { margin: 6px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.dialog-reserve { width: 100%; }.dialog-reserve[disabled] { cursor: not-allowed; opacity: .45; transform: none; }.dialog-note { display: block; text-align: center; color: var(--muted); font-size: 8px; margin-top: 10px; }

.reservation-dialog { width: min(650px, calc(100vw - 32px)); background: var(--paper); padding: 55px 60px; }
.reservation-header { padding-right: 40px; }.reservation-header h2 { font-size: 43px; }.reservation-header > p:last-child { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 16px 0 28px; }
#reservation-form { display: grid; gap: 16px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#reservation-form label { display: grid; gap: 7px; font-size: 10px; font-weight: 700; letter-spacing: .03em; }
#reservation-form input, #reservation-form textarea, #reservation-form select { width: 100%; background: var(--cream); border: 1px solid transparent; color: var(--ink); padding: 13px 14px; outline: none; resize: vertical; font-size: 12px; transition: border .2s; }
#reservation-form input:focus, #reservation-form textarea:focus, #reservation-form select:focus { border-color: var(--sage); }
#reservation-form .checkbox-label { display: flex; grid-template-columns: none; flex-direction: row; align-items: flex-start; color: var(--muted); font-weight: 400; line-height: 1.4; }.checkbox-label input { width: 15px !important; margin-top: 1px; }
.delivery-option { padding: 13px 14px; background: #f3f0e8; border: 1px solid var(--line); }.delivery-option span { display: grid; gap: 3px; }.delivery-option strong { color: var(--ink); font-size: 10px; }.delivery-option small { color: var(--muted); font-size: 9px; font-weight: 400; }
.form-submit { margin-top: 4px; width: 100%; }
.toast { position: fixed; z-index: 100; bottom: 24px; left: 50%; transform: translate(-50%, 30px); background: var(--ink); color: white; padding: 13px 19px; font-size: 11px; opacity: 0; pointer-events: none; transition: .3s; box-shadow: 0 10px 30px rgba(0,0,0,.2); }.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.mobile-nav { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

@keyframes heroReveal { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1.003); } }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes shimmer { to { background-position: -200% 0; } }
@keyframes dialogIn { from { opacity: 0; transform: translateY(12px) scale(.985); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }.desktop-nav, .nav-cta { display: none; }.mobile-menu-button { display: block; }
  .hero-content { width: 63vw; margin-left: 7vw; }.hero-shade { background: linear-gradient(90deg, rgba(43,42,34,.72), rgba(43,42,34,.19) 75%); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); padding: 16px 25px; gap: 0; }.trust-strip > div { justify-content: center; padding: 14px 4%; }
  .puppy-grid { grid-template-columns: repeat(2, 1fr); }.puppy-card-photo { height: 410px; }
  .approach-section { grid-template-columns: 1fr; }.approach-photo { min-height: 570px; }.approach-content { padding: 90px 9vw; }
  .seo-faq-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1.5fr 1fr 1fr; }.site-footer > div:nth-child(4) { display: none !important; }
}

@media (max-width: 700px) {
  .announcement { font-size: 8px; gap: 8px; }.announcement span:last-child { display: none; }
  .site-header { height: 70px; padding: 0 20px; }.brand { font-size: 20px; }
  .hero { min-height: 690px; align-items: flex-end; }.hero-photo { background-position: 63% center; }.hero-shade { background: linear-gradient(0deg, rgba(39,40,34,.82) 0%, rgba(39,40,34,.18) 77%); }
  .hero-content { width: auto; margin: 0; padding: 0 24px 92px; }.hero-content h1 { font-size: clamp(57px, 17vw, 78px); }.hero-copy { font-size: 13px; max-width: 92%; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 28px; }
  .trust-strip { grid-template-columns: 1fr; }.trust-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }.trust-strip > div:last-child { border-bottom: 0; }
  .section { padding: 80px 20px; }.section-heading-row { display: block; }.filters { margin-top: 27px; }
  .puppy-grid { grid-template-columns: 1fr; }.puppy-card-photo { height: 390px; }
  .approach-photo { min-height: 500px; }.approach-content { padding: 75px 25px; }.approach-content h2 { font-size: 45px; }
  .process-grid { grid-template-columns: 1fr; }.process-card { border-right: 0; border-bottom: 1px solid var(--line); }.process-card:last-child { border-bottom: 0; }
  .seo-guide-intro { margin-bottom: 32px; }.seo-faq-grid { grid-template-columns: 1fr; }.seo-faq-card { min-height: 0; padding: 25px 22px; }
  .story-band { grid-template-columns: 1fr; }.story-copy { padding: 70px 25px; }.story-visual { min-height: 420px; }
  .newsletter-section { padding: 70px 25px; flex-direction: column; align-items: flex-start; gap: 40px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 60px 25px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { display: block; line-height: 1.8; }.footer-bottom span { display: block; }
  .dialog-layout { grid-template-columns: 1fr; }.dialog-photo { min-height: 330px; }.dialog-content { padding: 42px 25px 35px; }.dialog-content h2 { font-size: 46px; }
  .reservation-dialog { padding: 50px 23px 30px; }.reservation-header h2 { font-size: 38px; }.form-row { grid-template-columns: 1fr; }
  .mobile-nav { position: fixed; z-index: 50; inset: 0; background: var(--cream); padding: 95px 30px 30px; flex-direction: column; gap: 28px; font-family: var(--display); font-size: 35px; transform: translateX(100%); transition: transform .35s; }.mobile-nav.open { transform: translateX(0); }.mobile-nav button { position: absolute; top: 25px; right: 25px; border: 0; background: transparent; font-size: 32px; }.mobile-nav { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
