:root {
  --forest: #102b25;
  --forest-deep: #091d19;
  --moss: #284b41;
  --ivory: #f2eee4;
  --paper: #fbf8f1;
  --lavender: #c9c0d8;
  --lavender-dark: #9d91b2;
  --ink: #172520;
  --faded: #6c756f;
  --rule: rgba(23, 37, 32, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--forest-deep);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.masthead {
  min-height: 86px;
  padding: 18px clamp(24px, 4vw, 68px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--rule);
  background: var(--ivory);
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.38rem;
  font-weight: 500;
  letter-spacing: -0.07em;
}

.brand strong {
  margin-left: 0.08em;
  color: var(--lavender-dark);
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.masthead > p {
  margin: 0;
  color: var(--faded);
  font-size: 0.7rem;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
}

.masthead nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(16px, 2.4vw, 38px);
}

.masthead nav a {
  position: relative;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masthead nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.masthead nav a:hover::after,
.masthead nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.opening {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: 70px minmax(0, 1.35fr) minmax(330px, 0.65fr) 50px;
  overflow: hidden;
  background: var(--forest);
  color: var(--paper);
}

.opening-folio {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.opening-folio span {
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.opening-copy {
  z-index: 2;
  padding: clamp(64px, 10vh, 126px) clamp(28px, 5vw, 84px) 54px;
  align-self: center;
}

.kicker {
  margin: 0 0 24px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.075em;
}

h1 {
  max-width: 1000px;
  font-size: clamp(3.8rem, 7.3vw, 8.8rem);
  line-height: 0.88;
}

h1 span {
  color: var(--lavender);
}

.opening-note {
  width: min(100%, 610px);
  margin: clamp(42px, 7vh, 82px) 0 0 auto;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.opening-note p {
  margin: 0;
  color: rgba(251, 248, 241, 0.74);
  font-size: 0.92rem;
  line-height: 1.7;
}

.opening-note a,
.text-link {
  white-space: nowrap;
  text-underline-offset: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.opening-note a span,
.text-link span {
  display: inline-block;
  margin-left: 8px;
}

.respite-art {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #183a32;
}

.moon {
  position: absolute;
  z-index: 2;
  top: 9%;
  right: 12%;
  width: clamp(110px, 14vw, 210px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ivory);
  box-shadow: 0 0 80px rgba(242, 238, 228, 0.1);
}

.doorway {
  position: absolute;
  z-index: 3;
  right: 13%;
  bottom: 0;
  width: 74%;
  height: 68%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 9% 11%;
  background: var(--lavender);
  border-radius: 48% 48% 0 0;
  color: var(--forest);
}

.doorway::before {
  content: "";
  position: absolute;
  inset: 16% 17% 0;
  border-radius: 50% 50% 0 0;
  background: var(--forest-deep);
}

.doorway span {
  position: relative;
  z-index: 1;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.lavender-sheet {
  position: absolute;
  right: -20%;
  bottom: -8%;
  width: 100%;
  height: 28%;
  border-radius: 50% 0 0;
  background: rgba(201, 192, 216, 0.34);
  transform: rotate(-9deg);
}

.side-caption {
  margin: 0;
  padding: 30px 0;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(251, 248, 241, 0.65);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.home-service {
  padding: clamp(76px, 11vw, 170px) clamp(24px, 6vw, 92px);
  display: grid;
  grid-template-columns: 0.42fr 1.15fr 0.9fr;
  gap: clamp(32px, 5vw, 90px);
  background: var(--paper);
}

.section-index {
  align-self: start;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.section-index > span {
  color: var(--lavender-dark);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.section-index p {
  margin: 3px 0 0;
  color: var(--faded);
  font-size: 0.65rem;
  line-height: 1.55;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-intro h2,
.contact h2 {
  font-size: clamp(3rem, 6.5vw, 7.1rem);
  line-height: 0.95;
}

.home-intro .kicker {
  color: var(--lavender-dark);
}

.service-lede {
  margin: 32px 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.65;
}

.home-intro .service-lede {
  max-width: 650px;
  color: var(--faded);
}

.service-menu {
  align-self: end;
  border-top: 1px solid var(--ink);
}

.menu-label {
  margin: 12px 0 40px;
  color: var(--faded);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-menu li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 16px;
  border-bottom: 1px solid var(--rule);
}

.service-menu li span {
  font-size: 0.9rem;
  font-weight: 600;
}

.service-menu li small {
  color: var(--faded);
  font-size: 0.75rem;
  line-height: 1.5;
}

.home-pullquote {
  grid-column: 2 / 4;
  max-width: 920px;
  margin-top: clamp(40px, 8vw, 110px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
}

.home-pullquote span {
  color: var(--lavender);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 7rem;
  line-height: 0.7;
}

.home-pullquote p {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.8rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.interlude {
  min-height: 210px;
  padding: 40px clamp(24px, 6vw, 92px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  background: var(--lavender);
  color: var(--forest-deep);
}

.interlude p {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.3rem, 2.5vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.interlude-line {
  height: 1px;
  background: rgba(9, 29, 25, 0.45);
}

.interlude-line span {
  width: 12px;
  height: 12px;
  margin: -6px auto 0;
  display: block;
  border-radius: 50%;
  background: var(--forest-deep);
}

.headspace-service {
  position: relative;
  min-height: 860px;
  padding: clamp(76px, 10vw, 150px) clamp(24px, 6vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.72fr);
  grid-template-rows: auto 1fr;
  gap: 42px 9vw;
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--paper);
}

.headspace-title-block {
  z-index: 2;
}

.section-index.light {
  margin-bottom: clamp(70px, 9vw, 130px);
}

.section-index.light p {
  color: rgba(251, 248, 241, 0.56);
}

.headspace-title-block .kicker {
  color: var(--lavender);
}

.headspace-title-block h2 {
  max-width: 900px;
  font-size: clamp(3.2rem, 7.3vw, 8rem);
  line-height: 0.92;
}

.headspace-copy {
  z-index: 2;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  padding: 34px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.headspace-copy .service-lede {
  margin-top: 0;
  color: rgba(251, 248, 241, 0.78);
}

.session-notes {
  margin: 48px 0;
  display: grid;
  gap: 20px;
}

.session-notes p {
  margin: 0;
  color: rgba(251, 248, 241, 0.57);
  font-size: 0.83rem;
  line-height: 1.55;
}

.session-notes span {
  display: block;
  margin-bottom: 5px;
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listening-mark {
  position: absolute;
  right: 31%;
  bottom: -210px;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
}

.ring {
  position: absolute;
  border: 1px solid rgba(201, 192, 216, 0.28);
  border-radius: 50%;
}

.ring-one {
  inset: 0;
}

.ring-two {
  inset: 18%;
  background: rgba(201, 192, 216, 0.06);
}

.center-dot {
  position: absolute;
  inset: 38%;
  border-radius: 50%;
  background: var(--lavender);
}

.light-link {
  color: var(--lavender);
}

.contact {
  padding: clamp(80px, 12vw, 180px) clamp(24px, 6vw, 92px) clamp(70px, 9vw, 130px);
  background: var(--ivory);
}

.contact .kicker {
  color: var(--lavender-dark);
}

.contact-details {
  margin-top: clamp(60px, 10vw, 140px);
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ink);
}

.contact-details p {
  margin: 0;
  color: var(--faded);
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-details div {
  display: grid;
  gap: 8px;
  justify-items: start;
}

.contact-details a {
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  text-underline-offset: 6px;
}

footer {
  padding: 34px clamp(24px, 4vw, 68px);
  display: grid;
  grid-template-columns: 0.65fr 1.5fr 0.65fr;
  gap: 42px;
  align-items: end;
  background: var(--forest-deep);
  color: var(--paper);
}

.footer-brand {
  color: var(--paper);
}

.disclaimer {
  margin: 0;
  color: rgba(251, 248, 241, 0.58);
  font-size: 0.68rem;
  line-height: 1.55;
}

.footer-location {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .opening {
    grid-template-columns: 48px 1fr minmax(260px, 0.55fr);
  }

  .side-caption {
    display: none;
  }

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

  .service-menu {
    grid-column: 2;
  }

  .home-pullquote {
    grid-column: 2;
  }

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

  .headspace-copy {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .masthead {
    min-height: 72px;
    padding: 15px 20px;
    grid-template-columns: 1fr auto;
  }

  .masthead > p {
    display: none;
  }

  .masthead nav {
    gap: 14px;
  }

  .masthead nav a {
    font-size: 0.62rem;
  }

  .opening {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 300px;
  }

  .opening-folio {
    display: none;
  }

  .opening-copy {
    padding: 70px 22px 56px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 5.3rem);
  }

  .opening-note {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }

  .respite-art {
    grid-row: 2;
  }

  .moon {
    top: 18px;
    width: 104px;
  }

  .doorway {
    right: 20%;
    width: 58%;
    height: 84%;
  }

  .home-service {
    padding: 76px 22px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .section-index,
  .service-menu,
  .home-pullquote {
    grid-column: 1;
  }

  .home-intro h2,
  .contact h2 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .service-menu li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .home-pullquote {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-pullquote span {
    height: 48px;
  }

  .interlude {
    min-height: 180px;
    padding: 36px 22px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .interlude p:last-child {
    text-align: right;
  }

  .headspace-service {
    min-height: auto;
    padding: 76px 22px 100px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .headspace-title-block h2 {
    font-size: clamp(3.2rem, 15vw, 5.4rem);
  }

  .section-index.light {
    margin-bottom: 80px;
  }

  .headspace-copy {
    grid-column: 1;
    grid-row: 2;
    margin-top: 80px;
  }

  .listening-mark {
    right: -35%;
    bottom: 18%;
    width: 110vw;
  }

  .contact {
    padding: 80px 22px;
  }

  .contact-details {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-details a {
    font-size: 1.2rem;
  }

  footer {
    padding: 38px 22px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-location {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .masthead nav a::after {
    transition: none;
  }
}
