:root {
  --night: #050b14;
  --navy: #081525;
  --panel: #0d1725;
  --panel-2: #111d2d;
  --gold: #e7bc78;
  --gold-light: #fff0ce;
  --ice: #7fbfff;
  --text: #f7f3e9;
  --muted: #a4adba;
  --line: rgba(231, 188, 120, .24);
  --line-soft: rgba(255, 255, 255, .09);
  --display: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --serif: "Iowan Old Style", "Bodoni 72", Didot, Georgia, serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { overflow-y: auto; scroll-behavior: smooth; scrollbar-color: rgba(231, 188, 120, .55) var(--night); scrollbar-width: thin; background: var(--night); }
body { margin: 0; overflow-x: hidden; color: var(--text); background: radial-gradient(circle at 82% 7%, rgba(64, 91, 124, .22), transparent 30%), radial-gradient(circle at 9% 38%, rgba(19, 56, 96, .16), transparent 28%), var(--night); font: 16px/1.58 var(--body); -webkit-font-smoothing: antialiased; }
html::-webkit-scrollbar { width: 9px; }
html::-webkit-scrollbar-track { background: var(--night); }
html::-webkit-scrollbar-thumb { background: rgba(231, 188, 120, .55); border: 2px solid var(--night); border-radius: 999px; }
html::-webkit-scrollbar-thumb:hover { background: var(--gold); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.site-header { position: relative; z-index: 50; width: min(1240px, calc(100% - 48px)); height: 92px; margin-inline: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 12px; font: 500 28px/1 var(--serif); letter-spacing: -.02em; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
.desktop-nav a, .header-cta { transition: color .2s ease, border-color .2s ease; }
.desktop-nav a:hover, .header-cta:hover { color: var(--gold-light); }
.header-cta { justify-self: end; padding-bottom: 4px; color: var(--gold-light); border-bottom: 1px solid var(--gold); font-size: 13px; font-weight: 750; }
.menu-button, .mobile-menu { display: none; }

.hero { min-height: 760px; padding-block: 78px 96px; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(42px, 5vw, 78px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker, .post-kicker { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: var(--gold-light); border-radius: 50%; box-shadow: 0 0 0 5px rgba(231, 188, 120, .08), 0 0 20px var(--gold); }
.hero h1, .page-intro h1, .app-hero h1, .article h1, .legal h1, .not-found h1 { margin: 27px 0 26px; font-family: var(--display); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 760px; font-size: clamp(53px, 4.55vw, 73px); }
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
.hero h1 em { color: var(--gold-light); font-style: normal; font-weight: 750; text-shadow: 0 0 30px rgba(231, 188, 120, .12); }
.hero-lede { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.button { min-height: 54px; padding: 15px 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--gold); border-radius: 999px; font-weight: 750; line-height: 1.05; transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: #10151e; background: linear-gradient(135deg, #fff3d8, #dfaa60); box-shadow: 0 8px 30px rgba(231, 188, 120, .18), inset 0 1px rgba(255,255,255,.7); }
.button--ghost { color: var(--gold-light); background: rgba(8, 21, 37, .7); }
.button--ghost:hover { background: rgba(231, 188, 120, .08); box-shadow: 0 0 26px rgba(231, 188, 120, .12); }
.button--dark { color: #10151e; background: var(--gold-light); }
.trust-line { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 9px 20px; color: #808b99; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.trust-line span::before { content: '✦'; margin-right: 7px; color: var(--gold); }

.tool-switchboard { position: relative; min-width: 0; overflow: hidden; background: linear-gradient(145deg, rgba(18, 30, 46, .98), rgba(5, 12, 22, .99)); border: 1px solid rgba(231, 188, 120, .62); border-radius: 28px; box-shadow: 14px 14px 0 rgba(231, 188, 120, .075), 0 38px 90px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .06); transform: rotate(1deg); }
.tool-switchboard::before { content: ''; position: absolute; width: 340px; height: 340px; top: -230px; right: -80px; pointer-events: none; background: radial-gradient(circle, rgba(231, 188, 120, .21), transparent 66%); }
.switchboard-head { min-height: 62px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #8c96a5; border-bottom: 1px solid var(--line); font: 800 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; text-transform: uppercase; }
.switchboard-status { color: #77d8a2; white-space: nowrap; }
.switchboard-status::before { content: ''; width: 7px; height: 7px; margin-right: 8px; display: inline-block; background: currentColor; border-radius: 50%; box-shadow: 0 0 14px currentColor; }
.switch-row { --app: var(--ice); min-height: 78px; padding: 12px 23px; display: grid; grid-template-columns: 32px 50px minmax(0, 1fr) 24px; gap: 15px; align-items: center; border-bottom: 1px solid var(--line-soft); transition: padding .22s ease, background .22s ease, color .22s ease; }
.switch-row:last-child { border-bottom: 0; }
.switch-row:hover { padding-left: 29px; background: linear-gradient(90deg, color-mix(in srgb, var(--app) 11%, transparent), rgba(231, 188, 120, .035)); }
.switch-row--blue { --app: #5aa7ff; }
.switch-row--green { --app: #7ed5a5; }
.switch-row--sand { --app: #e2b46d; }
.switch-row--mint { --app: #65d5c1; }
.switch-row--violet { --app: #ad7dff; }
.switch-row--rose { --app: #ef8eaa; }
.switch-row--charcoal { --app: #bdc4cf; }
.switch-index { color: #778190; font: 750 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.switch-copy { min-width: 0; display: grid; gap: 3px; }
.switch-copy strong { overflow: hidden; color: var(--text); font: 700 17px/1.15 var(--display); letter-spacing: -.025em; text-overflow: ellipsis; white-space: nowrap; }
.switch-copy small { overflow: hidden; color: #8993a2; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.switch-row > b { color: var(--gold); font-size: 21px; transition: transform .22s ease; }
.switch-row:hover > b { transform: translateX(4px); }

.marquee { overflow: hidden; color: var(--gold-light); background: #03070d; border-block: 1px solid var(--line); }
.marquee-track { width: max-content; display: flex; animation: ticker 34s linear infinite; }
.marquee-group { min-width: 100vw; padding: 16px 34px; display: flex; flex: none; justify-content: space-around; gap: 34px; align-items: center; font-size: 12px; font-weight: 800; letter-spacing: .18em; white-space: nowrap; }
.marquee i { color: var(--gold); font-style: normal; text-shadow: 0 0 12px var(--gold); }
@keyframes ticker { to { transform: translateX(-50%); } }

.catalog, .journal, .faq, .related { padding-block: 124px; }
.section-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1fr minmax(260px, 410px); gap: 50px; align-items: end; }
.section-heading h2, .content-title h2, .closing h2 { margin: 13px 0 0; font: 600 clamp(38px, 4.2vw, 64px)/1.04 var(--display); letter-spacing: -.05em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; }
.filter-bar { margin-bottom: 28px; display: flex; gap: 9px; flex-wrap: wrap; }
.filter { padding: 10px 17px; color: var(--muted); background: rgba(13, 23, 37, .58); border: 1px solid var(--line-soft); border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 750; transition: .2s ease; }
.filter:hover, .filter.is-active { color: #111722; background: var(--gold-light); border-color: var(--gold); box-shadow: 0 0 24px rgba(231,188,120,.14); }
.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.app-card { --app: var(--ice); position: relative; min-height: 415px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; background: linear-gradient(145deg, rgba(17,29,45,.98), rgba(7,15,26,.98)); border: 1px solid rgba(231, 188, 120, .23); border-radius: 26px; box-shadow: inset 0 1px rgba(255,255,255,.035), 0 22px 60px rgba(0,0,0,.22); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.app-card:hover { transform: translateY(-7px); border-color: rgba(231,188,120,.62); box-shadow: 0 28px 70px rgba(0,0,0,.36), 0 0 28px rgba(231,188,120,.06); }
.app-card[hidden] { display: none; }
.app-card--featured { background: linear-gradient(145deg, color-mix(in srgb, var(--app) 13%, #111d2d), #07101c 78%); }
.app-card::before { content: ''; position: absolute; width: 240px; height: 240px; top: -135px; right: -100px; background: radial-gradient(circle, color-mix(in srgb, var(--app) 22%, transparent), transparent 68%); }
.app-card::after { content: ''; position: absolute; inset: 9px; pointer-events: none; border: 1px solid rgba(255,255,255,.025); border-radius: 19px; }
.app-card__top { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; }
.app-card__eyebrow { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.app-card__arrow { margin-left: auto; color: var(--gold); font-size: 21px; }
.app-mark { --app: var(--ice); width: 50px; aspect-ratio: 1; display: inline-grid; flex: none; overflow: hidden; place-items: center; background: #06101d; border: 1px solid rgba(255, 222, 157, .7); border-radius: 50%; box-shadow: 0 7px 20px rgba(0,0,0,.36), 0 0 16px rgba(231,188,120,.11), inset 0 1px rgba(255,255,255,.16); }
.app-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.app-mark--blue, .app-card--blue, .app-page--blue { --app: #5aa7ff; }
.app-mark--green, .app-card--green, .app-page--green { --app: #7ed5a5; }
.app-mark--sand, .app-card--sand, .app-page--sand { --app: #e2b46d; }
.app-mark--mint, .app-card--mint, .app-page--mint { --app: #65d5c1; }
.app-mark--violet, .app-card--violet, .app-page--violet { --app: #ad7dff; }
.app-mark--rose, .app-card--rose, .app-page--rose { --app: #ef8eaa; }
.app-mark--charcoal, .app-card--charcoal, .app-page--charcoal { --app: #bdc4cf; }
.app-card h3 { position: relative; z-index: 1; margin: 25px 0 11px; font: 600 35px/1 var(--display); letter-spacing: -.045em; }
.app-card h3 a::after { content: ''; position: absolute; inset: 0; }
.app-card p { position: relative; z-index: 1; max-width: 600px; margin: 0; color: var(--muted); }
.app-card ul { position: relative; z-index: 1; margin: 25px 0; padding: 0; display: grid; gap: 7px; list-style: none; color: #d9dde4; font-size: 13px; font-weight: 650; }
.app-card li::before { content: '✦'; margin-right: 8px; color: var(--app); font-size: 9px; }
.app-card__bottom { position: relative; z-index: 2; margin-top: auto; padding-top: 19px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-soft); }
.text-link { color: var(--gold-light); font-weight: 750; border-bottom: 1px solid var(--gold); }
.mini-cta { padding: 9px 14px; color: #111722; background: var(--gold-light); border-radius: 999px; font-size: 12px; font-weight: 800; }
.filter-empty { padding: 40px; text-align: center; color: var(--muted); }

.principles { position: relative; padding-block: 124px; overflow: hidden; color: #131923; background: linear-gradient(135deg, #f9e6bd, #d8a75e); }
.principles::after { content: ''; position: absolute; width: 650px; height: 650px; right: -250px; top: -300px; border: 1px solid rgba(20,25,35,.18); border-radius: 50%; }
.principles .section-kicker { color: #664512; }
.principles .section-heading > p { color: #5e503b; }
.principle-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(17,23,34,.32); border-bottom: 1px solid rgba(17,23,34,.32); }
.principle-grid article { min-height: 245px; padding: 32px 34px; border-right: 1px solid rgba(17,23,34,.24); border-bottom: 1px solid rgba(17,23,34,.24); }
.principle-grid article:nth-child(3n) { border-right: 0; }
.principle-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.principle-grid span { font: 700 12px/1 ui-monospace, monospace; }
.principle-grid h3 { margin: 46px 0 14px; font: 700 24px/1.08 var(--display); letter-spacing: -.035em; }
.principle-grid p { margin: 0; color: #554b3c; }

.text-link--large { justify-self: end; align-self: end; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.post-card { min-width: 0; border-right: 1px solid var(--line); }
.post-card:last-child { border-right: 0; }
.post-card a { min-height: 430px; padding: 29px; display: flex; flex-direction: column; transition: background .2s ease; }
.post-card a:hover { background: rgba(231,188,120,.035); }
.post-number { color: #66717f; font: 700 12px/1 ui-monospace, monospace; }
.post-kicker { display: block; margin-top: 67px; }
.post-card h3 { margin: 16px 0; font: 650 27px/1.1 var(--display); letter-spacing: -.04em; }
.post-card p { margin: 0; color: var(--muted); font-size: 14px; }
.post-meta { margin-top: auto; padding-top: 30px; display: flex; justify-content: space-between; color: #7e8997; font-size: 12px; font-weight: 750; }
.post-meta b { color: var(--gold); font-size: 18px; }

.faq-list { border-top: 1px solid var(--gold); }
.faq-list details { border-bottom: 1px solid var(--line-soft); }
.faq-list summary { padding: 25px 4px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font: 650 21px/1.2 var(--display); letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 22px; height: 22px; flex: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; top: 10px; left: 3px; width: 16px; height: 1px; background: var(--gold); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 820px; margin: -4px 0 0; padding: 0 4px 25px; color: var(--muted); font-size: 16px; }
.closing { position: relative; margin-bottom: 110px; padding: 48px; display: flex; align-items: end; justify-content: space-between; gap: 40px; overflow: hidden; color: var(--gold-light); background: linear-gradient(145deg, #142235, #07101c); border: 1px solid var(--gold); border-radius: 28px; box-shadow: 0 25px 70px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.06); }
.closing::after { content: ''; position: absolute; width: 300px; height: 300px; right: -120px; top: -190px; border: 1px solid var(--gold); border-radius: 50%; box-shadow: 0 0 40px rgba(231,188,120,.08); }
.closing .section-kicker { color: var(--gold); }
.closing h2 { font-size: clamp(34px, 4vw, 56px); }
.closing .button { position: relative; z-index: 1; flex: none; background: var(--gold-light); }

.site-footer { width: min(1240px, calc(100% - 48px)); min-height: 92px; margin-inline: auto; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid var(--line); }
.footer-brand { color: var(--gold-light); font: 500 25px/1 var(--serif); }
.site-footer nav { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: 10px 22px; }
.site-footer nav a { color: #929ca9; font-size: 11px; font-weight: 700; transition: color .2s ease; }
.site-footer nav a:hover { color: var(--gold-light); }

/* Application pages */
.app-page { --app: var(--ice); }
.app-hero { padding-block: 42px 105px; }
.back-link { display: inline-block; margin-bottom: 54px; color: var(--muted); font-weight: 750; border-bottom: 1px solid rgba(231,188,120,.48); }
.app-hero__grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.app-hero__grid > * { min-width: 0; }
.app-identity { display: flex; align-items: center; gap: 14px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.app-identity .app-mark { width: 62px; }
.app-hero h1 { margin-top: 28px; font-size: clamp(32px, 3.4vw, 54px); overflow-wrap: normal; word-break: normal; hyphens: none; white-space: nowrap; }
.app-hero__grid > div > p { max-width: 700px; color: var(--muted); font-size: 17px; }
.app-phone { position: relative; width: min(100%, 290px); margin: 0 auto; padding: 30px 9px 10px; background: linear-gradient(145deg, #343944 0%, #0a0e15 44%, #03060a 100%); border: 1px solid var(--gold); border-radius: 45px; box-shadow: 0 35px 85px rgba(0, 0, 0, .52), 11px 11px 0 rgba(231, 188, 120, .08), inset 0 1px rgba(255, 255, 255, .17); transform: rotate(1deg); }
.app-phone::before { content: ''; position: absolute; inset: -16%; z-index: -1; pointer-events: none; background: radial-gradient(circle, color-mix(in srgb, var(--app) 20%, transparent), transparent 64%); filter: blur(16px); }
.app-phone__speaker { position: absolute; width: 58px; height: 5px; top: 13px; left: 50%; z-index: 2; background: #05070a; border: 1px solid rgba(255, 255, 255, .12); border-radius: 999px; transform: translateX(-50%); }
.app-phone__screen { aspect-ratio: 390 / 844; overflow: hidden; background: #07111e; border: 1px solid rgba(255, 255, 255, .1); border-radius: 35px; }
.app-phone__screen img { width: 100%; height: 100%; display: block; object-fit: cover; }
.price-note { font-size: 12px !important; font-weight: 750; }
.price-note::before { content: '✦'; margin-right: 7px; color: var(--gold); }
.demo-panel { padding: 18px; background: linear-gradient(145deg, #142235, #081321); border: 1px solid var(--gold); border-radius: 26px; box-shadow: 12px 12px 0 rgba(231,188,120,.1), 0 30px 70px rgba(0,0,0,.35); transform: rotate(1deg); }
.demo-panel__bar { height: 42px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--line-soft); color: var(--gold-light); font: 800 10px/1 ui-monospace, monospace; text-transform: uppercase; }
.demo-panel__bar span { margin-right: auto; }
.demo-panel__bar i { width: 7px; height: 7px; background: #566171; border-radius: 50%; }
.demo-message { max-width: 88%; margin: 22px 0; padding: 16px; color: #dce1e8; background: #162337; border: 1px solid var(--line-soft); border-radius: 16px 16px 16px 3px; font-size: 14px; }
.demo-message--user { margin-left: auto; color: #10151e; background: color-mix(in srgb, var(--app) 65%, white); border-color: color-mix(in srgb, var(--app) 65%, var(--gold)); border-radius: 16px 16px 3px 16px; }
.demo-result { margin-top: 32px; padding: 18px; display: grid; gap: 5px; background: rgba(231,188,120,.055); border: 1px solid var(--line); border-radius: 16px; }
.demo-result span { color: var(--gold); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.demo-result strong { font-size: 18px; }
.demo-result b { margin-top: 9px; color: var(--muted); font-size: 11px; }
.app-visual { position: relative; min-width: 0; height: 520px; overflow: hidden; border: 1px solid var(--gold); border-radius: 27px; box-shadow: 13px 13px 0 rgba(231, 188, 120, .09), 0 30px 70px rgba(0, 0, 0, .36); transform: rotate(1deg); }
.visual-bar { padding: 21px 23px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(18, 54, 97, .18); }
.visual-bar span { font-weight: 850; }
.visual-bar small { color: #64738a; font-size: 10px; font-weight: 750; }
.app-visual--english { padding: 22px; color: #132640; background: #f4f7fd; }
.app-visual--english .visual-bar { padding-top: 4px; }
.visual-chat { max-width: 87%; margin: 22px 0; padding: 17px; background: #e2ebfb; border-radius: 17px 17px 17px 4px; font-size: 14px; }
.visual-chat--user { margin-left: auto; color: white; background: #153151; border-radius: 17px 17px 4px 17px; }
.visual-review { padding: 19px; display: grid; gap: 7px; background: white; border-left: 4px solid #4b9aff; box-shadow: 0 14px 32px rgba(20, 48, 84, .1); }
.visual-review small { color: #4b9aff; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.visual-review s { color: #7b8695; font-size: 12px; text-decoration-color: #e26161; }
.visual-review strong { font-size: 17px; line-height: 1.35; }
.visual-review b { width: fit-content; margin-top: 5px; padding: 6px 9px; color: #204535; background: #c7f0d8; border-radius: 999px; font-size: 10px; }

.app-visual--fridge { padding: 55px 27px 27px; color: #16332b; background: linear-gradient(180deg, #d8efe5, #a8cfc0); }
.visual-sticker { position: absolute; top: 17px; right: 17px; padding: 9px 11px; color: white; background: #e76f51; box-shadow: 4px 4px 0 #17362d; transform: rotate(3deg); font: 800 9px/1 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.visual-shelf { height: 190px; padding: 26px 21px 8px; display: flex; align-items: end; justify-content: space-around; background: #c0ded2; border: 2px solid #305a4d; border-radius: 31px 31px 12px 12px; box-shadow: inset 0 -14px rgba(34, 76, 63, .12); }
.visual-shelf span { font-size: 52px; filter: drop-shadow(0 10px 10px rgba(25, 67, 54, .16)); }
.visual-shelf span:nth-child(2) { font-size: 42px; }
.visual-recipe { margin: -2px 15px 0; padding: 24px; display: grid; gap: 8px; background: #fffdf6; border-radius: 0 0 20px 20px; box-shadow: 0 18px 36px rgba(31, 74, 61, .16); }
.visual-recipe small { color: #71847d; font: 750 9px/1 ui-monospace, monospace; text-transform: uppercase; }
.visual-recipe strong { font: 750 24px/1.1 var(--display); }
.visual-recipe span { color: #62746e; font-size: 12px; }
.visual-recipe b { margin-top: 8px; color: #156b49; font-size: 12px; }

.app-visual--marginalia { padding: 38px; color: #33281c; background: #221d18; }
.visual-page { position: relative; height: 100%; padding: 53px 42px 34px 75px; background: linear-gradient(90deg, #e4d5ba 0 45px, #ad765d 46px 48px, #f8efdc 49px); box-shadow: 0 18px 48px rgba(0, 0, 0, .35); transform: rotate(-1deg); }
.visual-page::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 31px, rgba(83, 60, 37, .09) 32px); }
.visual-page small { position: relative; color: #8a6d4b; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.visual-page blockquote { position: relative; margin: 38px 0 24px; font: italic 30px/1.28 var(--serif); }
.visual-page p { position: relative; color: #705c47; font-size: 14px; }
.visual-pencil { position: absolute; color: #9d4f43; font: italic 14px/1.2 "Bradley Hand", cursive; }
.visual-pencil--one { left: 6px; bottom: 74px; transform: rotate(-8deg); }
.visual-pencil--two { right: 12px; bottom: 18px; transform: rotate(3deg); }

.app-visual--svezho { padding: 28px; color: #132d22; background: #dcebe2; }
.visual-ticket-head { padding: 21px 20px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 20px 20px 0 0; border-bottom: 1px dashed #9eb4a6; }
.visual-ticket-head small { color: #687d71; font: 700 9px/1 ui-monospace, monospace; }
.visual-product { padding: 21px 20px; display: grid; grid-template-columns: 45px 1fr auto; gap: 12px; align-items: center; background: #fff; border-bottom: 1px solid #e0e9e3; }
.visual-product:last-child { border-radius: 0 0 20px 20px; border-bottom: 0; }
.visual-product > span { font-size: 31px; }
.visual-product div { display: grid; gap: 2px; }
.visual-product div strong { font-size: 14px; }
.visual-product div small { color: #78897f; font-size: 10px; }
.visual-product > b { padding: 7px 9px; color: #176b48; background: #e4f5eb; border-radius: 999px; font: 800 9px/1 ui-monospace, monospace; }
.visual-product > b.is-hot { color: #ad3d2b; background: #ffe1dc; }

.app-visual--pitchly { overflow: visible; border: 0; box-shadow: none; }
.visual-deck { position: absolute; width: calc(100% - 24px); height: 390px; top: 64px; right: 6px; border-radius: 27px; border: 1px solid rgba(255, 255, 255, .2); }
.visual-deck--back { background: #5e3c94; transform: rotate(6deg); }
.visual-deck--mid { background: #e9b843; transform: rotate(-4deg); }
.visual-deck--front { padding: 28px; color: #241535; background: #fbf8ff; box-shadow: 0 28px 65px rgba(0, 0, 0, .36); transform: rotate(1deg); }
.visual-pip { display: flex; align-items: center; gap: 11px; color: #5b2e97; font-size: 12px; }
.visual-pip span { width: 43px; height: 43px; display: grid; place-items: center; color: white; background: #472172; border-radius: 50%; font-size: 22px; }
.visual-deck--front > p { margin: 27px 0 17px; font: 700 25px/1.18 var(--serif); }
.visual-answer { padding: 14px; color: #6a5b77; background: #eee8f7; border-radius: 14px; font-size: 12px; }
.visual-score { margin-top: 25px; display: flex; align-items: end; gap: 12px; }
.visual-score > strong { color: #8b4bea; font: 800 68px/.8 var(--display); }
.visual-score span { color: #796b83; font-size: 11px; line-height: 1.4; }
.visual-score span b { color: #3b214e; }

.app-visual--lumina { background: #c8d7d7; border-radius: 2px; box-shadow: 13px 13px 0 #4e87ab, 0 30px 70px rgba(0, 0, 0, .34); }
.app-visual--lumina img { width: 100%; height: 100%; display: block; object-fit: cover; }
.app-visual--lumina::after { content: ''; position: absolute; inset: 0 0 0 50%; background: linear-gradient(135deg, rgba(215, 242, 141, .18), rgba(221, 111, 85, .16)); backdrop-filter: saturate(1.3) brightness(1.06); }
.visual-room-tag { position: absolute; z-index: 3; top: 18px; padding: 8px 10px; color: #18323b; background: #f5f1e8; border: 1px solid #18323b; font: 850 9px/1 ui-monospace, monospace; letter-spacing: .07em; text-transform: uppercase; }
.visual-room-tag--before { left: 18px; }
.visual-room-tag--after { right: 18px; background: #d8f28d; }
.visual-divider { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: 2px; background: white; box-shadow: 0 0 0 1px rgba(24, 50, 59, .2); }
.visual-divider b { position: absolute; top: 50%; left: 50%; width: 46px; height: 46px; display: grid; place-items: center; color: #18323b; background: white; border: 1px solid #18323b; border-radius: 50%; transform: translate(-50%, -50%); }
.visual-room-score { position: absolute; z-index: 3; right: 18px; bottom: 18px; padding: 12px 14px; color: white; background: #18323b; font-size: 11px; font-weight: 800; }
.visual-room-score b { color: #d8f28d; font-size: 24px; }

.app-visual--puller { padding: 25px; color: #eef2f5; background: linear-gradient(145deg, #18202b, #090d13); }
.visual-client { padding-bottom: 21px; display: grid; grid-template-columns: 48px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.visual-client > span { width: 48px; height: 48px; display: grid; place-items: center; color: #121820; background: #eef0e8; border-radius: 50%; font-weight: 850; }
.visual-client div { display: grid; }
.visual-client small, .visual-puller-grid small { color: #85909d; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.visual-client > b { padding: 7px 9px; color: #8be0ad; background: rgba(81, 192, 126, .12); border-radius: 999px; font-size: 9px; }
.visual-puller-grid { margin-block: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.visual-puller-grid > div { min-height: 128px; padding: 17px; display: flex; flex-direction: column; background: #151d28; border: 1px solid rgba(255, 255, 255, .08); border-radius: 16px; }
.visual-puller-grid strong { margin: 22px 0 5px; color: var(--gold-light); font-size: 15px; }
.visual-puller-grid span { color: #9aa4af; font-size: 10px; }
.visual-task { padding: 14px 0; display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(255, 255, 255, .08); }
.visual-task > span { width: 29px; height: 29px; display: grid; flex: none; place-items: center; color: #111821; background: var(--gold-light); border-radius: 50%; font-weight: 900; }
.visual-task p { margin: 0; display: grid; }
.visual-task small { color: #818c98; font-size: 10px; }
.feature-band { color: var(--gold-light); background: #03070d; border-block: 1px solid var(--line); }
.feature-band .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-band .shell > div { min-height: 150px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.feature-band .shell > div:first-child { border-left: 1px solid var(--line); }
.feature-band span { color: var(--app); font: 700 11px/1 ui-monospace, monospace; }
.feature-band strong { font-size: 16px; }
.app-content { padding-block: 125px; display: grid; grid-template-columns: .85fr 1.15fr; column-gap: 9vw; }
.content-title { position: sticky; top: 40px; height: fit-content; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--gold); }
.steps li { padding: 28px 0; display: grid; grid-template-columns: 45px 1fr; gap: 16px; border-bottom: 1px solid var(--line-soft); }
.steps > li > span { padding-top: 5px; color: var(--gold); font: 800 11px/1 ui-monospace, monospace; }
.steps h3 { margin: 0 0 6px; font: 650 22px/1.2 var(--display); letter-spacing: -.03em; }
.steps p { margin: 0; color: var(--muted); }
.audience-card { grid-column: 2; margin-top: 30px; padding: 30px; background: rgba(231,188,120,.055); border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; }
.audience-card > span { color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.audience-card p { font: 600 23px/1.35 var(--display); letter-spacing: -.03em; }
.audience-card a { color: var(--gold-light); font-weight: 800; border-bottom: 1px solid var(--gold); }
.benefit-section { padding-block: 20px 125px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.benefit-card { min-height: 250px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.benefit-card:last-child { border-right: 0; }
.benefit-card > span { color: var(--app); font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.benefit-card h3 { max-width: 290px; margin: 0; font: 650 28px/1.1 var(--display); letter-spacing: -.04em; }
.app-story { padding-block: 120px; color: #161b22; background: linear-gradient(135deg, #fae9c5, #d8a55c); }
.app-story .section-kicker { color: #6d4912; }
.app-story .section-heading > p { color: #61533e; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(17, 23, 34, .3); border-bottom: 1px solid rgba(17, 23, 34, .3); }
.story-card { min-height: 265px; padding: 32px; border-right: 1px solid rgba(17, 23, 34, .22); }
.story-card:last-child { border-right: 0; }
.story-card h3 { margin: 52px 0 14px; font: 700 26px/1.08 var(--display); letter-spacing: -.035em; }
.story-card p { margin: 0; color: #594d3d; }
.access-panel { position: relative; margin-block: 110px 0; padding: 45px 48px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 54px; align-items: end; overflow: hidden; background: linear-gradient(145deg, color-mix(in srgb, var(--app) 9%, #142235), #07101c 78%); border: 1px solid var(--gold); border-radius: 27px; box-shadow: 0 28px 70px rgba(0, 0, 0, .3); }
.access-panel::after { content: ''; position: absolute; width: 300px; height: 300px; top: -235px; right: 50px; pointer-events: none; border: 1px solid var(--gold); border-radius: 50%; }
.access-panel > div { position: relative; z-index: 1; }
.access-panel h2 { max-width: 800px; margin: 14px 0 16px; font: 650 clamp(34px, 4vw, 56px)/1.05 var(--display); letter-spacing: -.05em; }
.access-panel p { max-width: 760px; margin: 0; color: #bac1cb; font-size: 17px; }
.access-panel small { max-width: 760px; margin-top: 18px; display: block; color: #838e9c; line-height: 1.55; }
.access-panel .button { position: relative; z-index: 1; width: max-content; }
.app-grid--three { grid-template-columns: repeat(3, 1fr); }
.app-grid--three .app-card { min-height: 390px; }

/* Blog and article pages */
.page-intro { padding-block: 108px 88px; }
.page-intro h1 { max-width: 950px; font-size: clamp(57px, 7.6vw, 106px); }
.page-intro p { max-width: 650px; color: var(--muted); font-size: 19px; }
.blog-list { padding-bottom: 120px; border-top: 1px solid var(--gold); }
.blog-list article { border-bottom: 1px solid var(--line-soft); }
.blog-list article > a { padding: 34px 4px; display: grid; grid-template-columns: 80px 1fr auto; gap: 20px; align-items: start; transition: padding .2s ease, background .2s ease; }
.blog-list article > a:hover { padding-inline: 18px; background: rgba(231,188,120,.035); }
.blog-list .post-kicker { margin: 0; }
.blog-list h2 { max-width: 820px; margin: 10px 0; font: 650 clamp(27px, 2.6vw, 39px)/1.1 var(--display); letter-spacing: -.045em; overflow-wrap: normal; word-break: normal; hyphens: none; }
.blog-list p { max-width: 780px; margin: 0; color: var(--muted); }
.blog-list b { color: var(--gold); font-size: 25px; }
.article { padding-block: 65px 130px; }
.article header { max-width: 960px; margin-inline: auto; }
.article header .back-link { margin-bottom: 75px; }
.article header .post-kicker { margin: 0; }
.article h1 { font-size: clamp(38px, 5.5vw, 72px); overflow-wrap: normal; word-break: normal; hyphens: none; white-space: nowrap; }
.article header > p { max-width: 780px; color: var(--muted); font-size: 20px; }
.article time { display: block; margin-top: 25px; color: #737e8d; font-size: 11px; font-weight: 700; }
.article-body { max-width: 760px; margin: 105px auto 0; }
.article-body section { margin-bottom: 64px; }
.article-body h2 { margin: 0 0 15px; font: 650 34px/1.15 var(--display); letter-spacing: -.04em; }
.article-body p { margin: 0; color: #b9c0c9; font-size: 17px; line-height: 1.82; }
.article-body aside { margin-top: 90px; padding: 38px; background: linear-gradient(145deg, #142235, #081321); border: 1px solid var(--gold); border-radius: 22px; box-shadow: 10px 10px 0 rgba(231,188,120,.1); }
.article-body aside > span { color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.article-body aside h2 { margin: 12px 0 26px; }

/* Legal and utility */
.legal { max-width: 900px; padding-block: 68px 130px; }
.legal-nav { margin-bottom: 68px; }
.legal-nav .back-link { margin: 0; }
.legal > .section-kicker { display: block; }
.legal h1 { font-size: clamp(55px, 7vw, 92px); }
.legal-lede { color: var(--muted); font-size: 20px; }
.legal > h2 { margin: 65px 0 12px; font: 650 31px/1.15 var(--display); letter-spacing: -.04em; }
.legal > p:not(.legal-lede) { color: #b5bdc7; font-size: 16px; line-height: 1.82; }
.legal a { color: var(--gold-light); text-decoration: underline; }
.not-found { min-height: 680px; padding-block: 110px; display: flex; flex-direction: column; align-items: start; justify-content: center; }
.not-found > span { color: var(--gold); font: 700 18px/1 var(--display); }
.not-found h1 { font-size: clamp(62px, 9vw, 116px); }
.not-found p { max-width: 520px; margin: 0 0 30px; color: var(--muted); font-size: 18px; }

@media (max-width: 1020px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { justify-self: end; width: 43px; height: 43px; padding: 11px; display: grid; align-content: center; gap: 6px; background: rgba(231,188,120,.04); border: 1px solid var(--line); border-radius: 50%; }
  .menu-button span:not(.sr-only) { height: 1px; background: var(--gold-light); }
  .mobile-menu { position: absolute; top: 77px; right: 0; width: min(320px, calc(100vw - 48px)); padding: 18px; background: rgba(8,21,37,.98); border: 1px solid var(--gold); border-radius: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.5); backdrop-filter: blur(18px); }
  .mobile-menu.is-open { display: flex; flex-direction: column; }
  .mobile-menu a { padding: 12px; font-weight: 750; }
  .hero { grid-template-columns: 1fr; padding-block: 72px 95px; }
  .hero-copy { max-width: 800px; }
  .tool-switchboard { max-width: 720px; transform: none; }
  .section-heading { grid-template-columns: 1fr; }
  .app-grid--three { grid-template-columns: 1fr; }
  .app-grid--three .app-card { min-height: 340px; }
  .post-grid { grid-template-columns: 1fr; }
  .post-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .post-card:last-child { border-bottom: 0; }
  .post-card a { min-height: 320px; }
  .post-kicker { margin-top: 40px; }
  .app-hero__grid { grid-template-columns: 1fr; }
  .demo-panel { max-width: 600px; }
  .app-content { grid-template-columns: 1fr; }
  .content-title { position: static; margin-bottom: 55px; }
  .audience-card { grid-column: 1; }
  .access-panel { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 700px) {
  .shell, .site-header, .site-footer { width: min(calc(100% - 28px), 1240px); }
  .site-header { height: 74px; }
  .brand { gap: 9px; font-size: 24px; }
  .hero { min-height: auto; padding-block: 54px 76px; gap: 48px; }
  .eyebrow { max-width: 320px; line-height: 1.55; }
  .hero h1 { font-size: clamp(31px, 9.35vw, 50px); }
  .marquee-group { min-width: max-content; padding-inline: 24px; gap: 24px; }
  .hero-lede { font-size: 16px; }
  .button { width: 100%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-line { align-items: flex-start; flex-direction: column; }
  .tool-switchboard { margin-top: 3px; border-radius: 20px; box-shadow: 8px 8px 0 rgba(231, 188, 120, .075), 0 25px 60px rgba(0, 0, 0, .36); }
  .switchboard-head { min-height: 49px; padding-inline: 15px; }
  .switch-row { min-height: 68px; padding: 9px 14px; grid-template-columns: 24px 42px minmax(0, 1fr) 18px; gap: 10px; }
  .switch-row:hover { padding-left: 17px; }
  .switch-row .app-mark { width: 42px; }
  .switch-copy strong { font-size: 15px; }
  .switch-copy small { font-size: 10px; }
  .catalog, .journal, .faq, .related { padding-block: 84px; }
  .section-heading { margin-bottom: 36px; gap: 20px; }
  .section-heading h2, .content-title h2, .closing h2 { font-size: 38px; }
  .filter-bar { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow-x: auto; scrollbar-width: none; }
  .filter { flex: none; }
  .app-grid { grid-template-columns: 1fr; }
  .app-card { min-height: 390px; padding: 23px; border-radius: 22px; }
  .app-card h3 { font-size: 31px; }
  .principles { padding-block: 84px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 225px; border-right: 0; border-bottom: 1px solid rgba(17,23,34,.24); }
  .principle-grid article:nth-last-child(-n+3) { border-bottom: 1px solid rgba(17,23,34,.24); }
  .principle-grid article:last-child { border-bottom: 0; }
  .principle-grid h3 { margin-top: 47px; }
  .text-link--large { justify-self: start; }
  .faq-list summary { font-size: 18px; }
  .closing { margin-bottom: 80px; padding: 30px 24px; align-items: stretch; flex-direction: column; border-radius: 22px; }
  .site-footer { min-height: 0; padding-block: 24px 30px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .site-footer nav { justify-content: flex-start; gap: 10px 18px; }
  .app-hero { padding-block: 28px 80px; }
  .back-link { margin-bottom: 44px; }
  .app-hero h1 { font-size: clamp(24px, 6.6vw, 30px); white-space: nowrap; }
  .app-hero__grid > div > p { font-size: 16px; }
  .app-phone { width: min(100%, 270px); padding: 28px 8px 9px; border-radius: 41px; box-shadow: 0 28px 65px rgba(0, 0, 0, .48), 7px 7px 0 rgba(231, 188, 120, .08), inset 0 1px rgba(255, 255, 255, .17); transform: none; }
  .app-phone__screen { border-radius: 32px; }
  .demo-panel { transform: none; box-shadow: 7px 7px 0 rgba(231,188,120,.1); }
  .app-visual { height: 430px; border-radius: 21px; box-shadow: 7px 7px 0 rgba(231,188,120,.09), 0 24px 55px rgba(0,0,0,.32); transform: none; }
  .app-visual--english { padding: 17px; }
  .visual-chat { margin-block: 15px; padding: 13px; font-size: 12px; }
  .visual-review { padding: 15px; }
  .visual-review strong { font-size: 15px; }
  .app-visual--fridge { padding: 48px 18px 18px; }
  .visual-shelf { height: 157px; }
  .visual-shelf span { font-size: 42px; }
  .visual-recipe { padding: 20px; }
  .visual-recipe strong { font-size: 21px; }
  .app-visual--marginalia { padding: 22px; }
  .visual-page { padding: 43px 27px 28px 54px; }
  .visual-page blockquote { margin-top: 31px; font-size: 25px; }
  .visual-page p { font-size: 12px; }
  .visual-pencil { font-size: 11px; }
  .app-visual--svezho { padding: 18px; }
  .visual-ticket-head { padding: 17px 15px; }
  .visual-product { padding: 16px 14px; grid-template-columns: 37px 1fr auto; gap: 9px; }
  .visual-product > span { font-size: 27px; }
  .app-visual--pitchly { height: 440px; overflow: hidden; box-shadow: none; }
  .visual-deck { width: calc(100% - 34px); height: 350px; top: 38px; right: 17px; }
  .visual-deck--front { padding: 22px; }
  .visual-deck--front > p { margin: 21px 0 14px; font-size: 21px; }
  .visual-score > strong { font-size: 58px; }
  .app-visual--lumina { height: 430px; border-radius: 2px; box-shadow: 8px 8px 0 #4e87ab; }
  .app-visual--puller { padding: 19px; }
  .visual-puller-grid > div { min-height: 110px; padding: 13px; }
  .visual-puller-grid strong { margin-top: 16px; font-size: 13px; }
  .feature-band .shell { grid-template-columns: 1fr; }
  .feature-band .shell > div, .feature-band .shell > div:first-child { min-height: 105px; border: 0; border-bottom: 1px solid var(--line); }
  .app-content { padding-block: 84px; }
  .audience-card { padding: 24px; }
  .audience-card p { font-size: 21px; }
  .benefit-section { padding-block: 0 84px; }
  .benefit-grid, .story-grid { grid-template-columns: 1fr; }
  .benefit-card, .story-card { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit-card:last-child, .story-card:last-child { border-bottom: 0; }
  .app-story { padding-block: 84px; }
  .story-card { border-bottom-color: rgba(17, 23, 34, .22); }
  .story-card h3 { margin-top: 35px; }
  .access-panel { margin-block: 72px 0; padding: 30px 24px; gap: 30px; border-radius: 22px; }
  .access-panel p { font-size: 16px; }
  .access-panel .button { width: 100%; }
  .page-intro { padding-block: 74px 64px; }
  .page-intro h1 { font-size: clamp(49px, 15vw, 74px); }
  .blog-list article > a { grid-template-columns: 45px 1fr auto; gap: 10px; padding-block: 27px; }
  .blog-list p { display: none; }
  .blog-list h2 { font-size: clamp(18px, 5vw, 23px); }
  .article { padding-block: 40px 95px; }
  .article header .back-link { margin-bottom: 55px; }
  .article h1 { font-size: clamp(25px, 7.3vw, 38px); }
  .article header > p { font-size: 18px; }
  .article-body { margin-top: 75px; }
  .article-body h2 { font-size: 29px; }
  .article-body p { font-size: 16px; }
  .article-body aside { padding: 25px; box-shadow: 7px 7px 0 rgba(231,188,120,.1); }
  .legal { padding-block: 42px 95px; }
  .legal-nav { margin-bottom: 46px; }
  .legal h1 { font-size: clamp(48px, 14vw, 70px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
