/* Public home page: one isolated visual layer, loaded after legacy customer styles. */
body:has(#app .location-section) {
  background: #fff;
  color: #171717;
}

/* The app root receives programmatic focus after route changes; it is not a visible control. */
#app:focus {
  outline: none;
}

body:has(#app .location-section) .site-header {
  height: 74px;
  max-width: none;
  margin: 0;
  padding: 0 clamp(20px, 4vw, 56px);
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #fff;
}

body:has(#app .location-section) .shell {
  width: min(100%, 1120px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px) 80px;
}

body:has(#app .location-section) .hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  min-height: 0;
  gap: clamp(40px, 7vw, 88px);
  padding: 44px 0 64px;
}

body:has(#app .location-section) .hero h1 {
  max-width: 9ch;
  margin: 0;
  color: #171717;
  font:
    400 clamp(36px, 4.2vw, 56px)/1.01 "Manrope",
    sans-serif;
  letter-spacing: -0.04em;
}

body:has(#app .location-section) .hero p {
  max-width: 34ch;
  margin: 24px 0 0;
  color: #626262;
  font:
    400 16px/1.48 "Manrope",
    sans-serif;
  letter-spacing: -0.015em;
}

body:has(#app .location-section) .hero-meta {
  max-width: 390px;
  gap: 0;
  margin: 30px 0 0;
  padding: 13px 0;
  border-top: 1px solid #e4e4e1;
  border-bottom: 1px solid #e4e4e1;
}

body:has(#app .location-section) .hero-meta div {
  flex: 1;
  padding: 0 12px;
  border-left: 1px solid #d9d9d5;
  color: #737373;
  font-size: 13px;
}

body:has(#app .location-section) .hero-meta div:first-child {
  padding-left: 0;
  border-left: 0;
}
body:has(#app .location-section) .hero-meta b {
  color: #171717;
  font-weight: 600;
}

body:has(#app .location-section) .hero .button {
  min-width: 210px;
  min-height: 50px;
  margin-top: 26px;
  padding: 0 21px;
  border: 0;
  border-radius: 10px;
  background: #171717;
  color: #fff;
  box-shadow: none;
  font-size: 11px;
  letter-spacing: 0.07em;
}

body:has(#app .location-section) .hero-art {
  min-height: 0;
  aspect-ratio: 4/3;
  margin: 0;
  border-radius: 0;
  background-position: center 50%;
  box-shadow: none;
}

body:has(#app .location-section) .hero-art:before {
  bottom: 24px;
  left: 24px;
  font-size: 40px;
}
body:has(#app .location-section) .hero-art:after {
  right: 24px;
  bottom: 24px;
}

body:has(#app .location-section) .section.location-section {
  padding: 0 0 72px;
}
body:has(#app .location-section) .location-map {
  margin: 0;
}
body:has(#app .location-section) .location-map img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
}

body:has(#app .location-section) .map-link {
  margin-top: 14px;
  color: #626262;
}
body:has(#app .location-section) .hours {
  max-width: 620px;
  margin-top: 56px;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .site-header {
    height: 64px;
    padding: 0 20px;
  }
  body:has(#app .location-section) .shell {
    padding: 0 20px 64px;
  }
  body:has(#app .location-section) .hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 26px 0 48px;
  }
  body:has(#app .location-section) .hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }
  body:has(#app .location-section) .hero p {
    margin-top: 20px;
    font-size: 16px;
  }
  body:has(#app .location-section) .hero-meta {
    margin-top: 27px;
  }
  body:has(#app .location-section) .hero .button {
    width: 100%;
    margin-top: 24px;
  }
  body:has(#app .location-section) .hero-art {
    margin-top: 34px;
    aspect-ratio: 4/3;
  }
  body:has(#app .location-section) .hero-art:before {
    bottom: 20px;
    left: 20px;
    font-size: 35px;
  }
  body:has(#app .location-section) .hero-art:after {
    right: 20px;
    bottom: 20px;
  }
  body:has(#app .location-section) .section.location-section {
    padding-bottom: 56px;
  }
  body:has(#app .location-section) .map-link {
    margin-top: 12px;
  }
  body:has(#app .location-section) .hours {
    margin-top: 48px;
  }
}

/* Home pass 4: strengthen hierarchy and touch feedback without changing the editorial composition. */
body:has(#app .location-section) .brand:focus-visible,
body:has(#app .location-section) .social-links a:focus-visible,
body:has(#app .location-section) .hero .button:focus-visible,
body:has(#app .location-section) .map-link:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 3px;
}

body:has(#app .location-section) .social-links a {
  width: 44px;
  height: 44px;
}
body:has(#app .location-section) .hero h1 {
  text-wrap: balance;
}
body:has(#app .location-section) .hero p {
  text-wrap: pretty;
}
body:has(#app .location-section) .hero-meta {
  font-variant-numeric: tabular-nums;
}
body:has(#app .location-section) .hero .button {
  transition: background-color 0.16s ease;
}
body:has(#app .location-section) .hero .button:hover {
  background: #303030;
}

body:has(#app .location-section) .map-link {
  min-height: 44px;
  padding: 0 1px;
  transition: color 0.16s ease;
}

body:has(#app .location-section) .map-link:hover {
  color: #171717;
}
body:has(#app .location-section) .hours-line b {
  color: #4f4f4d;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .social-links a {
    width: 40px;
    height: 40px;
  }
}

/* Hongdae reference study — pass 1: public-home header and hero. */
body:has(#app .location-section) {
  --home-paper: #f5f5f7;
  --home-ink: #0a0a0a;
  --home-muted: #707075;
  --home-accent: #8a8a8f;
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: "Noto Sans KR", "Hiragino Sans", system-ui, sans-serif;
}
.home-nav,
.home-menu,
.brand small {
  display: none;
}
body:has(#app .location-section) .site-header {
  height: 76px;
  padding: 0 clamp(24px, 3.2vw, 48px);
  background: var(--home-paper);
}
body:has(#app .location-section) .brand {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  color: var(--home-ink);
  font:
    700 17px/1 "Noto Sans KR",
    sans-serif;
  letter-spacing: -0.045em;
  text-transform: none;
}
body:has(#app .location-section) .brand small {
  display: block;
  color: #8a8a8f;
  font:
    500 7px/1 "JetBrains Mono",
    monospace;
  letter-spacing: 0.22em;
}
body:has(#app .location-section) .social-links {
  display: none;
}
body:has(#app .location-section) .home-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.8vw, 42px);
  margin-left: auto;
}
body:has(#app .location-section) .home-nav > a {
  color: #343438;
  font:
    500 12px/1 "Noto Sans KR",
    sans-serif;
  text-decoration: none;
}
body:has(#app .location-section) .home-nav > a:not(.home-reserve):hover {
  color: var(--home-accent);
}
body:has(#app .location-section) .home-nav .home-reserve {
  min-width: 112px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
}
body:has(#app .location-section) .shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(24px, 3.2vw, 48px) 80px;
}
body:has(#app .location-section) .hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
  align-items: start;
  gap: clamp(54px, 8vw, 132px);
  padding: 70px 0 110px;
}
body:has(#app .location-section) .hero-copy {
  padding-top: 22px;
}
body:has(#app .location-section) .hero-kicker {
  max-width: none;
  margin: 0 0 28px;
  color: var(--home-accent);
  font:
    400 11.52px/17.28px "JetBrains Mono",
    monospace;
  letter-spacing: 2.5344px;
  text-transform: uppercase;
}
body:has(#app .location-section) .hero h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--home-ink);
  font:
    500 clamp(48px, 5.625vw, 72px)/1 "Cormorant Garamond",
    "Noto Serif KR",
    serif;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
body:has(#app .location-section) .hero h1 em {
  color: var(--home-accent);
  font-style: normal;
}
body:has(#app .location-section) .hero-intro {
  max-width: 48ch;
  margin: 34px 0 0;
  color: var(--home-muted);
  font:
    400 18px/29.25px "Noto Sans KR",
    sans-serif;
  letter-spacing: normal;
  text-wrap: pretty;
}
body:has(#app .location-section) .hero .hero-book {
  width: auto;
  min-width: 145px;
  min-height: 48px;
  margin-top: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  box-shadow: none;
  font:
    400 14px/20px "Noto Sans KR",
    sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
body:has(#app .location-section) .hero-location {
  max-width: none;
  margin: 32px 0 0;
  color: #8a8a8f;
  font:
    400 14px/20px "Noto Sans KR",
    sans-serif;
}
body:has(#app .location-section) .hero-location span {
  color: var(--home-accent);
}
body:has(#app .location-section) .hero-art {
  position: relative;
  min-height: 0;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background-image: url("assets/hero-shop.png");
  background-position: center 52%;
  background-size: cover;
  box-shadow: none;
}
body:has(#app .location-section) .hero-art:before,
body:has(#app .location-section) .hero-art:after {
  content: none;
}
body:has(#app .location-section) .hero-handle {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #3f3f43;
  font:
    500 9px/1 "JetBrains Mono",
    monospace;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}
body:has(#app .location-section) .hero-photo-cta {
  display: none;
}
body:has(#app .location-section) .section.location-section {
  padding: 96px 0 72px;
}
body:has(#app .location-section) .brand:focus-visible,
body:has(#app .location-section) .home-nav a:focus-visible,
body:has(#app .location-section) .hero a:focus-visible,
body:has(#app .location-section) .map-link:focus-visible {
  outline: 2px solid var(--home-accent);
  outline-offset: 3px;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .site-header {
    height: 64px;
    padding: 0 10px;
  }
  body:has(#app .location-section) .brand {
    font-size: 14px;
  }
  body:has(#app .location-section) .brand small {
    font-size: 5.5px;
  }
  body:has(#app .location-section) .home-nav {
    display: none;
  }
  body:has(#app .location-section) .home-menu {
    display: grid;
    place-content: center;
    gap: 4px;
    width: 36px;
    height: 36px;
    margin-left: auto;
    padding: 0;
    border: 1px solid #e1e1e4;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
  }
  body:has(#app .location-section) .home-menu span {
    display: block;
    width: 12px;
    height: 1px;
    background: #202024;
  }
  body:has(#app .location-section) .shell {
    padding: 0 10px 56px;
  }
  body:has(#app .location-section) .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 22px 0 156px;
  }
  body:has(#app .location-section) .hero-copy {
    padding-top: 0;
  }
  body:has(#app .location-section) .hero-kicker {
    margin-bottom: 22px;
    font-size: 11.52px;
    line-height: 17.28px;
  }
  body:has(#app .location-section) .hero h1 {
    max-width: 14ch;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  body:has(#app .location-section) .hero-intro {
    max-width: 35ch;
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
  }
  body:has(#app .location-section) .hero .hero-book {
    width: auto;
    min-height: 42px;
    margin-top: 25px;
  }
  body:has(#app .location-section) .hero-location {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  body:has(#app .location-section) .hero-art {
    order: initial;
    aspect-ratio: 4/5;
    margin-top: 28px;
    border-radius: 18px;
    background-position: center 50%;
  }
  body:has(#app .location-section) .hero-handle {
    top: 12px;
    right: 12px;
    font-size: 7px;
  }
  body:has(#app .location-section) .hero-photo-cta {
    position: absolute;
    right: 0;
    top: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 82px;
    min-height: 38px;
    border-radius: 999px 0 0 999px;
    background: #0a0a0a;
    color: #fff;
    font:
      600 9px/1 "Manrope",
      sans-serif;
    text-decoration: none;
  }
  body:has(#app .location-section) .section.location-section {
    padding: 72px 0 56px;
  }
}

/* Hongdae reference study — pass 2: replace the map with an editorial gallery. */
body:has(#app .location-section) .salon-gallery {
  padding: 84px 0 74px;
  border-top: 1px solid #e0e0e3;
}

body:has(#app .location-section) .gallery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 50px;
}

body:has(#app .location-section) .gallery-kicker {
  margin: 0 0 26px;
  color: var(--home-accent);
  font:
    600 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

body:has(#app .location-section) .gallery-heading h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--home-ink);
  font:
    400 clamp(40px, 4.6vw, 66px)/0.98 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.04em;
}

body:has(#app .location-section) .gallery-heading > p {
  max-width: 40ch;
  justify-self: end;
  margin: 0 0 6px;
  color: var(--home-muted);
  font:
    400 15px/1.6 "Manrope",
    sans-serif;
  text-align: right;
}

body:has(#app .location-section) .gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
}

body:has(#app .location-section) .gallery-track::-webkit-scrollbar {
  display: none;
}
body:has(#app .location-section) .gallery-card {
  position: relative;
  min-width: 0;
  height: 500px;
  overflow: hidden;
  border-radius: 18px;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 0.82) 100%),
    url("assets/jr-hair-1.avif");
  background-repeat: no-repeat;
  background-size: cover, cover;
  scroll-snap-align: start;
}

body:has(#app .location-section) .gallery-card-1 {
  background-position:
    center,
    6% center;
}
body:has(#app .location-section) .gallery-card-2 {
  background-position:
    center,
    35% center;
}
body:has(#app .location-section) .gallery-card-3 {
  background-position:
    center,
    65% center;
}
body:has(#app .location-section) .gallery-card-4 {
  background-position:
    center,
    94% center;
}
body:has(#app .location-section) .gallery-card > div {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
body:has(#app .location-section) .gallery-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font:
    600 10px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.14em;
}
body:has(#app .location-section) .gallery-card h3 {
  margin: 0;
  font:
    400 23px/1.08 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.025em;
}
body:has(#app .location-section) .gallery-card p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font:
    400 11px/1.25 "Manrope",
    sans-serif;
}
body:has(#app .location-section) .gallery-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 28px;
}
body:has(#app .location-section) .gallery-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid #d9d9dd;
  border-radius: 50%;
  background: transparent;
  color: #37373b;
  font:
    400 17px/1 "Manrope",
    sans-serif;
}

/* Supplied JR HAIR work gallery: image-only cards, no caption overlay. */
body:has(#app .location-section) .gallery-card {
  background-image: none;
  background-position: center 28%;
}
body:has(#app .location-section) .gallery-card-1 {
  background-image: url("assets/gallery-1.png");
}
body:has(#app .location-section) .gallery-card-2 {
  background-image: url("assets/gallery-2.png");
}
body:has(#app .location-section) .gallery-card-3 {
  background-image: url("assets/gallery-3.png");
}
body:has(#app .location-section) .gallery-card-4 {
  background-image: url("assets/gallery-4.png");
  background-position: center top;
}
body:has(#app .location-section) .gallery-card > div {
  display: none;
}
body:has(#app .location-section) .section.location-section {
  padding-top: 32px;
}
body:has(#app .location-section) .section.location-section .hours {
  margin-top: 0;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .salon-gallery {
    padding: 62px 0 58px;
  }
  body:has(#app .location-section) .gallery-heading {
    display: block;
    margin-bottom: 30px;
  }
  body:has(#app .location-section) .gallery-kicker {
    margin-bottom: 20px;
    font-size: 7px;
  }
  body:has(#app .location-section) .gallery-heading h2 {
    max-width: 13ch;
    font-size: 38px;
    line-height: 1;
  }
  body:has(#app .location-section) .gallery-heading > p {
    max-width: 34ch;
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
  }
  body:has(#app .location-section) .gallery-track {
    grid-auto-columns: 76vw;
    gap: 10px;
    margin-right: -10px;
  }
  body:has(#app .location-section) .gallery-card {
    height: 390px;
    border-radius: 14px;
  }
  body:has(#app .location-section) .gallery-card > div {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
  body:has(#app .location-section) .gallery-card h3 {
    font-size: 20px;
  }
  body:has(#app .location-section) .gallery-controls {
    margin-top: 18px;
  }
  body:has(#app .location-section) .gallery-controls button {
    width: 38px;
    height: 38px;
  }
  body:has(#app .location-section) .section.location-section {
    padding-top: 18px;
  }
}

/* Hongdae reference study — pass 3: service menu. */
body:has(#app .location-section) .service-menu {
  margin: 0 calc(clamp(24px, 3.2vw, 48px) * -1);
  padding: 84px clamp(24px, 3.2vw, 48px) 94px;
  border-top: 1px solid #e0e0e3;
  background: #fff;
  scroll-margin-top: 20px;
}

body:has(#app .location-section) .menu-overline {
  padding-top: 18px;
  border-top: 1px solid #d9d9dc;
  color: #7b7b81;
  font:
    500 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body:has(#app .location-section) .menu-intro {
  margin-top: 48px;
}
body:has(#app .location-section) .menu-intro h2 {
  margin: 0;
  color: var(--home-ink);
  font:
    400 clamp(42px, 4.4vw, 62px)/1 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.04em;
}

body:has(#app .location-section) .menu-intro p {
  max-width: 56ch;
  margin: 25px 0 0;
  color: var(--home-muted);
  font:
    400 14px/1.6 "Manrope",
    sans-serif;
}

body:has(#app .location-section) .menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px clamp(48px, 7vw, 96px);
  margin-top: 62px;
}

body:has(#app .location-section) .menu-group header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #202024;
}

body:has(#app .location-section) .menu-group header span {
  color: var(--home-accent);
  font:
    600 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.14em;
}

body:has(#app .location-section) .menu-group h3 {
  margin: 0;
  color: var(--home-ink);
  font:
    400 25px/1 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.025em;
}

body:has(#app .location-section) .menu-row {
  display: flex;
  align-items: baseline;
  min-height: 54px;
  padding: 0;
  border-bottom: 1px solid #e7e7e9;
  color: #202024;
  font:
    500 13px/1.35 "Manrope",
    sans-serif;
}

body:has(#app .location-section) .menu-row > span {
  display: flex;
  align-items: baseline;
  gap: 9px;
  white-space: nowrap;
}
body:has(#app .location-section) .menu-row small {
  color: #909096;
  font-size: 10px;
  font-weight: 400;
}
body:has(#app .location-section) .menu-row i {
  flex: 1;
  margin: 0 12px;
  border-bottom: 1px dotted #c8c8cc;
}
body:has(#app .location-section) .menu-row b {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
body:has(#app .location-section) .menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 64px;
}
body:has(#app .location-section) .menu-footer p {
  margin: 0;
  color: #85858a;
  font:
    400 11px/1.5 "Manrope",
    sans-serif;
}
body:has(#app .location-section) .menu-footer a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #202024;
  border-radius: 999px;
  color: #202024;
  font:
    600 11px/1 "Manrope",
    sans-serif;
  text-decoration: none;
}
body:has(#app .location-section) .menu-footer a:hover {
  background: #0a0a0a;
  color: #fff;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .service-menu {
    margin: 0 -10px;
    padding: 58px 10px 70px;
  }
  body:has(#app .location-section) .menu-overline {
    padding-top: 14px;
    font-size: 7px;
  }
  body:has(#app .location-section) .menu-intro {
    margin-top: 34px;
  }
  body:has(#app .location-section) .menu-intro h2 {
    font-size: 38px;
  }
  body:has(#app .location-section) .menu-intro p {
    max-width: 34ch;
    margin-top: 20px;
    font-size: 12px;
  }
  body:has(#app .location-section) .menu-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 46px;
  }
  body:has(#app .location-section) .menu-group h3 {
    font-size: 23px;
  }
  body:has(#app .location-section) .menu-row {
    min-height: 51px;
    font-size: 12px;
  }
  body:has(#app .location-section) .menu-row small {
    font-size: 9px;
  }
  body:has(#app .location-section) .menu-row b {
    font-size: 11px;
  }
  body:has(#app .location-section) .menu-footer {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 48px;
  }
  body:has(#app .location-section) .menu-footer a {
    width: 100%;
  }
}

/* Hongdae reference study — pass 4: complete visit section. */
body:has(#app .location-section) .section.location-section {
  margin: 0 calc(clamp(24px, 3.2vw, 48px) * -1);
  padding: 82px clamp(24px, 3.2vw, 48px) 96px;
  border-top: 1px solid #e0e0e3;
  background: var(--home-paper);
  scroll-margin-top: 20px;
}

body:has(#app .location-section) .visit-overline {
  padding-top: 18px;
  border-top: 1px solid #d7d7db;
  color: #7b7b81;
  font:
    500 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body:has(#app .location-section) .visit-panel > h2 {
  margin: 47px 0 62px;
  color: var(--home-ink);
  font:
    400 clamp(42px, 4.4vw, 62px)/1 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.04em;
}

body:has(#app .location-section) .visit-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(440px, 1.1fr);
  align-items: end;
  gap: clamp(52px, 7vw, 100px);
}

body:has(#app .location-section) .visit-details article {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #d8d8dc;
}

body:has(#app .location-section) .visit-label {
  display: block;
  margin-bottom: 11px;
  color: #818187;
  font:
    500 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body:has(#app .location-section) .visit-details strong {
  display: block;
  color: var(--home-ink);
  font:
    400 21px/1.16 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.02em;
}

body:has(#app .location-section) .visit-details p {
  margin: 7px 0 0;
  color: #89898f;
  font:
    400 11px/1.5 "Manrope",
    sans-serif;
}

body:has(#app .location-section) .visit-actions {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
body:has(#app .location-section) .visit-actions a {
  display: inline-flex;
  min-width: 108px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #202024;
  border-radius: 999px;
  color: #202024;
  font:
    600 11px/1 "Manrope",
    sans-serif;
  text-decoration: none;
}

body:has(#app .location-section) .visit-actions .visit-primary {
  background: #0a0a0a;
  color: #fff;
}
body:has(#app .location-section) .visit-map {
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  background: #fff;
}
body:has(#app .location-section) .visit-map img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .section.location-section {
    margin: 0 -10px;
    padding: 58px 10px 70px;
  }
  body:has(#app .location-section) .visit-overline {
    padding-top: 14px;
    font-size: 7px;
  }
  body:has(#app .location-section) .visit-panel > h2 {
    margin: 34px 0 42px;
    font-size: 38px;
  }
  body:has(#app .location-section) .visit-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  body:has(#app .location-section) .visit-details article {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  body:has(#app .location-section) .visit-details strong {
    font-size: 19px;
  }
  body:has(#app .location-section) .visit-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body:has(#app .location-section) .visit-actions a {
    min-width: 0;
    padding: 0 12px;
  }
  body:has(#app .location-section) .visit-map {
    border-radius: 14px;
  }
}

/* Hongdae reference study — pass 5: stylist team. */
body:has(#app .location-section) .stylist-section {
  margin: 0 calc(clamp(24px, 3.2vw, 48px) * -1);
  padding: 82px clamp(24px, 3.2vw, 48px) 96px;
  border-top: 1px solid #e0e0e3;
  background: var(--home-paper);
  scroll-margin-top: 20px;
}

body:has(#app .location-section) .stylist-overline {
  padding-top: 18px;
  border-top: 1px solid #d7d7db;
  color: #7b7b81;
  font:
    500 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body:has(#app .location-section) .stylist-intro {
  margin-top: 47px;
}
body:has(#app .location-section) .stylist-intro h2 {
  margin: 0;
  color: var(--home-ink);
  font:
    400 clamp(42px, 4.4vw, 62px)/1 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.04em;
}

body:has(#app .location-section) .stylist-intro p {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--home-muted);
  font:
    400 14px/1.6 "Manrope",
    sans-serif;
}

body:has(#app .location-section) .stylist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  margin-top: 54px;
}

body:has(#app .location-section) .stylist-card figure {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  background: #dfeaf2;
}

body:has(#app .location-section) .stylist-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
body:has(#app .location-section) .stylist-card figure span {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  min-width: 30px;
  height: 24px;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #424247;
  font:
    600 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

body:has(#app .location-section) .stylist-card > p {
  margin: 15px 0 0;
  color: var(--home-accent);
  font:
    600 9px/1 "Manrope",
    sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body:has(#app .location-section) .stylist-card h3 {
  margin: 7px 0 0;
  color: var(--home-ink);
  font:
    400 24px/1 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -0.025em;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .stylist-section {
    margin: 0 -10px;
    padding: 58px 10px 70px;
  }
  body:has(#app .location-section) .stylist-overline {
    padding-top: 14px;
    font-size: 7px;
  }
  body:has(#app .location-section) .stylist-intro {
    margin-top: 34px;
  }
  body:has(#app .location-section) .stylist-intro h2 {
    font-size: 38px;
  }
  body:has(#app .location-section) .stylist-intro p {
    max-width: 34ch;
    margin-top: 20px;
    font-size: 12px;
  }
  body:has(#app .location-section) .stylist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 10px;
    margin-top: 38px;
  }
  body:has(#app .location-section) .stylist-card figure {
    border-radius: 12px;
  }
  body:has(#app .location-section) .stylist-card figure span {
    top: 8px;
    left: 8px;
    min-width: 27px;
    height: 21px;
    font-size: 8px;
  }
  body:has(#app .location-section) .stylist-card > p {
    margin-top: 11px;
    font-size: 7px;
  }
  body:has(#app .location-section) .stylist-card h3 {
    margin-top: 5px;
    font-size: 20px;
  }
}

/* Mobile reference pass: persistent booking action and a calmer editorial rhythm. */
.home-mobile-reserve {
  display: none;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    height: 76px;
    padding: 0 28px;
    border-bottom: 1px solid rgba(216, 216, 220, 0.86);
    background: rgba(245, 245, 247, 0.94);
    backdrop-filter: blur(14px);
  }

  body:has(#app .location-section) .shell {
    padding: 0 28px 92px;
  }
  body:has(#app .location-section) .hero {
    padding: 42px 0 76px;
  }
  body:has(#app .location-section) .hero-kicker {
    margin-bottom: 26px;
    font-size: 9px;
    letter-spacing: 0.2em;
  }
  body:has(#app .location-section) .hero h1 {
    max-width: 12.5ch;
    font-size: clamp(40px, 11vw, 46px);
    line-height: 1.01;
  }
  body:has(#app .location-section) .hero-intro {
    max-width: 31ch;
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.55;
  }
  body:has(#app .location-section) .hero .hero-book {
    min-width: 142px;
    min-height: 56px;
    margin-top: 30px;
    padding: 0 24px;
    font-size: 14px;
  }
  body:has(#app .location-section) .hero-location {
    margin-top: 30px;
    font-size: 14px;
  }
  body:has(#app .location-section) .hero-art {
    margin-top: 54px;
    border-radius: 22px;
    aspect-ratio: 4/5;
  }
  body:has(#app .location-section) .hero-photo-cta {
    display: none;
  }

  .home-mobile-reserve {
    position: fixed;
    right: 22px;
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
    z-index: 60;
    display: inline-flex;
    min-width: 150px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    background: #0a0a0a;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    font:
      600 15px/1 "Manrope",
      sans-serif;
    text-decoration: none;
  }

  body:has(#app .location-section) .salon-gallery {
    padding: 76px 0 68px;
  }
  body:has(#app .location-section) .gallery-heading {
    margin-bottom: 38px;
  }
  body:has(#app .location-section) .gallery-heading h2 {
    font-size: 42px;
  }
  body:has(#app .location-section) .gallery-heading > p {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.55;
  }
  body:has(#app .location-section) .gallery-track {
    grid-auto-columns: 82vw;
    margin-right: -28px;
  }

  body:has(#app .location-section) .service-menu,
  body:has(#app .location-section) .stylist-section,
  body:has(#app .location-section) .section.location-section {
    margin-right: -28px;
    margin-left: -28px;
    padding-right: 28px;
    padding-left: 28px;
  }
}

/* Measured from hongdaehairsalon.kr: one display face, one UI face, one label face. */
body:has(#app .location-section)
  :is(
    .gallery-heading h2,
    .gallery-card h3,
    .menu-intro h2,
    .menu-group h3,
    .visit-panel > h2,
    .visit-details strong,
    .stylist-intro h2,
    .stylist-card h3
  ) {
  font-family: "Cormorant Garamond", "Noto Serif KR", serif;
}
body:has(#app .location-section)
  :is(
    .gallery-heading > p,
    .gallery-card p,
    .gallery-controls button,
    .menu-intro p,
    .menu-row,
    .menu-footer p,
    .menu-footer a,
    .visit-details p,
    .visit-actions a,
    .stylist-intro p,
    .home-mobile-reserve
  ) {
  font-family: "Noto Sans KR", "Hiragino Sans", system-ui, sans-serif;
}
body:has(#app .location-section)
  :is(
    .gallery-kicker,
    .gallery-card span,
    .menu-overline,
    .menu-group header span,
    .visit-overline,
    .visit-label,
    .stylist-overline,
    .stylist-card > p,
    .stylist-card figure span
  ) {
  font-family: "JetBrains Mono", monospace;
  font-weight: 500;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .hero-kicker {
    font-size: 11.52px;
    line-height: 17.28px;
    letter-spacing: 2.5344px;
  }
  body:has(#app .location-section) .hero h1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  body:has(#app .location-section) .hero-intro {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
  }
  body:has(#app .location-section) .hero .hero-book {
    min-width: 145px;
    min-height: 48px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  body:has(#app .location-section) .hero-location {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .home-mobile-reserve {
    font-family: "Noto Sans KR", "Hiragino Sans", system-ui, sans-serif;
  }
  body:has(#app .location-section) .salon-gallery {
    padding-top: 69px;
  }
  body:has(#app .location-section) .gallery-heading h2 {
    max-width: none;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }
  body:has(#app .location-section) .gallery-kicker {
    margin-bottom: 22px;
    font-size: 11.52px;
    line-height: 17.28px;
    letter-spacing: 2.5344px;
  }
  body:has(#app .location-section) .gallery-heading > p {
    width: 100%;
    max-width: 335px;
    justify-self: start;
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
    text-align: left;
  }
}

/* Reference-calibrated type scale for the remaining public-home sections. */
body:has(#app .location-section)
  :is(.menu-intro h2, .stylist-intro h2, .visit-panel > h2) {
  font:
    500 clamp(36px, 4.6875vw, 60px)/1 "Cormorant Garamond",
    "Noto Serif KR",
    serif;
  letter-spacing: -0.01em;
}
body:has(#app .location-section)
  :is(.menu-overline, .stylist-overline, .visit-overline) {
  font:
    400 11.52px/17.28px "JetBrains Mono",
    monospace;
  letter-spacing: 1.152px;
  text-transform: none;
}
body:has(#app .location-section) :is(.menu-intro p, .stylist-intro p) {
  max-width: 35ch;
  font:
    400 16px/26px "Noto Sans KR",
    sans-serif;
  letter-spacing: normal;
}
body:has(#app .location-section) .menu-group header span {
  font:
    400 11.52px/17.28px "JetBrains Mono",
    monospace;
  letter-spacing: 1.152px;
}
body:has(#app .location-section) .menu-group h3 {
  font:
    600 24px/26.88px "Noto Serif KR",
    "Cormorant Garamond",
    serif;
  letter-spacing: -0.01em;
}
body:has(#app .location-section) .menu-row {
  font:
    400 14px/20px "Noto Sans KR",
    sans-serif;
}
body:has(#app .location-section) .menu-row small {
  font-size: 14px;
  line-height: 20px;
}
body:has(#app .location-section) .menu-row b {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
body:has(#app .location-section) .menu-footer p {
  font:
    400 14px/20px "Noto Sans KR",
    sans-serif;
}
body:has(#app .location-section) .menu-footer a {
  font:
    400 14px/20px "Noto Sans KR",
    sans-serif;
}
body:has(#app .location-section) .stylist-card > p {
  font:
    400 11.52px/17.28px "JetBrains Mono",
    monospace;
  letter-spacing: 1.152px;
}
body:has(#app .location-section) .stylist-card figure span {
  font:
    400 11.52px/17.28px "JetBrains Mono",
    monospace;
  letter-spacing: 0;
}
body:has(#app .location-section) .stylist-card h3 {
  font:
    600 20px/22.4px "Noto Serif KR",
    "Cormorant Garamond",
    serif;
  letter-spacing: -0.01em;
}
body:has(#app .location-section) .visit-label {
  font:
    400 11.52px/17.28px "JetBrains Mono",
    monospace;
  letter-spacing: 1.152px;
}
body:has(#app .location-section) .visit-details strong {
  font:
    600 20px/22.4px "Noto Serif KR",
    "Cormorant Garamond",
    serif;
  letter-spacing: -0.01em;
}
body:has(#app .location-section) .visit-details p {
  font:
    400 14px/20px "Noto Sans KR",
    sans-serif;
}
body:has(#app .location-section) .visit-actions a {
  font:
    400 14px/20px "Noto Sans KR",
    sans-serif;
}

/* Portrait photos need a lower focal point on the narrower mobile cards. */
@media (max-width: 690px) {
  body:has(#app .location-section) .gallery-card {
    height: 460px;
    background-position: center 18%;
  }
  body:has(#app .location-section) .gallery-card-4 {
    background-position: center top;
  }
}

@media (min-width: 691px) {
  body:has(#app .location-section) .gallery-card {
    height: 560px;
  }
}

body:has(#app .location-section) .gallery-track {
  cursor: grab;
  touch-action: pan-x;
}
body:has(#app .location-section) .gallery-track:active {
  cursor: grabbing;
}
body:has(#app .location-section) .gallery-controls button {
  cursor: pointer;
}
body:has(#app .location-section) .gallery-controls button:disabled {
  cursor: default;
  opacity: 0.35;
}
body:has(#app .location-section) .gallery-controls button:focus-visible {
  outline: 2px solid #202024;
  outline-offset: 3px;
}
body:has(#app .location-section) .gallery-controls svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .hero {
    padding-top: 22px;
  }
}

/* Keep the existing framed photo, now as the home-page message surface. */
body:has(#app .location-section) .hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(28px, 4vw, 56px) 0 88px;
}

body:has(#app .location-section) .hero-art,
body:has(#app .location-section) .hero-copy {
  grid-area: 1 / 1;
}

body:has(#app .location-section) .hero-art {
  position: relative;
  isolation: isolate;
  z-index: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background-position: center 52%;
}

body:has(#app .location-section) .hero-art::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(7, 7, 8, 0.02) 22%, rgba(7, 7, 8, 0.84) 100%);
}

body:has(#app .location-section) .hero-copy {
  z-index: 2;
  align-self: end;
  max-width: 680px;
  margin: 0 clamp(28px, 5vw, 72px) clamp(28px, 5vw, 56px);
  padding: 0;
  pointer-events: none;
}

body:has(#app .location-section) .hero-copy .hero-book {
  pointer-events: auto;
}

body:has(#app .location-section) .hero-handle,
body:has(#app .location-section) .hero-photo-cta {
  display: none;
}

body:has(#app .location-section) .hero-kicker,
body:has(#app .location-section) .hero-location {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

body:has(#app .location-section) .hero-kicker {
  margin-bottom: 18px;
  font: 500 12px/1.25 "Noto Sans KR", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body:has(#app .location-section) .hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #fff;
  font: 500 clamp(42px, 5vw, 70px)/0.96 "Cormorant Garamond", "Noto Serif KR", serif;
  letter-spacing: -0.02em;
}

body:has(#app .location-section) .hero h1 em,
body:has(#app .location-section) .hero-location span {
  color: inherit;
}

body:has(#app .location-section) .hero-location {
  margin-top: 22px;
  font: 400 14px/20px "Noto Sans KR", sans-serif;
}

body:has(#app .location-section) .hero .hero-book {
  min-width: 142px;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #0a0a0a;
  color: #fff;
  font: 500 14px/1 "Noto Sans KR", sans-serif;
}

body:has(#app .location-section) .hero .hero-book:hover {
  background: #29292c;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .hero {
    padding: 22px 0 68px;
  }

  body:has(#app .location-section) .hero-art {
    aspect-ratio: 4 / 5;
    border-radius: 22px;
    background-position: center 52%;
  }

  body:has(#app .location-section) .hero-copy {
    max-width: none;
    margin: 0 24px 26px;
  }

  body:has(#app .location-section) .hero-kicker {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body:has(#app .location-section) .hero h1 {
    max-width: 11.75ch;
    font-size: clamp(36px, 10vw, 42px);
    line-height: 0.98;
  }

  body:has(#app .location-section) .hero-location {
    margin-top: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  body:has(#app .location-section) .hero .hero-book {
    min-width: 134px;
    min-height: 48px;
    margin-top: 18px;
    font-size: 13px;
  }
}

/* Full-bleed version: the photo begins directly below the separate header. */
body:has(#app .location-section) .hero {
  width: calc(100% + clamp(48px, 6.4vw, 96px));
  margin-inline: clamp(-48px, -3.2vw, -24px);
  padding-top: 0;
}

body:has(#app .location-section) .hero-art {
  border-radius: 14px;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .hero {
    width: calc(100% + 56px);
    margin-inline: -28px;
    padding-top: 0;
  }

  body:has(#app .location-section) .hero-art {
    border-radius: 14px;
  }
}

/* A single centered brand mark keeps the image hero intentionally quiet. */
body:has(#app .location-section) .hero-art::after {
  background: rgba(7, 7, 8, 0.22);
}

body:has(#app .location-section) .hero-copy {
  align-self: center;
  justify-self: center;
  max-width: none;
  margin: 0;
  text-align: center;
}

body:has(#app .location-section) .hero h1 {
  max-width: none;
  color: #fff;
  font: 600 clamp(26px, 3vw, 40px)/1 "Noto Sans KR", sans-serif;
  letter-spacing: 0.1em;
}

body:has(#app .location-section) .hero .hero-book {
  min-width: 0;
  min-height: 0;
  margin-top: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font: 500 15px/1 "Noto Sans KR", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body:has(#app .location-section) .hero .hero-book:hover {
  background: transparent;
  opacity: 0.72;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .hero-copy {
    margin: 0;
  }

  body:has(#app .location-section) .hero h1 {
    font-size: 24px;
    line-height: 1;
  }
}

/* Section titles stand on their own without numbered or descriptive overlines. */
body:has(#app .location-section)
  :is(.gallery-kicker, .menu-overline, .stylist-overline, .visit-overline) {
  display: none;
}

/* A single print-style menu keeps the home page quiet and makes price updates simple. */
body:has(#app .location-section) .service-menu.service-menu-image {
  margin: 0 calc(clamp(24px, 3.2vw, 48px) * -1);
  padding: 72px clamp(24px, 3.2vw, 48px) 88px;
  border-top: 1px solid #e0e0e3;
  border-bottom: 0;
  background: var(--home-paper);
  scroll-margin-top: 20px;
}

body:has(#app .location-section) .service-menu.service-menu-image img {
  display: block;
  width: min(100%, 720px);
  height: auto;
  margin: 0 auto;
}

body:has(#app .location-section) .service-menu.service-menu-image .menu-intro {
  margin: 0 0 38px;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .service-menu.service-menu-image {
    margin-right: -28px;
    margin-left: -28px;
    padding: 56px 28px 70px;
  }

  body:has(#app .location-section) .service-menu.service-menu-image img {
    width: 100%;
  }

  body:has(#app .location-section) .service-menu.service-menu-image .menu-intro {
    margin-bottom: 30px;
  }
}

/* The location belongs to the image composition, with JR HAIR precisely centered. */
body:has(#app .location-section) .hero-copy {
  display: grid;
  grid-template-rows: 0 auto 0;
  place-items: center;
}

body:has(#app .location-section) .hero-copy .hero-location-line {
  grid-row: 1;
  margin: 0;
  transform: translateY(-31px);
  color: #fff;
  font: 500 11px/1 "Noto Sans KR", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  white-space: nowrap;
}

body:has(#app .location-section) .hero-copy h1 {
  grid-row: 2;
}

body:has(#app .location-section) .hero-copy .hero-book {
  grid-row: 3;
  display: inline-flex;
  width: 178px;
  min-height: 42px;
  margin-top: 0;
  padding: 0 16px;
  transform: translateY(44px);
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font: 500 11px/1 "Noto Sans KR", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
}

body:has(#app .location-section) .hero-copy .hero-book svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

body:has(#app .location-section) .hero-copy .hero-book:hover {
  transform: translateY(44px);
  background: rgba(255, 255, 255, 0.14);
  opacity: 1;
}

body:has(#app .location-section) .hero-copy .hero-book:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 690px) {
  body:has(#app .location-section) .hero-copy .hero-location-line {
    transform: translateY(-30px);
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  body:has(#app .location-section) .hero-copy .hero-book {
    transform: translateY(43px);
  }

  body:has(#app .location-section) .hero-copy .hero-book:hover {
    transform: translateY(43px);
  }
}
