/* Mamenza Design System — Homepage */

:root {
  --ink: #1F1F1F;
  --warm-orange: #F97316;
  --cream: #FDFBF9;
  --sage: #A7BCA1;
  --sage-light: #C9D5C3;
  --terracotta: #E76F51;
  --terracotta-light: #E8A48A;
  --peach: #F5D4BD;
  --stone: #6B7280;
  --stone-light: #9CA3AF;
  --off-white: #FFFFFF;
  --bg: #FFFFFF;

  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px;
  --sp-5: 24px; --sp-6: 32px; --sp-7: 48px; --sp-8: 60px; --sp-9: 96px;

  --r-sm: 4px; --r-md: 8px; --r-lg: 12px; --r-xl: 16px; --r-2xl: 24px;

  --shadow-sm: 0 1px 2px rgba(31,31,31,0.04), 0 1px 1px rgba(31,31,31,0.03);
  --shadow-md: 0 4px 12px rgba(31,31,31,0.06), 0 2px 4px rgba(31,31,31,0.04);
  --shadow-lg: 0 12px 32px rgba(31,31,31,0.08), 0 4px 10px rgba(31,31,31,0.04);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  overflow-x: clip;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
}

h1 { font-size: 64px; line-height: 1.05; letter-spacing: -0.035em; }
h2 { font-size: 36px; letter-spacing: -0.025em; }
h3 { font-size: 22px; letter-spacing: -0.02em; }

.script { font-family: 'Caveat Brush', 'Caveat', cursive; font-weight: 400; }
.eyebrow {
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--terracotta);
}
a { color: inherit; text-decoration: none; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 8px;
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-size: 15px; font-weight: 600; cursor: pointer; border: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--warm-orange); color: white;
  box-shadow: 0 6px 14px rgba(249,115,22,0.28);
}
.btn-primary:hover { background: #E86610; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(249,115,22,0.35); }
.btn-secondary {
  background: transparent; color: var(--ink); border: 1.5px solid var(--ink);
}
.btn-secondary:hover { background: var(--ink); color: white; }
.btn-ghost {
  background: transparent; color: var(--terracotta); padding: 6px 0; font-weight: 600;
}
.btn-ghost:hover { gap: 14px; }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(31,31,31,0.06);
}
.nav {
  display: flex; align-items: center; justify-content: space-between; height: 76px;
}
.logo {
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-weight: 800; font-size: 28px;
  letter-spacing: -0.04em; color: var(--ink);
}
.logo .dot { color: var(--warm-orange); }
.nav-links { display: flex; gap: 34px; list-style: none; align-items: center; }
.nav-links a {
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-size: 15px; font-weight: 500; color: var(--ink);
  display: inline-flex; align-items: center; gap: 4px;
  padding: 8px 0; position: relative;
}
.nav-links a:hover { color: var(--terracotta); }
.nav-links a .chev { opacity: 0.5; font-size: 10px; }
.nav-actions { display: flex; gap: 18px; align-items: center; color: var(--ink); }
.nav-actions button {
  background: transparent; border: none; cursor: pointer;
  color: var(--ink); padding: 8px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
}
.nav-actions button:hover { background: rgba(31,31,31,0.05); }

/* HERO */
.hero { position: relative; padding: 56px 0 0; }
.hero-inner {
  display: grid; grid-template-columns: 1.35fr 1fr;
  gap: 40px; align-items: center; min-height: 580px;
}
.hero-copy { padding: 20px 0 40px; max-width: 540px; }
.hero-copy .eyebrow { margin-bottom: 18px; display: inline-block; }
.hero-copy h1 { margin-bottom: 20px; }
.hero-copy h1 .accent {
  font-family: 'Caveat Brush', 'Caveat', cursive;
  font-weight: 400; color: var(--terracotta); letter-spacing: -0.01em;
}
.hero-copy p.lede {
  font-size: 18px; color: #3C3A36; margin-bottom: 28px; max-width: 480px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }

.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 520px; }
.trust-item { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.trust-icon {
  width: 36px; height: 36px; border-radius: 999px; background: white;
  display: flex; align-items: center; justify-content: center;
  color: var(--terracotta); box-shadow: var(--shadow-sm);
}
.trust-item span { font-size: 12px; color: #4B4742; line-height: 1.4; font-weight: 500; }

.hero-image {
  position: relative; width: 100%; aspect-ratio: 4/5;
}
.hero-image .hi-clip {
  position: absolute; inset: 0;
  border-radius: 28px; overflow: hidden; background: var(--peach);
}
.hero-image img { object-position: 65% center; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.week-card {
  position: absolute; bottom: 24px; left: -80px;
  background: white; border-radius: 20px; padding: 18px 20px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 18px;
  min-width: 360px; border: 1px solid rgba(31,31,31,0.04); z-index: 3;
}
.week-card .wc-body { flex: 1; min-width: 0; }
.week-card .wc-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  color: var(--stone); text-transform: uppercase; margin-bottom: 3px;
}
.week-card .wc-title {
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-size: 26px; font-weight: 800; letter-spacing: -0.02em;
  line-height: 1; margin-bottom: 6px;
}
.week-card .wc-sub { font-size: 13px; color: #4B4742; line-height: 1.35; margin-bottom: 10px; }
.week-card .wc-sub .fruit { color: var(--terracotta); }
.wc-btn {
  font-family: 'Satoshi', 'Inter', sans-serif; font-size: 12px; font-weight: 700;
  background: var(--warm-orange); color: white;
  padding: 7px 12px; border-radius: 8px; display: inline-block;
}
.wc-visual {
  width: 78px; height: 78px; flex-shrink: 0; border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #F5CBB8 0%, #E8A48A 55%, #D0876A 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.wc-visual::before {
  content: ''; position: absolute; inset: 12px; border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.5);
}
.wc-visual:has(img)::before { display: none; }
.wc-visual svg { width: 52px; height: 52px; position: relative; z-index: 1; }
.wc-visual img { width: 100%; height: 100%; object-fit: cover; display: block; transform: translate(-1px, -1px) scale(1.40); transform-origin: center; }

/* SECTIONS */
.section { padding: 56px 0; }
.section-head {
  display: flex; align-items: end; justify-content: space-between;
  margin-bottom: 32px; gap: 20px;
}
.section-head h2 { max-width: 720px; }
.section-head .sh-link {
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-size: 14px; font-weight: 600; color: var(--terracotta);
  display: inline-flex; gap: 6px; align-items: center; white-space: nowrap;
}
.section-head .sh-link:hover { gap: 10px; }

/* PILLARS */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pillar-card {
  background: #FDFBF9; border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
  border: none; box-shadow: none;
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pillar-card .pc-visual {
  aspect-ratio: 1/1; background: transparent;
  display: block; overflow: hidden;
  padding: 0;
}
.pillar-card .pc-visual img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
/* Equalize visual weight: tune per-card so figure within blob matches Geburt's crop */
.pillars .pillar-card:nth-child(1) .pc-visual img { transform: scale(1.10); transform-origin: center; }
.pillars .pillar-card:nth-child(3) .pc-visual img { transform: scale(1.10); transform-origin: center; }
.pillar-card .pc-body { padding: 0 24px 26px; background: transparent; margin-top: -8px; }
.pillar-card h3 { margin-bottom: 6px; }
.pillar-card p { font-size: 14px; color: #4B4742; line-height: 1.5; margin-bottom: 14px; }
.pillar-card .pc-link {
  font-size: 14px; font-weight: 600; color: var(--terracotta);
  display: inline-flex; gap: 6px; align-items: center;
}
.pillar-card:hover .pc-link { gap: 10px; }

/* ARTICLES */
.articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article {
  background: white; border-radius: var(--r-xl); overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: var(--shadow-sm); border: 1px solid rgba(31,31,31,0.04);
}
.article:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.article .img { aspect-ratio: 16/10; background: var(--peach); position: relative; overflow: hidden; }
.article .img img { width: 100%; height: 100%; object-fit: cover; }
.article .body { padding: 20px 22px 24px; }
.article .cat {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--terracotta); margin-bottom: 8px;
}
.article h3 { font-size: 18px; line-height: 1.3; margin-bottom: 12px; }
.article .meta { display: flex; gap: 14px; font-size: 12px; color: var(--stone); }
.article .meta .dot { opacity: 0.5; }

/* WEEK BAND */
.week-band {
  background: linear-gradient(180deg, #FFEEDD 0%, #FFE2CC 100%);
  border-radius: 28px; padding: 44px 48px;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 40px; align-items: center; position: relative; overflow: hidden;
}
.week-band::before {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 240px; height: 240px; background: var(--terracotta-light);
  border-radius: 50%; opacity: 0.25; filter: blur(2px);
}
.week-band .wb-copy { position: relative; z-index: 1; }
.week-band h2 { margin-bottom: 14px; }
.week-band p { font-size: 16px; color: #4B4742; max-width: 460px; margin-bottom: 24px; }
.week-picker {
  background: white; border-radius: 20px; padding: 18px;
  box-shadow: var(--shadow-md); position: relative; z-index: 1;
}
.wp-label {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--stone); font-weight: 700; margin-bottom: 10px; padding: 0 6px;
}
.wp-grid { display: grid; grid-template-columns: repeat(14, 1fr); gap: 3px; }
.wp-cell {
  aspect-ratio: 1/1; font-family: 'Satoshi', 'Inter', sans-serif;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  border-radius: 5px; background: #FAF2E6; color: var(--stone);
  cursor: pointer; transition: all 0.15s ease; border: none;
}
.wp-cell { text-decoration: none; }
.wp-cell:hover { transform: translateY(-2px) scale(1.06); box-shadow: 0 4px 10px rgba(0,0,0,0.08); }
.wp-cell:focus-visible { outline: 2px solid var(--warm-orange); outline-offset: 2px; }
.wp-cell.current { animation: wpPulse 2.4s ease-in-out infinite; }
@keyframes wpPulse { 0%,100% { transform: scale(1.08); box-shadow: 0 3px 8px rgba(249,115,22,0.35); } 50% { transform: scale(1.14); box-shadow: 0 6px 16px rgba(249,115,22,0.45); } }
.wp-cell:hover { background: var(--warm-orange); color: white; }
.wp-cell.t1 { background: #FBE3D5; color: #B6513B; }
.wp-cell.t2 { background: #F8EBD2; color: #9C7320; }
.wp-cell.t3 { background: #DFE6D7; color: #5A6C4D; }
.wp-cell.current { background: var(--warm-orange); color: white; }
.wp-legend {
  display: flex; gap: 18px; margin-top: 14px; padding: 0 6px;
  font-size: 11px; color: var(--stone);
}
.wp-legend span { display: inline-flex; align-items: center; gap: 6px; }
.wp-legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }

/* TOOLS */
.tools-section {
  background: #FFFFFF;
  padding: 56px 0;
  margin: 0;
}
.tools { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.tool {
  background: white; border-radius: var(--r-lg); padding: 18px 16px 20px;
  display: flex; flex-direction: column; gap: 10px;
  border: 1px solid rgba(31,31,31,0.06);
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease;
}
.tool:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.tool .tool-icon {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--ink); background: var(--cream);
}
.tool h4 {
  font-family: 'Satoshi', 'Inter', sans-serif; font-size: 14px;
  font-weight: 700; letter-spacing: -0.01em; line-height: 1.25;
}
.tool .tool-cta {
  margin-top: auto; font-size: 12px; font-weight: 600;
  color: var(--terracotta); display: inline-flex; align-items: center; gap: 4px;
}

/* FEATURED PRODUCT */
.featured-product {
  display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 56px; align-items: center;
  background: linear-gradient(135deg, #FFF6EE 0%, #FBE9DA 100%);
  border-radius: 28px; padding: 48px 56px;
  text-decoration: none; color: inherit;
  transition: transform 240ms ease, box-shadow 240ms ease;
}
.featured-product:hover { transform: translateY(-3px); box-shadow: 0 24px 48px -24px rgba(182, 81, 59, 0.25); }
.featured-product .fp-visual {
  aspect-ratio: 4 / 5; max-height: 420px;
  border-radius: 20px; overflow: hidden;
  background: white; box-shadow: 0 18px 40px -20px rgba(60, 30, 21, 0.25);
}
.featured-product .fp-visual img { width: 100%; height: 100%; object-fit: cover; }
.featured-product .fp-eyebrow {
  font-family: var(--font-display, 'Inter'), sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--terracotta);
}
.featured-product h2 { font-size: 40px; line-height: 1.05; letter-spacing: -0.02em; margin: 12px 0 14px; }
.featured-product h2 .accent { font-family: 'Caveat Brush', cursive; color: var(--terracotta); font-weight: 400; }
.featured-product p { font-size: 16px; color: #4B4742; line-height: 1.55; max-width: 460px; margin-bottom: 18px; }
.featured-product .fp-meta { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: #6B6760; margin-bottom: 24px; }
.featured-product .fp-meta span { display: inline-flex; align-items: center; gap: 8px; }
.featured-product .fp-cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.featured-product .fp-price { font-family: var(--font-display, 'Inter'), sans-serif; font-size: 22px; font-weight: 700; color: var(--ink, #2d2f34); }
@media (max-width: 900px) {
  .featured-product { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; }
  .featured-product h2 { font-size: 30px; }
}

/* Breadcrumbs hidden site-wide (per Mark, 2026-04-25) */
nav.breadcrumb, .breadcrumb { display: none !important; }

/* NAV DROPDOWNS */
.nav-links { position: relative; }
.nav-links > li { position: relative; }
.nav-links > li > a { cursor: pointer; }
.nav-dropdown {
  position: absolute; top: calc(100% + 14px); left: -12px;
  min-width: 280px; background: white;
  border: 1px solid #e8e3d7; border-radius: 14px;
  box-shadow: 0 20px 48px -16px rgba(45,47,52,0.18), 0 4px 12px -4px rgba(45,47,52,0.08);
  padding: 10px;
  opacity: 0; transform: translateY(-4px); visibility: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  z-index: 100;
}
.nav-links > li:hover > .nav-dropdown,
.nav-links > li:focus-within > .nav-dropdown { opacity: 1; transform: translateY(0); visibility: visible; }
.nav-dropdown a {
  display: block; padding: 10px 14px; border-radius: 8px;
  color: var(--ink); text-decoration: none;
  font-size: 14px; font-weight: 500; line-height: 1.3;
  transition: background .1s ease;
}
.nav-dropdown a:hover { background: #FAF7F2; color: var(--terracotta); }
.nav-dropdown a .dd-sub { display: block; font-size: 12px; font-weight: 500; color: var(--stone); margin-top: 2px; }

/* SHOP */
.shop-section { background: var(--cream); border-radius: 24px; padding: 36px 40px; }
.shop-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.product {
  background: transparent; border-radius: 0; overflow: visible;
  display: flex; flex-direction: column;
  border: none;
  cursor: pointer; transition: transform .15s ease;
}
.product:hover { transform: translateY(-3px); }
.product .p-img {
  aspect-ratio: 1/1; background: #FAF2E6; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
}
.product .p-img img { width: 100%; height: 100%; object-fit: cover; }
.product .p-img.placeholder {
  background: linear-gradient(135deg, #F5E6D3 0%, #EBD4B8 100%); position: relative;
}
.product .p-img.placeholder::after {
  content: ''; position: absolute; width: 60%; height: 60%;
  background: white; opacity: 0.6; border-radius: 50%; filter: blur(20px);
}
.product .p-body { padding: 14px 4px 0; }
.product .p-cat {
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--stone); margin-bottom: 4px;
}
.product h4 {
  font-family: 'Satoshi', 'Inter', sans-serif; font-size: 14px;
  font-weight: 600; margin-bottom: 6px; line-height: 1.3;
}
.product .p-price {
  font-family: 'Satoshi', 'Inter', sans-serif; font-size: 15px;
  font-weight: 700; color: var(--ink);
}

/* NEWSLETTER */
.newsletter {
  background: #FFF6EE; border: none;
  border-radius: 24px; padding: 28px 36px;
  display: grid; grid-template-columns: 120px 1fr auto;
  gap: 28px; align-items: center; margin-top: 20px;
}
.newsletter .nl-illust {
  width: 120px; height: 90px;
  display: flex; align-items: center; justify-content: center;
}
.newsletter .nl-illust img { width: 100%; height: 100%; object-fit: contain; }
.nl-copy h3 { font-size: 22px; margin-bottom: 6px; }
.nl-copy p { font-size: 14px; color: #4B4742; max-width: 420px; }
.nl-form { display: flex; flex-direction: column; gap: 10px; }
.nl-input-row { display: flex; gap: 8px; align-items: stretch; }
.nl-input-row input {
  padding: 12px 16px; border-radius: 8px;
  border: 1px solid rgba(31,31,31,0.15); background: #FFFFFF;
  font-family: 'Inter', sans-serif; font-size: 14px; min-width: 260px;
}
.nl-input-row input:focus { outline: none; border-color: var(--terracotta); background: white; }
.nl-meta { display: flex; gap: 16px; font-size: 11px; color: var(--stone); }
.nl-meta span { display: inline-flex; gap: 5px; align-items: center; }
.nl-meta svg { color: var(--sage); }

/* FOOTER */
.site-footer {
  padding: 56px 0 32px; margin-top: 24px;
  border-top: 1px solid rgba(31,31,31,0.08);
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 40px; margin-bottom: 48px;
}
.footer-brand .logo { margin-bottom: 12px; display: inline-block; }
.footer-brand p { font-size: 14px; color: #4B4742; max-width: 280px; margin-bottom: 18px; }
.footer-brand .tagline {
  font-family: 'Caveat Brush', 'Caveat', cursive; font-size: 22px; color: var(--terracotta);
}
.footer-col h5 {
  font-family: 'Satoshi', 'Inter', sans-serif; font-size: 13px;
  font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink); margin-bottom: 16px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: 14px; color: #4B4742; }
.footer-col a:hover { color: var(--terracotta); }
.footer-bottom {
  display: flex; justify-content: space-between;
  padding-top: 24px; border-top: 1px solid rgba(31,31,31,0.08);
  font-size: 12px; color: var(--stone);
}
.footer-bottom .legals { display: flex; gap: 20px; }

@media (max-width: 1100px) {
  h1 { font-size: 52px; }
  .hero-inner { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .articles { grid-template-columns: 1fr; }
  .tools { grid-template-columns: repeat(3, 1fr); }
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .week-band { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; text-align: center; }
  .newsletter .nl-illust { margin: 0 auto; }
}
@media (max-width: 720px) {
  h1 { font-size: 40px; }
  h2 { font-size: 28px; }
  .nav-links { display: none; }
  .pillars { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tools { grid-template-columns: repeat(2, 1fr); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
  .hero-copy { padding: 20px 0 20px; }
  .week-card { left: 12px; right: 12px; min-width: 0; }
  .trust-row { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .wp-grid { grid-template-columns: repeat(7, 1fr); }
  .shop-section { padding: 36px 24px; border-radius: 24px; }
  .week-band { padding: 32px 24px; border-radius: 22px; }
  .nav-actions { gap: 4px; }
  .nav-actions button { padding: 12px; }
}

/* === MOBILE POLISH (≤520px) — added 2026-05-02 === */
@media (max-width: 520px) {
  .pillars { grid-template-columns: 1fr; gap: 16px; }
  .trust-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .tools { grid-template-columns: 1fr 1fr; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .nl-input-row { flex-direction: column; gap: 10px; }
  .nl-input-row input { min-width: 0; width: 100%; }
  .nl-input-row .btn,
  .nl-input-row button { width: 100%; }
  .newsletter { padding: 24px 20px; }
  .nl-copy h3 { font-size: 20px; }
  h1 { font-size: 34px; }
  h2 { font-size: 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

