:root {
  --burgundy: #7b1026;
  --burgundy-dark: #590817;
  --rose: #f8e4e9;
  --rose-soft: #fff7f9;
  --sage: #a8b49f;
  --ink: #2f292b;
  --muted: #6f6568;
  --white: #ffffff;
  --line: rgba(123, 16, 38, .14);
  --shadow: 0 24px 70px rgba(91, 26, 43, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 100px 0; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 100; background: var(--burgundy); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255, 249, 250, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner { height: 86px; display: flex; align-items: center; gap: 30px; }
.brand img { width: 76px; height: 76px; object-fit: contain; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: .95rem; font-weight: 600; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--burgundy); transition: .25s; }
.site-nav a:hover::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--burgundy); margin: 5px 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px; border-radius: 12px;
  border: 1px solid var(--burgundy); background: var(--burgundy); color: #fff;
  text-decoration: none; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 12px 28px rgba(123, 16, 38, .18);
}
.button:hover { transform: translateY(-2px); background: var(--burgundy-dark); box-shadow: 0 16px 34px rgba(123, 16, 38, .24); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-outline { background: transparent; color: var(--burgundy); box-shadow: none; }
.button-outline:hover { color: #fff; }

.hero { min-height: 760px; display: grid; align-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 18% 22%, #fff 0, #fff8fa 34%, #f9e5ea 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; padding: 90px 0; }
.eyebrow { margin: 0 0 16px; color: var(--burgundy); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; letter-spacing: -.025em; }
h1 { margin: 0; font-size: clamp(3.2rem, 6.3vw, 6.5rem); max-width: 850px; }
h1 em { color: var(--burgundy); font-weight: 500; }
.hero-text { max-width: 620px; font-size: 1.12rem; color: var(--muted); margin: 28px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 28px; color: var(--muted); font-size: .9rem; }
.hero-notes span::before { content: "•"; color: var(--burgundy); margin-right: 8px; }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(1px); opacity: .8; }
.orb-one { width: 290px; height: 290px; right: -120px; top: 80px; background: rgba(168,180,159,.28); }
.orb-two { width: 180px; height: 180px; left: -70px; bottom: 20px; background: rgba(123,16,38,.08); }
.hero-visual { position: relative; min-height: 560px; }
.visual-card { border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); }
.card-main { position: absolute; inset: 10px 0 0 40px; border-radius: 44% 44% 26px 26px; background: linear-gradient(160deg, rgba(255,255,255,.94), rgba(248,228,233,.84)); overflow: hidden; }
.flower-art { position: absolute; inset: 40px 22px 120px; }
.flower-art svg { width: 100%; height: 100%; fill: rgba(168,180,159,.18); stroke: var(--sage); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.quote-card { position: absolute; left: 34px; right: 34px; bottom: 30px; padding: 22px 26px; border-radius: 18px; background: rgba(255,255,255,.82); backdrop-filter: blur(12px); }
.quote-card p { margin: 0; font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.35; }
.quote-mark { color: var(--burgundy); font-family: Georgia, serif; font-size: 3rem; line-height: .5; }
.card-float { position: absolute; left: 0; bottom: 70px; background: #fff; border-radius: 18px; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; }
.card-float .mini-icon { grid-row: span 2; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--rose); color: var(--burgundy); font-size: 1.4rem; }
.card-float small { color: var(--muted); }

.section-heading { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-heading h2, .booking-copy h2, .contact-card h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.section-heading > p:last-child { color: var(--muted); }
.why { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { padding: 30px 24px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .2s, box-shadow .2s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(91, 26, 43, .09); }
.feature-card > span { color: var(--burgundy); font-size: 1.8rem; }
.feature-card h3 { margin: 14px 0 8px; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.services { background: var(--rose-soft); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { display: flex; flex-direction: column; padding: 30px; min-height: 350px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(91,26,43,.05); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--rose); color: var(--burgundy); font-family: Georgia, serif; font-size: 1.8rem; }
.service-card h3 { margin: 22px 0 12px; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.15; }
.service-card p { color: var(--muted); margin: 0 0 24px; }
.text-link { margin-top: auto; padding: 0; border: 0; background: none; color: var(--burgundy); font-weight: 800; text-align: left; }
.disclaimer { max-width: 900px; margin: 32px auto 0; text-align: center; color: var(--muted); font-size: .85rem; }

.booking { background: linear-gradient(140deg, #f6dce3, #fff8fa 55%, #edf1e9); }
.booking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.booking-copy { position: sticky; top: 130px; }
.booking-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.booking-points { margin-top: 32px; display: grid; gap: 18px; }
.booking-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.booking-points span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--burgundy); color: #fff; font-weight: 800; }
.booking-points p { margin: 0; color: var(--muted); }
.booking-points strong { color: var(--ink); }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 34px; border-radius: 26px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.9); }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 750; font-size: .9rem; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #dcc8ce; border-radius: 12px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--burgundy); box-shadow: 0 0 0 4px rgba(123,16,38,.08); }
.full-button { grid-column: 1 / -1; width: 100%; border: 0; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .8rem; text-align: center; }

.contact { background: #fff; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 48px; border-radius: 28px; background: var(--rose-soft); border: 1px solid var(--line); }
.contact-card > div:first-child > p:last-child { color: var(--muted); }
.contact-details { display: grid; gap: 14px; }
.contact-details a, .contact-details > div { display: grid; gap: 3px; padding: 18px 20px; border-radius: 16px; background: #fff; border: 1px solid var(--line); text-decoration: none; }
.contact-details span { color: var(--burgundy); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }

.site-footer { background: var(--burgundy-dark); color: #fff; }
.footer-inner { min-height: 120px; display: flex; align-items: center; gap: 26px; }
.footer-inner img { width: 74px; height: 74px; object-fit: contain; border-radius: 12px; }
.footer-inner p { margin: 0; opacity: .82; }
.footer-inner a { margin-left: auto; text-decoration: none; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; text-decoration: none; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.2); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .hero-grid, .booking-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 500px; max-width: 560px; width: 100%; margin-inline: auto; }
  .feature-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-copy { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .header-inner { height: 74px; }
  .brand img { width: 64px; height: 64px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 74px; display: none; margin: 0; padding: 18px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 8px; }
  .hero-grid { padding: 70px 0; gap: 35px; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-visual { min-height: 430px; }
  .card-main { inset: 0 0 0 20px; }
  .card-float { bottom: 30px; }
  .feature-grid, .service-grid, .contact-card { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; padding: 24px; }
  .field, .field.full, .full-button, .form-note { grid-column: 1; }
  .contact-card { padding: 28px; }
  .footer-inner { padding: 24px 0; flex-direction: column; text-align: center; }
  .footer-inner a { margin-left: 0; }
}

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