/* ==========================================================================
   GH PRO FUGU — GHANA STORE · DIRECTION 1 "THE PRICE BOARD"
   Market-poster bold: the confidence of Ghanaian hand-painted shop signs
   and market price boards, executed with strict grid discipline.
   NOT a layer over the international site — its own system:
     type    : Archivo Black (display) + Archivo (subheads) + Public Sans (body)
               vs. main site's Playfair/Cormorant serif
     ground  : pure white vs. main site's cream
     color   : Ghana green dominant + marigold accent (+ flag-red microdots,
               MoMo yellow on payment surfaces) vs. espresso/gold
     rhythm  : dense, boxed, thick 2px rules + hard offset shadows
               vs. airy editorial whitespace
   ========================================================================== */

:root {
    --paper:      #FFFFFF;
    --ink:        #191913;
    --green:      #0B7A3B;
    --green-deep: #08602E;
    --marigold:   #F5A800;
    --momo:       #FFCC08;
    --red:        #CE1126;   /* flag red — microdots + ticks ONLY */
    --grey:       #5C5C52;
    --line:       #191913;
    --board:      #F4F4EE;   /* faint board grey for table zebra */

    --font-display: 'Archivo Black', 'Archivo', sans-serif;
    --font-head:    'Archivo', sans-serif;
    --font-body:    'Public Sans', sans-serif;

    --container: 1240px;
    --shadow-off: 6px 6px 0 var(--ink);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; }
body {
    font-family: var(--font-body);
    background: var(--paper);
    color: var(--ink);
    line-height: 1.55;
    font-size: 16px;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 32px; }
::selection { background: var(--marigold); color: var(--ink); }

/* ---------- store switcher ---------- */
.switch {
    background: var(--green-deep);
    color: #fff;
    font-family: var(--font-head);
    font-weight: 600; font-size: 13px; letter-spacing: .02em;
    display: flex; align-items: center; justify-content: center; gap: 9px;
    padding: 9px 16px; text-align: center;
}
.switch .flag { flex: none; }
.switch b { color: var(--momo); font-weight: 800; }
.switch a { text-decoration: underline; text-underline-offset: 3px; color: #CFEBD9; font-weight: 700; }

/* ---------- header ---------- */
header.site {
    background: var(--paper);
    border-bottom: 3px solid var(--ink);
}
.site__row {
    display: flex; align-items: center; justify-content: space-between;
    gap: 28px; padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand__mark { width: 46px; height: 46px; }
.brand__stack { display: flex; flex-direction: column; gap: 3px; }
.brand__name {
    font-family: var(--font-display);
    font-size: 19px; letter-spacing: .045em; line-height: 1; text-transform: uppercase;
}
.brand__tag {
    align-self: flex-start;
    font-family: var(--font-head); font-weight: 800; font-size: 10.5px;
    letter-spacing: .14em; text-transform: uppercase;
    background: var(--green); color: #fff;
    padding: 3px 7px 2px;
}
nav.main { display: flex; gap: 30px; }
nav.main a {
    font-family: var(--font-head); font-weight: 700; font-size: 13.5px;
    letter-spacing: .07em; text-transform: uppercase; white-space: nowrap;
    padding-bottom: 3px; border-bottom: 3px solid transparent;
}
nav.main a:hover, nav.main a.on { border-color: var(--marigold); }
.cart {
    font-family: var(--font-head); font-weight: 800; font-size: 13px;
    letter-spacing: .06em; text-transform: uppercase;
    border: 2px solid var(--ink); padding: 9px 16px;
    display: inline-flex; align-items: center; gap: 9px;
    background: var(--paper);
    box-shadow: 3px 3px 0 var(--ink);
}
.cart i { font-style: normal; background: var(--marigold); border: 1.5px solid var(--ink); font-size: 11px; padding: 0 6px; line-height: 17px; }

/* ---------- hero ---------- */
.hero { border-bottom: 3px solid var(--ink); background: var(--green); color: #fff; }
.hero__grid {
    display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px;
    align-items: center; padding: 64px 0 68px;
}
.hero__kicker {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-head); font-weight: 800; font-size: 12.5px;
    letter-spacing: .22em; text-transform: uppercase; color: var(--momo);
    margin-bottom: 22px;
}
.hero__kicker::before { content: ""; width: 34px; height: 3px; background: var(--momo); }
.hero h1 {
    font-family: var(--font-display);
    font-size: clamp(52px, 6.4vw, 88px);
    line-height: .96; letter-spacing: .005em; text-transform: uppercase;
    margin-bottom: 24px;
}
.hero h1 .dot { color: var(--marigold); }
.hero__sub {
    font-size: 17.5px; line-height: 1.65; color: #E4F2E9;
    max-width: 520px; margin-bottom: 34px;
}
.hero__sub b { color: #fff; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 26px; }
.btn {
    font-family: var(--font-head); font-weight: 800; font-size: 14px;
    letter-spacing: .08em; text-transform: uppercase;
    padding: 16px 26px; border: 2px solid var(--ink);
    display: inline-flex; align-items: center; gap: 11px;
    cursor: pointer; transition: transform .12s ease, box-shadow .12s ease;
}
.btn--momo { background: var(--momo); color: var(--ink); box-shadow: var(--shadow-off); }
.btn--momo:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }
.btn--ghost { background: transparent; color: #fff; border-color: #fff; box-shadow: none; }
.btn--ghost:hover { background: rgba(255, 255, 255, .12); }
.btn .dotchip { width: 11px; height: 11px; border-radius: 3px; background: var(--ink); }
.btn--momo .dotchip { background: var(--red); }
.hero__note { font-size: 13px; color: #D9EEE1; font-weight: 600; }
.hero__note b { color: #fff; }

.hero__photo { position: relative; justify-self: end; width: 100%; max-width: 440px; }
.hero__photo img {
    width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
    border: 3px solid var(--ink); box-shadow: 10px 10px 0 rgba(0, 0, 0, .28);
    background: #EED7BE;
}
.pricetag {
    position: absolute; left: -26px; bottom: 34px;
    background: var(--paper); color: var(--ink);
    border: 3px solid var(--ink); box-shadow: 5px 5px 0 var(--ink);
    padding: 13px 19px 11px; transform: rotate(-3deg);
}
.pricetag .pt-price { font-family: var(--font-display); font-size: 30px; line-height: 1; }
.pricetag .pt-name { font-family: var(--font-head); font-weight: 700; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); margin-top: 4px; }

/* ---------- ticker ---------- */
.ticker {
    background: var(--marigold); border-bottom: 3px solid var(--ink);
    overflow: hidden; padding: 12px 0; white-space: nowrap;
}
.ticker span {
    font-family: var(--font-head); font-weight: 800; font-size: 13.5px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--ink);
    display: inline-block; padding: 0 18px;
}
.ticker .star { color: var(--ink); padding: 0; }

/* ---------- section headers (signboards) ---------- */
.signboard { text-align: center; margin-bottom: 46px; }
.signboard__frame {
    display: inline-block; border: 3px solid var(--ink);
    padding: 15px 34px 13px; background: var(--paper);
    box-shadow: var(--shadow-off);
}
.signboard h2 {
    font-family: var(--font-display); font-size: clamp(26px, 3vw, 38px);
    letter-spacing: .03em; text-transform: uppercase; line-height: 1.05;
}
.signboard h2 em { font-style: normal; color: var(--green); }
.signboard p {
    margin-top: 18px; font-size: 15.5px; color: var(--grey); font-weight: 500;
}
.signboard p b { color: var(--ink); }

/* ---------- occasions ---------- */
.occasions { padding: 74px 0 80px; border-bottom: 3px solid var(--ink); }
.occasions__grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.occ {
    border: 2px solid var(--ink); background: var(--paper);
    padding: 22px 24px 20px; position: relative;
    transition: transform .12s ease, box-shadow .12s ease;
}
.occ:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow-off); }
.occ::after {
    content: ""; position: absolute; top: 12px; right: 12px;
    width: 9px; height: 9px; background: var(--red);
}
.occ h3 {
    font-family: var(--font-display); font-size: 20px;
    letter-spacing: .02em; text-transform: uppercase; margin-bottom: 6px;
}
.occ p { font-size: 13.5px; color: var(--grey); line-height: 1.5; }
.occ .go {
    display: inline-block; margin-top: 13px;
    font-family: var(--font-head); font-weight: 800; font-size: 12px;
    letter-spacing: .1em; text-transform: uppercase; color: var(--green);
    border-bottom: 2px solid var(--marigold); padding-bottom: 2px;
}

/* ---------- price board (shop grid) ---------- */
.shop { padding: 78px 0 88px; border-bottom: 3px solid var(--ink); background: var(--paper); }
.shop__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.card {
    border: 2px solid var(--ink); background: var(--paper);
    display: flex; flex-direction: column;
    transition: transform .12s ease, box-shadow .12s ease;
}
.card:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow-off); }
.card__media { position: relative; border-bottom: 2px solid var(--ink); }
.card__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #EED7BE; }
.tier {
    position: absolute; top: 10px; left: 10px;
    font-family: var(--font-head); font-weight: 800; font-size: 10px;
    letter-spacing: .12em; text-transform: uppercase;
    padding: 4px 8px 3px; border: 1.5px solid var(--ink); background: var(--paper);
}
.tier--presidential { background: var(--ink); color: var(--momo); border-color: var(--ink); }
.tier--signature { background: var(--marigold); color: var(--ink); }
.tier--heritage { background: var(--paper); color: var(--ink); }
.flagbadge {
    position: absolute; top: 10px; right: 10px;
    font-family: var(--font-head); font-weight: 800; font-size: 10px;
    letter-spacing: .1em; text-transform: uppercase;
    background: var(--red); color: #fff; padding: 4px 8px 3px; border: 1.5px solid var(--ink);
}
.card__body { padding: 16px 17px 17px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.card__name {
    font-family: var(--font-head); font-weight: 700; font-size: 14.5px;
    letter-spacing: .02em; text-transform: uppercase;
}
.card__price {
    font-family: var(--font-display); font-size: 31px; line-height: 1.1;
    color: var(--green); letter-spacing: .01em;
}
.card__pay {
    margin-top: auto; padding-top: 9px;
    display: flex; align-items: center; gap: 12px;
    font-family: var(--font-head); font-weight: 700; font-size: 10.5px;
    letter-spacing: .09em; text-transform: uppercase; color: var(--grey);
}
.card__pay span { display: inline-flex; align-items: center; gap: 5px; }
.card__pay i { width: 8px; height: 8px; border-radius: 2px; }
.i-momo { background: var(--momo); border: 1px solid var(--ink); }
.i-card { background: var(--ink); }
.shop__all { text-align: center; margin-top: 44px; }
.btn--board { background: var(--green); color: #fff; box-shadow: var(--shadow-off); }
.btn--board:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ink); }

/* ---------- how you pay ---------- */
.pay { border-bottom: 3px solid var(--ink); }
.pay__grid { display: grid; grid-template-columns: 1.05fr .95fr; }
.pay__momo { background: var(--momo); padding: 66px 56px 70px; border-right: 3px solid var(--ink); }
.pay__momo h2, .pay__right h2 {
    font-family: var(--font-display); font-size: clamp(24px, 2.6vw, 34px);
    text-transform: uppercase; letter-spacing: .02em; margin-bottom: 12px;
}
.pay__momo .lead, .pay__right .lead { font-size: 15.5px; font-weight: 500; margin-bottom: 30px; max-width: 460px; }
.steps { display: flex; flex-direction: column; gap: 16px; max-width: 470px; }
.step {
    display: flex; gap: 16px; align-items: flex-start;
    background: rgba(255, 255, 255, .55); border: 2px solid var(--ink); padding: 15px 18px;
}
.step b.n {
    flex: none; width: 30px; height: 30px; border: 2px solid var(--ink);
    background: var(--paper); display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display); font-size: 15px;
}
.step h4 { font-family: var(--font-head); font-weight: 800; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.step p { font-size: 13.5px; color: #4A4A40; margin-top: 2px; }
.pay__right { padding: 66px 56px 70px; background: var(--paper); }
.paychips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.paychip {
    display: inline-flex; align-items: center; gap: 8px;
    border: 2px solid var(--ink); padding: 10px 15px;
    font-family: var(--font-head); font-weight: 800; font-size: 12.5px;
    letter-spacing: .05em; text-transform: uppercase; background: var(--paper);
}
.paychip i { width: 10px; height: 10px; border-radius: 3px; border: 1px solid var(--ink); }
.pc-momo i { background: var(--momo); }
.pc-telecel i { background: var(--red); }
.pc-at i { background: #0057B8; }
.pc-card i { background: var(--ink); }
.pay__right .fine { font-size: 13.5px; color: var(--grey); line-height: 1.7; max-width: 430px; }
.pay__right .fine b { color: var(--ink); }

/* ---------- delivery fare board ---------- */
.delivery { padding: 78px 0 88px; border-bottom: 3px solid var(--ink); }
.fareboard { border: 3px solid var(--ink); box-shadow: var(--shadow-off); background: var(--paper); max-width: 880px; margin: 0 auto; }
.fareboard__head {
    background: var(--ink); color: var(--paper);
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    padding: 16px 26px; flex-wrap: wrap;
}
.fareboard__head h3 { font-family: var(--font-display); font-size: 19px; letter-spacing: .05em; text-transform: uppercase; }
.fareboard__head span { font-family: var(--font-head); font-weight: 800; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; color: var(--momo); }
.fareboard table { width: 100%; border-collapse: collapse; }
.fareboard td {
    padding: 14px 26px; font-size: 15px; font-weight: 600;
    border-top: 2px solid var(--ink);
}
.fareboard tr:nth-child(even) td { background: var(--board); }
.fareboard td.days { text-align: right; font-family: var(--font-head); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: 13.5px; }
.fareboard td.days b { color: var(--green); }
.fareboard__foot {
    border-top: 3px solid var(--ink); padding: 15px 26px;
    font-size: 13.5px; font-weight: 600; color: var(--grey);
    display: flex; gap: 22px; flex-wrap: wrap;
}
.fareboard__foot b { color: var(--ink); }

/* ---------- one brand, two doors ---------- */
.doors { padding: 66px 0; border-bottom: 3px solid var(--ink); background: var(--board); }
.doors__row { display: flex; align-items: center; gap: 34px; max-width: 900px; margin: 0 auto; }
.doors__row img { width: 64px; height: 64px; flex: none; }
.doors__row h3 { font-family: var(--font-display); font-size: 22px; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 8px; }
.doors__row p { font-size: 15px; color: var(--grey); line-height: 1.65; }
.doors__row p a { font-weight: 700; color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- footer ---------- */
footer.site {
    background: var(--ink); color: #D8D8CE; padding: 62px 0 0;
}
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 52px; }
.foot__brand .brand__name { color: #fff; }
.foot__brand p { font-size: 13.5px; color: #A8A89C; margin-top: 14px; max-width: 300px; line-height: 1.65; }
footer.site h5 {
    font-family: var(--font-head); font-weight: 800; font-size: 12px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--marigold);
    margin-bottom: 16px;
}
footer.site li { margin-bottom: 9px; font-size: 14px; font-weight: 500; }
footer.site li a:hover { color: #fff; text-decoration: underline; }
.foot__bottom {
    border-top: 1px solid #3A3A32; padding: 18px 0 16px;
    display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
    font-size: 12.5px; color: #8A8A7E;
}
.flagline { height: 6px; display: flex; }
.flagline i { flex: 1; }
.flagline i:nth-child(1) { background: var(--red); }
.flagline i:nth-child(2) { background: var(--marigold); }
.flagline i:nth-child(3) { background: var(--green); }

/* ==========================================================================
   PDP (product page top) — Direction 1
   ========================================================================== */
.crumbs {
    padding: 20px 0 0;
    font-family: var(--font-head); font-weight: 700; font-size: 12px;
    letter-spacing: .08em; text-transform: uppercase; color: var(--grey);
}
.crumbs b { color: var(--ink); }
.pdp { padding: 30px 0 84px; }
.pdp__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: start; }
.pdp__gallery { position: relative; }
.pdp__gallery .main {
    border: 3px solid var(--ink); box-shadow: 10px 10px 0 rgba(0, 0, 0, .18);
}
.pdp__gallery .main img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #EED7BE; }
.pdp__thumbs { display: flex; gap: 14px; margin-top: 20px; }
.pdp__thumbs button {
    width: 86px; height: 104px; border: 2px solid var(--ink); padding: 0;
    background: #EED7BE; cursor: pointer; overflow: hidden;
}
.pdp__thumbs button.on { outline: 3px solid var(--marigold); outline-offset: 2px; }
.pdp__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pdp__tierline { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.pdp__tierline .tier { position: static; }
.pdp__tierline .flagbadge { position: static; top: auto; right: auto; }
.pdp__tierline .stock {
    font-family: var(--font-head); font-weight: 800; font-size: 11px;
    letter-spacing: .1em; text-transform: uppercase; color: var(--green);
    display: inline-flex; align-items: center; gap: 6px;
}
.pdp__tierline .stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.pdp h1 {
    font-family: var(--font-display); font-size: clamp(34px, 3.6vw, 50px);
    line-height: 1.02; text-transform: uppercase; letter-spacing: .01em;
    margin-bottom: 18px;
}
.pdp__priceboard {
    display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap;
    border: 3px solid var(--ink); background: var(--board);
    padding: 18px 22px 15px; margin-bottom: 24px; box-shadow: 5px 5px 0 var(--ink);
}
.pdp__price { font-family: var(--font-display); font-size: 46px; line-height: 1; color: var(--green); }
.pdp__pricenote { font-family: var(--font-head); font-weight: 700; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; color: var(--grey); }
.pdp__desc { font-size: 15.5px; line-height: 1.7; color: #3E3E36; max-width: 520px; margin-bottom: 24px; }
.pdp__occrow { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.pdp__occrow span {
    font-family: var(--font-head); font-weight: 700; font-size: 11.5px;
    letter-spacing: .07em; text-transform: uppercase;
    border: 1.5px solid var(--ink); padding: 6px 11px 5px; background: var(--paper);
}
.pdp__occrow .lbl { border: none; padding-left: 0; color: var(--grey); font-weight: 800; }
.pdp__buyrow { display: flex; gap: 14px; align-items: stretch; margin-bottom: 14px; flex-wrap: wrap; }
.qty { display: inline-flex; border: 2px solid var(--ink); }
.qty button { width: 46px; font-family: var(--font-display); font-size: 18px; background: var(--paper); border: none; cursor: pointer; }
.qty b { width: 52px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 17px; border-left: 2px solid var(--ink); border-right: 2px solid var(--ink); }
.pdp__paysline {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    font-family: var(--font-head); font-weight: 700; font-size: 11.5px;
    letter-spacing: .08em; text-transform: uppercase; color: var(--grey);
    margin-bottom: 26px;
}
.pdp__paysline span { display: inline-flex; align-items: center; gap: 6px; }
.pdp__paysline i { width: 9px; height: 9px; border-radius: 2px; border: 1px solid var(--ink); }
.pdp__delivery { border: 2px solid var(--ink); }
.pdp__delivery .row {
    display: flex; justify-content: space-between; gap: 14px;
    padding: 13px 18px; font-size: 14px; font-weight: 600;
}
.pdp__delivery .row + .row { border-top: 2px solid var(--ink); }
.pdp__delivery .row b { font-family: var(--font-head); font-weight: 800; letter-spacing: .03em; text-transform: uppercase; font-size: 12.5px; }
.pdp__delivery .row .val { color: var(--green); font-weight: 700; }
.pdp__auth {
    margin-top: 18px; font-size: 13px; color: var(--grey); line-height: 1.6;
    display: flex; gap: 10px; align-items: flex-start;
}
.pdp__auth svg { flex: none; margin-top: 2px; }

/* ---------- legal / policy pages ---------- */
.legal { max-width: 820px; padding-top: 46px; padding-bottom: 78px; }
.legal h1 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 42px); text-transform: uppercase; letter-spacing: .01em; line-height: 1.05; margin-bottom: 8px; }
.legal .updated { font-family: var(--font-head); font-weight: 700; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; color: var(--grey); margin-bottom: 30px; }
.legal .lead { font-size: 16.5px; line-height: 1.7; color: #3E3E36; margin-bottom: 26px; }
.legal h2 { font-family: var(--font-head); font-weight: 800; font-size: 18px; letter-spacing: .02em; text-transform: uppercase; margin: 36px 0 12px; }
.legal p { font-size: 15.5px; line-height: 1.75; color: #3E3E36; margin-bottom: 14px; }
.legal ul { margin: 0 0 16px; padding-left: 22px; }
.legal li { font-size: 15.5px; line-height: 1.7; color: #3E3E36; margin-bottom: 8px; list-style: disc; }
.legal a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.legal strong { color: var(--ink); }
.legal .note { border-left: 3px solid var(--marigold); background: var(--board); padding: 14px 18px; margin: 18px 0; font-size: 14.5px; }
.foot__legal a { text-decoration: underline; text-underline-offset: 2px; }
.foot__legal a:hover { color: #fff; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
    .shop__grid { grid-template-columns: repeat(3, 1fr); }
    .occasions__grid { grid-template-columns: repeat(2, 1fr); }
    .pay__grid { grid-template-columns: 1fr; }
    .pay__momo { border-right: none; border-bottom: 3px solid var(--ink); }
    .pdp__grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 760px) {
    .wrap { padding: 0 20px; }
    .site__row { flex-wrap: wrap; gap: 14px; padding: 14px 0; }
    nav.main { order: 3; width: 100%; gap: 15px; overflow-x: auto; padding-bottom: 4px; }
    nav.main a { font-size: 12px; letter-spacing: .05em; }
    .brand__mark { width: 40px; height: 40px; }
    .brand__name { font-size: 17px; }
    .hero__grid { grid-template-columns: 1fr; gap: 28px; padding: 30px 0 40px; }
    .hero__kicker { font-size: 11px; letter-spacing: .16em; margin-bottom: 14px; }
    .hero h1 { font-size: clamp(34px, 8.5vw, 44px); margin-bottom: 16px; }
    .hero__sub { font-size: 15px; line-height: 1.6; margin-bottom: 22px; }
    .hero__ctas { gap: 11px; margin-bottom: 18px; }
    .hero__note { font-size: 12px; }
    .btn { padding: 13px 20px; font-size: 13px; }
    .hero__photo { justify-self: stretch; max-width: 100%; }
    .pricetag { left: 12px; bottom: 20px; }
    .pricetag .pt-price { font-size: 26px; }
    .shop__grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .card__price { font-size: 25px; }
    .card__pay { gap: 8px; font-size: 9.5px; }
    .occasions__grid { grid-template-columns: 1fr; }
    .pay__momo, .pay__right { padding: 46px 24px 50px; }
    .doors__row { flex-direction: column; text-align: center; gap: 20px; }
    .foot__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .fareboard td { padding: 12px 16px; font-size: 13.5px; }
    .fareboard__head { padding: 13px 16px; }
    .fareboard__foot { padding: 13px 16px; gap: 10px; }
    .occasions, .shop, .delivery { padding: 54px 0 60px; }
    .signboard__frame { padding: 12px 20px 10px; }
}
