:root {
  --ink: #211b16;
  --coal: #2c2119;
  --paper: #f6efdf;
  --soft: #eadfca;
  --line: #cdb98f;
  --gold: #b98a34;
  --gold-dark: #6f4b19;
  --green: #3f513e;
  --wine: #673136;
  --white: #ffffff;
  --shadow: rgba(42, 31, 20, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(90deg, rgba(75, 49, 20, 0.025) 0, rgba(75, 49, 20, 0.025) 1px, transparent 1px, transparent 7px),
    var(--paper);
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
a,
strong {
  overflow-wrap: break-word;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  padding: 14px 42px;
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid rgba(67, 47, 25, 0.24);
  background: rgba(246, 239, 223, 0.94);
  box-shadow: 0 12px 30px rgba(31, 22, 13, 0.08);
  backdrop-filter: blur(10px);
}

.brand img {
  width: 310px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 15px;
  font-weight: 700;
}

.main-nav a {
  padding: 8px 2px;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  border-color: var(--gold);
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.header-mail {
  white-space: nowrap;
}

.header-mail,
.header-call,
.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 3px;
  font-weight: 750;
  line-height: 1.2;
}

.header-mail,
.header-call {
  min-height: 46px;
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 8px 20px rgba(42, 31, 20, 0.08);
}

.header-call {
  min-width: 176px;
  padding-inline: 20px;
  font-size: 20px;
  font-weight: 850;
  white-space: nowrap;
  overflow-wrap: normal;
}

.primary-action {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #3c2f24 0%, var(--ink) 100%);
  box-shadow: inset 0 0 0 1px rgba(185, 138, 52, 0.35);
}

.secondary-action {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(33, 27, 22, 0.22);
}

.hero {
  min-height: 600px;
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(28, 19, 13, 0.84) 0%, rgba(48, 31, 18, 0.6) 52%, rgba(48, 31, 18, 0.2) 100%),
    image-set(
      url("assets/hero-kategorien-vintage.webp") type("image/webp"),
      url("assets/hero-kategorien-vintage.png") type("image/png")
    ) center / cover no-repeat;
  background-blend-mode: multiply, normal;
  border-bottom: 5px double var(--line);
}

.hero-inner {
  width: calc(100% - 48px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 78px 0 92px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 1.02;
  font-weight: 700;
  overflow-wrap: normal;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.32);
}

.hero-copy {
  max-width: 600px;
  margin: 22px 0 0;
  font-size: 22px;
  line-height: 1.45;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: #fbf5e8;
  box-shadow: 0 18px 38px rgba(59, 43, 24, 0.08);
}

.quick-strip a {
  min-height: 118px;
  padding: 26px 28px;
  border-right: 1px solid var(--line);
  box-shadow: inset 0 3px 0 rgba(185, 138, 52, 0.14);
}

.quick-strip a:last-child {
  border-right: 0;
}

.quick-strip a:hover,
.quick-strip a:focus-visible {
  background: var(--soft);
}

.quick-strip span {
  display: block;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 750;
}

.quick-strip strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.3;
  font-family: Georgia, "Times New Roman", serif;
}

.section {
  width: calc(100% - 48px);
  max-width: 1120px;
  margin: 0 auto;
  padding: 86px 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: start;
}

.split-section > *,
.step > div,
.section-heading,
.ring-copy,
.contact-copy,
.service-grid article,
.metal-card,
.contact-item,
.legal-block,
.legal-note {
  min-width: 0;
}

.section h2,
.trust-band h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1.12;
}

.section p,
.trust-band p {
  margin: 18px 0 0;
  color: #524639;
  font-size: 18px;
}

.step-list {
  display: grid;
  gap: 14px;
}

.fact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.fact-list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--gold-dark);
  background: rgba(255, 250, 240, 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf0;
  box-shadow: 0 12px 28px var(--shadow);
}

.step span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--white);
  background: radial-gradient(circle at 35% 30%, #65715b, var(--green));
  font-weight: 850;
  box-shadow: inset 0 0 0 2px rgba(246, 239, 223, 0.28);
}

.step h3,
.service-grid h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  font-family: Georgia, "Times New Roman", serif;
}

.step p,
.service-grid p {
  margin-top: 8px;
  font-size: 16px;
}

.service-section {
  border-top: 5px double var(--line);
}

.confidence-strip {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
  padding: 54px max(24px, calc((100% - 1120px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.88), rgba(234, 223, 202, 0.82)),
    var(--soft);
}

.confidence-strip h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.14;
}

.confidence-strip p:last-child {
  margin: 0;
  color: #524639;
  font-size: 18px;
}

.metals-section {
  padding-top: 0;
}

.metals-section[hidden] {
  display: none;
}

.metals-panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  column-gap: 34px;
  row-gap: 20px;
  padding: 38px 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.92), rgba(234, 223, 202, 0.72)),
    #fffaf0;
  box-shadow: 0 16px 34px var(--shadow);
}

.metals-intro {
  min-width: 0;
}

.metals-intro h2 {
  font-size: 36px;
}

.metals-intro p {
  font-size: 17px;
}

.metals-updated {
  color: var(--gold-dark);
  font-size: 15px;
  font-weight: 850;
}

.metals-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
  padding-top: 18px;
}

.metal-card {
  min-height: 112px;
  padding: 18px 18px 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: inset 0 0 0 1px rgba(185, 138, 52, 0.12);
}

.metal-card span {
  display: block;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 850;
}

.metal-card strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.12;
}

.metal-card small {
  display: block;
  margin-top: 6px;
  color: #6a5a49;
  font-size: 13px;
}

.metals-note {
  grid-column: 1 / -1;
  margin-top: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(111, 75, 25, 0.28);
  color: #5d4d3e;
  font-size: 15px;
}

.section-heading {
  max-width: 720px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.service-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(246, 239, 223, 0.72)),
    #fffaf0;
  box-shadow: 0 12px 28px var(--shadow);
}

.ring-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: center;
  width: auto;
  max-width: none;
  padding: 86px max(24px, calc((100% - 1120px) / 2));
  background:
    linear-gradient(rgba(44, 33, 25, 0.94), rgba(44, 33, 25, 0.94)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 8px),
    var(--coal);
  color: var(--white);
}

.ring-section p {
  color: rgba(255, 255, 255, 0.78);
}

.ring-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.ring-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 8px solid #f1e3c8;
  border-radius: 4px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.text-link {
  display: inline-block;
  margin-top: 26px;
  color: var(--gold);
  font-weight: 800;
  border-bottom: 1px solid var(--gold);
}

.trust-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: center;
  padding: 58px max(24px, calc((100% - 1120px) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(103, 49, 54, 0.98), rgba(69, 40, 35, 0.98)),
    var(--wine);
  border-top: 5px double rgba(246, 239, 223, 0.42);
  border-bottom: 5px double rgba(246, 239, 223, 0.42);
}

.trust-band p {
  color: rgba(255, 255, 255, 0.85);
}

.reviews-section {
  padding-bottom: 0;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.review-grid article {
  min-width: 0;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(246, 239, 223, 0.76)),
    #fffaf0;
  box-shadow: 0 12px 28px var(--shadow);
}

.review-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--gold-dark);
  border: 1px solid rgba(185, 138, 52, 0.34);
  border-radius: 3px;
  background: rgba(255, 250, 240, 0.74);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.review-grid h3 {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.18;
}

.review-grid p {
  margin-top: 10px;
  font-size: 16px;
}

.review-source {
  max-width: 760px;
  margin-top: 22px;
  color: #6a5a49;
  font-size: 15px;
}

.home-visit-section {
  padding-top: 72px;
  padding-bottom: 0;
}

.home-visit-panel {
  padding: 42px 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(120deg, rgba(255, 250, 240, 0.92), rgba(234, 223, 202, 0.74)),
    #fffaf0;
  box-shadow: 0 18px 42px var(--shadow);
}

.home-visit-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.12;
}

.home-visit-panel p {
  max-width: 760px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 54px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  min-width: 0;
  padding: 42px 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 239, 223, 0.78)),
    #fffaf0;
  box-shadow: 0 16px 34px var(--shadow);
}

.contact-card-details,
.contact-card-actions {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.contact-card-details {
  align-content: center;
}

.contact-card-actions {
  align-content: center;
  padding-top: 12px;
}

.contact-card span {
  display: block;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 850;
}

.contact-card strong {
  display: block;
  margin-top: 7px;
  font-size: 25px;
  line-height: 1.22;
  font-family: Georgia, "Times New Roman", serif;
}

.contact-phone,
.contact-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.88);
  box-shadow: inset 0 0 0 1px rgba(185, 138, 52, 0.12);
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
}

.contact-phone {
  font-size: 22px;
  white-space: nowrap;
}

.contact-email {
  font-size: 17px;
  white-space: nowrap;
  overflow-wrap: normal;
}

.contact-phone:hover,
.contact-phone:focus-visible,
.contact-email:hover,
.contact-email:focus-visible {
  background: var(--soft);
}

.contact-item {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf0;
  box-shadow: 0 12px 28px var(--shadow);
}

.contact-item span {
  display: block;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
}

.contact-item strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.35;
  font-family: Georgia, "Times New Roman", serif;
}

.contact-item a {
  border-bottom: 1px solid rgba(21, 21, 20, 0.35);
}

.phone-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}

.phone-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  max-width: 100%;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.86);
  box-shadow: inset 0 0 0 1px rgba(185, 138, 52, 0.12);
  font-size: 25px;
  line-height: 1.08;
  font-weight: 850;
  white-space: nowrap;
  overflow-wrap: normal;
}

.phone-list a:hover,
.phone-list a:focus-visible {
  background: var(--soft);
}

.directions-section {
  padding-top: 0;
}

.map-consent {
  position: relative;
  min-height: 430px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(rgba(33, 27, 22, 0.72), rgba(33, 27, 22, 0.78)),
    image-set(
      url("assets/hero-kategorien-vintage.webp") type("image/webp"),
      url("assets/hero-kategorien-vintage.png") type("image/png")
    ) center / cover no-repeat;
  box-shadow: 0 12px 28px var(--shadow);
}

.map-placeholder {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 34px;
  text-align: center;
  color: var(--white);
}

.map-placeholder h3 {
  margin: 6px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.15;
}

.map-placeholder p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
}

.map-label {
  margin: 0;
  color: var(--gold);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.map-button {
  min-height: 44px;
  margin-top: 24px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 3px;
  color: var(--white);
  background: linear-gradient(180deg, #3c2f24 0%, var(--ink) 100%);
  box-shadow: inset 0 0 0 1px rgba(185, 138, 52, 0.35);
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.map-link {
  margin-top: 16px;
  color: var(--white);
  font-weight: 750;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}

.map-consent iframe {
  width: 100%;
  height: 430px;
  border: 0;
  opacity: 0;
  transition: opacity 160ms ease;
}

.map-consent.is-loaded {
  background: #fffaf0;
}

.map-consent.is-loaded .map-placeholder {
  display: none;
}

.map-consent.is-loaded iframe {
  opacity: 1;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 42px;
  color: rgba(255, 255, 255, 0.76);
  background: linear-gradient(180deg, #2b211a, var(--ink));
  font-size: 14px;
  border-top: 3px solid var(--gold);
}

.site-footer a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.footer-links {
  display: flex;
  gap: 16px;
  font-weight: 750;
  white-space: nowrap;
}

.legal-main {
  width: calc(100% - 48px);
  max-width: 960px;
  margin: 0 auto;
  padding: 72px 0 92px;
}

.legal-hero {
  padding: 0 0 36px;
  border-bottom: 5px double var(--line);
}

.legal-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 1.08;
}

.legal-hero p:last-child {
  max-width: 720px;
  margin: 16px 0 0;
  color: #524639;
  font-size: 19px;
}

.legal-content {
  display: grid;
  gap: 22px;
  padding-top: 34px;
}

.legal-note,
.legal-block {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fffaf0;
  box-shadow: 0 12px 28px var(--shadow);
}

.legal-note {
  padding: 18px 20px;
  color: #493c30;
}

.legal-block {
  padding: 26px 28px;
}

.legal-block h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.22;
}

.legal-block p {
  margin: 12px 0 0;
  color: #524639;
  font-size: 17px;
}

.legal-block a {
  border-bottom: 1px solid rgba(111, 75, 25, 0.42);
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 12px 24px;
  }

  .header-contact {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .brand img {
    width: 270px;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 540px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-copy {
    font-size: 20px;
  }

  .quick-strip,
  .service-grid,
  .metals-grid,
  .contact-grid,
  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-section,
  .ring-section,
  .trust-band,
  .contact-section,
  .confidence-strip,
  .metals-panel,
  .contact-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1120px) {
  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .brand img {
    width: 230px;
  }

  .header-mail {
    font-size: 14px;
  }

  .header-call {
    min-height: 42px;
    padding: 0 14px;
    font-size: 18px;
  }

  .header-mail,
  .header-call {
    width: 230px;
  }

  .main-nav {
    gap: 16px;
    font-size: 14px;
  }

  .hero {
    min-height: 500px;
  }

  .hero-inner {
    width: calc(100% - 32px);
    max-width: 1120px;
    padding: 58px 0 70px;
  }

  .hero h1 {
    font-size: 40px;
    max-width: 340px;
    line-height: 1.08;
  }

  .hero-copy {
    font-size: 18px;
    max-width: 340px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 12px;
  }

  .hero-actions {
    display: grid;
    max-width: 340px;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .quick-strip,
  .service-grid,
  .metals-grid,
  .ring-gallery,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip a {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    width: calc(100% - 32px);
    max-width: 1120px;
    padding: 64px 0;
  }

  .split-section > *,
  .section-heading,
  .step-list,
  .service-grid,
  .metals-panel,
  .metals-grid,
  .contact-grid,
  .ring-copy,
  .contact-copy {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .ring-section,
  .trust-band,
  .confidence-strip {
    padding: 64px 16px;
  }

  .section h2,
  .trust-band h2,
  .confidence-strip h2,
  .metals-intro h2,
  .home-visit-panel h2 {
    font-size: 24px;
    line-height: 1.15;
    max-width: 300px;
  }

  .section p,
  .trust-band p,
  .confidence-strip p:last-child,
  .metals-note {
    font-size: 16px;
    max-width: 300px;
  }

  .fact-list {
    max-width: 300px;
  }

  .step {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .step h3,
  .step p {
    max-width: 240px;
  }

  .service-grid article h3,
  .service-grid article p,
  .review-grid article h3,
  .review-grid article p,
  .contact-item strong,
  .contact-card strong {
    max-width: 280px;
  }

  .phone-list a,
  .contact-phone {
    min-height: 44px;
    padding: 0 12px;
    font-size: 21px;
  }

  .contact-card {
    gap: 30px;
    padding: 28px 22px;
  }

  .metals-panel {
    gap: 24px;
    padding: 28px 18px;
  }

  .metal-card {
    min-height: 96px;
  }

  .metal-card strong {
    font-size: 23px;
  }

  .step span {
    width: 44px;
    height: 44px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .legal-main {
    width: calc(100% - 32px);
    max-width: 960px;
    padding: 54px 0 70px;
  }

  .legal-hero h1 {
    font-size: 38px;
  }

  .legal-block {
    padding: 22px 18px;
  }

  .home-visit-panel {
    padding: 28px 18px;
  }

  .map-consent,
  .map-consent iframe {
    min-height: 360px;
    height: 360px;
  }

  .map-placeholder {
    padding: 24px 18px;
  }

  .map-placeholder h3 {
    font-size: 28px;
  }
}
