/* ---- skep (Skep — Gelateria & sorbet churn house 294) ----------------------
   THE STRUCTURAL MOVE: the opener is BRIGHT. A full-viewport three-frame
   cross-fade with a cream wash poured across the left third and the copy set
   in plum ink on top of the photograph, instead of the usual white-on-a-dimmed
   picture — pale ice-cream photography has to stay pale or the whole point of
   it goes. From there the page swings: the widest possible element is followed
   by the narrowest (a 640px column of prose), then a contained row of four
   gapped rectangles, then a catalogue that welds eight checkerboard panels
   edge to edge across the entire window with no gutter anywhere in it.
   Pistachio carries every control and every kicker; burnt caramel is spent on
   the price line and on hover, and on nothing else on the page. */
body.t-skep {
  background: #f6f1e6; color: #3a2c40;
  --bg-flat: #f6f1e6; --surface: #fffaf0; --surface-2: #ece3d2;
  --line: #ddd2be; --line-strong: #c3b49a;
  --heading: #241a2a; --text: #3a2c40; --muted: #7d6f83; --header-bg: #f6f1e6;
  --sk-pist: #5f8449; --sk-caramel: #a15a24;
}
body.t-skep .sf-head, body.t-skep .sf-header, body.t-skep .sf-foot,
body.t-skep .sf-footer, body.t-skep .sf-cats { background: #f6f1e6; border-color: #ddd2be; }
body.t-skep .sf-name { text-transform: uppercase; letter-spacing: .3em; font-size: 13px; font-weight: 700; }

/* pistachio 1 of 2 — flat slabs, and caramel only on the way out */
body.t-skep .btn.brand { background: var(--sk-pist); color: #f8f4ea; border: 0; border-radius: 0; box-shadow: none; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; padding: 15px 32px; }
body.t-skep .btn.brand:hover { background: var(--sk-caramel); color: #fdf7ec; }

/* THE BRIGHT OPENER — the whole first screen, cream poured over the left third
   so the ink can be laid straight onto the photograph */
body.t-skep .sc-hero { min-height: 100vh; padding: 120px clamp(20px, 8vw, 110px); }
body.t-skep .sc-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(246,241,230,.95) 0%, rgba(246,241,230,.78) 30%, rgba(246,241,230,0) 64%); }
body.t-skep .sc-hero-inner { display: flex; flex-direction: column; align-items: flex-start; max-width: 580px; }
body.t-skep .sc-hero h1 { color: var(--heading); text-shadow: none; font-size: clamp(34px, 5.8vw, 68px); font-weight: 700; letter-spacing: -.035em; line-height: 1.04; margin: 0 0 22px; }
body.t-skep .sc-hero p { order: -1; color: var(--sk-pist); text-shadow: none; text-transform: uppercase; letter-spacing: .28em; font-size: 11px; font-weight: 700; margin: 0 0 20px; }

/* section headings small, wide-tracked and always in the ink */
body.t-skep .sc-h2 { color: var(--heading); text-transform: uppercase; letter-spacing: .28em; font-size: 12px; font-weight: 700; line-height: 1.7; margin: 0 0 30px; }

/* THE CONTRACTION — the widest thing on the page answered by the narrowest */
body.t-skep .sc-richtext { max-width: 640px; padding: 100px 20px 92px; }
body.t-skep .sc-richtext p, body.t-skep .sc-about-copy p { color: var(--text); font-size: 16.5px; line-height: 1.95; }

/* four gapped rectangles — the deliberate opposite of the full-bleed hero */
body.t-skep .sc-strip { max-width: 1080px; padding: 0 20px 104px; }
body.t-skep .sc-strip-row { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
body.t-skep .sc-strip-img, body.t-skep .sc-about-media img { border: 0; border-radius: 0; aspect-ratio: 4 / 3; background: var(--surface-2); }
body.t-skep .sc-strip-label, body.t-skep .sc-show-cat { text-transform: uppercase; letter-spacing: .24em; font-size: 11px; font-weight: 700; color: var(--sk-pist); margin-top: 14px; }

/* THE WALL — eight panels welded edge to edge across the whole window, tinted
   in a checkerboard, no gutter and no card anywhere in it */
body.t-skep .sc-showcase > .container { padding: 0 20px 34px; }
body.t-skep .sc-show-inner { min-height: 560px; padding: 54px 44px 60px; }
body.t-skep .sc-show-t { text-transform: none; letter-spacing: -.02em; font-size: clamp(19px, 2.2vw, 27px); font-weight: 700; color: var(--heading); margin: 10px 0 0; }
body.t-skep .sc-show-rule { display: none; }
body.t-skep .sc-show-media img { max-width: 80%; max-height: 300px; }
/* caramel 2 of 2 — the price line, and nowhere else on the page */
body.t-skep .sc-show-price { color: var(--sk-caramel); font-size: clamp(20px, 2.1vw, 26px); font-weight: 700; margin: 14px 0 24px; }

/* the breather — the only wide photograph after the hero */
body.t-skep .sc-banner { min-height: 62vh; display: flex; align-items: center; justify-content: center; margin: 0 calc(50% - 50vw); }
body.t-skep .sc-banner h2 { font-size: clamp(26px, 4.2vw, 52px); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 18px; }

/* the locations block — shopfront one side, both addresses running the other */
body.t-skep .sc-about-split { max-width: 1080px; gap: 60px; padding: 104px 20px 96px; align-items: start; }

/* the ask — pistachio-stone hairlines, no boxes */
body.t-skep .sc-field input, body.t-skep .sc-field textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; padding: 12px 2px; color: var(--heading); }

@media (max-width: 860px) {
  body.t-skep .sc-strip-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.t-skep .sc-show-inner { min-height: 0; padding: 44px 24px 50px; }
}

/* NIGHT — the cold room after closing. The cream ground goes to a deep plum
   black and the hero wash inverts with it, so the copy reads cream over the
   dark side of the photograph instead of ink over a bright one. Pistachio
   lifts and caramel warms, because between them they are still carrying every
   price, every kicker and every button on the page. */
html[data-theme="dark"] body.t-skep {
  background: #17111c; color: #c5bbcb;
  --bg-flat: #17111c; --surface: #1f1725; --surface-2: #271d2e;
  --line: #2f2537; --line-strong: #453a4d;
  --heading: #f5eee2; --text: #c5bbcb; --muted: #8b8093; --header-bg: #17111c;
  --sk-pist: #8fbb6f; --sk-caramel: #d9924f;
}
html[data-theme="dark"] body.t-skep .sf-head, html[data-theme="dark"] body.t-skep .sf-header,
html[data-theme="dark"] body.t-skep .sf-foot, html[data-theme="dark"] body.t-skep .sf-footer,
html[data-theme="dark"] body.t-skep .sf-cats { background: #17111c; border-color: #2f2537; }
html[data-theme="dark"] body.t-skep .btn.brand { color: #141a10; }
html[data-theme="dark"] body.t-skep .btn.brand:hover { background: var(--sk-caramel); color: #201205; }
html[data-theme="dark"] body.t-skep .sc-hero::after { background: linear-gradient(90deg, rgba(23,17,28,.93) 0%, rgba(23,17,28,.74) 30%, rgba(23,17,28,0) 64%); }
