:root {
  --bg: #f7f1e7;
  --paper: rgba(255, 252, 247, 0.88);
  --paper-strong: #fffdfa;
  --ink: #1f2c34;
  --muted: #586973;
  --line: rgba(31, 44, 52, 0.12);
  --copper: #ab5529;
  --copper-deep: #7c3918;
  --sage: #64745f;
  --sand: #eadcc4;
  --gold: #b98e41;
  --shadow: 0 24px 64px rgba(54, 40, 24, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --headline: "Fraunces", Georgia, serif;
  --body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  line-height: 1.65;
  background:
    radial-gradient(circle at top right, rgba(185, 142, 65, 0.16), transparent 24rem),
    radial-gradient(circle at 12% 16%, rgba(171, 85, 41, 0.14), transparent 20rem),
    linear-gradient(180deg, #fbf6ef 0%, var(--bg) 50%, #f1e4cf 100%);
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(1120px, calc(100vw - 2rem));
  margin: 0 auto;
}

.narrow {
  width: min(760px, 100%);
}

.notice-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(90deg, rgba(31, 44, 52, 0.98), rgba(49, 66, 74, 0.94));
  color: #f7f0e5;
  font-size: 0.92rem;
}

.notice-bar .shell {
  padding: 0.85rem 0;
}

.notice-bar strong {
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  backdrop-filter: blur(12px);
  background: rgba(251, 246, 238, 0.82);
  border-bottom: 1px solid rgba(31, 44, 52, 0.08);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
}

.brand-mark {
  width: auto;
  height: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-stack {
  display: grid;
  gap: 0.12rem;
}

.brand-stack strong {
  font-family: var(--headline);
  font-size: 1.04rem;
  letter-spacing: 0.01em;
}

.brand-stack span {
  color: var(--muted);
  font-size: 0.82rem;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.85rem 1.1rem;
  font-size: 0.95rem;
}

.top-nav a {
  text-decoration: none;
}

.top-nav a:hover,
.top-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  color: var(--copper);
}

.hero,
.page-hero {
  padding: 4.25rem 0 2rem;
}

.hero-grid,
.card-grid,
.info-grid,
.footer-grid,
.split-grid {
  display: grid;
  gap: 1.4rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.surface,
.feature-card,
.cta-panel,
.faq-card,
.list-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 2.4rem;
}

.hero-copy h1 {
  max-width: 12ch;
}

.hero-panel {
  padding: 2rem;
  color: #f8f5ef;
  background:
    linear-gradient(180deg, rgba(31, 44, 52, 0.97), rgba(31, 44, 52, 0.9)),
    linear-gradient(125deg, rgba(185, 142, 65, 0.28), transparent 58%);
}

.eyebrow,
.panel-label,
.card-label,
.note-label {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}

.panel-label {
  color: #f2d8aa;
}

h1,
h2,
h3 {
  margin: 0 0 0.9rem;
  font-family: var(--headline);
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.85rem, 3vw, 2.8rem);
}

h3 {
  font-size: 1.42rem;
}

p,
li {
  color: var(--ink);
}

.lede {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 62ch;
}

.sublede {
  margin-top: 1rem;
  color: var(--muted);
  max-width: 62ch;
}

.hero-actions,
.button-row,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 800;
}

.btn-primary {
  background: var(--copper);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--copper-deep);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-ghost {
  border-color: rgba(31, 44, 52, 0.16);
  background: rgba(255, 255, 255, 0.5);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: rgba(31, 44, 52, 0.34);
}

.notice-panel {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-points,
.plain-list,
.prose-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.hero-points li,
.plain-list li,
.prose-list li {
  margin-bottom: 0.7rem;
}

.meta-list {
  display: grid;
  gap: 0.7rem;
  margin: 1rem 0 1.2rem;
}

.meta-list div {
  display: grid;
  gap: 0.2rem;
}

.meta-list strong {
  color: var(--ink);
}

.hero-panel .meta-list strong,
.surface-dark .meta-list strong {
  color: #fff;
}

.small-note {
  color: rgba(248, 245, 239, 0.8);
  font-size: 0.92rem;
}

.proof-strip,
.hero-kicker-list,
.service-grid,
.process-grid {
  display: grid;
  gap: 1rem;
}

.proof-strip {
  margin: 1.35rem 0 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-pill {
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
}

.proof-pill strong {
  display: block;
  margin-bottom: 0.22rem;
  font-family: var(--headline);
  font-size: 1.08rem;
}

.hero-kicker-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.4rem;
}

.hero-kicker {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(171, 85, 41, 0.08);
  border: 1px solid rgba(171, 85, 41, 0.14);
}

.hero-kicker strong {
  display: block;
  margin-bottom: 0.2rem;
}

.hero-visual {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.official-logo {
  width: min(240px, 100%);
  height: auto;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.hero-photo {
  overflow: hidden;
  border-radius: 20px;
  min-height: 320px;
  border: 1px solid var(--line);
  background: #e5dfd4;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.service-card h3 {
  font-size: 1.3rem;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-card {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
}

.process-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: var(--copper);
  color: #fff;
}

.route-card {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.64);
}

.route-card h3 {
  font-size: 1.22rem;
}

.route-card p {
  margin-bottom: 0.9rem;
}

.section {
  padding: 1rem 0 3rem;
}

.section-header {
  margin-bottom: 1.4rem;
}

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.surface,
.faq-card,
.list-card {
  padding: 1.4rem;
}

.feature-card {
  background: rgba(255, 253, 248, 0.9);
}

.surface-dark {
  color: #f8f5ef;
  background:
    linear-gradient(180deg, rgba(31, 44, 52, 0.97), rgba(31, 44, 52, 0.91)),
    linear-gradient(130deg, rgba(185, 142, 65, 0.26), transparent 56%);
}

.surface-dark p,
.surface-dark li {
  color: #f8f5ef;
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
}

.stat-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
}

.stat strong {
  display: block;
  font-size: 1.5rem;
  font-family: var(--headline);
  color: var(--copper);
}

.guide-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-link {
  display: block;
  padding: 1.15rem 1.2rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.guide-link strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--headline);
  font-size: 1.15rem;
}

.guide-link span {
  color: var(--muted);
}

.guide-link:hover,
.guide-link:focus-visible {
  border-color: rgba(171, 85, 41, 0.4);
  transform: translateY(-2px);
}

.highlight-box {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(171, 85, 41, 0.18);
  background: rgba(171, 85, 41, 0.08);
}

.prose {
  display: grid;
  gap: 1.2rem;
}

.prose p,
.prose li {
  color: var(--ink);
}

.checklist {
  display: grid;
  gap: 0.9rem;
}

.checklist article,
.faq-card {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb a {
  text-decoration: none;
}

.comparison-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison-grid .list-card {
  height: 100%;
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(31, 44, 52, 0.08);
  background: rgba(255, 250, 244, 0.68);
}

.footer-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.footer-links {
  justify-content: flex-end;
}

.footer-links a {
  text-decoration: none;
}

.fineprint,
.footer-copy {
  color: var(--muted);
  font-size: 0.94rem;
}

.brand-footer .brand-mark {
  width: auto;
  height: 40px;
}

@media (max-width: 960px) {
  .hero-grid,
  .split-grid,
  .footer-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-grid,
  .guide-grid,
  .stat-grid,
  .proof-strip,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .route-grid,
  .hero-kicker-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy,
  .hero-panel {
    padding: 1.7rem;
  }

  h1 {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .nav-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav,
  .footer-links {
    justify-content: flex-start;
  }

  .hero,
  .page-hero {
    padding-top: 3rem;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .route-grid,
  .hero-kicker-list {
    grid-template-columns: 1fr;
  }

  .shell {
    width: min(100vw - 1.2rem, 1120px);
  }

  .hero-copy,
  .hero-panel,
  .surface,
  .feature-card {
    border-radius: 22px;
  }
}
