/* landing-d4-connected-dossiers-base.css — frozen layout, with native Fluent button styling. */
:root { --paper: #f4f1e8; --sheet: #faf8f1; --ink: #1a1712; --muted: #514b40; --faint: #746c5e; --line: #cfc7b2; --seal: #7b1e3b; --serif: "Cormorant Garamond",Georgia,serif; --sans: "IBM Plex Sans",Arial,sans-serif; --mono: "IBM Plex Mono",monospace; --display: "Cinzel",Georgia,serif; --gutter: clamp(24px,5vw,88px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0px; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.modal-open { overflow: hidden; }
::selection { background: var(--seal); color: var(--sheet); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
button:disabled { cursor: default; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--seal); outline-offset: 6px; }
h1, h2, h3, p { margin: 0px; }
h1, h2, h3 { font-weight: 400; }
button { border-radius: 2px; }
svg { width: 20px; height: 20px; fill: none; stroke: currentcolor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
[hidden] { display: none !important; }
.skip { position: fixed; left: 20px; top: -100px; z-index: 100; background: var(--sheet); padding: 12px; }
.skip:focus { top: 12px; }
.wordmark { font: 500 22px var(--mono); letter-spacing: -1px; white-space: nowrap; color: var(--muted); }
.wordmark .person { color: var(--seal); }
.eyebrow { font: 400 10px/1.6 var(--mono); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.arrow { display: inline-block; transition: transform 0.25s; }
.icon-button { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: transparent; }
.rule { width: 52px; height: 2px; background: var(--seal); }
.section { padding: 110px var(--gutter); position: relative; }
.section-heading { font-family: var(--serif); font-size: clamp(40px, 4.7vw, 74px); line-height: 1.04; letter-spacing: -0.035em; }
.section-heading em { font-weight: 400; }
.body-copy { color: var(--muted); font-size: 15px; line-height: 1.8; }
.page-progress { position: fixed; top: 0px; left: 0px; width: 100%; height: 2px; z-index: 52; transform-origin: left center; background: var(--seal); transform: scaleX(0); }
.masthead { height: 80px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0px; z-index: 40; border-bottom: 1px solid transparent; background: rgba(244, 241, 232, 0.96); transition: border-color 0.3s; }
.nav-links { display: flex; gap: 34px; align-items: center; font-size: 12px; }
.nav-links > a { position: relative; }
.nav-links > a::after { content: ""; height: 1px; background: var(--ink); position: absolute; bottom: -6px; left: 0px; right: 0px; transform: scaleX(0); transform-origin: left center; transition: transform 0.2s; }
.nav-links > a:hover::after { transform: scaleX(1); }
.hero { min-height: calc(-80px + 100svh); height: clamp(660px, -80px + 100svh, 1000px); position: relative; isolation: isolate; display: flex; align-items: center; padding: 55px var(--gutter) 100px; overflow: hidden; }
.hero-copy { position: relative; z-index: 3; width: 52%; padding-bottom: 15px; }
.hero-copy > .eyebrow { margin-bottom: 36px; }
.hero h1 { font-family: var(--display); font-size: clamp(44px, 5.45vw, 88px); line-height: 1.12; letter-spacing: 0.06em; max-width: 9.2em; }
.hero h1 span { display: block; }
.hero .rule { margin: 28px 0px 21px; }
.hero-lead { font-family: var(--serif); font-size: clamp(25px, 2.3vw, 36px); line-height: 1.27; max-width: 15em; }
.hero-explanation { font-size: 13px; line-height: 1.8; max-width: 28em; color: var(--muted); margin-top: 20px; }
.hero-actions { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.hero-visual { position: absolute; inset: 0px 0px 0px 48%; z-index: 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg,var(--paper),transparent 12%,transparent 94%,var(--paper)),linear-gradient(0deg,var(--paper),transparent 16%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-visual canvas { position: absolute; inset: 0px; width: 100%; height: 100%; }
.portrait-caption { position: absolute; top: 38px; right: var(--gutter); z-index: 2; writing-mode: vertical-rl; font: 10px var(--mono); letter-spacing: 0.16em; color: var(--muted); }
.portrait-note { position: absolute; bottom: 113px; right: var(--gutter); width: 290px; z-index: 4; background: rgba(250, 248, 241, 0.94); border: 1px solid var(--line); padding: 19px 23px; text-align: left; transition: transform 0.3s; }
.portrait-note:hover { transform: translateY(-5px); }
.portrait-note .eyebrow { display: flex; justify-content: space-between; letter-spacing: 0.06em; font-size: 9px; }
.portrait-note p { font: 500 25px/1.2 var(--serif); margin: 13px 0px; }
.portrait-note small { font: 10px var(--mono); color: var(--muted); }
.hero-bottom { position: absolute; bottom: 0px; left: var(--gutter); right: var(--gutter); height: 65px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; z-index: 5; }
.hero-bottom > a { display: flex; gap: 18px; align-items: center; font: 10px var(--mono); letter-spacing: 0.05em; }
.hero-bottom .scroll-mark { width: 18px; height: 26px; border: 1px solid var(--faint); border-radius: 9px; display: grid; place-items: center; }
.scroll-mark::before { content: ""; height: 5px; width: 1px; background: var(--muted); animation: 2s ease 0s infinite normal none running scroll-cue; }
.hero-bottom > span { font: 10px var(--mono); color: var(--muted); }
.preview-label { font: 9px/1.6 var(--mono); color: var(--faint); letter-spacing: 0.07em; text-transform: uppercase; display: flex; gap: 8px; align-items: center; }
.preview-label::before { content: ""; width: 5px; height: 5px; border: 1px solid; }
.closing { border-top: 1px solid var(--line); text-align: center; padding-top: 90px; padding-bottom: 88px; position: relative; }
.closing .eyebrow { margin-bottom: 25px; }
.closing .section-heading { max-width: 790px; margin: auto; font-size: clamp(44px, 5.6vw, 84px); }
.name-invitation { display: inline-flex; align-items: baseline; gap: 0px; max-width: 100%; font: 400 clamp(25px,3.5vw,50px) var(--mono); letter-spacing: -0.06em; margin: 36px 0px 27px; color: var(--muted); }
.name-invitation input { font: inherit; background: none; border-top: 0px; border-right: 0px; border-left: 0px; border-image: none; border-bottom: 1px solid var(--line); color: var(--seal); width: 3.2ch; text-align: center; min-width: 3ch; max-width: 15ch; outline-offset: 8px; border-radius: 0px; padding: 0px 2px; }
.name-invitation input::placeholder { color: var(--seal); opacity: 1; }
.closing .body-copy { font-size: 13px; max-width: 400px; margin: 0px auto 23px; }
.closing-hint { font: 10px var(--mono); color: var(--muted); margin-top: 16px; }
.closing .preview-label { justify-content: center; margin-top: 25px; }
.footer { margin: 0 var(--gutter); padding: 25px 0px 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 10px var(--mono); color: var(--muted); }
.footer .wordmark { font-size: 15px; letter-spacing: -0.5px; }
.footer-right { display: flex; align-items: center; gap: 25px; }
.footer a { text-decoration: underline; text-underline-offset: 4px; }
dialog { width: min(880px, 100% - 32px); max-height: calc(-48px + 100svh); border: 1px solid var(--line); padding: 0px; background: var(--paper); color: var(--ink); overflow: auto; }
dialog::backdrop { background: rgba(26, 23, 18, 0.48); backdrop-filter: blur(4px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 26px; border-bottom: 1px solid var(--line); position: sticky; top: 0px; background: var(--paper); z-index: 2; }
.dialog-top .eyebrow { font-size: 10px; }
.dialog-body { padding: 32px 35px; }
.dialog-body h2 { font: 400 40px/1.15 var(--serif); margin-bottom: 14px; }
.dialog-description { font-size: 13px; color: var(--muted); margin-bottom: 25px; max-width: 650px; }
.source-document { border: 1px solid var(--line); background: var(--sheet); padding: 22px; margin-top: 20px; }
.source-document .eyebrow { font-size: 9px; }
.source-document h3 { font-size: 16px; font-weight: 500; margin: 12px 0px; }
.source-document p { font-size: 13px; line-height: 1.85; color: var(--muted); }
.source-document p + p { margin-top: 12px; }
.source-document mark { background: transparent; color: var(--ink); text-decoration-line: underline; text-decoration-style: initial; text-decoration-color: var(--seal); text-underline-offset: 4px; text-decoration-thickness: 2px; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.dialog-label { display: block; font: 10px var(--mono); color: var(--muted); margin-bottom: 8px; }
.dialog-note { font-size: 11px; color: var(--muted); margin-top: 18px; }
.toast { position: fixed; bottom: 26px; left: 50%; transform: translate(-50%, 20px); max-width: calc(100% - 32px); background: var(--ink); color: var(--paper); padding: 13px 21px; font-size: 12px; z-index: 100; opacity: 0; pointer-events: none; transition: transform 0.25s, opacity 0.25s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0px); }
@keyframes page-in { 
  0% { opacity: 0.2; transform: translateY(12px); }
  100% { opacity: 1; transform: none; }
}
@keyframes scroll-cue { 
  0%, 100% { transform: translateY(-3px); opacity: 0.4; }
  50% { transform: translateY(3px); opacity: 1; }
}
.motion-off *, .motion-off ::before, .motion-off ::after { animation: auto ease 0s 1 normal none running none !important; transition: none !important; scroll-behavior: auto !important; }
@media (min-width: 1700px) {
  .section { padding-left: max(var(--gutter),calc((100vw - 1510px)/2)); padding-right: max(var(--gutter),calc((100vw - 1510px)/2)); }
  .hero-copy { max-width: 750px; }
  .hero-visual { left: 46%; }
}
@media (max-width: 1100px) {
  .nav-links { gap: 24px; }
  .hero-copy { width: 57%; }
  .hero-visual { left: 48%; }
  .hero h1 { font-size: clamp(43px, 5.9vw, 65px); }
  .portrait-note { width: 235px; right: 25px; padding: 17px; }
  .portrait-note p { font-size: 23px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 83px; }
  .masthead { height: 65px; }
  .masthead .wordmark { font-size: 19px; }
  .nav-links > a { display: none; }
  .section { padding: 70px var(--gutter); }
  .hero { min-height: 830px; height: calc(-65px + 100svh); max-height: 1020px; align-items: flex-start; padding-top: 40px; padding-bottom: 60px; }
  .hero-copy { width: 100%; padding-bottom: 0px; }
  .hero-copy > .eyebrow { font-size: 9px; margin-bottom: 23px; }
  .hero h1 { font-size: clamp(39px, 8.1vw, 61px); line-height: 1.13; max-width: 11em; }
  .hero h1 span { display: inline; }
  .hero h1 span + span::before { content: " "; }
  .hero .rule { margin: 19px 0px 16px; }
  .hero-lead { font-size: 26px; max-width: 14em; }
  .hero-explanation { font-size: 12px; max-width: 24em; margin-top: 15px; }
  .hero-actions { gap: 20px; margin-top: 22px; }
  .hero-visual { inset: 370px -25px 52px 17%; }
  .hero-visual img { object-fit: contain; object-position: center bottom; }
  .hero-visual::after { background: linear-gradient(0deg,var(--paper),transparent 18%),linear-gradient(90deg,var(--paper),transparent 15%); }
  .portrait-caption { display: none; }
  .portrait-note { bottom: 88px; left: var(--gutter); right: auto; width: 206px; padding: 15px 17px; }
  .portrait-note p { font-size: 22px; margin: 9px 0px; }
  .portrait-note .eyebrow { font-size: 8px; }
  .portrait-note small { font-size: 9px; }
  .hero-bottom { height: 52px; }
  .hero-bottom > span { display: none; }
  .hero-bottom > a { font-size: 9px; }
  .section-heading { font-size: 44px; }
  .preview-label { font-size: 8px; }
  .closing .section-heading { font-size: 45px; }
  .name-invitation { font-size: 38px; margin-top: 30px; }
  .footer { align-items: flex-start; flex-direction: column; gap: 16px; }
  .footer-right { justify-content: space-between; width: 100%; gap: 12px; }
  .dialog-top { padding: 13px 18px; }
  .dialog-body { padding: 25px 20px; }
  .dialog-body h2 { font-size: 32px; }
}
@media (max-width: 360px) {
  .hero { min-height: 910px; }
  .hero-visual { top: 415px; }
  .hero h1 { font-size: 37px; }
  .hero-actions { gap: 13px; }
  .section-heading { font-size: 39px; }
  .name-invitation { font-size: 31px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { animation: auto ease 0s 1 normal none running none !important; transition: none !important; }
}
.hero-copy { width: 58%; }
.hero h1.token-h1 { font-family: var(--mono); font-size: clamp(2.28rem, 1.2rem + 3.36vw, 4.2rem); line-height: 1.04; font-weight: 500; letter-spacing: 0px; margin: 0px 0px 0.1em; max-width: 100%; color: var(--muted); }
.hero h1.token-h1 .tok { display: inline-flex; align-items: center; white-space: nowrap; max-width: 100%; }
.hero h1.token-h1 .tok-a, .hero h1.token-h1 .tok-b { display: inline; font-size: 1em; }
.hero h1.token-h1 .tok-i { display: inline; font-weight: 700; font-size: 0.74em; text-transform: uppercase; line-height: 1; transform: translateY(0.06em); color: var(--faint); }
.hero h1.token-h1 .tok-i.set { color: var(--seal); }
.hero h1.token-h1 span + span::before { content: none; }
.hero h1.token-h1 .caret { display: inline-block; height: 0.72em; width: 1px; background: var(--seal); margin-left: 2px; align-self: center; animation: 1s steps(1) 0s infinite normal none running caret-blink; }
.hero .rule { margin: 27px 0px 22px; }
.hero-lead { max-width: 18em; font-weight: 500; }
.hero-explanation { max-width: 29em; margin-top: 25px; font-size: 13px; line-height: 1.8; }
.hero-actions { margin-top: 27px; }
.portrait-note { width: 310px; }
.hero-copy { padding-bottom: 0px; }
.hero { padding-bottom: 85px; }
@keyframes caret-blink { 
  50% { opacity: 0; }
}
.motion-off .caret { display: none !important; }
@media (max-width: 1100px) {
  .hero-copy { width: 58%; }
  .portrait-note { width: 260px; }
}
@media (max-width: 760px) {
  .hero { min-height: 850px; padding-top: 83px; }
  .hero-copy { width: 100%; }
  .hero h1.token-h1 { font-size: clamp(30px, 9.35vw, 52px); line-height: 1.04; max-width: 100%; }
  .hero .rule { margin: 24px 0px 18px; }
  .hero-lead { font-size: 25px; max-width: 14em; }
  .hero-explanation { font-size: 12px; max-width: 26em; margin-top: 19px; }
  .hero-visual { top: 375px; }
  .hero-actions { margin-top: 23px; }
  .portrait-note { width: 228px; bottom: 90px; }
}
@media (max-width: 360px) {
  .hero { min-height: 910px; padding-top: 76px; }
  .hero-visual { top: 430px; }
  .hero h1.token-h1 { font-size: clamp(29px, 9.3vw, 33px); }
  .portrait-note { width: 215px; }
}
.hero-explanation { max-width: 33em; font-size: 14px; line-height: 1.8; }
.hero-explanation strong { display: block; font-weight: 500; color: var(--ink); margin-bottom: 5px; }
.hero-preview { margin-top: 20px; font-size: 8px; }
.hero-visual { left: 50%; }
.portrait-note p { font-size: 25px; }
@media (max-width: 1100px) {
  .hero-explanation { max-width: 30em; font-size: 13px; }
}
@media (max-width: 760px) {
  .hero { min-height: 935px; padding-top: 65px; }
  .hero-explanation { font-size: 13px; max-width: 29em; }
  .hero-preview { font-size: 8px; }
  .hero-visual { top: 470px; left: 17%; }
  .hero-actions { gap: 13px; }
  .portrait-note p { font-size: 22px; }
  .section-heading { overflow-wrap: normal; }
}
@media (max-width: 360px) {
  .hero { min-height: 1025px; padding-top: 64px; }
  .hero-visual { top: 520px; }
  .hero-explanation { font-size: 12px; }
  .hero-actions { gap: 10px 20px; }
}
@media (min-width: 1101px) {
  .portrait-note { left: 50%; right: auto; }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .portrait-note { width: 200px; }
  .portrait-note p { font-size: 22px; }
}
@media (max-width: 760px) {
  .portrait-note { width: 206px; }
  .portrait-note p { font-size: 21px; }
}
.other-worlds { border-top: 1px solid var(--line); display: grid; grid-template-columns: 0.8fr 1.5fr; gap: 65px; padding-block: 75px; }
.other-heading .eyebrow { font-size: 9px; margin-bottom: 22px; }
.other-heading h2 { font: 400 clamp(32px,3.1vw,47px)/1.06 var(--serif); letter-spacing: -0.02em; }
.other-heading h2 em { font-weight: 400; }
.perspective-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.perspective-card { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 100px 24px 24px; background: var(--sheet); border: 1px solid var(--line); text-align: left; }
.perspective-card:hover { border-color: var(--muted); }
.perspective-card .wordmark { font-size: clamp(15px, 1.45vw, 21px); letter-spacing: -0.055em; position: relative; }
.perspective-card .wordmark b { font-weight: 500; color: var(--seal); }
.perspective-card strong { font: 400 23px/1.15 var(--serif); margin-top: 18px; }
.perspective-link { font: 11px/1.5 var(--sans); color: var(--muted); margin-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; }
.mini-weave { position: absolute; top: 0px; left: 0px; width: 100%; height: 90px; stroke: var(--muted); opacity: 0.35; stroke-width: 0.7; fill: none; }
.perspective-card:hover .mini-weave { stroke: var(--seal); opacity: 0.65; }
.closing { padding-top: 75px; padding-bottom: 75px; }
.closing .section-heading { font-size: clamp(43px, 4.8vw, 70px); }
.closing .body-copy { max-width: 440px; }
.closing-hint { font: 11px/1.6 var(--sans); }
.source-meta { font: 10px/1.6 var(--mono); color: var(--muted); margin-bottom: 18px; }
.source-document { margin-top: 0px; }
.source-origin { margin-top: 20px; font: 11px/1.7 var(--sans); color: var(--muted); }
.source-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.source-pills button { font: 11px/1.4 var(--sans); background: var(--sheet); padding: 9px 12px; border: 1px solid var(--line); min-height: 36px; }
.space-summary { font: 23px/1.35 var(--serif); margin: 20px 0px 24px; }
.space-entry { border-top: 1px solid var(--line); padding: 20px 0px; }
.space-entry h3 { font: 500 16px/1.5 var(--sans); margin-bottom: 8px; }
.space-entry p { font: 13px/1.8 var(--sans); color: var(--muted); }
.source-list { list-style: none; padding: 0px; margin: 22px 0px 0px; border-top: 1px solid var(--line); }
.source-list li { border-bottom: 1px solid var(--line); }
.source-list button { background: none; border: 0px; padding: 15px 0px; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 15px; text-align: left; font: 13px/1.6 var(--sans); }
.source-list button small { display: block; font: 10px/1.6 var(--mono); color: var(--muted); }
.source-list button:hover { color: var(--seal); }
.evidence-flow { display: grid; gap: 0px; margin: 24px 0px; }
.evidence-stop { border: 1px solid var(--line); background: var(--sheet); padding: 20px; text-align: left; width: 100%; }
.evidence-stop small { font: 9px var(--mono); color: var(--muted); display: block; margin-bottom: 9px; }
.evidence-stop strong { font: 400 23px/1.2 var(--serif); display: block; }
.evidence-stop p { font: 12px/1.7 var(--sans); margin-top: 8px; color: var(--muted); }
.evidence-thread { height: 24px; width: 1px; background: var(--seal); margin-left: 25px; }
.evidence-result { border-left: 2px solid var(--seal); padding: 7px 0px 7px 20px; margin-top: 24px; font: 15px/1.7 var(--sans); }
.perspective-switch { display: flex; gap: 10px; margin-bottom: 22px; }
.perspective-switch button { border: 1px solid var(--line); background: none; padding: 10px 14px; font-size: 12px; }
.perspective-switch button[aria-pressed="true"] { border-color: var(--seal); color: var(--seal); }
.perspective-inputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 24px 0px; }
.perspective-inputs > div { border-top: 1px solid var(--line); padding-top: 12px; }
.perspective-inputs small { font: 9px var(--mono); color: var(--muted); }
.perspective-inputs p { font: 13px/1.7 var(--sans); margin-top: 9px; }
.perspective-result { padding: 22px; border: 1px solid var(--line); background: var(--sheet); }
.perspective-result .eyebrow { font-size: 9px; }
.perspective-result h3 { font: 400 30px/1.1 var(--serif); margin: 12px 0px; }
.perspective-result p { font: 13px/1.8 var(--sans); color: var(--muted); }
.perspective-result button { font-size: 12px; }
.dialog-back { font-size: 11px; margin-bottom: 18px; }
.dialog-body h2 { outline-offset: 7px; }
.dialog-body { overflow-wrap: anywhere; }
.az-ui fluent-button[hidden], .az-ui fluent-dialog-body[hidden] { display: none !important; }
.az-ui fluent-button[disabled] { cursor: default; }
.az-ui fluent-button:focus-visible, .az-ui fluent-compound-button:focus-visible, .az-ui fluent-tab:focus-visible, .az-ui fluent-link:focus-visible, .az-ui fluent-anchor-button:focus-visible { outline: 2px solid var(--colorStrokeFocus2); outline-offset: 3px; }
.az-ui .hero-actions { gap: 14px; flex-wrap: wrap; }
.az-ui .portrait-note::part(content), .az-ui .perspective-card::part(content) { display: flex; flex-direction: column; align-items: stretch; width: 100%; }
.az-ui .portrait-note { display: block; border-radius: var(--borderRadiusLarge); box-shadow: var(--shadow4); white-space: normal; }
.az-ui .perspective-card { display: block; border: 1px solid var(--colorNeutralStroke2); border-radius: var(--borderRadiusXLarge); padding: 98px 24px 24px; box-shadow: var(--shadow2); white-space: normal; }
.az-ui .perspective-card .mini-weave { width: 100%; height: 95px; font-size: inherit; fill: none; }
.az-ui .perspective-card:hover { box-shadow: var(--shadow8); }

/* landing-d5-show-the-value.css — frozen layout, with native Fluent button styling. */
.hero-lead { font-size: clamp(32px, 3.2vw, 48px); line-height: 1.12; max-width: 15em; }
.hero-explanation { font-size: 16px; line-height: 1.65; max-width: 31em; margin-top: 24px; }
.hero-preview { font-size: 10px; letter-spacing: 0px; text-transform: none; }
.hero-preview, .portrait-note, .hero-bottom > span { display: none !important; }
.value-story { border-top: 1px solid var(--line); scroll-margin-top: 0px; }
.value-story iframe { display: block; width: 100%; height: 760px; border: 0px; background: var(--paper); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
fluent-link > a[inert], fluent-anchor-button > a[inert] { display: none; }
.noscript { padding: 24px var(--gutter); }
.closing { padding-block: 56px; }
.closing .section-heading { font-size: clamp(36px, 4vw, 58px); }
.closing .eyebrow { margin-bottom: 16px; }
.name-invitation { margin-block: 24px 16px; }
@media (max-width: 760px) {
  .hero-lead { font-size: 34px; max-width: 15em; }
  .hero-explanation { font-size: 14px; max-width: 29em; margin-top: 18px; }
  .hero-preview { font-size: 9px; }
  .value-story iframe { height: 790px; }
}
@media (max-width: 360px) {
  .hero-lead { font-size: 29px; }
  .hero-explanation { font-size: 13px; }
}

/* landing-d6-scroll-the-story.css — frozen layout, with native Fluent button styling. */
.value-story { position: relative; height: calc(
    var(--story-frame-height, 740px) + var(--story-distance, 1600px)
  ); overflow-anchor: none; }
.story-pin { position: sticky; top: var(--story-pin-top, 80px); }
.value-story iframe { height: var(--story-frame-height, 740px); }
.story-scroll-progress { height: 2px; background: var(--seal); transform: scaleX(var(--story-progress, 0)); transform-origin: left center; }

/* landing-d12-stable-story.css — frozen layout, with native Fluent button styling. */
[hidden] { display: none !important; }
.value-story { scroll-margin-top: var(--story-pin-top, 80px); }
.story-availability { position: absolute; inset: 0px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; padding: 32px; text-align: center; font-family: var(--fontFamilyBase); font-size: 18px; color: var(--ink); }
.value-story:not([data-story-state="ready"]) { height: var(--story-frame-height, 600px); }
.value-story:not([data-story-state="ready"]) .story-pin { position: relative; top: 0px; }
.value-story:not([data-story-state="ready"]) iframe { visibility: hidden; }
.value-story:not([data-story-state="ready"]) .story-scroll-progress { visibility: hidden; }

/* landing-d15-visible-progress.css — frozen layout, with native Fluent button styling. */
body { --faint: #665e52; --colorNeutralForeground4: #665e52; --colorNeutralStroke1: #746c5e; --colorStrokeFocus1: #f4f1e8; --colorStrokeFocus2: #1a1712; }
.masthead, .portrait-caption { background: var(--paper); }
#your-name { --colorNeutralForeground4: #665e52; --colorNeutralStrokeAccessible: #665e52; }
#your-name::part(control)::placeholder { color: rgb(102, 94, 82); opacity: 1; }
@media (forced-colors: active) {
  .az-ui fluent-button:focus-visible { outline-color: highlight; }
}

/* landing-d17-refined-controls.css — frozen layout, with native Fluent button styling. */
html { scroll-padding-top: 0px; }
#main, #meet { scroll-margin-top: 80px; }
body { --colorNeutralForegroundOnBrand: #f4f1e8; --colorBrandBackground: #7b1e3b; --colorBrandBackgroundHover: #701c38; --colorBrandBackgroundPressed: #4b1227; --colorSubtleBackgroundHover: #e5dfd2; }
.value-story, .closing, .footer { border: 0px; }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 48px var(--gutter); text-align: left; }
.closing-content { min-width: 0px; flex: 1 1 0%; }
.closing .eyebrow { margin: 0px 0px 12px; color: var(--muted); font-size: 11px; }
.closing .section-heading { margin: 0px; max-width: none; font-size: 40px; line-height: 1.15; text-wrap: balance; }
.closing .section-heading em { white-space: nowrap; }
.closing .body-copy { margin: 12px 0px 0px; max-width: 38em; font-size: 14px; line-height: 1.6; }
.az-ui #closing-cta { flex: 0 0 auto; min-height: 40px; padding: 8px 16px; gap: 12px; font-size: 14px; }
.footer { padding-top: 16px; }
@media (max-width: 760px) {
  #main, #meet { scroll-margin-top: 65px; }
  .closing { flex-direction: column; align-items: flex-start; gap: 24px; padding-block: 32px; }
  .closing .section-heading { max-width: none; font-size: 32px; }
  .closing .body-copy { margin-top: 12px; font-size: 14px; }
  .az-ui #closing-cta { width: auto; justify-content: center; font-size: 14px; }
  .az-ui #closing-cta::part(content) { width: auto; justify-content: center; }
}
@media (forced-colors: active) {
}
.az-ui #closing-cta::part(content) { gap: 12px; }
@media (max-width: 760px) {
  .nav-links > a { display: inline-flex; white-space: nowrap; font-size: 11px; }
  .nav-links { gap: 12px; }
}
@media (max-width: 360px) {
  .masthead { padding-inline: 16px; }
  .masthead .wordmark { font-size: 15px; }
  .nav-links { gap: 8px; }
}

/* landing-d21-knowledge.css — frozen layout, with native Fluent button styling. */
.masthead, .hero, .value-story, .story-pin { border: 0px; box-shadow: none; }
#detail-dialog::part(dialog) { width: min(520px, -32px + 100vw); max-height: calc(100dvh - 32px); }
.access-dialog-copy { display: flex; flex-direction: column; gap: var(--spacingVerticalL); }
.access-dialog-copy p { margin: 0px; }
.access-dialog-note { color: var(--colorNeutralForeground2); }

/* landing-d22-early-access.css — frozen layout, with native Fluent button styling. */
#access-form { display: flex; flex-direction: column; gap: var(--spacingVerticalS); }
#access-form[hidden], #detail-dialog [hidden] { display: none; }
#access-email { width: 100%; max-width: none; min-width: 0px; }
#access-email::part(label) { margin-bottom: var(--spacingVerticalS); }
#access-error { color: var(--colorStatusDangerForeground1); }

/* Position the motion control without overriding its native small size. */
#motion-toggle {
  position: absolute;
  right: var(--gutter);
  bottom: 24px;
  z-index: 3;
}
