/* =========================================================================
   Red Flare Games — stylesheet
   Mood: small indie dev site. Sunny, hand-made, a little rough around the
   edges on purpose. Flat colors, hard pixel borders, press-down buttons.
   No glass, no glow, no gradient-text, no scroll choreography.
   ========================================================================= */

/* ---------- Fonts (self-hosted) ---------- */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular-latin-ext.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium-latin-ext.woff2") format("woff2");
  font-weight: 500; font-style: normal; font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold-latin-ext.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold-latin-ext.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Pixelify Sans";
  src: url("../fonts/PixelifySans-Medium.woff2") format("woff2");
  font-weight: 400 700; font-style: normal; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --sky-1:   #8FD3FF;
  --sky-2:   #56A9F2;
  --navy:    #123C7A;
  --navy-2:  #0B2A57;
  --ink:     #16233A;
  --paper:   #FFF9EA;
  --sand:    #E9CC93;
  --sand-2:  #C79E5C;
  --coral:   #FF7A59;
  --coral-2: #D6563A;
  --sun:     #FFD166;
  --leaf:    #7BC47F;
  --cream:   #FFF6E3;
  --muted:   #293349;

  --border: 3px solid var(--ink);
  --shadow-panel: 6px 6px 0 rgba(11, 42, 87, 0.22);
  --shadow-btn: 4px 4px 0 var(--ink);

  --font-head: "Pixelify Sans", "Courier New", monospace;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --page-max: 1040px;
  --gutter: 22px;
  --radius: 6px;
  --header-h: 101px; /* header-inner (64px) + cloud-strip (34px) + border-bottom (3px) */
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--sky-2);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p { margin: 0; }
::selection { background: var(--sun); color: var(--ink); }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--navy-2);
  outline-offset: 2px;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--sun); color: var(--ink);
  padding: 10px 16px; font-weight: 700;
}
.skip-link:focus { left: 0; }

/* ---------- Sky background + pixel cloud strips ---------- */
.sky {
  position: fixed; inset: 0; z-index: -1;
  background: linear-gradient(180deg, var(--sky-1) 0%, var(--sky-2) 55%, var(--sky-2) 100%);
}
.cloud-strip {
  position: relative;
  height: 34px;
  overflow: hidden;
}
.cloud-strip::before {
  content: "";
  position: absolute; top: 0; left: 0; width: 200%; height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='34' viewBox='0 0 92 34'%3E%3Cg fill='%23FFFFFF'%3E%3Crect x='6' y='22' width='7' height='6'/%3E%3Crect x='11' y='16' width='9' height='12'/%3E%3Crect x='18' y='11' width='12' height='17'/%3E%3Crect x='28' y='15' width='9' height='13'/%3E%3Crect x='35' y='20' width='7' height='8'/%3E%3Crect x='2' y='26' width='48' height='5'/%3E%3Crect x='58' y='24' width='6' height='5'/%3E%3Crect x='63' y='19' width='8' height='10'/%3E%3Crect x='69' y='23' width='6' height='6'/%3E%3Crect x='56' y='28' width='24' height='4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  image-rendering: pixelated;
  animation: drift-clouds 30s linear infinite;
  will-change: transform;
}
.cloud-strip--top { background-color: var(--sky-1); }
.cloud-strip--dim { opacity: 0.6; }
@keyframes drift-clouds { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-92px, 0, 0); } }
@media (prefers-reduced-motion: reduce) { .cloud-strip::before { animation: none; } }

/* ---------- Ambient background fish (site-wide, slow & occasional) ----------
   Pre-rendered pixel-art PNG sprites (not inline SVG): tiny embedded SVGs
   rasterize unreliably at this display size in some browsers, but a PNG
   baked to its exact target size always renders crisply. */
.amb-fish {
  position: fixed; width: 30px; height: 17px; opacity: 0;
  image-rendering: pixelated; pointer-events: none;
}
.amb-fish--1 { top: 14%; animation: amb-swim-right 70s linear infinite; }
.amb-fish--2 { top: 44%; animation: amb-swim-left 85s linear infinite; animation-delay: -30s; }
.amb-fish--3 { top: 68%; animation: amb-swim-right 78s linear infinite; animation-delay: -52s; }

.amb-school { position: fixed; top: 84%; width: 60px; height: 20px; pointer-events: none; }
.amb-school img {
  position: absolute; width: 20px; height: 11px; image-rendering: pixelated;
}
.amb-school img:nth-child(1) { top: 0; left: 0; }
.amb-school img:nth-child(2) { top: 8px; left: 14px; }
.amb-school img:nth-child(3) { top: 3px; left: 28px; }
.amb-school { animation: amb-swim-right 95s linear infinite; animation-delay: -10s; }

@keyframes amb-swim-right {
  0%   { left: -8%; opacity: 0; transform: scaleX(1); }
  5%   { opacity: 0.85; }
  58%  { opacity: 0.85; }
  63%  { opacity: 0; left: 38%; }
  100% { opacity: 0; left: 38%; transform: scaleX(1); }
}
@keyframes amb-swim-left {
  0%   { left: 108%; opacity: 0; transform: scaleX(-1); }
  5%   { opacity: 0.85; }
  58%  { opacity: 0.85; }
  63%  { opacity: 0; left: 55%; }
  100% { opacity: 0; left: 55%; transform: scaleX(-1); }
}
@media (prefers-reduced-motion: reduce) { .amb-fish, .amb-school { display: none; } }

.sand-strip {
  height: 34px;
  border-top: var(--border);
  background-color: var(--sand);
  background-image: repeating-linear-gradient(
    90deg,
    var(--sand-2) 0px, var(--sand-2) 2px,
    var(--sand) 2px, var(--sand) 5px
  );
}

/* ---------- Layout shell ---------- */
.wrap { max-width: var(--page-max); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- Header ---------- */
.site-header { background: var(--navy); border-bottom: var(--border); position: sticky; top: 0; z-index: 100; }
.header-inner {
  max-width: var(--page-max); margin: 0 auto; padding: 0 var(--gutter);
  height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand-word {
  font-family: var(--font-head); font-weight: 400; color: var(--cream);
  font-size: 1.18rem; letter-spacing: 0.03em; line-height: 1;
}
.brand-word b { color: var(--coral); font-weight: 400; }
@media (max-width: 480px) { .brand-word { font-size: 0.92rem; } }

.nav-toggle {
  display: none; width: 38px; height: 38px; border: var(--border); background: var(--cream);
  align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav-toggle-bar { width: 16px; height: 2px; background: var(--ink); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.site-nav { display: flex; align-items: center; gap: 18px; }
.nav-list { display: flex; gap: 17px; }
.nav-link {
  font-family: var(--font-head); font-size: 1rem; color: var(--cream);
  padding: 4px 1px; border-bottom: 3px solid transparent;
}
.nav-link:hover { color: var(--sun); }
.nav-link.is-active { color: var(--sun); border-bottom-color: var(--sun); }

.social-links { display: flex; align-items: center; gap: 12px; }
.social-link { width: 18px; height: 18px; color: var(--cream); display: block; }
.social-link svg { width: 100%; height: 100%; fill: currentColor; }
.social-link:hover { color: var(--sun); }
/* Not launched yet (no real profile to link to): kept visible so the icon
   row doesn't look incomplete, but not a real link — no href, no hover
   color change, cursor communicates it's inert. */
.social-link[aria-disabled="true"] { opacity: 0.4; cursor: default; }
.social-link[aria-disabled="true"]:hover { color: var(--cream); }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute; top: 64px; left: 0; right: 0; z-index: 5;
    background: var(--navy); border-bottom: var(--border);
    flex-direction: column; align-items: stretch; gap: 0;
    max-height: 0; overflow: hidden;
  }
  .site-nav.is-open { max-height: 420px; }
  .nav-list { flex-direction: column; gap: 0; padding: 6px var(--gutter) 2px; }
  .nav-link { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,246,227,0.15); }
  .nav-link.is-active { border-bottom: 1px solid var(--sun); }
  .social-links { padding: 14px var(--gutter) 20px; gap: 18px; }
}

/* ---------- Main / sections ---------- */
.site-main { position: relative; }
.section-panel {
  padding: 46px 0 56px; min-height: 55vh;
  /* Sticky header stays pinned on top of the viewport, so a hash jump
     (nav click, shared #devlog link, browser back/forward) needs this
     offset — otherwise the header covers the section's title. */
  scroll-margin-top: var(--header-h);
}
.section-panel[hidden] { display: none; }
#main { scroll-margin-top: var(--header-h); }

.eyebrow {
  display: inline-block; font-family: var(--font-body); font-weight: 700; font-size: 0.76rem;
  text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--navy-2); background: var(--sun); border: 2px solid var(--ink);
  padding: 5px 10px; margin-bottom: 16px; transform: rotate(-1.2deg);
}
.section-title {
  font-family: var(--font-head); font-weight: 400; font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  margin-bottom: 22px; color: var(--ink);
}

/* ---------- Panels (the pixel dialogue-box look) ---------- */
.panel {
  background: var(--paper); border: var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-panel);
}

/* ---------- Hero (Games) ---------- */
.hero { padding: 18px var(--gutter) 0; text-align: center; }
.hero-title {
  font-family: var(--font-head); font-weight: 400; font-size: clamp(1.9rem, 5.5vw, 2.7rem);
  color: var(--navy-2); margin: 0 0 6px; text-shadow: 2px 2px 0 var(--sun);
}
.hero-sub { max-width: 420px; margin: 0 auto; color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.hero-actions .btn { padding: 9px 18px; font-size: 0.78rem; }

/* Full-width video slot — same width as .card-grid below it */
.hero-stage {
  position: relative; margin: 28px 0 0; width: 100%; aspect-ratio: 16 / 9;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #BFE6FF 0%, #8FD3FF 70%, #79C6F5 100%);
}
.hero-stage__note {
  position: relative; z-index: 2; font-family: var(--font-body); font-weight: 700; font-size: 0.9rem;
  color: var(--navy-2); background: var(--cream); border: 2px solid var(--ink);
  padding: 8px 14px; transform: rotate(1deg); max-width: 70%; text-align: center; line-height: 1.4;
}
/* Until a real trailer/GIF/screenshot lands here (see README), a couple of
   slow-drifting fish keep the placeholder from reading as a big dead box —
   same sprites as the ambient background fish, contained to this panel. */
.hero-stage__fish {
  position: absolute; z-index: 1; width: 34px; height: 19px; opacity: 0;
  image-rendering: pixelated; pointer-events: none;
}
.hero-stage__fish--1 { top: 22%; animation: hero-fish-drift 22s ease-in-out infinite; }
.hero-stage__fish--2 { top: 52%; animation: hero-fish-drift-rev 26s ease-in-out infinite; animation-delay: -6s; }
.hero-stage__fish--3 { top: 76%; animation: hero-fish-drift 30s ease-in-out infinite; animation-delay: -14s; }
@keyframes hero-fish-drift {
  0%   { left: -6%; opacity: 0; transform: scaleX(1); }
  8%   { opacity: 0.5; }
  46%  { left: 55%; opacity: 0.5; transform: scaleX(1); }
  50%  { transform: scaleX(-1); }
  92%  { left: -6%; opacity: 0.5; transform: scaleX(-1); }
  100% { left: -6%; opacity: 0; transform: scaleX(-1); }
}
@keyframes hero-fish-drift-rev {
  0%   { left: 106%; opacity: 0; transform: scaleX(-1); }
  8%   { opacity: 0.5; }
  46%  { left: 40%; opacity: 0.5; transform: scaleX(-1); }
  50%  { transform: scaleX(1); }
  92%  { left: 106%; opacity: 0.5; transform: scaleX(1); }
  100% { left: 106%; opacity: 0; transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) { .hero-stage__fish { display: none; } }

/* ---------- Cards ---------- */
.card-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 18px; margin-top: 18px; }
@media (max-width: 720px) { .card-grid { grid-template-columns: 1fr; } }

.card { padding: 22px 24px; }
.card h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.05rem; margin-bottom: 10px; color: var(--navy-2); }
.card p { color: var(--muted); font-size: 0.94rem; line-height: 1.6; margin-bottom: 14px; }

.text-link { display: inline-block; color: var(--coral-2); font-weight: 600; font-size: 0.9rem; text-decoration: underline; text-underline-offset: 3px; }
.text-link:hover { color: var(--navy-2); }

.discord-live { display: inline-flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 0.86rem; margin-bottom: 14px; }
.discord-dot { flex-shrink: 0; width: 8px; height: 8px; margin-top: 6px; background: var(--leaf); border: 1px solid var(--ink); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; font-family: var(--font-head); font-size: 0.82rem; color: var(--ink);
  border: var(--border); box-shadow: var(--shadow-btn); border-radius: var(--radius);
  transition: transform 90ms ease, box-shadow 90ms ease;
}
.btn--ember { background: var(--coral); }
.btn--ember:hover { background: #ff8f6f; }
.btn--ghost { background: var(--cream); }
.btn--ghost:hover { background: #fff; }
.btn:active,
.btn:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.btn:active { transform: translate(4px, 4px); box-shadow: 0 0 0 var(--ink); }

/* ---------- About ---------- */
.about-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 22px; align-items: start; }
@media (max-width: 820px) { .about-layout { grid-template-columns: 1fr; } }
.about-note { padding: 26px 28px; }
.about-note p { color: var(--ink); font-size: 1rem; line-height: 1.75; margin-bottom: 16px; max-width: 54ch; }
.about-sign { margin-top: 20px; font-family: var(--font-body); font-weight: 700; font-size: 0.85rem; color: var(--navy-2); }

.postit { padding: 22px 22px; transform: rotate(1deg); }
.postit + .postit { margin-top: 18px; transform: rotate(-1deg); }
.postit h4 { font-family: var(--font-body); font-weight: 700; font-size: 0.95rem; margin-bottom: 8px; color: var(--navy-2); }
.postit p { color: var(--muted); font-size: 0.88rem; line-height: 1.6; }

/* ---------- Devlog ---------- */
.devlog-list { display: flex; flex-direction: column; gap: 16px; }
.devlog-card { padding: 22px 24px; }
.devlog-card__date {
  display: inline-block; font-family: var(--font-body); font-weight: 700; font-size: 0.76rem;
  text-transform: uppercase; letter-spacing: 0.03em;
  color: var(--navy-2); background: var(--sun); border: 2px solid var(--ink);
  padding: 4px 8px; margin-bottom: 10px;
}
.devlog-card__title { font-family: var(--font-body); font-weight: 700; font-size: 1.08rem; margin-bottom: 10px; color: var(--navy-2); }
.devlog-card__summary { color: var(--muted); font-size: 0.94rem; line-height: 1.7; max-width: 62ch; }

.devlog-empty { padding: 30px 24px; text-align: center; color: var(--muted); font-size: 0.9rem; }

/* ---------- PressKit ---------- */
.press-note-panel { padding: 26px 28px; }
.press-note-panel p { color: var(--ink); line-height: 1.75; max-width: 62ch; margin-bottom: 10px; }
.press-note-panel a { color: var(--coral-2); text-decoration: underline; text-underline-offset: 3px; }
.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
@media (max-width: 780px) { .press-grid { grid-template-columns: 1fr; } }
.press-item {
  border: 2px dashed var(--muted); border-radius: var(--radius); padding: 16px;
  display: flex; flex-direction: column; gap: 6px; min-height: 76px; justify-content: center;
}
.press-item__title { font-weight: 600; font-size: 0.9rem; color: var(--ink); }
.press-item__meta { font-size: 0.78rem; color: var(--muted); }

/* ---------- Contact / Accordion ---------- */
.contact-notice { color: var(--navy-2); margin-bottom: 22px; max-width: 60ch; font-size: 0.98rem; }
.accordion { padding: 4px 6px 10px; }
.accordion-item { border-bottom: 2px dashed var(--muted); }
.accordion-item:last-child { border-bottom: none; }
.accordion-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 14px; text-align: left; font-weight: 600; font-size: 0.98rem; color: var(--navy-2);
}
.accordion-trigger:hover { color: var(--coral-2); }
.accordion-trigger__icon { position: relative; width: 16px; height: 16px; flex-shrink: 0; margin-left: 16px; }
.accordion-trigger__icon::before, .accordion-trigger__icon::after {
  content: ""; position: absolute; top: 50%; left: 50%; background: currentColor;
  transform: translate(-50%, -50%);
}
.accordion-trigger__icon::before { width: 12px; height: 3px; }
.accordion-trigger__icon::after { width: 3px; height: 12px; }
.accordion-trigger[aria-expanded="true"] .accordion-trigger__icon::after { display: none; }
.accordion-panel__inner { padding: 0 14px 22px; color: var(--muted); line-height: 1.7; }
.accordion-panel__inner a { color: var(--coral-2); text-decoration: underline; text-underline-offset: 2px; }
.accordion-panel__inner .btn { margin-top: 12px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); position: relative; z-index: 2; }
.footer-inner { max-width: var(--page-max); margin: 0 auto; padding: 40px var(--gutter) 30px; }
.footer-newsletter { text-align: center; max-width: 460px; margin: 0 auto 34px; }
.footer-newsletter__title { font-family: var(--font-head); font-weight: 400; font-size: 1.05rem; color: var(--cream); margin-bottom: 10px; }
.footer-newsletter__consent { color: rgba(255,246,227,0.7); font-size: 0.82rem; margin-bottom: 18px; }
.footer-newsletter__consent a { color: var(--sun); text-decoration: underline; text-underline-offset: 2px; }

.newsletter-form__row { display: flex; gap: 10px; }
.newsletter-input {
  flex: 1; background: var(--cream); border: var(--border); color: var(--ink);
  padding: 11px 14px; border-radius: var(--radius); font-size: 0.9rem; font-family: var(--font-body);
}
.newsletter-input::placeholder { color: var(--muted); }
@media (max-width: 480px) { .newsletter-form__row { flex-direction: column; } }
.newsletter-status { min-height: 20px; margin-top: 10px; font-size: 0.82rem; color: var(--cream); }
.newsletter-status[data-state="error"] { color: #FFB3A0; }
.newsletter-status[data-state="success"] { color: #B7E4B0; }

.footer-social { display: flex; justify-content: center; gap: 20px; margin-bottom: 24px; }

.footer-legal { text-align: center; color: rgba(255,246,227,0.65); font-size: 0.8rem; line-height: 1.8; }
.footer-legal a { color: var(--cream); text-decoration: underline; text-underline-offset: 2px; }
.footer-meta__sep { margin: 0 8px; opacity: 0.6; }

/* ---------- Privacy page ---------- */
.privacy-page { max-width: 680px; margin: 24px auto 40px; padding: 30px var(--gutter) 0; }
.privacy-panel { padding: 32px 30px; }
.privacy-panel h1 { font-family: var(--font-head); font-weight: 400; font-size: 1.5rem; margin-bottom: 6px; color: var(--navy-2); }
.privacy-updated { color: var(--muted); font-size: 0.84rem; margin-bottom: 30px; }
.privacy-panel h2 { font-family: var(--font-body); font-weight: 700; font-size: 1.02rem; margin: 28px 0 10px; color: var(--navy-2); }
.privacy-panel p, .privacy-panel li { color: var(--ink); line-height: 1.75; font-size: 0.96rem; }
.privacy-panel ul { padding-left: 20px; list-style: disc; }
.privacy-panel li { margin-bottom: 6px; }
.privacy-panel a { color: var(--coral-2); }
.back-home { display: inline-block; margin-bottom: 18px; color: var(--navy); font-weight: 600; font-size: 0.88rem; }
.back-home:hover { color: var(--coral-2); }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

