:root {
  --milk: #f3eddf;
  --paper: #fbf7ed;
  --blue: #8eb5ef;
  --blue-soft: #c8dcf4;
  --coral: #e7664d;
  --yellow: #f7b93b;
  --ink: #352319;
  --ink-blue: #1f4056;
  --muted: #775f50;
  --line: rgba(53, 35, 25, .24);
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--milk); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--milk);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
section[id] { scroll-margin-top: 112px; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-150%);
  pointer-events: none;
  background: var(--paper);
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
}
.skip-link:focus-visible { transform: translateY(0); pointer-events: auto; }

.announcement {
  min-height: 34px;
  padding: 7px 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: var(--ink-blue);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .015em;
  text-align: center;
}
.announcement a { font-weight: 800; white-space: nowrap; }
.announcement-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(231,102,77,.16); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 237, 223, .94);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; text-decoration: none; }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; font-weight: 600; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.brand-flower { position: relative; display: block; width: 42px; height: 42px; flex: 0 0 42px; }
.brand-flower i {
  position: absolute; left: 17px; top: 2px;
  width: 8px; height: 19px; border-radius: 70% 70% 50% 50%;
  background: var(--blue); transform-origin: 4px 19px;
  opacity: .28; transition: opacity .3s ease, background .3s ease;
}
.brand-flower i:nth-child(2) { transform: rotate(60deg); }
.brand-flower i:nth-child(3) { transform: rotate(120deg); }
.brand-flower i:nth-child(4) { transform: rotate(180deg); }
.brand-flower i:nth-child(5) { transform: rotate(240deg); }
.brand-flower i:nth-child(6) { transform: rotate(300deg); }
.brand-flower b { position: absolute; inset: 15px; border-radius: 50%; background: var(--coral); }
.brand-flower[data-progress="1"] i:nth-child(-n+1),
.brand-flower[data-progress="2"] i:nth-child(-n+2),
.brand-flower[data-progress="3"] i:nth-child(-n+3),
.brand-flower[data-progress="4"] i:nth-child(-n+4),
.brand-flower[data-progress="5"] i:nth-child(-n+5),
.brand-flower[data-progress="6"] i:nth-child(-n+6) { opacity: 1; background: var(--yellow); }

.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.desktop-nav a { position: relative; font-size: .84rem; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--coral); transition: right .22s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.language-switch button { width: 44px; height: 38px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: .75rem; font-weight: 800; }
.language-switch button[aria-pressed="true"] { color: var(--paper); background: var(--ink-blue); }
.header-call { min-height: 44px; padding: 0 20px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--coral); color: var(--paper); font-size: .8rem; font-weight: 800; text-decoration: none; }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.mobile-menu { position: fixed; left: 0; right: 0; top: calc(34px + var(--header-h)); z-index: 90; display: none; background: var(--paper); border-bottom: 1px solid var(--line); }

.hero { min-height: calc(100svh - 120px); display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.25fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.hero-copy { padding: clamp(56px, 7vw, 120px) clamp(32px, 5vw, 88px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 24px; color: var(--ink-blue); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Newsreader", Georgia, serif; font-weight: 500; line-height: .96; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(3.7rem, 6vw, 7.4rem); }
h2 { font-size: clamp(3rem, 5vw, 6.3rem); }
.hero-lede { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1rem, 1.15vw, 1.25rem); line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 999px; font-size: .84rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 220px; color: var(--paper); background: var(--coral); }
.button-secondary { min-width: 190px; border: 1px solid var(--ink); background: transparent; }
.hero-note { max-width: 590px; margin-top: auto; padding-top: 38px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; border-top: 1px solid var(--line); }
.hero-note span { color: var(--coral); font-weight: 800; }
.hero-note p { margin: 0; color: var(--muted); font-size: .82rem; }
.hero-media { position: relative; min-height: 640px; overflow: clip; background: var(--blue); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }

/* Preserve the right-side subjects in the tall, intermediate desktop layout. */
@media (min-width: 821px) and (max-width: 1600px) {
  .hero-media img { object-position: right center; }
}
.hero-orbit { position: absolute; inset: 0; pointer-events: none; }
.hero-orbit span { position: absolute; border-radius: 50%; background: var(--paper); opacity: .82; }
.hero-orbit span:nth-child(1) { width: 16px; height: 16px; left: 8%; top: 14%; }
.hero-orbit span:nth-child(2) { width: 9px; height: 9px; left: 14%; top: 10%; background: var(--yellow); }
.hero-orbit span:nth-child(3) { width: 12px; height: 12px; right: 6%; bottom: 12%; background: var(--coral); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.proof-strip div { min-height: 108px; padding: 26px 4vw; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip span { color: var(--coral); font-size: .66rem; font-weight: 800; }
.proof-strip strong { font-size: .9rem; }

.section-pad { padding: clamp(90px, 10vw, 170px) 5vw; }
.section-heading { max-width: 980px; }
.section-heading.centered { margin: 0 auto 72px; text-align: center; }
.section-heading.centered h2 { color: var(--blue); }
.expect { background: var(--paper); }
.expect-grid { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr); align-items: stretch; border: 1px solid var(--line); }
.expect-list { display: flex; flex-direction: column; }
.expect-item { flex: 1; border-bottom: 1px solid var(--line); }
.expect-item:last-child { border-bottom: 0; }
.expect-item button { width: 100%; min-height: 94px; padding: 26px 34px; display: flex; justify-content: space-between; align-items: center; border: 0; background: transparent; text-align: left; cursor: pointer; font-weight: 800; }
.expect-item button i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-style: normal; }
.expect-item p { display: none; max-width: 580px; margin: -8px 34px 28px; color: var(--muted); }
.expect-item.is-open p { display: block; }
.expect-media { min-height: 590px; overflow: clip; background: var(--blue-soft); }
.expect-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }

.services { padding-left: 0; padding-right: 0; background: var(--milk); }
.services-intro { padding: 0 5vw 78px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(460px, .78fr); gap: clamp(40px, 8vw, 150px); align-items: center; }
.services-intro > div { justify-self: end; max-width: 700px; text-align: center; }
.services-intro p:not(.eyebrow) { max-width: 540px; margin: 28px auto 0; color: var(--muted); }
.services-intro img { width: 100%; max-height: 640px; object-fit: cover; border-radius: 120px 0 120px 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-grid a { min-height: 150px; padding: 26px 30px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .22s ease; }
.service-grid a:hover { background: var(--blue-soft); }
.service-grid a:nth-child(4n) { border-right: 0; }
.service-grid span { color: var(--coral); font-size: .65rem; font-weight: 800; }
.service-grid b { font-size: clamp(.95rem, 1.2vw, 1.22rem); }
.service-grid i { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-style: normal; }

.first-visit { background: var(--blue); }
.first-visit .section-heading { margin: 0 auto 78px; text-align: center; }
.first-visit .section-heading h2 { max-width: 760px; margin: 0 auto; }
.visit-steps { max-width: 1500px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(53,35,25,.35); list-style: none; }
.visit-steps li { min-height: 270px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(53,35,25,.35); }
.visit-steps li:last-child { border-right: 0; }
.visit-steps > li > span { color: var(--coral); font-size: .75rem; font-weight: 800; }
.visit-steps h3 { margin: 0 0 12px; font-family: "Newsreader", Georgia, serif; font-size: 2rem; font-weight: 500; }
.visit-steps p { margin: 0; color: var(--ink-blue); }
.text-link { width: fit-content; min-height: 54px; margin: 36px auto 0; display: flex; align-items: center; gap: 20px; border-bottom: 2px solid var(--ink); font-weight: 800; text-decoration: none; }

.faq { background: var(--paper); }
.faq .section-heading { margin-bottom: 64px; }
.faq-list { max-width: 1500px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list button { width: 100%; min-height: 108px; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-list button span { padding-right: 30px; font-family: "Newsreader", Georgia, serif; font-size: clamp(1.45rem, 2.8vw, 3rem); }
.faq-list button i { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); font-style: normal; }
.faq-list p { display: none; max-width: 860px; margin: -12px 0 34px; color: var(--muted); }
.faq-list article.is-open p { display: block; }

.contact { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); background: var(--ink-blue); color: var(--paper); }
.contact-card { padding: clamp(70px, 8vw, 140px) clamp(34px, 7vw, 110px); }
.contact-card .eyebrow { color: var(--blue); }
.contact-card h2 { max-width: 700px; }
.contact-card dl { margin: 70px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px; }
.contact-card dl div { padding-top: 16px; border-top: 1px solid rgba(251,247,237,.28); }
.contact-card dt { margin-bottom: 10px; color: var(--blue); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card dd { margin: 0; font-size: .95rem; font-weight: 700; }
.contact-card dd a { text-decoration: none; }
.contact-actions { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-yellow { min-width: 190px; color: var(--ink); background: var(--yellow); }
.button-outline-light { min-width: 170px; border: 1px solid rgba(251,247,237,.55); color: var(--paper); }
.map-wrap { position: relative; min-height: 720px; margin: 4vw 4vw 4vw 0; overflow: hidden; border-radius: 70px 0 70px 0; background: var(--paper); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 720px; border: 0; }
.map-route { position: absolute; left: 22px; bottom: 22px; min-width: 200px; min-height: 54px; padding: 0 22px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-radius: 999px; background: var(--paper); color: var(--ink); font-weight: 800; text-decoration: none; box-shadow: 0 12px 36px rgba(31,64,86,.18); }

footer { min-height: 280px; padding: 58px 5vw; display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 40px; align-items: start; background: var(--blue); color: var(--ink-blue); }
.footer-brand { display: flex; align-items: center; gap: 14px; font-family: "Newsreader", Georgia, serif; font-size: 1.5rem; }
footer p { margin: 0; font-size: .75rem; line-height: 1.7; }
footer p:last-child { text-align: right; }

.floating-whatsapp, .back-top { position: fixed; z-index: 120; bottom: max(22px, env(safe-area-inset-bottom)); width: 56px; height: 56px; display: grid; place-items: center; border: 0; border-radius: 50%; box-shadow: 0 12px 30px rgba(31,64,86,.2); }
.floating-whatsapp { left: max(22px, env(safe-area-inset-left)); background: #2fbc72; }
.floating-whatsapp svg { width: 27px; fill: white; }
.back-top { right: max(22px, env(safe-area-inset-right)); opacity: 0; visibility: hidden; transform: translateY(12px); background: var(--paper); color: var(--ink); cursor: pointer; font-size: 1.25rem; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --header-h: 76px; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .header-call { display: none; }
  .mobile-menu {
    display: block;
    height: calc(100dvh - 110px);
    padding: 30px 5vw;
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: clip-path .3s ease, opacity .25s ease, visibility .25s;
    overflow-y: auto;
  }
  .mobile-menu.is-open { clip-path: inset(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { min-height: 78px; display: grid; grid-template-columns: 56px 1fr; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
  .mobile-menu a span { color: var(--coral); font-size: .7rem; }
  .mobile-menu a b { font-family: "Newsreader", Georgia, serif; font-size: 2rem; font-weight: 500; }
  .mobile-menu .menu-facebook { min-height: 56px; margin-top: 18px; display: flex; justify-content: space-between; font-weight: 800; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding: 60px 4vw; }
  h1 { font-size: clamp(3.5rem, 7vw, 5.7rem); }
  .hero-media { min-height: 600px; }
  .services-intro { grid-template-columns: 1fr 1fr; gap: 44px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid a:nth-child(4n) { border-right: 1px solid var(--line); }
  .service-grid a:nth-child(2n) { border-right: 0; }
  .contact { grid-template-columns: 1fr; }
  .map-wrap { min-height: 580px; margin: 0 4vw 4vw; }
  .map-wrap iframe { min-height: 580px; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  .hero-media {
    order: 1;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .hero-media img { object-position: center; }
  .hero-copy { order: 2; }
}

@media (max-width: 820px) {
  .announcement { justify-content: flex-start; padding-inline: 18px; overflow: hidden; white-space: nowrap; }
  .announcement span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; }
  .site-header { padding-inline: 18px; }
  .brand-copy strong { font-size: 1.35rem; }
  .brand-copy small { display: none; }
  .brand-flower { width: 36px; height: 36px; flex-basis: 36px; transform: scale(.86); }
  .header-actions { gap: 8px; }
  .language-switch button { width: 42px; height: 38px; }
  .hero { min-height: auto; display: flex; flex-direction: column; }
  .hero-media { order: 1; min-height: 0; aspect-ratio: 4 / 3; }
  .hero-media img { object-position: 62% center; }
  .hero-copy { order: 2; padding: 48px 20px 44px; }
  h1 { font-size: clamp(3.3rem, 13vw, 5.6rem); }
  h2 { font-size: clamp(2.8rem, 11vw, 5rem); }
  .hero-lede { margin-top: 22px; font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-note { margin-top: 38px; padding-top: 24px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div { min-height: 84px; padding: 18px 20px; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-pad { padding: 84px 20px; }
  .section-heading.centered { margin-bottom: 48px; }
  .expect-grid { grid-template-columns: 1fr; }
  .expect-media { order: -1; min-height: 0; aspect-ratio: 4 / 5; }
  .expect-item button { min-height: 78px; padding: 20px; }
  .expect-item p { margin: -2px 20px 24px; }
  .services-intro { padding: 0 20px 54px; display: flex; flex-direction: column; gap: 38px; }
  .services-intro > div { order: 2; text-align: left; }
  .services-intro img { order: 1; width: 100%; max-height: none; border-radius: 60px 0 60px 0; }
  .services-intro p:not(.eyebrow) { margin-left: 0; }
  .service-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 0 20px 20px; gap: 12px; border-top: 0; }
  .service-grid::-webkit-scrollbar { display: none; }
  .service-grid a { flex: 0 0 82vw; min-height: 132px; border: 1px solid var(--line) !important; scroll-snap-align: start; background: var(--paper); }
  .first-visit .section-heading { margin-bottom: 48px; }
  .visit-steps { grid-template-columns: 1fr; }
  .visit-steps li { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(53,35,25,.35); }
  .visit-steps li:last-child { border-bottom: 0; }
  .faq-list button { min-height: 88px; }
  .contact-card { padding: 84px 20px 64px; }
  .contact-card dl { margin-top: 52px; grid-template-columns: 1fr; }
  .map-wrap { min-height: 500px; margin: 0; border-radius: 0; }
  .map-wrap iframe { min-height: 500px; }
  footer { min-height: 0; padding: 48px 20px 110px; grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}

@media (max-width: 390px) {
  .brand { gap: 8px; }
  .brand-copy strong { font-size: 1.18rem; }
  .language-switch button { width: 38px; }
  .menu-button { width: 44px; height: 44px; }
  .hero-media { aspect-ratio: 1 / 1; }
  .hero-media img { object-position: 65% center; }
  h1 { font-size: clamp(3rem, 14vw, 3.65rem); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .contact-card h2 { font-size: 3.15rem; }
}

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