@font-face { font-family: Cormorant; src: url('fonts/cormorant-500.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: Cormorant; src: url('fonts/cormorant-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: Cormorant; src: url('fonts/cormorant-italic-500.ttf') format('truetype'); font-weight: 500; font-style: italic; font-display: swap; }

:root {
  --paper: #ece6dc; --paper-light: #f7f3ec; --paper-deep: #ded3c3;
  --wine: #48171d; --wine-dark: #1e1013; --wine-bright: #71303a;
  --gold: #9f7d4c; --gold-light: #d2b886; --ink: #211b18; --muted: #70665f;
  --line: rgba(33,27,24,.18); --serif: Cormorant, Georgia, serif;
  --sans: Manrope, Arial, sans-serif; --container: min(1360px, calc(100% - 80px));
  --ease: cubic-bezier(.22,1,.36,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body { margin: 0; background: var(--paper-light); color: var(--ink); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { color: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--wine); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.nowrap { white-space: nowrap; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; padding: 12px 20px; background: var(--paper-light); color: var(--wine); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 14px; color: var(--wine); font-size: 11px; font-weight: 600; line-height: 1.5; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; flex: 0 0 auto; background: currentColor; content: ''; }
.button { display: inline-flex; min-height: 56px; padding: 15px 27px; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--wine); border-radius: 100px; background: var(--wine); color: var(--paper-light); font-size: 14px; font-weight: 600; line-height: 1.4; transition: background .25s, transform .25s; }
.button:hover { background: var(--wine-bright); transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.button--light { border-color: var(--paper-light); background: var(--paper-light); color: var(--wine); }
.button--light:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 500; }
.text-link span { font-size: 22px; line-height: 1; }

/* Shared storefront language: the preview stays independent of CMS templates. */
.announcement { background: var(--wine-dark); color: #d8cdc1; font-size: 12px; }
.announcement__inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 24px; }
.announcement__note { display: flex; align-items: center; gap: 10px; }
.announcement__note::before { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); content: ''; }
.announcement__links { display: flex; gap: 28px; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(247,243,236,.95); backdrop-filter: blur(18px); }
.header__inner { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 35px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 13px; }
.brand__seal { display: grid; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; place-items: center; color: var(--wine); font-family: var(--serif); font-size: 16px; }
.brand__name { color: var(--wine-dark); font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: .015em; line-height: .95; text-transform: uppercase; }
.brand__name small { display: block; margin-top: 8px; color: var(--muted); font-family: var(--sans); font-size: 8px; font-weight: 500; letter-spacing: .24em; line-height: 1; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.desktop-nav a { position: relative; padding-block: 31px; white-space: nowrap; font-size: 14px; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 24px; left: 0; height: 1px; background: var(--wine); content: ''; transform: scaleX(0); transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.icon-button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: transparent; }
.icon-button:hover { background: rgba(72,23,29,.07); }
.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.basket-link { position: relative; }
.basket-count { position: absolute; top: 2px; right: -2px; display: grid; min-width: 17px; height: 17px; padding-inline: 4px; border-radius: 50%; place-items: center; background: var(--wine); color: var(--paper-light); font: 10px/1 var(--sans); }
.basket-count[data-count="0"] { display: none; }
.menu-toggle { display: none; }
.breadcrumbs { display: flex; gap: 11px; padding-block: 19px; color: var(--muted); font-size: 12px; }
.breadcrumbs [aria-current] { color: var(--ink); }
.breadcrumbs a:hover { color: var(--wine); }


.desktop-nav [aria-current] { color: var(--wine); }
.desktop-nav [aria-current]::after { transform: scaleX(1); }
.delivery-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; padding-block: 21px 50px; }
.delivery-hero__text { padding-block: 12px; }
.delivery-hero h1 { margin-top: 22px; font-family: var(--serif); font-size: clamp(76px, 7.5vw, 110px); font-weight: 500; line-height: .89; letter-spacing: -.045em; }
.delivery-hero h1 em { color: var(--wine); font-weight: 500; }
.delivery-hero__copy { margin-top: 26px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.delivery-hero .button { margin-top: 27px; }
.delivery-still { position: relative; height: 445px; overflow: hidden; isolation: isolate; background: #e9e1d5; }
.delivery-still__arch { position: absolute; inset: 26px 18% -70px; border: 1px solid #b19a763d; border-radius: 300px 300px 0 0; background: radial-gradient(ellipse at 50% 37%, #f7f0df 0, #f1e9da00 73%); }
.delivery-still__arch::before { position: absolute; inset: 16px; border: 1px solid #b19a7626; border-radius: inherit; content: ''; }
.delivery-still img { position: absolute; top: -68px; left: 50%; width: auto; max-width: none; height: 565px; transform: translateX(-50%); mix-blend-mode: multiply; }
.delivery-still__label { position: absolute; z-index: 1; left: 26px; top: 24px; color: #75644e; font-family: var(--serif); font-size: 19px; font-style: italic; }
.delivery-still figcaption { position: absolute; z-index: 1; right: 25px; bottom: 22px; left: 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; color: #685a48; font-size: 9px; line-height: 1.7; letter-spacing: .1em; text-transform: uppercase; }
.delivery-still figcaption span:first-child { max-width: 120px; }
.delivery-still figcaption span:last-child { text-align: right; }
.chapter-nav { border-block: 1px solid var(--line); }
.chapter-nav__inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.chapter-nav a { display: flex; align-items: center; min-height: 76px; padding: 16px 30px; gap: 19px; border-right: 1px solid var(--line); font-size: 13px; transition: background .25s, color .25s; }
.chapter-nav a:first-child { padding-left: 0; }
.chapter-nav a:last-child { padding-right: 0; border-right: 0; }
.chapter-nav a:hover { color: var(--wine); }
.chapter-nav__number { color: var(--gold); font-size: 10px; }
.chapter-nav__arrow { margin-left: auto; color: var(--gold); font-size: 23px; line-height: 1; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.section-heading h2, .returns-intro h2 { margin-top: 21px; font-family: var(--serif); font-size: clamp(45px, 4.5vw, 63px); font-weight: 500; line-height: 1; letter-spacing: -.035em; }
.section-heading h2 em, .returns-intro h2 em { color: var(--wine); font-weight: 500; }
.section-heading > p { flex: 0 0 auto; margin-bottom: 3px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.delivery-section { padding-block: 79px 74px; }
.destination-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 20px; }
.destination-tabs button { min-height: 81px; padding: 17px 22px; border: 1px solid var(--line); background: transparent; text-align: left; transition: color .2s, border-color .2s, background .2s; }
.destination-tabs button span { display: block; font-size: 14px; font-weight: 600; line-height: 1.5; }
.destination-tabs button small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.destination-tabs button:hover { border-color: var(--wine); }
.destination-tabs button[aria-selected="true"] { border-color: var(--wine); background: var(--wine); color: var(--paper-light); }
.destination-tabs button[aria-selected="true"] small { color: #d2beb1; }
.destination { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.6fr); min-height: 310px; background: #eee7dc; }
.destination + .destination { margin-top: 20px; }
.destination-tabs:not([hidden]) + .destinations .destination { margin-top: 0; }
.destination__intro { padding: 27px 32px 29px; border-right: 1px solid var(--line); }
.service-icon { display: block; width: 48px; height: 48px; fill: none; stroke: var(--gold); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.destination__intro h3 { margin-top: 15px; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1.05; letter-spacing: -.02em; }
.destination__intro > p { max-width: 280px; margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.destination__tag { display: flex; align-items: center; gap: 8px; margin-top: 19px; color: var(--wine); font-size: 10px; }
.destination__tag > span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.destination__detail { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 34px 37px 25px; }
.tariff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 33px; padding-block: 3px 26px; }
.tariff + .tariff { padding-left: 33px; border-left: 1px solid var(--line); }
.tariff__label { display: block; color: var(--muted); font-size: 11px; line-height: 1.6; }
.tariff__price { margin-top: 9px; color: var(--wine); font-family: var(--serif); font-size: clamp(64px, 6vw, 88px); font-weight: 500; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.tariff__price span { font-size: .47em; letter-spacing: -.02em; }
.tariff__note { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; }
.tariff--free .tariff__note { color: var(--wine); }
.destination__note { display: flex; align-items: flex-start; gap: 11px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.75; }
.destination__note svg { flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: var(--gold); stroke-width: 1.3; }
.distance-tariff { padding-block: 3px 26px; }
.distance-tariff > p:last-child { margin-top: 13px; color: var(--muted); font-size: 12px; }
.regional-terms { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; padding-block: 5px 26px; }
.regional-terms__time { margin-top: 17px; font-family: var(--serif); font-size: 36px; font-weight: 500; line-height: 1.1; letter-spacing: -.02em; }
.regional-terms__time em { color: var(--wine); }
.regional-terms__payment { display: flex; gap: 13px; padding-left: 22px; border-left: 1px solid var(--line); }
.regional-terms__payment svg { width: 26px; height: 26px; fill: none; stroke: var(--gold); stroke-width: 1.1; }
.regional-terms__payment p { color: var(--muted); font-size: 11px; line-height: 1.8; }
.regional-terms__payment strong { color: var(--wine); font-weight: 600; }
.pickup { display: flex; align-items: center; gap: 23px; margin-top: 26px; padding: 24px 0 0; border-top: 1px solid var(--line); }
.pickup > svg { flex: 0 0 auto; width: 39px; height: 39px; fill: none; stroke: var(--gold); stroke-width: 1; }
.pickup > div { flex: 1; }
.pickup h3 { font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.2; }
.pickup p { max-width: 610px; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.pickup .text-link { flex: 0 0 auto; margin-left: 22px; gap: 15px; color: var(--wine); font-size: 11px; }
.payment-section { padding-block: 72px 76px; border-block: 1px solid var(--line); background: #ece5db; }
.payment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.payment-method { display: flex; flex-direction: column; padding: 28px 33px 23px; background: var(--paper-light); }
.payment-method__top { display: flex; align-items: center; justify-content: space-between; }
.payment-method__number { color: #9c8b75; font-family: var(--serif); font-size: 30px; line-height: 1; }
.payment-method h3 { margin-top: 22px; font-family: var(--serif); font-size: 35px; font-weight: 500; line-height: 1.1; letter-spacing: -.025em; }
.payment-method > p { max-width: 475px; margin-block: 15px 26px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.payment-method__footer { display: flex; flex-wrap: wrap; gap: 9px 25px; margin-top: auto; padding-top: 19px; border-top: 1px solid var(--line); color: var(--wine); font-size: 10px; }
.payment-method__footer span { display: flex; align-items: center; gap: 8px; }
.payment-method__footer span::before { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); content: ''; }
.returns-section { display: grid; grid-template-columns: .85fr 1.35fr; gap: 80px; padding-block: 83px 85px; }
.returns-intro > p:not(.eyebrow) { max-width: 285px; margin-top: 23px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.returns-intro .text-link { margin-top: 24px; color: var(--wine); font-size: 12px; }
.return-faq { border-top: 1px solid var(--line); }
.return-faq details { border-bottom: 1px solid var(--line); }
.return-faq summary { display: flex; min-height: 75px; align-items: center; justify-content: space-between; gap: 25px; padding-block: 22px; list-style: none; color: var(--ink); font-size: 14px; font-weight: 500; line-height: 1.6; cursor: pointer; }
.return-faq summary::-webkit-details-marker { display: none; }
.return-faq summary:hover, .return-faq details[open] summary { color: var(--wine); }
.faq-plus { position: relative; display: block; flex: 0 0 auto; width: 23px; height: 23px; }
.faq-plus::before, .faq-plus::after { position: absolute; top: 11px; left: 4px; width: 15px; height: 1px; background: var(--gold); content: ''; }
.faq-plus::after { transform: rotate(90deg); transition: transform .2s; }
.return-faq details[open] .faq-plus::after { transform: rotate(0); }
.faq-answer { padding: 0 42px 25px 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.faq-answer p + p { margin-top: 12px; }
.faq-answer a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.delivery-help { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: 80px; padding: 49px 58px; overflow: hidden; background: var(--wine); color: var(--paper-light); }
.delivery-help::after { position: absolute; right: -85px; top: -210px; width: 470px; height: 470px; border: 1px solid #d2b88622; border-radius: 50%; content: ''; box-shadow: 0 0 0 38px #d2b88606, 0 0 0 76px #d2b88606; pointer-events: none; }
.delivery-help > div { position: relative; z-index: 1; }
.delivery-help .eyebrow { color: var(--gold-light); }
.delivery-help h2 { margin-top: 21px; font-family: var(--serif); font-size: clamp(44px, 4.4vw, 62px); font-weight: 500; line-height: 1; letter-spacing: -.035em; }
.delivery-help h2 em { color: var(--gold-light); font-weight: 500; }
.delivery-help h2 + p { margin-top: 18px; color: #dfccc3; font-size: 13px; line-height: 1.8; }
.delivery-help__actions { display: flex; flex: 0 0 auto; align-items: center; flex-direction: column; gap: 18px; }
.delivery-help__phone { padding-block: 4px; color: #e2cfc4; font-size: 13px; letter-spacing: .025em; }
.delivery-help__phone:hover { color: white; }

.site-footer { padding: 70px 0 24px; background: var(--wine-dark); color: var(--paper-light); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 65px; }
.site-footer .brand__seal { color: var(--gold-light); }
.site-footer .brand__name { color: var(--paper-light); }
.site-footer .brand__name small { color: #b6a69e; }
.footer__statement { max-width: 270px; margin-top: 26px; color: #cbbab0; font-family: var(--serif); font-size: 27px; line-height: 1.2; }
.footer-column h3 { margin-bottom: 23px; color: var(--gold-light); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.footer-column ul { display: grid; margin: 0; padding: 0; gap: 9px; list-style: none; }
.footer-column a, .footer-column p { color: #c2b1a8; font-size: 14px; line-height: 1.8; }
.footer-column a:hover, .footer-column [aria-current] { color: white; }
.footer__bottom { display: flex; padding-top: 24px; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(247,243,236,.16); color: #b5a39a; font-size: 12px; }
dialog { width: min(690px, calc(100% - 40px)); max-height: calc(100dvh - 40px); padding: 42px; overflow: auto; border: 0; background: var(--paper-light); color: var(--ink); }
dialog::backdrop { background: rgba(25,12,16,.72); backdrop-filter: blur(5px); }
.dialog__top { display: flex; margin-bottom: 28px; align-items: center; justify-content: space-between; gap: 24px; }
.dialog__top h2 { font-family: var(--serif); font-size: 38px; font-weight: 500; line-height: 1; }
.dialog__close { flex: 0 0 auto; font-size: 32px; line-height: 1; }
.search-form label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 14px; }
.search-form__row { display: flex; gap: 12px; }
.search-form input { width: 100%; min-width: 0; min-height: 56px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 0; background: transparent; }
.menu-dialog { margin: 0 0 0 auto; width: min(420px, 100%); max-height: 100dvh; height: 100dvh; padding: 28px; }
.menu-dialog nav { display: grid; gap: 4px; }
.menu-dialog nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 31px; line-height: 1.2; }
.menu-dialog nav [aria-current] { color: var(--wine); font-style: italic; }
.menu-dialog__contact { display: grid; margin-top: 30px; gap: 12px; font-size: 14px; }


@media (prefers-reduced-motion: no-preference) {
  .delivery-hero__text { animation: arrival .75s var(--ease) both; }
  .delivery-still { animation: arrival .9s .1s var(--ease) both; }
  @keyframes arrival { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
@media (max-width: 1180px) {
  :root { --container: calc(100% - 56px); }
  .header__inner { gap: 22px; }
  .desktop-nav { gap: 22px; }
  .desktop-nav a { font-size: 13px; }
  .brand__name { font-size: 21px; }
  .brand__name small { font-size: 7px; }
  .brand__seal { display: none; }
  .delivery-hero { gap: 35px; }
  .delivery-hero__copy { font-size: 13px; }
  .delivery-hero h1 { font-size: 8.7vw; }
  .delivery-still { height: 420px; }
  .delivery-still img { height: 535px; top: -63px; }
  .section-heading h2 { font-size: 4.6vw; }
  .destination { grid-template-columns: minmax(235px, .8fr) minmax(0, 1.6fr); }
  .destination__intro { padding-inline: 27px; }
  .destination__detail { padding-inline: 28px; }
  .tariff-grid { gap: 23px; }
  .tariff + .tariff { padding-left: 23px; }
  .regional-terms { gap: 19px; }
  .regional-terms__time { font-size: 32px; }
  .regional-terms__payment { padding-left: 16px; gap: 8px; }
  .regional-terms__payment svg { display: none; }
  .returns-section { gap: 55px; }
  .delivery-help { padding-inline: 42px; gap: 30px; }
  .delivery-help h2 { font-size: 48px; }
  .footer__top { gap: 30px; }
}
@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .brand__seal { display: grid; }
  .brand__name { font-size: 23px; }
  .header__inner { min-height: 78px; }
  .delivery-hero { gap: 28px; padding-block: 16px 35px; }
  .delivery-hero .eyebrow { font-size: 9px; letter-spacing: .1em; gap: 9px; }
  .delivery-hero .eyebrow::before { width: 17px; }
  .delivery-hero__copy { margin-top: 22px; font-size: 12px; }
  .desktop-break { display: none; }
  .delivery-hero .button { margin-top: 22px; min-height: 52px; padding-inline: 22px; gap: 18px; font-size: 12px; }
  .delivery-still { height: 362px; }
  .delivery-still img { height: 468px; top: -55px; }
  .delivery-still__label { left: 18px; top: 19px; font-size: 16px; }
  .delivery-still figcaption { inset: auto 17px 17px; font-size: 7px; }
  .delivery-still__arch { inset-inline: 12%; }
  .chapter-nav a { min-height: 66px; padding-inline: 22px; font-size: 12px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading h2 { margin-top: 18px; font-size: 47px; }
  .section-heading > p { margin-top: 17px; }
  .section-heading > p br { display: none; }
  .delivery-section { padding-block: 62px; }
  .destination-tabs button { padding: 15px 16px; }
  .destination-tabs button span { font-size: 12px; }
  .destination-tabs button small { font-size: 9px; }
  .destination { grid-template-columns: minmax(215px, .9fr) minmax(0, 1.3fr); }
  .destination__intro { padding: 24px; }
  .destination__intro h3 { font-size: 29px; }
  .destination__intro > p { font-size: 11px; }
  .destination__detail { padding: 29px 24px 24px; }
  .tariff-grid { gap: 18px; padding-bottom: 30px; }
  .tariff + .tariff { padding-left: 18px; }
  .tariff__label { font-size: 10px; }
  .tariff__price { font-size: 65px; margin-top: 16px; }
  .tariff__note { font-size: 10px; }
  .destination__note { font-size: 10px; }
  .regional-terms { padding-top: 0; gap: 18px; }
  .regional-terms__time { font-size: 31px; margin-top: 13px; }
  .regional-terms__payment { border: 0; padding: 0; }
  .regional-terms__payment svg { display: block; }
  .regional-terms__payment br { display: none; }
  .pickup { flex-wrap: wrap; gap: 17px; }
  .pickup h3 { font-size: 25px; }
  .pickup p { font-size: 11px; }
  .pickup .text-link { margin-left: 56px; }
  .payment-section { padding-block: 58px 62px; }
  .payment-grid { gap: 22px; }
  .payment-method { padding: 24px; }
  .payment-method h3 { font-size: 31px; }
  .payment-method > p { font-size: 12px; }
  .returns-section { grid-template-columns: .8fr 1.2fr; gap: 40px; padding-block: 65px; }
  .returns-intro h2 { font-size: 47px; }
  .returns-intro > p:not(.eyebrow) { font-size: 12px; }
  .return-faq summary { gap: 15px; font-size: 13px; }
  .faq-answer { padding-right: 18px; font-size: 11px; }
  .delivery-help { margin-bottom: 64px; padding: 40px 32px; gap: 28px; }
  .delivery-help h2 { font-size: 44px; }
  .delivery-help h2 em { display: block; }
  .delivery-help .button { padding-inline: 22px; gap: 18px; font-size: 12px; }
  .delivery-help h2 + p { font-size: 12px; }
  .footer__top { grid-template-columns: 1.1fr 1fr; row-gap: 45px; }
}
@media (max-width: 640px) {
  :root { --container: calc(100% - 40px); }
  html { scroll-padding-top: 96px; }
  .announcement__inner { min-height: 31px; justify-content: center; }
  .announcement__note { font-size: 10px; }
  .announcement__links { display: none; }
  .header__inner { min-height: 74px; gap: 10px; }
  .brand { gap: 8px; }
  .brand__seal { width: 29px; height: 29px; font-size: 12px; }
  .brand__name { font-size: 18px; }
  .brand__name small { margin-top: 6px; font-size: 6px; letter-spacing: .19em; }
  .header-actions { gap: 0; }
  .header-actions .icon-button { width: 38px; height: 42px; }
  .header-actions .basket-link { display: none; }
  .breadcrumbs { gap: 9px; padding-block: 15px; font-size: 10px; }
  .delivery-hero { grid-template-columns: 1fr; gap: 29px; padding-block: 16px 30px; }
  .delivery-hero__text { padding: 0; }
  .delivery-hero .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .delivery-hero .eyebrow::before { width: 24px; }
  .delivery-hero h1 { margin-top: 21px; font-size: clamp(64px, 17vw, 96px); line-height: .9; }
  .delivery-hero__copy { max-width: 390px; margin-top: 23px; font-size: 13px; line-height: 1.85; }
  .delivery-hero .button { margin-top: 22px; padding-inline: 24px; font-size: 12px; }
  .delivery-still { height: auto; aspect-ratio: 1.18; }
  .delivery-still img { top: -15.5%; height: 127%; }
  .delivery-still__arch { inset: 16px 18% -70px; }
  .delivery-still__label { left: 18px; top: 17px; font-size: 16px; }
  .delivery-still figcaption { font-size: 7px; }
  .chapter-nav a { min-height: 63px; padding: 13px 14px; gap: 9px; font-size: 11px; }
  .chapter-nav__number { font-size: 8px; }
  .chapter-nav__arrow { font-size: 18px; }
  .eyebrow { font-size: 10px; gap: 12px; letter-spacing: .13em; }
  .delivery-section { padding-block: 48px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: clamp(39px, 10.2vw, 57px); line-height: 1.02; }
  .section-heading h2 em { display: block; }
  .section-heading > p { max-width: 305px; margin-top: 16px; font-size: 12px; }
  .destination-tabs { gap: 5px; margin-bottom: 14px; }
  .destination-tabs button { min-height: 74px; padding: 11px 9px; text-align: center; }
  .destination-tabs button span { font-size: 10px; line-height: 1.55; }
  .destination-tabs button small { display: none; }
  .destination { display: block; min-height: 0; }
  .destination__intro { position: relative; padding: 24px 23px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .destination__intro .service-icon { position: absolute; top: 21px; right: 22px; width: 36px; height: 36px; }
  .destination__intro h3 { max-width: calc(100% - 48px); margin-top: 0; font-size: 31px; }
  .destination__intro h3 br { display: none; }
  .destination__intro > p { max-width: 390px; margin-top: 13px; font-size: 12px; }
  .destination__tag { margin-top: 15px; font-size: 10px; }
  .destination__detail { padding: 26px 23px 23px; }
  .tariff-grid { gap: 19px; padding-block: 0 25px; }
  .tariff + .tariff { padding-left: 19px; }
  .tariff__label { max-width: 140px; font-size: 10px; }
  .tariff__price { margin-top: 13px; font-size: clamp(60px, 17vw, 80px); }
  .tariff__note { margin-top: 9px; font-size: 10px; }
  .destination__note { padding-top: 16px; font-size: 10px; }
  .destination__note svg { width: 17px; height: 17px; margin-top: 2px; }
  .distance-tariff { padding-block: 0 25px; }
  .distance-tariff .tariff__label { max-width: none; }
  .distance-tariff > p:last-child { font-size: 11px; }
  .regional-terms { gap: 23px; }
  .regional-terms__time { font-size: 35px; }
  .regional-terms__payment { gap: 10px; }
  .pickup { display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 13px 16px; margin-top: 24px; padding-top: 23px; }
  .pickup > svg { width: 32px; height: 32px; }
  .pickup h3 { font-size: 24px; }
  .pickup p { margin-top: 8px; font-size: 11px; }
  .pickup .text-link { grid-column: 2; justify-self: start; margin: 0; padding-top: 2px; font-size: 11px; }
  .payment-section { padding-block: 45px 48px; }
  .payment-grid { grid-template-columns: 1fr; gap: 16px; }
  .payment-method { padding: 24px; }
  .payment-method .service-icon { width: 44px; height: 44px; }
  .payment-method h3 { margin-top: 18px; font-size: 32px; }
  .payment-method > p { margin-block: 14px 22px; font-size: 12px; }
  .payment-method__footer { padding-top: 17px; }
  .returns-section { grid-template-columns: 1fr; gap: 28px; padding-block: 48px; }
  .returns-intro h2 { font-size: 47px; }
  .returns-intro h2 br { display: none; }
  .returns-intro > p:not(.eyebrow) { max-width: 320px; margin-top: 17px; }
  .returns-intro .text-link { margin-top: 15px; }
  .return-faq summary { min-height: 74px; padding-block: 20px; font-size: 13px; }
  .faq-answer { padding: 0 15px 23px 0; font-size: 12px; }
  .delivery-help { display: block; margin-bottom: 48px; padding: 34px 26px; }
  .delivery-help h2 { font-size: 46px; }
  .delivery-help h2 em { display: inline; }
  .delivery-help h2 + p { margin-top: 17px; font-size: 12px; }
  .delivery-help__actions { align-items: flex-start; gap: 17px; margin-top: 25px; }
  .delivery-help .button { width: 100%; gap: 16px; padding-inline: 19px; font-size: 12px; }
  .delivery-help__phone { align-self: center; font-size: 12px; }
  .site-footer { padding-top: 44px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 35px 22px; padding-bottom: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer .brand__seal { width: 36px; height: 36px; font-size: 15px; }
  .site-footer .brand__name { font-size: 22px; }
  .site-footer .brand__name small { font-size: 7px; }
  .footer__statement { margin-top: 20px; font-size: 25px; }
  .footer-column h3 { margin-bottom: 17px; font-size: 10px; }
  .footer-column a, .footer-column p { font-size: 12px; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer__bottom { display: grid; gap: 7px; padding-top: 20px; font-size: 10px; }
  dialog { padding: 27px 23px; }
  .dialog__top { gap: 14px; }
  .dialog__top h2 { font-size: 32px; }
  .search-form label { font-size: 12px; }
  .search-form__row { flex-direction: column; }
  .search-form input { font-size: 16px; }
  .menu-dialog { padding: 25px; }
}
@media (max-width: 360px) {
  :root { --container: calc(100% - 32px); }
  .brand__seal { display: none; }
  .brand__name { font-size: 17px; }
  .chapter-nav a { gap: 6px; padding-inline: 11px; font-size: 10px; }
  .chapter-nav__arrow { font-size: 16px; }
  .destination-tabs button { padding-inline: 6px; font-size: 9px; }
  .destination__intro, .destination__detail { padding-inline: 20px; }
  .tariff-grid { gap: 15px; }
  .tariff + .tariff { padding-left: 15px; }
  .tariff__price { font-size: 60px; }
  .tariff__note { font-size: 9px; }
  .payment-method h3 { font-size: 29px; }
  .delivery-help { padding-inline: 22px; }
  .delivery-help .button { padding-inline: 12px; gap: 11px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
