@charset "UTF-8";
:root {
  --night: #191a20;
  --ink: #f3f1ed;
  --muted: #a8aab3;
  --line: rgba(255,255,255,.13);
  --accent: #f1bb8d;
  --surface: #25262e;
  --ease: cubic-bezier(.23,1,.32,1);
  --hover-ease: cubic-bezier(.32,.72,.28,1);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--night);
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button,input { font: inherit; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
h1,h2,h3,p { margin: 0; }
img { max-width: 100%; height: auto; }
button,a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none!important; }
::selection { background: #e5b18c; color: #171a20; }
:focus-visible { outline: 2px solid #ffd7ac; outline-offset: 5px; border-radius: 5px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 16px; background: #fff; color: #15161b; }
.skip-link:focus { top: 20px; }

/* One compact navigation surface, independent of the scene below. */
.site-header {
  position: sticky; top: 12px; margin: 18px auto 0;
  width: min(980px,calc(100% - 48px)); display: flex; align-items: center;
  justify-content: space-between; gap: 28px; padding: 12px 15px 12px 20px;
  border: 1px solid #ffffff24; border-radius: 15px; z-index: 20;
  background: #191b23a6; backdrop-filter: blur(28px) saturate(1.2);
  box-shadow: 0 4px 20px #03071224,0 1px 0 #ffffff0d inset;
}
.wordmark { display: inline-flex; align-items: baseline; font-size: 26px; line-height: 1; letter-spacing: -1.4px; }
.wordmark em { font-style: italic; font-weight: 400; margin-right: .045em; }
.wordmark span { font-weight: 700; }
.wordmark i { font-style: normal; color: var(--accent); }
.site-header nav { display: flex; align-items: center; gap: 25px; font-size: 13px; }
.nav-story,.nav-about { color: #d4d4db; transition: color 150ms; }
.nav-story:hover,.nav-about:hover { color: white; }
.nav-cta { padding: 10px 15px; background: #e7e7ed; color: #242730; border-radius: 9px; display: flex; gap: 22px; align-items: center; box-shadow: 0 1px 0 #fff9 inset,0 3px 5px #0002; transition: background 150ms,transform 150ms var(--hover-ease); }
.nav-cta:hover { background: #fff; transform: translateY(-1px); }
.nav-cta:active { transform: none; }
.nav-cta>span { font-size: 18px; }

/* The opening is a single atmosphere: product first, words second. */
.hero { position: relative; min-height: 850px; overflow: hidden; color: #fff; background: #232b3a; }
.hero-image,.hero-shade,.closing-image,.closing-shade { position: absolute; inset: 0; }
.hero-image { background: url('/assets/harbor-art.webp') center center/cover no-repeat; animation: scene-arrive 1.8s var(--ease) both; }
.hero-shade { background: linear-gradient(0deg,#17181fe6 0%,#141b2a12 45%,#141b2a18 80%,#13192466 100%); }
.hero-content { position: relative; z-index: 4; max-width: 1180px; margin: auto; padding: 0 24px 90px; display: flex; flex-direction: column; align-items: center; }
.hero-copy { order: 2; text-align: center; max-width: 620px; margin-top: 40px; }
.eyebrow { font-size: 12px; letter-spacing: .12em; font-weight: 550; line-height: 1.55; }
.hero-eyebrow { color: #e1ded9; font-size: 12px; letter-spacing: .14em; }
.hero h1 { font-size: clamp(42px,4.8vw,56px); font-weight: 450; line-height: 1.06; letter-spacing: -.055em; margin: 16px 0 19px; text-wrap: balance; text-shadow: 0 2px 20px #111a2640; }
.hero-intro { font-size: 18px; line-height: 1.65; color: #edeae5; max-width: 550px; margin: auto; text-wrap: pretty; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 49px; padding: 14px 20px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 550; line-height: 1.4; transition: transform 150ms var(--hover-ease),box-shadow 150ms,background 150ms,color 150ms; }
.button>span { font-size: 18px; }
.button-light,.button-dark { background: linear-gradient(#fafafa,#dedee5); color: #272833; border-color: #fff4; box-shadow: 0 1px 0 #fff8 inset,0 4px 8px #0002; }
.button:hover { transform: translateY(-1px); background: #fff; box-shadow: 0 6px 16px #0003; }
.button:active { transform: translateY(0); transition-duration: 90ms; box-shadow: 0 1px 3px #0003; }
.button:disabled { background: #343942; color: #d3decf; box-shadow: none; }
.morning-composition { order: 1; width: min(550px,100%); min-height: 445px; position: relative; animation: none; }
.scene-caption { display: flex; justify-content: space-between; gap: 20px; margin: 0 4px 11px; color: #dedfe9; font-size: 12px; line-height: 1.5; letter-spacing: .065em; }
.scene-caption>span:first-child { font-variant-numeric: tabular-nums; }
.glass { background: linear-gradient(160deg,#111622f5,#233955e8); border: 1px solid #ffffff48; box-shadow: 0 18px 45px #070b1d66,0 1px 0 #ffffff2b inset,0 0 0 5px #212a3947; backdrop-filter: blur(28px) saturate(1.35); }
.briefing { border-radius: 18px 18px 24px 24px; overflow: hidden; }
.briefing-top { padding: 13px 21px 0; display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .065em; }
.eve-glyph { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 27px; height: 27px; border-radius: 8px; background: linear-gradient(145deg,#ffe5c8,#e3aa7e); color: #353444; font: italic 25px/1 Georgia,serif; padding-right: 3px; }
.sample-label { margin-left: auto; color: #c0c1cd; font-size: 12px; letter-spacing: 0; }
.briefing-heading { padding: 14px 24px 16px; display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.briefing-heading h2 { font-size: 26px; font-weight: 500; letter-spacing: -.035em; }
.briefing-heading h2 span { color: #eabe9a; }
.briefing-heading>p { font-size: 12px; color: #c8cbd7; }
.briefing-tabs { display: flex; isolation: isolate; position: relative; margin: 0 15px; gap: 3px; padding: 4px; background: #0e132959; border: 1px solid #ffffff0d; border-radius: 10px; }
.briefing-tabs button { position: relative; flex: 1; border: 1px solid transparent; border-radius: 7px; background: transparent; padding: 7px 8px; font-size: 12px; color: #d7d9e5; line-height: 1.2; }
.briefing-tabs button[aria-selected=true] { background: #e6eaf327; border-color: #ffffff21; box-shadow: 0 1px 2px #0002,0 1px 0 #ffffff12 inset; color: white; }
.briefing-body { padding: 9px 24px 15px; min-height: 0; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #a4b1c145 transparent; }
.brief-item { display: flex; gap: 11px; align-items: flex-start; padding: 8px 0; }
.item-symbol { display: grid; place-items: center; width: 26px; height: 26px; background: #ffffff12; border: 1px solid #ffffff0d; border-radius: 7px; flex-shrink: 0; font-size: 16px; }
.brief-item strong { font-size: 13px; font-weight: 500; }
.brief-item p { font-size: 12px; color: #bfc5d2; margin-top: 4px; line-height: 1.45; }
.item-time { font-size: 12px; font-variant-numeric: tabular-nums; color: #d4d8e3; margin-left: auto; padding-top: 3px; }
.focus-note { display: flex; align-items: center; gap: 12px; margin-top: 8px; padding: 10px 12px; background: #f0cba810; border: 1px solid #f9d8b615; border-radius: 9px; }
.focus-number { font-size: 21px; font-weight: 400; color: #e8c1a1; }
.focus-note div { display: flex; align-items: center; gap: 12px; }
.focus-note div>span { font-size: 12px; color: #c8c5c9; }
.focus-note strong { font-size: 13px; font-weight: 500; }
.briefing-bottom { display: flex; align-items: center; justify-content: center; gap: 12px; background: #0e152352; border-top: 1px solid #ffffff13; padding: 13px 20px; font-size: 12px; color: #d2d8e3; }
.wave { display: inline-flex; align-items: center; gap: 3px; height: 19px; flex-shrink: 0; }
.wave i { display: block; width: 2px; height: 6px; background: #e6c8a7; border-radius: 2px; }
.wave i:nth-child(2n) { height: 12px; }
.wave i:nth-child(3n) { height: 18px; }
.demo-caption { text-align: center; width: max-content; max-width: 100%; margin: 13px auto 0; padding: 5px 11px; border-radius: 20px; background: #131b2bbf; font-size: 12px; line-height: 1.4; color: #f2f0ec; }
.hero-bottom { position: absolute; bottom: 27px; left: 4%; right: 4%; display: flex; justify-content: space-between; gap: 20px; color: #d9dbe0; font-size: 12px; letter-spacing: .045em; }
.hero-bottom>a { display: flex; gap: 15px; }
.hero-coordinate { display: none; }
.calendar-line { display: flex; align-items: baseline; gap: 18px; padding: 10px 0; border-bottom: 1px solid #ffffff15; }
.calendar-line:last-child { border: none; }
.calendar-line time { font-size: 12px; color: #b6c3d8; }
.calendar-line strong { font-size: 13px; font-weight: 500; }
.calendar-line p { font-size: 12px; color: #bac4d4; margin-top: 4px; }
.mail-from { display: flex; align-items: center; gap: 10px; padding: 7px 0; }
.initials { display: grid; place-items: center; width: 32px; height: 32px; background: #93a0b327; border-radius: 50%; font-size: 12px; }
.mail-from strong { font-size: 13px; font-weight: 500; }
.mail-from p { font-size: 12px; color: #b9c0cf; margin-top: 4px; }
.mail-quote { font-size: 14px; line-height: 1.55; color: #e5e8ef; margin: 10px 0; }
.text-button { display: flex; gap: 10px; align-items: center; border: 0; padding: 6px 0; background: transparent; color: #f0c9a7; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.text-button:hover { color: #ffe5c8; }

/* Space and typography connect the scene to a larger, usable workspace. */
.section-shell { max-width: 1280px; margin: auto; padding-left: 6%; padding-right: 6%; }
.section-index { display: none; }
.display-heading { font-size: clamp(36px,4.5vw,59px); font-weight: 500; letter-spacing: -.047em; line-height: 1.12; text-wrap: balance; }
.display-heading>span { color: #aeb0bc; }
.display-heading em { font-weight: inherit; font-style: normal; color: #ded0c3; }
.introduction { padding-top: 100px; padding-bottom: 65px; text-align: center; }
.intro-layout { max-width: 730px; margin: auto; }
.intro-side { max-width: 620px; margin: 25px auto 0; }
.intro-side p { font-size: 17px; line-height: 1.75; color: #b7b9c4; }
.intro-side .muted { margin-top: 15px; color: #b7b9c4; }
.capability-line { display: flex; gap: 25px; justify-content: center; flex-wrap: wrap; margin-top: 40px; font-size: 13px; color: #b8bbc5; }
.capability-line span { padding: 9px 12px; border-bottom: 1px solid #f0b98250; }
.day-section { max-width: none; padding: 80px 3% 95px; }
.day-story { text-align: center; max-width: 720px; margin: 0 auto 45px; }
.day-intro { font-size: 17px; line-height: 1.7; color: #b7bac5; margin: 24px auto 0; }
.day-world { position: relative; max-width: 1300px; margin: auto; padding: 65px 6%; border: 1px solid #dce3f025; border-radius: 22px; background: linear-gradient(#13182122,#17213275),url('/assets/harbor-art.webp') center 65%/cover; box-shadow: 0 30px 55px #090b1166; }
.day-stage { max-width: 1010px; margin: auto; background: #13151ced; border: 1px solid #e6e7ef32; border-radius: 17px; overflow: hidden; box-shadow: 0 25px 55px #0008,0 0 0 5px #24283450,0 1px 0 #fff2 inset; backdrop-filter: blur(25px); }
.stage-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 15px 20px; background: #35333d88; font-size: 12px; color: #d0cbd6; border-bottom: 1px solid #ffffff0a; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #a8a3af65; }
.window-dots i:first-child { background: #e385776e; }
.window-dots i:nth-child(2) { background: #dbb1787a; }
.window-dots i:nth-child(3) { background: #90b09566; }
.stage-tag { font-size: 12px; color: #c2bac8; }
.workspace-body { display: grid; grid-template-columns: 31% 1fr; min-height: 505px; }
.workspace-sidebar { display: flex; flex-direction: column; background: #30303a62; border-right: 1px solid #ffffff0b; padding: 28px 13px 20px; }
.workspace-profile { display: flex; align-items: center; gap: 11px; padding: 0 13px 28px; }
.workspace-profile strong { font-size: 14px; font-weight: 500; }
.workspace-profile div>span { display: block; font-size: 12px; color: #b7b4bf; margin-top: 4px; }
.day-select { position: relative; isolation: isolate; display: grid; gap: 6px; }
.scene-button { display: grid; grid-template-columns: 1fr 20px; text-align: left; align-items: center; gap: 5px 10px; position: relative; border: 1px solid transparent; background: transparent; padding: 15px 13px; border-radius: 9px; }
.scene-time { grid-column: 1/-1; font-size: 12px; color: #b4b7c7; font-variant-numeric: tabular-nums; margin-bottom: 4px; }
.scene-button strong { font-size: 14px; font-weight: 550; line-height: 1.45; color: #e1e1e8; }
.scene-button small { display: block; font-size: 12px; line-height: 1.5; color: #b6b6c4; margin-top: 4px; }
.scene-button[aria-selected=true] { background: #d3d8f019; border-color: #ffffff17; }
.scene-button[aria-selected=true] strong { color: white; }
.scene-arrow { font-size: 19px; color: #e5be9e; opacity: 0; transform: translate(-3px,3px); transition: transform 180ms var(--ease),opacity 150ms; }
.scene-button[aria-selected=true] .scene-arrow { opacity: 1; transform: none; }
.workspace-sidebar-note { margin-top: auto; padding: 45px 13px 8px; font-size: 13px; line-height: 1.6; color: #b5b3bf; }
.day-screen { padding: 38px 40px; min-height: 505px; }
.screen-kicker { font-size: 12px; letter-spacing: .08em; color: #b6b4c3; }
.day-screen h3 { font-size: 41px; line-height: 1.2; font-weight: 450; letter-spacing: -.045em; margin: 19px 0 10px; }
.screen-lead { font-size: 15px; color: #bebdca; line-height: 1.6; }
.screen-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 29px 0; }
.screen-stats>div { display: grid; gap: 8px; background: #ffffff06; border: 1px solid #ffffff0c; padding: 17px 14px; border-radius: 10px; }
.screen-stats strong { font-size: 29px; font-weight: 450; line-height: 1; }
.screen-stats span { font-size: 12px; color: #bdbbc9; }
.screen-callout { display: flex; gap: 13px; margin: 25px 0 20px; }
.callout-symbol { color: #e4b68f; font-size: 22px; }
.screen-callout p { font-size: 14px; line-height: 1.7; color: #d3d0db; }
.day-screen .button { min-height: 43px; padding: 11px 17px; font-size: 13px; }
.screen-agenda { border-top: 1px solid #fff1; margin-top: 28px; padding-top: 17px; }
.screen-agenda>span { font-size: 12px; color: #a5a4b5; letter-spacing: .08em; }
.screen-agenda>div { display: flex; align-items: baseline; gap: 16px; font-size: 13px; line-height: 1.6; margin-top: 9px; }
.screen-agenda time { color: #c9bac0; }
.screen-agenda strong { font-weight: 500; }
.stage-bottom { display: flex; align-items: center; gap: 10px; padding: 14px 19px; border-top: 1px solid #fff1; background: #24242e5c; color: #bfbbca; font-size: 12px; }
.stage-local-note { margin-left: auto; }
.eve-glyph.small { width: 22px; height: 22px; font-size: 21px; border-radius: 6px; }
.scenario-note { text-align: center; font-size: 13px; line-height: 1.7; color: #aaaaba; max-width: 660px; margin: 26px auto 0; }
.screen-document { background: linear-gradient(120deg,#f5f3ec,#e3e0d5); color: #35383b; border-radius: 7px; padding: 23px; margin: 25px 0 18px; box-shadow: 0 7px 20px #0002; }
.screen-document>span { font-size: 12px; letter-spacing: .06em; color: #646773; }
.screen-document h4 { font-size: 20px; font-weight: 500; letter-spacing: -.035em; margin: 14px 0; }
.screen-document p { font-size: 14px; line-height: 1.7; color: #585d66; }
.document-line { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #282e361a; padding-top: 13px; margin-top: 18px; font-size: 12px; color: #646870; }
.evening-list { list-style: none; padding: 0; margin: 29px 0; display: grid; gap: 18px; }
.evening-list li { display: flex; gap: 12px; font-size: 14px; line-height: 1.6; }
.evening-list li>span { color: #c2d5b9; }
.evening-future { font-size: 14px; line-height: 1.7; border-left: 2px solid #d3b09488; padding-left: 17px; color: #c8c4d0; margin: 25px 0; }

.conversation-section { padding-top: 50px; padding-bottom: 100px; }
.conversation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11%; align-items: center; }
.conversation-grid>div>p { font-size: 17px; color: #b5b6c2; line-height: 1.8; margin-top: 25px; max-width: 410px; }
.conversation-examples>p { padding: 17px 20px; border: 1px solid #ffffff16; background: linear-gradient(120deg,#39394580,#24283180); border-radius: 15px 15px 4px 15px; font-size: 17px!important; line-height: 1.6!important; color: #dedce5!important; max-width: none!important; margin: 15px 0!important; box-shadow: 0 5px 15px #0001; }
.conversation-examples>p:nth-child(2) { transform: translateX(-18px); }
.conversation-examples>p:nth-child(3) { transform: translateX(10px); }
.conversation-examples>span { display: block; margin-top: 24px; font-size: 12px; letter-spacing: .12em; color: #bcb5c4; text-align: right; }
.control-section { padding-top: 55px; padding-bottom: 100px; }
.control-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10%; align-items: start; }
.control-details { display: grid; gap: 32px; }
.control-details>div { border-top: 1px solid var(--line); padding-top: 20px; }
.control-details>div>span { font-size: 12px; color: #bcb2c0; letter-spacing: .08em; }
.control-details h3 { font-size: 23px; font-weight: 500; letter-spacing: -.025em; margin: 15px 0 11px; }
.control-details p { color: #b8b8c5; font-size: 16px; line-height: 1.75; }
.closing-scene { position: relative; min-height: 650px; overflow: hidden; background: #212431; }
.closing-image { background: url('/assets/evening.webp') center/cover; }
.closing-shade { background: linear-gradient(180deg,#191a20b3,transparent 35%,#12151d66),linear-gradient(90deg,#0a0c15a6,#15172405); }
.closing-content { position: relative; z-index: 1; padding: 90px 9%; min-height: 650px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.closing-content h2 { font-size: clamp(44px,5.6vw,79px); font-weight: 450; line-height: 1.1; letter-spacing: -.05em; margin: 28px 0 22px; }
.closing-content h2 em { font-style: normal; color: #ffe0c4; }
.closing-content>p:not(.eyebrow) { font-size: 17px; color: #e4e0de; line-height: 1.7; }
.closing-content .button { margin-top: 28px; }
.closing-time { position: absolute; bottom: 28px; right: 4%; color: #d9c9c5; font-size: 12px; letter-spacing: .08em; }
.start-section { padding-top: 105px; padding-bottom: 80px; }
.start-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 12%; align-items: start; }
.start-grid .eyebrow { color: #b7b0be; }
.start-grid .display-heading { margin: 23px 0; }
.start-grid>div:first-child>p:last-child { max-width: 420px; color: #b8b8c3; line-height: 1.8; font-size: 17px; }
.offer { background: linear-gradient(140deg,#303039,#24252d); border: 1px solid #ffffff20; padding: 28px; border-radius: 17px; box-shadow: 0 18px 35px #0002,0 1px 0 #fff1 inset; }
.offer>p:first-child { font-size: 12px; letter-spacing: .1em; color: #c5bbc7; }
.offer-price { font-size: 77px; line-height: 1.15; font-weight: 450; letter-spacing: -.055em; margin: 13px 0 5px; }
.offer-price>span { font-size: 34px; padding-left: 5px; }
.offer-unit { font-size: 13px; color: #c0bdc9; line-height: 1.6; }
.offer .button { width: 100%; margin-top: 25px; }
.offer-terms { font-size: 12px; line-height: 1.8; color: #b8b5c4; margin-top: 18px; }
.offer-destination { display: block; font-size: 12px; color: #b8b5c4; line-height: 1.5; margin-top: 12px; }
.faq { max-width: 850px; margin: 70px auto 0; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 8px; font-size: 16px; line-height: 1.5; cursor: pointer; border-radius: 6px; transition: background 150ms; }
.faq summary:hover { background: #ffffff06; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary>span { font-size: 23px; color: #c2b7c5; transition: transform 150ms; }
.faq details[open] summary>span { transform: rotate(45deg); }
.faq details>p { padding: 0 40px 24px 8px; color: #bfc0cb; font-size: 15px; line-height: 1.8; }
.site-footer { padding-top: 30px; padding-bottom: 27px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 48px; }
.footer-wordmark { font-size: 92px; letter-spacing: -.075em; }
.footer-top>p { font-size: 15px; line-height: 1.7; color: #bbb8c5; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 22px; border-top: 1px solid var(--line); padding-top: 24px; font-size: 12px; color: #afadbd; }
.footer-bottom>div { display: flex; gap: 23px; }
.footer-bottom a:hover { color: white; }
.back-top { display: flex; gap: 12px; }
.legal-page { max-width: 790px; margin: auto; padding: 55px 26px 70px; }
.legal-page>.eyebrow { margin-top: 60px; color: var(--muted); }
.legal-page h1 { font-size: 49px; font-weight: 500; letter-spacing: -.04em; margin: 15px 0 32px; }
.legal-page h2 { font-size: 22px; font-weight: 500; margin: 35px 0 13px; }
.legal-page p { font-size: 16px; line-height: 1.8; color: #c6c4ce; margin: 16px 0; }
.legal-page p a { text-decoration: underline; text-underline-offset: 4px; }
.legal-footer { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); margin-top: 55px; padding-top: 25px; font-size: 14px; }

/* Native dialog: accessible focus containment and Escape, no second state machine. */
 dialog { width: min(620px,calc(100% - 32px)); max-height: 90svh; overflow: auto; background: #f4f2ed; border: 1px solid #fff9; border-radius: 18px; color: #2a2e35; padding: 30px; box-shadow: 0 30px 100px #0007; }
 dialog::backdrop { background: #080c19aa; backdrop-filter: blur(8px); }
 dialog :focus-visible { outline-color: #2c303f; }
 dialog[open] { animation: dialog-in 200ms var(--ease); }
.dialog-header { display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 12px; color: #686978; }
.icon-button { display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #dedee3; color: #363641; font-size: 26px; }
.draft-recipient { font-size: 13px; color: #6d6c78; margin: 25px 0 15px; }
 dialog h2 { font-size: 33px; font-weight: 500; letter-spacing: -.04em; }
.draft-copy { margin: 22px 0; font-size: 15px; line-height: 1.8; }
.draft-copy p { margin: 14px 0; }
.draft-actions { padding-top: 24px; border-top: 1px solid #36364424; }
.draft-actions .button { background: #2c303f; color: white; font-size: 13px; }
.draft-actions>p { margin-top: 16px; font-size: 12px; line-height: 1.7; color: #616472; }
.hover-surface { position: absolute; left: 0; top: 0; z-index: -1; opacity: 0; pointer-events: none; border-radius: 7px; background: #d8ddeb12; transition: transform 200ms cubic-bezier(.22,.61,.36,1),width 200ms cubic-bezier(.22,.61,.36,1),height 200ms cubic-bezier(.22,.61,.36,1),opacity 140ms linear; }
.hover-surface.is-active { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 650ms var(--ease),transform 650ms var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
html:not(.js) .briefing-tabs,html:not(.js) .day-select,html:not(.js) [data-next-scene],html:not(.js) [data-open-draft] { display: none; }
@keyframes scene-arrive { from { transform: scale(1.025); } to { transform: scale(1); } }
@keyframes panel-arrive { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(8px) scale(.985); } to { opacity: 1; transform: none; } }
@media (max-width: 1000px) {
  .site-header { width: calc(100% - 32px); }
  .hero { min-height: 850px; }
  .hero-content { padding-top: 0; }
  .hero h1 { font-size: 59px; }
  .section-shell { padding-left: 7%; padding-right: 7%; }
  .day-section { padding-left: 3%; padding-right: 3%; }
  .day-world { padding: 45px 4%; }
  .workspace-body { grid-template-columns: 32% 1fr; }
  .day-screen { padding: 32px 27px; }
  .scene-button { padding: 13px 10px; }
  .scene-button strong { font-size: 13px; }
  .scene-button small { font-size: 12px; }
  .conversation-grid,.control-grid,.start-grid { gap: 7%; }
}
@media (max-width: 760px) {
  .site-header { top: 8px; border-radius: 12px; padding: 11px 12px 11px 16px; gap: 16px; }
  .site-header nav { gap: 0; }
  .nav-story,.nav-about { display: none; }
  .nav-cta { font-size: 12px; padding: 9px 12px; gap: 13px; }
  .wordmark { font-size: 24px; }
  .hero { min-height: 850px; }
  .hero-content { padding: 0 16px 85px; }
  .hero-image { background-position: 52% center; }
  .hero-shade { background: linear-gradient(180deg,#0c15213b,#101d3218 36%,#11182470 70%,#191a20ef); }
  .hero-copy { margin-top: 32px; }
  .hero h1 { font-size: clamp(40px,7.8vw,56px); letter-spacing: -.052em; }
  .hero-intro { font-size: 16px; max-width: 430px; }
  .hero-eyebrow { font-size: 12px; letter-spacing: .1em; }
  .hero-bottom { font-size: 12px; }
  .hero-bottom>a { font-size: 12px; letter-spacing: 0; }
  .scene-caption { font-size: 12px; gap: 10px; }
  .scene-caption>span:last-child { font-size: 12px; letter-spacing: 0; }
  .briefing-heading { padding-left: 20px; padding-right: 20px; }
  .briefing-heading>p { font-size: 12px; max-width: 150px; text-align: right; }
  .briefing-heading h2 { font-size: 24px; }
  .briefing-body { padding-left: 20px; padding-right: 20px; }
  .brief-item strong { font-size: 13px; }
  .brief-item p { font-size: 12px; }
  .item-time { display: none; }
  .focus-note div { flex-wrap: wrap; gap: 4px 12px; }
  .focus-note div>span { font-size: 12px; }
  .briefing-bottom { font-size: 12px; padding: 13px 16px; }
  .introduction { padding-top: 75px; padding-bottom: 38px; }
  .display-heading { font-size: clamp(35px,6.5vw,48px); }
  .intro-side p,.day-intro { font-size: 16px; }
  .capability-line { gap: 8px 15px; margin-top: 28px; }
  .day-section { padding-top: 48px; padding-bottom: 65px; }
  .day-story { margin-bottom: 32px; padding: 0 20px; }
  .day-world { padding: 29px 4%; border-radius: 15px; }
  .workspace-body { display: flex; flex-direction: column; min-height: 0; }
  .workspace-sidebar { padding: 14px 14px 10px; border: 0; border-bottom: 1px solid #fff1; }
  .workspace-profile,.workspace-sidebar-note { display: none; }
  .day-select { display: flex; gap: 5px; }
  .scene-button { flex: 1; min-width: 0; display: block; padding: 10px 8px; }
  .scene-time { display: block; font-size: 12px; }
  .scene-button strong { font-size: 12px; line-height: 1.4; display: block; }
  .scene-button small,.scene-arrow { display: none; }
  .stage-top { font-size: 12px; padding: 12px 14px; }
  .stage-tag { font-size: 12px; }
  .stage-top>span:nth-child(2) { display: none; }
  .day-screen { padding: 29px 24px; min-height: 515px; }
  .day-screen h3 { font-size: 36px; }
  .screen-stats { gap: 8px; }
  .screen-stats>div { padding: 16px 10px; }
  .stage-bottom { font-size: 12px; padding: 13px 16px; }
  .stage-local-note { display: none; }
  .scenario-note { font-size: 12px; padding: 0 20px; }
  .conversation-section,.control-section { padding-top: 35px; padding-bottom: 65px; }
  .conversation-grid,.control-grid,.start-grid { grid-template-columns: 1fr; gap: 34px; }
  .conversation-grid>div>p { max-width: none; font-size: 16px; }
  .conversation-examples { padding: 0 10px; }
  .conversation-examples>p { font-size: 16px!important; }
  .conversation-examples>p:nth-child(2) { transform: translateX(-10px); }
  .conversation-examples>p:nth-child(3) { transform: translateX(6px); }
  .control-details { gap: 27px; }
  .control-details h3 { font-size: 22px; }
  .closing-scene,.closing-content { min-height: 570px; }
  .closing-content { padding: 70px 7%; }
  .closing-content h2 { font-size: 49px; }
  .closing-image { background-position: 60% center; }
  .start-section { padding-top: 70px; padding-bottom: 60px; }
  .start-grid>div:first-child>p:last-child { max-width: none; font-size: 16px; }
  .offer { padding: 27px; }
  .faq { margin-top: 45px; }
  .faq summary { font-size: 15px; }
  .footer-top { display: block; padding-bottom: 37px; }
  .footer-wordmark { font-size: 80px; }
  .footer-top>p { font-size: 14px; margin-top: 25px; }
  .footer-bottom { flex-wrap: wrap; gap: 22px; }
  .footer-bottom>div { gap: 18px; }
}
@media (max-width: 390px) {
  .hero-content { padding-left: 16px; padding-right: 16px; }
  .hero { min-height: 850px; }
  .briefing-heading { gap: 10px; }
  .briefing-heading>p { max-width: 125px; }
  .focus-note strong { font-size: 12px; }
  .brief-item { gap: 8px; }
  .briefing-body { padding-left: 15px; padding-right: 15px; }
  .scene-caption>span:last-child { font-size: 12px; }
  .day-screen { padding: 27px 18px; }
  .screen-stats span { font-size: 12px; }
  .screen-agenda>div { flex-wrap: wrap; gap: 5px 15px; }
  .hero-bottom>span { display: none; }
  .hero-bottom { justify-content: center; }
}

/* The hero is an illustrated Mac desktop. Its menu bar never becomes the site nav. */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.mac-menubar { position: absolute; top: 0; left: 0; right: 0; height: 32px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; background: #02040985; color: #f4f3f7; z-index: 3; font-size: 12px; }
.mac-menu-left,.mac-menu-right { display: flex; align-items: center; gap: 20px; }
.mac-menu-left strong { font-weight: 600; }
.mac-menu-right { gap: 15px; }
.mac-menu-right img { width: 16px; height: 16px; filter: invert(1); }
.mac-menu-right img:first-child { width: 23px; height: 18px; }
.mac-menu-right>span { white-space: nowrap; }
.mac-command { width: 15px; height: 16px; filter: invert(1); }
.notch-handle { position: absolute; top: 100%; left: 50%; z-index: 5; display: grid; place-items: center; transform: translateX(-50%); width: 64px; height: 16px; margin: -1px 0 0; padding: 0; border: 0; border-radius: 0 0 13px 13px; background: var(--notch-bottom); box-shadow: 0 1px 0 #ffffff24,0 9px 13px #07111d30; color: #e4e5ef; cursor: pointer; }
.notch-handle:before,.notch-handle:after { content: ''; position: absolute; top: 0; width: 9px; height: 9px; background: transparent; pointer-events: none; }
.notch-handle:before { left: -9px; border-radius: 0 9px 0 0; box-shadow: 3px -3px 0 3px var(--notch-bottom); }
.notch-handle:after { right: -9px; border-radius: 9px 0 0 0; box-shadow: -3px -3px 0 3px var(--notch-bottom); }
.notch-handle:hover img { opacity: 1; }
.notch-handle:focus-visible { outline: 1px solid #f3d5b4; outline-offset: 3px; }
.notch-peek { display: flex; align-items: center; justify-content: center; gap: 8px; position: absolute; top: 12px; left: 0; right: 0; font-size: 12px; line-height: 14px; color: #e8d0b9; opacity: 0; pointer-events: none; transition: opacity 160ms; }
.notch-peek>span { width: 4px; height: 4px; border-radius: 50%; background: #efbe92; box-shadow: 0 0 9px #ffc78e75; }
.notch-shell.is-collapsed .notch-peek { opacity: 1; transition-delay: 140ms; }
.notch-shell.is-collapsed .notch-peek>span { animation: peek-invite 1800ms ease-in-out 3; }
.notch-shell.is-collapsed { cursor: pointer; }
.notch-shell.is-collapsed:hover,.notch-shell.is-collapsed:focus-within { box-shadow: 0 0 24px #edb8871c; }
@keyframes peek-invite { 0%,100% { opacity: .55; box-shadow: 0 0 7px #ffc78e40; } 50% { opacity: 1; box-shadow: 0 0 15px #ffc78eb0; } }
.notch-shell:before,.notch-shell:after { content: ''; position: absolute; top: 0; width: 10px; height: 10px; background: transparent; pointer-events: none; }
.notch-shell:before { left: -10px; border-radius: 0 10px 0 0; box-shadow: 4px -4px 0 4px #030408; }
.notch-shell:after { right: -10px; border-radius: 10px 0 0 0; box-shadow: -4px -4px 0 4px #030408; }
.notch-camera { position: absolute; z-index: 6; top: 5px; left: 50%; transform: translateX(-50%); pointer-events: none; width: 5px; height: 5px; border-radius: 50%; background: #23334f; box-shadow: 0 0 0 2px #101622; }
.notch-handle img { width: 11px; height: 11px; filter: invert(1); opacity: .75; transform: rotate(180deg); transition: transform 300ms var(--ease); }
.notch-handle[aria-expanded=false] img { transform: rotate(0); }
.notch-shell { --notch-bottom: #34475f; --notch-middle: #182b47ed; display: grid; grid-template-columns: minmax(0,1fr); grid-template-rows: minmax(0,1fr); min-height: 33px; position: relative; width: 100%; margin: 0 auto; border-radius: 0 0 25px 25px; background: linear-gradient(180deg,#030408 0%,#090d18 14%,var(--notch-middle) 62%,var(--notch-bottom) 100%); box-shadow: 0 18px 45px #070b1d66,1px 0 0 #ffffff21 inset,-1px 0 0 #ffffff21 inset,0 -1px 0 #ffffff35 inset; backdrop-filter: blur(26px) saturate(1.2); transition: width 360ms cubic-bezier(.32,.72,.28,1),grid-template-rows 360ms cubic-bezier(.32,.72,.28,1),border-radius 360ms var(--ease),box-shadow 200ms,--notch-bottom 360ms var(--hover-ease),--notch-middle 360ms var(--hover-ease); }
.notch-shell.is-collapsed { --notch-bottom: #030408; --notch-middle: #030408; width: 188px; grid-template-rows: minmax(0,0fr); border-radius: 0 0 11px 11px; box-shadow: none; }
#notch-panel { width: 550px; max-width: calc(100vw - 32px); min-height: 0; margin: 0; justify-self: center; position: relative; border: 0; border-radius: 0 0 25px 25px; background: transparent; box-shadow: none; backdrop-filter: none; overflow: hidden; opacity: 1; transition: opacity 170ms var(--ease) 80ms; }
.notch-shell.is-collapsed #notch-panel { opacity: 0; transition-delay: 0ms; }
.notch-shell.is-collapsed + .demo-caption { opacity: 0; }
.notch-shell .briefing-top { padding-top: 11px; }
.notch-shell .hero-composer { background: #d0d7e321; }
.notch-shell:has(:focus-visible) { outline: none; }
.hero-composer { display: flex; align-items: center; gap: 8px; margin: 0 11px 11px; padding: 5px 6px 5px 13px; min-height: 48px; background: #ffffff17; border: 1px solid #ffffff20; border-radius: 14px; box-shadow: 0 1px 0 #ffffff0d inset,0 2px 5px #05071122; }
.composer-spark { color: #b5bed1; font-size: 20px; line-height: 1; }
.hero-composer input { min-width: 0; flex: 1; border: 0; background: none; color: #f0f0f7; font-size: 13px; padding: 7px 0; outline: none; }
.hero-composer:focus-within { border-color: #e3c2a07a; }
.hero-composer input::placeholder { color: #b7bdcf; opacity: 1; }
.hero-composer button { display: grid; place-items: center; flex-shrink: 0; width: 34px; height: 34px; padding: 8px; border: 0; border-radius: 10px; background: #ffffff09; transition: background 150ms,transform 150ms var(--hover-ease); }
.hero-composer button img { width: 17px; height: 17px; filter: invert(1); opacity: .88; }
.hero-composer button:hover { background: #ffffff18; }
.hero-composer button:active { transform: scale(.96); }
.hero-composer button:disabled { opacity: .3; }
.composer-divider { height: 20px; width: 1px; background: #ffffff1f; }
.composer-call[aria-pressed=true] { background: #dab28e22; }
.call-panel { padding: 18px 23px 21px; height: 321px; min-height: 321px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #a4b1c145 transparent; }
.call-heading { display: flex; align-items: center; gap: 12px; }
.call-heading h2 { font-size: 21px; font-weight: 500; letter-spacing: -.03em; }
.call-heading p { font-size: 12px; color: #bbc3d2; margin-top: 5px; }
.call-end { margin-left: auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #8a424847; border: 1px solid #d4808526; }
.call-end img { width: 17px; height: 17px; filter: invert(1); }
.call-visual { height: 62px; display: flex; align-items: center; justify-content: center; gap: 6px; margin: 14px 0 9px; }
.call-visual span { width: 4px; height: 12px; border-radius: 4px; background: #e7c5a4; animation: voice-breathe 1.3s ease-in-out infinite alternate; }
.call-visual span:nth-child(3n) { height: 32px; animation-delay: -.35s; }
.call-visual span:nth-child(4n) { height: 45px; animation-delay: -.7s; }
.call-visual span:nth-child(5n) { height: 24px; animation-delay: -.9s; }
.call-transcript>span { color: #b1bcce; letter-spacing: .08em; font-size: 12px; }
.call-transcript p { font-size: 14px; line-height: 1.65; margin-top: 8px; color: #eaebf4; }
.call-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.call-suggestions button { border: 1px solid #ffffff24; border-radius: 8px; padding: 7px 10px; font-size: 12px; background: #fff1; }
.call-suggestions button:hover { background: #fff2; }
.activity-request { font-size: 13px; color: #e5e7f0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 9px 0 13px; }
.activity-heading { display: flex; align-items: center; gap: 9px; color: #d4dae8; font-size: 12px; }
.activity-light { width: 6px; height: 6px; background: #e3bd98; border-radius: 50%; }
.is-working .activity-light { animation: activity-pulse 800ms ease-in-out infinite alternate; }
.activity-steps { list-style: none; padding: 0; display: grid; gap: 9px; margin: 14px 0; }
.activity-steps li { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #b5bfd1; }
.activity-steps li.is-done { color: #e1e6ef; }
.activity-steps li img { width: 13px; height: 13px; filter: invert(1); opacity: .35; }
.activity-steps li.is-done img { opacity: .9; }
.demo-result { background: #ffffff0b; border: 1px solid #ffffff1b; border-radius: 10px; padding: 13px 15px; margin: 10px 0 4px; animation: dialog-in 230ms var(--ease); }
.demo-result>span { font-size: 12px; color: #e2c6ad; }
.demo-result h3 { font-size: 16px; font-weight: 550; margin: 8px 0; letter-spacing: -.02em; }
.demo-result p { font-size: 13px; line-height: 1.65; color: #d3d9e5; overflow-wrap: anywhere; }
.demo-result .text-button { margin-top: 6px; }
.demo-result .result-meta { font-size: 12px; margin-top: 8px; color: #bcc5d7; }
html:not(.js) .hero-composer,html:not(.js) .notch-handle { display: none; }
@keyframes notch-reveal { from { opacity: .4; transform: translateY(-9px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes voice-breathe { from { transform: scaleY(.6); opacity: .6; } to { transform: scaleY(1); opacity: 1; } }
@keyframes activity-pulse { from { opacity: .35; } to { opacity: 1; } }
@media (max-width: 1000px) {
  .mac-menu-extra { display: none; }
  .mac-menu-left,.mac-menu-right { gap: 12px; }
}
@media (max-width: 760px) {
  .mac-menubar { padding: 0 12px; font-size: 12px; }
  .mac-menu-right img { display: none; }
  .notch-shell.is-collapsed { width: 150px; }
  .morning-composition { min-height: 430px; }
  .hero-composer input { font-size: 16px; }
  .hero-composer { gap: 6px; padding-left: 9px; }
  .hero-composer button { width: 34px; height: 36px; }
  .composer-spark { display: none; }
  .call-panel { padding: 15px 19px 19px; }
  .call-suggestions button { min-height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *,*::before,*::after { animation: none!important; transition: none!important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero-image,.button:hover,.button:active,.nav-cta:hover { transform: none; }
}

/* The Command mark is the single brand asset, including the compact app surfaces. */
.eve-glyph { padding: 6px; }
.eve-glyph img { width: 100%; height: 100%; }
.eve-glyph.small { padding: 4px; }
.wordmark-logo { width: 22px; height: 22px; margin-right: 10px; align-self: center; filter: invert(1); }
.footer-wordmark .wordmark-logo { width: 47px; height: 47px; margin-right: 20px; }
.hero h1 { margin-top: 0; margin-bottom: 14px; }
.hero-wordmark { justify-content: center; }
.hero-intro { font-size: 18px; }

html:not(.js) .notch-shell { display: block; }



@media (min-width: 1001px) and (max-width: 1150px) { .mac-menu-left .mac-menu-extra:last-child { display: none; } }

.morning-composition { padding-bottom: 26px; }
@media (max-width: 760px) { .hero:has(.notch-shell:not(.is-collapsed)) .mac-menubar { visibility: hidden; } }

.notch-hitarea { position: absolute; left: -16px; right: -16px; top: -4px; bottom: -24px; cursor: pointer; }

/* Quiet hero typography and one lightweight invitation into the story. */
.hero-explore { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; margin-top: 20px; padding: 8px 3px; color: #f5f1eb; font-size: 14px; font-weight: 500; }
.hero-explore img { width: 15px; height: 15px; filter: invert(1); opacity: .85; transform: rotate(180deg); transition: transform 180ms var(--hover-ease); }
.hero-explore:active { opacity: .7; }
@media (hover: hover) and (pointer: fine) {
  .hero-explore:hover img { transform: translateY(3px) rotate(180deg); }
  .hero-explore:hover { text-decoration: underline; text-decoration-color: #ffffff66; text-underline-offset: 6px; }
}
#briefing-main { height: 321px; display: grid; grid-template-rows: auto auto minmax(0,1fr); }
@property --notch-bottom { syntax: '<color>'; inherits: true; initial-value: #34475f; }
@property --notch-middle { syntax: '<color>'; inherits: true; initial-value: #182b47ed; }

@media (prefers-reduced-motion: reduce) { .hero-explore:hover img { transform: rotate(180deg); } }

/* The still is always underneath; reveal video only after its first playing frame. */
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; pointer-events: none; transition: opacity 800ms ease; }
.hero-image.is-playing .hero-video { opacity: 1; }
.hero-motion-toggle { position: absolute; z-index: 5; right: 24px; bottom: 22px; display: grid; place-items: center; width: 44px; height: 44px; padding: 13px; border: 1px solid #ffffff20; border-radius: 50%; color: #e8e5e0; background: #0d142333; backdrop-filter: blur(8px); transition: background 150ms,transform 150ms; }
.hero-motion-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hero-motion-toggle .motion-play,.hero-motion-toggle[aria-pressed=true] .motion-pause { display: none; }
.hero-motion-toggle[aria-pressed=true] .motion-play { display: block; }
.hero-motion-toggle:active { transform: scale(.96); }
@media (hover: hover) and (pointer: fine) { .hero-motion-toggle:hover { background: #ffffff18; } }
@media (max-width: 760px) { .hero-video { object-position: 52% center; } .hero-motion-toggle { right: 16px; bottom: 16px; } }
@media (prefers-reduced-motion: reduce) { .hero-video,.hero-motion-toggle { display: none!important; } }
