/* SommelierX website layer — canonical integrated brand, July 2026.
   Loaded after page-specific CSS so every public page shares one visual system. */

:root {
  --sx-brand: #681D35;
  --sx-brand-light: #9F4963;
  --sx-brand-dark: #54152B;
  --sx-brand-wash: #F8F1F3;
  --sx-bg: #F7F6F2;
  --sx-off-white: #F7F6F2;
  --sx-surface: #FDFCF9;
  --sx-surface-elevated: #FFFFFF;
  --sx-text: #2C2416;
  --sx-ink: #2C2416;
  --sx-charcoal: #3E352A;
  --sx-graphite: #665D52;
  --sx-text-muted: #756B5F;
  --sx-pewter: #756B5F;
  --sx-border: rgba(60, 50, 30, .10);
  --sx-sand: rgba(60, 50, 30, .08);
  --sx-stone: rgba(60, 50, 30, .14);
  --sx-accent: var(--sx-brand);
  --sx-accent-pale: rgba(104, 29, 53, .08);
  --sx-accent-ghost: rgba(104, 29, 53, .04);
  --sx-accent-gradient: linear-gradient(145deg, #681D35, #8B3650);
  --sx-accent-gradient-hover: linear-gradient(145deg, #54152B, #7F2944);
  --sx-accent-glow: 0 6px 20px rgba(104, 29, 53, .18);
  --sx-shadow-sm: 0 2px 10px rgba(75, 55, 30, .06);
  --sx-shadow-md: 0 12px 36px rgba(75, 55, 30, .10);
  --sx-shadow-lg: 0 28px 70px rgba(75, 55, 30, .12);
  --sx-wine-red: #8B2232;
  --sx-wine-white: #B8960E;
  --sx-wine-rose: #D4737D;
  --sx-wine-orange: #C77D3C;
  --sx-wine-dessert: #A06030;
  --sx-wine-unknown: #8A7E6F;
  --sx-match-score-bg: #E5F4EF;
  --sx-match-score-text: #245F50;
  --sx-match-score-border: #ACD8C9;
  --sx-utility-teal: #39796A;
  --sx-font-display: 'Varela Round', system-ui, sans-serif;
  --sx-font-heading: 'Inter', system-ui, sans-serif;
  --sx-font-body: 'Inter', system-ui, sans-serif;
  --sx-font-serif: 'Cormorant Garamond', Georgia, serif;
  --sx-font-mono: 'JetBrains Mono', monospace;
  --sx-page-width: 1180px;
  --sx-reading-width: 760px;
  color-scheme: light;
}

html { scroll-behavior: smooth; }

body {
  background: var(--sx-bg);
  color: var(--sx-text);
  font-family: var(--sx-font-body);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection { background: rgba(104, 29, 53, .16); }

a { text-underline-offset: .18em; }

:focus-visible {
  outline: 3px solid rgba(104, 29, 53, .34);
  outline-offset: 3px;
  border-radius: 6px;
}

.container,
.nav-container {
  width: min(var(--sx-page-width), calc(100% - 40px));
  max-width: var(--sx-page-width);
  margin-inline: auto;
  padding-inline: 0;
}

/* Navigation */
.nav,
header.site {
  min-height: 72px;
  background: rgba(253, 252, 249, .94);
  border-bottom: 1px solid var(--sx-border);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.nav { padding: 0; }
.nav.scrolled { padding: 0; background: rgba(253, 252, 249, .97); }

.nav-container,
header.site .nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
}

.nav-logo-img { width: 193px; height: 44px; }
.footer-logo-img { width: 263px; height: 60px; }

.nav-links,
header.site nav.desktop { gap: 22px; }

.nav-link,
header.site .nav-link {
  color: var(--sx-text-muted);
  font-family: var(--sx-font-body);
  font-size: .9rem;
  font-weight: 550;
}

.nav-link:hover,
header.site .nav-link:hover { color: var(--sx-text); }

.nav-link[aria-current='page'],
.nav-link.is-active { color: var(--sx-brand); }

.btn-lang {
  min-width: 44px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid var(--sx-border);
  border-radius: 999px;
  background: var(--sx-surface-elevated);
  color: var(--sx-text);
  box-shadow: none;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  position: relative;
  z-index: 999;
  background: rgba(253, 252, 249, .98);
  border-top: 1px solid var(--sx-border);
  box-shadow: 0 24px 50px rgba(44, 36, 22, .10);
}

.nav-mobile.open { display: flex; }

header.site .nav-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

header.site .nav-mobile-toggle span {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--sx-text);
  transition: transform .18s ease, opacity .18s ease;
}

header.site .nav-mobile-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
header.site .nav-mobile-toggle.open span:nth-child(2) { opacity: 0; }
header.site .nav-mobile-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons — restrained, clear and consistent. */
.btn,
.btn-primary,
.btn-outline,
.btn-primary-nav,
.wks-cta-btn,
.cta a,
header.site .btn-primary-nav {
  min-height: 44px;
  border-radius: 12px;
  font-family: var(--sx-font-body);
  font-weight: 650;
  letter-spacing: -.01em;
  box-shadow: none;
}

.btn-lg {
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 13px;
  font-size: 1rem;
  font-weight: 650;
}

.btn-primary,
.btn-primary-nav,
.wks-cta-btn,
.page-developers .btn-primary,
header.site .btn-primary-nav {
  color: #fff;
  background: var(--sx-brand);
  border: 1px solid var(--sx-brand);
  box-shadow: 0 6px 18px rgba(104, 29, 53, .16);
}

.btn-primary::after,
.btn-primary-nav::after,
.wks-cta-btn::after { opacity: .38; }

.btn-primary:hover,
.btn-primary-nav:hover,
.wks-cta-btn:hover,
.page-developers .btn-primary:hover,
header.site .btn-primary-nav:hover {
  color: #fff;
  background: var(--sx-brand-dark);
  border-color: var(--sx-brand-dark);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(104, 29, 53, .19);
}

.btn-outline,
.btn-secondary {
  color: var(--sx-text);
  background: rgba(255, 255, 255, .76);
  border: 1px solid var(--sx-stone);
}

.btn-outline:hover,
.btn-secondary:hover {
  color: var(--sx-brand);
  background: #fff;
  border-color: rgba(104, 29, 53, .35);
}

/* Shared editorial type and section rhythm */
h1, h2, h3, h4 { color: var(--sx-text); }

.hero-title,
.section-title,
.cta-title,
.blog-header h1,
.pairing-header h1,
.blog-index > h1,
.page-developers .hero h1,
.wks-hero h1 {
  font-family: var(--sx-font-serif);
  font-weight: 600;
  letter-spacing: -.035em;
}

.section-title,
.wks-section-title { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; }
.section-subtitle { max-width: 660px; margin-inline: auto; color: var(--sx-text-muted); }

section { position: relative; }

/* Consumer homepage */
.page-home .hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 46vw);
  min-height: 760px;
  padding: 92px 0 24px;
  background: #fff;
  overflow: hidden;
}

.page-home .hero-bg { display: none; }

.page-home .hero > .container {
  width: auto;
  max-width: 620px;
  margin-left: max(32px, calc((100vw - var(--sx-page-width)) / 2));
  margin-right: 32px;
  display: flex;
  align-items: center;
}

.page-home .hero-content { max-width: 620px; text-align: left; padding: 54px 0 40px; }

.page-home .hero-badge,
.winkels-hero .hero-badge,
.page-developers .hero-badge,
.wks-hero-badge {
  background: var(--sx-brand-wash);
  border: 1px solid rgba(104, 29, 53, .14);
  color: var(--sx-brand);
  box-shadow: none;
}

.page-home .hero-title {
  color: var(--sx-text);
  font-size: clamp(3.25rem, 6.4vw, 6.6rem);
  line-height: .92;
  margin-bottom: 28px;
}

.page-home .gradient-text,
.widget-hero .gradient-text,
.winkels-hero .gradient-text,
.page-retailers .hero h1 .gradient,
.page-developers .gradient {
  background: none;
  color: var(--sx-brand-light);
  -webkit-text-fill-color: currentColor;
}

.page-home .hero-subtitle {
  max-width: 570px;
  margin: 0 0 12px;
  color: var(--sx-text);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.45;
  text-align: left;
}

.page-home .hero-brand-claim {
  margin: 0 0 20px;
  color: var(--sx-brand-light);
  font-family: var(--sx-font-serif);
  font-size: 1.25rem;
  font-style: italic;
  text-align: left;
}

.page-home .hero-tagline {
  max-width: 600px;
  margin: 0 0 30px;
  color: var(--sx-text-muted);
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

.page-home .hero-cta { margin-bottom: 26px; }
.page-home .hero-cta-sub,
.page-home .hero-cta-webapp { text-align: left; color: var(--sx-text-muted); }
.page-home .hero-cta-webapp .text-link { color: var(--sx-brand); }
.page-home .store-badges { justify-content: flex-start; }

.page-home .hero-stats {
  justify-content: flex-start;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--sx-border);
}

.page-home .stat-number,
.page-home .stat-label { color: var(--sx-text); font-family: var(--sx-font-body); }
.page-home .stat-number { font-size: 1.35rem; }
.page-home .stat-label { color: var(--sx-text-muted); }

.page-home .hero-visual {
  position: relative;
  display: block;
  min-height: 660px;
  margin: 26px 0 26px;
  border-radius: 32px 0 0 32px;
  overflow: hidden;
  background: url('assets/editorial/table-pairing.webp') center / cover no-repeat;
  box-shadow: var(--sx-shadow-lg);
}

.page-home .hero-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(44, 36, 22, .08), transparent 45%);
  pointer-events: none;
}

.page-home .phone-mockup {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 34px;
  width: 250px;
  transform: none;
  box-shadow: 0 24px 70px rgba(20, 16, 10, .28);
}

/* Lifestyle rail */
.lifestyle-intro { padding: 78px 0; background: var(--sx-bg); }
.lifestyle-intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lifestyle-card {
  min-height: 420px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  box-shadow: var(--sx-shadow-sm);
}
.lifestyle-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(25, 18, 13, .78)); }
.lifestyle-card > * { position: relative; z-index: 1; }
.lifestyle-card h3 { color: #fff; font-family: var(--sx-font-serif); font-size: 2rem; line-height: 1; margin-bottom: 8px; }
.lifestyle-card p { margin: 0; color: rgba(255,255,255,.88); line-height: 1.5; }
.lifestyle-card--dish { background-image: url('assets/editorial/dish-creation.webp'); }
.lifestyle-card--wine { background-image: url('assets/editorial/wine-selection.webp'); }
.lifestyle-card--table { background-image: url('assets/editorial/group-table.webp'); }

/* Cards and proof blocks */
.feature-card,
.compare-item,
.pricing-card,
.blog-card,
.widget-step,
.widget-benefit,
.winkels-usecase,
.winkels-step,
.winkels-pricing-card,
.wks-step,
.wks-deliverable,
.step-card,
.feature-card,
.pricing-card,
.card,
.wine-card,
.related-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--sx-border);
  box-shadow: var(--sx-shadow-sm);
  border-radius: 18px;
}

.feature-card:hover,
.blog-card:hover,
.related-card:hover {
  border-color: rgba(104, 29, 53, .22);
  box-shadow: var(--sx-shadow-md);
  transform: translateY(-2px);
}

.feature-icon,
.widget-step-number,
.winkels-step-number,
.step-number,
.wks-step-number,
.wks-deliverable-icon {
  color: var(--sx-brand);
  background: var(--sx-brand-wash);
  border: 1px solid rgba(104, 29, 53, .12);
  box-shadow: none;
}

.feature-premium::before,
.feature-free::before { background: var(--sx-surface-elevated); color: var(--sx-text-muted); border: 1px solid var(--sx-border); }

.why-not-chatgpt,
.features,
.how-it-works,
.pricing,
.blog-section { background: var(--sx-bg); }

.proof,
.final-cta { background: #fff; color: var(--sx-text); }
.proof *, .final-cta * { color: inherit; }
.final-cta .btn-primary { color: #fff; }

/* B2B page heroes */
.winkels-hero,
.widget-hero,
.wks-hero,
.page-retailers > .hero,
.page-developers > .hero {
  min-height: 680px;
  padding: 150px 0 90px;
  background: #fff;
  overflow: hidden;
  text-align: left;
}

.winkels-hero::after,
.widget-hero::after,
.wks-hero::after,
.page-retailers > .hero::after,
.page-developers > .hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 105px;
  right: 0;
  bottom: 44px;
  width: 45%;
  border-radius: 28px 0 0 28px;
  background-position: center;
  background-size: cover;
  box-shadow: var(--sx-shadow-lg);
}

.winkels-hero::after { background-image: url('assets/editorial/wine-selection.webp'); }
.widget-hero::after { background-image: url('assets/editorial/discover-wine.webp'); }
.wks-hero::after { background-image: url('assets/editorial/restaurant-wine-list.webp'); }
.page-retailers > .hero::after { background-image: url('assets/editorial/wine-selection.webp'); }
.page-developers > .hero::after { background-image: url('assets/editorial/vineyard-discovery.webp'); }

.page-retailers > .hero::before { display: none; }

.winkels-hero .container,
.widget-hero .container,
.wks-hero .container,
.page-retailers > .hero .container,
.page-developers > .hero .container { position: relative; z-index: 1; }

.winkels-hero-content,
.widget-hero-content,
.wks-hero .container,
.page-retailers > .hero .container,
.page-developers > .hero .container { max-width: var(--sx-page-width); }

.winkels-hero-content,
.widget-hero-content,
.wks-hero .container > *,
.page-retailers > .hero .container > *,
.page-developers > .hero .container > * { max-width: 570px; margin-left: 0; text-align: left; }

.page-retailers > .hero .hero-cta-group { justify-content: flex-start; }

.winkels-hero .hero-title,
.widget-hero .hero-title,
.wks-hero h1,
.page-retailers > .hero h1,
.page-developers > .hero h1 {
  max-width: 610px;
  color: var(--sx-text);
  font-size: clamp(3rem, 5.2vw, 5.7rem);
  line-height: .96;
  text-align: left;
}

.page-retailers > .hero h1 {
  max-width: 650px;
  font-size: clamp(3rem, 4vw, 4.6rem);
  line-height: .98;
}

.winkels-hero .hero-subtitle,
.widget-hero .hero-subtitle,
.wks-hero-sub,
.page-retailers > .hero .hero-subtitle,
.page-developers > .hero .hero-subtitle {
  max-width: 560px;
  margin-left: 0;
  color: var(--sx-text-muted);
  text-align: left;
}

.winkels-hero-trust,
.widget-hero-trust,
.page-developers .hero-stats {
  color: var(--sx-text-muted);
  border-color: var(--sx-border);
}

.widget-section,
.winkels-research,
.winkels-usecases,
.winkels-steps,
.winkels-pricing,
.wks-steps,
.wks-deliverables,
.page-developers .section { background: var(--sx-bg); }

.winkels-research-stat-number,
.roi-number,
.stats-bar-number { color: var(--sx-brand); }

/* Recommendation data is turquoise, not brand or wine colour. */
.pairing-score,
.wine-card-score,
.match-score,
[class*='score-badge'] {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 4px 10px;
  border: 1px solid var(--sx-match-score-border);
  border-radius: 999px;
  color: var(--sx-match-score-text);
  background: var(--sx-match-score-bg);
  font-weight: 700;
}

.dna-axis-track,
.dna-track { background: rgba(57, 121, 106, .12); }
.dna-axis-fill,
.dna-fill { background: var(--sx-utility-teal); }

/* Editorial, pairing and grape templates */
.blog-index,
.blog-article,
.pairing-page,
main.container { color: var(--sx-text); }

.blog-index { max-width: var(--sx-page-width); padding-top: 128px; }
.blog-index > h1 { font-size: clamp(3rem, 7vw, 6rem); line-height: .95; }
.blog-index > p { color: var(--sx-text-muted); font-size: 1.15rem; }
.blog-hub-links { gap: 14px; }
.blog-hub-link { background: #fff; border-color: var(--sx-border); box-shadow: var(--sx-shadow-sm); }
.blog-card { color: var(--sx-text); }
.blog-card-tag { color: var(--sx-brand); }

.blog-header,
.pairing-header { padding-top: 96px; text-align: left; }
.blog-header {
  width: min(920px, calc(100vw - 40px));
  margin-left: 50%;
  transform: translateX(-50%);
}
.blog-header h1 { font-size: clamp(2.7rem, 5vw, 4.15rem); line-height: .98; }
.pairing-header h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); line-height: 1; }
.blog-feature-image {
  width: min(920px, calc(100vw - 40px));
  margin: 0 0 46px 50%;
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--sx-shadow-md);
}
.blog-feature-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.pairing-feature-image {
  width: min(920px, calc(100vw - 40px));
  margin: 0 0 44px 50%;
  transform: translateX(-50%);
}
.pairing-feature-image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--sx-shadow-lg);
}
@media (max-width: 640px) {
  .pairing-feature-image { margin-bottom: 30px; }
  .pairing-feature-image img { border-radius: 18px; }
}
.blog-body,
.pairing-body,
.pairing-intro { color: var(--sx-graphite); }
.blog-body h2,
.pairing-section-title { font-family: var(--sx-font-serif); font-size: clamp(2rem, 4vw, 3.1rem); }
.blog-body h3 { color: var(--sx-text); }
.blog-cta,
.pairing-cta,
.pairing-tip,
.tips-section { background: var(--sx-brand-wash); border-color: rgba(104, 29, 53, .10); }

header.site .brand {
  font-family: var(--sx-font-display);
  color: var(--sx-text);
}

header.site + main.container { max-width: 840px; padding-top: 38px; }
header.site + main.container > h1 { font-family: var(--sx-font-serif); font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; }
header.site + main.container h2 { font-family: var(--sx-font-serif); font-size: clamp(1.8rem, 3vw, 2.7rem); }
header.site + main.container .cta { background: var(--sx-brand-wash); color: var(--sx-text); border: 1px solid rgba(104, 29, 53, .12); }
header.site + main.container .cta a { color: var(--sx-brand); }

.page-grape-guide header.site + main.container,
.page-grape-index header.site + main.container { max-width: 920px; padding-top: 62px; }
.page-grape-guide header.site + main.container > h1,
.page-grape-index header.site + main.container > h1 { max-width: 860px; }
.grape-hero-image {
  min-height: clamp(260px, 36vw, 430px);
  margin: 28px 0 34px;
  border-radius: 28px;
  background-image: linear-gradient(180deg, transparent 65%, rgba(44, 36, 22, .12)), var(--grape-image);
  background-position: center;
  background-size: cover;
  box-shadow: var(--sx-shadow-md);
}
.grape-hero-image--hub { background-position: center 58%; }

/* Legal and docs pages without shared page classes */
.legal-page,
.legal-container { max-width: var(--sx-reading-width); margin-inline: auto; }

.legal-nav {
  background: rgba(253, 252, 249, .96) !important;
  border-bottom: 1px solid var(--sx-border) !important;
  box-shadow: none;
}
.legal-nav-logo img { width: auto; height: 42px; }
.legal-nav-actions { display: flex; align-items: center; gap: 14px; }
.legal-nav-back { color: var(--sx-text-muted) !important; }
.legal-nav-back:hover { color: var(--sx-brand) !important; }
.legal-lang {
  min-width: 44px;
  min-height: 40px;
  border: 1px solid var(--sx-border);
  border-radius: 12px;
  background: #fff;
  color: var(--sx-text);
  font: 600 .86rem var(--sx-font-body);
  cursor: pointer;
}
.legal-content { max-width: 780px !important; color: var(--sx-graphite); }
.legal-content h1,
.legal-content h2 { color: var(--sx-text) !important; font-family: var(--sx-font-serif) !important; }
.legal-content h1 { font-size: clamp(3rem, 7vw, 5.2rem) !important; line-height: .98; }
.legal-content h2 { font-size: clamp(1.8rem, 4vw, 2.6rem) !important; }
.legal-content h3,
.legal-content th { color: var(--sx-text) !important; }
.legal-content a { color: var(--sx-brand); }
.legal-content th,
.legal-content td { border-color: var(--sx-border) !important; }
.legal-meta { color: var(--sx-text-muted) !important; }
.legal-footer { border-color: var(--sx-border) !important; color: var(--sx-text-muted) !important; background: #fff; }

/* Footer */
.footer {
  background: #fff;
  color: var(--sx-text-muted);
  border-top: 1px solid var(--sx-border);
}
.footer h4 { color: var(--sx-text); }
.footer a { color: var(--sx-text-muted); }
.footer a:hover { color: var(--sx-brand); }

[data-content-locale][hidden] { display: none !important; }

@media (max-width: 980px) {
  .page-home .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .page-home .hero > .container { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
  .page-home .hero-content { text-align: center; margin-inline: auto; }
  .page-home .hero-subtitle,
  .page-home .hero-brand-claim,
  .page-home .hero-tagline,
  .page-home .hero-cta-sub,
  .page-home .hero-cta-webapp { text-align: center; margin-inline: auto; }
  .page-home .store-badges,
  .page-home .hero-stats { justify-content: center; }
  .page-home .hero-visual { min-height: 520px; margin: 0 20px 32px; border-radius: 28px; }
  .lifestyle-intro-grid { grid-template-columns: 1fr 1fr; }
  .lifestyle-card:last-child { grid-column: 1 / -1; min-height: 360px; }

  .winkels-hero,
  .widget-hero,
  .wks-hero,
  .page-retailers > .hero,
  .page-developers > .hero { padding-bottom: 430px; }
  .winkels-hero::after,
  .widget-hero::after,
  .wks-hero::after,
  .page-retailers > .hero::after,
  .page-developers > .hero::after { left: 20px; right: 20px; top: auto; bottom: 32px; width: auto; height: 360px; border-radius: 24px; }
}

@media (max-width: 720px) {
  .container,
  .nav-container { width: min(100% - 32px, var(--sx-page-width)); }
  .nav-logo-img { width: 158px; height: 36px; }
  .page-home .hero-title { font-size: clamp(3.1rem, 16vw, 5rem); }
  .page-home .hero-content { padding: 48px 0 30px; }
  .page-home .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .page-home .stat-number { font-size: 1rem; }
  .page-home .stat-label { font-size: .7rem; }
  .page-home .hero-visual { min-height: 390px; }
  .page-home .phone-mockup { display: none; }
  .lifestyle-intro { padding: 48px 0; }
  .lifestyle-intro-grid { grid-template-columns: 1fr; }
  .lifestyle-card,
  .lifestyle-card:last-child { grid-column: auto; min-height: 360px; }
  .winkels-hero,
  .widget-hero,
  .wks-hero,
  .page-retailers > .hero,
  .page-developers > .hero { padding-top: 118px; padding-bottom: 350px; }
  .winkels-hero::after,
  .widget-hero::after,
  .wks-hero::after,
  .page-retailers > .hero::after,
  .page-developers > .hero::after { left: 16px; right: 16px; height: 286px; }
  .winkels-hero .hero-title,
  .widget-hero .hero-title,
  .wks-hero h1,
  .page-retailers > .hero h1,
  .page-developers > .hero .container { width: 100%; padding-inline: 20px; }
  .page-retailers > .hero h1,
  .page-developers > .hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .wine-card { padding: 18px; }

  header.site nav.desktop { display: none; }
  header.site .nav-mobile-toggle { display: flex; }

  .pairing-breadcrumb {
    width: min(100% - 40px, 740px);
    padding-top: 92px !important;
  }
  .pairing-header { padding-top: 30px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
