/* =====================================================================
   Juuste Akadeemia – baas-stiilid
   Kõik värvid tulevad CSS muutujatest, mille plugin sisestab <head>-i.
   ===================================================================== */

:root {
    --ja-radius: 22px;
    --ja-radius-lg: 32px;
    --ja-shadow: 0 18px 40px -22px rgba(60, 70, 50, 0.25);
    --ja-shadow-lg: 0 30px 60px -28px rgba(60, 70, 50, 0.3);
    --ja-container: 1200px;
    --ja-gap: 28px;
    --ja-font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    --ja-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
    font-family: var(--ja-font-sans);
    color: var(--ja-text, #2a2a2a);
    background: var(--ja-bg, #f5f1e8);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
svg { max-width: 100%; display: block; }

a { color: var(--ja-primary); text-decoration: none; }
a:hover { color: var(--ja-primary-d); }

.ja-container {
    max-width: var(--ja-container);
    margin: 0 auto;
    padding: 0 24px;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---------------------------------------------------------------------
   Header
   --------------------------------------------------------------------- */
.ja-header {
    background: transparent;
    padding: 18px 0;
    position: relative;
    z-index: 10;
}
.ja-header__inner {
    max-width: var(--ja-container);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.ja-header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}
.ja-menu {
    list-style: none;
    display: flex;
    gap: 28px;
    margin: 0; padding: 0;
}
.ja-menu a {
    color: var(--ja-text);
    font-weight: 500;
    font-size: 15px;
    padding: 8px 4px;
    transition: color .2s;
}
.ja-menu a:hover { color: var(--ja-primary); }
.ja-menu .current-menu-item > a { color: var(--ja-primary); }

.ja-header__cta { margin-left: auto; }

.ja-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--ja-text);
    font-family: var(--ja-font-serif);
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .2px;
}
.ja-logo__img { max-height: 52px; width: auto; }
.ja-logo__text { display: inline-flex; align-items: baseline; gap: 6px; }
.ja-logo__text em {
    font-style: italic;
    font-weight: 500;
    color: #7a5b9a;
}
.ja-logo__mark {
    width: 42px; height: 42px;
    display: inline-flex; align-items: center; justify-content: center;
}
.ja-logo__mark svg { display: block; width: 100%; height: 100%; }

.ja-burger {
    display: none;
    background: none; border: none;
    width: 32px; height: 24px;
    flex-direction: column; justify-content: space-between;
    cursor: pointer; padding: 0;
}
.ja-burger span {
    display: block; height: 2px; background: var(--ja-text); border-radius: 2px;
}

/* ---------------------------------------------------------------------
   Buttons
   --------------------------------------------------------------------- */
.ja-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .15s, background .2s, color .2s, box-shadow .2s;
    text-decoration: none;
}
.ja-btn:hover { transform: translateY(-1px); }
.ja-btn--primary {
    background: var(--ja-primary);
    color: #fff;
}
.ja-btn--primary:hover { background: var(--ja-primary-d); color: #fff; }
.ja-btn--ghost {
    background: rgba(255,255,255,.6);
    color: var(--ja-text);
    border-color: rgba(0,0,0,.08);
}
.ja-btn--ghost:hover { background: rgba(255,255,255,.9); }
.ja-btn--lg { padding: 16px 28px; font-size: 16px; }
.ja-btn__icon {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: rgba(0,0,0,.06);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 10px;
}
.ja-btn__arrow {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    display: inline-flex; align-items: center; justify-content: center;
}

/* ---------------------------------------------------------------------
   Hero
   --------------------------------------------------------------------- */
.ja-hero {
    position: relative;
    overflow: hidden;
    padding: 10px 0 30px;
    background:
        radial-gradient(60% 80% at 0% 0%, rgba(91,111,74,.06) 0%, transparent 60%),
        radial-gradient(50% 70% at 100% 20%, rgba(196,168,122,.06) 0%, transparent 60%),
        var(--ja-bg);
}
/* Vaikimisi botaanilised dekoratsioonid – CSS taustapildid mis EI mõjuta layoutit */
.ja-hero::before,
.ja-hero::after {
    content: ""; position: absolute;
    pointer-events: none;
    background-repeat: no-repeat; background-position: center;
    background-size: contain;
    z-index: 1;
}
.ja-hero::before {
    left: -30px; top: 40px;
    width: 240px; height: 420px;
    opacity: .45;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 420'><g fill='none' stroke='%237e8d6b' stroke-width='1.3'><path d='M60 400 Q90 280 130 180 Q150 110 145 50'/><ellipse cx='90' cy='310' rx='32' ry='12' transform='rotate(-30 90 310)'/><ellipse cx='115' cy='240' rx='30' ry='11' transform='rotate(-30 115 240)'/><ellipse cx='135' cy='170' rx='28' ry='10' transform='rotate(-30 135 170)'/><ellipse cx='145' cy='110' rx='22' ry='9' transform='rotate(-25 145 110)'/></g></svg>");
}
.ja-hero::after {
    right: -20px; bottom: 0;
    width: 220px; height: 380px;
    opacity: .35;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 380'><g fill='none' stroke='%237e8d6b' stroke-width='1.3'><path d='M180 360 Q150 240 120 140 Q105 80 115 30'/><ellipse cx='160' cy='280' rx='30' ry='11' transform='rotate(30 160 280)'/><ellipse cx='140' cy='210' rx='28' ry='10' transform='rotate(30 140 210)'/><ellipse cx='125' cy='140' rx='24' ry='9' transform='rotate(25 125 140)'/></g></svg>");
}
/* Uploaded dekoratiivpildid (kui Customizer'is lisatud) tulevad pseudo elementide PEALE */
.ja-hero__decor {
    position: absolute; pointer-events: none; z-index: 2;
    overflow: hidden;
}
.ja-hero__decor--left  { left: -30px; top: 40px; width: 240px; max-width: 24vw; max-height: 420px; opacity: .55; }
.ja-hero__decor--right { right: -20px; bottom: 0; width: 220px; max-width: 22vw; max-height: 380px; opacity: .4; }
.ja-hero__decor img, .ja-hero__decor svg {
    display: block; width: 100%; height: auto; max-height: 100%;
    object-fit: contain;
}
.ja-hero__inner {
    max-width: var(--ja-container);
    margin: 0 auto;
    padding: 10px 24px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 2;
    min-height: 420px;
}
.ja-hero__copy { padding-top: 10px; }
.ja-hero__title {
    font-family: var(--ja-font-serif);
    font-weight: 500;
    font-size: clamp(34px, 3.8vw, 48px);
    line-height: 1.1;
    margin: 0 0 24px;
    color: #2b3525;
    text-align: center;
}
.ja-hero__divider {
    display: flex; align-items: center; gap: 14px;
    margin: 0 auto 30px;
    max-width: 360px;
}
.ja-hero__divider span:first-child,
.ja-hero__divider span:last-child {
    flex: 1;
    height: 1px;
    background: rgba(0,0,0,.15);
}
.ja-hero__divider-mark { color: var(--ja-primary); font-size: 18px; }
.ja-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.ja-hero__media {
    position: relative;
    aspect-ratio: 4/5;
    max-height: 520px;
    min-height: 380px;
    overflow: hidden;
    border-radius: 0;
}
.ja-hero__media .ja-hero__img,
.ja-hero__media img {
    width: 100%; height: 100%;
    object-fit: cover; object-position: center top;
    display: block;
    border-radius: 0;
}

/* Hero placeholder: beež plokk siluetiga ja "Lisa pilt" nupp */
.ja-hero__placeholder {
    position: relative;
    width: 100%; height: 100%;
    overflow: hidden;
    display: flex; align-items: flex-end; justify-content: center;
}
.ja-hero__placeholder-silhouette {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
}
.ja-hero__placeholder-btn {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    padding: 10px 22px;
    background: rgba(0,0,0,.5);
    color: #fff !important;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
    backdrop-filter: blur(4px);
}
.ja-hero__placeholder-btn:hover { background: rgba(0,0,0,.7); color: #fff; }

/* ---------------------------------------------------------------------
   Gateway cards (3 sektsiooni kaardid)
   --------------------------------------------------------------------- */
.ja-gateway-cards { padding: 20px 0 40px; }
.ja-gateway-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--ja-gap);
    align-items: stretch;
}
.ja-gateway-cards__grid > .ja-card { min-width: 0; width: auto; }
.ja-card {
    position: relative;
    background: #fff;
    border-radius: var(--ja-radius);
    overflow: hidden;
    box-shadow: var(--ja-shadow);
    transition: transform .2s, box-shadow .2s;
    color: var(--ja-text);
    display: flex;
    flex-direction: column;
}
.ja-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--ja-shadow-lg);
}
.ja-card--feature .ja-card__media {
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    background: #efe5cf;
}
.ja-card__media > svg,
.ja-card__media img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.ja-card__icon {
    position: absolute;
    top: calc(56.25% - 28px);
    left: 24px;
    width: 56px; height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex; align-items: center; justify-content: center;
    color: var(--ja-primary);
    box-shadow: 0 8px 20px -8px rgba(0,0,0,.25);
    z-index: 2;
}
.ja-card__icon svg { display: block; }
.ja-card__body {
    padding: 40px 24px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ja-card__title {
    font-family: var(--ja-font-serif);
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 12px;
    color: #2b3525;
}
.ja-card__text {
    color: var(--ja-muted);
    font-size: 15px;
    margin: 0 0 24px;
    flex: 1;
}
.ja-card__arrow {
    width: 44px; height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.08);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ja-text);
    font-size: 18px;
}
.ja-card--uuring .ja-card__title,
.ja-card--uuring .ja-card__text,
.ja-card--uuring .ja-card__arrow { /* sama värvid - kaart oma kontrastiga */ }

/* ---------------------------------------------------------------------
   E-pood riba
   --------------------------------------------------------------------- */
.ja-shop-strip { padding: 20px 0; }
.ja-shop-strip__inner {
    background: rgba(255,255,255,.5);
    border-radius: var(--ja-radius);
    padding: 24px 28px;
    display: grid;
    grid-template-columns: auto minmax(200px, 1.4fr) minmax(160px, 220px) auto;
    gap: 24px;
    align-items: center;
    box-shadow: var(--ja-shadow);
}
.ja-shop-strip__icon {
    width: 64px; height: 64px;
    border-radius: 16px;
    background: rgba(91,111,74,.1);
    display: flex; align-items: center; justify-content: center;
    color: var(--ja-primary);
    font-size: 28px;
}
.ja-shop-strip__title {
    font-family: var(--ja-font-serif);
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 6px;
    color: #2b3525;
}
.ja-shop-strip__text {
    margin: 0; color: var(--ja-muted); font-size: 15px;
}
.ja-shop-strip__visual {
    width: 220px; height: 110px;
    display: flex; align-items: center; justify-content: center;
    position: relative;
}
.ja-shop-strip__visual img,
.ja-shop-strip__visual .ja-shop-strip__img {
    max-width: 100%; max-height: 100%;
    object-fit: contain;
}

/* ---------------------------------------------------------------------
   Stats
   --------------------------------------------------------------------- */
.ja-stats { padding: 24px 0 32px; }
.ja-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    border-top: 1px solid rgba(0,0,0,.08);
    padding-top: 28px;
}
.ja-stat {
    display: flex; align-items: center; gap: 14px;
}
.ja-stat__icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(91,111,74,.08);
    color: var(--ja-primary);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.ja-stat__icon svg { display: block; }
.ja-stat__num {
    display: block;
    font-family: var(--ja-font-serif);
    font-weight: 500;
    font-size: 24px;
    color: #2b3525;
    line-height: 1.1;
}
.ja-stat__label {
    display: block;
    color: var(--ja-muted);
    font-size: 13px;
    margin-top: 2px;
}

/* ---------------------------------------------------------------------
   Why
   --------------------------------------------------------------------- */
.ja-why {
    padding: 60px 0;
    background:
        radial-gradient(50% 60% at 0% 50%, rgba(91,111,74,.05) 0%, transparent 70%),
        radial-gradient(50% 60% at 100% 50%, rgba(196,168,122,.06) 0%, transparent 70%);
}
.ja-why { position: relative; overflow: hidden; min-height: 380px; }
.ja-why::before,
.ja-why::after {
    content: ""; position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 240px; height: 300px;
    background-repeat: no-repeat; background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    opacity: .7;
}
.ja-why::before {
    left: 30px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 240'><g fill='none' stroke='%237e8d6b' stroke-width='1.4'><ellipse cx='100' cy='200' rx='55' ry='14'/><path d='M75 200 Q72 140 100 100 Q128 140 125 200'/><path d='M100 100 Q92 78 100 60 Q108 78 100 100'/><path d='M100 80 Q86 70 80 50 Q98 60 100 80'/><path d='M100 80 Q114 70 120 50 Q102 60 100 80'/></g></svg>");
}
.ja-why::after {
    right: 30px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 240'><g fill='none' stroke='%237e8d6b' stroke-width='1.2'><path d='M100 230 Q100 130 100 30'/><ellipse cx='74' cy='160' rx='24' ry='10' transform='rotate(-30 74 160)'/><ellipse cx='126' cy='120' rx='26' ry='10' transform='rotate(30 126 120)'/><ellipse cx='78' cy='100' rx='22' ry='9' transform='rotate(-25 78 100)'/><ellipse cx='122' cy='70' rx='20' ry='8' transform='rotate(25 122 70)'/></g></svg>");
}
.ja-why__inner {
    max-width: var(--ja-container);
    margin: 0 auto;
    padding: 60px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
/* Uploaded pildid (kui Customizer'is lisatud) — tulevad pseudo-elementide kohale */
.ja-why__decor {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 240px; height: 300px;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.ja-why__decor--left  { left: 30px; }
.ja-why__decor--right { right: 30px; }
.ja-why__decor img, .ja-why__decor svg {
    display: block;
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    object-fit: contain;
    opacity: .9;
}
.ja-why__copy { text-align: center; max-width: 560px; margin-inline: auto; }
.ja-why__title {
    font-family: var(--ja-font-serif);
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    margin: 0 0 28px;
    color: #2b3525;
    line-height: 1.2;
}
.ja-why__list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 12px;
    align-items: center;
}
.ja-why__list li {
    display: flex; align-items: center; gap: 12px;
    font-size: 16px; color: #3a3a3a;
    text-align: left;
}
.ja-why__check {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--ja-primary);
    color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

/* ---------------------------------------------------------------------
   Alumine CTA
   --------------------------------------------------------------------- */
.ja-cta-band { padding: 30px 0 60px; }
.ja-cta-band__inner {
    background: rgba(255,255,255,.5);
    border-radius: var(--ja-radius);
    padding: 24px 32px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    box-shadow: var(--ja-shadow);
}
.ja-cta-band__text {
    font-family: var(--ja-font-serif);
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    margin: 0;
    color: #2b3525;
    line-height: 1.3;
}

/* ---------------------------------------------------------------------
   Footer
   --------------------------------------------------------------------- */
.ja-footer {
    padding: 40px 0 20px;
    background: var(--ja-bg);
    border-top: 1px solid rgba(0,0,0,.06);
}
.ja-footer__inner {
    max-width: var(--ja-container);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 40px;
    align-items: start;
}
.ja-footer__menu, .ja-footer__brand {
    list-style: none; padding: 0; margin: 0;
}
.ja-footer__menu {
    display: flex; gap: 28px; justify-content: center;
}
.ja-footer__menu a {
    color: var(--ja-text); font-size: 14px;
}
.ja-footer__social {
    display: flex; gap: 12px; justify-content: flex-end;
}
.ja-footer__social a {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.1);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ja-text); font-size: 13px;
}
.ja-footer__copy {
    text-align: center;
    color: var(--ja-muted);
    font-size: 13px;
    margin-top: 30px;
}
.ja-footer__tagline {
    margin: 8px 0 0;
    color: var(--ja-muted); font-size: 14px;
}

/* ---------------------------------------------------------------------
   Pages / posts (general prose)
   --------------------------------------------------------------------- */
.ja-prose { padding: 60px 0 80px; }
.ja-page__title,
.ja-article__title {
    font-family: var(--ja-font-serif);
    font-weight: 500;
    font-size: 44px;
    color: #2b3525;
    margin: 0 0 24px;
}
.ja-page__content, .ja-article__content {
    font-size: 17px;
    line-height: 1.7;
}
.ja-page__content p,
.ja-article__content p { margin: 0 0 18px; }

/* ---------------------------------------------------------------------
   404
   --------------------------------------------------------------------- */
.ja-404 { padding: 60px 0 80px; }
.ja-404__inner { text-align: center; }
.ja-404__title {
    font-family: var(--ja-font-serif);
    font-size: 48px; font-weight: 500;
    color: #2b3525; margin: 0 0 16px;
}
.ja-404__text { color: var(--ja-muted); max-width: 560px; margin: 0 auto 40px; font-size: 17px; }
.ja-404__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto 40px;
}
.ja-card--mini {
    padding: 22px 18px;
    text-align: center;
    background: #fff;
    border-radius: var(--ja-radius);
    box-shadow: var(--ja-shadow);
    color: var(--ja-text);
    transition: transform .15s;
}
.ja-card--mini:hover { transform: translateY(-2px); }
.ja-card--mini .ja-card__title {
    font-size: 16px; margin: 0;
}
.ja-404__search {
    display: flex; gap: 10px; max-width: 480px; margin: 0 auto;
}
.ja-404__search input[type="search"] {
    flex: 1;
    padding: 14px 18px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 15px;
    background: #fff;
}

/* ---------------------------------------------------------------------
   Shop header extras
   --------------------------------------------------------------------- */
.ja-header__actions {
    display: flex; gap: 14px; align-items: center;
}
.ja-header__action {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.04);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ja-text);
    position: relative;
    font-size: 18px;
}
.ja-cart-count {
    position: absolute;
    top: -4px; right: -4px;
    min-width: 18px; height: 18px;
    border-radius: 9px;
    background: var(--ja-primary);
    color: #fff; font-size: 11px;
    display: inline-flex; align-items: center; justify-content: center;
    padding: 0 5px;
}

/* ---------------------------------------------------------------------
   Placeholder (kui pilt pole veel üles laetud)
   --------------------------------------------------------------------- */
.ja-placeholder {
    width: 100%; height: 100%; min-height: 120px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #efe5cf 0%, #d8c8a3 100%);
    color: rgba(0,0,0,.6);
    text-align: center; padding: 16px;
    border-radius: inherit;
}
.ja-placeholder__icon { font-size: 24px; opacity: .45; }
.ja-placeholder__text { font-size: 12px; font-weight: 500; opacity: .65; }
.ja-placeholder__btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0,0,0,.55);
    color: #fff !important;
    font-size: 12px;
    text-decoration: none;
}
.ja-placeholder__btn:hover { background: rgba(0,0,0,.75); }

.ja-card__media .ja-placeholder { height: 100%; }
.ja-shop-strip__visual .ja-placeholder { width: 100%; height: 100%; min-height: 80px; border-radius: 16px; }

/* ---------------------------------------------------------------------
   Responsive
   --------------------------------------------------------------------- */
@media (max-width: 880px) {
    .ja-hero__inner { grid-template-columns: 1fr; gap: 30px; min-height: auto; }
    .ja-hero__media { aspect-ratio: 5/4; min-height: 360px; }
    .ja-gateway-cards__grid { grid-template-columns: 1fr; }
    .ja-shop-strip__inner { grid-template-columns: auto 1fr; grid-template-areas: "icon copy" "visual visual" "btn btn"; }
    .ja-shop-strip__icon { grid-area: icon; }
    .ja-shop-strip__copy { grid-area: copy; }
    .ja-shop-strip__visual { grid-area: visual; width: 100%; }
    .ja-shop-strip .ja-btn { grid-area: btn; justify-self: stretch; }
    .ja-stats__grid { grid-template-columns: repeat(2, 1fr); }
    .ja-why { min-height: auto; }
    .ja-why__decor { display: none; }
    .ja-footer__inner { grid-template-columns: 1fr; text-align: center; gap: 20px; }
    .ja-footer__menu { justify-content: center; flex-wrap: wrap; }
    .ja-footer__social { justify-content: center; }
    .ja-cta-band__inner { grid-template-columns: 1fr; text-align: center; }

    .ja-header__nav { display: none; }
    .ja-header__cta { display: none; }
    .ja-burger { display: flex; margin-left: auto; }
    .ja-header__inner { gap: 0; }
}
