/* ============================================================================
   1st Choice Lawn Care & Landscaping — Benson, NC
   Design system: "equipment decal". Built off the real 1st Choice badge
   (chrome italic lettering, orange outline, dark hex shield, the flag behind
   the track loader). Mobile first: every rule is written for 390px, then grown.

   PALETTE (one block — repoint here and the whole site follows)
   - Logo-measured (sharp, out/images/logo.png): orange #e95d1f / highlight
     #ff7d35, chrome #d7d8d8, shield black #050201, grass #10ad08 / #077c04,
     mower amber #ffb915, flag red #b70100.
   - Brief brandColors #3947ff / #48a8f0 (measured off the agency's logo, not
     theirs) carry the flag blue and the sky/focus blue, where the badge
     already has blue in its flag.
   ========================================================================= */

@font-face {
  font-family: "Exo 2";
  font-style: italic;
  font-weight: 600 900;
  font-display: swap;
  src: url(/fonts/exo2-italic-var-latin.woff2) format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/bvp-400-latin.woff2) format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/bvp-600-latin.woff2) format("woff2");
}
@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/bvp-700-latin.woff2) format("woff2");
}

:root {
  /* brand */
  --orange: #e95d1f;
  --orange-hi: #ff7d35;
  --orange-ink: #b8430f;
  --amber: #ffb915;
  --grass: #10ad08;
  --grass-deep: #077c04;
  --flag-red: #b70100;
  --flag-blue: #3947ff;
  --sky: #48a8f0;
  --chrome: #d7d8d8;
  --chrome-lo: #9c9e9f;

  /* grounds */
  --ink: #0b0a09;
  --ink-2: #141311;
  --ink-3: #1d1b18;
  --paper: #f4f2ed;
  --paper-2: #e8e4db;
  --white: #ffffff;

  /* text */
  --on-dark: #f6f4ef;
  --on-dark-2: #bcb8ae;
  --on-light: #15130f;
  --on-light-2: #58544b;

  --line-d: rgba(255, 255, 255, .13);
  --line-l: rgba(21, 19, 15, .14);

  --display: "Exo 2", "Arial Narrow", Arial, sans-serif;
  --body: "Be Vietnam Pro", "Segoe UI", system-ui, -apple-system, sans-serif;

  --hdr-h: 68px;
  --wrap: 1240px;
  --gut: clamp(20px, 5.2vw, 56px);
  --sec: clamp(76px, 12vw, 148px);
  --cut: 22px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --shadow: 0 24px 60px -24px rgba(0, 0, 0, .55);
}

/* ---------------------------------------------------------------- base */
*, *::before, *::after { box-sizing: border-box; }
html {
  color-scheme: dark;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(233, 93, 31, .2);
  scroll-padding-top: calc(var(--hdr-h) + 12px);
  scroll-padding-bottom: 88px;
}
@media (min-width: 1100px) { html { scroll-padding-bottom: 0; } }
html:has(dialog[open]) { overflow: hidden; }
a, button, summary, label, input, textarea { touch-action: manipulation; }
.light, .form { color-scheme: light; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--on-dark);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@supports (overflow: clip) { body { overflow-x: clip; } }
img, video, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
p { margin: 0 0 1em; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; }
ul, ol { margin: 0; padding: 0; }
::selection { background: var(--orange); color: var(--ink); }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 3px; border-radius: 2px; }

.sr {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: fixed; left: 12px; top: -80px; z-index: 200;
  background: var(--orange); color: var(--ink);
  padding: 12px 18px; font-weight: 700; text-decoration: none;
  border-radius: 3px;
}
.skip:focus { top: calc(12px + env(safe-area-inset-top)); }

.wrap {
  width: 100%;
  max-width: calc(var(--wrap) + var(--gut) * 2);
  margin-inline: auto;
  padding-left: max(var(--gut), env(safe-area-inset-left));
  padding-right: max(var(--gut), env(safe-area-inset-right));
}
.nowrap { white-space: nowrap; }

/* ------------------------------------------------------------ type kit */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  font-family: var(--body);
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--orange-hi);
}
.kicker::before {
  content: "";
  width: 26px; height: 8px;
  background: currentColor;
  transform: skewX(-24deg);
  flex: none;
}
.light .kicker { color: var(--orange-ink); }
.dark .kicker, .dark-2 .kicker { color: var(--orange-hi); }
:not(.sec-head) > .h-lg + .lede { margin-top: 18px; }
.h-lg .hl, .h-md .hl { display: inline-block; }

.h-xl, .h-lg, .h-md, .h-sm {
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  letter-spacing: -.012em;
  text-wrap: balance;
}
.h-xl { font-size: clamp(2.9rem, 12.4vw, 6.6rem); line-height: .93; }
.h-lg { font-size: clamp(2.2rem, 8.6vw, 4.6rem); line-height: .96; }
.h-md { font-size: clamp(1.75rem, 6.2vw, 2.9rem); line-height: 1; }
.h-sm { font-size: clamp(1.4rem, 4.8vw, 1.8rem); line-height: 1.05; }

.hl { color: var(--orange-hi); }
.light .hl { color: var(--orange-ink); }
@supports (-webkit-background-clip: text) or (background-clip: text) {
  .dark .hl, .hero .hl, .phero .hl, .moment .hl, .cta .hl {
    background: linear-gradient(180deg, #ffd2b0 0%, var(--orange-hi) 38%, var(--orange) 78%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-right: .08em; /* italic overhang */
  }
  .chrome {
    background: linear-gradient(180deg, #ffffff 0%, #f4f4f3 46%, var(--chrome) 60%, #c4c6c6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding-right: .08em;
  }
}
.lede { font-size: clamp(1.02rem, 2.9vw, 1.2rem); line-height: 1.55; max-width: 40ch; }
.dark .lede, .dark p { color: var(--on-dark-2); }
.light .lede, .light p { color: var(--on-light-2); }
.sep { color: var(--orange); font-family: var(--display); font-style: italic; font-weight: 800; }

/* ------------------------------------------------------------- grounds */
.dark { background: var(--ink); color: var(--on-dark); }
.dark-2 { background: var(--ink-2); color: var(--on-dark); }
.dark-2 .lede, .dark-2 p { color: var(--on-dark-2); }
.light .form { background: var(--white); }
.light { background: var(--paper); color: var(--on-light); }
.sec { padding-block: var(--sec); position: relative; }
.sec-head { display: grid; gap: 18px; margin-bottom: clamp(36px, 6vw, 64px); }
.sec-head .lede { margin: 0; }
@media (min-width: 900px) {
  .sec-head.split { grid-template-columns: 1.15fr .85fr; align-items: end; gap: 48px; }
}

/* ------------------------------------------------------------- buttons */
.btn {
  --bg: var(--orange);
  --fg: var(--ink);
  --bd: transparent;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 26px;
  border: 0;
  background: none;
  color: var(--fg);
  font-family: var(--body);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
  touch-action: manipulation;
  transition: color .25s var(--ease), transform .25s var(--ease);
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--bg);
  border: 2px solid var(--bd);
  border-radius: 3px;
  transform: skewX(-12deg);
  transition: background-color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn:hover::before { background: var(--orange-hi); box-shadow: 0 10px 28px -10px rgba(233, 93, 31, .7); }
.btn:active { transform: translateY(1px); }
.btn-ghost { --bg: rgba(11, 10, 9, .32); --fg: var(--white); --bd: rgba(255, 255, 255, .7); }
.btn-ghost:hover::before { background: rgba(255, 255, 255, .12); border-color: var(--white); box-shadow: none; }
.light .btn-ghost { --bg: transparent; --fg: var(--on-light); --bd: var(--on-light); }
.light .btn-ghost:hover::before { background: var(--on-light); border-color: var(--on-light); }
.light .btn-ghost:hover { color: var(--paper); }
.btn-ink { --bg: var(--ink); --fg: var(--white); }
.btn-ink:hover::before { background: var(--ink-3); box-shadow: 0 10px 28px -12px rgba(0, 0, 0, .6); }
.btns { display: flex; flex-wrap: wrap; gap: 14px 18px; }

.tlink {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; text-decoration: none;
  color: var(--orange-hi);
  border-bottom: 2px solid transparent;
  padding-block: 6px;
  transition: border-color .2s, gap .25s var(--ease);
}
.tlink svg { width: 18px; height: 18px; }
.tlink:hover { border-color: currentColor; gap: 12px; }
.light .tlink { color: var(--orange-ink); }

/* ------------------------------------------------------------- header */
.hdr {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  height: calc(var(--hdr-h) + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
  color: var(--white);
  background: linear-gradient(180deg, rgba(11, 10, 9, .72), rgba(11, 10, 9, 0));
  transition: background-color .3s var(--ease), transform .35s var(--ease), box-shadow .3s;
}
.hdr.solid {
  background: rgba(11, 10, 9, .94);
  box-shadow: 0 1px 0 var(--line-d);
}
@supports (backdrop-filter: blur(10px)) {
  .hdr.solid { background: rgba(11, 10, 9, .82); backdrop-filter: blur(12px) saturate(1.2); }
}
.hdr.up { transform: translateY(-100%); }
.hdr-in {
  height: var(--hdr-h);
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  text-decoration: none;
  min-width: 0;
}
.brand img { width: 64px; height: 48px; flex: none; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .45)); }
.brand-wm { display: grid; line-height: 1; min-width: 0; }
.brand-wm b {
  font-family: var(--display);
  font-style: italic;
  font-weight: 800;
  font-size: 1.22rem;
  letter-spacing: .01em;
  white-space: nowrap;
}
.brand-wm small {
  margin-top: 4px;
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--orange-hi);
  white-space: nowrap;
}
@media (max-width: 359px) { .brand-wm small { display: none; } }

.nav { display: none; }
.nav ul { list-style: none; display: flex; align-items: center; gap: clamp(14px, 1.6vw, 26px); }
.nav a {
  position: relative;
  display: block;
  padding-block: 10px;
  font-weight: 600;
  font-size: .93rem;
  text-decoration: none;
  white-space: nowrap;
  color: rgba(255, 255, 255, .9);
}
.nav a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: 4px;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0) skewX(-24deg);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav a:hover { color: var(--white); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1) skewX(-24deg); }

.hdr-call {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  width: 46px; height: 46px;
  flex: none;
  border-radius: 50%;
  background: var(--orange);
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  transition: background-color .2s;
}
.hdr-call svg { width: 20px; height: 20px; }
.hdr-call span { display: none; }
.hdr-call:hover { background: var(--orange-hi); }
.burger {
  width: 46px; height: 46px;
  flex: none;
  display: grid; place-items: center;
  background: none;
  border: 1.5px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  color: var(--white);
}
.burger svg { width: 20px; height: 20px; }
@media (min-width: 620px) {
  .hdr-call { width: auto; padding: 0 20px; border-radius: 3px; transform: skewX(-12deg); }
  .hdr-call > * { transform: skewX(12deg); }
  .hdr-call span { display: inline; white-space: nowrap; }
}
@media (min-width: 1240px) {
  :root { --hdr-h: 80px; }
  .nav { display: block; margin-right: 18px; }
  .burger { display: none; }
  .brand img { width: 80px; height: 60px; }
  .brand-wm b { font-size: 1.36rem; }
  .brand-wm small { font-size: .6rem; }
}

/* mobile sheet */
.sheet {
  position: fixed; inset: 0; z-index: 90;
  display: flex; flex-direction: column;
  background: var(--ink);
  padding: calc(env(safe-area-inset-top) + 14px) var(--gut) calc(env(safe-area-inset-bottom) + 24px);
  overflow-y: auto;
  overscroll-behavior: contain;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-12px);
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility 0s .28s;
}
.sheet.open { visibility: visible; opacity: 1; transform: none; transition: opacity .28s var(--ease), transform .28s var(--ease); }
.sheet-top { display: flex; align-items: center; justify-content: space-between; min-height: 54px; }
.sheet-top img { width: 72px; height: 54px; }
.sheet-x {
  width: 46px; height: 46px; display: grid; place-items: center;
  background: none; border: 1.5px solid var(--line-d); border-radius: 50%; color: var(--white);
}
.sheet-x svg { width: 20px; height: 20px; }
.sheet nav { margin-top: 18px; }
.sheet ul { list-style: none; }
.sheet li + li { border-top: 1px solid var(--line-d); }
.sheet nav a {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 58px;
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: 1.55rem;
  text-decoration: none;
}
.sheet nav a svg { width: 20px; height: 20px; color: var(--orange); }
.sheet nav a[aria-current="page"] { color: var(--orange-hi); }
.sheet-foot { margin-top: auto; padding-top: 28px; display: grid; gap: 14px; }
.sheet-foot .btn { width: 100%; }
.sheet-foot p { margin: 0; color: var(--on-dark-2); font-size: .9rem; text-align: center; }

/* ---------------------------------------------------------------- hero */
.hero {
  position: relative;
  isolation: isolate;
  min-height: max(640px, 100svh);
  display: grid;
  align-items: center;
  padding: calc(var(--hdr-h) + env(safe-area-inset-top) + 26px) 0 clamp(64px, 11vw, 110px);
  background: var(--ink);
  overflow: hidden;
  text-align: center;
}
.hero-media, .hero-media video, .hero-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero-media { z-index: -2; }
.hero-media img { z-index: -1; }
.hero::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse 70% 55% at 50% 48%, rgba(11, 10, 9, .5), rgba(11, 10, 9, 0) 72%),
    linear-gradient(180deg, rgba(11, 10, 9, .66) 0%, rgba(11, 10, 9, .34) 34%, rgba(11, 10, 9, .5) 66%, rgba(11, 10, 9, .96) 100%);
}
.hero-in { max-width: 900px; margin-inline: auto; padding-inline: var(--gut); }
.hero-badge {
  width: clamp(176px, 47vw, 276px);
  height: auto;
  aspect-ratio: 552 / 412;
  margin: 0 auto 18px;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .55));
}
.pill {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 0 20px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  background: rgba(11, 10, 9, .5);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--white);
}
@supports (backdrop-filter: blur(6px)) { .pill { backdrop-filter: blur(6px); background: rgba(11, 10, 9, .34); } }
.pill svg { width: 15px; height: 15px; color: var(--orange-hi); flex: none; }
.hero h1 { color: var(--white); text-shadow: 0 4px 30px rgba(0, 0, 0, .35); }
.hero h1 .ln { display: block; }
.hero .lede {
  margin: 20px auto 30px;
  max-width: 36ch;
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 1px 14px rgba(0, 0, 0, .5);
}
.hero .btns { justify-content: center; }
.trust {
  list-style: none;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px 20px;
  margin-top: 30px;
  font-size: .86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .92);
}
.trust li { display: inline-flex; align-items: center; gap: 8px; }
.trust svg { width: 17px; height: 17px; color: var(--orange-hi); flex: none; }
.motion-btn {
  position: absolute;
  right: max(var(--gut), env(safe-area-inset-right));
  bottom: 22px;
  z-index: 2;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .45);
  background: rgba(11, 10, 9, .45);
  color: var(--white);
}
.motion-btn svg { width: 16px; height: 16px; }
.motion-btn .i-play { display: none; }
.motion-off .motion-btn .i-play { display: block; }
.motion-off .motion-btn .i-pause { display: none; }
@media (prefers-reduced-motion: reduce) {
  .hero-media video { display: none; }
}
.motion-off .hero-media video { visibility: hidden; }

/* page hero (service pages) */
.phero {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 78svh, 700px);
  display: grid;
  align-items: end;
  padding: calc(var(--hdr-h) + env(safe-area-inset-top) + 40px) 0 clamp(48px, 8vw, 88px);
  overflow: hidden;
  background: var(--ink);
}
.phero-media, .phero-media picture, .phero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.phero-media { z-index: -2; }
.phero::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(11, 10, 9, .7) 0%, rgba(11, 10, 9, .16) 30%, rgba(11, 10, 9, .42) 58%, rgba(11, 10, 9, .94) 100%),
    linear-gradient(90deg, rgba(11, 10, 9, .55), rgba(11, 10, 9, 0) 70%);
}
.phero h1 { color: var(--white); max-width: 14ch; }
.phero .lede { margin: 18px 0 28px; color: rgba(255, 255, 255, .9); }
.crumbs { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 0 0 16px; font-size: .82rem; font-weight: 600; color: rgba(255, 255, 255, .78); }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--white); text-decoration: underline; }
.crumbs li + li::before { content: "//"; margin-right: 10px; color: var(--orange-hi); font-family: var(--display); font-style: italic; font-weight: 800; }
@media (prefers-reduced-motion: no-preference) {
  .phero-media img { animation: kb 30s ease-in-out infinite alternate; }
}

/* ------------------------------------------------------------- ticker */
.ticker {
  position: relative;
  overflow: hidden;
  background: var(--orange);
  color: var(--ink);
  border-block: 1px solid rgba(0, 0, 0, .3);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: tick 42s linear infinite;
}
.ticker ul { list-style: none; display: flex; flex: none; }
.ticker li {
  display: flex; align-items: center; gap: 22px;
  padding: 15px 11px;
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: clamp(1.05rem, 3.6vw, 1.45rem);
  text-transform: uppercase;
  letter-spacing: .02em;
  white-space: nowrap;
}
.ticker li::after { content: "//"; color: var(--white); }
@keyframes tick { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker-track { animation: none; } }
.motion-off .ticker-track { animation-play-state: paused; }

/* ------------------------------------------------------ photo frames */
.ph {
  position: relative;
  overflow: hidden;
  background:
    repeating-linear-gradient(-52deg, rgba(255, 255, 255, .03) 0 10px, rgba(255, 255, 255, 0) 10px 20px),
    linear-gradient(160deg, #26311f, #121410);
}
.ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .4s; }
.ph.no-photo img { opacity: 0; }
.cut { clip-path: polygon(var(--cut) 0, 100% 0, 100% calc(100% - var(--cut)), calc(100% - var(--cut)) 100%, 0 100%, 0 var(--cut)); }
/* before/after composites carry a burned-in label top-left: mirror the cut so it stays whole */
.cut.ba { clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut))); }
.cap {
  margin-top: 10px;
  font-size: .8rem;
  color: var(--on-dark-2);
}
.light .cap { color: var(--on-light-2); }

/* ------------------------------------------------------------ intro */
.intro-grid { display: grid; gap: 52px; }
.intro-photos { position: relative; padding: 0 0 56px 0; }
.intro-photos .main { aspect-ratio: 4 / 5; }
.intro-photos .sub {
  position: absolute;
  right: 0; bottom: 0;
  width: 46%;
  aspect-ratio: 3 / 4;
  box-shadow: var(--shadow);
  --cut: 16px;
}
.intro-photos .tag {
  position: absolute;
  left: 14px; top: 14px;
  padding: 7px 12px;
  background: var(--ink);
  color: var(--white);
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  border-radius: 2px;
}
.ticks { list-style: none; display: grid; gap: 12px; margin: 26px 0 32px; }
.ticks li { display: flex; gap: 14px; align-items: flex-start; font-weight: 600; line-height: 1.4; }
.ticks li::before {
  content: "";
  flex: none;
  width: 22px; height: 22px;
  margin-top: 1px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b0a09' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 15px no-repeat,
    var(--orange);
  border-radius: 3px;
  transform: skewX(-10deg);
}
.dark .ticks li { color: var(--on-dark); }
@media (min-width: 900px) {
  .intro-grid { grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(48px, 7vw, 110px); }
  .intro-grid.rev .intro-photos { order: 2; }
  .intro-photos { padding: 0 0 70px 0; margin-right: 8%; }
  .intro-grid.rev .intro-photos { margin-right: 0; margin-left: 8%; }
  .intro-photos .sub { right: -12%; width: 48%; }
  .intro-grid.rev .intro-photos .sub { right: auto; left: -12%; }
}

/* --------------------------------------------------------- services */
.blocks { display: grid; gap: 64px; counter-reset: blk; }
.blk { position: relative; }
.blk a.card { display: block; text-decoration: none; color: inherit; }
.blk .ph { aspect-ratio: 4 / 3; }
.blk .num {
  position: absolute;
  right: 10px;
  top: -40px;
  z-index: 2;
  font-family: var(--display); font-style: italic; font-weight: 900;
  font-size: 6.2rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--orange);
  pointer-events: none;
}
.blk h3 { margin: 22px 0 8px; font-size: clamp(1.75rem, 7vw, 2.4rem); }
.blk p { margin: 0 0 12px; max-width: 38ch; }
.blk .tlink { pointer-events: none; }
.blk a.card:hover .ph img { transform: scale(1.05); }
.blk a.card:hover .tlink { border-color: currentColor; gap: 12px; }
.blk a.card:focus-visible { outline-offset: 8px; }
@media (min-width: 760px) {
  .blocks { grid-template-columns: 1fr 1fr; gap: 90px clamp(32px, 5vw, 76px); }
  .blk:nth-child(even) { margin-top: 110px; }
  .blk .num { font-size: 8.4rem; top: -58px; }
}
.more-row {
  margin-top: clamp(56px, 8vw, 96px);
  padding-top: 28px;
  border-top: 1px solid var(--line-d);
  display: grid; gap: 18px;
}
.more-row ul { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.more-row li {
  padding: 8px 14px;
  border: 1px solid var(--line-d);
  border-radius: 2px;
  font-size: .88rem; font-weight: 600;
  color: var(--on-dark);
}
.light .more-row { border-color: var(--line-l); }
.light .more-row li { border-color: var(--line-l); color: var(--on-light); background: var(--white); }
@media (min-width: 900px) { .more-row { grid-template-columns: auto 1fr; align-items: center; gap: 36px; } }

/* ------------------------------------------------------ photo moment */
.moment {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 64vw, 760px);
  display: grid;
  align-items: end;
  padding-block: clamp(56px, 9vw, 110px);
  overflow: hidden;
  background: var(--ink);
}
.moment .ph { position: absolute; inset: 0; z-index: -2; }
.moment .ph picture { display: block; width: 100%; height: 100%; }
.moment img { object-position: 62% 50%; }
.moment::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(11, 10, 9, .25) 0%, rgba(11, 10, 9, 0) 34%, rgba(11, 10, 9, .45) 62%, rgba(11, 10, 9, .9) 100%);
}
.moment .h-lg { color: var(--white); max-width: 12ch; text-shadow: 0 4px 30px rgba(0, 0, 0, .4); }
.moment .cap { color: rgba(255, 255, 255, .78); margin-top: 16px; }
@keyframes kb {
  0% { transform: scale(1.02) translate3d(0, 0, 0); }
  100% { transform: scale(1.14) translate3d(-2.2%, -1.6%, 0); }
}
@media (prefers-reduced-motion: no-preference) {
  .moment .ph img { animation: kb 26s ease-in-out infinite alternate; }
}
.motion-off .moment .ph img, .motion-off .phero-media img { animation-play-state: paused; }

/* ----------------------------------------------------------- seasons */
.rail {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(78%, 330px);
  gap: 16px;
  margin-inline: calc(var(--gut) * -1);
  padding: 4px var(--gut) 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--gut);
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail:focus-visible { outline-offset: -3px; }
.rail > * { scroll-snap-align: start; }
.season { position: relative; }
.season .ph { aspect-ratio: 3 / 4; }
.season .chip {
  position: absolute;
  left: 0; top: 18px;
  z-index: 2;
  padding: 8px 16px 8px 14px;
  background: var(--tone, var(--orange));
  color: var(--ink);
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .03em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.season h3 { margin: 18px 0 6px; font-size: 1.5rem; }
.season p { margin: 0; font-size: .95rem; }
.season.spring { --tone: var(--grass); }
.season.summer { --tone: var(--amber); }
.season.fall { --tone: var(--orange); }
.season.winter { --tone: var(--sky); }
.rail-hint { display: flex; align-items: center; gap: 10px; margin-top: 10px; font-size: .82rem; font-weight: 600; color: var(--on-light-2); }
.rail-hint svg { width: 18px; height: 18px; }
@media (min-width: 900px) {
  .rail { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; overflow: visible; gap: clamp(16px, 2vw, 28px); }
  .season:nth-child(even) { margin-top: 56px; }
  .rail-hint { display: none; }
}

/* ----------------------------------------------------------- gallery */
.gal-grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  gap: 10px;
}
.gal-grid li { position: relative; }
.gal-grid li.w2 { grid-column: span 2; }
.gal-grid button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  color: inherit;
}
.gal-grid .ph { aspect-ratio: 4 / 5; }
.gal-grid li.w2 .ph { aspect-ratio: 16 / 10; }
@media (max-width: 759px) { .gal-grid li.crew .ph { aspect-ratio: 16 / 9; } }
.gal-grid .gcap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 36px 12px 10px;
  background: linear-gradient(180deg, rgba(11, 10, 9, 0), rgba(11, 10, 9, .82));
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
  pointer-events: none;
}
.gal-grid button:hover img { transform: scale(1.05); }
.gal-grid .zoom {
  position: absolute; right: 10px; top: 10px;
  width: 34px; height: 34px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(11, 10, 9, .55);
  color: var(--white);
  opacity: 0;
  transition: opacity .25s;
}
.gal-grid .zoom svg { width: 16px; height: 16px; }
.gal-grid button:hover .zoom, .gal-grid button:focus-visible .zoom { opacity: 1; }
@media (hover: none) { .gal-grid .zoom { opacity: 1; } }
@media (min-width: 760px) {
  .gal-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(170px, 21vw, 290px); gap: 14px; }
  .gal-grid li.tall { grid-row: span 2; }
  .gal-grid li, .gal-grid button { height: 100%; }
  .gal-grid .ph, .gal-grid li.w2 .ph { aspect-ratio: auto; height: 100%; }
  .gal-grid .gcap { font-size: .84rem; padding: 44px 16px 14px; }
}
.gal-note { margin-top: 20px; font-size: .84rem; }

/* lightbox */
.lb {
  width: min(1100px, 100vw - 24px);
  max-height: calc(100svh - 24px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  overflow: visible;
  overscroll-behavior: contain;
}
.lb::backdrop { background: rgba(5, 5, 4, .9); }
.lb figure { margin: 0; }
.lb img { width: 100%; height: auto; max-height: calc(100svh - 110px); object-fit: contain; }
.lb figcaption { padding: 12px 4px 0; font-size: .92rem; color: var(--on-dark-2); }
.lb-x {
  position: fixed;
  right: max(12px, env(safe-area-inset-right)); top: calc(12px + env(safe-area-inset-top));
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .5);
  background: rgba(11, 10, 9, .6);
  color: var(--white);
}
.lb-x svg { width: 20px; height: 20px; }

/* --------------------------------------------------------------- gear */
.gear-photos { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; align-items: end; }
.gear-photos .a { aspect-ratio: 8 / 7; }
.gear-photos .b { aspect-ratio: 3 / 4; margin-bottom: -40px; --cut: 14px; }
.gear-photos .cap { grid-column: 1 / -1; margin-top: 52px; }

/* -------------------------------------------------------------- steps */
.steps { list-style: none; display: grid; gap: 14px; counter-reset: st; }
.step {
  position: relative;
  padding: 26px 24px 28px 24px;
  background: var(--ink-3);
  border-left: 4px solid var(--orange);
}
.step .n {
  display: block;
  font-family: var(--display); font-style: italic; font-weight: 900;
  font-size: 3.2rem; line-height: .9;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--sky);
  margin-bottom: 14px;
}
.step h3 { font-size: 1.45rem; margin-bottom: 8px; }
.step p { margin: 0; }
@media (min-width: 900px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
  .step:nth-child(2) { margin-top: 40px; }
  .step:nth-child(3) { margin-top: 80px; }
}

/* ------------------------------------------------------ service area */
.area { background: var(--orange); color: var(--ink); overflow: hidden; }
.area .kicker { color: var(--ink); }
.area .h-lg { color: var(--ink); }
.area .hl { color: var(--white); background: none; -webkit-text-fill-color: currentColor; }
.area p { color: var(--ink); }
.area-grid { display: grid; gap: 36px; align-items: center; }
.area-map { width: 100%; max-width: 520px; margin-inline: auto; }
.area-map svg { width: 100%; height: auto; overflow: visible; }
.area .btn { --bg: var(--ink); --fg: var(--white); }
.area .btn:hover::before { background: var(--ink-3); box-shadow: none; }
.area .btn-ghost { --bg: transparent; --fg: var(--ink); --bd: var(--ink); }
.area .btn-ghost:hover { color: var(--white); }
.area .btn-ghost:hover::before { background: var(--ink); }
.area .area-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 22px 0 30px; }
.area .area-list li { padding: 7px 13px; border: 1.5px solid var(--ink); border-radius: 2px; font-weight: 700; font-size: .88rem; }
@media (min-width: 900px) { .area-grid { grid-template-columns: 1fr 1fr; gap: 80px; } }
@media (prefers-reduced-motion: no-preference) {
  .ring { transform-box: fill-box; transform-origin: center; animation: ring 3.6s var(--ease) infinite; }
  .ring.r2 { animation-delay: 1.2s; }
  .ring.r3 { animation-delay: 2.4s; }
}
@keyframes ring { 0% { transform: scale(.2); opacity: .9; } 100% { transform: scale(1); opacity: 0; } }
.motion-off .ring { animation-play-state: paused; }

/* ----------------------------------------------------------------- faq */
.faq-grid { display: grid; gap: 40px; }
.faq { border-top: 1px solid var(--line-l); }
.faq details { border-bottom: 1px solid var(--line-l); }
.faq summary {
  list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  min-height: 64px;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.06rem;
  line-height: 1.35;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm {
  flex: none;
  position: relative;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--flag-blue);
  transition: transform .3s var(--ease), background-color .3s;
}
.faq summary .pm::before, .faq summary .pm::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  width: 12px; height: 2.5px; margin: -1.25px 0 0 -6px;
  background: var(--white); border-radius: 2px;
}
.faq summary .pm::after { transform: rotate(90deg); transition: transform .3s var(--ease); }
.faq details[open] .pm { background: var(--orange-ink); }
.faq details[open] .pm::after { transform: rotate(0deg); }
.faq summary:hover { color: var(--flag-blue); }
.faq .ans { padding: 0 44px 22px 0; }
.faq .ans p { margin: 0; }
.faq .ans a { color: var(--flag-blue); font-weight: 700; }
.dark .faq, .dark .faq details { border-color: var(--line-d); }
.dark .faq summary:hover { color: var(--sky); }
.dark .faq summary .pm { background: var(--sky); }
.dark .faq summary .pm::before, .dark .faq summary .pm::after { background: var(--ink); }
.dark .faq details[open] .pm { background: var(--orange); }
.dark .faq .ans a { color: var(--sky); }
@media (min-width: 900px) { .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; } .faq-grid .sec-head { position: sticky; top: calc(var(--hdr-h) + 28px); } }

/* ------------------------------------------------------ cta + form */
.cta { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); }
.cta-bg { position: absolute; inset: 0; z-index: -2; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(11, 10, 9, .93) 0%, rgba(11, 10, 9, .8) 45%, rgba(11, 10, 9, .95) 100%);
}
.cta-grid { display: grid; gap: 44px; }
.cta .h-lg { color: var(--white); }
.cta .lede { color: rgba(255, 255, 255, .86); margin: 18px 0 28px; }
.contact-list { list-style: none; display: grid; gap: 4px; margin-top: 30px; }
.contact-list a, .contact-list span.row {
  display: flex; align-items: center; gap: 14px;
  min-height: 52px;
  text-decoration: none;
  font-weight: 600;
  color: var(--white);
  overflow-wrap: anywhere;
}
.contact-list svg { width: 20px; height: 20px; color: var(--orange-hi); flex: none; }
.contact-list a:hover { color: var(--orange-hi); }
.contact-list small { display: block; font-weight: 500; font-size: .8rem; color: var(--on-dark-2); }
@media (min-width: 960px) { .cta-grid { grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; } }

.form {
  position: relative;
  padding: clamp(24px, 5vw, 42px);
  background: var(--paper);
  color: var(--on-light);
  box-shadow: var(--shadow);
  --cut: 26px;
}
.form h3 { font-size: clamp(1.6rem, 6vw, 2.1rem); margin-bottom: 6px; }
.form > p { color: var(--on-light-2); margin-bottom: 22px; font-size: .95rem; }
.fgrid { display: grid; gap: 16px; }
@media (min-width: 560px) { .fgrid { grid-template-columns: 1fr 1fr; } .fgrid .full { grid-column: 1 / -1; } }
.field { display: grid; gap: 6px; }
.field label, .field legend { font-weight: 700; font-size: .88rem; color: var(--on-light); }
.field label .opt { font-weight: 500; color: var(--on-light-2); }
.field input, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1.5px solid #bdb7ab;
  border-radius: 3px;
  background: var(--white);
  font-size: 1rem;
  color: var(--on-light);
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 118px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8a857b; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--flag-blue); box-shadow: 0 0 0 3px rgba(57, 71, 255, .25); }
.field input[aria-invalid="true"] { border-color: var(--flag-red); }
fieldset.field { border: 0; margin: 0; padding: 0; min-width: 0; }
.checks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.checks label { position: relative; display: inline-flex; font-weight: 600; font-size: .88rem; cursor: pointer; }
.checks input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.checks span {
  display: inline-flex; align-items: center; gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1.5px solid #bdb7ab;
  border-radius: 3px;
  background: var(--white);
  transition: background-color .2s, border-color .2s, color .2s;
}
.checks span::before {
  content: "";
  width: 14px; height: 14px;
  border: 1.5px solid #8a857b;
  border-radius: 2px;
  flex: none;
}
.checks input:checked + span { background: var(--ink); border-color: var(--ink); color: var(--white); }
.checks input:checked + span::before {
  border-color: var(--orange);
  background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b0a09' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 11px no-repeat;
}
.checks input:focus-visible + span { outline: 3px solid var(--flag-blue); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form .btn { width: 100%; margin-top: 22px; }
.form-msg { margin-top: 14px; font-weight: 600; font-size: .95rem; color: var(--on-light); }
.form-msg:empty { display: none; }
.form-msg.ok { color: var(--grass-deep); }
.form-msg.err { color: var(--flag-red); }
.form-msg p { margin: 0 0 10px; color: var(--on-light); }
.form-msg button, .form-msg a {
  display: inline-flex; align-items: center; min-height: 44px;
  margin: 0 8px 8px 0; padding: 8px 14px;
  border: 1.5px solid var(--on-light); border-radius: 3px; background: none;
  font-weight: 700; font-size: .9rem; text-decoration: none; color: var(--on-light);
}
.form-note { margin: 14px 0 0; font-size: .8rem; color: var(--on-light-2); }

/* ------------------------------------------------------------ footer */
.flag {
  height: 12px;
  background:
    radial-gradient(circle at 5px 4px, #fff 1.1px, transparent 1.6px) 0 0 / 10px 8px repeat-x,
    linear-gradient(var(--flag-blue), var(--flag-blue)) 0 0 / 88px 100% no-repeat,
    repeating-linear-gradient(180deg, var(--flag-red) 0 3px, #f4f2ed 3px 6px);
  background-clip: content-box, border-box, border-box;
}
.flag { position: relative; }
.flag::after {
  content: ""; position: absolute; left: 88px; right: 0; top: 0; bottom: 0; pointer-events: none;
}
.ftr { background: var(--ink); color: var(--on-dark); padding: 64px 0 calc(110px + env(safe-area-inset-bottom)); }
.ftr-grid { display: grid; gap: 40px; }
.ftr-brand img { width: 150px; height: auto; aspect-ratio: 552 / 412; margin-bottom: 14px; }
.ftr-brand .tag { font-family: var(--display); font-style: italic; font-weight: 800; font-size: 1.5rem; line-height: 1.05; margin: 0 0 8px; }
.ftr-brand p { color: var(--on-dark-2); margin: 0; font-size: .92rem; }
.ftr h2 { font-family: var(--body); font-style: normal; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--orange-hi); margin-bottom: 14px; }
.ftr ul { list-style: none; display: grid; gap: 2px; }
.ftr ul a { display: inline-flex; align-items: center; min-height: 40px; text-decoration: none; color: var(--on-dark); font-weight: 500; }
.ftr ul a:hover { color: var(--orange-hi); }
.ftr-contact a { overflow-wrap: anywhere; }
.ftr-legal { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line-d); display: grid; gap: 8px; font-size: .8rem; color: var(--on-dark-2); }
.ftr-legal p { margin: 0; }
@media (min-width: 760px) { .ftr-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
@media (min-width: 1100px) { .ftr { padding-bottom: 56px; } .ftr-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

/* sticky call bar (phones) */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  padding: 10px max(12px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  background: rgba(11, 10, 9, .95);
  box-shadow: 0 -1px 0 var(--line-d);
  transform: translateY(110%);
  transition: transform .35s var(--ease);
}
.callbar.show { transform: none; }
.callbar .btn { min-height: 50px; padding: 12px 10px; font-size: .95rem; }
@media (min-width: 1100px) { .callbar { display: none; } }

/* ------------------------------------------------------------ reveal */
.js .rv { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }
.js .rv.d1 { transition-delay: .08s; }
.js .rv.d2 { transition-delay: .16s; }
.js .rv.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .js .rv { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ------------------------------------------------ service page parts */
.inc { list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line-l); }
.inc li { display: grid; grid-template-columns: 44px 1fr; gap: 4px 12px; padding: 18px 0; border-bottom: 1px solid var(--line-l); }
.inc .ix { font-family: var(--display); font-style: italic; font-weight: 900; font-size: 1.3rem; color: var(--orange-ink); line-height: 1.2; }
.inc b { display: block; font-size: 1.05rem; line-height: 1.3; }
.inc span.d { grid-column: 2; color: var(--on-light-2); font-size: .95rem; line-height: 1.45; }
.dark .inc, .dark .inc li { border-color: var(--line-d); }
.dark .inc .ix { color: var(--orange-hi); }
.dark .inc span.d { color: var(--on-dark-2); }

.strip { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.strip .ph { aspect-ratio: 4 / 5; }
.strip .ph.w2 { grid-column: span 2; aspect-ratio: 16 / 10; }
@media (min-width: 760px) {
  .strip { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .strip .ph.w2 { grid-column: span 1; aspect-ratio: 4 / 5; }
  .strip.four { grid-template-columns: repeat(4, 1fr); }
}

.duo { display: grid; gap: 16px; }
.duo-card { background: var(--ink-3); padding: 28px 24px; border-top: 4px solid var(--tone, var(--orange)); }
.duo-card h3 { font-size: 1.7rem; margin-bottom: 14px; }
.duo-card.spring { --tone: var(--grass); }
.duo-card.fall { --tone: var(--orange); }
@media (min-width: 900px) { .duo { grid-template-columns: 1fr 1fr; gap: 22px; } }

.rel-grid { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rel-grid a { position: relative; display: block; text-decoration: none; color: var(--white); }
.rel-grid .ph { aspect-ratio: 1 / 1; }
.rel-grid .ph::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 10, 9, 0) 40%, rgba(11, 10, 9, .85)); }
.rel-grid b {
  position: absolute; left: 12px; right: 12px; bottom: 12px; z-index: 2;
  font-family: var(--display); font-style: italic; font-weight: 800;
  font-size: clamp(1.1rem, 4.6vw, 1.45rem); line-height: 1.05;
}
.rel-grid a:hover img { transform: scale(1.06); }
@media (min-width: 760px) { .rel-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; } .rel-grid .ph { aspect-ratio: 4 / 3; } }
@media (min-width: 1100px) { .rel-grid { grid-template-columns: repeat(5, 1fr); } .rel-grid .ph { aspect-ratio: 3 / 4; } }

.svc-list { display: grid; gap: 56px; }
.svc-row { display: grid; gap: 22px; align-items: center; }
.svc-row .ph { aspect-ratio: 4 / 3; }
.svc-row .n { font-family: var(--display); font-style: italic; font-weight: 900; font-size: 1rem; letter-spacing: .06em; color: var(--orange-ink); margin-bottom: 6px; display: block; }
.svc-row h2 { margin-bottom: 10px; }
.svc-row p { margin: 0 0 14px; max-width: 44ch; }
@media (min-width: 900px) {
  .svc-list { gap: 96px; }
  .svc-row { grid-template-columns: 1.1fr .9fr; gap: 72px; }
  .svc-row:nth-child(even) .ph { order: 2; }
}

.note {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px 20px;
  border-left: 4px solid var(--sky);
  background: var(--ink-3);
  color: var(--on-dark);
  font-size: .95rem;
}
.note svg { width: 22px; height: 22px; color: var(--sky); flex: none; margin-top: 2px; }
.note p { margin: 0; color: var(--on-dark); }
.light .note { background: var(--white); color: var(--on-light); border-color: var(--flag-blue); }
.light .note svg { color: var(--flag-blue); }
.light .note p { color: var(--on-light); }

.contact-cards { display: grid; gap: 12px; margin-top: 8px; }
.ccard {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 22px;
  background: var(--white);
  color: var(--on-light);
  text-decoration: none;
  border-left: 4px solid var(--orange);
  overflow-wrap: anywhere;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.ccard svg { width: 24px; height: 24px; color: var(--orange-ink); flex: none; }
.ccard small { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--on-light-2); }
.ccard b { font-size: 1.12rem; }
a.ccard:hover { transform: translateX(4px); box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .4); }

@media print {
  .hdr, .callbar, .motion-btn, .hero-media, .ticker { display: none !important; }
  .js .rv { opacity: 1; transform: none; }
}
