/* ---- fontein (Fontein — Mountain spring water & dispensers 228) ------------
   THE STRUCTURAL MOVE: slabs, not cards. The page alternates hard between
   full-bleed and contained and that alternation IS the design. The split prose
   block loses its gutter completely, so the photograph's edge meets the text
   column with no white between them; the strip is the one content row allowed
   to run edge to edge, all four columns touching; the banner and the order band
   go full width again. Between the two picture slabs sits a deliberately empty
   beat — a narrow centred, image-free column of mineral figures. One cold
   spring-blue carries the button, the price and the hover rule, and nothing
   here is boxed, rounded or shadowed. */
body.t-fontein {
  background: #f4f7f8;
  color: #313d42;
  --fn-blue: #35768c;
  --bg-flat: #f4f7f8;
  --surface: #f4f7f8;
  --surface-2: #eaeff1;
  --line: #d7dee1;
  --line-strong: #c2ccd0;
  --heading: #12181b;
  --text: #313d42;
  --muted: #6d7b81;
  --header-bg: #f4f7f8;
  --radius: 0;
  --shadow: none;
}
/* flat paper bar and foot, unblurred — no positioning, no reordering */
body.t-fontein .sf-header, body.t-fontein .sf-head,
body.t-fontein .sf-footer, body.t-fontein .sf-foot, body.t-fontein .sf-cats {
  background: #f4f7f8; border-color: #d7dee1;
  backdrop-filter: none; -webkit-backdrop-filter: none;
}
body.t-fontein .btn.brand { background: var(--fn-blue); border-color: var(--fn-blue); color: #ffffff; border-radius: 0; box-shadow: none; padding: 15px 32px; font-size: 11.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
body.t-fontein .btn.brand:hover { background: #12181b; border-color: #12181b; opacity: 1; }

/* the fold is the whole window; the headline lands on the empty sky at the top
   of every slide, which is what makes the rendered bar read as floating */
body.t-fontein .sc-hero { min-height: 100vh; padding: 24px 20px; }
body.t-fontein .sc-hero h1 { font-size: clamp(34px, 5.4vw, 66px); font-weight: 500; line-height: 1.06; letter-spacing: -0.035em; text-shadow: none; max-width: 17ch; margin: 0 auto 20px; }

/* GAPLESS — the move the whole page is built on: no gutter at all between the
   photograph and the paragraph, so the two halves read as one slab */
body.t-fontein .sc-about-split { max-width: none; width: 100vw; margin: 0 calc(50% - 50vw); padding: 0; gap: 0; align-items: stretch; }
body.t-fontein .sc-about-media, body.t-fontein .sc-about-media img { height: 100%; min-height: clamp(340px, 64vh, 660px); aspect-ratio: auto; }
body.t-fontein .sc-about-copy { align-self: center; padding: clamp(56px, 8vw, 112px) clamp(24px, 6vw, 96px); }
body.t-fontein .sc-about-copy p, body.t-fontein .sc-richtext p { font-size: 16.5px; line-height: 2.05; color: var(--text); font-variant-numeric: tabular-nums; }

/* the breathing beat between two picture slabs: narrow, centred, no image */
body.t-fontein .sc-richtext { max-width: 760px; padding: clamp(92px, 11vw, 152px) 20px; }
body.t-fontein .sc-h2 { font-size: clamp(23px, 3.2vw, 38px); font-weight: 500; line-height: 1.12; letter-spacing: -0.032em; color: var(--heading); margin-bottom: 24px; }

/* the page's ONE full-bleed content row — four photographic columns, touching */
body.t-fontein .sc-strip { width: 100vw; max-width: 100vw; margin: 0 calc(50% - 50vw); padding: 0; }
body.t-fontein .sc-strip-row { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; }
body.t-fontein .sc-strip-img { aspect-ratio: 4 / 3; border: 0; }
body.t-fontein .sc-strip-label { margin: 0; padding: 18px clamp(16px, 2vw, 28px) 30px; text-align: left; color: var(--heading); font-size: 11.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }

/* eight tiles, two rows of four, and not a card among them — a hairline over
   each one instead of a box around it */
body.t-fontein .sc-products { padding: clamp(82px, 9vw, 130px) 20px clamp(70px, 8vw, 108px); }
body.t-fontein .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(24px, 2.8vw, 40px); padding: 34px 0 0; }
body.t-fontein .product-card { background: transparent; border: 0; border-top: 1px solid var(--line); }
body.t-fontein .product-card:hover { transform: none; border-top-color: var(--fn-blue); }
body.t-fontein .product-card .ph { background: transparent; aspect-ratio: 3 / 4; }
body.t-fontein .product-card .meta { padding: 15px 0 4px; }
body.t-fontein .product-card .p { color: var(--fn-blue); font-weight: 600; }

/* full bleed again: photograph one half, the words and the button the other */
body.t-fontein .sc-banner { min-height: 72vh; display: flex; align-items: center; margin: 0 calc(50% - 50vw); padding: 0; text-align: left; }
body.t-fontein .sc-banner-inner { width: 50%; max-width: none; margin: 0; padding: clamp(56px, 8vw, 108px) clamp(24px, 6vw, 88px); background: linear-gradient(90deg, rgba(9, 16, 19, 0.66), rgba(9, 16, 19, 0.08)); }
body.t-fontein .sc-banner h2 { font-size: clamp(24px, 3.6vw, 44px); font-weight: 500; line-height: 1.1; letter-spacing: -0.032em; text-shadow: none; }

/* it closes on the coldest, widest thing on the page — the band redefines the
   two ink tokens locally, so the heading and the sub need no rules of their own */
body.t-fontein .sc-contact-band { background: #12181b; color: #a9b6bb; --heading: #f4f7f8; --muted: #8b989e; padding: clamp(86px, 10vw, 134px) 0; }

@media (max-width: 900px) {
  body.t-fontein .product-grid, body.t-fontein .sc-strip-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.t-fontein .sc-about-split { grid-template-columns: 1fr; }
  body.t-fontein .sc-banner-inner { width: 100%; }
}

/* NIGHT — the same water at the bottom of the mountain with the light gone: a
   wet-slate near-black ground, hairlines pulled right down, and the blue lifted
   because it is still carrying every price and every button on its own. */
html[data-theme="dark"] body.t-fontein {
  background: #0c1114;
  color: #b3bfc4;
  --fn-blue: #5aa7be;
  --bg-flat: #0c1114;
  --surface: #0c1114;
  --surface-2: #131a1e;
  --line: #212c31;
  --line-strong: #35444b;
  --heading: #eff4f6;
  --text: #b3bfc4;
  --muted: #7c8a90;
  --header-bg: #0c1114;
}
html[data-theme="dark"] body.t-fontein .sf-header, html[data-theme="dark"] body.t-fontein .sf-head,
html[data-theme="dark"] body.t-fontein .sf-footer, html[data-theme="dark"] body.t-fontein .sf-foot,
html[data-theme="dark"] body.t-fontein .sf-cats { background: #0c1114; border-color: #212c31; }
html[data-theme="dark"] body.t-fontein .btn.brand { color: #071013; }
html[data-theme="dark"] body.t-fontein .btn.brand:hover { background: #eff4f6; border-color: #eff4f6; color: #0c1114; }
html[data-theme="dark"] body.t-fontein .sc-contact-band { background: #060b0d; }
