:root {
  --cream: #fbf6f0;
  --cream-2: #f2e7da;
  --ink: #2b2119;
  --ink-2: #5d5248;
  --ink-3: #6f6357;
  --line: rgba(43, 33, 25, 0.14);
  --line-2: rgba(43, 33, 25, 0.07);
  --plum: #7a3b5e;
  --plum-dark: #5b2a45;
  --plum-soft: #f0e2ea;
  --gold: #d9a441;
  --gold-soft: #f6e4bf;
  --sky: #a9c4c9;
  --dark: #2f2029;
  --dark-2: #3d2b37;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Nunito Sans", -apple-system, "Segoe UI", sans-serif;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink-2);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 0 0 0.45em; line-height: 1.12; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); }
h1 em { font-style: italic; color: var(--plum); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.18rem; letter-spacing: -0.005em; }
p { margin: 0 0 1em; }

.eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.7rem; font-weight: 800; color: var(--plum); margin: 0 0 0.9em; }
.eyebrow.light { color: var(--gold); }
.center { text-align: center; margin-left: auto; margin-right: auto; }

/* Review banner + notes */
.review-banner { background: var(--plum); color: #fff; font-size: 0.85rem; }
.review-banner__inner { display: flex; flex-wrap: wrap; gap: 4px 14px; padding: 11px 5%; align-items: baseline; max-width: var(--wrap); margin: 0 auto; }
.review-banner__inner span { color: rgba(255,255,255,0.84); }

.review-note { margin-top: 34px; padding: 18px 20px; background: var(--plum-soft); border-left: 3px solid var(--plum); border-radius: 0 8px 8px 0; }
.review-note p { font-size: 0.87rem; margin: 0; color: #5c4453; }
.review-note__label { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.66rem; font-weight: 800; color: var(--plum); margin: 0 0 5px !important; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; gap: 24px; padding: 14px 5%; background: rgba(251,246,240,0.93); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-2); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.mark-bg { fill: var(--plum); }
.mark-canopy { fill: var(--gold); }
.mark-handle { fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; }
.mark-dot { fill: #fff; }
.brand-text { display: flex; flex-direction: column; line-height: 1.18; }
.brand-name { font-family: var(--serif); font-size: 1.28rem; color: var(--ink); letter-spacing: -0.01em; }
.brand-tag { font-size: 0.67rem; letter-spacing: 0.03em; color: var(--ink-3); font-style: italic; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { text-decoration: none; font-size: 0.9rem; font-weight: 600; color: var(--ink-2); }
.main-nav a:hover { color: var(--plum); }
.main-nav a.nav-cta { background: var(--plum); color: #fff; padding: 10px 20px; border-radius: 999px; }
.main-nav a.nav-cta:hover { background: var(--plum-dark); color: #fff; }
.menu-toggle { display: none; margin-left: auto; background: none; border: 1px solid var(--line); border-radius: 8px; padding: 9px 11px; flex-direction: column; gap: 4px; cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; background: var(--ink); display: block; }

/* Buttons */
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; font-weight: 700; font-size: 0.92rem; border: 1px solid transparent; border-radius: 999px; cursor: pointer; text-decoration: none; background: var(--ink); color: #fff; transition: background 0.16s ease, color 0.16s ease; }
.button:hover { background: var(--dark); }
.button-primary { background: var(--plum); color: #fff; }
.button-primary:hover { background: var(--plum-dark); }
.button-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.button-ghost:hover { background: var(--cream-2); color: var(--ink); }
.band.dark .button-ghost, .band .button-ghost { color: var(--ink); }
.hero-actions, .contact-facts { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 26px; }

/* Hero */
.hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; padding: 76px 5% 68px; max-width: var(--wrap); margin: 0 auto; }
.hero .lead { font-size: 1.12rem; max-width: 46ch; }
.hero-art { display: flex; justify-content: center; }
.art-shop { max-width: 430px; width: 100%; overflow: visible; }

.rain line { stroke: var(--sky); stroke-width: 2; stroke-linecap: round; opacity: 0.5; animation: fall 1.5s linear infinite; }
.rain line:nth-child(2n) { animation-duration: 1.9s; opacity: 0.34; }
.rain line:nth-child(3n) { animation-duration: 1.25s; animation-delay: -0.5s; opacity: 0.42; }
.rain line:nth-child(4n) { animation-delay: -0.85s; }
.rain line:nth-child(5n) { animation-duration: 2.1s; animation-delay: -1.2s; opacity: 0.28; }
@keyframes fall { from { transform: translateY(0); } to { transform: translateY(470px); } }

.s-facade { fill: #efe2d2; }
.s-cornice { fill: var(--plum-dark); }
.s-fascia { fill: var(--plum); }
.s-fascia-text { font-family: var(--serif); font-size: 21px; letter-spacing: 0.14em; fill: var(--gold-soft); }
.s-awning { fill: var(--plum); opacity: 0.92; }
.s-awning-hem { fill: var(--gold); }
.s-window-frame { fill: #fff; stroke: var(--plum-dark); stroke-width: 2.5; }
.s-shelf { stroke: rgba(122,59,94,0.28); stroke-width: 1.5; }
.s-mullion { stroke: var(--plum-dark); stroke-width: 2.5; }
.s-item-a { fill: var(--plum); opacity: 0.75; }
.s-item-b { fill: var(--plum-dark); opacity: 0.55; }
.s-door { fill: var(--plum-dark); }
.s-door-panel { fill: rgba(255,255,255,0.12); }
.s-handle { fill: var(--gold); }
.s-plaque { fill: var(--gold); }
.s-plaque-text { font-family: var(--sans); font-size: 13px; font-weight: 800; fill: var(--plum-dark); }
.s-bracket { stroke: var(--dark); stroke-width: 2.5; stroke-linecap: round; }
.s-sign { fill: var(--dark); }
.s-sign-canopy { fill: var(--gold); }
.s-sign-handle { fill: none; stroke: var(--cream); stroke-width: 2; stroke-linecap: round; }
.s-kerb { stroke: var(--ink-3); stroke-width: 2; opacity: 0.45; }
.s-reflect { fill: var(--gold); opacity: 0.3; }
.s-ripple { fill: none; stroke: #fff; stroke-width: 1.4; opacity: 0.45; }
.s-ripple.r2 { opacity: 0.3; }
.s-ripple.r3 { opacity: 0.22; }

/* Strip */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--cream-2); }
.strip-item { padding: 24px 4%; text-align: center; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 3px; }
.strip-item:last-child { border-right: none; }
.strip-item strong { font-family: var(--serif); font-size: 1.12rem; color: var(--ink); }
.strip-item span { font-size: 0.79rem; color: var(--ink-3); }

/* Sections */
.section { padding: 88px 5%; max-width: var(--wrap); margin: 0 auto; }
.section-head { max-width: 660px; }
.section-lead { max-width: 620px; font-size: 1.02rem; }
.section-lead.light { color: rgba(255,255,255,0.84); }
.section-lead.center { text-align: center; }
.band { text-align: center; max-width: none; background: var(--cream-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band .button { margin-top: 8px; }
.band.dark { background: var(--dark); color: rgba(255,255,255,0.84); border-color: transparent; }
h2.light { color: #fff; }

/* Occasions */
.occasion-list { list-style: none; margin: 40px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.occasion-list li { font-family: var(--serif); font-size: 1.05rem; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 11px 24px; }

/* Shelf list */
.section-shop { padding-top: 20px; }
.shelf-list { list-style: none; margin: 44px 0 0; padding: 0; border-top: 1px solid var(--line); }
.shelf-item { display: grid; grid-template-columns: 76px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.shelf-num { font-family: var(--serif); font-size: 1.5rem; color: var(--plum); opacity: 0.55; line-height: 1.2; }
.shelf-body h3 { margin-bottom: 0.35em; }
.shelf-body p { margin: 0; max-width: 62ch; font-size: 0.96rem; }

/* Feature (the wrap) */
.feature { background: var(--dark); color: rgba(255,255,255,0.84); }
.feature-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; max-width: var(--wrap); margin: 0 auto; padding: 84px 5%; }
.feature h2 { font-style: italic; }
.feature-art svg { max-width: 280px; margin: 0 auto; }
.w-box { fill: var(--plum); }
.w-lid { fill: var(--plum-dark); }
.w-ribbon { fill: var(--gold); }
.w-bow-line { fill: none; stroke: var(--gold); stroke-width: 5; }
.w-bow { fill: var(--gold); }
.w-knot { fill: var(--gold-soft); }
.w-spark { fill: var(--gold); opacity: 0.8; }

/* Split / visit */
.split { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: start; }
.split .button { margin-top: 26px; }
.visit-facts { display: flex; flex-direction: column; gap: 11px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.visit-facts div { display: flex; gap: 12px; font-size: 0.93rem; }
.visit-facts strong { min-width: 74px; color: var(--ink); font-weight: 700; }
.visit-facts a { text-decoration: underline; color: var(--plum); }
.split-map { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
.map-frame { position: relative; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); background: var(--cream-2); aspect-ratio: 4 / 3; }
#shop-map { position: absolute; inset: 0; width: 100%; height: 100%; background: var(--cream-2); }

/* Brand pin */
.shop-pin { position: relative; }
.shop-pin__dot { position: absolute; top: 50%; left: 50%; width: 15px; height: 15px; margin: -7.5px 0 0 -7.5px; background: var(--plum); border: 2.5px solid #fff; border-radius: 50%; box-shadow: 0 1px 5px rgba(43,33,25,0.4); }
.shop-pin__pulse { position: absolute; top: 50%; left: 50%; width: 26px; height: 26px; margin: -13px 0 0 -13px; background: rgba(122,59,94,0.28); border-radius: 50%; animation: pinPulse 2.4s ease-out infinite; }
@keyframes pinPulse { 0% { transform: scale(0.55); opacity: 0.9; } 70% { transform: scale(1.35); opacity: 0; } 100% { transform: scale(1.35); opacity: 0; } }

/* Leaflet chrome, tuned to the palette */
.leaflet-container { font-family: var(--sans); background: var(--cream-2); }
.leaflet-control-zoom { border: none !important; box-shadow: 0 1px 6px rgba(43,33,25,0.18) !important; }
.leaflet-control-zoom a { background: #fff; color: var(--ink); border-bottom-color: var(--line) !important; }
.leaflet-control-zoom a:hover { background: var(--cream); color: var(--plum); }
.leaflet-popup-content-wrapper { border-radius: 8px; box-shadow: 0 3px 14px rgba(43,33,25,0.22); }
.leaflet-popup-content { font-size: 0.86rem; color: var(--ink-2); margin: 11px 14px; line-height: 1.45; }
.leaflet-popup-content strong { color: var(--ink); font-family: var(--serif); font-size: 1rem; }
.map-foot { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: baseline; justify-content: space-between; padding: 13px 4px 0; }
.map-pin { font-size: 0.88rem; font-weight: 700; color: var(--ink); }
.map-foot a { font-size: 0.85rem; color: var(--plum); text-decoration: underline; font-weight: 600; }
.map-attrib { font-size: 0.7rem; color: var(--ink-3); margin: 6px 4px 0; }
.map-attrib a { color: var(--ink-3); }

@supports not (aspect-ratio: 4 / 3) {
  .map-frame { height: 340px; }
}

/* Follow */
.follow-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 38px; max-width: 620px; margin-left: auto; margin-right: auto; }
.follow-card { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 32px 20px; background: var(--dark-2); border-radius: 12px; text-decoration: none; color: #fff; transition: background 0.16s ease; }
.follow-card:hover { background: #4c3644; }
.follow-icon { width: 38px; height: 38px; }
.f-line { stroke: var(--gold); stroke-width: 1.6; fill: none; }
.i-nofill { fill: none; }
.f-dot, .f-fill { fill: var(--gold); }
.follow-name { font-weight: 700; }
.follow-sub { font-size: 0.79rem; color: rgba(255,255,255,0.62); }

/* Contact */
.contact { text-align: center; }
.contact .section-lead { margin-left: auto; margin-right: auto; }
.contact .contact-facts { justify-content: center; }

/* Footer */
.site-footer { background: var(--cream-2); border-top: 1px solid var(--line); padding: 38px 5%; text-align: center; }
.site-footer p { max-width: 660px; margin: 0 auto 14px; font-size: 0.8rem; color: var(--ink-3); }
.back-to-top { font-size: 0.82rem; text-decoration: none; color: var(--ink-2); }

@media (prefers-reduced-motion: reduce) {
  .rain line { animation: none; opacity: 0.3; }
  .shop-pin__pulse { animation: none; opacity: 0.5; }
  html { scroll-behavior: auto; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; gap: 36px; }
  .hero-art { order: -1; max-width: 300px; margin: 0 auto; }
  .feature-inner { grid-template-columns: 1fr; gap: 32px; }
  .feature-art { order: -1; }
  .feature-art svg { max-width: 200px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .strip-item:nth-child(2n) { border-right: none; }
  .strip-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .main-nav { position: fixed; inset: 64px 0 0 0; background: var(--cream); flex-direction: column; align-items: flex-start; padding: 24px 6%; gap: 18px; display: none; border-top: 1px solid var(--line); overflow-y: auto; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: flex; }
}
@media (max-width: 640px) {
  .section { padding: 60px 5%; }
  .follow-grid { grid-template-columns: 1fr; }
  .shelf-item { grid-template-columns: 48px 1fr; gap: 16px; }
  .occasion-list li { font-size: 0.97rem; padding: 9px 18px; }
  .hero-actions .button { width: 100%; }
}
