:root {
  color-scheme: dark;
  --ink: #030713;
  --panel: rgba(10, 24, 49, .72);
  --text: #f8ffff;
  --muted: #aabbd0;
  --line: rgba(201, 244, 255, .16);
  --cyan: #c9f4ff;
  --aqua: #55e2e1;
  --blue: #4ea3ff;
  --violet: #a955f1;
  --gold: #ffc46b;
  --coral: #ff8e78;
  --max: 1320px;
  --radius: 42px;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font: 16px/1.55 var(--sans);
  background:
    radial-gradient(circle at 92% 9%, rgba(169, 85, 241, .16), transparent 31rem),
    radial-gradient(circle at 5% 34%, rgba(85, 226, 225, .1), transparent 38rem),
    linear-gradient(180deg, #030713 0%, #061127 46%, #030713 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: .22;
  pointer-events: none;
  background-image: linear-gradient(rgba(201, 244, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 244, 255, .025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
em { color: var(--cyan); font-style: normal; }

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 40px), var(--max));
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 11px 12px 11px 16px;
  transform: translateX(-50%);
  background: rgba(7, 16, 35, .58);
  border: 1px solid rgba(201, 244, 255, .14);
  border-radius: 999px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
}
.brand { display: flex; align-items: center; gap: 9px; }
.oree-official-logo > .oree-lockup-mark {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 0 16px rgba(78, 163, 255, .3));
}
.oree-official-logo > .oree-lockup-wordmark {
  width: 150px;
  height: auto;
}
.site-header nav { display: flex; align-items: center; gap: 25px; margin-left: auto; color: #b8c6d8; font-size: 13px; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: #fff; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 650; }
.nav-cta { padding: 11px 18px; color: #061127; background: linear-gradient(110deg, var(--cyan), #a9e6ff 54%, #e9d7ba); box-shadow: 0 10px 32px rgba(78, 163, 255, .22); font-size: 13px; }

.hero {
  position: relative;
  isolation: isolate;
  width: min(calc(100% - 40px), 1500px);
  min-height: 940px;
  margin: 104px auto 0;
  padding: 95px max(36px, calc((100% - var(--max)) / 2));
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 6%;
  overflow: hidden;
  border: 1px solid rgba(201, 244, 255, .12);
  border-radius: 58px;
  background:
    radial-gradient(circle at 72% 25%, rgba(85, 226, 225, .22), transparent 25rem),
    radial-gradient(circle at 89% 63%, rgba(169, 85, 241, .26), transparent 31rem),
    radial-gradient(circle at 58% 94%, rgba(255, 196, 107, .12), transparent 25rem),
    linear-gradient(145deg, rgba(9, 31, 57, .94), rgba(10, 12, 39, .96) 55%, rgba(28, 10, 47, .92));
  box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 50px 120px rgba(0, 0, 0, .36);
}
.hero::before { content: ""; position: absolute; z-index: -1; width: 980px; height: 250px; right: -130px; bottom: 10%; background: linear-gradient(8deg, transparent 28%, rgba(85, 226, 225, .35) 42%, rgba(78, 163, 255, .32) 49%, rgba(169, 85, 241, .3) 56%, rgba(255, 196, 107, .19) 62%, transparent 75%); filter: blur(24px); transform: rotate(-7deg); }
.hero-glow { display: none; }
.hero-copy { position: relative; z-index: 3; max-width: 590px; }
.hero-oree-lockup { display: flex; align-items: center; gap: 15px; margin-bottom: 26px; }
.hero-oree-lockup > .oree-lockup-mark { width: 72px; height: 72px; border-radius: 50%; filter: drop-shadow(0 0 24px rgba(78, 163, 255, .34)); }
.hero-oree-logo { width: min(315px, 68vw); height: auto; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #b7c8da; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 720; }
.eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg, var(--cyan), var(--aqua), var(--violet), var(--gold)); }
.hero h1, .section h2 { margin: 0; letter-spacing: -.065em; line-height: .92; font-weight: 650; }
.hero h1 { font-size: clamp(60px, 6.6vw, 104px); }
.hero-lede, .section-lede { color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-lede { max-width: 545px; margin: 32px 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { padding: 14px 21px; border: 1px solid var(--line); font-size: 14px; }
.button-primary { color: #071326; background: linear-gradient(110deg, #efffff, var(--cyan) 45%, #f4d9af); border-color: transparent; box-shadow: 0 16px 44px rgba(85, 226, 225, .14); }
.button-secondary { background: rgba(201, 244, 255, .055); backdrop-filter: blur(18px); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 32px; color: #91a5bb; font-size: 11px; }
.hero-notes span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 12px var(--aqua); }
.hero-visual { position: relative; height: 700px; isolation: isolate; }
.hero-brand-mark { position: absolute; z-index: 0; width: 570px; right: -2%; top: 4%; opacity: .18; border-radius: 50%; filter: drop-shadow(0 0 54px rgba(78, 163, 255, .5)); transform: rotate(8deg); }
.device, .iphone-shell, .ipad-shell, .gallery-phone, .panorama-phone { background: linear-gradient(145deg, #586170, #10131a 12%, #05060a 82%, #3a4656); border: 1px solid rgba(201, 244, 255, .28); box-shadow: 0 45px 100px rgba(0, 0, 0, .65), inset 0 0 0 1px rgba(255, 255, 255, .1), 0 0 45px rgba(78, 163, 255, .08); }
.device { position: absolute; margin: 0; overflow: hidden; padding: 7px; }
.device img { width: 100%; height: auto; border-radius: 39px; }
.iphone-device { width: 315px; border-radius: 47px; }
.iphone-device-main { z-index: 3; left: 16%; bottom: 0; transform: rotate(-3deg); }
.iphone-device-side { z-index: 2; width: 252px; right: 1%; bottom: 74px; filter: brightness(.72); transform: rotate(7deg); }
.iphone-device-side img { border-radius: 36px; }
.device-speaker, .gallery-island { display: none; }

.section { width: min(calc(100% - 56px), var(--max)); margin-inline: auto; }
.intro { margin-top: 140px; padding: 110px 90px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 10% 5%, rgba(85, 226, 225, .13), transparent 25rem), radial-gradient(circle at 92% 90%, rgba(169, 85, 241, .14), transparent 28rem), rgba(8, 22, 46, .72); }
.intro > h2 { max-width: 980px; font-size: clamp(58px, 7vw, 100px); }
.intro > .section-lede { width: min(580px, 100%); margin: 40px 0 0 auto; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 86px; }
.feature-grid article { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: rgba(201, 244, 255, .035); }
.feature-number { color: var(--aqua); font-size: 12px; letter-spacing: .15em; }
.feature-grid h3 { margin: 65px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.feature-grid p { margin: 0; color: var(--muted); }

.capabilities { padding: 150px 0 80px; }
.capabilities-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9%; align-items: end; }
.capabilities-heading h2 { margin: 0; font-size: clamp(58px, 7vw, 102px); line-height: .92; letter-spacing: -.065em; font-weight: 650; }
.capabilities-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.setup-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 72px; }
.setup-map article { min-height: 180px; padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, rgba(201, 244, 255, .06), rgba(78, 163, 255, .025)); }
.setup-map span, .capability-kicker, .capability-card dt { color: var(--aqua); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 720; }
.setup-map strong { display: block; margin: 30px 0 8px; font-size: 19px; }
.setup-map p { margin: 0; color: var(--muted); font-size: 13px; }
.capability-list { margin-top: 55px; border-top: 1px solid var(--line); }
.capability-card { display: grid; grid-template-columns: 58px minmax(0, 1fr) minmax(300px, .72fr); gap: 38px; padding: 55px 0; border-bottom: 1px solid var(--line); }
.capability-number { color: #6f879f; letter-spacing: .14em; font-size: 11px; }
.capability-kicker { margin: 0 0 13px; }
.capability-copy h3 { max-width: 670px; margin: 0; font-size: clamp(30px, 3.2vw, 48px); line-height: 1; letter-spacing: -.045em; font-weight: 620; }
.capability-copy > p:last-child { max-width: 740px; margin: 22px 0 0; color: var(--muted); font-size: 15px; }
.capability-card dl { margin: 0; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: rgba(201, 244, 255, .035); }
.capability-card dl div + div { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(201, 244, 255, .1); }
.capability-card dt { margin-bottom: 6px; color: var(--gold); }
.capability-card dd { margin: 0; color: #b8c7d8; font-size: 12px; line-height: 1.55; }

.design-panorama { margin-top: 150px; padding: 150px 0; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(4, 15, 32, .2), rgba(12, 16, 43, .58), rgba(7, 19, 38, .12)); }
.panorama-copy h2 { max-width: 920px; font-size: clamp(58px, 7vw, 105px); }
.panorama-copy > p:last-child { max-width: 560px; margin: 35px 0 0 auto; color: var(--muted); font-size: 18px; }
.panorama-devices { display: grid; grid-template-columns: repeat(3, minmax(0, 280px)); justify-content: center; gap: 68px; margin-top: 105px; }
.editorial-phone { margin: 0; }
.panorama-devices .editorial-phone:nth-child(2) { margin-top: 92px; }
.panorama-phone { display: block; padding: 7px; border-radius: 48px; overflow: hidden; }
.panorama-phone img { width: 100%; border-radius: 40px; }
.editorial-phone figcaption { display: flex; align-items: center; gap: 13px; padding: 18px 4px 0; color: var(--muted); font-size: 12px; }
.editorial-phone figcaption b { color: var(--cyan); font-weight: 600; }
.design-principles { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 115px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: rgba(201, 244, 255, .03); }
.design-principles article { padding: 31px; border-right: 1px solid var(--line); }
.design-principles article:last-child { border-right: 0; }
.design-principles article > span { color: var(--aqua); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.design-principles h3 { min-height: 58px; margin: 42px 0 12px; font-size: 19px; letter-spacing: -.025em; }
.design-principles p { margin: 0; color: var(--muted); font-size: 13px; }

.feature-story, .detail-stage, .rhythm-section { margin-top: 110px; padding: 95px 72px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.feature-story { min-height: 790px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; align-items: center; }
.feature-story-discover { grid-template-columns: 1.1fr .9fr; background: radial-gradient(circle at 23% 48%, rgba(85, 226, 225, .2), transparent 31rem), linear-gradient(135deg, rgba(7, 37, 56, .9), rgba(22, 10, 51, .86)); }
.feature-story-home { background: radial-gradient(circle at 78% 48%, rgba(169, 85, 241, .22), transparent 33rem), linear-gradient(135deg, rgba(20, 16, 60, .88), rgba(6, 31, 48, .88)); }
.story-copy h2, .detail-copy h2, .rhythm-copy h2 { font-size: clamp(50px, 5.5vw, 82px); }
.story-copy > p:not(.eyebrow), .detail-copy > p:not(.eyebrow), .rhythm-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 17px; }
.story-copy ul { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.story-copy li { padding: 14px 0; border-bottom: 1px solid var(--line); color: #dce8f5; }
.story-copy li::before { content: "✦"; margin-right: 12px; color: var(--gold); }
.source-row, .tv-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.source-row span, .tv-tags span, .rhythm-legend span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(201, 244, 255, .04); color: #b7c7d8; font-size: 11px; }
.phone-showcase, .detail-phone-stage { position: relative; min-height: 650px; display: flex; align-items: center; justify-content: center; }
.iphone-shell { width: min(322px, 78%); margin: 0; padding: 7px; border-radius: 48px; }
.iphone-shell img { width: 100%; border-radius: 41px; }
.showcase-label { position: absolute; right: 6%; bottom: 13%; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(3, 7, 19, .65); color: var(--muted); backdrop-filter: blur(16px); font-size: 11px; }
.feature-story-discover .iphone-shell { transform: rotate(-3deg); }
.detail-stage { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 8%; background: radial-gradient(circle at 75% 50%, rgba(78, 163, 255, .2), transparent 31rem), linear-gradient(135deg, rgba(7, 29, 55, .9), rgba(27, 11, 50, .86)); }
.detail-phone { z-index: 2; width: min(334px, 78%); }
.detail-halo { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(85, 226, 225, .18), rgba(169, 85, 241, .11) 42%, transparent 70%); filter: blur(18px); }
.rhythm-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; align-items: center; background: radial-gradient(circle at 75% 46%, rgba(255, 142, 120, .16), transparent 32rem), linear-gradient(135deg, rgba(30, 16, 52, .9), rgba(6, 34, 50, .88)); }
.rhythm-legend { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.rhythm-legend span { display: flex; align-items: center; gap: 8px; }
.rhythm-legend i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.rhythm-phones { display: grid; grid-template-columns: repeat(2, minmax(0, 245px)); gap: 28px; justify-content: center; }
.rhythm-phones .editorial-phone { padding: 6px; overflow: hidden; border: 1px solid rgba(201, 244, 255, .23); border-radius: 39px; background: #0a0d14; box-shadow: 0 35px 85px rgba(0, 0, 0, .5); }
.rhythm-phones .editorial-phone:nth-child(2) { margin-top: 65px; }
.rhythm-phones img { width: 100%; border-radius: 33px; }

.screens-section { padding: 160px 0 100px; }
.screens-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 80px; }
.screens-heading h2, .strip-copy h2 { font-size: clamp(54px, 6vw, 90px); }
.screens-heading > p { color: var(--muted); font-size: 13px; }
.screen-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 255px)); justify-content: center; gap: 72px; }
.screen-card { min-width: 0; padding: 0; appearance: none; color: inherit; text-align: left; cursor: pointer; border: 0; background: transparent; transition: transform .35s ease; }
.screen-card:nth-child(2), .screen-card:nth-child(5), .screen-card:nth-child(8) { margin-top: 72px; }
.screen-card:hover { transform: translateY(-8px); }
.screen-index { display: block; margin-bottom: 12px; color: #7890a7; font-size: 11px; letter-spacing: .14em; }
.screen-card figure { margin: 0; }
.gallery-phone { display: block; padding: 5px; border-radius: 29px; }
.gallery-phone img { width: 100%; border-radius: 24px; }
.screen-card figcaption { display: flex; flex-direction: column; padding: 17px 4px 0; }
.screen-card figcaption span { font-size: 13px; font-weight: 680; }
.screen-card figcaption strong { color: #8296aa; font-size: 11px; font-weight: 400; }

.ipad-strip { padding: 100px 0 150px; }
.strip-copy { display: flex; align-items: end; justify-content: space-between; margin-bottom: 70px; }
.strip-copy h2 { text-align: right; }
.ipad-device-stage { display: grid; grid-template-columns: minmax(0, 820px) 1fr; gap: 6%; align-items: center; padding: 45px; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at 17% 35%, rgba(85, 226, 225, .14), transparent 29rem), radial-gradient(circle at 85% 75%, rgba(169, 85, 241, .15), transparent 31rem), rgba(9, 23, 45, .76); }
.ipad-shell { width: 100%; margin: 0; padding: 8px; border-radius: 31px; }
.ipad-shell img { width: 100%; border-radius: 24px; }
.ipad-device-stage > p { max-width: 310px; color: var(--muted); font-size: 17px; }
.ipad-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 22px; margin-top: 44px; }
.ipad-gallery figure { margin: 0; }
.gallery-ipad { display: block; padding: 5px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #0a0d14; box-shadow: 0 25px 64px rgba(0, 0, 0, .4); }
.gallery-ipad img { width: 100%; border-radius: 15px; }
.ipad-gallery figcaption { display: flex; flex-direction: column; gap: 4px; padding: 15px 6px 0; }
.ipad-gallery figcaption strong { font-size: 13px; }
.ipad-gallery figcaption span { color: var(--muted); font-size: 11px; }

.tv-teaser, .closing { border: 1px solid var(--line); overflow: hidden; }
.tv-teaser { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10%; padding: 110px 72px; margin-block: 0 110px; border-radius: var(--radius); background: radial-gradient(circle at 78% 35%, rgba(85, 226, 225, .19), transparent 29rem), radial-gradient(circle at 65% 86%, rgba(169, 85, 241, .21), transparent 31rem), linear-gradient(135deg, #082039, #19103d 58%, #34231c); }
.tv-copy h2 { margin: 0; font-size: clamp(56px, 6vw, 94px); line-height: .9; letter-spacing: -.07em; }
.tv-copy > p:not(.eyebrow) { max-width: 650px; color: #b7c7d7; font-size: 17px; }
.tv-status { margin: 0; color: var(--cyan); text-align: right; font-size: 28px; line-height: 1.05; }
.tv-status span { color: #91a4b7; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.closing { margin-bottom: 110px; padding: 145px 45px; text-align: center; border-radius: 50px; background: radial-gradient(circle at 50% 16%, rgba(85, 226, 225, .17), transparent 25rem), radial-gradient(circle at 76% 76%, rgba(169, 85, 241, .18), transparent 30rem), linear-gradient(145deg, rgba(8, 30, 54, .94), rgba(28, 12, 52, .93)); }
.closing-icon { width: 88px; margin: 0 auto 30px; border-radius: 50%; filter: drop-shadow(0 0 30px rgba(78, 163, 255, .35)); }
.closing .eyebrow { justify-content: center; }
.closing h2 { font-size: clamp(58px, 7vw, 104px); }
.closing > p:not(.eyebrow) { max-width: 620px; margin: 32px auto; color: var(--muted); font-size: 18px; }

footer { width: min(calc(100% - 56px), var(--max)); margin: auto; padding: 48px 0 100px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: #8194a8; }
.footer-brand.oree-official-logo > .oree-lockup-mark { width: 38px; height: 38px; }
.footer-brand.oree-official-logo > .oree-lockup-wordmark { width: 156px; }
footer > p, footer nav { font-size: 12px; }
footer nav { display: flex; gap: 18px; }
footer small { grid-column: 1 / -1; font-size: 10px; }
.floating-dock { --active-index: 0; position: fixed; z-index: 45; left: 50%; bottom: 20px; display: flex; width: min(330px, calc(100% - 28px)); padding: 5px; opacity: 0; transform: translate(-50%, 28px); border: 1px solid var(--line); border-radius: 999px; background: rgba(6, 15, 31, .72); box-shadow: 0 18px 50px rgba(0, 0, 0, .35); backdrop-filter: blur(24px); transition: opacity .35s ease, transform .35s ease; }
.floating-dock.visible { opacity: 1; transform: translate(-50%, 0); }
.floating-dock::before { content: ""; position: absolute; inset: 5px auto 5px 5px; width: calc((100% - 10px) / 3); border-radius: 999px; background: linear-gradient(105deg, var(--cyan), #bde9ff 56%, #f1d7ae); box-shadow: 0 8px 24px rgba(78, 163, 255, .18); transform: translateX(calc(var(--active-index) * 100%)); transition: transform .42s cubic-bezier(.2, .8, .2, 1); }
.floating-dock a { position: relative; z-index: 1; flex: 1; padding: 9px 8px; border-radius: 999px; color: #adbed0; text-align: center; font-size: 11px; transition: color .28s ease; }
.floating-dock a[aria-current="location"] { color: #071326; font-weight: 700; }

.lightbox-overlay { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; background: rgba(3, 7, 19, .92); backdrop-filter: blur(28px); transition: .28s ease; }
.lightbox-overlay.active { opacity: 1; visibility: visible; }
.lightbox-container { display: flex; flex-direction: column; align-items: center; max-height: 90vh; }
.lightbox-phone { height: min(78vh, 820px); aspect-ratio: 630 / 1368; padding: 6px; overflow: hidden; border: 1px solid var(--line); border-radius: 32px; background: #090c13; box-shadow: 0 35px 100px #000; }
.lightbox-phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 26px; }
.lightbox-caption { display: flex; flex-direction: column; margin-top: 15px; text-align: center; }
.lightbox-caption span { font-weight: 680; }
.lightbox-caption strong { color: var(--muted); font-size: 11px; font-weight: 400; }
.lightbox-close, .lightbox-arrow { position: absolute; color: #fff; cursor: pointer; border: 1px solid var(--line); border-radius: 50%; background: rgba(201, 244, 255, .07); }
.lightbox-close { width: 44px; height: 44px; top: 28px; right: 28px; font-size: 25px; }
.lightbox-arrow { width: 50px; height: 50px; top: 50%; font-size: 32px; }
.lightbox-arrow-left { left: 5%; }
.lightbox-arrow-right { right: 5%; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }
  .hero-copy { margin: auto; }
  .hero-oree-lockup, .hero .eyebrow, .hero-actions, .hero-notes { justify-content: center; }
  .hero-visual { width: min(720px, 100%); height: 650px; margin: auto; }
  .iphone-device-main { left: 24%; }
  .iphone-device-side { right: 11%; }
  .intro { padding: 85px 48px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .feature-grid h3 { margin-top: 25px; }
  .capabilities-heading { grid-template-columns: 1fr; }
  .capabilities-heading > p { max-width: 650px; margin-top: 30px; }
  .capability-card { grid-template-columns: 44px minmax(0, 1fr); }
  .capability-card dl { grid-column: 2; }
  .design-principles { grid-template-columns: repeat(2, 1fr); }
  .design-principles article:nth-child(2) { border-right: 0; }
  .design-principles article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-story, .feature-story-discover, .detail-stage, .rhythm-section { grid-template-columns: 1fr; padding: 78px 48px; }
  .feature-story-discover .phone-showcase { order: 2; }
  .detail-copy, .rhythm-copy { text-align: center; }
  .detail-copy .eyebrow, .rhythm-copy .eyebrow { justify-content: center; }
  .detail-copy > p:not(.eyebrow), .rhythm-copy > p:not(.eyebrow) { margin-inline: auto; }
  .rhythm-legend { justify-content: center; }
  .screen-gallery { gap: 42px; }
  .ipad-device-stage { grid-template-columns: 1fr; }
  .ipad-device-stage > p { max-width: 650px; }
  .tv-teaser { grid-template-columns: 1fr; }
  .tv-status { margin-top: 34px; text-align: left; }
}

@media (max-width: 700px) {
  .site-header { top: 12px; width: calc(100% - 24px); min-height: 58px; padding: 8px 9px 8px 12px; }
  .site-header .oree-lockup-mark { width: 32px; height: 32px; }
  .site-header .oree-lockup-wordmark { width: 124px; }
  .nav-cta { padding: 9px 12px; font-size: 11px; }
  .hero { width: calc(100% - 16px); min-height: auto; margin-top: 84px; padding: 64px 18px 34px; border-radius: 34px; }
  .hero-oree-lockup { gap: 11px; }
  .hero-oree-lockup > .oree-lockup-mark { width: 58px; height: 58px; }
  .hero-oree-logo { width: 236px; }
  .hero h1 { font-size: 56px; }
  .hero-lede { font-size: 16px; }
  .hero-notes { display: none; }
  .hero-visual { height: 490px; margin-top: 25px; }
  .hero-brand-mark { width: 92%; right: 4%; top: 5%; }
  .iphone-device-main { width: 220px; left: 8%; border-radius: 34px; }
  .iphone-device-main img { border-radius: 28px; }
  .iphone-device-side { width: 168px; right: 2%; bottom: 48px; border-radius: 27px; }
  .iphone-device-side img { border-radius: 22px; }
  .section { width: calc(100% - 24px); }
  .intro { margin-top: 75px; padding: 72px 20px; border-radius: 28px; }
  .intro > h2, .panorama-copy h2, .screens-heading h2, .strip-copy h2, .story-copy h2, .detail-copy h2, .rhythm-copy h2 { font-size: 48px; }
  .feature-grid { margin-top: 55px; }
  .capabilities { padding: 95px 0 55px; }
  .capabilities-heading h2 { font-size: 53px; }
  .setup-map { grid-template-columns: 1fr; margin-top: 45px; }
  .setup-map article { min-height: 0; }
  .capability-card { grid-template-columns: 1fr; gap: 14px; padding: 42px 0; }
  .capability-card dl { grid-column: auto; margin-top: 12px; }
  .design-panorama { margin-top: 80px; padding: 90px 0; }
  .panorama-copy > p:last-child { margin-left: 0; }
  .panorama-devices { grid-template-columns: 1fr; gap: 48px; margin-top: 65px; justify-items: center; }
  .panorama-devices .editorial-phone { width: 245px; }
  .panorama-devices .editorial-phone:nth-child(2) { margin: 0 0 0 40px; }
  .panorama-devices .editorial-phone:nth-child(3) { margin-right: 40px; }
  .panorama-phone { padding: 5px; border-radius: 37px; }
  .panorama-phone img { border-radius: 31px; }
  .design-principles { grid-template-columns: 1fr; margin-top: 70px; }
  .design-principles article { border-right: 0; border-bottom: 1px solid var(--line); }
  .design-principles article:last-child { border-bottom: 0; }
  .feature-story, .detail-stage, .rhythm-section { width: calc(100% - 24px); min-height: auto; margin-top: 62px; padding: 70px 20px; border-radius: 28px; }
  .phone-showcase, .detail-phone-stage { min-height: 545px; }
  .iphone-shell, .detail-phone { width: 250px; border-radius: 38px; padding: 5px; }
  .iphone-shell img { border-radius: 32px; }
  .showcase-label { display: none; }
  .rhythm-phones { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .rhythm-phones .editorial-phone { border-radius: 23px; padding: 4px; }
  .rhythm-phones img { border-radius: 19px; }
  .rhythm-phones .editorial-phone:nth-child(2) { margin-top: 38px; }
  .screens-section { padding: 100px 0 70px; }
  .screens-heading, .strip-copy { display: block; margin-bottom: 50px; }
  .screens-heading > p { margin-top: 20px; }
  .strip-copy h2 { text-align: left; }
  .screen-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 13px; }
  .screen-card:nth-child(2), .screen-card:nth-child(5), .screen-card:nth-child(8) { margin-top: 0; }
  .screen-card:nth-child(even) { margin-top: 24px; }
  .gallery-phone { padding: 4px; border-radius: 23px; }
  .gallery-phone img { border-radius: 19px; }
  .ipad-strip { padding: 70px 0 90px; }
  .ipad-device-stage { padding: 14px; border-radius: 26px; }
  .ipad-shell { padding: 5px; border-radius: 20px; }
  .ipad-shell img { border-radius: 15px; }
  .ipad-device-stage > p { padding-inline: 6px; font-size: 15px; }
  .ipad-gallery { grid-template-columns: 1fr; gap: 34px; }
  .tv-teaser, .closing { width: calc(100% - 24px); padding: 70px 20px; border-radius: 28px; margin-bottom: 65px; }
  .tv-copy h2 { font-size: 48px; }
  footer { width: calc(100% - 36px); grid-template-columns: 1fr; padding-bottom: 100px; }
  footer > p { display: none; }
  footer nav { flex-wrap: wrap; }
  footer small { grid-column: auto; }
  .lightbox-arrow { display: none; }
  .lightbox-close { top: 14px; right: 14px; }
  .lightbox-phone { height: 72vh; }
}

.hero-handheld {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  min-height: 740px;
  gap: 28px;
  padding: 72px 0 72px 48px;
  background: #100e0d;
}
.hero-handheld::before { display: none; }
.hero-handheld h1 { font-size: clamp(56px, 5.5vw, 84px); }
.hero-handheld-visual { min-width: 0; margin: 0; }
.hero-handheld-visual img {
  width: 100%;
  height: auto;
  mask-image: linear-gradient(to right, transparent, #000 12%);
}
@media (max-width: 1050px) {
  .hero-handheld { grid-template-columns: 1fr; padding: 64px 0 0; gap: 36px; }
  .hero-handheld .hero-copy { padding-inline: 28px; }
  .hero-handheld-visual img { mask-image: linear-gradient(to bottom, transparent, #000 12%); }
}
@media (max-width: 700px) {
  .hero-handheld { padding-top: 48px; gap: 24px; }
  .hero-handheld .hero-copy { padding-inline: 20px; }
  .hero-handheld h1 { font-size: clamp(40px, 11vw, 56px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
