
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Manrope:wght@300;400;500;600&display=swap');

:root {
  --brand-primary: #f2a7bc;
  --brand-primary-contrast: #191714;
  --brand-primary-readable: #8b3f35;
  --brand-primary-readable-on-dark: #f2a7bc;
  --brand-background: #f6f1e8;
  --brand-text: #191714;
  --surface: #fffdf8;
  --muted: #6f6960;
  --border: rgba(25, 23, 20, .16);
  --border-strong: rgba(25, 23, 20, .34);
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: Manrope, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--brand-background); color: var(--brand-text); font-family: var(--font-body); font-weight: 300; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 120; transform: translateY(-180%); padding: 12px 18px; background: var(--brand-text); color: #fff; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 60; padding: 20px clamp(20px, 4vw, 64px) 14px; border-bottom: 1px solid var(--border); background: color-mix(in srgb, var(--brand-background) 94%, transparent); backdrop-filter: blur(18px); }
.issue-line { max-width: 1540px; margin: 0 auto 15px; display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; }
.site-nav { position: relative; max-width: 1540px; min-height: 60px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 28px; }
.brand-link { grid-column: 2; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 14px; font-family: var(--font-heading); font-size: clamp(30px, 4.2vw, 58px); font-weight: 500; line-height: .9; letter-spacing: -.035em; text-decoration: none; }
.brand-link > span { max-width: 560px; }

.brand-logo {
  width: 128px;
  height: 44px;
  max-width: 128px;
  flex: 0 0 128px;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 0;
}
.brand-link { min-width: 0; }
.brand-link > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .brand-logo {
    width: 112px;
    height: 40px;
    max-width: 112px;
    flex-basis: 112px;
  }
}

.nav-links { grid-column: 1; grid-row: 1; display: flex; align-items: center; gap: clamp(16px, 2.5vw, 38px); overflow: hidden; }
.nav-links a, .nav-book { color: var(--brand-text); font-size: 10px; font-weight: 500; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; transition: opacity .2s ease, border-color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { opacity: .5; }
.nav-book { grid-column: 3; justify-self: end; padding: 8px 0; border-bottom: 1px solid transparent; }
.nav-book:hover, .nav-book:focus-visible { border-bottom-color: currentColor; }
.nav-toggle, .nav-toggle-label { display: none; }

main { outline: none; }
.hero-section { max-width: 1600px; margin: 0 auto; padding: clamp(48px, 7vw, 112px) clamp(20px, 4vw, 64px) clamp(84px, 10vw, 156px); display: grid; grid-template-columns: minmax(300px, .78fr) minmax(480px, 1.22fr); align-items: center; gap: clamp(46px, 7vw, 112px); }
.hero-copy { max-width: 620px; animation: editorialRise .85s cubic-bezier(.2,.8,.2,1) both; }
.hero-kicker { margin: 0 0 26px; display: flex; align-items: center; gap: 15px; color: var(--brand-primary-readable); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.hero-kicker span { width: 52px; height: 1px; background: currentColor; }
.hero-copy h1 { margin: 0; font-family: var(--font-heading); font-size: clamp(54px, 7.2vw, 112px); font-weight: 500; line-height: .88; letter-spacing: -.045em; text-wrap: balance; }
.hero-subheadline { max-width: 560px; margin: 34px 0 42px; color: var(--muted); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.8; text-wrap: balance; }
.button-primary { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; border: 1px solid var(--brand-primary); background: var(--brand-primary); color: var(--brand-primary-contrast); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.button-primary:hover { transform: translateY(-2px); background: var(--brand-text); border-color: var(--brand-text); color: #fff; }
.hero-media { min-width: 0; margin: 0; animation: editorialReveal 1s .12s cubic-bezier(.2,.8,.2,1) both; }
.hero-media img, .hero-placeholder { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e9e3d9; filter: grayscale(.22); }
.hero-placeholder { display: grid; place-items: center; padding: 30px; color: var(--muted); font-family: var(--font-heading); font-size: clamp(36px, 5vw, 72px); text-align: center; }
.hero-media figcaption { margin-top: 12px; color: var(--muted); font-size: 8px; letter-spacing: .16em; text-align: right; text-transform: uppercase; }

.editorial-body { max-width: 1600px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 64px); }
.content-section { padding: clamp(76px, 9vw, 142px) 0; border-top: 1px solid var(--border); }
.section-heading { margin-bottom: clamp(42px, 6vw, 78px); text-align: center; }
.section-heading > span { display: block; margin-bottom: 12px; color: var(--brand-primary-readable); font-size: 9px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-family: var(--font-heading); font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: 1; letter-spacing: -.025em; }
.services-intro { max-width: 720px; margin: calc(clamp(42px, 6vw, 78px) * -.55) auto clamp(54px, 7vw, 92px); color: var(--muted); font-size: clamp(15px, 1.3vw, 18px); line-height: 1.8; text-align: center; text-wrap: balance; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(30px, 4vw, 62px) clamp(24px, 3vw, 46px); }
.service-card { min-width: 0; animation: editorialRise .72s both; }
.service-card:nth-child(2) { animation-delay: .08s; }
.service-card:nth-child(3) { animation-delay: .16s; }
.service-card:nth-child(5) { animation-delay: .08s; }
.service-card:nth-child(6) { animation-delay: .16s; }
.service-media { overflow: hidden; aspect-ratio: 4 / 5; background: #e9e3d9; }
.service-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18); transition: transform .9s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.service-media > span { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #eee7dc, #d8d0c4); }
.service-card:hover .service-media img { transform: scale(1.045); filter: grayscale(0); }
.service-copy { margin-top: 26px; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; }
.service-copy > span { color: color-mix(in srgb, var(--brand-text) 22%, transparent); font-family: var(--font-heading); font-size: 30px; font-style: italic; line-height: 1; }
.service-copy h3 { margin: 0 0 12px; font-family: var(--font-heading); font-size: 28px; font-weight: 500; line-height: 1; }
.service-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.gallery-heading { margin-bottom: 48px; padding: 14px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-block: 1px solid var(--border); }
.gallery-heading h2 { margin: 0; font-family: var(--font-heading); font-size: clamp(34px, 4vw, 56px); font-weight: 500; }
.gallery-heading span { color: var(--muted); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.gallery-heading span:last-child { text-align: right; }
.gallery-grid { columns: 3; column-gap: 24px; }
.gallery-item { break-inside: avoid; margin: 0 0 24px; }
.gallery-item img { width: 100%; filter: grayscale(.16); }
.gallery-item figcaption { margin-top: 8px; color: var(--muted); font-size: 8px; letter-spacing: .18em; text-align: center; text-transform: uppercase; }

.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--border); }
.review-card { min-width: 0; padding: clamp(28px, 4vw, 54px); border-right: 1px solid var(--border); }
.review-card:last-child { border-right: 0; }
.star-rating { color: var(--brand-primary-readable); letter-spacing: .16em; }
.review-card blockquote { min-height: 130px; margin: 24px 0 34px; font-family: var(--font-heading); font-size: clamp(24px, 2.4vw, 36px); font-style: italic; line-height: 1.25; }
.review-author { display: flex; align-items: center; gap: 13px; }
.review-author img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; filter: grayscale(1); }
.review-author strong, .review-author span { display: block; }
.review-author strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.review-author span { margin-top: 3px; color: var(--muted); font-size: 10px; }

.faq-section { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 8vw, 128px); }
.faq-section .section-heading { margin: 0; text-align: left; }
.faq-list { border-top: 1px solid var(--border-strong); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { position: relative; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; font-family: var(--font-heading); font-size: clamp(21px, 2vw, 28px); line-height: 1.2; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span:last-child { color: var(--brand-primary-readable); font-family: var(--font-body); transition: transform .2s ease; }
.faq-item[open] summary > span:last-child { transform: rotate(45deg); }
.faq-item > p { max-width: 760px; margin: 0 0 30px; padding-left: 18px; border-left: 1px solid var(--brand-primary); color: var(--muted); font-size: 15px; line-height: 1.85; }

.contact-section { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(400px, 1.28fr); gap: clamp(50px, 8vw, 120px); align-items: stretch; }
.contact-section--without-map { grid-template-columns: minmax(280px, 760px); justify-content: center; }
.contact-copy .section-heading { margin-bottom: 44px; text-align: left; }
.contact-copy dl { margin: 0 0 42px; }
.contact-copy dl > div { padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-copy dt { margin-bottom: 7px; font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.contact-copy dd { margin: 0; color: var(--muted); font-size: 14px; }
.contact-copy dd a { text-decoration: none; }
.contact-copy dd a:hover { color: var(--brand-primary-readable); }
.contact-section > .branded-map { min-height: 520px; }
.contact-section > .branded-map .branded-map__canvas,
.contact-section > .branded-map .branded-map__canvas iframe { min-height: 420px; }

.site-footer { margin-top: clamp(40px, 6vw, 96px); padding: clamp(74px, 9vw, 130px) clamp(20px, 4vw, 64px); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(240px, .65fr); gap: 60px; align-items: end; background: var(--brand-text); color: #fff; }
.footer-brand strong { display: block; font-family: var(--font-heading); font-size: clamp(52px, 8vw, 112px); font-weight: 500; line-height: .82; letter-spacing: -.045em; }
.footer-brand p { max-width: 680px; margin: 32px 0 0; color: rgba(255,255,255,.58); font-size: 15px; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 26px; text-align: right; }
.footer-socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 28px; }
.footer-socials a { color: #fff; font-family: var(--font-heading); font-size: 22px; font-style: italic; text-decoration: none; }
.footer-socials a:hover { color: var(--brand-primary-readable-on-dark); }
.footer-meta p, .footer-watermark { margin: 0; color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }

@keyframes editorialRise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes editorialReveal { from { opacity: 0; transform: translateY(16px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1040px) {
  .site-nav { grid-template-columns: auto 1fr auto; }
  .brand-link { grid-column: 1; justify-content: flex-start; font-size: 34px; }
  .nav-links { display: none; }
  .nav-book { grid-column: 3; }
  .nav-toggle-label { grid-column: 2; grid-row: 1; justify-self: end; width: 44px; height: 44px; display: grid; place-items: center; cursor: pointer; }
  .nav-toggle-label > span, .nav-toggle-label > span::before, .nav-toggle-label > span::after { width: 22px; height: 1px; display: block; background: var(--brand-text); transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle-label > span { position: relative; }
  .nav-toggle-label > span::before, .nav-toggle-label > span::after { content: ""; position: absolute; left: 0; }
  .nav-toggle-label > span::before { top: -6px; }
  .nav-toggle-label > span::after { top: 6px; }
  .nav-toggle:checked ~ .nav-toggle-label > span { background: transparent; }
  .nav-toggle:checked ~ .nav-toggle-label > span::before { top: 0; transform: rotate(45deg); }
  .nav-toggle:checked ~ .nav-toggle-label > span::after { top: 0; transform: rotate(-45deg); }
  .nav-toggle:checked ~ .nav-links { position: absolute; top: calc(100% + 14px); left: calc(clamp(20px, 4vw, 64px) * -1); right: calc(clamp(20px, 4vw, 64px) * -1); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px clamp(20px, 4vw, 64px) 30px; border-bottom: 1px solid var(--border); background: var(--brand-background); }
  .nav-toggle:checked ~ .nav-links a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--border); }
  .hero-section { grid-template-columns: .85fr 1.15fr; gap: 48px; }
  .services-grid, .reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-card:nth-child(2) { border-right: 0; }
  .review-card:nth-child(n+3) { border-top: 1px solid var(--border); }
  .gallery-grid { columns: 2; }
}

@media (max-width: 720px) {
  .issue-line span:first-child, .issue-line span:last-child, .nav-book { display: none; }
  .issue-line { justify-content: center; }
  .site-nav { grid-template-columns: minmax(0, 1fr) auto; }
  .brand-link { max-width: calc(100vw - 98px); font-size: 28px; }
  .nav-toggle-label { grid-column: 2; }
  .hero-section { padding-top: 44px; grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { order: 2; }
  .hero-media { order: 1; }
  .hero-media img, .hero-placeholder { aspect-ratio: 4 / 5; max-height: 68svh; }
  .hero-copy h1 { font-size: clamp(52px, 16vw, 78px); }
  .services-grid, .reviews-grid { grid-template-columns: 1fr; }
  .review-card { border-right: 0; border-top: 1px solid var(--border); }
  .review-card:first-child { border-top: 0; }
  .gallery-heading { grid-template-columns: 1fr auto; }
  .gallery-heading h2 { order: -1; grid-column: 1 / -1; }
  .gallery-grid { columns: 1; }
  .faq-section, .contact-section { grid-template-columns: 1fr; }
  .faq-section .section-heading, .contact-copy .section-heading { text-align: center; }
  .contact-section > .branded-map { min-height: 430px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-meta { align-items: flex-start; text-align: left; }
  .footer-socials { justify-content: flex-start; }
}

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


.mobile-sticky-cta { display: none; }

@media (max-width: 720px) {
  .site-footer { padding-bottom: max(96px, calc(72px + env(safe-area-inset-bottom))); }
  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    gap: 12px;
    padding: 12px 22px max(12px, calc(12px + env(safe-area-inset-bottom)));
    background: color-mix(in srgb, var(--brand-background) 94%, transparent);
    border-top: 1px solid var(--border);
    box-shadow: 0 -10px 40px rgba(23, 19, 18, 0.08);
    backdrop-filter: blur(16px);
  }
  .mobile-sticky-cta__call,
  .mobile-sticky-cta__book {
    min-width: 0;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 12px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  .mobile-sticky-cta__call {
    flex: 1;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--brand-text);
  }
  .mobile-sticky-cta__book {
    flex: 2;
    border: 1px solid var(--brand-primary);
    background: var(--brand-primary);
    color: var(--brand-primary-contrast);
  }
  .mobile-sticky-cta__book--full { flex: 1; }
}



.mobile-sticky-cta { display: none; }

@media (max-width: 920px) {
  .site-footer { padding-bottom: max(96px, calc(72px + env(safe-area-inset-bottom))); }
  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    gap: 12px;
    padding: 12px 22px max(12px, calc(12px + env(safe-area-inset-bottom)));
    background: color-mix(in srgb, var(--brand-background) 88%, transparent);
    border-top: 1px solid var(--border);
    box-shadow: 0 -10px 40px rgba(23, 19, 18, 0.08);
    backdrop-filter: blur(16px);
  }
  .mobile-sticky-cta__call,
  .mobile-sticky-cta__book {
    min-width: 0;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 12px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  .mobile-sticky-cta__call {
    flex: 1;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--brand-text);
  }
  .mobile-sticky-cta__book {
    flex: 2;
    border: 1px solid var(--brand-primary);
    background: var(--brand-primary);
    color: var(--brand-primary-contrast);
  }
  .mobile-sticky-cta__book--full { flex: 1; }
}


.branded-map {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(320px, 1fr) auto;
  border: 1px solid var(--border, rgba(23, 19, 18, 0.16));
  border-radius: 14px;
  background: var(--surface, #ffffff);
  box-shadow: 0 20px 60px rgba(18, 24, 38, 0.12);
}
.branded-map__bar,
.branded-map__footer {
  min-height: 44px;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.35;
  text-transform: uppercase;
}
.branded-map__bar {
  background: var(--brand-text, #171312);
  color: var(--brand-background, #ffffff);
}
.branded-map__status { color: var(--brand-primary-readable-on-dark, var(--brand-primary, #76e1c7)); }
.branded-map__canvas { position: relative; isolation: isolate; min-height: 320px; overflow: hidden; background: #e8e4dc; }
.branded-map__canvas iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
  border: 0;
  filter: grayscale(.72) sepia(.08) saturate(.82) contrast(.98);
  pointer-events: none;
}
.branded-map__canvas-link {
  position: absolute;
  z-index: 2;
  inset: 0;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: var(--brand-text, #171312);
  cursor: pointer;
  text-decoration: none;
}
.branded-map__canvas-link > span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 24px rgba(18, 24, 38, .2);
  font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.branded-map__canvas-link:hover > span { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(18, 24, 38, .26); }
.branded-map__canvas-link:focus-visible { outline: 3px solid var(--brand-primary-readable-on-surface, var(--brand-primary, #0f766e)); outline-offset: -4px; }
.branded-map__canvas-link:focus-visible > span { transform: translateY(-1px); }
.branded-map__footer {
  min-height: 42px;
  background: var(--surface, #ffffff);
  color: var(--muted, #667085);
  letter-spacing: .1em;
}
.branded-map__footer a {
  color: var(--brand-primary-readable-on-surface, var(--brand-primary, #0f766e));
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.branded-map__footer a:hover { text-decoration: underline; text-underline-offset: 3px; }
.branded-map--editorial { border-radius: 0; box-shadow: none; }
.branded-map--editorial .branded-map__canvas iframe { filter: grayscale(1) sepia(.16) saturate(.72) contrast(.96); }
.branded-map--dark { border-color: color-mix(in srgb, var(--brand-primary) 42%, transparent); box-shadow: 0 28px 80px rgba(0, 0, 0, .34); }

@media (max-width: 640px) {
  .branded-map { grid-template-rows: auto minmax(290px, 1fr) auto; border-radius: 10px; }
  .branded-map--editorial { border-radius: 0; }
  .branded-map__canvas,
  .branded-map__canvas iframe { min-height: 290px; }
  .branded-map__bar,
  .branded-map__footer { align-items: flex-start; flex-direction: column; gap: 5px; }
}


[data-ai-website-service-description] {
  white-space: pre-line;
}
