:root {
  --ink: #101719;
  --ink-2: #182326;
  --night: #080f11;
  --cream: #f3eee3;
  --paper: #e8e0d0;
  --gold: #c8a767;
  --gold-pale: #d9c192;
  --bronze: #8d683a;
  --red: #70302e;
  --line: rgba(28, 38, 38, 0.16);
  --serif: 'Noto Serif Thai', 'Leelawadee UI', serif;
  --sans: 'Noto Sans Thai', Tahoma, sans-serif;
  --mono: 'DM Mono', 'Courier New', monospace;
  --shadow: 0 24px 80px rgba(9, 16, 16, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { top: 16px; left: 16px; z-index: 1000; padding: 10px 16px; color: var(--ink); background: var(--gold); }

.topline { position: relative; z-index: 20; color: #d9d8ce; background: var(--night); font-size: 13px; letter-spacing: .035em; }
.topline__inner { display: flex; min-height: 37px; align-items: center; justify-content: space-between; gap: 20px; }
.topline p { margin: 0; }
.topline a { color: var(--gold-pale); transition: color .2s ease; }
.topline a:hover { color: #fff; }

.site-header { position: absolute; top: 37px; right: 0; left: 0; z-index: 20; color: #f6f0e3; border-bottom: 1px solid rgba(255, 255, 255, .15); transition: background .35s ease, box-shadow .35s ease, transform .35s ease; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(10, 18, 20, .94); box-shadow: 0 7px 32px rgba(0, 0, 0, .22); backdrop-filter: blur(14px); }
.header__inner { display: flex; min-height: 86px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand__logo { display: block; width: 52px; height: 52px; object-fit: contain; }
.brand__wordmark { display: grid; gap: 0; color: #fffaf0; font-family: var(--serif); font-size: 16px; font-weight: 600; letter-spacing: .015em; line-height: 1.15; }
.brand__wordmark small { margin-top: 3px; color: var(--gold-pale); font-family: var(--mono); font-size: 7px; font-weight: 400; letter-spacing: .19em; }
.main-nav { display: flex; gap: clamp(18px, 2.5vw, 39px); margin-left: auto; margin-right: 22px; font-size: 14px; }
.main-nav a { position: relative; padding: 8px 0; color: rgba(255, 250, 240, .8); transition: color .2s ease; }
.main-nav a::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 1px; content: ''; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.language-toggle { display: inline-grid; min-width: 43px; height: 34px; padding: 0 10px; margin-right: 22px; border: 1px solid rgba(217, 193, 146, .55); color: var(--gold-pale); background: rgba(8, 15, 17, .16); font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .1em; line-height: 1; cursor: pointer; place-items: center; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.main-nav .language-toggle { flex: 0 0 auto; margin-right: 0; }
.language-toggle--mobile { display: none; margin-right: 0; }
.language-toggle:hover, .language-toggle:focus-visible { border-color: var(--gold-pale); color: #fffaf0; background: rgba(217, 193, 146, .12); transform: translateY(-1px); }
.header-cta { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-pale); font-size: 14px; white-space: nowrap; }
.header-cta span { font-size: 17px; line-height: .7; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: min(800px, calc(100vh - 37px)); overflow: hidden; color: #fffaf0; background: var(--ink); isolation: isolate; }
.hero__image { position: absolute; inset: 0; z-index: -3; background: url('assets/hero-lan-isaraphap-actual.webp') 67% center / cover no-repeat; transform: scale(1.02); animation: hero-in 1.7s cubic-bezier(.2,.65,.2,1) both; }
.hero__image::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(7, 15, 17, .96) 0%, rgba(8, 15, 16, .82) 30%, rgba(8, 15, 16, .31) 70%, rgba(8, 15, 16, .18) 100%), linear-gradient(0deg, rgba(8, 15, 16, .68) 0%, transparent 35%, rgba(8, 15, 16, .06) 100%); }
.hero__texture, .meaning__grain { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .24; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.36'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero__sunline { position: absolute; top: 37%; right: -12vw; z-index: -1; width: 70vw; height: 2px; background: linear-gradient(90deg, transparent, rgba(238, 198, 125, .54), transparent); transform: rotate(-9deg); }
.hero__inner { display: flex; min-height: min(800px, calc(100vh - 37px)); align-items: center; justify-content: space-between; gap: 60px; padding-top: 110px; padding-bottom: 86px; }
.hero__copy { width: min(620px, 100%); padding-top: 45px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--bronze); font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--gold-pale); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(50px, 7.4vw, 109px); font-weight: 500; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.hero h1 em { display: block; color: var(--gold-pale); font-style: normal; }
.hero__kicker { margin: 18px 0 22px; color: var(--gold-pale); font-family: var(--serif); font-size: clamp(18px, 2vw, 24px); letter-spacing: .1em; }
.hero__intro { max-width: 490px; margin-bottom: 32px; color: rgba(255, 250, 240, .78); font-size: 16px; font-weight: 300; line-height: 1.85; }
.hero__actions, .visit__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 53px; padding: 12px 20px; border: 1px solid transparent; font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--gold { color: #19201f; background: var(--gold); }
.button--gold:hover { background: #e1c181; }
.button--dark { color: #f6efdf; background: var(--ink); }
.button--dark:hover { background: var(--red); }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 5px; border-bottom: 1px solid rgba(16, 23, 25, .28); color: var(--ink); font-size: 14px; font-weight: 600; transition: border-color .2s ease, gap .2s ease; }
.text-link:hover { gap: 15px; border-color: var(--gold); }
.text-link--light { border-color: rgba(255, 255, 255, .32); color: #fffaf0; }
.hero__aside { display: grid; width: 270px; align-self: flex-end; gap: 16px; margin-bottom: 8px; }
.hero-fact { display: flex; gap: 11px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .35); }
.hero-fact__icon { color: var(--gold-pale); font-family: var(--serif); font-size: 18px; line-height: 1.15; }
.hero-fact p { margin: 0; color: rgba(255, 250, 240, .76); font-size: 16px; line-height: 1.7; }
.hero-fact b { color: #fffaf0; font-size: 17px; font-weight: 600; }
.scroll-cue { position: absolute; bottom: 27px; left: max(32px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; gap: 11px; color: rgba(255, 250, 240, .7); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.scroll-cue i { position: relative; display: block; width: 40px; height: 1px; overflow: hidden; background: rgba(255, 255, 255, .35); }
.scroll-cue i::after { position: absolute; inset: 0; content: ''; background: var(--gold-pale); transform: translateX(-100%); animation: scroll-line 1.8s ease-in-out infinite; }
.hero-credit { position: absolute; right: 24px; bottom: 22px; margin: 0; color: rgba(255, 250, 240, .46); font-size: 9px; letter-spacing: .07em; }

.section { padding: 135px 0; }
.story { overflow: hidden; background: var(--cream); }
.story__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(52px, 9vw, 142px); align-items: start; }
.section-intro h2, .section-heading h2, .visit h2 { margin: 0; color: var(--ink); font-size: clamp(38px, 4.7vw, 65px); font-weight: 500; letter-spacing: -.055em; line-height: 1.17; text-wrap: balance; }
h2 em { color: var(--red); font-style: normal; }
.story__body { max-width: 420px; padding-top: 51px; }
.story__body p { color: #45504f; font-size: 17px; line-height: 1.88; }
.story__body .lead { color: var(--ink); font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.82; }
.story__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 25px; }
.story__body .text-link { margin-top: 0; }
.button--story { color: #fffaf0; background: var(--red); }
.button--story:hover { background: #592321; }
.story-stat { position: relative; display: grid; grid-template-columns: minmax(200px, .72fr) minmax(200px, .5fr) 1fr; align-items: end; gap: 26px; margin-top: 120px; padding-top: 28px; border-top: 1px solid var(--line); }
.story-stat__number { color: var(--red); font-family: var(--serif); font-size: clamp(112px, 15vw, 200px); font-weight: 500; letter-spacing: -.1em; line-height: .68; }
.story-stat__copy { align-self: center; padding-top: 21px; }
.story-stat__copy .eyebrow { margin-bottom: 12px; }
.story-stat__copy p:last-child { max-width: 235px; margin: 0; color: #495351; font-family: var(--serif); font-size: 17px; line-height: 1.75; }
.story-stat__line { height: 1px; margin-bottom: 5px; background: var(--red); }

.story-modal { width: min(1040px, calc(100% - 40px)); max-width: none; max-height: min(90dvh, 980px); padding: 0; overflow-x: hidden; overflow-y: auto; border: 1px solid rgba(217, 193, 146, .35); color: #fffaf0; background: #10191a; box-shadow: 0 32px 100px rgba(0, 0, 0, .56); }
.story-modal::backdrop { background: rgba(4, 9, 10, .82); backdrop-filter: blur(8px); }
.story-modal__shell { position: relative; min-height: 100%; padding: clamp(48px, 7vw, 86px); background: radial-gradient(circle at 100% 0, rgba(112, 48, 46, .34), transparent 42%), linear-gradient(145deg, #172223, #0d1516 70%); }
.modal-close, .gallery-lightbox__close { display: grid; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255, 250, 240, .3); border-radius: 50%; color: #fffaf0; background: rgba(8, 15, 17, .45); cursor: pointer; place-items: center; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.modal-close { position: absolute; top: 24px; right: 24px; z-index: 3; }
.language-toggle--modal { position: absolute; top: 29px; left: 29px; z-index: 3; margin: 0; background: rgba(8, 15, 17, .45); }
.modal-close span, .gallery-lightbox__close span { font-size: 28px; font-weight: 300; line-height: 1; transform: translateY(-1px); }
.modal-close:hover, .gallery-lightbox__close:hover { border-color: var(--gold-pale); background: rgba(112, 48, 46, .7); transform: rotate(4deg); }
.story-modal__header { max-width: 690px; }
.story-modal__header h2 { margin: 0; font-size: clamp(42px, 6vw, 76px); letter-spacing: -.055em; line-height: 1.32; }
.story-modal__header h2 em { color: var(--gold-pale); font-style: normal; }
.story-modal__header > p:last-child { max-width: 650px; margin: 26px 0 0; color: rgba(255, 250, 240, .72); font-size: 17px; font-weight: 300; line-height: 1.88; }
.story-timeline { --timeline-axis: 132px; position: relative; display: grid; margin-top: 66px; }
.story-timeline::before { position: absolute; top: 10px; bottom: 10px; left: var(--timeline-axis); width: 1px; content: ''; background: linear-gradient(var(--gold-pale), rgba(217, 193, 146, .15)); }
.timeline-entry { position: relative; display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 56px; padding: 0 0 72px; }
.timeline-entry:last-child { padding-bottom: 0; }
.timeline-entry::before { position: absolute; top: 8px; left: calc(var(--timeline-axis) - 5px); width: 11px; height: 11px; border: 2px solid #10191a; border-radius: 50%; content: ''; background: var(--gold-pale); box-shadow: 0 0 0 1px rgba(217, 193, 146, .55); }
.timeline-entry__period { margin: 0; color: var(--gold-pale); font-family: var(--serif); font-size: 17px; font-weight: 600; line-height: 1.45; text-align: right; }
.timeline-entry__body { max-width: 650px; }
.timeline-entry__body h3 { margin: 0 0 10px; color: #fffaf0; font-size: clamp(23px, 3vw, 31px); line-height: 1.45; }
.timeline-entry__body > p { max-width: 650px; margin: 0; color: rgba(255, 250, 240, .72); font-size: 17px; font-weight: 300; line-height: 1.88; }
.timeline-photo { position: relative; display: block; width: min(100%, 610px); padding: 0; margin-top: 25px; overflow: hidden; border: 1px solid rgba(217, 193, 146, .28); color: #fffaf0; background: #080f11; cursor: zoom-in; }
.timeline-photo img { position: relative; z-index: 0; width: 100%; aspect-ratio: 16 / 8.7; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2, .65, .2, 1), filter .3s ease; }
.timeline-photo img.timeline-photo__crossfade { position: absolute; inset: 0; z-index: 1; height: 100%; opacity: 0; pointer-events: none; transition: opacity 1s ease, transform .6s cubic-bezier(.2, .65, .2, 1), filter .3s ease; }
.timeline-photo img.timeline-photo__crossfade.is-visible { opacity: 1; }
.timeline-photo--portrait img { object-position: center 28%; }
.timeline-photo::after { position: absolute; inset: 0; z-index: 2; content: ''; background: linear-gradient(180deg, transparent 48%, rgba(7, 13, 14, .82)); pointer-events: none; }
.timeline-photo > span { position: absolute; right: 17px; bottom: 14px; z-index: 3; display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.timeline-photo > span i { color: var(--gold-pale); font-style: normal; }
.timeline-photo:hover img { filter: saturate(1.08); transform: scale(1.035); }
.timeline-gallery-controls { display: flex; width: 100%; max-width: 610px; min-width: 0; align-items: center; justify-content: space-between; gap: 18px; overflow: hidden; padding-top: 11px; }
.timeline-gallery-dots { display: flex; min-width: 0; max-width: calc(100% - 54px); flex: 1 1 auto; align-items: center; gap: 3px; overflow-x: auto; scrollbar-width: none; }
.timeline-gallery-dots::-webkit-scrollbar { display: none; }
.timeline-gallery-dot { position: relative; width: 26px; height: 30px; flex: 0 0 26px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.timeline-gallery-dot::before { position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; content: ''; background: rgba(255, 250, 240, .35); transform: translate(-50%, -50%); transition: width .25s ease, background-color .25s ease; }
.timeline-gallery-dot:hover::before { background: rgba(255, 250, 240, .72); }
.timeline-gallery-dot[aria-current="true"]::before { width: 24px; background: var(--gold); }
.timeline-gallery-toggle { display: grid; width: 36px; height: 32px; flex: 0 0 36px; padding: 0; place-items: center; border: 1px solid rgba(217, 193, 146, .38); color: var(--gold-pale); background: rgba(8, 15, 17, .72); font: 700 12px/1 var(--font-sans); cursor: pointer; transition: border-color .2s ease, color .2s ease, background-color .2s ease; }
.timeline-gallery-toggle:hover { border-color: var(--gold); color: #fffaf0; background: rgba(217, 193, 146, .12); }
.timeline-gallery-dot:focus-visible, .timeline-gallery-toggle:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.gallery-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; padding: 0; margin: 0; overflow: hidden; border: 0; color: #fffaf0; background: rgba(5, 10, 11, .98); }
.gallery-lightbox::backdrop { background: rgba(3, 7, 8, .94); }
.gallery-lightbox__close { position: fixed; top: 22px; right: 24px; z-index: 4; }
.gallery-lightbox__stage { display: grid; width: 100%; height: 100%; grid-template-columns: minmax(54px, 1fr) minmax(0, 960px) minmax(54px, 1fr); gap: 18px; align-items: center; padding: 72px 22px 28px; touch-action: pan-y; }
.gallery-lightbox figure { display: grid; width: 100%; min-width: 0; grid-template-rows: auto auto; gap: 18px; margin: 0; }
.gallery-lightbox figure img { width: 100%; height: auto; max-height: calc(100dvh - 165px); aspect-ratio: 16 / 9; object-fit: contain; background: #030708; }
.gallery-lightbox figcaption { display: flex; min-height: 36px; align-items: flex-start; justify-content: space-between; gap: 24px; color: rgba(255, 250, 240, .82); font-size: 15px; line-height: 1.6; }
.gallery-lightbox figcaption small { flex-shrink: 0; color: var(--gold-pale); font-family: var(--mono); font-size: 12px; letter-spacing: .06em; }
.gallery-lightbox__nav { display: grid; width: 54px; height: 54px; padding: 0; border: 1px solid rgba(255, 250, 240, .3); border-radius: 50%; color: #fffaf0; background: rgba(255, 255, 255, .035); cursor: pointer; place-items: center; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.gallery-lightbox__nav span { font-size: 25px; line-height: 1; }
.gallery-lightbox__nav:hover { border-color: var(--gold-pale); color: var(--gold-pale); background: rgba(217, 193, 146, .08); }
.gallery-lightbox__nav--prev { justify-self: end; }
.gallery-lightbox__nav--next { justify-self: start; }
.story-modal :focus-visible, .gallery-lightbox :focus-visible { outline: 2px solid var(--gold-pale); outline-offset: 4px; }

.milestone__link { margin-top: 27px; }

.history-page { overflow-x: hidden; color: #fffaf0; background: #0d1516; }
.site-header--history { position: fixed; top: 0; background: rgba(10, 18, 20, .96); box-shadow: 0 7px 32px rgba(0, 0, 0, .2); backdrop-filter: blur(14px); }
.history-page__main { min-height: 100vh; background: radial-gradient(circle at 92% 8%, rgba(112, 48, 46, .38), transparent 31%), radial-gradient(circle at 8% 42%, rgba(200, 167, 103, .08), transparent 28%), linear-gradient(145deg, #172223, #0d1516 66%); }
.history-page__hero { position: relative; padding: 178px 0 96px; overflow: hidden; border-bottom: 1px solid rgba(217, 193, 146, .2); background: linear-gradient(90deg, rgba(5, 12, 15, .97) 0%, rgba(7, 14, 17, .84) 37%, rgba(8, 14, 16, .3) 72%, rgba(8, 14, 16, .08) 100%), linear-gradient(0deg, rgba(7, 14, 16, .82) 0%, rgba(7, 14, 16, .08) 62%), url('assets/history-hero-sunset.webp') 67% center / cover no-repeat; }
.history-page__hero::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(8, 15, 17, .12), transparent 46%, rgba(8, 15, 17, .42)); pointer-events: none; }
.history-page__hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: clamp(60px, 10vw, 150px); align-items: end; }
.history-page__back { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 56px; color: rgba(255, 250, 240, .72); font-size: 14px; font-weight: 500; transition: gap .2s ease, color .2s ease; }
.history-page__back:hover { gap: 14px; color: var(--gold-pale); }
.history-page__kicker { margin-bottom: 21px; }
.history-page__intro h1 { max-width: 760px; margin: 0; font-size: clamp(52px, 7vw, 94px); letter-spacing: -.06em; line-height: 1.12; text-wrap: balance; }
.history-page__intro h1 em { color: var(--gold-pale); font-style: normal; }
.history-page__lead { max-width: 470px; margin: 0 0 10px; color: rgba(255, 250, 240, .72); font-size: 17px; font-weight: 300; line-height: 1.95; }
.history-year-nav { position: sticky; top: 86px; z-index: 15; border-bottom: 1px solid rgba(217, 193, 146, .2); background: rgba(9, 16, 18, .94); box-shadow: 0 13px 35px rgba(0, 0, 0, .18); backdrop-filter: blur(16px); }
.history-year-nav__inner { display: flex; min-height: 72px; align-items: center; gap: 38px; }
.history-year-nav__label { flex: 0 0 auto; color: rgba(255, 250, 240, .48); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.history-year-nav__links { display: flex; min-width: 0; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.history-year-nav__links::-webkit-scrollbar { display: none; }
.history-year-nav__links button { position: relative; flex: 0 0 auto; padding: 9px 16px; border: 1px solid rgba(217, 193, 146, .24); color: rgba(255, 250, 240, .68); font-family: var(--serif); font-size: 15px; font-weight: 600; line-height: 1; background: transparent; cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.history-year-nav__links button:hover, .history-year-nav__links button[aria-pressed="true"] { border-color: var(--gold-pale); color: #fffaf0; background: rgba(217, 193, 146, .12); }
.history-year-nav__links button[aria-pressed="true"] { box-shadow: inset 0 -2px 0 var(--gold-pale); }
.history-year-nav__links button:focus-visible { outline: 2px solid var(--gold-pale); outline-offset: 3px; }
.history-page__timeline-section { padding: 96px 0 132px; scroll-margin-top: 164px; }
.history-page__timeline-shell { width: min(1040px, calc(100% - 64px)); }
.history-page .story-timeline { margin-top: 0; opacity: 1; transform: translateY(0); transition: opacity .22s ease, transform .22s ease; }
.history-page .story-timeline.is-filtering { opacity: 0; transform: translateY(10px); }
.history-page .timeline-entry { scroll-margin-top: 184px; }
.history-page .timeline-entry[hidden] { display: none; }
.history-page .timeline-entry.is-last-visible { padding-bottom: 0; }
.history-page__loading { min-height: 240px; margin: 0; padding-top: 80px; color: var(--gold-pale); font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-align: center; }
.history-page__error { max-width: 620px; min-height: 320px; padding: 60px; margin: 0 auto; border: 1px solid rgba(217, 193, 146, .28); text-align: center; background: rgba(8, 15, 17, .55); }
.history-page__error strong { display: block; margin-bottom: 12px; font-family: var(--serif); font-size: 26px; }
.history-page__error p { color: rgba(255, 250, 240, .68); }
.history-page .site-footer { border-top: 1px solid rgba(217, 193, 146, .2); }

.meaning { position: relative; overflow: hidden; padding: 130px 0 32px; color: #f7efde; background: var(--ink); isolation: isolate; }
.meaning::before { position: absolute; top: -220px; right: -200px; width: 660px; height: 660px; border: 1px solid rgba(202, 170, 107, .18); border-radius: 50%; content: ''; box-shadow: 0 0 0 80px rgba(202, 170, 107, .035), 0 0 0 180px rgba(202, 170, 107, .025); }
.meaning__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
.meaning__heading h2, .milestone h2 { margin: 0; color: #fffaf0; font-size: clamp(42px, 5vw, 70px); font-weight: 500; letter-spacing: -.06em; line-height: 1.05; }
.meaning__heading h2 em, .milestone h2 em { color: var(--gold-pale); font-style: normal; }
.meaning__statement { max-width: 430px; padding-bottom: 7px; }
.meaning__statement p { margin: 0; color: rgba(255, 250, 240, .78); font-size: 17px; font-weight: 300; line-height: 1.95; }
.meaning-cards { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 91px; border-top: 1px solid rgba(255, 255, 255, .23); }
.meaning-card { min-height: 240px; padding: 22px 30px 34px 0; border-right: 1px solid rgba(255, 255, 255, .19); }
.meaning-card + .meaning-card { padding-left: 30px; }
.meaning-card:last-child { border-right: 0; }
.meaning-card__number { display: block; margin-bottom: 52px; color: var(--gold-pale); font-family: var(--mono); font-size: 15px; font-weight: 500; letter-spacing: .045em; }
.meaning-card h3 { margin-bottom: 9px; color: #fffaf0; font-size: 21px; font-weight: 500; }
.meaning-card p { max-width: 280px; margin: 0; color: rgba(255, 250, 240, .7); font-size: 16px; line-height: 1.8; }

.discover { background: #ece6da; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-bottom: 62px; }
.section-heading > .eyebrow { margin-top: 13px; }
.section-heading h2 { margin-bottom: 19px; }
#discover-title { line-height: 1.4; }
.section-heading > div > p { max-width: 410px; margin: 0; color: #56605d; font-size: 17px; line-height: 1.82; }
.discovery-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 15px; }
.discovery-card { position: relative; display: flex; min-height: 442px; flex-direction: column; overflow: hidden; padding: 20px 22px 24px; color: #fff9ec; background: #283331; isolation: isolate; }
.discovery-card::after { position: absolute; inset: 0; z-index: 1; content: ''; background: linear-gradient(180deg, rgba(8, 15, 17, .5) 0%, rgba(8, 15, 17, .08) 38%, rgba(8, 15, 17, .9) 100%); pointer-events: none; }
.discovery-card__image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .65, .2, 1); }
.discovery-card:hover .discovery-card__image { transform: scale(1.04); }
.discovery-card--memorial .discovery-card__image { object-position: center center; }
.discovery-card--art .discovery-card__image { object-position: center 30%; }
.discovery-card--landscape .discovery-card__image { object-position: center center; }
.discovery-card__topline { position: relative; z-index: 2; display: flex; justify-content: space-between; color: inherit; font-family: var(--mono); font-size: 9px; letter-spacing: .07em; opacity: .76; }
.discovery-card__content { position: relative; z-index: 2; margin-top: auto; text-shadow: 0 2px 18px rgba(0, 0, 0, .42); }
.discovery-card__content h3 { margin: 0 0 6px; font-size: 23px; font-weight: 500; letter-spacing: -.03em; line-height: 1.3; }
.discovery-card__content p { max-width: 380px; margin: 0; color: inherit; font-size: 16px; line-height: 1.75; opacity: .84; }

.milestone { position: relative; overflow: hidden; padding: 120px 0; color: #fffaf0; background: linear-gradient(120deg, #172122, #111b1b 58%, #3d2523); }
.milestone::after { position: absolute; right: -7vw; bottom: -16vw; width: 46vw; height: 46vw; border: 1px solid rgba(212, 178, 109, .2); border-radius: 50%; content: ''; }
.milestone__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .56fr 1fr; gap: clamp(44px, 11vw, 160px); align-items: center; }
.milestone__date { display: flex; align-items: center; gap: 23px; color: var(--gold-pale); }
.milestone__date span { font-family: var(--serif); font-size: clamp(100px, 13vw, 174px); letter-spacing: -.1em; line-height: .7; }
.milestone__date p { margin: 11px 0 0; font-family: var(--mono); font-size: 13px; letter-spacing: .07em; line-height: 1.8; }
.milestone__copy { max-width: 590px; }
.milestone__copy h2 { margin-bottom: 23px; }
.milestone__copy > p:not(.eyebrow) { max-width: 570px; margin-bottom: 25px; color: rgba(255, 250, 240, .77); font-size: 17px; font-weight: 300; line-height: 1.9; }

.visit { position: relative; overflow: hidden; padding: 135px 0; background: #d0bf9f; }
.visit::before { position: absolute; top: -390px; right: -290px; width: 740px; height: 740px; border: 1px solid rgba(112, 48, 46, .25); border-radius: 50%; content: ''; box-shadow: 0 0 0 75px rgba(112, 48, 46, .05), 0 0 0 160px rgba(112, 48, 46, .035); }
.visit__grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.visit__heading h2 { max-width: 550px; }
.visit__details { padding-top: 15px; }
.visit-detail { display: flex; gap: 20px; padding: 0 0 27px; margin-bottom: 25px; border-bottom: 1px solid rgba(16, 23, 25, .25); }
.visit-detail__icon { width: 24px; color: var(--red); font-family: var(--serif); font-size: 26px; line-height: 1.15; }
.visit-detail small { display: block; margin-bottom: 7px; color: var(--red); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: .035em; line-height: 1.5; }
.visit-detail p { margin: 0; color: #26302e; font-size: clamp(17px, 1.15vw, 19px); line-height: 1.72; }
.visit__actions { gap: 22px; margin-top: 31px; }
.visit__map { position: relative; height: 430px; margin-top: 76px; overflow: hidden; border: 1px solid rgba(16, 23, 25, .32); background: #b9aa8e; box-shadow: var(--shadow); }
.visit__map iframe { display: block; width: 100%; height: 100%; border: 0; filter: saturate(.78) contrast(1.03); }
.visit__map p { position: absolute; right: 18px; bottom: 18px; left: 76px; width: fit-content; max-width: calc(100% - 94px); margin: 0; padding: 10px 14px; color: #fffaf0; background: rgba(16, 23, 25, .9); backdrop-filter: blur(10px); font-size: 13px; line-height: 1.6; pointer-events: none; }
.visit__map p span { margin-right: 7px; color: var(--gold-pale); }

.site-footer { color: rgba(255, 250, 240, .72); background: var(--night); }
.footer__top { display: flex; min-height: 157px; align-items: center; gap: 40px; }
.brand--footer .brand__logo { width: 55px; height: 55px; }
.footer__top > p { max-width: 340px; margin: 0 auto 0 0; font-family: var(--serif); font-size: 16px; line-height: 1.65; }
.footer__top-link { display: inline-flex; gap: 11px; align-items: center; color: var(--gold-pale); font-size: 14px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 23px; border-top: 1px solid rgba(255, 255, 255, .17); color: rgba(255, 250, 240, .55); font-size: 12px; }
.footer__bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .13s; }
.reveal--delay-2 { transition-delay: .25s; }

@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@keyframes scroll-line { 0%, 18% { transform: translateX(-100%); } 62%, 100% { transform: translateX(100%); } }

@media (min-width: 1600px) {
  .container { width: min(1440px, calc(100% - 96px)); }
}

@media (max-width: 920px) {
  .main-nav, .header-cta { display: none; }
  .header__inner > .language-toggle--mobile { display: inline-grid; margin-right: 7px; margin-left: auto; }
  .menu-toggle { display: grid; width: 39px; height: 39px; padding: 11px 8px; margin-left: 0; border: 0; background: transparent; cursor: pointer; place-content: center; gap: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: #fffaf0; transition: transform .25s ease; }
  .menu-toggle[aria-expanded='true'] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 86px; right: 0; left: 0; display: grid; max-height: 0; padding: 0 max(32px, calc((100vw - 1180px) / 2)); overflow: hidden; background: var(--ink); opacity: 0; transition: max-height .35s ease, padding .35s ease, opacity .25s ease; }
  .mobile-nav.is-open { max-height: 300px; padding-top: 13px; padding-bottom: 23px; opacity: 1; }
  .mobile-nav a { padding: 11px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); color: #fffaf0; font-size: 14px; }
  .hero__aside { display: none; }
  .story__grid, .meaning__grid, .visit__grid { grid-template-columns: 1fr; }
  .story__body { padding-top: 0; }
  .meaning__statement { max-width: 520px; }
  .section-heading { grid-template-columns: 1fr; gap: 7px; }
  .discovery-grid { grid-template-columns: 1fr 1fr; }
  .discovery-card { min-height: 420px; }
  .discovery-card--landscape { grid-column: 1 / -1; }
  .milestone__grid { grid-template-columns: .48fr 1fr; gap: 52px; }
  .history-page__hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .history-page__lead { max-width: 650px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 40px, 1180px); }
  .topline { display: none; }
  .site-header { top: 0; }
  .header__inner { min-height: 73px; }
  .site-header.is-scrolled { top: 0; }
  .brand__logo { width: 43px; height: 43px; }
  .brand__wordmark { font-size: 14px; }
  .brand__wordmark small { font-size: 6px; }
  .mobile-nav { top: 73px; padding-right: 20px; padding-left: 20px; }
  .hero, .hero__inner { min-height: 730px; }
  .hero__image { background-position: 70% center; }
  .hero__image::after { background: linear-gradient(90deg, rgba(7, 15, 17, .93) 0%, rgba(8, 15, 16, .72) 72%, rgba(8, 15, 16, .35) 100%), linear-gradient(0deg, rgba(8, 15, 16, .67) 0%, transparent 38%); }
  .hero__inner { padding-top: 103px; padding-bottom: 90px; }
  .hero__copy { padding-top: 40px; }
  .hero h1 { font-size: clamp(50px, 15.5vw, 72px); line-height: 1.02; }
  .hero__kicker { margin: 14px 0 20px; font-size: 17px; }
  .hero__intro { font-size: 16px; line-height: 1.8; }
  .hero__actions { gap: 21px; }
  .button { min-height: 49px; padding: 11px 16px; font-size: 14px; }
  .scroll-cue { left: 20px; bottom: 25px; }
  .hero-credit { right: 18px; }
  .section { padding: 86px 0; }
  .story__grid { gap: 34px; }
  .section-intro h2, .section-heading h2, .visit h2 { font-size: clamp(35px, 10.8vw, 50px); line-height: 1.18; }
  .story__body .lead { font-size: 18px; }
  .story__body p { font-size: 16px; }
  .story__actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .story-stat { grid-template-columns: 1fr; gap: 20px; margin-top: 80px; }
  .story-stat__number { font-size: 147px; }
  .story-stat__copy { padding: 0; }
  .story-stat__line { display: none; }
  .story-modal { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .story-modal__shell { padding: 68px 24px 45px; }
  .modal-close { top: 15px; right: 15px; }
  .language-toggle--modal { top: 20px; left: 20px; }
  .story-modal__header h2 { font-size: clamp(38px, 11.5vw, 52px); line-height: 1.38; }
  .story-modal__header > p:last-child { margin-top: 20px; font-size: 16px; }
  .story-timeline { --timeline-axis: 6px; margin-top: 50px; }
  .timeline-entry { display: block; width: 100%; min-width: 0; padding: 0 0 58px 31px; }
  .timeline-entry__body { width: 100%; min-width: 0; }
  .timeline-entry::before { top: 6px; }
  .timeline-entry__period { margin-bottom: 13px; font-size: 16px; text-align: left; }
  .timeline-entry__body h3 { font-size: 23px; }
  .timeline-entry__body > p { font-size: 16px; }
  .timeline-photo { margin-top: 20px; }
  .history-page__hero { padding: 126px 0 64px; }
  .history-page__back { margin-bottom: 42px; }
  .history-page__intro h1 { font-size: clamp(43px, 13vw, 60px); line-height: 1.2; }
  .history-page__lead { font-size: 16px; line-height: 1.85; }
  .history-year-nav { top: 73px; }
  .history-year-nav__inner { min-height: 66px; align-items: flex-start; flex-direction: column; gap: 8px; padding-top: 10px; padding-bottom: 10px; }
  .history-year-nav__label { padding-left: 2px; }
  .history-year-nav__links { width: 100%; }
  .history-year-nav__links button { padding: 8px 13px; font-size: 14px; }
  .history-page__timeline-section { padding: 66px 0 90px; }
  .history-page__timeline-shell { width: min(100% - 40px, 1040px); }
  .history-page .story-timeline { margin-top: 0; }
  .history-page .timeline-entry { scroll-margin-top: 166px; }
  .history-page__error { padding: 40px 22px; }
  .gallery-lightbox__close { top: 12px; right: 12px; }
  .gallery-lightbox__stage { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 5px; padding: 64px 7px 18px; }
  .gallery-lightbox__nav { width: 40px; height: 40px; }
  .gallery-lightbox__nav span { font-size: 20px; }
  .gallery-lightbox figure { gap: 12px; }
  .gallery-lightbox figcaption { align-items: flex-start; flex-direction: column; gap: 4px; padding: 0 8px; font-size: 13px; }
  .meaning { padding: 83px 0 0; }
  .meaning__grid { gap: 33px; }
  .meaning__heading h2, .milestone h2 { font-size: clamp(38px, 11vw, 52px); }
  .meaning__statement p { font-size: 16px; line-height: 1.9; }
  .meaning-cards { grid-template-columns: 1fr; margin-top: 60px; }
  .meaning-card, .meaning-card + .meaning-card { display: grid; min-height: auto; grid-template-columns: 54px 1fr; gap: 14px; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .meaning-card__number { margin: 4px 0 0; }
  .meaning-card h3 { margin-bottom: 5px; }
  .discover { padding-top: 84px; }
  .section-heading { margin-bottom: 38px; }
  .discovery-grid { grid-template-columns: 1fr; gap: 13px; }
  .discovery-card, .discovery-card--feature { min-height: 350px; }
  .discovery-card--feature { min-height: 470px; }
  .milestone { padding: 82px 0; }
  .milestone__grid { grid-template-columns: 1fr; gap: 42px; }
  .milestone__date span { font-size: 132px; }
  .milestone__copy > p:not(.eyebrow) { font-size: 16px; }
  .visit { padding: 86px 0; }
  .visit__grid { gap: 34px; }
  .visit-detail { gap: 16px; padding-bottom: 23px; margin-bottom: 21px; }
  .visit-detail__icon { width: 22px; font-size: 24px; }
  .visit-detail small { margin-bottom: 5px; font-size: 12px; }
  .visit-detail p { font-size: 16px; line-height: 1.7; }
  .visit__actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .visit__map { height: 360px; margin-top: 52px; }
  .visit__map p { right: 10px; bottom: 10px; left: 58px; max-width: calc(100% - 68px); font-size: 12px; }
  .footer__top { min-height: 0; flex-wrap: wrap; gap: 25px; padding: 42px 0 31px; }
  .footer__top > p { width: 100%; margin: 0; }
  .footer__top-link { margin-left: auto; }
  .footer__bottom { flex-direction: column; gap: 9px; padding: 18px 0 23px; font-size: 11px; }
}

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