@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  --cream: #fff9ef;
  --paper: #fffdf8;
  --ink: #26332e;
  --muted: #66706b;
  --brown: #9a6547;
  --brown-dark: #724733;
  --coral: #d95745;
  --coral-dark: #bc4636;
  --aqua: #bde6dc;
  --aqua-dark: #2f6b61;
  --line: rgba(38, 51, 46, .13);
  --shadow: 0 24px 70px rgba(58, 49, 38, .13);
  --radius: 28px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--ink); color: white; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--ink); color: white; font-size: .82rem; letter-spacing: .04em; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.topbar__inner strong { color: #f6c6bb; }
.topbar__inner a { margin-left: auto; text-decoration: none; opacity: .85; }

.header { position: relative; z-index: 20; background: rgba(255, 249, 239, .91); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand__logo { display: block; width: 272px; height: auto; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { position: relative; text-decoration: none; font-weight: 600; font-size: .92rem; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--coral); transition: right .2s ease; }
.nav a:hover::after { right: 0; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 0; border-radius: 999px; background: var(--coral); color: white; text-decoration: none; font-weight: 700; cursor: pointer; box-shadow: 0 12px 28px rgba(217, 87, 69, .22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--coral-dark); box-shadow: 0 15px 34px rgba(217, 87, 69, .3); }
.button--small { min-height: 44px; padding: 10px 20px; font-size: .9rem; }
.button--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); box-shadow: none; }
.button--ghost:hover { background: white; }
.button--dark { background: var(--ink); box-shadow: none; }

.hero { position: relative; overflow: hidden; padding: 72px 0 82px; }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; }
.hero__copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--coral); font-size: .77rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { letter-spacing: 0; margin-right: 4px; }
h1, h2 { margin: 0; font-family: "Fraunces", Georgia, serif; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(3.6rem, 6.6vw, 6.35rem); }
h1 em, h2 em { color: var(--coral); font-weight: 600; }
.hero__lead { max-width: 590px; margin: 28px 0 32px; color: var(--muted); font-size: 1.13rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__facts { margin-top: 45px; display: flex; gap: 34px; }
.hero__facts div { min-width: 105px; display: grid; border-left: 2px solid var(--aqua-dark); padding-left: 13px; }
.hero__facts strong { font-family: "Fraunces", serif; font-size: 1.25rem; }
.hero__facts span { color: var(--muted); font-size: .79rem; }
.hero__visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero__photo-wrap { width: min(440px, 82%); height: 570px; overflow: hidden; position: relative; border-radius: 220px 220px 34px 34px; background: var(--aqua); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; transform: scale(1.02); }
.hero__photo-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 8px rgba(255,255,255,.55); border-radius: inherit; }
.hero__tag { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 13px 17px; background: white; border: 1px solid var(--line); border-radius: 16px; font-size: .86rem; font-weight: 700; box-shadow: 0 12px 30px rgba(38, 51, 46, .13); }
.hero__tag span { color: var(--coral); font-size: 1.1rem; }
.hero__tag--top { top: 95px; left: 0; transform: rotate(-4deg); }
.hero__tag--bottom { right: 0; bottom: 70px; transform: rotate(3deg); }
.hero__blob { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .65; }
.hero__blob--one { width: 410px; height: 410px; right: -140px; top: -100px; background: var(--aqua); }
.hero__blob--two { width: 220px; height: 220px; left: -90px; bottom: -80px; background: #f8d5ca; }

.marquee { overflow: hidden; background: var(--coral); color: white; transform: rotate(-1deg) scale(1.02); }
.marquee__track { min-width: max-content; padding: 15px 0; display: flex; align-items: center; justify-content: center; gap: 26px; font-weight: 700; letter-spacing: .04em; }
.marquee i { color: #ffd9d1; font-style: normal; }

.section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-heading h2, .experience h2, .booking h2, .location h2 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 1.03rem; }
.section-heading--center { align-items: center; text-align: center; flex-direction: column; gap: 18px; }
.section-heading--center > p { margin: 0; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 340px; position: relative; padding: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card--feature { background: var(--aqua); }
.service-card__number { color: var(--muted); font-size: .75rem; font-weight: 700; }
.service-card__icon { width: 72px; height: 72px; margin: 42px 0 22px; display: grid; place-items: center; background: white; border-radius: 50%; font-size: 1.75rem; box-shadow: 0 10px 24px rgba(38,51,46,.08); }
.service-card h3 { margin: 0 0 10px; font-family: "Fraunces", serif; font-size: 1.45rem; line-height: 1.1; }
.service-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.experience { background: var(--ink); color: white; overflow: hidden; }
.experience__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.experience__collage { position: relative; min-height: 600px; }
.experience__main, .experience__side { position: absolute; margin: 0; overflow: hidden; background: #ddd; box-shadow: 0 25px 55px rgba(0,0,0,.25); }
.experience__main { left: 0; top: 0; width: 72%; height: 540px; border-radius: 170px 170px 26px 26px; }
.experience__side { right: 0; bottom: 0; width: 43%; height: 330px; border: 8px solid var(--ink); border-radius: 24px; transform: rotate(4deg); }
.experience__main img, .experience__side img { width: 100%; height: 100%; object-fit: cover; }
.experience__main img { object-position: center 30%; }
.experience__seal { position: absolute; left: 48%; top: 38px; width: 130px; aspect-ratio: 1; display: grid; place-items: center; align-content: center; text-align: center; border-radius: 50%; background: var(--coral); color: white; font-family: "Fraunces", serif; font-size: 1rem; line-height: 1.1; transform: rotate(-9deg); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.experience__seal b { font-size: 1.4rem; }
.experience__copy .lead { margin: 26px 0 35px; color: #cfd5d2; font-size: 1.08rem; }
.check-list { padding: 0; margin: 0 0 34px; list-style: none; }
.check-list li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.14); }
.check-list li > span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--aqua); color: var(--ink); border-radius: 50%; font-size: .75rem; font-weight: 800; }
.check-list strong { font-size: 1rem; }
.check-list p { margin: 4px 0 0; color: #aeb8b3; font-size: .88rem; }
.text-link { color: #f6c6bb; font-weight: 700; text-underline-offset: 6px; }
.text-link span { display: inline-block; margin-left: 7px; }

.gallery { background: #f4e7d8; }
.gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-auto-rows: 250px; gap: 16px; }
.gallery-card { position: relative; margin: 0; overflow: hidden; border-radius: 22px; background: #ddd; }
.gallery-card--tall { grid-row: span 2; }
.gallery-card--wide { grid-column: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.045); }
.gallery-card figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; background: rgba(255,255,255,.9); border-radius: 999px; font-size: .78rem; font-weight: 700; backdrop-filter: blur(8px); }

.booking { position: relative; background: var(--coral); color: white; overflow: hidden; }
.booking::before { content: ""; position: absolute; width: 440px; height: 440px; left: -180px; top: -170px; border: 80px solid rgba(255,255,255,.06); border-radius: 50%; }
.booking__grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 90px; }
.booking__copy > p:not(.eyebrow) { max-width: 460px; margin: 28px 0; color: #ffe7e1; }
.eyebrow--light { color: #ffe0d8; }
.booking h2 em { color: #ffe0d8; }
.booking__contact { display: grid; gap: 10px; margin-top: 38px; }
.booking__contact a { width: fit-content; display: grid; text-decoration: none; }
.booking__contact span { color: #ffd8cf; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.booking__contact strong { font-size: 1.08rem; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 38px; color: var(--ink); background: var(--paper); border-radius: 28px; box-shadow: 0 30px 70px rgba(86,36,28,.2); }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: var(--cream); padding: 13px 14px; color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--aqua-dark); box-shadow: 0 0 0 3px rgba(47,107,97,.12); }
.check { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; font-size: .86rem; }
.check input { width: 18px; height: 18px; accent-color: var(--coral); }
.button--submit { grid-column: 1 / -1; width: 100%; box-shadow: none; }
.form-note { grid-column: 1 / -1; margin: -5px 0 0; color: var(--muted); text-align: center; font-size: .73rem; }

.location { background: var(--paper); }
.location__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; }
.location__card { padding: 55px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.location address { display: grid; margin: 32px 0 25px; font-style: normal; }
.location address strong { font-size: 1.2rem; }
.location address span { color: var(--muted); }
.location__hours { display: grid; margin-bottom: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.location__hours span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }
.map-visual { min-height: 530px; position: relative; overflow: hidden; display: block; border-radius: var(--radius); background-color: #dce7d1; background-image: radial-gradient(#bdc9b7 1px, transparent 1px); background-size: 18px 18px; }
.map-visual__street { position: absolute; display: block; background: #f7f2e8; border: 2px solid #d4d3c7; box-shadow: 0 0 0 6px rgba(247,242,232,.7); }
.map-visual__street--one { width: 130%; height: 38px; left: -12%; top: 42%; transform: rotate(-11deg); }
.map-visual__street--two { width: 42px; height: 130%; left: 62%; top: -15%; transform: rotate(9deg); }
.map-visual__street--three { width: 90%; height: 30px; left: 15%; bottom: 16%; transform: rotate(19deg); }
.map-visual__park { position: absolute; width: 190px; height: 150px; left: 8%; top: 9%; background: #a9d1a3; border-radius: 45% 55% 38% 62%; opacity: .8; }
.map-visual__pin { position: absolute; left: 53%; top: 42%; width: 80px; height: 80px; display: grid; place-items: center; background: var(--coral); border: 8px solid white; border-radius: 50% 50% 50% 10%; transform: rotate(-45deg); box-shadow: 0 18px 40px rgba(61,66,56,.25); }
.map-visual__pin i { transform: rotate(45deg); font-style: normal; font-size: 1.5rem; }
.map-visual__label { position: absolute; left: 50%; top: 62%; transform: translateX(-50%); display: grid; min-width: 220px; padding: 12px 16px; background: white; border-radius: 12px; text-align: center; box-shadow: 0 14px 35px rgba(61,66,56,.18); }
.map-visual__label small { color: var(--muted); }

.footer { padding: 55px 0 90px; background: var(--ink); color: white; }
.footer__inner { display: grid; grid-template-columns: 1.1fr 1fr auto; align-items: center; gap: 34px; }
.brand--footer { width: fit-content; padding: 8px 12px; background: var(--cream); border-radius: 14px; }
.footer__inner p { margin: 0; color: #c9d0cd; }
.footer__links { display: flex; gap: 20px; }
.footer__links a { color: white; font-size: .85rem; text-underline-offset: 4px; }
.footer__inner > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #9da8a3; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 10px 18px 10px 10px; background: #25d366; color: #10321c; border: 3px solid white; border-radius: 999px; text-decoration: none; box-shadow: 0 12px 35px rgba(0,0,0,.2); font-size: .88rem; }
.floating-whatsapp span { width: 31px; height: 31px; display: grid; place-items: center; background: white; border-radius: 50%; font-size: 1.15rem; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero__grid, .experience__grid, .booking__grid, .location__grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 28px; }
  .hero__copy { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions, .hero__facts { justify-content: center; }
  .hero__visual { min-height: 510px; }
  .hero__photo-wrap { height: 500px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .experience__grid { gap: 55px; }
  .experience__collage { max-width: 620px; width: 100%; margin-inline: auto; }
  .experience__copy { max-width: 680px; }
  .booking__grid { gap: 48px; }
  .location__grid { max-width: 750px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__links { justify-content: flex-end; }
}

@media (max-width: 680px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .topbar__inner { min-height: 42px; gap: 8px; font-size: .72rem; }
  .topbar__inner a { display: none; }
  .header__inner { min-height: 76px; }
  .header .button { display: none; }
  .brand__logo { width: min(232px, 62vw); }
  .hero { padding: 50px 0 65px; }
  h1 { font-size: clamp(3.05rem, 16vw, 4.5rem); }
  .hero__lead { margin: 22px auto 27px; font-size: 1rem; }
  .hero__actions { display: grid; }
  .hero__facts { gap: 12px; margin-top: 32px; }
  .hero__facts div { min-width: 0; padding-left: 8px; text-align: left; }
  .hero__facts strong { font-size: 1rem; }
  .hero__facts span { font-size: .66rem; }
  .hero__visual { min-height: 455px; }
  .hero__photo-wrap { width: 87%; height: 445px; }
  .hero__tag { padding: 10px 12px; font-size: .73rem; }
  .hero__tag--top { top: 65px; left: -4px; }
  .hero__tag--bottom { right: -3px; bottom: 35px; }
  .marquee__track { justify-content: flex-start; font-size: .8rem; }
  .section { padding: 78px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 36px; }
  .section-heading h2, .experience h2, .booking h2, .location h2 { font-size: clamp(2.55rem, 13vw, 3.5rem); }
  .section-heading--center { align-items: center; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card__icon { margin: 25px 0 18px; }
  .experience__collage { min-height: 480px; }
  .experience__main { width: 82%; height: 445px; }
  .experience__side { width: 45%; height: 245px; }
  .experience__seal { left: auto; right: 0; width: 105px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .gallery-card--tall { grid-row: span 2; }
  .gallery-card--wide { grid-column: 1 / -1; }
  .booking-form { grid-template-columns: 1fr; padding: 24px 18px; }
  .field, .field--full, .check, .button--submit, .form-note { grid-column: 1; }
  .location__card { padding: 34px 24px; }
  .map-visual { min-height: 410px; }
  .footer__inner { grid-template-columns: 1fr; text-align: center; }
  .brand--footer { justify-content: center; }
  .footer__links { justify-content: center; }
  .floating-whatsapp { right: 12px; bottom: 12px; }
}

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