/* Öffentliche Agentur-, Mediadaten-, Angebots- und FAQ-Oberfläche. */
.commerce-hero {
  overflow: hidden;
  padding: 76px 0 64px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.commerce-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(400px, 1.04fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
}
.commerce-hero-copy { position: relative; padding: 30px 0 26px 28px; }
.commerce-hero-copy::before {
  content: '';
  position: absolute;
  inset: 0 -28px 0 0;
  border-top: 1px solid var(--red);
  border-left: 1px solid var(--red);
  pointer-events: none;
}
.commerce-hero h1 { position: relative; max-width: 760px; margin-bottom: 20px; font-size: clamp(3rem, 5vw, 5.15rem); }
.commerce-hero .hero-intro { position: relative; max-width: 720px; }
.commerce-actions { position: relative; display: flex; flex-wrap: wrap; gap: 12px; }
.commerce-proof {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 28px 0 0;
  color: var(--muted);
  list-style: none;
  font-size: .78rem;
  font-weight: 720;
}
.commerce-proof li::before { content: '✓'; margin-right: 7px; color: var(--red); }
.commerce-hero-visual { position: relative; margin: 0; border-bottom: 4px solid var(--red); }
.commerce-hero-visual::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -18px;
  right: -18px;
  width: 45%;
  height: 42%;
  border-top: 1px solid var(--red);
  border-right: 1px solid var(--red);
  pointer-events: none;
}
.commerce-hero-visual img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; object-position: center 43%; }
.commerce-hero-visual figcaption {
  padding: 11px 2px 7px;
  color: var(--muted);
  font-size: .7rem;
}
.commerce-hero-bloggers .commerce-hero-visual img { object-position: 59% 43%; }
.commerce-trust { display: grid; gap: 8px; padding: 24px; border-top: 3px solid var(--red); background: var(--white); }
.commerce-trust strong { font-family: var(--serif); font-size: 1.65rem; }
.commerce-trust span { color: var(--muted); font-size: .88rem; }

.commerce-jump {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}
.commerce-jump a { flex: 0 0 auto; min-height: 44px; padding: 10px 16px; color: var(--muted); font-size: .78rem; font-weight: 780; }
.commerce-jump a:hover, .commerce-jump a:focus-visible { color: var(--red); }

.commerce-content { padding-top: 74px; padding-bottom: 98px; }
.commerce-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 38px;
}
.commerce-section-heading h2 { max-width: 760px; margin-bottom: 0; }
.commerce-section-heading > p { max-width: 520px; margin-bottom: 5px; color: var(--muted); }
.commerce-section-heading-spaced { margin-top: 84px; }
.commerce-stage-note {
  margin: -10px 0 28px;
  padding: 15px 18px;
  border-left: 3px solid var(--red);
  color: var(--muted);
  background: var(--cream);
  font-size: .82rem;
}
.commerce-stage-note strong { color: var(--ink); }
.commerce-media-facts {
  padding: 88px 0 92px;
  scroll-margin-top: 100px;
  background: var(--cream);
}
.commerce-media-fact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  border-top: 1px solid var(--red);
  background: var(--line);
}
.commerce-media-fact-grid article {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: var(--white);
}
.commerce-media-fact-grid strong {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.02;
}
.commerce-media-fact-grid span { font-weight: 820; }
.commerce-media-fact-grid small { margin-top: 6px; color: var(--muted); line-height: 1.45; }
.commerce-measurement-note {
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--red);
  color: var(--muted);
  background: rgba(255,255,255,.66);
  font-size: .8rem;
}
.commerce-measurement-note strong { color: var(--ink); }
.commerce-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.commerce-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 3vw, 36px);
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.commerce-card:hover { border-color: var(--red); box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.commerce-card h3 { margin-bottom: 14px; font-family: var(--serif); font-size: clamp(1.85rem, 3vw, 2.75rem); font-weight: 500; letter-spacing: -.03em; }
.commerce-card h3 a:hover, .commerce-card h3 a:focus-visible { color: var(--red); }
.commerce-card > div > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.commerce-card-specs { display: grid; gap: 5px; padding: 16px 0 0; margin: 18px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .74rem; }
.commerce-card-specs strong { color: var(--ink); }
.commerce-card-footer { padding-top: 24px; border-top: 1px solid var(--line); }
.commerce-price { display: block; color: var(--red); font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 1.65rem); }
.commerce-validity { margin: 6px 0 0; color: var(--muted); font-size: .72rem; }
.commerce-more { display: inline-flex; align-items: center; min-height: 44px; margin-top: 13px; color: var(--red); font-weight: 800; }
.commerce-more span { margin-left: 5px; transition: transform 180ms ease; }
.commerce-more:hover span { transform: translateX(4px); }
.commerce-empty { max-width: 850px; padding: 34px; border: 1px solid var(--red); background: var(--white); }
.commerce-empty h2 { margin-bottom: 12px; }

.commerce-process { padding: 92px 0; background: var(--cream); }
.commerce-steps {
  counter-reset: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--red);
}
.commerce-steps li { min-width: 0; padding: 28px 24px 8px 0; border-right: 1px solid var(--line); }
.commerce-steps li + li { padding-left: 24px; }
.commerce-steps li:last-child { border-right: 0; }
.commerce-steps span { display: block; margin-bottom: 38px; color: var(--red); font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.commerce-steps strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: 1.55rem; }
.commerce-steps p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.commerce-formats { padding-top: 98px; padding-bottom: 104px; }
.commerce-format-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.commerce-format-card { padding-top: 18px; border-top: 1px solid var(--red); }
.commerce-format-card h3 { margin-bottom: 9px; font-family: var(--serif); font-size: clamp(1.65rem, 2.7vw, 2.25rem); font-weight: 500; }
.commerce-format-card > p:last-child { color: var(--muted); font-size: .88rem; }
.format-visual {
  position: relative;
  height: 218px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--cream);
}
.format-visual::before { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(179, 22, 36, .24); background: var(--white); }
.format-visual i, .format-visual b, .format-visual span { position: absolute; z-index: 1; display: block; }
.format-article i { top: 30px; right: 30px; left: 30px; height: 78px; background: linear-gradient(135deg, var(--cream-dark), #d8c4ae); }
.format-article b { top: 124px; left: 30px; width: 46%; height: 10px; background: var(--red); }
.format-article span { left: 30px; width: 68%; height: 5px; background: var(--line); }
.format-article span:nth-of-type(1) { top: 148px; }
.format-article span:nth-of-type(2) { top: 164px; width: 58%; }
.format-article span:nth-of-type(3) { top: 180px; width: 42%; }
.format-topic i { top: 30px; bottom: 30px; left: 30px; width: 42%; background: var(--red); }
.format-topic b { top: 47px; right: 30px; width: 38%; height: 13px; border-top: 2px solid var(--red); border-bottom: 2px solid var(--red); }
.format-topic span { right: 30px; width: 38%; height: 28px; border: 1px solid var(--line); background: var(--cream); }
.format-topic span:nth-of-type(1) { top: 80px; }
.format-topic span:nth-of-type(2) { top: 122px; }
.format-display i { top: 30px; right: 30px; left: 30px; height: 14px; background: var(--ink); }
.format-display b { top: 66px; right: 40px; left: 40px; display: grid; height: 72px; place-items: center; color: var(--white); background: var(--red); font-size: .66rem; letter-spacing: .16em; }
.format-display span { bottom: 39px; width: 29%; height: 30px; border: 1px solid var(--line); background: var(--cream); }
.format-display span:nth-of-type(1) { left: 40px; }
.format-display span:nth-of-type(2) { right: 40px; }

.commerce-placements {
  padding: 98px 0 104px;
  scroll-margin-top: 100px;
  color: var(--white);
  background: var(--ink);
}
.commerce-placements .commerce-section-heading > p { color: #d8cfca; }
.commerce-placements .eyebrow { color: #ffb9bf; }
.commerce-placement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.commerce-placement-card { min-width: 0; color: var(--ink); background: var(--white); }
.placement-preview {
  position: relative;
  display: flex;
  height: 300px;
  flex-direction: column;
  gap: 13px;
  overflow: hidden;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
.preview-header {
  display: block;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--ink);
  color: var(--ink);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.placement-preview-home > i { display: block; width: 72%; height: 7px; background: var(--line); }
.placement-preview-home > i:nth-of-type(2) { width: 48%; }
.sample-ad {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 18px;
  color: var(--white);
  background: var(--red);
}
.sample-ad small { margin-bottom: 8px; color: #ffd4d8; font-size: .48rem; font-weight: 900; letter-spacing: .1em; }
.sample-ad strong { font-family: var(--serif); font-size: clamp(1rem, 1.7vw, 1.35rem); font-weight: 500; line-height: 1.05; }
.sample-ad span { margin-top: 7px; font-size: .58rem; font-weight: 760; }
.sample-ad-billboard { width: 100%; aspect-ratio: 970 / 250; min-height: 88px; margin-block: 3px; }
.preview-story { display: grid; grid-template-columns: 78px 1fr; grid-template-rows: repeat(2, 7px); gap: 10px 12px; align-items: center; }
.preview-story b { grid-row: 1 / 3; height: 56px; background: var(--cream-dark); }
.preview-story i { height: 6px; background: var(--line); }
.preview-story i:last-child { width: 62%; }
.sample-ad-content { min-height: 62px; padding-block: 9px; }
.sample-ad-content small { margin-bottom: 4px; }
.sample-ad-content strong { font-size: 1rem; }
.sample-ad-content span { position: absolute; right: 13px; bottom: 11px; }
.placement-preview-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) minmax(112px, .55fr); grid-template-rows: auto 1fr; gap: 16px; }
.placement-preview-sidebar .preview-header { grid-column: 1 / -1; }
.preview-column { display: grid; align-content: start; gap: 12px; padding-top: 4px; }
.preview-column i { display: block; height: 8px; background: var(--line); }
.preview-column i:first-child { width: 62%; height: 38px; background: var(--cream-dark); }
.preview-column i:nth-child(3) { width: 83%; }
.preview-column i:nth-child(4) { width: 91%; }
.preview-column i:nth-child(5) { width: 67%; }
.sample-ad-rectangle { align-self: start; width: 100%; aspect-ratio: 300 / 250; min-height: 150px; }
.commerce-placement-copy { padding: 26px 26px 30px; }
.commerce-placement-copy h3 { margin: 3px 0 11px; font-family: var(--serif); font-size: clamp(1.7rem, 2.7vw, 2.3rem); font-weight: 500; }
.commerce-placement-copy > p:not(.eyebrow) { min-height: 74px; color: var(--muted); font-size: .84rem; }
.commerce-placement-copy dl { margin: 22px 0 0; border-top: 1px solid var(--line); }
.commerce-placement-copy dl div { display: grid; grid-template-columns: 80px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .72rem; }
.commerce-placement-copy dt { color: var(--muted); font-weight: 760; }
.commerce-placement-copy dd { margin: 0; font-weight: 760; }
.commerce-placement-footnote { margin: 28px 0 0; padding: 18px 20px; border: 1px solid rgba(255,255,255,.3); color: #d8cfca; font-size: .8rem; }
.commerce-placement-footnote strong { color: var(--white); }

.commerce-creator { padding: 94px 0; color: var(--white); background: var(--ink); }
.commerce-creator .eyebrow { color: #ffb9bf; }
.commerce-creator-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(44px, 8vw, 96px); }
.commerce-creator h2 { max-width: 780px; }
.commerce-creator-grid > div > p:not(.eyebrow) { max-width: 680px; color: #d8cfca; }
.commerce-creator .button { margin-top: 10px; }
.commerce-boundaries { padding: 34px; border: 1px solid rgba(255,255,255,.3); border-top: 3px solid var(--red); }
.commerce-boundaries ul, .commerce-boundary-list, .commerce-check-list { display: grid; gap: 14px; padding: 0; margin: 0; list-style: none; }
.commerce-boundaries li { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.17); color: #eee8e4; }
.commerce-boundaries li:last-child { padding-bottom: 0; border-bottom: 0; }
.commerce-boundaries li::before { content: '✓'; margin-right: 10px; color: #ffb9bf; font-weight: 900; }

.commerce-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: center;
  gap: 54px;
  padding-top: 70px;
  padding-bottom: 76px;
  border-top: 1px solid var(--red);
}
.commerce-cta h2 { max-width: 800px; margin-bottom: 12px; }
.commerce-cta > div:first-child > p:last-child { max-width: 760px; margin-bottom: 0; color: var(--muted); }

/* Einzelangebot. */
.commerce-detail-hero { padding: 52px 0 64px; border-bottom: 1px solid var(--line); background: var(--cream); }
.commerce-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; color: var(--muted); font-size: .78rem; }
.commerce-breadcrumb a { color: var(--red); font-weight: 800; }
.commerce-detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 58px; }
.commerce-detail-hero h1 { max-width: 880px; margin-bottom: 18px; }
.commerce-price-panel { display: grid; gap: 8px; padding: 30px; border-top: 3px solid var(--red); background: var(--white); box-shadow: var(--shadow-soft); }
.commerce-price-panel > span { color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.commerce-price-panel > strong { font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.15; }
.commerce-price-panel small { color: var(--muted); }
.commerce-detail-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: start; gap: 44px; padding-top: 70px; padding-bottom: 98px; }
.commerce-detail { padding: clamp(26px, 5vw, 54px); border-top: 2px solid var(--red); background: var(--white); }
.commerce-detail .entry-content { max-width: 780px; }
.commerce-detail .entry-content h2, .commerce-detail .entry-content h3 { margin-top: 34px; }
.commerce-detail .entry-content h2 { font-size: clamp(2rem, 3vw, 3rem); }
.commerce-detail .entry-content ul { padding-left: 20px; }
.commerce-service-specification { margin-top: 40px; padding: 26px; border: 1px solid var(--line); border-top: 3px solid var(--red); background: var(--cream); }
.commerce-service-specification h2 { margin: 3px 0 12px; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.commerce-service-specification > p:not(.eyebrow) { color: var(--muted); }
.commerce-service-specification dl { margin: 22px 0 0; border-top: 1px solid var(--line); }
.commerce-service-specification dl div { display: grid; grid-template-columns: minmax(120px, .35fr) 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.commerce-service-specification dt { color: var(--muted); font-size: .76rem; font-weight: 760; }
.commerce-service-specification dd { margin: 0; font-weight: 760; }
.commerce-note { margin-top: 40px; padding: 20px; border-left: 3px solid var(--red); background: var(--cream); }
.commerce-note strong { font-family: var(--serif); font-size: 1.25rem; }
.commerce-note p { margin: 7px 0 0; color: var(--muted); font-size: .82rem; }
.commerce-detail-aside { display: grid; gap: 24px; }
.commerce-detail-aside figure { margin: 0; }
.commerce-detail-aside img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.commerce-detail-aside figcaption { padding-top: 8px; color: var(--muted); font-size: .68rem; }
.commerce-detail-next { padding: 28px; border: 1px solid var(--line); background: var(--cream); }
.commerce-detail-next h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.commerce-detail-next .button { width: 100%; margin-top: 8px; text-align: center; }

/* Blogger-Preis- und Entscheidungsseite. */
.blogger-price-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-bottom: 86px; border-top: 1px solid var(--red); }
.blogger-price-principles article { padding: 28px 28px 4px 0; border-right: 1px solid var(--line); }
.blogger-price-principles article + article { padding-left: 28px; }
.blogger-price-principles article:last-child { border-right: 0; }
.blogger-price-principles span { display: block; margin-bottom: 30px; color: var(--red); font-family: var(--serif); font-size: 2.2rem; }
.blogger-price-principles h3 { margin-bottom: 9px; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.blogger-price-principles p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }
.blogger-decision-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; padding: clamp(28px, 5vw, 54px); color: var(--white); background: var(--red); }
.blogger-decision-grid .eyebrow { color: #ffd4d8; }
.blogger-decision-grid h2 { max-width: 660px; }
.blogger-decision-grid aside { padding: 28px; border: 1px solid rgba(255,255,255,.45); }
.commerce-check-list li::before { content: '✓'; margin-right: 10px; color: #ffe1a9; font-weight: 900; }
.commerce-boundary-list li::before { content: '—'; margin-right: 10px; color: #ffe1a9; font-weight: 900; }
.blogger-free-note { margin-top: 72px; padding: 24px 28px; border-left: 3px solid var(--red); background: var(--cream); }
.blogger-free-note strong { font-family: var(--serif); font-size: 1.35rem; }
.blogger-free-note p { margin: 6px 0 0; color: var(--muted); }
.commerce-blogger-cta { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }

/* Zwei getrennte Agenturwege und öffentliches Blogger-Portfolio. */
.agency-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-block: 22px;
  background: var(--line);
  background-clip: content-box;
}
.agency-paths a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2px 16px;
  min-height: 104px;
  padding: 22px 26px;
  border-top: 3px solid transparent;
  color: var(--ink);
  background: var(--white);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.agency-paths a:hover, .agency-paths a:focus-visible, .agency-paths a.is-active { border-color: var(--red); background: var(--cream); }
.agency-paths a > span { grid-row: 1 / 3; color: var(--red); font-family: var(--serif); font-size: 2rem; line-height: 1; }
.agency-paths strong { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.55rem); font-weight: 600; line-height: 1.25; }
.agency-paths small { color: var(--muted); font-size: .76rem; }

.marketplace-stage-note {
  margin-top: 14px;
  padding: 15px 18px;
  border: 1px solid #dfc56c;
  border-left: 4px solid #aa7b00;
  color: #624d15;
  background: #fff7d9;
  font-size: .82rem;
}
.marketplace-catalog { padding-top: 72px; padding-bottom: 104px; }
.marketplace-filters {
  display: grid;
  grid-template-columns: 1.15fr repeat(4, minmax(150px, .85fr));
  gap: 14px;
  align-items: end;
  margin-bottom: 38px;
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  background: var(--cream);
}
.marketplace-filters label, .marketplace-fields label { display: grid; gap: 7px; min-width: 0; }
.marketplace-filters label > span, .marketplace-fields label > span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.marketplace-filters input,
.marketplace-filters select,
.marketplace-fields input,
.marketplace-fields textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  text-transform: none;
}
.marketplace-filters input:focus,
.marketplace-filters select:focus,
.marketplace-fields input:focus,
.marketplace-fields textarea:focus { outline: 2px solid var(--red); outline-offset: 1px; }
.marketplace-filters .button { min-height: 48px; padding-inline: 16px; }
.marketplace-reset { grid-column: 1 / -1; width: fit-content; color: var(--red); font-size: .76rem; font-weight: 800; }

.marketplace-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.marketplace-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  border-top: 3px solid var(--red);
  background: var(--white);
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}
.marketplace-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.marketplace-card.is-selected { border-color: var(--red); box-shadow: 0 0 0 2px var(--red), var(--shadow-soft); }
.marketplace-card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--cream); }
.marketplace-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.marketplace-card:hover .marketplace-card-image img { transform: scale(1.025); }
.marketplace-card-image > span { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; color: var(--white); background: var(--ink); font-size: .62rem; font-weight: 850; letter-spacing: .08em; }
.marketplace-card-body { flex: 1; padding: 24px 24px 20px; }
.marketplace-card-meta, .marketplace-audiences { display: flex; flex-wrap: wrap; gap: 6px; }
.marketplace-card-meta span { color: var(--red); font-size: .66rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.marketplace-card h3 { margin: 10px 0 9px; font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.15rem); font-weight: 500; line-height: 1.08; }
.marketplace-card-body > p { color: var(--muted); font-size: .83rem; }
.marketplace-profile-link { display: inline-flex; min-height: 38px; align-items: center; color: var(--red); font-size: .74rem; font-weight: 800; }
.marketplace-profile-link span { margin-left: 5px; }
.marketplace-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: 0; margin: 17px 0; list-style: none; background: var(--line); }
.marketplace-facts li { display: grid; align-content: center; min-height: 76px; padding: 10px 12px; background: var(--cream); }
.marketplace-facts strong { font-family: var(--serif); font-size: 1.4rem; line-height: 1; }
.marketplace-facts span { margin-top: 5px; color: var(--muted); font-size: .63rem; line-height: 1.3; }
.marketplace-audiences span { padding: 5px 7px; border: 1px solid var(--line); color: var(--muted); font-size: .62rem; }
.marketplace-card-price { display: grid; gap: 16px; padding: 20px 24px 24px; border-top: 1px solid var(--line); background: var(--cream); }
.marketplace-card-price > div { display: grid; }
.marketplace-card-price small { color: var(--muted); font-size: .67rem; }
.marketplace-card-price strong { color: var(--red); font-family: var(--serif); font-size: 1.55rem; }
.marketplace-card-price > div > span { color: var(--muted); font-size: .63rem; }
.marketplace-select { display: flex; align-items: center; gap: 9px; min-height: 46px; padding: 9px 12px; border: 1px solid var(--red); cursor: pointer; font-size: .78rem; font-weight: 800; }
.marketplace-select input { width: 18px; height: 18px; accent-color: var(--red); }
.marketplace-pagination { display: flex; flex-wrap: wrap; gap: 6px; margin: 34px 0 0; }
.marketplace-pagination a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: var(--white); font-weight: 800; }
.marketplace-pagination a:hover, .marketplace-pagination a.current { color: var(--white); border-color: var(--red); background: var(--red); }

.marketplace-briefing { margin-top: 76px; padding: clamp(26px, 5vw, 52px); scroll-margin-top: 120px; border-top: 3px solid var(--red); background: var(--cream); }
.marketplace-briefing-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, .36fr); gap: 34px; align-items: end; margin-bottom: 34px; }
.marketplace-briefing-heading h2 { max-width: 820px; margin: 0; }
.marketplace-selection-summary { display: grid; gap: 3px; padding: 18px; border-left: 3px solid var(--red); background: var(--white); }
.marketplace-selection-summary span, .marketplace-selection-summary small { color: var(--muted); font-size: .72rem; }
.marketplace-selection-summary strong { font-family: var(--serif); font-size: 1.45rem; }
.marketplace-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.marketplace-fields .field-wide { grid-column: 1 / -1; }
.marketplace-fields textarea { resize: vertical; }
.marketplace-briefing .form-notice { margin-bottom: 28px; }
.marketplace-briefing .consent-row { display: flex; gap: 12px; align-items: flex-start; margin-top: 22px; font-size: .8rem; }
.marketplace-briefing .consent-row + .consent-row { margin-top: 12px; }
.marketplace-briefing .consent-row input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--red); }
.marketplace-briefing .consent-row a { color: var(--red); text-decoration: underline; }
.marketplace-briefing > .button { margin-top: 28px; }
.marketplace-briefing > .button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.marketplace-guardrail { max-width: 800px; margin: 14px 0 0; color: var(--muted); font-size: .72rem; }

/* Public inquiry for TopBlogs-owned products. */
.commerce-card-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; }
.public-commerce-services { padding-top: clamp(68px, 8vw, 106px); padding-bottom: 24px; scroll-margin-top: 100px; }
.public-commerce-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.public-commerce-service { display: grid; grid-template-rows: auto auto 1fr auto auto; gap: 12px; min-height: 330px; padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-top: 3px solid transparent; background: var(--white); }
.public-commerce-service.is-selected { border-top-color: var(--red); box-shadow: 0 14px 34px rgb(45 25 19 / 8%); }
.public-commerce-service h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; line-height: 1.04; }
.public-commerce-service > p:not(.eyebrow) { color: var(--muted); }
.public-commerce-service > strong { color: var(--red); font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.public-commerce-service-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; margin-top: 8px; }
.public-commerce-service-actions .button { min-height: 44px; }
.public-commerce-inquiry { margin-top: 52px; margin-bottom: clamp(76px, 9vw, 124px); padding: clamp(26px, 5vw, 52px); scroll-margin-top: 100px; border-top: 3px solid var(--red); background: var(--cream); }
.public-commerce-inquiry > .form-notice { margin-bottom: 28px; }
.public-commerce-form .consent-row { display: flex; gap: 12px; align-items: flex-start; margin-top: 22px; font-size: .8rem; }
.public-commerce-form .consent-row + .consent-row { margin-top: 12px; }
.public-commerce-form .consent-row input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; accent-color: var(--red); }
.public-commerce-form .consent-row a { color: var(--red); text-decoration: underline; }
.public-commerce-form > .button { margin-top: 28px; }
.public-commerce-success { max-width: 780px; padding: clamp(8px, 2vw, 22px) 0; }
.public-commerce-success h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 500; }
.agency-account-entry { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 20px 22px; border-left: 3px solid var(--red); background: var(--cream); }
.agency-account-entry > div { display: grid; gap: 4px; }
.agency-account-entry span { color: var(--muted); font-size: .8rem; }
.agency-account-entry .button { flex: 0 0 auto; }
.public-commerce-form input[readonly] { border-color: rgba(179, 22, 36, .32); color: var(--muted); background: #f7f2ed; }

/* Invitation-only workspace for recurring agencies. */
.agency-account-hero .commerce-hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); }
.agency-account-summary { display: grid; align-content: end; min-height: 330px; padding: clamp(26px, 4vw, 44px); border-top: 3px solid var(--red); background: var(--white); }
.agency-account-summary strong { display: block; margin: 12px 0 18px; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; line-height: 1.04; }
.agency-account-summary span { color: var(--muted); }
.agency-account-access { padding-top: 72px; padding-bottom: 104px; }
.agency-account-content { padding-top: 58px; padding-bottom: 112px; }
.agency-account-content > .form-notice { margin-bottom: 30px; }
.agency-account-section { padding: 58px 0; scroll-margin-top: 95px; border-top: 1px solid var(--line); }
.agency-account-section:first-of-type { border-top: 3px solid var(--red); }
.agency-account-profile { padding: clamp(24px, 4vw, 38px); background: var(--cream); }
.agency-account-profile-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 26px; }
.agency-account-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.agency-account-heading h2 { margin: 0; }
.agency-account-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.agency-account-card { min-width: 0; padding: clamp(22px, 3vw, 30px); border: 1px solid var(--line); border-top: 3px solid var(--red); background: var(--white); }
.agency-account-card h3 { overflow-wrap: anywhere; margin: 9px 0 22px; font-family: var(--serif); font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 500; line-height: 1.08; }
.agency-account-card dl { display: grid; gap: 1px; margin: 0; background: var(--line); }
.agency-account-card dl > div { display: grid; grid-template-columns: minmax(100px, .42fr) minmax(0, 1fr); gap: 12px; padding: 11px 12px; background: var(--cream); }
.agency-account-card dt { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.agency-account-card dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: .82rem; }
.agency-account-card .commerce-more { margin-top: 18px; }
.agency-account-empty { margin: 0; padding: 24px; border-left: 3px solid var(--red); color: var(--muted); background: var(--cream); }


/* Protected campaign offer. */
.campaign-offer-page .commerce-section { padding: 64px 0 90px; }
.campaign-offer-page .commerce-panel { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-top: 3px solid var(--red); background: var(--white); }
.campaign-offer-page .commerce-panel h2 { margin: 4px 0 28px; font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.7rem); font-weight: 500; }
.campaign-offer-page .commerce-panel h3 { margin-top: 30px; font-family: var(--serif); font-size: 1.45rem; }
.campaign-offer-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0 0 30px; background: var(--line); }
.campaign-offer-facts div { padding: 18px; background: var(--cream); }
.campaign-offer-facts dt { color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.campaign-offer-facts dd { margin: 7px 0 0; }
.campaign-offer-lines { border-top: 1px solid var(--line); }
.campaign-offer-lines div, .campaign-offer-totals p { display: flex; justify-content: space-between; gap: 24px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
.campaign-offer-totals { width: min(100%, 520px); margin: 28px 0 0 auto; }
.campaign-offer-totals p:last-child { color: var(--red); font-size: 1.2rem; }
.campaign-offer-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 24px; }
.campaign-offer-actions form { display: grid; align-content: start; gap: 18px; }
.campaign-offer-actions textarea { width: 100%; resize: vertical; }
.campaign-offer-page .commerce-notice { margin: 0 0 24px; padding: 20px 22px; border-left: 4px solid var(--red); background: var(--cream); }
.campaign-offer-page .commerce-notice p { margin: 5px 0 0; }
.campaign-offer-page .commerce-notice-error { border-color: #8c1d18; background: #fff0ef; }
.campaign-offer-page .commerce-small { color: var(--muted); font-size: .72rem; }

/* FAQ. */
.commerce-hero-faq { background: linear-gradient(135deg, var(--paper) 0 72%, var(--cream) 72% 100%); }
.faq-list { display: grid; gap: 14px; max-width: 1040px; }
.faq-item { border: 1px solid var(--line); background: var(--white); }
.faq-item[open] { border-color: var(--red); }
.faq-item summary { padding: 22px 26px; cursor: pointer; font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 1.8rem); }
.faq-item .entry-content { max-width: 840px; padding: 0 26px 26px; }

@media (max-width: 980px) {
  .commerce-hero-grid,
  .commerce-detail-hero-grid,
  .commerce-detail-layout,
  .commerce-creator-grid,
  .commerce-cta { grid-template-columns: 1fr; }
  .commerce-hero-grid { gap: 42px; }
  .commerce-section-heading { grid-template-columns: 1fr; gap: 14px; }
  .commerce-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commerce-steps li:nth-child(2) { border-right: 0; }
  .commerce-steps li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .commerce-format-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commerce-placement-grid { grid-template-columns: 1fr; }
  .commerce-placement-card { display: grid; grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr); }
  .placement-preview { height: 100%; min-height: 320px; border-right: 1px solid var(--line); border-bottom: 0; }
  .commerce-placement-copy > p:not(.eyebrow) { min-height: 0; }
  .commerce-detail-aside { grid-template-columns: .9fr 1.1fr; }
  .marketplace-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketplace-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketplace-briefing-heading { grid-template-columns: 1fr; }
  .public-commerce-service-grid { grid-template-columns: 1fr; }
  .agency-account-hero .commerce-hero-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .commerce-hero { padding: 48px 0 42px; }
  .commerce-hero-copy { padding: 24px 12px 16px 22px; }
  .commerce-hero-copy::before { right: 0; }
  .commerce-hero h1 { font-size: clamp(2.65rem, 12vw, 4.3rem); }
  .commerce-hero-visual::before { top: -10px; right: -8px; }
  .commerce-hero-visual img { aspect-ratio: 4 / 3; }
  .commerce-actions { align-items: stretch; flex-direction: column; }
  .commerce-actions .button { width: 100%; }
  .commerce-proof { display: grid; gap: 9px; }
  .commerce-jump { width: 100%; padding-inline: 16px; }
  .commerce-content { padding-top: 56px; padding-bottom: 72px; }
  .commerce-media-facts { padding: 66px 0 70px; scroll-margin-top: 80px; }
  .commerce-media-fact-grid { grid-template-columns: 1fr; }
  .commerce-media-fact-grid article { min-height: 150px; }
  .commerce-grid, .commerce-format-grid, .blogger-price-principles, .blogger-decision-grid { grid-template-columns: 1fr; }
  .commerce-card { min-height: 0; }
  .commerce-process { padding: 70px 0; }
  .commerce-steps { grid-template-columns: 1fr; }
  .commerce-steps li,
  .commerce-steps li + li { padding: 22px 0; border-top: 1px solid var(--line); border-right: 0; }
  .commerce-steps li:first-child { border-top: 0; }
  .commerce-steps span { margin-bottom: 14px; }
  .commerce-formats { padding-top: 72px; padding-bottom: 76px; }
  .commerce-placements { padding: 70px 0 76px; scroll-margin-top: 80px; }
  .commerce-placement-card { display: block; }
  .placement-preview { height: 300px; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .commerce-placement-copy { padding: 24px 22px 27px; }
  .commerce-creator { padding: 70px 0; }
  .commerce-boundaries { padding: 24px; }
  .commerce-cta { width: min(100% - 32px, 1200px); gap: 28px; padding-top: 54px; padding-bottom: 58px; }
  .commerce-detail-hero { padding: 38px 0 46px; }
  .commerce-breadcrumb { margin-bottom: 28px; }
  .commerce-detail-layout { gap: 26px; padding-top: 46px; padding-bottom: 72px; }
  .commerce-detail, .commerce-empty, .commerce-price-panel { padding: 22px; }
  .commerce-detail-aside { grid-template-columns: 1fr; }
  .blogger-price-principles { margin-bottom: 62px; }
  .blogger-price-principles article,
  .blogger-price-principles article + article { padding: 22px 0; border-top: 1px solid var(--line); border-right: 0; }
  .blogger-price-principles article:first-child { border-top: 0; }
  .blogger-price-principles span { margin-bottom: 12px; }
  .blogger-decision-grid { gap: 34px; padding: 28px 22px; }
  .blogger-decision-grid aside { padding: 22px; }
  .commerce-blogger-cta { width: min(100% - 32px, 1200px); }
  .agency-paths { width: 100%; grid-template-columns: 1fr; padding: 14px 16px; background: transparent; }
  .agency-paths a { min-height: 92px; padding: 18px; border: 1px solid var(--line); border-top: 3px solid transparent; }
  .agency-paths a:hover, .agency-paths a:focus-visible, .agency-paths a.is-active { border-color: var(--red); }
  .marketplace-stage-note { width: calc(100% - 32px); }
  .marketplace-catalog { padding-top: 52px; padding-bottom: 74px; }
  .marketplace-filters, .marketplace-grid, .marketplace-fields { grid-template-columns: 1fr; }
  .marketplace-filters { padding: 18px; }
  .marketplace-card:hover { transform: none; }
  .marketplace-fields .field-wide { grid-column: auto; }
  .marketplace-briefing { margin-top: 56px; padding: 28px 20px; scroll-margin-top: 90px; }
  .marketplace-briefing > .button { width: 100%; }
  .commerce-card-actions { align-items: stretch; flex-direction: column; }
  .commerce-card-actions .button { width: 100%; }
  .public-commerce-services { padding-top: 54px; }
  .public-commerce-inquiry { width: min(100% - 32px, 1200px); margin-top: 38px; padding: 28px 20px; scroll-margin-top: 90px; }
  .public-commerce-service { min-height: 0; padding: 24px 22px; }
  .public-commerce-service-actions { align-items: stretch; flex-direction: column; }
  .public-commerce-service-actions .button { width: 100%; }
  .public-commerce-form > .button { width: 100%; }
  .agency-account-entry, .agency-account-heading, .agency-account-profile-actions { align-items: stretch; flex-direction: column; }
  .agency-account-entry { width: calc(100% - 32px); }
  .agency-account-entry .button, .agency-account-heading .button, .agency-account-profile-actions .button { width: 100%; }
  .agency-account-summary { min-height: 0; }
  .agency-account-access { padding-top: 52px; padding-bottom: 74px; }
  .agency-account-content { padding-top: 38px; padding-bottom: 80px; }
  .agency-account-section { padding: 44px 0; scroll-margin-top: 80px; }
  .agency-account-grid { grid-template-columns: 1fr; }
  .agency-account-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  .campaign-offer-facts, .campaign-offer-actions { grid-template-columns: 1fr; }
  .campaign-offer-lines div, .campaign-offer-totals p { align-items: flex-start; flex-direction: column; gap: 4px; }
  .faq-item summary { padding: 18px; }
  .faq-item .entry-content { padding: 0 18px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .commerce-card, .commerce-more span, .agency-paths a, .marketplace-card, .marketplace-card-image img { transition: none; }
}
