:root {
  --ink: #123c5b;
  --ink-deep: #0c3e64;
  --paper: #f3faff;
  --paper-2: #e8f5ff;
  --white: #ffffff;
  --coral: #076da8;
  --sun: #b5eaff;
  --blue: #79d9f6;
  --line: rgba(18,60,91,.18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --pad: clamp(1.25rem, 5vw, 5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img { display: block; width: 100%; }
::selection { background: var(--coral); color: var(--white); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--white); padding: .8rem 1rem; border-radius: 99px; }
.skip-link:focus { top: 1rem; }
.progress { position: fixed; left: 0; top: 0; width: 100%; height: 3px; z-index: 90; background: transparent; }
.progress span { display: block; width: 0; height: 100%; background: var(--coral); }

.topbar { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 96px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 600; letter-spacing: -.035em; }
.brand em { font-family: var(--serif); font-weight: 400; }
.brand-orbit { position: relative; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; transform: rotate(-20deg); }
.brand-orbit::after { content: ""; position: absolute; inset: 7px; border: 1px solid currentColor; border-radius: 50%; }
.brand-orbit i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); top: -2px; left: 12px; }
.topbar nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
.topbar nav a { text-decoration: none; font-size: .86rem; opacity: .85; transition: opacity .2s; }
.topbar nav a:hover { opacity: 1; }
.nav-cta { text-decoration: none; font-size: .83rem; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: .25rem; }

.hero { position: relative; min-height: 100svh; color: var(--white); display: flex; align-items: flex-end; padding: 10rem var(--pad) 6.5rem; overflow: hidden; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-carousel { overflow: hidden; }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.08); transition: opacity 1.1s ease, transform 7s cubic-bezier(.2,.7,.2,1); }
.hero-slide.active { opacity: 1; transform: scale(1.015); }
.hero-slide img { height: 100%; object-fit: cover; object-position: center center; }
.hero-slide:nth-child(2) img { object-position: 58% center; }
.hero-slide:nth-child(3) img { object-position: 54% center; }
.hero-shade { background: linear-gradient(90deg, rgba(6,25,28,.9) 0%, rgba(6,25,28,.66) 43%, rgba(6,25,28,.16) 73%), linear-gradient(0deg, rgba(6,25,28,.72) 0%, transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(850px, 75vw); }
.eyebrow { font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .19em; margin: 0 0 1.25rem; }
.eyebrow.light { color: rgba(255,255,255,.76); }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; }
.hero h1 { font-size: clamp(3.25rem, 7.8vw, 8.4rem); line-height: .86; letter-spacing: -.06em; margin: 0; max-width: 1050px; text-wrap: balance; }
.hero h1 em, h2 em { font-weight: 400; color: var(--sun); }
.hero-lead { font-size: clamp(1rem, 1.45vw, 1.25rem); max-width: 620px; margin: 2rem 0 2.2rem; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 50px; border: 0; padding: .8rem 1.15rem; text-decoration: none; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-coral { background: var(--coral); color: var(--white); }
.soundless-story { background: none; border: 0; color: var(--white); cursor: pointer; display: flex; align-items: center; gap: .65rem; }
.play-dot { width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-size: .55rem; padding-left: 2px; }
.hero-note { position: absolute; z-index: 2; right: var(--pad); bottom: 7rem; display: flex; gap: .8rem; align-items: center; padding: .6rem .85rem .6rem .6rem; font-size: .78rem; line-height: 1.4; border: 1px solid rgba(255,255,255,.28); background: rgba(7,28,32,.32); backdrop-filter: blur(15px); }
.hero-note img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.hero-note strong { color: var(--sun); font-weight: 600; }
.hero-note p { margin: 0; }
.hero-pager { position: absolute; z-index: 3; right: var(--pad); bottom: 4.6rem; display: flex; gap: .45rem; }
.hero-pager button { width: 24px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.38); cursor: pointer; transition: width .3s, background .3s; }
.hero-pager button.active { width: 48px; background: var(--sun); }
.scroll-cue { position: absolute; z-index: 2; bottom: 1.6rem; right: var(--pad); display: flex; align-items: center; gap: .7rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; text-decoration: none; opacity: .78; }
.scroll-cue span { width: 30px; height: 1px; background: currentColor; animation: cue 1.8s ease-in-out infinite; transform-origin: left; }

.section-pad { padding: clamp(3.5rem, 6vw, 6rem) var(--pad); }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: start; }
.intro h2, .section-head h2, .universe h2, .closing h2 { font-size: clamp(3rem, 6vw, 6.5rem); line-height: .94; letter-spacing: -.055em; margin: 0; }
.intro-heading em { color: var(--coral); }
.intro-answer { max-width: 560px; padding-top: 2rem; }
.intro-answer p { color: rgba(18,60,91,.76); }
.intro-answer .dropcap { font-size: 1.35rem; color: var(--ink); }
.dropcap::first-letter { float: left; font-family: var(--serif); font-size: 5.2rem; line-height: .72; padding: .2rem .55rem 0 0; color: var(--coral); }
.text-link { display: inline-flex; gap: 1rem; text-decoration: none; border-bottom: 1px solid var(--ink); margin-top: 1rem; padding-bottom: .35rem; font-size: .9rem; }

.wink { position: relative; display: grid; grid-template-columns: .52fr 1.48fr; gap: 2rem 7vw; background: var(--white); overflow: hidden; }
.wink::after { content: "?"; position: absolute; right: -2vw; bottom: -12vw; color: rgba(7,109,168,.08); font-family: var(--serif); font-size: 38vw; line-height: .8; pointer-events: none; }
.wink > .eyebrow { grid-column: 1/-1; color: var(--coral); }
.wink h2 { position: relative; z-index: 1; grid-column: 1/-1; max-width: 1120px; margin: 0; font-family: var(--serif); font-size: clamp(3.3rem,7vw,7.7rem); line-height: .9; letter-spacing: -.055em; }
.wink h2 em { color: var(--coral); }
.wink-answer { position: relative; z-index: 1; grid-column: 2; max-width: 650px; padding-top: 2.2rem; border-top: 1px solid var(--ink); }
.wink-answer span { display: block; font-family: var(--serif); font-size: clamp(1.7rem,3vw,2.8rem); line-height: 1.05; margin-bottom: 1rem; }
.wink-answer p { color: rgba(18,60,91,.7); font-size: 1.05rem; }

.myth-marquee { background: var(--coral); color: var(--white); overflow: hidden; padding: 1.15rem 0; transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: flex; align-items: center; width: max-content; gap: 2.5rem; animation: marquee 28s linear infinite; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.8rem); }
.marquee-track i { font-family: var(--sans); color: var(--sun); font-style: normal; font-size: .8rem; }

.section-head { max-width: 800px; margin-bottom: 4rem; }
.section-head h2 { font-size: clamp(2.8rem, 5.2vw, 5.5rem); }
.section-head > p:last-child { max-width: 560px; color: rgba(18,60,91,.66); font-size: 1.05rem; }
.door-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.door-card { min-height: 330px; padding: 1.5rem; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; display: flex; flex-direction: column; transition: background .35s, color .35s, transform .35s; }
.door-card:hover, .door-card:focus-visible { background: var(--ink); color: var(--white); transform: translateY(-6px); outline: none; }
.door-number { font-size: .68rem; opacity: .65; }
.door-icon { font-family: var(--serif); font-size: 3rem; color: var(--coral); margin: auto 0 1.4rem; }
.door-card strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.05; font-weight: 400; }
.door-card small { margin-top: 1.15rem; opacity: .65; }
.path-reveal { position: relative; display: none; margin-top: 1.5rem; padding: clamp(2rem, 5vw, 4rem); background: var(--white); border: 1px solid var(--line); }
.path-reveal.open { display: block; animation: path-open .5s ease both; }
.path-close { position: absolute; right: 1.2rem; top: 1rem; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.path-reveal h3 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; margin: 0 0 1rem; max-width: 850px; }
.path-reveal > p:not(.eyebrow) { max-width: 700px; }
.path-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 2.5rem 0; border-top: 1px solid var(--line); }
.path-steps div { padding: 1.2rem 1.2rem 1.2rem 0; }
.path-steps span { display: block; font-size: .7rem; color: var(--coral); margin-bottom: .5rem; }
.path-steps strong { font-size: .95rem; }

.community { position: relative; min-height: 88svh; display: grid; place-items: center; overflow: hidden; color: var(--white); padding: clamp(4rem, 9vw, 9rem) var(--pad); }
.community::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,31,34,.88), rgba(8,31,34,.52) 58%, rgba(8,31,34,.22)); }
.community-image { position: absolute; inset: 0; }
.community-image img { height: 100%; object-fit: cover; object-position: center; }
.community-copy { position: relative; z-index: 2; width: min(720px, 86vw); justify-self: start; }
.community h2 { font-family: var(--serif); font-size: clamp(3rem, 6.5vw, 6.6rem); line-height: .9; letter-spacing: -.055em; font-weight: 400; margin: 0 0 2rem; }
.community h2 em { color: var(--sun); }
.community-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.community-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.community-tags span { border: 1px solid rgba(255,255,255,.42); border-radius: 99px; padding: .45rem .8rem; font-size: .72rem; backdrop-filter: blur(8px); background: rgba(255,255,255,.06); }

.story-band { background: var(--ink-deep); color: var(--white); padding-bottom: clamp(5rem, 10vw, 10rem); }
.story-title { padding-bottom: 4rem; }
.story-title h2 { font-size: clamp(3.2rem, 7vw, 7rem); line-height: .9; letter-spacing: -.05em; margin: 0; }
.story { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; padding: clamp(3rem, 6vw, 6rem) var(--pad); border-top: 1px solid rgba(255,255,255,.15); }
.story:nth-of-type(even) .story-photo, .story:nth-of-type(even) .story-visual { order: 2; }
.story-photo { overflow: hidden; position: relative; }
.story-photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); pointer-events: none; }
.story-photo img { aspect-ratio: 4/3; object-fit: cover; transition: transform 1s cubic-bezier(.2,.6,.2,1); }
.story-photo:hover img { transform: scale(1.035); }
.story-index { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: var(--sun); }
.story blockquote { font-size: clamp(2rem, 4vw, 4.25rem); line-height: 1; letter-spacing: -.035em; margin: 1.5rem 0 2rem; }
.story-copy > p { color: rgba(255,255,255,.7); max-width: 560px; }
.story-result { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .84rem; }
.story-result span { color: rgba(255,255,255,.68); }
.beyond { margin-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.beyond-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 0; padding: 1.15rem 0; color: var(--white); background: transparent; text-align: left; cursor: pointer; font-family: var(--serif); font-size: 1.25rem; }
.beyond-toggle span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; transition: transform .35s, background .35s; }
.beyond-toggle[aria-expanded="true"] span { transform: rotate(45deg); background: var(--coral); border-color: var(--coral); }
.beyond-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .55s cubic-bezier(.2,.7,.2,1), opacity .4s; }
.beyond-panel > * { overflow: hidden; }
.beyond.open .beyond-panel { grid-template-rows: 1fr; opacity: 1; padding-bottom: 1.5rem; }
.beyond-panel ul { list-style: none; padding: 0; margin: .8rem 0 1.2rem; }
.beyond-panel li { display: grid; grid-template-columns: minmax(130px,.48fr) 1fr; gap: 1rem; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.beyond-panel li strong { color: var(--sun); font-weight: 500; }
.beyond-panel li span, .beyond-intro { color: rgba(255,255,255,.68); }
.beyond-payoff { color: var(--white); font-family: var(--serif); font-size: 1.2rem; line-height: 1.25; }
.story-visual { background: #eef8ff; color: var(--ink); padding: 1.2rem; min-height: 470px; display: flex; flex-direction: column; box-shadow: 0 25px 60px rgba(0,0,0,.22); transform: rotate(-1deg); }
.visual-head, .visual-foot { display: flex; justify-content: space-between; align-items: center; font-size: .7rem; }
.visual-head i { font-style: normal; background: var(--coral); color: white; padding: .2rem .55rem; border-radius: 99px; }
.chat-demo { margin: auto 0; display: flex; flex-direction: column; gap: 1rem; }
.bubble { width: 82%; padding: 1rem; font-size: .9rem; box-shadow: 0 5px 18px rgba(13,42,46,.08); }
.incoming { background: white; align-self: flex-start; border-radius: 0 14px 14px 14px; }
.outgoing { background: var(--ink); color: white; align-self: flex-end; border-radius: 14px 0 14px 14px; }
.typing { display: flex; gap: 4px; margin-left: .7rem; }
.typing span { width: 5px; height: 5px; background: var(--ink); border-radius: 50%; animation: blink 1.2s ease infinite; }
.typing span:nth-child(2) { animation-delay: .2s; }.typing span:nth-child(3) { animation-delay: .4s; }
.visual-foot { padding-top: 1rem; border-top: 1px solid var(--line); color: rgba(18,60,91,.6); }

.universe { background: var(--paper-2); }
.universe-heading { max-width: 950px; margin-bottom: 5rem; }
.universe h2 { font-size: clamp(2.8rem, 5.8vw, 6rem); }
.orbit-list { border-top: 1px solid var(--line); }
.orbit-item { display: grid; grid-template-columns: 80px minmax(160px, .7fr) 1fr; gap: 2rem; align-items: baseline; padding: 1.7rem 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.orbit-item:hover { padding-left: 1rem; background: rgba(255,255,255,.35); }
.orbit-item > span { font-size: .68rem; color: var(--coral); }
.orbit-item h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 3.8rem); margin: 0; }
.orbit-item p { margin: 0; max-width: 530px; color: rgba(18,60,91,.68); }

.machine { background: #0b3658; color: var(--white); position: relative; overflow: hidden; }
.machine::before { content: ""; position: absolute; width: 55vw; height: 55vw; border-radius: 50%; border: 1px solid rgba(125,183,195,.15); top: -22vw; right: -14vw; box-shadow: 0 0 0 8vw rgba(125,183,195,.025), 0 0 0 16vw rgba(125,183,195,.018); }
.machine-heading { position: relative; max-width: 1000px; margin-bottom: 4rem; }
.machine-heading h2 { font-family: var(--serif); font-size: clamp(3rem, 6.5vw, 6.8rem); line-height: .9; letter-spacing: -.055em; font-weight: 400; margin: 0 0 1.5rem; }
.machine-heading h2 em { color: var(--blue); }
.machine-heading > p:last-child { max-width: 650px; color: rgba(255,255,255,.66); }
.machine-console { position: relative; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); backdrop-filter: blur(18px); }
.scenario-tabs { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid rgba(255,255,255,.18); }
.scenario-tabs button { border: 0; border-right: 1px solid rgba(255,255,255,.14); background: transparent; color: rgba(255,255,255,.55); padding: 1rem; cursor: pointer; transition: background .25s, color .25s; }
.scenario-tabs button:last-child { border-right: 0; }
.scenario-tabs button[aria-selected="true"] { color: var(--white); background: var(--coral); }
.console-body { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 570px; }
.console-story { padding: clamp(1.5rem,4vw,3.5rem); border-right: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; }
.console-kicker { color: var(--sun); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; }
.console-story h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem,3.4vw,3.8rem); line-height: 1; margin: 1.2rem 0; }
.console-story > p:not(.console-kicker) { color: rgba(255,255,255,.66); }
.human-control { margin-top: auto; display: grid; grid-template-columns: 34px 1fr; gap: .8rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.human-control > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #397d65; }
.human-control p { margin: 0; color: rgba(255,255,255,.6); }
.human-control strong { display: block; color: var(--white); }
.agent-flow { padding: clamp(1.5rem,4vw,3.5rem); display: grid; align-content: center; gap: .7rem; }
.agent-node { position: relative; display: grid; grid-template-columns: 50px 1fr auto; gap: 1rem; align-items: center; padding: 1rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); opacity: 0; transform: translateY(10px); animation: node-in .45s ease forwards; }
.agent-node:not(:last-child)::after { content: ""; position: absolute; width: 1px; height: .8rem; background: var(--blue); bottom: -.8rem; left: 34px; }
.agent-number { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-size: .75rem; }
.agent-node strong { display: block; font-family: var(--serif); font-size: 1.2rem; font-weight: 500; }
.agent-node p { margin: .12rem 0 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.agent-state { font-size: .72rem; color: var(--sun); white-space: nowrap; }
.machine-proof { position: relative; margin-top: 1.5rem; padding: clamp(1.5rem,4vw,3rem); background: var(--sun); color: var(--ink); display: grid; grid-template-columns: .6fr .6fr 1.8fr; gap: 2rem; align-items: center; }
.machine-proof > p { font-family: var(--serif); font-size: 1.35rem; }
.machine-proof > div { display: flex; align-items: center; gap: .8rem; }
.machine-proof strong { font-family: var(--serif); font-size: 4rem; line-height: .8; font-weight: 400; }
.machine-proof span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; line-height: 1.3; }
.machine-proof ul { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; padding: 0; margin: 0; }
.machine-proof li { border: 1px solid rgba(18,60,91,.35); border-radius: 99px; padding: .35rem .65rem; font-size: .72rem; }

.build-system { background: var(--white); }
.build-heading { display: grid; grid-template-columns: .55fr 1fr; gap: 2rem 7vw; margin-bottom: 5rem; }
.build-heading .eyebrow { grid-column: 1/-1; }
.build-heading h2 { font-family: var(--serif); font-size: clamp(3rem,5.7vw,6rem); line-height: .92; letter-spacing: -.05em; font-weight: 400; margin: 0; }
.build-heading > p:last-child { align-self: end; max-width: 500px; color: rgba(18,60,91,.67); font-size: 1.05rem; }
.build-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.build-grid article { min-height: 340px; padding: 1.4rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.build-grid article > span { color: var(--coral); font-size: .75rem; }
.build-grid h3 { font-family: var(--serif); font-weight: 400; font-size: 2.5rem; margin: auto 0 1rem; }
.build-grid p { color: rgba(18,60,91,.67); font-size: .88rem; }
.build-grid small { color: var(--coral); margin-top: auto; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.build-manifesto { margin-top: 1.5rem; padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.build-manifesto strong { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; }

.city-call { position: relative; display: grid; grid-template-columns: .56fr 1.44fr; gap: 8vw; align-items: center; color: var(--white); background: var(--coral); overflow: hidden; }
.city-call::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 50%, rgba(121,217,246,.35), transparent 34%), linear-gradient(135deg, transparent 45%, rgba(7,28,32,.12)); }
.city-stamp { position: relative; width: min(31vw,360px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(-7deg); }
.city-stamp::before, .city-stamp::after { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(255,255,255,.3); border-radius: 50%; }
.city-stamp::after { inset: 17%; border-style: solid; }
.city-stamp span, .city-stamp i { position: relative; z-index: 1; font-size: .65rem; text-transform: uppercase; letter-spacing: .18em; font-style: normal; }
.city-stamp strong { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(2.2rem,4.5vw,4rem); line-height: .78; font-weight: 400; margin: .7rem 0; }
.city-copy { position: relative; z-index: 1; }
.city-copy h2 { font-family: var(--serif); font-size: clamp(3rem,5.7vw,6rem); line-height: .92; letter-spacing: -.05em; font-weight: 400; margin: 0 0 1.7rem; }
.city-copy h2 em { color: var(--sun); }
.city-copy > p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.8); }
.city-promise { display: grid; grid-template-columns: repeat(3,1fr); margin: 2.5rem 0; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.city-promise article { padding: 1.2rem 1rem 1.2rem 0; border-right: 1px solid rgba(255,255,255,.25); }
.city-promise article:last-child { border-right: 0; padding-left: 1rem; }
.city-promise article:nth-child(2) { padding-left: 1rem; }
.city-promise span { display: block; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; opacity: .66; margin-bottom: .5rem; }
.city-promise strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }

.about-jose { display: grid; grid-template-columns: minmax(280px,.68fr) 1.32fr; gap: 8vw; align-items: center; background: var(--paper); }
.about-photo { position: relative; max-width: 560px; }
.about-photo::before { content: "José T. · IArretada"; position: absolute; z-index: 2; left: -1.4rem; bottom: 2rem; padding: .7rem 1rem; color: var(--white); background: var(--coral); font-size: .66rem; text-transform: uppercase; letter-spacing: .13em; transform: rotate(-2deg); }
.about-photo img { aspect-ratio: 4/5; object-fit: cover; object-position: center top; filter: saturate(.9); }
.about-copy h2 { max-width: 820px; margin: 0 0 1.7rem; font-family: var(--serif); font-size: clamp(3rem,5.6vw,5.8rem); line-height: .91; letter-spacing: -.05em; font-weight: 400; }
.about-copy p { max-width: 680px; color: rgba(18,60,91,.7); font-size: 1.05rem; }

.hotel-note { min-height: 78svh; display: grid; grid-template-columns: 1.08fr .92fr; color: var(--white); background: var(--ink-deep); }
.hotel-note-image { min-height: 620px; overflow: hidden; }
.hotel-note-image img { height: 100%; object-fit: cover; }
.hotel-note-copy { padding: clamp(4rem,8vw,8rem) var(--pad); align-self: center; }
.hotel-note-copy h2 { margin: 0 0 1.7rem; font-family: var(--serif); font-size: clamp(3rem,5.2vw,5.6rem); line-height: .92; letter-spacing: -.05em; font-weight: 400; }
.hotel-note-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); font-size: 1.18rem; }
.hotel-note-copy small { display: block; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.2); color: var(--sun); text-transform: uppercase; letter-spacing: .12em; line-height: 1.8; }

.reality-check { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--white); }
.reality-quote span { color: var(--coral); font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; }
.reality-quote p { font-family: var(--serif); font-size: clamp(2rem, 4vw, 4rem); line-height: 1.04; margin: 1rem 0 0; }
.reality-rules article { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.reality-rules article:last-child { border-bottom: 1px solid var(--line); }
.reality-rules strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.reality-rules p { color: rgba(18,60,91,.68); margin-bottom: 0; }

.diagnostic { background: var(--ink); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; }
.diag-intro { position: sticky; top: 3rem; }
.diag-intro h2 { font-size: clamp(3rem, 5vw, 5.5rem); line-height: .92; letter-spacing: -.05em; margin: 0 0 1.5rem; }
.diag-intro p:not(.eyebrow) { color: rgba(255,255,255,.7); max-width: 480px; }
.diag-marker { display: flex; align-items: center; gap: .8rem; margin-top: 3rem; }
.diag-marker span { font-family: var(--serif); font-size: 4rem; line-height: .8; color: var(--sun); }
.diag-marker small { text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; }
.diag-card { background: var(--white); color: var(--ink); padding: clamp(1.5rem, 4vw, 3rem); min-height: 580px; }
.diag-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; margin-bottom: 3rem; }
.diag-progress span { height: 3px; background: rgba(18,60,91,.15); }
.diag-progress span.active { background: var(--coral); }
.diag-step { display: none; }
.diag-step.active { display: block; animation: step-in .4s ease both; }
.step-label { font-size: .7rem; text-transform: uppercase; letter-spacing: .15em; color: var(--coral); }
.diag-step h3 { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1; font-weight: 400; margin: 1rem 0 2.3rem; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.choice-grid button, .choice-stack button { border: 1px solid var(--line); background: transparent; padding: 1.1rem; text-align: left; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.choice-grid button:hover, .choice-stack button:hover { background: var(--ink); color: white; transform: translateX(3px); }
.choice-stack { display: grid; gap: .7rem; }
.back-step, .restart { border: 0; background: transparent; padding: 0; cursor: pointer; font-size: .8rem; opacity: .65; }
.result-lead { font-size: 1.05rem; color: rgba(18,60,91,.7); }
.result-list { margin: 2rem 0; }
.result-item { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.result-item:last-child { border-bottom: 1px solid var(--line); }
.result-item span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: .75rem; }
.result-item strong { display: block; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.result-item p { margin: .3rem 0 0; font-size: .88rem; color: rgba(18,60,91,.65); }
.result-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.share-map { min-height: 50px; border: 1px solid var(--ink); padding: .8rem 1.15rem; color: var(--ink); background: transparent; cursor: pointer; transition: background .25s, color .25s, transform .25s; }
.share-map:hover { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.copy-status { min-height: 1.3rem; font-size: .8rem; color: #397d65; }

.closing { text-align: center; background: var(--sun); }
.closing-line { max-width: 700px; margin: 0 auto 4rem; display: flex; align-items: center; gap: 1rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.closing-line i { flex: 1; height: 1px; background: rgba(18,60,91,.4); }
.closing h2 { max-width: 1050px; margin: 0 auto; }
.closing h2 em { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .15em; }
.closing > p { max-width: 590px; margin: 2rem auto; }

footer { background: var(--ink-deep); color: var(--white); padding: 3.5rem var(--pad) 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.footer-brand { font-size: 1.2rem; }
footer > p { color: rgba(255,255,255,.62); margin: 0; text-align: right; }
footer > div { grid-column: 1/-1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.55); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes hero-in { from { transform: scale(1.12); filter: brightness(.75); } to { transform: scale(1.04); filter: brightness(1); } }
@keyframes cue { 0%,100% { transform: scaleX(.3); opacity: .4; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes path-open { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes blink { 0%,100% { opacity: .25; } 50% { opacity: 1; } }
@keyframes step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
@keyframes node-in { to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .topbar nav { display: none; }
  .hero { padding-bottom: 7rem; }
  .hero-copy { width: 100%; }
  .hero-note { display: none; }
  .intro, .story, .reality-check, .diagnostic, .console-body, .build-heading, .city-call, .about-jose, .hotel-note { grid-template-columns: 1fr; }
  .intro { gap: 2rem; }
  .wink { grid-template-columns: 1fr; }
  .wink-answer { grid-column: 1; max-width: 720px; }
  .door-grid { grid-template-columns: 1fr 1fr; }
  .door-card { min-height: 280px; }
  .story:nth-of-type(even) .story-photo, .story:nth-of-type(even) .story-visual { order: 0; }
  .diag-intro { position: static; }
  .console-story { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); min-height: 430px; }
  .machine-proof { grid-template-columns: 1fr 1fr; }
  .machine-proof ul { grid-column: 1/-1; }
  .build-heading .eyebrow { grid-column: auto; }
  .build-grid { grid-template-columns: 1fr 1fr; }
  .city-stamp { width: min(60vw,330px); }
  .about-photo { width: min(72vw,520px); }
  .hotel-note-image { min-height: 60vw; max-height: 720px; }
}

@media (max-width: 620px) {
  .topbar { height: 76px; }
  .nav-cta { display: none; }
  .hero { min-height: 860px; padding-top: 8rem; }
  .hero-image img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,25,28,.94) 7%, rgba(6,25,28,.66) 58%, rgba(6,25,28,.18) 100%); }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 5.2rem); }
  .hero-lead { margin-top: 1.4rem; }
  .hero-pager { bottom: 5.1rem; }
  .scroll-cue { left: var(--pad); right: auto; }
  .intro h2, .section-head h2, .universe h2, .closing h2 { font-size: 2.8rem; }
  .door-grid { grid-template-columns: 1fr; }
  .door-card { min-height: 240px; }
  .path-steps { grid-template-columns: 1fr; }
  .story { padding-top: 4rem; padding-bottom: 4rem; }
  .beyond-panel li { grid-template-columns: 1fr; gap: .25rem; }
  .community { min-height: 820px; align-items: end; }
  .community::after { background: linear-gradient(0deg, rgba(8,31,34,.94), rgba(8,31,34,.58) 70%, rgba(8,31,34,.1)); }
  .community-image img { object-position: 56% center; }
  .story-result { grid-template-columns: 1fr; }
  .story-visual { min-height: 420px; }
  .orbit-item { grid-template-columns: 45px 1fr; gap: 1rem; }
  .orbit-item p { grid-column: 2; }
  .choice-grid { grid-template-columns: 1fr; }
  .scenario-tabs { grid-template-columns: 1fr 1fr; }
  .scenario-tabs button:nth-child(2) { border-right: 0; }
  .scenario-tabs button:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .agent-node { grid-template-columns: 42px 1fr; }
  .agent-state { grid-column: 2; }
  .machine-proof { grid-template-columns: 1fr; }
  .machine-proof ul { grid-column: auto; }
  .build-grid { grid-template-columns: 1fr; }
  .build-grid article { min-height: 280px; }
  .build-manifesto { flex-direction: column; }
  .city-promise { grid-template-columns: 1fr; }
  .city-promise article, .city-promise article:nth-child(2), .city-promise article:last-child { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); padding: 1rem 0; }
  .city-promise article:last-child { border-bottom: 0; }
  .about-photo::before { left: -.6rem; bottom: 1rem; }
  .hotel-note-image { min-height: 72vw; }
  .diag-card { min-height: 640px; }
  .closing-line { flex-wrap: wrap; justify-content: center; }
  .closing-line i { order: 3; flex-basis: 100%; }
  footer { grid-template-columns: 1fr; }
  footer > p { text-align: left; }
}

@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; }
}

/* Small refinements to the original editorial experience. */
html { scroll-padding-top: 112px; }
.topbar { position: fixed; height: 80px; background: rgba(255,255,255,.95); backdrop-filter: blur(18px); color: var(--ink); border-bottom: 1px solid rgba(18,60,91,.12); box-shadow: 0 4px 24px rgba(18,60,91,.05); }
.topbar nav { gap: 1.3rem; }
.topbar nav a { font-size: .9rem; opacity: 1; }
.nav-cta { background: var(--coral); color: white; padding: .65rem .95rem; border: 0; border-radius: 4px; font-size: .9rem; }
.menu-toggle { display: none; }
.button-contact { background: rgba(255,255,255,.12); color: white; border: 1px solid white; backdrop-filter: blur(8px); }
.hero h1 { line-height: .98; }
.hero-copy { max-width: 800px; }
.hero-note { bottom: 4rem; }
.hero-pager { bottom: 2.4rem; }
.help-cta { display: inline-flex; align-items: center; gap: .75rem; margin-top: 1.1rem; font-size: 1rem; font-weight: 600; color: #07639b; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.help-light { color: #c1efff; }
.jose-invite { margin: 1.1rem 0 0; }
.story-copy .jose-invite { color: white; }
.beyond-panel { display: none; }
.beyond.open .beyond-panel { display: block; }
.story { padding-top: clamp(2.5rem,4vw,4rem); padding-bottom: clamp(2.5rem,4vw,4rem); }
.story blockquote { font-size: clamp(2rem,3.3vw,3.5rem); }
.story-band { padding-bottom: 3rem; }
.story-title { padding-bottom: 2.5rem; }
.community { min-height: 65svh; }
.door-card { min-height: 265px; }
.orbit-item { padding-top: 1rem; padding-bottom: 1rem; }
.orbit-item h3 { font-size: clamp(2rem,3vw,3rem); }
.universe-heading, .build-heading, .section-head { margin-bottom: 2.5rem; }
.build-grid article { min-height: 255px; }
.console-body { min-height: 460px; }
.about-photo { max-width: 380px; }
.hotel-note { min-height: 0; }
.hotel-note-image { min-height: 400px; }
.hotel-note-copy { padding-top: 3rem; padding-bottom: 3rem; }
.hotel-note-copy h2 { font-size: clamp(2.5rem,4vw,4.2rem); }
.reality-quote .affordable-copy { font: 1.1rem/1.6 var(--sans); margin-top: 1.2rem; }
.contact-card { margin: 1.8rem auto 0; max-width: 500px; padding: 1.5rem; border: 1px solid rgba(18,60,91,.18); background: rgba(255,255,255,.65); }
.contact-card strong { font-size: 1.25rem; }
.contact-card p { margin: .6rem 0 1.2rem; }

.floating-contact { position: fixed; z-index: 35; bottom: 1.2rem; right: 1.2rem; padding: .8rem 1.2rem; background: #07639b; color: white; border: 1px solid white; border-radius: 100px; box-shadow: 0 5px 20px #123c5b30; text-decoration: none; }
:focus-visible { outline: 3px solid #24aee6; outline-offset: 4px; }
.eyebrow, .community-tags span, .scenario-tabs button, .agent-node p, .build-grid small, .hotel-note-copy small { font-size: .875rem; }
@media(max-width: 1050px) {
 .topbar { gap: .8rem; padding-inline: 1.2rem; }
 .topbar nav { gap: .8rem; }
 .hero-note { display: none; }
}
@media(max-width: 900px) {
 .menu-toggle { display: inline-flex; gap: .5rem; align-items: center; margin-left: auto; background: transparent; border: 1px solid var(--line); border-radius: 4px; padding: .6rem; cursor: pointer; }
 .topbar nav { display: none; position: absolute; top: 80px; left: 0; right: 0; padding: 1rem 1.2rem; background: white; border-bottom: 1px solid var(--line); }
 .topbar nav.is-open { display: flex; flex-direction: column; }
 .topbar nav a { padding: .7rem; }
 .nav-cta { display: inline-flex; }
 .community { min-height: 640px; }
 .hotel-note-image { min-height: 0; height: 350px; }
 .hotel-note-image img { height: 100%; }
}
@media(max-width: 620px) {
 .topbar { gap: .5rem; padding-inline: .75rem; }
 .brand { gap: .4rem; font-size: .95rem; }
 .brand-orbit { width: 23px; height: 23px; flex-shrink: 0; }
 .nav-cta { font-size: .8rem; padding: .65rem; }
 .menu-toggle { font-size: .85rem; }
 .hero { min-height: 850px; }
 .hero-actions { gap: 1rem; }
 .door-card { min-height: 210px; }
 .build-grid article { min-height: 230px; }
 .floating-contact { bottom: .75rem; right: .75rem; font-size: .9rem; }
 footer { padding-bottom: 6rem; }
}

/* IArretada: the same experience, with a warm, recognizable brand accent. */
:root { --coral: #b7432d; --sun: #f5c451; }
.brand-word { display: inline-flex; align-items: baseline; font-family: var(--sans); font-size: 1.85rem; font-weight: 600; letter-spacing: -.055em; white-space: nowrap; }
.brand-ia { color: #07639b; }
.brand-rest { color: #b7432d; }
.brand-spark { color: #9a6500; font-size: .85rem; margin-left: .35rem; align-self: flex-start; }
.footer-brand .brand-ia { color: #8edbff; }
.footer-brand .brand-rest { color: #ffad96; }
.footer-brand .brand-spark { color: var(--sun); }
.hero h1 em, .community h2 em, .story-title h2 em { color: #f5d477; }
.hero-pager button.active { background: #f5d477; }
.city-call { background: #0b5b89; }
.city-stamp { border-color: #f5d477; }
.wink { background: #fff7f3; }
.wink h2 em { color: #b7432d; }
.wink::after { color: rgba(183,67,45,.07); }
.myth-marquee { background: #b7432d; }
.machine-proof { background: #fff0ba; }
.closing { background: #edf8ff; border-top: 5px solid #f5c451; }
.reality-check { background: #fffbec; }
.reality-quote > span { color: #884d16; }
.about-photo::before { background: #b7432d; }
.floating-contact { background: #b7432d; }
.help-cta { color: #a03928; }
.help-light { color: #ffd296; }
.scenario-tabs button[aria-selected="true"] { background: #b7432d; }
.nav-cta { background: #b7432d; }
.button-contact { background: #b7432d; border-color: #ffad96; }
.button-contact:hover, .nav-cta:hover { background: #94321f; }
.story-photo { border-bottom: 3px solid #f5c451; }
@media (prefers-reduced-motion: no-preference) {
 .brand-spark { transition: transform .35s ease; }
 .brand:hover .brand-spark { transform: rotate(90deg); }
 .help-cta { transition: transform .25s ease; }
 .help-cta:hover { transform: translateX(4px); }
}
@media(max-width: 620px) { .brand-word { font-size: 1.45rem; } .brand-spark { font-size: .7rem; margin-left: .2rem; } }

.brand-name { text-transform: none; }
.about-photo::before { text-transform: none; }

/* Brand hooks stay readable and retain the exact IArretada spelling. */
.brand-hook { font-weight: 600; }
.hero-lead .brand-hook { color: #f5d477; }
.wink-answer .brand-hook, .intro .brand-hook { color: #a03928; }
.jose-invite .brand-hook, .community-copy .brand-hook { color: #ffd296; }
.contact-card .brand-hook { color: #a03928; }
.help-cta { display: inline; line-height: 1.7; }
.help-cta::before { content: ""; display: block; height: .8rem; }
.floating-contact { max-width: calc(100vw - 1.5rem); }

/* Approved IArretada signature. */
.brand-signature { font-size: clamp(1rem,1.5vw,1.3rem); line-height: 1.5; margin: -.8rem 0 1.6rem; color: white; }
.brand-signature strong { color: #f5d477; font-weight: 600; }
.closing h2 > .brand-name { color: #a03928; }
.closing h2 em { text-decoration: none; color: #07639b; }

/* Human connection, luminous depth, and gentle section transitions. */
.hero-shade { background:linear-gradient(90deg,#061c32ed 0%,#082941aa 45%,#06264422 85%),linear-gradient(0deg,#06233c99,transparent 65%); }
.hero-note { border-radius:16px; background:#ffffff14; border-color:#ffffff4a; }
.reveal { transform:translateY(36px); transition:opacity .85s ease,transform 1s cubic-bezier(.16,1,.3,1); }
.story-photo.reveal { transform:translateY(45px) scale(.97); }
.reveal.visible { transform:none; }
.intro { background:linear-gradient(145deg,#fff 35%,#eaf8ff); }
.about-jose { background:linear-gradient(125deg,#fff,#f0faff); }
.machine { background:radial-gradient(ellipse at 85% 10%,#12546a 0%,#071d32 58%); }
.machine-console { border-radius:20px; overflow:hidden; box-shadow:0 25px 65px #00142144; }
.contact-card { position:relative; border-radius:24px; background:#ffffffb8; box-shadow:0 15px 55px #126b9a12; padding-top:2rem; }
.jose-hello { position:relative; width:114px; height:114px; margin:0 auto 1.25rem; opacity:0; transform:translateY(20px) scale(.85); transition:opacity .35s,transform .5s cubic-bezier(.16,1,.3,1); pointer-events:none; }
.jose-hello img { width:100%; height:100%; border-radius:50%; object-fit:cover; object-position:center 25%; border:4px solid white; box-shadow:0 8px 25px #123c5b25; }
.hello-hand { position:absolute; right:-14px; bottom:-2px; font-size:42px; transform-origin:bottom center; }
.hello-bubble { position:absolute; bottom:85%; left:70%; white-space:nowrap; padding:.55rem .8rem; border-radius:16px 16px 16px 0; background:#b7432d; color:white; font-size:14px; box-shadow:0 5px 20px #b7432d22; }
.contact-card:hover .jose-hello,.contact-card:focus-within .jose-hello,.contact-card.hello-visible .jose-hello { opacity:1; transform:none; }
.contact-card:hover .hello-hand,.contact-card:focus-within .hello-hand,.contact-card.hello-visible .hello-hand { animation:hello-wave .65s ease-in-out 3; }
@keyframes hello-wave { 0%,100% { transform:rotate(-10deg); } 50% { transform:rotate(18deg); } }
@media(max-width:700px) {  .hero-shade { background:linear-gradient(0deg,#061c32f5 12%,#082941b8 65%,#06264444); } .hello-bubble { left:40%; font-size:13px; } }
@media(prefers-reduced-motion:reduce) { .reveal,.story-photo.reveal,.jose-hello { opacity:1; transform:none; transition:none; } .hello-hand { animation:none!important; } }

.whatsapp-icon { width:1.3rem; height:1.3rem; flex-shrink:0; vertical-align:middle; }
.floating-contact { display:inline-flex; align-items:center; gap:.65rem; }
@media(prefers-reduced-motion:no-preference) {
 .section-transition { opacity:.45; transform:translateY(44px); transition:transform 1s cubic-bezier(.16,1,.3,1),opacity .8s ease; }
 .section-transition.section-arrived { opacity:1; transform:none; }
 .reveal { transition-delay:var(--entry-delay,0ms); }
 .story-photo.reveal,.hotel-note-image.reveal { clip-path:inset(9% 0 0 0); transform:translateY(28px); transition:clip-path 1.15s cubic-bezier(.16,1,.3,1),transform 1.15s cubic-bezier(.16,1,.3,1),opacity .8s ease; }
 .story-photo.reveal.visible,.hotel-note-image.reveal.visible { clip-path:inset(0); transform:none; }
 @supports(animation-timeline:view()) {
  .hero-carousel { animation:hero-scroll-exit linear both; animation-timeline:view(); animation-range:exit 0% exit 100%; }
  @keyframes hero-scroll-exit { from { transform:translateY(0); } to { transform:translateY(12%); } }
 }
}
@media(prefers-reduced-motion:reduce) { .section-transition { opacity:1; transform:none; } }

.contact-dialog { width:min(480px,calc(100% - 2rem)); max-height:calc(100svh - 2rem); padding:2rem; border:1px solid #c7e4f2; border-radius:20px; background:#f5fbff; color:var(--ink); box-shadow:0 25px 90px #06233c40; }
.contact-dialog::backdrop { background:#06233cb3; backdrop-filter:blur(5px); }
.contact-dialog h2 { font-size:2.2rem; line-height:1.1; margin:0 0 1rem; }
.contact-dialog .eyebrow { padding-right:1rem; }
.contact-close { position:absolute; right:.7rem; top:.6rem; width:44px; height:44px; border:0; background:transparent; font-size:1.8rem; cursor:pointer; }
.contact-dialog label { display:block; font-weight:600; margin:1rem 0 .4rem; }
.contact-dialog input { width:100%; min-height:48px; padding:.7rem .85rem; border:1px solid #89b2ca; border-radius:8px; background:white; color:var(--ink); font:inherit; font-size:1rem; }
.contact-dialog input:focus-visible,.contact-close:focus-visible { outline:3px solid #076da8; outline-offset:3px; }
.contact-privacy { font-size:.875rem; line-height:1.5; }
.contact-error { font-size:.875rem; color:#a03928; margin:.4rem 0; }
.contact-dialog .button { width:100%; }
