/* Hiivibe website · Codex · 2026-09-09
   Brand source: lib/features/generated_prototype/theme/generated_tokens.dart */
:root {
  --paper: #faf8f5;
  --white: #fff;
  --ink: #1c1917;
  --body: #44403c;
  --muted: #78716c;
  --terra: #b85c38;
  --terra-dark: #954523;
  --terra-light: #f5e6df;
  --sage: #5c7a5e;
  --line: #e8e2da;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: auto; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: var(--terra-light); color: var(--ink); }
a { color: inherit; text-underline-offset: 5px; }
button, input { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--sage); outline-offset: 5px; border-radius: 3px; }
.wrap { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 25px; font-weight: 600; letter-spacing: -1px; min-height: 44px; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.main-nav a { display: flex; align-items: center; min-height: 44px; text-decoration: none; color: var(--body); }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--terra); }
.main-nav .nav-support { border: 1px solid var(--line); padding: 7px 18px; border-radius: 100px; }
.main-nav .nav-support:hover { border-color: var(--terra); }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: var(--terra); }
.eyebrow::before { content: ""; width: 23px; height: 1px; background: currentColor; }
.hero { display: grid; grid-template-columns: 1.13fr 1fr; gap: 64px; align-items: center; padding-block: 82px 72px; }
.hero h1 { margin-top: 24px; font-family: var(--serif); font-size: clamp(48px, 5.2vw, 70px); line-height: 1.05; letter-spacing: -2.4px; font-weight: 400; }
.hero h1 em { display: block; color: var(--terra); font-weight: 400; }
.hero-copy > p { max-width: 400px; margin-top: 26px; color: var(--body); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 100px; background: var(--terra); color: white; text-decoration: none; font-size: 14px; font-weight: 500; transition: background 160ms ease, transform 160ms ease; }
.button:hover { background: var(--terra-dark); transform: translateY(-2px); }
.button-arrow { font-size: 21px; line-height: 1; font-weight: 400; }
.hero-note { font-size: 12px; color: var(--muted); }
.hero-support { margin-top: 22px; font-size: 12px; color: var(--muted); }
.hero-support a { color: var(--body); }
.hero-art { position: relative; padding: 12px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); box-shadow: 0 18px 50px #563c2410; transform: rotate(2deg); }
.hero-art img { width: 100%; aspect-ratio: 1; border-radius: 2px; }
.hero-art figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 5px 5px; font-family: var(--serif); font-size: 17px; }
.hero-art figcaption span { color: var(--muted); font-family: var(--sans); font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; }
.section-heading h2, .privacy-note h2, .support-intro h2 { font: 400 36px/1.2 var(--serif); letter-spacing: -1px; }
.section-heading > p { color: var(--muted); font-size: 13px; }
.how-it-works { padding-block: 54px 70px; border-top: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; margin-top: 38px; }
.step-number { display: block; color: var(--terra); font-family: var(--serif); font-size: 20px; margin-bottom: 12px; }
.step h3 { font-size: 17px; font-weight: 500; margin-bottom: 9px; }
.step p { color: var(--body); font-size: 14px; line-height: 1.85; }
.privacy-note { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; border-top: 1px solid var(--line); padding-block: 42px 56px; }
.privacy-note .eyebrow { color: var(--sage); margin-bottom: 16px; }
.privacy-note > div:last-child { padding-top: 10px; }
.privacy-note p { color: var(--body); font-size: 14px; line-height: 1.85; margin-bottom: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; color: var(--terra); text-decoration: none; border-bottom: 1px solid var(--terra); }
.text-link:hover { color: var(--terra-dark); }
.support-section { background: var(--terra-light); padding-block: 62px 64px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 84px; }
.support-intro .eyebrow { margin-bottom: 18px; }
.support-intro > p { color: var(--body); font-size: 14px; max-width: 350px; margin-top: 18px; }
.support-email { display: inline-block; color: var(--ink); font-family: var(--serif); font-size: clamp(24px, 2.7vw, 34px); letter-spacing: -.5px; line-height: 1.4; margin-top: 22px; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
.support-email:hover { color: var(--terra-dark); }
.email-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.copy-email { background: transparent; color: var(--body); border: 1px solid #c9b6ac; border-radius: 100px; padding: 8px 15px; min-height: 44px; font-size: 12px; }
.copy-email:hover { background: #fff6; }
.copy-status { color: var(--body); font-size: 12px; }
.support-help { margin-top: 1px; }
.support-help > h3 { font-size: 15px; font-weight: 600; padding-block: 0 16px; }
details { border-top: 1px solid #d8c5ba; }
details:last-of-type { border-bottom: 1px solid #d8c5ba; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 18px; font-size: 14px; font-weight: 500; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 21px; line-height: 1; font-weight: 400; color: var(--terra-dark); }
details[open] > summary::after { content: "−"; }
details > p { padding: 0 22px 20px 0; color: var(--body); font-size: 13px; line-height: 1.85; }
.support-help .support-tip { margin-top: 20px; font-size: 12px; color: var(--body); }
.site-footer { padding-block: 28px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-wordmark { font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: -.7px; }
.footer-meta { display: flex; align-items: center; gap: 30px; font-size: 12px; color: var(--muted); }
.footer-meta nav { display: flex; gap: 24px; }
.footer-meta a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; color: var(--body); }
.footer-meta a:hover { text-decoration: underline; }
.legal-hero { padding-block: 62px 38px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { font: 400 clamp(46px, 5vw, 64px)/1.1 var(--serif); letter-spacing: -2px; margin-top: 20px; }
.legal-hero > p { max-width: 560px; color: var(--body); margin-top: 20px; }
.legal-dates { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 24px; font-size: 12px; color: var(--muted); }
.legal-layout { display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 78px; padding-block: 46px 76px; }
.legal-sidebar { position: sticky; top: 122px; align-self: start; }
.legal-sidebar h2 { font-size: 11px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-bottom: 15px; }
.legal-sidebar ol { list-style: none; padding: 0; margin: 0; }
.legal-sidebar a { display: block; padding: 8px 0; color: var(--body); text-decoration: none; font-size: 12px; }
.legal-sidebar a:hover, .legal-sidebar a[aria-current="location"] { color: var(--terra); }
.legal-sidebar .legal-contact { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 18px; }
.legal-contact p { color: var(--muted); font-size: 12px; }
.legal-contact a { color: var(--terra); overflow-wrap: anywhere; }
.legal-content { min-width: 0; max-width: 750px; color: var(--body); font-size: 15px; line-height: 1.9; }
.legal-content > p:first-child { margin-top: 0; }
.legal-content h2 { color: var(--ink); font: 400 30px/1.25 var(--serif); letter-spacing: -.5px; margin: 48px 0 20px; padding-top: 28px; border-top: 1px solid var(--line); }
.legal-content h2:first-of-type { margin-top: 25px; }
.legal-content h3 { color: var(--ink); font-size: 16px; line-height: 1.5; font-weight: 600; margin: 24px 0 14px; }
.legal-content p { margin-block: 16px; }
.legal-content ul { padding-left: 21px; margin: 16px 0; }
.legal-content li { padding-left: 6px; margin-bottom: 12px; }
.legal-content strong { color: var(--ink); font-weight: 600; }
.legal-content a { color: var(--terra-dark); overflow-wrap: anywhere; }
.legal-content code { font-size: .88em; overflow-wrap: anywhere; }
.table-scroll { width: 100%; overflow-x: auto; margin-block: 26px; }
.legal-content .table-hint { display: none; }
table { border-collapse: collapse; font-size: 12px; line-height: 1.7; width: 100%; min-width: 480px; text-align: left; }
th { padding: 14px; color: var(--ink); font-weight: 600; background: var(--terra-light); }
td { vertical-align: top; padding: 14px; border-bottom: 1px solid var(--line); }
.legal-bottom { border-top: 1px solid var(--line); }
@media (min-width: 1450px) { .hero { padding-block: 98px 84px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 40px; }
  .hero h1 { font-size: 52px; }
  .steps { gap: 30px; }
  .support-grid { gap: 44px; }
  .legal-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 42px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 92px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 74px; gap: 12px; }
  .brand { font-size: 22px; gap: 8px; }
  .brand img { width: 32px; height: 32px; border-radius: 8px; }
  .main-nav { gap: 16px; font-size: 12px; }
  .main-nav .nav-support { padding-inline: 12px; }
  .nav-about { display: none !important; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-block: 46px 46px; }
  .hero h1 { font-size: clamp(44px, 10.6vw, 64px); letter-spacing: -1.7px; }
  .hero h1 em { margin-top: 2px; }
  .hero-copy > p { font-size: 16px; margin-top: 22px; max-width: 430px; }
  .hero-actions { margin-top: 24px; gap: 16px; }
  .hero-support { margin-top: 18px; }
  .hero-art { max-width: 440px; width: calc(100% - 12px); margin: 0 auto; transform: rotate(1deg); padding: 10px; }
  .hero-art figcaption { padding-top: 13px; font-size: 16px; }
  .how-it-works { padding-block: 36px 42px; }
  .section-heading { display: block; }
  .section-heading h2, .privacy-note h2, .support-intro h2 { font-size: 32px; }
  .section-heading > p { margin-top: 12px; }
  .steps { grid-template-columns: 1fr; gap: 24px; margin-top: 28px; }
  .step { display: grid; grid-template-columns: 30px 1fr; column-gap: 16px; }
  .step-number { grid-row: 1 / 3; }
  .step h3, .step p { grid-column: 2; }
  .step h3 { margin-bottom: 7px; }
  .privacy-note { grid-template-columns: 1fr; gap: 15px; padding-block: 32px 38px; }
  .privacy-note > div:last-child { padding-top: 0; }
  .support-section { padding-block: 40px 44px; }
  .support-grid { grid-template-columns: 1fr; gap: 34px; }
  .support-email { font-size: 29px; }
  .footer-inner { align-items: flex-start; }
  .footer-meta { flex-direction: column-reverse; align-items: flex-end; gap: 6px; }
  .footer-meta nav { gap: 20px; }
  .legal-hero { padding-block: 40px 30px; }
  .legal-hero > p { font-size: 15px; }
  .legal-dates { gap: 8px; flex-direction: column; }
  .legal-layout { display: block; padding-block: 30px 48px; }
  .legal-sidebar { position: static; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
  .legal-sidebar ol { display: grid; grid-template-columns: 1fr 1fr; column-gap: 18px; }
  .legal-sidebar a { padding-block: 11px; }
  .legal-sidebar .legal-contact { margin-top: 12px; padding-top: 14px; }
  .legal-contact a { display: inline-block; }
  .legal-content { padding-top: 24px; font-size: 15px; }
  .legal-content h2 { font-size: 27px; margin-top: 34px; }
  .legal-content .table-hint { display: block; font-size: 12px; color: var(--muted); margin-bottom: -12px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .main-nav { gap: 10px; }
  .main-nav .nav-support { padding-inline: 10px; }
  .hero-art figcaption span { font-size: 9px; }
  .hero-art figcaption { gap: 8px; font-size: 14px; }
  .support-email { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .site-footer, .legal-sidebar, .skip-link, .email-tools { display: none; }
  body { background: white; color: black; font-size: 11pt; }
  .wrap { width: 100%; }
  .legal-layout { display: block; padding: 0; }
  .legal-content { max-width: none; font-size: 11pt; }
  .legal-hero { padding: 0 0 20px; }
  .legal-hero h1 { font-size: 32pt; }
  .legal-content h2 { break-after: avoid; }
  .legal-content h3 { break-after: avoid; }
  .table-scroll { overflow: visible; }
  table { min-width: 0; }
}
