:root {
  --ink: #2a2029;
  --plum: #6b3756;
  --plum-dark: #4d243d;
  --rose: #dcb9c9;
  --rose-pale: #f2e8ed;
  --paper: #fcfafb;
  --muted: #746770;
  --line: #dfd3d9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a, button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, select, input, textarea { border-radius: 0; }
button { cursor: pointer; }

.shell { width: min(100% - 32px, 1100px); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 12px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--plum); outline-offset: 3px; }

.site-header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { font: 700 1.4rem/1 Georgia, "Times New Roman", serif; text-decoration: none; letter-spacing: -.04em; }
.brand em { color: var(--plum); font-weight: 400; }
.header-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: var(--plum); font-size: .84rem; font-weight: 800; text-decoration: none; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .7fr); gap: 50px; align-items: center; min-height: 680px; padding-block: 72px; }
.eyebrow { margin: 0 0 16px; color: var(--plum); font-size: .72rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; }
h1 { margin-bottom: 28px; font-size: clamp(4rem, 9vw, 7.6rem); line-height: .83; }
h1 i { color: var(--plum); font-weight: 400; }
.lead { max-width: 510px; margin-bottom: 30px; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.primary-button, .whatsapp-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 15px; padding: 0 22px; border: 1px solid var(--plum); background: var(--plum); color: white; font-weight: 800; text-decoration: none; }
.primary-button:hover, .whatsapp-button:hover { background: var(--plum-dark); }
.microcopy { margin: 15px 0 0; color: var(--muted); font-size: .8rem; }
.hero-object { position: relative; min-height: 390px; overflow: hidden; background: var(--rose); border-radius: 52% 52% 20px 20px; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 45%), 0 24px 50px rgb(107 55 86 / 14%); }
.hero-object::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgb(255 255 255 / 58%); border-radius: inherit; }
.hero-object__label { position: absolute; top: 36px; left: 36px; color: var(--plum-dark); font: italic 1.1rem Georgia, serif; }
.hero-object__line { position: absolute; width: 130%; height: 1px; right: -32%; bottom: 105px; background: rgb(255 255 255 / 75%); transform: rotate(-38deg); }
.hero-object__number { position: absolute; right: 32px; bottom: 24px; color: var(--plum-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }

.how-it-works { padding-block: 82px; border-top: 1px solid var(--line); }
.how-it-works h2 { max-width: 560px; margin-bottom: 42px; font-size: clamp(2.8rem, 6vw, 5rem); line-height: .93; }
.how-it-works ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0; margin: 0; list-style: none; }
.how-it-works li { min-height: 132px; padding: 20px 0; border-top: 1px solid var(--ink); font-size: 1.02rem; line-height: 1.5; }
.how-it-works li span { display: block; margin-bottom: 28px; color: var(--plum); font-size: .72rem; font-weight: 850; letter-spacing: .13em; }

.prices { padding-block: 90px; }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 32px; align-items: end; margin-bottom: 32px; }
.section-heading h2, .consultation h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.5rem); line-height: .87; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.6; }
.price-guide { border-top: 1px solid var(--ink); }
.price-group { border-bottom: 1px solid var(--line); }
.price-group summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font: 600 clamp(1.3rem, 3vw, 1.8rem) Georgia, serif; list-style: none; }
.price-group summary::-webkit-details-marker { display: none; }
.price-group summary::after { content: "+"; color: var(--plum); font: 400 2rem/1 Inter, sans-serif; }
.price-group[open] summary::after { content: "−"; }
.service-list { display: grid; gap: 22px; padding: 0 0 28px; }
.service-card { padding: 20px; background: var(--rose-pale); }
.service-card h3 { margin-bottom: 12px; font: 600 1.2rem Georgia, serif; }
.service-card__rows { display: grid; gap: 7px; }
.price-row { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .93rem; }
.price-row strong { color: var(--ink); font-weight: 750; white-space: nowrap; }
.service-note { margin: 14px 0 0; color: var(--plum); font-size: .8rem; font-weight: 700; }

.consultation { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; padding: clamp(42px, 7vw, 76px); margin-bottom: 44px; background: var(--ink); color: white; }
.consultation .eyebrow { color: var(--rose); }
.consultation h2 { margin-bottom: 22px; }
.consultation-heading > p:last-child { max-width: 350px; margin: 0; color: #d8ccd3; line-height: 1.65; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.wide { grid-column: 1 / -1; }
.field label, .field legend { color: #f3e8ee; font-size: .84rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px; border: 1px solid #6b5863; background: #fffafb; color: var(--ink); }
.field textarea { min-height: 96px; resize: vertical; }
.abundance-field { border: 0; padding: 0; margin: 0; }
.abundance-field legend { margin-bottom: 10px; }
.choice { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; margin-right: 18px; color: #f3e8ee; font-size: .9rem; }
.choice input { width: 18px; height: 18px; accent-color: var(--rose); }
.selection-summary { display: grid; gap: 5px; padding: 16px; border-left: 2px solid var(--rose); background: #382b34; }
.selection-summary span { color: var(--rose); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.selection-summary strong { line-height: 1.45; }
.form-error { margin: 0; color: #ffd6e1; font-weight: 700; }
.whatsapp-button { border-color: var(--rose); background: var(--rose); color: var(--ink); }
.whatsapp-button:hover { background: #ebcddd; }

.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0 42px; color: var(--muted); font-size: .82rem; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 800; text-underline-offset: 4px; }

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1100px); }
  .site-header { min-height: 70px; }
  .header-link { font-size: .75rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 42px; padding-block: 58px 72px; }
  h1 { font-size: clamp(3.7rem, 17vw, 5.8rem); }
  .hero-object { min-height: 270px; margin-inline: 16px; }
  .how-it-works { padding-block: 65px; }
  .how-it-works ol { grid-template-columns: 1fr; gap: 0; }
  .how-it-works li { min-height: auto; display: grid; grid-template-columns: 48px 1fr; padding-block: 18px; }
  .how-it-works li span { margin: 3px 0 0; }
  .prices { padding-block: 70px; }
  .section-heading, .consultation { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .consultation { gap: 38px; padding: 38px 20px; margin-inline: 0; }
  .booking-form { grid-template-columns: 1fr; }
  .field, .wide { grid-column: auto; }
  .wide { grid-column: 1; }
  .site-footer { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
