@font-face {
  font-family: "Marcellus";
  src: url("assets/fonts/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ivory: #fffefb;
  --linen: #f5f1ec;
  --warm: #eee6dc;
  --taupe: #907b66;
  --olive: #4e4a37;
  --ink: #23241e;
  --muted: rgba(35, 36, 30, .72);
  --line: rgba(35, 36, 30, .14);
  --white: #ffffff;
  --shadow: 0 24px 70px -52px rgba(35, 36, 30, .48);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(35, 36, 30, .022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(35, 36, 30, .018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 68%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 68%);
  z-index: -1;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: fixed;
  top: 18px;
  left: clamp(14px, 3vw, 34px);
  right: clamp(14px, 3vw, 34px);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 0;
  pointer-events: none;
  transition: top .2s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  top: 12px;
}

.brand {
  display: flex;
  align-items: center;
  width: min(232px, 54vw);
  min-height: 62px;
  padding: 12px 18px;
  border: 1px solid rgba(35, 36, 30, .08);
  border-radius: 999px;
  background: rgba(255, 254, 251, .74);
  box-shadow: 0 18px 50px -42px rgba(35, 36, 30, .75);
  backdrop-filter: blur(18px);
  text-decoration: none;
  pointer-events: auto;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.brand:hover {
  border-color: rgba(35, 36, 30, .16);
  background: rgba(255, 254, 251, .92);
  transform: translateY(-1px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 3px;
  min-height: 62px;
  padding: 7px;
  border: 1px solid rgba(35, 36, 30, .08);
  border-radius: 999px;
  background: rgba(255, 254, 251, .66);
  box-shadow: 0 18px 50px -42px rgba(35, 36, 30, .75);
  backdrop-filter: blur(18px);
  pointer-events: auto;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.site-nav a:hover {
  color: var(--ink);
  background: rgba(245, 241, 236, .9);
  transform: translateY(-1px);
}

.site-nav .nav-action {
  margin-left: 4px;
  background: var(--olive);
  color: var(--ivory);
  box-shadow: inset 0 0 0 1px rgba(255, 254, 251, .08);
}

.site-nav .nav-action:hover {
  background: var(--ink);
  color: var(--ivory);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(35, 36, 30, .10);
  border-radius: 999px;
  background: rgba(255, 254, 251, .82);
  box-shadow: 0 18px 50px -42px rgba(35, 36, 30, .75);
  backdrop-filter: blur(18px);
  color: var(--ink);
  cursor: pointer;
  pointer-events: auto;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 16px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 132px clamp(22px, 5vw, 78px) 96px;
  overflow: hidden;
  background: #d8cab9;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 45%, rgba(255, 254, 251, .92) 0%, rgba(255, 254, 251, .62) 34%, rgba(255, 254, 251, .08) 63%),
    linear-gradient(90deg, rgba(255, 254, 251, .92) 0%, rgba(255, 254, 251, .68) 32%, rgba(255, 254, 251, .05) 70%),
    linear-gradient(180deg, rgba(35, 36, 30, .02) 0%, rgba(35, 36, 30, .24) 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: scale(1.01);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(710px, 100%);
  padding-top: 28px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 690px;
  font-size: clamp(54px, 7.6vw, 112px);
  line-height: .92;
}

h2 {
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 1.05;
}

h3 {
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.1;
}

.hero-copy {
  max-width: 530px;
  margin: 28px 0 0;
  color: rgba(35, 36, 30, .76);
  font-size: clamp(18px, 1.65vw, 21px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.hero .button {
  min-height: 52px;
  padding-inline: 24px;
}

.hero .button.secondary {
  border-color: rgba(35, 36, 30, .18);
  background: rgba(255, 254, 251, .52);
  backdrop-filter: blur(12px);
}

.hero-rituals {
  position: absolute;
  left: clamp(22px, 5vw, 78px);
  right: clamp(22px, 5vw, 78px);
  bottom: 24px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: fit-content;
  max-width: calc(100% - 44px);
  padding: 8px;
  border: 1px solid rgba(255, 254, 251, .28);
  border-radius: 999px;
  background: rgba(255, 254, 251, .34);
  box-shadow: 0 24px 70px -48px rgba(35, 36, 30, .8);
  backdrop-filter: blur(18px);
}

.hero-rituals span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 254, 251, .58);
  color: rgba(35, 36, 30, .78);
  font-size: 12px;
  font-weight: 760;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--ivory);
}

.button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}

.button.secondary {
  background: rgba(255, 254, 251, .72);
  color: var(--ink);
}

.section {
  padding: clamp(76px, 10vw, 132px) clamp(22px, 5vw, 78px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .72fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 21px);
}

.intro-copy p {
  margin: 0 0 18px;
}

.services {
  background: var(--linen);
}

.section-heading {
  width: min(830px, 100%);
  margin-bottom: clamp(34px, 5vw, 62px);
}

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

.service-card {
  min-height: 430px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 254, 251, .7);
  box-shadow: var(--shadow);
}

.service-number {
  display: block;
  margin-bottom: 56px;
  color: var(--taupe);
  font-size: 13px;
  font-weight: 760;
}

.service-card p {
  color: var(--muted);
}

.service-card p:last-child {
  margin-bottom: 0;
}

.service-lead {
  margin: 18px 0 14px;
  color: var(--ink) !important;
  font-weight: 760;
}

.ritual-band {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(280px, .5fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: end;
  padding: clamp(70px, 9vw, 112px) clamp(22px, 5vw, 78px);
  background: var(--olive);
  color: var(--ivory);
}

.ritual-band .eyebrow {
  color: rgba(255, 254, 251, .7);
}

.ritual-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ritual-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 254, 251, .22);
  color: rgba(255, 254, 251, .86);
  font-size: 18px;
  font-weight: 650;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3.6vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--ivory);
  color: var(--ink);
  outline: none;
}

.contact-form input,
.contact-form select {
  min-height: 46px;
  padding: 0 12px;
}

.contact-form textarea {
  min-height: 132px;
  padding: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--olive);
  background: var(--white);
}

.contact-form .button {
  width: fit-content;
  margin-top: 6px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--olive);
  font-size: 14px;
  font-weight: 650;
}

.contact-info {
  display: grid;
  gap: 16px;
}

.details {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--linen);
}

.details p {
  margin: 0 0 8px;
}

.detail-label {
  color: var(--olive);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.details a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--ink);
  font-weight: 760;
}

iframe {
  width: 100%;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  filter: saturate(.82);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(22px, 5vw, 78px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.site-footer img {
  width: 42px;
}

@media (max-width: 880px) {
  .site-header {
    top: 12px;
    left: 12px;
    right: 12px;
    min-height: 58px;
  }

  .menu-toggle {
    position: relative;
    z-index: 31;
    display: block;
    width: 48px;
    height: 48px;
  }

  .site-nav {
    position: fixed;
    top: 74px;
    left: 12px;
    right: 12px;
    bottom: auto;
    z-index: 30;
    display: grid;
    align-content: start;
    justify-items: center;
    gap: 6px;
    min-height: 0;
    padding: 10px;
    border-radius: 24px;
    background: rgba(255, 254, 251, .94);
    box-shadow: 0 24px 70px -48px rgba(35, 36, 30, .75);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }

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

  .site-nav a {
    width: 100%;
    min-height: 52px;
    font-size: 17px;
  }

  .site-nav .nav-action {
    margin-left: 0;
    margin-top: 4px;
  }

  .hero {
    min-height: 100svh;
    align-items: end;
    padding: 120px 22px 104px;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(255, 254, 251, .40) 0%, rgba(255, 254, 251, .72) 42%, rgba(255, 254, 251, .96) 100%),
      linear-gradient(90deg, rgba(255, 254, 251, .70) 0%, rgba(255, 254, 251, .20) 100%);
  }

  .hero-media img {
    object-position: 64% center;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-rituals {
    left: 22px;
    right: 22px;
    bottom: 22px;
    border-radius: 22px;
  }

  .hero-rituals span {
    flex: 1 1 auto;
    justify-content: center;
  }

  .intro,
  .ritual-band,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

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

  .service-number {
    margin-bottom: 34px;
  }
}

@media (max-width: 560px) {
  .brand {
    width: min(196px, calc(100vw - 86px));
    min-height: 54px;
    padding: 10px 15px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-actions,
  .button,
  .contact-form .button {
    width: 100%;
  }

  .hero-rituals {
    width: auto;
  }

  .hero-rituals span {
    min-height: 34px;
    padding: 0 10px;
    font-size: 11px;
  }

  .button {
    padding: 0 16px;
  }

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

  .contact-form {
    padding: 18px;
  }

  iframe {
    min-height: 340px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
