:root {
  --ink: #16211f;
  --graphite: #303936;
  --sage: #7f9a8d;
  --sage-deep: #48695c;
  --porcelain: #f7f4ed;
  --linen: #ece5d8;
  --champagne: #c5a869;
  --blue: #173ee6;
  --blue-soft: #e7ecff;
  --white: #ffffff;
  --line: rgba(48, 57, 54, 0.16);
  --shadow: 0 24px 60px rgba(22, 33, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id],
main[id] {
  scroll-margin-top: 116px;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(115deg, rgba(197, 168, 105, 0.08) 0 1px, transparent 1px 34px),
    var(--porcelain);
}

body.locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

button,
a {
  font: inherit;
}

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

.notice-strip {
  padding: 12px 18px;
  color: #fffaf0;
  background: var(--sage-deep);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.studio-head {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 17px clamp(18px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 237, 0.9);
  backdrop-filter: blur(18px);
}

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

.logo-link img {
  width: 158px;
  display: block;
}

.menu-line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--graphite);
  font-size: 14px;
  font-weight: 850;
}

.menu-line a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.menu-line a:hover {
  border-color: var(--champagne);
}

.primary-link,
.order-link,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-link,
.order-link {
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 16px 30px rgba(23, 62, 230, 0.18);
}

.text-link {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}

.primary-link:hover,
.order-link:hover,
.text-link:hover {
  transform: translateY(-2px);
}

.atelier-hero {
  position: relative;
  display: grid;
  grid-template-columns: 90px minmax(360px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  min-height: 760px;
  padding: clamp(50px, 7vw, 92px) clamp(20px, 6vw, 90px);
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 48%, rgba(23, 62, 230, 0.16), transparent 28%),
    linear-gradient(90deg, #f8f4eb 0%, #efe6d7 42%, #f7f4ed 100%);
}

.atelier-hero::after {
  content: "";
  position: absolute;
  right: -18vw;
  bottom: -22vw;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  border: 1px solid rgba(197, 168, 105, 0.42);
}

.hero-mark {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(48, 57, 54, 0.42);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.pack-sculpture,
.hero-copybox,
.proof-row {
  position: relative;
  z-index: 1;
}

.pack-sculpture {
  min-height: 580px;
  display: grid;
  place-items: center;
}

.oval-field {
  position: absolute;
  width: min(92%, 470px);
  aspect-ratio: 0.76;
  border-radius: 50% 50% 10% 10%;
  background: linear-gradient(180deg, #fffdf8, #e5dac7);
  box-shadow: inset 0 0 0 1px var(--line), var(--shadow);
}

.main-pack {
  position: relative;
  width: min(88%, 520px);
  filter: drop-shadow(0 30px 44px rgba(22, 33, 31, 0.22));
}

.small-ticket {
  position: absolute;
  left: 12%;
  bottom: 9%;
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.small-ticket strong {
  color: var(--blue);
  font-size: 25px;
}

.small-ticket span {
  color: var(--graphite);
  font-size: 12px;
  font-weight: 850;
}

.hero-copybox {
  max-width: 740px;
  padding: clamp(28px, 4vw, 52px);
  border-left: 3px solid var(--champagne);
  background: rgba(247, 244, 237, 0.56);
}

.micro-title {
  margin: 0 0 14px;
  color: var(--sage-deep);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 5vw, 45px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 700;
}

h2 {
  margin-bottom: 20px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.5vw, 30px);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.hero-copybox p,
.editorial-grid p,
.ritual-copy p,
.ritual-steps p,
.formula-board p,
.safety-card li,
.clinique-note p,
.voice-card p,
.quiet-note,
.faq-list p,
.leave-box p,
.legal-box p {
  color: #59645f;
  font-size: 16px;
  line-height: 1.74;
}

.hero-copybox > p {
  max-width: 620px;
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fffaf1;
}

.proof-row div {
  min-height: 170px;
  padding: 28px clamp(18px, 4vw, 38px);
  border-right: 1px solid var(--line);
}

.proof-row span {
  display: block;
  margin-bottom: 18px;
  color: var(--champagne);
  font-weight: 950;
}

.proof-row strong {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

.proof-row p {
  margin: 0;
  color: #67716d;
  line-height: 1.55;
}

.editorial-section,
.ritual-panel,
.formula-section,
.safety-section,
.voices-section,
.offer-section,
.faq-section {
  padding: clamp(70px, 9vw, 124px) clamp(20px, 6vw, 90px);
}

.section-intro {
  max-width: 900px;
  margin-bottom: 42px;
}

.editorial-section {
  background: #fffaf1;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.editorial-grid article {
  min-height: 330px;
  padding: clamp(28px, 4vw, 44px);
  border-right: 1px solid var(--line);
}

.editorial-grid article:nth-child(2) {
  background: #edf3ef;
}

.ritual-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 5vw, 70px);
  background: var(--sage-deep);
}

.ritual-panel h2,
.ritual-panel h3,
.ritual-panel .micro-title {
  color: #fffaf1;
}

.ritual-copy p {
  color: rgba(255, 250, 241, 0.78);
}

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

.ritual-steps article {
  padding: 26px;
  border: 1px solid rgba(255, 250, 241, 0.24);
  background: rgba(255, 250, 241, 0.08);
}

.ritual-steps span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--champagne);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.ritual-steps p {
  color: rgba(255, 250, 241, 0.8);
}

.formula-section {
  background: var(--porcelain);
}

.formula-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fffaf1;
  box-shadow: var(--shadow);
}

.formula-board article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.formula-board b {
  display: block;
  margin-bottom: 80px;
  color: var(--blue);
  font-size: 18px;
}

.safety-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 22px;
  align-items: stretch;
  background: #fffaf1;
}

.safety-card,
.clinique-note {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.safety-card {
  padding: clamp(30px, 5vw, 52px);
  background: var(--white);
}

.safety-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.safety-card li {
  position: relative;
  padding-left: 30px;
}

.safety-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: var(--sage);
}

.clinique-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 42px);
  color: #fffaf1;
  background: var(--ink);
}

.clinique-note h3 {
  color: #fffaf1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 46px);
}

.clinique-note p {
  color: rgba(255, 250, 241, 0.76);
}

.voices-section {
  background: var(--porcelain);
}

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

.voice-card {
  min-height: 410px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #fffaf1;
  box-shadow: var(--shadow);
}

.voice-card img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
  border: 4px solid var(--linen);
}

.voice-card strong,
.voice-card span {
  display: block;
}

.voice-card strong {
  font-size: 20px;
}

.voice-card span {
  margin: 4px 0 22px;
  color: var(--sage-deep);
  font-weight: 850;
}

.quiet-note {
  max-width: 850px;
  margin: 28px auto 0;
  text-align: center;
}

.offer-section {
  background:
    linear-gradient(180deg, #fffaf1 0%, #ebe2d1 100%);
}

.offer-head {
  display: block;
  max-width: 1120px;
  margin-bottom: 34px;
}

.offer-head h2 {
  margin-bottom: 0;
}

.choice-switch {
  display: inline-flex;
  margin-top: 26px;
  padding: 5px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.86);
}

.choice-btn {
  border: 0;
  padding: 12px 16px;
  color: var(--graphite);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.choice-btn.is-active {
  color: #fffaf1;
  background: var(--ink);
}

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

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 540px;
  padding: 26px;
  border: 1px solid var(--line);
  background: #fffaf1;
  box-shadow: var(--shadow);
}

.offer-card.focus {
  background: #f4efe2;
  border-color: rgba(23, 62, 230, 0.32);
}

.top-seal {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 10px;
  color: #fffaf1;
  background: var(--sage-deep);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.offer-card img {
  align-self: center;
  height: 166px;
  object-fit: contain;
  margin: 42px 0 26px;
  filter: drop-shadow(0 18px 22px rgba(22, 33, 31, 0.15));
}

.offer-card h3 {
  margin-bottom: 6px;
}

.offer-card p {
  color: #68716d;
  margin-bottom: 14px;
}

.offer-card > strong {
  color: var(--ink);
  font-size: 18px;
}

.offer-card > span {
  display: inline-flex;
  margin: 14px 0;
  padding: 7px 10px;
  color: #174d38;
  background: #dce9df;
  font-weight: 950;
}

.offer-card div:last-of-type {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 22px;
}

.offer-card del {
  color: #8d938f;
}

.offer-card b {
  color: var(--blue);
  font-size: 26px;
}

.order-link {
  width: 100%;
  margin-top: auto;
}

.faq-section {
  background: #fffaf1;
}

.faq-list {
  display: grid;
  gap: 10px;
  max-width: 920px;
}

.faq-list details {
  border: 1px solid var(--line);
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--sage-deep);
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
}

.site-foot {
  padding: 38px clamp(20px, 6vw, 90px) 112px;
  color: rgba(255, 250, 241, 0.76);
  text-align: center;
  background: var(--ink);
}

.foot-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  margin-top: 16px;
}

.foot-line a,
.legal-trigger {
  border: 0;
  color: #fffaf1;
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mobile-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 35;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 16px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.94);
  box-shadow: var(--shadow);
}

.mobile-cta span {
  font-size: 14px;
  font-weight: 900;
}

.screen-layer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(22, 33, 31, 0.64);
  backdrop-filter: blur(10px);
}

.screen-layer.is-shown {
  display: flex;
}

.legal-box,
.leave-box {
  position: relative;
  width: min(100%, 720px);
  background: #fffaf1;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.legal-box {
  padding: 36px;
}

.legal-box h2,
.leave-box h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.04;
}

.leave-box {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0;
  padding: 0;
}

.leave-box img {
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: contain;
  padding: 28px;
  background: var(--linen);
}

.leave-box > div {
  padding: 38px;
}

.close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--ink);
  background: #ffffff;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(22, 33, 31, 0.12);
}

@media (max-width: 1120px) {
  .studio-head {
    grid-template-columns: 1fr auto;
  }

  .menu-line {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .atelier-hero,
  .ritual-panel,
  .safety-section {
    grid-template-columns: 1fr;
  }

  .hero-mark {
    display: none;
  }

  .proof-row,
  .offer-grid,
  .voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .editorial-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  .notice-strip {
    font-size: 12px;
    line-height: 1.4;
  }

  .studio-head {
    grid-template-columns: 1fr;
    padding: 14px 18px;
  }

  .studio-head > .primary-link {
    display: none;
  }

  .logo-link img {
    width: 140px;
  }

  .menu-line {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .menu-line a {
    flex: 0 0 auto;
  }

  .atelier-hero {
    min-height: auto;
    padding-top: 42px;
  }

  .pack-sculpture {
    min-height: 390px;
    order: 2;
  }

  .hero-copybox {
    order: 1;
    padding: 0;
    border-left: 0;
    background: transparent;
  }

  h1 {
    font-size: 39px;
    line-height: 1.04;
  }

  h2 {
    font-size: 31px;
  }

  .proof-row,
  .ritual-steps,
  .offer-grid,
  .voice-grid {
    grid-template-columns: 1fr;
  }

  .proof-row div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .choice-switch {
    width: 100%;
  }

  .choice-btn {
    flex: 1;
  }

  .leave-box {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }

  .leave-box img {
    min-height: 210px;
  }

  .mobile-cta {
    display: flex;
  }
}

@media (max-width: 430px) {
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-link,
  .order-link,
  .text-link {
    width: 100%;
  }

  .mobile-cta {
    align-items: stretch;
    flex-direction: column;
  }
}
