/* ==========================================================================
   Pro-Form Landscapes — v1 stylesheet
   Light, olive brand (from the logo) · Montserrat / Open Sans
   Structure follows the Maintenance Engineering v3 recipe: topbar, sticky
   header + call button, page banners with breadcrumbs, icon boxes, split
   rows, photo bands, CTA band, 4-col footer, scroll reveals.
   ========================================================================== */

:root {
  --paper: #FFFFFF;
  --paper-2: #F4F4EF;
  --paper-3: #E9EAE1;
  --ink: #2B2F24;
  --ink-2: #363B2E;
  --ink-3: #434839;
  --text: #2B2F24;
  --text-2: #4A4F42;
  --muted: #767B6C;
  --brand: #7C8065;
  --brand-deep: #5F644C;
  --brand-dark: #4C503C;
  --brand-light: #C1C3B6;
  --brand-tint: #EDEEE5;
  --line: rgba(43, 47, 36, .12);
  --line-2: rgba(43, 47, 36, .22);
  --line-dark: rgba(255, 255, 255, .12);
  --white: #ffffff;
  --font-display: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Open Sans', 'Segoe UI', Arial, sans-serif;
  --radius: 6px;
  --radius-lg: 10px;
  --container: 1200px;
  --gutter: 24px;
  --shadow: 0 18px 40px -24px rgba(43, 47, 36, .35);
  --shadow-lg: 0 30px 60px -30px rgba(43, 47, 36, .45);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text-2);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand-deep); text-decoration: none; }
a:hover { color: var(--ink); }
ul { margin: 0; padding: 0; list-style: none; }
p { margin: 0 0 1.1em; }
strong { color: var(--text); font-weight: 600; }
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 .6em;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.25rem, 4.6vw, 3.75rem); font-weight: 800; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
h3 { font-size: 1.375rem; }
h4 { font-size: 1.0625rem; }
.lead { font-size: 1.2rem; line-height: 1.65; color: var(--text-2); }
.skip { position: absolute; left: -999px; top: 8px; background: var(--brand); color: #fff; padding: 8px 14px; border-radius: 6px; z-index: 999; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 4px; }

.ic { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex: none; vertical-align: -0.2em; display: inline-block; }

/* Layout ------------------------------------------------------------------ */
.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container--narrow { width: min(820px, 100% - 2 * var(--gutter)); }
.section { padding: clamp(64px, 8vw, 104px) 0; position: relative; }
.section--tight { padding: clamp(48px, 6vw, 72px) 0; }
.section--alt { background: var(--paper-2); }
.section--tint { background: var(--brand-tint); }
.section--ink { background: var(--ink); color: rgba(255, 255, 255, .78); }
.section--ink h1, .section--ink h2, .section--ink h3, .section--ink h4 { color: #fff; }
.section--ink strong { color: #fff; }
.section--ink a:not(.btn) { color: var(--brand-light); }
.section--ink a:not(.btn):hover { color: #fff; }
.section__head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head h2 { margin-bottom: .4em; }
.section__head p { font-size: 1.125rem; }
.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) { .grid--4 { grid-template-columns: repeat(2, 1fr); } .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

/* Eyebrow: 5px brand block + bold ink text (no thin dashes) ---------------- */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 800; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-deep); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 26px; height: 5px; background: var(--brand); border-radius: 1px; }
.section--ink .eyebrow, .band .eyebrow { color: var(--brand-light); }
.section--ink .eyebrow::before, .band .eyebrow::before { background: var(--brand-light); }

/* Photo bands (full-bleed dividers with olive overlay) ---------------------- */
.band { position: relative; isolation: isolate; color: rgba(255, 255, 255, .85); background: var(--ink); }
.band::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--band) center / cover no-repeat; }
.band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(43, 47, 36, .72), rgba(76, 80, 60, .78)); }
.band h1, .band h2, .band h3 { color: #fff; }
.band--divider { padding: clamp(72px, 10vw, 140px) 0; text-align: center; }
.band--divider p { max-width: 720px; margin-inline: auto; font-size: clamp(1.25rem, 2.4vw, 1.75rem); font-family: var(--font-display); font-weight: 600; color: #fff; line-height: 1.35; }
.band--divider::after { background: linear-gradient(180deg, rgba(43, 47, 36, .55), rgba(43, 47, 36, .65)); }

/* Buttons ------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: .875rem;
  letter-spacing: .05em; text-transform: uppercase;
  padding: 15px 28px; border-radius: var(--radius); border: 2px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), background .25s, border-color .25s, color .25s, box-shadow .25s;
  white-space: nowrap; line-height: 1.1;
}
.btn .ic { width: 1.15em; height: 1.15em; }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px -12px rgba(124, 128, 101, .9); }
.btn--primary:hover { background: var(--brand-deep); color: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -14px rgba(95, 100, 76, .9); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); background: rgba(43, 47, 36, .04); transform: translateY(-2px); }
.btn--ghost-light { color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--ghost-light:hover { color: #fff; border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { background: var(--brand-light); color: var(--ink); transform: translateY(-2px); }
.btn--sm { padding: 11px 18px; font-size: .8rem; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 700; font-size: .9rem; color: var(--brand-deep); }
.link-arrow .ic { transition: transform .25s var(--ease); }
.link-arrow:hover .ic { transform: translateX(4px); }

.tag { display: inline-block; font-family: var(--font-display); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 4px; vertical-align: middle; line-height: 1.2; }
.tag--brand { background: var(--brand-tint); color: var(--brand-deep); border: 1px solid rgba(124, 128, 101, .4); }

/* Top bar ------------------------------------------------------------------- */
.topbar { background: var(--brand); font-size: .82rem; color: rgba(255, 255, 255, .85); }
.topbar__in { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 20px; }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 22px; }
.topbar a, .topbar span { color: rgba(255, 255, 255, .92); display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: #fff; }
.topbar .ic { color: #fff; }
@media (max-width: 1024px) { .topbar__right span { display: none; } }
@media (max-width: 768px) { .topbar { display: none; } }

/* Header -------------------------------------------------------------------- */
.header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s, background .3s;
}
.header.is-stuck { box-shadow: 0 10px 30px -18px rgba(43, 47, 36, .5); background: rgba(255, 255, 255, .98); }
.header__in { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 24px; }
.brand img { width: 172px; height: auto; transition: width .3s var(--ease); }
.header.is-stuck .brand img { width: 150px; }
.nav { display: flex; align-items: center; gap: 2px; }
.nav a:not(.btn) {
  font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--text-2);
  padding: 10px 13px; border-radius: 6px; position: relative; transition: color .2s;
}
.nav a:not(.btn)::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 5px; height: 2px; background: var(--brand); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav a:not(.btn):hover { color: var(--ink); }
.nav a:not(.btn):hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--ink); }
.nav__cta { display: none; }
.header__actions { display: flex; align-items: center; gap: 12px; }
.header__call { padding: 12px 20px; }
.burger { display: none; width: 46px; height: 46px; border-radius: 8px; border: 1px solid var(--line-2); background: transparent; color: var(--ink); align-items: center; justify-content: center; cursor: pointer; }
.burger .ic { width: 24px; height: 24px; }
.burger .ic--close { display: none; }
body.nav-open .burger .ic--open { display: none; }
body.nav-open .burger .ic--close { display: block; }

@media (max-width: 1100px) {
  .header__call span { display: none; }
  .header__call { padding: 12px 14px; }
  .burger { display: inline-flex; }
  .nav {
    position: fixed; inset: var(--header-h) 0 0 0; z-index: 80;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--paper); padding: 16px var(--gutter) 32px;
    transform: translateX(100%); transition: transform .35s var(--ease); overflow-y: auto;
  }
  body.nav-open .nav { transform: none; }
  body.nav-open { overflow: hidden; }
  .nav a:not(.btn) { font-size: 1.15rem; padding: 16px 6px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav a:not(.btn)::after { display: none; }
  .nav__cta { display: inline-flex; margin-top: 22px; }
}
@media (max-width: 768px) { :root { --header-h: 72px; } .brand img, .header.is-stuck .brand img { width: 136px; } }

/* Hero (home) --------------------------------------------------------------- */
.hero { position: relative; min-height: min(780px, calc(100svh - var(--header-h) - 40px)); display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--ink); }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; transform: scale(1.04); animation: heroIn 2.2s var(--ease) forwards; }
@keyframes heroIn { to { transform: scale(1); } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, rgba(43, 47, 36, .9) 0%, rgba(43, 47, 36, .74) 36%, rgba(43, 47, 36, .22) 68%, rgba(43, 47, 36, .05) 100%),
    linear-gradient(180deg, rgba(43, 47, 36, .1), rgba(43, 47, 36, 0) 40%, rgba(43, 47, 36, .8));
}
.hero__in { padding: clamp(72px, 10vw, 120px) 0 clamp(88px, 11vw, 140px); }
.hero__content { max-width: 700px; color: rgba(255, 255, 255, .85); }
.hero h1 { color: #fff; margin-bottom: .5em; }
.hero h1 em { font-style: normal; color: var(--brand-light); }
.hero .lead { max-width: 580px; font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: rgba(255, 255, 255, .88); }
.hero__meta { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; font-size: .92rem; font-family: var(--font-display); font-weight: 600; color: #fff; }
.hero__meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero__meta .ic { color: var(--brand-light); }
@media (prefers-reduced-motion: reduce) { .hero__media img { animation: none; transform: none; } }
@media (max-width: 768px) { .hero { min-height: 0; } .hero__media img { object-position: 50% 50%; } }

/* Tagline band -------------------------------------------------------------- */
.tagline { text-align: center; padding: 24px 0; background: var(--brand); }
.tagline p { margin: 0; font-family: var(--font-display); font-weight: 700; letter-spacing: .2em; text-transform: uppercase; font-size: clamp(.8rem, 1.5vw, 1.05rem); color: rgba(255, 255, 255, .85); }
.tagline p b { color: #fff; font-weight: 800; }

/* Page banner (subpages) ---------------------------------------------------- */
.banner { position: relative; isolation: isolate; overflow: hidden; padding: clamp(72px, 9vw, 120px) 0 clamp(56px, 7vw, 90px); background: var(--ink); color: rgba(255, 255, 255, .85); }
.banner__media { position: absolute; inset: 0; z-index: -2; }
.banner__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(43, 47, 36, .92), rgba(43, 47, 36, .75) 50%, rgba(43, 47, 36, .4)), linear-gradient(180deg, rgba(43, 47, 36, .1), rgba(43, 47, 36, .8)); }
.banner__in { max-width: 780px; }
.banner h1 { font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: .35em; color: #fff; }
.banner .lead { margin-bottom: 0; color: rgba(255, 255, 255, .88); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .82rem; font-family: var(--font-display); font-weight: 600; color: rgba(255, 255, 255, .6); margin-bottom: 18px; }
.crumbs a { color: rgba(255, 255, 255, .85); }
.crumbs a:hover { color: #fff; }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: rgba(255, 255, 255, .5); }

/* Division cards ------------------------------------------------------------ */
.divisions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
@media (max-width: 860px) { .divisions { grid-template-columns: 1fr; } }
.division {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow);
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.division:hover { transform: translateY(-6px); border-color: rgba(124, 128, 101, .6); box-shadow: var(--shadow-lg); }
.division__media { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.division__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.division:hover .division__media img { transform: scale(1.05); }
.division__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43, 47, 36, 0) 55%, rgba(43, 47, 36, .85)); }
.division__label { position: absolute; left: 24px; bottom: 18px; z-index: 1; font-family: var(--font-display); font-weight: 800; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; color: #fff; display: flex; align-items: center; gap: 10px; text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.division__label .ic { width: 1.25em; height: 1.25em; color: var(--brand-light); stroke-width: 2.2; }
.division__body { padding: 28px 30px 32px; display: flex; flex-direction: column; flex: 1; }
.division__body h3 { font-size: 1.5rem; margin-bottom: .5em; }
.division__body p { margin-bottom: 1.2em; }
.division__body .btn-row { margin-top: auto; padding-top: 8px; }

/* Check lists --------------------------------------------------------------- */
.checks { display: grid; gap: 10px 22px; }
.checks--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 560px) { .checks--2 { grid-template-columns: 1fr; } }
.checks li { display: flex; gap: 11px; align-items: flex-start; color: var(--text-2); line-height: 1.5; font-weight: 600; font-family: var(--font-display); font-size: .98rem; }
.checks .ic { color: var(--brand); width: 1.2em; height: 1.2em; margin-top: .22em; stroke-width: 2.6; }
.checks--compact { gap: 8px 18px; font-size: .95rem; }
.section--ink .checks li, .band .checks li { color: rgba(255, 255, 255, .9); }
.section--ink .checks .ic, .band .checks .ic { color: var(--brand-light); }

/* Feature split rows -------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.split--rev .split__media { order: 2; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } .split--rev .split__media { order: 0; } }
.split__media { position: relative; }
.split__media img { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow-lg); }
.split__media--tall img { aspect-ratio: 3 / 4; }
.split__media--duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.split__media--duo img { aspect-ratio: 3 / 4; }
.split__media--duo img:last-child { margin-top: 40px; }
.split__badge {
  position: absolute; left: -18px; bottom: 28px; background: var(--brand); color: #fff;
  padding: 16px 20px; border-radius: 8px; box-shadow: var(--shadow-lg); max-width: 270px;
}
.split__badge strong { display: block; font-family: var(--font-display); color: #fff; font-size: .95rem; margin-bottom: 2px; }
.split__badge span { font-size: .85rem; color: rgba(255, 255, 255, .85); }
@media (max-width: 560px) { .split__badge { left: 12px; bottom: -22px; max-width: none; right: 12px; } .split__media { margin-bottom: 30px; } }
.split__text h2 { margin-bottom: .5em; }
.split__text .checks { margin: 22px 0 6px; }

/* Icon boxes ---------------------------------------------------------------- */
.ibox {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 30px 28px 28px; position: relative; overflow: hidden;
  transition: transform .35s var(--ease), border-color .35s, box-shadow .35s;
}
.ibox:hover { transform: translateY(-5px); border-color: rgba(124, 128, 101, .6); box-shadow: var(--shadow); }
.ibox__icon {
  width: 58px; height: 58px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 20px;
  background: var(--brand-tint); border: 1px solid rgba(124, 128, 101, .35); color: var(--brand-deep);
}
.ibox__icon .ic { width: 28px; height: 28px; stroke-width: 1.8; }
.ibox h3 { font-size: 1.15rem; margin-bottom: .5em; }
.ibox p { margin: 0; font-size: .98rem; }
.ibox .tag { position: absolute; top: 18px; right: 18px; }
.ibox--photo { padding: 0; }
.ibox--photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ibox--photo .ibox__body { padding: 24px 26px 26px; }
.ibox--photo h3 { font-size: 1.2rem; }

/* Process steps (heavy blocks, thick brand top bar) ------------------------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 1024px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }
.step { background: var(--paper); border-top: 6px solid var(--brand); padding: 26px 26px 28px; box-shadow: var(--shadow); border-radius: 0 0 var(--radius) var(--radius); }
.step__num { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; line-height: 1; color: var(--brand); margin-bottom: 14px; }
.step__num .ic { width: 44px; height: 44px; stroke-width: 1.7; display: block; }
.step h3 { font-size: 1.15rem; margin-bottom: .5em; }
.step p { margin: 0; font-size: .97rem; }
.section--ink .step { background: var(--ink-2); box-shadow: none; border-top-color: var(--brand-light); }
.section--ink .step__num { color: var(--brand-light); }

/* Ledger rows (full-width proof rows, not 2x2 stat cards) ------------------- */
.ledger { border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.ledger__row { display: grid; grid-template-columns: 180px 1fr 1.4fr; gap: 24px; align-items: center; padding: 26px 0; border-top: 2px solid var(--line-2); }
.ledger__row:first-child { border-top: 0; }
.ledger__tag { font-family: var(--font-display); font-weight: 800; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-deep); }
.ledger__big { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2.2rem); line-height: 1.05; color: var(--ink); letter-spacing: -0.02em; }
.ledger__txt { font-weight: 600; font-family: var(--font-display); font-size: 1rem; color: var(--text-2); margin: 0; }
@media (max-width: 760px) { .ledger__row { grid-template-columns: 1fr; gap: 8px; } }

/* FAQ ----------------------------------------------------------------------- */
.faq { border-top: 2px solid var(--line-2); }
.faq details { border-bottom: 2px solid var(--line-2); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; font-weight: 500; color: var(--brand); line-height: 1; transition: transform .25s var(--ease); flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details > div { padding: 0 0 22px; max-width: 800px; }
.faq details > div p:last-child { margin-bottom: 0; }

/* Area map ------------------------------------------------------------------ */
.area { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
@media (max-width: 900px) { .area { grid-template-columns: 1fr; } }
.area__list { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); line-height: 1.6; }
.area__list b { color: var(--brand-deep); }

/* Reviews (Google) ---------------------------------------------------------- */
.reviews { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
@media (max-width: 900px) { .reviews { grid-template-columns: 1fr; } }
.stars { display: inline-flex; gap: 4px; color: #E4B33C; margin-bottom: 14px; }
.stars .ic { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.gcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 32px; box-shadow: var(--shadow); }
.gcard h3 { font-size: 1.3rem; }
.gcard p { margin-bottom: 1.4em; }

/* Photo strips / gallery ---------------------------------------------------- */
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.strip--tall img { aspect-ratio: 3 / 4; }
@media (max-width: 900px) { .strip { grid-template-columns: repeat(2, 1fr); } }
.gallery__filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 36px; }
.gallery__filters button { font-family: var(--font-display); font-weight: 700; font-size: .85rem; letter-spacing: .04em; padding: 11px 20px; border-radius: var(--radius); border: 2px solid var(--line-2); background: transparent; color: var(--text-2); cursor: pointer; transition: all .25s; }
.gallery__filters button:hover { color: var(--ink); border-color: var(--ink); }
.gallery__filters button.is-active { background: var(--brand); border-color: var(--brand); color: #fff; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .gallery { grid-template-columns: 1fr; } }
.gallery__item { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; background: var(--paper-3); aspect-ratio: 4 / 3; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 16px 14px; font-size: .85rem; color: #fff; font-family: var(--font-display); font-weight: 600; background: linear-gradient(180deg, transparent, rgba(43, 47, 36, .9)); opacity: 0; transform: translateY(6px); transition: all .35s var(--ease); }
.gallery__item:hover figcaption, .gallery__item:focus-visible figcaption { opacity: 1; transform: none; }
.gallery__item--tall { grid-row: span 2; aspect-ratio: auto; }
@media (max-width: 520px) { .gallery__item--tall { grid-row: auto; aspect-ratio: 4 / 3; } }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(28, 31, 23, .95); display: flex; align-items: center; justify-content: center; padding: 60px 24px 48px; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 140px); border-radius: 6px; box-shadow: 0 30px 80px rgba(0, 0, 0, .8); }
.lightbox__cap { position: absolute; bottom: 16px; left: 0; right: 0; text-align: center; font-family: var(--font-display); font-size: .9rem; color: rgba(255, 255, 255, .8); padding: 0 60px; }
.lightbox button { position: absolute; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25); color: #fff; width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: background .2s; }
.lightbox button:hover { background: var(--brand); }
.lightbox button .ic { width: 22px; height: 22px; }
.lightbox__close { top: 16px; right: 16px; }
.lightbox__prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 16px; top: 50%; transform: translateY(-50%); }
.lightbox__prev .ic { transform: rotate(180deg); }
body.lb-open { overflow: hidden; }

/* CTA band ------------------------------------------------------------------ */
.cta { text-align: center; }
.cta__in { max-width: 760px; margin-inline: auto; }
.cta h2 { margin-bottom: .4em; }
.cta p { font-size: 1.125rem; color: rgba(255, 255, 255, .88); }
.cta .btn-row { justify-content: center; }
.cta__phone { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 3.2vw, 2.6rem); color: #fff; display: inline-flex; align-items: center; gap: 12px; margin: 6px 0 4px; letter-spacing: -0.01em; }
.cta__phone .ic { color: var(--brand-light); width: .9em; height: .9em; }
.cta__phone:hover { color: var(--brand-light); }

/* Contact ------------------------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.cform { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(24px, 3.5vw, 40px); box-shadow: var(--shadow); }
.cform h2 { font-size: 1.6rem; }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 560px) { .cform__row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field label { font-family: var(--font-display); font-weight: 700; font-size: .85rem; color: var(--ink); }
.field label span { color: var(--brand); }
.field input, .field textarea, .field select {
  font: inherit; font-size: 1rem; color: var(--text); background: var(--paper-2); border: 1px solid var(--line-2);
  border-radius: 6px; padding: 13px 15px; width: 100%; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(124, 128, 101, .25); background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.cform__note { font-size: .85rem; color: var(--muted); margin: 10px 0 0; }
.cform__alert { border-radius: 8px; padding: 14px 16px; margin-bottom: 18px; font-size: .95rem; }
.cform__alert--ok { background: #E8F3E4; border: 1px solid #9CC58F; color: #2F5A25; }
.cform__alert--err { background: #FBE9E7; border: 1px solid #E6A19A; color: #7A2A22; }
.details { display: grid; gap: 18px; }
.detail { display: flex; gap: 16px; align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; }
.detail .ic { width: 26px; height: 26px; color: var(--brand); stroke-width: 1.8; margin-top: 2px; }
.detail h4 { margin: 0 0 4px; font-size: .95rem; }
.detail p { margin: 0; font-size: .97rem; }
.detail a { color: var(--ink); font-weight: 600; }
.detail a:hover { color: var(--brand-deep); }
.map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map iframe { display: block; width: 100%; height: 380px; border: 0; }

/* Footer -------------------------------------------------------------------- */
.footer { position: relative; background: var(--ink); color: rgba(255, 255, 255, .75); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: clamp(56px, 7vw, 80px) 0 48px; }
@media (max-width: 1024px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__brand img { width: 200px; margin-bottom: 20px; }
.footer__brand p { font-size: .95rem; max-width: 340px; }
.footer__tag { font-family: var(--font-display); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--brand-light); }
.footer h4 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer ul li { padding: 6px 0; font-size: .95rem; }
.footer ul a { color: rgba(255, 255, 255, .78); }
.footer ul a:hover { color: #fff; }
.footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact .ic { color: var(--brand-light); margin-top: .35em; }
.footer__bottom { border-top: 1px solid var(--line-dark); padding: 20px 0; font-size: .85rem; color: rgba(255, 255, 255, .55); }
.footer__bottom-in { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer__bottom a { color: rgba(255, 255, 255, .78); display: inline-flex; align-items: center; gap: 8px; }
.footer__bottom a:hover { color: #fff; }

/* Floating ------------------------------------------------------------------ */
.totop { position: fixed; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; z-index: 60; opacity: 0; transform: translateY(12px); pointer-events: none; transition: all .3s var(--ease); box-shadow: 0 10px 24px -10px rgba(0, 0, 0, .5); }
.totop.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.totop:hover { background: var(--brand-deep); color: #fff; }
.mobile-call { display: none; }
@media (max-width: 768px) {
  .mobile-call { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; align-items: center; justify-content: center; gap: 10px; background: var(--brand); color: #fff; font-family: var(--font-display); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; font-size: .9rem; padding: 15px; box-shadow: 0 -8px 24px rgba(0, 0, 0, .25); }
  body { padding-bottom: 54px; }
  .totop { bottom: 70px; right: 14px; }
}

/* Reveal -------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* Misc ---------------------------------------------------------------------- */
.divider { height: 2px; background: var(--line-2); }
.prose h3 { margin-top: 1.6em; }
.prose ul { margin: 0 0 1.2em; }
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px 30px; box-shadow: var(--shadow); }
.info-card h3 { font-size: 1.1rem; margin-bottom: 14px; }
.info-card dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; font-size: .95rem; }
.info-card dt { color: var(--muted); font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; padding-top: 3px; }
.info-card dd { margin: 0; color: var(--text); }
