:root {
  --step-5: clamp(3rem, 1.9rem + 4vw, 6rem);
  --sc-canvas: var(--paper);
  --sc-surface: var(--paper-sunk);
  --sc-ink: var(--ink);
  --sc-ink-soft: var(--ink-soft);
  --sc-accent: var(--gold);
  --sc-accent-ink: var(--ink);
  --sc-font-display: var(--font-display);
  --sc-font-text: var(--font);
  --sc-r-sm: 0;
  --sc-z-stage: 1;
}
body { letter-spacing: 0; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
.btn:active { transform: translateY(1px); }
.header { background: var(--paper); backdrop-filter: none; }
.header__inner { min-height: 76px; }
.header__nav a { min-height: 44px; display: inline-flex; align-items: center; }
.header.is-over-hero { background: transparent; color: white; border-color: transparent; }
.header.is-over-hero .header__nav a { color: white; }
.header.is-over-hero .header__cta { color: white; border-bottom-color: white; }
.header.is-over-hero .wordmark { text-shadow: 0 1px 12px oklch(.15 .01 254 / .6); }
.wordmark { font-size: 1.16rem; }

.cinematic { position: relative; background: var(--paper); }
.cinematic__stage { position: relative; height: 100svh; min-height: 680px; overflow: clip; isolation: isolate; }
.cinematic__scene { position: absolute; inset: 0; overflow: hidden; transform: translateY(-1vh) scale(.92); transform-origin: center; }
.cinematic__scene picture { display: block; width: 100%; height: 100%; }
.cinematic__image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.cinematic__shade { position: absolute; inset: 0; background: linear-gradient(to top right, oklch(.12 .014 254 / .94), oklch(.12 .014 254 / .75) 25%, oklch(.12 .014 254 / .12) 57%, transparent 74%), linear-gradient(to bottom, oklch(.12 .014 254 / .52), transparent 17%); }
.cinematic__title { position: absolute; z-index: 2; left: max(var(--bleed-pad), 6vw); bottom: 13vh; width: min(54vw, 780px); color: white; transform: translate(1vw, -3vh) scale(.96); transform-origin: left bottom; }
.cinematic h1 { max-width: 16ch; font-size: clamp(3.2rem, 5.2vw, 5rem); line-height: 1.1; letter-spacing: -.025em; font-weight: 500; }
.cinematic__actions { margin-top: 1.75rem; }
.cinematic .btn { min-height: 54px; padding: .9rem 1.35rem; gap: .75rem; font-size: .94rem; }
.cinematic .btn svg { width: 18px; height: 18px; fill: currentColor; }
.cinematic__portrait { position: absolute; z-index: 3; right: 6vw; bottom: 10vh; width: min(29vw, 400px); height: min(66vh, 600px); margin: 0; border: 6px solid var(--paper); background: var(--paper); box-shadow: 0 20px 42px -24px oklch(.12 .014 254 / .65); transform: translateY(4vh) scale(.96); transform-origin: center bottom; }
.cinematic__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; }
.introduction { padding: clamp(2rem, 3.5vw, 3.5rem) 0; }
.introduction__layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.introduction__lead { font-family: var(--font-display); font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 400; line-height: 1.4; letter-spacing: -.018em; max-width: 30ch; }
.introduction__detail { padding-top: .15rem; max-width: 43ch; font-size: 1.05rem; line-height: 1.6; }
.introduction__contact { margin-top: 1rem; }
.introduction__contact a { font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: .25em; }
.section { padding-block: clamp(2.75rem, 5vw, 5rem); }
.section__head { margin-bottom: 1.75rem; }
.section h2 { font-weight: 500; }
#tours { padding-bottom: clamp(2.5rem, 4vw, 4rem); }
.feature--lead { width: min(100% - var(--gutter) * 2, 1080px); margin: 0 auto 2rem; padding-bottom: 2rem; }
.feature--lead .feature__frame { max-height: none; aspect-ratio: 16 / 9; }
.feature--lead .feature__frame img { object-fit: contain; }
.feature--lead .feature__body { width: 100%; padding-top: 1rem; }
.feature--lead .feature__title { font-size: clamp(1.35rem, 2.2vw, 2rem); max-width: 36ch; font-weight: 600; }
.feature--lead .feature__facts { font-size: .9rem; }
.tours { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 1.5rem; }
.contact { min-height: 0; padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.contact .narrow { display: grid; grid-template-columns: 1fr 1fr; column-gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.contact h2 { grid-row: 1 / 3; font-weight: 500; font-size: clamp(2.5rem, 4vw, 4.2rem); line-height: 1.08; max-width: 13ch; }
.contact p { font-size: 1.05rem; margin: 0 0 1.5rem; line-height: 1.65; max-width: 47ch; }
.contact .btn { grid-column: 2; justify-self: start; }
.statement { padding: clamp(2.75rem, 5vw, 5rem) 0 0; border: 0; }
.statement__layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(2rem, 4vw, 4rem); }
.statement__text { font-size: clamp(2.3rem, 3.7vw, 3.8rem); font-weight: 500; line-height: 1.1; max-width: 15ch; }
.statement__note { border-top: 0; padding-top: 0; margin-top: 1.25rem; max-width: 37ch; font-size: 1rem; }
.statement__photo { margin: 0; overflow: hidden; }
.statement__photo img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.story { padding-block: clamp(2.75rem, 4vw, 4rem); }
.story__layout { grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.story__grid { max-width: 57ch; }
.story h2 { font-size: clamp(1.8rem, 2.5vw, 2.5rem); padding: 0; font-weight: 500; }
.story h2::before { display: none; }
.story p { font-size: 1rem; line-height: 1.65; margin-top: 1.1rem; }
.story__portrait { display: block; overflow: hidden; }
.story__portrait img { aspect-ratio: 4 / 5; width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; }

@media (min-width: 900px) and (min-height: 680px) and (prefers-reduced-motion: no-preference) {
  .motion-opening .cinematic__stage { position: sticky; top: 0; }
  .motion-opening .cinematic__scene { transform: translateY(calc(var(--opening-p, 0) * -1vh)) scale(calc(1 - var(--opening-p, 0) * .08)); will-change: transform; }
  .motion-opening .cinematic__image { transform: scale(calc(1.025 - var(--opening-p, 0) * .025)); }
  .motion-opening .cinematic__title { transform: translate(calc(var(--opening-p, 0) * 1vw), calc(var(--opening-p, 0) * -3vh)) scale(calc(1 - var(--opening-p, 0) * .04)); will-change: transform; }
  .motion-opening .cinematic__portrait { transform: translateY(calc(var(--opening-p, 0) * 4vh)) scale(calc(1 - var(--opening-p, 0) * .04)); will-change: transform; }
}

@media (max-width: 899px), (max-height: 679px) {
  .cinematic { height: auto !important; }
  .cinematic__stage { height: 86svh; min-height: 620px; }
  .cinematic__scene { transform: none; }
  .cinematic__image { object-position: 52% 50%; }
  .cinematic__shade { background: linear-gradient(to top, oklch(.12 .014 254 / .94), oklch(.12 .014 254 / .74) 24%, transparent 65%), linear-gradient(to bottom, oklch(.12 .014 254 / .5), transparent 22%); }
  .cinematic__title { left: var(--gutter); bottom: 2rem; width: calc(100% - var(--gutter) * 2); transform: none; }
  .cinematic h1 { font-size: clamp(2.2rem, 5.5vw, 3.75rem); line-height: 1.1; max-width: 17ch; }
  .cinematic__actions { margin-top: 1.35rem; }
  .cinematic__portrait { top: clamp(100px, 14svh, 144px); bottom: auto; right: var(--gutter); width: clamp(166px, 48vw, 260px); height: clamp(212px, 31svh, 300px); transform: none; border-width: 4px; }
  .cinematic__portrait img { object-position: 50% 14%; }
  .introduction__layout { grid-template-columns: 1fr; gap: 1.25rem; }
  .introduction__lead { max-width: 35ch; font-size: clamp(1.5rem, 3.7vw, 1.8rem); }
  .introduction__detail { max-width: 48ch; font-size: 1rem; }
  .contact .narrow { display: block; }
  .contact h2 { max-width: 18ch; }
  .contact p { font-size: 1rem; margin: 1.25rem 0 1.5rem; }
  .statement__layout { grid-template-columns: 1fr; gap: 1.75rem; }
  .statement__text { font-size: clamp(2.25rem, 6vw, 3.5rem); max-width: 20ch; }
  .statement__note { max-width: 45ch; margin-top: 1rem; }
  .story__layout { grid-template-columns: 1fr; gap: 1.75rem; }
  .story__portrait img { aspect-ratio: 4 / 3; }
}
@media (min-width: 600px) and (max-height: 679px) {
  .cinematic__title { max-width: 60%; }
  .cinematic__portrait { top: auto; bottom: 5rem; width: 28%; height: 340px; }
}
@media (max-width: 599px) {
  .header__inner { min-height: 66px; }
  .header__nav { gap: .75rem; }
  .wordmark { font-size: 1.05rem; }
  .cinematic h1 { font-size: clamp(2.15rem, 8.5vw, 2.8rem); }
  .tours { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; }
  .feature--lead { padding-bottom: 1.75rem; margin-bottom: 1.75rem; }
  .feature--lead .feature__title { font-size: 1.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  .cinematic { height: auto !important; }
  .cinematic__stage { position: relative !important; }
  html { scroll-behavior: auto; }
}

.articles { border-top: 1px solid var(--rule); }
.articles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; }
.article-card { display: block; color: var(--ink); text-decoration: none; border-top: 1px solid var(--rule); padding-top: 1.25rem; }
.article-card h3 { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.25; font-weight: 500; }
.article-card p { margin-top: 1rem; color: var(--ink-soft); line-height: 1.6; }
.article-card .article-card__date { margin: 0 0 .75rem; font-size: .85rem; }
.article-card span { display: inline-block; margin-top: 1rem; font-weight: 600; text-decoration: underline; text-underline-offset: .25em; }
.article-card:hover h3, .article-card:hover h2 { text-decoration: underline; text-underline-offset: .2em; }
.articles__all { display: inline-block; margin-top: 2rem; }
.article-page { padding: 8rem var(--gutter) 4rem; min-height: 0; }
.article-content { max-width: 780px; margin-inline: auto; }
.article-content h1 { font-family: var(--font-display); font-size: clamp(2.1rem, 4.5vw, 4rem); line-height: 1.1; letter-spacing: -.025em; font-weight: 500; overflow-wrap: anywhere; }
.article-byline { color: var(--ink-soft); font-size: .95rem; margin-bottom: 1.5rem; }
.article-cover { width: 100%; height: auto; margin-top: 2rem; }
.article-body { margin-top: 2.5rem; font-size: 1.1rem; line-height: 1.75; overflow-wrap: anywhere; }
.article-body p + p { margin-top: 1.5rem; }
.article-index { display: grid; gap: 2rem; margin-top: 3rem; }
.article-index h2 { font-size: 1.6rem; font-weight: 500; }
@media (max-width: 699px) {
  .articles__grid { grid-template-columns: 1fr; gap: 2rem; }
  .article-page { padding-top: 7rem; }
  .article-body { font-size: 1rem; }
}
