@font-face {
  font-family: Outfit;
  src: url("../fonts/outfit-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Outfit;
  src: url("../fonts/outfit-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Outfit;
  src: url("../fonts/outfit-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Outfit;
  src: url("../fonts/outfit-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root,
html[data-theme="day"] {
  --ink: #1c1812;
  --ink-2: #fff8ef;
  --ink-3: #ffffff;
  --gold: #c5a035;
  --gold-2: #9a7b18;
  --cream: #f7f3ea;
  --paper: #ffffff;
  --muted: #6e675c;
  --line: rgba(154, 123, 24, 0.28);
  --text: #2a261f;
  --white: #fff;
  --wa: #1f6b4a;
  --header-bg: rgba(255, 252, 247, 0.92);
  --header-fg: #1c1812;
  --nav-link: #4a463d;
  --hero-fg: #1c1812;
  --hero-lead: #5c574c;
  --hero-wash: radial-gradient(1100px 480px at 85% -20%, rgba(232, 196, 90, 0.45), transparent 58%),
    linear-gradient(180deg, #fffdf8 0%, #f4ead6 100%);
  --stat-muted: #6e675c;
  --band-bg: #fff7e8;
  --band-fg: #1c1812;
  --band-muted: #5c574c;
  --panel-bg: #fffdf8;
  --panel-text: #5c574c;
  --footer-bg: #2f2a22;
  --footer-fg: #d8cfc0;
  --input-border: rgba(28, 24, 18, 0.16);
  --hairline: rgba(28, 24, 18, 0.1);
  --page-bg: #f7f3ea;
  --radius: 14px;
  --shadow: 0 18px 40px rgba(28, 24, 18, 0.08);
  --max: 1120px;
}

html[data-theme="night"] {
  --ink: #0d0d0d;
  --ink-2: #161411;
  --ink-3: #221e18;
  --gold: #c5a035;
  --gold-2: #e0c36a;
  --cream: #f6f1e8;
  --paper: #1c1914;
  --muted: #b7aea0;
  --line: rgba(197, 160, 53, 0.28);
  --text: #efe8db;
  --white: #fff;
  --header-bg: rgba(13, 13, 13, 0.94);
  --header-fg: #f6f1e8;
  --nav-link: #d9d0c0;
  --hero-fg: #f6f1e8;
  --hero-lead: #d8cfc0;
  --hero-wash: radial-gradient(1200px 420px at 80% -10%, rgba(197, 160, 53, 0.18), transparent 55%),
    linear-gradient(180deg, #0d0d0d 0%, #161411 100%);
  --stat-muted: #b7aea0;
  --band-bg: #0d0d0d;
  --band-fg: #f6f1e8;
  --band-muted: #d5ccbe;
  --panel-bg: #161411;
  --panel-text: #cfc6b8;
  --footer-bg: #0d0d0d;
  --footer-fg: #cfc6b8;
  --input-border: rgba(246, 241, 232, 0.18);
  --hairline: rgba(246, 241, 232, 0.12);
  --page-bg: #0d0d0d;
  --shadow: 0 18px 40px rgba(13, 13, 13, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--text);
  background: var(--page-bg);
  line-height: 1.55;
  font-size: 1.05rem;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
}
.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 80;
  background: var(--gold);
  color: var(--ink);
  padding: 8px 12px;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--header-bg);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}
.theme-toggle {
  font-size: 1.15rem;
  line-height: 1;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--header-fg);
  border-radius: 999px;
  width: 42px;
  height: 42px;
  padding: 0;
  cursor: pointer;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 76px;
}
.nav {
  margin-left: auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--header-fg);
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: transparent;
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.brand-text strong {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.brand-text span {
  color: var(--gold-2);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav a {
  text-decoration: none;
  color: var(--nav-link);
  font-size: 0.92rem;
  font-weight: 500;
}
.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--gold-2);
}
.nav-cta {
  background: var(--gold);
  color: var(--ink) !important;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 600 !important;
}
.menu-btn {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--header-fg);
  width: 42px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 880px) {
  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav {
    display: none;
    position: absolute;
    inset: 76px 16px auto;
    background: var(--ink-2);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .nav.open {
    display: flex;
  }
}

/* Hero */
.hero {
  background: var(--hero-wash);
  color: var(--hero-fg);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid var(--line);
  border-radius: 50%;
  pointer-events: none;
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.hero h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.12;
  font-weight: 700;
  margin: 0 0 18px;
  max-width: 16ch;
}
.hero .lead {
  max-width: 42rem;
  color: var(--hero-lead);
  font-size: 1.12rem;
  margin: 0 0 28px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 18px;
  border-radius: 999px;
}
.btn-gold {
  background: var(--gold);
  color: var(--ink);
}
.btn-ghost {
  background: transparent;
  color: var(--hero-fg);
  border: 1px solid var(--line);
}
.btn-dark {
  background: var(--ink);
  color: var(--cream);
}
html[data-theme="night"] .btn-dark {
  color: var(--hero-fg);
}
.btn-wa {
  background: var(--wa);
  color: var(--white);
}
.btn-line {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--input-border);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.stat {
  background: var(--ink-3);
  padding: 18px 16px;
}
.stat b {
  display: block;
  color: var(--gold-2);
  font-size: 1.45rem;
  font-weight: 700;
}
.stat span {
  color: var(--stat-muted);
  font-size: 0.82rem;
}

@media (max-width: 720px) {
  .stats {
    grid-template-columns: 1fr 1fr;
  }
}

/* Sections */
.section {
  padding: 72px 0;
}
.section h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin: 0 0 10px;
  color: var(--text);
}
.section-head p {
  color: var(--muted);
  margin: 0 0 32px;
  max-width: 40rem;
}
.eyebrow {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.strengths {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--hairline);
}
.strength {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--hairline);
}
.strength h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}
.strength p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 640px) {
  .strength {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.note {
  margin-top: 24px;
  padding: 16px 18px;
  background: var(--paper);
  border-left: 3px solid var(--gold);
  color: var(--text);
}

.band {
  background: var(--band-bg);
  color: var(--band-fg);
}
.band h2,
.band p {
  color: inherit;
}
.band p {
  color: var(--band-muted);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 800px) {
  .split {
    grid-template-columns: 1fr;
  }
}

.panel {
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
}
.panel h3 {
  margin: 0 0 8px;
  color: var(--gold-2);
  font-family: "Source Serif 4", Georgia, serif;
}
.panel p {
  margin: 0;
  color: var(--panel-text);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 800px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
.card {
  background: var(--paper);
  border: 1px solid var(--hairline);
  border-radius: 18px;
  padding: 22px;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.card p {
  margin: 0;
  color: var(--muted);
}
.card .tag {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.loc-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}
.loc {
  background: var(--paper);
  border-radius: 18px;
  padding: 24px;
  min-height: 180px;
  border: 1px solid var(--hairline);
}
.loc.hq {
  background: var(--ink);
  color: var(--cream);
}
html[data-theme="day"] .loc.hq {
  color: #f6f1e8;
}
.loc.hq p,
.loc p {
  margin: 8px 0 0;
}
.loc.hq p {
  color: var(--band-muted);
}
html[data-theme="day"] .loc.hq p {
  color: #d5ccbe;
}
.loc span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.loc h3 {
  margin: 8px 0 0;
  font-family: "Source Serif 4", Georgia, serif;
}
@media (max-width: 800px) {
  .loc-grid {
    grid-template-columns: 1fr;
  }
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* Form */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 800px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
form {
  display: grid;
  gap: 12px;
}
label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
}
input,
select,
textarea {
  width: 100%;
  font: inherit;
  padding: 11px 12px;
  border: 1px solid var(--input-border);
  border-radius: 10px;
  background: var(--paper);
  color: var(--text);
}
textarea {
  min-height: 120px;
  resize: vertical;
}
.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}
.contact-aside a {
  color: var(--text);
  font-weight: 600;
}

/* Footer */
.site-footer {
  background: var(--footer-bg);
  color: var(--footer-fg);
  padding: 48px 0 24px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.site-footer h4 {
  margin: 0 0 10px;
  color: #f6f1e8;
  font-size: 0.9rem;
}
.site-footer a {
  color: var(--gold-2);
  text-decoration: none;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer li + li {
  margin-top: 6px;
}
.legal {
  padding-top: 16px;
  font-size: 0.82rem;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .foot-grid {
    grid-template-columns: 1fr;
  }
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  background: var(--wa);
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: var(--shadow);
}
.page-hero {
  background: var(--hero-wash);
  color: var(--hero-fg);
  padding: 56px 0 48px;
}
.page-hero h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 0 0 10px;
  max-width: 18ch;
}
.page-hero p {
  margin: 0;
  color: var(--hero-lead);
  max-width: 40rem;
}

.profile-sheet {
  background: var(--paper);
  border: 1px solid var(--hairline);
  border-radius: 18px;
  padding: 32px;
}
.profile-sheet h3 {
  margin: 28px 0 8px;
  font-size: 1.05rem;
}
.profile-sheet h3:first-child {
  margin-top: 0;
}
.meta-list {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 8px 16px;
  margin: 0;
}
.meta-list dt {
  color: var(--muted);
  font-size: 0.88rem;
}
.meta-list dd {
  margin: 0;
  font-weight: 500;
}

.error {
  min-height: 50vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 80px 20px;
}

@media print {
  .site-header,
  .site-footer,
  .wa-float,
  .hero-actions,
  .cta-row,
  .menu-btn,
  .theme-toggle {
    display: none !important;
  }
  body {
    background: #fff;
    color: #000;
  }
  .profile-sheet,
  .card,
  .loc {
    border: 1px solid #ccc;
    break-inside: avoid;
  }
  a {
    text-decoration: none;
  }
}
