.fifteen-page {
  background: #f6f7f7;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 12px 16px;
  border-radius: 6px;
  background: #fff;
  color: #0f1115;
  font-weight: 800;
}

.skip-link:focus {
  transform: none;
}

.fifteen-page .topbar {
  grid-template-columns: auto 1fr auto;
}

.fifteen-page .nav {
  gap: clamp(16px, 2vw, 28px);
}

.fifteen-page .topbar__phones {
  min-width: 178px;
}

.fifteen-page .topbar__phones a {
  display: grid;
  gap: 4px;
  justify-items: end;
}

.fifteen-page .topbar__phones span {
  display: block;
}

.nav-home {
  color: var(--red) !important;
}

.nav__phones {
  display: none;
}

.fifteen-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100svh - 76px);
  overflow: hidden;
  background: #fff;
}

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

.fifteen-hero__media {
  background: url("/15min/assets/raccoon-15min-hero.jpg") right center / cover no-repeat;
}

.fifteen-hero__shade {
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.98) 32%, rgba(255,255,255,.8) 48%, rgba(255,255,255,.08) 74%),
    linear-gradient(0deg, rgba(255,255,255,.82), transparent 28%);
}

.fifteen-hero__copy {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 40px));
  margin-left: clamp(20px, 5vw, 72px);
  padding: clamp(46px, 6vw, 80px) 0;
}

.fifteen-hero h1 {
  max-width: 720px;
}

.fifteen-hero h1 span {
  display: block;
  color: var(--red);
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 650px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: #343944;
  font-weight: 800;
}

.hero-benefits li {
  display: flex;
  gap: 10px;
  line-height: 1.32;
}

.hero-benefits li::before {
  content: "✓";
  color: var(--red);
}

.hero-callout {
  max-width: 580px;
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 6px solid var(--red);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 50px rgba(15,17,21,.08);
}

.hero-callout p {
  margin-bottom: 7px;
  font-weight: 900;
}

.hero-callout small,
.final-cta small {
  display: block;
  color: var(--muted);
  line-height: 1.4;
}

.big-phone {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: clamp(25px, 3vw, 37px);
  font-weight: 950;
  letter-spacing: -.03em;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.landing-section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(68px, 8vw, 108px) 0;
  border-top: 1px solid var(--line);
}

.landing-section .section-heading {
  grid-template-columns: .42fr 1fr;
  margin-bottom: 36px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-card,
.scenario-grid article,
.salon-grid article,
.aftercare-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.process-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.card-copy {
  padding: 24px;
}

.card-copy > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--soft-red);
  color: var(--red);
  font-weight: 950;
}

.card-copy p,
.scenario-grid p,
.price-copy p,
.fitting-copy p,
.guarantee-card p,
.salon-grid p,
.salon-note,
.section-intro,
.final-cta p {
  color: var(--muted);
  line-height: 1.48;
}

.proof-bar {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: var(--radius);
  background: linear-gradient(105deg, #fff 0%, #fff 62%, var(--soft-red) 100%);
  color: var(--ink);
  box-shadow: 0 16px 44px rgba(15, 17, 21, .06);
}

.proof-bar strong {
  color: var(--red);
  font-size: clamp(50px, 7vw, 86px);
  line-height: .9;
}

.proof-bar p {
  margin-bottom: 4px;
  font-size: 23px;
  font-weight: 900;
}

.proof-bar small {
  color: var(--muted);
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.scenario-grid article {
  padding: 28px;
}

.scenario-mark {
  display: inline-flex;
  min-width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  color: var(--red);
  font-size: 22px;
  font-weight: 950;
}

.fineprint {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.inline-cta {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  margin-top: 28px;
  padding: 24px 28px;
  border-radius: var(--radius);
  background: var(--soft-red);
}

.inline-cta p {
  max-width: 720px;
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.price-section,
.fitting-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 7vw, 86px);
  align-items: center;
}

.price-copy h2,
.fitting-copy h2 {
  margin-bottom: 26px;
}

.price-copy p + p,
.fitting-copy p + p {
  margin-top: 16px;
}

.price-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--red);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fff 0%, #fff 58%, var(--soft-red) 100%);
  color: var(--ink);
  box-shadow: 0 20px 56px rgba(15, 17, 21, .08);
}

.price-card__kicker {
  color: var(--ink);
  font-size: 22px;
  font-weight: 950;
}

.price-card dl {
  margin: 24px 0;
}

.price-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.price-card dt { font-weight: 900; }
.price-card dd { margin: 0; color: var(--muted); text-align: right; }

.price-total {
  margin-bottom: 9px;
  color: var(--red);
  font-size: 22px;
  font-weight: 950;
  line-height: 1.22;
}

.price-card small { color: var(--muted); }

.fitting-image {
  min-height: 520px;
  border-radius: var(--radius);
  background: url("/15min/assets/raccoon-fitting-client-v2.jpg") center center / cover no-repeat;
}

.section-intro {
  max-width: 850px;
  margin: -8px 0 34px;
  font-size: 20px;
}

.guarantee-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 18px;
  padding: 30px;
  border: 1px solid #ffc4c8;
  border-radius: var(--radius);
  background: var(--soft-red);
}

.guarantee-card__label {
  margin-bottom: 8px;
  color: var(--red) !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guarantee-card h3 {
  font-size: 30px;
}

.aftercare-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.aftercare-image {
  aspect-ratio: 1;
  background-image: url("/15min/assets/raccoon-aftercare-grid.jpg");
  background-repeat: no-repeat;
  background-size: 200% 200%;
}

.aftercare-image--one { background-position: left top; }
.aftercare-image--two {
  background-image: url("/15min/assets/raccoon-nosepads.jpg");
  background-position: center center;
  background-size: cover;
}
.aftercare-image--three {
  background-image: url("/15min/assets/raccoon-fitting-client-v2.jpg");
  background-position: center center;
  background-size: cover;
}
.aftercare-image--four {
  background-image: url("/15min/assets/raccoon-screws.jpg");
  background-position: center center;
  background-size: cover;
}

.aftercare-grid h3 {
  min-height: 74px;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.salon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.salon-grid article {
  padding: clamp(28px, 4vw, 42px);
}

.salon-area {
  margin-bottom: 13px;
  color: var(--red) !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.salon-grid .button {
  margin-top: 12px;
}

.salon-note {
  margin: 22px 0 0;
  text-align: center;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 72px);
  border-top: 1px solid #f0cfd2;
  border-bottom: 1px solid #f0cfd2;
  background: linear-gradient(115deg, #fff 0%, #fff6f6 52%, #fdebed 100%);
  color: var(--ink);
}

.final-cta h2 {
  max-width: 820px;
}

.final-cta .eyebrow,
.final-cta p {
  color: var(--ink);
}

.final-cta p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.final-cta__action {
  min-width: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 17, 21, .08);
}

.fifteen-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 34px clamp(20px, 5vw, 72px);
  background: #fff;
}

.fifteen-footer p {
  margin: 0;
  color: var(--muted);
  text-align: center;
}

.fifteen-footer > a:last-child {
  color: var(--red);
  font-weight: 950;
}

.mobile-call {
  display: none;
}

@media (max-width: 1240px) {
  .fifteen-page .nav { display: none; }
  .fifteen-page .topbar { grid-template-columns: auto 1fr auto; }
  .fifteen-page .topbar__phones {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .fifteen-page .burger {
    position: static;
    grid-column: 3;
    grid-row: 1;
    display: block;
    justify-self: end;
    transform: none;
  }
  .fifteen-page .nav.is-open {
    position: fixed;
    inset: 76px 0 auto;
    display: grid;
    gap: 0;
    padding: 16px 20px 22px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 18px 40px rgba(15,17,21,.12);
  }
  .fifteen-page .nav.is-open > a {
    padding: 13px 4px;
    border-bottom: 1px solid var(--line);
  }
  .fifteen-page .nav.is-open .nav__phones {
    display: grid;
    gap: 5px;
    padding-top: 17px;
  }
  .fifteen-page .nav.is-open .nav__phones a { color: var(--red); }
  .fifteen-page .nav.is-open .nav__phones span { color: var(--muted); font-size: 13px; }
  .aftercare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .fifteen-page .topbar__phones { display: none; }
  .fifteen-page .topbar { grid-template-columns: auto 1fr; }
  .fifteen-page .burger { grid-column: 2; }
  .fifteen-hero {
    display: block;
    min-height: 0;
    padding-top: clamp(290px, 64vw, 480px);
  }
  .fifteen-hero__media {
    height: clamp(300px, 66vw, 500px);
    background-position: 66% center;
  }
  .fifteen-hero__shade {
    background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,.96) 28%, rgba(255,255,255,0) 68%);
  }
  .fifteen-hero__copy {
    width: min(100% - 40px, 680px);
    margin: 0 auto;
    padding: 34px 0 54px;
  }
  .fifteen-hero h1 { font-size: clamp(45px, 11.5vw, 72px); }
  .landing-section .section-heading,
  .price-section,
  .fitting-section,
  .final-cta {
    grid-template-columns: 1fr;
  }
  .process-grid,
  .scenario-grid { grid-template-columns: 1fr; }
  .process-card {
    display: grid;
    grid-template-columns: minmax(220px, .85fr) 1.15fr;
  }
  .process-image { height: 100%; min-height: 100%; object-fit: cover; }
  .fitting-image { min-height: min(72vw, 520px); }
  .guarantee-card { grid-template-columns: 1fr; gap: 14px; }
  .final-cta { align-items: start; }
  .final-cta__action { min-width: 0; }
  .fifteen-footer { grid-template-columns: 1fr; justify-items: center; }
  .fifteen-footer p { order: 3; }
}

@media (max-width: 600px) {
  .fifteen-page { padding-bottom: 66px; }
  .hero-benefits { grid-template-columns: 1fr; }
  .fifteen-hero h1 {
    font-size: clamp(38px, 10.2vw, 46px);
    letter-spacing: -.045em;
  }
  .fifteen-hero__copy {
    width: calc(100% - 40px);
  }
  .fifteen-hero .hero__lead {
    max-width: calc(100% - 12px);
    font-size: 17px;
    overflow-wrap: normal;
  }
  .hero-callout { padding: 18px; }
  .process-card { display: block; }
  .process-image { height: auto; min-height: 0; }
  .proof-bar { align-items: flex-start; padding: 24px; }
  .proof-bar p { font-size: 18px; }
  .inline-cta { display: block; }
  .inline-cta .button { width: 100%; margin-top: 18px; }
  .aftercare-grid,
  .salon-grid { grid-template-columns: 1fr; }
  .aftercare-grid h3 { min-height: 0; }
  .big-phone { font-size: clamp(24px, 8vw, 32px); }
  .mobile-call {
    position: fixed;
    right: 12px;
    bottom: 10px;
    left: 12px;
    z-index: 20;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    background: var(--red);
    color: #fff;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(184,0,10,.32);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
