:root {
  --pink: #e6688e;
  --pink-deep: #b83263;
  --paper: #f8f2ed;
  --paper-2: #fffaf7;
  --ink: #2f272a;
  --muted: #806e72;
  --wafer: #d99a55;
  --line: rgba(230, 104, 142, 0.24);
  --shadow: 0 28px 90px rgba(184, 50, 99, 0.16);
  --condensed: "Lucidity Condensed", "Arial Narrow", "Poppins", sans-serif;
  --script: "Berkshire Swash", Georgia, serif;
  --sans: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(230, 104, 142, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(230, 104, 142, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 44px 44px;
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

a {
  color: inherit;
}

.shell {
  overflow: hidden;
}

.nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--pink);
  text-decoration: none;
}

.brand-logo {
  width: clamp(168px, 18vw, 260px);
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(184, 50, 99, 0.12));
}

.brand-name {
  display: grid;
  line-height: 1.02;
}

.brand-name strong {
  font-family: var(--script);
  font-size: 25px;
  font-weight: 400;
}

.brand-name span {
  font-family: var(--condensed);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-links a,
.pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(255, 250, 247, 0.72);
  color: var(--pink-deep);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.social-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 250, 247, 0.72);
  color: var(--pink-deep);
  text-decoration: none;
}

.social-icons svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.pill.primary,
.button.primary {
  background: var(--pink);
  color: white;
  border-color: var(--pink);
}

.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: clamp(34px, 6vw, 80px);
  padding: clamp(36px, 6vh, 70px) 0 clamp(48px, 8vh, 92px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hurt-hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--pink);
  font-family: var(--condensed);
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  max-width: 780px;
  margin: 0;
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(58px, 8.6vw, 124px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0.01em;
}

h1 span {
  display: block;
}

.lead {
  max-width: 640px;
  margin: 30px 0 0;
  color: var(--ink);
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.42;
}

.lead strong {
  color: var(--pink-deep);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 20px;
  background: var(--paper-2);
  color: var(--pink-deep);
  font-weight: 900;
  text-decoration: none;
}

.nav-links a[aria-current="page"] {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
}

.hurt-hero {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 98px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.58fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(26px, 5vh, 58px) 0 clamp(34px, 6vh, 70px);
}

.hurt-hero h1 {
  max-width: 760px;
  font-size: clamp(44px, 5.8vw, 86px);
  line-height: 1.08;
}

.hurt-hero .lead {
  max-width: 720px;
  margin-top: 22px;
  font-size: clamp(18px, 1.75vw, 24px);
}

.hurt-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.hurt-metrics span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 250, 247, 0.8);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.hurt-metrics strong {
  display: block;
  color: var(--pink-deep);
  font-size: 22px;
  line-height: 1.1;
}

.hurt-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 470px;
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(circle at 64% 8%, rgba(230, 104, 142, 0.18), transparent 13rem),
    linear-gradient(180deg, rgba(255, 250, 247, 0.68), rgba(255, 250, 247, 0.96));
  box-shadow: var(--shadow);
}

.hurt-hero-card img {
  position: absolute;
  top: 18px;
  right: -22px;
  width: min(300px, 72%);
  height: auto;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 26px 46px rgba(184, 50, 99, 0.22));
}

.hurt-hero-card > div {
  position: relative;
  z-index: 2;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 250, 247, 0.9);
  backdrop-filter: blur(10px);
}

.hurt-hero-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hurt-hero-card li {
  color: var(--pink-deep);
  font-size: 16px;
  font-weight: 900;
}

.b2b-switcher {
  width: min(1180px, calc(100% - 40px));
  margin: -22px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.b2b-switcher a {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255, 250, 247, 0.82);
  color: var(--pink-deep);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.b2b-switcher a:hover,
.b2b-switcher a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(184, 50, 99, 0.36);
  box-shadow: 0 22px 52px rgba(184, 50, 99, 0.12);
}

.b2b-switcher a[aria-current="page"] {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
}

.compact-section {
  padding-top: clamp(48px, 7vw, 90px);
  padding-bottom: clamp(48px, 7vw, 90px);
}

.partner-grid,
.process-steps,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partner-card,
.process-steps article,
.faq-card,
.lead-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 32px);
  background: rgba(255, 250, 247, 0.78);
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
}

.featured-partner {
  background:
    radial-gradient(circle at 88% 14%, rgba(230, 104, 142, 0.16), transparent 12rem),
    var(--paper-2);
}

.card-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(230, 104, 142, 0.1);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.partner-card strong,
.process-steps strong,
.faq-card strong {
  display: block;
  color: var(--pink-deep);
  font-size: 20px;
  line-height: 1.18;
}

.partner-card p,
.process-steps p,
.faq-card p,
.lead-panel p,
.conversion-strip p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.process-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.process-steps b {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--pink);
  color: #fff;
  font-size: 19px;
}

.conversion-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 96% 16%, rgba(230, 104, 142, 0.18), transparent 14rem),
    rgba(255, 250, 247, 0.82);
  box-shadow: var(--shadow);
}

.conversion-strip h2,
.lead-panel h2 {
  font-size: clamp(38px, 5.6vw, 74px);
}

.conversion-strip .hero-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.lead-panel {
  min-height: 100%;
  background:
    radial-gradient(circle at 88% 10%, rgba(230, 104, 142, 0.16), transparent 12rem),
    rgba(255, 250, 247, 0.86);
}

.hurt-check-list {
  margin-bottom: 18px;
}

.taste-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 14px;
  align-items: stretch;
}

.ad-image-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 14px;
  margin: 22px 0 20px;
}

.ad-image-card {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
}

.ad-image-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.ad-image-card-wide img {
  aspect-ratio: 1200 / 628;
}

.seo-section {
  border-top: 1px solid rgba(230, 104, 142, 0.18);
  border-bottom: 1px solid rgba(230, 104, 142, 0.18);
}

.seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  gap: 14px;
  align-items: stretch;
}

.seo-panel,
.seo-article-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.8);
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
}

.seo-panel {
  padding: clamp(24px, 3vw, 36px);
}

.seo-panel-main {
  background:
    radial-gradient(circle at 92% 14%, rgba(230, 104, 142, 0.14), transparent 14rem),
    rgba(255, 250, 247, 0.86);
}

.seo-panel h3,
.seo-article-card h3 {
  margin: 0;
  color: var(--pink-deep);
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.16;
}

.seo-panel p,
.seo-article-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.68;
}

.seo-panel-side strong {
  display: block;
  color: var(--pink-deep);
  font-size: 20px;
  line-height: 1.25;
}

.seo-panel-side ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.seo-panel-side li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.seo-panel-side li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
}

.seo-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.seo-article-card {
  padding: clamp(22px, 3vw, 30px);
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.seo-article-card:hover,
.seo-article-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(184, 50, 99, 0.36);
  box-shadow: 0 22px 52px rgba(184, 50, 99, 0.12);
}

.seo-article-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--pink);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.guide-teaser {
  padding-top: clamp(34px, 5vw, 68px);
}

.guide-link-grid,
.article-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.guide-link-grid a,
.article-list-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 2.4vw, 28px);
  background: rgba(255, 250, 247, 0.78);
  color: var(--pink-deep);
  font-weight: 900;
  line-height: 1.28;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.guide-link-grid a:hover,
.guide-link-grid a:focus-visible,
.article-list-card:hover,
.article-list-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(184, 50, 99, 0.36);
  box-shadow: 0 22px 52px rgba(184, 50, 99, 0.12);
}

.article-page .nav {
  align-items: center;
}

.article-hero,
.article-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.article-hero {
  padding: clamp(42px, 7vw, 92px) 0 clamp(28px, 5vw, 58px);
}

.article-hero h1 {
  max-width: 980px;
  font-size: clamp(44px, 6.2vw, 92px);
}

.breadcrumb-link {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 250, 247, 0.78);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.article-image {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto clamp(28px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  box-shadow: var(--shadow);
}

.article-image img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(200px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: start;
  padding-bottom: clamp(48px, 7vw, 90px);
}

.article-aside {
  position: sticky;
  top: 18px;
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 250, 247, 0.78);
}

.article-aside strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pink-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-aside a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.article-aside a:hover,
.article-aside a:focus-visible {
  color: var(--pink-deep);
}

.article-content {
  min-width: 0;
}

.article-content p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 20px);
  font-weight: 600;
  line-height: 1.78;
}

.article-content h2 {
  margin: clamp(32px, 5vw, 54px) 0 14px;
  color: var(--pink-deep);
  font-family: var(--sans);
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.12;
}

.article-cta {
  margin-top: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 38px);
  background:
    radial-gradient(circle at 92% 12%, rgba(230, 104, 142, 0.16), transparent 12rem),
    rgba(255, 250, 247, 0.86);
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
}

.article-cta h2 {
  margin-top: 0;
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400;
}

.article-list-card {
  color: var(--muted);
  overflow: hidden;
}

.article-list-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(230, 104, 142, 0.1);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-list-card h2 {
  margin: 0;
  color: var(--pink-deep);
  font-family: var(--sans);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.12;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.article-list-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.featured-article-card {
  grid-column: span 2;
  background:
    radial-gradient(circle at 90% 12%, rgba(230, 104, 142, 0.16), transparent 12rem),
    var(--paper-2);
}

.article-card-image {
  display: block;
  width: calc(100% + clamp(36px, 4.8vw, 56px));
  max-width: none;
  height: 178px;
  margin: calc(clamp(18px, 2.4vw, 28px) * -1) calc(clamp(18px, 2.4vw, 28px) * -1) 18px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.featured-article-card .article-card-image {
  height: 240px;
}

.legal-page {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(22px, 4vw, 54px) 0 clamp(56px, 7vw, 94px);
}

.legal-document {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
}

.legal-hero {
  max-width: 860px;
  padding: clamp(18px, 3vw, 30px) 0 clamp(26px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
}

.legal-document h1 {
  max-width: 820px;
  color: var(--pink);
  font-size: clamp(42px, 6vw, 82px);
}

.legal-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(17px, 1.8vw, 21px);
  font-weight: 650;
  line-height: 1.58;
}

.legal-updated {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 250, 247, 0.72);
}

.legal-toc strong {
  display: block;
  margin-bottom: 10px;
  color: var(--pink-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 8px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--pink-deep);
}

.legal-content {
  min-width: 0;
}

.legal-section {
  padding: 0 0 28px;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.18;
}

.legal-section p {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.legal-section a,
.footer-meta a {
  color: var(--pink-deep);
  font-weight: 900;
}

.auth-callback-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.auth-callback-card {
  width: min(620px, 100%);
}

.auth-callback-logo {
  margin-bottom: 34px;
}

.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(680px, 72vh);
}

.hero-media::before {
  content: "";
  position: absolute;
  width: min(680px, 92vw);
  aspect-ratio: 1;
  border: 2px solid rgba(230, 104, 142, 0.28);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.82), rgba(230, 104, 142, 0.08) 58%, transparent 60%);
}

.hero-media img {
  position: relative;
  width: min(520px, 84%);
  height: auto;
  filter: drop-shadow(0 34px 50px rgba(184, 50, 99, 0.22));
}

.hero-seal {
  opacity: 0.94;
  transform: rotate(4deg);
}

.floating-note {
  position: absolute;
  right: 4%;
  bottom: 13%;
  width: min(240px, 48vw);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 250, 247, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.floating-note strong {
  display: block;
  color: var(--pink);
  font-family: var(--script);
  font-size: 28px;
  font-weight: 400;
}

.floating-note span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.marquee {
  border-block: 1px solid var(--line);
  background: var(--pink);
  color: var(--paper);
  overflow: hidden;
}

.marquee-track {
  width: max-content;
  display: flex;
  gap: 28px;
  padding: 13px 0;
  animation: marquee 28s linear infinite;
  font-family: var(--condensed);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-track span {
  padding-left: 28px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.homepage-gallery {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(26px, 4vw, 46px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
  gap: 14px;
}

.homepage-gallery-card {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-2);
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
}

.homepage-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.homepage-gallery-card-large img {
  min-height: 360px;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 10vw, 128px) 0;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.section-header.offset {
  margin-top: 54px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--pink);
  font-family: var(--condensed);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(44px, 6.6vw, 92px);
  font-weight: 400;
  line-height: 1.02;
}

.section-intro {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.feature-grid,
.offer-grid,
.wholesale-grid,
.benefit-grid,
.store-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.offer-card,
.wholesale-card,
.benefit-card,
.store-card,
.contact-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 250, 247, 0.78);
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
}

.feature-card strong,
.offer-card strong,
.wholesale-card strong,
.benefit-card strong,
.store-card strong {
  display: block;
  color: var(--pink-deep);
  font-size: 20px;
  line-height: 1.15;
}

.feature-card p,
.offer-card p,
.wholesale-card p,
.benefit-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.58;
}

.store-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.store-card.featured {
  background:
    radial-gradient(circle at 92% 12%, rgba(230, 104, 142, 0.18), transparent 13rem),
    var(--paper-2);
}

.store-card h3,
.flavor-location h3 {
  margin: 0;
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 400;
  line-height: 0.98;
}

.store-address {
  margin: 20px 0 0;
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.18;
}

.store-hours {
  margin: 14px 0 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(230, 104, 142, 0.08);
  color: var(--pink-deep);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.store-card p:not(.section-kicker):not(.store-address):not(.store-hours) {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 26px;
}

.local-page .hero {
  min-height: auto;
  padding-top: clamp(32px, 6vw, 78px);
}

.local-details {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: 18px;
  align-items: start;
}

.feature-card b {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-family: var(--script);
  font-size: 22px;
  font-weight: 400;
}

.section-copy {
  max-width: 920px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
}

.section-copy p {
  margin: 0 0 18px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px 14px 46px;
  background: rgba(255, 250, 247, 0.78);
  color: var(--pink-deep);
  font-size: 15px;
  font-weight: 800;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: inset 0 0 0 4px var(--paper-2);
}

.benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.wholesale-grid {
  margin-top: 30px;
}

.section-actions {
  margin-top: 26px;
}

.wholesale-card {
  min-height: 100%;
}

.wholesale-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pink);
  color: white;
}

.wholesale-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.pistachio-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.6fr);
  gap: 18px;
  align-items: stretch;
}

.pistachio-note {
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--pink);
  color: white;
  box-shadow: var(--shadow);
}

.pistachio-note strong {
  display: block;
  font-family: var(--script);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400;
  line-height: 0.95;
}

.pistachio-note p {
  margin: 22px 0 0;
  font-weight: 700;
  line-height: 1.6;
}

.flavor-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.store-flavors {
  display: grid;
  gap: 18px;
}

.flavor-location {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: rgba(255, 250, 247, 0.54);
}

.flavor-location-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.flavor-card {
  min-height: 170px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 250, 247, 0.75);
  box-shadow: 0 18px 45px rgba(184, 50, 99, 0.08);
}

.flavor-card strong {
  display: block;
  color: var(--pink-deep);
  font-size: 19px;
  line-height: 1.1;
}

.flavor-card p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.flavor-card span {
  display: inline-flex;
  margin-top: 14px;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(230, 104, 142, 0.12);
  color: var(--pink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.story-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.78);
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 42px);
}

.story-panel.big {
  background:
    radial-gradient(circle at 85% 18%, rgba(230, 104, 142, 0.18), transparent 15rem),
    var(--paper-2);
}

.story-panel h3 {
  margin: 0 0 18px;
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 0.94;
}

.story-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.quality-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.quality-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.quality-item b {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pink);
  color: white;
  font-family: var(--script);
  font-size: 20px;
  font-weight: 400;
}

.quality-item strong {
  display: block;
  color: var(--pink-deep);
  margin-bottom: 3px;
}

.location {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 18px;
}

.location-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--pink);
  color: white;
  box-shadow: var(--shadow);
}

.location-card h2,
.location-card .section-kicker {
  color: white;
}

.address {
  margin: 24px 0 0;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.12;
}

.map-frame {
  min-height: 430px;
  border: 0;
  border-radius: 8px;
  width: 100%;
  box-shadow: var(--shadow);
  background: var(--paper-2);
}

.map-strip {
  margin-top: 18px;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-list a,
.contact-list span {
  display: block;
  color: white;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}

.contact-locations {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-locations a {
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  padding: 14px;
  color: white;
  text-decoration: none;
}

.contact-locations strong,
.contact-locations span {
  display: block;
}

.contact-locations strong {
  font-size: 16px;
  font-weight: 900;
}

.contact-locations span {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.9;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.social-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 10px 14px;
  color: white;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  align-items: start;
}

.contact-panel h3 {
  margin: 0 0 18px;
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.02;
}

.contact-panel p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--pink-deep);
  font-size: 13px;
  font-weight: 900;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: var(--paper-2);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  outline: 3px solid rgba(230, 104, 142, 0.18);
  border-color: var(--pink);
}

.hp-field {
  display: none;
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  opacity: 0.82;
}

.footer-meta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-socials {
  flex: 0 0 auto;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 19;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.58);
  color: var(--pink-deep);
  box-shadow: 0 14px 40px rgba(184, 50, 99, 0.16);
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
  backdrop-filter: blur(10px);
}

.scroll-top:hover,
.scroll-top:focus-visible {
  background: rgba(255, 250, 247, 0.9);
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  width: min(720px, calc(100% - 32px));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 250, 247, 0.96);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  transform: translate(-50%, 120%);
  opacity: 0;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.cookie-consent.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.cookie-consent strong {
  display: block;
  margin-bottom: 6px;
  color: var(--pink-deep);
  font-size: 16px;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

@media (max-width: 980px) {
  .hero,
  .hurt-hero,
  .section-header,
  .legal-layout,
  .story-grid,
  .location,
  .feature-grid,
  .offer-grid,
  .wholesale-grid,
  .benefit-grid,
  .partner-grid,
  .process-steps,
  .faq-grid,
  .ad-image-grid,
  .homepage-gallery,
  .seo-layout,
  .seo-article-grid,
  .guide-link-grid,
  .article-card-grid,
  .article-layout,
  .taste-showcase,
  .store-grid,
  .local-details,
  .pistachio-panel,
  .contact-grid,
  .map-grid,
  .conversion-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hurt-hero {
    min-height: auto;
  }

  .hurt-hero-card {
    min-height: 420px;
  }

  .conversion-strip .hero-actions {
    justify-content: flex-start;
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flavor-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flavor-location-header {
    display: block;
  }

  .legal-toc {
    position: static;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 680px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-socials {
    justify-content: center;
  }

  .brand-logo {
    width: min(238px, 78vw);
  }

  .nav-links,
  .hero-actions,
  .footer {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links a,
  .button {
    width: 100%;
  }

  .hero-media {
    margin-top: 12px;
    min-height: 420px;
  }

  .hurt-metrics {
    grid-template-columns: 1fr;
  }

  .hurt-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 42px);
    overflow-wrap: anywhere;
  }

  .hurt-hero .lead {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .b2b-switcher {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hurt-hero-card {
    min-height: 360px;
  }

  .hurt-hero-card img {
    right: -18px;
    width: min(260px, 70%);
    max-height: 300px;
  }

  .ad-image-card img {
    min-height: 220px;
  }

  .hero-media img {
    width: min(300px, 78vw);
  }

  .floating-note {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .flavor-board {
    grid-template-columns: 1fr;
  }

  .store-actions {
    flex-direction: column;
  }

  .legal-page {
    width: min(1080px, calc(100% - 28px));
  }

  .legal-document h1 {
    font-size: clamp(38px, 13vw, 54px);
    overflow-wrap: anywhere;
  }

  .legal-lead {
    overflow-wrap: anywhere;
  }

  .legal-toc {
    display: none;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .check-list,
  .wholesale-grid,
  .benefit-grid,
  .store-grid,
  .form-row,
  .guide-link-grid,
  .article-card-grid {
    grid-template-columns: 1fr;
  }

  .featured-article-card {
    grid-column: auto;
  }

  .map-frame {
    min-height: 320px;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .scroll-top {
    right: 14px;
    bottom: 14px;
  }
}
