:root {
  --ink: #302a32;
  --ink-deep: #211d24;
  --ink-soft: #564c57;
  --leaf: #69ad4e;
  --leaf-bright: #91cf70;
  --leaf-wash: #edf6e7;
  --pink: #df4078;
  --pink-deep: #a92655;
  --pink-soft: #f8dce6;
  --ivory: #fffaf6;
  --cream: #f7f1eb;
  --paper: #fffefd;
  --line: rgba(48, 42, 50, .13);
  --muted: #716873;
  --white: #ffffff;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 26px 70px rgba(73, 52, 67, .14), 0 6px 20px rgba(73, 52, 67, .07);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Manrope", "Segoe UI Variable", "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--pink);
  color: #fff;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 10px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(48,42,50,.09);
  color: var(--ink);
  background: rgba(255, 250, 246, .88);
  box-shadow: 0 8px 28px rgba(74, 54, 68, .06);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -.02em;
}
.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 14px;
  background: var(--ivory);
  box-shadow: 0 5px 18px rgba(90, 56, 78, .11);
}
.brand span { font-size: 1.08rem; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: .92rem;
  font-weight: 750;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.main-nav a:hover, .main-nav a:focus-visible { color: var(--pink-deep); }
.main-nav .nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(120deg, var(--pink), #ef6795);
  box-shadow: 0 9px 24px rgba(223,64,120,.22);
}
.main-nav .nav-cta:hover { transform: translateY(-2px); color: #fff; background: linear-gradient(120deg, #d6326c, #eb5b8e); }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: center;
  gap: 68px;
  overflow: hidden;
  padding: 82px max(24px, calc((100vw - var(--max)) / 2)) 88px;
  color: var(--ink);
  background:
    radial-gradient(circle at 87% 12%, rgba(231, 75, 129, .19) 0, rgba(231, 75, 129, 0) 31%),
    radial-gradient(circle at 12% 92%, rgba(128, 192, 91, .24) 0, rgba(128, 192, 91, 0) 39%),
    linear-gradient(128deg, #fffdf9 0%, #f9f3e9 52%, #faeef3 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image: radial-gradient(rgba(223,64,120,.25) .7px, transparent .7px);
  background-size: 13px 13px;
  mask-image: linear-gradient(100deg, #000, transparent 58%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(145,207,112,.8), rgba(223,64,120,.72), transparent);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; opacity: .16; }
.hero-glow-green { width: 430px; height: 430px; right: 21%; top: -220px; background: var(--leaf-bright); }
.hero-glow-pink { width: 260px; height: 260px; left: -110px; bottom: -130px; background: var(--pink); }
.hero-content, .hero-media { position: relative; z-index: 1; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--pink-deep);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--pink-deep); }
.hero h1, .section-heading h2, .story h2, .gallery-heading h2, .location h2, .closing-cta h2, .legal-title h1 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 680;
  line-height: 1.01;
  letter-spacing: -.045em;
}
.hero h1 {
  max-width: 720px;
  font-size: clamp(3.6rem, 6vw, 6.1rem);
  color: var(--ink);
  background: linear-gradient(105deg, #302a32 4%, #6caf4b 46%, #d93872 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-lead { max-width: 630px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.02rem, 1.7vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-size: .93rem;
  font-weight: 850;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(120deg, #71b553, #99d577); box-shadow: 0 12px 28px rgba(105,173,78,.23); }
.button-primary:hover { background: linear-gradient(120deg, #63a847, #8bca69); }
.button-ghost { border-color: rgba(48,42,50,.2); color: var(--ink); background: rgba(255,255,255,.62); box-shadow: 0 8px 24px rgba(80,60,73,.06); }
.button-ghost:hover { border-color: rgba(223,64,120,.42); background: #fff; }
.button-dark { color: #fff; background: linear-gradient(120deg, var(--pink), #ed6997); box-shadow: 0 12px 30px rgba(223,64,120,.2); }
.button-outline-dark { border-color: rgba(48,42,50,.24); color: var(--ink); background: rgba(255,255,255,.6); }
.button-pink { color: #fff; background: linear-gradient(120deg, var(--pink), #ef6f9b); box-shadow: 0 12px 30px rgba(223,64,120,.2); }
.hero-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 36px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }

.hero-media { margin: 0; }
.hero-media::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -22px 22px 18px -20px;
  border: 1px solid rgba(105,173,78,.48);
  border-radius: 4px 70px 4px 70px;
}
.hero-media img { width: 100%; aspect-ratio: 4 / 5; max-height: 520px; object-fit: cover; border-radius: 4px 54px 4px 54px; box-shadow: var(--shadow); border: 7px solid rgba(255,255,255,.8); }
.hero-media figcaption {
  position: absolute;
  right: -18px;
  bottom: -22px;
  max-width: 260px;
  padding: 17px 20px;
  border-left: 4px solid var(--pink);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}
.hero-media figcaption span, .hero-media figcaption strong { display: block; }
.caption-kicker { margin-bottom: 3px; color: var(--pink); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-media figcaption strong { line-height: 1.25; }

.intro-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 18px 24px;
  color: var(--ink);
  background: linear-gradient(90deg, #f9dfe7, #fff5ee 48%, #edf6e6);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
}
.intro-strip p { margin: 0; }
.intro-strip span { color: var(--pink); }

.section { padding: 112px max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading.compact { max-width: 690px; }
.section-heading h2, .story h2, .gallery-heading h2, .location h2, .closing-cta h2 { font-size: clamp(2.7rem, 4.5vw, 4.7rem); }
.section-heading > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 1.04rem; }

.services { background: linear-gradient(180deg, #fffefd 0%, #fbf8f4 100%); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { overflow: hidden; border: 1px solid rgba(48,42,50,.1); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #fff9f5); box-shadow: 0 12px 36px rgba(83,60,76,.07); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(83,60,76,.13); }
.service-image-wrap { position: relative; overflow: hidden; aspect-ratio: 5 / 3.6; background: #dfe8d8; }
.service-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-number { position: absolute; top: 15px; left: 15px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--pink); font-size: .73rem; font-weight: 900; }
.service-copy { padding: 26px; }
.service-copy h3, .principle-card h3 { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; line-height: 1.1; }
.service-copy p { color: var(--muted); }
.service-copy .service-summary { min-height: 76px; color: var(--ink); font-weight: 720; }

.story { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(48px, 8vw, 110px); padding: 110px max(24px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: linear-gradient(125deg, #f0f7eb 0%, #fffaf4 55%, #faeaf0 100%); }
.story-media { position: relative; }
.story-media::after { content: ""; position: absolute; inset: 20px -20px -20px 20px; z-index: 0; border: 1px solid rgba(232,61,120,.58); border-radius: 40px 2px 40px 2px; }
.story-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 40px 2px 40px 2px; }
.story-copy p:not(.eyebrow) { color: var(--muted); }
.story-copy h2 { margin-bottom: 28px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 12px; color: var(--pink-deep); text-decoration-thickness: 1px; text-underline-offset: 5px; font-weight: 850; }

.principles { background: linear-gradient(180deg, #fffaf6, #f5f1ec); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { min-height: 250px; padding: 30px; border: 1px solid rgba(48,42,50,.1); border-radius: 4px 28px 4px 28px; background: rgba(255,255,255,.7); box-shadow: 0 12px 36px rgba(83,60,76,.06); }
.principle-dot { display: block; width: 18px; height: 18px; margin-bottom: 58px; border-radius: 50%; background: var(--leaf); box-shadow: 14px 0 0 var(--pink-soft); }
.principle-card p { color: var(--muted); }

.gallery-section { padding: 108px max(24px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: radial-gradient(circle at 95% 0, rgba(145,207,112,.24), transparent 31%), linear-gradient(135deg, #fff9fb, #f5f2ec 70%); }
.gallery-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 26px; margin-bottom: 46px; }
.gallery-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -8px; }
.gallery-heading h2 { max-width: 760px; }
.gallery-heading a { color: var(--pink-deep); text-underline-offset: 6px; font-weight: 800; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; aspect-ratio: 1; border: 5px solid rgba(255,255,255,.76); border-radius: 16px; background: #eee8e7; box-shadow: 0 14px 34px rgba(74,54,68,.11); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; transition: transform .4s ease, filter .4s ease; }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 28px 14px 12px; background: linear-gradient(transparent, rgba(0,0,0,.78)); font-size: .78rem; font-weight: 800; transform: translateY(100%); transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.1); }
.gallery-item:hover figcaption { transform: translateY(0); }

.location { display: grid; grid-template-columns: 1.03fr .97fr; gap: 76px; padding: 112px max(24px, calc((100vw - var(--max)) / 2)); background: linear-gradient(180deg, #fffefd, #fff8f3); }
.location-copy > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.contact-list { margin: 34px 0; border-top: 1px solid var(--line); }
.contact-row { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-row > span { color: var(--muted); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.contact-row strong, .contact-row a { font-size: .96rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-card { position: relative; min-height: 480px; overflow: hidden; border-radius: 44px 4px 44px 4px; color: var(--ink); background: #dce8d1; box-shadow: var(--shadow); text-decoration: none; }
.map-grid { position: absolute; inset: 0; opacity: .7; background-color: #dce8d1; background-image: linear-gradient(rgba(39,103,62,.16) 2px, transparent 2px), linear-gradient(90deg, rgba(39,103,62,.16) 2px, transparent 2px), linear-gradient(35deg, transparent 46%, rgba(255,255,255,.9) 47%, rgba(255,255,255,.9) 53%, transparent 54%); background-size: 54px 54px, 54px 54px, 150px 150px; transform: rotate(-6deg) scale(1.2); }
.map-pin { position: absolute; top: 40%; left: 55%; width: 58px; height: 58px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--pink); box-shadow: 0 16px 30px rgba(122,20,57,.35); }
.map-pin b { position: absolute; width: 20px; height: 20px; top: 19px; left: 19px; border-radius: 50%; background: var(--paper); }
.map-label { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 20px; border-left: 5px solid var(--leaf); background: rgba(255,253,248,.94); box-shadow: 0 14px 32px rgba(16,37,27,.14); }
.map-label small, .map-label strong, .map-label span { display: block; }
.map-label small { color: var(--pink); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.map-label strong { margin: 4px 0; font-family: "Fraunces", Georgia, serif; font-size: 1.45rem; }
.map-label span { color: var(--muted); font-size: .82rem; }

.closing-cta { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 34px; padding: 70px max(24px, calc((100vw - var(--max)) / 2)); color: var(--ink); background: linear-gradient(120deg, #edf6e7, #fff7ef 48%, #f8dfe8); }
.closing-cta img { width: 110px; height: 110px; object-fit: cover; border-radius: 28px; }
.closing-cta h2 { max-width: 740px; font-size: clamp(2.3rem, 4vw, 4rem); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 40px max(24px, calc((100vw - var(--max)) / 2)); color: var(--muted); background: #f4ede8; border-top: 1px solid rgba(48,42,50,.1); font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 14px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--ink); }
.footer-brand span { max-width: 480px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.site-footer a { text-underline-offset: 4px; }
.site-footer > p { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid rgba(48,42,50,.1); }

.legal-page { background: var(--cream); }
.legal-header { position: static; }
.back-link { color: var(--pink-deep); font-weight: 800; text-underline-offset: 5px; }
.legal-main { padding-bottom: 90px; }
.legal-title { padding: 86px max(24px, calc((100vw - 930px) / 2)) 78px; color: var(--ink); background: radial-gradient(circle at 85% 12%, rgba(223,64,120,.18), transparent 28%), linear-gradient(120deg, #edf6e7, #fff8ef 52%, #f9e2ea); }
.legal-title h1 { font-size: clamp(3.1rem, 6vw, 5.5rem); }
.legal-title > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: 1.06rem; }
.legal-title > span { color: var(--pink-deep); font-size: .8rem; font-weight: 800; }
.legal-content { max-width: 930px; margin: 0 auto; padding: 72px 24px 30px; }
.legal-content > p:first-child { font-size: 1.18rem; color: var(--ink); }
.legal-content h2 { margin: 46px 0 12px; font-family: "Fraunces", Georgia, serif; font-size: 1.85rem; line-height: 1.2; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content li + li { margin-top: 8px; }
.legal-content a { color: var(--pink-deep); font-weight: 800; }
.steps-list { padding-left: 24px; }
.legal-contact { max-width: 930px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 30px auto 0; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.legal-contact div > span, .legal-contact div > strong { display: block; }
.legal-contact div > span { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.legal-contact strong, .legal-contact a { font-size: .86rem; }
.legal-contact > a { grid-column: 1 / -1; color: var(--pink-deep); font-weight: 850; }
.compact-footer { grid-template-columns: auto 1fr; align-items: center; }
.compact-footer > p { grid-column: auto; border: 0; padding: 0; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .site-header { padding-inline: 22px; }
  .menu-button { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid rgba(48,42,50,.18); border-radius: 12px; background: rgba(255,255,255,.7); }
  .menu-button span:not(.sr-only) { width: 20px; height: 2px; margin-inline: auto; background: var(--pink-deep); }
  .main-nav { position: absolute; top: 100%; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(48,42,50,.1); border-radius: 0 0 18px 18px; background: rgba(255,250,246,.98); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { grid-template-columns: 1fr; gap: 64px; padding-top: 70px; }
  .hero-content { max-width: 780px; }
  .hero-media { max-width: 720px; }
  .hero-media img { aspect-ratio: 16 / 10; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .service-image-wrap { aspect-ratio: auto; min-height: 280px; }
  .service-copy .service-summary { min-height: 0; }
  .story { grid-template-columns: 1fr; }
  .story-media { max-width: 720px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 0; }
  .principle-dot { margin-bottom: 34px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .location { grid-template-columns: 1fr; }
  .map-card { min-height: 430px; }
  .closing-cta { grid-template-columns: 90px 1fr; }
  .closing-cta img { width: 90px; height: 90px; }
  .closing-cta .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 660px) {
  .brand img { width: 42px; height: 42px; }
  .brand span { font-size: .96rem; }
  .hero { min-height: auto; padding: 58px 20px 76px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); }
  .hero-media img { aspect-ratio: 4 / 5; }
  .hero-media figcaption { right: -4px; bottom: -26px; max-width: 220px; }
  .section, .story, .gallery-section, .location { padding: 82px 20px; }
  .section-heading h2, .story h2, .gallery-heading h2, .location h2 { font-size: clamp(2.55rem, 11vw, 3.5rem); }
  .service-card { display: block; }
  .service-image-wrap { aspect-ratio: 5 / 3.4; min-height: 0; }
  .gallery-heading { display: block; }
  .gallery-heading a { display: inline-block; margin-top: 20px; }
  .gallery-grid { gap: 8px; }
  .gallery-item { border-radius: 10px; }
  .gallery-item figcaption { display: none; }
  .contact-row { grid-template-columns: 1fr; gap: 3px; }
  .map-card { min-height: 380px; }
  .closing-cta { grid-template-columns: 68px 1fr; gap: 18px; padding: 58px 20px; }
  .closing-cta img { width: 68px; height: 68px; border-radius: 18px; }
  .closing-cta .button { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr; padding: 36px 20px; }
  .site-footer nav { justify-content: flex-start; }
  .site-footer > p { grid-column: 1; }
  .legal-title { padding: 64px 20px 58px; }
  .legal-content { padding: 48px 20px 20px; }
  .legal-contact { grid-template-columns: 1fr; margin-inline: 20px; }
  .compact-footer { grid-template-columns: 1fr; }
}
