/* ════════════════════════════
   PAGE-ABOUT ヘッダー色上書き
════════════════════════════ */
.page-about .header-logo { color: var(--ink); opacity: 1; }
.page-about .header-tel  { color: var(--ink-faint); }
.page-about .hamburger span { background: var(--ink); }
.page-about #header.visible .header-logo { color: var(--ink); }
.page-about #header.visible .header-tel  { color: var(--ink-faint); }
.page-about #header.visible .hamburger span { background: var(--ink); }

/* ════════════════════════════
   PAGE HERO（ファーストビュー）
════════════════════════════ */
#page-hero {
  min-height: 100svh;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.page-hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 10% 40px;
  position: relative;
}
.page-hero-title {
  writing-mode: horizontal-tb;
  font-size: clamp(24px, 6.8vw, 56px);
  font-weight: 400;
  letter-spacing: .12em;
  color: var(--ink);
  line-height: 1.6;
}
.page-hero-en {
  font-size: 11px;
  letter-spacing: .35em;
  color: var(--ink-faint);
  margin-top: 20px;
  align-self: flex-start;
}
.page-hero-img {
  width: 100%;
  height: 52vw;
  min-height: 220px;
  max-height: 480px;
  overflow: hidden;
  flex-shrink: 0;
}
.page-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* ════════════════════════════
   SECTION RULE
════════════════════════════ */
.section-rule {
  width: 40px; height: 1px;
  background: var(--gold); opacity: .7;
  margin-bottom: 16px;
}
.section-en {
  font-size: 10px; letter-spacing: .35em;
  color: var(--ink-faint); margin-bottom: 24px;
}

/* ════════════════════════════
   INTRO セクション
════════════════════════════ */
#about-intro {
  padding: 72px 8% 64px;
  background: var(--bg);
}
.intro-lead {
  font-size: clamp(20px, 5vw, 32px);
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.9;
  color: var(--ink);
  margin-bottom: 32px;
}
.intro-body {
  font-size: 15px;
  line-height: 2.1;
  color: var(--ink-mid);
  letter-spacing: .04em;
  text-wrap: pretty;
}

/* ════════════════════════════
   PHOTO SECTION
════════════════════════════ */
#about-photo { background: var(--cream); }
.photo-full {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.photo-full img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 8s ease;
}
.photo-full:hover img { transform: scale(1.04); }
.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.photo-grid-item {
  aspect-ratio: 3/4;
  overflow: hidden;
}
.photo-grid-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 6s ease;
}
.photo-grid-item:hover img { transform: scale(1.04); }

/* ════════════════════════════
   PHILOSOPHY セクション
════════════════════════════ */
#about-philosophy {
  padding: 0 0 64px;
  background: var(--bg);
}
.philosophy-img {
  width: 100%;
  overflow: hidden;
}
.philosophy-img img {
  width: 100%; height: auto;
  object-fit: cover;
  display: block;
  transition: transform 6s ease;
}
.philosophy-img:hover img { transform: scale(1.04); }
.philosophy-img--1 { margin-bottom: 0; }
.philosophy-img--2 {
  margin-top: 40px;
  aspect-ratio: 2/3;
}
.philosophy-img--2 img { height: 100%; object-fit: cover; }
.philosophy-text { padding: 20px 8%; }
.philosophy-heading {
  font-size: clamp(22px, 5vw, 36px);
  font-weight: 400;
  letter-spacing: .16em;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: 48px;
  color: var(--ink);
}
.philosophy-body {
  font-size: 15px;
  line-height: 2.2;
  color: var(--ink-mid);
  letter-spacing: .04em;
  text-wrap: pretty;
  margin-bottom: 24px;
}
.philosophy-body + .philosophy-body { margin-top: -24px; }
.philosophy-rule {
  width: 1px; height: 40px;
  background: var(--gold); opacity: .6;
  margin: 0 auto 24px;
}



/* ════════════════════════════
   SHOP INFO
════════════════════════════ */
#about-shop {
  padding: 72px 8% 80px;
  background: var(--cream);
}
.shop-heading {
  font-size: clamp(22px, 5vw, 32px);
  font-weight: 400;
  letter-spacing: .16em;
  color: var(--ink);
  margin-bottom: 40px;
}
.shop-map {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 48px;
}
.shop-map iframe {
  width: 100%; height: 100%;
  border: none; display: block;
}
.shop-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 48px;
}
.shop-table tr { border-bottom: 1px solid rgba(0,0,0,.08); }
.shop-table th {
  text-align: left;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--ink-faint);
  padding: 14px 0;
  width: 6em;
  vertical-align: top;
  white-space: nowrap;
}
.shop-table td {
  font-size: 14px;
  letter-spacing: .06em;
  color: var(--ink-mid);
  padding: 14px 0 14px 16px;
  line-height: 1.8;
}
.shop-img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 32px;
}
.shop-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.shop-video {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.shop-video video {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media (min-width: 768px) {
  .page-hero-text { padding: 120px 12% 48px; }
  .page-hero-title { font-size: clamp(56px, 8vw, 96px); }
  .page-hero-img { height: 42vw; }

  #about-intro { padding: 96px 12% 80px; }
  .intro-body { font-size: 16px; }

  #about-philosophy { padding: 0 0 80px; }
  .philosophy-text { padding: 40px 12%; }
  .philosophy-body { font-size: 16px; }



  #about-shop { padding: 96px 12% 100px; }
  .shop-table th { font-size: 14px; }
  .shop-table td { font-size: 15px; }

  .photo-full { aspect-ratio: 4/3; }
}

@media (min-width: 1025px) {
  #page-hero {
    flex-direction: row;
    height: 100svh;
    min-height: unset;
    overflow: hidden;
  }
  .page-hero-text {
    flex: 0 0 30%;
    padding: 80px 5% 60px 7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .page-hero-title {
    writing-mode: vertical-rl;
    font-size: clamp(28px, 2.8vw, 44px);
    letter-spacing: .2em;
    line-height: 1.4;
    flex: 1;
    display: flex;
    align-items: center;
    margin: 40px 0;
  }
  .page-hero-en {
    display: block;
    font-size: 11px;
    letter-spacing: .3em;
    color: var(--ink-faint);
    margin-top: 0;
    align-self: flex-start;
  }
  .page-hero-img {
    flex: 0 0 70%;
    height: 72vh;
    top: 28vh;
    max-height: none;
    position: relative;
  }
  .page-hero-img img { object-position: center center; }

  #about-intro {
    padding: 200px 5% 120px;
    display: grid;
    grid-template-columns: 34% 62%;
    gap: 4%;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
  }
  .intro-lead { margin-bottom: 0; }

  .photo-full { aspect-ratio: 16/7; }

  #about-philosophy {
    padding: 80px 5% 200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 100px;
    align-items: start;
    max-width: 1280px;
    margin: 0 auto;
  }
  .philosophy-img--1 { grid-column: 1; grid-row: 1; margin-bottom: 16px; }
  .philosophy-img--2 { grid-column: 1; grid-row: 2; margin-top: 0; }
  .philosophy-text {
    grid-column: 2;
    grid-row: 1 / 3;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 20vw;
  }
  .philosophy-heading { margin-top: 0; }
  .philosophy-rule { display: block; }



  #about-shop { padding: 120px 5% 140px; }
  .shop-inner { max-width: 1280px; margin: 0 auto; padding: 0; }
  .shop-map { aspect-ratio: 16/6; margin-bottom: 64px; }
  .shop-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 64px;
  }
  .shop-table { margin-bottom: 0; }
  .shop-img { margin-bottom: 0; aspect-ratio: 4/3; }
}

@media (max-width: 1024px) {
  .philosophy-img img { padding: 0 5%; }
}
