:root {
  --ivory: #fffaf4;
  --champagne: #f4e6d4;
  --gold: #c6a15b;
  --gold-dark: #9d7433;
  --baby-blue: #dceef5;
  --powder-pink: #f1d8de;
  --ink: #3b4049;
  --muted: #6d7078;
  --white: #fffdf9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, var(--ivory) 0%, #fdf8f2 100%);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--ivory);
}
.brand { display: flex; align-items: center; gap: 12px; font: 15px Georgia, serif; letter-spacing: .14em; }
.brand small { display: block; margin-top: 4px; color: var(--gold); font: 9px Arial, sans-serif; }
.mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-dark);
  background: linear-gradient(145deg, #fff, #f2dfbf);
  box-shadow: 0 6px 18px #c6a15b24;
  font: italic 23px Georgia, serif;
}
.nav nav { display: flex; gap: 32px; font-size: 13px; }
.nav nav a { transition: color .2s; }
.nav nav a:hover { color: var(--gold-dark); }
.nav-cta { padding: 12px 19px; border: 1px solid var(--gold); border-radius: 99px; color: #8c682e; background: #fff; font-size: 12px; }
.nav-cta:hover { color: #fff; background: var(--gold); }

.hero { background: radial-gradient(circle at 78% 22%, var(--baby-blue) 0 14%, transparent 35%), linear-gradient(125deg, var(--ivory) 0%, var(--champagne) 56%, var(--powder-pink) 100%); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.tag { color: #ad8039; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 20px 0 26px; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.05; letter-spacing: -.035em; }
h1 em { color: #ad8039; font-weight: 400; }
.lead { max-width: 650px; color: #62656d; font: 19px/1.7 Georgia, serif; }
.actions, .excerpt-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0; }
.btn { display: inline-flex; justify-content: center; padding: 15px 23px; border-radius: 99px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.primary { color: #fff; background: linear-gradient(135deg, #c7a25c, #a77935); box-shadow: 0 12px 30px #9d74332b; }
.primary:hover { background: linear-gradient(135deg, #d2af69, #93682c); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--gold); color: #5c5360; font-size: 13px; font-weight: 700; }
.trust { color: var(--muted); font-size: 11px; }

.hero-image { position: relative; height: 550px; display: grid; place-items: center; padding: 28px; }
.hero-image::before { content: ""; position: absolute; width: 88%; height: 88%; border-radius: 50%; background: radial-gradient(circle, #fffdf7 0%, var(--baby-blue) 44%, var(--powder-pink) 66%, transparent 72%); }
.hero-image::after { content: ""; position: absolute; bottom: 20px; width: 66%; height: 24px; border-radius: 50%; background: #24372d2b; filter: blur(14px); }
.hero-image img { position: relative; z-index: 1; width: auto; height: 500px; object-fit: contain; border-radius: 2px; box-shadow: 18px 22px 38px #27382d42; transform: rotate(1.5deg); }

.intro { position: relative; padding: 105px 0 70px; text-align: center; }
.intro::before { content: ""; position: absolute; top: 72px; left: 50%; width: 72px; height: 3px; transform: translateX(-50%); background: linear-gradient(90deg, var(--baby-blue), var(--gold), var(--powder-pink)); }
.intro h2 { margin: 15px 0; font-size: 44px; }
.intro > p:last-child { max-width: 680px; margin: auto; color: var(--muted); line-height: 1.7; }

.excerpt { padding: 105px 0; overflow: hidden; background: linear-gradient(145deg, #edf7fb 0%, var(--ivory) 48%, #f8e9ed 100%); }
.excerpt-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.excerpt-cover { position: relative; min-height: 540px; display: grid; place-items: center; }
.excerpt-cover::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: linear-gradient(145deg, var(--baby-blue), var(--powder-pink) 62%, #ead3a6); }
.excerpt-cover img { position: relative; z-index: 1; width: min(330px, 82%); max-height: 500px; object-fit: contain; box-shadow: 20px 26px 48px #493d3740; transform: rotate(-2deg); }
.excerpt-cover > span { position: absolute; right: 2%; bottom: 8%; z-index: 2; padding: 13px 18px; border: 1px solid var(--gold); border-radius: 99px; color: #8e672d; background: var(--ivory); box-shadow: 0 12px 28px #58462d20; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.excerpt-copy h2, .social h2 { margin: 14px 0 20px; font-size: 46px; line-height: 1.12; }
.excerpt-lead { max-width: 690px; color: #626b72; font: 18px/1.7 Georgia, serif; }
.excerpt details { margin-top: 30px; border-top: 1px solid #cfb57d; border-bottom: 1px solid #cfb57d; }
.excerpt summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 4px; color: #805f2c; cursor: pointer; list-style: none; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.excerpt summary::-webkit-details-marker { display: none; }
.summary-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; font-size: 19px; font-weight: 400; transition: transform .25s; }
.excerpt details[open] .summary-icon { transform: rotate(45deg); }
.reading { padding: 2px 4px 28px; color: #535c62; font: 17px/1.82 Georgia, serif; }
.reading p { margin: 0 0 18px; }
.dropcap::first-letter { float: left; margin: 11px 10px 0 0; color: #ad8039; font-size: 58px; line-height: .82; }
.excerpt-end { color: #8a6731; font-style: italic; }

.shop { padding: 85px 0 105px; background: linear-gradient(150deg, #f8edf0 0%, var(--powder-pink) 42%, var(--champagne) 100%); }
.heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 40px; align-items: end; margin-bottom: 45px; }
.heading h2, .therapy h2, .process h2, .founder h2, .cta h2 { margin: 12px 0; font-size: 43px; line-height: 1.15; }
.heading > p, .therapy > div > p, .steps p, .founder p { color: var(--muted); line-height: 1.7; }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 34px; border: 1px solid #ead8d3; background: var(--white); box-shadow: 0 14px 36px #b9898d12; transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px #684d3a18; }
.card.featured { border-color: var(--gold); box-shadow: inset 0 4px var(--gold), 0 16px 42px #9e763020; }
.badge { position: absolute; top: 0; right: 20px; padding: 8px 12px; color: #fff; background: linear-gradient(135deg, #c7a25c, #a77935); font-size: 9px; letter-spacing: .13em; }
.number { height: 72px; display: flex; align-items: center; color: #ad8039; font: italic 16px Georgia, serif; }
.card h3 { margin: 10px 0; font-size: 29px; }
.card p { flex: 1; color: var(--muted); font-size: 14px; line-height: 1.6; }
.card strong { margin: 20px 0; font: 32px Georgia, serif; }
.secondary { border: 1px solid var(--gold); color: #8b662e; background: #fff; }
.secondary:hover { color: #fff; background: var(--gold); }

.therapy { position: relative; display: grid; grid-template-columns: 1.15fr .7fr; gap: 100px; align-items: center; padding: 110px 0; }
.therapy::before { content: ""; position: absolute; left: -80px; top: 70px; z-index: -1; width: 210px; height: 210px; border-radius: 50%; background: #dceef580; }
.therapy ul { display: grid; gap: 13px; padding: 0; list-style: none; }
.therapy li::before { content: "✓"; margin-right: 12px; color: var(--gold); }
.price-box { padding: 42px; color: #fff; background: linear-gradient(145deg, #687b8c, #465566); box-shadow: 16px 16px 0 var(--powder-pink); }
.price-box p { margin: 0 0 10px; color: #e7edf2; font-size: 13px; }
.price-box strong { display: block; font: 38px Georgia, serif; }
.price-box small { color: #d3e0e7; }
.price-box hr { margin: 28px 0; border: 0; border-top: 1px solid #ffffff2a; }
.price-box .btn { width: 100%; margin-top: 30px; }
.light { color: #8c672f; background: linear-gradient(135deg, var(--ivory), var(--champagne)); }

.process { padding: 95px 0; text-align: center; background: linear-gradient(145deg, #edf7fb, var(--baby-blue) 58%, #e9f3f7); }
.process h2 { margin-bottom: 45px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid #c9dce4; background: #c9dce4; }
.steps article { padding: 38px; text-align: left; background: var(--white); }
.steps span { color: var(--gold); font: italic 15px Georgia, serif; }
.steps h3 { font-size: 25px; }

.founder { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding: 105px 0; background: radial-gradient(circle at 92% 50%, #f1d8de80, transparent 30%); }
.signature { margin: 28px 0 5px; color: #ad8039 !important; font: italic 28px Georgia, serif !important; }

.social { padding: 95px 0; background: var(--ivory); }
.social-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.social-grid > div > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.75; }
.social-cards { display: grid; gap: 14px; }
.social-cards a { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 22px 24px; border: 1px solid #ead8d3; background: #fff; box-shadow: 0 12px 34px #684d3a0d; transition: transform .22s, border-color .22s, box-shadow .22s; }
.social-cards a:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 18px 42px #684d3a18; }
.social-monogram { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #d6be8d; border-radius: 50%; color: #8c672f; background: linear-gradient(145deg, var(--baby-blue), var(--powder-pink)); font: italic 17px Georgia, serif; }
.social-cards small { display: block; margin-bottom: 5px; color: #8b7e73; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.social-cards strong { color: #4b4d54; font: 21px Georgia, serif; }
.social-cards b { color: #ad8039; font-size: 20px; }

.cta { padding: 95px 0; color: var(--ink); text-align: center; background: linear-gradient(120deg, #d7eaf2 0%, #ead7df 48%, #e6c98f 120%); }
.cta h2 { margin-bottom: 35px; }
.cta .btn { margin: 0 6px; }
.cta .light { background: var(--ivory); box-shadow: 0 12px 30px #8d713324; }
.outline { border: 1px solid #9b773d; color: #765727; background: #ffffff45; }

footer { padding: 65px 0 25px; color: #f8f4ee; background: linear-gradient(125deg, #424b57, #586473); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.3fr .6fr; gap: 60px; }
.footer-grid > p { margin: 0; color: #d9dfe3; line-height: 1.7; }
.footer-grid > div:last-child { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.legal { margin-top: 45px; padding-top: 22px; border-top: 1px solid #ffffff1c; color: #d9dfe3; font-size: 10px; }

a:focus-visible, summary:focus-visible { outline: 3px solid var(--baby-blue); outline-offset: 4px; }

@media (max-width: 850px) {
  .nav nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding: 70px 0; }
  .hero-image { height: 440px; }
  .hero-image img { height: 400px; }
  .heading, .therapy, .founder, .excerpt-grid, .social-grid { grid-template-columns: 1fr; }
  .therapy, .founder { gap: 45px; }
  .excerpt-grid { gap: 48px; }
  .excerpt-cover { min-height: 460px; }
  .excerpt-cover::before { width: 360px; height: 360px; }
  .excerpt-cover img { max-height: 420px; }
  .social-grid { gap: 38px; }
  .products, .steps { grid-template-columns: 1fr; }
  .card { min-height: 350px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .nav { min-height: 78px; }
  .nav-cta { display: none; }
  .brand { font-size: 12px; }
  .hero-grid { gap: 40px; padding: 52px 0; }
  h1 { font-size: 43px; }
  .lead { font-size: 17px; }
  .actions, .excerpt-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-image { height: 390px; padding: 16px; }
  .hero-image img { height: 360px; }
  .heading h2, .therapy h2, .process h2, .founder h2, .cta h2, .intro h2, .excerpt-copy h2, .social h2 { font-size: 35px; }
  .shop, .therapy, .process, .founder, .cta, .excerpt, .social { padding: 72px 0; }
  .excerpt-cover { min-height: 380px; }
  .excerpt-cover::before { width: 300px; height: 300px; }
  .excerpt-cover img { max-height: 350px; }
  .excerpt-cover > span { right: 0; bottom: 3%; }
  .reading { font-size: 16px; }
  .social-cards a { padding: 18px 16px; }
  .social-cards strong { font-size: 18px; }
}
