.ads-landing {
  overflow-x: clip;
}

.ads-landing main {
  padding-bottom: 78px;
}

.ads-hero {
  align-items: stretch;
}

.hero-copy-block {
  align-self: center;
}

.ads-hero h1 {
  max-width: 9.6ch;
  font-size: clamp(3.8rem, 6.9vw, 6.7rem);
  text-wrap: balance;
}

.ads-hero .lead {
  max-width: 610px;
}

.button.text-button {
  border-color: transparent;
  background: transparent;
  text-decoration: underline;
  text-decoration-color: rgba(17, 16, 13, 0.32);
  text-underline-offset: 0.28em;
}

.hero-facts {
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.8fr;
  gap: 0;
  margin: 36px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
}

.hero-facts div {
  min-width: 0;
  padding: 0 18px;
  border-left: 1px solid var(--line);
}

.hero-facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-facts dt {
  margin-bottom: 5px;
  color: var(--soft);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.4;
}

.ads-hero-media {
  min-height: 620px;
}

.ads-hero-media img {
  object-position: 52% 50%;
}

.hero-location-card {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 5px;
  padding: 21px 23px;
  color: var(--white);
  background: rgba(23, 22, 18, 0.88);
  border: 1px solid rgba(255, 250, 242, 0.2);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 250, 242, 0.12);
  backdrop-filter: blur(14px);
}

.hero-location-card strong {
  font-size: 1.1rem;
}

.hero-location-card span:last-child {
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
}

.location-label {
  color: #e7cfa6;
  font-size: 0.69rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intent-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 70px;
  padding: 12px;
  color: var(--white);
  background: var(--night);
  border-radius: 999px;
  box-shadow: 0 20px 60px rgba(17, 16, 13, 0.13);
}

.intent-nav span,
.intent-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.intent-nav span {
  color: rgba(255, 250, 242, 0.55);
}

.intent-nav a {
  background: rgba(255, 250, 242, 0.08);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.intent-nav a:hover {
  background: rgba(255, 250, 242, 0.15);
  transform: translateY(-1px);
}

#allgemeine-aenderungen,
#hosen-reparaturen,
#kleider-anlass,
.visit-section {
  scroll-margin-top: 130px;
}

.general-service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(290px, 0.68fr);
  gap: 14px;
}

.general-service-main {
  grid-column: auto;
  min-height: 510px;
}

.general-service-main .button.primary {
  color: var(--night);
  background: var(--white);
  border-color: var(--white);
}

.service-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 46px);
  background: #dfe3dc;
  border: 1px solid var(--line);
  border-radius: 28px;
}

.service-summary h3 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.compact-steps {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.compact-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.compact-steps span {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 900;
}

.compact-steps strong {
  font-size: 0.92rem;
  line-height: 1.45;
}

.fine-print,
.price-note {
  margin: 24px 0 0;
  color: var(--soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.service-stage {
  margin-top: 110px;
  padding: clamp(72px, 10vw, 124px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 8%, rgba(169, 127, 63, 0.16), transparent 30rem),
    var(--night);
}

.service-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(370px, 1.1fr);
  gap: clamp(44px, 8vw, 100px);
  align-items: center;
}

.service-stage-copy h2 {
  max-width: 9ch;
}

.service-stage-copy > p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 250, 242, 0.68);
  font-size: 1.06rem;
  line-height: 1.65;
}

.service-stage .button.primary {
  color: var(--night);
  background: var(--white);
  border-color: var(--white);
}

.service-stage .button.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 250, 242, 0.28);
}

.price-panel {
  padding: clamp(30px, 4.5vw, 52px);
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.price-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

.price-panel-head > span {
  color: var(--gold-deep);
  font-family: Georgia, serif;
  font-size: 2.4rem;
  font-style: italic;
}

.landing-price-list {
  display: grid;
  gap: 0;
  margin: 10px 0 0;
}

.landing-price-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.landing-price-list dt {
  font-size: 0.96rem;
  font-weight: 770;
  line-height: 1.4;
}

.landing-price-list dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  white-space: nowrap;
}

.dress-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}

.dress-media {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: var(--wash);
  border-radius: 8px;
  box-shadow: 0 30px 75px rgba(17, 16, 13, 0.15);
}

.dress-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 54% center;
}

.dress-copy h2 {
  max-width: 11ch;
}

.dress-copy .section-intro {
  max-width: 610px;
  margin-top: 26px;
  font-size: 1.05rem;
}

.dress-price-list {
  margin-top: 32px;
}

.visit-section {
  padding-top: 130px;
}

.ads-final-cta {
  position: relative;
  overflow: hidden;
}

.ads-final-cta::after {
  content: "";
  width: 330px;
  height: 330px;
  position: absolute;
  right: -90px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(169, 127, 63, 0.2), transparent 68%);
  pointer-events: none;
}

.ads-final-cta > * {
  position: relative;
  z-index: 1;
}

.mobile-quick-cta {
  display: none;
}

@media (max-width: 980px) {
  .ads-hero-media {
    min-height: 500px;
  }

  .intent-nav {
    overflow-x: auto;
    border-radius: 28px;
    scrollbar-width: none;
  }

  .intent-nav::-webkit-scrollbar {
    display: none;
  }

  .intent-nav span,
  .intent-nav a {
    flex: 0 0 auto;
  }

  .general-service-grid,
  .service-stage-grid,
  .dress-section {
    grid-template-columns: 1fr;
  }

  .general-service-main {
    min-height: auto;
  }

  .dress-media {
    min-height: 520px;
  }
}

@media (max-width: 700px) {
  .ads-landing main {
    padding-bottom: 118px;
  }

  .ads-hero h1 {
    font-size: clamp(3.1rem, 15.5vw, 5rem);
  }

  .ads-hero-media {
    min-height: 420px;
  }

  .hero-location-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 17px 18px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts div,
  .hero-facts div:first-child {
    padding: 13px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-facts div:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .intent-nav {
    width: calc(100% - 24px);
    margin-top: 52px;
  }

  .intent-nav span {
    display: none;
  }

  .service-summary,
  .service-card,
  .price-panel,
  .contact-card,
  .cta-band {
    border-radius: 8px;
  }

  .service-stage {
    margin-top: 82px;
    padding-block: 82px;
  }

  .service-stage-grid {
    gap: 40px;
  }

  .landing-price-list div {
    gap: 12px;
  }

  .landing-price-list dt {
    font-size: 0.9rem;
  }

  .dress-media {
    min-height: 430px;
  }

  .visit-section {
    padding-top: 96px;
  }

  .mobile-quick-cta {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 30;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 0 20px;
    color: var(--night);
    background: var(--white);
    border: 1px solid rgba(17, 16, 13, 0.16);
    border-radius: 999px;
    box-shadow: 0 18px 50px rgba(17, 16, 13, 0.22);
    font-size: 0.86rem;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transform: translateY(calc(100% + 24px));
    transition: opacity 0.24s ease, transform 0.24s ease;
    pointer-events: none;
  }

  .is-quick-cta-visible .mobile-quick-cta {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intent-nav a,
  .mobile-quick-cta {
    transition: none;
  }
}
