/* ============================================================================
   HUNTER SHOP — Fachhändler (Trust) & Beratung (Konfigurator)
   ========================================================================== */

/* --- Shared content hero -------------------------------------------------- */
.content-hero {
  position: relative; isolation: isolate;
  padding-block: clamp(3rem, 2rem + 5vw, 6rem);
  background:
    radial-gradient(52% 60% at 100% 0%, rgba(28,157,225,0.08), transparent 60%),
    linear-gradient(180deg, var(--bg-sunk) 0%, var(--bg) 100%);
}
.content-hero h1 { font-size: clamp(2rem, 1.3rem + 2.6vw, 3.4rem); max-width: 18ch; letter-spacing: -0.022em; line-height: 1.06; }
.content-hero .lede { color: var(--text-muted); margin-top: var(--sp-5); max-width: 60ch; }

/* Zentrierte Variante (Händler-Store-Hero) */
.content-hero--center { text-align: center; }
.content-hero--center h1 { max-width: none; text-wrap: balance; }
.content-hero--center h1,
.content-hero--center .lede { margin-inline: auto; }
/* Abstand lede → Boxen == oberer Hero-Abstand (Nav → Eyebrow) */
.content-hero--center { padding-bottom: 0; }
.content-hero--center + .section { padding-top: clamp(3rem, 2rem + 5vw, 6rem); }

/* --- Credentials / Zahlen-Beweise ---------------------------------------- */
.creds { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); }
.cred { background: var(--bg-surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: var(--sp-6); }
.cred__ic { width: 46px; height: 46px; border-radius: var(--r-md); display: grid; place-items: center; background: var(--color-tint); color: var(--color-primary); border: 1px solid var(--color-line); margin-bottom: var(--sp-4); }
.cred__ic svg { color: var(--color-primary); }
.cred__ic svg { width: 1.5rem; height: 1.5rem; }
.cred b { display: block; font-family: var(--font-display); font-size: var(--fs-h4); color: var(--text-strong); }
.cred p { font-size: var(--fs-sm); color: var(--text-muted); margin-top: var(--sp-1); }
@media (max-width: 900px) { .creds { grid-template-columns: 1fr 1fr; } }

/* --- Vergleich Fachhändler vs. Grau-Import -------------------------------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); }
.compare__col { border-radius: var(--r-xl); padding: var(--sp-7); border: 1px solid var(--line); }
.compare__col--us { background: var(--color-tint); border-color: var(--color-primary); border-width: 2px; box-shadow: var(--sh-md); }
.compare__col--them { background: var(--mist); }
.compare__col h3 { margin-bottom: var(--sp-5); font-family: var(--font-display); }
.compare__col--us h3 { color: var(--color-primary); }
.compare-list { display: grid; gap: var(--sp-3); }
.compare-list li { display: flex; gap: var(--sp-3); align-items: flex-start; font-size: var(--fs-sm); list-style: none; }
.compare-list svg { width: 1.25rem; height: 1.25rem; flex: none; margin-top: 0.1em; }
.compare__col--us .compare-list li { color: var(--text); }
.compare__col--us .compare-list svg { color: var(--leaf-600); }
.compare__col--them .compare-list li { color: var(--text-muted); }
.compare__col--them .compare-list svg { color: var(--err); }
@media (max-width: 760px) { .compare { grid-template-columns: 1fr; } }

/* --- Experte (Gesicht + Zahl) -------------------------------------------- */
.expert { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(1.5rem,4vw,3.5rem); align-items: center; }
.expert__photo { border-radius: var(--r-2xl); overflow: hidden; aspect-ratio: 4/5; background: var(--mist); border: 1px solid var(--line); display: grid; place-items: center; }
.expert__photo img { width: 100%; height: 100%; object-fit: cover; }
/* Freisteller-Bueste (transparenter HG): weicher Marken-Verlauf statt flacher Flaeche, Motiv sitzt unten */
.expert__photo--bust { background: linear-gradient(170deg, var(--color-tint) 0%, var(--mist) 62%, #fff 100%); }
.expert__photo--bust img { object-fit: contain; object-position: center bottom; align-self: end; }
.expert__photo .avatar-xl { width: 120px; height: 120px; border-radius: 50%; background: var(--color-primary); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-size: 3rem; font-weight: var(--fw-black); }
.expert blockquote { font-family: var(--font-display); font-size: var(--fs-h3); line-height: var(--lh-snug); color: var(--text-strong); margin-bottom: var(--sp-5); }
@media (max-width: 760px) { .expert { grid-template-columns: 1fr; } .expert__photo { max-width: 260px; } }

/* --- Prozess ------------------------------------------------------------- */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-5); counter-reset: step; }
.process__step { position: relative; padding-top: var(--sp-6); }
.process__step::before { counter-increment: step; content: counter(step); position: absolute; top: 0; left: 0; font-family: var(--font-display); font-size: 2.5rem; font-weight: var(--fw-black); color: var(--slate); line-height: 1; }
.process__step h4, .process__step h3 { font-family: var(--font-display); font-size: var(--fs-h4); font-weight: var(--fw-bold); margin-bottom: var(--sp-2); }
.process__step p { font-size: var(--fs-sm); color: var(--text-muted); }
@media (max-width: 800px) { .process { grid-template-columns: 1fr 1fr; } }

.reassure { display: flex; flex-wrap: wrap; gap: var(--sp-4) var(--sp-6); justify-content: center; margin-top: var(--sp-6); }
.reassure span { display: inline-flex; align-items: center; gap: var(--sp-2); font-size: var(--fs-sm); color: var(--text-muted); }
.reassure svg { width: 1.2rem; height: 1.2rem; color: var(--leaf-500); }

/* ============================================================================
   KONTAKT-SEITE (kontakt.html) — schlicht, klare Kontaktwege + Formular
   ============================================================================ */
.contact-layout { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(1.75rem, 3.5vw, 3.5rem); align-items: start; }
@media (max-width: 900px) { .contact-layout { grid-template-columns: 1fr; } }

.contact-channels { display: grid; gap: var(--sp-4); }
.contact-card { display: flex; gap: var(--sp-4); align-items: center; padding: var(--sp-5); border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; text-decoration: none; color: inherit; transition: box-shadow var(--dur-1) var(--ease-out), transform var(--dur-1) var(--ease-out), border-color var(--dur-1) var(--ease-out); }
a.contact-card:hover { box-shadow: var(--sh-md); transform: translateY(-2px); border-color: var(--blue-200); }
.contact-card__ic { flex: none; width: 52px; height: 52px; display: grid; place-items: center; border-radius: var(--r-md); background: var(--blue-50); color: var(--color-primary); }
.contact-card__ic svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.contact-card__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.contact-card__label { font-size: var(--fs-eyebrow); text-transform: uppercase; letter-spacing: var(--ls-eyebrow); color: var(--text-soft); font-weight: var(--fw-semi); }
.contact-card__value { font-family: var(--font-display); font-weight: var(--fw-bold); font-size: var(--fs-lg); color: var(--text-strong); line-height: 1.15; }
.contact-card__note { font-size: var(--fs-sm); color: var(--text-muted); margin-top: 3px; }

.contact-info { margin-top: var(--sp-5); padding: var(--sp-5); border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg-sunk); }
.contact-info + .contact-info { margin-top: var(--sp-4); }
.contact-info h3 { font-size: var(--fs-h4); margin-bottom: var(--sp-3); }
.contact-info dl { display: grid; grid-template-columns: auto 1fr; gap: var(--sp-2) var(--sp-5); margin: 0; }
.contact-info dt { color: var(--text-muted); }
.contact-info dd { margin: 0; font-weight: var(--fw-semi); color: var(--text-strong); text-align: right; font-variant-numeric: tabular-nums; }
.contact-info address { font-style: normal; color: var(--text-strong); line-height: 1.7; }

.contact-form { padding: clamp(1.5rem, 3vw, 2.25rem); border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; box-shadow: var(--sh-sm); }
.contact-form h2 { font-size: var(--fs-h3); }
.contact-form__intro { color: var(--text-muted); margin: var(--sp-3) 0 var(--sp-5); font-size: var(--fs-sm); }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: var(--sp-4); }
.field label { font-size: var(--fs-sm); font-weight: var(--fw-semi); color: var(--text-strong); }
.field input, .field textarea { width: 100%; padding: 0.75rem 0.9rem; border: 1px solid var(--line); border-radius: var(--r-sm); font: inherit; color: var(--text-strong); background: #fff; transition: border-color var(--dur-1) var(--ease-out), box-shadow var(--dur-1) var(--ease-out); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--color-secondary); box-shadow: 0 0 0 3px rgba(28,157,225,0.15); }
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-4); }
@media (max-width: 520px) { .field-row { grid-template-columns: 1fr; } }
.contact-form__note { font-size: var(--fs-xs); color: var(--text-soft); margin-top: var(--sp-3); line-height: 1.6; }

/* ============================================================================
   VERSAND-SEITE (versand.html)
   ============================================================================ */
.ship-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-5); }
@media (max-width: 900px) { .ship-grid { grid-template-columns: 1fr; } }
.ship-card { padding: var(--sp-6); border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.ship-card__ic { width: 52px; height: 52px; display: grid; place-items: center; border-radius: var(--r-md); background: var(--blue-50); color: var(--color-primary); margin-bottom: var(--sp-4); }
.ship-card__ic svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.ship-card h3 { font-size: var(--fs-h4); margin-bottom: var(--sp-2); }
.ship-card p { color: var(--text-muted); font-size: var(--fs-sm); }

.ship-tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-lg); }
.ship-table { width: 100%; border-collapse: collapse; min-width: 460px; }
.ship-table th, .ship-table td { text-align: left; padding: var(--sp-4) var(--sp-5); border-bottom: 1px solid var(--line); }
.ship-table thead th { background: var(--bg-sunk); font-family: var(--font-display); font-weight: var(--fw-bold); color: var(--text-strong); font-size: var(--fs-sm); }
.ship-table tbody td { color: var(--text-muted); }
.ship-table tbody th { font-weight: var(--fw-semi); color: var(--text-strong); }
.ship-table tr:last-child td, .ship-table tr:last-child th { border-bottom: none; }
.ship-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; color: var(--text-strong); font-weight: var(--fw-semi); }
.ship-note { display: flex; gap: var(--sp-3); align-items: flex-start; margin-top: var(--sp-5); padding: var(--sp-5); border: 1px solid var(--blue-200); border-radius: var(--r-lg); background: var(--blue-50); color: var(--text-strong); font-size: var(--fs-sm); }
.ship-note svg { flex: none; width: 22px; height: 22px; color: var(--color-primary); fill: none; stroke: currentColor; stroke-width: 2; margin-top: 1px; }
