:root {
  --pink: #ec2f72;
  --pink-dark: #c71959;
  --cyan: #28b9d3;
  --ink: #17171a;
  --muted: #66636a;
  --paper: #fffdfd;
  --mist: #f4fbfd;
  --blush: #fff0f5;
  --line: #eadfe4;
  --shadow: 0 24px 70px rgba(66, 23, 41, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; padding: .7rem 1rem; border-radius: 8px; background: #fff; color: var(--pink-dark); }
.skip-link:focus { top: 1rem; }

.site-header { max-width: 1220px; margin: 0 auto; min-height: 84px; padding: .75rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; }
.brand img { width: 56px; height: 56px; object-fit: contain; }
nav { display: flex; gap: 1.8rem; }
nav a { color: #454148; text-decoration: none; font-weight: 600; }
nav a:hover { color: var(--pink); }
.header-cta { text-decoration: none; background: var(--ink); color: #fff; padding: .72rem 1.1rem; border-radius: 999px; font-weight: 700; }

.hero { max-width: 1280px; min-height: 690px; margin: 0 auto; padding: 3.5rem 2rem 4rem; display: grid; grid-template-columns: 1.02fr .98fr; gap: 4rem; align-items: center; overflow: hidden; }
.eyebrow { margin: 0 0 1rem; color: var(--pink); font-family: "Plus Jakarta Sans", sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Plus Jakarta Sans", sans-serif; line-height: 1.08; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.055em; }
h1 span { color: var(--pink); }
.lead { max-width: 680px; margin: 1.5rem 0; font-size: clamp(1.08rem, 1.8vw, 1.3rem); color: var(--muted); }
.hero-points { padding: 0; margin: 0 0 2rem; display: flex; flex-wrap: wrap; gap: .7rem; list-style: none; }
.hero-points li { padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 600; }
.hero-points li::before { content: "✓"; color: var(--cyan); margin-right: .4rem; }
.primary-cta { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 56px; padding: .85rem 1.35rem; border: 0; border-radius: 14px; background: var(--pink); color: white; text-decoration: none; font-weight: 800; box-shadow: 0 12px 28px rgba(236, 47, 114, .26); transition: transform .2s ease, box-shadow .2s ease; }
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(236, 47, 114, .34); }
.microcopy { margin: .7rem 0 0; color: #7a747b; font-size: .86rem; }
.hero-visual { position: relative; min-height: 0; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; border-radius: 34px; background: #eafafd; box-shadow: var(--shadow); }
.hero-visual::after { content: ""; position: absolute; inset: 8% -8% -8% 12%; z-index: -1; border-radius: inherit; background: var(--blush); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.visual-note { position: absolute; z-index: 2; padding: .55rem .8rem; border-radius: 999px; background: rgba(255, 255, 255, .92); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 10px 30px rgba(37, 21, 28, .1); font-weight: 700; }
.note-one { top: 5%; left: 3%; }
.note-two { right: 3%; bottom: 18%; }
.price-ticket { position: absolute; left: 3%; bottom: 5%; width: 145px; padding: .9rem 1rem; border-radius: 20px; background: var(--ink); color: white; transform: rotate(-4deg); box-shadow: var(--shadow); }
.price-ticket small, .price-ticket span { display: block; color: #cbc5c9; }
.price-ticket strong { display: block; color: #fff; font: 800 2.2rem/1 "Plus Jakarta Sans", sans-serif; }
.price-ticket span { text-decoration: line-through; font-size: .84rem; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1160px; margin: 0 auto 6rem; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 50px rgba(70, 34, 49, .07); }
.trust-strip div { padding: 1.4rem 1.8rem; }
.trust-strip div + div { border-left: 1px solid var(--line); }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-family: "Plus Jakarta Sans", sans-serif; }
.trust-strip span { color: var(--muted); }

.booking-wrap { max-width: 1180px; margin: 0 auto 7rem; padding: 4rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: start; border-radius: 34px; background: var(--ink); color: #fff; }
.booking-intro { position: sticky; top: 2rem; }
.booking-intro h2, .section-heading h2, .story-copy h2, .offer-section h2, .final-cta h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.045em; }
.booking-intro > p:not(.eyebrow) { color: #c7c1c4; font-size: 1.1rem; }
.fit-promise { margin-top: 2rem; padding: 1rem; display: flex; gap: .8rem; border-radius: 18px; background: rgba(255,255,255,.08); }
.fit-promise span { color: var(--pink); font-size: 1.5rem; }
.fit-promise p { margin: 0; color: #eee9eb; }
.booking-card { padding: 2rem; border-radius: 24px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.form-heading { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.6rem; }
.form-heading > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--blush); color: var(--pink); font: 800 .85rem "Plus Jakarta Sans", sans-serif; }
.form-heading strong, .form-heading small { display: block; }
.form-heading strong { font: 800 1.25rem "Plus Jakarta Sans", sans-serif; }
.form-heading small { color: var(--muted); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .42rem; color: #4f4b51; font-size: .9rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 48px; padding: .72rem .85rem; border: 1px solid #d9d2d6; border-radius: 10px; background: #fff; color: var(--ink); outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(40,185,211,.14); }
.wide-field { margin-top: 1rem; }
.submit-button { width: 100%; min-height: 56px; margin-top: 1.3rem; border: 0; border-radius: 12px; background: var(--pink); color: white; cursor: pointer; font-weight: 800; }
.form-note { margin: .7rem 0 0; color: var(--muted); font-size: .84rem; text-align: center; }

.problem-section { max-width: 1180px; margin: 0 auto 7rem; padding: 0 1.5rem; }
.section-heading { max-width: 850px; margin-bottom: 2.5rem; }
.section-heading > p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.1rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.problem-grid article { min-height: 260px; padding: 1.8rem; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(160deg, #fff 0%, #fff7fa 100%); }
.problem-grid article:nth-child(2) { background: linear-gradient(160deg, #fff 0%, #effbfd 100%); }
.problem-grid article span { color: var(--pink); font-weight: 800; }
.problem-grid h3 { margin: 3rem 0 .8rem; font-size: 1.55rem; }
.problem-grid p { color: var(--muted); }

.story-grid { max-width: 1180px; margin: 0 auto 7rem; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1.05fr; gap: 1.4rem; }
.story-card { margin: 0; overflow: hidden; border-radius: 28px; aspect-ratio: 4 / 3; background: #f3eef0; }
.story-card img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding: 4rem; border-radius: 28px; background: var(--mist); }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.feature-list { margin: 2rem 0; display: grid; gap: 1rem; }
.feature-list div { padding-bottom: 1rem; border-bottom: 1px solid #cfe9ee; }
.feature-list strong, .feature-list span { display: block; }
.feature-list strong { font-family: "Plus Jakarta Sans", sans-serif; }
.feature-list span { color: var(--muted); }
.text-link { color: var(--pink-dark); font-weight: 800; text-underline-offset: 4px; }
.story-desire { grid-column: 1 / -1; aspect-ratio: 16 / 9; }

.experience-gallery { max-width: 1180px; margin: -5rem auto 7rem; padding: 0 1.5rem; display: grid; grid-template-columns: 1.12fr .88fr; gap: 1.4rem; }
.experience-card { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: #f3eef0; }
.experience-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.fitting-card { aspect-ratio: 3 / 2; }
.lifestyle-card { aspect-ratio: 3 / 2; }
.experience-card figcaption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; padding: 1rem 1.1rem; border-radius: 16px; background: rgba(17, 17, 20, .84); color: white; backdrop-filter: blur(10px); }
.experience-card figcaption span, .experience-card figcaption strong { display: block; }
.experience-card figcaption span { color: #8ee7f2; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.experience-card figcaption strong { margin-top: .15rem; font: 700 1.08rem/1.3 "Plus Jakarta Sans", sans-serif; }

.customer-gallery-section { max-width: 1180px; margin: 0 auto 7rem; padding: 0 1.5rem; }
.customer-gallery { columns: 3 280px; column-gap: 1rem; }
.customer-photo { margin: 0 0 1rem; overflow: hidden; break-inside: avoid; border-radius: 22px; background: #f3eef0; box-shadow: 0 14px 35px rgba(37, 24, 31, .08); }
.customer-photo img { width: 100%; height: auto; display: block; transition: transform .35s ease; }
.customer-photo:hover img { transform: scale(1.025); }

.reviews-section { max-width: 1180px; margin: 0 auto 7rem; padding: 4.5rem; border-radius: 32px; background: #101013; color: white; }
.reviews-section .section-heading > p:not(.eyebrow) { color: #aaa3a8; }
.review-grid { columns: 2 360px; column-gap: 1rem; }
.review-shot { margin: 0 0 1rem; overflow: hidden; break-inside: avoid; border: 1px solid #39343a; border-radius: 18px; background: white; }
.review-shot img { width: 100%; height: auto; display: block; }

.process-section { padding: 7rem max(1.5rem, calc((100vw - 1180px)/2)); background: #101013; color: white; }
.compact { max-width: 690px; }
.process-list { margin: 3rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.process-list li { padding: 1.5rem; border-top: 1px solid #3c373c; }
.process-list li + li { border-left: 1px solid #3c373c; }
.process-list li > span { color: var(--cyan); font-weight: 800; }
.process-list h3 { margin: 3.5rem 0 .6rem; font-size: 1.25rem; }
.process-list p { margin: 0; color: #aaa3a8; }

.offer-section { max-width: 1180px; margin: 7rem auto; padding: 3rem 3.5rem; display: grid; grid-template-columns: 1.2fr .6fr .8fr auto; gap: 2rem; align-items: center; border-radius: 30px; background: linear-gradient(115deg, var(--pink) 0%, #d61f68 60%, #b81858 100%); color: white; }
.offer-section .eyebrow { color: #ffd8e7; }
.offer-section h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.offer-section p { margin-bottom: 0; color: #ffe9f1; }
.offer-price { text-align: center; }
.offer-price span { vertical-align: top; font-weight: 800; }
.offer-price strong { font: 800 4.6rem/1 "Plus Jakarta Sans", sans-serif; }
.offer-price small { display: block; color: #ffd8e7; text-decoration: line-through; }
.offer-section ul { margin: 0; padding-left: 1.2rem; }
.light { background: white; color: var(--pink-dark); box-shadow: none; white-space: nowrap; }

.faq-section { max-width: 1000px; margin: 0 auto 7rem; padding: 0 1.5rem; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; list-style: none; font: 700 1.05rem "Plus Jakarta Sans", sans-serif; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--pink); font-size: 1.6rem; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 760px; margin: 0 0 1.5rem; color: var(--muted); }

.final-cta { max-width: 1180px; margin: 0 auto 4rem; padding: 5rem 2rem; display: grid; place-items: center; text-align: center; border-radius: 34px; background: var(--blush); }
.final-cta img { margin-bottom: 1rem; border-radius: 50%; }
.final-cta h2 { max-width: 850px; margin-bottom: 2rem; }
footer { min-height: 130px; max-width: 1180px; margin: 0 auto; padding: 2rem 1.5rem 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); }
footer div { display: flex; align-items: center; gap: .6rem; color: var(--ink); font-family: "Plus Jakarta Sans", sans-serif; font-weight: 800; }
footer a { color: var(--pink-dark); }
.mobile-book { display: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 2rem; gap: 2rem; }
  .hero-visual { min-height: 520px; }
  .booking-wrap { grid-template-columns: 1fr; padding: 2.5rem; }
  .booking-intro { position: static; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 210px; }
  .problem-grid h3 { margin-top: 2rem; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(3) { border-left: 0; }
  .offer-section { grid-template-columns: 1fr 1fr; }
  .offer-section .primary-cta { justify-self: start; }
}

@media (max-width: 680px) {
  body { padding-bottom: 70px; }
  .site-header { min-height: 70px; padding: .5rem 1rem; }
  .brand img { width: 48px; height: 48px; }
  .brand span, .header-cta { display: none; }
  .hero { min-height: auto; padding: 1.8rem 1.2rem 3.5rem; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-points { display: grid; }
  .primary-cta { width: 100%; }
  .hero-visual { min-height: 0; aspect-ratio: 1 / 1; border-radius: 24px; }
  .note-one { top: 3%; left: 2%; }
  .note-two { right: 2%; bottom: 13%; }
  .visual-note { font-size: .78rem; }
  .price-ticket { left: 2%; bottom: 1%; width: 120px; }
  .trust-strip { margin: 0 1.2rem 4rem; grid-template-columns: 1fr; }
  .trust-strip div + div { border-left: 0; border-top: 1px solid var(--line); }
  .booking-wrap { margin: 0 1rem 5rem; padding: 2rem 1rem; border-radius: 24px; }
  .booking-intro { padding: 0 .5rem; }
  .booking-card { padding: 1.2rem; }
  .field-grid { grid-template-columns: 1fr; }
  .problem-section { margin-bottom: 5rem; }
  .story-grid { grid-template-columns: 1fr; margin-bottom: 5rem; }
  .story-pain { min-height: 0; }
  .story-copy { padding: 2rem 1.4rem; }
  .story-desire { grid-column: auto; max-height: none; }
  .experience-gallery { margin-top: -3rem; margin-bottom: 5rem; grid-template-columns: 1fr; }
  .experience-card, .fitting-card, .lifestyle-card { aspect-ratio: 4 / 3; }
  .customer-gallery-section { margin-bottom: 5rem; }
  .customer-gallery { columns: 2 220px; }
  .reviews-section { margin: 0 1rem 5rem; padding: 3rem 1.3rem; border-radius: 24px; }
  .review-grid { columns: 1; }
  .process-section { padding-top: 5rem; padding-bottom: 5rem; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li + li { border-left: 0; }
  .process-list h3 { margin-top: 1.5rem; }
  .offer-section { margin: 5rem 1rem; padding: 2.2rem 1.4rem; grid-template-columns: 1fr; }
  .offer-price { text-align: left; }
  .final-cta { margin: 0 1rem 3rem; padding: 3.5rem 1.3rem; }
  footer { flex-direction: column; align-items: flex-start; }
  .mobile-book { position: fixed; z-index: 20; left: 1rem; right: 1rem; bottom: .75rem; min-height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--pink); color: white; text-decoration: none; font-weight: 800; box-shadow: 0 12px 35px rgba(236,47,114,.35); }
}

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