:root {
  --ink: #261d18;
  --soft-ink: #473327;
  --muted: #6a5b47;
  --paper: #fbf5e7;
  --paper-light: #fffaf0;
  --warm: #efe1c8;
  --clay: #9a5a43;
  --clay-dark: #7d4d3c;
  --moss: #667247;
  --gold: #bd8e3e;
  --blue: #5b7480;
  --rose: #c66f62;
  --sky: #8bb5bd;
  --leaf: #9fac70;
  --line: rgba(38, 29, 24, 0.14);
  --shadow: 0 24px 80px rgba(63, 42, 27, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse at 8% 8%, rgba(236, 170, 86, 0.22), transparent 24rem),
    radial-gradient(ellipse at 94% 12%, rgba(139, 181, 189, 0.18), transparent 22rem),
    radial-gradient(ellipse at 18% 92%, rgba(159, 172, 112, 0.16), transparent 24rem),
    linear-gradient(180deg, #fff8ea 0%, #f8ead7 44%, #fbf5e7 100%);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(189, 142, 62, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.96), rgba(247, 231, 207, 0.9)),
    rgba(251, 245, 231, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(127, 81, 49, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 700;
  color: #2b2019;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(189, 142, 62, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.92), transparent 48%),
    linear-gradient(135deg, #fff6dc, #efd19a);
  color: var(--clay);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
}

nav {
  display: flex;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: min(820px, calc(100vh - 66px));
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 16%, rgba(244, 191, 97, 0.2), transparent 18rem),
    radial-gradient(circle at 88% 20%, rgba(139, 181, 189, 0.14), transparent 19rem),
    #fff1d4;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding-top: 10vh;
  padding-bottom: 4vh;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 3.4vh -2rem -0.6rem -2rem;
  z-index: -1;
  border-left: 2px solid rgba(189, 142, 62, 0.34);
  border-radius: 1.2rem 0 0 1.2rem;
  background:
    radial-gradient(ellipse at 18% 30%, rgba(255, 249, 230, 0.96) 0%, rgba(255, 249, 230, 0.78) 42%, rgba(255, 249, 230, 0) 78%),
    radial-gradient(ellipse at 4% 72%, rgba(198, 111, 98, 0.13), transparent 17rem),
    linear-gradient(90deg, rgba(255, 247, 225, 0.78), rgba(255, 247, 225, 0.1));
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: #9b563f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
}

h1 {
  max-width: 900px;
  color: #2a1b15;
  font-size: clamp(3.8rem, 6.8vw, 6.9rem);
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 2px 0 rgba(255, 250, 240, 0.7), 0 12px 32px rgba(127, 81, 49, 0.12);
}

h2 {
  font-size: clamp(2.5rem, 4.6vw, 5.2rem);
}

h3 {
  font-size: 1.7rem;
}

p {
  margin: 0;
}

.hero-text {
  max-width: 620px;
  margin-top: 1.15rem;
  color: #4c3427;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  font-weight: 700;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(82, 51, 34, 0.09);
}

.button.primary {
  border-color: #9b6244;
  background: linear-gradient(135deg, #bc7458, #8b5f3c);
  color: #fffaf2;
}

.button.secondary {
  border-color: rgba(141, 95, 67, 0.42);
  background: rgba(255, 250, 242, 0.92);
  color: var(--ink);
}

.hero-image {
  position: absolute;
  inset: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0;
  background:
    linear-gradient(90deg, rgba(255, 247, 225, 0.9) 0%, rgba(255, 247, 225, 0.68) 34%, rgba(255, 247, 225, 0.19) 62%, rgba(255, 247, 225, 0) 100%),
    radial-gradient(ellipse at 18% 52%, rgba(255, 250, 240, 0.58), transparent 32rem),
    linear-gradient(0deg, rgba(255, 247, 225, 0.5) 0%, rgba(255, 247, 225, 0.08) 42%, rgba(255, 247, 225, 0) 100%);
  pointer-events: none;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: clamp(0.9rem, 2vw, 1.45rem);
  z-index: 1;
  border: 1px solid rgba(189, 142, 62, 0.24);
  border-radius: 1.15rem;
  box-shadow: inset 0 0 0 6px rgba(255, 250, 240, 0.18);
  pointer-events: none;
}

.band {
  background:
    radial-gradient(ellipse at 9% 10%, rgba(244, 182, 86, 0.24), transparent 22rem),
    radial-gradient(ellipse at 92% 16%, rgba(139, 181, 189, 0.2), transparent 20rem),
    radial-gradient(ellipse at 54% 86%, rgba(198, 111, 98, 0.14), transparent 24rem),
    linear-gradient(180deg, #fff8ea 0%, #f7ead8 52%, #fffaf0 100%);
}

section {
  padding: clamp(3.5rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.promise,
.essentials,
.rhythm,
.business,
.join {
  position: relative;
}

.promise::before,
.essentials::before,
.rhythm::before {
  content: "";
  position: absolute;
  left: clamp(1rem, 5vw, 5rem);
  right: clamp(1rem, 5vw, 5rem);
  top: 1.4rem;
  height: 12px;
  background:
    radial-gradient(circle, rgba(189, 142, 62, 0.48) 0 2px, transparent 2.5px) center / 28px 12px repeat-x,
    linear-gradient(90deg, transparent, rgba(102, 114, 71, 0.26), rgba(189, 142, 62, 0.38), rgba(102, 114, 71, 0.26), transparent);
  opacity: 0.8;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(280px, 1fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.2rem;
}

.section-heading p:last-child {
  max-width: 660px;
  color: #5e4938;
  font-size: 1.05rem;
  font-weight: 600;
}

.section-heading.narrow {
  display: block;
  max-width: 860px;
}

.section-heading.narrow p:last-child {
  margin-top: 1rem;
}

.essentials-art {
  max-width: 520px;
  margin: 2rem 0 0;
  border: 1px solid rgba(189, 142, 62, 0.3);
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fffaf2;
  box-shadow: 0 18px 50px rgba(127, 81, 49, 0.1);
}

.essentials-art img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.promise-grid,
.essentials-grid,
.offer-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.promise-grid article,
.offer-stack article {
  min-height: 220px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: rgba(255, 250, 242, 0.72);
}

.promise-grid p,
.offer-stack p,
.essentials-grid p {
  margin-top: 0.8rem;
  color: var(--muted);
}

.essentials {
  background:
    radial-gradient(circle at top left, rgba(196, 150, 69, 0.18), transparent 28rem),
    var(--paper);
}

.essentials-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.essentials-grid article {
  min-height: 260px;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: #fffaf2;
}

.essentials-grid article:nth-child(1),
.essentials-grid article:nth-child(5) {
  background: #f6ead8;
}

.essentials-grid article:nth-child(2),
.essentials-grid article:nth-child(6) {
  background: #eef0dd;
}

.essentials-grid article:nth-child(3),
.essentials-grid article:nth-child(7) {
  background: #f4e2da;
}

.essentials-grid article:nth-child(4) {
  background: #e9eff0;
}

.essentials-grid span,
.offer-stack small {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rhythm-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  max-width: 980px;
  margin: -0.2rem 0 1.35rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(189, 142, 62, 0.28);
  border-left: 5px solid rgba(189, 142, 62, 0.6);
  border-radius: 0.55rem;
  background:
    radial-gradient(circle at 4% 20%, rgba(244, 182, 86, 0.2), transparent 8rem),
    rgba(255, 250, 242, 0.82);
  color: #5e4938;
  box-shadow: 0 12px 28px rgba(127, 81, 49, 0.07);
}

.rhythm-note strong {
  color: var(--ink);
}

.week {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.day-card {
  position: relative;
  display: grid;
  gap: 1.05rem;
  min-height: 0;
  padding: 1.05rem;
  border: 1px solid rgba(189, 142, 62, 0.34);
  border-radius: 0.55rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 6% 8%, rgba(244, 182, 86, 0.28), transparent 10rem),
    radial-gradient(ellipse at 98% 0%, rgba(139, 181, 189, 0.18), transparent 11rem),
    linear-gradient(180deg, rgba(255, 252, 240, 0.96), rgba(250, 237, 218, 0.9));
  box-shadow: 0 16px 38px rgba(127, 81, 49, 0.1);
}

.day-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 48%),
    radial-gradient(circle at 14% 86%, rgba(198, 111, 98, 0.08), transparent 9rem);
  opacity: 1;
  pointer-events: none;
}

.day-card::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(255, 250, 240, 0.72);
  border-radius: 0.35rem;
  pointer-events: none;
}

.day-card > * {
  position: relative;
}

.day-art {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(189, 142, 62, 0.32);
  border-radius: 0.38rem;
  background: #fffaf2;
  box-shadow: 0 10px 24px rgba(127, 81, 49, 0.09);
}

.day-top {
  display: grid;
  gap: 0.18rem;
  padding: 0 0.15rem 0.75rem;
  border-bottom: 1px solid rgba(189, 142, 62, 0.26);
}

.day-top span {
  color: #a35b44;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.day-top strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #2a1b15;
  font-size: 2.05rem;
  line-height: 1;
}

.day-card ul {
  display: grid;
  gap: 0.48rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.day-card li {
  color: #5c4536;
  font-size: 0.95rem;
  line-height: 1.55;
}

.day-card b {
  color: var(--ink);
}

.day-card:nth-child(2) {
  background:
    radial-gradient(ellipse at 6% 8%, rgba(159, 172, 112, 0.26), transparent 10rem),
    radial-gradient(ellipse at 98% 0%, rgba(244, 182, 86, 0.18), transparent 11rem),
    linear-gradient(180deg, rgba(255, 252, 235, 0.96), rgba(240, 241, 216, 0.9));
}

.day-card:nth-child(3) {
  background:
    radial-gradient(ellipse at 6% 8%, rgba(139, 181, 189, 0.28), transparent 10rem),
    radial-gradient(ellipse at 98% 0%, rgba(198, 111, 98, 0.14), transparent 11rem),
    linear-gradient(180deg, rgba(248, 253, 250, 0.96), rgba(226, 239, 235, 0.9));
}

.day-card:nth-child(4) {
  background:
    radial-gradient(ellipse at 6% 8%, rgba(159, 172, 112, 0.32), transparent 10rem),
    radial-gradient(ellipse at 98% 0%, rgba(244, 182, 86, 0.18), transparent 11rem),
    linear-gradient(180deg, rgba(252, 253, 236, 0.96), rgba(231, 237, 206, 0.9));
}

.day-card:nth-child(5) {
  background:
    radial-gradient(ellipse at 6% 8%, rgba(198, 111, 98, 0.28), transparent 10rem),
    radial-gradient(ellipse at 98% 0%, rgba(244, 182, 86, 0.2), transparent 11rem),
    linear-gradient(180deg, rgba(255, 249, 239, 0.96), rgba(249, 226, 218, 0.9));
}

.day-card:nth-child(6) {
  background:
    radial-gradient(ellipse at 6% 8%, rgba(244, 182, 86, 0.28), transparent 10rem),
    radial-gradient(ellipse at 98% 0%, rgba(159, 172, 112, 0.18), transparent 11rem),
    linear-gradient(180deg, rgba(255, 250, 232, 0.96), rgba(249, 236, 202, 0.9));
}

.day-card:nth-child(7) {
  background:
    radial-gradient(ellipse at 6% 8%, rgba(139, 181, 189, 0.22), transparent 10rem),
    radial-gradient(ellipse at 98% 0%, rgba(159, 172, 112, 0.15), transparent 11rem),
    linear-gradient(180deg, rgba(249, 248, 240, 0.96), rgba(232, 231, 218, 0.9));
}

.day-card:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: calc(50% - 0.5rem);
}

.business {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 2rem;
  align-items: start;
}

.business-copy {
  position: sticky;
  top: 6rem;
}

.business-copy p:last-child {
  margin-top: 1rem;
  color: var(--muted);
}

.offer-stack {
  grid-template-columns: 1fr;
}

.offer-stack article {
  min-height: 0;
}

.join {
  padding-top: 0;
}

.join-panel {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 2rem;
  align-items: start;
  padding: clamp(1.2rem, 4vw, 3rem);
  border: 1px solid rgba(189, 142, 62, 0.36);
  border-radius: 0.75rem;
  background:
    radial-gradient(circle at 12% 8%, rgba(210, 151, 130, 0.22), transparent 16rem),
    radial-gradient(circle at 86% 28%, rgba(114, 147, 156, 0.16), transparent 17rem),
    linear-gradient(135deg, rgba(255, 250, 240, 0.94), rgba(246, 232, 211, 0.92)),
    var(--paper-light);
  color: var(--ink);
  box-shadow: 0 22px 70px rgba(127, 81, 49, 0.12);
}

.join-panel .eyebrow {
  color: var(--clay);
}

.join-panel p {
  margin-top: 1rem;
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 0.8rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-weight: 800;
}

label span {
  font-size: 0.82rem;
  color: var(--muted);
}

input,
select {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(141, 95, 67, 0.22);
  border-radius: 0.45rem;
  background: rgba(255, 250, 242, 0.78);
  color: var(--ink);
  font: inherit;
  padding: 0.8rem 0.9rem;
}

select option {
  color: var(--ink);
}

input::placeholder {
  color: rgba(106, 91, 71, 0.62);
}

.lead-form .button {
  width: 100%;
  border-color: #8d5f43;
  background: linear-gradient(135deg, #9d704d, #7d4f3e);
  color: #fffaf2;
}

.form-status {
  min-height: 1.4rem;
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 980px) {
  .hero,
  .section-heading,
  .business,
  .join-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-image img {
    height: 100%;
    object-position: 64% center;
  }

  .hero-copy::before {
    inset: 3vh -1.4rem 0 -1.4rem;
  }

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

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

  .business-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  h1 {
    font-size: 3.05rem;
    line-height: 0.96;
  }

  h2 {
    font-size: 2.55rem;
  }

  section,
  .hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    min-height: 620px;
    padding-bottom: 1.75rem;
  }

  .hero-copy {
    padding-top: 4vh;
    padding-bottom: 1.75rem;
  }

  .hero-copy::before {
    inset: 2vh -0.75rem 0 -0.75rem;
    border-left-color: rgba(189, 142, 62, 0.32);
    background:
      radial-gradient(ellipse at 28% 42%, rgba(255, 250, 240, 0.94) 0%, rgba(255, 250, 240, 0.78) 56%, rgba(255, 250, 240, 0) 84%),
      linear-gradient(90deg, rgba(255, 250, 240, 0.72), rgba(255, 250, 240, 0.08));
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.52;
  }

  .hero-image img {
    height: 100%;
    object-position: 64% center;
  }

  .hero::after {
    inset: 0.7rem;
  }

  .promise-grid,
  .essentials-grid,
  .week {
    grid-template-columns: 1fr;
  }

  .day-card:last-child {
    max-width: none;
  }

  .rhythm-note {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}
