/* ============================================================
   Shendetshmerisht Hub — editorial/typographic (design variant A)
   Scoped to .shendet-hub
   ============================================================ */

.shendet-hub {
    --sh-cream: #faf6f1;
    --sh-cream-warm: #f3ece0;
    --sh-paper: #fffdf8;
    --sh-ink: #2a2623;
    --sh-espresso: #1f1a17;
    --sh-stone: #8a7e72;
    --sh-tangerine: #f28c28;
    --sh-tangerine-deep: #c26516;
    --sh-fresh: #4a8a4a;
    --sh-border: #ebe5db;
    --sh-serif: 'Fraunces', Georgia, serif;
    --sh-sans: 'Inter', -apple-system, sans-serif;
    --sh-mono: 'JetBrains Mono', ui-monospace, monospace;

    background: var(--sh-cream);
    color: var(--sh-ink);
    font-family: var(--sh-sans);
}

/* Neutralize site container padding — hub owns full bleed */
.shendet-hub { margin: 0 calc(-1 * (100vw - 100%) / 2); }
.site-main:has(.shendet-hub) { max-width: none; padding: 0; }

/* ---------- atoms ---------- */
.shendet-hub .sh-eyebrow {
    font-family: var(--sh-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sh-tangerine-deep);
    font-weight: 600;
    display: inline-block;
}
.shendet-hub .sh-eyebrow--sm { font-size: 10px; }
.shendet-hub .sh-eyebrow--tangerine { color: var(--sh-tangerine); }
.shendet-hub .sh-eyebrow--stone { color: var(--sh-stone); }

.shendet-hub .sh-mono-sm {
    font-family: var(--sh-mono);
    font-size: 11px;
    color: var(--sh-stone);
    letter-spacing: 0.1em;
}

.shendet-hub .sh-accent { color: var(--sh-tangerine); }
.shendet-hub .sh-accent-em {
    color: var(--sh-tangerine);
    font-style: italic;
    font-weight: 600;
}

.shendet-hub em {
    font-style: italic;
}

.shendet-hub .sh-ph {
    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.25) 100%),
                repeating-linear-gradient(45deg, #b89a76 0 8px, #a78962 8px 16px);
    aspect-ratio: 16/9;
    border-radius: 8px;
    overflow: hidden;
}
.shendet-hub .sh-ph--a { background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.25) 100%), repeating-linear-gradient(45deg, #b89a76 0 8px, #a78962 8px 16px); }
.shendet-hub .sh-ph--b { background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.25) 100%), repeating-linear-gradient(45deg, #c4a67c 0 8px, #b08a5b 8px 16px); }
.shendet-hub .sh-ph--c { background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.25) 100%), repeating-linear-gradient(45deg, #9b8263 0 8px, #7d6849 8px 16px); }
.shendet-hub .sh-ph--d { background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.25) 100%), repeating-linear-gradient(45deg, #d4b88a 0 8px, #b8956a 8px 16px); }
.shendet-hub .sh-ph--e { background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.25) 100%), repeating-linear-gradient(45deg, #8a7552 0 8px, #6d5a3d 8px 16px); }
.shendet-hub .sh-ph--f { background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,.25) 100%), repeating-linear-gradient(45deg, #c89b6a 0 8px, #a87c4b 8px 16px); }

/* ============================================================
   HERO
   ============================================================ */
.shendet-hub .sh-hero {
    position: relative;
    overflow: hidden;
    background: var(--sh-cream);
    padding: 72px 48px 80px;
}
.shendet-hub .sh-hero__grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(var(--sh-border) 1px, transparent 1px),
        linear-gradient(90deg, var(--sh-border) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.4;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.4) 0%, transparent 60%);
            mask-image: linear-gradient(180deg, rgba(0,0,0,.4) 0%, transparent 60%);
    pointer-events: none;
}
.shendet-hub .sh-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 64px;
    align-items: end;
    max-width: 1344px;
    margin: 0 auto;
}
.shendet-hub .sh-hero__meta {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
}
.shendet-hub .sh-hero__rule {
    width: 28px; height: 1px;
    background: var(--sh-stone);
    display: inline-block;
}
.shendet-hub .sh-hero__title {
    font-family: var(--sh-serif);
    font-size: clamp(3.5rem, 9vw, 8rem);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.9;
    color: var(--sh-ink);
    margin: 0;
    font-variation-settings: "opsz" 144;
}
.shendet-hub .sh-hero__star {
    color: var(--sh-tangerine);
    font-style: italic;
    font-weight: 600;
    font-size: 0.5em;
    vertical-align: super;
    letter-spacing: -0.02em;
}
.shendet-hub .sh-hero__sub {
    font-family: var(--sh-serif);
    font-style: italic;
    font-size: clamp(1.25rem, 2.2vw, 1.75rem);
    color: var(--sh-stone);
    margin: 28px 0 0;
    max-width: 24ch;
    line-height: 1.25;
    font-weight: 400;
}
.shendet-hub .sh-hero__sub em {
    color: var(--sh-ink);
    font-style: italic;
}
.shendet-hub .sh-hero__ctas {
    display: flex;
    gap: 14px;
    margin-top: 36px;
    align-items: center;
    flex-wrap: wrap;
}
.shendet-hub .sh-btn {
    font-family: var(--sh-sans);
    text-decoration: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}
.shendet-hub .sh-btn--primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 26px;
    background: var(--sh-tangerine);
    color: #fff;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 4px 4px 0 var(--sh-espresso);
}
.shendet-hub .sh-btn--primary:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--sh-espresso);
}
.shendet-hub .sh-btn__arrow {
    font-family: var(--sh-serif);
    font-style: italic;
}
.shendet-hub .sh-btn--link {
    font-size: 14px;
    color: var(--sh-ink);
    font-weight: 500;
    border-bottom: 1.5px solid var(--sh-ink);
    padding-bottom: 3px;
}
.shendet-hub .sh-hero__footnote {
    margin-top: 48px;
    font-family: var(--sh-mono);
    font-size: 11px;
    color: var(--sh-stone);
    letter-spacing: 0.08em;
    text-transform: lowercase;
}
.shendet-hub .sh-hero__footnote em {
    font-style: italic;
    font-family: var(--sh-serif);
    color: var(--sh-ink);
    font-size: 13px;
    margin-right: 4px;
}

/* Side col */
.shendet-hub .sh-hero__col-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.shendet-hub .sh-hero__stats {
    border: 1px solid var(--sh-ink);
    padding: 24px;
    background: var(--sh-paper);
}
.shendet-hub .sh-hero__stats-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    row-gap: 22px;
}
.shendet-hub .sh-stat { display: block; }
.shendet-hub .sh-stat__n {
    display: block;
    font-family: var(--sh-serif);
    font-size: 40px;
    font-weight: 700;
    color: var(--sh-ink);
    line-height: 1;
    font-variation-settings: "opsz" 144;
}
.shendet-hub .sh-stat__l {
    display: block;
    font-family: var(--sh-sans);
    font-size: 12px;
    color: var(--sh-stone);
    margin-top: 6px;
}

/* Pilloni card */
.shendet-hub .sh-hero__pilloni {
    background: var(--sh-espresso);
    padding: 22px;
    color: var(--sh-cream);
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    transition: transform .15s ease;
}
.shendet-hub .sh-hero__pilloni:hover { transform: translateY(-2px); }
.shendet-hub .sh-hero__pilloni-badge {
    width: 56px; height: 56px;
    flex-shrink: 0;
    background: repeating-linear-gradient(45deg, var(--sh-tangerine) 0 6px, var(--sh-tangerine-deep) 6px 12px);
    border-radius: 4px;
}
.shendet-hub .sh-hero__pilloni-quote {
    font-family: var(--sh-serif);
    font-style: italic;
    font-size: 16px;
    line-height: 1.25;
    margin: 8px 0 0;
    font-weight: 500;
    color: var(--sh-cream);
}

/* ============================================================
   START HERE
   ============================================================ */
.shendet-hub .sh-starthere {
    padding: 96px 48px 72px;
    background: var(--sh-cream);
}
.shendet-hub .sh-starthere > * { max-width: 1344px; margin-left: auto; margin-right: auto; }

.shendet-hub .sh-section-head {
    display: flex;
    gap: 24px;
    align-items: baseline;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.shendet-hub .sh-section-title {
    font-family: var(--sh-serif);
    font-size: clamp(2.25rem, 4.5vw, 4rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--sh-ink);
    margin: 0;
    font-variation-settings: "opsz" 144;
    flex: 1;
    min-width: 280px;
}
.shendet-hub .sh-section-lead {
    font-family: var(--sh-serif);
    font-style: italic;
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    color: var(--sh-stone);
    max-width: 60ch;
    line-height: 1.45;
    margin: 28px 0 48px;
}

.shendet-hub .sh-starthere__grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 48px;
    align-items: start;
}

/* Pillar */
.shendet-hub .sh-pillar {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
}
.shendet-hub .sh-pillar__img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
}
.shendet-hub .sh-pillar__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.shendet-hub .sh-pillar:hover .sh-pillar__img { transform: scale(1.02); }
.shendet-hub .sh-pillar__badge {
    position: absolute;
    top: 16px; left: 16px;
    background: var(--sh-tangerine);
    color: #fff;
    font-family: var(--sh-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.shendet-hub .sh-pillar__body { padding: 20px 0 0; }
.shendet-hub .sh-pillar__title {
    font-family: var(--sh-serif);
    font-size: clamp(1.5rem, 2.4vw, 2.125rem);
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--sh-ink);
    font-weight: 700;
    margin: 10px 0 0;
    font-variation-settings: "opsz" 144;
}
.shendet-hub .sh-pillar__dek {
    font-family: var(--sh-sans);
    font-size: 15px;
    color: var(--sh-stone);
    line-height: 1.5;
    margin-top: 10px;
    max-width: 55ch;
}

/* Index list */
.shendet-hub .sh-index {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.shendet-hub .sh-index__item { padding-bottom: 28px; border-bottom: 1px solid var(--sh-border); }
.shendet-hub .sh-index__item:last-child { border-bottom: 0; padding-bottom: 0; }
.shendet-hub .sh-index__link {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
    text-decoration: none;
    color: inherit;
}
.shendet-hub .sh-index__img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.shendet-hub .sh-index__title {
    font-family: var(--sh-serif);
    font-size: 17px;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--sh-ink);
    font-weight: 700;
    margin: 8px 0 0;
    font-variation-settings: "opsz" 144;
}
.shendet-hub .sh-index__dek {
    font-family: var(--sh-sans);
    font-size: 12.5px;
    color: var(--sh-stone);
    line-height: 1.5;
    margin: 8px 0 0;
}

/* ============================================================
   CHIP NAV (sticky)
   ============================================================ */
.shendet-hub .sh-chipnav {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--sh-paper);
    border-top: 1px solid var(--sh-border);
    border-bottom: 1px solid var(--sh-border);
    box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 8px 24px -16px rgba(0,0,0,.1);
}
.shendet-hub .sh-chipnav__inner {
    display: flex;
    gap: 8px;
    align-items: stretch;
    padding: 14px 48px;
    max-width: 1344px;
    margin: 0 auto;
}
.shendet-hub .sh-chipnav__label {
    font-family: var(--sh-mono);
    font-size: 10px;
    letter-spacing: 0.14em;
    color: var(--sh-stone);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-right: 16px;
    border-right: 1px solid var(--sh-border);
    font-weight: 600;
}
.shendet-hub .sh-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: transparent;
    color: var(--sh-ink);
    border-radius: 999px;
    font-family: var(--sh-sans);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--sh-border);
    transition: all .15s ease;
}
.shendet-hub .sh-chip:hover {
    background: var(--sh-cream-warm);
    border-color: var(--sh-stone);
}
.shendet-hub .sh-chip.is-active {
    background: var(--sh-tangerine);
    color: #fff;
    border-color: transparent;
}
.shendet-hub .sh-chip__n {
    font-family: var(--sh-mono);
    font-size: 10px;
    opacity: 0.5;
    font-weight: 500;
}
.shendet-hub .sh-chip.is-active .sh-chip__n { opacity: 0.7; }
.shendet-hub .sh-chip__c {
    font-family: var(--sh-mono);
    font-size: 10px;
    background: var(--sh-cream-warm);
    color: var(--sh-stone);
    padding: 2px 7px;
    border-radius: 10px;
    font-weight: 600;
    min-width: 8px;
    text-align: center;
}
.shendet-hub .sh-chip.is-active .sh-chip__c {
    background: rgba(255,255,255,.22);
    color: #fff;
}
.shendet-hub .sh-chipnav__spacer { flex: 1; }
.shendet-hub .sh-chipnav__status {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sh-mono);
    font-size: 10px;
    color: var(--sh-stone);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
}
.shendet-hub .sh-chipnav__dot {
    width: 6px; height: 6px;
    background: var(--sh-fresh);
    border-radius: 50%;
}

/* ============================================================
   MEAL BUCKETS
   ============================================================ */
.shendet-hub .sh-meal {
    padding: 0 48px;
}
.shendet-hub .sh-meal--cream { background: var(--sh-cream); }
.shendet-hub .sh-meal--paper { background: var(--sh-paper); }
.shendet-hub .sh-meal > * { max-width: 1344px; margin-left: auto; margin-right: auto; }

.shendet-hub .sh-meal__head {
    padding: 40px 0 20px;
    border-top: 1px solid var(--sh-ink);
    display: flex;
    align-items: baseline;
    gap: 20px;
    flex-wrap: wrap;
}
.shendet-hub .sh-meal__name {
    font-family: var(--sh-serif);
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--sh-ink);
    line-height: 1;
    margin: 0;
    font-variation-settings: "opsz" 144;
}
.shendet-hub .sh-meal__rule {
    flex: 1;
    border-bottom: 1px dashed var(--sh-border);
    margin-bottom: 6px;
    min-width: 40px;
}
.shendet-hub .sh-meal__count {
    font-family: var(--sh-mono);
    font-size: 12px;
    color: var(--sh-stone);
    letter-spacing: 0.1em;
}
.shendet-hub .sh-meal__count b {
    color: var(--sh-ink);
    font-family: var(--sh-serif);
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
}
.shendet-hub .sh-meal__desc {
    font-family: var(--sh-serif);
    font-style: italic;
    font-size: 17px;
    color: var(--sh-stone);
    margin: 8px 0 32px;
    max-width: 60ch;
    line-height: 1.45;
}
.shendet-hub .sh-meal__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-bottom: 56px;
}

/* Recipe card */
.shendet-hub .sh-card {
    display: block;
}
.shendet-hub .sh-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.shendet-hub .sh-card__img-wrap {
    position: relative;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
}
.shendet-hub .sh-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.shendet-hub .sh-card:hover .sh-card__img { transform: scale(1.03); }
.shendet-hub .sh-card__num {
    position: absolute;
    top: 10px; left: 12px;
    font-family: var(--sh-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #fff;
    background: rgba(0,0,0,.45);
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 600;
}
.shendet-hub .sh-card__num:empty { display: none; }
.shendet-hub .sh-card__meal {
    position: absolute;
    bottom: 10px; left: 10px;
    background: rgba(255,255,255,.95);
    padding: 4px 10px;
    border-radius: 4px;
    font-family: var(--sh-mono);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sh-ink);
    font-weight: 600;
}
.shendet-hub .sh-card__body { padding: 14px 2px 2px; }
.shendet-hub .sh-card__title {
    font-family: var(--sh-serif);
    font-size: 18px;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: var(--sh-ink);
    font-weight: 700;
    margin: 0;
    font-variation-settings: "opsz" 144;
}
.shendet-hub .sh-card__stats {
    display: flex;
    border-top: 1px solid var(--sh-ink);
    border-bottom: 1px solid var(--sh-ink);
    margin-top: 10px;
}
.shendet-hub .sh-card__stat {
    flex: 1;
    padding: 6px 6px;
    border-right: 1px solid var(--sh-border);
}
.shendet-hub .sh-card__stat:last-child { border-right: none; }
.shendet-hub .sh-card__stat-v {
    display: block;
    font-family: var(--sh-serif);
    font-weight: 700;
    font-size: 16px;
    color: var(--sh-ink);
    line-height: 1;
    font-variation-settings: "opsz" 144;
}
.shendet-hub .sh-card__stat--kcal .sh-card__stat-v { color: var(--sh-tangerine); }
.shendet-hub .sh-card__stat--prot .sh-card__stat-v { color: var(--sh-fresh); }
.shendet-hub .sh-card__stat-l {
    display: block;
    font-family: var(--sh-mono);
    font-size: 9px;
    color: var(--sh-stone);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 4px;
}

/* Ghost card */
.shendet-hub .sh-ghost {
    border: 1.5px dashed var(--sh-stone);
    border-radius: 8px;
    opacity: 0.55;
    display: flex;
    flex-direction: column;
}
.shendet-hub .sh-ghost__img {
    aspect-ratio: 4/3;
    border-radius: 7px 7px 0 0;
    background: repeating-linear-gradient(45deg, rgba(138,126,114,.08) 0 10px, rgba(138,126,114,.14) 10px 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.shendet-hub .sh-ghost__body { padding: 14px 16px 16px; }
.shendet-hub .sh-ghost__label {
    font-family: var(--sh-serif);
    font-size: 17px;
    font-style: italic;
    color: var(--sh-stone);
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}
.shendet-hub .sh-ghost__rule {
    margin-top: 10px;
    height: 1px;
    background: var(--sh-border);
}
.shendet-hub .sh-ghost__stats {
    margin-top: 8px;
    display: flex;
    gap: 10px;
    font-family: var(--sh-mono);
    font-size: 9px;
    color: var(--sh-stone);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ============================================================
   FOOTER CTA
   ============================================================ */
.shendet-hub .sh-cta {
    background: var(--sh-espresso);
    color: var(--sh-cream);
    padding: 56px 48px 48px;
    margin-top: 64px;
    position: relative;
    overflow: hidden;
}
.shendet-hub .sh-cta__glow {
    position: absolute;
    top: -60px; right: -60px;
    width: 260px; height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--sh-tangerine) 0%, transparent 70%);
    opacity: 0.25;
    pointer-events: none;
}
.shendet-hub .sh-cta__inner { max-width: 900px; margin: 0 auto; position: relative; }
.shendet-hub .sh-cta__title {
    font-family: var(--sh-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--sh-cream);
    margin: 16px 0 14px;
    font-variation-settings: "opsz" 144;
    max-width: 22ch;
}
.shendet-hub .sh-cta__sub {
    font-family: var(--sh-serif);
    font-style: italic;
    font-size: 17px;
    color: #a89c8b;
    max-width: 42ch;
    line-height: 1.5;
    margin: 0;
}
.shendet-hub .sh-cta__buttons {
    margin-top: 28px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.shendet-hub .sh-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 999px;
    font-family: var(--sh-sans);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .15s ease;
}
.shendet-hub .sh-cta__btn--primary {
    background: var(--sh-tangerine);
    color: #fff;
}
.shendet-hub .sh-cta__btn--primary:hover { transform: translateY(-2px); }
.shendet-hub .sh-cta__btn--ghost {
    border: 1px solid rgba(255,255,255,.2);
    color: var(--sh-cream);
    font-weight: 500;
}
.shendet-hub .sh-cta__btn--ghost span {
    font-family: var(--sh-serif);
    font-style: italic;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .shendet-hub .sh-hero__inner { grid-template-columns: 1fr; gap: 48px; }
    .shendet-hub .sh-starthere__grid { grid-template-columns: 1fr; gap: 56px; }
    .shendet-hub .sh-meal__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (max-width: 720px) {
    .shendet-hub .sh-hero { padding: 48px 20px 56px; }
    .shendet-hub .sh-hero__title { font-size: clamp(3rem, 18vw, 5rem); }
    .shendet-hub .sh-starthere { padding: 56px 20px 40px; }
    .shendet-hub .sh-meal { padding: 0 20px; }
    .shendet-hub .sh-meal__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .shendet-hub .sh-meal__head { padding: 32px 0 16px; }
    .shendet-hub .sh-meal__desc { margin-bottom: 24px; }
    .shendet-hub .sh-chipnav__inner { padding: 12px 20px; overflow-x: auto; }
    .shendet-hub .sh-chipnav__label { display: none; }
    .shendet-hub .sh-chipnav__status { display: none; }
    .shendet-hub .sh-chip { flex-shrink: 0; }
    .shendet-hub .sh-cta { padding: 40px 20px 36px; margin-top: 40px; }
    .shendet-hub .sh-cta__title { font-size: 1.75rem; }
    .shendet-hub .sh-index__link { grid-template-columns: 88px 1fr; gap: 12px; }
    .shendet-hub .sh-index__img { width: 88px; height: 88px; }
    .shendet-hub .sh-index__title { font-size: 15px; }
    .shendet-hub .sh-hero__stats-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .shendet-hub .sh-card__title { font-size: 16px; }
    .shendet-hub .sh-card__stat-v { font-size: 14px; }
}
