/* Aurelia Aesthetics — demo by D&L Project56 */
:root {
  --ivory: #faf6f1;
  --ivory2: #f2ebe2;
  --plum: #3d2436;
  --plum-soft: #5a3a50;
  --rose: #c98a7d;
  --ink: #2b2127;
  --mut: #7d7270;
  --line: #e4dad0;
  --max: 1120px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Jost", sans-serif; background: var(--ivory); color: var(--ink); line-height: 1.65; overflow-x: hidden; }
h1, h2, h3, legend { font-family: "Fraunces", serif; line-height: 1.15; font-weight: 500; }
img { max-width: 100%; display: block; }

.kicker { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--rose); margin-bottom: 14px; }
.sec-head { max-width: var(--max); margin: 0 auto 44px; padding: 0 24px; }
.sec-head h2 { font-size: clamp(28px, 4vw, 42px); color: var(--plum); }

/* nav */
.topbar { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; gap: 28px; padding: 16px 28px; background: rgba(250,246,241,0.93); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.logo { font-family: "Fraunces", serif; font-size: 20px; color: var(--plum); text-decoration: none; letter-spacing: 0.5px; }
.logo em { font-style: italic; color: var(--rose); margin-left: 4px; }
.topnav { display: flex; gap: 26px; margin-left: auto; }
.topnav a { font-size: 13.5px; font-weight: 500; color: var(--mut); text-decoration: none; transition: color .25s; }
.topnav a:hover { color: var(--plum); }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--plum); margin: 5px 0; }

/* buttons */
.btn-plum { display: inline-block; padding: 13px 28px; background: var(--plum); color: var(--ivory); font-size: 13px; font-weight: 600; letter-spacing: 0.6px; text-decoration: none; border: none; border-radius: 30px; cursor: pointer; font-family: "Jost", sans-serif; transition: background .25s, transform .25s, box-shadow .25s; }
.btn-plum:hover:not(:disabled) { background: var(--plum-soft); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(61,36,54,0.22); }
.btn-plum:disabled { opacity: 0.4; cursor: not-allowed; }
.btn-plum.wide { display: block; text-align: center; }
.btn-line { display: inline-block; padding: 12px 28px; border: 1px solid var(--plum); color: var(--plum); font-size: 13px; font-weight: 600; text-decoration: none; border-radius: 30px; transition: background .25s, color .25s; }
.btn-line:hover { background: var(--plum); color: var(--ivory); }
.btn-ghost { display: inline-block; padding: 12px 28px; border: 1px solid rgba(250,246,241,0.45); color: var(--ivory); font-size: 13px; font-weight: 600; text-decoration: none; border-radius: 30px; transition: border-color .25s, color .25s; }
.btn-ghost:hover { border-color: var(--rose); color: var(--rose); }

/* hero */
.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; max-width: var(--max); margin: 0 auto; padding: 72px 24px 64px; }
.hero h1 { font-size: clamp(34px, 4.8vw, 56px); color: var(--plum); margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--rose); }
.hero-sub { font-size: 16.5px; color: var(--mut); max-width: 480px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 26px; }
.hero-ticks { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.hero-ticks li { font-size: 14.5px; color: var(--mut); padding-left: 26px; position: relative; }
.hero-ticks li::before { content: "✦"; position: absolute; left: 0; color: var(--rose); }
.hero-art img { border-radius: 160px 160px 12px 12px; box-shadow: 0 30px 70px rgba(61,36,54,0.18); width: 100%; height: 520px; object-fit: cover; }

/* stat band */
.band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band-item { background: var(--ivory2); text-align: center; padding: 34px 16px; }
.band-item strong { font-family: "Fraunces", serif; font-size: 36px; color: var(--plum); display: block; line-height: 1; }
.band-item span { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--mut); }

/* quiz */
.quiz { padding: 90px 0; }
.quiz-card { max-width: 720px; margin: 0 auto; padding: 40px 36px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 60px rgba(61,36,54,0.08); position: relative; }
.quiz-progress { position: absolute; top: 22px; right: 28px; font-size: 12px; letter-spacing: 2px; color: var(--mut); }
.quiz-pane { border: none; }
.quiz-pane legend { font-size: 24px; color: var(--plum); margin-bottom: 22px; }
.quiz-pane legend small { display: block; font-family: "Jost", sans-serif; font-size: 13px; color: var(--mut); margin-top: 4px; }
.quiz-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quiz-opts.single { grid-template-columns: 1fr; }
.quiz-opts button { padding: 16px 18px; background: var(--ivory); border: 1px solid var(--line); border-radius: 10px; font-family: "Jost", sans-serif; font-size: 15px; color: var(--ink); cursor: pointer; text-align: left; transition: border-color .2s, background .2s, transform .2s; }
.quiz-opts button:hover { border-color: var(--rose); transform: translateY(-1px); }
.quiz-opts button.sel { background: var(--plum); border-color: var(--plum); color: var(--ivory); }
.quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.quiz-back { background: none; border: none; font-family: "Jost", sans-serif; font-size: 14px; color: var(--mut); cursor: pointer; }
.quiz-back:hover { color: var(--plum); }
.quiz-result .rec-cards { display: grid; gap: 14px; margin-bottom: 20px; }
.rec-card { background: var(--ivory); border: 1px solid var(--rose); border-radius: 12px; padding: 22px 24px; }
.rec-card h3 { font-size: 21px; color: var(--plum); margin-bottom: 6px; }
.rec-card p { font-size: 14px; color: var(--mut); margin-bottom: 8px; }
.rec-card .rec-price { font-size: 13px; font-weight: 600; color: var(--rose); letter-spacing: 0.5px; }
.rec-note { font-size: 13.5px; color: var(--mut); margin-bottom: 20px; }
.quiz-restart { display: block; margin: 16px auto 0; background: none; border: none; font-family: "Jost", sans-serif; font-size: 13px; color: var(--mut); cursor: pointer; text-decoration: underline; }
.quiz-restart:hover { color: var(--plum); }

/* treatments */
.treatments { padding: 30px 0 90px; }
.tr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.tr-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 30px 28px; transition: transform .25s, box-shadow .25s; }
.tr-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(61,36,54,0.1); }
.tr-card h3 { font-size: 21px; color: var(--plum); margin-bottom: 10px; }
.tr-card p { font-size: 14px; color: var(--mut); margin-bottom: 16px; }
.tr-price { font-family: "Fraunces", serif; font-size: 22px; color: var(--ink); }
.tr-price em { font-family: "Jost", sans-serif; font-size: 12.5px; font-style: normal; color: var(--mut); margin-right: 6px; }

/* why */
.why { padding: 60px 0 90px; background: var(--ivory2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; max-width: var(--max); margin: 0 auto; padding: 60px 24px 0; }
.why-copy h2 { font-size: clamp(26px, 3.6vw, 38px); color: var(--plum); margin-bottom: 18px; }
.why-copy p { font-size: 15px; color: var(--mut); margin-bottom: 22px; }
.why-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.why-imgs img { border-radius: 12px; height: 300px; width: 100%; object-fit: cover; }
.why-imgs img:last-child { margin-top: 36px; }

/* quotes */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: var(--max); margin: 0 auto; padding: 90px 24px; }
.quotes figure { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px 26px; }
.quotes blockquote { font-family: "Fraunces", serif; font-size: 16px; font-style: italic; color: var(--ink); line-height: 1.6; margin-bottom: 16px; }
.quotes figcaption { font-size: 12.5px; letter-spacing: 0.5px; color: var(--mut); }

/* faq */
.faq { padding: 0 0 90px; }
.faq-list { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { font-family: "Fraunces", serif; font-size: 18px; color: var(--plum); padding: 22px 36px 22px 4px; cursor: pointer; list-style: none; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-size: 24px; color: var(--rose); transition: transform .25s; }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { font-size: 14.5px; color: var(--mut); padding: 0 4px 24px; max-width: 640px; }

/* consult cta */
.consult { background: var(--plum); padding: 84px 24px; text-align: center; }
.consult-inner { max-width: 620px; margin: 0 auto; }
.consult h2 { font-size: clamp(26px, 4vw, 40px); color: var(--ivory); margin-bottom: 14px; }
.consult p { font-size: 15px; color: rgba(250,246,241,0.75); margin-bottom: 28px; }
.consult .btn-plum { background: var(--rose); color: var(--plum); }
.consult .btn-plum:hover { background: #d9a193; }
.consult-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.consult-small { font-size: 13px; color: rgba(250,246,241,0.55); margin-top: 22px; }

/* dl pitch */
.dl-pitch { background: var(--ivory); padding: 80px 24px; text-align: center; border-top: 2px solid var(--rose); }
.dl-pitch h2 { font-size: clamp(24px, 3.4vw, 34px); color: var(--plum); max-width: 620px; margin: 0 auto 14px; }
.dl-pitch > p:not(.kicker) { font-size: 15px; color: var(--mut); max-width: 540px; margin: 0 auto 28px; }
.dl-pitch .btn-ghost { border-color: var(--plum); color: var(--plum); }
.dl-pitch .btn-ghost:hover { border-color: var(--rose); color: var(--rose); }

/* footer */
.footer { padding: 32px 24px 40px; text-align: center; border-top: 1px solid var(--line); background: var(--ivory); }
.footer p { font-size: 12.5px; color: var(--mut); margin-top: 6px; }
.footer a { color: var(--plum); text-decoration: none; font-weight: 500; }
.footer a:hover { text-decoration: underline; }

/* responsive */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding-top: 44px; }
  .hero-art { order: -1; max-width: 440px; }
  .hero-art img { height: 380px; }
  .why-grid { grid-template-columns: 1fr; padding-top: 40px; }
  .tr-grid, .quotes { grid-template-columns: 1fr 1fr; }
  .band { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .topnav { display: none; position: fixed; top: 60px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--ivory); border-bottom: 1px solid var(--line); padding: 12px 0; }
  .topnav.open { display: flex; }
  .topnav a { padding: 14px 28px; font-size: 15px; }
  .nav-cta { display: none; }
  .burger { display: block; margin-left: auto; }
  .tr-grid, .quotes, .quiz-opts, .why-imgs { grid-template-columns: 1fr; }
  .why-imgs img:last-child { margin-top: 0; }
  .quiz-card { padding: 32px 22px; }
  .hero-actions .btn-plum, .hero-actions .btn-line { width: 100%; text-align: center; }
  .consult-actions { flex-direction: column; }
}
