.hero-section {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  display: grid;
  align-items: center;
  margin: 0;
  color: #fff;
  background: #080808;
}

/* QA polish overrides */
.hero-content {
  max-width: 930px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-actions .btn {
  min-width: 136px;
}

.info-cards,
.faq-section,
.contact-section {
  background: var(--color-ivory);
}

.stat-grid article,
.card-grid article,
.step-grid article,
.post-card a,
.price-panel,
.map-frame-wrap,
.contact-panel,
.single-cta-panel {
  border-color: rgba(89, 223, 247, .28);
}

.card-grid article {
  min-height: 220px;
  padding: 28px;
  background: var(--color-card);
}

.card-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border: 1px solid rgba(89, 223, 247, .34);
  border-radius: 12px;
  color: #06304a;
  font-size: .8rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(89, 223, 247, .32), rgba(47, 141, 255, .16));
}

.card-grid article p {
  color: #5f5647;
}

.memo-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 48px);
}

.memo-intro .section-heading {
  margin-bottom: 0;
}

.memo-image {
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(89, 223, 247, .22);
  border-radius: 30px;
  background: #061827;
  box-shadow: 0 30px 80px rgba(3, 16, 29, .22);
}

.memo-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(1.04) contrast(1.04);
}

@media (max-width: 860px) {
  .memo-intro {
    grid-template-columns: 1fr;
  }
}

.price-layout {
  grid-template-columns: .85fr 1.15fr;
}

.price-panel {
  min-width: min(520px, 100%);
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(89,223,247,.12), rgba(47,141,255,.06)),
    rgba(255,255,255,.055);
}

.price-note-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(89, 223, 247, .38);
  border-radius: 12px;
  color: var(--color-gold-soft);
  font-size: var(--fs-small);
  font-weight: 900;
  background: rgba(89, 223, 247, .08);
}

.step-grid article {
  color: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  box-shadow: none;
}

.step-grid article p {
  color: var(--color-light-muted);
}

.location-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
}

.location-copy p,
.location-card address {
  color: var(--color-light-muted);
}

.map-frame-wrap {
  min-height: 360px;
  display: flex;
  align-items: stretch;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(4,17,31,.92), rgba(7,33,51,.88)),
    radial-gradient(circle at 80% 20%, rgba(89,223,247,.24), transparent 34%);
}

.location-card {
  width: 100%;
  padding: 34px;
  border: 1px solid rgba(89, 223, 247, .24);
  border-radius: var(--radius-card);
  background: rgba(8, 8, 8, .62);
  backdrop-filter: blur(10px);
}

.location-card h3 {
  color: #fff;
}

.location-card address {
  margin-bottom: 26px;
  font-style: normal;
}

.faq-list details {
  background: var(--color-card);
}

.blog-empty {
  max-width: 720px;
  padding: 28px;
  border: 1px solid rgba(89, 223, 247, .22);
  border-radius: var(--radius-card);
  color: var(--color-light-muted);
  background: rgba(255, 255, 255, .055);
}

.blog-empty p:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .location-layout,
  .price-layout {
    grid-template-columns: 1fr;
  }
}

/* Haeundae XYZ visual identity: marina-night guide */
.hero-section {
  min-height: calc(100svh - var(--header-height));
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 22%, rgba(47, 141, 255, .32), transparent 26rem),
    radial-gradient(circle at 82% 16%, rgba(89, 223, 247, .18), transparent 24rem),
    linear-gradient(135deg, #020b15 0%, #061827 52%, #0d2638 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 16, 29, .94) 0%, rgba(3, 16, 29, .78) 48%, rgba(3, 16, 29, .32) 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 38%;
  background:
    linear-gradient(180deg, transparent, rgba(3, 16, 29, .94)),
    repeating-linear-gradient(90deg, rgba(89, 223, 247, .14) 0 1px, transparent 1px 96px);
  opacity: .75;
}

.hero-media {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: -3;
  overflow: hidden;
  border-left: 1px solid rgba(89, 223, 247, .18);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.08) brightness(.68);
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding: clamp(4rem, 7vw, 7rem) 0;
}

.hero-title {
  text-wrap: balance;
  letter-spacing: -.055em;
}

.repeat-rail {
  display: flex;
  gap: 14px;
  max-width: 100%;
  margin-bottom: 22px;
  overflow: hidden;
  color: rgba(183, 247, 255, .62);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.repeat-rail span {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.repeat-rail span::after {
  content: "/";
  color: rgba(89, 223, 247, .34);
}

.hero-sub {
  max-width: 620px;
  color: var(--color-gold-soft);
  font-weight: 800;
}

.hero-description {
  max-width: 640px;
  color: rgba(231, 247, 255, .78);
}

.hero-chips li {
  border: 1px solid rgba(89, 223, 247, .26);
  border-radius: 14px;
  color: rgba(231, 247, 255, .88);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
}

.brand-intro {
  background:
    linear-gradient(180deg, #03101d, #061827 52%, #04111f);
}

.brand-intro .image-card {
  border-radius: 32px 32px 32px 8px;
  border: 1px solid rgba(89, 223, 247, .22);
  box-shadow: 0 34px 90px rgba(0, 10, 22, .48);
}

.scale-section,
.reservation-section {
  background:
    radial-gradient(circle at 84% 20%, rgba(89, 223, 247, .11), transparent 25rem),
    #061827;
  color: #fff;
}

.stat-grid article,
.step-grid article,
.price-panel,
.map-frame-wrap,
.post-card a,
.single-cta-panel {
  border: 1px solid rgba(89, 223, 247, .2);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  box-shadow: 0 24px 70px rgba(0, 10, 22, .28);
  backdrop-filter: blur(16px);
}

.scale-section .stat-grid strong {
  color: var(--color-gold);
  text-shadow: 0 0 28px rgba(89, 223, 247, .32);
}

.info-cards,
.faq-section,
.contact-section {
  background:
    linear-gradient(180deg, #edf8fb 0%, #f8fcfd 100%);
}

.card-grid article,
.faq-list details {
  border: 1px solid rgba(10, 61, 88, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 20px 48px rgba(3, 16, 29, .08);
}

.info-cards .card-grid.four {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  grid-template-areas:
    "budget people"
    "budget time"
    "mood mood";
  gap: 18px;
}

.info-cards .card-grid article:nth-child(1) {
  grid-area: budget;
  min-height: 100%;
  padding: clamp(2rem, 4vw, 3.2rem);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 16, 29, .94), rgba(7, 33, 51, .9)),
    radial-gradient(circle at 88% 18%, rgba(89, 223, 247, .26), transparent 32%);
}

.info-cards .card-grid article:nth-child(1) h3,
.info-cards .card-grid article:nth-child(1) p {
  color: #fff;
}

.info-cards .card-grid article:nth-child(2) {
  grid-area: people;
}

.info-cards .card-grid article:nth-child(3) {
  grid-area: time;
}

.info-cards .card-grid article:nth-child(4) {
  grid-area: mood;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  align-items: start;
}

.info-cards .card-grid article:nth-child(4) .card-kicker {
  grid-row: span 2;
}

.card-kicker {
  border-radius: 12px;
  color: #06304a;
  border-color: rgba(89, 223, 247, .34);
  background: linear-gradient(135deg, rgba(89, 223, 247, .32), rgba(47, 141, 255, .16));
}

.price-section,
.location-section,
.home-blog {
  background:
    linear-gradient(180deg, #04111f 0%, #071b2d 50%, #03101d 100%);
}

.price-panel {
  background:
    linear-gradient(135deg, rgba(89, 223, 247, .12), rgba(47, 141, 255, .06)),
    rgba(255, 255, 255, .055);
}

.mdnt-price-layout {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
}

.price-intro {
  align-self: center;
}

.mdnt-lanes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 0;
}

.mdnt-lane {
  padding: clamp(1.6rem, 3vw, 2.6rem);
  background: rgba(255, 255, 255, .045);
}

.mdnt-lane + .mdnt-lane {
  border-left: 1px solid rgba(89, 223, 247, .18);
}

.lane-kicker {
  color: var(--color-gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mdnt-lane h3 {
  color: #fff;
}

.mdnt-lane p {
  color: rgba(231, 247, 255, .74);
}

.mdnt-lane ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mdnt-lane li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid rgba(89, 223, 247, .14);
}

.mdnt-lane li span {
  color: rgba(231, 247, 255, .6);
}

.mdnt-lane li strong {
  color: #fff;
  text-align: right;
}

.mdnt-price-layout > .price-cta {
  grid-column: 2;
  justify-self: start;
}

.price-note-label {
  color: var(--color-gold-soft);
  border-color: rgba(89, 223, 247, .38);
  background: rgba(89, 223, 247, .08);
}

.map-frame-wrap {
  background:
    linear-gradient(135deg, rgba(4, 17, 31, .92), rgba(7, 33, 51, .88)),
    radial-gradient(circle at 80% 18%, rgba(89, 223, 247, .24), transparent 34%);
}

.location-card {
  border-color: rgba(89, 223, 247, .24);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
}

.location-hours {
  color: var(--color-gold-soft);
}

.gallery-grid {
  gap: 22px;
}

.gallery-card {
  border-radius: 28px;
  border: 1px solid rgba(89, 223, 247, .18);
  box-shadow: 0 26px 62px rgba(0, 10, 22, .32);
}

.gallery-card:nth-child(2) {
  transform: translateY(32px);
}

.gallery-card img {
  filter: saturate(.92) contrast(1.05);
}

.contact-cta-card {
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(10, 61, 88, .14);
  box-shadow: 0 28px 70px rgba(3, 16, 29, .16);
}

.reservation-section .step-grid {
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.reservation-section .step-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 18px;
  align-items: start;
  padding: 22px 24px;
}

.reservation-section .step-grid article span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #041522;
  font-weight: 900;
  background: linear-gradient(135deg, #59dff7, #2f8dff);
}

.reservation-section .step-grid article h3,
.reservation-section .step-grid article p {
  grid-column: 2;
}

.reservation-section .section-cta {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .hero-media {
    inset: 42% 0 0;
    clip-path: none;
    opacity: .46;
  }

  .hero-section::before {
    background: linear-gradient(180deg, rgba(3, 16, 29, .96), rgba(3, 16, 29, .78));
  }

  .gallery-card:nth-child(2) {
    transform: none;
  }

  .info-cards .card-grid.four {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .info-cards .card-grid article,
  .info-cards .card-grid article:nth-child(1),
  .info-cards .card-grid article:nth-child(2),
  .info-cards .card-grid article:nth-child(3),
  .info-cards .card-grid article:nth-child(4) {
    grid-area: auto;
  }

  .info-cards .card-grid article:nth-child(4) {
    grid-template-columns: 1fr;
  }

  .reservation-section .step-grid article {
    grid-template-columns: 1fr;
  }

  .reservation-section .step-grid article h3,
  .reservation-section .step-grid article p {
    grid-column: auto;
  }

  .mdnt-price-layout,
  .mdnt-lanes {
    grid-template-columns: 1fr;
  }

  .mdnt-lane + .mdnt-lane {
    border-top: 1px solid rgba(89, 223, 247, .18);
    border-left: 0;
  }

  .mdnt-price-layout > .price-cta {
    grid-column: auto;
  }
}

/* 2026-04 mobile QA overrides */
.brand-intro .two-column {
  align-items: start;
}

.brand-intro .image-card {
  margin-top: 8px;
  aspect-ratio: 16 / 10;
}

.gallery-grid {
  gap: 16px;
}

.gallery-card {
  border-radius: 12px;
}

.info-cards {
  background: #eaf5f8;
}

.card-grid article {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(10, 61, 88, .12);
  box-shadow: 0 20px 48px rgba(3, 16, 29, .08);
}

.scale-section .stat-grid article {
  min-height: 0;
}

.location-hours {
  margin: -4px 0 18px;
  color: var(--color-gold-soft);
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero-actions .btn {
    width: 100%;
  }

  .hero-partner-link {
    display: none;
  }

  .hero-chips li:nth-child(n+3) {
    display: none;
  }

  .brand-intro {
    padding-top: clamp(3.2rem, 8vw, 4.6rem);
  }

  .brand-intro .section-heading,
  .brand-intro h2 {
    margin-bottom: 14px;
  }

  .brand-intro .image-card {
    margin-top: 14px;
    aspect-ratio: 4 / 3;
  }

  .scale-section .stat-grid article {
    padding: 20px 18px;
    border-radius: 10px;
  }

  .scale-section .stat-grid strong {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
    margin-bottom: 10px;
  }

  .gallery-grid,
  .card-grid,
  .post-grid {
    gap: 12px;
  }

  .card-grid article {
    min-height: 0;
    padding: 20px 18px;
  }

  .card-grid article p {
    margin-bottom: 0;
  }

  .price-panel {
    width: 100%;
    min-width: 0;
    padding: 22px 18px;
  }

  .price-panel ul {
    width: 100%;
  }

  .price-panel li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .price-cta {
    width: 100%;
  }

  .location-layout {
    gap: 18px;
  }

  .map-frame-wrap {
    min-height: 0;
    padding: 12px;
  }

  .location-card {
    padding: 22px 18px;
  }

  .location-card .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-list details {
    padding: 16px 14px;
    background: #f7fcfd;
  }

  .blog-empty {
    padding: 22px 16px;
  }
}

.contact-cta-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(89, 223, 247, .25);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(3, 16, 29, .96), rgba(7, 33, 51, .92));
  box-shadow: var(--shadow-dark);
}

.contact-cta-card.has-bg-image {
  min-height: clamp(320px, 36vw, 460px);
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(
      115deg,
      rgba(9, 9, 9, .88) 0%,
      rgba(9, 9, 9, .78) 38%,
      rgba(9, 9, 9, .62) 70%,
      rgba(9, 9, 9, .56) 100%
    ),
    var(--cta-bg-image);
  background-size: cover, cover;
  background-repeat: no-repeat;
  background-position: center center, center right;
}

.contact-cta-content {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  padding: clamp(2rem, 5vw, 4rem);
}

.contact-cta-content h2 {
  color: #fff;
}

.contact-cta-content p {
  color: rgba(255, 255, 255, .82);
  max-width: 560px;
}

@media (max-width: 768px) {
  .contact-cta-card.has-bg-image {
    min-height: 520px;
    align-items: flex-end;
    background-image:
      linear-gradient(
        180deg,
        rgba(9, 9, 9, .42) 0%,
        rgba(9, 9, 9, .66) 44%,
        rgba(9, 9, 9, .94) 100%
      ),
      var(--cta-bg-image);
    background-position: center center, center top;
  }

  .contact-cta-content {
    padding: 2rem 1.25rem;
  }

  .contact-cta-content h2 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }

  .contact-cta-content .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Mobile QA layer */
.hero-partner-link {
  display: inline-flex;
  align-items: center;
  color: var(--color-gold-soft);
  font-weight: 800;
}

.scale-section,
.gallery-section,
.price-section,
.location-section,
.home-blog {
  background: linear-gradient(180deg, #090909 0%, #111 100%);
}

.price-cta {
  width: 100%;
  margin-top: 24px;
}

.reservation-section {
  padding: clamp(3.2rem, 6vw, 5rem) 0;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(2.3rem, 10vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    word-break: keep-all;
  }

  .hero-description {
    font-size: .96rem;
    line-height: 1.75;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .hero-partner-link {
    justify-content: center;
    font-size: .9rem;
  }

  .hero-chip.mobile-hide {
    display: none;
  }

  .price-panel {
    width: 100%;
  }

  .price-panel li {
    gap: 4px;
  }
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 34%, rgba(89, 223, 247, .16), transparent 32%),
    linear-gradient(90deg, rgba(3, 16, 29, .9), rgba(3, 16, 29, .42), rgba(3, 16, 29, .72));
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 28%, rgba(89, 223, 247, .24), transparent 34%),
    linear-gradient(135deg, #020b15, #061827 48%, #020b15);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 72px 0;
}

.hero-content h1,
.hero-title {
  margin-bottom: 18px;
  font-size: var(--fs-hero);
}

.hero-title {
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1.08;
  word-break: keep-all;
  overflow-wrap: normal;
  max-width: 900px;
}

.hero-sub {
  color: var(--color-cyan);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 800;
}

.hero-content p:not(.eyebrow) {
  max-width: 720px;
  color: var(--color-light-muted);
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-chips li {
  padding: 8px 12px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: var(--fs-small);
  font-weight: 800;
}

.front-main {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--color-dark);
}

.hero-section,
.brand-intro,
.scale-section,
.gallery-section,
.info-cards,
.price-section,
.reservation-section,
.location-section,
.faq-section,
.home-blog,
.contact-section {
  margin: 0;
}

.brand-intro,
.gallery-section,
.price-section,
.location-section,
.home-blog {
  padding: var(--space-section) 0;
  background: var(--color-dark);
}

.scale-section,
.reservation-section,
.contact-section {
  padding: var(--space-section) 0;
}

.scale-section,
.reservation-section {
  color: #fff;
  background: var(--color-dark);
}

.info-cards,
.faq-section,
.contact-section {
  padding: var(--space-section) 0;
  background: #f6f2ea;
}

.scale-section .section-heading h2,
.reservation-section .section-heading h2 {
  color: #fff;
}

.scale-section .section-heading p,
.reservation-section .section-heading p {
  color: var(--color-light-muted);
}

.image-card,
.gallery-card {
  margin: 0;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  overflow: hidden;
  background: #171717;
  box-shadow: var(--shadow-dark);
}

.image-card img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-card {
  aspect-ratio: 4 / 3;
}

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

.gallery-card {
  aspect-ratio: 4 / 3;
}

.stat-grid article,
.card-grid article,
.step-grid article,
.post-card a,
.price-panel,
.map-frame-wrap,
.contact-panel,
.single-cta-panel {
  border: 1px solid var(--color-line);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, .05);
  box-shadow: var(--shadow-soft);
}

.stat-grid article {
  padding: 30px;
  color: #fff;
  background: #111;
}

.stat-grid strong,
.step-grid span {
  display: block;
  color: var(--color-gold);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
  font-weight: 900;
}

.stat-grid p {
  color: var(--color-light-muted);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card-grid article {
  padding: 26px;
  background: #fff;
}

.price-panel {
  padding: 30px;
}

.price-panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-panel li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.price-panel li:last-child {
  border-bottom: 0;
}

.price-panel span {
  color: var(--color-light-muted);
}

.price-panel strong {
  color: #fff;
  text-align: right;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step-grid article {
  padding: 24px;
  background: #fff;
}

.step-grid span {
  margin-bottom: 18px;
  font-size: 2rem;
}

.section-cta {
  margin-top: 24px;
}

.location-section address {
  color: var(--color-light-muted);
  font-style: normal;
}

.map-frame-wrap {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 26px;
  color: var(--color-light-muted);
  background: linear-gradient(135deg, #151515, #2a2418);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.faq-list details {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: var(--radius-card);
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.text-link {
  color: var(--color-gold);
  font-weight: 900;
}

.post-card a {
  display: block;
  height: 100%;
  padding: 24px;
  color: inherit;
  background: rgba(255, 255, 255, .06);
}

.post-card h2,
.post-card h3 {
  margin-bottom: 10px;
}

.post-date {
  display: block;
  margin-bottom: 12px;
  color: var(--color-gold);
  font-size: var(--fs-small);
}

.contact-section {
  background: #f6f2ea;
}

.contact-panel,
.single-cta-panel {
  padding: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  background: linear-gradient(135deg, #121212, #241b0d);
}

@media (max-width: 980px) {
  .card-grid,
  .step-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .hero-section {
    min-height: 680px;
  }

  .hero-title {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .gallery-grid,
  .post-grid,
  .stat-grid,
  .card-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .single-cta-panel,
  .section-heading-row {
    align-items: stretch;
    flex-direction: column;
  }

  .price-panel li {
    display: grid;
  }

  .price-panel strong {
    text-align: left;
  }
}

/* QA final layer */
.hero-content {
  max-width: 930px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-actions .btn {
  min-width: 136px;
}

.info-cards,
.faq-section,
.contact-section {
  background: var(--color-ivory);
}

.card-grid article {
  min-height: 220px;
  padding: 28px;
  background: var(--color-card);
}

.card-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border: 1px solid rgba(89, 223, 247, .34);
  border-radius: 12px;
  color: #06304a;
  font-size: .8rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(89, 223, 247, .32), rgba(47, 141, 255, .16));
}

.card-grid article p {
  color: #5f5647;
}

.price-layout {
  grid-template-columns: .85fr 1.15fr;
}

.price-panel {
  min-width: min(520px, 100%);
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(89,223,247,.12), rgba(47,141,255,.06)),
    rgba(255,255,255,.055);
}

.price-note-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(89, 223, 247, .38);
  border-radius: 12px;
  color: var(--color-gold-soft);
  font-size: var(--fs-small);
  font-weight: 900;
  background: rgba(89, 223, 247, .08);
}

.step-grid article {
  color: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  box-shadow: none;
}

.step-grid article p {
  color: var(--color-light-muted);
}

.location-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
}

.location-copy p,
.location-card address {
  color: var(--color-light-muted);
}

.map-frame-wrap {
  min-height: 360px;
  display: flex;
  align-items: stretch;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(4,17,31,.92), rgba(7,33,51,.88)),
    radial-gradient(circle at 80% 20%, rgba(89,223,247,.24), transparent 34%);
}

.location-card {
  width: 100%;
  padding: 34px;
  border: 1px solid rgba(89, 223, 247, .24);
  border-radius: var(--radius-card);
  background: rgba(8, 8, 8, .62);
  backdrop-filter: blur(10px);
}

.location-card h3 {
  color: #fff;
}

.location-card address {
  margin-bottom: 26px;
  font-style: normal;
}

.faq-list details {
  background: var(--color-card);
}

.blog-empty {
  max-width: 720px;
  padding: 28px;
  border: 1px solid rgba(89, 223, 247, .22);
  border-radius: var(--radius-card);
  color: var(--color-light-muted);
  background: rgba(255, 255, 255, .055);
}

.blog-empty p:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .location-layout,
  .price-layout {
    grid-template-columns: 1fr;
  }
}
