/* ---- snoei (Snoei — Tree felling, pruning & stump removal 320) -------------
   THE STRUCTURAL MOVE: image density and band height fall together as the page
   descends. A full-viewport three-frame slider opens it, then a four-up icon
   row, then the single asymmetric photograph-LEFT split, then six tiles three
   across on the one eucalyptus band — and from the testimonials down there is
   no photograph left at all, so the FAQ is pure type on bone. The section
   padding steps down with the pictures (112 → 96 → 82) and the page visibly
   tightens as it empties; the only image below the fold is the one full-bleed
   call band. Hi-vis orange is rationed to three homes and nowhere else: the
   short rule under each feature icon, the solid buttons, and the FAQ's
   open/close mark. The two feature rows are told apart by id (#features and
   #features-2), never by :nth-of-type, which matches the ELEMENT and would
   land on the hero instead. Nothing here touches the header beyond its ground
   colour and its hairline — no order, no position, no reordering. */
body.t-snoei.ws-body {
  --bg: #f4f1ea; --fg: #4b4e48; --heading: #191b19; --text: #4b4e48; --muted: #7d8079;
  --sn-orange: #e2620e; --sn-ink: #191b19; --sn-euc: #e3e7dd; --sn-line: #ddd7c9; --sn-field: #ffffff;
  --hero-a: rgba(18, 20, 18, .28); --hero-b: rgba(18, 20, 18, .62);
  background: var(--bg);
}
body.t-snoei.ws-body .ws-section:not(.ws-cta):not(.ws-shoplink) { background: var(--bg); }

/* the descent made literal — every band shorter than the one above it */
body.t-snoei .ws-section { padding: 112px 0; }
body.t-snoei #features-2 { background: var(--sn-euc); padding: 96px 0; }
body.t-snoei .ws-testimonials, body.t-snoei .ws-faq, body.t-snoei .ws-contact { padding: 82px 0; }

/* the bar stays bone, closed by one hairline; its items are left alone */
body.t-snoei .ws-nav { background: var(--bg); backdrop-filter: none; border-bottom: 1px solid var(--sn-line); }

/* the opener — a whole viewport of photograph with the copy hard left on it */
body.t-snoei .ws-hero { min-height: calc(100vh - 62px); }
body.t-snoei .ws-hero h1 { font-size: clamp(36px, 5.6vw, 66px); letter-spacing: -.035em; max-width: 13ch; }

/* orange 1 of 3 — flat square slabs, no border and no lift, everywhere */
body.t-snoei.ws-body .btn.brand, body.t-snoei.ws-body .ws-hero-cta.btn.brand, body.t-snoei.ws-body .ws-cta .btn.brand { background: var(--sn-orange); color: #ffffff; border-radius: 2px; box-shadow: none; padding: 15px 30px; font-size: 12.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
body.t-snoei.ws-body .btn.brand:hover, body.t-snoei.ws-body .ws-hero-cta.btn.brand:hover, body.t-snoei.ws-body .ws-cta .btn.brand:hover { background: #c4520a; }

/* one type system: charcoal on the headings, warm slate on every line of body */
body.t-snoei .ws-h2, body.t-snoei .ws-story-copy h2 { color: var(--heading); font-size: clamp(24px, 3.2vw, 35px); font-weight: 700; letter-spacing: -.03em; }
body.t-snoei .ws-sub, body.t-snoei .ws-feature p, body.t-snoei .ws-story-copy p, body.t-snoei .ws-faq-item p { color: var(--text); }

/* orange 2 of 3 — a 34px rule under each icon, the page's one repeating mark */
body.t-snoei .ws-features-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px 36px; }
body.t-snoei .ws-feature { text-align: left; padding: 0; }
body.t-snoei .ws-feature-icon { color: var(--sn-orange); margin-bottom: 0; }
body.t-snoei .ws-feature-icon::after { content: ''; display: block; width: 34px; height: 2px; margin: 14px 0 16px; background: var(--sn-orange); }
body.t-snoei .ws-feature h3 { color: var(--heading); font-size: 16.5px; font-weight: 700; margin: 0 0 8px; }
body.t-snoei #features-2 .ws-features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px 40px; }

/* the one asymmetric split — the photograph squared off, hard against the copy */
body.t-snoei .ws-story-media img { border-radius: 0; aspect-ratio: 5 / 4; }

/* the picture runs out here: three voices with no card, no frame, no quote mark */
body.t-snoei .ws-testimonials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
body.t-snoei .ws-quote { background: transparent; border: 0; border-top: 2px solid var(--sn-ink); border-radius: 0; box-shadow: none; padding: 20px 0 0; }
body.t-snoei .ws-quote blockquote { color: var(--heading); font-size: 16px; }
body.t-snoei .ws-quote blockquote::before { content: none; }

/* pure type — orange 3 of 3 is the + and − the shared sheet draws from --brand */
body.t-snoei .ws-faq-list, body.t-snoei .ws-faq-item { border-color: var(--sn-line); }
body.t-snoei .ws-faq-item summary { color: var(--heading); font-size: 17.5px; font-weight: 700; letter-spacing: -.015em; padding: 22px 2px; }

/* the only photograph below the fold — one line and one button, edge to edge */
body.t-snoei.ws-body .ws-section.ws-cta { background-color: #191b19; background-image: linear-gradient(rgba(20, 22, 20, .56), rgba(20, 22, 20, .76)), url("/media/samples/sno_band.jpg"); background-size: cover; background-position: center; padding: 128px 0; }
body.t-snoei .ws-cta-inner h2 { font-size: clamp(28px, 4vw, 46px); letter-spacing: -.035em; }

/* the close — the landline and the service area left, the four fields right */
body.t-snoei .ws-contact .ws-narrow { max-width: 1120px; display: grid; grid-template-columns: 5fr 6fr; column-gap: 76px; }
body.t-snoei .ws-contact .ws-h2 { text-align: left; margin: 0; }
body.t-snoei .ws-contact .ws-sub { text-align: left; margin: 22px 0 0; max-width: 34ch; white-space: pre-line; font-size: 15px; line-height: 1.95; }
body.t-snoei .ws-contact .ws-form { grid-column: 2; grid-row: 1 / -1; max-width: none; }
body.t-snoei .ws-field input, body.t-snoei .ws-field textarea, body.t-snoei .ws-field select { background: var(--sn-field); border: 1px solid var(--sn-line); border-radius: 2px; color: var(--heading); }

@media (max-width: 1000px) {
  body.t-snoei .ws-features-grid, body.t-snoei #features-2 .ws-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.t-snoei .ws-testimonials-grid { grid-template-columns: 1fr; }
  body.t-snoei .ws-section { padding: 76px 0; }
  body.t-snoei .ws-contact .ws-narrow { grid-template-columns: 1fr; row-gap: 30px; }
  body.t-snoei .ws-contact .ws-form { grid-column: 1; grid-row: auto; }
}

/* night — the bone goes to wet bark and the eucalyptus band one stop up from
   it; the orange is lifted a shade so it still reads hi-vis and never rust */
html[data-theme="dark"] body.t-snoei.ws-body {
  --bg: #141614; --fg: #a9ada4; --heading: #f2efe6; --text: #a9ada4; --muted: #7f847b;
  --sn-orange: #f07a26; --sn-ink: #f2efe6; --sn-euc: #1b1f1b; --sn-line: #2b2e2a; --sn-field: #1a1d1a;
  --hero-a: rgba(6, 8, 6, .38); --hero-b: rgba(6, 8, 6, .72);
  background: #141614;
}
html[data-theme="dark"] body.t-snoei.ws-body .btn.brand:hover, html[data-theme="dark"] body.t-snoei.ws-body .ws-hero-cta.btn.brand:hover, html[data-theme="dark"] body.t-snoei.ws-body .ws-cta .btn.brand:hover { background: #ff9040; }
html[data-theme="dark"] body.t-snoei.ws-body .ws-section.ws-cta { background-image: linear-gradient(rgba(6, 8, 6, .72), rgba(6, 8, 6, .86)), url("/media/samples/sno_band.jpg"); }
