/* Bjolteim Studios — studio site theme. One sheet, two finishes:
   dark (default) + .theme-light on <body>. Display: Fraunces. UI: Inter. */

:root {
  --bg:        #0c0b09;
  --bg-2:      #14110d;
  --surface:   #17140f;
  --surface-2: #1e1a13;
  --text:      #ece4d4;
  --text-soft: #c9bfac;
  --muted:     #8c8373;
  --line:      rgba(212,189,140,.14);
  --line-2:    rgba(212,189,140,.28);
  --ember:     #c8551f;
  --ember-2:   #e0712f;
  --gold:      #c9a45c;
  --on-accent: #160f08;
  --ink-deep:  #080706;
  --shadow:    0 26px 64px -30px rgba(0,0,0,.74);
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans:  "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --mono:  ui-monospace, "SF Mono", "Cascadia Mono", "Roboto Mono", Menlo, Consolas, monospace;
  --shell: 1160px;
}
.theme-light {
  --bg:        #f3ece0;
  --bg-2:      #ede3d2;
  --surface:   #fffdf7;
  --surface-2: #f7f0e1;
  --text:      #1b1711;
  --text-soft: #4b4234;
  --muted:     #847a67;
  --line:      #dccfb4;
  --line-2:    #ccbb98;
  --ember:     #9a3412;
  --ember-2:   #b4531f;
  --gold:      #8a6d3b;
  --on-accent: #fdf6ea;
  --ink-deep:  #14110c;
  --shadow:    0 22px 48px -30px rgba(60,45,20,.4);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans);
  font-size: 17px; line-height: 1.6; letter-spacing: .005em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

.atmos { position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(1100px 640px at 50% -10%, rgba(200,85,31,.15), transparent 62%),
    radial-gradient(820px 620px at 88% 4%, rgba(201,164,92,.07), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg-2)); }
.theme-light .atmos { background:
    radial-gradient(1100px 620px at 50% -12%, #fdf8ed, transparent 60%),
    radial-gradient(760px 560px at 90% 0, #f6ecd6, transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg-2)); }
.atmos::after { content: ""; position: absolute; inset: 0; opacity: .04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.theme-light .atmos::after { opacity: .035; mix-blend-mode: multiply; }

a { color: var(--ember-2); text-decoration: none; }
a:hover { color: var(--ember); }
.theme-light a { color: var(--ember); }
.muted { color: var(--muted); }
strong { font-weight: 600; color: var(--text); }
em { font-style: italic; }
.shell { max-width: var(--shell); margin: 0 auto; padding-left: 1.6rem; padding-right: 1.6rem; }

/* ---- Nav ---- */
.nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 80%, transparent);
  backdrop-filter: saturate(140%) blur(10px); -webkit-backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .95rem 1.6rem; }
.brand { display: inline-flex; align-items: center; gap: .58rem; color: var(--text); }
.brand:hover { color: var(--text); }
.brand-mark { color: var(--gold); flex: none; }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 1.16rem; letter-spacing: .01em; }
.brand-studios { color: var(--muted); font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 1.7rem; font-size: .8rem; font-weight: 500; letter-spacing: .03em; text-transform: uppercase; }
.nav-links a { color: var(--text-soft); }
.nav-links a:hover { color: var(--text); }
.nav-cta { border: 1px solid var(--line-2); border-radius: 999px; padding: .42rem 1rem; color: var(--text) !important; }
.nav-cta:hover { background: var(--ember); border-color: var(--ember); color: var(--on-accent) !important; }

/* ---- Hero ---- */
.hero { padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(3rem, 5vw, 4.5rem); }
.hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; min-height: clamp(480px, 66vh, 680px); }
.eyebrow { font-size: .74rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin: 0 0 1.25rem; }
.hero-title { font-family: var(--serif); font-weight: 600; font-size: clamp(2.5rem, 5.2vw, 4.4rem); line-height: 1.03; letter-spacing: -.02em; margin: 0 0 1.4rem; }
.hero-lede { font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.55; color: var(--text-soft); max-width: 42ch; margin: 0 0 2rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero-actions.center { justify-content: center; }
.hero-meta { margin: 2rem 0 0; font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: .55rem; }

/* ---- Buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: .92rem; font-weight: 600; letter-spacing: .01em; padding: .82rem 1.5rem; border-radius: 4px; border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn.primary { background: var(--ember); color: var(--on-accent); border-color: var(--ember); }
.btn.primary:hover { background: var(--ember-2); border-color: var(--ember-2); color: var(--on-accent); transform: translateY(-2px); box-shadow: 0 14px 30px -16px var(--ember); }
.btn.ghost { background: transparent; color: var(--text); border-color: var(--line-2); }
.btn.ghost:hover { border-color: var(--text); transform: translateY(-2px); color: var(--text); }

/* ---- Hero demo (reader artifact) ---- */
.hero-demo { display: flex; flex-direction: column; gap: .9rem; }
.reader { background: var(--ink-deep); border: 1px solid var(--line-2); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.reader-bar { display: flex; align-items: center; gap: .45rem; padding: .7rem 1rem; border-bottom: 1px solid rgba(212,189,140,.12); }
.reader-bar span { width: 9px; height: 9px; border-radius: 999px; background: #3a342a; }
.reader-bar span:first-child { background: var(--ember); opacity: .8; }
.reader-bar em { margin-left: auto; font-family: var(--sans); font-style: normal; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: #6f6757; }
.reader-body { padding: 1.4rem 1.5rem 1.7rem; }
.reader-in { font-family: var(--mono); font-size: .88rem; color: var(--gold); margin: 0 0 1rem; opacity: .95; }
.reader-out { font-family: var(--serif); font-size: 1.16rem; line-height: 1.62; color: #ece4d4; margin: 0; min-height: 6.5em; }
.caret { display: inline-block; width: .58ch; height: 1.05em; margin-left: 1px; background: var(--ember-2); transform: translateY(.16em); animation: blink 1.05s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.demo-note { font-size: .82rem; color: var(--muted); margin: 0; padding-left: .2rem; }

/* ---- Banner (loud positioning band) ---- */
.banner { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center;
  padding: clamp(2.6rem, 6vw, 4.6rem) 1.6rem;
  background:
    radial-gradient(900px 320px at 50% 50%, rgba(200,85,31,.18), transparent 70%),
    linear-gradient(180deg, color-mix(in srgb, var(--ember) 8%, transparent), transparent 65%); }
.banner-inner { max-width: 72ch; margin: 0 auto; }
.banner-line { font-family: var(--serif); font-weight: 600; font-size: clamp(1.8rem, 4.8vw, 3.1rem);
  letter-spacing: -.01em; line-height: 1.08; margin: 0; color: var(--text); }
.banner-accent { color: var(--ember-2); }
.theme-light .banner-accent { color: var(--ember); }
.banner-sub { font-size: 1.02rem; color: var(--text-soft); margin: 1.1rem 0 0; }

/* ---- Sections ---- */
.band { padding: clamp(4rem, 8.5vw, 7rem) 0; border-top: 1px solid var(--line); position: relative; }
.band-alt { background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 55%, transparent), transparent 30%); }
.kicker { display: inline-flex; align-items: center; gap: .7rem; font-size: .74rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0 0 1.1rem; }
.kicker::before { content: ""; width: 26px; height: 1px; background: var(--gold); opacity: .7; }
.two-col { display: grid; grid-template-columns: 200px 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: start; }
.col-label .kicker { position: sticky; top: 92px; }
.prose-lg { font-family: var(--serif); font-size: 1.2rem; line-height: 1.72; color: var(--text-soft); max-width: 60ch; }
.prose-lg p { margin: 0 0 1.3rem; } .prose-lg p:last-child { margin-bottom: 0; }
.prose-lg strong { color: var(--text); }
.prose { max-width: 64ch; color: var(--text-soft); }
.prose p { margin: 0 0 1.1rem; }
.prose + * { margin-top: 1.2rem; }
h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.7rem,3.4vw,2.5rem); letter-spacing: -.015em; margin: .2rem 0 1rem; }
section .prose ~ h3 { font-family: var(--serif); }
.band-head { max-width: 60ch; margin: 0 0 clamp(2rem, 4vw, 3.2rem); }
.band-title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.7rem, 3.4vw, 2.6rem); letter-spacing: -.015em; line-height: 1.12; margin: 0; }
.band-sub { color: var(--text-soft); font-size: 1.08rem; margin: 1rem 0 0; max-width: 54ch; }
h2, h3, h4 { color: var(--text); }
.placeholder-note { font-family: var(--sans); font-size: .82rem; color: var(--muted); border-left: 2px solid var(--line-2); padding: .4rem 0 .4rem .9rem; margin-top: 1.4rem; font-style: italic; }

/* ---- World section ---- */
.world { overflow: hidden; }
.world-contour { position: absolute; inset: 0; z-index: 0; opacity: .5; pointer-events: none;
  background-image:
    radial-gradient(120% 90% at 80% 18%, transparent 0, transparent 38%, rgba(201,164,92,.10) 38.4%, transparent 39%),
    radial-gradient(120% 90% at 80% 18%, transparent 0, transparent 48%, rgba(201,164,92,.08) 48.4%, transparent 49%),
    radial-gradient(120% 90% at 80% 18%, transparent 0, transparent 58%, rgba(201,164,92,.07) 58.4%, transparent 59%),
    radial-gradient(120% 90% at 80% 18%, transparent 0, transparent 70%, rgba(201,164,92,.06) 70.4%, transparent 71%); }
.world-inner { position: relative; z-index: 1; max-width: 64ch; }
.world-title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -.02em; line-height: 1.1; margin: 0 0 2rem; }
.world-stats { display: flex; flex-wrap: wrap; gap: 2.6rem; margin: 0 0 2rem; }
.world-stats > div { display: flex; flex-direction: column; }
.stat-n { font-family: var(--serif); font-size: 2.4rem; font-weight: 600; color: var(--gold); line-height: 1; }
.stat-l { font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-top: .4rem; }
.world-lede { font-family: var(--serif); font-size: 1.2rem; line-height: 1.7; color: var(--text-soft); }

/* ---- Feature grid ---- */
.grid { display: grid; gap: 1.2rem; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 8px; padding: 1.6rem 1.5rem 1.7rem; transition: transform .18s ease, border-color .2s ease, box-shadow .2s ease; overflow: hidden; }
.card::before { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 2px; background: linear-gradient(180deg, var(--ember), transparent); opacity: 0; transition: opacity .2s ease; }
.card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
.card:hover::before { opacity: .9; }
.card-num { display: block; font-family: var(--serif); font-size: .9rem; font-weight: 500; color: var(--gold); letter-spacing: .08em; margin-bottom: .85rem; }
.card h3 { font-family: var(--serif); font-weight: 600; font-size: 1.22rem; letter-spacing: -.01em; margin: 0 0 .5rem; }
.card p { margin: 0; color: var(--text-soft); font-size: .95rem; }

/* ---- Slider section ---- */
.slider-rail { margin-top: 1rem; }
.slider-track { position: relative; height: 2px; background: var(--line-2); margin: 0 6px 0; }
.slider-track::after { content: ""; position: absolute; left: 0; top: 0; height: 100%; width: 64%; background: linear-gradient(90deg, var(--gold), var(--ember)); }
.slider-knob { position: absolute; left: 64%; top: 50%; width: 14px; height: 14px; border-radius: 999px; background: var(--ember); transform: translate(-50%,-50%); box-shadow: 0 0 0 4px color-mix(in srgb, var(--ember) 22%, transparent); }
.slider-stops { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 1.6rem; }
.stop { position: relative; }
.stop-dot { display: block; width: 8px; height: 8px; border-radius: 999px; background: var(--gold); margin-bottom: .9rem; }
.stop h4 { font-family: var(--serif); font-weight: 600; font-size: 1.06rem; margin: 0 0 .3rem; }
.stop p { margin: 0; color: var(--text-soft); font-size: .9rem; }

/* ---- Status ---- */
.status-line { font-family: var(--serif); font-size: 1.3rem; color: var(--text); display: flex; align-items: center; gap: .55rem; }
.status-dot { width: 9px; height: 9px; border-radius: 999px; background: #4ea36a; box-shadow: 0 0 0 4px rgba(78,163,106,.16); flex: none; }

/* ---- CTA ---- */
.cta { padding: clamp(4.5rem, 9vw, 8rem) 0; border-top: 1px solid var(--line); background: radial-gradient(800px 360px at 50% 120%, rgba(200,85,31,.12), transparent 70%); text-align: center; }
.cta-inner { max-width: 56ch; margin: 0 auto; }
.cta-inner .kicker { justify-content: center; }
.cta-title { font-family: var(--serif); font-weight: 600; font-size: clamp(2rem, 4.6vw, 3.2rem); letter-spacing: -.02em; margin: 0 0 1rem; }
.cta-lede { color: var(--text-soft); font-size: 1.1rem; margin: 0 0 2rem; }

/* ---- Footer ---- */
.footer { border-top: 1px solid var(--line); padding: clamp(2.6rem, 5vw, 4rem) 0 2.4rem; margin-top: 1rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.footer-name { font-size: 1.1rem; }
.footer-blurb { color: var(--muted); max-width: 42ch; margin: .7rem 0 0; font-size: .95rem; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: .85rem; font-weight: 500; }
.footer-links a { color: var(--text-soft); } .footer-links a:hover { color: var(--text); }
.footer-base { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.4rem; font-size: .84rem; color: var(--muted); }
.theme-toggle a { color: var(--text-soft); } .theme-toggle .dot { opacity: .5; }

/* ---- Components for /play + /report + /admin ---- */
.statebox { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 2rem; text-align: center; max-width: 40rem; margin: 1.8rem auto 0; }
.badge { display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; padding: .32rem .8rem; border-radius: 999px; border: 1px solid var(--line-2); color: var(--muted); }
.badge.live { color: #6fd08a; border-color: rgba(111,208,138,.5); background: rgba(78,163,106,.12); }
.badge.soon { color: var(--gold); border-color: rgba(201,164,92,.5); background: rgba(201,164,92,.1); }
.frame-wrap { border: 1px solid var(--line-2); border-radius: 10px; overflow: hidden; background: #050505; margin-top: 1rem; }
.frame-wrap iframe { width: 100%; height: 78vh; border: 0; display: block; }
.field { display: block; margin: 0 0 1.2rem; }
.field label { display: block; font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .4rem; }
.field input, .field textarea, .field select { width: 100%; font-family: var(--sans); font-size: 1rem; padding: .76rem .9rem; border: 1px solid var(--line-2); border-radius: 6px; background: var(--surface); color: var(--text); }
.field textarea { min-height: 9rem; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--ember); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ember) 22%, transparent); }
.row { display: grid; gap: 1.2rem; grid-template-columns: 1fr 1fr; }
.notice { padding: .9rem 1.1rem; border-radius: 6px; margin-bottom: 1.4rem; font-size: .95rem; }
.notice.ok { background: rgba(78,163,106,.14); border: 1px solid rgba(111,208,138,.4); color: #8fd9a3; }
.notice.err { background: rgba(200,85,31,.12); border: 1px solid rgba(224,113,47,.4); color: var(--ember-2); }
.theme-light .notice.ok { color: #245c2b; } .theme-light .notice.err { color: #7c2d12; }
.toolbar { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; font-size: .9rem; margin-bottom: 1.4rem; }
.chip { padding: .28rem .8rem; border: 1px solid var(--line-2); border-radius: 999px; color: var(--text-soft); }
table.reports { width: 100%; border-collapse: collapse; font-size: .92rem; }
table.reports th, table.reports td { text-align: left; padding: .75rem .65rem; border-bottom: 1px solid var(--line); vertical-align: top; }
table.reports th { font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.kind { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; } .kind.bug { color: var(--ember-2); }
.st { font-size: .72rem; padding: .16rem .55rem; border-radius: 999px; border: 1px solid var(--line-2); }
.st.new { color: var(--gold); } .st.triaged { color: #79a7d8; } .st.done { color: #6fd08a; }
main > section:not(.hero):not(.band):not(.cta) { padding: clamp(3rem, 7vw, 5rem) 0; }

/* ---- Responsive ---- */
@media (max-width: 920px) {
  .hero-split { grid-template-columns: 1fr; gap: 2.4rem; min-height: 0; }
  .hero-demo { order: 2; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .slider-stops { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; }
  .col-label .kicker { position: static; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav-links { gap: .9rem; font-size: .74rem; }
  .nav-links a:not(.nav-cta) { display: none; }
  .grid-4 { grid-template-columns: 1fr; }
  .slider-stops { grid-template-columns: 1fr; }
  .world-stats { gap: 1.6rem; }
  .row { grid-template-columns: 1fr; }
  .footer-base { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } .caret { animation: none; } }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; border-radius: 2px; }

/* ===== AAA studio-brand layer ===== */
.hero-brand { position: relative; padding: clamp(5rem, 12vw, 9rem) 0 clamp(4rem, 8vw, 7rem); overflow: hidden; }
.hero-brand .hero-mark { position: absolute; right: -3%; top: 50%; transform: translateY(-50%); width: min(46vw, 560px); height: auto; color: var(--gold); opacity: .07; pointer-events: none; z-index: 0; }
.hero-brand .shell { position: relative; z-index: 1; }
.brand-h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2.9rem, 8.4vw, 6.2rem); line-height: .98; letter-spacing: -.025em; margin: 0 0 1.5rem; max-width: 15ch; color: var(--text); }
.brand-lede { font-size: clamp(1.1rem, 1.9vw, 1.42rem); color: var(--text-soft); max-width: 52ch; margin: 0 0 2.3rem; line-height: 1.55; }

.title-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: clamp(1.4rem, 3vw, 2.6rem); box-shadow: var(--shadow); }
.title-art .reader { box-shadow: none; border-color: rgba(212,189,140,.18); }
.art-placeholder { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 230px; padding: 1.8rem; border: 1px dashed var(--line-2); border-radius: 12px; background: var(--ink-deep); color: var(--muted); font-style: italic; font-size: .95rem; }
.title-status { display: inline-block; margin-bottom: 1.1rem; }
.title-name { font-family: var(--serif); font-weight: 600; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.02em; margin: 0 0 .5rem; }
.title-tag { font-family: var(--serif); font-size: 1.16rem; color: var(--text-soft); margin: 0 0 1rem; }
.title-desc { color: var(--text-soft); margin: 0 0 1.3rem; }
.title-facts { list-style: none; padding: 0; margin: 0 0 1.7rem; display: flex; flex-wrap: wrap; gap: .55rem 1rem; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.title-facts li { position: relative; }
.title-facts li:not(:last-child)::after { content: "·"; margin-left: 1rem; color: var(--line-2); }
.games-more { margin: 1.8rem 0 0; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); text-align: center; }

.contact { text-align: center; }
.contact .kicker { justify-content: center; }
.contact-title { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 4.2vw, 2.9rem); letter-spacing: -.02em; margin: 0 0 1rem; color: var(--text); }
.contact-lede { color: var(--text-soft); max-width: 50ch; margin: 0 auto 1.6rem; font-size: 1.08rem; }
.contact-email { font-family: var(--serif); font-size: 1.32rem; }

@media (max-width: 900px) {
  .title-feature { grid-template-columns: 1fr; }
  .hero-brand .hero-mark { display: none; }
  .brand-h1 { max-width: 18ch; }
}
