:root {
  color-scheme: light;
  --paper: #f1eee7;
  --paper-deep: #e5e0d6;
  --ink: #1f2723;
  --muted: #68716b;
  --forest: #173b35;
  --night: #102b2d;
  --copper: #ba623d;
  --sky: #9fb7b2;
  --line: rgba(31, 39, 35, 0.18);
  --line-light: rgba(241, 238, 231, 0.24);
  --page: min(1360px, calc(100vw - 96px));
  font-family: "Segoe UI", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); }
a, button { font: inherit; }
button { cursor: pointer; }
img, video { display: block; max-width: 100%; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 14px; left: 14px; transform: translateY(-180%); padding: 10px 14px; background: var(--paper); color: var(--ink); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; z-index: 10; top: 0; left: 50%; display: flex; width: var(--page); min-height: 92px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-light); transform: translateX(-50%); color: #f1eee7; }
.brand-lockup, .footer-brand { display: inline-flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand-name { font-size: 13px; font-weight: 650; letter-spacing: 0.05em; }
.monogram { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; font-family: Georgia, serif; font-size: 12px; font-style: italic; letter-spacing: 0; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: inherit; font-size: 12px; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: #e6a170; }
.site-nav .software-link { border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.menu-toggle { display: none; }

.hero { position: relative; display: flex; min-height: min(900px, 100svh); flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--night); color: var(--paper); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; opacity: 0.9; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 25, 24, 0.48), rgba(13, 25, 24, 0.04) 43%, rgba(13, 25, 24, 0.82)); }
.hero-topline, .hero-bottomline, .hero-copy { position: relative; z-index: 1; width: var(--page); margin-right: auto; margin-left: auto; }
.hero-topline { display: flex; justify-content: space-between; padding-top: 119px; color: rgba(241, 238, 231, 0.65); font-size: 10px; letter-spacing: 0.1em; }
.hero-copy { margin-top: auto; margin-bottom: clamp(105px, 15vh, 160px); }
.kicker, .chapter-tag, .section-marker { font-size: 10px; font-weight: 700; letter-spacing: 0.17em; line-height: 1.4; }
.kicker { margin: 0; color: #e6a170; }
.hero h1 { margin: 20px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(76px, 12vw, 176px); font-weight: 400; letter-spacing: 0; line-height: 0.78; }
.hero h1 i, h2 em, .about-title em { color: #e6a170; font-weight: 400; }
.hero-description { max-width: 330px; margin: 30px 0 0; color: rgba(241, 238, 231, 0.88); font-size: 16px; line-height: 1.8; }
.hero-bottomline { display: flex; justify-content: space-between; padding-bottom: 30px; color: rgba(241, 238, 231, 0.68); font-size: 10px; letter-spacing: 0.11em; }
.scroll-cue { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); text-decoration: none; }
.scroll-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #e6a170; }

.intro-band { width: var(--page); margin: 0 auto; padding: 132px 0 112px; }
.section-marker { display: flex; gap: 22px; color: var(--copper); }
.section-marker span:first-child { font-family: Georgia, serif; font-size: 13px; font-weight: 400; letter-spacing: 0; }
.intro-main { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.7fr); gap: 11vw; margin-top: 38px; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.4vw, 96px); font-weight: 400; letter-spacing: 0; line-height: 0.95; }
.intro-copy { max-width: 420px; padding-top: 12px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.intro-copy p { margin: 0 0 18px; }
.dark-kicker { color: var(--copper); }

.chapters { width: var(--page); margin: 0 auto; }
.chapter { position: relative; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 20px; border-top: 1px solid var(--line); padding: 60px 0 128px; }
.chapter-index { grid-column: 1 / -1; margin-bottom: 47px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.15em; }
.chapter figure { margin: 0; min-width: 0; }
.chapter-lead { grid-column: 2 / span 7; }
.chapter-secondary { grid-column: 10 / span 3; align-self: end; margin-bottom: 18px !important; }
.chapter-detail { grid-column: 1 / span 3; align-self: end; margin-bottom: 72px !important; }
.chapter-note { grid-column: 9 / span 3; align-self: center; padding: 0 0 34px 12px; }
.chapter-note h3 { margin: 18px 0 18px; font-family: Georgia, serif; font-size: clamp(25px, 2.5vw, 38px); font-weight: 400; letter-spacing: 0; line-height: 1.1; }
.chapter-note h3 em { color: var(--copper); font-style: normal; }
.chapter-note > p:not(.chapter-tag) { max-width: 295px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.image-button { display: block; width: 100%; border: 0; padding: 0; background: transparent; text-align: left; }
.image-button img { width: 100%; height: auto; transition: transform 500ms cubic-bezier(0.2, 0.75, 0.25, 1); }
.image-button:hover img, .image-button:focus-visible img { transform: scale(1.018); }
.chapter figcaption { display: flex; justify-content: space-between; gap: 14px; padding-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.chapter figcaption span:last-child { color: #9a9388; text-align: right; }
.text-action { display: inline-flex; gap: 16px; align-items: center; margin-top: 29px; border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 6px; background: transparent; color: var(--ink); font-size: 12px; }
.text-action span { color: var(--copper); font-size: 16px; }
.chapter-city { padding-top: 57px; }
.chapter-city .chapter-note { grid-column: 1 / span 3; grid-row: 2; padding: 0 10px 40px 0; }
.chapter-city .chapter-lead { grid-column: 5 / span 7; grid-row: 2; }
.chapter-city .chapter-secondary { grid-column: 2 / span 3; grid-row: 3; margin-top: 74px; }
.chapter-city .chapter-detail { grid-column: 10 / span 3; grid-row: 3; margin-top: 74px; margin-bottom: 0 !important; }
.chapter-detail-story .chapter-note { grid-column: 5 / span 4; grid-row: 2; align-self: center; }
.chapter-detail-story .chapter-detail { grid-column: 1 / span 3; grid-row: 2; align-self: start; margin-top: 22px; margin-bottom: 0 !important; }
.chapter-detail-story .chapter-lead { grid-column: 9 / span 4; grid-row: 2; }
.chapter-detail-story .chapter-secondary { grid-column: 7 / span 3; grid-row: 3; margin-top: 80px; margin-bottom: 0 !important; }

.archive-section { background: var(--paper-deep); padding: 130px max(48px, calc((100vw - min(1360px, calc(100vw - 96px))) / 2)) 140px; }
.archive-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr); gap: 11vw; align-items: end; width: var(--page); margin: 0 auto 50px; }
.archive-heading h2 { margin-top: 22px; font-size: clamp(48px, 6vw, 82px); }
.archive-heading > p { max-width: 365px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.filter-bar { display: flex; gap: 28px; width: var(--page); margin: 0 auto 35px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.filter-button { position: relative; flex: 0 0 auto; border: 0; padding: 0 0 13px; background: transparent; color: var(--muted); font-size: 13px; }
.filter-button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--ink); content: ""; opacity: 0; }
.filter-button:hover, .filter-button:focus-visible, .filter-button.is-active { color: var(--ink); }
.filter-button.is-active::after { opacity: 1; }
.filter-button span { color: var(--copper); font-size: 11px; }
.gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 42px 16px; width: var(--page); margin: 0 auto; }
.gallery-item { min-width: 0; border: 0; padding: 0; background: transparent; color: var(--ink); text-align: left; }
.gallery-item[hidden] { display: none; }
.gallery-image-wrap { position: relative; overflow: hidden; background: #cec9bd; }
.gallery-item[data-shape="wide"] { grid-column: span 4; }
.gallery-item[data-shape="tall"] { grid-column: span 3; }
.gallery-item[data-shape="square"] { grid-column: span 3; }
.gallery-item[data-shape="tall"] .gallery-image-wrap { padding: 0 11%; }
.gallery-item img { width: 100%; height: auto; transition: transform 450ms cubic-bezier(0.2, 0.75, 0.25, 1); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.025); }
.gallery-meta { display: flex; justify-content: space-between; gap: 10px; padding: 10px 1px 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.gallery-meta span:last-child { color: #9a9388; }

.motion-section { display: grid; grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.45fr); gap: 10vw; padding: 134px max(48px, calc((100vw - min(1360px, calc(100vw - 96px))) / 2)) 150px; background: var(--forest); color: var(--paper); }
.motion-heading { align-self: start; position: sticky; top: 32px; }
.light-marker { color: #e6a170; }
.motion-heading h2 { margin: 25px 0 27px; color: var(--paper); }
.motion-heading p:last-child { max-width: 275px; margin: 0; color: rgba(241, 238, 231, 0.68); font-size: 14px; line-height: 1.85; }
.film-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 40px 18px; }
.film-card { position: relative; grid-column: span 3; border: 0; padding: 0; background: transparent; color: var(--paper); text-align: left; }
.film-card[data-span="large"] { grid-column: span 4; }
.film-card[data-span="small"] { grid-column: span 2; margin-top: 100px; }
.film-card img { width: 100%; height: auto; border: 1px solid var(--line-light); opacity: 0.88; transition: opacity 300ms ease, transform 450ms ease; }
.film-card:hover img, .film-card:focus-visible img { opacity: 1; transform: translateY(-5px); }
.film-card-copy { display: flex; justify-content: space-between; gap: 12px; padding-top: 14px; }
.film-card h3 { margin: 6px 0 0; font-family: Georgia, serif; font-size: clamp(21px, 2vw, 31px); font-weight: 400; }
.film-play { color: #e6a170; font-size: 20px; }

.about-section { width: var(--page); margin: 0 auto; padding: 135px 0 65px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 0.76fr); gap: 11vw; margin-top: 52px; }
.about-title h2 { font-size: clamp(65px, 9vw, 135px); line-height: 0.82; }
.about-location { display: block; margin-top: 28px; color: var(--muted); font-size: 12px; letter-spacing: 0.1em; }
.about-copy { max-width: 440px; padding-top: 9px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.about-copy p { margin: 0 0 21px; }
.about-lead { color: var(--ink); font-size: 19px; line-height: 1.75; }
.credentials { margin-top: 47px; border-top: 1px solid var(--line); padding-top: 16px; }
.credentials ul { display: grid; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; color: var(--ink); font-size: 13px; }
.credentials li::before { margin-right: 10px; color: var(--copper); content: "—"; }
.contact-row { display: flex; justify-content: space-between; gap: 20px; margin-top: 120px; border-top: 1px solid var(--line); padding-top: 18px; color: var(--muted); font-size: 12px; }
.contact-row a { color: var(--ink); text-decoration-color: var(--copper); text-underline-offset: 6px; }
.contact-row a span { color: var(--copper); }
.site-footer { display: flex; width: var(--page); margin: 0 auto; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 24px 0 31px; color: var(--muted); font-size: 10px; letter-spacing: 0.08em; }
.site-footer .monogram { width: 28px; height: 28px; font-size: 10px; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { color: var(--ink); }
.registration-bar { display: flex; width: var(--page); margin: 0 auto; justify-content: space-between; gap: 18px; padding: 0 0 25px; color: var(--muted); font-size: 10px; }
.registration-bar div { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.registration-bar a { color: inherit; text-decoration: none; }
.registration-bar a:hover, .registration-bar a:focus-visible { color: var(--ink); }

.lightbox { width: min(1180px, calc(100vw - 42px)); max-width: none; overflow: visible; border: 0; padding: 0; background: transparent; color: var(--paper); }
.lightbox::backdrop { background: rgba(11, 22, 21, 0.95); }
.lightbox-shell { position: relative; }
.lightbox img, .lightbox video { width: 100%; max-height: min(78svh, 850px); background: #071413; object-fit: contain; }
.dialog-close { position: absolute; z-index: 2; top: -42px; right: 0; border: 0; background: transparent; color: var(--paper); font-size: 32px; line-height: 1; }
.dialog-close:hover, .dialog-close:focus-visible { color: #e6a170; }
.lightbox-meta { display: flex; justify-content: space-between; gap: 24px; padding-top: 15px; }
.lightbox-meta h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.video-dialog { width: min(1100px, calc(100vw - 42px)); }
.video-shell video { aspect-ratio: 16 / 9; max-height: 72svh; }

@media (max-width: 820px) {
  :root { --page: calc(100vw - 40px); }
  .site-header { min-height: 72px; }
  .brand-name { font-size: 12px; }
  .monogram { width: 29px; height: 29px; font-size: 10px; }
  .menu-toggle { display: grid; width: 36px; height: 36px; place-content: center; gap: 5px; border: 0; background: transparent; color: inherit; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: currentColor; }
  .site-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line-light); padding: 9px 0 15px; background: rgba(23, 59, 53, 0.98); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 0; }
  .hero { min-height: 720px; }
  .hero-topline { padding-top: 96px; font-size: 9px; }
  .hero-topline span:last-child, .hero-bottomline span:last-child { display: none; }
  .hero-copy { margin-bottom: 100px; }
  .hero h1 { font-size: clamp(70px, 24vw, 120px); }
  .hero-description { max-width: 250px; font-size: 14px; }
  .hero-bottomline { padding-bottom: 25px; }
  .intro-band { padding: 88px 0 76px; }
  .intro-main, .archive-heading, .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-main { margin-top: 29px; }
  h2 { font-size: clamp(45px, 13vw, 68px); }
  .intro-copy { padding-top: 0; font-size: 15px; }
  .chapter { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px 10px; padding: 43px 0 78px; }
  .chapter-index { margin-bottom: 25px; }
  .chapter-lead { grid-column: 1 / -1; }
  .chapter-note, .chapter-city .chapter-note, .chapter-detail-story .chapter-note { grid-column: 1 / -1; grid-row: auto; padding: 18px 0 24px; }
  .chapter-secondary, .chapter-city .chapter-secondary, .chapter-detail-story .chapter-secondary { grid-column: 1 / span 3; grid-row: auto; margin: 0 !important; }
  .chapter-detail, .chapter-city .chapter-detail, .chapter-detail-story .chapter-detail { grid-column: 4 / span 3; grid-row: auto; align-self: start; margin: 0 !important; }
  .chapter-city .chapter-lead, .chapter-detail-story .chapter-lead { grid-column: 1 / -1; grid-row: auto; }
  .chapter-city .chapter-note { order: 2; }
  .chapter-city .chapter-lead { order: 1; }
  .chapter-city .chapter-secondary { order: 3; }
  .chapter-city .chapter-detail { order: 4; }
  .chapter-detail-story .chapter-detail { order: 1; }
  .chapter-detail-story .chapter-note { order: 2; }
  .chapter-detail-story .chapter-lead { order: 3; }
  .chapter-detail-story .chapter-secondary { order: 4; }
  .archive-section { padding: 87px 20px 92px; }
  .archive-heading { width: var(--page); margin-bottom: 36px; }
  .archive-heading h2 { margin-top: 17px; font-size: clamp(45px, 13vw, 68px); }
  .filter-bar { width: var(--page); gap: 20px; margin-bottom: 25px; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 9px; }
  .gallery-item[data-shape="wide"], .gallery-item[data-shape="tall"], .gallery-item[data-shape="square"] { grid-column: span 1; }
  .gallery-item[data-shape="tall"] .gallery-image-wrap { padding: 0 7%; }
  .gallery-meta { display: block; min-height: 39px; padding-top: 7px; font-size: 9px; }
  .gallery-meta span { display: block; }
  .gallery-meta span:last-child { margin-top: 2px; text-align: left; }
  .motion-section { display: block; padding: 88px 20px 91px; }
  .motion-heading { position: static; }
  .motion-heading h2 { margin: 22px 0 20px; }
  .motion-heading p:last-child { font-size: 14px; }
  .film-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 31px 10px; margin-top: 54px; }
  .film-card[data-span="large"], .film-card[data-span="small"] { grid-column: span 2; margin-top: 0; }
  .film-card:nth-child(2n) { grid-column: span 1; }
  .film-card h3 { font-size: 21px; }
  .about-section { padding: 88px 0 45px; }
  .about-grid { margin-top: 37px; }
  .about-copy { padding-top: 0; }
  .about-lead { font-size: 17px; }
  .contact-row { display: block; margin-top: 68px; line-height: 1.8; }
  .contact-row a { display: block; margin-top: 9px; }
  .site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; padding-top: 22px; font-size: 9px; line-height: 1.5; }
  .site-footer span:nth-of-type(1) { text-align: right; }
  .site-footer span:last-child { grid-column: 1 / -1; }
  .registration-bar { display: block; font-size: 9px; line-height: 1.6; }
  .registration-bar div { margin-top: 5px; }
  .lightbox { width: calc(100vw - 24px); }
  .lightbox-meta { display: block; }
  .lightbox-meta h3 { margin-top: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .image-button img, .gallery-item img, .film-card img { transition: none; }
}

/* Editorial polish: a quieter palette and a denser, exhibition-like archive. */
:root {
  --paper: #f4f1ea;
  --paper-deep: #dfded5;
  --ink: #182220;
  --muted: #64706b;
  --forest: #163b36;
  --night: #0b1b1d;
  --copper: #c55f3f;
  --sky: #8ca9aa;
  --page: min(1440px, calc(100vw - 80px));
}

body { background: var(--paper); }
.site-header { width: var(--page); min-height: 88px; }
.hero-image { filter: saturate(.92) contrast(1.06); }
.hero-shade { background: rgba(7, 17, 19, .28); }
.hero h1 { letter-spacing: 0; text-shadow: 0 8px 26px rgba(3, 12, 14, .22); }
h2 { letter-spacing: 0; }
.section-marker { align-items: center; }
.section-marker::after { width: 56px; height: 1px; background: currentColor; content: ""; opacity: .55; }
.intro-main { gap: clamp(60px, 9vw, 150px); }
.chapter { row-gap: 20px; }
.chapter-note h3 { letter-spacing: 0; }

.archive-section { padding-top: 112px; }
.archive-heading { margin-bottom: 38px; }
.filter-bar {
  position: sticky;
  z-index: 4;
  top: 0;
  margin-bottom: 42px;
  background: var(--paper-deep);
  padding-top: 12px;
}
.gallery {
  display: block;
  columns: 4 230px;
  column-gap: 18px;
}
.gallery-item,
.gallery-item[data-shape="wide"],
.gallery-item[data-shape="tall"],
.gallery-item[data-shape="square"] {
  display: block;
  width: 100%;
  break-inside: avoid;
  margin: 0 0 34px;
}
.gallery-item[data-shape="tall"] .gallery-image-wrap { padding: 0; }
.gallery-image-wrap { background: #d1cec5; }
.gallery-item img { width: 100%; }
.gallery-meta { padding-top: 9px; }
.gallery-item:hover .gallery-image-wrap,
.gallery-item:focus-visible .gallery-image-wrap { box-shadow: 0 0 0 1px var(--copper); }

.film-card { transition: transform 350ms ease; }
.film-card:hover, .film-card:focus-visible { transform: translateY(-4px); }
.film-card img { aspect-ratio: 16 / 9; object-fit: cover; }
.about-copy { max-width: 470px; }
.credentials li::before { content: "·"; font-size: 18px; vertical-align: -1px; }
.site-footer { min-height: 74px; }

.reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal-ready.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) and (min-width: 821px) {
  .gallery { columns: 3 210px; }
}

@media (max-width: 820px) {
  :root { --page: calc(100vw - 40px); }
  .site-header { min-height: 72px; }
  .intro-main { gap: 28px; }
  .archive-section { padding-top: 78px; }
  .filter-bar { top: 0; margin-bottom: 28px; padding-top: 8px; }
  .gallery { columns: 2; column-gap: 10px; }
  .gallery-item,
  .gallery-item[data-shape="wide"],
  .gallery-item[data-shape="tall"],
  .gallery-item[data-shape="square"] { margin-bottom: 25px; }
  .film-card img { aspect-ratio: 16 / 10; }
  .reveal-ready { opacity: 1; transform: none; transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready, .reveal-ready.is-visible { opacity: 1; transform: none; transition: none; }
  .film-card { transition: none; }
}

/* Quiet controls keep the editorial header useful without competing with the work. */
html { scroll-padding-top: 18px; }
body { overscroll-behavior-x: none; }
.site-header { justify-content: flex-start; gap: 18px; }
.site-nav { margin-left: auto; }
.language-switcher { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 2px; margin-left: 18px; border: 1px solid rgba(241, 238, 231, .28); padding: 3px; background: rgba(9, 25, 24, .2); backdrop-filter: blur(10px); }
.language-switcher button { min-width: 27px; height: 25px; border: 0; padding: 0 6px; background: transparent; color: rgba(241, 238, 231, .68); font-size: 10px; line-height: 1; }
.language-switcher button:hover, .language-switcher button:focus-visible { color: #fff; }
.language-switcher button.is-active { background: #e6a170; color: #16211e; }
.site-nav a { position: relative; transition: color 180ms ease; }
.site-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: #e6a170; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.is-current::after { transform: scaleX(1); transform-origin: left; }
.site-nav a.is-current { color: #fff; }
.scroll-cue, .text-action, .contact-row a, .site-footer a { transition: color 180ms ease, border-color 180ms ease; }
.scroll-cue:hover .scroll-dot { transform: scale(1.5); }
.scroll-dot { transition: transform 180ms ease; }
.lightbox-nav { position: absolute; z-index: 2; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(241, 238, 231, .35); background: rgba(7, 20, 19, .45); color: var(--paper); font-size: 22px; line-height: 1; transform: translateY(-50%); transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease; }
.lightbox-nav:hover, .lightbox-nav:focus-visible { border-color: #e6a170; background: rgba(7, 20, 19, .8); color: #e6a170; }
.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

@media (max-width: 820px) {
  .site-header { gap: 8px; }
  .site-nav { margin-left: 0; }
  .menu-toggle { margin-left: auto; }
  .language-switcher { margin-left: 0; }
  .language-switcher button { min-width: 25px; height: 24px; padding-inline: 5px; }
  .site-nav a::after { display: none; }
  .lightbox-nav { width: 35px; height: 35px; }
  .lightbox-prev { left: 7px; }
  .lightbox-next { right: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav a, .scroll-cue, .text-action, .contact-row a, .site-footer a, .scroll-dot, .lightbox-nav { transition: none; }
}
