:root {
  --wine: #7f2338;
  --wine-dark: #4b1424;
  --pink: #c87586;
  --dusty-pink: #e9c7ce;
  --paper: #fff9f7;
  --paper-deep: #f6e9e7;
  --ink: #392b2d;
  --muted: #766369;
  --line: #c995a0;
  --shadow: 0 12px 30px rgba(75, 20, 36, .12);
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: #f5eeee; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: #fff; color: var(--wine); }
.skip-link:focus { top: 12px; }

.home-page {
  background-color: #f7e9ec;
  background-image: radial-gradient(circle, rgba(127,35,56,.14) 1px, transparent 1.4px);
  background-size: 13px 13px;
}
.mobile-header { display: none; }
.site-shell { width: min(1180px, calc(100% - 32px)); min-height: calc(100vh - 58px); margin: 20px auto 0; display: grid; grid-template-columns: 224px minmax(0, 1fr); border: 1px solid var(--wine); box-shadow: var(--shadow); background: rgba(255,249,247,.96); }
.sidebar { position: sticky; top: 0; align-self: start; min-height: calc(100vh - 58px); padding: 18px 12px; border-right: 1px solid var(--line); background: linear-gradient(180deg, #f9e8ec, #fff8f6); }
.sidebar-cap { padding: 8px; margin-bottom: 12px; color: #fff; background: var(--wine); text-align: center; font-family: var(--serif); letter-spacing: .12em; }
.sidebar nav { border-top: 1px solid var(--line); }
.sidebar nav a { display: grid; grid-template-columns: 1.5rem 1fr; gap: 6px; align-items: center; min-height: 48px; padding: 10px 8px; border-bottom: 1px dotted var(--line); color: var(--wine-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.sidebar nav a span { font-size: 1.05rem; text-align: center; }
.sidebar nav a:hover, .sidebar nav a:focus-visible, .sidebar nav a.active { color: #fff; background: var(--wine); text-decoration: none; }
.sidebar-note { margin-top: 22px; color: var(--muted); font-size: .78rem; line-height: 1.9; text-align: center; }
.blink-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #c61949; box-shadow: 0 0 0 3px rgba(198,25,73,.14); animation: blink 1.2s steps(2, end) infinite; }
@keyframes blink { 50% { opacity: .25; } }

.home-main { min-width: 0; padding: 24px 28px 36px; }
.masthead { padding: 10px 12px 20px; text-align: center; border-bottom: 1px solid var(--line); }
.masthead h1 { margin: 2px 0 4px; color: var(--wine); font-family: var(--serif); font-size: clamp(2.1rem, 5vw, 3.7rem); letter-spacing: .05em; text-shadow: 2px 2px #f2cbd2; }
.tagline { margin: 0; font-family: var(--serif); font-size: clamp(1rem, 2.2vw, 1.35rem); font-weight: 700; }
.sparkle-line { margin: 0; color: var(--pink); font-size: .72rem; letter-spacing: .35em; }
.home-grid { display: grid; grid-template-columns: minmax(0, 1fr) 185px; gap: 16px; margin-top: 22px; }
.home-content { display: grid; gap: 18px; }
.retro-panel { border: 1px solid var(--line); background: rgba(255,255,255,.72); box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 5px var(--dusty-pink); }
.retro-panel h2, .home-rail h2 { margin: 0; padding: 8px 12px; color: #fff; background: var(--wine); font-family: var(--serif); font-size: 1rem; letter-spacing: .12em; text-align: center; }
.today-panel { padding-bottom: 18px; }
.today-photo { width: min(100% - 34px, 430px); margin: 18px auto 12px; padding: 7px; border: 1px solid var(--line); background: #fff; }
.today-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.today-photo figcaption { padding: 9px 4px 2px; color: var(--muted); font-family: var(--serif); font-size: .9rem; text-align: center; }
.retro-link { display: block; width: max-content; max-width: calc(100% - 24px); margin: 10px auto 0; color: var(--wine); font-weight: 800; text-underline-offset: 4px; }
.updates { margin: 0; padding: 12px 18px 8px; }
.updates > div { display: grid; grid-template-columns: 170px 1fr; gap: 12px; padding: 12px 4px; border-bottom: 1px dotted var(--line); }
.updates dt { color: var(--wine); font-family: ui-monospace, "MS Gothic", monospace; }
.updates dd { margin: 0; }
.new-badge { display: inline-block; margin-left: 8px; padding: 2px 5px; color: #fff; background: #c51d4c; font-size: .72rem; transform: rotate(-2deg); }
.update-panel { padding-bottom: 17px; }
.home-rail { display: flex; flex-direction: column; gap: 14px; }
.counter-box, .sns-box { padding-bottom: 14px; border: 1px solid var(--line); background: #fffaf8; text-align: center; }
.counter-box h2, .sns-box h2 { margin-bottom: 14px; }
.counter-box p { margin: 8px 0 12px; font-family: var(--serif); font-weight: 700; }
.counter-box small { display: block; padding: 0 8px; color: var(--muted); font-size: .69rem; }
.digital-counter { display: inline-block; padding: 8px 9px 6px; border: 4px inset #b4a1a6; color: #ff668d; background: #130b0e; box-shadow: inset 0 0 12px #000; font: 700 1.28rem/1 ui-monospace, "MS Gothic", monospace; letter-spacing: .12em; text-shadow: 0 0 7px #ff2f65; }
.sns-box p { font-size: .78rem; line-height: 1.8; }
.sns-box a { color: var(--wine); font-size: .76rem; font-weight: 700; }
.since { margin: auto 0 0; color: var(--wine); font: 700 .72rem/1.2 Georgia, serif; text-align: center; }
.site-footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto 20px; display: flex; justify-content: space-between; gap: 20px; padding: 11px 18px; color: #fff; background: var(--wine); font-size: .72rem; }
.site-footer p { margin: 0; }

/* Linked pages: quieter, contemporary reading surfaces. */
.inner-page { background: #f7f3f2; }
.inner-page .site-shell { background: #fff; }
.inner-main { padding: 52px clamp(24px, 6vw, 76px) 70px; }
.page-kicker { margin: 0 0 10px; color: var(--pink); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.page-title { margin: 0; color: var(--wine-dark); font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.25; }
.page-lead { max-width: 680px; margin: 18px 0 34px; color: var(--muted); font-size: 1.03rem; line-height: 2; }
.modern-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.modern-card { padding: 24px; border: 1px solid #eadcdf; border-radius: 3px; background: #fff; box-shadow: 0 10px 28px rgba(75,20,36,.06); }
.modern-card.wide { grid-column: 1 / -1; }
.modern-card h2 { margin: 0 0 11px; color: var(--wine); font-family: var(--serif); font-size: 1.25rem; }
.modern-card p { margin: 0; color: #5d4f52; line-height: 1.9; }
.empty-state { padding: 46px 24px; border: 1px dashed var(--line); background: #fffafa; text-align: center; }
.empty-state strong { display: block; margin-bottom: 8px; color: var(--wine); font-family: var(--serif); font-size: 1.2rem; }
.contact-form { display: grid; gap: 17px; max-width: 620px; }
.contact-form label { display: grid; gap: 7px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #d5c0c5; border-radius: 2px; font: inherit; background: #fff; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form button { width: max-content; padding: 11px 24px; border: 1px solid var(--wine); color: #fff; background: var(--wine); cursor: pointer; }
.contact-form button:hover, .contact-form button:focus-visible { color: var(--wine); background: #fff; }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { color: var(--muted); font-size: .78rem; }
.form-note-success { color: #356947; font-weight: 700; }
.form-note-error { color: #a5313e; font-weight: 700; }
.data-empty { padding: 28px 18px; color: var(--muted); text-align: center; }
.data-label { margin: 0 0 6px !important; color: var(--pink) !important; font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.person-card, .category-card { display: block; color: inherit; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.person-card:hover, .person-card:focus-visible, .category-card:hover, .category-card:focus-visible { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(75,20,36,.13); }
.person-card img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 18px; object-fit: cover; object-position: center 24%; }
.person-card span, .category-card span { display: block; margin-top: 18px; color: var(--wine); font-weight: 800; }
.person-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 340px); gap: 28px; align-items: center; }
.person-detail img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.profile-facts { display: grid; gap: 8px; margin: 22px 0 0; }
.profile-facts div { display: grid; grid-template-columns: 70px 1fr; gap: 10px; }
.profile-facts dt { color: var(--muted); }
.profile-facts dd { margin: 0; font-weight: 700; }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; margin-top: 22px; }
.photo-card { margin: 0; overflow: hidden; border: 1px solid #eadcdf; background: #fff; }
.photo-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.photo-card figcaption { display: grid; gap: 4px; padding: 12px; }
.photo-card figcaption strong { color: var(--wine); }
.photo-card figcaption span { color: var(--muted); font-size: .82rem; }
.profile-sheet { margin: 0; text-align: center; }
.profile-sheet img { width: min(100%, 820px); margin: 0 auto; height: auto; }
.profile-sheet figcaption { margin-top: 12px; color: var(--muted); font-size: .82rem; }

/* Modern editorial archive used by the profile route. */
.profile-archive-page {
  min-height: 100vh;
  color: #eadfd2;
  background: #100e0f;
  background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 100% 48px;
}
.archive-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding: 0 clamp(24px, 4vw, 64px);
  border-bottom: 1px solid #6e5b51;
  background: rgba(16,14,15,.96);
  backdrop-filter: blur(14px);
}
.archive-brand { color: #ead8c6; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.85rem); letter-spacing: .18em; text-decoration: none; white-space: nowrap; }
.archive-nav { display: flex; align-items: stretch; gap: clamp(16px, 2.5vw, 42px); min-height: 82px; }
.archive-nav a { position: relative; display: flex; align-items: center; color: #e6dcd3; font-size: .78rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.archive-nav a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; content: ""; background: #a63f4b; transform: scaleX(0); transition: transform .2s ease; }
.archive-nav a:hover, .archive-nav a:focus-visible, .archive-nav a.active { color: #c75f68; }
.archive-nav a:hover::after, .archive-nav a:focus-visible::after, .archive-nav a.active::after { transform: scaleX(1); }
.archive-menu-button { display: none; }
.archive-main { width: min(1600px, calc(100% - 64px)); margin: 0 auto; padding: clamp(44px, 5vw, 78px) 0 84px; }
.archive-intro { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(0, 2fr); gap: clamp(38px, 4.5vw, 72px); align-items: start; }
.archive-title-column { position: sticky; top: 130px; min-height: 690px; padding: 18px 46px 30px 14px; border-right: 1px solid #78685f; }
.archive-title-column > p { margin: 0 0 26px; color: #ba4d58; font: 700 .73rem/1.2 Georgia, serif; letter-spacing: .38em; }
.archive-title-column h1 { position: relative; width: 100%; height: 620px; margin: 0; color: #dfcdbb; font-family: var(--serif); font-size: clamp(4.6rem, 6.4vw, 7.3rem); font-weight: 500; letter-spacing: .02em; line-height: .9; }
.archive-title-column h1 span { position: absolute; display: block; }
.archive-title-column h1 span:nth-child(1) { top: 0; left: 0; }
.archive-title-column h1 span:nth-child(2) { top: 118px; left: 29%; }
.archive-title-column h1 span:nth-child(3) { top: 242px; left: 8%; }
.archive-title-column h1 span:nth-child(4) { top: 310px; left: 43%; }
.archive-title-column h1 span:nth-child(5) { top: 392px; left: 18%; }
.archive-title-column h1 span:nth-child(6) { top: 500px; left: 54%; }
.archive-title-column > span { position: absolute; top: 140px; right: 12px; max-height: 430px; color: #cfc1b5; font-family: var(--serif); font-size: .78rem; letter-spacing: .12em; line-height: 2.1; writing-mode: vertical-rl; }
.archive-title-column::after { position: absolute; bottom: 92px; left: 0; width: 72px; height: 2px; content: ""; background: #b64450; }
.archive-people { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 3vw, 48px); }
.archive-loading { grid-column: 1 / -1; color: #9f9188; }
.archive-person-card { min-width: 0; border: 1px solid #594239; background: #151214; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.archive-card-image { position: relative; display: block; overflow: hidden; color: inherit; background: #24191b; text-decoration: none; }
.archive-card-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 24%; filter: saturate(.92) contrast(1.02); transition: transform .45s ease, filter .45s ease; }
.archive-card-image:hover img, .archive-card-image:focus-visible img { transform: scale(1.018); filter: saturate(1) contrast(1.04); }
.archive-card-name { position: absolute; top: 0; bottom: 0; left: 0; display: grid; place-items: center; width: 72px; padding: 20px 0; color: #e5d2c0; background: rgba(62,23,29,.93); font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); letter-spacing: .16em; writing-mode: vertical-rl; }
.archive-card-roman { position: absolute; bottom: 22px; left: 28px; color: #cf6670; font: .65rem/1 Georgia, serif; letter-spacing: .25em; text-transform: uppercase; writing-mode: vertical-rl; transform: translateX(78px); }
.archive-card-info { padding: 24px 28px 28px; }
.archive-number { margin: 0 0 13px !important; color: #bf4e59 !important; font: italic 700 .8rem/1 Georgia, serif; letter-spacing: .18em; }
.archive-card-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; padding: 0 0 18px; border-bottom: 1px solid #4d3934; }
.archive-card-facts span { display: flex; gap: 10px; color: #e7dbcf; font-size: .76rem; }
.archive-card-facts b { color: #bb515b; font-weight: 700; }
.archive-card-info > p:not(.archive-number) { min-height: 5.8em; margin: 18px 0; color: #c9bbb1; font-size: .82rem; line-height: 1.9; }
.archive-card-info > a { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border: 1px solid #8a3d46; color: #d67880; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; transition: color .2s ease, background .2s ease; }
.archive-card-info > a:hover, .archive-card-info > a:focus-visible { color: #fff1e6; background: #7c2632; }
.archive-card-actions { display: grid; gap: 9px; }
.archive-card-actions a { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border: 1px solid #8a3d46; color: #d67880; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; transition: color .2s ease, background .2s ease; }
.archive-card-actions a:last-child { border-color: #705742; color: #d3b184; }
.archive-card-actions a:hover, .archive-card-actions a:focus-visible { color: #fff1e6; background: #7c2632; }
.archive-footer { display: flex; justify-content: space-between; gap: 24px; padding: 22px clamp(24px, 4vw, 64px); border-top: 1px solid #4d3934; color: #8f8178; font-size: .68rem; }
.archive-footer p { margin: 0; }

/* Profile detail within the same archive design. */
.archive-detail-mode .archive-title-column { min-height: 540px; }
.archive-detail-mode .archive-people { display: block; }
.archive-back { display: inline-block; margin-bottom: 26px; color: #c75f68; font-size: .8rem; text-decoration: none; }
.archive-profile-detail { display: grid; grid-template-columns: minmax(260px, .9fr) minmax(280px, 1.1fr); border: 1px solid #594239; background: #151214; }
.archive-detail-cover { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: center 24%; }
.archive-detail-copy { padding: clamp(28px, 4vw, 58px); }
.archive-reading { margin: 0 0 8px; color: #a99589; font-size: .72rem; letter-spacing: .18em; }
.archive-detail-copy h2 { margin: 0; color: #ead8c6; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4.1rem); font-weight: 500; letter-spacing: .08em; }
.archive-summary { margin: 28px 0; color: #cbbdb3; line-height: 2; }
.archive-facts { display: grid; gap: 0; margin: 0; }
.archive-facts div { display: grid; grid-template-columns: 80px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid #4d3934; }
.archive-facts dt { color: #bb515b; }
.archive-facts dd { margin: 0; color: #e4d8ce; }
.archive-profile-sheet { margin: 38px 0 0; padding: clamp(22px, 4vw, 48px); border: 1px solid #594239; background: #151214; text-align: center; }
.archive-profile-sheet img { width: min(100%, 920px); margin: 0 auto; height: auto; }
.archive-profile-sheet figcaption { margin-top: 14px; color: #9f9188; font-size: .76rem; }
.archive-photo-section { margin-top: 52px; }
.archive-photo-section > p { margin: 0 0 8px; color: #ba4d58; font: 700 .7rem/1 Georgia, serif; letter-spacing: .32em; }
.archive-photo-section > h2 { margin: 0 0 26px; color: #ead8c6; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.profile-video-section { margin-top: 52px; padding-top: 30px; border-top: 1px solid #594239; scroll-margin-top: 110px; }
.profile-video-heading { display: flex; align-items: baseline; gap: 18px; margin-bottom: 22px; }
.profile-video-heading p { margin: 0; color: #ba4d58; font: 700 .7rem/1 Georgia, serif; letter-spacing: .32em; }
.profile-video-heading h2 { margin: 0; color: #ead8c6; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.profile-video-card { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(270px, .85fr); border: 1px solid #72553f; background: #151214; }
.profile-video-frame { min-width: 0; padding: 3px; border-right: 1px solid #72553f; background: #090809; }
.profile-video-frame video { display: block; width: 100%; height: 100%; min-height: 330px; aspect-ratio: 16 / 9; background: #050405; object-fit: contain; }
.profile-video-copy { position: relative; display: flex; min-width: 0; padding: clamp(28px, 4vw, 52px); flex-direction: column; justify-content: center; }
.profile-video-number { margin-bottom: 16px; color: #bd4d58; font: 700 .68rem/1 Georgia, serif; letter-spacing: .25em; }
.profile-video-copy h3 { margin: 0; color: #ead8c6; font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.4rem); font-weight: 500; letter-spacing: .07em; line-height: 1.5; }
.profile-video-copy dl { display: flex; gap: 28px; margin: 20px 0 0; }
.profile-video-copy dl div { display: flex; gap: 10px; }
.profile-video-copy dt { color: #bb515b; }
.profile-video-copy dd { margin: 0; color: #d9cbbf; }
.profile-video-copy > p { margin: 22px 0; color: #bbaaa0; font-size: .8rem; line-height: 1.9; }
.profile-video-copy > a { display: flex; justify-content: space-between; align-items: center; padding: 13px 17px; border: 1px solid #8a3d46; color: #d67880; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; }
.profile-video-copy > a:hover, .profile-video-copy > a:focus-visible { color: #fff1e6; background: #7c2632; }
.profile-archive-page .photo-card { border-color: #594239; background: #151214; }
.profile-archive-page .photo-card figcaption strong { color: #d8767e; }
.profile-archive-page .photo-card figcaption span { color: #a99a90; }

/* Modern editorial photo gallery. */
.gallery-archive-page { min-height: 100vh; color: #eadfd2; background: #100e0f; background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px); background-size: 100% 48px; }
.gallery-main { width: min(1600px, calc(100% - 64px)); margin: 0 auto; padding: clamp(44px, 5vw, 78px) 0 84px; }
.gallery-intro { display: grid; grid-template-columns: minmax(470px, .95fr) minmax(0, 1.75fr); gap: clamp(34px, 3.6vw, 58px); align-items: start; }
.gallery-title-column { position: sticky; top: 130px; min-height: 690px; padding: 18px 46px 30px 14px; border-right: 1px solid #78685f; }
.gallery-title-column > p { margin: 0 0 26px; color: #ba4d58; font: 700 .73rem/1.2 Georgia, serif; letter-spacing: .38em; }
.gallery-title-column h1 { position: relative; width: 100%; height: 520px; margin: 0; color: #dfcdbb; font-family: var(--serif); font-size: clamp(4.8rem, 6.2vw, 7rem); font-weight: 500; letter-spacing: .02em; line-height: .9; }
.gallery-title-column h1 span { position: absolute; display: block; }
.gallery-title-column h1 span:nth-child(1) { top: 36px; left: 0; }
.gallery-title-column h1 span:nth-child(2) { top: 66px; left: 32%; }
.gallery-title-column h1 span:nth-child(3) { top: 66px; left: 66%; }
.gallery-title-column h1 span:nth-child(4) { top: 260px; left: 2%; color: #a8424c; }
.gallery-title-column h1 span:nth-child(5) { top: 288px; left: 34%; }
.gallery-title-column h1 span:nth-child(6) { top: 288px; left: 68%; }
.gallery-title-column > span { position: absolute; top: 140px; right: 12px; max-height: 430px; color: #cfc1b5; font-family: var(--serif); font-size: .78rem; letter-spacing: .12em; line-height: 2.1; writing-mode: vertical-rl; }
.gallery-title-column::after { position: absolute; bottom: 92px; left: 0; width: 72px; height: 2px; content: ""; background: #b64450; }
.gallery-view { min-width: 0; }
.gallery-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 255px; gap: 12px; }
.gallery-category-card { position: relative; display: block; min-height: 0; overflow: hidden; border: 1px solid #735047; color: #ead8c6; background: #181315; text-decoration: none; }
.gallery-category-card:first-child { grid-row: span 2; }
.gallery-category-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.04) brightness(.86); transition: transform .5s ease, filter .5s ease; }
.gallery-category-card:hover img, .gallery-category-card:focus-visible img { transform: scale(1.025); filter: saturate(.95) contrast(1.04) brightness(.96); }
.gallery-category-card:focus-visible { outline: 2px solid #d8767e; outline-offset: 3px; }
.gallery-category-label { position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 76px; height: 100%; padding: 18px 0; color: #ead4c2; background: rgba(71,25,32,.94); writing-mode: vertical-rl; }
.gallery-category-label b { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 500; letter-spacing: .15em; }
.gallery-category-label small { color: #d46b74; font: .65rem/1 Georgia, serif; letter-spacing: .2em; }
.gallery-category-copy { position: absolute; right: 0; bottom: 0; left: 76px; display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: end; padding: 18px 20px; background: linear-gradient(transparent, rgba(10,8,9,.92)); }
.gallery-category-copy b { font-size: .82rem; letter-spacing: .08em; }
.gallery-category-copy small { grid-column: 1; color: #c4b4aa; font-size: .7rem; line-height: 1.6; }
.gallery-category-copy i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #d06770; font-size: 1.35rem; font-style: normal; }
.gallery-card-empty { display: grid; width: 100%; height: 100%; place-items: center; color: #6f5f59; font: .7rem/1 Georgia, serif; letter-spacing: .28em; background: repeating-linear-gradient(135deg, #171315, #171315 18px, #1c1719 18px, #1c1719 19px); }
.gallery-feature-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .62fr; grid-template-areas: "shopping anniversary" "support date"; gap: 10px; height: 720px; }
.gallery-feature { position: relative; display: block; min-width: 0; min-height: 0; overflow: hidden; border: 1px solid #876049; color: #ead8c6; background: #181315; text-decoration: none; }
.gallery-feature-shopping { grid-area: shopping; }
.gallery-feature-anniversary { grid-area: anniversary; }
.gallery-feature-date { grid-area: date; }
.gallery-feature img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.87) contrast(1.02) brightness(.9); transition: transform .45s ease, filter .45s ease; }
.gallery-feature-shopping img { object-position: center 28%; }
.gallery-feature-anniversary img { object-position: center 44%; }
.gallery-feature-date img { object-position: center 34%; }
.gallery-feature:hover img, .gallery-feature:focus-visible img { transform: scale(1.018); filter: saturate(1) contrast(1.03) brightness(.98); }
.gallery-feature:focus-visible, .gallery-support:focus-visible { outline: 2px solid #d8767e; outline-offset: 3px; }
.gallery-feature-label { position: absolute; top: 0; display: grid; place-items: center; width: 82px; min-height: 170px; padding: 18px 0; border: 1px solid #a66b5e; color: #ead2bd; background: rgba(82,27,35,.95); font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.8rem); letter-spacing: .16em; writing-mode: vertical-rl; }
.gallery-feature-shopping .gallery-feature-label { left: 0; }
.gallery-feature-anniversary .gallery-feature-label, .gallery-feature-date .gallery-feature-label { right: 0; }
.gallery-support { grid-area: support; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-width: 0; }
.gallery-support img { width: 100%; height: 100%; min-width: 0; object-fit: cover; object-position: center 28%; border: 1px solid #876049; filter: saturate(.84) contrast(1.02) brightness(.9); transition: filter .35s ease; }
.gallery-support:hover img { filter: saturate(1) contrast(1.03) brightness(.98); }
.gallery-secondary { margin-top: 54px; padding-top: 24px; border-top: 1px solid #594239; }
.gallery-secondary > p { margin: 0 0 18px; color: #ba4d58; font: 700 .7rem/1 Georgia, serif; letter-spacing: .32em; }
.gallery-secondary > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.gallery-secondary a { position: relative; display: block; min-height: 180px; overflow: hidden; border: 1px solid #594239; color: #ead8c6; background: #151214; text-decoration: none; }
.gallery-secondary img { width: 100%; height: 180px; object-fit: cover; filter: brightness(.72) saturate(.78); }
.gallery-secondary b { position: absolute; right: 16px; bottom: 26px; left: 16px; font-family: var(--serif); font-size: 1.3rem; font-weight: 500; }
.gallery-secondary small { position: absolute; right: 16px; bottom: 10px; left: 16px; color: #bdaba0; font-size: .68rem; }
.gallery-back { display: inline-block; margin-bottom: 26px; color: #c75f68; font-size: .8rem; text-decoration: none; }
.gallery-collection { padding: clamp(24px, 4vw, 48px); border: 1px solid #594239; background: #151214; }
.gallery-collection > p:first-child { margin: 0 0 10px; color: #ba4d58; font: 700 .7rem/1 Georgia, serif; letter-spacing: .32em; }
.gallery-collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 18px; border-bottom: 1px solid #594239; }
.gallery-collection-heading h2 { margin: 0; color: #ead8c6; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: .08em; }
.gallery-collection-heading span { padding-bottom: 9px; color: #a99589; font: .68rem/1 Georgia, serif; letter-spacing: .2em; }
.gallery-collection > p:not(:first-child) { margin: 20px 0 0; color: #c4b5ab; line-height: 1.9; }
.gallery-archive-page .photo-card { border-color: #594239; background: #151214; }
.gallery-archive-page .photo-card figcaption strong { color: #d8767e; }
.gallery-archive-page .photo-card figcaption span { color: #a99a90; }

/* Contemporary editorial About page. */
.about-archive-page { min-height: 100vh; color: #e6d7c8; background: #100e0f; background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px); background-size: 100% 48px; }
.about-main { width: min(1580px, calc(100% - 72px)); margin: 0 auto; padding: clamp(58px, 6vw, 94px) 0 54px; }
.about-editorial { display: grid; grid-template-columns: minmax(250px, .68fr) minmax(620px, 2.1fr) 150px; gap: clamp(34px, 4vw, 76px); align-items: stretch; }
.about-title-block { position: relative; min-height: 610px; padding: 4px 30px 20px 76px; border-left: 1px solid #8c654b; }
.about-title-block::before { position: absolute; top: 198px; left: -7px; color: #c29a69; content: "◇"; font-size: 1rem; background: #100e0f; }
.about-english { position: absolute; top: 242px; left: 18px; color: #a98368; font: .64rem/1 Georgia, serif; letter-spacing: .31em; writing-mode: vertical-rl; }
.about-title-block h1 { display: flex; margin: 0; color: #e4d4c4; font-family: var(--serif); font-size: clamp(3.7rem, 5.5vw, 6.8rem); font-weight: 500; letter-spacing: .04em; line-height: 1.04; flex-direction: column; writing-mode: vertical-rl; }
.about-title-block h1 span:last-child { margin-top: 28px; color: #a8424c; font-size: .76em; }
.about-content { min-width: 0; }
.about-statement { margin: 0; color: #ead8c6; font-family: var(--serif); font-size: clamp(2.15rem, 3.3vw, 4rem); letter-spacing: .08em; line-height: 1.55; }
.about-divider { display: flex; align-items: center; gap: 16px; margin: 26px 0 38px; }
.about-divider::before, .about-divider::after { height: 1px; content: ""; background: #8b6345; flex: 1; }
.about-divider span { width: 10px; height: 10px; border: 1px solid #b28a5c; transform: rotate(45deg); }
.about-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 5vw, 82px); }
.about-columns h2 { margin: 0 0 22px; color: #a8424c; font-family: var(--serif); font-size: clamp(1.25rem, 1.8vw, 1.75rem); font-weight: 500; letter-spacing: .08em; line-height: 1.65; }
.about-columns p { margin: 0 0 18px; color: #d0c0b3; font-family: var(--serif); font-size: clamp(.86rem, 1vw, 1rem); letter-spacing: .05em; line-height: 2.2; }
.about-columns strong { color: #ead8c6; font-weight: 500; }
.about-index { display: flex; min-height: 610px; padding-left: 40px; border-left: 1px solid #594239; flex-direction: column; align-items: center; justify-content: space-between; text-align: center; }
.about-index div { display: grid; justify-items: center; gap: 8px; }
.about-index b { color: #a8424c; font: 400 clamp(2.4rem, 3.4vw, 3.8rem)/1 Georgia, serif; }
.about-index b::after { display: block; width: 48px; height: 1px; margin: 12px auto 6px; content: ""; background: #b28a5c; }
.about-index span { color: #e1d0c0; font-family: var(--serif); font-size: 1.25rem; letter-spacing: .12em; }
.about-index small { color: #b28a5c; font: .55rem/1 Georgia, serif; letter-spacing: .2em; }
.about-index i { color: #b28a5c; font-style: normal; }
.about-disclaimer { margin: 50px 0 0; padding: 18px 28px; border: 1px solid #a66b48; color: #d9c4b1; background: linear-gradient(90deg, #42171d, #231113 60%, #42171d); font-family: var(--serif); font-size: .83rem; letter-spacing: .06em; line-height: 1.8; text-align: center; }
.about-disclaimer span { margin-right: 24px; color: #c8a066; }

/* Cinematic Video Room. */
.video-archive-page { min-height: 100vh; color: #e7d9cb; background: #100e0f; background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px); background-size: 100% 48px; }
.video-main { width: min(1580px, calc(100% - 72px)); margin: 0 auto; padding: clamp(52px, 5vw, 80px) 0 72px; }
.video-feature { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 2.8fr); gap: clamp(44px, 5vw, 84px); align-items: end; }
.video-number { padding: 0 0 20px; }
.video-number > span { display: block; color: #7e252d; font: 300 clamp(8rem, 14vw, 13.5rem)/.78 Georgia, serif; letter-spacing: -.06em; }
.video-number > i { display: block; width: 100%; height: 1px; margin: 34px 0 42px; background: #743039; }
.video-number h1 { margin: 0 0 70px; color: #ead8c6; font-family: var(--serif); font-size: clamp(2.35rem, 4.3vw, 4.6rem); font-weight: 500; letter-spacing: .08em; line-height: 1.25; }
.video-number dl { display: grid; gap: 22px; margin: 0; }
.video-number dl div { padding-bottom: 16px; border-bottom: 1px solid #5b473b; }
.video-number dt { margin-bottom: 8px; color: #bb9566; font-family: var(--serif); font-size: .78rem; letter-spacing: .12em; }
.video-number dd { margin: 0; color: #dfcdbb; font-family: var(--serif); font-size: 1.15rem; letter-spacing: .1em; }
.video-screening { min-width: 0; }
.video-screening > header { display: flex; align-items: baseline; gap: 28px; margin-bottom: 16px; }
.video-screening > header h2 { margin: 0; color: #c19a66; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.4rem); font-weight: 500; letter-spacing: .12em; }
.video-screening > header p { margin: 0; color: #aa8c6e; font-family: var(--serif); font-size: .8rem; letter-spacing: .12em; }
.video-screening > header p::before, .video-screening > header p::after { content: "—"; margin: 0 10px; }
.video-frame { padding: 3px; border: 1px solid #8f6c48; background: #090809; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.video-frame video { display: block; width: 100%; max-height: 68vh; aspect-ratio: 16 / 9; background: #050405; object-fit: contain; }
.video-caption { display: flex; justify-content: space-between; gap: 28px; padding: 20px 24px; border: 1px solid #5d4839; border-top: 0; background: #151214; }
.video-caption p { display: grid; gap: 7px; margin: 0; }
.video-caption strong { color: #e2cdb9; font-family: var(--serif); font-size: 1.15rem; font-weight: 500; letter-spacing: .08em; }
.video-caption span { color: #a9998d; font-size: .75rem; line-height: 1.7; }
.video-caption time { color: #b98c5d; font: .85rem/1 Georgia, serif; letter-spacing: .12em; }
.video-feature-secondary { margin-top: clamp(76px, 9vw, 140px); padding-top: clamp(58px, 7vw, 96px); border-top: 1px solid #594239; }
.video-feature-secondary .video-number > span { color: #76333a; }
.video-feature-secondary .video-number h1 { font-size: clamp(1.8rem, 2.9vw, 3.1rem); line-height: 1.45; }
.video-feature-secondary .video-screening { align-self: end; }

@media (max-width: 1120px) {
  .video-main { width: min(100% - 40px, 1100px); }
  .video-feature { grid-template-columns: 210px minmax(0, 1fr); gap: 34px; }
  .video-number h1 { margin-bottom: 46px; }
}

@media (max-width: 860px) {
  .video-main { padding-top: 36px; }
  .video-feature { grid-template-columns: 1fr; }
  .video-number { display: grid; grid-template-columns: auto 1fr; gap: 18px 26px; align-items: end; padding-bottom: 0; }
  .video-number > span { grid-row: 1 / 3; font-size: clamp(6rem, 22vw, 9rem); }
  .video-number > i { width: auto; margin: 0 0 12px; }
  .video-number h1 { margin: 0; font-size: clamp(2.1rem, 8vw, 3.6rem); }
  .video-number dl { grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 16px; }
  .video-screening > header { margin-top: 8px; }
}

@media (max-width: 600px) {
  .video-main { width: calc(100% - 28px); padding-top: 28px; }
  .video-number dl { gap: 10px; }
  .video-number dd { font-size: .8rem; }
  .video-screening > header { display: block; }
  .video-screening > header h2 { margin-bottom: 6px; }
  .video-screening > header p { line-height: 1.8; }
  .video-frame { padding: 1px; }
  .video-caption { padding: 16px; flex-direction: column; gap: 12px; }
}

@media (max-width: 1120px) {
  .about-main { width: min(100% - 40px, 1100px); }
  .about-editorial { grid-template-columns: 190px minmax(0, 1fr) 112px; gap: 28px; }
  .about-title-block { padding-left: 54px; }
  .about-english { left: 10px; }
  .about-index { padding-left: 24px; }
}

@media (max-width: 860px) {
  .about-main { padding-top: 40px; }
  .about-editorial { grid-template-columns: 1fr; }
  .about-title-block { min-height: 0; padding: 10px 0 28px; border-left: 0; border-bottom: 1px solid #594239; }
  .about-title-block::before, .about-english { display: none; }
  .about-title-block h1 { display: block; font-size: clamp(2.8rem, 10vw, 5rem); writing-mode: horizontal-tb; }
  .about-title-block h1 span { display: inline; }
  .about-title-block h1 span:last-child { margin: 0 0 0 .15em; font-size: 1em; }
  .about-index { min-height: 0; padding: 28px 0 0; border-top: 1px solid #594239; border-left: 0; flex-direction: row; }
  .about-index i { transform: rotate(90deg); }
}

@media (max-width: 600px) {
  .about-main { width: calc(100% - 28px); padding-top: 32px; }
  .about-statement { font-size: clamp(1.7rem, 8vw, 2.5rem); }
  .about-columns { grid-template-columns: 1fr; gap: 20px; }
  .about-index { gap: 10px; }
  .about-index b { font-size: 2rem; }
  .about-index b::after { width: 34px; }
  .about-index span { font-size: .95rem; }
  .about-index small { font-size: .45rem; }
  .about-disclaimer { margin-top: 34px; padding: 16px; text-align: left; }
  .about-disclaimer span { margin-right: 10px; }
}

/* Click-to-enlarge image viewer. */
.lightbox-trigger { position: relative; display: block; width: 100%; margin: 0; padding: 0; overflow: hidden; border: 0; color: inherit; background: transparent; cursor: zoom-in; }
.lightbox-trigger img { display: block; }
.photo-card-button img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.archive-detail-cover-button { min-height: 560px; }
.archive-detail-cover-button .archive-detail-cover { min-height: 560px; }
.archive-sheet-button { width: min(100%, 920px); margin: 0 auto; }
.archive-sheet-button img { width: 100%; height: auto; }
.lightbox-hint { position: absolute; right: 12px; bottom: 12px; padding: 6px 10px; color: #f8eee7; background: rgba(16,14,15,.78); border: 1px solid rgba(234,216,198,.45); font-size: .7rem; letter-spacing: .08em; opacity: 0; transform: translateY(5px); transition: opacity .2s ease, transform .2s ease; }
.lightbox-trigger:hover .lightbox-hint, .lightbox-trigger:focus-visible .lightbox-hint { opacity: 1; transform: translateY(0); }
.lightbox-trigger:focus-visible { outline: 2px solid #d8767e; outline-offset: 3px; }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; grid-template-columns: minmax(48px, 1fr) minmax(0, auto) minmax(48px, 1fr); align-items: center; justify-items: center; padding: 56px 72px 36px; background: rgba(6,5,6,.94); backdrop-filter: blur(10px); }
.lightbox figure { display: grid; justify-items: center; gap: 12px; max-width: calc(100vw - 180px); max-height: calc(100vh - 92px); margin: 0; }
.lightbox figure img { display: block; max-width: 100%; max-height: calc(100vh - 130px); width: auto; height: auto; object-fit: contain; box-shadow: 0 24px 70px rgba(0,0,0,.55); }
.lightbox figcaption { color: #d8c9bd; font-size: .82rem; text-align: center; }
.lightbox-close, .lightbox-prev, .lightbox-next { border: 1px solid rgba(234,216,198,.48); color: #f3e6db; background: rgba(25,19,21,.82); cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.lightbox-close:hover, .lightbox-close:focus-visible, .lightbox-prev:hover, .lightbox-prev:focus-visible, .lightbox-next:hover, .lightbox-next:focus-visible { border-color: #d8767e; color: #fff; background: #692630; outline: none; }
.lightbox-close { position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; font-size: 1.8rem; line-height: 1; }
.lightbox-prev, .lightbox-next { width: 48px; height: 72px; font: 300 2.6rem/1 Georgia, serif; }
.lightbox-prev { justify-self: end; margin-right: 24px; }
.lightbox-next { justify-self: start; margin-left: 24px; }
.lightbox-open { overflow: hidden; }

@media (max-width: 700px) {
  .lightbox { grid-template-columns: 44px minmax(0, 1fr) 44px; padding: 62px 8px 20px; }
  .lightbox figure { max-width: 100%; max-height: calc(100vh - 82px); }
  .lightbox figure img { max-height: calc(100vh - 126px); }
  .lightbox-prev, .lightbox-next { width: 40px; height: 58px; margin: 0; font-size: 2rem; }
  .lightbox-close { top: 10px; right: 10px; }
  .lightbox-hint { opacity: 1; transform: none; }
  .archive-detail-cover-button { min-height: 0; }
  .archive-detail-cover-button .archive-detail-cover { min-height: 0; }
}

@media (max-width: 1120px) {
  .archive-nav { gap: 18px; }
  .archive-nav a { font-size: .7rem; }
  .archive-main { width: min(100% - 40px, 1100px); }
  .archive-intro { grid-template-columns: 230px minmax(0, 1fr); gap: 30px; }
  .archive-title-column { padding-right: 34px; }
  .archive-title-column > span { display: none; }
  .archive-title-column h1 { height: 540px; font-size: clamp(3.4rem, 6vw, 4.6rem); }
  .archive-title-column h1 span:nth-child(2) { top: 94px; left: 30%; }
  .archive-title-column h1 span:nth-child(3) { top: 192px; }
  .archive-title-column h1 span:nth-child(4) { top: 260px; left: 44%; }
  .archive-title-column h1 span:nth-child(5) { top: 330px; }
  .archive-title-column h1 span:nth-child(6) { top: 420px; left: 51%; }
  .archive-card-name { width: 58px; }
  .archive-card-roman { transform: translateX(62px); }
  .gallery-main { width: min(100% - 40px, 1100px); }
  .gallery-intro { grid-template-columns: 330px minmax(0, 1fr); gap: 30px; }
  .gallery-title-column { padding-right: 34px; }
  .gallery-title-column > span { display: none; }
  .gallery-title-column h1 { height: 450px; font-size: clamp(4rem, 7vw, 5.4rem); }
  .gallery-title-column h1 span:nth-child(1) { top: 28px; left: 0; }
  .gallery-title-column h1 span:nth-child(2) { top: 50px; left: 32%; }
  .gallery-title-column h1 span:nth-child(3) { top: 50px; left: 64%; }
  .gallery-title-column h1 span:nth-child(4) { top: 225px; left: 2%; }
  .gallery-title-column h1 span:nth-child(5) { top: 245px; left: 34%; }
  .gallery-title-column h1 span:nth-child(6) { top: 245px; left: 66%; }
  .gallery-feature-grid { height: 610px; }
}

@media (max-width: 860px) {
  .archive-header { min-height: 66px; }
  .archive-menu-button { display: block; padding: 8px 10px; border: 1px solid #73515a; color: #ead8c6; background: transparent; }
  .archive-menu-button span { margin-left: 5px; }
  .archive-nav { position: absolute; top: 66px; right: 0; left: 0; display: none; min-height: 0; padding: 12px 20px 22px; border-bottom: 1px solid #594239; background: #100e0f; flex-direction: column; gap: 0; }
  .archive-menu-open .archive-nav { display: flex; }
  .archive-nav a { min-height: 44px; border-bottom: 1px solid #34282a; }
  .archive-nav a::after { display: none; }
  .archive-intro { display: block; }
  .archive-title-column { position: static; min-height: 0; margin-bottom: 34px; padding: 8px 0 30px; border-right: 0; border-bottom: 1px solid #594239; }
  .archive-title-column h1 { width: auto; height: auto; font-size: clamp(2.6rem, 9vw, 4.5rem); line-height: 1.2; }
  .archive-title-column h1 span { position: static; display: inline; }
  .archive-title-column::after { bottom: 13px; }
  .archive-people { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .archive-card-name { font-size: 1.15rem; }
  .archive-profile-detail { grid-template-columns: 1fr; }
  .archive-detail-cover { min-height: 0; aspect-ratio: 4 / 3; }
  .profile-video-card { grid-template-columns: 1fr; }
  .profile-video-frame { border-right: 0; border-bottom: 1px solid #72553f; }
  .profile-video-frame video { min-height: 0; }
  .gallery-intro { display: block; }
  .gallery-title-column { position: static; min-height: 0; margin-bottom: 34px; padding: 8px 0 30px; border-right: 0; border-bottom: 1px solid #594239; }
  .gallery-title-column h1 { width: auto; height: auto; font-size: clamp(2.6rem, 9vw, 4.5rem); line-height: 1.2; }
  .gallery-title-column h1 span { position: static; display: inline; }
  .gallery-title-column::after { bottom: 13px; }
  .gallery-category-grid { grid-auto-rows: 250px; }
  .gallery-category-card:first-child { grid-row: auto; }
  .gallery-feature-grid { height: 640px; }
}

@media (max-width: 600px) {
  .archive-header { padding-inline: 16px; }
  .archive-brand { font-size: 1.05rem; }
  .archive-main { width: calc(100% - 28px); padding-top: 34px; }
  .archive-people { grid-template-columns: 1fr; }
  .archive-card-image img { aspect-ratio: 4 / 4.8; }
  .archive-footer { flex-direction: column; text-align: center; }
  .archive-profile-sheet { padding: 10px; }
  .profile-video-heading { display: block; }
  .profile-video-heading p { margin-bottom: 8px; }
  .profile-video-copy { padding: 22px 18px; }
  .profile-video-copy dl { gap: 14px; flex-direction: column; }
  .gallery-main { width: calc(100% - 28px); padding-top: 34px; }
  .gallery-category-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-category-label { width: 60px; }
  .gallery-category-copy { left: 60px; padding: 16px; }
  .gallery-collection { padding: 18px 14px; }
  .gallery-collection-heading { align-items: start; flex-direction: column; gap: 4px; }
  .gallery-feature-grid { grid-template-columns: 1fr; grid-template-rows: 390px 250px 190px 250px; grid-template-areas: "shopping" "anniversary" "support" "date"; height: auto; }
  .gallery-feature-label { width: 64px; min-height: 138px; }
  .gallery-secondary > div { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body.menu-open { overflow: hidden; }
  .mobile-header { position: sticky; top: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 8px 14px; color: #fff; background: var(--wine); box-shadow: 0 3px 12px rgba(75,20,36,.25); }
  .mobile-brand { font-family: var(--serif); font-weight: 800; text-decoration: none; }
  .menu-button { display: flex; gap: 6px; align-items: center; padding: 7px 10px; border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; cursor: pointer; }
  .site-shell { width: 100%; min-height: 0; margin: 0; display: block; border: 0; box-shadow: none; }
  .sidebar { position: fixed; inset: 58px 0 0 auto; z-index: 50; width: min(88vw, 330px); min-height: 0; height: calc(100dvh - 58px); overflow-y: auto; border: 0; border-left: 1px solid var(--line); box-shadow: -14px 0 35px rgba(50,15,25,.25); transform: translateX(105%); transition: transform .24s ease; }
  body.menu-open .sidebar { transform: translateX(0); }
  .home-main { padding: 20px 14px 30px; }
  .masthead { padding-inline: 0; }
  .masthead h1 { font-size: clamp(1.8rem, 9vw, 2.8rem); }
  .home-grid { grid-template-columns: 1fr; }
  .home-rail { display: grid; grid-template-columns: 1fr 1fr; }
  .since { grid-column: 1 / -1; margin-top: 8px; }
  .updates > div { grid-template-columns: 1fr; gap: 6px; }
  .site-footer { width: 100%; margin: 0; flex-direction: column; align-items: center; text-align: center; }
  .inner-main { padding: 38px 20px 60px; }
  .modern-grid { grid-template-columns: 1fr; }
  .modern-card.wide { grid-column: auto; }
  .person-detail { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .home-rail { grid-template-columns: 1fr; }
  .since { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
