@media (min-width: 1101px) and (max-width: 1380px) {
  .brand-copy { display: none; }
  .nav-shell { grid-template-columns: auto auto auto auto; justify-content: space-between; }
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 56px, 920px); }
  .nav-shell { width: calc(100vw - 36px); grid-template-columns: 1fr auto; }
  .header-social { display: none; }
  .site-header--overlay { position: sticky; background: rgba(245,243,237,.96); }
  .main-nav { position: fixed; z-index: -1; inset: 0; padding: 130px 34px 40px; background: var(--paper); flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 4px; visibility: hidden; opacity: 0; transform: translateY(-20px); transition: .35s var(--ease); }
  body.menu-open .site-header { backdrop-filter: none; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { font-size: clamp(1.4rem,4.5vw,1.8rem); line-height: 1.2; text-transform: none; letter-spacing: -.02em; }
  .main-nav a::after { bottom: 4px; }
  .nav-booksy { display: inline-flex; margin-top: auto; width: 100%; }
  .main-nav a.nav-booksy { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; padding: 0 10px 0 25px; }
  .main-nav a.nav-booksy::after { display: none; }
  .menu-toggle { position: relative; z-index: 5; display: grid; place-items: center; width: 48px; height: 48px; cursor: pointer; }
  .menu-toggle span { position: absolute; width: 24px; height: 1px; background: var(--ink); transition: .3s; }
  .menu-toggle span:first-child { transform: translateY(-4px); }
  .menu-toggle span:last-child { transform: translateY(4px); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
  .nav-cta { display: none; }
  .hero { min-height: auto; padding: 64px 28px 70px; grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: clamp(3.6rem,7vw,5rem); }
  .hero-visual { height: 640px; min-height: 0; padding-left: 30px; }
  .hero-trust { gap: 30px; }
  .scroll-cue { display: none; }
  .about { padding: 120px 0 150px; }
  .about-grid { grid-template-columns: 45% 49%; gap: 6%; }
  .about-images { --collage-pull: clamp(45px,7vw,80px); height: 670px; }
  .about-number { left: auto; width: auto; height: auto; }
  .services { padding: 120px 0; }
  .service-grid { grid-auto-rows: 410px; }
  .service-card { padding: 28px; }
  .service-card h3 { font-size: 2.5rem; }
  .pricing { padding-top: 120px; }
  .gallery { padding: 120px 0; }
  .gallery > .gallery-grid, .spec-gallery { columns: 4; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-action { justify-self: start; }
  .footer-bottom { flex-wrap: wrap; }
  .footer-credit { position: static; transform: none; }
}

@media (min-width: 761px) and (max-width: 991px) {
  .hero-seal { width: 116px; height: 116px; right: -6px; top: -36px; }
  .hero-seal > span b { font-size: 1.5rem; }
  .section-heading, .pricing-head, .gallery-head { display: block; margin-bottom: 58px; }
  .section-heading > p, .pricing-head > p { max-width: 560px; margin: 26px 0 0; }
  .gallery-filters { margin-top: 30px; justify-content: flex-start; }
  .about-grid { display: flex; flex-direction: column; gap: 70px; }
  .about-images { --collage-pull: 0px; width: 100%; margin-left: 0; height: 620px; }
  .about-copy h2, .about-copy > p { max-width: none; }
  .footer-grid {
    grid-template-columns: auto 1fr 1fr;
    grid-template-areas:
      "brand salon salon"
      "hours nav   contact"
      "hours nav   action";
    gap: 50px 40px;
  }
  .footer-brand { grid-area: brand; }
  .footer-salon { grid-area: salon; }
  .footer-hours { grid-area: hours; }
  .footer-nav { grid-area: nav; }
  .footer-contact { grid-area: contact; }
  .footer-action { grid-area: action; justify-self: start; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 36px); }
  .brand { gap: 14px; }
  .brand-copy { padding-left: 0; }
  .brand-copy small { display: none; }
  .brand-mark, .brand img { width: 64px; height: 64px; }
  .site-header { padding-top: 9px; }
  .hero { padding: 44px 18px 64px; display: block; }
  .hero-bg-veil { background: linear-gradient(180deg, rgba(245,243,237,.94) 0%, rgba(245,243,237,.8) 55%, rgba(245,243,237,.68) 100%); }
  .hero-copy { padding: 10px 0 50px; }
  .hero h1 { font-size: clamp(3.5rem,15vw,4.6rem); }
  .hero-lead { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-trust { margin-top: 46px; gap: 25px; }
  .hero-trust strong { font-size: 1.65rem; }
  .hero-visual { height: 560px; padding-left: 0; }
  .hero-image-wrap { border-radius: 200px 200px 0 0; }
  .hero-image-wrap img { object-position: center 50%; }
  .hero-seal { left: auto; right: -2px; top: -54px; width: 114px; height: 114px; }
  .marquee { padding-block: 14px 12px; }
  .about { padding: 95px 0 115px; }
  .about-grid { display: flex; flex-direction: column; gap: 75px; }
  .about-images { --collage-pull: 0px; width: 100%; height: auto; margin-left: 0; aspect-ratio: .58; grid-template-columns: repeat(2,minmax(0,1fr)); grid-template-rows: 1.45fr .8fr .8fr .62fr; gap: 10px; }
  .about-image--main { grid-column: 1 / 3; grid-row: 1; }
  .about-image--small { grid-column: 1; grid-row: 2; }
  .about-image--detail { grid-column: 2; grid-row: 2; }
  .about-image--accent { grid-column: 1; grid-row: 3; }
  .about-image--team { grid-column: 2; grid-row: 3; }
  .about-number { grid-column: 1 / 3; grid-row: 4; left: auto; right: auto; bottom: auto; width: auto; height: auto; font-size: 2.75rem; }
  .about-collage-orbit { left: -170px; bottom: 22px; width: 340px; height: 340px; }
  .about-copy h2, .section-heading h2, .gallery h2 { font-size: clamp(3rem,13vw,4.2rem); }
  .about-copy .about-intro { font-size: 1.03rem; }
  .services, .gallery { padding: 95px 0; }
  .section-heading, .pricing-head { display: block; margin-bottom: 55px; }
  .section-heading > p, .pricing-head > p { margin-top: 28px; }
  .service-grid { display: flex; flex-direction: column; }
  .service-card { min-height: 430px; }
  .service-card--plain { min-height: 390px; }
  .pricing { padding: 95px 0 75px; }
  .pricing-head h2 { font-size: clamp(3rem,13vw,4.2rem); }
  .pricing-layout { display: block; }
  .price-tabs { margin-inline: -18px; padding: 0 18px; border-right: 0; border-bottom: 1px solid var(--line-light); flex-direction: row; overflow-x: auto; scrollbar-width: none; }
  .price-tabs::-webkit-scrollbar { display: none; }
  .price-tabs button { flex: 0 0 auto; padding: 18px 16px 16px 0; font-size: .85rem; }
  .price-tabs button span, .price-tabs button i { display: none; }
  .price-tabs button[aria-selected="true"] { padding-left: 0; color: var(--gold); }
  .price-panels { min-height: 510px; padding-top: 35px; }
  .price-list li { align-items: flex-start; gap: 20px; padding-block: 13px; font-size: .8rem; }
  .price-list strong { max-width: 42%; text-align: right; }
  .price-panel-title h3 { font-size: 2.5rem; }
  .pricing-footer { justify-content: space-between; gap: 15px; }
  .pricing-footer p { max-width: 120px; }
  .gallery-head { display: block; margin-bottom: 40px; }
  .gallery-filters { margin-top: 30px; justify-content: flex-start; }
  .gallery-grid, .gallery > .gallery-grid { columns: 2; column-gap: 9px; }
  .gallery-item { margin-bottom: 9px; }
  .gallery-item > span { display: none; }
  .cta { padding: 100px 0; }
  .cta h2 { font-size: clamp(3.2rem,14vw,4.2rem); }
  .footer { padding-top: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 30px; padding-bottom: 55px; }
  .footer-brand, .footer-salon { grid-column: span 2; }
  .footer-brand img { width: 160px; height: 160px; }
  .footer-phone { font-size: 2.2rem; }
  .footer-action { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
  .footer-credit { position: static; transform: none; order: 2; }
  .lightbox { width: 88vw; height: 80vh; }
  .lightbox-close { right: 0; top: -50px; }
  .lightbox-nav { width: 42px; height: 42px; background: rgba(0,0,0,.45); }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

@media (max-width: 576px) {
  .main-nav a { font-size: clamp(1.15rem, 5vw, 1.35rem); }
  .hero-seal { width: 94px; height: 94px; top: -44px; }
  .hero-seal > span b { font-size: 1.2rem; }
  .hero-seal > span small { font-size: .42rem; }
  .gallery-grid, .gallery > .gallery-grid { columns: 2; column-gap: 8px; }
  .gallery-item { margin-bottom: 8px; }
  .pricing-footer { flex-direction: column; align-items: flex-start; gap: 14px; }
  .pricing-footer p { max-width: none; }
  .pricing-footer span { margin-left: 8px; }
  .footer-contact, .footer-action { grid-column: span 2; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 3.55rem; }
  .button { width: 100%; }
  .hero-trust span { font-size: .58rem; }
  .about-images { height: auto; }
  .gallery-grid, .gallery > .gallery-grid { columns: 2; column-gap: 8px; }
  .gallery-item { margin-bottom: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-bg-video { display: none; }
}

@media (max-width: 1100px) {
  .team { padding: 120px 0; }
  .team-head { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 760px) {
  .team { padding: 95px 0; }
  .team-head { margin-bottom: 40px; }
  .team-head h2 { font-size: clamp(3rem,13vw,4.2rem); }
  .team-nav { display: none; }
}
