.page--dj-augsburg {
  --augs-gold: #d4bb22;
  --augs-gold-strong: #f2d431;
  --augs-ink: #171713;
  --augs-paper: #f5f2e9;
  --augs-muted: #d8d3c4;
}

.rico-augs-hero {
  position: relative;
  min-height: min(820px, calc(100vh - 68px));
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #17130e;
}

.rico-augs-hero__media,
.rico-augs-hero__shade {
  position: absolute;
  inset: 0;
}

.rico-augs-hero__media {
  z-index: -3;
}

.rico-augs-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.92) contrast(1.03);
}

.rico-augs-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 10, 7, .92) 0%, rgba(12, 10, 7, .78) 34%, rgba(12, 10, 7, .24) 67%, rgba(12, 10, 7, .44) 100%),
    linear-gradient(0deg, rgba(12, 10, 7, .94) 0%, transparent 48%, rgba(12, 10, 7, .2) 100%);
}

.rico-augs-hero__inner {
  width: 100%;
  padding-top: clamp(110px, 14vh, 170px);
  padding-bottom: 0;
}

.rico-augs-hero__copy {
  max-width: 780px;
  padding-bottom: clamp(42px, 7vh, 76px);
}

.rico-augs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--augs-gold-strong);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.rico-augs-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.rico-augs-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 5.4vw, 5.25rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}

.rico-augs-hero__lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: #fff;
  font-size: clamp(1.15rem, 1.6vw, 1.42rem);
  font-weight: 700;
  line-height: 1.45;
  text-wrap: pretty;
}

.rico-augs-hero__text {
  max-width: 665px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 1rem;
  line-height: 1.65;
}

.rico-augs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rico-augs-hero__actions .btn {
  min-width: 190px;
  justify-content: center;
}

.rico-augs-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .18);
  background: rgba(13, 12, 9, .78);
  backdrop-filter: blur(12px);
}

.rico-augs-hero__proof > div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px clamp(16px, 2.2vw, 32px);
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.rico-augs-hero__proof > div:last-child {
  border-right: 0;
}

.rico-augs-hero__proof strong {
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.2;
}

.rico-augs-hero__proof span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .66);
  font-size: .76rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .rico-augs-hero {
    min-height: 760px;
  }

  .rico-augs-hero__media img {
    object-position: 57% center;
  }

  .rico-augs-hero__shade {
    background:
      linear-gradient(90deg, rgba(12, 10, 7, .9) 0%, rgba(12, 10, 7, .58) 72%, rgba(12, 10, 7, .44) 100%),
      linear-gradient(0deg, rgba(12, 10, 7, .96) 0%, rgba(12, 10, 7, .3) 62%, rgba(12, 10, 7, .34) 100%);
  }

  .rico-augs-hero__copy {
    max-width: 640px;
  }

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

  .rico-augs-hero__proof > div:nth-child(2) {
    border-right: 0;
  }

  .rico-augs-hero__proof > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width: 560px) {
  .rico-augs-hero {
    min-height: 820px;
  }

  .rico-augs-hero__inner {
    padding-top: 94px;
  }

  .rico-augs-hero__copy {
    padding-bottom: 34px;
  }

  .rico-augs-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .rico-augs-hero__lead {
    margin-top: 20px;
    font-size: 1.06rem;
  }

  .rico-augs-hero__text {
    font-size: .94rem;
  }

  .rico-augs-hero__actions {
    display: grid;
  }

  .rico-augs-hero__actions .btn {
    width: 100%;
  }

  .rico-augs-hero__proof > div {
    min-height: 74px;
    padding: 14px 12px;
  }

  .rico-augs-hero__proof strong {
    font-size: .98rem;
  }

  .rico-augs-hero__proof span {
    font-size: .63rem;
  }
}

.rico-augs-qnav {
  position: sticky;
  top: 66px;
  z-index: 20;
  border-bottom: 1px solid #e6e1d5;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
}

.rico-augs-qnav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rico-augs-qnav .container::-webkit-scrollbar {
  display: none;
}

.rico-augs-qnav a {
  flex: 0 0 auto;
  padding: 15px 17px;
  color: #4b493f;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}

.rico-augs-qnav a:hover,
.rico-augs-qnav a:focus-visible {
  color: #111;
  background: #f4f0e5;
}

.rico-augs-profile {
  padding-block: clamp(72px, 9vw, 126px);
  background: var(--augs-paper);
}

.rico-augs-profile__grid {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(46px, 7vw, 105px);
  align-items: center;
}

.rico-augs-profile__portrait {
  position: relative;
  margin: 0;
  border-radius: 28px 4px 28px 4px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(38, 29, 14, .22);
}

.rico-augs-profile__portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(20, 14, 7, .35));
  pointer-events: none;
}

.rico-augs-profile__portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: center 24%;
}

.rico-augs-profile__copy h2,
.rico-augs-method h2,
.rico-augs-services h2,
.rico-augs-local h2,
.rico-augs-reasons h2,
.rico-augs-process h2,
.rico-augs-faq h2,
.rico-augs-locations h2 {
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.rico-augs-profile__lead {
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.58;
}

.rico-augs-profile__copy p:not(.rico-augs-signature) {
  max-width: 720px;
  color: #4f4c43;
  line-height: 1.72;
}

.rico-augs-signature {
  margin: 28px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--augs-gold);
  color: #211e16;
  background: rgba(255, 255, 255, .56);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.5;
}

.rico-augs-method {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(212, 187, 34, .16), transparent 30%),
    #171713;
}

.rico-augs-method .eyebrow,
.rico-augs-method h2 {
  color: #fff;
}

.rico-augs-method__head {
  max-width: 890px;
  margin-bottom: 46px;
}

.rico-augs-method__head > p {
  max-width: 800px;
  color: rgba(255, 255, 255, .7);
  font-size: 1.08rem;
  line-height: 1.7;
}

.rico-augs-method__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rico-augs-method__grid article {
  min-height: 290px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 4px 26px 4px 4px;
  background: rgba(255, 255, 255, .045);
}

.rico-augs-method__grid article > span,
.rico-augs-process__grid article > span {
  display: block;
  margin-bottom: 34px;
  color: var(--augs-gold-strong);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.rico-augs-method__grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.45rem;
}

.rico-augs-method__grid p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.68;
}

.rico-augs-price-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  margin-top: 20px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 4px 4px 28px 4px;
  color: #1d1b13;
  background: #f4efe1;
}

.rico-augs-price-note .eyebrow {
  color: #756500;
}

.rico-augs-price-note h3 {
  margin: 5px 0 8px;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}

.rico-augs-price-note p {
  max-width: 730px;
  margin: 0;
  color: #5c584d;
  line-height: 1.65;
}

.rico-augs-services {
  background: #f4f1e8;
}

.rico-augs-services .services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rico-augs-services .service-card {
  min-height: 540px;
  border-radius: 6px 34px 6px 6px;
  box-shadow: 0 18px 45px rgba(35, 29, 17, .12);
}

.rico-augs-services .service-card__overlay {
  background: linear-gradient(0deg, rgba(10, 10, 8, .94) 0%, rgba(10, 10, 8, .42) 62%, rgba(10, 10, 8, .08) 100%);
}

.rico-augs-services .service-card__body {
  padding: clamp(24px, 3.5vw, 42px);
}

.rico-augs-services .service-card h3 {
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
}

.rico-augs-services .service-card p {
  max-width: 610px;
}

.rico-augs-local {
  background: #fff;
}

.rico-augs-local .section-header > p,
.rico-augs-reasons .section-header > p,
.rico-augs-process .section-header > p,
.rico-augs-locations .section-header > p {
  max-width: 790px;
  margin-inline: auto;
  line-height: 1.7;
}

.rico-augs-stories {
  display: grid;
  grid-template-columns: 1.25fr .875fr .875fr;
  gap: 18px;
  margin-top: 42px;
}

.rico-augs-story {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 4px 24px 4px 4px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.rico-augs-story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(10, 9, 6, .92) 0%, rgba(10, 9, 6, .1) 72%);
}

.rico-augs-story img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.rico-augs-story:hover img {
  transform: scale(1.035);
}

.rico-augs-story > span {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
}

.rico-augs-story small {
  color: var(--augs-gold-strong);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rico-augs-story strong {
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.35;
}

.rico-augs-story em {
  color: rgba(255, 255, 255, .7);
  font-size: .82rem;
  font-style: normal;
  font-weight: 700;
}

.rico-augs-regionline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid #e5e0d3;
  color: #5b574d;
  background: #f7f4ec;
  line-height: 1.55;
}

.rico-augs-regionline span {
  color: #181713;
  font-weight: 900;
}

.rico-augs-regionline a {
  margin-left: auto;
  font-weight: 800;
}

.rico-augs-reasons {
  background: #efeade;
}

.rico-augs-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.rico-augs-reasons__grid article {
  padding: clamp(24px, 3vw, 36px);
  border-top: 4px solid var(--augs-gold);
  background: #fff;
  box-shadow: 0 10px 30px rgba(30, 25, 14, .07);
}

.rico-augs-reasons__grid strong {
  display: block;
  color: #8b7800;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
}

.rico-augs-reasons__grid h3 {
  margin: 18px 0 10px;
  font-size: 1.15rem;
}

.rico-augs-reasons__grid p {
  margin: 0;
  color: #656157;
  font-size: .92rem;
  line-height: 1.65;
}

.rico-augs-reviews-link {
  margin-top: 28px;
  text-align: center;
  font-weight: 800;
}

.rico-augs-process {
  color: #fff;
  background: #191916;
}

.rico-augs-process .eyebrow,
.rico-augs-process h2,
.rico-augs-process h3 {
  color: #fff;
}

.rico-augs-process .section-header p {
  color: rgba(255, 255, 255, .68);
}

.rico-augs-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: rgba(255, 255, 255, .15);
}

.rico-augs-process__grid article {
  min-height: 270px;
  padding: clamp(28px, 4vw, 46px);
  background: #23231f;
}

.rico-augs-process__grid h3 {
  font-size: 1.35rem;
}

.rico-augs-process__grid p {
  color: rgba(255, 255, 255, .66);
  line-height: 1.65;
}

.rico-augs-process .wedding-step-cta {
  margin-top: 32px;
}

.rico-augs-faq {
  background: #f6f3eb;
}

.rico-augs-faq .wedding-faq {
  max-width: 930px;
  margin-inline: auto;
}

.rico-augs-faq .wedding-faq-item {
  border-color: #dcd6c8;
  background: #fff;
}

.rico-augs-locations {
  background: #fff;
}

.rico-augs-locations .wedding-links-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.rico-augs-locations .wedding-link-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid #e4dfd2;
  border-radius: 3px 18px 3px 3px;
  box-shadow: none;
  background: #f7f4ec;
}

.rico-augs-locations .wedding-link-card h3 {
  font-size: 1.06rem;
}

.rico-augs-locations .wedding-link-card a {
  font-size: .8rem;
  font-weight: 800;
}

.page--dj-augsburg .wedding-booking {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 55%, var(--gold-light) 100%);
}

.page--dj-augsburg .wedding-booking h2,
.page--dj-augsburg .wedding-booking p {
  color: #111;
}

@media (max-width: 1020px) {
  .rico-augs-qnav {
    top: 58px;
  }

  .rico-augs-profile__grid {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 44px;
  }

  .rico-augs-method__grid,
  .rico-augs-process__grid {
    grid-template-columns: 1fr;
  }

  .rico-augs-method__grid article,
  .rico-augs-process__grid article {
    min-height: auto;
  }

  .rico-augs-method__grid article > span,
  .rico-augs-process__grid article > span {
    margin-bottom: 20px;
  }

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

  .rico-augs-story:first-child {
    grid-column: 1 / -1;
  }

  .rico-augs-reasons__grid,
  .rico-augs-locations .wedding-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .rico-augs-qnav .container {
    justify-content: flex-start;
  }

  .rico-augs-profile__grid,
  .rico-augs-services .services-grid,
  .rico-augs-stories,
  .rico-augs-reasons__grid {
    grid-template-columns: 1fr;
  }

  .rico-augs-profile__portrait {
    max-width: 540px;
  }

  .rico-augs-price-note {
    grid-template-columns: 1fr;
  }

  .rico-augs-price-note .btn {
    width: 100%;
    justify-content: center;
  }

  .rico-augs-story,
  .rico-augs-story:first-child {
    min-height: 390px;
    grid-column: auto;
  }

  .rico-augs-regionline a {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  .rico-augs-qnav {
    top: 54px;
  }

  .rico-augs-qnav a {
    padding: 13px 12px;
    font-size: .7rem;
  }

  .rico-augs-profile__portrait {
    border-radius: 20px 3px 20px 3px;
  }

  .rico-augs-method__grid article {
    border-radius: 3px 18px 3px 3px;
  }

  .rico-augs-services .service-card {
    min-height: 510px;
    border-radius: 4px 24px 4px 4px;
  }

  .rico-augs-locations .wedding-links-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rico-augs-story img {
    transition: none;
  }
}

/* 2026-09-09: Augsburg an das Gestaltungssystem der zentralen DJ-Seiten angleichen. */
body.page--dj-augsburg .rico-augs-hero {
  isolation: isolate;
}

body.page--dj-augsburg .rico-augs-hero .wedding-hero__bg::after {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
}

body.page--dj-augsburg .rico-augs-hero .wedding-hero__image {
  object-position: 52% center;
}

body.page--dj-augsburg .rico-augs-qnav {
  position: static;
  padding: 22px 0;
  border-bottom: 1px solid var(--gray-mid);
  background: var(--white);
  backdrop-filter: none;
}

body.page--dj-augsburg .rico-augs-qnav .container {
  flex-wrap: wrap;
  gap: 8px;
  overflow: visible;
}

body.page--dj-augsburg .rico-augs-qnav a {
  padding: 8px 14px;
  border: 1px solid var(--gray-mid);
  border-radius: 8px;
  background: var(--gray-light);
  font-size: .78rem;
}

body.page--dj-augsburg .rico-augs-profile {
  padding-block: 72px;
  background: var(--white);
}

body.page--dj-augsburg .rico-augs-profile__grid {
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: stretch;
}

body.page--dj-augsburg .rico-augs-profile__portrait {
  margin: 0;
  border: 1px solid var(--gray-mid);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}

body.page--dj-augsburg .rico-augs-profile__portrait::after {
  display: none;
}

body.page--dj-augsburg .rico-augs-profile__portrait img {
  height: 100%;
  min-height: 520px;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

body.page--dj-augsburg .rico-augs-profile__copy {
  padding: 34px;
}

body.page--dj-augsburg .rico-augs-profile__copy h2,
body.page--dj-augsburg .rico-augs-method h2,
body.page--dj-augsburg .rico-augs-services h2,
body.page--dj-augsburg .rico-augs-local h2,
body.page--dj-augsburg .rico-augs-reasons h2,
body.page--dj-augsburg .rico-augs-process h2,
body.page--dj-augsburg .rico-augs-faq h2,
body.page--dj-augsburg .rico-augs-locations h2,
body.page--dj-augsburg .rico-augs-fit h2 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.12;
}

body.page--dj-augsburg .rico-augs-profile__copy p {
  color: var(--gray-muted);
  line-height: 1.7;
}

body.page--dj-augsburg .rico-augs-fit,
body.page--dj-augsburg .rico-augs-services,
body.page--dj-augsburg .rico-augs-reasons,
body.page--dj-augsburg .rico-augs-faq {
  background: var(--gray-light);
}

body.page--dj-augsburg .rico-augs-method,
body.page--dj-augsburg .rico-augs-local,
body.page--dj-augsburg .rico-augs-process,
body.page--dj-augsburg .rico-augs-locations {
  color: var(--charcoal);
  background: var(--white);
}

body.page--dj-augsburg .rico-augs-method .eyebrow,
body.page--dj-augsburg .rico-augs-method h2,
body.page--dj-augsburg .rico-augs-method h3,
body.page--dj-augsburg .rico-augs-process .eyebrow,
body.page--dj-augsburg .rico-augs-process h2,
body.page--dj-augsburg .rico-augs-process h3 {
  color: var(--charcoal);
}

body.page--dj-augsburg .rico-augs-method__head > p,
body.page--dj-augsburg .rico-augs-process .section-header p {
  color: var(--gray-muted);
}

body.page--dj-augsburg .rico-augs-method__grid article,
body.page--dj-augsburg .rico-augs-process__grid article {
  min-height: 0;
  border: 1px solid var(--gray-mid);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

body.page--dj-augsburg .rico-augs-method__grid p,
body.page--dj-augsburg .rico-augs-process__grid p {
  color: var(--gray-muted);
}

body.page--dj-augsburg .rico-augs-process__grid {
  gap: 18px;
  background: transparent;
}

body.page--dj-augsburg .rico-augs-method__grid article > span,
body.page--dj-augsburg .rico-augs-process__grid article > span {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.03em;
}

body.page--dj-augsburg .rico-augs-services .service-card {
  height: 100%;
}

body.page--dj-augsburg .rico-augs-services .service-card__body {
  flex: 1 1 auto;
}

body.page--dj-augsburg .rico-augs-services .service-card__body .btn-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

body.page--dj-augsburg .rico-augs-services .service-card__body .btn {
  width: auto;
  max-width: 100%;
}

body.page--dj-augsburg .rico-augs-faq .faq-accordion {
  display: grid;
  gap: 12px;
}

body.page--dj-augsburg .rico-augs-faq .faq-accordion .wedding-faq-item {
  overflow: hidden;
  border: 1px solid var(--gray-mid);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 7px 20px rgba(0,0,0,.045);
}

body.page--dj-augsburg .rico-augs-faq .faq-accordion .wedding-faq-item:first-child {
  border-top: 1px solid var(--gray-mid);
}

body.page--dj-augsburg .rico-augs-faq .faq-accordion .wedding-faq-question {
  min-height: 64px;
  padding: 18px 20px;
  color: var(--charcoal-2);
}

body.page--dj-augsburg .rico-augs-faq .faq-accordion .wedding-faq-answer {
  padding: 18px 20px 22px;
  border-top: 1px solid rgba(185,165,11,.22);
  line-height: 1.75;
}

body.page--dj-augsburg .rico-augs-faq .faq-accordion .wedding-faq-item.is-open .wedding-faq-question {
  background: #fffaf0;
  color: var(--gold-dark);
}

body.page--dj-augsburg .rico-augs-price-note,
body.page--dj-augsburg .rico-augs-services .service-card,
body.page--dj-augsburg .rico-augs-story,
body.page--dj-augsburg .rico-augs-locations .wedding-link-card {
  border-radius: 14px;
}

body.page--dj-augsburg .rico-augs-services .service-card {
  min-height: 480px;
}

body.page--dj-augsburg .rico-augs-story {
  min-height: 390px;
}

body.page--dj-augsburg main > .section {
  padding-top: 72px;
  padding-bottom: 72px;
}

body.page--dj-augsburg .wedding-section-head,
body.page--dj-augsburg .section-header {
  margin-bottom: 34px;
}

@media (max-width: 1100px) {
  body.page--dj-augsburg .rico-augs-profile__grid {
    grid-template-columns: 1fr;
  }

  body.page--dj-augsburg .rico-augs-profile__portrait img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767px) {
  body.page--dj-augsburg .rico-augs-hero .wedding-hero__inner {
    width: calc(100% - 40px) !important;
  }

  body.page--dj-augsburg .rico-augs-hero .wedding-hero__subtitle {
    max-width: 340px;
  }

  body.page--dj-augsburg .rico-augs-hero .wedding-hero__actions {
    grid-template-columns: 1fr 1fr !important;
  }

  body.page--dj-augsburg .rico-augs-qnav {
    padding: 16px 0;
  }

  body.page--dj-augsburg .rico-augs-qnav .container {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }

  body.page--dj-augsburg main > .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body.page--dj-augsburg .rico-augs-profile__copy {
    padding: 24px 20px;
  }

  body.page--dj-augsburg .rico-augs-profile__portrait img {
    aspect-ratio: 1 / 1;
  }

  body.page--dj-augsburg .rico-augs-method__head {
    margin-bottom: 28px;
  }

  body.page--dj-augsburg .rico-augs-method__grid,
  body.page--dj-augsburg .rico-augs-process__grid {
    gap: 14px;
  }

  body.page--dj-augsburg .rico-augs-method__grid article,
  body.page--dj-augsburg .rico-augs-process__grid article,
  body.page--dj-augsburg .rico-augs-price-note {
    padding: 22px 20px;
  }

  body.page--dj-augsburg .rico-augs-method__grid article > span,
  body.page--dj-augsburg .rico-augs-process__grid article > span {
    margin-bottom: 12px;
  }

  body.page--dj-augsburg .rico-augs-services .service-card,
  body.page--dj-augsburg .rico-augs-story,
  body.page--dj-augsburg .rico-augs-story:first-child {
    min-height: 430px;
  }
}

@media (max-width: 390px) {
  body.page--dj-augsburg .rico-augs-hero .wedding-hero__subtitle {
    display: block !important;
    font-size: .86rem !important;
  }

  body.page--dj-augsburg .rico-augs-hero .wedding-hero__stat {
    padding: 7px 5px !important;
  }
}
