/* Hana experience + Visit chapter — quiet editorial structure, real map, no card-inside-card stack. */
.brand-statement { position: relative; }

.brand-statement-head {
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  gap: 72px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.brand-statement h2 {
  margin: 0;
  font: 500 clamp(52px,5.9vw,84px)/.9 var(--serif);
  letter-spacing: -.038em;
  color: #2b2623;
}
.brand-statement h2 em { color: var(--rose-deep); font-weight: 500; }
.brand-statement-note {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.brand-principles {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.brand-principles article {
  min-height: 222px;
  padding: 30px 34px 24px 0;
  border-bottom: 1px solid var(--line);
}
.brand-principles article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.brand-principles span { display: block; color: var(--rose-deep); font: 500 16px/1 var(--serif); }
.brand-principles h3 { margin: 38px 0 10px; color: #302a27; font: 500 30px/1 var(--serif); }
.brand-principles p { max-width: 300px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.76; }

.visit-section {
  margin-top: 116px;
}

.visit-panel {
  position: relative;
  overflow: hidden;
  padding: 112px 0 72px;
  background:
    radial-gradient(circle at 82% 5%, rgba(215,185,186,.10), transparent 27%),
    linear-gradient(150deg, #332c29 0%, #2d2724 65%, #302825 100%);
  color: #f8f1ec;
}
.visit-panel::before {
  content: '';
  position: absolute;
  width: 560px;
  height: 560px;
  right: -280px;
  top: -310px;
  border-radius: 50%;
  border: 1px solid rgba(215,185,186,.10);
  pointer-events: none;
}
.visit-shell { position: relative; z-index: 2; }

.visit-head {
  display: grid;
  grid-template-columns: minmax(0,1.18fr) minmax(240px,.62fr) auto;
  gap: 46px;
  align-items: end;
}
.visit-head .eyebrow { color: #d7b9ba; }
.visit-head h2 {
  margin: 0;
  color: #faf6f2;
  font: 500 clamp(50px,5.3vw,76px)/.88 var(--serif);
  letter-spacing: -.038em;
}
.visit-head h2 em { color: #d8bcbc; font-weight: 500; }
.visit-details { display: grid; gap: 9px; padding-bottom: 3px; }
.visit-details p { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.55; }
.contact-actions { display: flex; flex-direction: column; gap: 9px; min-width: 144px; }
.visit-panel .button-primary { background: #f5ebe6; color: #332c29; box-shadow: none; }
.visit-panel .button-ghost { color: #fff; border-color: rgba(255,255,255,.17); background: transparent; }

.visit-grid {
  display: grid;
  grid-template-columns: minmax(0,1.58fr) minmax(290px,.72fr);
  gap: clamp(34px,4.4vw,62px);
  align-items: stretch;
  margin-top: 52px;
}

.visit-map-frame {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.14);
  background: #f5f1eb;
  box-shadow: 0 28px 90px rgba(10,8,7,.20);
}
#hana-map { position: absolute; inset: 0; width: 100%; height: 100%; }

.map-status {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 10;
  padding: 5px 8px;
  border-radius: 7px;
  background: rgba(250,248,244,.91);
  color: #817a74;
  font-size: 10px;
  pointer-events: none;
  transition: opacity .2s ease;
}
.map-status.ready { opacity: 0; }
.map-status.error { color: #8e4b52; border: 1px solid #d8aeb2; }
.map-attribution {
  position: absolute;
  right: 8px;
  bottom: 6px;
  z-index: 10;
  padding: 2px 4px;
  background: rgba(250,248,244,.66);
  color: rgba(72,68,64,.58);
  font-size: 8px;
  pointer-events: none;
}

.custom-marker { display: flex; flex-direction: column; align-items: center; pointer-events: none; }
.hana-marker-wrap { display: flex; flex-direction: column; align-items: center; }
.hana-pin {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #faf8f4;
  border-radius: 50% 50% 50% 0;
  background: #c58b91;
  box-shadow: 0 4px 14px rgba(197,139,145,.34);
  transform: rotate(-45deg);
}
.hana-pin::after {
  content: '';
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(197,139,145,.26);
  border-radius: 50%;
  animation: hanaMapPulse 1.4s ease-out 1;
}
.hana-pin svg { width: 22px; height: 22px; fill: #faf8f4; transform: rotate(45deg); }
.hana-label {
  margin-top: 6px;
  padding: 4px 10px;
  white-space: nowrap;
  border: 1px solid #d8aeb2;
  border-radius: 6px;
  background: rgba(250,248,244,.97);
  color: #2c2927;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  font: 700 16px/1.1 var(--serif);
  letter-spacing: .02em;
}
.sub-pin { width: 10px; height: 10px; border: 2px solid #faf8f4; border-radius: 50%; background: #817a74; box-shadow: 0 2px 5px rgba(0,0,0,.14); }
.sub-label {
  margin-top: 4px;
  padding: 2px 7px;
  white-space: nowrap;
  border: 1px solid #d8d1c9;
  border-radius: 4px;
  background: rgba(250,248,244,.95);
  color: #817a74;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .02em;
}
.user-location-marker {
  width: 14px;
  height: 14px;
  border: 3px solid #faf8f4;
  border-radius: 50%;
  background: #827d79;
  box-shadow: 0 0 0 5px rgba(130,125,121,.16), 0 4px 12px rgba(63,55,51,.18);
}

.visit-location-card {
  display: flex;
  flex-direction: column;
  min-height: 470px;
  padding: 8px 0 0;
  color: #f7f0eb;
  border-top: 1px solid rgba(255,255,255,.16);
}
.location-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-top: 22px; }
.location-card-top h3 { margin: 0; font: 500 35px/1 var(--serif); }
.map-open-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  background: rgba(255,255,255,.045);
  color: #d8bcbc;
  font-size: 18px;
  transition: transform .18s var(--ease-fast), border-color .18s var(--ease-fast), background .18s var(--ease-fast);
}
.map-open-icon:hover { transform: translateY(-2px); border-color: rgba(215,185,186,.35); background: rgba(255,255,255,.07); }
.location-address { margin: 20px 0 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.68; }
.location-rating { display: flex; align-items: center; gap: 8px; margin-top: 20px; }
.location-rating strong { font: 500 27px/1 var(--serif); }
.location-rating .stars { color: #d3b376; font-size: 10px; letter-spacing: .12em; }
.location-rating small { color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.distance-block { margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.distance-label { margin: 0; color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.distance-value { margin: 9px 0 0; color: #f7f0eb; font: 500 30px/1.08 var(--serif); }
.distance-note { margin: 9px 0 0; color: rgba(255,255,255,.54); font-size: 10px; line-height: 1.62; }
.locate-button {
  width: fit-content;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8bcbc;
  font: 600 10px/1.4 var(--sans);
  letter-spacing: .03em;
  cursor: pointer;
}
.locate-button[disabled] { cursor: wait; opacity: .55; }

.location-actions { display: grid; gap: 9px; margin-top: auto; padding-top: 30px; }
.direction-button,
.google-map-link {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  border-radius: 12px;
  font-size: 10px;
  letter-spacing: .055em;
  transition: transform .18s var(--ease-fast), border-color .18s var(--ease-fast), background .18s var(--ease-fast);
}
.direction-button { background: #f5ebe6; color: #332c29; }
.google-map-link { border: 1px solid rgba(255,255,255,.15); background: transparent; color: rgba(255,255,255,.82); }
.direction-button:hover,
.google-map-link:hover { transform: translateY(-2px); }
.google-map-link:hover { border-color: rgba(215,185,186,.30); background: rgba(255,255,255,.035); }

@keyframes hanaMapPulse {
  0% { transform: scale(.72); opacity: 0; }
  35% { opacity: .42; }
  100% { transform: scale(1.52); opacity: 0; }
}

@media (max-width: 980px) {
  .brand-statement-head { grid-template-columns: 1fr; gap: 24px; }
  .brand-statement-note { max-width: 620px; }
  .brand-principles { grid-template-columns: 1fr; }
  .brand-principles article { min-height: 0; padding: 26px 0 28px; }
  .brand-principles article + article { padding-left: 0; border-left: 0; }
  .brand-principles h3 { margin-top: 22px; }

  .visit-panel { padding-top: 94px; }
  .visit-head { grid-template-columns: 1fr 1fr; }
  .contact-actions { grid-column: 1 / -1; flex-direction: row; }
  .visit-grid { grid-template-columns: 1fr; gap: 34px; }
  .visit-map-frame { min-height: 440px; }
  .visit-location-card { min-height: 0; padding-bottom: 8px; }
  .location-actions { margin-top: 28px; }
}

@media (max-width: 680px) {
  .brand-statement h2 { font-size: clamp(46px,14.5vw,64px); }
  .brand-statement-head { padding-bottom: 30px; }
  .brand-principles p { font-size: 12px; }

  .visit-section { margin-top: 82px; }
  .visit-panel { padding: 78px 0 42px; }
  .visit-panel::before { width: 340px; height: 340px; right: -210px; top: -220px; }
  .visit-head { grid-template-columns: 1fr; gap: 24px; }
  .visit-head h2 { font-size: clamp(46px,14vw,62px); }
  .visit-details p { font-size: 12px; }
  .contact-actions { grid-column: auto; flex-direction: column; align-items: stretch; }
  .visit-grid { gap: 28px; margin-top: 38px; }
  .visit-map-frame { min-height: 330px; aspect-ratio: 1.18 / 1; border-radius: 16px; }
  .visit-location-card { min-height: 0; }
  .location-card-top h3 { font-size: 31px; }
  .location-address { font-size: 13px; }
  .direction-button:hover,
  .google-map-link:hover,
  .map-open-icon:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hana-pin::after { animation: none; }
  .direction-button,
  .google-map-link,
  .map-open-icon { transition: none; }
}
