:root {
  --ink: #11100e;
  --muted: #71695f;
  --line: #e8ded0;
  --paper: #fffdf8;
  --soft: #f7f1e8;
  --black: #050505;
  --gold: #e9c891;
  --gold-deep: #a7793f;
  --gold-soft: #fff0d5;
  --field: #1f6f4a;
  --radius: 18px;
  --shadow: 0 22px 60px rgb(23 18 10 / 12%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--paper);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgb(247 241 232 / 78%) 0, transparent 430px),
    var(--paper);
  font-family: Aptos, "Segoe UI", "Helvetica Neue", sans-serif;
}

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

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

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3,
.logo-mark strong {
  font-family: "Arial Narrow", Aptos, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 690px;
  font-size: clamp(2.75rem, 5.7vw, 5.15rem);
  line-height: 0.92;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 0.94;
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.05;
  text-transform: uppercase;
}

p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgb(232 222 208 / 70%);
  background: rgb(255 253 248 / 90%);
  backdrop-filter: blur(18px);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  gap: 20px;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.logo-image {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--black);
  box-shadow: 0 10px 24px rgb(5 5 5 / 14%);
}

.logo-mark strong,
.logo-mark small {
  display: block;
}

.logo-mark strong {
  font-size: 1.08rem;
  line-height: 1;
  text-transform: uppercase;
}

.logo-mark small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a {
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-deep);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.nav-cta,
.button-primary {
  color: var(--paper);
  border: 1px solid var(--black);
  background: var(--black);
  box-shadow: 0 14px 30px rgb(5 5 5 / 16%);
}

.button-secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgb(255 255 255 / 88%);
}

.nav-cta:hover,
.button:hover,
.nav-cta:focus-visible,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary:hover,
.button-primary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  color: var(--black);
  border-color: var(--gold);
  background: var(--gold);
  box-shadow: 0 18px 34px rgb(169 121 63 / 20%);
}

.nav-toggle {
  display: none;
}

.section-pad {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0;
}

.eyebrow {
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.78fr);
  align-items: center;
  min-height: 540px;
  gap: 42px;
}

.hero-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  font-size: clamp(1rem, 1.5vw, 1.08rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 28px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hero-media img,
.image-panel img,
.stacked-photos img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  object-position: 48% 50%;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgb(5 5 5 / 42%)),
    linear-gradient(90deg, rgb(5 5 5 / 18%), transparent 50%);
}

.about {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  align-items: stretch;
  gap: 36px;
}

.image-panel,
.stacked-photos > div {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.image-panel {
  min-height: 610px;
}

.image-panel img {
  object-position: center;
}

.content-card,
.service-card,
.feature-card,
.price-card,
.contact-card,
.booking-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgb(255 253 248 / 88%);
  box-shadow: 0 14px 42px rgb(23 18 10 / 7%);
}

.content-card {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 4vw, 54px);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.stat-card {
  min-height: 88px;
  border-radius: 14px;
  padding: 16px;
  color: var(--ink);
  background: var(--soft);
  font-weight: 900;
  line-height: 1.25;
}

.purpose-section {
  display: grid;
  gap: 34px;
}

.section-intro {
  display: grid;
  max-width: 780px;
  gap: 14px;
}

.philosophy-grid,
.service-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card,
.service-card,
.price-card {
  padding: 24px;
}

.feature-card {
  min-height: 250px;
}

.feature-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold-soft);
  font-weight: 950;
}

.feature-card h3,
.service-card h3,
.price-card h3 {
  margin-bottom: 12px;
}

.training {
  display: grid;
  gap: 34px;
}

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

.service-card {
  display: grid;
  align-content: start;
  gap: 18px;
}

.service-card ul {
  display: grid;
  gap: 10px;
  margin: 2px 0 8px;
  padding: 0;
  list-style: none;
}

.service-card li,
.expect-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.service-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--gold-deep);
}

.service-card .button,
.price-card .button {
  justify-self: start;
}

.expect {
  display: grid;
  grid-template-columns: 1fr 0.84fr;
  align-items: center;
  gap: 42px;
}

.expect-copy {
  display: grid;
  gap: 30px;
}

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

.expect-item {
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  background: var(--paper);
}

.expect-item span {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: var(--gold);
}

.stacked-photos {
  display: grid;
  gap: 16px;
}

.stacked-photos > div:first-child {
  min-height: 290px;
}

.stacked-photos > div:last-child {
  width: 72%;
  min-height: 330px;
  margin-left: auto;
}

.booking {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(135deg, rgb(233 200 145 / 16%), transparent 32%),
    var(--black);
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  align-items: center;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  gap: 28px;
  border-color: rgb(233 200 145 / 22%);
  padding: clamp(24px, 5vw, 52px);
  background: rgb(255 253 248 / 6%);
  box-shadow: none;
}

.booking h2,
.booking p:not(.eyebrow) {
  color: var(--paper);
}

.booking p:not(.eyebrow) {
  max-width: 680px;
  color: rgb(255 255 255 / 72%);
}

.booking .button-secondary {
  color: var(--paper);
  border-color: rgb(233 200 145 / 32%);
  background: rgb(255 255 255 / 10%);
}

.booking-options {
  display: grid;
  gap: 14px;
}

.booking-options div {
  display: grid;
  gap: 6px;
  border-top: 1px solid rgb(233 200 145 / 34%);
  padding: 18px 0 0;
}

.booking-options strong {
  color: var(--gold);
  font-size: 1.25rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.booking-options span {
  color: rgb(255 255 255 / 72%);
  line-height: 1.55;
}

.pricing,
.testimonials {
  display: grid;
  gap: 34px;
}

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

.price-card {
  display: grid;
  gap: 16px;
}

.price-card strong {
  font-size: 3rem;
  line-height: 1;
}

.photo-strip {
  display: grid;
  grid-template-columns: 0.82fr 1fr 0.82fr;
  gap: 18px;
  align-items: stretch;
}

.photo-strip img {
  width: 100%;
  height: 360px;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-strip img:nth-child(2) {
  height: 420px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 34px;
  padding: clamp(24px, 5vw, 52px);
  background:
    linear-gradient(135deg, rgb(233 200 145 / 22%), transparent 34%),
    var(--paper);
}

.contact-card > div:first-child {
  display: grid;
  gap: 18px;
}

.contact-card .button {
  justify-self: start;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list div {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  background: rgb(255 255 255 / 74%);
}

.contact-list span,
.contact-list strong {
  display: block;
}

.contact-list span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list strong {
  margin-top: 4px;
  font-size: 1.08rem;
}

.footer {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 46px 16px;
  text-align: center;
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.footer .logo-image {
  width: 68px;
  height: 68px;
}

.footer p {
  max-width: 520px;
}

.footer span {
  color: var(--muted);
  font-size: 0.9rem;
}

@media (max-width: 1020px) {
  .nav-toggle {
    position: relative;
    z-index: 22;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--paper);
  }

  .nav-toggle > span:first-child,
  .nav-toggle > span:first-child::before,
  .nav-toggle > span:first-child::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .nav-toggle > span:first-child::before,
  .nav-toggle > span:first-child::after {
    content: "";
    position: absolute;
  }

  .nav-toggle > span:first-child::before {
    transform: translateY(-6px);
  }

  .nav-toggle > span:first-child::after {
    transform: translateY(6px);
  }

  .nav-toggle[aria-expanded="true"] > span:first-child {
    background: transparent;
  }

  .nav-toggle[aria-expanded="true"] > span:first-child::before {
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] > span:first-child::after {
    transform: rotate(-45deg);
  }

  .nav-links {
    position: fixed;
    inset: 76px 16px auto 16px;
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 12px;
    background: rgb(255 255 255 / 96%);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 14px;
  }

  .nav-cta {
    margin-top: 6px;
  }

  .hero,
  .about,
  .expect,
  .booking-panel,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .hero-media {
    min-height: min(520px, 82vw);
  }

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

  .photo-strip {
    grid-template-columns: 1fr 1fr;
  }

  .photo-strip img,
  .photo-strip img:nth-child(2) {
    height: 300px;
  }

  .photo-strip img:last-child {
    grid-column: 1 / -1;
  }

  .image-panel {
    min-height: min(680px, 108vw);
  }
}

@media (max-width: 720px) {
  body {
    background:
      linear-gradient(180deg, rgb(247 241 232 / 72%) 0, transparent 330px),
      var(--paper);
  }

  .section-pad {
    width: 100%;
    max-width: 100%;
    padding: 42px 18px;
  }

  .nav-shell {
    width: calc(100% - 36px);
    max-width: calc(100% - 36px);
    min-height: 66px;
    gap: 12px;
  }

  .hero-copy,
  .hero-media,
  .content-card,
  .booking-panel,
  .contact-card {
    max-width: 100%;
  }

  .hero-copy,
  .hero-media,
  .image-panel,
  .content-card,
  .section-intro,
  .philosophy-grid,
  .service-grid,
  .expect-copy,
  .stacked-photos,
  .booking-panel,
  .pricing-grid,
  .photo-strip,
  .contact-card {
    width: calc(100vw - 48px);
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .logo-image {
    width: 44px;
    height: 44px;
  }

  .logo-mark {
    gap: 9px;
  }

  .logo-mark strong {
    font-size: 0.98rem;
  }

  .logo-mark small {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.66rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.3vw, 2.25rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(1.45rem, 7vw, 1.85rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  h3 {
    font-size: 1.18rem;
    overflow-wrap: anywhere;
  }

  p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .eyebrow {
    font-size: 0.72rem;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .nav-links {
    inset: 66px 12px auto 12px;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .button {
    min-height: 46px;
  }

  .hero {
    gap: 28px;
    padding-top: 32px;
  }

  .hero-copy {
    gap: 14px;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.98rem;
  }

  .hero-media {
    min-height: 300px;
    border-radius: 24px;
  }

  .service-grid,
  .philosophy-grid,
  .pricing-grid,
  .expect-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .content-card,
  .service-card,
  .feature-card,
  .price-card,
  .contact-card,
  .booking-panel {
    border-radius: 18px;
  }

  .content-card,
  .service-card,
  .feature-card,
  .price-card,
  .contact-card,
  .booking-panel {
    padding: 22px;
  }

  .section-intro,
  .purpose-section,
  .training,
  .pricing,
  .testimonials,
  .expect-copy {
    gap: 22px;
  }

  .photo-strip {
    grid-template-columns: 1fr;
  }

  .photo-strip img,
  .photo-strip img:nth-child(2) {
    height: 230px;
  }

  .photo-strip img:last-child {
    grid-column: auto;
  }

  .feature-card {
    min-height: 0;
  }

  .feature-card span {
    width: 34px;
    height: 34px;
    margin-bottom: 18px;
  }

  .stacked-photos > div:first-child,
  .stacked-photos > div:last-child {
    width: 100%;
    min-height: 220px;
  }

  .image-panel {
    min-height: 390px;
  }

  .expect-item,
  .stat-card {
    min-height: 0;
    padding: 14px;
  }

  .price-card strong {
    font-size: 2.35rem;
  }

  .booking {
    padding-right: 18px;
    padding-left: 18px;
  }

  .booking-panel {
    width: 100%;
    gap: 22px;
  }

  .booking-options strong {
    font-size: 1.05rem;
  }

  .contact-list div {
    padding: 14px;
  }

  .footer {
    gap: 12px;
    padding: 34px 16px;
  }

  .footer .logo-image {
    width: 58px;
    height: 58px;
  }

}
