@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #f4ede4;
  --ink-soft: #cdbdaf;
  --charcoal: #231b18;
  --dark: #15100e;
  --dark-soft: #2c211d;
  --cream: #1d1512;
  --paper: #241a16;
  --sand: #d7c3a5;
  --rust: #b94e2d;
  --rust-bright: #d85d32;
  --white: #fffdf8;
  --line: rgba(255, 253, 248, 0.16);
  --line-light: rgba(255, 253, 248, 0.2);
  --display: 'Space Grotesk', Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 96px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--dark); color: var(--white); font-family: var(--body); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
::selection { background: var(--rust); color: var(--white); }
a { color: inherit; text-decoration: none; }
button { border: 0; color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.grain { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .09; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
.page-shell { width: var(--shell); margin-inline: auto; position: relative; z-index: 2; }
.section { position: relative; overflow: hidden; }
.section--cream { background: var(--cream); color: var(--white); }
.section--dark { background: var(--dark); }
.section--charcoal { background: var(--charcoal); }

.site-header { align-items: center; display: flex; gap: 32px; height: 90px; left: 0; padding: 0 48px; position: absolute; right: 0; top: 0; z-index: 20; }
.brand { align-items: center; display: inline-flex; gap: 12px; min-width: 210px; }
.brand__image { height: 96px; object-fit: contain; object-position: left center; width: 96px; }
.brand__fallback { color: var(--white); display: none; font-family: var(--display); font-size: 24px; font-weight: 700; letter-spacing: -.08em; line-height: .76; }
.brand__fallback small { display: block; font-family: var(--body); font-size: 8px; font-weight: 600; letter-spacing: .3em; margin-left: 2px; margin-top: 6px; }
.main-nav { display: flex; gap: 32px; margin-left: auto; }
.main-nav a, .header-link { color: rgba(255, 253, 248, .72); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; transition: color .25s ease; }
.main-nav a:hover, .header-link:hover { color: var(--white); }
.header-actions { align-items: center; display: flex; gap: 24px; }
.button { align-items: center; display: inline-flex; font-size: 11px; font-weight: 700; gap: 18px; justify-content: center; letter-spacing: .15em; min-height: 56px; padding: 0 24px; text-transform: uppercase; transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; font-weight: 400; line-height: 0; }
.button--small { min-height: 42px; padding: 0 18px; }
.button--light { background: var(--white); color: #191310; }
.button--light:hover { background: var(--rust-bright); color: var(--white); }
.button--accent { background: var(--rust-bright); color: var(--white); }
.button--accent:hover { background: var(--white); color: var(--ink); }
.button--ghost { border: 1px solid rgba(255, 253, 248, .35); color: var(--white); }
.button--ghost:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.menu-toggle { background: transparent; display: none; padding: 8px 0 8px 8px; }
.menu-toggle span { background: var(--white); display: block; height: 1px; margin: 5px 0; width: 26px; }

.hero { background: var(--dark); min-height: 840px; overflow: hidden; position: relative; }
.hero__fallback, .hero__video, .hero__wash { inset: 0; position: absolute; }
.hero__fallback { background: linear-gradient(120deg, rgba(17, 11, 9, .86), rgba(17, 11, 9, .22)), url('assets/scene-1/01-start.png') center / cover; filter: saturate(.86); transform: scale(1.02); }
.hero__video { height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; width: 100%; }
.hero.has-video .hero__video { opacity: 1; }
.hero__wash { background: radial-gradient(circle at 75% 36%, transparent 0, rgba(21, 16, 14, .12) 27%, rgba(21, 16, 14, .76) 100%), linear-gradient(90deg, rgba(21, 16, 14, .85) 0%, rgba(21, 16, 14, .35) 52%, rgba(21, 16, 14, .42) 100%); }
.hero__content { display: flex; flex-direction: column; justify-content: center; min-height: 840px; padding-bottom: 86px; padding-top: 120px; }
.hero__copy { max-width: 770px; }
.eyebrow { align-items: center; color: rgba(255, 253, 248, .68); display: flex; font-size: 10px; font-weight: 600; gap: 10px; letter-spacing: .23em; margin: 0 0 28px; text-transform: uppercase; }
.eyebrow span { background: var(--rust-bright); display: inline-block; height: 6px; width: 6px; }
.eyebrow--dark { color: rgba(255, 253, 248, .58); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.065em; }
h1 { font-size: clamp(62px, 9vw, 132px); line-height: .91; margin: 0; max-width: 950px; }
h1 em, h2 em { color: var(--rust-bright); font-style: normal; }
.hero__lede { color: rgba(255, 253, 248, .76); font-size: 17px; line-height: 1.55; margin: 34px 0 34px; max-width: 400px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero__aside { align-items: center; display: flex; gap: 36px; margin-left: auto; margin-top: -62px; }
.vertical-label { color: rgba(255, 253, 248, .45); font-size: 9px; letter-spacing: .24em; writing-mode: vertical-rl; }
.hero__stamp { align-items: center; border: 1px solid rgba(255, 253, 248, .28); display: flex; font-size: 11px; gap: 12px; letter-spacing: .11em; line-height: 1.3; padding: 11px; text-transform: uppercase; transform: rotate(-8deg); }
.hero__stamp-ring { align-items: center; border: 1px solid var(--rust-bright); border-radius: 50%; color: var(--rust-bright); display: flex; font-family: var(--display); font-size: 25px; height: 66px; justify-content: center; letter-spacing: -.08em; width: 66px; }
.hero__footer { align-items: flex-end; bottom: 33px; display: flex; justify-content: space-between; left: 0; position: absolute; right: 0; }
.hero__signals { display: flex; flex-wrap: wrap; gap: 26px; }
.hero__signals span { color: rgba(255, 253, 248, .53); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hero__signals span::before { color: var(--rust-bright); content: '—'; margin-right: 8px; }
.scroll-cue { align-items: center; color: rgba(255, 253, 248, .8); display: flex; font-size: 10px; gap: 13px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue b { align-items: center; border: 1px solid rgba(255, 253, 248, .5); border-radius: 50%; display: flex; font-size: 17px; font-weight: 400; height: 34px; justify-content: center; width: 34px; }

.ticker { background: var(--rust-bright); color: var(--white); overflow: hidden; white-space: nowrap; }
.ticker__track { align-items: center; animation: ticker 28s linear infinite; display: flex; font-family: var(--display); font-size: clamp(18px, 2vw, 29px); gap: 30px; letter-spacing: -.035em; min-width: max-content; padding: 14px 0; }
.ticker__track i { font-size: 17px; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 132px 0; }
.section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 68px; }
.section-heading h2, .origin__copy h2, .motion__top h2, .closing h2 { font-size: clamp(50px, 7vw, 92px); line-height: .92; margin: 0; }
.section-heading__note { color: rgba(255, 253, 248, .6); font-size: 14px; line-height: 1.65; margin: 0 0 5px; max-width: 270px; }
.product-grid { display: grid; gap: 20px; grid-template-columns: 1.23fr 1fr 1fr; }
.product-card { background: transparent; display: block; min-width: 0; transition: transform .45s var(--ease); }
.product-card:hover { transform: translateY(-8px); }
.product-card__image { height: 382px; overflow: hidden; position: relative; }
.product-card__image::before { background: linear-gradient(180deg, transparent 0%, transparent 54%, rgba(29,21,18,.35) 72%, rgba(29,21,18,.94) 100%); content: ''; inset: 0; position: absolute; z-index: 1; }
.product-card__image::after { background: linear-gradient(180deg, transparent 42%, rgba(29,21,18,.08) 62%, rgba(29,21,18,.72) 100%); content: ''; inset: 0; position: absolute; z-index: 2; }
.product-card__image img { filter: none; height: 100%; object-fit: cover; transition: transform .8s var(--ease); width: 100%; }
.product-card:hover .product-card__image img { transform: scale(1.06); }
.product-card__image--dark { background: #3c1e14; }
.product-card__image--dark img { object-position: 64% 50%; }
.product-card__image--rust { background: #9b3f26; }
.product-card__image--rust img { filter: none; object-position: 72% 50%; }
.product-card__image--sand { background: #bfa788; }
.product-card__image--sand img { filter: none; object-position: 70% 68%; }
.product-card__number { bottom: 16px; color: var(--white); font-family: var(--display); font-size: 13px; left: 16px; position: absolute; z-index: 1; }
.product-card__copy { margin-top: -78px; padding: 0 24px 31px; position: relative; z-index: 3; }
.product-card__eyebrow { color: var(--rust); font-size: 9px; font-weight: 700; letter-spacing: .18em; margin-bottom: 14px; text-transform: uppercase; }
.product-card h3 { color: var(--white); font-size: clamp(30px, 3.4vw, 50px); line-height: .91; margin: 0 0 28px; }
.product-card__link { align-items: center; color: rgba(255, 253, 248, .64); display: flex; font-size: 11px; font-weight: 700; justify-content: space-between; letter-spacing: .1em; text-transform: uppercase; }
.product-card__link b { color: var(--rust); font-size: 18px; font-weight: 400; }
.range__footer { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 1fr 1fr 1fr; margin-top: 24px; padding-top: 22px; }
.range__footer p { color: rgba(255, 253, 248, .6); font-size: 12px; line-height: 1.5; margin: 0; }
.range__footer strong { color: var(--ink); font-weight: 600; }
.range__badge { align-items: center; display: flex; gap: 10px; }
.range__badge span { color: var(--rust); font-family: var(--display); font-size: 36px; letter-spacing: -.09em; line-height: .7; }
.range__badge small { color: rgba(255, 253, 248, .52); font-size: 9px; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.text-link { align-items: center; color: var(--white); display: inline-flex; font-size: 11px; font-weight: 700; gap: 18px; letter-spacing: .14em; text-transform: uppercase; }
.text-link span { color: var(--rust-bright); font-size: 18px; font-weight: 400; }
.text-link--dark { color: var(--white); justify-self: end; }

.origin { padding-bottom: 144px; padding-top: 144px; }
.origin__layout { align-items: center; display: grid; gap: clamp(70px, 12vw, 190px); grid-template-columns: minmax(290px, .96fr) minmax(300px, .76fr); }
.origin__visual { position: relative; }
.origin__image-wrap { height: 570px; margin-left: 10%; overflow: hidden; position: relative; width: 80%; }
.origin__image-wrap img, .origin__image-wrap video { filter: saturate(.82) contrast(1.06); height: 100%; object-fit: cover; width: 100%; }
.origin__image-overlay { background: linear-gradient(180deg, rgba(21,16,14,.04), rgba(21,16,14,.72)); inset: 0; position: absolute; }
.origin__image-caption { bottom: 28px; color: var(--white); font-family: var(--display); font-size: 22px; left: 28px; letter-spacing: -.05em; line-height: .95; position: absolute; }
.origin__orbit { align-items: center; border: 1px solid rgba(255, 253, 248, .28); border-radius: 50%; display: flex; height: 176px; justify-content: space-between; left: -32px; padding: 0 17px; position: absolute; top: 32px; transform: rotate(-21deg); width: 176px; }
.origin__orbit::before { border: 1px dashed var(--rust-bright); border-radius: 50%; content: ''; inset: 8px; position: absolute; }
.origin__orbit span { color: var(--rust-bright); font-size: 9px; letter-spacing: .08em; position: relative; transform: rotate(21deg); }
.origin__copy { max-width: 510px; }
.origin__copy p:not(.eyebrow) { color: rgba(255, 253, 248, .66); font-size: 15px; line-height: 1.75; max-width: 430px; }
.origin__copy .eyebrow { margin-bottom: 28px; }
.origin__copy h2 { margin-bottom: 34px; }
.origin__copy .text-link { margin-top: 22px; }

.section-heading--center { align-items: center; flex-direction: column; text-align: center; }
.section-heading--center .section-heading__note { margin: 28px auto 0; max-width: 435px; }
.freshness__visual { height: 310px; margin: 0 auto 52px; max-width: 1040px; overflow: hidden; position: relative; }
.freshness__visual img { height: 100%; object-fit: cover; object-position: 70% 52%; transition: transform .9s var(--ease); width: 100%; }
.freshness__visual:hover img { transform: scale(1.04); }
.freshness__visual-wash { background: linear-gradient(90deg, rgba(29,21,18,.78), rgba(29,21,18,.08) 60%, rgba(29,21,18,.24)); inset: 0; position: absolute; }
.freshness__visual-copy { bottom: 28px; left: 32px; position: absolute; }
.freshness__visual-copy span { color: var(--rust-bright); display: block; font-size: 10px; font-weight: 700; letter-spacing: .18em; margin-bottom: 10px; text-transform: uppercase; }
.freshness__visual-copy strong { color: var(--white); display: block; font-family: var(--display); font-size: clamp(29px, 4vw, 50px); letter-spacing: -.06em; line-height: .92; }
.steps { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.step { min-height: 270px; padding: 32px 38px 34px 0; position: relative; }
.step + .step { border-left: 1px solid var(--line); padding-left: 38px; }
.step__number { color: var(--rust); font-family: var(--display); font-size: 12px; }
.step__icon { color: var(--rust); font-size: 33px; font-weight: 400; height: 60px; line-height: 1; padding-top: 23px; }
.step h3 { font-size: 28px; margin: 20px 0 9px; }
.step p { color: rgba(255, 253, 248, .6); font-size: 13px; line-height: 1.6; margin: 0; max-width: 260px; }

.motion { padding-bottom: 118px; }
.motion__top { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 62px; }
.motion__intro { color: rgba(255, 253, 248, .58); font-size: 14px; line-height: 1.65; margin: 0 0 5px; max-width: 305px; }
.motion-grid { display: grid; gap: 18px; grid-template-columns: 1.35fr 1fr 1fr; }
.motion-card { background: #382822; cursor: pointer; height: 370px; overflow: hidden; padding: 0; position: relative; text-align: left; width: 100%; }
.motion-card img, .motion-card video, .motion-card__abstract { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; transition: transform .9s var(--ease); width: 100%; }
.motion-card img, .motion-card video { filter: saturate(.82); }
.motion-card:hover img, .motion-card:hover video, .motion-card:hover .motion-card__abstract { transform: scale(1.06); }
.motion-card__abstract--warm { background: radial-gradient(circle at 54% 45%, rgba(228, 122, 48, .84) 0 5%, transparent 6%), radial-gradient(circle at 53% 43%, rgba(151, 59, 32, .96) 0 22%, transparent 23%), linear-gradient(140deg, #201511, #ae4329 50%, #4f251b); }
.motion-card__abstract--warm::before { background: repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 204, 142, .13) 9px 10px, transparent 11px 24px); content: ''; inset: -20%; position: absolute; transform: rotate(-17deg); }
.motion-card__shade { background: linear-gradient(180deg, transparent 30%, rgba(21, 16, 14, .82)); inset: 0; position: absolute; }
.motion-card__copy { bottom: 22px; color: var(--white); display: block; font-family: var(--display); font-size: 24px; left: 22px; letter-spacing: -.05em; line-height: .9; position: absolute; right: 22px; }
.motion-card__copy small { color: var(--rust-bright); display: block; font-family: var(--body); font-size: 9px; font-weight: 700; letter-spacing: .16em; margin-bottom: 10px; text-transform: uppercase; }
.motion-card__copy b { float: right; font-family: var(--body); font-size: 18px; font-weight: 400; }
.play-button { align-items: center; background: rgba(255, 253, 248, .92); border-radius: 50%; color: var(--ink); display: flex; font-size: 10px; height: 48px; justify-content: center; left: 50%; opacity: 0; position: absolute; top: 50%; transform: translate(-50%, -40%); transition: opacity .3s ease, transform .3s ease; width: 48px; }
.motion-card:hover .play-button, .motion-card.is-active .play-button { opacity: 1; transform: translate(-50%, -50%); }
.motion__foot { border-top: 1px solid var(--line-light); color: rgba(255, 253, 248, .46); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .11em; margin-top: 22px; padding-top: 15px; text-transform: uppercase; }
.status-dot { background: #75c27c; border-radius: 50%; display: inline-block; height: 7px; margin-right: 8px; width: 7px; }

.closing { min-height: 590px; padding: 150px 0; }
.closing__background { background: linear-gradient(90deg, rgba(21, 16, 14, .93), rgba(21, 16, 14, .18)), url('assets/scene-1/01-start.png') center / cover; inset: 0; position: absolute; transform: scale(1.03); }
.closing__content { max-width: none; }
.closing h2 { font-size: clamp(59px, 8vw, 112px); max-width: 740px; }
.closing p:not(.eyebrow) { color: rgba(255, 253, 248, .7); font-size: 16px; margin: 28px 0 32px; }
.contact { padding-bottom: 118px; padding-top: 118px; }
.contact__layout { align-items: flex-end; display: grid; gap: 80px; grid-template-columns: minmax(300px, 1fr) minmax(250px, .6fr); }
.contact__copy { max-width: 620px; }
.contact__copy h2 { margin-bottom: 28px; }
.contact__copy > p:not(.eyebrow) { color: rgba(255, 253, 248, .62); font-size: 15px; line-height: 1.65; margin-bottom: 28px; max-width: 390px; }
.contact__details { border-top: 1px solid var(--line); display: grid; gap: 25px; grid-template-columns: 1fr; padding-top: 17px; width: 100%; }
.contact__details > div { align-items: baseline; display: flex; gap: 25px; justify-content: space-between; }
.contact__details .footer-label { margin: 0; }
.contact__details p:not(.footer-label), .contact__details a { color: rgba(255, 253, 248, .62); font-size: 12px; line-height: 1.6; margin: 0; text-align: right; }
.contact__details a:hover { color: var(--rust); }
.site-footer { background: var(--dark); padding: 70px 0 25px; }
.site-footer__top { display: flex; justify-content: space-between; padding-bottom: 70px; }
.brand--footer { display: inline-flex; min-width: auto; }
.brand--footer .brand__image { height: 96px; width: 128px; }
.brand--footer .brand__fallback { display: none; }
.site-footer__brand p { color: rgba(255, 253, 248, .47); font-size: 12px; line-height: 1.6; margin: 25px 0 0; }
.site-footer__links { display: grid; gap: clamp(40px, 8vw, 135px); grid-template-columns: repeat(3, auto); }
.site-footer__links > div { display: flex; flex-direction: column; gap: 8px; }
.site-footer__links a, .site-footer__links p:not(.footer-label), .site-footer__links span { color: rgba(255, 253, 248, .62); font-size: 12px; line-height: 1.65; margin: 0; }
.site-footer__links a:hover { color: var(--white); }
.footer-label { color: var(--rust-bright); font-size: 9px; font-weight: 700; letter-spacing: .17em; margin: 0 0 12px; text-transform: uppercase; }
.site-footer__bottom { border-top: 1px solid var(--line-light); color: rgba(255, 253, 248, .36); display: flex; font-size: 9px; justify-content: space-between; letter-spacing: .13em; padding-top: 17px; text-transform: uppercase; }
.site-footer__bottom a:hover { color: var(--white); }

.toast { align-items: center; background: var(--white); bottom: 24px; box-shadow: 0 18px 50px rgba(0,0,0,.24); color: var(--ink); display: flex; font-size: 12px; gap: 2px; max-width: min(480px, calc(100vw - 32px)); opacity: 0; padding: 14px 18px; pointer-events: none; position: fixed; right: 24px; transform: translateY(18px); transition: opacity .3s var(--ease), transform .3s var(--ease); z-index: 30; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.toast strong { font-weight: 700; margin-left: 4px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal--delay { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .24s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  :root { --shell: min(100% - 48px, 680px); }
  .site-header { padding: 0 24px; }
  .main-nav, .header-link { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .site-header.menu-open .main-nav { background: var(--dark); display: flex; flex-direction: column; gap: 0; left: 0; padding: 18px 24px 25px; position: absolute; right: 0; top: 78px; }
  .site-header.menu-open .main-nav a { border-bottom: 1px solid var(--line-light); color: var(--white); padding: 15px 0; }
  .site-header.menu-open .header-link { display: block; position: absolute; right: 72px; top: 25px; }
  .hero, .hero__content { min-height: 760px; }
  .hero__aside { display: none; }
  .hero__footer { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero__signals { gap: 6px 18px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card--featured { grid-column: span 2; }
  .product-card--featured .product-card__image { height: 440px; }
  .origin__layout { gap: 65px; grid-template-columns: 1fr; }
  .origin__copy { max-width: 600px; }
  .contact__layout { gap: 60px; grid-template-columns: 1fr; }
  .motion-grid { grid-template-columns: 1.2fr 1fr; }
  .motion-card--large { grid-row: span 2; height: 540px; }
  .motion-card { height: 260px; }
  .site-footer__top { gap: 55px; }
  .site-footer__links { gap: 28px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { height: 75px; padding: 0 18px; }
  .brand { min-width: auto; }
  .brand__image { height: 68px; width: 68px; }
  .header-actions .button { font-size: 9px; min-height: 37px; padding: 0 12px; }
  .header-actions { gap: 8px; }
  .menu-toggle { padding-left: 3px; }
  .hero, .hero__content { min-height: 720px; }
  .hero__content { padding-bottom: 98px; padding-top: 105px; }
  h1 { font-size: clamp(54px, 16vw, 82px); }
  .hero__lede { font-size: 15px; margin: 25px 0 28px; }
  .hero__actions { align-items: stretch; flex-direction: column; max-width: 260px; }
  .button { min-height: 51px; }
  .hero__signals span { font-size: 8px; }
  .scroll-cue span { display: none; }
  .section { padding: 90px 0; }
  .section-heading, .motion__top { align-items: flex-start; flex-direction: column; gap: 28px; margin-bottom: 45px; }
  .section-heading h2, .origin__copy h2, .motion__top h2, .closing h2 { font-size: clamp(49px, 14vw, 72px); }
  .section-heading__note { max-width: 290px; }
  .freshness__visual { height: 250px; margin-bottom: 35px; }
  .freshness__visual-copy { bottom: 22px; left: 22px; }
  .product-grid { display: block; }
  .product-card, .product-card--featured { margin-bottom: 16px; }
  .product-card__image, .product-card--featured .product-card__image { height: 330px; }
  .range__footer { align-items: flex-start; display: flex; flex-direction: column; gap: 18px; }
  .text-link--dark { justify-self: initial; }
  .origin { padding-bottom: 110px; padding-top: 110px; }
  .origin__image-wrap { height: 440px; margin-left: 8%; width: 84%; }
  .origin__orbit { height: 130px; left: -13px; padding: 0 13px; top: 20px; width: 130px; }
  .origin__image-caption { font-size: 18px; left: 20px; }
  .steps { display: block; }
  .step, .step + .step { border-left: 0; border-top: 1px solid var(--line); min-height: 0; padding: 28px 0 32px; }
  .step:first-child { border-top: 0; }
  .step__icon { padding-top: 14px; }
  .motion-grid { display: block; }
  .motion-card, .motion-card--large { height: 300px; margin-bottom: 15px; }
  .motion__foot { align-items: flex-start; flex-direction: column; gap: 9px; }
  .closing { min-height: 570px; padding: 120px 0; }
  .contact { padding-bottom: 90px; padding-top: 90px; }
  .contact__layout { gap: 50px; }
  .site-footer { padding-top: 55px; }
  .site-footer__top { flex-direction: column; padding-bottom: 48px; }
  .site-footer__links { gap: 26px; grid-template-columns: 1fr 1fr; }
  .site-footer__links > div:last-child { grid-column: span 2; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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