/* ==========================================================================
   YardWorks — premium theme styles (Pika Vibe)
   Brand: deep fresh green + vibrant orange on warm cream.
   Tokens are defined in design/tokens.css (canonical names only).
   ========================================================================== */

/* ── Self-hosted fonts (no CDN) ─────────────────────────────────────────── */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/inter-700.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/playfair-500.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/playfair-600.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/playfair-700.woff2') format('woff2'); }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 800; font-display: swap; src: url('../fonts/playfair-800.woff2') format('woff2'); }

:root {
  --motion-fast: 180ms;
  --motion-standard: 280ms;
  --motion-card: 340ms;
  --motion-slow: 520ms;
  --motion-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --motion-ease-out: cubic-bezier(0.22, 0.61, 0.36, 1);
  --color-accent-soft: rgba(249, 115, 22, 0.12);
  --color-green-soft: rgba(13, 107, 59, 0.08);
  --yw-max: 1460px;
}

/* ── Base ───────────────────────────────────────────────────────────────── */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
body.vibe-site {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-base);
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-surface);
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; color: var(--color-text); margin: 0; letter-spacing: -0.01em; }
p { margin: 0 0 1rem; }
.container,
.container-xl,
.container-xxl,
.vibe-shell { width: 100%; max-width: var(--yw-max); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.25rem); }

.yw-skip-link { position: absolute; left: -999px; top: 0; z-index: 2000; background: var(--color-primary); color: #fff; padding: 0.6rem 1rem; border-radius: 0 0 var(--radius-sm) 0; }
.yw-skip-link:focus { left: 0; }

:where(a, button, .yw-btn, .yw-service-card, .yw-feature-card, .yw-review-card, .yw-gallery__item, .yw-nav__menu a):not([tabindex='-1']) {
  transition: color var(--motion-fast) var(--motion-ease), background-color var(--motion-standard) var(--motion-ease), border-color var(--motion-standard) var(--motion-ease), box-shadow var(--motion-card) var(--motion-ease), opacity var(--motion-fast) var(--motion-ease);
}

/* ── Shared bits ────────────────────────────────────────────────────────── */
.yw-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-body); font-weight: 600; font-size: 0.78rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-accent);
  margin-bottom: 1rem;
}
.yw-eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--color-accent); border-radius: 2px; }
.yw-eyebrow--light { color: rgba(255, 255, 255, 0.85); }
.yw-eyebrow--accent { color: var(--color-accent); }
.yw-eyebrow--center { justify-content: center; }
.vibe-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-body); font-weight: 600; font-size: 0.78rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--color-accent);
  margin-bottom: 1rem;
}
.vibe-eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--color-accent); border-radius: 2px; }

.yw-h2 { font-size: clamp(1.9rem, 1rem + 2.6vw, 3rem); color: var(--color-text); }
.yw-h2--light { color: #fff; }
.yw-rich { color: var(--color-text-muted); font-size: 1.06rem; }
.yw-rich p:last-child { margin-bottom: 0; }

.yw-section { padding-block: var(--space-section); position: relative; }
.yw-section--tint { background: var(--color-surface-tint); }
.yw-section--cream { background: var(--color-surface-alt); }
.yw-section-head { max-width: 760px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.yw-section-head--center { margin-inline: auto; text-align: center; }
.yw-section-head--center .yw-eyebrow { justify-content: center; }
.yw-section-head__sub { color: var(--color-text-muted); font-size: 1.08rem; margin: 1rem auto 0; max-width: 640px; }

/* ── Buttons ────────────────────────────────────────────────────────────── */
.yw-btn {
  --btn-bg: var(--color-primary); --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.85rem 1.5rem; border-radius: var(--radius-pill);
  font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; line-height: 1;
  border: 1px solid transparent; cursor: pointer; background: var(--btn-bg); color: var(--btn-fg);
  translate: 0 0; will-change: translate;
}
.yw-btn:hover { translate: 0 -2px; box-shadow: var(--shadow-card-hover); }
.yw-btn__arrow { transition: translate var(--motion-standard) var(--motion-ease-out); }
.yw-btn:hover .yw-btn__arrow { translate: 4px 0; }
.yw-btn--lg { padding: 1.05rem 1.9rem; font-size: 1rem; }
.yw-btn--block { width: 100%; }
.yw-btn--primary { --btn-bg: var(--color-primary); --btn-fg: #fff; }
.yw-btn--primary:hover { --btn-bg: var(--color-primary-dark); }
.yw-btn--accent { --btn-bg: var(--color-accent); --btn-fg: #fff; box-shadow: 0 8px 22px rgba(249, 115, 22, 0.28); }
.yw-btn--accent:hover { --btn-bg: var(--color-accent-dark); box-shadow: 0 14px 34px rgba(249, 115, 22, 0.4); }
.yw-btn--light { --btn-bg: #fff; --btn-fg: var(--color-primary-dark); }
.yw-btn--light:hover { --btn-bg: #fff; color: var(--color-accent-dark); }
.yw-btn--outline { background: transparent; border-color: var(--color-border); color: var(--color-text); }
.yw-btn--outline:hover { border-color: var(--color-primary); color: var(--color-primary); }
.yw-btn--ghost-light { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.yw-btn--ghost-light:hover { background: rgba(255, 255, 255, 0.18); }

/* ── Progress + icons ───────────────────────────────────────────────────── */
.yw-progress { position: fixed; top: 0; left: 0; height: 3px; width: 100%; z-index: 1100; background: transparent; pointer-events: none; }
.yw-progress__bar { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--color-primary), var(--color-accent)); }
.yw-icon { display: block; }

/* ==========================================================================
   Header + trust bar
   ========================================================================== */
.yw-header { position: sticky; top: 0; z-index: 1000; }
.yw-topbar { background: var(--color-primary-dark); color: rgba(255, 255, 255, 0.92); font-size: 0.82rem; }
.yw-topbar__inner { display: flex; align-items: center; gap: 1.25rem; min-height: 42px; }
.yw-topbar__rating { display: inline-flex; align-items: center; gap: 0.5rem; }
.yw-stars { display: inline-flex; gap: 1px; color: var(--color-accent); }
.yw-topbar__rating-text strong { color: #fff; font-weight: 700; }
.yw-topbar__rating-text span { opacity: 0.8; margin-left: 0.25rem; }
.yw-topbar__area { display: inline-flex; align-items: center; gap: 0.5rem; margin: 0 auto 0 0.5rem; color: rgba(255, 255, 255, 0.8); }
.yw-topbar__area svg { color: var(--color-accent); flex: none; }
.yw-topbar__phone { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; color: #fff; }
.yw-topbar__phone svg { color: var(--color-accent); }
.yw-topbar__phone:hover { color: var(--color-accent); }

.yw-header__bar { background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid var(--color-border); transition: box-shadow var(--motion-standard) var(--motion-ease), background-color var(--motion-standard) var(--motion-ease); }
.yw-header.scrolled .yw-header__bar { background: rgba(255, 255, 255, 0.9); backdrop-filter: saturate(140%) blur(14px); box-shadow: 0 10px 34px rgba(24, 39, 30, 0.1); }
.yw-header.scrolled .yw-topbar { display: none; }
.yw-header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 84px; }
.yw-brand { display: inline-flex; align-items: center; flex: none; }
.yw-brand__img, .yw-brand .custom-logo { height: 66px; width: auto; transition: transform var(--motion-standard) var(--motion-ease); }
.yw-header.scrolled .yw-brand__img, .yw-header.scrolled .yw-brand .custom-logo { height: 56px; }
.yw-brand:hover .yw-brand__img { transform: scale(1.03); }

.yw-nav { margin-left: auto; }
.yw-nav__menu { display: flex; align-items: center; gap: 1.6rem; margin: 0; padding: 0; list-style: none; }
.yw-nav__menu a { position: relative; font-size: 0.92rem; font-weight: 500; color: var(--color-text); padding: 0.4rem 0; }
.yw-nav__menu a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; border-radius: 2px; background: var(--color-accent); transition: width var(--motion-standard) var(--motion-ease-out); }
.yw-nav__menu a:hover { color: var(--color-primary); }
.yw-nav__menu a:hover::after { width: 100%; }

.yw-header__actions { display: flex; align-items: center; gap: 0.9rem; flex: none; }
.yw-nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--color-border); border-radius: var(--radius-sm); background: #fff; cursor: pointer; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.yw-nav-toggle span { width: 22px; height: 2px; background: var(--color-text); border-radius: 2px; transition: transform var(--motion-standard) var(--motion-ease), opacity var(--motion-fast); }
body.yw-nav-open .yw-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.yw-nav-open .yw-nav-toggle span:nth-child(2) { opacity: 0; }
body.yw-nav-open .yw-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ==========================================================================
   Hero
   ========================================================================== */
.yw-hero { position: relative; isolation: isolate; padding-block: clamp(3.5rem, 6vw, 6rem); overflow: hidden; background: var(--color-primary-dark); }
.yw-hero__bg { position: absolute; inset: -8% 0 0; z-index: -2; }
.yw-hero__bg img { width: 100%; height: 116%; object-fit: cover; }
.yw-hero__overlay { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(100deg, rgba(10, 41, 26, 0.92) 0%, rgba(10, 47, 28, 0.78) 38%, rgba(12, 53, 32, 0.5) 64%, rgba(12, 53, 32, 0.25) 100%),
  linear-gradient(180deg, rgba(10, 41, 26, 0.3), rgba(10, 41, 26, 0.55)); }
.yw-hero__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 4vw, 4.5rem); align-items: center; min-height: min(78vh, 760px); }
.yw-hero__content { color: #fff; max-width: 620px; }
.yw-hero__badge { margin-bottom: 1.25rem; }
.yw-hero__title { font-size: var(--text-hero); color: #fff; margin-bottom: 1.25rem; }
.yw-hero__title-line { display: block; }
.yw-hero__title-accent { color: var(--color-accent); font-style: italic; }
.yw-hero__sub { font-size: 1.12rem; line-height: 1.6; color: rgba(255, 255, 255, 0.86); max-width: 540px; margin-bottom: 1.8rem; }
.yw-hero__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 2rem; }
.yw-hero__trust { display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem; margin: 0; padding: 1.5rem 0 0; list-style: none; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.yw-hero__trust-item { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.86rem; font-weight: 500; color: rgba(255, 255, 255, 0.92); }
.yw-hero__trust-item svg { color: var(--color-accent); flex: none; }

.yw-hero__scroll { position: absolute; bottom: 18px; left: 50%; translate: -50% 0; width: 24px; height: 38px; border: 2px solid rgba(255, 255, 255, 0.58); border-radius: 14px; z-index: 1; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.24); animation: yw-scroll-shell 2.4s infinite var(--motion-ease-out); }
.yw-hero__scroll::after { content: ''; position: absolute; inset: -7px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 20px; opacity: 0; animation: yw-scroll-ring 2.4s infinite var(--motion-ease-out); }
.yw-hero__scroll span { position: absolute; top: 7px; left: 50%; translate: -50% 0; width: 4px; height: 8px; border-radius: 2px; background: #fff; animation: yw-scroll 1.8s infinite; }
@keyframes yw-scroll { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 12px); } }
@keyframes yw-scroll-shell { 0%, 100% { transform: translateY(0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2); } 50% { transform: translateY(5px); box-shadow: 0 0 0 8px rgba(255, 255, 255, 0); } }
@keyframes yw-scroll-ring { 0% { opacity: 0; transform: scale(0.86); } 35% { opacity: 1; } 100% { opacity: 0; transform: scale(1.18); } }

/* Estimate form card */
.yw-estimate { background: var(--color-surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-hero); padding: clamp(1.5rem, 2.5vw, 2.25rem); border: 1px solid rgba(255, 255, 255, 0.6); }
.yw-estimate__head { text-align: center; margin-bottom: 1.25rem; }
.yw-estimate__head .yw-eyebrow { justify-content: center; margin-bottom: 0.5rem; }
.yw-estimate__title { font-size: 1.6rem; }
.yw-estimate__form { display: flex; flex-direction: column; gap: 0.85rem; }
.yw-field { display: flex; flex-direction: column; gap: 0.35rem; }
.yw-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.yw-field__label { font-size: 0.8rem; font-weight: 600; color: var(--color-text); }
.yw-field__label span { color: var(--color-accent); margin-left: 2px; }
.yw-field__input { width: 100%; padding: 0.8rem 0.95rem; border: 1px solid var(--color-border); border-radius: var(--radius-sm); font: inherit; font-size: 0.92rem; color: var(--color-text); background: var(--color-surface-alt); transition: border-color var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease), background-color var(--motion-fast); }
.yw-field__input::placeholder { color: #9aa79e; }
.yw-field__input:focus { outline: none; border-color: var(--color-primary); background: #fff; box-shadow: 0 0 0 3px var(--color-green-soft); }
.yw-field__textarea { resize: vertical; min-height: 84px; }
.yw-field__select-wrap { position: relative; }
.yw-field__select { appearance: none; padding-right: 2.4rem; cursor: pointer; }
.yw-field__chevron { position: absolute; right: 0.85rem; top: 50%; translate: 0 -50%; color: var(--color-text-muted); pointer-events: none; }
.yw-estimate__note { font-size: 0.76rem; color: var(--color-text-muted); text-align: center; margin: 0.25rem 0 0; }
.yw-estimate__success { font-size: 0.9rem; font-weight: 600; color: var(--color-primary); text-align: center; background: var(--color-green-soft); padding: 0.75rem; border-radius: var(--radius-sm); margin: 0.25rem 0 0; }

/* ==========================================================================
   About / intro
   ========================================================================== */
.yw-about__intro .yw-rich { margin-bottom: 1.75rem; }
.yw-about__stats { display: flex; flex-wrap: wrap; gap: 1.75rem 2.25rem; }
.yw-stat { display: flex; flex-direction: column; }
.yw-stat__num { font-family: var(--font-display); font-weight: 800; font-size: 2.1rem; line-height: 1; color: var(--color-primary); }
.yw-stat__label { font-size: 0.82rem; color: var(--color-text-muted); margin-top: 0.35rem; }
.yw-feature-card { height: 100%; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.6rem 1.5rem; box-shadow: var(--shadow-card); translate: 0 0; transition: translate var(--motion-card) var(--motion-ease), box-shadow var(--motion-card) var(--motion-ease), border-color var(--motion-card); }
.yw-feature-card:hover { translate: 0 -6px; box-shadow: var(--shadow-card-hover); border-color: rgba(13, 107, 59, 0.25); }
.yw-feature-card__icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: var(--radius-sm); color: var(--color-primary); background: var(--color-green-soft); margin-bottom: 1.1rem; transition: background-color var(--motion-card), color var(--motion-card); }
.yw-feature-card:hover .yw-feature-card__icon { background: var(--color-accent); color: #fff; }
.yw-feature-card__title { font-size: 1.18rem; margin-bottom: 0.5rem; }
.yw-feature-card__text { font-size: 0.94rem; color: var(--color-text-muted); margin: 0; }

/* ==========================================================================
   Design Showcase (pinned)
   ========================================================================== */
.yw-showcase { background: radial-gradient(circle at 8% 0%, rgba(249, 115, 22, 0.05), transparent 30%), var(--color-surface-alt); position: relative; padding-block: clamp(4.5rem, 8vw, 6.5rem); overflow: hidden; }
/* Base layout: editorial copy + media on the left, stacked design story on the right. */
.yw-showcase__stage { display: grid; grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr); gap: clamp(1.75rem, 3.5vw, 3.25rem); align-items: center; max-width: 1320px; }
.yw-showcase__left { min-width: 0; display: flex; flex-direction: column; gap: clamp(1.1rem, 2vh, 1.45rem); }
.yw-showcase__head { text-align: left; max-width: 660px; margin: 0; }
.yw-showcase__head .yw-eyebrow { justify-content: flex-start; color: var(--color-accent); }
.yw-showcase__head .yw-h2 { font-size: clamp(2.1rem, 1.25rem + 2.6vw, 3.15rem); line-height: 1.08; max-width: 12em; }
.yw-showcase__sub { color: var(--color-primary); font-size: clamp(1rem, 0.94rem + 0.22vw, 1.12rem); font-weight: 700; margin: 0.9rem 0 0; }
.yw-showcase__intro { color: var(--color-text-muted); font-size: 1rem; line-height: 1.68; max-width: 620px; margin: 0.8rem 0 0; }
.yw-showcase__media { position: relative; flex: none; aspect-ratio: 16 / 10; min-height: 300px; height: clamp(300px, 34vh, 430px); border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 24px 58px rgba(24, 39, 30, 0.16); background: #dfe7df; border: 1px solid rgba(8, 30, 18, 0.08); isolation: isolate; }
.yw-showcase__media::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(8, 30, 18, 0.03), rgba(8, 30, 18, 0.12)); }
.yw-showcase__img { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: scale(1.02); will-change: opacity, transform; }
.yw-showcase__img.is-active { visibility: visible; }
.yw-showcase__img img { width: 100%; height: 100%; object-fit: cover; }
.yw-showcase__panel-media { display: none; }
.yw-showcase__panels { position: relative; min-height: 0; border: 1px solid rgba(8, 30, 18, 0.1); border-radius: var(--radius-md); background: #fff; box-shadow: 0 22px 60px rgba(24, 39, 30, 0.13); overflow: hidden; }
.yw-showcase__panels::before { content: none; }
.yw-showcase__panels-track { width: 100%; height: 100%; display: flex; flex-direction: column; }
.yw-showcase__panel { position: relative; display: grid; grid-template-columns: 54px 1fr 18px; column-gap: clamp(0.9rem, 1.8vw, 1.25rem); align-items: center; flex: 1 1 0; min-height: 0; padding: clamp(1rem, 1.9vh, 1.25rem) clamp(1.1rem, 2.1vw, 1.55rem); border-bottom: 1px solid rgba(8, 30, 18, 0.1); opacity: 1; visibility: visible; transform: none; color: var(--color-text); transition: background-color var(--motion-card) var(--motion-ease), color var(--motion-card) var(--motion-ease), box-shadow var(--motion-card) var(--motion-ease), flex var(--motion-card) var(--motion-ease); }
.yw-showcase__panel:last-child { border-bottom: 0; }
.yw-showcase__panel.is-active { flex: 1.28 1 0; color: #fff; background: linear-gradient(145deg, var(--color-primary-dark) 0%, #064928 82%, #0b6738 135%); box-shadow: inset 4px 0 0 var(--color-accent), 0 18px 40px rgba(8, 30, 18, 0.14); }
.yw-showcase__panel-icon { grid-column: 1; grid-row: 1; display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 999px; background: rgba(249, 115, 22, 0.1); color: var(--color-accent); border: 1px solid rgba(249, 115, 22, 0.22); transition: background-color var(--motion-card) var(--motion-ease), color var(--motion-card) var(--motion-ease), border-color var(--motion-card) var(--motion-ease); }
.yw-showcase__panel-icon svg { width: 26px; height: 26px; stroke-width: 1.75; }
.yw-showcase__panel.is-active .yw-showcase__panel-icon { background: rgba(249, 115, 22, 0.16); color: var(--color-accent); border-color: rgba(249, 115, 22, 0.36); }
.yw-showcase__panel-copy { grid-column: 2; min-width: 0; }
.yw-showcase__panel-title { font-size: clamp(1.05rem, 0.98rem + 0.25vw, 1.25rem); color: var(--color-primary-dark); margin: 0; max-width: 25em; }
.yw-showcase__panel.is-active .yw-showcase__panel-title { color: #fff; font-size: clamp(1.28rem, 1.1rem + 0.55vw, 1.58rem); line-height: 1.12; }
.yw-showcase__panel-text { color: var(--color-text-muted); font-size: 0.92rem; line-height: 1.58; margin: 0.35rem 0 0; max-width: 48rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.yw-showcase__panel.is-active .yw-showcase__panel-text { color: rgba(255, 255, 255, 0.86); -webkit-line-clamp: 4; font-size: 0.98rem; line-height: 1.6; }
.yw-showcase__panel-arrow { grid-column: 3; grid-row: 1 / span 2; width: 12px; height: 12px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; rotate: 45deg; color: var(--color-accent); opacity: 0.75; justify-self: center; }
.yw-showcase__proofs { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 0; border: 1px solid rgba(8, 30, 18, 0.1); border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.78); box-shadow: var(--shadow-soft); overflow: hidden; }
.yw-showcase__proof { display: flex; align-items: center; gap: 0.85rem; min-height: 4.3rem; padding: 0.9rem clamp(1rem, 1.8vw, 1.35rem); color: var(--color-text); font-weight: 700; line-height: 1.35; border-right: 1px solid rgba(8, 30, 18, 0.1); }
.yw-showcase__proof:last-child { border-right: 0; }
.yw-showcase__proof-icon { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 999px; background: radial-gradient(circle, rgba(249, 115, 22, 0.22), rgba(249, 115, 22, 0.08)); border: 1px solid rgba(249, 115, 22, 0.25); position: relative; }
.yw-showcase__proof-icon::before { content: ''; position: absolute; inset: 10px; border: 2px solid var(--color-accent); border-top-color: transparent; border-left-color: transparent; border-radius: 45% 55% 50% 50%; rotate: -35deg; }

/* ---- Pinned: CRISP FRAMED SLIDESHOW ----
   Photos are low-res, so the frame is width-capped (never upscaled = always sharp).
   Head anchored at the TOP (no empty band above it); the stage fills the rest with
   the framed photo (left) + text (right) centred; one panel per scroll. */
.yw-showcase.is-pinned { padding-block: 0; }
.yw-showcase.is-pinned .yw-showcase__pin { min-height: 100vh; min-height: 100svh; display: grid; align-content: center; padding-block: clamp(1rem, 2.4vh, 2rem); }
.yw-showcase.is-pinned .yw-showcase__stage { min-height: min(82vh, 720px); }
.yw-showcase.is-pinned .yw-showcase__media { height: clamp(300px, 34vh, 420px); min-height: 300px; }
.yw-showcase.is-pinned .yw-showcase__panels { height: 100%; }
.yw-showcase.is-pinned .yw-showcase__panels-track { height: 100%; }
/* Progress — a thin non-numeric bar under the photo (advances per panel). */
.yw-showcase__progress { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(255, 255, 255, 0.35); z-index: 2; display: block; }
.yw-showcase__progress-fill { display: block; height: 100%; width: 100%; transform: scaleX(0.25); transform-origin: left center; background: var(--color-accent); transition: transform var(--motion-standard) var(--motion-ease); }

/* ==========================================================================
   Services
   ========================================================================== */
.yw-services { position: relative; }
.yw-services__pin { padding-block: var(--space-section); }
.yw-service-card { position: relative; height: 100%; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.75rem 1.5rem; box-shadow: var(--shadow-card); overflow: hidden; translate: 0 0; transition: translate var(--motion-card) var(--motion-ease), box-shadow var(--motion-card) var(--motion-ease), border-color var(--motion-card); }
.yw-service-card::before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--color-primary), var(--color-accent)); transform: scaleX(0); transform-origin: left; transition: transform var(--motion-card) var(--motion-ease-out); }
.yw-service-card:hover { translate: 0 -8px; box-shadow: var(--shadow-card-hover); border-color: transparent; }
.yw-service-card:hover::before { transform: scaleX(1); }
.yw-service-card__icon { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: var(--radius-md); color: var(--color-primary); background: var(--color-green-soft); margin-bottom: 1.15rem; transition: background-color var(--motion-card), color var(--motion-card), transform var(--motion-card); }
.yw-service-card:hover .yw-service-card__icon { background: var(--color-accent); color: #fff; transform: rotate(-6deg); }
.yw-service-card__title { font-size: 1.22rem; margin-bottom: 0.55rem; }
.yw-service-card__text { font-size: 0.92rem; color: var(--color-text-muted); margin: 0 0 1.1rem; }
.yw-service-card__cta { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.86rem; font-weight: 600; color: var(--color-accent-dark); }
.yw-service-card__cta svg { transition: translate var(--motion-standard) var(--motion-ease-out); }
.yw-service-card:hover .yw-service-card__cta svg { translate: 4px 0; }

/* ==========================================================================
   Why Choose (dark green)
   ========================================================================== */
.yw-why { background: linear-gradient(160deg, var(--color-primary-dark) 0%, #08401f 60%, var(--color-primary) 140%); color: #fff; overflow: hidden; }
.yw-why__pattern { position: absolute; inset: 0; opacity: 0.5; pointer-events: none; background-image: radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.06) 0, transparent 38%), radial-gradient(circle at 88% 82%, rgba(249, 115, 22, 0.16) 0, transparent 42%); }
.yw-why .container { position: relative; z-index: 1; }
.yw-why__lead { color: rgba(255, 255, 255, 0.82); font-size: 1.08rem; max-width: 30rem; margin-bottom: 1.75rem; }
.yw-why__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 1.5rem; list-style: none; margin: 0 0 2rem; padding: 0; }
.yw-why__item { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.96rem; color: rgba(255, 255, 255, 0.94); }
.yw-why__check { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--color-accent); color: #fff; flex: none; margin-top: 1px; box-shadow: 0 4px 12px rgba(249, 115, 22, 0.4); }
.yw-why__cta { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; flex-wrap: wrap; padding: 1.25rem 1.5rem; border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.16); }
.yw-why__cta strong { display: block; color: #fff; font-family: var(--font-display); font-size: 1.2rem; }
.yw-why__cta span { font-size: 0.9rem; color: rgba(255, 255, 255, 0.78); }
.yw-why__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-hero); aspect-ratio: 4 / 5; max-height: 560px; }
.yw-why__media img { width: 100%; height: 100%; object-fit: cover; }
.yw-why__badge { position: absolute; left: 1.25rem; bottom: 1.25rem; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 116px; height: 116px; border-radius: 50%; background: var(--color-accent); color: #fff; text-align: center; box-shadow: 0 16px 36px rgba(249, 115, 22, 0.45); }
.yw-why__badge-num { font-family: var(--font-display); font-weight: 800; font-size: 1.9rem; line-height: 1; }
.yw-why__badge-label { font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.25rem; padding-inline: 0.5rem; }

/* ==========================================================================
   Award
   ========================================================================== */
.yw-award__panel { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); background: linear-gradient(150deg, var(--color-accent) 0%, var(--color-accent-dark) 100%); }
.yw-award__body { padding: clamp(2rem, 4vw, 3.25rem); color: #fff; }
.yw-award__trophy { display: inline-grid; place-items: center; width: 70px; height: 70px; border-radius: 50%; background: rgba(255, 255, 255, 0.18); color: #fff; margin-bottom: 1.1rem; }
.yw-award .yw-eyebrow--accent { color: #fff; opacity: 0.92; }
.yw-award .yw-eyebrow--accent::before { background: #fff; }
.yw-award__title { font-size: clamp(1.5rem, 1rem + 1.6vw, 2.15rem); color: #fff; margin-bottom: 1.25rem; }
.yw-award__years { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.25rem; }
.yw-award__year { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; color: #fff; padding: 0.45rem 0.9rem; border-radius: var(--radius-pill); background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.3); }
.yw-award__text { color: rgba(255, 255, 255, 0.92); margin: 0; font-size: 1.02rem; }
.yw-award__media { position: relative; min-height: 280px; }
.yw-award__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ==========================================================================
   Gallery (masonry — explicit columns for the cinematic column reveal)
   ========================================================================== */
.yw-gallery { position: relative; }
.yw-gallery__pin { padding-block: clamp(3.5rem, 6vw, 5rem); }
.yw-gallery__masonry { display: grid; grid-template-columns: repeat(var(--cols, 3), 1fr); gap: 1rem; margin-top: clamp(2rem, 4vw, 3rem); }
.yw-gallery__col { display: flex; flex-direction: column; gap: 1rem; min-width: 0; }
.yw-gallery__item { position: relative; margin: 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card); cursor: pointer; }
.yw-gallery__item img { width: 100%; height: auto; display: block; transition: transform var(--motion-slow) var(--motion-ease); }
.yw-gallery__item:hover img { transform: scale(1.07); }
.yw-gallery__cap { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; gap: 0.3rem; padding: 1.1rem; color: #fff; background: linear-gradient(to top, rgba(8, 30, 18, 0.85) 0%, rgba(8, 30, 18, 0.1) 55%, transparent 100%); opacity: 0; transform: translateY(8px); transition: opacity var(--motion-standard) var(--motion-ease), transform var(--motion-standard) var(--motion-ease); }
.yw-gallery__item:hover .yw-gallery__cap { opacity: 1; transform: translateY(0); }
.yw-gallery__tag { align-self: flex-start; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--color-accent); padding: 0.25rem 0.6rem; border-radius: var(--radius-pill); }
.yw-gallery__caption-text { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; }
.yw-gallery__cta { text-align: center; margin-top: clamp(2.75rem, 5vh, 3.75rem); min-height: 3.25rem; }

/* ==========================================================================
   Reviews
   ========================================================================== */
.yw-reviews__intro { color: var(--color-text-muted); font-size: 1rem; line-height: 1.68; max-width: 780px; margin: 1rem auto 0; }
.yw-reviews__grid { perspective: 1200px; }
.yw-review-card { height: 100%; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.75rem; box-shadow: var(--shadow-card); display: flex; flex-direction: column; gap: 1rem; translate: 0 0; transition: translate var(--motion-card) var(--motion-ease), box-shadow var(--motion-card) var(--motion-ease); }
.yw-review-card:hover { translate: 0 -6px; box-shadow: var(--shadow-card-hover); }
.yw-review-card__stars { display: inline-flex; gap: 3px; color: var(--color-accent); }
.yw-review-card__quote { font-family: var(--font-body); font-size: 1.02rem; line-height: 1.6; color: var(--color-text); margin: 0; flex: 1; }
.yw-review-card__quote::before { content: '“'; font-family: var(--font-display); font-size: 2.5rem; line-height: 0; color: var(--color-primary); opacity: 0.25; margin-right: 0.15rem; vertical-align: -0.4rem; }
.yw-review-card__author { display: flex; align-items: center; gap: 0.85rem; }
.yw-review-card__avatar { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--color-primary); color: #fff; font-family: var(--font-display); font-weight: 700; flex: none; }
.yw-review-card__meta { display: flex; flex-direction: column; }
.yw-review-card__meta strong { color: var(--color-text); font-family: var(--font-body); font-size: 0.95rem; }
.yw-review-card__meta span { font-size: 0.82rem; color: var(--color-text-muted); }

/* ==========================================================================
   Final CTA
   ========================================================================== */
.yw-finalcta { padding-block: var(--space-section); }
.yw-finalcta__panel { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem); text-align: center; background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-dark) 100%); box-shadow: 0 30px 70px rgba(249, 115, 22, 0.32); will-change: transform, opacity; }
.yw-finalcta__pattern { position: absolute; inset: 0; opacity: 0.5; background-image: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18) 0, transparent 30%), radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.14) 0, transparent 34%); }
.yw-finalcta__panel::after { content: ''; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.2) 42%, transparent 62%); transform: translateX(-115%); opacity: 0; pointer-events: none; }
.yw-finalcta__panel.is-animated::after { animation: yw-cta-shine 0.95s 0.12s var(--motion-ease-out) both; }
@keyframes yw-cta-shine { 0% { opacity: 0; transform: translateX(-115%); } 20% { opacity: 1; } 100% { opacity: 0; transform: translateX(115%); } }
.yw-finalcta__inner { position: relative; z-index: 1; max-width: 720px; margin-inline: auto; }
.yw-finalcta .yw-eyebrow--light { justify-content: center; }
.yw-finalcta__title { font-size: clamp(2rem, 1rem + 3vw, 3.1rem); color: #fff; margin-bottom: 1rem; }
.yw-finalcta__body { color: rgba(255, 255, 255, 0.92); font-size: 1.12rem; margin-bottom: 1.9rem; }
.yw-finalcta__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }

/* ==========================================================================
   Footer
   ========================================================================== */
.yw-footer { background: var(--color-primary-dark); color: rgba(255, 255, 255, 0.78); }
body.yw-legal-page { min-height: 100vh; display: flex; flex-direction: column; }
body.yw-legal-page .yw-legal-shell { flex: 1 0 auto; }
body.yw-legal-page .yw-footer { flex: none; }
.yw-footer__container { max-width: var(--yw-max); }
.yw-footer__cta { background: var(--color-primary); }
.yw-footer__cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding-block: clamp(2rem, 4vw, 2.75rem); }
.yw-footer__cta-title { color: #fff; font-size: clamp(1.5rem, 1rem + 1.6vw, 2.1rem); margin-top: 0.25rem; }
.yw-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 2.5rem; padding-block: clamp(3rem, 6vw, 4.5rem); }
.yw-footer__logo { height: 56px; width: auto; margin-bottom: 1.1rem; background: #fff; padding: 0.5rem 0.7rem; border-radius: var(--radius-sm); }
.yw-footer__desc { font-size: 0.92rem; line-height: 1.65; max-width: 30rem; margin-bottom: 1.25rem; }
.yw-footer__contact { display: flex; flex-direction: column; gap: 0.6rem; }
.yw-footer__contact-item { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.92rem; color: rgba(255, 255, 255, 0.85); }
.yw-footer__contact-item svg { color: var(--color-accent); flex: none; }
a.yw-footer__contact-item:hover { color: #fff; }
.yw-footer__social { display: flex; gap: 0.6rem; margin-top: 1.25rem; }
.yw-footer__social-link { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.85); translate: 0 0; transition: background-color var(--motion-standard) var(--motion-ease), color var(--motion-standard) var(--motion-ease), border-color var(--motion-standard) var(--motion-ease), translate var(--motion-standard) var(--motion-ease); }
.yw-footer__social-link:hover { background: var(--color-accent); color: #fff; border-color: var(--color-accent); translate: 0 -2px; }
.yw-footer__col-title { color: #fff; font-family: var(--font-body); font-size: 0.86rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.1rem; }
.yw-footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.yw-footer__list a { font-size: 0.92rem; color: rgba(255, 255, 255, 0.78); }
.yw-footer__list a:hover { color: var(--color-accent); }
.yw-footer__list--hours li { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.9rem; }
.yw-footer__hours-day { color: rgba(255, 255, 255, 0.78); }
.yw-footer__hours-time { color: #fff; font-weight: 600; }
.yw-footer__note { font-size: 0.82rem; color: rgba(255, 255, 255, 0.6); margin: 0.85rem 0 1.1rem; }
.yw-footer__btn { width: 100%; }
.yw-btn--ghost-light.yw-footer__btn { color: #fff; }
.yw-footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.12); }
.yw-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 1.4rem; }
.yw-footer__copy { font-size: 0.82rem; margin: 0; color: rgba(255, 255, 255, 0.6); }
.yw-footer__legal { display: flex; flex-wrap: wrap; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.yw-footer__legal a { font-size: 0.82rem; color: rgba(255, 255, 255, 0.6); }
.yw-footer__legal a:hover { color: var(--color-accent); }

/* ==========================================================================
   Responsive
   ========================================================================== */
/* Cinematic pinned frames — applied ONLY when JS confirms the frame fits the
   viewport and adds .is-pinned (width + height gate, not under reduced motion). */
.yw-services.is-pinned .yw-services__pin,
.yw-gallery.is-pinned .yw-gallery__pin { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-start; padding-block: clamp(1rem, 2.4vh, 2rem); }
/* Fill the frame: head pinned at the top (no empty band above it), the visual
   block grows to fill the rest. Kills the centered dead space at tall viewports. */
.yw-services.is-pinned .yw-services__pin > .container,
.yw-gallery.is-pinned .yw-gallery__pin > .container { flex: 1 1 auto; display: flex; flex-direction: column; width: 100%; }
/* Tighten the services frame so the heading + all 8 cards fit one viewport. */
.yw-services.is-pinned .yw-section-head { margin-bottom: clamp(1.25rem, 2.5vh, 2rem); }
.yw-services.is-pinned .yw-services__grid { --bs-gutter-y: 1rem; flex: 1 1 auto; align-content: center; }
.yw-services.is-pinned .yw-service-card { padding: 1.2rem 1.35rem; }
.yw-services.is-pinned .yw-service-card__icon { width: 50px; height: 50px; margin-bottom: 0.8rem; }
.yw-services.is-pinned .yw-service-card__text { margin-bottom: 0.85rem; }
/* Gallery fitted masonry frame — fills the remaining viewport height. */
.yw-gallery.is-pinned .yw-section-head { margin-bottom: clamp(0.85rem, 2vh, 1.35rem); }
.yw-gallery.is-pinned .yw-section-head__sub { margin-top: 0.65rem; }
.yw-gallery.is-pinned .yw-gallery__masonry { flex: 0 0 min(52vh, 460px); min-height: 300px; height: min(52vh, 460px); margin-top: clamp(0.65rem, 1.5vh, 1rem); }
.yw-gallery.is-pinned .yw-gallery__col { height: 100%; }
.yw-gallery.is-pinned .yw-gallery__item { flex: 2 1 0; min-height: 0; }
.yw-gallery.is-pinned .yw-gallery__item img { height: 100%; object-fit: cover; }
.yw-gallery.is-pinned .yw-gallery__col .yw-gallery__item:nth-child(odd) { flex-grow: 3; }
.yw-gallery.is-pinned .yw-gallery__col .yw-gallery__item:nth-child(even) { flex-grow: 2; }
.yw-gallery.is-pinned .yw-gallery__col:nth-child(even) .yw-gallery__item:nth-child(odd) { flex-grow: 2; }
.yw-gallery.is-pinned .yw-gallery__col:nth-child(even) .yw-gallery__item:nth-child(even) { flex-grow: 3; }
.yw-gallery.is-pinned .yw-gallery__col:has(> .yw-gallery__item:only-child) .yw-gallery__item { flex: 0 1 auto; max-height: 52%; }
.yw-gallery.is-pinned .yw-gallery__cta { margin-top: clamp(2.75rem, 5vh, 3.75rem); }

/* Design-showcase static fallback (short desktop / reduced motion): stack panels. */
.yw-showcase--static .yw-showcase__stage { grid-template-columns: 1fr; }
.yw-showcase--static .yw-showcase__media,
.yw-showcase--static .yw-showcase__progress { display: none; }
.yw-showcase--static .yw-showcase__panels { min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; display: block; }
.yw-showcase--static .yw-showcase__panel,
.yw-showcase--static .yw-showcase__panel.is-active { position: relative; display: block; flex: none; opacity: 1; visibility: visible; transform: none; margin-bottom: 1.5rem; color: var(--color-text); background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.25rem; box-shadow: var(--shadow-card); }
.yw-showcase--static .yw-showcase__panel-media { display: block; border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 1rem; aspect-ratio: 16 / 10; }
.yw-showcase--static .yw-showcase__panel-media img { width: 100%; height: 100%; object-fit: cover; }
.yw-showcase--static .yw-showcase__panel-title,
.yw-showcase--static .yw-showcase__panel.is-active .yw-showcase__panel-title { color: var(--color-primary-dark); font-size: clamp(1.25rem, 1rem + 1vw, 1.8rem); }
.yw-showcase--static .yw-showcase__panel-text,
.yw-showcase--static .yw-showcase__panel.is-active .yw-showcase__panel-text { display: block; color: var(--color-text-muted); font-size: 0.98rem; line-height: 1.65; overflow: visible; }
.yw-showcase--static .yw-showcase__panel-arrow { display: none; }
.yw-showcase--static .yw-line { overflow: visible; }
.yw-showcase--static .yw-line > span { transform: none; }

@media (max-width: 1199px) {
  .yw-hero__inner { min-height: auto; }
}
@media (max-width: 991px) {
  .yw-nav, .yw-header__cta { display: none; }
  .yw-nav-toggle { display: inline-flex; }
  .yw-header.nav-open .yw-nav, body.yw-nav-open .yw-nav { display: block; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--color-border); box-shadow: 0 18px 40px rgba(24, 39, 30, 0.14); }
  body.yw-nav-open .yw-nav__menu { flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 1.25rem 1.25rem; }
  body.yw-nav-open .yw-nav__menu li { border-bottom: 1px solid var(--color-border); }
  body.yw-nav-open .yw-nav__menu a { display: block; padding: 0.85rem 0; }
  .yw-header__inner { min-height: 70px; }

  .yw-hero__inner { grid-template-columns: 1fr; gap: 2rem; }
  .yw-hero__content { max-width: 640px; }
  .yw-estimate { max-width: 560px; }

  .yw-showcase__stage { grid-template-columns: 1fr; gap: clamp(1.25rem, 5vw, 2rem); }
  .yw-showcase__head .yw-h2 { font-size: clamp(2rem, 9vw, 3rem); line-height: 1.08; }
  .yw-showcase__media { display: none; }
  .yw-showcase__proofs { grid-template-columns: 1fr; }
  .yw-showcase__proof { border-right: 0; border-bottom: 1px solid rgba(8, 30, 18, 0.1); }
  .yw-showcase__proof:last-child { border-bottom: 0; }
  .yw-showcase__panels { min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; display: block; }
  .yw-showcase__panels-track { position: static; }
  .yw-showcase__panel,
  .yw-showcase__panel.is-active { position: relative; inset: auto; display: block; flex: none; opacity: 1; visibility: visible; transform: none; margin-bottom: 2rem; color: var(--color-text); background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: 1.25rem; box-shadow: var(--shadow-card); }
  .yw-showcase__panel-media { display: block; border-radius: var(--radius-md); overflow: hidden; margin-bottom: 1rem; aspect-ratio: 16 / 10; box-shadow: var(--shadow-card); }
  .yw-showcase__panel-media img { width: 100%; height: 100%; object-fit: cover; }
  .yw-showcase__panel-title,
  .yw-showcase__panel.is-active .yw-showcase__panel-title { color: var(--color-primary-dark); font-size: clamp(1.25rem, 1rem + 1vw, 1.8rem); }
  .yw-showcase__panel-text,
  .yw-showcase__panel.is-active .yw-showcase__panel-text { display: block; color: var(--color-text-muted); font-size: 0.98rem; line-height: 1.65; overflow: visible; }
  .yw-showcase__panel-arrow { display: none; }
  .yw-showcase__panel-title .yw-line, .yw-showcase__panel-text .yw-line { overflow: visible; }
  .yw-showcase__panel-title .yw-line > span, .yw-showcase__panel-text .yw-line > span { transform: none; }

  .yw-award__panel { grid-template-columns: 1fr; }
  .yw-award__media { min-height: 240px; }
  .yw-gallery__masonry { grid-template-columns: 1fr 1fr; height: auto; }
  .yw-gallery__col { display: contents; }
  .yw-gallery__item { height: auto; aspect-ratio: 4 / 3; }
  .yw-gallery__item img { height: 100%; object-fit: cover; }

  .yw-topbar__area { display: none; }
  .yw-footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .yw-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 575px) {
  .yw-section { padding-block: clamp(3rem, 12vw, 4rem); }
  .yw-services__pin, .yw-gallery__pin { padding-block: clamp(3rem, 12vw, 4rem); }
  .yw-why__list { grid-template-columns: 1fr; }
  .yw-gallery__masonry { grid-template-columns: 1fr; }
  .yw-field-row { grid-template-columns: 1fr; }
  .yw-footer__grid { grid-template-columns: 1fr; }
  .yw-footer__cta-inner { flex-direction: column; align-items: flex-start; }
  .yw-topbar__inner { justify-content: center; }
  .yw-topbar__rating { margin-inline: auto; }
  .yw-topbar__phone { display: none; }
  .yw-hero__title { font-size: clamp(2.2rem, 9vw, 3rem); }
}

/* ==========================================================================
   Inner pages (page-hero, posts, prose, pagination, 404, inner CTA, feature-alt)
   Retained from the base theme, retuned to the YardWorks token palette.
   ========================================================================== */
.vibe-page-hero { padding: 5rem 0 3.5rem; background: linear-gradient(135deg, var(--color-surface-tint) 0%, var(--color-surface) 100%); border-bottom: 1px solid var(--color-border); }
.vibe-page-hero__eyebrow { display: inline-block; margin-bottom: 0.6rem; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--color-accent); }
.vibe-page-hero__title { margin: 0 0 0.75rem; font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; color: var(--color-text); }
.vibe-page-hero__meta, .vibe-page-hero__desc { margin: 0; font-size: 1rem; color: var(--color-text-muted); }
.vibe-page-hero__desc { max-width: 48rem; }
.vibe-post-listing { padding: 4rem 0 5rem; }
.vibe-post-card { display: flex; flex-direction: column; background: var(--color-surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); overflow: hidden; transition: translate var(--motion-card) var(--motion-ease), box-shadow var(--motion-card) var(--motion-ease); }
.vibe-post-card:hover { translate: 0 -4px; box-shadow: var(--shadow-card-hover); }
.vibe-post-card__img { display: block; width: 100%; height: 200px; object-fit: cover; transition: scale var(--motion-slow) var(--motion-ease); }
.vibe-post-card:hover .vibe-post-card__img { scale: 1.04; }
.vibe-post-card__body { display: flex; flex-direction: column; flex: 1; padding: 1.5rem; gap: 0.5rem; }
.vibe-post-card__type { padding: 0.2rem 0.6rem; border-radius: 999px; background: var(--color-green-soft); color: var(--color-primary); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.72rem; }
.vibe-post-card__title { margin: 0; font-size: 1.125rem; font-weight: 700; line-height: 1.3; }
.vibe-post-card__title a:hover { color: var(--color-primary); }
.vibe-post-card__excerpt { margin: 0; font-size: 0.9rem; color: var(--color-text-muted); flex: 1; }
.vibe-read-more { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.875rem; font-weight: 600; color: var(--color-primary); margin-top: auto; padding-top: 0.5rem; transition: gap var(--motion-standard) var(--motion-ease); }
.vibe-read-more:hover { gap: 0.65rem; }
.vibe-pagination { margin-top: 3rem; display: flex; justify-content: center; }
.vibe-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.vibe-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 2.5rem; height: 2.5rem; padding: 0 0.75rem; border-radius: var(--radius-pill); font-size: 0.9rem; font-weight: 600; color: var(--color-text-muted); border: 1px solid transparent; }
.vibe-pagination .page-numbers:hover { background: var(--color-green-soft); color: var(--color-primary); }
.vibe-pagination .page-numbers.current { background: var(--color-primary); color: #fff; }
.vibe-utility-hero { padding: 7rem 0 6rem; text-align: center; }
.vibe-utility-hero__inner { max-width: 44rem; margin: 0 auto; }
.vibe-utility-hero__code { display: block; font-size: clamp(6rem, 20vw, 10rem); font-weight: 900; line-height: 1; letter-spacing: -0.06em; background: linear-gradient(135deg, var(--color-primary), var(--color-accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 0.5rem; }
.vibe-utility-hero__title { font-family: var(--font-display); font-size: clamp(1.75rem, 4vw, 2.75rem); font-weight: 800; color: var(--color-text); margin-bottom: 1rem; }
.vibe-utility-hero__body { font-size: 1.05rem; color: var(--color-text-muted); max-width: 36rem; margin: 0 auto 2rem; }
.vibe-utility-hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin-bottom: 2.5rem; }
.vibe-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: 0.75rem 1.5rem; border-radius: var(--radius-pill); font-weight: 700; font-size: 0.95rem; transition: translate var(--motion-standard) var(--motion-ease), box-shadow var(--motion-standard) var(--motion-ease); }
.vibe-btn:hover { translate: 0 -2px; }
.vibe-btn--primary { background: var(--color-primary); color: #fff; }
.vibe-btn--outline { border: 2px solid var(--color-primary); color: var(--color-primary); background: transparent; }
.vibe-no-results { text-align: center; padding: 4rem 0; max-width: 36rem; margin: 0 auto; }
.vibe-post-featured__img { display: block; width: 100%; max-height: 480px; object-fit: cover; border-radius: var(--radius-lg); }
.vibe-post-body { padding: 3rem 0 5rem; }
.vibe-prose { max-width: 52rem; font-size: 1.05rem; line-height: 1.75; color: var(--color-text); }
.vibe-prose h2, .vibe-prose h3, .vibe-prose h4 { font-family: var(--font-display); font-weight: 700; margin-top: 2.25rem; margin-bottom: 0.75rem; }
.vibe-prose p { margin-bottom: 1.25rem; }
.vibe-prose img { border-radius: var(--radius-lg); max-width: 100%; }
.vibe-prose a { color: var(--color-primary); text-decoration: underline; text-underline-offset: 3px; }
.vibe-post-tags a { display: inline-block; padding: 0.25rem 0.75rem; border-radius: var(--radius-pill); background: var(--color-green-soft); color: var(--color-primary); font-size: 0.8rem; font-weight: 600; }
.vibe-page-content { padding: 4rem 0 5rem; }
.vibe-inner-cta { padding: 5rem 0; background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%); text-align: center; }
.vibe-inner-cta__inner { max-width: 44rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.25rem; }
.vibe-inner-cta__heading { margin: 0; font-family: var(--font-display); font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 800; line-height: 1.15; color: #fff; }
.vibe-inner-cta__body { margin: 0; font-size: 1.1rem; line-height: 1.6; color: rgba(255, 255, 255, 0.85); max-width: 36rem; }
.vibe-inner-cta__btn { background: var(--color-accent); color: #fff; border: none; font-weight: 700; }
.vibe-inner-cta__btn:hover { background: var(--color-accent-dark); }
.vibe-feature-alt { padding: clamp(4rem, 8vw, 7rem) 0; }
.vibe-feature-alt__header { max-width: 640px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.vibe-feature-alt__title { margin: 0.5rem 0 0; font-family: var(--font-display); font-size: clamp(1.9rem, 3.5vw, 2.8rem); font-weight: 700; color: var(--color-text); line-height: 1.15; }
.vibe-feature-alt__row { display: grid; grid-template-columns: 3.5rem 1fr; gap: 0 1.75rem; padding: 2rem 0; border-top: 1px solid var(--color-border); align-items: start; }
.vibe-feature-alt__rows > :last-child { border-bottom: 1px solid var(--color-border); }
.vibe-feature-alt__num { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; line-height: 1; color: var(--color-primary); opacity: 0.22; }
.vibe-feature-alt__heading { margin: 0 0 0.6rem; font-family: var(--font-display); font-size: clamp(1.1rem, 1.8vw, 1.35rem); font-weight: 700; color: var(--color-text); }
.vibe-feature-alt__body { margin: 0; color: var(--color-text-muted); line-height: 1.65; }

/* Reduced motion: keep interactive feedback, calm ambient motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .yw-hero__scroll span { animation: none; }
}

/* ==========================================================================
   Intentional transition delay on every interactive hover / focus / active.
   A small, deliberate delay gives the UI a refined, considered feel rather
   than snapping instantly. (Placed last so it wins the cascade.)
   ========================================================================== */
:root { --hover-delay: 50ms; }

a,
button,
.yw-btn,
.yw-nav__menu a,
.yw-nav__menu a::after,
.yw-header__cta,
.yw-nav-toggle,
.yw-service-card,
.yw-service-card__icon,
.yw-service-card__cta,
.yw-service-card__cta svg,
.yw-feature-card,
.yw-feature-card__icon,
.yw-review-card,
.yw-post-card,
.yw-gallery__item,
.yw-gallery__item img,
.yw-btn__arrow,
.yw-topbar__phone,
.yw-footer__contact-item,
.yw-footer__list a,
.yw-footer__legal a,
.yw-read-more,
.yw-showcase__dot {
  transition-delay: var(--hover-delay);
}

/* Buttons must own their lift timing — translate is not part of the global
   paint-only transition, so without this the hover lift snaps instantly. */
.yw-btn {
  transition:
    translate var(--motion-standard) var(--motion-ease) var(--hover-delay),
    box-shadow var(--motion-card) var(--motion-ease) var(--hover-delay),
    background-color var(--motion-standard) var(--motion-ease) var(--hover-delay),
    border-color var(--motion-standard) var(--motion-ease) var(--hover-delay),
    color var(--motion-fast) var(--motion-ease) var(--hover-delay);
}

/* ==========================================================================
   Our Work — horizontal scroll variant (cinematic horizontal pan)
   ========================================================================== */
.yw-hscroll { position: relative; overflow: hidden; }
.yw-hscroll__pin { padding-block: var(--space-section); }
.yw-hscroll__head { text-align: center; max-width: 760px; margin-inline: auto; margin-bottom: clamp(1.75rem, 3.5vw, 2.75rem); }
.yw-hscroll__head .yw-eyebrow { justify-content: center; }
.yw-hscroll__hint { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.85rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--color-accent); }
.yw-hscroll__viewport { width: 100%; overflow: hidden; }
.yw-hscroll__track { display: flex; gap: 1.25rem; padding-inline: clamp(1.1rem, 4vw, 2.25rem); will-change: transform; }
.yw-hscroll__item { position: relative; flex: 0 0 auto; width: clamp(240px, 22vw, 330px); height: clamp(300px, 54vh, 480px); margin: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); }
.yw-hscroll__item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--motion-slow) var(--motion-ease); }
.yw-hscroll__item:hover img { transform: scale(1.05); }
.yw-hscroll__cap { position: absolute; inset: auto 0 0 0; display: flex; flex-direction: column; gap: 0.3rem; padding: 1.1rem; color: #fff; background: linear-gradient(to top, rgba(8, 30, 18, 0.85) 0%, rgba(8, 30, 18, 0.1) 60%, transparent 100%); }
.yw-hscroll__tag { align-self: flex-start; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; background: var(--color-accent); padding: 0.22rem 0.55rem; border-radius: var(--radius-pill); }
.yw-hscroll__caption-text { font-family: var(--font-display); font-size: 1rem; font-weight: 600; }
.yw-hscroll__bar { width: min(280px, 60%); height: 4px; margin: clamp(1.5rem, 3vh, 2.5rem) auto 0; background: var(--color-border); border-radius: var(--radius-pill); overflow: hidden; }
.yw-hscroll__bar span { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--color-primary), var(--color-accent)); transform: scaleX(0); transform-origin: left; }
.yw-hscroll__cta { text-align: center; padding-top: 2.5rem; padding-bottom: var(--space-section); }

/* Desktop pinned frame — set by JS .is-pinned only when it fits + full motion. */
.yw-hscroll.is-pinned .yw-hscroll__pin { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; padding-block: clamp(1.5rem, 3vh, 2.75rem); }

/* Tablet / mobile: native horizontal swipe (no pin). */
@media (max-width: 991px) {
  .yw-hscroll__viewport { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; padding-bottom: 0.75rem; }
  .yw-hscroll__track { will-change: auto; }
  .yw-hscroll__item { scroll-snap-align: start; width: clamp(230px, 78vw, 320px); height: clamp(280px, 66vw, 400px); }
  .yw-hscroll__bar { display: none; }
}

/* Clickable portfolio cards → details page (title + "View details" affordance). */
.yw-hscroll__link { display: block; height: 100%; color: #fff; cursor: pointer; }
.yw-hscroll__link:focus-visible { outline: 3px solid var(--color-accent); outline-offset: -3px; }
.yw-hscroll__caption-text { transition: text-decoration-color var(--motion-fast) var(--motion-ease); }
.yw-hscroll__item:hover .yw-hscroll__caption-text,
.yw-hscroll__link:focus-visible .yw-hscroll__caption-text { text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; }
.yw-hscroll__more { display: inline-flex; align-items: center; gap: 0.3rem; margin-top: 0.2rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; opacity: 0; max-height: 0; transform: translateY(6px); transition: opacity var(--motion-standard) var(--motion-ease), transform var(--motion-standard) var(--motion-ease-out), max-height var(--motion-standard) var(--motion-ease); }
.yw-hscroll__more svg { color: var(--color-accent); }
.yw-hscroll__item:hover .yw-hscroll__more,
.yw-hscroll__link:focus-visible .yw-hscroll__more { opacity: 1; max-height: 2rem; transform: translateY(0); }

/* Footer credit line. */
.yw-footer__credit-wrap { padding-bottom: 1.1rem; text-align: center; }
.yw-footer__credit { margin: 0; font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); }
.yw-footer__credit a { color: var(--color-accent); font-weight: 600; }
.yw-footer__credit a:hover { color: #fff; }

/* ==========================================================================
   Learn More / video feature + lightbox
   ========================================================================== */
.yw-video__content .yw-rich { margin-bottom: 1.75rem; }
.yw-video__cta-icon { margin-right: 0.1rem; }
.yw-video__media { position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); aspect-ratio: 16 / 9; background: #cfe0cf; }
.yw-video__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--motion-slow) var(--motion-ease); }
.yw-video__media:hover img { transform: scale(1.04); }
.yw-video__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(8, 30, 18, 0.18), transparent 60%); opacity: 0; transition: opacity var(--motion-standard) var(--motion-ease); }
.yw-video__media:hover::after { opacity: 1; }
.yw-video__play { position: absolute; top: 50%; left: 50%; translate: -50% -50%; display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: rgba(255, 255, 255, 0.94); color: var(--color-primary); box-shadow: 0 12px 34px rgba(8, 30, 18, 0.3); transition: transform var(--motion-standard) var(--motion-ease-out), background-color var(--motion-standard) var(--motion-ease), color var(--motion-standard) var(--motion-ease); }
.yw-video__play svg { translate: 2px 0; }
.yw-video__media:hover .yw-video__play { transform: scale(1.08); background: var(--color-accent); color: #fff; }


.yw-lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: clamp(1rem, 4vw, 2.5rem); background: rgba(8, 30, 18, 0.86); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity var(--motion-standard) var(--motion-ease); }
.yw-lightbox.is-open { opacity: 1; }
.yw-lightbox__inner { position: relative; width: min(980px, 100%); aspect-ratio: 16 / 9; }
.yw-lightbox__inner iframe, .yw-lightbox__inner video { width: 100%; height: 100%; border: 0; border-radius: var(--radius-md); background: #000; display: block; }
.yw-lightbox__close { position: absolute; top: -3rem; right: 0; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 0; border-radius: 50%; background: #fff; color: var(--color-text); font-size: 1.6rem; line-height: 1; cursor: pointer; transition: transform var(--motion-standard) var(--motion-ease), background-color var(--motion-fast); }
.yw-lightbox__close:hover { transform: scale(1.08); background: var(--color-accent); color: #fff; }

/* ==========================================================================
   Property Improvement Services navigation + reusable service-detail pages
   ========================================================================== */
.yw-nav__item--has-children { position: relative; }
.yw-nav__parent { display: inline-flex; align-items: center; gap: 0.35rem; }
.yw-nav__chevron { transition: rotate var(--motion-standard) var(--motion-ease); }
.yw-nav__submenu { position: absolute; top: calc(100% + 0.75rem); left: 50%; z-index: 20; min-width: 250px; margin: 0; padding: 0.65rem; list-style: none; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); box-shadow: var(--shadow-card); opacity: 0; visibility: hidden; translate: -50% 0.6rem; transition: opacity var(--motion-standard) var(--motion-ease), visibility var(--motion-standard) var(--motion-ease), translate var(--motion-standard) var(--motion-ease-out); }
.yw-nav__submenu::before { content: ''; position: absolute; inset: -0.8rem 0 auto; height: 0.8rem; }
.yw-nav__submenu li + li { border-top: 1px solid var(--color-border); }
.yw-nav__submenu a { display: block; padding: 0.75rem 0.85rem; border-radius: var(--radius-sm); font-size: var(--text-sm); white-space: nowrap; }
.yw-nav__submenu a::after { display: none; }
.yw-nav__submenu a:hover,
.yw-nav__submenu a:focus-visible { background: var(--color-surface-alt); color: var(--color-primary); translate: 0.2rem 0; }
.yw-nav__item--has-children:hover .yw-nav__submenu,
.yw-nav__item--has-children:focus-within .yw-nav__submenu { opacity: 1; visibility: visible; translate: -50% 0; }
.yw-nav__item--has-children:hover .yw-nav__chevron,
.yw-nav__item--has-children:focus-within .yw-nav__chevron { rotate: 180deg; }

.yw-service-details { overflow: hidden; background: var(--color-surface); }
.yw-service-details__head { margin-inline: auto; text-align: center; }
.yw-service-details__head .yw-eyebrow { justify-content: center; }
.yw-service-details__items { border-top: 1px solid var(--color-border); }
.yw-service-details__item { padding-block: clamp(3rem, 7vw, 6rem); border-bottom: 1px solid var(--color-border); }
.yw-service-details__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); background: var(--color-surface-alt); }
.yw-service-details__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: scale var(--motion-slow) var(--motion-ease-out), filter var(--motion-slow) var(--motion-ease); }
.yw-service-details__item:hover .yw-service-details__media img { scale: 1.035; }
.yw-service-details__content { width: 100%; }
.yw-service-details__title { margin: 0 0 var(--space-md); font-family: var(--font-display); font-size: clamp(1.8rem, 1rem + 2.2vw, 2.8rem); line-height: 1.12; color: var(--color-text); }
.yw-service-details__body { color: var(--color-text-muted); }
.yw-service-details__body p { margin-bottom: var(--space-md); }
.yw-service-details__body ul { display: flex; flex-direction: column; gap: 0.7rem; margin: var(--space-md) 0 var(--space-lg); padding: 0; list-style: none; }
.yw-service-details__body li { position: relative; padding-left: 1.8rem; color: var(--color-text); font-weight: 500; }
.yw-service-details__body li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: var(--color-accent); font-weight: 800; }
.yw-service-details__content .yw-btn { margin-top: var(--space-sm); }

.yw-services--related { padding-block: var(--space-section); }
.yw-services--related .yw-services__pin { min-height: 0; padding: 0; }
.yw-services--related .yw-section-head { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.yw-services--related .yw-service-card { height: 100%; }

@media (max-width: 991px) {
  body.yw-nav-open .yw-nav__item--has-children { padding-bottom: 0.4rem; }
  body.yw-nav-open .yw-nav__parent { width: 100%; justify-content: space-between; }
  body.yw-nav-open .yw-nav__submenu { position: static; min-width: 0; margin: 0 0 0.35rem; padding: 0 0 0 1rem; border: 0; border-left: 2px solid var(--color-accent); border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; translate: 0; background: transparent; }
  body.yw-nav-open .yw-nav__submenu li { border: 0; }
  body.yw-nav-open .yw-nav__submenu a { padding: 0.65rem 0.75rem; white-space: normal; }
  body.yw-nav-open .yw-nav__chevron { rotate: 180deg; }
}

@media (max-width: 575px) {
  .yw-service-details__item { padding-block: var(--space-xl); }
}

/* ========================================================================== 
   Gallery archive + live Reviews page
   ========================================================================== */
.yw-archive-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(6.5rem, 12vw, 10rem) clamp(4rem, 8vw, 7rem);
  color: var(--color-surface);
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
}
.yw-archive-hero::before,
.yw-archive-hero::after {
  content: '';
  position: absolute;
  border: 1px solid color-mix(in srgb, var(--color-surface) 18%, transparent);
  border-radius: 50%;
  pointer-events: none;
}
.yw-archive-hero::before { width: min(44rem, 72vw); aspect-ratio: 1; right: -18rem; top: -24rem; }
.yw-archive-hero::after { width: min(28rem, 54vw); aspect-ratio: 1; left: -14rem; bottom: -20rem; }
.yw-archive-hero__inner { position: relative; z-index: 1; max-width: 850px; }
.yw-archive-hero .yw-eyebrow { color: var(--color-accent); }
.yw-archive-hero__title { margin: var(--space-sm) 0 var(--space-md); font-family: var(--font-display); font-size: clamp(3rem, 2rem + 5vw, 6.8rem); line-height: 0.96; color: var(--color-surface); }
.yw-archive-hero__body { max-width: 760px; margin: 0 0 var(--space-lg); color: color-mix(in srgb, var(--color-surface) 88%, transparent); font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem); line-height: 1.8; }

.yw-project-gallery { background: var(--color-surface-alt); }
.yw-project-gallery__head { margin-inline: auto; text-align: center; }
.yw-project-gallery__head .yw-eyebrow { justify-content: center; }
.yw-project-gallery__filters { display: flex; flex-wrap: nowrap; justify-content: safe center; gap: clamp(0.35rem, 0.55vw, 0.55rem); max-width: 100%; margin: 0 auto var(--space-sm); padding: 0.25rem 0 0.6rem; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scroll-snap-type: inline proximity; }
.yw-project-gallery__filter { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 0.45rem; min-height: 2.75rem; padding: 0.6rem clamp(0.68rem, 0.65vw, 0.8rem); border: 1px solid var(--color-border); border-radius: var(--radius-pill); background: var(--color-surface); color: var(--color-text); font: inherit; font-size: clamp(0.82rem, 0.75rem + 0.16vw, 0.9rem); font-weight: 700; white-space: nowrap; cursor: pointer; scroll-snap-align: start; transition: translate var(--motion-standard) var(--motion-ease-out), background-color var(--motion-standard) var(--motion-ease), border-color var(--motion-standard) var(--motion-ease), color var(--motion-fast) var(--motion-ease), box-shadow var(--motion-standard) var(--motion-ease); }
.yw-project-gallery__filter span { display: inline-grid; place-items: center; min-width: 1.75rem; min-height: 1.75rem; padding-inline: 0.35rem; border-radius: var(--radius-pill); background: var(--color-surface-alt); color: var(--color-text-muted); font-size: var(--text-xs); transition: background-color var(--motion-fast) var(--motion-ease), color var(--motion-fast) var(--motion-ease); }
.yw-project-gallery__filter:hover,
.yw-project-gallery__filter:focus-visible { translate: 0 -0.15rem; border-color: var(--color-primary); box-shadow: var(--shadow-soft); }
.yw-project-gallery__filter.is-active { border-color: var(--color-primary); background: var(--color-primary); color: var(--color-surface); }
.yw-project-gallery__filter.is-active span { background: var(--color-accent); color: var(--color-surface); }
.yw-project-gallery__status { margin: 0 0 clamp(2rem, 5vw, 4rem); color: var(--color-text-muted); font-size: var(--text-sm); font-weight: 700; text-align: center; }
.yw-project-gallery__column[hidden] { display: none !important; }
.yw-project-gallery__card { height: 100%; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface); box-shadow: var(--shadow-soft); transition: translate var(--motion-card) var(--motion-ease-out), box-shadow var(--motion-card) var(--motion-ease); }
.yw-project-gallery__card:hover { translate: 0 -0.35rem; box-shadow: var(--shadow-card); }
.yw-project-gallery__open { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; color: var(--color-text); text-align: left; cursor: zoom-in; }
.yw-project-gallery__open:focus-visible { outline: 3px solid var(--color-accent); outline-offset: -3px; }
.yw-project-gallery__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--color-border); }
.yw-project-gallery__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: scale var(--motion-slow) var(--motion-ease-out), filter var(--motion-standard) var(--motion-ease); }
.yw-project-gallery__card:hover .yw-project-gallery__media img,
.yw-project-gallery__open:focus-visible .yw-project-gallery__media img { scale: 1.055; }
.yw-project-gallery__zoom { position: absolute; right: var(--space-sm); bottom: var(--space-sm); display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: var(--color-accent); color: var(--color-surface); font-size: var(--text-xl); font-weight: 300; box-shadow: var(--shadow-card); opacity: 0; translate: 0 0.5rem; transition: opacity var(--motion-standard) var(--motion-ease), translate var(--motion-standard) var(--motion-ease-out); }
.yw-project-gallery__card:hover .yw-project-gallery__zoom,
.yw-project-gallery__open:focus-visible .yw-project-gallery__zoom { opacity: 1; translate: 0 0; }
.yw-project-gallery__caption { display: flex; flex-direction: column; gap: 0.35rem; padding: var(--space-md); }
.yw-project-gallery__caption strong { font-family: var(--font-display); font-size: var(--text-lg); line-height: 1.25; }
.yw-project-gallery__caption small { color: var(--color-text-muted); font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.yw-project-gallery__empty { padding: var(--space-xl); border: 1px dashed var(--color-border); border-radius: var(--radius-lg); text-align: center; background: var(--color-surface); }

.yw-gallery-dialog { width: min(1120px, calc(100% - 2rem)); max-width: none; padding: 0; border: 0; overflow: visible; border-radius: var(--radius-lg); background: var(--color-text); color: var(--color-surface); box-shadow: var(--shadow-card); }
.yw-gallery-dialog::backdrop { background: color-mix(in srgb, var(--color-text) 88%, transparent); -webkit-backdrop-filter: blur(0.5rem); backdrop-filter: blur(0.5rem); }
.yw-gallery-dialog__frame { position: relative; padding: clamp(0.75rem, 2vw, 1.25rem); }
.yw-gallery-dialog figure { margin: 0; }
.yw-gallery-dialog img { width: 100%; max-height: 78vh; object-fit: contain; display: block; border-radius: var(--radius-md); background: var(--color-text); }
.yw-gallery-dialog figcaption { padding: var(--space-sm) var(--space-xs) 0; color: color-mix(in srgb, var(--color-surface) 78%, transparent); text-align: center; }
.yw-gallery-dialog__close,
.yw-gallery-dialog__nav { position: absolute; z-index: 2; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--color-surface); color: var(--color-text); box-shadow: var(--shadow-card); cursor: pointer; transition: scale var(--motion-standard) var(--motion-ease-out), background-color var(--motion-fast) var(--motion-ease), color var(--motion-fast) var(--motion-ease); }
.yw-gallery-dialog__close:hover,
.yw-gallery-dialog__close:focus-visible,
.yw-gallery-dialog__nav:hover,
.yw-gallery-dialog__nav:focus-visible { scale: 1.08; background: var(--color-accent); color: var(--color-surface); }
.yw-gallery-dialog__close { top: -1rem; right: -1rem; width: 3rem; height: 3rem; font-size: var(--text-xl); }
.yw-gallery-dialog__nav { top: 50%; translate: 0 -50%; width: 3.25rem; height: 3.25rem; font-size: var(--text-lg); }
.yw-gallery-dialog__nav--prev { left: -1.6rem; }
.yw-gallery-dialog__nav--next { right: -1.6rem; }

.yw-gallery-cta { padding-block: var(--space-section); background: var(--color-surface); }
.yw-gallery-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--space-xl); padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface-alt); box-shadow: var(--shadow-soft); }
.yw-gallery-cta__inner h2 { margin: var(--space-sm) 0; font-family: var(--font-display); font-size: clamp(2rem, 1.4rem + 2vw, 3.3rem); }
.yw-gallery-cta__inner p { max-width: 720px; margin: 0; color: var(--color-text-muted); }
.yw-gallery-cta__inner .yw-btn { flex: 0 0 auto; }

.yw-live-reviews { background: var(--color-surface-alt); }
.yw-live-reviews__head { margin-inline: auto; text-align: center; }
.yw-live-reviews__head .yw-eyebrow { justify-content: center; }
.yw-live-reviews__shell { position: relative; min-height: 14rem; padding: clamp(1rem, 3vw, 2rem); border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface); box-shadow: var(--shadow-soft); }
.yw-live-reviews__loading { display: flex; align-items: center; justify-content: center; gap: 0.75rem; min-height: 10rem; color: var(--color-text-muted); font-weight: 700; }
.yw-live-reviews__loading[hidden] { display: none; }
.yw-live-reviews__loading span { width: 1.5rem; height: 1.5rem; border: 0.2rem solid var(--color-border); border-top-color: var(--color-accent); border-radius: 50%; animation: yw-reviews-spin 0.8s linear infinite; }
@keyframes yw-reviews-spin { to { rotate: 360deg; } }
.yw-live-reviews__fallback { padding: var(--space-xl); text-align: center; }
.yw-live-reviews__fallback h3 { font-family: var(--font-display); font-size: var(--text-2xl); }
.yw-live-reviews__fallback p { color: var(--color-text-muted); }
.yw-live-reviews__shell #indexReviewsWidget { color: var(--color-text); font-family: var(--font-body); }
.yw-live-reviews__shell #indexReviewsWidget .header-text { margin: 0 0 var(--space-lg) !important; color: var(--color-text) !important; font-family: var(--font-display) !important; font-size: clamp(1.6rem, 1.2rem + 1.3vw, 2.5rem) !important; text-align: center; }
.yw-live-reviews__shell #indexReviewsWidget .summary,
.yw-live-reviews__shell #indexReviewsWidget .filter-bar { border-color: var(--color-border) !important; background: var(--color-surface-alt) !important; color: var(--color-text) !important; }
.yw-live-reviews__shell #indexReviewsWidget .filter-bar { border-radius: var(--radius-md) !important; }
.yw-live-reviews__shell #indexReviewsWidget .review { margin-block: var(--space-md) !important; border: 1px solid var(--color-border) !important; border-radius: var(--radius-md) !important; background: var(--color-surface) !important; box-shadow: var(--shadow-soft) !important; }
.yw-live-reviews__shell #indexReviewsWidget button,
.yw-live-reviews__shell #indexReviewsWidget .dmButtonLink { border-radius: var(--radius-pill) !important; transition: translate var(--motion-standard) var(--motion-ease-out), box-shadow var(--motion-standard) var(--motion-ease) !important; }
.yw-live-reviews__shell #indexReviewsWidget button:hover,
.yw-live-reviews__shell #indexReviewsWidget .dmButtonLink:hover { translate: 0 -0.15rem; box-shadow: var(--shadow-soft) !important; }

@media (max-width: 767px) {
  .yw-project-gallery__filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0.65rem; scroll-snap-type: x proximity; }
  .yw-project-gallery__filter { flex: 0 0 auto; scroll-snap-align: start; }
  .yw-gallery-dialog { width: calc(100% - 1rem); }
  .yw-gallery-dialog__close { top: 0.4rem; right: 0.4rem; }
  .yw-gallery-dialog__nav { top: auto; bottom: 3.6rem; translate: 0; }
  .yw-gallery-dialog__nav--prev { left: 1rem; }
  .yw-gallery-dialog__nav--next { right: 1rem; }
  .yw-gallery-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .yw-live-reviews__loading span { animation-duration: 1.8s; }
}

/* FAQ, source-owned forms, and WordPress post collection. */
.yw-faq { background: var(--color-surface-alt); }
.yw-faq__list { max-width: 980px; margin-inline: auto; }
.yw-faq__item { margin-bottom: var(--space-sm); border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); box-shadow: var(--shadow-soft); overflow: clip; transition: border-color var(--motion-standard) var(--motion-ease), box-shadow var(--motion-standard) var(--motion-ease), translate var(--motion-standard) var(--motion-ease-out); }
.yw-faq__item:hover { border-color: color-mix(in srgb, var(--color-primary) 45%, var(--color-border)); translate: 0 -0.12rem; }
.yw-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: var(--space-md); padding: clamp(1rem, 2vw, 1.4rem); color: var(--color-text); font-family: var(--font-display); font-size: var(--text-lg); font-weight: 700; cursor: pointer; list-style: none; }
.yw-faq__item summary::-webkit-details-marker { display: none; }
.yw-faq__icon { display: grid; place-items: center; flex: 0 0 auto; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--color-primary); color: var(--color-surface); font-family: var(--font-body); font-size: var(--text-xl); transition: rotate var(--motion-standard) var(--motion-ease-out), background-color var(--motion-fast) var(--motion-ease); }
.yw-faq__item[open] .yw-faq__icon { rotate: 45deg; background: var(--color-accent); }
.yw-faq__answer { padding: 0 clamp(1rem, 2vw, 1.4rem) clamp(1rem, 2vw, 1.4rem); color: var(--color-text-muted); line-height: 1.75; }
.yw-faq__answer > :last-child { margin-bottom: 0; }

.yw-form-section { background: var(--color-surface); }
.yw-form-section .yw-h2 + .yw-rich { margin-top: var(--space-sm); }
.yw-form-section__note { margin-top: var(--space-lg); padding: var(--space-md); border-left: 3px solid var(--color-accent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--color-surface-alt); color: var(--color-text-muted); }
.yw-form-section__panel { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--color-border); border-radius: var(--radius-lg); background: var(--color-surface-alt); box-shadow: var(--shadow-card); transition: border-color var(--motion-standard) var(--motion-ease), box-shadow var(--motion-standard) var(--motion-ease); }
.yw-form-section__panel:focus-within { border-color: var(--color-primary); box-shadow: 0 0 0 .2rem color-mix(in srgb, var(--color-primary) 16%, transparent), var(--shadow-card); }
.yw-form-section__panel .gform_wrapper input:not([type="checkbox"]):not([type="radio"]),
.yw-form-section__panel .gform_wrapper textarea,
.yw-form-section__panel .gform_wrapper select { min-height: 3rem; border: 1px solid var(--color-border); border-radius: var(--radius-sm); background: var(--color-surface); transition: border-color var(--motion-fast) var(--motion-ease), box-shadow var(--motion-fast) var(--motion-ease), background-color var(--motion-fast) var(--motion-ease); }
.yw-form-section__panel .ginput_container_select { position: relative; }
.yw-form-section__panel .ginput_container_select::after { content: ''; position: absolute; top: 50%; right: 1rem; width: .55rem; height: .55rem; border-right: 2px solid var(--color-text-muted); border-bottom: 2px solid var(--color-text-muted); rotate: 45deg; translate: 0 -70%; pointer-events: none; transition: border-color var(--motion-fast) var(--motion-ease), translate var(--motion-fast) var(--motion-ease); }
.yw-form-section__panel .ginput_container_select:focus-within::after { border-color: var(--color-primary); translate: 0 -60%; }
.yw-form-section__panel .gform_wrapper select { width: 100%; padding-inline: .95rem 2.75rem !important; color: var(--color-text); appearance: none !important; -webkit-appearance: none !important; background-color: var(--color-surface) !important; background-image: none !important; background-repeat: no-repeat !important; cursor: pointer; }
.yw-form-section__panel .gform_wrapper select option { background: var(--color-surface); color: var(--color-text); }
.yw-form-section__panel .gform_wrapper input:focus,
.yw-form-section__panel .gform_wrapper textarea:focus,
.yw-form-section__panel .gform_wrapper select:focus { border-color: var(--color-primary); box-shadow: 0 0 0 .18rem color-mix(in srgb, var(--color-primary) 15%, transparent); outline: 0; }
.yw-form-section__panel .gform_button,
.yw-form-section__panel .gform-theme-button,
.yw-form-section__panel input[type="submit"],
.yw-form-section__panel button[type="submit"] { min-height: 3rem; padding-inline: 1.5rem; border: 0 !important; border-radius: var(--radius-pill) !important; background: var(--color-accent) !important; color: var(--color-surface) !important; font-weight: 800 !important; box-shadow: 0 .65rem 1.5rem color-mix(in srgb, var(--color-accent) 24%, transparent) !important; transition: translate var(--motion-standard) var(--motion-ease-out), box-shadow var(--motion-standard) var(--motion-ease), background-color var(--motion-fast) var(--motion-ease); }
.yw-form-section__panel .gform_button:hover,
.yw-form-section__panel .gform_button:focus-visible,
.yw-form-section__panel .gform-theme-button:hover,
.yw-form-section__panel .gform-theme-button:focus-visible,
.yw-form-section__panel input[type="submit"]:hover,
.yw-form-section__panel input[type="submit"]:focus-visible,
.yw-form-section__panel button[type="submit"]:hover,
.yw-form-section__panel button[type="submit"]:focus-visible { translate: 0 -.15rem; box-shadow: 0 .85rem 1.9rem color-mix(in srgb, var(--color-accent) 32%, transparent) !important; background: color-mix(in srgb, var(--color-accent) 85%, #000) !important; }
.yw-source-reference { width: 100%; margin-bottom: .75rem; padding: .65rem .85rem; border: 1px dashed #7a4df5; border-radius: var(--radius-sm); background: #f5f1ff; color: #4c2c8d; text-align: left; cursor: pointer; }

/* Contact and Estimate: routing-first hero aligned to the approved Home scale. */
.yw-contact-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(3.5rem, 6vw, 6rem); color: #fff; background: #082b21; }
.yw-contact-hero__bg,
.yw-contact-hero__overlay { position: absolute; inset: 0; }
.yw-contact-hero__bg { z-index: -3; }
.yw-contact-hero__bg img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.yw-contact-hero__overlay { z-index: -2; background: linear-gradient(105deg, rgba(5, 37, 27, .97) 0%, rgba(5, 37, 27, .88) 46%, rgba(5, 37, 27, .58) 100%); }
.yw-contact-hero::before,
.yw-contact-hero::after { content: ''; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.yw-contact-hero::before { width: 38rem; aspect-ratio: 1; left: -16rem; bottom: -27rem; border: 1px solid rgba(255, 255, 255, .12); box-shadow: 0 0 0 5rem rgba(255, 255, 255, .025), 0 0 0 10rem rgba(255, 255, 255, .018); }
.yw-contact-hero::after { width: 22rem; aspect-ratio: 1; right: -8rem; top: -12rem; background: color-mix(in srgb, var(--color-accent) 13%, transparent); filter: blur(1px); }
.yw-contact-hero__inner { position: relative; z-index: 1; }
.yw-contact-hero__content { max-width: 620px; }
.yw-contact-hero__content > .yw-eyebrow { margin-bottom: 1.25rem; }
.yw-contact-hero__title { margin: 0 0 1.25rem; max-width: 620px; color: #fff; font-family: var(--font-display); font-size: var(--text-hero); line-height: 1.12; letter-spacing: -.01em; }
.yw-contact-hero__sub { max-width: 540px; margin: 0; color: rgba(255, 255, 255, .84); font-size: 1.12rem; line-height: 1.6; }
.yw-contact-hero__response { display: inline-flex; align-items: center; gap: .65rem; margin: var(--space-lg) 0 0; padding: .75rem 1rem; border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--radius-pill); background: rgba(255, 255, 255, .08); color: rgba(255, 255, 255, .78); font-size: var(--text-sm); font-weight: 700; backdrop-filter: blur(.5rem); }
.yw-contact-hero__response::before { content: ''; flex: 0 0 auto; width: .6rem; height: .6rem; border-radius: 50%; background: var(--color-accent); box-shadow: 0 0 0 .3rem color-mix(in srgb, var(--color-accent) 18%, transparent); }
.yw-contact-hero__panel { padding: clamp(1.5rem, 2.5vw, 2.25rem); border: 1px solid rgba(255, 255, 255, .52); border-radius: calc(var(--radius-lg) + .35rem); background: rgba(255, 255, 255, .94); color: var(--color-text); box-shadow: 0 2rem 5rem rgba(4, 25, 18, .34); backdrop-filter: blur(1rem); }
.yw-contact-hero__panel > .yw-eyebrow { margin-bottom: .5rem; }
.yw-contact-hero__panel-title { margin: 0 0 var(--space-xs); color: var(--color-text); font-family: var(--font-display); font-size: 1.6rem; line-height: 1.12; letter-spacing: -.01em; }
.yw-contact-hero__panel-body { margin: 0 0 var(--space-md); color: var(--color-text-muted); }
.yw-contact-hero__methods { display: grid; gap: .75rem; }
.yw-contact-method { display: grid; grid-template-columns: 3rem minmax(0, 1fr) auto; align-items: center; gap: .9rem; padding: 1rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-surface); color: var(--color-text); text-decoration: none; box-shadow: 0 .3rem 1rem rgba(8, 30, 18, .05); transition: translate var(--motion-standard) var(--motion-ease-out), border-color var(--motion-fast) var(--motion-ease), box-shadow var(--motion-standard) var(--motion-ease); }
.yw-contact-method:hover,
.yw-contact-method:focus-visible { translate: .3rem 0; border-color: var(--color-primary); color: var(--color-text); box-shadow: var(--shadow-soft); }
.yw-contact-method:focus-visible { outline: 3px solid color-mix(in srgb, var(--color-accent) 55%, transparent); outline-offset: 2px; }
.yw-contact-method__icon { display: grid; place-items: center; width: 3rem; height: 3rem; border-radius: 50%; background: color-mix(in srgb, var(--color-primary) 10%, var(--color-surface)); color: var(--color-primary); }
.yw-contact-method__copy { display: grid; min-width: 0; gap: .18rem; }
.yw-contact-method__copy strong { font-family: var(--font-display); font-size: var(--text-lg); line-height: 1.2; }
.yw-contact-method__copy > span { color: var(--color-text-muted); font-size: var(--text-sm); line-height: 1.5; }
.yw-contact-method__action { max-width: 8.75rem; color: var(--color-primary); font-size: var(--text-xs); font-weight: 800; line-height: 1.25; text-align: right; text-transform: uppercase; letter-spacing: .055em; }

/* Alternate winter homepage. Every selector is anchored to this page's unique sections. */
#winter-hero .yw-hero__overlay { background: linear-gradient(105deg, rgba(4, 31, 31, .97) 0%, rgba(6, 47, 42, .87) 47%, rgba(19, 61, 69, .54) 100%); }
#winter-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .36; background-image: radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(255,255,255,.65) 0 1.5px, transparent 2px); background-position: 0 0, 3rem 5rem; background-size: 7rem 9rem, 11rem 13rem; }
#winter-hero .yw-hero__inner,
#winter-hero .yw-hero__scroll { z-index: 2; }
#winter-hero .yw-hero__title-accent { color: #cce9e8; }
#winter-hero .yw-estimate { border: 1px solid rgba(214, 240, 240, .72); box-shadow: 0 1.75rem 4rem rgba(3, 28, 29, .38); }
#winter-overview { background: linear-gradient(180deg, #f6fbfb 0%, #edf6f4 100%); }
#winter-overview .yw-feature-card { border-color: #cfe2df; background: rgba(255, 255, 255, .9); }
#winter-overview .yw-feature-card__icon { background: #dcefed; color: #0a5b56; }
#winter-readiness-showcase { background: linear-gradient(180deg, #f5faf9 0%, #e9f3f2 100%); }
#winter-readiness-showcase .yw-showcase__img,
#winter-readiness-showcase .yw-showcase__panel-media { border-color: #c8ddda; }
#winter-readiness-showcase .yw-showcase__img img,
#winter-readiness-showcase .yw-showcase__panel-media img { filter: saturate(.78) contrast(1.03); }
#winter-core-services { background: #f8fbfa; }
#winter-core-services .yw-service-card { border-color: #c9deda; background: linear-gradient(165deg, #fff 0%, #f0f8f7 100%); }
#winter-core-services .yw-service-card__icon { background: #dcefed; color: #0a5b56; }
@media (min-width: 992px) {
  #winter-core-services .yw-services__grid > .col-lg-3 { width: 33.333333%; }
}
#winter-plan { background: linear-gradient(135deg, #052f2f 0%, #0a493f 55%, #123e4b 100%); }
#winter-plan .yw-why__pattern { opacity: .13; }
#winter-plan .yw-why__media { border: 1px solid rgba(217, 244, 242, .24); }
#winter-plan .yw-why__badge { background: #e8f5f4; color: #073d38; }
#winter-trust-award { background: linear-gradient(180deg, #f3f8f7 0%, #e7f1ef 100%); }
#winter-project-gallery { background: linear-gradient(180deg, #edf5f4 0%, #f8fbfa 100%); }
#winter-client-stories { background: #f8fbfa; }
#winter-client-stories .yw-review-card { border-color: #cbdedb; }
#spring-preview { background: linear-gradient(180deg, #fffaf2 0%, #f7f8ef 100%); }
#spring-preview .yw-section-head .yw-eyebrow { color: #a64c10; }
#spring-preview .yw-service-card { border-color: #e7dcc6; background: rgba(255, 255, 255, .92); }
#spring-preview .yw-service-card__icon { background: #edf4df; color: var(--color-primary); }
#winter-company-story { background: linear-gradient(180deg, #fbf8f2 0%, #fff 100%); }
#winter-all-services .yw-finalcta__panel { background: linear-gradient(120deg, #063e38 0%, #0b5c4e 58%, #194f58 100%); }

@media (max-width: 767px) {
  .yw-contact-hero__title { font-size: clamp(2.2rem, 9vw, 3rem); }
  .yw-contact-hero__response { align-items: flex-start; border-radius: var(--radius-md); }
  .yw-contact-method { grid-template-columns: 2.75rem minmax(0, 1fr); }
  .yw-contact-method__icon { width: 2.75rem; height: 2.75rem; }
  .yw-contact-method__action { grid-column: 2; max-width: none; text-align: left; }
}

.yw-posts-feed { background: var(--color-surface-alt); }
.yw-post-card { height: 100%; border: 1px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; background: var(--color-surface); box-shadow: var(--shadow-soft); transition: translate var(--motion-card) var(--motion-ease-out), box-shadow var(--motion-card) var(--motion-ease), border-color var(--motion-standard) var(--motion-ease); }
.yw-post-card:hover { translate: 0 -.35rem; border-color: color-mix(in srgb, var(--color-primary) 35%, var(--color-border)); box-shadow: var(--shadow-card); }
.yw-post-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--color-border); }
.yw-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: scale var(--motion-media) var(--motion-ease-out), filter var(--motion-standard) var(--motion-ease); }
.yw-post-card:hover .yw-post-card__media img { scale: 1.045; }
.yw-post-card__body { padding: clamp(1.1rem, 2vw, 1.5rem); }
.yw-post-card__body time { color: var(--color-primary); font-size: var(--text-xs); font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.yw-post-card__body h3 { margin: .65rem 0; font-family: var(--font-display); font-size: var(--text-xl); line-height: 1.3; }
.yw-post-card__body h3 a { color: var(--color-text); text-decoration: none; }
.yw-post-card__body p { color: var(--color-text-muted); }
.yw-post-card__link { color: var(--color-primary); font-weight: 800; text-decoration: none; }
.yw-post-card__link span { display: inline-block; transition: translate var(--motion-standard) var(--motion-ease-out); }
.yw-post-card__link:hover span,
.yw-post-card__link:focus-visible span { translate: .25rem 0; }
.yw-posts-feed__empty { padding: var(--space-xl); border: 1px dashed var(--color-border); border-radius: var(--radius-lg); text-align: center; }
