:root {
  --ink: #17211d;
  --green: #2f7d4f;
  --leaf: #76b85e;
  --lime: #d7ed79;
  --blue: #9fd4dd;
  --cream: #fbf9ef;
  --white: #ffffff;
  --mist: #edf7ec;
  --silver: #dfe5df;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

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

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

.site-header {
  min-height: 68px;
  padding: 10px clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(251, 249, 239, 0.96);
  border-bottom: 1px solid rgba(23, 33, 29, 0.1);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.logo-brand img {
  width: clamp(210px, 23vw, 345px);
  height: auto;
  mix-blend-mode: multiply;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: rgba(23, 33, 29, 0.72);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a,
.nav-cta,
.button {
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.main-nav a:hover,
.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
  white-space: nowrap;
}

.nav-cta,
.button.primary {
  color: var(--white);
  background: var(--green);
}

.button.secondary {
  color: var(--ink);
  border: 1px solid rgba(23, 33, 29, 0.2);
  background: rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  min-height: clamp(540px, 72vw, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--mist);
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(251, 249, 239, 0.96) 0%, rgba(251, 249, 239, 0.82) 36%, rgba(251, 249, 239, 0.08) 70%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(570px, calc(100% - 40px));
  margin-left: clamp(20px, 6vw, 82px);
  padding: 58px 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 560px;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(66px, 10vw, 128px);
}

.hero-copy p:not(.eyebrow) {
  max-width: 510px;
  margin-bottom: 28px;
  color: rgba(23, 33, 29, 0.72);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.products,
.rituals,
.contact-band {
  padding-left: clamp(20px, 5vw, 72px);
  padding-right: clamp(20px, 5vw, 72px);
}

.section-heading h2,
.contact-band h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 76px);
}

.hero-products {
  position: absolute;
  left: 50%;
  bottom: -2px;
  z-index: 3;
  width: min(64vw, 900px);
  pointer-events: none;
  transform: translateX(-34%);
}

.hero-products img {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(23, 33, 29, 0.22));
}

.yoga-feature {
  position: relative;
  min-height: clamp(480px, 56vw, 720px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(46px, 7vw, 86px) clamp(20px, 5vw, 72px);
  background: var(--mist);
}

.yoga-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.yoga-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 249, 239, 0.92) 0%, rgba(251, 249, 239, 0.7) 34%, rgba(251, 249, 239, 0.08) 72%);
}

.yoga-copy {
  position: relative;
  z-index: 1;
  width: min(610px, 100%);
}

.yoga-copy h2 {
  margin-bottom: 20px;
  color: var(--ink);
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(44px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.98;
}

.yoga-copy p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 0;
  color: rgba(23, 33, 29, 0.72);
  font-size: clamp(17px, 2vw, 21px);
}

.products {
  padding-top: clamp(52px, 7vw, 96px);
  padding-bottom: clamp(58px, 8vw, 106px);
  background: var(--cream);
}

.section-heading {
  margin-bottom: 28px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.product-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 70px rgba(23, 33, 29, 0.12);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--mist);
}

.product-card div {
  padding: 18px 18px 22px;
}

.product-card p {
  margin-bottom: 8px;
  color: var(--green);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.product-card h3,
.ritual h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.05;
}

.product-card span,
.ritual p {
  color: rgba(23, 33, 29, 0.66);
  font-size: 14px;
}

.rituals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: rgba(23, 33, 29, 0.14);
}

.ritual {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(24px, 3vw, 38px);
  background: var(--mist);
}

.ritual p {
  max-width: 280px;
  margin-bottom: 0;
}

.contact-band {
  padding-top: clamp(58px, 8vw, 108px);
  padding-bottom: clamp(66px, 8vw, 116px);
  text-align: center;
  background: var(--ink);
}

.contact-band .eyebrow {
  color: var(--lime);
}

.contact-band h2 {
  width: min(760px, 100%);
  margin: 0 auto 26px;
  color: var(--white);
}

.contact-band .button.primary {
  color: var(--ink);
  background: var(--lime);
}

.contact-page {
  min-height: 100vh;
  background: var(--cream);
}

.contact-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 76px minmax(220px, 0.76fr) minmax(360px, 1fr) minmax(220px, 0.74fr);
}

.contact-rail {
  display: grid;
  place-items: center;
  background: var(--green);
  color: var(--white);
}

.contact-rail span {
  transform: rotate(-90deg);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.contact-image-panel {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--mist);
}

.contact-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-copy-panel {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 68px);
  background: var(--white);
}

.contact-logo {
  width: min(360px, 100%);
  align-self: center;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.contact-logo img {
  width: min(100%, 360px);
  height: auto;
  mix-blend-mode: multiply;
}

.contact-copy-stack {
  width: min(620px, 100%);
}

.contact-copy-block h1 {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: "Oswald", Arial, sans-serif;
  font-size: clamp(54px, 6.6vw, 92px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
}

.contact-copy-block p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 28px;
  color: rgba(23, 33, 29, 0.72);
  font-size: 16px;
}

.form-message {
  display: none;
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(118, 184, 94, 0.18);
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
}

.form-message.is-error {
  background: rgba(238, 125, 33, 0.12);
  color: #bd6108;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field-group {
  display: grid;
  gap: 7px;
}

.cf-label {
  color: rgba(23, 33, 29, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cf {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(23, 33, 29, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--cream);
  font: inherit;
  outline: none;
}

.cf:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(47, 125, 79, 0.14);
}

textarea.cf {
  min-height: 116px;
  padding-top: 13px;
  resize: vertical;
}

.cf-submit {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  color: var(--white);
  background: var(--green);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-transform: lowercase;
  cursor: pointer;
}

.copyright {
  margin: 24px 0 0;
  color: rgba(23, 33, 29, 0.46);
  font-size: 12px;
}

.contact-nav {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  gap: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

@media (max-width: 940px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 680px;
    align-items: end;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(251, 249, 239, 0.98) 0%, rgba(251, 249, 239, 0.84) 43%, rgba(251, 249, 239, 0.04) 78%);
  }

  .hero-copy {
    margin: 0 auto;
    padding-bottom: 42px;
  }

  .product-grid,
  .rituals {
    grid-template-columns: 1fr;
  }

  .hero-products {
    left: 50%;
    right: auto;
    bottom: -2px;
    width: min(82vw, 590px);
    transform: translateX(-38%);
  }

  .yoga-feature {
    min-height: 620px;
    align-items: end;
  }

  .yoga-feature::after {
    background: linear-gradient(0deg, rgba(251, 249, 239, 0.98) 0%, rgba(251, 249, 239, 0.78) 43%, rgba(251, 249, 239, 0.06) 78%);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-rail {
    display: none;
  }

  .contact-image-panel {
    min-height: 320px;
  }

  .contact-image-panel.right {
    min-height: 280px;
    order: 2;
  }

  .contact-copy-panel {
    min-height: auto;
    order: 1;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: auto;
    gap: 14px;
  }

  .logo-brand img {
    width: 210px;
  }

  .nav-cta {
    min-height: 38px;
    padding: 0 16px;
  }

  .hero {
    min-height: 620px;
  }

  h1 {
    font-size: clamp(56px, 19vw, 82px);
  }

  .yoga-copy h2,
  .section-heading h2,
  .contact-band h2 {
    font-size: 38px;
  }

  .hero-products {
    display: block;
    left: 50%;
    right: auto;
    width: 96vw;
    bottom: -2px;
    transform: translateX(-50%);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-copy-panel {
    padding: 26px 20px 34px;
  }

  .contact-logo {
    width: min(300px, 100%);
  }

  .contact-nav {
    top: 14px;
    right: 14px;
  }
}

/* Height and breathing-room pass */
.hero {
  min-height: clamp(680px, 78vw, 880px);
}

.hero-copy {
  padding-top: clamp(72px, 8vw, 110px);
  padding-bottom: clamp(96px, 11vw, 150px);
}

.yoga-feature {
  min-height: clamp(620px, 64vw, 860px);
}

.products {
  padding-top: clamp(76px, 9vw, 130px);
  padding-bottom: clamp(86px, 10vw, 142px);
}

.product-card img {
  aspect-ratio: 1 / 1.08;
}

.product-card div {
  min-height: 190px;
  padding: 24px 22px 28px;
}

.ritual {
  min-height: clamp(260px, 24vw, 340px);
  padding: clamp(30px, 4vw, 52px);
}

.contact-band {
  padding-top: clamp(86px, 10vw, 148px);
  padding-bottom: clamp(92px, 11vw, 156px);
}

@media (max-width: 940px) {
  .hero {
    min-height: 760px;
  }

  .hero-copy {
    padding-top: 48px;
    padding-bottom: 230px;
  }

  .yoga-feature {
    min-height: 760px;
  }

  .yoga-feature > img {
    object-position: center 18%;
  }

  .product-card div {
    min-height: auto;
  }

  .ritual {
    min-height: 220px;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 820px;
  }

  .hero-copy {
    padding-top: 38px;
    padding-bottom: 330px;
  }

  .hero-actions {
    position: relative;
    z-index: 4;
  }

  .hero-products {
    width: 104vw;
  }

  .yoga-feature {
    min-height: 740px;
  }

  .yoga-feature > img {
    object-position: center 12%;
  }

  .products {
    padding-top: 58px;
    padding-bottom: 68px;
  }
}
