:root {
  --c-ink: #1a120c;
  --c-body: #4e4238;
  --c-muted: #7d6f63;
  --c-line: #e6ded5;
  --c-tint: #faf6f1;
  --c-bean: #8a5a2b;
  --c-bean-dim: #6d4520;
  --c-cherry: #b23a2e;
  --c-sec: 66px;
  --c-head: 28px;
  --c-card: 24px;
  --c-nav: 64px;
}

body {
  margin: 0;
  color: var(--c-body);
  font-family: 'Karla', system-ui, -apple-system, sans-serif;
  background: #fff;
}

.brand, .hero-title, .head-title, .claim-a, .cta-title, .foot-brand {
  font-family: 'Fraunces', Georgia, serif;
}

.site-head {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--c-nav);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--c-line);
}
.site-head .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.brand {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--c-ink);
  text-decoration: none;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a {
  display: block;
  padding: 8px 13px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--c-body);
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
}
.site-nav a:hover {
  color: var(--c-bean);
}
.site-nav a.active {
  color: var(--c-bean);
  background: rgba(138, 90, 43, 0.1);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 36px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--c-line);
  border-radius: 6px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--c-ink);
  border-radius: 2px;
}

.kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d9a86c;
}
.kicker--ink {
  color: var(--c-bean);
}

.hero {
  position: relative;
  padding-top: 66px;
  padding-bottom: 58px;
  overflow: hidden;
  background: var(--c-ink);
}
.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}
.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(26, 18, 12, 0.94) 0%, rgba(38, 26, 17, 0.86) 46%, rgba(38, 26, 17, 0.44) 100%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
}
.hero-title {
  margin: 14px 0 16px 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-weight: 600;
  color: #fff;
}
.hero-lead {
  max-width: 62ch;
  font-size: 1.01rem;
  line-height: 1.74;
  color: rgba(255, 255, 255, 0.82);
}

.section {
  padding-top: var(--c-sec);
  padding-bottom: var(--c-sec);
}
.section-dark {
  background: var(--c-ink);
}
.section-dark .head-title {
  color: #fff;
}
.section-tint {
  background: var(--c-tint);
}

.head {
  margin-bottom: var(--c-head);
}
.head-title {
  font-size: clamp(1.3rem, 2.1vw, 1.72rem);
  line-height: 1.3;
  font-weight: 600;
  color: var(--c-ink);
}
.head .kicker + .head-title {
  margin-top: 8px;
}

.lede {
  font-size: 1.01rem;
  line-height: 1.76;
  color: var(--c-body);
  margin: 0;
}
.lede + .lede {
  margin-top: 16px;
}

.fig {
  width: 100%;
  height: 100%;
  min-height: 210px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}
.row.align-items-center:has(> [class*="col-"] > .fig) {
  align-items: stretch !important;
}
.row:has(> [class*="col-"] > .fig) > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row:has(> [class*="col-"] > .fig) > [class*="col-"] > .fig {
  flex: 1 1 auto;
}

.note {
  margin: var(--c-head) 0 0 0;
  padding: 15px 19px;
  background: var(--c-tint);
  border-left: 3px solid var(--c-bean);
  border-radius: 0 6px 6px 0;
  font-size: 0.94rem;
  line-height: 1.72;
  color: var(--c-body);
}
.section-dark .note {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
}
.section-tint .note {
  background: #fff;
}

.tile {
  display: flex;
  flex-direction: column;
  padding: var(--c-card);
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
.tile-title {
  margin: 0 0 8px 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.34;
  color: var(--c-ink);
}
.tile-text {
  font-size: 0.93rem;
  line-height: 1.7;
  color: var(--c-muted);
}

.claim {
  display: flex;
  flex-direction: column;
  padding: var(--c-card);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 3px solid var(--c-bean);
  border-radius: 6px;
}
.claim-a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fff;
}
.claim-w {
  margin-top: 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d9a86c;
}
.claim-d {
  margin-top: 13px;
  font-size: 0.92rem;
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.66);
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 16px var(--c-card);
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 6px;
}
.step + .step {
  margin-top: 12px;
}
.step-n {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(138, 90, 43, 0.11);
  color: var(--c-bean);
  font-size: 0.78rem;
  font-weight: 600;
}
.step-body {
  min-width: 0;
}

.kv-list {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 6px;
  overflow: hidden;
}
.kv {
  display: grid;
  grid-template-columns: minmax(110px, 10rem) 1fr;
  gap: 6px 18px;
  padding: 15px 20px;
  border-bottom: 1px solid var(--c-line);
}
.kv:last-child {
  border-bottom: 0;
}
.kv-k {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-ink);
}
.kv-v {
  font-size: 0.93rem;
  line-height: 1.68;
  color: var(--c-muted);
}

.cta {
  padding-top: 52px;
  padding-bottom: 52px;
  background: var(--c-bean);
}
.cta-title {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.cta-text {
  max-width: 58ch;
  font-size: 0.98rem;
  line-height: 1.74;
  color: rgba(255, 255, 255, 0.86);
}
.cta-mail {
  display: block;
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding-bottom: 4px;
}
.cta-mail:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.cta-place {
  display: block;
  margin-top: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
}

.site-foot {
  padding-top: 42px;
  padding-bottom: 22px;
  background: #fff;
  border-top: 1px solid var(--c-line);
}
.foot-brand {
  display: block;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--c-ink);
}
.foot-tag {
  margin-top: 6px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--c-muted);
}
.foot-k {
  display: block;
  margin-bottom: 10px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--c-muted);
}
.foot-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.foot-links li + li {
  margin-top: 7px;
}
.foot-links a,
.foot-links span {
  font-size: 0.9rem;
  color: var(--c-body);
  text-decoration: none;
}
.foot-links a:hover {
  color: var(--c-bean);
}
.foot-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--c-line);
  font-size: 0.82rem;
  line-height: 1.72;
  color: var(--c-muted);
}

@media (max-width: 991.98px) {
  :root {
    --c-sec: 44px;
    --c-head: 22px;
    --c-card: 20px;
  }
  .nav-toggle {
    display: flex;
  }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: var(--c-nav);
    display: none;
    background: #fff;
    border-bottom: 1px solid var(--c-line);
    box-shadow: 0 12px 24px rgba(26, 18, 12, 0.08);
  }
  .site-nav.is-open {
    display: block;
  }
  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 12px 12px 12px;
  }
  .site-nav a {
    padding: 11px 12px;
  }
  .hero {
    padding-top: 46px;
    padding-bottom: 40px;
  }
  .hero-veil {
    background: rgba(26, 18, 12, 0.92);
  }
  .row:has(> [class*="col-"] > .fig) > [class*="col-"] {
    display: block;
  }
  .fig {
    height: auto;
    aspect-ratio: 3 / 2;
    min-height: 0;
  }
  .kv {
    grid-template-columns: 1fr;
  }
}
