:root {
  --ink: #1b1715;
  --brown: #985d38;
  --brown-dark: #5f3825;
  --paper: #fffdf9;
  --cream: #f1e9df;
  --sand: #e4cdb5;
  --sun: #e6b940;
  --teal: #816047;
  --indigo: #4c3024;
  --pink: #c9864c;
  --line: #ded8d1;
  --muted: #716b66;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 210px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 18px Manrope, Arial, sans-serif; }

.announcement {
  height: 33px; display: flex; align-items: center; justify-content: center; gap: 45px;
  color: #fff; background: var(--brown-dark); font: 12px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase;
}
.announcement span { position: relative; }
.announcement span + span:before { content: ''; position: absolute; top: 4px; left: -23px; width: 4px; height: 4px; border-radius: 50%; background: #f3d8bf; }

.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.97); }
.utility-row { height: 43px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d7a72f; color: var(--brown-dark); background: var(--sun); font: 700 13px 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.utility-row p { margin: 0; }
.utility-row div { display: flex; align-items: center; gap: 20px; }
.utility-row a { color: var(--brown-dark); text-decoration: none; }
.cart-button { padding: 0; border: 0; color: var(--ink); background: transparent; font: inherit; cursor: pointer; }
.cart-button span { display: inline-grid; width: 17px; height: 17px; margin-left: 5px; place-items: center; border-radius: 50%; color: white; background: var(--brown); font-size: 8px; }
.brand-row { height: 122px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 5vw; }
.brand { width: 170px; height: 118px; display: flex; align-items: center; justify-content: center; padding: 4px; border: 1px solid #e4ddd5; background: #fff; box-shadow: 0 5px 13px rgba(87,50,28,.1); }
.brand img { width: 155px; height: 108px; object-fit: contain; mix-blend-mode: multiply; }
.menu-button, .search-button { border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.menu-button { display: none; }
.search-button { justify-self: end; font: 34px/1 Georgia, serif; }
nav { height: 44px; display: flex; justify-content: center; gap: 35px; border-top: 1px solid #eee8e0; }
nav a { height: 46px; color: var(--ink); text-decoration: none; font-size: 15px; line-height: 46px; }
nav a.is-current { border-bottom: 2px solid var(--brown); font-weight: 700; }
.search-row { display: none; height: 55px; gap: 12px; padding: 10px 5vw; border-top: 1px solid var(--line); }
.search-row.is-open { display: flex; }
.search-row input { width: 100%; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; font: 13px Manrope, sans-serif; }
.close-search { border: 0; background: transparent; font-size: 25px; cursor: pointer; }

.hero { position: relative; min-height: 710px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: clamp(70px,9vw,155px); padding: 135px 11vw 58px 12vw; overflow: hidden; background: var(--cream); }
.hero:before { content: ''; position: absolute; z-index: 1; right: 36%; bottom: -80px; width: 250px; height: 250px; background: var(--sun); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.hero:after { content: ''; position: absolute; inset: 0 0 0 auto; width: 34%; background: var(--brown); }
.hero-copy { position: relative; z-index: 2; align-self: center; }
.hero-logo-panel { position: absolute; z-index: 5; top: 17px; left: 50%; width: 142px; height: 142px; display: flex; align-items: center; justify-content: center; padding: 5px; background: #fff; box-shadow: 0 8px 16px rgba(90,53,29,.12); transform: translateX(-50%); }
.hero-logo { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.eyebrow { margin: 0 0 17px; color: var(--brown-dark); font: 10px 'DM Mono', monospace; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; letter-spacing: 0; }
h1 { margin: 0 0 24px; color: var(--brown-dark); font-size: clamp(54px,5.8vw,93px); line-height: .93; }
h2, h3 { color: var(--brown-dark); }
.hero-copy > p:not(.eyebrow) { max-width: 465px; margin-bottom: 34px; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.primary-link, .text-link { padding-bottom: 8px; border-bottom: 1px solid var(--ink); color: var(--ink); font: 10px 'DM Mono', monospace; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.primary-link span, .text-link span { margin-left: 13px; font-size: 17px; }
.whatsapp-link { padding: 15px 17px; color: white; background: var(--brown-dark); font: 12px 'DM Mono', monospace; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.whatsapp-link span { margin-left: 8px; font-size: 15px; }
.hero-stage { position: relative; z-index: 2; width: min(100%, 520px); height: 515px; align-self: center; justify-self: end; }
.hero-product { position: absolute; right: 0; bottom: 0; width: min(100%, 420px); height: 478px; }
.hero-product > img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 49%; box-shadow: 0 22px 42px rgba(40,20,12,.25); }
.hero-ring { position: absolute; right: -47px; bottom: -47px; width: 355px; height: 355px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; }
.hero-product p { position: absolute; z-index: 2; right: -76px; bottom: 2px; margin: 0; color: #fff; font: 9px/1.5 'DM Mono', monospace; letter-spacing: .07em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-sample { position: absolute; z-index: 3; bottom: 34px; left: -26px; width: 145px; height: 173px; padding: 8px; background: var(--paper); box-shadow: 0 14px 28px rgba(48,26,13,.2); transform: rotate(-6deg); }
.hero-sample img { width: 100%; height: 122px; object-fit: cover; object-position: center 48%; }
.hero-sample span { display: block; padding: 6px 2px 0; color: var(--brown-dark); font: 8px/1.25 'DM Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }

.value-strip { height: 82px; display: flex; align-items: center; justify-content: center; gap: 3.7vw; color: #fff; background: var(--brown-dark); }
.value-strip p { margin: 0; font: 12px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
.value-strip i { width: 7px; height: 7px; background: var(--sun); transform: rotate(45deg); }

.collection { position: relative; padding: 125px 5vw; background: var(--paper); }
.collection:before { content: ''; position: absolute; top: 54px; right: 5vw; width: 72px; height: 72px; border: 10px solid var(--brown); transform: rotate(45deg); pointer-events: none; }
.collection-header { display: flex; align-items: end; justify-content: space-between; padding-bottom: 29px; border-bottom: 1px solid var(--line); }
.collection-header h2 { margin: 0; font-size: clamp(39px,4.3vw,64px); line-height: .98; }
.collection-note { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; text-align: right; }
.collection-note strong { color: var(--ink); }
.catalogue-controls { height: 71px; display: flex; align-items: center; justify-content: space-between; }
.category-filters { display: flex; gap: 9px; overflow: auto; white-space: nowrap; }
.category-filters button, .filter-toggle { padding: 11px 15px; border: 1px solid var(--line); border-radius: 2px; color: var(--ink); background: transparent; font: 14px Manrope, sans-serif; cursor: pointer; }
.category-filters button.is-active, .category-filters button:hover { border-color: var(--ink); color: #fff; background: var(--ink); }
.filter-toggle { font-family: 'DM Mono', monospace; text-transform: uppercase; }
.filter-toggle span { margin-left: 7px; font-size: 15px; }
.filter-panel { display: none; grid-template-columns: 1fr auto; gap: 15px; margin-bottom: 20px; padding: 18px; background: #f5f0e9; }
.filter-panel.is-open { display: grid; }
.filter-panel label { font-size: 10px; font-weight: 700; }
.filter-panel select { height: 33px; margin-left: 10px; padding: 0 7px; border: 1px solid var(--line); background: white; font: 11px Manrope, sans-serif; }
.apply-filter { padding: 0 17px; border: 0; color: #fff; background: var(--brown); font: 10px 'DM Mono', monospace; text-transform: uppercase; cursor: pointer; }
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px 18px; }
.product[hidden] { display: none; }
.product-image { position: relative; height: min(31vw,500px); min-height: 330px; overflow: hidden; background: #e8e2da; border-bottom: 8px solid var(--sun); }
.product:nth-child(4n+2) .product-image { border-bottom-color: var(--brown); }
.product:nth-child(4n+3) .product-image { border-bottom-color: var(--sand); }
.product:nth-child(4n+4) .product-image { border-bottom-color: var(--brown-dark); }
.product-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; transition: transform .45s ease, filter .3s ease; }
.product:hover .product-image img { transform: scale(1.035); filter: contrast(1.04); }
.product-image span { position: absolute; top: 9px; left: 9px; padding: 6px 7px; background: #fffdfa; font: 8px 'DM Mono', monospace; text-transform: uppercase; }
.wish-button { position: absolute; top: 9px; right: 9px; width: 31px; height: 31px; border: 0; border-radius: 50%; background: #fffdfa; font: 20px/1 Arial, sans-serif; cursor: pointer; }
.wish-button.is-saved { color: var(--brown); }
.product-info { padding: 12px 1px 0; }
.product-info p { margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.product-info h3 { margin: 0 0 5px; font-size: 19px; font-weight: 600; }
.product-info small { color: var(--muted); font-size: 14px; }
.product-info strong { display: block; margin-top: 13px; color: var(--brown-dark); font-size: 17px; font-weight: 700; }
.add-to-cart { width: 100%; min-height: 45px; display: flex; align-items: center; justify-content: center; margin-top: 17px; padding: 9px 11px; border: 0; color: #fff; background: var(--brown); font: 11px 'DM Mono', monospace; letter-spacing: .04em; text-align: center; text-transform: uppercase; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.add-to-cart:hover { background: var(--brown-dark); transform: translateY(-2px); }
.section-more { display: none; }

.togolais-section { position: relative; padding: 118px 5vw; overflow: hidden; background: #f5eee5; }
.togolais-section:before { content: ''; position: absolute; top: -65px; right: 7%; width: 190px; height: 190px; border: 24px solid var(--sun); transform: rotate(45deg); }
.togolais-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; margin-bottom: 38px; padding-bottom: 27px; border-bottom: 1px solid rgba(95,56,37,.28); }
.togolais-heading h2 { margin: 0; font-size: clamp(43px,4.4vw,67px); line-height: .96; }
.togolais-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; text-align: right; }
.togolais-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 42px 18px; }
.togolais-card:nth-child(4n+2) .product-image { border-bottom-color: var(--brown); }
.togolais-card:nth-child(4n+3) .product-image { border-bottom-color: var(--sand); }
.togolais-card:nth-child(4n+4) .product-image { border-bottom-color: var(--brown-dark); }

.divers-section { position: relative; padding: 118px 5vw; overflow: hidden; background: var(--paper); }
.divers-section:before { content: ''; position: absolute; top: 62px; left: 5vw; width: 66px; height: 66px; background: var(--sun); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.divers-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 38px; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.divers-heading h2 { margin: 0; font-size: clamp(43px,4.4vw,67px); line-height: .96; }
.divers-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; text-align: right; }
.divers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 42px 18px; }
.divers-card:nth-child(4n+2) .product-image { border-bottom-color: var(--brown); }
.divers-card:nth-child(4n+3) .product-image { border-bottom-color: var(--sand); }
.divers-card:nth-child(4n+4) .product-image { border-bottom-color: var(--brown-dark); }

.story { position: relative; min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; overflow: hidden; background: var(--brown-dark); }
.story:after { content: ''; position: absolute; right: -42px; bottom: -42px; width: 190px; height: 190px; border: 28px solid var(--sun); transform: rotate(45deg); }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.8) contrast(1.03); }
.story-copy { padding: 7vw 10vw; }
.story-copy > img { display: block; width: 155px; height: 152px; margin: -22px 0 18px -15px; object-fit: contain; background: white; }
.story-copy .eyebrow { color: #f5d7c3; }
.story-copy h2 { margin: 0 0 26px; color: #fff; font-size: clamp(44px,4.6vw,69px); line-height: 1.02; }
.story-copy > p:not(.eyebrow) { max-width: 450px; margin-bottom: 32px; color: #f2e5dc; font-size: 18px; line-height: 1.7; }
.story-copy .text-link { border-color: #fff; color: #fff; }

.guide { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding: 120px 15vw; background: var(--cream); overflow: hidden; }
.guide:after { content: ''; position: absolute; top: -35px; right: 7%; width: 105px; height: 105px; background: var(--brown); clip-path: polygon(0 0,100% 0,50% 100%); }
.guide h2 { margin: 0; font-size: clamp(42px,4.4vw,67px); line-height: .96; }
.guide-content > p:first-child { max-width: 440px; font-size: 18px; line-height: 1.7; }
.sizes { margin: 28px 0; border-top: 1px solid var(--line); }
.sizes p { display: flex; justify-content: space-between; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.sizes b { font: 500 13px 'DM Mono', monospace; }
.sizes span, .guide-note { color: var(--muted); }
.guide-note { font-size: 16px; line-height: 1.6; }

.seo-section { padding: 110px 22vw; color: var(--ink); background: transparent; text-align: center; }
.seo-section .eyebrow { color: var(--brown-dark); }
.seo-section h2 { margin-bottom: 22px; font-size: clamp(38px,4vw,60px); }
.seo-section p:last-child { max-width: 720px; margin: auto; font-size: 18px; line-height: 1.75; }

footer { display: flex; align-items: center; justify-content: space-between; padding: 31px 5vw; border-top: 0; color: #fff; background: var(--brown-dark); }
.footer-logo { width: 94px; height: 78px; display: flex; align-items: center; justify-content: center; padding: 3px; background: #fff; }
.footer-logo img { width: 78px; height: 68px; object-fit: contain; mix-blend-mode: multiply; }
footer div { display: flex; gap: 25px; }
footer div a { color: #fff; font-size: 14px; text-decoration: none; }
footer div a:before { content: '◆'; margin-right: 7px; color: var(--sun); font-size: 9px; vertical-align: 1px; }
footer p { margin: 0; color: #f7ede5; font: 11px 'DM Mono', monospace; text-transform: uppercase; }


.whatsapp-chat { position: fixed; z-index: 18; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 7px 16px 7px 7px; border-radius: 26px; color: #fff; background: #25d366; box-shadow: 0 12px 25px rgba(15,98,50,.28); font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-chat:hover { transform: translateY(-3px); box-shadow: 0 16px 29px rgba(15,98,50,.34); }
.whatsapp-chat span { display: inline-grid; width: 38px; height: 38px; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; font: 10px 'DM Mono', monospace; letter-spacing: -.05em; }
.whatsapp-chat b { font-weight: 700; }

.cart-panel { position: fixed; z-index: 20; top: 0; right: 0; width: min(420px,100%); height: 100vh; display: flex; flex-direction: column; padding: 29px; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
.cart-panel.is-open { transform: translateX(0); }
.cart-header { display: flex; align-items: start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-header .eyebrow { margin-bottom: 7px; }
.cart-header h2 { margin: 0; font-size: 30px; }
.close-cart { border: 0; background: transparent; font-size: 31px; line-height: 1; cursor: pointer; }
.cart-items { flex: 1; overflow: auto; }
.empty-cart { max-width: 270px; margin-top: 23px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.cart-row { display: flex; justify-content: space-between; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-row p { margin: 0 0 5px; font-size: 12px; }
.cart-row span { color: var(--muted); font-size: 10px; }
.remove-item { border: 0; background: transparent; font-size: 10px; text-decoration: underline; cursor: pointer; }
.cart-footer { padding-top: 18px; border-top: 1px solid var(--line); }
.cart-footer p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.share-photos-button { width: 100%; height: 43px; margin-bottom: 9px; border: 1px solid var(--brown); color: var(--brown); background: transparent; font: 10px 'DM Mono', monospace; text-transform: uppercase; cursor: pointer; }
.share-photos-button span { margin-left: 8px; font-size: 16px; }
.checkout-button { width: 100%; height: 45px; border: 0; color: #fff; background: var(--brown); font: 10px 'DM Mono', monospace; text-transform: uppercase; cursor: pointer; }
.checkout-button span { margin-left: 8px; font-size: 17px; }
.overlay { position: fixed; z-index: 19; inset: 0; visibility: hidden; opacity: 0; background: rgba(25,22,21,.5); transition: opacity .3s; }
.overlay.is-visible { visibility: visible; opacity: 1; }

@media (orientation: portrait) {
  .products, .togolais-grid, .divers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  [data-preview-grid] > article.is-portrait-hidden { display: none; }
  .section-more:not([hidden]) { min-width: 210px; display: flex; align-items: center; justify-content: center; margin: 38px auto 0; padding: 15px 22px; border: 2px solid var(--brown); color: var(--brown-dark); background: #fffdf9; font: 700 12px 'DM Mono', monospace; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
  .section-more:not([hidden]):hover { color: #fff; background: var(--brown); }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 112px; }
  body { font-size: 16px; }
  .announcement { height: 24px; gap: 0; font-size: 9px; }
  .announcement span { display: none; font-size: 8px; }
  .announcement span:first-child { display: block; }
  .utility-row { height: 32px; padding: 0 18px; font-size: 9px; }
  .utility-row a { display: none; }
  .brand-row { height: 74px; padding: 0 20px; }
  .brand { width: 98px; height: 66px; padding: 3px; }
  .brand img { width: 88px; height: 58px; }
  .menu-button { display: flex; width: 23px; flex-direction: column; gap: 7px; padding: 6px 0; }
  .menu-button i { width: 100%; height: 1px; background: var(--ink); }
  .search-button { font-size: 25px; }
  nav { position: absolute; top: 106px; left: 0; right: 0; height: auto; display: none; align-items: flex-start; flex-direction: column; gap: 0; padding: 13px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
  nav.is-open { display: flex; }
  nav a { height: 31px; line-height: 31px; }
  .search-row { padding: 10px 20px; }
  .hero { display: block; min-height: 0; padding: 52px 20px 42px; }
  .hero:after { width: 48%; height: 34%; top: auto; bottom: 0; }
  .hero-logo-panel { display: none; }
  h1 { margin-bottom: 19px; font-size: 46px; line-height: .97; }
  .eyebrow { margin-bottom: 12px; font-size: 9px; }
  .hero-copy > p:not(.eyebrow) { margin-bottom: 25px; font-size: 15px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .primary-link { padding-bottom: 6px; }
  .whatsapp-link { padding: 13px 15px; font-size: 10px; }
  .hero-stage { width: 100%; height: 354px; margin: 34px 0 0; }
  .hero-product { right: 0; width: 100%; height: 354px; }
  .hero-product > img { object-position: center 46%; }
  .hero-product p, .hero-ring, .hero-sample { display: none; }
  .value-strip { height: 56px; justify-content: flex-start; gap: 18px; padding: 0 20px; overflow: hidden; white-space: nowrap; }
  .value-strip p { font-size: 8px; }
  .value-strip i { flex: 0 0 4px; }
  .collection { padding: 78px 20px; }
  .collection-header { display: block; padding-bottom: 20px; }
  .collection-header h2 { font-size: 36px; }
  .collection-note { margin-top: 16px; font-size: 13px; text-align: left; }
  .catalogue-controls { height: auto; display: block; padding: 20px 0 16px; }
  .category-filters { max-width: 100%; padding-bottom: 12px; }
  .filter-toggle { width: 100%; height: 42px; white-space: nowrap; }
  .filter-panel { grid-template-columns: 1fr; margin-top: -9px; }
  .filter-panel label { display: flex; align-items: center; justify-content: space-between; }
  .filter-panel select { margin: 0; }
  .apply-filter { height: 35px; }
  .products { grid-template-columns: 1fr 1fr; gap: 32px 12px; }
  .product-image { height: 61vw; min-height: 0; }
  .product-image span { top: 6px; left: 6px; font-size: 7px; }
  .wish-button { top: 6px; right: 6px; width: 28px; height: 28px; font-size: 18px; }
  .product-info { padding-top: 9px; }
  .product-info p { font-size: 11px; }
  .product-info h3 { font-size: 15px; }
  .product-info small { font-size: 11px; }
  .product-info strong { margin-top: 9px; font-size: 13px; }
  .add-to-cart { min-height: 47px; margin-top: 12px; padding: 8px 6px; font-size: 10px; }
  .togolais-section { padding: 78px 20px; }
  .togolais-section:before { top: -53px; right: 3%; width: 125px; height: 125px; border-width: 17px; }
  .togolais-heading { display: block; margin-bottom: 25px; padding-bottom: 20px; }
  .togolais-heading h2 { font-size: 38px; }
  .togolais-heading > p { margin-top: 13px; font-size: 14px; line-height: 1.55; text-align: left; }
  .togolais-grid { grid-template-columns: 1fr 1fr; gap: 32px 12px; }
  .divers-section { padding: 78px 20px; }
  .divers-section:before { top: 46px; left: auto; right: 20px; width: 48px; height: 48px; }
  .divers-heading { display: block; margin-bottom: 25px; padding-bottom: 20px; }
  .divers-heading h2 { font-size: 38px; }
  .divers-heading > p { margin-top: 13px; font-size: 14px; line-height: 1.55; text-align: left; }
  .divers-grid { grid-template-columns: 1fr 1fr; gap: 32px 12px; }
  .story { display: flex; flex-direction: column; }
  .story-image { height: 320px; }
  .story-copy { padding: 48px 24px; }
  .story-copy > img { width: 94px; height: 94px; margin: -8px 0 14px -6px; }
  .story-copy h2 { font-size: 38px; }
  .story-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.6; }
  .guide { display: block; padding: 68px 24px; }
  .guide h2 { margin-bottom: 34px; font-size: 40px; }
  .seo-section { padding: 68px 24px; text-align: left; }
  .seo-section h2 { font-size: 36px; }
  .seo-section p:last-child { font-size: 15px; line-height: 1.6; }
  footer { display: block; padding: 30px 20px; }
  .footer-logo { margin-bottom: 20px; }
  footer div { flex-wrap: wrap; gap: 14px 18px; margin-bottom: 23px; }
  footer div a { font-size: 13px; }
  footer p { font-size: 10px; }
  .whatsapp-chat { right: 14px; bottom: 14px; width: 54px; min-height: 54px; justify-content: center; padding: 6px; border-radius: 50%; }
  .whatsapp-chat span { width: 38px; height: 38px; font-size: 9px; }
  .whatsapp-chat b { display: none; }
  .cart-panel { padding: 22px; }
}

@media (max-width: 360px) {
  .utility-row { padding: 0 12px; font-size: 8px; }
  .brand-row { padding: 0 16px; }
  .brand { width: 88px; height: 62px; }
  .brand img { width: 79px; height: 54px; }
  .hero, .collection, .togolais-section, .divers-section { padding-left: 16px; padding-right: 16px; }
  h1 { font-size: 42px; }
  .collection-header h2, .seo-section h2 { font-size: 33px; }
  .togolais-heading h2, .divers-heading h2, .story-copy h2 { font-size: 35px; }
}
