:root {
--navy-deep: #0B1524;
--navy-card: #141F35;
--leather: #A8672E;
--barn-wood: #6E4B2A;
--warm-grey: #C9C6BE;
--cream: #F2EFE9;
--rustic-charcoal: #2E2B27; --gold-hi: #E8C77E;
--gold-mid: #C99A4B; --page-bg: #FBFAF7;
--page-text: #24211D;
--page-text-secondary: #5B5850;
--page-border: #E4E1D8;
--font-display: 'Fraunces', serif;
--font-body: 'Inter', sans-serif;
--font-label: 'Space Mono', monospace; --fog-texture: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.008 0.02" numOctaves="4" seed="11"/><feColorMatrix type="matrix" values="0 0 0 0 0.75  0 0 0 0 0.79  0 0 0 0 0.84  0 0 0 0.12 0"/></filter><rect width="500" height="500" filter="url(%23n)"/></svg>');
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
background: var(--navy-deep);
color: var(--cream);
font-family: var(--font-body);
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; } body,
.content-block,
.page-hero,
.ah-footer {
background-image: var(--fog-texture);
background-size: 500px 500px;
background-repeat: repeat;
animation: fog-drift 120s linear infinite;
}
@keyframes fog-drift {
from { background-position: 0 0; }
to { background-position: -500px -350px; }
}
@media (prefers-reduced-motion: reduce) {
body, .content-block, .page-hero, .ah-footer { animation: none; }
}
.skip-link {
position: absolute;
left: -9999px;
top: 0;
background: var(--cream);
color: var(--navy-deep);
padding: 12px 20px;
z-index: 999;
}
.skip-link:focus { left: 12px; top: 12px; }
.screen-reader-text {
position: absolute;
width: 1px; height: 1px;
overflow: hidden;
clip: rect(1px,1px,1px,1px);
white-space: nowrap;
} .ah-header {
position: absolute;
top: 0; left: 0; right: 0;
z-index: 100;
padding: 24px 6vw;
} .ah-header--solid {
position: relative;
background: var(--navy-deep);
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto;
}
.nav__mark {
font-family: var(--font-display);
font-size: 1.25rem;
font-weight: 600;
letter-spacing: 0.01em;
text-decoration: none;
color: var(--cream);
}
.nav__toggle {
display: flex;
flex-direction: column;
justify-content: center;
gap: 5px;
background: none;
border: none;
padding: 10px;
margin: -10px;
cursor: pointer;
z-index: 11;
}
@media (min-width: 800px) { .nav__toggle { display: none; } }
.nav__toggle-bar {
width: 22px; height: 2px;
background: var(--cream);
transition: transform 0.25s ease, opacity 0.25s ease;
transform-origin: center;
}
.nav__toggle.is-active .nav__toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-active .nav__toggle-bar:nth-child(2) { opacity: 0; }
.nav__toggle.is-active .nav__toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__links { display: none; gap: 32px; font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; }
@media (min-width: 800px) { .nav__links { display: flex; } }
.nav__links.is-open {
display: flex;
flex-direction: column;
position: absolute;
top: calc(100% + 8px);
right: 6vw;
background: var(--navy-card);
border: 1px solid rgba(201,198,190,0.15);
border-radius: 4px;
padding: 22px 30px;
gap: 20px;
box-shadow: 0 16px 36px rgba(0,0,0,0.45);
min-width: 200px;
}
.nav__links ul { list-style: none; display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 800px) { .nav__links ul { flex-direction: row; gap: 32px; } }
.nav__links a { text-decoration: none; opacity: 0.75; transition: opacity 0.2s ease; color: var(--cream); }
.nav__links a:hover, .nav__links a:focus-visible { opacity: 1; } .hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__photo {
position: absolute;
top: -14%; left: 0; right: 0;
height: 128%;
will-change: transform;
background-size: cover;
background-repeat: no-repeat;
background-position: 72% 0%;
background-color: var(--navy-card);
}
@media (max-width: 640px) { .hero__photo { background-position: 80% 6%; } }
.hero__scrim {
position: absolute; inset: 0;
background: linear-gradient(100deg, rgba(11,21,36,0.55) 0%, rgba(11,21,36,0.55) 26%, rgba(11,21,36,0.32) 44%, rgba(11,21,36,0.1) 60%, rgba(11,21,36,0) 76%);
}
.hero__scrim-top {
position: absolute; top: 0; left: 0; right: 0; height: 150px;
background: linear-gradient(180deg, rgba(11,21,36,0.6) 0%, rgba(11,21,36,0) 100%);
z-index: 1; pointer-events: none;
}
.hero__content { position: relative; z-index: 2; padding: 0 6vw 9vw; max-width: 640px; }
.hero__eyebrow {
font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
color: var(--leather); margin-bottom: 18px;
opacity: 0; animation: rise 0.7s ease-out 0.1s forwards;
}
.hero__headline {
font-family: var(--font-display); font-weight: 600; font-size: clamp(2.1rem, 5.2vw, 3.6rem);
line-height: 1.08; letter-spacing: -0.01em; margin-bottom: 22px; color: var(--cream);
opacity: 0; animation: rise 0.8s ease-out 0.25s forwards;
}
.hero__sub {
font-size: clamp(1rem, 1.6vw, 1.15rem); color: var(--warm-grey); max-width: 46ch;
opacity: 0; animation: rise 0.8s ease-out 0.4s forwards;
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
.hero__eyebrow, .hero__headline, .hero__sub { animation: none; opacity: 1; transform: none; }
.hero__photo { top: 0; height: 100%; transform: none !important; }
} .quote-bar { background: linear-gradient(120deg, var(--leather) 0%, var(--barn-wood) 100%); padding: 30px 6vw; }
.quote-bar--rustic { background: var(--rustic-charcoal); border-top: 1px solid rgba(201,198,190,0.08); border-bottom: 1px solid rgba(201,198,190,0.08); }
.quote-bar__text {
font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(1.1rem, 2.2vw, 1.5rem);
max-width: 820px; margin: 0 auto; text-align: center; color: var(--cream);
}
.quote-bar__author {
font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase;
text-align: center; color: var(--cream); opacity: 0.75; margin-top: 14px;
} .cards { padding: 72px 6vw 88px; max-width: 1200px; margin: 0 auto; }
.cards__intro { font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warm-grey); opacity: 0.65; margin-bottom: 28px; }
.cards__grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .cards__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .cards__grid { grid-template-columns: repeat(4, 1fr); } }
.card { perspective: 1200px; height: 240px; }
.card__inner { position: relative; width: 100%; height: 100%; transition: transform 0.6s cubic-bezier(0.25,0.8,0.25,1); transform-style: preserve-3d; }
.card:hover .card__inner, .card.is-flipped .card__inner, .card:focus-within .card__inner { transform: rotateY(180deg); }
@media (prefers-reduced-motion: reduce) { .card__inner { transition: none; } }
.card__face { position: absolute; inset: 0; backface-visibility: hidden; border-radius: 4px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; }
.card__face--front { background: var(--navy-deep); border: 1px solid rgba(201,198,190,0.12); text-align: center; align-items: center; }
.card__face--front .card__num { font-family: var(--font-label); font-size: 0.7rem; color: var(--leather); letter-spacing: 0.08em; margin-bottom: auto; }
.card__face--front h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.42rem; color: var(--cream); }
.card__face--back { background: var(--leather); color: var(--navy-deep); transform: rotateY(180deg); justify-content: center; text-align: center; }
.card__face--back p { font-size: 1rem; line-height: 1.55; font-weight: 500; }
.card a.card__link { text-decoration: none; display: block; height: 100%; } .content-block { padding: 88px 6vw; background: var(--navy-deep); }
.content-block__inner { max-width: 700px; margin: 0 auto; }
.content-block__eyebrow { font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--leather); margin-bottom: 16px; }
.content-block__heading { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 24px; line-height: 1.2; color: var(--cream); }
.content-block__body p { color: var(--warm-grey); font-size: 1rem; line-height: 1.75; margin-bottom: 20px; max-width: 65ch; }
.content-block__body p:last-child { margin-bottom: 0; } .cta { background: linear-gradient(120deg, var(--leather) 0%, var(--barn-wood) 100%); padding: 64px 6vw; text-align: center; }
.cta__eyebrow { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 3.4vw, 2.3rem); letter-spacing: -0.01em; color: var(--navy-deep); margin-bottom: 14px; }
.cta__headline { font-family: var(--font-body); font-weight: 500; font-size: clamp(1.05rem, 1.9vw, 1.2rem); max-width: 540px; margin: 0 auto 28px; line-height: 1.55; color: var(--navy-deep); opacity: 0.85; }
.cta__button { display: inline-block; background: var(--navy-deep); color: var(--cream); font-family: var(--font-label); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; padding: 16px 36px; border-radius: 3px; transition: background 0.2s ease, transform 0.2s ease; }
.cta__button:hover, .cta__button:focus-visible { background: var(--cream); color: var(--navy-deep); transform: translateY(-2px); } .ah-footer { background: var(--navy-card); border-top: 1px solid rgba(201,198,190,0.1); }
.footer-widgets { display: grid; grid-template-columns: 1fr; gap: 32px; padding: 48px 6vw; max-width: 1200px; margin: 0 auto; }
@media (min-width: 640px) { .footer-widgets { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } }
.footer-widget-area .widget-title { font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--leather); margin-bottom: 14px; }
.footer-widget-area ul { list-style: none; }
.footer-widget-area li { margin-bottom: 8px; font-size: 0.9rem; }
.footer-widget-area a { text-decoration: none; color: var(--warm-grey); }
.footer-widget-area a:hover { color: var(--cream); }
.footer-bottom {
padding: 24px 6vw; display: flex; flex-direction: column; gap: 8px; align-items: center;
font-family: var(--font-label); font-size: 0.7rem; color: rgba(201,198,190,0.5); text-align: center;
border-top: 1px solid rgba(201,198,190,0.08);
}
@media (min-width: 640px) { .footer-bottom { flex-direction: row; justify-content: space-between; } } .page-hero { padding: 64px 6vw 40px; background: var(--navy-deep); text-align: center; }
.page-hero__eyebrow { font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--leather); margin-bottom: 14px; }
.page-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 4.5vw, 3rem); color: var(--cream); }
.page-content { padding: 0 6vw 96px; max-width: 760px; margin: 0 auto; }
.page-plain-title { font-family: var(--font-display); color: var(--cream); font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 500; margin: 56px 0 24px; text-align: left; }
.page-content p { color: var(--warm-grey); font-size: 1.05rem; line-height: 1.8; margin-bottom: 22px; max-width: 65ch; }
.page-content h2 { font-family: var(--font-display); color: var(--cream); font-size: 1.6rem; margin: 40px 0 18px; }
.page-content h3 { font-family: var(--font-display); color: var(--cream); font-size: 1.3rem; margin: 32px 0 14px; }
.page-content a { color: var(--leather); text-decoration: underline; }
.page-content ul, .page-content ol { color: var(--warm-grey); margin: 0 0 22px 22px; line-height: 1.8; } .light-page { background: var(--page-bg); color: var(--page-text); min-height: 100vh; }
.light-page .ah-header { position: relative; background: var(--navy-deep); }
.blog-hero { padding: 72px 6vw 40px; text-align: center; border-bottom: 1px solid var(--page-border); }
.blog-hero__eyebrow { font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--leather); margin-bottom: 12px; }
.blog-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.blog-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 28px 6vw 0; }
.blog-filter button {
font-family: var(--font-label); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase;
background: none; border: 1px solid var(--page-border); border-radius: 20px; padding: 8px 16px; cursor: pointer;
color: var(--page-text-secondary);
}
.blog-filter button.is-active, .blog-filter button:hover { border-color: var(--leather); color: var(--leather); }
.blog-grid { display: grid; grid-template-columns: 1fr; gap: 32px; padding: 48px 0 0; }
@media (min-width: 640px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
.blog-card { border: 1px solid var(--page-border); border-radius: 8px; overflow: hidden; background: #fff; text-decoration: none; color: inherit; display: block; }
.blog-card__thumb { aspect-ratio: 16/10; background: var(--navy-card); overflow: hidden; }
.blog-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card__body { padding: 18px 20px 22px; }
.blog-card__cat { font-family: var(--font-label); font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--leather); margin-bottom: 8px; display: block; }
.blog-card__title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; line-height: 1.3; }
.blog-card__excerpt { font-size: 0.9rem; color: var(--page-text-secondary); line-height: 1.55; }
.article { padding: 56px 0 64px; }
.article__eyebrow { font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--leather); margin-bottom: 14px; }
.article__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.2; margin-bottom: 16px; }
.article__meta { font-size: 0.85rem; color: var(--page-text-secondary); margin-bottom: 36px; }
.article__body { font-size: 1.08rem; line-height: 1.8; }
.article__body p { margin-bottom: 24px; max-width: 65ch; }
.article__body h2 { font-family: var(--font-display); font-size: 1.5rem; margin: 40px 0 16px; }
.article__body h3 { font-family: var(--font-display); font-size: 1.25rem; margin: 32px 0 14px; }
.article__body a { color: var(--leather); }
.article__body blockquote {
border-left: 3px solid var(--leather); padding-left: 22px; margin: 32px 0;
font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--rustic-charcoal);
}
.article__body img { border-radius: 6px; margin: 12px 0; } .blog-layout {
display: grid;
grid-template-columns: 1fr;
gap: 48px;
max-width: 1140px;
margin: 0 auto;
padding: 0 6vw 96px;
}
@media (min-width: 900px) {
.blog-layout { grid-template-columns: minmax(0, 700px) 300px; align-items: start; }
}
.blog-main { min-width: 0; }
.blog-sidebar {
display: flex;
flex-direction: column;
gap: 24px;
min-width: 0;
}
@media (min-width: 900px) { .blog-sidebar { padding-top: 56px; } }
.sidebar-card { border: 1px solid var(--page-border); border-radius: 8px; padding: 24px; background: #fff; }
.sidebar-card--author { text-align: center; }
.sidebar-card__avatar {
width: 56px; height: 56px; border-radius: 50%;
background: var(--leather); color: #fff;
display: flex; align-items: center; justify-content: center;
font-family: var(--font-display); font-weight: 600; font-size: 1.1rem;
margin: 0 auto 14px;
}
.sidebar-card__name { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; margin-bottom: 4px; }
.sidebar-card__title { font-size: 0.85rem; color: var(--page-text-secondary); margin-bottom: 14px; line-height: 1.4; }
.sidebar-card__link { font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--leather); text-decoration: none; }
.sidebar-card__link:hover, .sidebar-card__link:focus-visible { text-decoration: underline; }
.sidebar-card--cta { background: var(--rustic-charcoal); border-color: var(--rustic-charcoal); }
.sidebar-card--cta .sidebar-card__eyebrow { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: #fff; margin-bottom: 10px; }
.sidebar-card--cta .sidebar-card__text { font-size: 0.85rem; color: var(--warm-grey); line-height: 1.55; margin-bottom: 18px; }
.sidebar-card--cta .sidebar-card__button {
display: inline-block; background: var(--leather); color: #fff; text-decoration: none;
font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase;
padding: 10px 20px; border-radius: 3px; transition: background 0.2s ease;
}
.sidebar-card--cta .sidebar-card__button:hover, .sidebar-card--cta .sidebar-card__button:focus-visible { background: var(--barn-wood); }
.sidebar-widgets .widget { border: 1px solid var(--page-border); border-radius: 8px; padding: 24px; }
.sidebar-widgets .widget + .widget { margin-top: 24px; }
.sidebar-widgets .widget-title { font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--leather); margin-bottom: 14px; }
.sidebar-widgets ul { list-style: none; }
.sidebar-widgets li { margin-bottom: 10px; font-size: 0.9rem; }
.sidebar-widgets a { color: var(--page-text-secondary); text-decoration: none; }
.sidebar-widgets a:hover, .sidebar-widgets a:focus-visible { color: var(--page-text); } .faq { border-top: 1px solid var(--page-border); }
.faq details { border-bottom: 1px solid var(--page-border); padding: 18px 0; }
.faq summary { cursor: pointer; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; float: right; font-family: var(--font-body); }
.faq details[open] summary::after { content: '\2212'; }
.faq details p { margin-top: 14px; color: var(--page-text-secondary); line-height: 1.7; } a:focus-visible, button:focus-visible { outline: 2px solid var(--leather); outline-offset: 2px; } .timeline-page-sub { font-size: 1rem; color: var(--warm-grey); opacity: 0.8; max-width: 480px; margin: 14px auto 0; }
.intro-block { max-width: 680px; margin: 0 auto 3.5rem; padding: 0 6vw; }
.intro-block p { font-size: 1rem; color: var(--warm-grey); opacity: 0.92; margin: 0 0 1rem; }
.intro-block p:last-child { margin-bottom: 0; } .timeline-wrap { max-width: 680px; margin: 0 auto; padding: 1rem 6vw 0; position: relative; }
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline-rail { position: absolute; top: 6px; left: calc(6vw + 21px); width: 6px; height: calc(100% - 12px); z-index: 0; border-radius: 3px; }
.rail-track { position: absolute; inset: 0; background: rgba(232, 199, 126, 0.12); border-radius: 3px; border: 1px solid rgba(0,0,0,0.35); }
.rail-fill {
position: absolute; top: 0; left: 0; width: 100%; height: 0%; border-radius: 3px;
background: linear-gradient(to right, #5C3D22 0%, var(--gold-mid) 30%, var(--gold-hi) 50%, var(--gold-mid) 70%, #5C3D22 100%);
box-shadow: 0 0 10px rgba(232, 199, 126, 0.45), 0 0 2px rgba(0,0,0,0.5);
transition: height 0.05s linear;
}
@media (prefers-reduced-motion: reduce) { .rail-fill { height: 100% !important; transition: none; } }
.timeline-item {
position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 0 1rem; padding-bottom: 1.9rem;
opacity: 0; transform: translateY(10px); transition: opacity 0.55s ease, transform 0.55s ease;
}
.timeline-item.row-in { opacity: 1; transform: translateY(0); }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot-col { display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; }
.timeline-marker { width: 16px; height: 16px; border-radius: 50%; background: var(--navy-deep); border: 2.5px solid var(--gold-mid); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.timeline-item.is-present .timeline-marker { background: var(--gold-hi); border-color: var(--gold-hi); box-shadow: 0 0 0 4px rgba(232, 199, 126, 0.15), 0 0 14px rgba(232, 199, 126, 0.5); }
@media (prefers-reduced-motion: no-preference) {
.timeline-item.is-present .timeline-marker::after {
content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%;
border: 1.5px solid var(--gold-hi); animation: pulse-ring 2.6s ease-out infinite;
}
}
@keyframes pulse-ring { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(2.1); opacity: 0; } }
.timeline-row.has-popup { cursor: pointer; }
.timeline-row.has-popup:hover .timeline-marker,
.timeline-row.has-popup:focus-visible .timeline-marker { transform: scale(1.2); box-shadow: 0 0 0 5px rgba(232, 199, 126, 0.16); }
.timeline-row { all: unset; display: flex; align-items: baseline; flex-wrap: wrap; gap: 0.15rem 0.85rem; padding: 0.4rem 0; width: 100%; }
.timeline-year { font-family: var(--font-label); font-size: 0.78rem; color: var(--gold-mid); letter-spacing: 0.03em; min-width: 44px; }
.timeline-title { font-family: var(--font-display); font-weight: 500; font-size: 1.05rem; color: var(--cream); }
.timeline-row.has-popup .timeline-title { position: relative; }
.timeline-row.has-popup .timeline-title::after {
content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%;
background: var(--gold-hi); margin-left: 0.5rem; vertical-align: middle; opacity: 0.85;
} .tl-overlay {
position: fixed; inset: 0; background: rgba(6, 10, 18, 0.72); backdrop-filter: blur(3px);
display: flex; align-items: center; justify-content: center; padding: 1.5rem;
opacity: 0; pointer-events: none; transition: opacity 0.25s ease; z-index: 500;
}
.tl-overlay.open { opacity: 1; pointer-events: auto; }
.tl-modal {
background: var(--navy-card); border: 1px solid rgba(232, 199, 126, 0.25); border-radius: 8px;
max-width: 460px; width: 100%; max-height: 88vh; overflow-y: auto; padding: 1.75rem 1.75rem 1.5rem;
transform: translateY(10px) scale(0.98); transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
box-shadow: 0 20px 60px rgba(0,0,0,0.5); position: relative;
}
.tl-overlay.open .tl-modal { transform: translateY(0) scale(1); }
.tl-modal-close { all: unset; position: absolute; top: 1rem; right: 1.1rem; color: var(--warm-grey); font-size: 1.1rem; cursor: pointer; opacity: 0.6; line-height: 1; padding: 0.25rem; }
.tl-modal-close:hover { opacity: 1; }
.tl-modal-year { font-family: var(--font-label); font-size: 0.75rem; color: var(--gold-mid); letter-spacing: 0.06em; display: block; margin-bottom: 0.4rem; }
.tl-modal h2 { font-family: var(--font-display); font-weight: 500; font-size: 1.4rem; color: var(--cream); margin: 0 0 0.9rem; }
.tl-modal-img { width: 100%; height: 130px; border-radius: 5px; background: linear-gradient(135deg, var(--leather), var(--barn-wood)); margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; font-family: var(--font-label); font-size: 0.7rem; color: var(--cream); opacity: 0.85; }
.tl-video-poster {
all: unset; width: 100%; height: 130px; border-radius: 5px; margin-bottom: 1rem;
background: linear-gradient(135deg, var(--rustic-charcoal), #1a1108); border: 1px solid rgba(232, 199, 126, 0.3);
display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem; cursor: pointer;
transition: border-color 0.2s ease, background 0.2s ease;
}
.tl-video-poster:hover, .tl-video-poster:focus-visible { border-color: var(--gold-hi); background: linear-gradient(135deg, #2a2015, var(--rustic-charcoal)); }
.tl-play-icon { width: 40px; height: 40px; border-radius: 50%; background: rgba(232, 199, 126, 0.15); border: 1.5px solid var(--gold-hi); color: var(--gold-hi); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; padding-left: 3px; }
.tl-video-label { font-family: var(--font-label); font-size: 0.7rem; color: var(--warm-grey); opacity: 0.8; }
.tl-modal-body { font-size: 0.92rem; color: var(--warm-grey); opacity: 0.92; }
.tl-modal-body p { margin: 0 0 0.6rem; }
.tl-modal-body p:last-child { margin-bottom: 0; }
.tl-modal video { width: 100%; height: auto; max-height: 60vh; border-radius: 5px; display: block; margin-bottom: 1rem; background: #000; }
@media (prefers-reduced-motion: reduce) {
.timeline-item { opacity: 1; transform: none; transition: none; }
.timeline-item.is-present .timeline-marker::after { display: none; }
.tl-overlay, .tl-modal { transition: none; }
} .destinations { max-width: 680px; margin: 3rem auto 0; padding: 0 6vw; text-align: center; }
.destinations-label { font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-mid); opacity: 0.85; display: block; margin-bottom: 1.5rem; }
.destinations-row { display: flex; justify-content: center; gap: 1.75rem; flex-wrap: wrap; }
.destination-badge {
all: unset; cursor: pointer; width: 172px; padding: 1.6rem 1rem; border-radius: 50%; aspect-ratio: 1 / 1;
display: flex; align-items: center; justify-content: center; text-align: center;
background: radial-gradient(circle at 35% 30%, #241a10, var(--navy-card) 70%);
border: 1.5px solid rgba(232, 199, 126, 0.28); box-shadow: inset 0 0 0 4px rgba(11, 21, 36, 0.6);
position: relative; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.destination-badge:hover, .destination-badge:focus-visible { transform: translateY(-5px); }
.badge-ring { position: absolute; inset: -1.5px; width: calc(100% + 3px); height: calc(100% + 3px); pointer-events: none; transform: rotate(-90deg); }
.badge-ring circle {
fill: none; stroke: var(--gold-hi); stroke-width: 2; stroke-linecap: round;
stroke-dasharray: 295; stroke-dashoffset: 295; filter: drop-shadow(0 0 4px rgba(232, 199, 126, 0.7));
transition: stroke-dashoffset 1.7s cubic-bezier(0.33, 0.1, 0.2, 1);
}
.destination-badge.is-tracing .badge-ring circle,
.destination-badge:hover .badge-ring circle,
.destination-badge:focus-visible .badge-ring circle { stroke-dashoffset: 0; }
.spark-tip-wrap { position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity 0.15s ease; }
.destination-badge.is-tracing .spark-tip-wrap,
.destination-badge:hover .spark-tip-wrap,
.destination-badge:focus-visible .spark-tip-wrap { opacity: 1; }
.spark-tip {
position: absolute; top: 50%; left: 50%; width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%;
background: #fff8e6; box-shadow: 0 0 8px 2px rgba(232, 199, 126, 0.95), 0 0 16px 4px rgba(232, 199, 126, 0.5);
transition: opacity 0.25s ease;
}
.dust-trail { position: absolute; inset: 0; pointer-events: none; }
.dust-wrap { position: absolute; top: 50%; left: 50%; width: 0; height: 0; }
.dust-speck {
position: absolute; top: 0; left: 0; width: 3px; height: 3px; margin: -1.5px 0 0 -1.5px; border-radius: 50%;
background: var(--gold-hi); box-shadow: 0 0 5px 1px rgba(232, 199, 126, 0.85); animation: dust-fade 0.5s ease-out forwards;
}
@keyframes dust-fade { 0% { opacity: 0.9; transform: scale(1); } 100% { opacity: 0; transform: scale(0.3); } }
.splash-speck {
position: absolute; top: 0; left: 0; width: 3px; height: 3px; margin: -1.5px 0 0 -1.5px; border-radius: 50%;
background: radial-gradient(circle, #fff8e6, var(--gold-hi) 70%); box-shadow: 0 0 6px 1px rgba(232, 199, 126, 0.8);
animation: splash-fade 0.6s ease-out forwards;
}
@keyframes splash-fade { 0% { opacity: 0.95; transform: translate(0, 0) scale(1); } 100% { opacity: 0; transform: translate(var(--dx), var(--dy)) scale(0.25); } }
.destination-badge .label-text { font-family: var(--font-display); font-weight: 500; font-size: 1.08rem; line-height: 1.28; color: var(--cream); position: relative; z-index: 2; }
@media (prefers-reduced-motion: reduce) {
.destination-badge { transition: border-color 0.3s ease; }
.destination-badge:hover, .destination-badge:focus-visible { transform: none; }
.badge-ring circle { transition: none; stroke-dashoffset: 0; }
.spark-tip-wrap, .dust-trail { display: none; }
}
@media (max-width: 420px) {
.destination-badge { width: 140px; }
.destination-badge .label-text { font-size: 0.94rem; }
} .closing-bridge { max-width: 620px; margin: 0 auto; padding: 40px 6vw 0; text-align: center; }
.closing-bridge p { font-size: 0.98rem; color: var(--warm-grey); opacity: 0.9; margin: 0; }
.closing-bridge a { color: var(--gold-hi); text-decoration: none; border-bottom: 1px solid rgba(232, 199, 126, 0.4); }
.closing-bridge a:hover { border-bottom-color: var(--gold-hi); }