@import url("/assets/fonts/fonts.css");

:root {
  --ink: #101114;
  --ink-soft: #22242a;
  --muted: #666972;
  --paper: #f7f5f0;
  --paper-bright: #fffdf8;
  --night: #090b10;
  --night-soft: #11141c;
  --gold: #e6b95c;
  --gold-bright: #ffd98a;
  --gold-deep: #9b6b1c;
  --line: rgba(18, 20, 25, .12);
  --line-dark: rgba(255, 255, 255, .12);
  --radius: 26px;
  --shadow: 0 30px 80px rgba(9, 11, 16, .14);
  --shadow-deep: 0 35px 100px rgba(0, 0, 0, .4);
  --content: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
::selection { color: #17110a; background: var(--gold-bright); }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: var(--night); background: var(--gold-bright); }

/* Navigation — inspired by 21st.dev glass/tubelight navigation patterns. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 500; height: 84px; color: white; background: linear-gradient(180deg, rgba(7, 9, 14, .88), rgba(7, 9, 14, .5) 76%, transparent); transition: background-color .35s ease, backdrop-filter .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { background: rgba(9, 11, 16, .88); backdrop-filter: blur(22px) saturate(130%); box-shadow: 0 1px 0 rgba(255, 255, 255, .08); }
.scroll-progress { position: absolute; inset: 0 auto auto 0; width: var(--scroll-progress, 0%); height: 2px; background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright)); box-shadow: 0 0 18px rgba(255, 217, 138, .55); }
.header-inner { width: min(1240px, calc(100% - 48px)); height: 84px; margin: 0 auto; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; color: white; font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: -.02em; text-transform: capitalize; white-space: nowrap; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.desktop-nav { display: flex; align-items: center; gap: 23px; color: rgba(255,255,255,.74); font-size: 13px; }
.desktop-nav a { position: relative; padding: 13px 0; transition: color .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 5px; height: 1px; background: var(--gold-bright); transform: scaleX(0); transform-origin: center; transition: transform .35s var(--ease); }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: white; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { min-height: 40px; padding: 9px 17px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; background: rgba(255,255,255,.06); font-size: 13px; font-weight: 700; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.header-cta:hover { border-color: rgba(255,217,138,.65); background: rgba(230,185,92,.12); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.08); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 21px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .25s ease; }
.mobile-menu[hidden] { display: none; }
.mobile-menu { position: fixed; inset: 0; z-index: 600; background: rgba(2, 3, 6, .58); backdrop-filter: blur(16px); }
.mobile-menu-panel { width: min(88vw, 420px); min-height: 100%; margin-left: auto; padding: 30px 28px; display: flex; flex-direction: column; color: white; background: #0d1017; box-shadow: -30px 0 100px rgba(0,0,0,.45); animation: menu-in .5s var(--ease) both; }
.mobile-menu-brand { display: flex; align-items: center; gap: 12px; padding-right: 54px; font-family: Montserrat, sans-serif; font-weight: 700; }
.mobile-menu-brand img { border-radius: 13px; }
.mobile-menu nav { display: grid; gap: 0; margin: 54px 0 32px; }
.mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-family: Montserrat, sans-serif; font-size: 21px; font-weight: 600; }
.mobile-menu-panel > .button { margin-top: auto; }
.menu-close { position: absolute; top: 24px; right: 22px; width: 42px; height: 42px; border: 1px solid var(--line-dark); border-radius: 50%; color: white; background: transparent; font-size: 27px; line-height: 1; cursor: pointer; }
body.menu-open { overflow: hidden; }

/* Hero — CSS interpretation of 21st.dev Animated Gradient + Animated Hero. */
.hero { position: relative; min-height: 780px; overflow: hidden; color: white; background: var(--night); isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 180px; background: linear-gradient(transparent, rgba(9,11,16,.96)); pointer-events: none; }
.hero-ambient, .hero-grid, .hero-glow { position: absolute; inset: 0; z-index: -3; pointer-events: none; }
.hero-grid { opacity: .19; background-image: linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent 4%, black 46%, transparent 92%); transform: perspective(700px) rotateX(60deg) translateY(40%); transform-origin: bottom; }
.hero-glow { background: radial-gradient(500px circle at var(--pointer-x, 70%) var(--pointer-y, 45%), rgba(230,185,92,.16), transparent 66%); }
.aurora { position: absolute; width: 680px; height: 680px; border-radius: 50%; filter: blur(80px); opacity: .46; mix-blend-mode: screen; animation: aurora-drift 14s var(--ease) infinite alternate; }
.aurora-one { top: -300px; right: -90px; background: radial-gradient(circle at 40% 40%, rgba(220,40,58,.55), rgba(135,44,98,.2) 40%, transparent 70%); }
.aurora-two { bottom: -420px; left: 10%; background: radial-gradient(circle at 50%, rgba(230,185,92,.48), rgba(128,76,23,.14) 48%, transparent 71%); animation-delay: -7s; }
.hero-shell { position: relative; z-index: 2; width: min(var(--content), calc(100% - 64px)); min-height: 780px; margin: 0 auto; padding: 132px 0 78px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: clamp(46px, 7vw, 110px); }
.hero-content { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; text-align: left; }
.eyebrow { margin: 0; color: var(--gold-bright); font-size: 11px; line-height: 1.4; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 11px; }
.hero .eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.hero h1 { max-width: 720px; margin: 0; font-family: Montserrat, sans-serif; font-size: clamp(54px, 5.1vw, 78px); line-height: 1.02; font-weight: 650; letter-spacing: -.055em; text-wrap: balance; }
.hero-content > p:not(.eyebrow) { max-width: 610px; margin: 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 3px; }
.button { position: relative; min-height: 52px; padding: 14px 25px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; overflow: hidden; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; letter-spacing: -.01em; cursor: pointer; transition: transform .35s var(--ease), background-color .35s ease, border-color .35s ease, color .35s ease, box-shadow .35s ease; }
.button::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.32) 48%, transparent 75%); transform: translateX(-140%); transition: transform .8s var(--ease); }
.button:hover::before { transform: translateX(140%); }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #17110a; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 14px 40px rgba(230,185,92,.22), inset 0 1px 0 rgba(255,255,255,.55); }
.button-primary:hover { box-shadow: 0 18px 48px rgba(230,185,92,.32); }
.button-ghost { color: white; border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.button-ghost:hover { border-color: rgba(255,217,138,.56); background: rgba(255,255,255,.1); }
.button-outline { color: var(--ink); border-color: rgba(16,17,20,.27); background: transparent; }
.button-outline:hover { color: white; border-color: var(--night); background: var(--night); }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 14px; color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.hero-assurance span { display: flex; align-items: center; gap: 8px; }
.hero-assurance span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 12px rgba(230,185,92,.7); }
.hero-visual { position: relative; min-width: 0; }
.hero-stage { --rotate-x: 0deg; --rotate-y: 0deg; position: relative; min-height: 520px; display: grid; place-items: center; transform: perspective(1100px) rotateX(var(--rotate-x)) rotateY(var(--rotate-y)); transform-style: preserve-3d; transition: transform .18s ease-out; }
.interactive-surface::after { content: ""; position: absolute; inset: 0; z-index: 5; border-radius: inherit; background: radial-gradient(320px circle at var(--surface-x, 50%) var(--surface-y, 50%), rgba(255,255,255,.16), transparent 65%); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.interactive-surface:hover::after { opacity: 1; }
.hero-stage-ring { position: absolute; width: 430px; aspect-ratio: 1; border: 1px solid rgba(255,217,138,.25); border-radius: 50%; box-shadow: 0 0 90px rgba(230,185,92,.08), inset 0 0 60px rgba(255,255,255,.03); animation: ring-pulse 5s ease-in-out infinite; }
.hero-stage-ring::before, .hero-stage-ring::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: inherit; }
.hero-stage-ring::before { inset: 38px; }
.hero-stage-ring::after { inset: 78px; border-color: rgba(230,185,92,.12); }
.hero-art-card { position: relative; z-index: 2; width: min(440px, 84%); aspect-ratio: 4/4.15; padding: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: rgba(255,255,255,.07); box-shadow: var(--shadow-deep); transform: translateZ(35px) rotate(4deg); backdrop-filter: blur(16px); animation: stage-float 7s var(--ease) infinite alternate; }
.hero-art-card::after { content: ""; position: absolute; inset: 12px; border-radius: 23px; background: linear-gradient(150deg, transparent 52%, rgba(9,11,16,.78)); pointer-events: none; }
.hero-artwork { width: 100%; height: 100%; border-radius: 23px; object-fit: cover; }
.hero-kinetic-title { position: absolute; top: 49%; left: 50%; z-index: 1; width: 112%; color: rgba(255,255,255,.09); font-family: Montserrat, sans-serif; font-size: clamp(90px, 11.3vw, 178px); line-height: .75; font-weight: 760; letter-spacing: -.085em; text-align: center; pointer-events: none; transform: translate3d(calc(-50% + var(--title-x, 0px)), calc(-50% + var(--title-y, 0px)), 0); transition: transform .24s ease-out; }
.hero-kinetic-title span { display: block; white-space: nowrap; }
.hero-kinetic-title span:last-child { color: transparent; -webkit-text-stroke: 1px rgba(255,217,138,.22); transform: translateX(12%); }
.hero-pointer-orb { position: absolute; top: var(--pointer-y, 45%); left: var(--pointer-x, 70%); z-index: 6; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,217,138,.5); border-radius: 50%; color: var(--gold-bright); background: rgba(230,185,92,.08); box-shadow: 0 0 34px rgba(230,185,92,.18); opacity: 0; pointer-events: none; transform: translate3d(-50%,-50%,0) scale(.72); transition: opacity .25s ease, transform .25s var(--ease); backdrop-filter: blur(7px); }
.hero-pointer-orb::before { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; }
.hero-pointer-orb span { font-size: 16px; transform: rotate(12deg); }
.hero-signature.is-pointer-active .hero-pointer-orb { opacity: 1; transform: translate3d(-50%,-50%,0) scale(1); }
.hero-scene-index { position: absolute; z-index: 4; right: max(25px, calc((100vw - var(--content)) / 2)); bottom: 29px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.44); font-size: 9px; font-weight: 800; letter-spacing: .16em; pointer-events: none; }
.hero-scene-index i { width: 60px; height: 1px; overflow: hidden; background: rgba(255,255,255,.16); }
.hero-scene-index i::after { content: ""; display: block; width: calc(33% + var(--hero-progress, 0%)); height: 100%; background: var(--gold-bright); box-shadow: 0 0 10px rgba(255,217,138,.5); }
.hero-medallion { position: absolute; z-index: 5; top: 24%; right: -3%; width: 112px; aspect-ratio: 1; padding: 8px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.035)); box-shadow: 0 25px 70px rgba(0,0,0,.5), 0 0 55px rgba(230,185,92,.13); transform: translateZ(100px) rotate(8deg); animation: medallion-drift 6.5s var(--ease) infinite alternate; backdrop-filter: blur(16px); }
.hero-medallion::before { content: ""; position: absolute; inset: -10px; z-index: -1; border: 1px solid rgba(255,217,138,.18); border-radius: 50%; }
.hero-medallion-edge { position: absolute; inset: 3px; border: 1px solid rgba(255,217,138,.38); border-radius: 50%; }
.hero-medallion img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.hero-signature .hero-stage { transform: translate3d(0,var(--hero-scroll-y,0px),0) scale(var(--hero-scroll-scale,1)) perspective(1100px) rotateX(var(--rotate-x)) rotateY(var(--rotate-y)); }
.hero-signature .hero-content { transform: translateY(var(--hero-copy-y,0px)); }
.hero-signature [data-magnetic] { transform: translate3d(var(--magnet-x,0px),var(--magnet-y,0px),0); }
.hero-signature [data-magnetic]:hover { transform: translate3d(var(--magnet-x,0px),calc(var(--magnet-y,0px) - 3px),0); }
.hero-brand-chip { position: absolute; z-index: 4; left: 2%; bottom: 11%; max-width: 270px; padding: 13px 18px 13px 13px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: white; background: rgba(10,12,18,.78); box-shadow: 0 20px 55px rgba(0,0,0,.38); backdrop-filter: blur(16px); transform: translateZ(70px) rotate(-4deg); }
.hero-app-icon { width: 54px; height: 54px; flex: 0 0 auto; border-radius: 14px; object-fit: cover; }
.hero-brand-chip span { display: grid; gap: 2px; }
.hero-brand-chip small { color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .14em; }
.hero-brand-chip strong { font-family: Montserrat, sans-serif; font-size: 14px; line-height: 1.2; text-transform: capitalize; }
.floating-suit { position: absolute; z-index: 3; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; color: var(--gold-bright); background: rgba(255,255,255,.06); box-shadow: 0 18px 45px rgba(0,0,0,.3); backdrop-filter: blur(10px); animation: suit-drift 6s ease-in-out infinite; }
.suit-one { top: 13%; right: 0; width: 58px; height: 70px; font-size: 28px; transform: rotate(12deg) translateZ(50px); }
.suit-two { right: 7%; bottom: 8%; width: 46px; height: 58px; color: #ff6572; font-size: 23px; animation-delay: -2s; }
.suit-three { top: 4%; left: 7%; width: 42px; height: 54px; color: white; font-size: 20px; animation-delay: -4s; }
.hero-scroll { position: absolute; left: 50%; bottom: 23px; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll i { position: relative; width: 1px; height: 28px; overflow: hidden; background: rgba(255,255,255,.2); }
.hero-scroll i::after { content: ""; position: absolute; inset: -100% 0 auto; height: 100%; background: var(--gold-bright); animation: scroll-line 2s ease-in-out infinite; }

/* Homepage flow — adapted from 21st.dev display cards and scroll choreography. */
.section { position: relative; padding: 112px 32px; }
.section-inner { width: min(var(--content), 100%); margin: 0 auto; }
.section h2 { margin: 0 0 20px; font-family: Montserrat, sans-serif; font-size: clamp(39px, 4.2vw, 62px); line-height: 1.08; font-weight: 650; letter-spacing: -.045em; text-wrap: balance; }
.section h2 em { color: var(--gold-deep); font-family: inherit; font-style: normal; }
.section p { color: var(--muted); }
.section-title { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-title .eyebrow { margin-bottom: 14px; }
.signal-bar { position: relative; z-index: 10; color: white; background: #101219; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid > div { min-height: 114px; padding: 28px 38px; display: flex; align-items: center; gap: 19px; border-right: 1px solid var(--line-dark); }
.signal-grid > div:last-child { border: 0; }
.signal-grid strong { color: var(--gold); font-family: Montserrat, sans-serif; font-size: 12px; letter-spacing: .1em; }
.signal-grid span { display: grid; gap: 1px; }
.signal-grid b { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 600; }
.signal-grid small { color: rgba(255,255,255,.48); font-size: 12px; }
.section-dark { color: white; background: var(--night-soft); }
.section-dark p { color: rgba(255,255,255,.6); }
.section-editorial { overflow: hidden; }
.section-editorial::before { content: ""; position: absolute; top: -220px; right: -160px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(155,107,28,.17), transparent 66%); pointer-events: none; }
.editorial-heading { margin-bottom: 56px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); align-items: end; gap: 90px; }
.editorial-heading .eyebrow { margin-bottom: 16px; }
.editorial-heading h2 { max-width: 700px; margin-bottom: 0; }
.editorial-heading > p { max-width: 470px; margin: 0 0 7px; }
.feature-deck { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 330px); gap: 18px; }
.feature-panel { position: relative; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: #171a22; isolation: isolate; }
.feature-panel-wide { grid-row: span 2; }
.feature-panel img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s ease; }
.feature-panel:hover img { transform: scale(1.05); }
.feature-panel-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(8,10,14,.05), rgba(8,10,14,.9) 82%); }
.feature-panel-copy { position: absolute; inset: auto 0 0; z-index: 2; padding: 34px; }
.feature-panel-wide .feature-panel-copy { padding: 44px; }
.feature-panel-copy > span { color: var(--gold-bright); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.feature-panel h3 { max-width: 600px; margin: 10px 0 11px; font-family: Montserrat, sans-serif; font-size: clamp(25px, 2.8vw, 43px); line-height: 1.1; font-weight: 620; letter-spacing: -.04em; }
.feature-panel:not(.feature-panel-wide) h3 { font-size: clamp(22px, 2vw, 28px); }
.feature-panel p { max-width: 590px; margin: 0 0 18px; color: rgba(255,255,255,.65); font-size: 14px; }
.feature-panel a { display: inline-flex; align-items: center; gap: 9px; color: white; font-size: 13px; font-weight: 700; }
.feature-panel a b { color: var(--gold); transition: transform .3s var(--ease); }
.feature-panel a:hover b { transform: translate(3px,-3px); }
.feature-panel-minimal { color: white; background: radial-gradient(circle at 86% 5%, rgba(230,185,92,.23), transparent 32%), linear-gradient(135deg,#171a22,#0b0d12); }
.feature-symbol { position: absolute; top: -28px; right: 15px; color: rgba(255,217,138,.1); font-family: Georgia, serif; font-size: 190px; line-height: 1; transform: rotate(9deg); }
.section-story { background: var(--paper-bright); }
.story-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.story-intro { position: sticky; top: 135px; }
.story-intro .eyebrow { margin-bottom: 18px; color: var(--gold-deep); }
.story-intro > p:not(.eyebrow) { max-width: 470px; margin: 24px 0 32px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-bottom: 7px; border-bottom: 1px solid rgba(16,17,20,.5); font-weight: 700; }
.text-link span { color: var(--gold-deep); transition: transform .3s var(--ease); }
.text-link:hover span { transform: translateX(5px); }
.story-steps { display: grid; }
.story-step { position: relative; min-height: 210px; padding: 28px 0 44px; display: grid; grid-template-columns: 70px 1fr; gap: 28px; border-top: 1px solid var(--line); }
.story-step:last-child { border-bottom: 1px solid var(--line); }
.story-step > span { color: var(--gold-deep); font-family: Montserrat, sans-serif; font-size: 12px; font-weight: 700; }
.story-step h3 { margin: -3px 0 12px; font-family: Montserrat, sans-serif; font-size: clamp(25px,2.5vw,34px); line-height: 1.15; letter-spacing: -.035em; }
.story-step p { max-width: 530px; margin: 0; }
.chapter-shell { position: relative; }
.chapter-heading { margin-bottom: 0; padding-bottom: 54px; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px,10vw,150px); align-items: end; border-bottom: 1px solid var(--line); }
.chapter-heading .eyebrow { margin-bottom: 18px; color: var(--gold-deep); }
.chapter-heading h2 { margin-bottom: 0; font-size: clamp(54px,6.7vw,92px); line-height: .94; }
.chapter-heading-copy { max-width: 470px; padding-bottom: 5px; }
.chapter-heading-copy p { margin: 0 0 27px; }
.chapter-list { display: grid; }
.chapter-row { --chapter-x: 70%; --chapter-y: 50%; position: relative; min-height: 220px; padding: 34px 18px 34px 0; display: grid; grid-template-columns: 112px minmax(0,1fr) 124px 54px; gap: 26px; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); isolation: isolate; transition: color .55s var(--ease), padding .55s var(--ease); }
.chapter-row::before { content: ""; position: absolute; inset: 0; z-index: -2; background: #0b0d12; transform: scaleY(0); transform-origin: bottom; transition: transform .62s var(--ease); }
.chapter-row::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; background: radial-gradient(380px circle at var(--chapter-x) var(--chapter-y), rgba(230,185,92,.2), transparent 66%); transition: opacity .35s ease; }
.chapter-row:hover, .chapter-row:focus-visible { padding-left: 22px; color: white; outline-offset: -4px; }
.chapter-row:hover::before, .chapter-row:focus-visible::before { transform: scaleY(1); }
.chapter-row:hover::after, .chapter-row:focus-visible::after { opacity: 1; }
.chapter-number { align-self: start; color: var(--gold-deep); font-family: Montserrat,sans-serif; font-size: clamp(38px,5.2vw,72px); line-height: 1; font-weight: 760; letter-spacing: -.07em; transition: color .4s ease, transform .55s var(--ease); }
.chapter-row:hover .chapter-number, .chapter-row:focus-visible .chapter-number { color: var(--gold-bright); transform: translateX(4px); }
.chapter-copy { display: grid; gap: 8px; }
.chapter-copy small { color: var(--gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .2em; transition: color .35s ease; }
.chapter-copy h3 { margin: 0; font-family: Montserrat,sans-serif; font-size: clamp(29px,3.2vw,46px); line-height: 1.04; font-weight: 650; letter-spacing: -.05em; }
.chapter-copy p { max-width: 610px; margin: 0; transition: color .35s ease; }
.chapter-row:hover .chapter-copy small, .chapter-row:focus-visible .chapter-copy small { color: var(--gold-bright); }
.chapter-row:hover .chapter-copy p, .chapter-row:focus-visible .chapter-copy p { color: rgba(255,255,255,.62); }
.chapter-symbol { color: rgba(16,17,20,.08); font-family: Georgia,serif; font-size: 94px; line-height: 1; text-align: center; transform: rotate(-8deg) scale(.82); transition: color .45s ease, transform .62s var(--ease); }
.chapter-symbol-red { color: rgba(174,32,46,.11); }
.chapter-row:hover .chapter-symbol, .chapter-row:focus-visible .chapter-symbol { color: rgba(255,217,138,.24); transform: rotate(7deg) scale(1); }
.chapter-arrow { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(16,17,20,.22); border-radius: 50%; font-size: 17px; transition: color .4s ease, background .4s ease, border-color .4s ease, transform .55s var(--ease); }
.chapter-row:hover .chapter-arrow, .chapter-row:focus-visible .chapter-arrow { color: var(--night); border-color: var(--gold-bright); background: var(--gold-bright); transform: rotate(45deg); }
.section-showcase { overflow: hidden; color: white; background: #0b0d12; }
.section-showcase::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(rgba(255,255,255,.22) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.showcase-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.showcase-art { position: relative; min-height: 610px; }
.showcase-orbit { position: absolute; inset: 5% 4%; border: 1px solid rgba(255,217,138,.19); border-radius: 50%; transform: rotate(-12deg); }
.showcase-orbit::after { content: ""; position: absolute; top: 12%; right: 4%; width: 10px; height: 10px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 30px var(--gold); }
.showcase-image { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; box-shadow: var(--shadow-deep); }
.showcase-image img { width: 100%; height: 100%; object-fit: cover; }
.showcase-image-back { top: 5%; left: 2%; width: 49%; height: 68%; transform: rotate(-6deg); }
.showcase-image-front { right: 5%; bottom: 6%; width: 52%; height: 72%; transform: rotate(5deg); }
.showcase-badge { position: absolute; z-index: 3; left: 24%; bottom: 9%; max-width: 250px; padding: 18px 21px; display: grid; gap: 3px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(13,15,21,.82); backdrop-filter: blur(18px); box-shadow: 0 22px 55px rgba(0,0,0,.32); }
.showcase-badge strong { font-family: Montserrat,sans-serif; font-size: 15px; }
.showcase-badge span { color: rgba(255,255,255,.52); font-size: 11px; }
.showcase-copy .eyebrow { margin-bottom: 18px; }
.showcase-copy p { color: rgba(255,255,255,.59); }
.showcase-copy .button-outline { margin-top: 18px; color: white; border-color: rgba(255,255,255,.28); }
.showcase-copy .button-outline:hover { color: var(--night); border-color: var(--gold-bright); background: var(--gold-bright); }
.check-list { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: inherit; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 12px; height: 6px; border-left: 1px solid var(--gold); border-bottom: 1px solid var(--gold); transform: rotate(-45deg); }
.section-light { background: var(--paper); }
.section-join { text-align: center; }
.section-cta { text-align: center; background: var(--paper); }
.section-cta-premium { overflow: hidden; padding-top: 128px; padding-bottom: 128px; color: white; background: #12141b; }
.section-cta-premium .section-inner { position: relative; z-index: 2; max-width: 860px; }
.section-cta-premium h2 { margin: 15px auto 20px; }
.section-cta-premium p:not(.eyebrow) { max-width: 620px; margin: 0 auto 31px; color: rgba(255,255,255,.58); }
.cta-glow { position: absolute; inset: -50%; background: radial-gradient(circle at 50% 50%, rgba(230,185,92,.21), transparent 29%); animation: glow-breathe 7s ease-in-out infinite; }

/* Blog index: the complete article list is the first interaction. */
.notes-hub { position: relative; padding: 138px 32px 90px; overflow: hidden; color: white; background: radial-gradient(circle at 84% 4%,rgba(230,185,92,.18),transparent 27%),radial-gradient(circle at 9% 96%,rgba(123,42,53,.2),transparent 30%),var(--night); isolation: isolate; }
.notes-hub::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(135deg,black,transparent 74%); pointer-events: none; }
.notes-masthead { margin-bottom: 42px; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: clamp(50px,9vw,140px); align-items: end; }
.notes-masthead .eyebrow { margin-bottom: 18px; }
.notes-masthead h1 { margin: 0; font-family: Montserrat,sans-serif; font-size: clamp(56px,6.4vw,90px); line-height: .92; font-weight: 650; letter-spacing: -.065em; text-wrap: balance; }
.notes-masthead h1 em { color: var(--gold-bright); font-family: Georgia,serif; font-weight: 400; }
.notes-masthead-intro { display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: start; }
.notes-masthead-intro > span { color: var(--gold-bright); font-family: Montserrat,sans-serif; font-size: 52px; line-height: .86; font-weight: 650; letter-spacing: -.06em; }
.notes-masthead-intro p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }
.note-directory { border-top: 1px solid rgba(255,255,255,.18); }
.note-directory-label { min-height: 38px; margin: 0; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.note-directory ol { margin: 0; padding: 0; list-style: none; }
.note-directory-row { position: relative; min-height: 84px; padding: 13px 2px; display: grid; grid-template-columns: 68px minmax(0,1fr) 110px 46px; gap: 18px; align-items: center; border-top: 1px solid rgba(255,255,255,.12); transition: color .35s ease,padding .45s var(--ease),background-color .35s ease; }
.note-directory-row::before { content: ""; position: absolute; inset: 0 -18px; z-index: -1; border-radius: 18px; background: rgba(255,255,255,.055); opacity: 0; transform: scaleX(.985); transition: opacity .35s ease,transform .45s var(--ease); }
.note-directory-row:hover, .note-directory-row:focus-visible { padding-left: 15px; padding-right: 10px; }
.note-directory-row:hover::before, .note-directory-row:focus-visible::before { opacity: 1; transform: scaleX(1); }
.note-directory-number { color: var(--gold-bright); font-family: Montserrat,sans-serif; font-size: 12px; font-weight: 750; letter-spacing: .1em; }
.note-directory-copy { min-width: 0; display: grid; grid-template-columns: minmax(120px,.34fr) minmax(0,1fr); gap: 22px; align-items: center; }
.note-directory-copy small, .note-directory-time { color: rgba(255,255,255,.46); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.note-directory-copy strong { overflow: hidden; font-family: Montserrat,sans-serif; font-size: clamp(18px,2vw,26px); line-height: 1.14; font-weight: 600; letter-spacing: -.035em; text-overflow: ellipsis; white-space: nowrap; }
.note-directory-time { text-align: right; }
.note-directory-arrow { width: 38px; height: 38px; display: grid; place-items: center; justify-self: end; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--gold-bright); font-size: 13px; transition: color .35s ease,background-color .35s ease,transform .4s var(--ease); }
.note-directory-row:hover .note-directory-arrow, .note-directory-row:focus-visible .note-directory-arrow { color: var(--night); background: var(--gold-bright); transform: translate(3px,-3px); }

/* Original journal system */
.journal-index { padding: 118px 32px; color: var(--ink); background: var(--paper-bright); }
.journal-index-heading { margin-bottom: 58px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: start; }
.journal-index-heading .eyebrow { padding-top: 13px; color: var(--gold-deep); }
.journal-index-heading h2 { margin: 0 0 22px; font-family: Montserrat,sans-serif; font-size: clamp(48px,5.8vw,80px); line-height: .98; font-weight: 650; letter-spacing: -.06em; }
.journal-index-heading p:not(.eyebrow) { max-width: 700px; margin: 0; color: var(--muted); }
.journal-feature { position: relative; min-height: 540px; margin-bottom: 22px; display: grid; grid-template-columns: 1.18fr .82fr; overflow: hidden; border-radius: 32px; color: white; background: #0b0d12; box-shadow: var(--shadow); }
.journal-feature-media { position: relative; min-height: 540px; overflow: hidden; }
.journal-feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(11,13,18,.45)); pointer-events: none; }
.journal-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .5s ease; }
.journal-feature:hover .journal-feature-media img { transform: scale(1.035); filter: saturate(1.08); }
.journal-feature-media > span { position: absolute; right: 24px; bottom: 22px; z-index: 2; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--gold-bright); background: rgba(8,10,14,.65); font-family: Georgia,serif; font-size: 25px; backdrop-filter: blur(12px); }
.journal-feature-copy { padding: clamp(38px,5vw,70px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.journal-feature-copy h2 { margin: 20px 0; font-family: Montserrat,sans-serif; font-size: clamp(38px,4.1vw,58px); line-height: 1; font-weight: 650; letter-spacing: -.055em; }
.journal-feature-copy > p { margin: 0 0 30px; color: rgba(255,255,255,.62); }
.journal-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 20px; color: var(--gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.journal-feature .journal-card-meta { color: var(--gold-bright); }
.journal-card-meta span + span { position: relative; }
.journal-card-meta span + span::before { content: ""; position: absolute; left: -11px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.journal-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.journal-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fffefa; box-shadow: 0 18px 55px rgba(9,11,16,.07); transition: transform .55s var(--ease), box-shadow .55s ease, border-color .35s ease; }
.journal-card:hover { border-color: rgba(155,107,28,.35); box-shadow: 0 26px 75px rgba(9,11,16,.13); transform: translateY(-8px) perspective(1000px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg)); }
.journal-card-media { position: relative; aspect-ratio: 16/10; display: block; overflow: hidden; background: #111319; }
.journal-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 54%,rgba(7,8,11,.38)); }
.journal-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s var(--ease); }
.journal-card:hover .journal-card-media img { transform: scale(1.055); }
.journal-card-symbol { position: absolute; right: 18px; bottom: 17px; z-index: 2; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: rgba(8,10,14,.58); font-family: Georgia,serif; font-size: 18px; backdrop-filter: blur(9px); transition: color .35s ease, background .35s ease, transform .5s var(--ease); }
.journal-card:hover .journal-card-symbol { color: var(--night); background: var(--gold-bright); transform: rotate(15deg); }
.journal-card-body { min-height: 310px; padding: 31px; display: flex; flex-direction: column; align-items: flex-start; }
.journal-card-body h2, .journal-card-body h3 { margin: 17px 0 13px; font-family: Montserrat,sans-serif; font-size: clamp(27px,2.6vw,38px); line-height: 1.08; font-weight: 650; letter-spacing: -.045em; }
.journal-card-body > p { margin: 0 0 25px; color: var(--muted); }
.journal-card-link { margin-top: auto; display: inline-flex; align-items: center; gap: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(16,17,20,.28); font-size: 13px; font-weight: 750; }
.journal-card-link b { color: var(--gold-deep); transition: transform .35s var(--ease); }
.journal-card:hover .journal-card-link b { transform: translate(3px,-3px); }
.journal-method { color: white; background: #9b6b1c; }
.journal-method p { color: rgba(255,255,255,.72); }
.journal-method .eyebrow { color: #fff2cc; }
.journal-method h2 em { color: white; }
.journal-method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.method-list li { min-height: 120px; padding: 26px 0; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.24); }
.method-list li > span { font-family: Montserrat,sans-serif; font-size: 12px; font-weight: 800; }
.method-list li div { display: grid; gap: 4px; }
.method-list strong { font-family: Montserrat,sans-serif; font-size: 21px; }
.method-list a { color: rgba(255,255,255,.72); font-size: 13px; }
.journal-principle-stack { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.journal-principle-stack span { min-height: 120px; padding: 23px; display: flex; align-items: flex-end; border: 1px solid var(--line-dark); border-radius: 20px; color: var(--gold-bright); background: rgba(255,255,255,.04); font-family: Montserrat,sans-serif; font-size: 15px; font-weight: 650; }

/* Field note reading experience */
.field-note { color: var(--ink); background: var(--paper-bright); }
.article-progress { position: fixed; top: 82px; left: 0; right: 0; z-index: 490; height: 2px; pointer-events: none; }
.article-progress span { display: block; width: var(--article-progress,0%); height: 100%; background: linear-gradient(90deg,var(--gold-deep),var(--gold-bright)); box-shadow: 0 0 15px rgba(230,185,92,.5); }
.field-note-header { padding: 132px 32px 66px; overflow: hidden; color: var(--ink); background: radial-gradient(circle at 87% 5%,rgba(230,185,92,.15),transparent 26%),var(--paper-bright); }
.reading-path { min-width: 0; margin-bottom: 54px; display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.reading-path a { transition: color .25s ease; }
.reading-path a:hover { color: var(--gold-deep); }
.reading-path i { width: 24px; height: 1px; flex: 0 0 auto; background: rgba(16,17,20,.22); }
.reading-path span { overflow: hidden; text-overflow: ellipsis; }
.field-note-title-grid { margin-bottom: 55px; display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(60px,9vw,140px); align-items: end; }
.field-note-title-grid .eyebrow { margin-bottom: 20px; color: var(--gold-deep); }
.field-note h1 { max-width: 820px; margin: 0; font-family: Montserrat,sans-serif; font-size: clamp(54px,6.6vw,94px); line-height: .97; font-weight: 650; letter-spacing: -.065em; text-wrap: balance; }
.field-note-deck > p { margin: 0 0 28px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.field-note-deck > div { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--gold-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field-note-figure { margin: 0; }
.field-note-image { position: relative; aspect-ratio: 16/8.7; overflow: hidden; border-radius: 30px; background: #0b0d12; box-shadow: var(--shadow); }
.field-note-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 65%,rgba(6,7,10,.42)); pointer-events: none; }
.field-note-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.field-note-image:hover img { transform: scale(1.025); }
.field-note-image > span { position: absolute; right: 28px; bottom: 24px; z-index: 2; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--gold-bright); background: rgba(8,10,14,.66); font-family: Georgia,serif; font-size: 27px; backdrop-filter: blur(12px); }
.field-note-figure figcaption, .workbench-visual figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; }
.article-reading-grid { padding: 90px 0 120px; display: grid; grid-template-columns: 230px minmax(0,760px); justify-content: center; gap: clamp(55px,8vw,120px); align-items: start; }
.article-rail { position: sticky; top: 125px; display: grid; border-top: 1px solid var(--line); }
.article-rail > p { margin: 0; padding: 18px 0; color: var(--gold-deep); font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.article-rail > a:not(.article-rail-journal) { padding: 13px 0; display: grid; grid-template-columns: 28px 1fr; gap: 8px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.4; transition: color .25s ease, padding .35s var(--ease); }
.article-rail > a span { color: var(--gold-deep); font-size: 9px; font-weight: 800; }
.article-rail > a:hover, .article-rail > a.is-active { padding-left: 7px; color: var(--ink); }
.article-rail-journal { margin-top: 20px; display: flex; justify-content: space-between; color: var(--ink); font-size: 12px; font-weight: 750; }
.article-prose { min-width: 0; }
.article-summary { margin-bottom: 70px; padding: 42px; border-radius: 24px; color: white; background: #101219; box-shadow: var(--shadow); }
.article-summary .eyebrow { margin-bottom: 13px; }
.article-summary h2 { margin: 0 0 28px; font-family: Montserrat,sans-serif; font-size: 38px; line-height: 1.05; letter-spacing: -.045em; }
.article-summary ol { margin: 0; padding: 0; counter-reset: keep; display: grid; gap: 0; list-style: none; }
.article-summary li { position: relative; padding: 17px 0 17px 48px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.72); }
.article-summary li::before { counter-increment: keep; content: "0" counter(keep); position: absolute; left: 0; color: var(--gold-bright); font-size: 10px; font-weight: 850; }
.article-section { position: relative; padding: 70px 0 20px; scroll-margin-top: 115px; border-top: 1px solid var(--line); }
.article-section-number { margin-bottom: 17px; color: var(--gold-deep); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.article-section h2, .article-sources h2, .article-faq h2 { margin: 0 0 26px; font-family: Montserrat,sans-serif; font-size: clamp(34px,4vw,51px); line-height: 1.06; font-weight: 650; letter-spacing: -.05em; }
.article-section p, .article-faq p { color: #41444c; font-size: 17px; line-height: 1.84; }
.article-checklist { margin: 30px 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; list-style: none; }
.article-checklist li { position: relative; min-height: 80px; padding: 20px 18px 18px 48px; border: 1px solid var(--line); border-radius: 15px; background: #fbf8f1; font-size: 14px; }
.article-checklist li::before { content: ""; position: absolute; top: 26px; left: 20px; width: 12px; height: 6px; border-left: 2px solid var(--gold-deep); border-bottom: 2px solid var(--gold-deep); transform: rotate(-45deg); }
.article-table-wrap { width: 100%; margin: 32px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: white; -webkit-overflow-scrolling: touch; }
.article-table-wrap table { width: 100%; min-width: 610px; border-collapse: collapse; font-size: 13px; }
.article-table-wrap th, .article-table-wrap td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--line); }
.article-table-wrap th { color: white; background: #151820; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.article-table-wrap tr:last-child td { border-bottom: 0; }
.article-table-wrap tbody tr:hover { background: rgba(230,185,92,.09); }
.article-sources { margin-top: 85px; padding: 42px; border: 1px solid rgba(155,107,28,.22); border-radius: 22px; background: rgba(230,185,92,.08); }
.article-sources .eyebrow, .article-faq .eyebrow { margin-bottom: 13px; color: var(--gold-deep); }
.article-sources h2 { font-size: 32px; }
.article-sources ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.article-sources a { color: #6f4a14; font-weight: 750; }
.article-faq { margin-top: 85px; }
.article-faq details { padding: 23px 0; }
.article-faq summary { padding-right: 38px; font-size: 18px; }
.related-notes { background: #f0ece3; }
.related-notes-heading { margin-bottom: 42px; }
.related-notes-heading .eyebrow { margin-bottom: 13px; color: var(--gold-deep); }
.journal-grid-related .journal-card-body { min-height: 260px; }
.journal-card-compact .journal-card-body h3 { font-size: 30px; }
.page-workbench { background: var(--paper-bright); }
.workbench-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(70px,9vw,130px); align-items: center; }
.workbench-visual { margin: 0; }
.workbench-visual img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.feature-card-copy > span { color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.connect-page { min-height: 100vh; }

/* Shared content pages */
.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 70px; align-items: center; }
.portrait-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; align-items: end; }
.portrait-grid img { width: 100%; height: 430px; object-fit: cover; object-position: center; border-radius: 24px; box-shadow: var(--shadow); }
.portrait-grid img:first-child { transform: translateY(26px); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.feature-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; color: var(--ink); background: var(--paper-bright); box-shadow: 0 16px 45px rgba(9,11,16,.08); }
.feature-card img { width: 100%; height: 248px; object-fit: cover; }
.feature-card-copy { min-height: 150px; padding: 26px; }
.feature-card h3 { margin: 0 0 8px; font-family: Montserrat, sans-serif; font-size: 21px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); }
.section-dark .feature-card { border-color: rgba(255,255,255,.1); color: white; background: rgba(255,255,255,.055); box-shadow: none; }
.section-dark .feature-card p { color: rgba(255,255,255,.55); }
.content-shell, .article-shell, .archive-shell, .contact-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 145px 0 110px; }
.hero + .content-shell, .hero + .section, .hero + .archive-shell { padding-top: 100px; }
.content-shell > h1, .archive-shell > h1, .contact-shell > h1, .article-shell > h1 { margin: 13px 0 25px; font-family: Montserrat, sans-serif; font-size: clamp(42px,5vw,66px); line-height: 1.07; font-weight: 650; letter-spacing: -.05em; text-wrap: balance; }
.article-shell { width: min(780px, calc(100% - 48px)); }
.article-shell .article-hero { width: 100%; max-height: 540px; margin: 35px 0 40px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.article-shell h2 { margin: 50px 0 14px; font-family: Montserrat, sans-serif; font-size: 31px; line-height: 1.25; letter-spacing: -.03em; }
.article-shell h3 { margin: 30px 0 9px; font-family: Montserrat, sans-serif; }
.article-shell p, .article-shell li { color: #444750; line-height: 1.82; }
.article-meta, time { color: var(--muted); font-size: 13px; }
.note { margin: 36px 0; padding: 24px 26px; border: 1px solid rgba(155,107,28,.22); border-left: 3px solid var(--gold); border-radius: 0 18px 18px 0; background: rgba(230,185,92,.09); }
.note h2 { margin-top: 0; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: Montserrat,sans-serif; font-weight: 650; }
.post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: var(--paper-bright); box-shadow: 0 16px 45px rgba(9,11,16,.07); transition: transform .45s var(--ease), box-shadow .45s ease; }
.post-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .8s var(--ease); }
.post-card:hover img { transform: scale(1.045); }
.post-card-body { padding: 28px; }
.post-card h2, .post-card h3 { margin: 8px 0 12px; font-family: Montserrat, sans-serif; font-size: 23px; line-height: 1.3; letter-spacing: -.03em; }
.post-card p { color: var(--muted); }
.archive-intro { max-width: 790px; margin-bottom: 46px; color: var(--muted); }
.archive-list { display: grid; gap: 0; margin-top: 55px; }
.archive-entry { display: grid; grid-template-columns: 260px 1fr; gap: 34px; padding: 36px 0; border-top: 1px solid var(--line); }
.archive-entry:last-child { border-bottom: 1px solid var(--line); }
.archive-entry img { width: 260px; aspect-ratio: 4/3; object-fit: cover; border-radius: 18px; }
.archive-entry h2 { margin: 7px 0 11px; font-family: Montserrat, sans-serif; font-size: 25px; line-height: 1.3; letter-spacing: -.03em; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }
.contact-card, .contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper-bright); box-shadow: var(--shadow); }
.contact-actions { display: grid; gap: 10px; margin-top: 28px; }
.contact-actions a { padding: 15px 17px; border-radius: 12px; background: rgba(230,185,92,.11); color: #76501b; font-weight: 700; overflow-wrap: anywhere; }
.field { display: grid; gap: 7px; margin-bottom: 17px; }
.field label { font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(16,17,20,.18); border-radius: 12px; color: var(--ink); background: white; }
.field input:focus, .field textarea:focus { border-color: var(--gold-deep); outline: 0; box-shadow: 0 0 0 3px rgba(230,185,92,.15); }
.field textarea { min-height: 150px; resize: vertical; }
.form-status { min-height: 24px; color: var(--muted); }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: 100px 32px 28px; color: white; background: #07090d; }
.footer-aura { position: absolute; top: -420px; left: 50%; width: 950px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(230,185,92,.16), transparent 64%); transform: translateX(-50%); }
.footer-top { position: relative; width: min(920px, 100%); margin: 0 auto 95px; text-align: center; }
.footer-top .eyebrow { margin-bottom: 18px; }
.footer-top h2 { margin: 0 auto 30px; font-family: Montserrat,sans-serif; font-size: clamp(36px,4.5vw,62px); line-height: 1.08; font-weight: 620; letter-spacing: -.045em; }
.footer-grid { position: relative; width: min(var(--content), 100%); margin: 0 auto; padding-top: 48px; display: grid; grid-template-columns: 1.8fr .65fr .65fr; gap: 70px; border-top: 1px solid var(--line-dark); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-brand { flex-direction: row !important; gap: 18px !important; }
.footer-logo { width: 62px; height: 62px; flex: 0 0 auto; border-radius: 17px; }
.footer-grid h2 { margin: 0 0 8px; font-family: Montserrat, sans-serif; font-size: 15px; }
.footer-grid p { max-width: 430px; margin: 0; color: rgba(255,255,255,.48); font-size: 13px; }
.footer-grid a { color: rgba(255,255,255,.67); font-size: 13px; transition: color .25s ease; }
.footer-grid a:hover { color: var(--gold-bright); }
.copyright { position: relative; width: min(var(--content), 100%); margin: 55px auto 0; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.62); font-size: 11px; }

/* Motion */
.reveal { opacity: 0; filter: blur(8px); transform: translateY(34px) scale(.985); transition: opacity .85s var(--ease), transform .85s var(--ease), filter .85s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
.hero-signature .hero-content.reveal.is-visible { transform: translateY(var(--hero-copy-y,0px)); }
.journal-card.reveal.is-visible:hover { transform: translateY(-8px) perspective(1000px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg)); }
@keyframes aurora-drift { 0% { transform: translate3d(-3%, -2%, 0) scale(.92); } 100% { transform: translate3d(8%, 7%, 0) scale(1.12); } }
@keyframes ring-pulse { 0%,100% { opacity: .55; transform: scale(.97); } 50% { opacity: 1; transform: scale(1.04); } }
@keyframes stage-float { 0% { transform: translate3d(0,-5px,35px) rotate(3deg); } 100% { transform: translate3d(0,9px,35px) rotate(5deg); } }
@keyframes medallion-drift { 0% { transform: translate3d(-4px,-7px,100px) rotate(5deg); } 100% { transform: translate3d(7px,10px,100px) rotate(14deg); } }
@keyframes suit-drift { 0%,100% { margin-top: -5px; } 50% { margin-top: 9px; } }
@keyframes scroll-line { 0% { transform: translateY(0); } 100% { transform: translateY(200%); } }
@keyframes glow-breathe { 0%,100% { opacity: .72; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.1); } }
@keyframes menu-in { from { transform: translateX(100%); } to { transform: translateX(0); } }

@media (min-width: 768px) and (max-width: 1050px) {
  .header-inner { width: min(100% - 32px, 1240px); gap: 18px; }
  .desktop-nav { gap: 12px; font-size: 12px; }
  .header-cta { display: none; }
  .hero-shell { grid-template-columns: minmax(0,1fr) minmax(340px,.8fr); gap: 30px; }
  .hero h1 { font-size: clamp(49px,6vw,64px); }
  .hero-stage { min-height: 450px; }
  .hero-stage-ring { width: 340px; }
  .hero-brand-chip { left: 0; }
  .hero-kinetic-title { top: 51%; font-size: clamp(78px,11vw,116px); }
  .hero-medallion { right: -1%; width: 88px; }
  .signal-grid > div { padding: 24px 20px; }
  .feature-deck { grid-template-rows: repeat(2, 290px); }
  .showcase-layout { gap: 55px; }
  .showcase-art { min-height: 520px; }
  .footer-grid { grid-template-columns: 1.4fr .7fr .7fr; gap: 40px; }
  .notes-masthead { grid-template-columns: 1fr .75fr; gap: 42px; }
  .note-directory-copy { grid-template-columns: 130px minmax(0,1fr); }
  .journal-index-heading { grid-template-columns: .45fr 1.55fr; gap: 35px; }
  .journal-feature { grid-template-columns: 1fr 1fr; min-height: 480px; }
  .journal-feature-media { min-height: 480px; }
  .journal-feature-copy { padding: 38px 30px; }
  .journal-feature-copy h2 { font-size: 40px; }
  .article-reading-grid { width: calc(100% - 48px); grid-template-columns: 180px minmax(0,1fr); gap: 42px; }
  .field-note-title-grid { gap: 45px; }
  .field-note-deck > p { font-size: 16px; }
  .workbench-grid { gap: 50px; }
}

@media (min-width: 768px) and (max-width: 900px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
}

@media (max-width: 767px) {
  .site-header, .header-inner { height: 72px; }
  .header-inner { width: calc(100% - 28px); }
  .brand { font-size: 14px; }
  .brand img { width: 36px; height: 36px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 0; }
  .hero-shell { width: calc(100% - 34px); min-height: 0; padding: 106px 0 46px; grid-template-columns: 1fr; align-content: start; gap: 27px; }
  .hero-content { gap: 17px; }
  .hero h1 { max-width: 370px; font-size: clamp(42px,12.2vw,55px); line-height: 1.02; }
  .hero-content > p:not(.eyebrow) { font-size: 15px; line-height: 1.58; }
  .hero-actions { width: 100%; margin-top: 4px; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-assurance { gap: 9px 14px; margin-top: 5px; font-size: 9px; }
  .hero-visual { margin-top: -2px; }
  .hero-stage { min-height: 260px; }
  .hero-stage-ring { width: 235px; }
  .hero-art-card { width: min(245px,73%); border-radius: 25px; transform: rotate(3deg); }
  .hero-art-card::after, .hero-artwork { border-radius: 16px; }
  .hero-brand-chip { left: 0; bottom: 3%; max-width: 220px; padding: 10px 13px 10px 10px; }
  .hero-app-icon { width: 45px; height: 45px; border-radius: 12px; }
  .hero-brand-chip strong { font-size: 12px; }
  .suit-one { right: 1%; top: 4%; width: 46px; height: 57px; font-size: 22px; }
  .suit-two { right: 2%; bottom: 1%; }
  .suit-three { left: 3%; }
  .hero-scroll { display: none; }
  .hero-kinetic-title { top: 75%; width: 120%; font-size: clamp(57px,19vw,80px); line-height: .78; opacity: .72; }
  .hero-kinetic-title span:last-child { transform: translateX(7%); }
  .hero-pointer-orb, .hero-scene-index { display: none; }
  .hero-medallion { top: 12%; right: -1%; width: 70px; padding: 5px; }
  .signal-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .signal-grid > div { min-height: 76px; padding: 17px 18px; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .signal-grid > div:last-child { border: 0; }
  .signal-grid small { font-size: 11px; }
  .section { padding: 78px 18px; }
  .section h2 { font-size: clamp(35px,10vw,46px); }
  .editorial-heading { margin-bottom: 35px; grid-template-columns: 1fr; gap: 12px; }
  .feature-deck { grid-template-columns: 1fr; grid-template-rows: 470px 360px 330px; }
  .feature-panel-wide { grid-row: auto; }
  .feature-panel-copy, .feature-panel-wide .feature-panel-copy { padding: 27px 23px; }
  .feature-panel h3, .feature-panel:not(.feature-panel-wide) h3 { font-size: 27px; }
  .story-layout { grid-template-columns: 1fr; gap: 60px; }
  .story-intro { position: static; }
  .story-step { min-height: 180px; grid-template-columns: 42px 1fr; gap: 10px; }
  .chapter-heading { padding-bottom: 38px; grid-template-columns: 1fr; gap: 22px; }
  .chapter-heading h2 { font-size: clamp(47px,14vw,65px); }
  .chapter-heading-copy { padding-bottom: 0; }
  .chapter-row { min-height: 180px; padding: 28px 2px; grid-template-columns: 48px minmax(0,1fr) 42px; gap: 12px; }
  .chapter-row:hover, .chapter-row:focus-visible { padding-left: 8px; }
  .chapter-number { font-size: 31px; }
  .chapter-copy h3 { font-size: 27px; }
  .chapter-copy p { font-size: 13px; line-height: 1.55; }
  .chapter-symbol { display: none; }
  .chapter-arrow { width: 40px; height: 40px; font-size: 14px; }
  .section-showcase { padding-top: 52px; }
  .showcase-layout { grid-template-columns: 1fr; gap: 42px; }
  .showcase-art { min-height: 460px; }
  .showcase-image-back { width: 52%; height: 66%; }
  .showcase-image-front { width: 55%; height: 68%; }
  .showcase-badge { left: 8%; bottom: 4%; max-width: 210px; }
  .section-cta-premium { padding-top: 90px; padding-bottom: 90px; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .feature-grid, .post-grid, .portrait-grid { grid-template-columns: 1fr; }
  .portrait-grid img { height: 350px; }
  .portrait-grid img:first-child { transform: none; }
  .feature-card-copy { min-height: auto; }
  .content-shell, .article-shell, .archive-shell, .contact-shell { width: min(100% - 32px, 780px); padding: 112px 0 78px; }
  .hero + .content-shell, .hero + .section, .hero + .archive-shell { padding-top: 72px; }
  .content-shell > h1, .archive-shell > h1, .contact-shell > h1, .article-shell > h1 { font-size: 42px; }
  .archive-entry { grid-template-columns: 1fr; gap: 20px; }
  .archive-entry img { width: 100%; }
  .article-shell .section-cta { margin-inline: -16px; padding-inline: 20px; }
  .contact-card, .contact-form { padding: 26px 21px; }
  .notes-hub { padding: 98px 18px 54px; }
  .notes-masthead { margin-bottom: 22px; grid-template-columns: 1fr; gap: 14px; }
  .notes-masthead .eyebrow { margin-bottom: 9px; }
  .notes-masthead h1 { max-width: 340px; font-size: clamp(43px,12.2vw,53px); line-height: .93; }
  .notes-masthead-intro { grid-template-columns: 40px 1fr; gap: 12px; }
  .notes-masthead-intro > span { font-size: 32px; }
  .notes-masthead-intro p { font-size: 12px; line-height: 1.5; }
  .note-directory-label { min-height: 30px; }
  .note-directory-row { min-height: 68px; padding: 8px 0; grid-template-columns: 34px minmax(0,1fr) 36px; gap: 9px; }
  .note-directory-row::before { inset: 2px -7px; border-radius: 13px; }
  .note-directory-row:hover, .note-directory-row:focus-visible { padding-left: 6px; padding-right: 2px; }
  .note-directory-copy { display: grid; grid-template-columns: 1fr; gap: 2px; }
  .note-directory-copy small { font-size: 7px; }
  .note-directory-copy strong { font-size: 14px; line-height: 1.18; white-space: normal; }
  .note-directory-time { display: none; }
  .note-directory-arrow { width: 32px; height: 32px; font-size: 11px; }
  .journal-index { padding: 76px 18px; }
  .journal-index-heading { margin-bottom: 36px; grid-template-columns: 1fr; gap: 15px; }
  .journal-index-heading .eyebrow { padding-top: 0; }
  .journal-index-heading h2 { font-size: clamp(42px,12.5vw,56px); }
  .journal-feature { min-height: 0; grid-template-columns: 1fr; border-radius: 24px; }
  .journal-feature-media { min-height: 0; aspect-ratio: 16/10; }
  .journal-feature-media::after { background: linear-gradient(180deg,transparent 55%,rgba(11,13,18,.5)); }
  .journal-feature-media > span { right: 16px; bottom: 14px; width: 52px; height: 52px; }
  .journal-feature-copy { padding: 29px 22px 32px; }
  .journal-feature-copy h2 { margin: 16px 0 13px; font-size: 34px; }
  .journal-feature-copy > p { margin-bottom: 24px; font-size: 14px; }
  .journal-feature-copy .button { width: 100%; }
  .journal-grid { grid-template-columns: 1fr; gap: 17px; }
  .journal-card { border-radius: 21px; }
  .journal-card-body { min-height: 0; padding: 25px 21px 27px; }
  .journal-card-body h2, .journal-card-body h3 { font-size: 29px; }
  .journal-card-link { min-height: 44px; align-items: center; }
  .journal-method-grid { grid-template-columns: 1fr; gap: 40px; }
  .method-list li { min-height: 104px; grid-template-columns: 43px 1fr; gap: 12px; }
  .method-list strong { font-size: 18px; }
  .journal-principle-stack { grid-template-columns: 1fr; }
  .journal-principle-stack span { min-height: 90px; }
  .article-progress { top: 71px; }
  .field-note-header { padding: 102px 18px 39px; }
  .reading-path { max-width: 100%; margin-bottom: 34px; padding-bottom: 8px; overflow-x: auto; scrollbar-width: none; }
  .reading-path::-webkit-scrollbar { display: none; }
  .field-note-title-grid { margin-bottom: 34px; grid-template-columns: 1fr; gap: 22px; }
  .field-note h1 { font-size: clamp(42px,12vw,56px); line-height: 1; }
  .field-note-deck > p { margin-bottom: 19px; font-size: 16px; line-height: 1.65; }
  .field-note-image { aspect-ratio: 16/10; border-radius: 20px; }
  .field-note-image > span { right: 14px; bottom: 13px; width: 50px; height: 50px; font-size: 20px; }
  .field-note-figure figcaption { font-size: 10px; }
  .article-reading-grid { width: 100%; padding: 0 0 78px; grid-template-columns: 1fr; gap: 0; }
  .article-rail { position: sticky; top: 72px; z-index: 35; width: 100%; padding: 9px 18px; display: flex; gap: 8px; overflow-x: auto; border: 0; background: rgba(255,253,248,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(15px); scrollbar-width: none; }
  .article-rail::-webkit-scrollbar { display: none; }
  .article-rail > p, .article-rail-journal { display: none; }
  .article-rail > a:not(.article-rail-journal) { min-height: 42px; min-width: max-content; padding: 10px 13px; display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 999px; background: white; font-size: 10px; }
  .article-rail > a:hover, .article-rail > a.is-active { padding-left: 13px; color: var(--night); border-color: var(--gold); background: rgba(230,185,92,.18); }
  .article-prose { padding: 55px 18px 0; }
  .article-summary { margin-bottom: 52px; padding: 30px 22px; border-radius: 19px; }
  .article-summary h2 { font-size: 33px; }
  .article-summary li { padding-left: 39px; font-size: 14px; }
  .article-section { padding-top: 54px; scroll-margin-top: 135px; }
  .article-section h2, .article-sources h2, .article-faq h2 { font-size: 33px; }
  .article-section p, .article-faq p { font-size: 16px; line-height: 1.76; }
  .article-checklist { grid-template-columns: 1fr; }
  .article-checklist li { min-height: 68px; }
  .article-table-wrap { margin-inline: -2px; border-radius: 14px; }
  .article-table-wrap table { min-width: 590px; }
  .article-sources { margin-top: 65px; padding: 28px 21px; }
  .article-faq { margin-top: 65px; }
  .related-notes { padding-top: 70px; }
  .journal-grid-related { grid-template-columns: 1fr; }
  .journal-grid-related .journal-card:nth-child(n+2) { display: none; }
  .workbench-grid { grid-template-columns: 1fr; gap: 43px; }
  .workbench-visual img { border-radius: 20px; }
  .connect-page h1 { font-size: 44px; }
  .site-footer { padding: 78px 18px 25px; }
  .footer-top { margin-bottom: 70px; }
  .footer-grid { padding-top: 38px; grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { flex-direction: column !important; }
  .copyright { margin-top: 42px; flex-direction: column; gap: 6px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 40px; }
  .hero-assurance span:last-child { display: none; }
  .hero-stage { min-height: 250px; }
  .feature-deck { grid-template-rows: 430px 340px 320px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; filter: none; transform: none; }
  .hero-stage { transform: none !important; }
  .hero-pointer-orb { display: none; }
}
