.profile-page {
  --black: #050505;
  --black-soft: #0b0b0b;
  --panel: #101010;
  --panel-2: #171717;
  --gold: #c69a58;
  --gold-bright: #e4bf7c;
  --gold-pale: #f1d8aa;
  --gold-muted: #80633a;
  --white: #f5f0e8;
  --muted: #aaa49a;
  --border: rgba(198, 154, 88, 0.44);
  --content-width: 1200px;
  --serif: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Helvetica Neue", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Arial, sans-serif;

  width: min(100% - 40px, var(--content-width));
  margin-inline: auto;
  padding: 28px 0 68px;
  color: var(--white);
  background:
    radial-gradient(circle at 14% 8%, rgba(198, 154, 88, 0.10), transparent 25rem),
    radial-gradient(circle at 88% 35%, rgba(255, 255, 255, 0.045), transparent 28rem),
    linear-gradient(180deg, #090909 0, #030303 44%, #070707 100%);
  font-family: var(--serif);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.profile-page *,
.profile-page *::before,
.profile-page *::after {
  box-sizing: border-box;
}

.profile-page a { color: inherit; text-decoration: none; }
.profile-page button, .profile-page a { -webkit-tap-highlight-color: transparent; }
.profile-page button { font: inherit; }
.profile-page img { display: block; max-width: 100%; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  color: rgba(235,228,217,.54);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.breadcrumb a { transition: color .2s ease; }
.breadcrumb a:hover, .breadcrumb a:focus-visible { color: var(--gold-bright); }
.breadcrumb__sep { color: rgba(198,154,88,.65); }

.profile-hero {
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(360px, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 56px);
}

.gallery-panel {
  position: sticky;
  top: 24px;
  min-width: 0;
}
.gallery-shell {
  position: relative;
  border: 1px solid rgba(198,154,88,.44);
  background:
    linear-gradient(120deg, rgba(255,255,255,.032), transparent 38%),
    rgba(9,9,9,.92);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.018),
    0 22px 64px rgba(0,0,0,.38);
}
.gallery-shell::before {
  position: absolute;
  z-index: 4;
  inset: 0;
  content: "";
  border: 1px solid transparent;
  background: linear-gradient(120deg, transparent 8%, rgba(241,211,155,.26), transparent 45%) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.gallery-frame {
  position: relative;
  padding: 12px;
  background:
    linear-gradient(var(--gold-muted), var(--gold-muted)) left 8px top 8px / 22px 1px no-repeat,
    linear-gradient(var(--gold-muted), var(--gold-muted)) left 8px top 8px / 1px 22px no-repeat,
    linear-gradient(var(--gold-muted), var(--gold-muted)) right 8px top 8px / 22px 1px no-repeat,
    linear-gradient(var(--gold-muted), var(--gold-muted)) right 8px top 8px / 1px 22px no-repeat,
    linear-gradient(var(--gold-muted), var(--gold-muted)) left 8px bottom 8px / 22px 1px no-repeat,
    linear-gradient(var(--gold-muted), var(--gold-muted)) left 8px bottom 8px / 1px 22px no-repeat,
    linear-gradient(var(--gold-muted), var(--gold-muted)) right 8px bottom 8px / 22px 1px no-repeat,
    linear-gradient(var(--gold-muted), var(--gold-muted)) right 8px bottom 8px / 1px 22px no-repeat,
    #050505;
}
.profile-slider {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(198,154,88,.34);
  background: #111;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
}
.profile-slider::-webkit-scrollbar { display: none; }
.profile-slide {
  position: relative;
  margin: 0;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.profile-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.96) contrast(1.025);
  transform: scale(1.001);
}
.profile-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0,0,0,.02) 46%, rgba(0,0,0,.42) 100%),
    linear-gradient(118deg, rgba(255,255,255,.075), transparent 34%);
  pointer-events: none;
}
.photo-badge {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 24px;
  min-width: 68px;
  padding: 7px 10px 6px;
  border: 1px solid rgba(241,216,170,.66);
  color: #1a1107;
  background: linear-gradient(135deg, rgba(245,220,176,.96), rgba(174,122,57,.96));
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
}
.photo-counter {
  position: absolute;
  z-index: 3;
  right: 25px;
  bottom: 23px;
  min-width: 60px;
  padding: 6px 8px 5px;
  border: 1px solid rgba(241,216,170,.40);
  color: rgba(250,244,234,.92);
  background: rgba(4,4,4,.56);
  backdrop-filter: blur(8px);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .13em;
  text-align: center;
}
.gallery-arrow {
  position: absolute;
  z-index: 6;
  top: 50%;
  width: 43px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241,216,170,.42);
  color: var(--gold-pale);
  background: rgba(4,4,4,.56);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}
.gallery-arrow:hover, .gallery-arrow:focus-visible {
  border-color: rgba(241,216,170,.86);
  background: rgba(198,154,88,.18);
  outline: none;
}
.gallery-arrow--prev { left: 22px; }
.gallery-arrow--next { right: 22px; }
.gallery-arrow--prev:hover { transform: translate(-2px, -50%); }
.gallery-arrow--next:hover { transform: translate(2px, -50%); }
.gallery-arrow span { font-size: 25px; line-height: 1; }

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 0 0;
}
.gallery-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(198,154,88,.25);
  background: #070707;
  cursor: pointer;
  opacity: .56;
  transition: opacity .22s ease, border-color .22s ease, transform .22s ease;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumb:hover, .gallery-thumb:focus-visible {
  opacity: .88;
  border-color: rgba(224,185,121,.62);
  outline: none;
  transform: translateY(-1px);
}
.gallery-thumb.is-active {
  opacity: 1;
  border-color: rgba(241,216,170,.90);
  box-shadow: 0 0 0 1px rgba(198,154,88,.20) inset;
}
.gallery-hint {
  margin: 10px 0 0;
  color: rgba(229,222,212,.50);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .08em;
  text-align: center;
}

.profile-info {
  position: relative;
  min-width: 0;
  padding: clamp(25px, 3.5vw, 44px);
  border: 1px solid rgba(198,154,88,.42);
  background:
    linear-gradient(118deg, rgba(255,255,255,.03), transparent 42%),
    rgba(14,14,14,.87);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,.78),
    0 18px 46px rgba(0,0,0,.25);
}
.profile-info::before,
.profile-info::after {
  position: absolute;
  width: 54px;
  height: 54px;
  content: "";
  pointer-events: none;
}
.profile-info::before {
  top: 18px;
  right: 18px;
  border-top: 1px solid rgba(198,154,88,.48);
  border-right: 1px solid rgba(198,154,88,.48);
}
.profile-info::after {
  right: 18px;
  bottom: 18px;
  border-right: 1px solid rgba(198,154,88,.32);
  border-bottom: 1px solid rgba(198,154,88,.32);
}
.profile-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .20em;
}
.profile-kicker::after {
  width: 82px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--gold), transparent);
}
.profile-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 17px;
}
.profile-category__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 13px 5px;
  border: 1px solid rgba(224,185,121,.48);
  color: var(--gold-pale);
  background: linear-gradient(135deg, rgba(198,154,88,.16), rgba(198,154,88,.035));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.018), 0 7px 18px rgba(0,0,0,.18);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .13em;
  white-space: nowrap;
}
.profile-name {
  margin: 0;
  font-weight: 400;
  line-height: 1.15;
}
.profile-name__jp {
  display: block;
  color: #f5f0e8;
  font-size: clamp(34px, 4.5vw, 54px);
  letter-spacing: .10em;
}
.profile-name__en {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .20em;
  text-transform: uppercase;
}
.profile-catch {
  margin: 24px 0 0;
  color: rgba(244,238,229,.90);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.75;
  letter-spacing: .055em;
}
.profile-catch small {
  display: block;
  margin-top: 7px;
  color: rgba(231,224,214,.52);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .08em;
}

.profile-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 32px 0 0;
  border: 1px solid rgba(198,154,88,.30);
  background: rgba(198,154,88,.26);
}
.profile-fact {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(198,154,88,.08), transparent 52%),
    #0a0a0a;
}
.profile-fact__label {
  color: rgba(198,154,88,.84);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .20em;
}
.profile-fact__value {
  margin-top: 5px;
  color: #f7f1e7;
  font-family: var(--sans);
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .045em;
  font-variant-numeric: tabular-nums;
}
.profile-fact--wide { grid-column: 1 / -1; }
.profile-fact--wide .profile-fact__value { font-size: clamp(17px, 2vw, 22px); }

.profile-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}
.profile-action {
  position: relative;
  min-height: 51px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(198,154,88,.40);
  color: #e9e3d8;
  background: rgba(5,5,5,.42);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .10em;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
}
.profile-action::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.14), transparent 62%);
  transform: translateX(-120%);
  transition: transform .5s ease;
}
.profile-action:hover, .profile-action:focus-visible {
  color: var(--gold-pale);
  border-color: rgba(224,185,121,.78);
  background: rgba(198,154,88,.08);
  outline: none;
  transform: translateY(-1px);
}
.profile-action:hover::before, .profile-action:focus-visible::before { transform: translateX(120%); }
.profile-action--primary {
  color: #1c1207;
  border-color: rgba(243,217,171,.74);
  background: linear-gradient(135deg, #efd09a, #b68143);
}
.profile-action--primary:hover, .profile-action--primary:focus-visible {
  color: #160e05;
  background: linear-gradient(135deg, #f7dfb0, #c89350);
}

.section-block { margin-top: 52px; }
.section-heading {
  position: relative;
  margin-bottom: 23px;
  text-align: center;
}
.section-heading h2 {
  position: relative;
  margin: 0;
  color: #f3efe6;
  font-size: clamp(30px, 4vw, 43px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: .10em;
}
.title-rule {
  position: relative;
  width: min(240px, 66vw);
  height: 18px;
  margin: 3px auto 2px;
}
.title-rule::before, .title-rule::after {
  position: absolute;
  top: 50%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold));
  transform: translateY(-50%);
}
.title-rule::before { right: 50%; left: 0; }
.title-rule::after { right: 0; left: 50%; background: linear-gradient(90deg, var(--gold), transparent); }
.title-rule span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid var(--gold-bright);
  background: var(--black-soft);
  box-shadow: 0 0 18px rgba(224,185,121,.34);
  transform: translate(-50%, -50%) rotate(45deg);
}
.section-heading p {
  margin: 0;
  color: #eee8df;
  font-size: 14px;
  letter-spacing: .28em;
  padding-left: .28em;
}

.schedule-wrap {
  padding: 11px;
  border: 1px solid rgba(198,154,88,.31);
  background:
    linear-gradient(120deg, rgba(255,255,255,.025), transparent 38%),
    rgba(8,8,8,.72);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.018), 0 18px 55px rgba(0,0,0,.22);
}
.week-schedule {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}
.schedule-day {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 167px;
  padding: 16px 10px 14px;
  overflow: hidden;
  border: 1px solid rgba(198,154,88,.22);
  color: inherit;
  background:
    radial-gradient(circle at 50% 120%, rgba(198,154,88,.08), transparent 62%),
    rgba(12,12,12,.86);
  font: inherit;
  text-align: center;
  cursor: pointer;
  appearance: none;
  transition: border-color .22s ease, transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.schedule-day:hover,
.schedule-day:focus-visible {
  border-color: rgba(224,185,121,.72);
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,.28), inset 0 0 0 1px rgba(241,216,170,.04);
}
.schedule-day:focus-visible {
  box-shadow: 0 0 0 2px rgba(228,191,124,.48), 0 14px 34px rgba(0,0,0,.28);
}
.schedule-day.is-today {
  border-color: rgba(241,216,170,.74);
  background:
    radial-gradient(circle at 50% 110%, rgba(198,154,88,.19), transparent 64%),
    linear-gradient(145deg, rgba(198,154,88,.08), rgba(12,12,12,.94));
  box-shadow: inset 0 0 0 1px rgba(255,245,220,.035);
}
.schedule-day__today {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 3px 5px 2px;
  color: #1c1207;
  background: linear-gradient(135deg, #efd09a, #b68143);
  font-family: var(--sans);
  font-size: 6px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
}
.schedule-day__date {
  display: block;
  color: var(--gold-pale);
  font-family: var(--sans);
  font-size: clamp(22px, 2.15vw, 27px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}
.schedule-day__weekday {
  display: block;
  margin-top: 4px;
  color: rgba(242,236,227,.72);
  font-family: var(--sans);
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .16em;
}
.schedule-day__rule {
  width: 38px;
  height: 1px;
  margin: 12px auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.schedule-day__time {
  display: block;
  color: #f8f2e8;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .02em;
  font-variant-numeric: tabular-nums;
}
.schedule-day__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 23px;
  margin-top: 11px;
  padding: 4px 8px 3px;
  border: 1px solid rgba(198,154,88,.37);
  color: rgba(241,216,170,.92);
  background: rgba(198,154,88,.07);
  font-family: var(--sans);
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .10em;
}
.schedule-day__status.is-inquiry {
  border-color: rgba(228,191,124,.52);
  color: var(--gold-pale);
  background: linear-gradient(135deg, rgba(198,154,88,.14), rgba(198,154,88,.035));
}
.schedule-note {
  margin: 13px 0 0;
  color: rgba(225,219,209,.52);
  font-family: var(--sans);
  font-size: 9px;
  line-height: 1.75;
  letter-spacing: .05em;
  text-align: center;
}

.comment-card {
  position: relative;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(198,154,88,.39);
  background:
    radial-gradient(circle at 12% 10%, rgba(198,154,88,.07), transparent 27rem),
    linear-gradient(118deg, rgba(255,255,255,.025), transparent 42%),
    rgba(12,12,12,.84);
  box-shadow: 0 18px 48px rgba(0,0,0,.23);
}
.comment-card::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 48px;
  height: 48px;
  content: "";
  border-top: 1px solid rgba(198,154,88,.40);
  border-left: 1px solid rgba(198,154,88,.40);
}
.comment-card__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .20em;
}
.comment-card__label::after {
  width: 78px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--gold), transparent);
}
.comment-card h3 {
  margin: 0 0 18px;
  color: #f4efe7;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .06em;
}
.comment-card p {
  margin: 0;
  color: rgba(235,228,218,.72);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: .04em;
}
.comment-card p + p { margin-top: 16px; }

.contact-card {
  position: relative;
  margin-top: 52px;
  padding: clamp(28px, 4vw, 50px) 24px;
  overflow: hidden;
  border: 1px solid rgba(224,185,121,.52);
  background:
    radial-gradient(circle at 50% 130%, rgba(198,154,88,.22), transparent 56%),
    linear-gradient(135deg, rgba(198,154,88,.08), rgba(7,7,7,.92) 58%);
  text-align: center;
  box-shadow: 0 20px 55px rgba(0,0,0,.28);
}
.contact-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(112deg, transparent 15%, rgba(224,185,121,.16), transparent 56%);
  pointer-events: none;
}
.contact-card h2 {
  position: relative;
  margin: 0;
  color: #f6f0e6;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 400;
  letter-spacing: .08em;
}
.contact-card p {
  position: relative;
  margin: 11px auto 0;
  max-width: 620px;
  color: rgba(231,224,214,.64);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: .05em;
}
.contact-card .profile-action {
  position: relative;
  width: min(100%, 360px);
  margin: 24px auto 0;
}

body.is-modal-open { overflow: hidden; }
.contact-modal {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .24s ease, visibility .24s ease;
}
.contact-modal.is-open { visibility: visible; opacity: 1; }
.contact-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(9px);
  cursor: pointer;
}
.contact-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  padding: 38px 32px 30px;
  border: 1px solid rgba(224,185,121,.66);
  background:
    radial-gradient(circle at 50% 115%, rgba(198,154,88,.18), transparent 58%),
    linear-gradient(135deg, rgba(255,255,255,.035), transparent 42%),
    #0b0b0b;
  box-shadow: 0 28px 90px rgba(0,0,0,.62), inset 0 0 0 1px rgba(255,255,255,.022);
  text-align: center;
  transform: translateY(14px) scale(.985);
  transition: transform .28s cubic-bezier(.2,.8,.2,1);
}
.contact-modal.is-open .contact-modal__panel { transform: translateY(0) scale(1); }
.contact-modal__panel::before,
.contact-modal__panel::after {
  position: absolute;
  width: 38px;
  height: 38px;
  content: "";
  pointer-events: none;
}
.contact-modal__panel::before {
  top: 11px;
  left: 11px;
  border-top: 1px solid rgba(198,154,88,.45);
  border-left: 1px solid rgba(198,154,88,.45);
}
.contact-modal__panel::after {
  right: 11px;
  bottom: 11px;
  border-right: 1px solid rgba(198,154,88,.32);
  border-bottom: 1px solid rgba(198,154,88,.32);
}
.contact-modal__close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  color: rgba(245,240,232,.68);
  background: transparent;
  font-family: var(--sans);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}
.contact-modal__close:hover,
.contact-modal__close:focus-visible { color: var(--gold-pale); outline: none; transform: rotate(5deg); }
.contact-modal__eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}
.contact-modal h2 {
  margin: 0;
  color: #f6f0e6;
  font-size: clamp(23px, 4vw, 31px);
  font-weight: 400;
  letter-spacing: .07em;
}
.contact-modal__selection {
  margin: 12px 0 0;
  color: rgba(235,228,218,.66);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: .05em;
}
.contact-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
}
.contact-modal__action {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(198,154,88,.43);
  color: #ece5db;
  background: rgba(4,4,4,.54);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}
.contact-modal__action:hover,
.contact-modal__action:focus-visible {
  border-color: rgba(224,185,121,.82);
  background: rgba(198,154,88,.10);
  outline: none;
  transform: translateY(-1px);
}
.contact-modal__action--line {
  color: #171008;
  border-color: rgba(243,217,171,.78);
  background: linear-gradient(135deg, #f0d39d, #b98243);
}
.contact-modal__action--line:hover,
.contact-modal__action--line:focus-visible { background: linear-gradient(135deg, #f8e1b4, #c99552); }
.contact-modal__note {
  margin: 15px 0 0;
  color: rgba(225,219,209,.46);
  font-family: var(--sans);
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: .04em;
}

.mobile-contact-bar { display: none; }

@media (max-width: 1020px) {
  .profile-hero { grid-template-columns: minmax(0, 50%) minmax(0, 50%); gap: 24px; }
  .profile-info { padding: 28px 25px; }
  .week-schedule { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .profile-page { width: min(100% - 28px, 720px); padding-top: 23px; }
  .profile-hero { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .gallery-panel { position: static; width: min(100%, 580px); margin-inline: auto; }
  .profile-info { width: min(100%, 580px); margin-inline: auto; }
  .week-schedule { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .profile-page { width: min(100% - 18px, 720px); padding: 18px 0 92px; }
  .breadcrumb { margin-bottom: 14px; font-size: 8px; }
  .gallery-frame { padding: 7px; }
  .gallery-arrow { width: 36px; height: 45px; }
  .gallery-arrow--prev { left: 13px; }
  .gallery-arrow--next { right: 13px; }
  .gallery-arrow span { font-size: 21px; }
  .photo-badge { top: 14px; left: 14px; min-width: 46px; padding: 5px 7px 4px; font-size: 6.5px; }
  .photo-counter { right: 15px; bottom: 14px; min-width: 48px; padding: 5px 6px 4px; font-size: 7px; }
  .gallery-thumbs { gap: 5px; }
  .gallery-thumb { padding: 2px; }
  .gallery-hint { font-size: 8px; }

  .profile-info { padding: 24px 18px 22px; }
  .profile-info::before, .profile-info::after { width: 35px; height: 35px; }
  .profile-info::before { top: 11px; right: 11px; }
  .profile-info::after { right: 11px; bottom: 11px; }
  .profile-kicker { margin-bottom: 18px; font-size: 7px; }
  .profile-category__tag { min-height: 23px; padding: 5px 9px 4px; font-size: 7px; }
  .profile-name__jp { font-size: clamp(30px, 9.5vw, 42px); }
  .profile-name__en { margin-top: 6px; font-size: 8px; }
  .profile-catch { margin-top: 19px; font-size: 16px; }
  .profile-catch small { font-size: 9px; }
  .profile-facts { margin-top: 24px; }
  .profile-fact { min-height: 78px; padding: 13px 12px; }
  .profile-fact__label { font-size: 7px; }
  .profile-fact__value { font-size: 17px; }
  .profile-fact--wide .profile-fact__value { font-size: 15px; }
  .profile-actions { grid-template-columns: minmax(0, 1fr); margin-top: 22px; }
  .profile-action { min-height: 46px; font-size: 10px; }

  .section-block { margin-top: 40px; }
  .section-heading { margin-bottom: 18px; }
  .section-heading h2 { font-size: 30px; }
  .section-heading p { font-size: 12px; }
  .schedule-wrap { padding: 7px; }
  .week-schedule { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .schedule-day {
    min-height: 92px;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 3px 11px;
    padding: 13px 12px;
    text-align: left;
  }
  .schedule-day__date { grid-column: 1; grid-row: 1; font-size: 22px; }
  .schedule-day__weekday { grid-column: 1; grid-row: 2; margin: 1px 0 0; font-size: 15px; letter-spacing: .08em; }
  .schedule-day__rule { display: none; }
  .schedule-day__time { grid-column: 2; grid-row: 1 / 3; font-size: 16px; }
  .schedule-day__status { grid-column: 3; grid-row: 1 / 3; min-width: 59px; margin: 0; font-size: 6.5px; }
  .schedule-day__today { top: 5px; right: 5px; }
  .schedule-note { font-size: 8px; }

  .comment-card { padding: 27px 18px 22px; }
  .comment-card::before { top: 10px; left: 10px; width: 34px; height: 34px; }
  .comment-card h3 { font-size: 19px; }
  .comment-card p { font-size: 11px; line-height: 2.05; }
  .contact-card { margin-top: 40px; padding: 28px 15px; }
  .contact-card h2 { font-size: 24px; }
  .contact-card p { font-size: 9.5px; }

  .mobile-contact-bar {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 7px;
    padding: 8px max(9px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-left));
    border-top: 1px solid rgba(198,154,88,.42);
    background: rgba(3,3,3,.94);
    backdrop-filter: blur(14px);
  }
  .mobile-contact-bar a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(198,154,88,.40);
    color: #e9e3d8;
    background: rgba(5,5,5,.58);
    font-family: var(--sans);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
  }
  .mobile-contact-bar a:last-child {
    color: #1c1207;
    border-color: rgba(243,217,171,.74);
    background: linear-gradient(135deg, #efd09a, #b68143);
  }

  .contact-modal { padding: 13px; }
  .contact-modal__panel { padding: 34px 16px 22px; }
  .contact-modal__actions { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .contact-modal__action { min-height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .profile-page *,
  .profile-page *::before,
  .profile-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
