/* Illustrated variant — Scheiber CI + editorial illustration rhythm
 Inspiration — editorial illustration bands
 Assets: original SVG line art — not copied from third parties */
@import url("/css/styles.css");

:root {
 --ill-gap: clamp(2.5rem, 5vw, 4.5rem);
}

.variant-banner {
 background: var(--sl-ink);
 color: var(--sl-gold);
 text-align: center;
 font-family: var(--font-ui);
 font-size: 0.68rem;
 font-weight: 600;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 padding: 0.55rem 0.75rem;
}
.variant-banner a { color: var(--sl-parchment); }
.variant-banner a:hover { color: var(--sl-gold); }

/* Hero with side illustration */
.ill-hero {
 position: relative;
 min-height: calc(100svh - var(--header-h) - 2.5rem);
 display: grid;
 align-items: center;
 background: var(--sl-parchment);
 overflow: hidden;
}
.ill-hero-grid {
 width: min(100% - 2rem, var(--max));
 margin: 0 auto;
 display: grid;
 gap: 2rem;
 padding: 3.5rem 0 4rem;
 align-items: center;
}
@media (min-width: 900px) {
 .ill-hero-grid {
 grid-template-columns: 1.05fr 0.95fr;
 gap: 3.5rem;
 padding: 4.5rem 0 5rem;
 }
}
.ill-hero-copy .hero-brand {
 color: var(--sl-gold-deep);
 animation: none;
 opacity: 1;
 font-size: clamp(2.4rem, 5.5vw, 3.8rem);
 margin-bottom: 0.75rem;
}
.ill-hero-copy .hero-title {
 color: var(--sl-ink);
 animation: none;
 opacity: 1;
 font-size: clamp(1.35rem, 2.6vw, 1.75rem);
}
.ill-hero-copy .hero-lead {
 color: var(--sl-muted);
 animation: none;
 opacity: 1;
}
.ill-hero-copy .hero-actions { animation: none; opacity: 1; }
.ill-hero-art {
 position: relative;
 justify-self: center;
 width: min(100%, 420px);
}
.ill-hero-art img,
.ill-hero-art object,
.ill-figure img {
 width: 100%;
 height: auto;
 display: block;
}
.ill-hero-art::after {
 content: "";
 position: absolute;
 inset: 8% 6% auto auto;
 width: 42%;
 height: 42%;
 border: 1px solid rgba(207, 192, 136, 0.55);
 pointer-events: none;
 transform: translate(18%, -18%);
}

/* Alternating illustration bands (NM-style rhythm) */
.ill-band {
 padding: var(--ill-gap) 0;
 background: var(--sl-white);
}
.ill-band:nth-child(even of .ill-band),
.ill-band.alt {
 background: var(--sl-parchment);
}
.ill-band-inner {
 width: min(100% - 2rem, var(--max));
 margin: 0 auto;
 display: grid;
 gap: 2rem;
 align-items: center;
}
@media (min-width: 860px) {
 .ill-band-inner {
 grid-template-columns: 1fr 1fr;
 gap: 3.5rem;
 }
 .ill-band-inner.reverse { direction: rtl; }
 .ill-band-inner.reverse > * { direction: ltr; }
}
.ill-figure {
 max-width: 360px;
 margin: 0 auto;
 padding: 1.25rem;
 border: 1px solid var(--sl-border);
 background:
 linear-gradient(135deg, rgba(207,192,136,0.12), transparent 55%),
 var(--sl-parchment);
}
.ill-band .eyebrow { margin-bottom: 0.5rem; }
.ill-band h2 {
 font-family: var(--font-display);
 font-size: clamp(1.7rem, 3vw, 2.35rem);
 color: var(--sl-ink);
 margin: 0 0 0.85rem;
 line-height: 1.15;
}
.ill-band p {
 color: var(--sl-muted);
 margin: 0 0 1.25rem;
 max-width: 34rem;
 line-height: 1.7;
}

/* Practice cards with illustration marks */
.ill-practices {
 display: grid;
 gap: 1rem;
 margin-top: 1.75rem;
}
@media (min-width: 720px) {
 .ill-practices { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
.ill-card {
 display: flex;
 flex-direction: column;
 gap: 0.85rem;
 padding: 1.35rem 1.25rem 1.5rem;
 background: var(--sl-white);
 border: 1px solid var(--sl-border);
 text-decoration: none;
 color: inherit;
 transition: border-color 0.25s var(--ease), transform 0.25s var(--ease);
 min-height: 100%;
}
.ill-card:hover {
 border-color: var(--sl-gold);
 transform: translateY(-3px);
 color: inherit;
}
.ill-card-art {
 width: 100%;
 aspect-ratio: 5 / 3.6;
 overflow: hidden;
 border: 1px solid rgba(60,60,55,0.08);
 background: var(--sl-parchment);
}
.ill-card-art img { width: 100%; height: 100%; object-fit: cover; }
.ill-card h3 {
 font-family: var(--font-display);
 font-size: 1.35rem;
 margin: 0;
 color: var(--sl-ink);
}
.ill-card p {
 margin: 0;
 font-size: 0.95rem;
 color: var(--sl-muted);
 line-height: 1.55;
}

.ill-divider {
 display: flex;
 justify-content: center;
 padding: 0.5rem 0 0;
}
.ill-divider img { width: min(220px, 50vw); height: auto; opacity: 0.85; }

/* Page hero with small illustration */
.page-hero.ill-page-hero {
 background:
 linear-gradient(100deg, var(--sl-ink) 0%, var(--sl-ink) 58%, #2a2924 100%);
}
.page-hero.ill-page-hero .section-inner {
 display: grid;
 gap: 1.5rem;
 align-items: center;
}
@media (min-width: 800px) {
 .page-hero.ill-page-hero .section-inner {
 grid-template-columns: 1.2fr 0.7fr;
 }
}
.page-hero-art {
 max-width: 260px;
 margin-left: auto;
 padding: 0.5rem;
 background: var(--sl-parchment);
 border: 1px solid rgba(207,192,136,0.35);
}
.page-hero-art img { display: block; width: 100%; height: auto; }

.pull-quote {
 font-family: var(--font-display);
 font-size: clamp(1.4rem, 2.5vw, 1.85rem);
 line-height: 1.35;
 color: var(--sl-ink);
 margin: 0;
 max-width: 28rem;
}
.pull-quote cite {
 display: block;
 margin-top: 1rem;
 font-family: var(--font-ui);
 font-size: 0.72rem;
 font-style: normal;
 letter-spacing: 0.1em;
 text-transform: uppercase;
 color: var(--sl-gold-deep);
}
