:root {
  --ink: #302f25;
  --muted: #6d675b;
  --cream: #fbf7ed;
  --paper: #fffdf7;
  --peach: #efb99c;
  --peach-soft: #f8dfcf;
  --sage: #879b75;
  --sage-deep: #4f6646;
  --clay: #b46e57;
  --moss: #dfe8d2;
  --forest: #263d2b;
  --bark: #7a5f49;
  --sand: #f0e5d3;
  --gold: #a77d42;
  --line: rgba(48, 47, 37, 0.15);
  --shadow: 0 18px 50px rgba(48, 47, 37, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 249, 241, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 700;
}

.nav,
.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 3vw, 34px);
}

.nav {
  justify-content: center;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav a,
.site-footer a {
  border-bottom: 1px solid transparent;
}

.nav a:hover,
.site-footer a:hover {
  border-color: currentColor;
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}

.nav-cta {
  background: var(--forest);
  border-color: var(--forest);
  color: var(--paper);
  font-size: 0.88rem;
}

.button.primary {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--paper);
}

.button.secondary {
  background: var(--paper);
  border-color: var(--sage-deep);
  color: var(--sage-deep);
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: clamp(42px, 7vw, 94px) clamp(18px, 5vw, 72px) 36px;
  background:
    linear-gradient(90deg, rgba(248, 223, 207, 0.72), transparent 48%),
    linear-gradient(180deg, transparent 70%, rgba(223, 232, 210, 0.72)),
    var(--cream);
}

.hero-copy {
  max-width: 800px;
}

.eyebrow,
.section-kicker,
.shop-type,
.post-card p {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.3rem, 7.6vw, 7.4rem);
}

h2 {
  font-size: clamp(2.18rem, 4.7vw, 4.85rem);
}

h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.25rem);
  line-height: 1.05;
}

.lead {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 560px;
}

.hero-media img {
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.studio-portrait img {
  filter: saturate(0.94) contrast(1.02) brightness(1.03);
}

.note-card {
  position: absolute;
  right: clamp(-20px, -2vw, -8px);
  bottom: 28px;
  width: min(290px, 70%);
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.note-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.note-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  line-height: 1.08;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.intro-band p {
  margin: 0;
  padding: 24px 14px;
  background: var(--sage-deep);
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.78rem);
  text-align: center;
}

.about,
.offers,
.journal,
.shop-section,
.blog-layout,
.category-nav,
.products-section {
  padding: clamp(64px, 9vw, 124px) clamp(18px, 5vw, 72px);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(30px, 7vw, 96px);
  align-items: start;
}

.about-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.about-copy p {
  margin: 0 0 20px;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.credentials li {
  padding: 9px 12px;
  color: var(--forest);
  background: var(--moss);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
}

.offers,
.journal,
.shop-section {
  background: var(--paper);
}

.category-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: var(--paper);
}

.category-nav a {
  display: grid;
  gap: 14px;
  min-height: 220px;
  padding: clamp(24px, 3vw, 36px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.category-nav span {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: var(--sage-deep);
  border-radius: 50%;
  font-weight: 800;
}

.category-nav strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  line-height: 1.04;
}

.category-nav em {
  color: var(--muted);
  font-style: normal;
}

.pricing-section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 0.7fr);
  gap: 28px;
  align-items: end;
  margin-bottom: clamp(32px, 6vw, 70px);
}

.section-heading .eyebrow {
  margin: 0;
}

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

.offer-card,
.journal-grid article,
.post-card,
.shop-card {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.offer-card,
.journal-grid article {
  min-height: 330px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--cream);
}

.offer-card {
  display: flex;
  flex-direction: column;
}

.offer-card.featured,
.shop-card.feature,
.post-card.large {
  background: var(--peach-soft);
}

.offer-number {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--clay);
  font-weight: 800;
}

.offer-card p,
.journal-grid h3 {
  margin: 20px 0 0;
}

.offer-card p,
.resource-copy p:not(.eyebrow),
.shop-card p,
.shop-card li,
.post-card span {
  color: var(--muted);
}

.offer-card a,
.journal-grid a,
.post-card a {
  margin-top: auto;
  padding-top: 28px;
  color: var(--clay);
  font-weight: 800;
}

.resource-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.82fr);
  min-height: 620px;
  background: var(--moss);
}

.resource-image img {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.resource-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(42px, 7vw, 86px);
  background: rgba(255, 253, 248, 0.62);
}

.resource-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 30px;
  font-size: 1.08rem;
}

.proof {
  padding: clamp(66px, 10vw, 130px) clamp(22px, 10vw, 140px);
  background: var(--forest);
  color: var(--paper);
  text-align: center;
}

.quote-mark {
  color: var(--peach);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8rem;
  line-height: 0.6;
}

blockquote {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2rem, 4.3vw, 4.55rem);
}

.proof p {
  margin: 28px 0 0;
  color: var(--sand);
  font-weight: 800;
}

.journal {
  background: var(--cream);
}

.journal-grid article {
  display: flex;
  flex-direction: column;
  background: var(--paper);
}

.journal-grid p {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-grid h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  min-height: 620px;
  background: var(--peach-soft);
}

.newsletter-media img {
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.signup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 86px);
}

.fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 18px;
}

label span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.message-field {
  display: block;
  margin-bottom: 18px;
}

.hidden-field {
  display: none;
}

.signup .button {
  width: fit-content;
  cursor: pointer;
}

.page-hero {
  padding: clamp(64px, 10vw, 140px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(249, 222, 208, 0.85), transparent 52%),
    var(--moss);
}

.page-hero.compact {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-hero {
  background:
    linear-gradient(120deg, rgba(223, 231, 210, 0.92), transparent 58%),
    var(--peach-soft);
}

.shop-section {
  display: grid;
  gap: 22px;
}

.shop-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.28fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(26px, 4vw, 52px);
  background: var(--cream);
}

.shop-card h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
}

.shop-card ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding-left: 20px;
}

.purchase-panel {
  display: grid;
  gap: 14px;
  justify-items: start;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.purchase-panel span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 700;
}

.purchase-panel small {
  color: var(--muted);
}

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

.pricing-grid article {
  padding: clamp(24px, 3vw, 36px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pricing-grid h3 {
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
}

.pricing-grid p {
  margin: 12px 0 24px;
  color: var(--muted);
}

.pricing-grid dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.pricing-grid div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.pricing-grid dt,
.pricing-grid dd {
  margin: 0;
}

.pricing-grid dt {
  color: var(--muted);
}

.pricing-grid dd {
  color: var(--forest);
  font-weight: 800;
}

.pricing-note {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.event-section {
  background: var(--moss);
}

.products-section {
  background: var(--paper);
}

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

.product-card {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 38px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card:nth-child(2) {
  background: var(--peach-soft);
}

.product-card p {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 18px;
}

.product-card span {
  color: var(--muted);
}

.product-card .button {
  margin-top: auto;
}

.split-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(46px, 7vw, 80px) clamp(18px, 5vw, 72px);
  background: var(--sage);
  color: var(--paper);
}

.split-callout h2 {
  max-width: 900px;
  font-size: clamp(2rem, 4vw, 4.25rem);
}

.split-callout .eyebrow {
  color: var(--sand);
}

.blog-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: var(--paper);
}

.post-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 38px);
  background: var(--cream);
}

.post-card.large {
  grid-row: span 2;
  padding: 0;
  overflow: hidden;
}

.post-card.large img {
  height: 360px;
  object-fit: cover;
}

.post-card.large div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 3vw, 38px);
}

.post-card h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.post-card h3 {
  margin-bottom: 18px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: var(--paper);
  background: var(--ink);
}

.site-footer p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .about-grid,
  .section-heading,
  .resource-feature,
  .newsletter,
  .shop-card,
  .blog-layout,
  .category-nav,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media,
  .hero-media img {
    min-height: 460px;
  }

  .offer-grid,
  .journal-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .offer-card,
  .journal-grid article {
    min-height: 260px;
  }

  .resource-copy {
    order: -1;
  }

  .split-callout {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.55rem);
  }

  .hero-actions,
  .fields,
  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .note-card {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .intro-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-band p {
    padding: 18px 10px;
  }

  .resource-image img,
  .newsletter-media img {
    min-height: 360px;
  }

  .purchase-panel {
    padding: 20px;
  }
}
