:root {
  --ink: #15191c;
  --paper: #f5efe3;
  --wine: #9a2028;
  --rose: #be5a5d;
  --sun: #e7c650;
  --white: #fffdf8;
  --line: rgba(21, 25, 28, 0.22);
  --shell: min(1280px, calc(100% - clamp(2rem, 6vw, 6rem)));
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", "Neue Haas Grotesk Text Pro", Arial, sans-serif;
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--sun); color: var(--ink); }
.section-shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 200; top: .65rem; left: .65rem; padding: .75rem 1rem; background: var(--sun); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.concept-bar { min-height: 31px; padding: .4rem 1rem; display: flex; align-items: center; justify-content: center; gap: .6rem; background: var(--ink); color: var(--paper); font-size: .75rem; letter-spacing: .035em; text-align: center; }
.concept-bar strong { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.concept-bar span::before { content: "·"; margin-right: .6rem; }

.site-header { min-height: 102px; padding: 0 clamp(1.2rem, 4vw, 4rem); position: sticky; top: 0; z-index: 80; display: flex; align-items: center; border-bottom: 1px solid rgba(21, 25, 28, .14); background: rgba(245, 239, 227, .96); backdrop-filter: blur(14px); }
.brand { min-width: 172px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; grid-template-columns: 54px auto; grid-template-rows: auto auto; column-gap: .7rem; align-items: center; color: var(--ink); text-decoration: none; text-transform: uppercase; }
.brand img { grid-row: 1 / span 2; width: 54px; height: 54px; border-radius: 50%; object-fit: cover; mix-blend-mode: multiply; }
.brand > span { align-self: end; font-family: var(--serif); font-size: 1.18rem; font-weight: 800; line-height: .84; letter-spacing: -.045em; }
.brand small { align-self: start; margin-top: .3rem; font-size: .61rem; font-weight: 700; letter-spacing: .18em; }
.main-nav { width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: .78rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.nav-group { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 3rem); }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: currentColor; transition: right .25s var(--ease); }
.main-nav a:not(.nav-cta):hover::after, .main-nav a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { min-height: 42px; padding: .62rem .9rem; display: inline-flex; align-items: center; gap: 1rem; border: 1px solid var(--ink); border-radius: .35rem; transition: background .25s, color .25s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; margin-left: auto; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { width: 24px; height: 1.5px; margin: 6px auto; display: block; background: var(--ink); transition: transform .3s var(--ease); }

.hero { width: min(1320px, 100%); min-height: min(740px, calc(100vh - 133px)); margin-inline: auto; display: grid; grid-template-columns: 45% 55%; background: var(--paper); }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 5vw, 5.25rem); align-self: center; }
.eyebrow { margin: 0 0 1.1rem; color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow.light { color: var(--paper); }
.hero h1 { margin: 0; max-width: 7.2ch; font-family: var(--serif); font-size: clamp(4.25rem, 7vw, 7.2rem); font-weight: 800; line-height: .82; letter-spacing: -.065em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--wine); font-style: normal; }
.hero-swish { height: 34px; margin: .6rem 0 .6rem; display: block; color: var(--rose); font-family: var(--serif); font-size: 3.7rem; line-height: .45; transform: rotate(-6deg); transform-origin: left center; }
.hero-intro { max-width: 31rem; margin: 1rem 0 1.75rem; font-size: 1.03rem; line-height: 1.55; }
.button { min-height: 50px; padding: .82rem 1.2rem; border: 1px solid transparent; border-radius: .38rem; display: inline-flex; align-items: center; justify-content: center; gap: 2rem; font-size: .82rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .22s var(--ease), background .22s, color .22s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: var(--paper); }
.button-primary:hover, .button-primary:focus-visible { background: var(--ink); }
.button-sun { background: var(--sun); color: var(--ink); }
.button-sun:hover, .button-sun:focus-visible { background: var(--paper); }
.hero-media { min-height: 640px; position: relative; overflow: hidden; background: var(--rose); clip-path: ellipse(88% 105% at 100% 50%); }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: 61% 48%; transition: transform .8s var(--ease); }
.hero-media:hover > img { transform: scale(1.018); }
.hero-seal { width: 132px; height: 132px; padding: 1.15rem; position: absolute; right: clamp(1rem, 5vw, 4rem); bottom: 2.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--sun); color: var(--ink); text-align: center; text-transform: uppercase; transform: rotate(-8deg); box-shadow: 0 9px 30px rgba(21, 25, 28, .12); }
.hero-seal span { font-size: .62rem; font-weight: 800; letter-spacing: .12em; }
.hero-seal strong { margin: .18rem 0; color: var(--wine); font-size: 1.75rem; line-height: 1; }

.benefit-strip { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(190, 90, 93, .25); border-block: 1px solid rgba(21, 25, 28, .17); }
.benefit { min-width: 0; padding: 1.3rem clamp(1rem, 3vw, 2.5rem); display: flex; align-items: center; justify-content: center; gap: 1rem; border-right: 1px solid rgba(21, 25, 28, .18); }
.benefit:last-child { border-right: 0; }
.benefit > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--wine); font-size: 1.25rem; }
.benefit:nth-child(2) > span { color: var(--rose); }
.benefit:nth-child(3) > span { color: var(--ink); }
.benefit:nth-child(4) > span { color: var(--wine); }
.benefit p { margin: 0; display: flex; flex-direction: column; }
.benefit strong { font-size: .75rem; letter-spacing: .045em; text-transform: uppercase; }
.benefit small { margin-top: .18rem; font-size: .76rem; }

.collection { padding-block: clamp(5rem, 9vw, 8.5rem); display: grid; grid-template-columns: .8fr repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.7rem); align-items: start; }
.collection-intro { padding: 1.2rem .8rem 0 0; }
.collection h2, .story-copy h2, .process h2, .faq h2, .contact h2 { margin: 0; font-family: var(--serif); font-weight: 800; line-height: .9; letter-spacing: -.055em; }
.collection h2 { max-width: 7ch; font-size: clamp(3rem, 4.4vw, 4.7rem); }
.collection-intro > p:not(.eyebrow) { max-width: 22rem; margin: 1.6rem 0; font-size: .96rem; }
.text-link { display: inline-flex; align-items: center; gap: 1.1rem; font-size: .78rem; font-weight: 800; letter-spacing: .055em; text-underline-offset: .35rem; text-transform: uppercase; }
.product-card { min-width: 0; }
.product-image { aspect-ratio: .88 / 1; position: relative; overflow: hidden; display: block; border-radius: 2.6rem 2.6rem .25rem .25rem; text-decoration: none; }
.product-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.product-image:hover > img, .product-image:focus-visible > img { transform: scale(1.022); }
.product-image-wine { background: var(--wine); }
.product-image-sun { background: var(--sun); }
.product-image-rose { background: var(--rose); }
.product-image .violet-crop { object-position: 50% 88%; }
.type-art { padding: clamp(1.4rem, 2.8vw, 2.4rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; color: var(--paper); }
.type-art > span, .type-art > small { font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.type-art > strong { font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.25rem); line-height: .82; letter-spacing: -.055em; }
.type-art-dark { color: var(--ink); }
.product-copy { padding: 1rem .15rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.product-copy h3 { margin: 0; font-size: .93rem; font-weight: 800; }
.product-copy p { margin: .2rem 0 0; color: rgba(21, 25, 28, .67); font-size: .77rem; }
.plus-link { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: var(--paper); font-size: 1.35rem; line-height: 1; text-decoration: none; transition: transform .25s var(--ease), background .25s; }
.plus-link:hover, .plus-link:focus-visible { transform: rotate(90deg); background: var(--ink); }

.story-band { min-height: 470px; display: grid; grid-template-columns: 1.05fr 1.35fr .72fr; background: var(--paper); border-block: 1px solid rgba(21, 25, 28, .14); }
.story-copy { min-height: 470px; padding: clamp(3rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem); position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; border-radius: 0 45% 45% 0 / 0 50% 50% 0; background: var(--wine); color: var(--paper); }
.story-copy h2 { max-width: 8ch; font-size: clamp(3.4rem, 5.6vw, 6rem); }
.story-copy > p:not(.eyebrow) { max-width: 28rem; margin: 1.35rem 0 1.7rem; color: rgba(245, 239, 227, .82); }
.light-link { color: var(--paper); }
.story-photo { min-height: 470px; margin-left: -13%; padding: 3rem 5% 3rem 17%; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--sun); }
.story-lettering { width: min(100%, 500px); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .3rem .8rem; color: var(--ink); text-align: center; transform: rotate(-3deg); }
.story-lettering > span { font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.8rem); font-weight: 800; line-height: .82; letter-spacing: -.065em; }
.story-lettering > i { width: 12px; height: 12px; border-radius: 50%; background: var(--wine); }
.story-lettering > small { width: 100%; margin-top: 1.4rem; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.social-card { min-height: 470px; padding: 2.5rem 1.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(190, 90, 93, .28); text-align: center; }
.social-stamp { width: 162px; height: 162px; margin-bottom: 2.3rem; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1.5px solid var(--ink); border-radius: 50%; text-transform: uppercase; transform: rotate(8deg); }
.social-stamp span { font-size: .67rem; font-weight: 800; letter-spacing: .19em; }
.social-stamp strong { margin: .2rem 0; font-size: 2.4rem; line-height: 1; }
.social-card p { margin: 0 0 .8rem; font-size: .8rem; font-weight: 800; }
.social-card a { font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-underline-offset: .35rem; text-transform: uppercase; }

.process { padding-block: clamp(6rem, 10vw, 10rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); }
.process-heading { align-self: start; position: sticky; top: 138px; }
.process h2 { font-size: clamp(3.5rem, 5.8vw, 6rem); }
.process-heading > p:last-child { max-width: 28rem; margin: 1.5rem 0 0; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { min-height: 170px; padding: 2rem 0; display: grid; grid-template-columns: 58px 1fr; gap: 1.4rem; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--wine); font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.steps h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.8vw, 2.8rem); line-height: .95; letter-spacing: -.035em; }
.steps p { max-width: 35rem; margin: 0; color: rgba(21, 25, 28, .7); }

.faq { padding-bottom: clamp(6rem, 10vw, 10rem); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 9rem); }
.faq-heading { align-self: start; position: sticky; top: 138px; }
.faq h2 { font-size: clamp(3.4rem, 5.3vw, 5.6rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; padding: 1.2rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; font-size: 1rem; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-style: normal; transition: transform .3s var(--ease), background .3s, color .3s; }
.faq-list details[open] summary i { transform: rotate(45deg); background: var(--ink); color: var(--paper); }
.faq-list details p { max-width: 43rem; margin: -.3rem 0 1.7rem; padding-right: 3.6rem; color: rgba(21, 25, 28, .7); }

.contact { padding-block: clamp(5rem, 9vw, 9rem); background: var(--ink); color: var(--paper); }
.contact-inner { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact h2 { max-width: 10ch; font-size: clamp(3.7rem, 6.2vw, 6.6rem); }
.contact-copy > p:not(.eyebrow) { max-width: 33rem; margin: 1.6rem 0 2.3rem; color: rgba(245, 239, 227, .73); }
.direct-links { border-top: 1px solid rgba(245, 239, 227, .25); }
.direct-links a { padding: 1rem 0; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(245, 239, 227, .25); font-size: .84rem; text-decoration: none; }
.direct-links a span { color: rgba(245, 239, 227, .55); }
.demo-form { padding: clamp(1.35rem, 3.5vw, 2.6rem); background: var(--paper); color: var(--ink); border-radius: 2.3rem 2.3rem .35rem .35rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.demo-form label { margin-bottom: 1.05rem; display: block; }
.demo-form label > span { margin-bottom: .45rem; display: block; font-size: .78rem; font-weight: 800; }
.demo-form input, .demo-form select, .demo-form textarea { width: 100%; min-height: 51px; padding: .82rem .9rem; border: 1px solid rgba(21, 25, 28, .28); border-radius: .3rem; outline: 0; background: var(--white); color: var(--ink); }
.demo-form textarea { min-height: 116px; resize: vertical; }
.demo-form input:focus, .demo-form select:focus, .demo-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(154, 32, 40, .12); }
.demo-form [aria-invalid="true"] { border-color: var(--wine); }
.form-submit { width: 100%; border: 0; }
.form-note { margin: .9rem 0 0; color: rgba(21, 25, 28, .64); font-size: .76rem; }
.form-status { display: none; margin-bottom: 1rem; padding: .85rem 1rem; border-left: 3px solid var(--wine); background: rgba(231, 198, 80, .35); font-size: .85rem; }
.form-status.visible { display: block; }

.site-footer { padding: 2.5rem 0 1.2rem; background: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1fr .7fr 1fr; gap: 2rem; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; mix-blend-mode: multiply; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: var(--serif); font-size: 1.25rem; }
.footer-brand span { font-size: .73rem; }
.footer-cta { display: flex; flex-direction: column; align-items: flex-start; }
.footer-cta span { font-size: .75rem; }
.footer-cta a { margin-top: .2rem; font-weight: 800; text-underline-offset: .3rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1.3rem; font-size: .74rem; font-weight: 750; text-transform: uppercase; }
.footer-bottom { margin-top: 2.4rem; padding-top: 1rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); font-size: .72rem; }
.footer-bottom p { max-width: 49rem; margin: 0; }
.footer-bottom a { white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s var(--ease), transform .65s var(--ease); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

@media (max-width: 1080px) {
  .brand { min-width: 150px; grid-template-columns: 47px auto; }
  .brand img { width: 47px; height: 47px; }
  .brand > span { font-size: 1.05rem; }
  .main-nav { font-size: .72rem; }
  .nav-group { gap: 1rem; }
  .hero { grid-template-columns: 47% 53%; }
  .hero-copy { padding-inline: 2.5rem; }
  .hero-media { min-height: 590px; }
  .benefit { padding-inline: 1.1rem; }
  .benefit > span { width: 39px; height: 39px; flex-basis: 39px; }
  .collection { grid-template-columns: repeat(2, 1fr); }
  .collection-intro { min-height: 420px; display: flex; flex-direction: column; justify-content: center; }
  .story-band { grid-template-columns: 1fr 1fr; }
  .story-copy { min-height: 430px; }
  .story-photo { min-height: 430px; }
  .social-card { min-height: 330px; grid-column: 1 / span 2; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 2rem); }
  html { scroll-padding-top: 84px; }
  .concept-bar span { display: none; }
  .site-header { min-height: 76px; padding-inline: 1rem; background: var(--paper); backdrop-filter: none; }
  .brand { min-width: 0; position: relative; left: auto; top: auto; z-index: 83; transform: none; grid-template-columns: 42px auto; }
  .brand img { width: 42px; height: 42px; }
  .brand > span { font-size: 1rem; }
  .brand small { display: none; }
  .menu-toggle { position: relative; z-index: 83; display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-3.75px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 82; padding: 7rem 1.5rem 2rem; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 1.5rem; background: var(--paper); font-family: var(--serif); font-size: clamp(2rem, 9vw, 3.5rem); line-height: 1; text-transform: none; clip-path: inset(0 0 0 100%); visibility: hidden; transition: clip-path .4s var(--ease), visibility .4s; }
  .main-nav.open { clip-path: inset(0); visibility: visible; }
  .nav-group { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .nav-group-right { margin-top: auto; }
  .nav-cta { width: 100%; min-height: 54px; justify-content: space-between; font-family: var(--sans); font-size: .92rem; text-transform: uppercase; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 4.5rem 1.2rem 3.6rem; }
  .hero h1 { max-width: 8ch; font-size: clamp(4rem, 14vw, 6.6rem); }
  .hero-media { min-height: 540px; clip-path: none; border-radius: 46% 46% 0 0 / 18% 18% 0 0; }
  .hero-media > img { object-position: 58% 48%; }
  .benefit-strip { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid rgba(21, 25, 28, .18); }
  .story-band { grid-template-columns: 1fr; }
  .story-copy { min-height: 440px; border-radius: 0 0 44% 0 / 0 0 18% 0; }
  .story-photo { min-height: 430px; margin: -9% 0 0; padding: 15% 1rem 1rem; }
  .social-card { min-height: 360px; grid-column: auto; }
  .process, .faq, .contact-inner { grid-template-columns: 1fr; }
  .process-heading, .faq-heading { position: static; }
  .steps, .faq-list { margin-top: 1rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / span 2; justify-content: flex-start; }
}

@media (max-width: 680px) {
  .hero-copy { padding-top: 3.6rem; }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 5.4rem); }
  .hero-intro { font-size: 1rem; }
  .hero-media { min-height: 470px; }
  .hero-seal { width: 116px; height: 116px; right: 1rem; bottom: 1.2rem; }
  .benefit { min-height: 105px; padding: 1rem; justify-content: flex-start; }
  .benefit > span { display: none; }
  .collection { width: 100%; padding: 4.5rem 1rem 5rem; display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .collection::-webkit-scrollbar { display: none; }
  .collection-intro, .product-card { min-width: min(82vw, 340px); scroll-snap-align: start; }
  .collection-intro { min-height: auto; padding: .7rem 1rem 0 0; justify-content: flex-start; }
  .collection h2 { font-size: 3.65rem; }
  .collection-intro > p:not(.eyebrow) { margin-block: 1.25rem; }
  .product-image { aspect-ratio: .9 / 1; }
  .story-copy { min-height: 420px; padding-inline: 1.2rem; }
  .story-copy h2, .process h2, .faq h2, .contact h2 { font-size: clamp(3.3rem, 15vw, 4.8rem); }
  .story-photo { min-height: 360px; }
  .process { padding-block: 5.5rem; }
  .steps li { min-height: 150px; grid-template-columns: 42px 1fr; }
  .faq { padding-bottom: 5.5rem; }
  .faq-list summary { min-height: 80px; font-size: .95rem; }
  .contact { padding-block: 5.5rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .demo-form { border-radius: 1.8rem 1.8rem .3rem .3rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-cta, .footer-links { grid-column: auto; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: .8rem; }
}

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