:root {
  --ink: #1d1a17;
  --muted: #6f675e;
  --paper: #f3eee6;
  --paper-2: #ebe3d8;
  --surface: #fffaf2;
  --line: #d8cbbb;
  --accent: #a85d45;
  --accent-strong: #7f3e30;
  --charcoal: #24211e;
  --charcoal-2: #302b26;
  --cream: #fff7eb;
  --success: #d7c3ae;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  background-image:
    linear-gradient(rgba(36, 33, 30, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 33, 30, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

.site-header {
  align-items: center;
  background: rgba(243, 238, 230, 0.92);
  border-bottom: 1px solid rgba(216, 203, 187, 0.85);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  padding: 16px clamp(18px, 4.6vw, 70px);
  position: sticky;
  top: 0;
  z-index: 8;
}

.brand,
.nav-links,
.hero-actions,
.hero-facts,
.footer,
.member-benefits {
  align-items: center;
  display: flex;
}

.brand {
  gap: 0;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand img {
  height: 32px;
  width: 32px;
}

.nav-links {
  background: rgba(255, 250, 242, 0.58);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  gap: 4px;
  padding: 5px;
}

.nav-links a {
  border-radius: 999px;
  font-size: 0.92rem;
  padding: 9px 14px;
  transition: background 260ms cubic-bezier(0.16, 1, 0.3, 1), color 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-links a:hover {
  background: var(--surface);
  color: var(--ink);
}

.nav-cta,
.button {
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    background 260ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
    color 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-cta {
  background: var(--charcoal);
  color: var(--cream);
  justify-self: end;
  padding: 11px 18px;
}

.nav-cta:hover {
  background: var(--accent-strong);
}

.button:active,
.nav-cta:active {
  transform: translateY(1px) scale(0.99);
}

.hero {
  align-items: stretch;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: calc(100dvh - 67px);
  padding: clamp(40px, 6vw, 76px) clamp(18px, 4.6vw, 70px) clamp(24px, 4vw, 48px);
}

.hero-copy {
  align-self: center;
  padding: clamp(28px, 5vw, 72px) 0;
}

.eyebrow,
.section-kicker,
.contact span,
.service-grid span,
.hero-facts dt {
  color: var(--accent-strong);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  margin-bottom: 18px;
}

h1 {
  font-size: clamp(4rem, 7.2vw, 7.1rem);
  letter-spacing: 0;
  line-height: 0.86;
  margin-bottom: 28px;
  max-width: 760px;
}

h2 {
  font-size: clamp(2.25rem, 4.7vw, 5rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.18rem;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.hero-text,
.intro p,
.price-copy p,
.member-copy p,
.service-grid p,
.contact p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.7;
}

.hero-text {
  max-width: 580px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  border: 1px solid transparent;
  display: inline-flex;
  font: inherit;
  justify-content: center;
  min-height: 50px;
  padding: 15px 23px;
}

.button.primary {
  background: var(--accent);
  color: var(--cream);
}

.button.primary:hover {
  background: var(--accent-strong);
}

.button.secondary {
  background: rgba(255, 250, 242, 0.48);
  border-color: var(--line);
  color: var(--ink);
}

.button.secondary:hover {
  background: var(--surface);
  border-color: var(--accent);
  color: var(--accent-strong);
}

.hero-facts {
  border-top: 1px solid var(--line);
  gap: 0;
  margin: clamp(34px, 5vw, 56px) 0 0;
  max-width: 650px;
}

.hero-facts div {
  border-right: 1px solid var(--line);
  flex: 1;
  padding: 18px 20px 0 0;
}

.hero-facts div + div {
  padding-left: 20px;
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts dd {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 800;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 5px;
}

.hero-media {
  align-self: stretch;
  background: var(--charcoal);
  border: 1px solid rgba(36, 33, 30, 0.18);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.hero-media::before {
  border: 1px solid rgba(255, 247, 235, 0.22);
  content: "";
  inset: 16px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  transform: scale(1.04);
  width: 100%;
}

.intro,
.services,
.prices,
.member,
.contact {
  margin: 0 auto;
  max-width: 1440px;
  padding: clamp(76px, 9vw, 126px) clamp(18px, 4.6vw, 70px);
  scroll-margin-top: 96px;
}

.intro {
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(32px, 7vw, 104px);
  grid-template-columns: 1.2fr 0.8fr;
}

.intro p {
  align-self: end;
  max-width: 580px;
}

.section-heading {
  max-width: 780px;
}

.bento-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.18fr 0.82fr;
  margin-top: 36px;
}

.bento-card {
  animation: rise-in 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--i) * 90ms);
  background: rgba(255, 250, 242, 0.64);
  border: 1px solid var(--line);
  display: grid;
  min-height: 250px;
  padding: clamp(24px, 3vw, 34px);
  position: relative;
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), background 260ms ease;
}

.bento-card:hover {
  background: var(--surface);
  transform: translateY(-4px);
}

.bento-large {
  grid-row: span 2;
  min-height: 518px;
}

.bento-tall {
  min-height: 300px;
}

.bento-dark {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: var(--cream);
}

.bento-dark p,
.bento-dark span {
  color: var(--success);
}

.service-grid span {
  margin-bottom: auto;
}

.bento-card h3 {
  align-self: end;
  font-size: clamp(1.35rem, 2.2vw, 2.3rem);
  margin-bottom: 14px;
}

.bento-card p {
  max-width: 42ch;
}

.bento-card strong {
  align-self: end;
  border-top: 1px solid rgba(216, 203, 187, 0.78);
  display: block;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  margin-top: 26px;
  padding-top: 18px;
}

.bento-dark strong {
  border-top-color: rgba(255, 247, 235, 0.2);
}

.prices {
  align-items: start;
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: 0.72fr 1.28fr;
}

.price-copy {
  position: sticky;
  top: 104px;
}

.text-link {
  border-bottom: 1px solid currentColor;
  color: var(--accent-strong);
  display: inline-flex;
  font-weight: 800;
  margin-top: 10px;
  transition: color 220ms ease;
}

.text-link:hover {
  color: var(--ink);
}

.price-board {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-feature {
  background: var(--surface);
  border: 1px solid var(--line);
  min-height: 188px;
  padding: 24px;
}

.price-feature span {
  color: var(--accent-strong);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.price-feature h3 {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 8px;
}

.price-feature strong {
  color: var(--ink);
  display: block;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  letter-spacing: 0;
  line-height: 0.9;
}

.price-feature-dark {
  background: var(--charcoal);
  border-color: var(--charcoal);
}

.price-feature-dark h3,
.price-feature-dark span {
  color: var(--success);
}

.price-feature-dark strong {
  color: var(--cream);
}

.price-list {
  background: var(--surface);
  border: 1px solid var(--line);
  grid-column: 1 / -1;
}

.price-group {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(150px, 0.7fr) 1.3fr;
  padding: 28px;
}

.price-group + .price-group {
  border-top: 1px solid var(--line);
}

.price-group h3 {
  margin-bottom: 0;
  padding-right: 24px;
}

.price-row {
  align-items: baseline;
  color: var(--muted);
  display: grid;
  gap: 18px;
  grid-column: 2;
  grid-template-columns: 1fr auto;
  padding: 10px 0;
}

.price-group h3 + .price-row {
  padding-top: 0;
}

.price-row + .price-row {
  border-top: 1px solid rgba(216, 203, 187, 0.72);
}

.price-row strong {
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.member {
  background: var(--charcoal);
  color: var(--cream);
  display: grid;
  gap: clamp(34px, 6vw, 86px);
  grid-template-columns: 0.86fr 1.14fr;
  max-width: none;
}

.member > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 100%;
}

.member .section-kicker,
.member-copy p {
  color: var(--success);
}

.member-benefits {
  align-items: stretch;
  border-top: 1px solid rgba(255, 247, 235, 0.18);
  color: var(--success);
  flex-wrap: wrap;
  gap: 0;
  margin-top: 34px;
}

.member-benefits span {
  border-right: 1px solid rgba(255, 247, 235, 0.18);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 16px 18px 0 0;
}

.member-benefits span + span {
  padding-left: 18px;
}

.member-form {
  background: var(--charcoal-2);
  border: 1px solid rgba(255, 247, 235, 0.14);
  padding: clamp(24px, 4vw, 42px);
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

label {
  font-size: 0.94rem;
  font-weight: 800;
}

input {
  background: #f5eee5;
  border: 1px solid transparent;
  color: var(--ink);
  font: inherit;
  min-height: 52px;
  outline: none;
  padding: 13px 14px;
  transition: border-color 220ms ease, background 220ms ease;
  width: 100%;
}

input:focus {
  background: var(--cream);
  border-color: var(--accent);
}

.check-row {
  align-items: start;
  color: #e7dbcd;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  line-height: 1.4;
  margin: 8px 0;
}

.check-row input {
  accent-color: var(--accent);
  height: 18px;
  margin-top: 2px;
  min-height: auto;
  padding: 0;
  width: 18px;
}

.field-error,
.form-status {
  font-size: 0.9rem;
  line-height: 1.45;
  margin: 0;
  min-height: 1.3em;
}

.field-error {
  color: #ffc4b2;
}

.form-button {
  margin-top: 18px;
  width: 100%;
}

.form-status {
  color: #e7dbcd;
  margin-top: 14px;
}

.contact-layout {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}

.map-panel {
  background: var(--charcoal);
  border: 1px solid var(--line);
  min-height: 390px;
  overflow: hidden;
}

.map-panel iframe {
  border: 0;
  display: block;
  height: 420px;
  width: 100%;
}

.contact-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 0.83fr;
}

.contact-grid > div {
  border-bottom: 1px solid var(--line);
  padding: 28px 28px 28px 0;
}

.contact-grid > div + div {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}

.contact a {
  transition: color 220ms ease;
}

.contact a:hover {
  color: var(--accent-strong);
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  justify-content: space-between;
  padding: 28px clamp(18px, 4.6vw, 70px);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .intro,
  .prices,
  .member,
  .contact-grid,
  .price-board {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 520px;
  }

  .price-copy {
    position: static;
  }

  .contact-grid > div + div {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand span {
    display: none;
  }

  h1 {
    font-size: clamp(3.05rem, 13.7vw, 4.05rem);
    line-height: 0.92;
    max-width: 100%;
  }

  .hero-text {
    max-width: 100%;
  }

  h2 {
    font-size: clamp(2.15rem, 10vw, 3.45rem);
  }

  .hero,
  .intro,
  .services,
  .prices,
  .member,
  .contact {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-facts {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-facts div,
  .hero-facts div + div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 14px 0;
  }

  .hero-facts div:last-child {
    border-bottom: 0;
  }

  .hero-media {
    min-height: 430px;
  }

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

  .bento-large,
  .bento-tall,
  .bento-card {
    min-height: 230px;
  }

  .price-group {
    grid-template-columns: 1fr;
  }

  .price-group h3 {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .price-row {
    grid-column: 1;
  }

  .price-list {
    grid-column: 1;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 330px;
  }

  .member-benefits {
    display: grid;
  }

  .member-benefits span,
  .member-benefits span + span {
    border-bottom: 1px solid rgba(255, 247, 235, 0.18);
    border-right: 0;
    padding: 13px 0;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
