@font-face {
  font-family: 'Rubik Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url(fonts/rubik-cyrillic-wght-normal.woff2) format('woff2');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'Rubik Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url(fonts/rubik-latin-ext-wght-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Rubik Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url(fonts/rubik-latin-wght-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* Shared by every look: reset, photo slots, questions and answers, demo notes. */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
[hidden] { display: none !important; }
img { display: block; }

/* A photo fills its frame; the frame sets the shape. */
.hero-media > img, .gal-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Empty photo slot (demo sites): says what to photograph. */
.slot {
  position: absolute; inset: 0; overflow: hidden; border-radius: inherit;
  background: rgba(127, 127, 127, .08);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
  text-align: center; padding: 12px;
  font: 500 13px/1.3 system-ui, -apple-system, sans-serif; letter-spacing: .01em;
  cursor: pointer; user-select: none;
}
.slot::after { content: ""; position: absolute; inset: 0; border: 1.5px dashed currentColor; opacity: .35; border-radius: inherit; pointer-events: none; }
.slot svg { opacity: .45; flex: none; }
.slot-cap { max-width: 90%; opacity: .75; }
.slot-sub { font-size: 11px; opacity: .75; }
.slot:hover .slot-sub { opacity: 1; }
.slot:focus-visible { outline: 2px solid #c96442; outline-offset: -2px; }
.slot.is-over { outline: 2px solid #c96442; outline-offset: -2px; background: rgba(201, 100, 66, .10); }
.slot.is-filled::after, .slot.is-filled > :not(img) { display: none; }
.slot > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Questions and answers use <details>, so they open without any script. */
.faq-item summary { list-style: none; cursor: pointer; text-align: left; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .sign::before { content: "+"; }
.faq-item[open] .sign::before { content: "\2212"; }

/* Demo sites: a short note when a contact button is tapped. */
.demo-toast {
  position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 50;
  width: max-content; max-width: min(92vw, 440px);
  background: #161513; color: #fff; border-radius: 12px; padding: 12px 16px;
  font: 600 15px/1.4 system-ui, -apple-system, sans-serif; box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

/* Bright and holiday (tourist businesses). From SiteBright.dc.html. */
.site {
  --pad: clamp(16px, 5vw, 64px);
  --sans: 'Rubik Variable', Rubik, system-ui, sans-serif;
  width: 100%; background: #fff; color: #0a2540;
  font-family: var(--sans); font-size: 18px; line-height: 1.5;
  overflow-wrap: break-word; hyphens: auto;
}
/* Plain text links only; buttons set their own colours. */
.site a:not([class]) { color: #0b4f8a; }
.site a:not([class]):hover { color: #0a2540; }

.hd { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 12px var(--pad); background: #0b4f8a; color: #fff; }
.hd-name { font-weight: 800; font-size: 20px; }
.langs { display: flex; gap: 6px; }
.site .langs a {
  min-width: 48px; height: 48px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 12px; border: 2px solid #fff; background: transparent; color: #fff;
  font: 700 15px var(--sans); text-decoration: none;
}
.site .langs a[aria-current] { border-color: #ffd23f; background: #ffd23f; color: #0a2540; font-weight: 800; }
.note { padding: 12px var(--pad); background: #fff4cf; color: #4a3500; font-size: 16px; font-weight: 700; }

.hero { position: relative; }
.hero-media { position: relative; height: clamp(300px, 48vw, 600px); overflow: hidden; }
.hero-wrap { position: relative; margin: -72px auto 0; max-width: 1152px; padding: 0 clamp(12px, 5vw, 64px); box-sizing: content-box; }
.hero--noimg .hero-wrap { margin-top: clamp(16px, 4vw, 40px); }
.hero-card {
  background: #ffd23f; border-radius: 24px; padding: clamp(22px, 4vw, 44px);
  display: flex; flex-wrap: wrap; gap: clamp(16px, 3vw, 40px); align-items: flex-end; justify-content: space-between;
}
.hero-text { flex: 1 1 380px; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.kicker { font-weight: 700; font-size: 16px; }
.hero h1 { margin: 0; font-weight: 800; font-size: clamp(40px, 6.6vw, 80px); line-height: 1; letter-spacing: -.02em; text-wrap: balance; }
.promise { margin: 0; font-size: clamp(19px, 2vw, 23px); font-weight: 500; text-wrap: pretty; }
.actions { flex: 0 1 340px; min-width: 0; display: flex; flex-direction: column; gap: 10px; width: 100%; }
.site .btn-wa {
  min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px;
  border-radius: 16px; background: #0a2540; color: #fff; font-weight: 800; font-size: 20px; text-decoration: none; text-align: center;
}
.site .btn-call {
  min-height: 56px; display: flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 16px;
  border: 2px solid #0a2540; color: #0a2540; font-weight: 700; font-size: 18px; text-decoration: none;
}

.band { background: #e6f3ff; }
.sec { padding: clamp(36px, 6vw, 80px) var(--pad); max-width: 1280px; margin: 0 auto; }
.sec h2 { margin: 0 0 24px; font-weight: 800; font-size: clamp(32px, 4.6vw, 50px); line-height: 1.05; }
.sec h2.h2-tight { letter-spacing: -.01em; }
.visit h2, .sec:has(.faq) h2 { margin-bottom: 20px; }
.intro { margin: -8px 0 24px; font-size: 17px; font-weight: 500; }
.footnote { margin: 16px 0 0; font-size: 17px; font-weight: 500; }

.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 16px; }
.svc { border: 3px solid #0a2540; border-radius: 22px; padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.svc-name { font-weight: 800; font-size: 22px; line-height: 1.2; }
.svc-desc { font-size: 17px; flex: 1; }
.svc-pricerow { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.svc-price { background: #0b4f8a; color: #fff; font-weight: 800; font-size: 24px; padding: 4px 14px; border-radius: 12px; font-variant-numeric: tabular-nums; }
.svc-note { font-size: 16px; font-weight: 500; }

.gal { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.gal figure { margin: 0; display: flex; flex-direction: column; gap: 6px; }
.gal-media { position: relative; aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; }
.gal figcaption { font-size: 15px; font-weight: 700; }

.revs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 16px; }
.rev { margin: 0; padding: 22px; background: #fff8dc; border-radius: 22px; display: flex; flex-direction: column; gap: 12px; }
.stars { font-weight: 800; letter-spacing: .1em; color: #0a2540; }
.rev p { margin: 0; font-size: 18px; font-weight: 500; text-wrap: pretty; }
.rev footer { font-size: 15px; font-weight: 700; }

.visit { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: clamp(28px, 4vw, 48px); }
.hours { background: #fff; border: 3px solid #0a2540; border-radius: 22px; padding: 4px 22px; }
.hours-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 15px 0; border-bottom: 2px solid #e6f3ff; font-size: 19px; }
.hours-days { font-weight: 500; }
.hours-time { font-weight: 800; font-variant-numeric: tabular-nums; }
.map {
  position: relative; aspect-ratio: 4/3; border-radius: 22px; overflow: hidden; border: 3px solid #0a2540;
  background: repeating-linear-gradient(135deg, #d3eafc 0 12px, #c7e3fa 12px 24px);
  display: flex; align-items: center; justify-content: center;
}
.map-in { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.map-pin { width: 30px; height: 30px; border-radius: 50%; background: #ffd23f; border: 5px solid #0a2540; }
.map-label { font-family: ui-monospace, Menlo, monospace; font-size: 13px; background: #fff; padding: 4px 8px; border-radius: 6px; }
.map-note { margin: 14px 0; font-size: 18px; font-weight: 500; }
.site .btn-dir {
  min-height: 56px; display: inline-flex; align-items: center; padding: 0 22px; border-radius: 16px;
  background: #0a2540; color: #fff; font-weight: 700; text-decoration: none;
}

.faq { display: flex; flex-direction: column; gap: 10px; max-width: 880px; }
.faq-item { border: 3px solid #0a2540; border-radius: 18px; }
.faq-item summary {
  min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 20px;
  font: 700 19px var(--sans); color: #0a2540;
}
.faq-item .sign { flex: none; width: 36px; height: 36px; border-radius: 50%; background: #ffd23f; display: flex; align-items: center; justify-content: center; font-size: 24px; line-height: 1; }
.faq-item p { margin: 0; padding: 0 20px 18px; font-size: 18px; }

.ft { padding: clamp(28px, 5vw, 56px) var(--pad); background: #0b4f8a; color: #fff; }
.ft-in { max-width: 1152px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; align-items: center; }
.ft-name { font-size: 26px; font-weight: 800; }
.ft-line { font-size: 17px; }
.site .ft-cta {
  min-height: 64px; display: flex; align-items: center; padding: 0 26px; border-radius: 16px;
  background: #ffd23f; color: #0a2540; font-weight: 800; font-size: 20px; text-decoration: none;
}
.ft-credit { max-width: 1152px; margin: 24px auto 0; font-size: 14px; }
.site .ft-credit-link, .site .ft-credit-link:hover { color: inherit; text-decoration: none; }
