:root {
  --blue: #0a3dff;
  --blue-dark: #082a9d;
  --ivory: #f6f1e6;
  --ivory-2: #fffaf0;
  --roast: #231b16;
  --gold: #d4a24a;
  --muted: #6d655d;
  --line: rgba(35, 27, 22, 0.14);
  --shadow: 0 24px 70px rgba(35, 27, 22, 0.12);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ivory); color: var(--roast); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 60; width: 100%; background: rgba(246, 241, 230, 0.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 28px; }
.brand-link { display: flex; align-items: center; flex: 0 0 auto; margin-right: auto; }
.brand-logo { display: block; width: 190px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 26px; color: #303544; font-size: 12px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.desktop-nav a, .mobile-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; right: 100%; bottom: -10px; left: 0; height: 2px; background: var(--gold); transition: right 0.22s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { border: 0; background: transparent; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.cart-button { position: relative; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 999px; }
.bag-icon { position: relative; width: 15px; height: 17px; border: 1.7px solid var(--roast); border-radius: 2px; }
.bag-icon::before { content: ""; position: absolute; top: -6px; right: 3px; left: 3px; height: 7px; border: 1.7px solid var(--roast); border-bottom: 0; border-radius: 8px 8px 0 0; }
.cart-count { position: absolute; top: -5px; right: -4px; min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 700; }
.menu-button { display: none; width: 42px; height: 42px; flex-direction: column; gap: 6px; }
.menu-button span { width: 20px; height: 1.5px; background: var(--roast); }
.mobile-panel { background: var(--ivory); border-top: 1px solid var(--line); }
.mobile-nav { display: grid; padding-block: 8px 20px; }
.mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.button { min-height: 46px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: 0.035em; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border-color: rgba(255, 255, 255, 0.55); background: rgba(17, 15, 13, 0.26); color: #fff; backdrop-filter: blur(8px); }
.button-light { background: #fff; color: var(--roast); }
.button-wide { width: 100%; }
.button:disabled { opacity: 0.65; cursor: wait; transform: none; }

.eyebrow { display: block; margin-bottom: 14px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.display-title, .hero h1, .page-hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -0.035em; line-height: 0.96; }
.display-title { font-size: clamp(50px, 6vw, 76px); }
.section-copy { max-width: 540px; color: var(--muted); font-size: 18px; }

.hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; background: var(--roast); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16, 13, 11, 0.9) 0%, rgba(16, 13, 11, 0.68) 38%, rgba(16, 13, 11, 0.08) 76%); }
.hero-content { position: relative; z-index: 2; max-width: 600px; padding: 96px 0 88px; color: #fff; }
.hero h1 { font-size: clamp(64px, 8vw, 108px); }
.hero p { max-width: 500px; margin: 24px 0 32px; color: rgba(255, 255, 255, 0.9); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wave-button { background: #fff; color: var(--roast); }
.wave-pillmark { display: inline-flex; align-items: center; justify-content: center; padding: 2px 7px; border-radius: 999px; background: #fff; }
.wave-inline-logo { display: block; width: auto; height: 15px; border-radius: 3px; }

.feature-cards { position: relative; z-index: 4; margin-top: -34px; }
.feature-grid { padding: 14px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 22px; background: var(--ivory-2); box-shadow: var(--shadow); }
.feature-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--ivory); }
.feature-card img { width: 100%; aspect-ratio: 1.45; display: block; object-fit: cover; object-position: center; }
.feature-copy { padding: 18px; }
.feature-copy h3 { margin: 0 0 7px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.feature-copy p { margin: 0; color: var(--muted); font-size: 13px; }

.section { padding: 108px 0; }
.section-tight { padding: 74px 0; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: 72px; }
.section-actions { margin-top: 28px; }
.media-card { overflow: hidden; border-radius: 22px; background: #ddd; box-shadow: var(--shadow); }
.media-card img { width: 100%; display: block; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
.media-card-bg { aspect-ratio: 16 / 10; background-size: cover; background-position: center; background-repeat: no-repeat; }

.service-strip { padding: 30px 32px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-radius: 20px; background: var(--roast); color: #fff; }
.service-item { min-width: 0; padding: 4px 22px; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 14px; border-right: 1px solid rgba(255, 255, 255, 0.14); }
.service-item:first-child { padding-left: 0; }
.service-item:last-child { padding-right: 0; border-right: 0; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 50%; color: var(--gold); }
.service-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-icon .wave-pillmark { padding: 0; background: transparent; }
.service-icon .wave-inline-logo { height: 18px; }
.service-item h3 { margin: 0 0 4px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; }
.service-item p { margin: 0; color: rgba(255, 255, 255, 0.68); font-size: 12px; }

.story-section { background: #ece5d9; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: 42px; }
.story-image { min-height: 590px; overflow: hidden; border-radius: 22px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.story-card { padding: 58px; display: flex; flex-direction: column; justify-content: center; border-radius: 22px; background: var(--blue); color: #fff; }
.story-card .eyebrow { color: #f0c96f; }
.story-card p { margin: 20px 0 26px; color: rgba(255, 255, 255, 0.84); font-size: 18px; }
.story-card .button { align-self: flex-start; }

.page-hero { padding: 78px 0 54px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fffaf0 0%, var(--ivory) 100%); }
.page-hero h1 { font-size: clamp(58px, 8vw, 96px); }
.page-hero p { max-width: 660px; margin: 18px 0 0; color: var(--muted); font-size: 18px; }

.order-shell { padding: 52px 0 100px; display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 40px; }
.menu-column { min-width: 0; }
.order-toolbar { margin-bottom: 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.segmented { padding: 4px; display: inline-flex; border-radius: 999px; background: #e9e2d5; }
.segmented button { min-width: 94px; padding: 10px 18px; border: 0; border-radius: 999px; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.segmented button.active { background: var(--blue); color: #fff; box-shadow: 0 6px 18px rgba(10, 61, 255, 0.18); }
.price-note { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.category-tabs { margin-bottom: 24px; padding-bottom: 4px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs button { flex: 0 0 auto; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; }
.category-tabs button.active { border-color: var(--roast); background: var(--roast); color: #fff; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; min-height: 180px; overflow: hidden; display: grid; grid-template-columns: 150px minmax(0, 1fr); border: 1px solid var(--line); border-radius: 18px; background: var(--ivory-2); box-shadow: 0 8px 24px rgba(35, 27, 22, 0.035); }
.product-image { width: 100%; height: 100%; min-height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }
.product-info { min-width: 0; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.product-info h3 { margin: 0 0 7px; font-size: 17px; }
.product-info p { margin: 0; color: var(--muted); font-size: 13px; }
.product-footer { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { color: var(--blue); font-weight: 800; }
.add-button { min-width: 54px; min-height: 36px; padding: 8px 12px; border: 0; border-radius: 9px; background: var(--blue); color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.add-button:hover { background: var(--blue-dark); }

.order-summary { position: sticky; top: 106px; align-self: start; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--ivory-2); box-shadow: 0 12px 36px rgba(35, 27, 22, 0.05); }
.order-summary h2, .checkout-card h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: 1; }
.summary-empty { padding: 30px 0; color: #786f66; font-size: 14px; }
.summary-checkout, #wavePayButton { margin-top: 18px; }
.cart-line { padding: 14px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; border-bottom: 1px solid var(--line); }
.cart-line h4 { margin: 0; font-size: 14px; }
.cart-line small { color: #777066; }
.qty-controls { margin-top: 8px; display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.qty-controls button { width: 30px; height: 30px; border: 0; background: transparent; cursor: pointer; }
.qty-controls span { min-width: 24px; text-align: center; font-size: 12px; }
.summary-row { padding: 9px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 14px; }
.summary-total { margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 18px; font-weight: 800; }

.checkout-grid { padding: 52px 0 100px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); align-items: start; gap: 38px; }
.checkout-card { margin-bottom: 18px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: var(--ivory-2); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: #fff; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10, 61, 255, 0.1); }
.payment-option { width: 100%; margin-bottom: 10px; padding: 16px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 13px; background: transparent; text-align: left; cursor: pointer; }
.payment-option[aria-checked="true"] { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(10, 61, 255, 0.1); }
.radio { width: 18px; height: 18px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; }
.payment-option[aria-checked="true"] .radio { border: 5px solid var(--blue); }
.notice { padding: 15px; display: grid; border-radius: 12px; background: #ece5d8; }
.notice strong { margin-bottom: 4px; }
.notice span { color: var(--muted); }
.zone-card { padding: 15px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.zone-card:last-child { border-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); align-items: center; gap: 42px; }
.contact-detail { margin: 24px 0; color: var(--muted); }
.about-grid { align-items: center; }
.legal-copy { max-width: 780px; }
.legal-copy h2 { margin: 34px 0 8px; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.legal-copy p { color: var(--muted); }

.site-footer { width: 100%; padding: 62px 0 25px; border-top: 1px solid var(--line); background: var(--ivory-2); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(160px, 0.7fr)); gap: 70px; }
.footer-logo { width: 205px; height: auto; margin-bottom: 18px; }
.footer-brand p { max-width: 360px; }
.footer-grid h3 { margin: 0 0 12px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: 13px; }
.footer-bottom { margin-top: 42px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #777067; font-size: 12px; }

.cart-drawer, .modal { position: fixed; inset: 0; z-index: 100; opacity: 0; pointer-events: none; transition: opacity 0.22s ease; }
.cart-drawer.open, .modal.open { opacity: 1; pointer-events: auto; }
.drawer-backdrop, .modal-backdrop { position: absolute; inset: 0; background: rgba(20, 17, 15, 0.52); }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(440px, 100%); padding: 28px; display: flex; flex-direction: column; background: var(--ivory); transform: translateX(100%); transition: transform 0.3s ease; }
.cart-drawer.open .drawer-panel { transform: none; }
.drawer-header { padding-bottom: 20px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.close-button { width: 42px; height: 42px; font-size: 30px; }
.drawer-items { flex: 1; overflow-y: auto; }
.drawer-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.modal { padding: 20px; display: grid; place-items: center; }
.modal-card { position: relative; width: min(620px, 100%); padding: 30px; border-radius: 22px; background: var(--ivory); box-shadow: var(--shadow); transform: translateY(16px) scale(0.98); transition: transform 0.22s ease; }
.modal.open .modal-card { transform: none; }
.modal-x { position: absolute; top: 14px; right: 18px; z-index: 2; }
.product-modal-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 26px; }
.product-modal-grid > img { width: 100%; height: 270px; display: block; border-radius: 15px; object-fit: cover; }
.product-modal-grid h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 46px; font-weight: 400; line-height: 1; }
.product-modal-grid p { color: var(--muted); }
.modal-field { margin-top: 12px; }
.modal-add { margin-top: 20px; }
.toast { position: fixed; z-index: 150; bottom: 28px; left: 50%; padding: 12px 18px; border-radius: 999px; background: var(--roast); color: #fff; opacity: 0; pointer-events: none; transform: translate(-50%, 30px); transition: 0.25s ease; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.confirmation { max-width: 720px; margin: 80px auto 120px; padding: 50px; border: 1px solid var(--line); border-radius: 22px; background: var(--ivory-2); text-align: center; }
.confirmation-mark { width: 70px; height: 70px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 30px; }
.confirmation h1 { margin: 0; font-family: var(--serif); font-size: 60px; font-weight: 400; }
.order-number { color: var(--blue); font-weight: 800; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .header-cta { display: none; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
  .service-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 0; }
  .service-item:nth-child(2) { border-right: 0; }
  .order-shell, .checkout-grid { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .product-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 40px; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { position: relative; backdrop-filter: none; }
  .header-inner { height: 72px; gap: 12px; }
  .brand-logo { width: 154px; }
  .header-actions { gap: 4px; }
  .cart-button, .menu-button { width: 40px; height: 40px; }
  .hero { min-height: 590px; align-items: end; }
  .hero-media img { object-position: 53% center; }
  .hero-media::after { background: linear-gradient(0deg, rgba(16, 13, 11, 0.94) 0%, rgba(16, 13, 11, 0.68) 48%, rgba(16, 13, 11, 0.08) 88%); }
  .hero-content { max-width: none; padding: 150px 0 34px; }
  .hero h1 { font-size: clamp(54px, 16vw, 72px); }
  .hero p { margin: 16px 0 22px; font-size: 16px; line-height: 1.45; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero-actions .button { width: 100%; min-height: 44px; }
  .feature-cards { margin-top: 0; padding-top: 14px; }
  .feature-grid { padding: 8px; gap: 8px; border-radius: 18px; box-shadow: 0 12px 36px rgba(35, 27, 22, 0.08); }
  .feature-card { border-radius: 13px; }
  .feature-card img { aspect-ratio: 1.12; }
  .feature-copy { padding: 12px; }
  .feature-copy h3 { font-size: 10px; }
  .feature-copy p { font-size: 11px; line-height: 1.35; }
  .section { padding: 74px 0; }
  .section-tight { padding: 54px 0; }
  .split { gap: 30px; }
  .display-title { font-size: clamp(48px, 14vw, 60px); }
  .section-copy { font-size: 16px; }
  .delivery-section .media-card { order: 2; }
  .media-card { border-radius: 17px; }
  .media-card img { aspect-ratio: 16 / 9; }
  .service-strip { padding: 12px 20px; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 17px; }
  .service-item, .service-item:first-child, .service-item:last-child { padding: 17px 12px; grid-template-columns: 36px minmax(0, 1fr); gap: 10px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .service-item:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.13); padding-left: 0; }
  .service-item:nth-child(even) { padding-right: 0; }
  .service-item:nth-child(3), .service-item:nth-child(4) { border-bottom: 0; }
  .service-icon { width: 34px; height: 34px; }
  .service-icon svg { width: 18px; height: 18px; }
  .service-item h3 { font-size: 9px; }
  .service-item p { font-size: 10px; line-height: 1.35; }
  .story-grid { gap: 12px; }
  .story-image { min-height: 420px; border-radius: 17px; }
  .story-card { padding: 32px 24px; border-radius: 17px; }
  .story-card p { font-size: 16px; }
  .story-card .button { width: 100%; }
  .page-hero { padding: 48px 0 36px; }
  .page-hero h1 { font-size: clamp(48px, 14vw, 62px); }
  .page-hero p { margin-top: 14px; font-size: 16px; }
  .order-shell { padding: 26px 0 72px; gap: 28px; }
  .order-toolbar { margin-bottom: 18px; align-items: flex-start; flex-direction: column; }
  .segmented { width: 100%; }
  .segmented button { flex: 1; min-width: 0; }
  .price-note { font-size: 10px; }
  .category-tabs { margin-inline: -14px; padding-inline: 14px; }
  .category-tabs button { padding: 8px 13px; font-size: 9px; }
  .product-grid { gap: 10px; }
  .product-card { min-height: 116px; grid-template-columns: 104px minmax(0, 1fr); border-radius: 15px; }
  .product-info { padding: 14px; }
  .product-info h3 { margin-bottom: 4px; font-size: 14px; }
  .product-info p { display: -webkit-box; overflow: hidden; font-size: 11px; line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .product-footer { margin-top: 10px; }
  .price { font-size: 13px; }
  .add-button { min-width: 48px; min-height: 32px; padding: 7px 10px; }
  .order-summary { padding: 20px; border-radius: 17px; }
  .order-summary h2, .checkout-card h2 { font-size: 31px; }
  .checkout-grid { padding: 28px 0 72px; gap: 22px; }
  .checkout-card { padding: 21px; border-radius: 17px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-grid { gap: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-logo { width: 180px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .product-modal-grid { grid-template-columns: 1fr; }
  .product-modal-grid > img { height: 230px; }
  .product-modal-grid h2 { font-size: 40px; }
  .modal-card { padding: 24px; }
  .confirmation { margin: 40px 14px 80px; padding: 32px 20px; }
  .confirmation h1 { font-size: 48px; }
}

@media (max-width: 390px) {
  .brand-logo { width: 142px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); }
  .feature-card img { height: 100%; aspect-ratio: auto; }
  .service-strip { grid-template-columns: 1fr; }
  .service-item, .service-item:first-child, .service-item:last-child, .service-item:nth-child(odd), .service-item:nth-child(even) { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
  .service-item:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
