/* ============================
   About page redesign
   File: style_about.css
   Depends on shared header/footer variables in style.css, but includes fallbacks.
============================ */

:root {
  --about-ink: var(--ink, #1f2527);
  --about-muted: var(--muted, #6d6f6a);
  --about-paper: var(--paper, #fffdf7);
  --about-cream: var(--cream, #f7f3ea);
  --about-blue: var(--blue, #243f63);
  --about-blue-soft: var(--blue-soft, #e8eef5);
  --about-wine: var(--wine, #8f1717);
  --about-gold: var(--gold, #b79355);
  --about-shadow: var(--shadow, 0 24px 70px rgba(28, 34, 38, .12));
  --about-max: var(--max, 1160px);
}

.about-v2 {
  background:
    radial-gradient(circle at 12% 10%, rgba(183, 147, 85, .16), transparent 34rem),
    radial-gradient(circle at 92% 34%, rgba(36, 63, 99, .10), transparent 30rem),
    #faf7f0;
  color: var(--about-ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.about-v2 .background-glow .glow {
  opacity: .55;
}

.about-main {
  overflow: hidden;
}

.about-container {
  width: min(var(--about-max), calc(100% - 44px));
  margin: 0 auto;
}

.about-v2 .section,
.about-v2 .contact-strip {
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-v2 .section {
  padding: clamp(72px, 9vw, 118px) 0;
  background: transparent;
}

.about-v2 .section.alt {
  background: rgba(255, 253, 247, .58);
  border-top: 1px solid rgba(36, 63, 99, .10);
  border-bottom: 1px solid rgba(36, 63, 99, .10);
}

.about-v2 .section.blue {
  background:
    linear-gradient(135deg, rgba(36, 63, 99, .98), rgba(29, 50, 78, .96));
  color: #fffdf7;
}

.about-v2 h1,
.about-v2 h2,
.about-v2 h3,
.about-v2 .quote-card p {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
  letter-spacing: .01em;
}

.about-v2 h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 7.4rem);
  line-height: .92;
}

.about-v2 h1 span {
  display: block;
  color: var(--about-blue);
}

.about-v2 h2 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 4.7rem);
  line-height: 1.02;
}

.about-v2 h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.about-v2 p {
  margin: 0;
  padding: 0;
}

.about-v2 .lead,
.about-v2 .section-head > p:last-child,
.about-v2 .about-friends p {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.85;
  color: rgba(31, 37, 39, .82);
}

.about-v2 .section.blue .lead,
.about-v2 .section.blue p,


.about-v2 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(36, 63, 99, .14);
  border-radius: 999px;
  background: var(--about-blue);
  color: #fff;
  text-decoration: none;
  font-weight: 650;
  box-shadow: 0 18px 36px rgba(36, 63, 99, .18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.about-v2 .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(36, 63, 99, .22);
}

.about-v2 .btn.secondary {
  background: rgba(255, 253, 247, .72);
  color: var(--about-blue);
  border-color: rgba(36, 63, 99, .18);
  box-shadow: none;
}

/* Hero */
.about-hero {
  position: relative;
  min-height: clamp(720px, 90vh, 920px);
  padding: clamp(82px, 9vw, 124px) 0 clamp(72px, 8vw, 110px);
  display: flex;
  align-items: center;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(250, 247, 240, .96), rgba(250, 247, 240, .73) 42%, rgba(250, 247, 240, .20)),
    radial-gradient(circle at 75% 22%, rgba(183, 147, 85, .18), transparent 26rem);
  pointer-events: none;
}

.about-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .8fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
}

.about-hero__content {
  max-width: 680px;
}

.about-hero__content .lead {
  max-width: 58ch;
  margin-top: 28px;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.about-visual {
  position: relative;
  min-height: 540px;
}

.about-photo,
.about-photo-slot {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 247, .65);
  background: rgba(255, 253, 247, .58);
  box-shadow: var(--about-shadow);
}

.about-photo {
  border-radius: 34px;
}

.about-photo--large {
  width: min(86%, 520px);
  margin-left: auto;
  aspect-ratio: 4 / 5;
}

.about-photo--small {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: min(58%, 330px);
  aspect-ratio: 4 / 3;
}

.about-photo img,
.about-photo-slot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-photo figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 253, 247, .82);
  color: var(--about-blue);
  font-size: .78rem;
  font-weight: 650;
  letter-spacing: .04em;
  backdrop-filter: blur(12px);
}

.about-photo__fallback {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(31, 37, 39, .04), rgba(31, 37, 39, .28)),
    linear-gradient(135deg, rgba(232, 238, 245, .95), rgba(183, 147, 85, .34));
}

.about-photo__fallback--island {
  background:
    linear-gradient(180deg, rgba(36, 63, 99, .06), rgba(36, 63, 99, .36)),
    radial-gradient(circle at 72% 18%, rgba(255, 253, 247, .88), transparent 11rem),
    linear-gradient(145deg, #dbe8ee 0%, #a8c1c9 46%, #6f8e95 47%, #243f63 100%);
}

.about-photo__fallback--church {
  background:
    linear-gradient(180deg, rgba(143, 23, 23, .04), rgba(36, 63, 99, .24)),
    linear-gradient(135deg, #fffdf7 0%, #d9d1c3 48%, #b79355 49%, #243f63 100%);
}

.about-photo__fallback--coast {
  background:
    linear-gradient(180deg, rgba(36, 63, 99, .03), rgba(36, 63, 99, .25)),
    linear-gradient(135deg, #eef5f3 0%, #c8d9d7 40%, #7da2a8 41%, #243f63 100%);
}

.about-photo__fallback--chapel {
  background:
    linear-gradient(180deg, rgba(31, 37, 39, .02), rgba(31, 37, 39, .22)),
    linear-gradient(135deg, #fffdf7 0%, #d9d1c3 55%, #8f1717 56%, #243f63 100%);
}

.about-photo__fallback--sea {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, .08), rgba(36, 63, 99, .22)),
    radial-gradient(circle at 78% 18%, rgba(255, 253, 247, .8), transparent 9rem),
    linear-gradient(145deg, #dcebef 0%, #9bb8c4 54%, #b79355 55%, #243f63 100%);
}

/* Shared layouts */
.about-split,
.about-v2 .grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: start;
}

.about-v2 .grid-3,
.about-v2 .grid-4 {
  display: grid;
  gap: 18px;
}

.about-v2 .grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-v2 .grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-v2 .section-head {
  max-width: 790px;
}

.about-v2 .section-head.center {
  margin: 0 auto 38px;
  text-align: center;
}

.about-v2 .section-head:not(.center) p:last-child,
.about-v2 .section-head.center p:last-child {
  margin-top: 22px;
}

.about-v2 .card,
.about-fact-card,
.quote-card {
  border: 1px solid rgba(36, 63, 99, .12);
  border-radius: 28px;
  background: rgba(255, 253, 247, .76);
  box-shadow: 0 22px 60px rgba(28, 34, 38, .09);
  backdrop-filter: blur(14px);
}

.about-v2 .card {
  padding: 28px;
}

.about-v2 .card p,
.about-fact-card dd,
.quote-card span {
  color: rgba(31, 37, 39, .72);
  line-height: 1.75;
}

.about-fact-card {
  padding: 28px;
  position: sticky;
  top: 112px;
}

.about-fact-card h3 {
  margin-bottom: 18px;
}

.about-fact-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.about-fact-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 14px 0;
  border-top: 1px dashed rgba(36, 63, 99, .16);
}

.about-fact-card dt {
  color: var(--about-blue);
  font-weight: 760;
}

.about-fact-card dd {
  margin: 0;
  text-align: right;
}

.quote-card {
  min-height: 320px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(36, 63, 99, .95), rgba(36, 63, 99, .76)),
    linear-gradient(135deg, rgba(183, 147, 85, .28), transparent);
  color: #fffdf7;
}

.quote-card p {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

.quote-card span {
  display: block;
  margin-top: 22px;
  color: rgba(255, 253, 247, .72);
  font-weight: 650;
}

.about-v2 .commitment {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-v2 .commitment::before {
  content: "";
  width: 46px;
  height: 2px;
  margin-bottom: 22px;
  background: var(--about-wine);
  opacity: .72;
}

/* Photo band */
.about-photo-band {
  padding: clamp(28px, 5vw, 70px) 0;
}

.about-photo-band__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 16px;
}

.about-photo-slot {
  min-height: 300px;
  border-radius: 28px;
}

.about-photo-slot--wide {
  min-height: 420px;
}

/* Offer cards */
.about-v2 .experience-card {
  position: relative;
  min-height: 240px;
  padding: 0;
  overflow: hidden;
}

.about-v2 .experience-card .stripe {
  height: 7px;
  background: linear-gradient(90deg, var(--about-wine), var(--about-gold));
}

.about-v2 .experience-card .body {
  padding: 26px;
}

.about-v2 .experience-card h3 {
  font-size: 1.28rem;
}

.about-friends .narrow {
  width: min(900px, calc(100% - 44px));
  text-align: center;
}

.friend-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.friend-list li {
  padding: 16px 18px;
  border: 1px solid rgba(255, 253, 247, .18);
  border-radius: 18px;
  background: rgba(255, 253, 247, .08);
  color: rgba(255, 253, 247, .86);
  text-align: left;
}

/* Contact */
.about-contact {
  padding: clamp(48px, 6vw, 78px) 0;
  background: var(--about-wine);
  color: #fffdf7;
}

.about-contact .about-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.about-contact h2 {
  font-size: clamp(2rem, 4.2vw, 4.2rem);
}

.about-contact p {
  max-width: 760px;
  color: rgba(255, 253, 247, .82);
  line-height: 1.75;
}

.about-contact .eyebrow {
  color: rgba(255, 253, 247, .72);
}

.about-contact .btn {
  background: #fffdf7;
  color: var(--about-wine);
  border-color: rgba(255, 253, 247, .7);
  white-space: nowrap;
}

/* Reveal animation: visible by default, animated only when JS is available. */
.about-v2 .reveal {
  opacity: 1;
  transform: none;
}

html.js .about-v2 .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}

html.js .about-v2 .reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero__grid,
  .about-split,
  .about-v2 .grid-2,
  .about-contact .about-container {
    grid-template-columns: 1fr;
  }

  .about-visual {
    min-height: 480px;
  }

  .about-fact-card {
    position: static;
  }

  .about-v2 .grid-3,
  .about-v2 .grid-4,
  .about-photo-band__grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-photo-slot--wide {
    grid-column: 1 / -1;
  }

  .about-contact .btn {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .about-container,
  .about-friends .narrow {
    width: min(100% - 32px, var(--about-max));
  }

  .about-hero {
    padding-top: 58px;
  }

  .about-v2 h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .about-visual {
    min-height: 390px;
  }

  .about-photo--large {
    width: 88%;
  }

  .about-photo--small {
    width: 66%;
    bottom: 0;
  }

  .about-v2 .grid-3,
  .about-v2 .grid-4,
  .about-photo-band__grid,
  .friend-list {
    grid-template-columns: 1fr;
  }

  .about-photo-slot,
  .about-photo-slot--wide {
    min-height: 260px;
  }

  .about-fact-card dl > div {
    display: grid;
    gap: 4px;
  }

  .about-fact-card dd {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.js .about-v2 .reveal,
  .about-v2 .btn {
    transition: none;
  }
}

/* ============================
   Mobile about photo band swipe
============================ */

@media (max-width: 680px) {
  .about-photo-band {
    padding: 34px 0;
  }

  .about-photo-band .about-container {
    width: 100%;
  }

  .about-photo-band__grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;

    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    padding: 0 16px 16px;
    scrollbar-width: none;
  }

  .about-photo-band__grid::-webkit-scrollbar {
    display: none;
  }

  .about-photo-slot,
  .about-photo-slot--wide {
    flex: 0 0 min(84vw, 360px);
    min-height: 0;
    height: clamp(260px, 70vw, 340px);
    border-radius: 24px;
    scroll-snap-align: start;
  }

  .about-photo-slot--wide {
    grid-column: auto;
  }
}

/* ============================
   About offer cards compact layout
============================ */

.about-v2 .section.about-offer {
  padding-block: clamp(54px, 7vw, 88px);
}

.about-v2 .about-offer .section-head.center {
  margin-bottom: 26px;
}

.about-v2 .about-offer .grid-4 {
  gap: 14px;
  counter-reset: offer-card;
}

.about-v2 .about-offer .experience-card {
  counter-increment: offer-card;
  min-height: auto;
  border-radius: 22px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 14px 34px rgba(28, 34, 38, 0.06);
}

.about-v2 .about-offer .experience-card .stripe {
  height: 4px;
  background: linear-gradient(90deg, var(--about-wine), var(--about-gold));
}

.about-v2 .about-offer .experience-card .body {
  padding: 18px 18px 20px;
}

.about-v2 .about-offer .experience-card .body::before {
  content: "0" counter(offer-card);
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--about-wine);
  opacity: 0.82;
}

.about-v2 .about-offer .experience-card h3 {
  margin-bottom: 6px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.about-v2 .about-offer .experience-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(31, 37, 39, 0.72);
}

/* Tablet */
@media (max-width: 980px) {
  .about-v2 .about-offer .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 680px) {
  .about-v2 .section.about-offer {
    padding-block: 48px;
  }

  .about-v2 .about-offer .section-head.center {
    margin-bottom: 22px;
  }

  .about-v2 .about-offer .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .about-v2 .about-offer .experience-card {
    border-radius: 18px;
  }

  .about-v2 .about-offer .experience-card .body {
    padding: 14px 13px 16px;
  }

  .about-v2 .about-offer .experience-card .body::before {
    margin-bottom: 8px;
    font-size: 0.66rem;
  }

  .about-v2 .about-offer .experience-card h3 {
    font-size: 0.98rem;
  }

  .about-v2 .about-offer .experience-card p {
    font-size: 0.78rem;
    line-height: 1.55;
  }
}

/* Very narrow phones */
@media (max-width: 360px) {
  .about-v2 .about-offer .grid-4 {
    grid-template-columns: 1fr;
  }

  .about-v2 .about-offer .experience-card p {
    font-size: 0.86rem;
  }
}

/* ======================================
   About: office photos in Who we are
====================================== */

.about-intro--office {
  padding-block: clamp(72px, 8vw, 104px);
}

/* 横画面では、左本文の高さがセクション内右側の上限になる */
.about-intro-office {
  position: relative;
}

/* 右側パネルのために、左本文の横幅を少し制限 */
.about-intro-office__copy {
  width: min(62%, 720px);
  max-width: 720px;
}

/* 右側の写真＋At a glance 一体パネル */
.about-office-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: min(390px, 34%);
  display: grid;
  grid-template-rows: minmax(0, 1.05fr) auto minmax(0, .72fr);
  gap: 12px;

  min-height: 0;
}

/* 写真共通 */
.about-office-photo {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(36, 63, 99, .12);
  background: rgba(255, 253, 247, .72);
  box-shadow: 0 16px 42px rgba(28, 34, 38, .08);
}

.about-office-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.86) contrast(.96) brightness(1.02);
}

/* 外観写真は一番上に静かに大きめ */
.about-office-photo--exterior {
  border-radius: 24px 24px 18px 18px;
}

/* At a glance を右側パネルの中に収める */
.about-fact-card--office {
  position: static;
  top: auto;
  padding: 22px 24px;
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(28, 34, 38, .08);
  background: rgba(255, 253, 247, .86);
}

.about-fact-card--office h3 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.about-fact-card--office dl > div {
  padding: 10px 0;
  gap: 14px;
}

.about-fact-card--office dt,
.about-fact-card--office dd {
  font-size: .9rem;
}

/* 内観2枚は下段で小さく並べる */
.about-office-interiors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 0;
}

.about-office-interiors .about-office-photo {
  border-radius: 18px;
}

/* 少し狭い横画面では、右パネルをやや広めにして収まりを確保 */
@media (max-width: 1180px) {
  .about-intro-office__copy {
    width: min(58%, 660px);
  }

  .about-office-panel {
    width: min(380px, 38%);
  }

  .about-fact-card--office {
    padding: 20px 22px;
  }
}

/* タブレット以下では通常の縦配置に戻す */
@media (max-width: 980px) {
  .about-intro-office {
    display: grid;
    gap: 28px;
  }

  .about-intro-office__copy {
    width: 100%;
    max-width: none;
  }

  .about-office-panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;

    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 14px;
  }

  .about-office-photo--exterior {
    min-height: 260px;
  }

  .about-fact-card--office {
    min-height: 260px;
  }

  .about-office-interiors {
    grid-column: 1 / -1;
    height: 220px;
  }
}

/* スマホでは写真を詰めすぎず、外観→情報→内観の順にする */
@media (max-width: 680px) {
  .about-office-panel {
    grid-template-columns: 1fr;
  }

  .about-office-photo--exterior {
    min-height: 240px;
  }

  .about-fact-card--office {
    min-height: auto;
  }

  .about-office-interiors {
    grid-column: auto;
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-office-interiors .about-office-photo {
    height: 180px;
  }
}

/* ======================================
   About: office photos only, larger layout
   Exterior large + two smaller interiors
====================================== */

/* 左本文の高さを右側写真群の上限にする */
.about-intro-office {
  position: relative;
}

/* 右側写真を大きくするため、左本文の幅を少しだけ抑える */
.about-intro-office__copy {
  width: min(58%, 700px);
  max-width: 700px;
}

/* At a glance 削除後の写真専用パネル */
.about-office-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  width: min(500px, 40%);
  display: grid;
  grid-template-rows: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 16px;

  min-height: 0;
}

/* 外観写真：主役として少し大きく */
.about-office-photo--exterior {
  margin: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(36, 63, 99, .12);
  background: rgba(255, 253, 247, .72);
  box-shadow: 0 18px 48px rgba(28, 34, 38, .09);
}

/* 内観2枚：下段に横並び */
.about-office-interiors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  min-height: 0;
  height: 100%;
}

.about-office-interiors .about-office-photo {
  margin: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(36, 63, 99, .12);
  background: rgba(255, 253, 247, .72);
  box-shadow: 0 16px 42px rgba(28, 34, 38, .08);
}

/* 画像は各枠いっぱいに表示 */
.about-office-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(.96) brightness(1.02);
}

/* 画面幅が少し狭いPCでも収まりを維持 */
@media (max-width: 1180px) {
  .about-intro-office__copy {
    width: min(56%, 660px);
  }

  .about-office-panel {
    width: min(460px, 42%);
    gap: 14px;
  }

  .about-office-interiors {
    gap: 14px;
  }
}

/* タブレット以下では絶対配置をやめ、縦に自然に流す */
@media (max-width: 980px) {
  .about-intro-office {
    display: grid;
    gap: 30px;
  }

  .about-intro-office__copy {
    width: 100%;
    max-width: none;
  }

  .about-office-panel {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;

    width: 100%;
    display: grid;
    grid-template-rows: auto auto;
    gap: 16px;
  }

  .about-office-photo--exterior {
    height: clamp(260px, 44vw, 420px);
  }

  .about-office-interiors {
    height: clamp(200px, 32vw, 300px);
  }
}

/* スマホでは、外観を大きく、内観は2枚横並びのまま */
@media (max-width: 680px) {
  .about-office-panel {
    gap: 14px;
  }

  .about-office-photo--exterior {
    height: clamp(230px, 62vw, 320px);
    border-radius: 24px;
  }

  .about-office-interiors {
    height: clamp(150px, 42vw, 220px);
    gap: 12px;
  }

  .about-office-interiors .about-office-photo {
    border-radius: 18px;
  }
}
/* interior-1 だけトリミング位置を調整 */
.about-office-interiors .about-office-photo:first-child img {
  object-position: 70% center;
}