:root {
  --night: #0a0a0a;
  --night-soft: #141414;
  --forest: #3a3a3a;
  --acid: #c4a46b;
  --mint: #e8d5b0;
  --paper: #f8f6f3;
  --ink: #0a0a0a;
  --line-dark: rgba(255,255,255,.1);
  --line-light: rgba(0,0,0,.09);
  --shadow-card: 0 16px 48px rgba(0,0,0,.07);
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body { background: #fff; color: var(--ink); font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.shell { margin: 0 auto; max-width: calc(var(--shell) + 48px); padding-inline: 24px; }

.hero { background-color: var(--night); background-image: radial-gradient(ellipse at 72% 38%,rgba(196,164,107,.1) 0%,transparent 54%),radial-gradient(ellipse at 18% 82%,rgba(196,164,107,.05) 0%,transparent 44%); color: #fff; overflow: hidden; padding-bottom: 0; position: relative; }
.hero__gridlines { background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 72px 72px; inset: 0; mask-image: linear-gradient(to bottom,#000 0%,transparent 94%); pointer-events: none; position: absolute; }
.nav { align-items: center; border-bottom: 1px solid var(--line-dark); display: flex; justify-content: space-between; min-height: 88px; position: relative; }
.brand-logo { filter: brightness(0) invert(1); height: auto; opacity: .92; width: 145px; }
.nav__link { color: rgba(255,255,255,.62); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.nav__link span { color: var(--acid); margin-left: 7px; }
.hero__layout { align-items: center; display: grid; gap: 40px; grid-template-columns: .9fr 1.1fr; min-height: 670px; padding-block: 58px; position: relative; }
.eyebrow { align-items: center; color: var(--mint); display: flex; font-size: 10px; font-weight: 700; gap: 10px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { background: var(--acid); border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
.eyebrow--dark { color: var(--forest); }
.eyebrow--dark span { background: var(--forest); }
h1, h2 { font-family: "Playfair Display", Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(52px,6.4vw,88px); line-height: .98; margin: 22px 0 28px; }
.hero h1 em { color: var(--acid); font-style: italic; }
.hero__copy { color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.75; max-width: 55ch; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; }
.hero__condition { color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 700; gap: 12px; justify-content: center; letter-spacing: .03em; min-height: 50px; padding: 13px 26px; transition: transform .2s ease,background .2s ease,color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--accent { background: var(--acid); color: var(--night); }
.button--accent:hover { background: var(--mint); }
.button--dark { background: var(--night); color: #fff; }
.button--dark:hover { background: #2c2c2c; }
.button span { font-size: 17px; line-height: 1; }

.hero__product { min-height: 555px; position: relative; }
.hero__orbit { border: 1px solid rgba(196,164,107,.26); border-radius: 50%; left: 50%; position: absolute; top: 46%; transform: translate(-50%,-50%); }
.hero__orbit--outer { height: 510px; width: 510px; }
.hero__orbit--inner { border-color: rgba(255,255,255,.12); height: 380px; width: 380px; }
.hero__orbit::before, .hero__orbit::after { background: var(--acid); border-radius: 50%; content: ""; height: 7px; position: absolute; width: 7px; }
.hero__orbit::before { left: 9%; top: 20%; }
.hero__orbit::after { bottom: 11%; right: 14%; }
.hero__product-image { background: var(--paper); border: 1px solid rgba(255,255,255,.08); border-radius: 22px; box-shadow: 0 40px 90px rgba(0,0,0,.35); height: 385px; left: 50%; overflow: hidden; position: absolute; top: 46%; transform: translate(-50%,-50%); width: 385px; }
.hero__product-image img { height: 100%; mix-blend-mode: multiply; object-fit: contain; width: 100%; }
.hero__tech-label { background: rgba(10,10,10,.9); border: 1px solid rgba(196,164,107,.34); border-radius: 999px; color: var(--mint); font-size: 9px; font-weight: 600; letter-spacing: .12em; padding: 7px 12px; position: absolute; text-transform: uppercase; z-index: 2; }
.hero__tech-label--camera { left: 2%; top: 24%; }
.hero__tech-label--audio { right: 0; top: 32%; }
.hero__tech-label--ai { bottom: 24%; left: 9%; }
.hero__model { bottom: 0; display: flex; justify-content: space-between; left: 8%; position: absolute; right: 3%; }
.hero__model span { color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero__model strong { color: var(--acid); font-size: 11px; letter-spacing: .1em; }
.hero__stats { border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.hero__stats div { border-right: 1px solid var(--line-dark); display: flex; flex-direction: column; min-height: 112px; padding: 24px; }
.hero__stats div:first-child { border-left: 1px solid var(--line-dark); }
.hero__stats strong { color: var(--mint); font-size: 24px; letter-spacing: -.04em; }
.hero__stats span { color: rgba(255,255,255,.42); font-size: 10px; margin-top: 4px; }

.section { padding: 100px 0; }
.section-heading h2, .product h2, .final-cta h2 { font-size: clamp(48px,6vw,82px); line-height: .95; }

.technology { background: var(--paper); color: var(--ink); }
.section-heading { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 52px; }
.section-heading h2 { text-align: right; }
.feature-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,1fr); }
.feature { background: #fff; border: 1px solid var(--line-light); border-radius: 22px; box-shadow: var(--shadow-card); min-height: 330px; padding: 30px; position: relative; }
.feature--wide { grid-column: span 2; }
.feature--green { background: var(--night); color: #fff; }
.feature__index { color: rgba(0,0,0,.27); font-size: 10px; letter-spacing: .15em; position: absolute; right: 22px; top: 20px; }
.feature--green .feature__index { color: rgba(255,255,255,.3); }
.feature__icon { align-items: center; border: 1px solid rgba(196,164,107,.38); border-radius: 50%; display: flex; height: 62px; justify-content: center; margin-bottom: 55px; width: 62px; }
.feature__icon svg { fill: none; height: 29px; stroke: var(--acid); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; width: 29px; }
.feature h3 { font-family: "Playfair Display",Georgia,serif; font-size: 25px; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 15px; max-width: 22ch; }
.feature p { color: #666; font-size: 13px; line-height: 1.7; max-width: 53ch; }
.feature--green p { color: rgba(255,255,255,.55); }

.product { background: #fff; }
.product__layout { align-items: center; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; }
.product__visual { background: var(--paper); border: 1px solid var(--line-light); border-radius: 24px; min-height: 600px; overflow: hidden; position: relative; }
.product__visual::before { border: 1px solid rgba(10,10,10,.12); border-radius: 50%; content: ""; height: 510px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 510px; }
.product__visual img { left: 50%; mix-blend-mode: multiply; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 82%; }
.product__word { color: rgba(10,10,10,.045); font-family: "Inter",sans-serif; font-size: 150px; font-weight: 700; left: 50%; letter-spacing: -.08em; position: absolute; top: 50%; transform: translate(-50%,-50%) rotate(-90deg); }
.product h2 { margin: 20px 0 18px; }
.product__model { color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.spec-list { border-top: 1px solid var(--line-light); list-style: none; margin: 30px 0; padding: 0; }
.spec-list li { border-bottom: 1px solid var(--line-light); display: flex; font-size: 12px; gap: 20px; justify-content: space-between; padding: 15px 0; }
.spec-list span { color: #777; }
.spec-list strong { text-align: right; }
.product__condition { color: #777; font-size: 10px; line-height: 1.6; margin-top: 16px; max-width: 62ch; }

.moments { background: var(--night-soft); color: #fff; overflow: hidden; padding: 70px 0; }
.moments__marquee { align-items: center; display: flex; font-family: "Playfair Display",Georgia,serif; font-size: clamp(36px,5vw,70px); gap: 24px; letter-spacing: -.04em; margin-top: 24px; white-space: nowrap; }
.moments__marquee i { color: var(--acid); font-size: 12px; }
.final-cta { background: var(--night); color: #fff; padding: 100px 0; }
.final-cta__layout { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.2fr .8fr; }
.final-cta h2 { margin-top: 22px; }
.final-cta__action { border-left: 1px solid var(--line-dark); padding-left: 42px; }
.final-cta__action p { color: rgba(255,255,255,.5); font-size: 15px; line-height: 1.75; margin-bottom: 28px; max-width: 42ch; }
.footer { background: #050505; color: rgba(255,255,255,.38); font-size: 9px; padding: 34px 0 40px; }
.footer__inner { align-items: end; display: flex; gap: 30px; justify-content: space-between; }
.footer p { line-height: 1.8; max-width: 92ch; }
.footer__credit { color: rgba(255,255,255,.62); flex: 0 0 auto; letter-spacing: .09em; text-transform: uppercase; }
.footer__credit strong { color: var(--acid); font-size: 15px; margin-left: 5px; }
.footer__consent { background: none; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 0; text-decoration: underline; text-underline-offset: 3px; }

[hidden] { display: none !important; }
.consent-banner { align-items: center; background: var(--night); border: 1px solid rgba(196,164,107,.36); border-radius: 16px; bottom: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.45); color: #fff; display: grid; gap: 24px; grid-template-columns: 1fr auto; left: 50%; max-width: 920px; padding: 20px 22px; position: fixed; transform: translateX(-50%); width: calc(100% - 36px); z-index: 1000; }
.consent-banner strong { color: var(--mint); display: block; font-family: "Playfair Display",Georgia,serif; font-size: 19px; line-height: 1.1; margin-bottom: 7px; }
.consent-banner p { color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.55; max-width: 70ch; }
.consent-banner a { color: var(--mint); display: inline-block; font-size: 11px; font-weight: 700; margin-top: 7px; text-decoration: underline; text-underline-offset: 3px; }
.consent-banner__actions { display: flex; gap: 9px; }
.consent-banner__button { border: 1px solid var(--acid); border-radius: 999px; cursor: pointer; font-family: "Inter",sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .08em; min-height: 42px; padding: 10px 18px; text-transform: uppercase; }
.consent-banner__button--primary { background: var(--acid); color: var(--night); }
.consent-banner__button--secondary { background: transparent; color: var(--acid); }

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal .7s ease both; }
  .reveal--delay { animation-delay: .15s; }
  @keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 960px) {
  .hero__layout { gap: 10px; grid-template-columns: 1fr; padding-top: 76px; }
  .hero__content { max-width: 690px; }
  .hero__product { margin: 0 auto; max-width: 650px; width: 100%; }
  .hero__stats { grid-template-columns: repeat(2,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature--wide { grid-column: span 1; }
  .product__layout { gap: 35px; }
  .final-cta__layout { gap: 50px; }
}
@media (max-width: 700px) {
  .nav { min-height: 74px; }
  .brand-logo { width: 125px; }
  .hero__layout { min-height: auto; padding-block: 58px 34px; }
  .hero h1 { font-size: clamp(54px,15vw,80px); }
  .hero__product { min-height: 480px; }
  .hero__orbit--outer { height: 420px; width: 420px; }
  .hero__orbit--inner { height: 310px; width: 310px; }
  .hero__product-image { height: 315px; width: 315px; }
  .section { padding: 72px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading h2 { text-align: left; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 290px; }
  .product__layout, .final-cta__layout { grid-template-columns: 1fr; }
  .product__visual { min-height: 470px; }
  .final-cta__action { border-left: 0; border-top: 1px solid var(--line-dark); padding-left: 0; padding-top: 30px; }
  .footer__inner { align-items: start; flex-direction: column; }
  .consent-banner { align-items: stretch; bottom: 10px; gap: 14px; grid-template-columns: 1fr; padding: 17px; width: calc(100% - 20px); }
  .consent-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .shell { padding-inline: 17px; }
  .nav__link { font-size: 9px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__condition { text-align: center; }
  .hero__product { min-height: 400px; }
  .hero__orbit--outer { height: 340px; width: 340px; }
  .hero__orbit--inner { height: 250px; width: 250px; }
  .hero__product-image { height: 260px; width: 260px; }
  .hero__tech-label--camera { left: 0; }
  .hero__tech-label--audio { right: 0; }
  .hero__stats div { min-height: 102px; padding: 18px 14px; }
  .hero__stats strong { font-size: 21px; }
  .product__visual { min-height: 370px; }
  .product__visual::before { height: 340px; width: 340px; }
  .product__word { font-size: 105px; }
  .button { width: 100%; }
}
