@font-face {
  font-family: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(fonts/lora-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: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(fonts/lora-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: 'Lora Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(fonts/lora-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;
}
@font-face {
  font-family: 'Nunito Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(fonts/nunito-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: 'Nunito Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(fonts/nunito-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: 'Nunito Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(fonts/nunito-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);
}

/* Warm and friendly (cafés, salons). From SiteWarm.dc.html. */
.site {
  --pad: clamp(16px, 5vw, 64px);
  --serif: 'Lora Variable', Lora, Georgia, serif;
  --sans: 'Nunito Variable', Nunito, system-ui, sans-serif;
  width: 100%; background: #f6f0e6; color: #2a1d14;
  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: #2f5b3e; }
.site a:not([class]):hover { color: #1f3f2a; }

.hd { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding: 14px var(--pad); border-bottom: 1px solid #e0d2bd; }
.hd-name { font-family: var(--serif); font-weight: 700; 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: 24px; border: 2px solid #cdbba2; background: transparent; color: #2a1d14;
  font: 800 15px var(--sans); text-decoration: none;
}
.site .langs a[aria-current] { border-color: #2a1d14; background: #2a1d14; color: #fff; }
.note { padding: 12px var(--pad); background: #fff4cf; color: #4a3500; font-size: 16px; font-weight: 700; }

.hero { display: flex; flex-wrap: wrap; gap: clamp(20px, 4vw, 56px); align-items: center; padding: var(--pad); max-width: 1280px; margin: 0 auto; }
.hero-media { flex: 1 1 420px; min-width: 0; position: relative; aspect-ratio: 4/3; border-radius: 22px; overflow: hidden; }
.hero-text { flex: 1 1 340px; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.kicker { font-weight: 800; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: #6b4a2f; }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 700; font-size: clamp(42px, 7vw, 80px); line-height: 1.02; letter-spacing: -.01em; text-wrap: balance; }
.promise { margin: 0; font-size: clamp(19px, 2vw, 23px); color: #4a3727; text-wrap: pretty; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.site .btn-wa {
  flex: 1 1 260px; max-width: 380px; min-height: 60px; display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 24px; border-radius: 30px; background: #2f5b3e; color: #fff; font-weight: 800; font-size: 19px; text-decoration: none;
}
.site .btn-call {
  flex: 0 1 auto; min-height: 60px; display: flex; align-items: center; padding: 0 22px; border-radius: 30px;
  border: 2px solid #2a1d14; color: #2a1d14; font-weight: 800; font-size: 18px; text-decoration: none;
}

.sec { padding: clamp(28px, 5vw, 64px) var(--pad); max-width: 1280px; margin: 0 auto; }
.sec h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(30px, 4.5vw, 46px); line-height: 1.1; }
.intro { margin: -8px 0 20px; font-size: 17px; color: #5a4636; }
.footnote { margin: 16px 0 0; font-size: 17px; color: #4a3727; }

.menu {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); column-gap: 48px;
  background: #fffaf2; border: 1px solid #e0d2bd; border-radius: 22px; padding: 8px clamp(16px, 3vw, 32px);
}
.svc { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 16px 0; border-bottom: 1px dashed #d8c7ae; }
.svc-main { min-width: 0; }
.svc-name { font-weight: 800; font-size: 19px; }
.svc-desc, .svc-note { font-size: 16px; color: #5a4636; }
.svc-price { font-weight: 800; font-size: 20px; color: #8a3a1c; white-space: nowrap; font-variant-numeric: tabular-nums; }

.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: 1/1; border-radius: 16px; overflow: hidden; }
.gal figcaption { font-size: 15px; font-weight: 700; color: #4a3727; }

.revs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 16px; }
.rev { margin: 0; padding: 24px; background: #fffaf2; border: 1px solid #e0d2bd; border-radius: 22px; display: flex; flex-direction: column; gap: 14px; }
.stars { font-weight: 800; color: #8a3a1c; letter-spacing: .1em; }
.rev p { margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.4; text-wrap: pretty; }
.rev footer { font-size: 16px; font-weight: 700; color: #5a4636; }

.visit { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: clamp(28px, 4vw, 48px); }
.visit h2, .faq-sec h2 { margin-bottom: 16px; }
.hours { background: #fffaf2; border: 1px solid #e0d2bd; border-radius: 22px; padding: 4px 24px; }
.hours-row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 14px 0; border-bottom: 1px dashed #d8c7ae; font-size: 19px; }
.hours-days { font-weight: 700; }
.hours-time { font-variant-numeric: tabular-nums; font-weight: 800; }
.map {
  position: relative; aspect-ratio: 4/3; border-radius: 22px; overflow: hidden; border: 1px solid #d8c7ae;
  background: repeating-linear-gradient(135deg, #ece2d1 0 12px, #e5d9c5 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: 28px; height: 28px; border-radius: 50%; background: #2f5b3e; border: 5px solid #fff; }
.map-label { font-family: ui-monospace, Menlo, monospace; font-size: 13px; background: #fffaf2; padding: 4px 8px; border-radius: 6px; color: #4a3727; }
.map-note { margin: 14px 0; font-size: 18px; color: #4a3727; }
.site .btn-dir {
  min-height: 56px; display: inline-flex; align-items: center; padding: 0 24px; border-radius: 28px;
  border: 2px solid #2a1d14; color: #2a1d14; font-weight: 800; text-decoration: none;
}

.faq { display: flex; flex-direction: column; gap: 10px; max-width: 860px; }
.faq-item { background: #fffaf2; border: 1px solid #e0d2bd; border-radius: 18px; }
.faq-item summary {
  min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 20px;
  font: 800 19px var(--sans); color: #2a1d14;
}
.faq-item .sign { font-size: 26px; line-height: 1; }
.faq-item p { margin: 0; padding: 0 20px 18px; font-size: 18px; color: #4a3727; }

.ft { margin-top: 24px; padding: clamp(28px, 5vw, 56px) var(--pad); background: #2f5b3e; 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-family: var(--serif); font-size: 28px; font-weight: 700; }
.ft-line { font-size: 17px; }
.site .ft-cta {
  min-height: 60px; display: flex; align-items: center; padding: 0 28px; border-radius: 30px;
  background: #fff; color: #1f3f2a; font-weight: 800; font-size: 19px; 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; }
