/* ============================================================
   Royalty Paint & Home Improvements LLC — Design System
   Royal Blue / Gold / Coral. Fraunces + Figtree.
   ============================================================ */

:root {
  --blue-900: #05063A;
  --blue-700: #060B73;
  --blue-500: #0A4C48;
  --gold-500: #F2B263;
  --gold-400: #F6BB06;
  --gold-300: #FFB900;
  --orange-500: #FE8052;
  --orange-600: #A64F03;
  --paper: #F7F3EC;
  --ink-900: #1A1D24;
  --ink-500: #5B606B;
  --line: #E3DACA;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 1200px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-card: 0 1px 2px rgba(5,6,58,.06), 0 8px 24px rgba(5,6,58,.08);
  --shadow-card-hover: 0 4px 10px rgba(5,6,58,.10), 0 16px 40px rgba(5,6,58,.14);
  --ease: cubic-bezier(.22,.61,.36,1);
  --header-h: 104px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
body, h1, h2, h3, h4, p, figure, blockquote { margin: 0; }
ul { list-style: none; margin: 0; padding: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }

body {
  background: var(--paper);
  color: var(--ink-900);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

:focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: 2px;
  border-radius: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--blue-900);
  color: #fff;
  padding: .8rem 1.2rem;
  z-index: 999;
  border-radius: 0 0 var(--radius-sm) 0;
}
.skip-link:focus { left: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Typography ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 300;
  color: var(--blue-900);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.75rem, 4vw + 1.5rem, 5.5rem); font-weight: 300; line-height: 1.02; }
h2 { font-size: clamp(2rem, 2.4vw + 1.2rem, 2.6rem); font-weight: 300; }
h3 { font-size: 1.3rem; font-weight: 600; letter-spacing: 0; }

p { color: var(--ink-500); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: .72rem;
  color: var(--ink-500);
  margin: 0 0 1.25rem;
}
.eyebrow-on-dark { color: var(--gold-400); }
.eyebrow-crown { flex: none; height: 20px; width: auto; }
.eyebrow-tick {
  flex: none;
  width: 14px;
  height: 2px;
  background: var(--gold-500);
}

/* ---------- Layout ---------- */
.section { padding: clamp(6rem, 9vw, 9rem) 0; }
.section-tight { padding-top: 0; }
.section-inner { max-width: var(--container); margin: 0 auto; padding: 0 1.5rem; }
.section-dark { background: var(--blue-900); }
.section-dark h2 { color: #fff; }

.section-head { max-width: 640px; margin: 0 auto 3.5rem; text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head-photo {
  max-width: none;
  margin: 0 calc(50% - 50vw) 3.5rem;
  padding: 5.5rem 1.5rem;
  background-color: var(--blue-900);
  background-image: url("assets/gallery/interior-livingroom.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-head-photo .eyebrow { text-shadow: 0 0 5px rgba(0,0,0,.9), 0 0 12px rgba(0,0,0,.8); }
.section-head-photo h2 { color: #fff; text-shadow: 0 0 8px rgba(0,0,0,.9), 0 0 20px rgba(0,0,0,.75), 0 2px 4px rgba(0,0,0,.9); }
.section-head-photo .section-lede { color: #fff; text-shadow: 0 0 5px rgba(0,0,0,.9), 0 0 12px rgba(0,0,0,.8); }
.section-lede { font-size: 1.05rem; margin-top: .75rem; max-width: 56ch; margin-left: auto; margin-right: auto; }

.section-divider {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.section-divider::before, .section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500));
}
.section-divider::after { background: linear-gradient(90deg, var(--gold-500), transparent); }
.section-divider img { flex: none; height: 56px; width: auto; opacity: .95; }
.section-divider-on-dark {
  background: var(--blue-900);
  max-width: none;
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}
/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: .98rem;
  line-height: 1;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease);
  white-space: nowrap;
}
.btn-lg { padding: 1.05rem 2.1rem; font-size: 1.05rem; }

.btn-solid-orange {
  background: var(--orange-500);
  color: var(--blue-900);
}
.btn-solid-orange:hover { background: var(--orange-600); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(219,122,46,.35); }

.btn-outline-gold {
  background: transparent;
  border: 1.5px solid var(--gold-500);
  color: var(--gold-400);
}
.btn-outline-gold:hover { border-color: var(--gold-400); color: #fff; background: rgba(200,162,74,.1); }

.btn-ghost-header {
  color: var(--gold-400);
  font-weight: 600;
  padding: .5rem .75rem;
}
.btn-ghost-header:hover { color: var(--gold-500); }

.mobile-cta { width: 100%; margin-top: 1.5rem; }

/* ============ UTILITY BAR ============ */
.utility-bar {
  background: var(--blue-900);
  border-bottom: 1px solid rgba(200,162,74,.3);
  padding: .55rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.utility-bar-inner { display: flex; align-items: center; gap: .85rem; flex-wrap: wrap; justify-content: center; }
.utility-bar-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--gold-400);
  font-size: .82rem;
  font-weight: 600;
}
.utility-bar-link:hover { color: #fff; }
.utility-bar-sep { color: rgba(200,162,74,.5); }
.utility-bar-toggle {
  display: none;
  align-items: center;
  gap: .4rem;
  color: var(--gold-400);
  font-size: .85rem;
  font-weight: 700;
}
.utility-bar-menu {
  position: absolute;
  top: 100%; left: 0; right: 0;
  background: var(--blue-700);
  border-bottom: 1px solid rgba(200,162,74,.3);
  display: flex;
  flex-direction: column;
  padding: .5rem 1.5rem .75rem;
  z-index: 101;
}
.utility-bar-menu[hidden] { display: none; }
.utility-bar-menu a { color: #fff; font-size: .88rem; font-weight: 600; padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.utility-bar-menu a:last-child { border-bottom: 0; }

@media (max-width: 640px) {
  .utility-bar-inner { display: none; }
  .utility-bar-toggle { display: inline-flex; }
}

/* ============ HEADER ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: transparent;
  transition: background-color .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: var(--blue-900);
  border-bottom-color: rgba(200,162,74,.35);
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
/* Simpler inner pages (e.g. /locations/*) use a solid header from the start — no transparent-over-hero moment needed. */
.site-header--solid {
  background: var(--blue-900);
  border-bottom-color: rgba(200,162,74,.35);
}

/* ---------- Location page masthead ---------- */
.loc-hero { background: var(--blue-900); padding: calc(var(--header-h) + 3.5rem) 0 3.5rem; }
.loc-hero h1 { color: #fff; font-size: clamp(2.1rem, 3vw + 1rem, 3.1rem); margin: 1rem 0 .75rem; max-width: 20ch; }
.loc-hero-sub { color: #B9C2D4; font-size: 1.05rem; max-width: 60ch; }
.loc-content p { font-size: 1.02rem; line-height: 1.75; max-width: 68ch; margin-bottom: 1.5rem; }
.loc-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin: 2rem 0 2.5rem; max-width: 68ch; }
.loc-gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.loc-cta { margin-top: .5rem; }
.loc-back { display: inline-block; margin-top: 2.5rem; color: var(--blue-700); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.loc-back:hover { color: var(--blue-900); }

.loc-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.loc-index-col h3 { margin-bottom: .5rem; }
.loc-index-col ul { margin-top: 1rem; display: flex; flex-direction: column; gap: .6rem; }
.loc-index-col li { font-size: .95rem; color: var(--ink-500); }
.loc-index-col a { color: var(--blue-700); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.loc-index-col a:hover { color: var(--blue-900); }
.loc-index-note { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); font-size: .95rem; max-width: 62ch; }
.loc-index-note a { color: var(--blue-700); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand { flex: none; display: flex; align-items: center; }
.brand-logo-img { display: block; height: 76px; width: auto; }

.main-nav { flex: 1; }
.main-nav ul { display: flex; gap: 2rem; justify-content: center; }
.main-nav a {
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  padding: .5rem 0;
  position: relative;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: 0;
  height: 2px;
  background: var(--gold-500);
  transition: right .25s var(--ease);
}
.main-nav a:hover::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 1rem; flex: none; }
.header-call { color: var(--gold-400); }

.mobile-sticky-call-wrap {
  display: none;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 90;
  flex-direction: column;
  align-items: flex-end;
  gap: .75rem;
}
.mobile-sticky-call {
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  background: var(--blue-700);
  color: var(--gold-400);
  border: 2px solid var(--gold-500);
  box-shadow: 0 8px 24px rgba(5,6,58,.4);
  transition: transform .2s var(--ease), background-color .2s var(--ease);
}
.mobile-sticky-call:hover, .mobile-sticky-call:focus-visible { background: var(--blue-500); transform: scale(1.06); }
.mobile-sticky-call[aria-expanded="true"] { background: var(--gold-500); color: var(--blue-900); }

.sticky-call-menu {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  background: var(--blue-900);
  border: 1px solid var(--gold-500);
  box-shadow: 0 12px 32px rgba(5,6,58,.4);
  padding: .6rem;
  min-width: 190px;
}
.sticky-call-menu[hidden] { display: none; }
.sticky-call-menu a {
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: .55rem .7rem;
  transition: background-color .15s var(--ease);
}
.sticky-call-menu a:hover, .sticky-call-menu a:focus-visible { background: rgba(200,162,74,.12); }
.sticky-call-menu a strong { font-size: .85rem; color: var(--gold-400); }
.sticky-call-menu a span { font-size: .95rem; font-weight: 700; }

/* ============ AI CHAT WIDGET ============ */
.chat-widget {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 95;
}
.chat-toggle {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue-700);
  color: var(--gold-400);
  border: 2px solid var(--gold-500);
  box-shadow: 0 8px 24px rgba(5,6,58,.4);
  transition: transform .2s var(--ease), background-color .2s var(--ease);
}
.chat-toggle:hover, .chat-toggle:focus-visible { background: var(--blue-500); transform: scale(1.06); }
.chat-toggle[aria-expanded="true"] { background: var(--gold-500); color: var(--blue-900); }
.chat-toggle-icon[hidden] { display: none; }

.chat-bubble-callout {
  position: absolute;
  left: 66px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--paper);
  border: 1px solid var(--gold-500);
  border-radius: var(--radius-sm);
  padding: .5rem .85rem;
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 700;
  color: var(--blue-900);
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(5,6,58,.25);
  pointer-events: none;
}
.chat-bubble-callout::before,
.chat-bubble-callout::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.chat-bubble-callout::before { left: -7px; transform: translateY(-50%); border-right: 7px solid var(--gold-500); }
.chat-bubble-callout::after { left: -5.5px; transform: translateY(-50%); border-right: 6px solid var(--paper); }
/* Hidden while the panel is open — keyed off the toggle's own aria-expanded
   state, so no extra JS is needed. */
#chatToggle[aria-expanded="true"] ~ .chat-bubble-callout { display: none; }

.chat-panel {
  position: fixed;
  left: 1.25rem;
  bottom: 5.25rem;
  width: min(360px, calc(100vw - 2.5rem));
  max-height: min(560px, calc(100vh - 7.5rem));
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--gold-500);
  box-shadow: 0 20px 60px rgba(5,6,58,.4);
  overflow: hidden;
  z-index: 96;
}
.chat-panel[hidden] { display: none; }

.chat-panel-header {
  flex: none;
  display: flex;
  align-items: center;
  gap: .75rem;
  background: var(--blue-900);
  padding: .9rem 1rem;
  border-bottom: 1px solid rgba(200,162,74,.4);
}
.chat-header-logo { height: 44px; width: auto; flex: none; }
.chat-panel-header h2 { flex: 1; color: #fff; font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; margin: 0; }
.chat-close {
  flex: none;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  color: var(--gold-400);
}
.chat-close:hover, .chat-close:focus-visible { background: rgba(200,162,74,.15); color: #fff; }

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  background: var(--paper);
}
.chat-msg { max-width: 88%; padding: .7rem .9rem; font-size: .9rem; line-height: 1.5; border-radius: var(--radius-sm); }
.chat-msg p { margin: 0; }
.chat-msg p + p { margin-top: .5rem; }
.chat-msg-bot { align-self: flex-start; background: #fff; border: 1px solid var(--line); color: var(--ink-900); }
.chat-msg-user { align-self: flex-end; background: var(--blue-700); color: #fff; }
.chat-msg-error { align-self: flex-start; background: #fff; border: 1px solid var(--orange-500); color: var(--ink-900); }

.chat-typing { align-self: flex-start; display: flex; gap: .3rem; padding: .8rem .9rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.chat-typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--blue-500); opacity: .4; animation: chatTypingBounce 1.1s infinite ease-in-out; }
.chat-typing span:nth-child(2) { animation-delay: .15s; }
.chat-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes chatTypingBounce { 0%, 60%, 100% { opacity: .4; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

.chat-starters { display: flex; flex-direction: column; gap: .5rem; align-self: flex-start; max-width: 92%; }
.chat-starter {
  text-align: left;
  background: #fff;
  border: 1px solid var(--gold-500);
  color: var(--blue-700);
  font-size: .84rem;
  font-weight: 600;
  padding: .55rem .8rem;
  border-radius: var(--radius-sm);
  transition: background-color .15s var(--ease), color .15s var(--ease);
}
.chat-starter:hover, .chat-starter:focus-visible { background: var(--blue-700); color: #fff; }

.chat-input-row {
  flex: none;
  display: flex;
  gap: .5rem;
  padding: .75rem;
  background: #fff;
  border-top: 1px solid var(--line);
}
.chat-input {
  flex: 1;
  min-width: 0;
  padding: .65rem .9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: .9rem;
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--paper);
}
.chat-input:focus-visible { outline: 2px solid var(--blue-500); outline-offset: 1px; }
.chat-send {
  flex: none;
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: var(--orange-500);
  color: var(--blue-900);
  transition: background-color .15s var(--ease), transform .15s var(--ease);
}
.chat-send:hover, .chat-send:focus-visible { background: var(--orange-600); transform: scale(1.05); }
.chat-send:disabled { opacity: .5; cursor: default; transform: none; }

@media (max-width: 640px) {
  .chat-widget { bottom: 1rem; left: 1rem; }
  .chat-panel { left: 1rem; bottom: 4.75rem; width: calc(100vw - 2rem); max-height: min(70vh, 520px); }
  .chat-bubble-callout { font-size: .72rem; padding: .45rem .65rem; white-space: normal; max-width: 42vw; }
}

.hamburger {
  display: none;
  flex: none;
  width: 44px; height: 44px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.hamburger span { width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s var(--ease), opacity .25s var(--ease); }
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 84px 0 0 0;
  background: var(--blue-900);
  z-index: 99;
  padding: 2.5rem 1.5rem;
  overflow-y: auto;
}
.mobile-menu ul { display: flex; flex-direction: column; gap: 1.75rem; text-align: center; }
.mobile-menu a { color: #fff; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; }

/* ============ HERO — split editorial ============ */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 55fr 45fr;
  min-height: 100vh;
  margin-top: calc(-1 * var(--header-h));
}

.hero-panel {
  position: relative;
  background: var(--blue-900);
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 5rem) 3.5rem 0 clamp(1.5rem, 5vw, 5rem);
}
.hero-panel::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold-500) 20%, var(--gold-500) 80%, transparent);
}
.hero-panel-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 34rem;
}

.hero-eyebrow { margin-bottom: 2rem; gap: .85rem; }
.hero-eyebrow-crown { flex: none; height: 44px; width: auto; }
.hero-eyebrow-rule { flex: none; width: 32px; height: 1px; background: var(--gold-500); }

.hero-headline {
  color: #fff;
  font-weight: 300;
  font-size: clamp(2.75rem, 3.2vw + 1.8rem, 5.5rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-bottom: 1.75rem;
}
.hero-headline em {
  font-style: italic;
  font-weight: 600;
  color: var(--gold-500);
}
.hero-sub { color: #B9C2D4; font-size: 1.1rem; max-width: 42ch; margin-bottom: 2.5rem; }

.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; margin-bottom: 1rem; }
.hero-reviews-link {
  color: #DCE2ED;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(220,226,237,.4);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: color .2s var(--ease);
}
.hero-reviews-link .stars { font-size: .85rem; }
.hero-reviews-link:hover { color: #fff; text-decoration-color: var(--gold-400); }

.hero-call-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  font-size: .88rem;
  font-weight: 600;
}
.hero-call-numbers a { color: var(--gold-400); }
.hero-call-numbers a:hover { color: #fff; }
.hero-call-numbers .dot { color: rgba(200,162,74,.5); }

.hero-credibility {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  border-top: 1px solid rgba(200,162,74,.25);
  padding: 1.5rem 0;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #A8B0C0;
}
.hero-credibility .dot { color: var(--gold-500); }

.hero-photo { position: relative; }
.hero-photo-frame { width: 100%; height: 100%; overflow: hidden; }
.hero-photo-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  animation: heroPhotoIn 2.4s var(--ease) both;
}
@keyframes heroPhotoIn {
  from { transform: scale(1.1); }
  to { transform: scale(1); }
}
.hero-chip {
  position: absolute;
  top: 3rem;
  left: 0;
  transform: translateX(-50%);
  z-index: 2;
  background: var(--blue-900);
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .02em;
  padding: .85rem 1.4rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid var(--gold-500);
  box-shadow: 0 12px 30px rgba(0,0,0,.3);
  white-space: nowrap;
}
.hero-chip span:first-child { color: var(--gold-500); }

.stars { color: var(--gold-300); letter-spacing: .1em; }
.stars-lg { color: var(--gold-300); font-size: 1.5rem; letter-spacing: .08em; }

@media (prefers-reduced-motion: reduce) {
  .hero-photo img { animation: none; }
  .verse-band, .cta-strip-photo, .section-head-photo, .site-footer { background-attachment: scroll; }
}

/* ============ VERSE BAND ============ */
.verse-band {
  position: relative;
  background: var(--blue-900);
  background-image:
    radial-gradient(circle at 20% 20%, rgba(200,162,74,.10), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(200,162,74,.08), transparent 45%),
    url("assets/gallery/svc-stucco.webp");
  background-size: auto, auto, cover;
  background-position: center, center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  padding: 5rem 1.5rem;
  border-top: 1px solid rgba(200,162,74,.3);
  border-bottom: 1px solid rgba(200,162,74,.3);
}
.verse-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.verse-crown { height: 60px; width: auto; margin: 0 auto 1.25rem; opacity: .92; }
.verse-es, .verse-en {
  font-family: var(--font-display);
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,.9), 0 0 16px rgba(0,0,0,.75), 0 2px 4px rgba(0,0,0,.9);
  font-size: 1.15rem;
  line-height: 1.6;
}
.verse-es { margin-bottom: 1.1rem; }
.verse-ref { display: block; font-family: var(--font-body); font-style: normal; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-400); margin-top: .6rem; text-shadow: 0 0 5px rgba(0,0,0,.9), 0 0 12px rgba(0,0,0,.8); }

/* ============ SERVICES — editorial rows ============ */
.services-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem 2.5rem;
}
.service-row:nth-child(even) { margin-top: 4rem; }

.service-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--blue-900);
}
.service-row--tall .service-media { aspect-ratio: 4/5; }
.service-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease);
}
.service-row:hover .service-media img { transform: scale(1.07); }
.service-media-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(10,27,51,.92) 0%, rgba(10,27,51,.35) 45%, transparent 75%);
}
.service-title {
  position: absolute;
  left: 1.75rem; bottom: 1.5rem; right: 1.5rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.55rem;
  margin: 0;
}

.service-copy { margin-top: 1.25rem; }
.gold-rule-mini {
  display: block;
  width: 40px; height: 1px;
  background: var(--gold-500);
  margin-bottom: .9rem;
  transform: scaleX(.4);
  transform-origin: left;
  transition: transform .5s var(--ease);
}
.service-row:hover .gold-rule-mini { transform: scaleX(1); }
.service-copy p { font-size: .98rem; max-width: 42ch; }

@media (prefers-reduced-motion: reduce) {
  .service-media img, .gold-rule-mini { transition: none; }
}

/* ============ GALLERY ============ */
.gallery-grid {
  columns: 3 260px;
  column-gap: 1.25rem;
}
.gallery-item {
  display: block;
  width: 100%;
  margin: 0 0 1.25rem;
  break-inside: avoid;
  overflow: hidden;
  position: relative;
}
.gallery-item::after {
  content: "";
  position: absolute; inset: 0;
  border: 1px solid transparent;
  transition: border-color .3s var(--ease);
}
.gallery-item:hover::after { border-color: var(--gold-500); }
.gallery-item img { width: 100%; height: auto; transition: transform .6s var(--ease); }
.gallery-item:hover img { transform: scale(1.05); }
@media (prefers-reduced-motion: reduce) {
  .gallery-item img { transition: none; }
}

/* ============ MASCOT SCROLL VIDEO ============ */
.mascot-scroll {
  position: relative;
  height: 300vh;
  background: var(--blue-900);
}
.mascot-scroll-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mascot-frame {
  position: relative;
  flex: none;
  width: min(440px, 86vw);
  aspect-ratio: 9 / 16;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gold-500);
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
  background: var(--blue-900);
}
.mascot-video, .mascot-poster-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mascot-poster-fallback { display: none; }
.mascot-scroll--fallback-image .mascot-video { display: none; }
.mascot-scroll--fallback-image .mascot-poster-fallback { display: block; }

.mascot-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  pointer-events: none;
  text-align: center;
}
.mascot-line {
  position: absolute;
  margin: 0;
  max-width: 22ch;
  padding: .9rem 1.4rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--gold-500);
  background: rgba(6,11,115,.72);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  line-height: 1.3;
  opacity: 1;
  transition: opacity .2s linear;
}
.mascot-line-1 { top: 8%; }
.mascot-line-2 { bottom: 8%; }
/* Desktop scrub-JS sets each line's opacity dynamically via inline style as the
   visitor scrolls. Until that JS runs (or on any fallback path where it never
   does — mobile loop, reduced motion, no-JS), both lines stay visible together
   so the message is never lost. */
.mascot-eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: .35rem;
}

@media (max-width: 640px) {
  .mascot-frame { width: min(420px, 94vw); border-radius: var(--radius-md); }
  .mascot-line { font-size: 1.05rem; padding: .75rem 1.1rem; max-width: 24ch; }
}

/* Mobile: just a static picture of the first frame, no caption text, no
   video, no scrubbing. Keyed off a class script.js sets from a plain width
   check (not CSS pointer/hover feature detection, which isn't reliably
   supported across every real mobile browser). The class lands on the
   <section> itself (which already has .mascot-scroll), so the first rule
   below needs a compound selector, not a descendant combinator. */
.mascot-scroll.mascot-scroll--mobile { height: auto; padding: 3rem 0; }
.mascot-scroll--mobile .mascot-scroll-sticky { position: static; height: auto; }
.mascot-scroll--mobile .mascot-video { display: none; }
.mascot-scroll--mobile .mascot-poster-fallback { display: block; }
.mascot-scroll--mobile .mascot-overlay { display: none; }

/* Reduced motion: static poster only, no scrubbing, no autoplay. */
@media (prefers-reduced-motion: reduce) {
  .mascot-scroll { height: auto; padding: 3rem 0; }
  .mascot-scroll-sticky { position: static; height: auto; }
  .mascot-video { display: none; }
  .mascot-poster-fallback { display: block; }
  /* Explicitly excludes .mascot-scroll--mobile: mobile is always just the
     static picture with no text, full stop, regardless of a reduced-motion
     preference — there's no motion happening on mobile either way now, so
     the earlier reasoning for forcing text back on there no longer applies. */
  .mascot-scroll:not(.mascot-scroll--mobile) .mascot-overlay { position: static; padding: 1.5rem 1rem 0; display: flex; }
  .mascot-line { position: static; opacity: 1; margin: 0 auto .75rem; }
}

/* ============ VIDEO GALLERY ============ */
.video-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.75rem;
  max-width: 640px;
  margin: 0 auto;
}
.video-card {
  position: relative;
  width: 260px;
  max-width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border: 1px solid var(--gold-500);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  background: var(--blue-900);
}
.video-el { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-play-btn {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 68px; height: 68px;
  border-radius: 50%;
  background: var(--gold-500);
  color: var(--blue-900);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: transform .25s var(--ease), background-color .25s var(--ease), opacity .2s var(--ease);
}
.video-play-btn svg { margin-left: 3px; }
.video-play-btn:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--gold-400); }
.video-card.is-playing .video-play-btn { opacity: 0; pointer-events: none; }

/* ============ CTA STRIP ============ */
.cta-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 1.25rem 1.5rem;
  text-align: center;
}
.cta-strip p { font-size: .92rem; color: var(--ink-500); margin: 0; }
.cta-strip a { color: var(--blue-700); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.cta-strip a:hover { color: var(--blue-900); }
.cta-strip span { color: var(--gold-500); }
.cta-strip-dark {
  background: var(--blue-900);
  border-top-color: rgba(200,162,74,.3);
  border-bottom-color: rgba(200,162,74,.3);
}
.cta-strip-dark p { color: #C7CEDB; }
.cta-strip-dark a { color: var(--gold-400); }
.cta-strip-dark a:hover { color: #fff; }
.cta-strip-photo {
  position: relative;
  padding: 4.5rem 1.5rem;
  background-color: var(--blue-900);
  background-image: url("assets/gallery/hero-exterior.webp");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top-color: rgba(200,162,74,.35);
  border-bottom-color: rgba(200,162,74,.35);
}
.cta-strip-photo p { color: #fff; text-shadow: 0 0 5px rgba(0,0,0,.9), 0 0 12px rgba(0,0,0,.8); }
.cta-strip-photo a { color: var(--gold-400); text-shadow: 0 0 5px rgba(0,0,0,.9), 0 0 12px rgba(0,0,0,.8); }
.cta-strip-photo a:hover { color: #fff; }
.cta-strip-photo span { color: var(--gold-400); }

/* ============ REVIEWS — featured quote + quiet masonry ============ */
.big-rating { display: inline-flex; align-items: baseline; gap: .6rem; font-family: var(--font-display); font-weight: 900; font-size: clamp(2.5rem, 4vw, 3.5rem); color: var(--gold-500); }
.rating-sub { margin-top: .5rem; color: #B9C2D4; }

.reviews-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }

.featured-review {
  margin: 0;
  padding-right: 1rem;
  border-right: 1px solid rgba(200,162,74,.25);
  position: sticky;
  top: 6rem;
}
.quote-mark {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 5rem;
  line-height: 1;
  color: var(--gold-500);
  margin-bottom: 1rem;
}
.featured-review blockquote {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.5rem, 1.6vw + 1rem, 2.1rem);
  line-height: 1.28;
  color: #fff;
  max-width: 34ch;
}
.featured-review figcaption {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-400);
  display: flex;
  align-items: center;
  gap: .75rem;
}
.featured-review figcaption .stars { font-size: .85rem; }

.quiet-reviews { columns: 2 260px; column-gap: 2.5rem; }
.review-card {
  break-inside: avoid;
  padding: 0 0 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid rgba(200,162,74,.16);
}
.review-top { display: flex; align-items: flex-start; gap: .75rem; margin-bottom: .85rem; }
.avatar-monogram {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1px solid var(--gold-500);
  color: var(--gold-400);
  background: transparent;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .92rem;
  display: flex; align-items: center; justify-content: center;
}
.review-name { color: #fff; font-weight: 700; font-size: .92rem; }
.review-meta { font-size: .78rem; color: #8792A5; display: flex; gap: .5rem; align-items: center; }
.review-meta .stars { font-size: .76rem; }
.google-tag {
  margin-left: auto;
  flex: none;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #8792A5;
}
.review-text { color: #B9C2D4; font-size: .9rem; line-height: 1.65; max-width: 48ch; }
.is-long .review-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.is-long.expanded .review-text { -webkit-line-clamp: unset; overflow: visible; }
.read-more { margin-top: .6rem; color: var(--gold-400); font-weight: 700; font-size: .82rem; text-decoration: underline; text-underline-offset: 3px; }

/* ============ SERVICE AREAS ============ */
.areas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; margin-bottom: 4rem; }
.area-card {
  background: var(--blue-700);
  border-top: 3px solid var(--gold-500);
  padding: 2.75rem 2.5rem;
  transition: background-color .3s var(--ease);
}
.area-card:hover { background: var(--blue-500); }
.area-card h3 { color: #fff; margin-bottom: .6rem; }
.area-owner {
  color: var(--gold-400);
  font-weight: 700;
  font-size: .74rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 1.75rem;
}
.area-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 1.5rem; }
.area-actions-lang { flex-direction: column; align-items: flex-start; gap: 1.1rem; }
.lang-call-group { display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; }
.lang-call-label { font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-400); }
.loc-cta-lang { display: flex; flex-direction: column; align-items: flex-start; gap: .85rem; margin: 1rem 0 1.25rem; }
.area-email { color: #C7CEDB; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(200,162,74,.5); word-break: break-word; }
.area-email:hover { color: var(--gold-400); }

/* ---------- Where we work (city list) ---------- */
.where-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin: 3.5rem 0 4rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}
.where-col h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--blue-700);
  margin: 0 0 .6rem;
}
.where-col p { font-size: .92rem; line-height: 1.65; }
.where-col a { color: var(--blue-700); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.where-col a:hover { color: var(--blue-900); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item h3 { font-size: 1.15rem; margin-bottom: .6rem; }
.faq-item p { font-size: .95rem; line-height: 1.7; max-width: 62ch; }
.faq-item a { color: var(--blue-700); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.faq-item a:hover { color: var(--blue-900); }

/* ---------- Truck strip ---------- */
.truck-strip { display: flex; align-items: center; gap: 1.5rem; justify-content: center; margin-bottom: 5rem; }
.truck-photo {
  flex: none;
  width: 100%;
  max-width: 420px;
  border: 1px solid var(--gold-500);
  overflow: hidden;
}
.truck-photo img { width: 100%; height: auto; display: block; }
.truck-caption { color: var(--ink-500); font-style: italic; font-size: .9rem; }

/* ============ FOOTER ============ */
.site-footer {
  position: relative;
  background: var(--blue-900);
  background-image:
    repeating-linear-gradient(135deg, rgba(200,162,74,.05) 0px, rgba(200,162,74,.05) 1px, transparent 1px, transparent 36px),
    url("assets/gallery/porch.webp");
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding: 4rem 1.5rem 2.5rem;
  border-top: 1px solid rgba(200,162,74,.3);
}
.footer-inner { max-width: 680px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.footer-brand { display: flex; align-items: center; margin-bottom: .5rem; }
.footer-logo-img { display: block; height: 98px; width: auto; }
.footer-verse { color: #C7CEDB; font-family: var(--font-display); font-style: italic; font-size: .95rem; max-width: 42ch; text-shadow: 0 0 6px rgba(0,0,0,.95), 0 0 14px rgba(0,0,0,.85); }
.footer-meta, .footer-badges { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; color: #A8B0C0; font-size: .88rem; text-shadow: 0 0 5px rgba(0,0,0,.95), 0 0 12px rgba(0,0,0,.85); }
.footer-meta a, .footer-badges a { color: var(--gold-400); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.footer-crown { height: 42px; width: auto; margin: .5rem 0; opacity: .85; }
.footer-copy { color: #8792A5; font-size: .8rem; margin-top: .25rem; text-shadow: 0 0 5px rgba(0,0,0,.95), 0 0 12px rgba(0,0,0,.85); }

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(10,27,51,.95);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 90vw; max-height: 80vh; object-fit: contain; border-radius: var(--radius-sm); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.lightbox-caption { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: #fff; font-size: .95rem; }
.lightbox-close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: #fff; font-size: 1.8rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-close:hover { background: rgba(255,255,255,.2); }
.lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: #fff; font-size: 2rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-nav:hover { background: rgba(255,255,255,.2); }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

/* ============ SCROLL REVEAL ============ */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .verse-band, .cta-strip-photo, .section-head-photo, .site-footer { background-attachment: scroll; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-panel { padding: calc(var(--header-h) + 4rem) 1.5rem 0; }
  .hero-panel::after { display: none; }
  .hero-panel-inner { max-width: none; }
  .hero-photo { aspect-ratio: 16/10; }
  .hero-eyebrow-crown { display: none; }
  .hero-chip { display: none; }

  .services-editorial { grid-template-columns: 1fr; gap: 3rem; max-width: 40rem; margin: 0 auto; }
  .service-row:nth-child(even) { margin-top: 0; }
  .service-row--tall .service-media { aspect-ratio: 16/10; }

  .reviews-layout { grid-template-columns: 1fr; gap: 3rem; }
  .featured-review { position: static; border-right: 0; padding-right: 0; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(200,162,74,.25); }
  .featured-review blockquote { max-width: 60ch; }

  .gallery-grid { columns: 2 240px; }
  .loc-index-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  :root { --header-h: 86px; }
  .main-nav { display: none; }
  .header-estimate { display: none; }
  .header-call span { display: none; }
  .header-call { padding: .5rem; }
  .hamburger { display: flex; }
  .header-inner { height: 86px; }
  .brand-logo-img { height: 56px; }
  .mobile-menu { inset: 86px 0 0 0; }

  .mobile-sticky-call-wrap { display: flex; }

  .areas-grid { grid-template-columns: 1fr; }
  .where-grid { grid-template-columns: 1fr; gap: 2rem; }

  /* Verse band and the Services photo band sit back-to-back on mobile with no
     solid section between them — drop the verse band's photo here only, so it
     returns to its plain navy + gold-radial look and the two bands don't blur
     together. Desktop keeps the photo. */
  .verse-band {
    background-image:
      radial-gradient(circle at 20% 20%, rgba(200,162,74,.10), transparent 45%),
      radial-gradient(circle at 80% 80%, rgba(200,162,74,.08), transparent 45%);
  }
}

@media (max-width: 640px) {
  .hero-panel { padding: calc(var(--header-h) + 3rem) 1.25rem 0; }
  .hero-headline { font-size: clamp(2.5rem, 9vw, 3.25rem); }
  .hero-credibility { font-size: .66rem; gap: .4rem; }

  .quiet-reviews { columns: 1; }

  .gallery-grid { columns: 1; }
  .hero-actions .btn { width: 100%; text-align: center; justify-content: center; }
  .area-card { padding: 2rem 1.75rem; }
  .truck-strip { flex-direction: column; text-align: center; }
  .lightbox-nav { width: 44px; height: 44px; font-size: 1.6rem; }
  .lightbox-prev { left: .5rem; }
  .lightbox-next { right: .5rem; }

  .loc-index-grid { grid-template-columns: 1fr; gap: 2rem; }
  .loc-gallery { grid-template-columns: 1fr; }
}
