:root {
  --ink: #241d2b;
  --muted: #655b69;
  --paper: #fff9f4;
  --white: #ffffff;
  --pink: #df6594;
  --pink-dark: #b84775;
  --mint: #76d8c1;
  --mint-dark: #2d8b78;
  --violet: #684a78;
  --line: rgba(36, 29, 43, 0.14);
  --shadow: 0 26px 70px rgba(74, 43, 72, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--ink); color: white; border-radius: .6rem; }
.skip-link:focus { top: 1rem; }
.draft-note { background: var(--ink); color: white; text-align: center; padding: .45rem 1rem; font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.site-header { max-width: 1240px; margin: 0 auto; padding: 1.25rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 172px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 1.8rem; font-weight: 700; font-size: .94rem; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--pink-dark); }
.nav-contact { padding: .62rem 1.05rem; border: 1px solid var(--ink); border-radius: 999px; }

.hero { max-width: 1240px; margin: 0 auto; min-height: 720px; padding: 3.2rem 2rem 5.5rem; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .75fr); align-items: center; gap: 5rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--pink-dark); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
h1, h2, h3 { margin-top: 0; line-height: 1.03; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 1.35rem; font-size: clamp(3.2rem, 7.2vw, 6.6rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); }
.hero-lead { max-width: 620px; margin: 0 0 2rem; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .78rem 1.25rem; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { color: white; background: var(--ink); box-shadow: 0 10px 25px rgba(36,29,43,.18); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.56); }
.hero-points { display: flex; flex-wrap: wrap; gap: .55rem 1.35rem; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .9rem; font-weight: 700; }
.hero-points li::before { content: "•"; color: var(--pink); margin-right: .5rem; }
.hero-visual { position: relative; min-height: 570px; }
.photo-frame { position: absolute; inset: 0 2rem 0 0; overflow: hidden; border: 10px solid white; border-radius: 12rem 12rem 2.2rem 2.2rem; box-shadow: var(--shadow); background: #ddd; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.round-mark { position: absolute; right: -1.2rem; bottom: -1.2rem; width: 150px; height: 150px; object-fit: cover; border: 8px solid white; border-radius: 50%; box-shadow: 0 18px 45px rgba(44,28,48,.2); }

.section { padding: 6rem max(2rem, calc((100vw - 1176px) / 2)); }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading > p:last-child, .section-heading.split > p { color: var(--muted); font-size: 1.05rem; }
.assortment { background: white; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-grid article { min-height: 260px; padding: 2rem; border: 1px solid var(--line); border-radius: 1.4rem; background: linear-gradient(145deg, #fff, #fff9fc); }
.feature-grid article:nth-child(2) { background: linear-gradient(145deg, #effcf8, #fff); }
.feature-grid article:nth-child(3) { background: linear-gradient(145deg, #f7f0fa, #fff); }
.feature-grid h3 { margin-bottom: .7rem; font-size: 1.65rem; }
.feature-grid p { margin: 0; color: var(--muted); }

.locations { background: #f3ebe7; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 4rem; }
.section-heading.split p { max-width: 520px; }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.location-card { min-height: 390px; padding: 1.8rem; display: flex; flex-direction: column; border-radius: 1.5rem; background: white; box-shadow: 0 12px 32px rgba(68,48,68,.07); }
.location-card.featured { background: var(--ink); color: white; }
.location-card.private-site { background: #e5f7f2; }
.location-type { margin: 0 0 .45rem; color: var(--pink-dark); font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.featured .location-type { color: #f7a4c4; }
.location-card h3 { margin-bottom: 1rem; font-size: 1.85rem; }
.location-card address { color: inherit; font-style: normal; opacity: .76; }
.availability { margin: 1.5rem 0; font-size: .9rem; font-weight: 750; }
.availability span { display: inline-block; width: .55rem; height: .55rem; margin-right: .4rem; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(118,216,193,.18); }
.availability.limited span { background: #d39c55; box-shadow: 0 0 0 4px rgba(211,156,85,.18); }
.location-card > a { margin-top: auto; color: var(--pink-dark); font-weight: 850; text-decoration-thickness: .1em; text-underline-offset: .25em; }
.featured > a { color: #f7a4c4; }

.contact-band { position: relative; overflow: hidden; max-width: 1176px; margin: 6rem auto; padding: 3.5rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; border-radius: 2rem; background: linear-gradient(115deg, var(--pink) 0%, #e982a9 58%, #8f6f9d 100%); color: #241d2b; }
.contact-band > img { position: absolute; width: 250px; right: 21%; bottom: -120px; opacity: .17; transform: rotate(-8deg); }
.contact-band div { position: relative; max-width: 650px; }
.contact-band .eyebrow { color: #4f2942; }
.contact-band h2 { margin-bottom: .8rem; }
.contact-band p:last-child { margin-bottom: 0; }
.button.light { position: relative; min-width: 180px; background: white; }

footer { max-width: 1176px; margin: 0 auto; padding: 2.5rem 0 3rem; display: grid; grid-template-columns: 1fr auto; gap: .6rem 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.footer-brand img { width: 135px; height: auto; }
footer p { margin: 0; }
footer nav { grid-row: 1 / span 2; grid-column: 2; display: flex; align-items: center; gap: 1.2rem; }
footer nav a, .credit a { font-weight: 750; text-underline-offset: .2em; }
.credit { grid-column: 1 / -1; margin-top: 1rem; font-size: .78rem; }

.legal-shell { min-height: 100vh; display: flex; flex-direction: column; }
.legal-main { width: min(760px, calc(100% - 2rem)); margin: 3rem auto 5rem; padding: 2.8rem; border-radius: 1.5rem; background: white; box-shadow: var(--shadow); }
.legal-main h1 { font-size: clamp(2.6rem, 7vw, 4.4rem); }
.legal-main h2 { margin-top: 2.2rem; font-size: 1.45rem; }
.legal-main p, .legal-main address, .legal-main li { color: var(--muted); }
.legal-main address { font-style: normal; }
.legal-main .warning { padding: 1rem 1.15rem; border-left: 4px solid #d39c55; background: #fff7ea; color: #65461d; font-weight: 700; }
.legal-back { font-weight: 800; text-decoration: none; }

:focus-visible { outline: 3px solid #1967d2; outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 2.5rem; padding-top: 2.2rem; }
  .hero-visual { min-height: 520px; max-width: 520px; width: 100%; justify-self: center; }
  .feature-grid, .location-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .section-heading.split { grid-template-columns: 1fr; gap: .3rem; }
  .location-card { min-height: 340px; }
  .contact-band { margin: 4rem 1rem; grid-template-columns: 1fr; }
  footer { margin: 0 1rem; }
}

@media (max-width: 560px) {
  .site-header { padding: 1rem; }
  .brand img { width: 145px; }
  .nav-contact { padding: .52rem .85rem; }
  .hero { padding: 2.6rem 1rem 4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.25rem); }
  .hero-actions { display: grid; }
  .hero-visual { min-height: 440px; }
  .photo-frame { right: 0; border-radius: 8rem 8rem 1.5rem 1.5rem; }
  .round-mark { right: -.3rem; width: 115px; height: 115px; }
  .section { padding: 4.4rem 1rem; }
  .contact-band { padding: 2.2rem 1.3rem; border-radius: 1.4rem; }
  footer { grid-template-columns: 1fr; }
  footer nav { grid-row: auto; grid-column: 1; flex-wrap: wrap; margin-top: 1rem; }
  .legal-main { padding: 1.4rem; margin-top: 1.5rem; }
}

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