* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --gold: #d5a245;
  --gold-dark: #b98224;
  --ink: #4a2f22;
  --cream: #fff8ef;
  --white: #ffffff;
  --panel: rgba(255, 255, 255, 0.72);
  --shadow: 0 7px 16px rgba(80, 55, 35, 0.22);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--ink);
  background: var(--cream);
  font-family: "Poppins", sans-serif;
}

.header {
  width: 100%;
  min-height: 96px;
  padding: 0 5%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.06);
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  width: 112px;
  height: auto;
  display: block;
}

.nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-left: 14px;
}

.nav a {
  color: #12100f;
  font-family: "Great Vibes", cursive;
  font-size: 36px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--gold);
}

.nav a.active {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 2px;
}

.menu-btn {
  margin-left: auto;
  display: none;
  background: none;
  border: 0;
  color: var(--gold-dark);
  cursor: pointer;
  font-size: 32px;
}

.laser-page {
  min-height: calc(100vh - 96px);
  padding: 34px 3.4% 28px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 250, 244, 0.72), rgba(255, 250, 244, 0.72)),
    url("../img/LaserSoprano/fondo.png") center / cover no-repeat;
}

.back-link {
  position: absolute;
  top: 36px;
  left: 2.7%;
  width: 124px;
  height: 34px;
  z-index: 4;
  transition: transform 0.28s ease;
}

.back-link::before,
.back-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--gold);
}

.back-link::before {
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  transition:
    width 0.28s ease,
    box-shadow 0.28s ease;
}

.back-link::after {
  width: 23px;
  height: 23px;
  border-left: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
  background: transparent;
  transform: translate(2px, -50%) rotate(45deg);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease;
}

.back-link:hover {
  transform: translateX(-6px);
}

.back-link:hover::before {
  width: 110%;
  box-shadow: 0 0 12px rgba(213, 162, 69, 0.42);
}

.back-link:hover::after {
  transform: translate(-2px, -50%) rotate(45deg) scale(1.08);
}

.laser-card {
  min-height: 670px;
  padding: 54px 3.4% 88px;
  position: relative;
  border-radius: 0 0 34px 34px;
  background: rgba(255, 253, 249, 0.56);
  box-shadow: 0 4px 15px rgba(80, 55, 35, 0.14);
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  align-items: start;
  gap: 26px;
}

.laser-copy {
  padding-top: 18px;
}

.star-divider,
.lotus-divider {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 76px 52px 76px;
  gap: 16px;
}

.star-divider {
  width: min(250px, 100%);
  margin: 0 auto 8px;
  transform: translateX(-82px);
}

.star-divider span,
.lotus-divider span {
  height: 2px;
  background: var(--gold);
}

.star-divider img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.laser-copy h1 {
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: clamp(50px, 5.35vw, 60px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.laser-copy h1 span {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: clamp(25px, 2.7vw, 30px);
  letter-spacing: 0.5px;
}

.lotus-divider {
  grid-template-columns: 1fr 64px 1fr;
  gap: 18px;
  max-width: 488px;
  margin: 22px 0 38px;
}

.lotus-divider img {
  width: 52px;
  height: 42px;
  object-fit: contain;
}

.laser-copy p {
  max-width: 560px;
  color: var(--ink);
  font-family: "Playfair Display", serif;
  font-size: clamp(19px, 1.9vw, 22px);
  font-weight: 700;
  line-height: 1.18;
}

.laser-photo {
  min-height: 405px;
  border-left: 2px solid var(--gold);
  border-top: 2px solid var(--gold);
  border-radius: 210px 0 28px 210px;
  overflow: hidden;
  align-self: start;
}

.laser-photo img {
  width: 100%;
  height: 405px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.benefit-strip {
  position: absolute;
  left: 6.5%;
  right: 8.5%;
  bottom: 70px;
  min-height: 138px;
  padding: 18px 18px 16px;
  border-radius: 0 0 34px 34px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
}

.benefit-strip article {
  min-width: 0;
  padding: 0 24px;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.benefit-strip article + article {
  border-left: 1px solid rgba(213, 162, 69, 0.42);
}

.benefit-strip img {
  width: 66px;
  height: 66px;
  margin-bottom: 8px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.benefit-strip h2 {
  color: #5d524b;
  font-family: "Playfair Display", serif;
  font-size: clamp(13px, 1.18vw, 16px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.benefit-strip p {
  color: #5b5049;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 600;
  line-height: 1.18;
}

@media (prefers-reduced-motion: reduce) {
  .back-link,
  .back-link::before,
  .back-link::after {
    transition: none;
  }
}

@media (max-width: 1050px) {
  .laser-card {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .laser-copy {
    text-align: center;
  }

  .star-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .lotus-divider {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
  }

  .laser-copy p {
    margin: 0 auto;
  }

  .laser-photo {
    width: min(720px, 100%);
    margin: 0 auto;
    border-right: 2px solid var(--gold);
    border-radius: 190px;
  }

  .benefit-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-column: 1;
    width: min(760px, 100%);
    margin: 26px auto 0;
  }
}

@media (max-width: 900px) {
  .header {
    min-height: 72px;
    padding: 8px 5%;
  }

  .logo img {
    width: 88px;
  }

  .menu-btn {
    display: block;
  }

  .nav {
    flex: none;
    margin-left: 0;
    justify-content: flex-start;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    gap: 18px;
    padding: 20px;
    transform: translateY(-150%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  }

  .nav.show {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav a {
    font-size: 30px;
  }
}

@media (max-width: 680px) {
  .laser-page {
    min-height: calc(100vh - 72px);
    padding: 24px 4.5% 36px;
  }

  .back-link {
    top: 30px;
    left: 5%;
    width: 60px;
  }

  .laser-card {
    min-height: auto;
    padding: 68px 4.5% 28px;
    border-radius: 0 0 24px 24px;
  }

  .star-divider {
    grid-template-columns: 58px 48px 58px;
    gap: 12px;
  }

  .star-divider img {
    width: 46px;
    height: 46px;
  }

  .laser-copy h1 {
    font-size: 42px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .laser-copy h1 span {
    font-size: 23px;
  }

  .lotus-divider {
    grid-template-columns: 1fr 48px 1fr;
    gap: 12px;
  }

  .laser-copy p {
    font-size: 18px;
  }

  .laser-photo {
    min-height: 286px;
    border-radius: 140px;
  }

  .laser-photo img {
    height: 286px;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
    padding: 12px 18px;
    border-radius: 0 0 24px 24px;
  }

  .benefit-strip article {
    min-height: 128px;
    padding: 18px 8px;
  }

  .benefit-strip article + article {
    border-left: 0;
    border-top: 1px solid rgba(213, 162, 69, 0.42);
  }
}
