:root {
  --orange: #ff6b35;
  --orange-deep: #e94f1c;
  --ink: #0f0f10;
  --cream: #faf7f2;
  --paper: #fffdfa;
  --muted: #666a73;
  --line: #dadada;
  --soft-orange: #fed6c4;
  --container: 1440px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  scroll-snap-type: y proximity;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

.hero { scroll-snap-align: start; scroll-snap-stop: always; scroll-margin-top: 0; }
.about, .products, .contact { scroll-snap-align: start; scroll-snap-stop: normal; scroll-margin-top: 94px; }
.site-footer { scroll-snap-align: end; scroll-snap-stop: normal; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: none; }

.container {
  width: min(calc(100% - 96px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  transition: background .3s ease, box-shadow .3s ease;
}

.site-header.is-scrolled {
  background: color-mix(in srgb, var(--paper) 90%, transparent);
  box-shadow: 0 1px 0 rgba(15, 15, 16, .07);
  backdrop-filter: blur(16px);
}

.nav-shell {
  height: 94px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  font-family: "Space Grotesk", sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .085em;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
}

.desktop-nav { display: flex; gap: clamp(38px, 5vw, 76px); }
.desktop-nav a, .footer-nav a, .footer-nav span { font-size: 13px; transition: color .2s ease; }
.footer-nav span { color: #898c93; cursor: default; }
.desktop-nav a:hover, .footer-nav a:hover { color: var(--orange); }

.outline-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 22px;
  border: 1px solid #bdbdbd;
  border-radius: 999px;
  font-size: 13px;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.outline-button:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.menu-toggle, .mobile-nav { display: none; }

.hero {
  min-height: 100svh;
  background:
    radial-gradient(circle at 73% 45%, rgba(255, 107, 53, .055), transparent 25%),
    var(--cream);
}

.hero-grid {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  padding-top: 96px;
}

.hero-copy { position: relative; z-index: 3; padding: 60px 0 34px; }
.hero-copy, .hero-art { min-width: 0; }

.eyebrow {
  margin: 0 0 24px;
  color: var(--orange-deep);
  font: 700 11px/1.4 "Inter", sans-serif;
  letter-spacing: .27em;
  text-transform: uppercase;
}

h1, h2, h3 { margin: 0; font-family: "Space Grotesk", sans-serif; font-weight: 500; letter-spacing: -.055em; }

h1 {
  max-width: 650px;
  font-size: clamp(74px, 7.4vw, 126px);
  line-height: .82;
}

h1 .hero-line { display: block; }
h1 em, .about-heading h2 span, .contact h2 span { color: var(--orange); font-style: normal; }

.hero-description {
  max-width: 450px;
  margin: 32px 0 30px;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.55;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 17px 25px;
  border-radius: 999px;
  background: var(--orange);
  color: white;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 26px rgba(255, 107, 53, .2);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.primary-button:hover { background: var(--orange-deep); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(255, 107, 53, .28); }
.primary-button span, .outline-button span, .text-link span { transition: transform .2s ease; }
.primary-button:hover span, .outline-button:hover span, .text-link:hover span { transform: translate(2px, -2px); }

.scroll-cue {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin-top: 62px;
  color: #777b84;
  font: 600 9px/1 "Inter", sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.mouse { position: relative; width: 23px; height: 38px; border: 1px solid #aeb0b4; border-radius: 12px; }
.mouse i { position: absolute; top: 9px; left: 10px; width: 2px; height: 7px; border-radius: 1px; background: var(--orange); animation: scrollDot 1.8s infinite; }

.hero-art { position: relative; height: 680px; align-self: center; }
.hero-visual {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 118%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  object-fit: contain;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
  animation: heroVisualIn 1s .12s cubic-bezier(.2,.7,.2,1) both;
  will-change: transform;
}
.bow-arrow { width: 100%; height: 100%; overflow: visible; opacity: 0; pointer-events: none; }
.hero-art.image-error .hero-visual { display: none; }
.hero-art.image-error .bow-arrow { opacity: 1; }
.bow-arrow path, .bow-arrow circle { vector-effect: non-scaling-stroke; }
.motion-line { fill: none; stroke: #ffbca3; stroke-width: 1; opacity: .34; }
.bow-shadow { fill: none; stroke: rgba(255, 107, 53, .3); stroke-width: 18; filter: url(#softGlow); }
.bow { fill: none; stroke: url(#bowStroke); stroke-width: 6; stroke-linecap: round; }
.bow-thin { stroke: #ff9d79; stroke-width: 1; opacity: .8; transform: translateX(18px); }
.bow-string { fill: none; stroke: #f48b65; stroke-width: 1; }
.bow-arrow circle { fill: var(--orange); }
.arrow-shaft { fill: none; stroke: var(--orange); stroke-width: 2.3; stroke-dasharray: 390; stroke-dashoffset: 390; animation: drawArrow 1.3s .35s ease forwards; }
.arrow-head, .fletching { fill: var(--orange); opacity: 0; animation: fadeIn .4s 1.35s ease forwards; }
.brighter, .hero-index { position: absolute; z-index: 2; margin: 0; color: #6f737c; font: 600 9px/1.7 "Inter", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.brighter { right: 1%; top: 38%; }
.hero-index { right: 0; bottom: 12%; }
.hero-index strong { font-weight: 400; }

.section { padding: 120px 0; }
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1.15fr 1.25fr 1fr; align-items: stretch; min-height: 360px; }
.about-heading { padding: 26px 56px 26px 0; border-right: 1px solid var(--line); }
.about-heading h2 { font-size: clamp(44px, 4vw, 66px); line-height: 1.02; }
.about-copy { align-self: center; padding: 24px clamp(38px, 5vw, 72px); }
.about-copy p { margin: 0 0 16px; color: #545861; font-size: 15px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 12px; padding-bottom: 4px; margin-top: 12px; border-bottom: 1px solid #f09a79; font-size: 13px; transition: color .2s ease; }
.text-link:hover { color: var(--orange); }

.architecture { position: relative; min-height: 350px; margin: 0; overflow: hidden; background: #eaded2; isolation: isolate; }
.architecture::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(250,247,242,.08) 75%, rgba(250,247,242,.32) 100%); pointer-events: none; }
.architecture img { position: absolute; inset: -6%; width: 112%; max-width: none; height: 112%; object-fit: cover; object-position: 56% 50%; transform: translate3d(0, var(--about-y, 0px), 0) scale(1.035); transition: transform .2s linear; will-change: transform; }
.architecture figcaption { position: absolute; z-index: 2; left: 25px; bottom: 25px; margin: 0; color: #17373a; font: 700 10px/1.7 "Inter", sans-serif; letter-spacing: .15em; text-align: left; text-transform: uppercase; }
.architecture figcaption span { display: block; margin-bottom: 8px; color: var(--orange); font-size: 8px; font-weight: 600; letter-spacing: .2em; }

.products { background: var(--cream); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 50px; }
.section-heading::before { content: ""; order: 2; flex: 1 1 120px; min-width: 50px; height: 1px; margin-bottom: 17px; background: var(--line); }
.section-heading > div { order: 1; flex: 0 0 auto; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { font-size: clamp(50px, 5vw, 76px); line-height: 1; }
.section-heading > .section-side { order: 3; flex: 0 1 280px; display: flex; align-items: center; justify-content: flex-end; }
.section-side > p { max-width: 240px; margin: 0; color: #8a8d94; font-size: 12px; line-height: 1.5; }

.carousel-shell { position: relative; }
.carousel-edge { position: absolute; z-index: 8; top: 50%; width: 52px; height: 52px; display: grid; place-items: center; padding: 0 0 4px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,250,.94); color: var(--ink); font-family: "Inter", sans-serif; font-size: 32px; font-weight: 300; line-height: 1; cursor: pointer; box-shadow: 0 10px 28px rgba(15,15,16,.08); backdrop-filter: blur(10px); transform: translateY(-50%); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.carousel-edge--prev { left: -26px; }
.carousel-edge--next { right: -26px; }
.carousel-edge:hover { color: var(--orange); border-color: var(--orange); background: white; transform: translateY(-50%) scale(1.05); box-shadow: 0 14px 34px rgba(15,15,16,.12); }
.carousel-edge:active { transform: translateY(-50%) scale(.96); }
.product-carousel { overflow-x: auto; overflow-y: hidden; scrollbar-width: none; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; cursor: grab; }
.product-carousel::-webkit-scrollbar { display: none; }
.product-carousel.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
.product-carousel.is-normalizing .product-card { transition: none !important; }
.product-track { display: flex; width: max-content; gap: 18px; }
.product-card { --pointer-x: 50%; --pointer-y: 50%; --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 530px; overflow: hidden; border: 1px solid rgba(15,15,16,.04); border-radius: 20px; background: #f2eee9; isolation: isolate; }
.product-track .product-card { flex: 0 0 calc((min(calc(100vw - 96px), var(--container)) - 18px) / 2); width: calc((min(calc(100vw - 96px), var(--container)) - 18px) / 2); scroll-snap-align: start; }
.product-card::before { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; background: radial-gradient(circle 240px at var(--pointer-x) var(--pointer-y), rgba(255,255,255,.32), transparent 68%); opacity: 0; transition: opacity .3s ease; }
.product-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(250,247,242,.98) 0%, rgba(250,247,242,.9) 37%, transparent 64%); }
.product-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.01); transition: transform .55s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.product-card:hover::before { opacity: 1; }
.product-card:hover .product-image { transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.04); }
.product-content { position: relative; z-index: 2; width: 43%; min-width: 235px; height: 100%; padding: 40px 0 38px 38px; display: flex; flex-direction: column; align-items: flex-start; }
.app-icon { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 19px; box-shadow: 0 10px 25px rgba(18,10,41,.18); }
.app-icon svg { width: 42px; height: 42px; fill: none; stroke: white; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.app-icon--smile { background: linear-gradient(145deg, #7454f5, #a867fa); }
.app-icon--bolt { background: linear-gradient(145deg, #19142f, #090812); }
.app-icon--bolt svg { fill: var(--orange); stroke: #ffb18f; }
.product-category { margin: 0 0 11px; color: var(--orange); font: 700 9px/1.4 "Inter", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { font-size: 27px; line-height: 1.1; letter-spacing: -.04em; }
.product-description { margin: 14px 0 18px; color: #555961; font-size: 14px; line-height: 1.55; }
.store-marks { display: flex; gap: 15px; margin: auto 0 14px; }
.store-marks span { width: 34px; height: 34px; display: inline-grid; place-items: center; border: 1px solid rgba(15,15,16,.08); border-radius: 11px; background: rgba(255,255,255,.82); box-shadow: 0 6px 16px rgba(15,15,16,.08); }
.store-marks svg { width: 21px; height: 21px; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; }
.contact-grid > div:first-child { padding-right: 70px; }
.contact .eyebrow { margin-bottom: 18px; }
.contact h2 { font-size: clamp(55px, 5vw, 82px); line-height: 1; }
.contact-dot { display: inline-block; transform-origin: 50% 75%; }
.contact-copy { padding: 28px 0 28px 55px; border-left: 1px solid var(--line); }
.contact-copy p { max-width: 540px; margin: 0 0 24px; color: #555961; font-size: 15px; line-height: 1.55; }

.site-footer { background: var(--paper); padding: 0 0 55px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.footer-brand p { margin: 10px 0 0 50px; color: #8a8d94; font-size: 10px; }
.footer-nav { display: flex; gap: 35px; }
.copyright { justify-self: end; margin: 0; color: #96999f; font-size: 10px; line-height: 1.7; text-align: right; }
.footer-disclaimer { margin-top: 24px; }
.footer-disclaimer p { max-width: 1080px; margin: 0; color: #9a9ca2; font-size: 10px; line-height: 1.65; }
.footer-disclaimer strong { color: #74777e; font-weight: 600; }

/* Secondary pages */
.subpage { scroll-snap-type: none; }
.inner-page { background: var(--paper); }
.inner-page .desktop-nav .active { color: var(--orange); }
.compact-footer { padding-top: 72px; }

.detail-hero { min-height: 100svh; display: flex; align-items: center; padding: 135px 0 80px; background: var(--cream); }
.detail-hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 7vw, 110px); }
.back-link { display: inline-block; margin-bottom: 65px; color: #777b84; font-size: 12px; transition: color .2s ease, transform .2s ease; }
.back-link:hover { color: var(--orange); transform: translateX(-3px); }
.detail-copy h1 { max-width: 690px; font-size: clamp(62px, 6.2vw, 100px); line-height: .95; }
.detail-intro { max-width: 590px; margin: 30px 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.detail-visual { margin: 0; overflow: hidden; border-radius: 24px; background: #f4eee8; box-shadow: 0 24px 70px rgba(49,31,21,.08); }
.detail-visual img { width: 100%; min-height: 560px; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.detail-visual:hover img { transform: scale(1.025); }
.detail-section { padding: 130px 0; }
.detail-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 60px; }
.detail-heading .eyebrow { margin-bottom: 8px; }
.detail-heading h2 { font-size: clamp(48px, 5vw, 76px); }
.detail-highlights { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.detail-highlight { padding: 36px clamp(22px, 3vw, 48px) 22px 0; }
.detail-highlight + .detail-highlight { padding-left: clamp(22px, 3vw, 48px); border-left: 1px solid var(--line); }
.detail-highlight > span, .principles-grid article > span { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.detail-highlight h3, .principles-grid h3 { margin: 58px 0 14px; font: 500 clamp(25px, 2.2vw, 34px)/1.1 "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.detail-highlight p, .principles-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.detail-meta-section { padding: 110px 0; background: var(--cream); }
.detail-meta-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 150px); }
.detail-meta-grid h2 { margin-bottom: 20px; font-size: clamp(40px, 4vw, 62px); }
.detail-meta-grid > div:first-child > p:last-child { max-width: 490px; color: var(--muted); line-height: 1.65; }
.updates-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.updates-title h3 { margin: 0; font: 500 25px/1.2 "Space Grotesk", sans-serif; }
.updates-title .text-link { margin-top: 0; }
.updates-list { margin: 0; padding: 0; list-style: none; }
.updates-list li { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.updates-list .empty-update { display: block; }

.story-hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 160px 0 110px; overflow: hidden; background: var(--cream); isolation: isolate; }
.story-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(250,247,242,.97) 0%, rgba(250,247,242,.88) 42%, rgba(250,247,242,.42) 72%, rgba(250,247,242,.18) 100%); pointer-events: none; }
.story-hero > .container { position: relative; z-index: 2; }
.story-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(60px, 10vw, 170px); }
.story-hero h1 { max-width: 850px; font-size: clamp(70px, 7.2vw, 116px); line-height: .92; }
.story-lead { padding-left: 45px; border-left: 1px solid var(--line); }
.story-lead p { max-width: 470px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.story-hero-media { position: absolute; z-index: 0; inset: 0; margin: 0; overflow: hidden; }
.story-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transform: scale(1.025); }
.story-statement { padding: 125px 0 145px; }
.statement-grid { display: grid; grid-template-columns: .28fr .82fr .9fr; align-items: center; gap: clamp(35px, 5vw, 75px); }
.statement-index { margin: 9px 0 0; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.statement-grid h2 { font-size: clamp(52px, 5.2vw, 82px); line-height: 1; }
.statement-grid h2 span { color: var(--orange); }
.story-products-collage { position: relative; min-height: 460px; }
.story-products-collage img { position: absolute; width: 74%; height: 68%; object-fit: cover; border: 8px solid var(--paper); border-radius: 20px; box-shadow: 0 22px 55px rgba(15,15,16,.11); }
.story-products-collage img:first-child { top: 0; left: 0; object-position: 62% center; transform: rotate(-2.2deg); }
.story-products-collage img:last-child { right: 0; bottom: 0; object-position: 70% center; transform: rotate(2.4deg); }
.story-principles { padding: 120px 0 140px; background: var(--cream); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 65px; border-top: 1px solid var(--line); }
.principles-grid article { padding: 34px 38px 20px 0; }
.principles-grid article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.story-cta { margin-left: auto; }

.updates-hero { padding: 190px 0 100px; background: var(--cream); }
.updates-hero h1 { font-size: clamp(72px, 7.5vw, 120px); line-height: .9; }
.updates-hero h1 span { color: var(--orange); }
.updates-hero > .container > p:last-child { max-width: 560px; margin: 32px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.updates-section { padding: 100px 0 140px; }
.updates-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.updates-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.updates-card-head { display: flex; align-items: center; gap: 24px; }
.updates-card-head img { width: 112px; height: 84px; object-fit: cover; border-radius: 12px; }
.updates-card-head .product-category { margin-bottom: 7px; }
.updates-card h2 { font-size: 29px; }
.updates-card ul { min-height: 110px; margin: 28px 0 16px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.updates-card li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.updates-card li time { color: #999ca2; font-size: 11px; }
.updates-card li p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.updates-card .updates-empty { display: block; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.product-card:nth-child(even) { transition-delay: .1s; }

.motion-enabled .hero-copy .eyebrow,
.motion-enabled .hero-copy .hero-line,
.motion-enabled .hero-copy .hero-description,
.motion-enabled .hero-copy .primary-button {
  opacity: 0;
  transform: translateY(22px);
}
.motion-enabled.is-loaded .hero.hero-active .hero-copy .eyebrow,
.motion-enabled.is-loaded .hero.hero-active .hero-copy .hero-line,
.motion-enabled.is-loaded .hero.hero-active .hero-copy .hero-description,
.motion-enabled.is-loaded .hero.hero-active .hero-copy .primary-button {
  opacity: 1;
  transform: none;
  transition: opacity .72s cubic-bezier(.2,.8,.2,1), transform .72s cubic-bezier(.2,.8,.2,1);
}
.motion-enabled.is-loaded .hero.hero-active .hero-copy .hero-line:first-child { transition-delay: .08s; }
.motion-enabled.is-loaded .hero.hero-active .hero-copy .hero-line:nth-child(2) { transition-delay: .16s; }
.motion-enabled.is-loaded .hero.hero-active .hero-copy .hero-description { transition-delay: .25s; }
.motion-enabled.is-loaded .hero.hero-active .hero-copy .primary-button { transition-delay: .34s; }
.about-grid.is-visible .about-heading,
.about-grid.is-visible .about-copy,
.about-grid.is-visible .architecture { animation: sectionChildIn .7s cubic-bezier(.2,.8,.2,1) both; }
.about-grid.is-visible .about-copy { animation-delay: .09s; }
.about-grid.is-visible .architecture { animation-delay: .18s; }
.contact-grid.is-visible .contact-dot { animation: dotLaunch .75s .55s cubic-bezier(.2,.8,.2,1) both; }

@keyframes drawArrow { to { stroke-dashoffset: 0; } }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes heroVisualIn { from { opacity: 0; transform: translate(calc(-52% + var(--hero-x, 0px)), calc(-50% + var(--hero-y, 0px))) scale(.985); } to { opacity: 1; transform: translate(calc(-50% + var(--hero-x, 0px)), calc(-50% + var(--hero-y, 0px))) scale(1); } }
@keyframes sectionChildIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes dotLaunch { 0% { opacity: 0; transform: translateX(-18px) scale(.5); } 65% { transform: translateX(3px) scale(1.22); } 100% { opacity: 1; transform: none; } }
@keyframes scrollDot { 0%, 100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(6px); opacity: 1; } }

@media (max-width: 1100px) {
  .container { width: min(calc(100% - 56px), var(--container)); }
  .hero-grid { grid-template-columns: 46% 54%; }
  .hero-art { height: 600px; }
  .brighter { right: -2%; }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .architecture { grid-column: 1 / -1; min-height: 300px; margin-top: 50px; }
  .product-card { min-height: 490px; }
  .product-content { width: 48%; min-width: 210px; padding-left: 28px; }
  .product-card h3 { font-size: 24px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .about, .products, .contact { scroll-margin-top: 78px; }
  .nav-shell { height: 78px; grid-template-columns: 1fr auto; }
  .brand { font-size: 16px; }
  .brand-mark { width: 32px; height: 32px; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 23px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { display: flex; position: fixed; z-index: 90; inset: 78px 0 auto; height: calc(100svh - 78px); flex-direction: column; align-items: center; justify-content: center; gap: 30px; background: rgba(250,247,242,.98); font: 500 28px/1 "Space Grotesk", sans-serif; opacity: 0; visibility: hidden; clip-path: circle(0 at calc(100% - 42px) -10px); transition: opacity .35s ease, clip-path .55s cubic-bezier(.2,.8,.2,1), visibility .55s; }
  .mobile-nav.is-open { opacity: 1; visibility: visible; clip-path: circle(150% at calc(100% - 42px) -10px); }
  .mobile-nav a { opacity: 0; transform: translateY(12px); transition: opacity .35s ease, transform .35s ease; }
  .mobile-nav.is-open a { opacity: 1; transform: none; }
  .mobile-nav.is-open a:nth-child(2) { transition-delay: .04s; }
  .mobile-nav.is-open a:nth-child(3) { transition-delay: .08s; }
  .mobile-nav.is-open a:nth-child(4) { transition-delay: .12s; }
  .mobile-nav a:last-child { margin-top: 20px; padding: 15px 24px; border-radius: 999px; background: var(--orange); color: white; font: 600 14px/1 "Inter", sans-serif; }

  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 145px; }
  .hero-copy { padding: 40px 0 0; }
  h1 { font-size: clamp(70px, 16vw, 105px); }
  .hero-description { max-width: 520px; }
  .scroll-cue { display: none; }
  .hero-art { width: min(100%, 680px); height: auto; aspect-ratio: 1.15; margin: -20px auto 15px; }
  .brighter { right: 2%; top: 40%; }
  .hero-index { display: none; }
  .section { padding: 90px 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-heading { padding: 0 0 45px; border-right: 0; }
  .about-copy { padding: 36px 0 0; border-top: 1px solid var(--line); }
  .about-copy p { max-width: 620px; }
  .architecture { grid-column: auto; margin-top: 55px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading::before { display: none; }
  .section-heading > .section-side { width: 100%; flex: none; justify-content: space-between; padding: 18px 0 0; border-top: 1px solid var(--line); }
  .section-side > p { max-width: 360px; }
  .product-track .product-card { flex-basis: min(82vw, 620px); width: min(82vw, 620px); }
  .product-card { min-height: 540px; }
  .product-content { width: 43%; min-width: 240px; padding: 38px 0 35px 35px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > div:first-child { padding-right: 0; }
  .contact-copy { margin-top: 45px; padding: 35px 0 0; border: 0; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-nav { display: none; }
  .detail-hero { min-height: auto; padding-top: 125px; }
  .detail-hero-grid, .story-hero-grid, .detail-meta-grid { grid-template-columns: 1fr; }
  .back-link { margin-bottom: 48px; }
  .detail-copy h1 { font-size: clamp(58px, 12vw, 88px); }
  .detail-visual img { min-height: 430px; }
  .detail-highlights, .principles-grid { grid-template-columns: 1fr; }
  .detail-highlight, .principles-grid article { padding: 30px 0; }
  .detail-highlight + .detail-highlight, .principles-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .detail-highlight h3, .principles-grid h3 { margin-top: 28px; }
  .story-hero { min-height: 820px; padding: 140px 0 100px; }
  .story-hero::after { background: linear-gradient(180deg, rgba(250,247,242,.98) 0%, rgba(250,247,242,.9) 48%, rgba(250,247,242,.42) 78%, rgba(250,247,242,.18) 100%); }
  .story-lead { padding: 35px 0 0; border: 0; border-top: 1px solid var(--line); }
  .story-hero-media img { object-position: 46% 58%; }
  .statement-grid { grid-template-columns: 1fr; gap: 30px; }
  .story-products-collage { min-height: 430px; margin-top: 10px; }
  .updates-grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .hero-grid { padding-top: 108px; }
  .hero-copy { padding-top: 32px; }
  .eyebrow { margin-bottom: 18px; font-size: 9px; letter-spacing: .27em; }
  h1 { font-size: clamp(61px, 19vw, 88px); line-height: .86; }
  .hero-description { margin: 25px 0; font-size: 15px; }
  .primary-button { padding: 15px 21px; font-size: 13px; }
  .hero-art { width: 120%; max-width: none; justify-self: center; margin: -5px 0 10px; aspect-ratio: 1.2; }
  .hero-visual { width: 112%; }
  .bow-arrow { transform: translateX(-2%); }
  .brighter { display: none; }
  .section { padding: 75px 0; }
  .about-heading h2 { font-size: 43px; }
  .architecture { min-height: 265px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 48px; }
  .section-side > p { max-width: 210px; }
  .carousel-edge { width: 44px; height: 44px; border-radius: 15px; font-size: 27px; }
  .carousel-edge--prev { left: -8px; }
  .carousel-edge--next { right: -8px; }
  .product-track { gap: 12px; }
  .product-track .product-card { flex-basis: calc(100vw - 32px); width: calc(100vw - 32px); }
  .product-card { min-height: 630px; border-radius: 15px; }
  .product-card::after { background: linear-gradient(180deg, rgba(250,247,242,.99) 0%, rgba(250,247,242,.91) 35%, transparent 62%); }
  .product-image { object-position: 64% center; }
  .product-content { width: 100%; min-width: 0; height: 58%; padding: 25px 25px 0; }
  .app-icon { width: 58px; height: 58px; margin-bottom: 18px; border-radius: 16px; }
  .app-icon svg { width: 34px; height: 34px; }
  .product-card h3 { font-size: 25px; }
  .product-description { max-width: 250px; margin: 10px 0; }
  .store-marks { display: none; }
  .product-content .text-link { margin-top: auto; }
  .contact h2 { font-size: 49px; }
  .site-footer { padding-bottom: 35px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .copyright { justify-self: start; text-align: left; }
  .footer-brand p { margin-left: 45px; }
  .footer-disclaimer { margin-top: 22px; }
  .compact-footer { padding-top: 55px; }
  .detail-hero { padding: 115px 0 65px; }
  .detail-copy h1 { font-size: 51px; }
  .detail-intro { font-size: 15px; }
  .detail-visual { border-radius: 16px; }
  .detail-visual img { min-height: 310px; }
  .detail-section, .story-statement { padding: 85px 0; }
  .detail-meta-section, .story-principles { padding: 80px 0; }
  .detail-heading { margin-bottom: 38px; }
  .detail-heading h2 { font-size: 43px; }
  .detail-meta-grid { gap: 55px; }
  .updates-title { align-items: flex-start; flex-direction: column; }
  .story-hero { min-height: 760px; padding: 120px 0 90px; }
  .story-hero h1 { font-size: 58px; }
  .story-lead p { font-size: 15px; }
  .story-hero-media img { object-position: 48% 60%; }
  .statement-grid h2 { font-size: 48px; }
  .story-products-collage { min-height: 310px; }
  .story-products-collage img { width: 78%; height: 66%; border-width: 5px; border-radius: 15px; }
  .updates-hero { padding: 145px 0 75px; }
  .updates-hero h1 { font-size: 59px; }
  .updates-section { padding: 70px 0 90px; }
  .updates-card { padding: 18px; }
  .updates-card-head img { width: 88px; height: 70px; }
  .updates-card h2 { font-size: 24px; }
}

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