/* Fountain Creek Estates: cinematic hero,
   editorial serif/sans hierarchy, forest/gold palette, framed imagery and grids. */
:root {
  --ink: #18251e; --forest: #101c18; --forest-deep: #09130f;
  --gold: #9b7136; --gold-text: #805b2b; --gold-bright: #e0bd76; --paper: #f7f3e9;
  --cream: #f0e7d2; --muted: #566159; --line: #d8cfbe;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --shell: min(1280px, calc(100% - 112px));
  --header-height: 101px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); text-rendering: optimizeLegibility; }
body.viewer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #aa772c; outline-offset: 5px; }
.hero :focus-visible, .site-header :focus-visible, .presented :focus-visible, dialog :focus-visible { outline-color: var(--gold-bright); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: var(--gold-bright); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.site-header { position: fixed; z-index: 10; inset: 0 0 auto; color: var(--paper); border-bottom: 1px solid #ffffff35; background: linear-gradient(#09130f6b, transparent); }
.site-header.is-scrolled { background: var(--forest); border-bottom-color: #e0bd7654; }
.header-inner { display: flex; min-height: 100px; gap: 32px; align-items: center; justify-content: space-between; }
.wordmark { display: flex; flex-direction: column; text-decoration: none; flex-shrink: 0; }
.wordmark-kicker { color: var(--gold-bright); font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.wordmark-name { margin-top: 5px; font: 20px/1.15 var(--serif); letter-spacing: .035em; }
.wordmark-name span { display: block; margin-top: 3px; font: 8px/1.4 var(--sans); letter-spacing: .38em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); }
.primary-nav a { position: relative; padding-block: 12px; text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; bottom: 5px; left: 0; width: 100%; height: 1px; background: var(--gold-bright); transform: scaleX(0); transform-origin: left; transition: transform 180ms; }
.primary-nav a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; }
.hero { position: relative; display: grid; min-height: min(940px, 96svh); align-items: end; isolation: isolate; background: var(--forest-deep); color: var(--paper); }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 46%; }
.hero-shade { background: linear-gradient(90deg, #06100bd1 0%, #06100b82 41%, #06100b05 82%), linear-gradient(0deg, #07110de8 0%, transparent 56%), linear-gradient(180deg, #07110d66, transparent 27%); z-index: 1; }
.hero-content { position: relative; z-index: 2; padding-block: 190px 134px; }
.eyebrow { margin: 0 0 24px; color: var(--gold-text); font-size: 11px; font-weight: 800; letter-spacing: .19em; line-height: 1.6; text-transform: uppercase; }
.hero .eyebrow, .presented .eyebrow, .tour-section .eyebrow { color: var(--gold-bright); }
.hero h1 { margin: 0; font: 400 clamp(72px, 8vw, 118px)/.98 var(--serif); letter-spacing: -.055em; text-shadow: 0 4px 32px #0006; }
.hero h1 span { display: block; margin-top: 12px; font-size: .37em; letter-spacing: .3em; line-height: 1.2; text-transform: uppercase; }
.hero-lede { margin: 34px 0 0; font: 26px/1.3 var(--serif); }
.hero-lede em { color: var(--gold-bright); font-style: italic; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 52px; padding: 16px 23px; border: 1px solid transparent; border-radius: 1px; font-size: 11px; font-weight: 800; letter-spacing: .09em; line-height: 1.4; text-decoration: none; text-transform: uppercase; transition: background 160ms, color 160ms, transform 160ms; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-bright); color: var(--forest-deep); border-color: var(--gold-bright); }
.button-primary:hover { background: var(--paper); }
.button-dark { background: var(--forest); color: var(--paper); }
.button-dark:hover { background: #274334; }
.text-link { display: inline-block; font-size: 11px; font-weight: 800; line-height: 1.7; letter-spacing: .085em; text-decoration-color: var(--gold-bright); text-underline-offset: 7px; text-transform: uppercase; }
.text-link span { margin-left: 8px; }
.text-link:hover { text-decoration-thickness: 2px; }
.hero-caption { position: absolute; right: 24px; bottom: 92px; z-index: 2; margin: 0; writing-mode: vertical-rl; color: #fffdf7d9; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-scroll { position: absolute; z-index: 2; right: 56px; bottom: 35px; display: flex; align-items: center; gap: 15px; font-size: 9px; letter-spacing: .2em; text-decoration: none; text-transform: uppercase; }
.hero-scroll span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #e0bd7680; border-radius: 50%; font-size: 16px; }
.section { padding-block: clamp(76px, 8.5vw, 130px); scroll-margin-top: 0; }
.section-header { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: clamp(40px, 7vw, 100px); margin-bottom: 58px; }
.section-heading h2 { margin: 0; font: 400 clamp(40px, 4.6vw, 68px)/1.05 var(--serif); letter-spacing: -.045em; }
.intro-copy { max-width: 560px; margin: 0; color: var(--muted); }
.highlights { background: radial-gradient(circle at 20% 0%, #c49a5312, transparent 45%), var(--paper); }
.highlights-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.highlights-grid > div { padding: 28px 26px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.highlights-grid dt { color: #89642f; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.highlights-grid dd { margin: 26px 0 14px; font: 28px/1.15 var(--serif); letter-spacing: -.025em; }
.highlights-grid .highlight-detail { margin: 0; font: 13px/1.65 var(--sans); letter-spacing: normal; color: var(--muted); }
.community-images { display: grid; grid-template-columns: 1.55fr 1fr; gap: 30px; align-items: end; margin-top: 64px; }
.community-images figure { margin: 0; min-width: 0; }
.community-images img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.community-detail { padding-bottom: 34px; }
.community-detail img { aspect-ratio: 1.25; }
.aerial-overview { margin-top: 58px; padding-top: 40px; border-top: 1px solid var(--line); }
.aerial-overview-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.aerial-overview h3 { margin: 0; font: 36px/1.15 var(--serif); letter-spacing: -.025em; }
.aerial-overview-heading p { margin: 0; max-width: 370px; color: var(--muted); font-size: 13px; }
.aerial-grid { display: grid; grid-template-columns: 1.8fr 1fr; align-items: center; gap: 30px; }
.aerial-grid figure { margin: 0; min-width: 0; }
.aerial-grid img { width: 100%; height: auto; }
.aerial-master img { border: 1px solid var(--line); }
.aerial-support { display: grid; gap: 28px; }
.aerial-note { margin: 25px 0 0; color: var(--muted); font-size: 11px; }
figcaption { margin-top: 15px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.tour-section { background: radial-gradient(circle at 80% 15%, #c49a5320, transparent 36%), linear-gradient(140deg, var(--forest-deep), #183025); color: var(--cream); }
.tour-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.tour-copy h2 { font-size: clamp(44px, 4.6vw, 68px); }
.tour-copy > p:not(.eyebrow) { margin-top: 28px; color: #f0e7d2ce; }
.tour-copy .tour-note { font-size: 12px; color: #e2d7bdd1; }
.tour-preview-shortcut, .tour-preview-shortcut:hover, .tour-preview-shortcut:visited { color: inherit; text-decoration: none; cursor: text; }
.tour-preview-shortcut { position: relative; }
.tour-preview-shortcut::after { content: ""; position: absolute; width: 32px; height: 32px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.tour-frame { min-width: 0; border: 1px solid #e0bd765e; background: #07110d91; padding: 20px; box-shadow: 0 25px 60px #0004; }
.tour-art { display: block; }
.tour-frame img { width: 100%; height: auto; }
.tour-launch-panel { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin: 26px 8px 7px; }
.tour-icon { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid #e0bd7680; border-radius: 50%; font: 21px var(--serif); color: var(--gold-bright); }
.tour-launch-panel p { margin: 0; font: 23px/1.3 var(--serif); }
.tour-launch-panel div > span { font-size: 10px; color: #f0e7d2b5; letter-spacing: .08em; }
.tour-launch-panel .button { grid-column: 1/-1; justify-self: center; margin-top: 8px; }
.tour-launch-panel .button:disabled { cursor: default; opacity: 1; -webkit-text-fill-color: var(--forest-deep); }
.tour-launch-panel .button:disabled:hover { background: var(--gold-bright); transform: none; }
.homes { background: #ece5d6; }
.home-feature { display: grid; grid-template-columns: 1.2fr .85fr; gap: clamp(32px, 4.5vw, 64px); align-items: center; padding-top: 44px; border-top: 1px solid #b8ae985e; }
.home-feature + .home-feature { margin-top: 65px; }
.home-feature-reverse { grid-template-columns: .85fr 1.2fr; }
.home-feature-reverse .home-gallery { order: 2; }
.home-gallery { min-width: 0; }
.gallery-stage { position: relative; background: var(--forest); }
.gallery-main { width: 100%; height: auto; aspect-ratio: 4096/2724; object-fit: cover; }
.gallery-expand { position: absolute; bottom: 16px; right: 16px; border: 1px solid var(--gold-bright); border-radius: 1px; background: #0b1712eb; color: var(--paper); min-height: 44px; padding: 7px 15px; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.gallery-expand > span { font-size: 20px; margin-right: 8px; vertical-align: middle; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin-top: 12px; }
.gallery-thumbs button { display: block; min-width: 0; min-height: 44px; padding: 3px; border: 1px solid #ac863f88; background: transparent; }
.gallery-thumbs button[aria-pressed="true"] { border: 2px solid #91621f; padding: 2px; background: #e0bd7677; }
.gallery-thumbs img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.gallery-caption { margin: 12px 0 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.home-copy .eyebrow { font-size: 10px; margin-bottom: 18px; }
.home-copy h3 { margin: 0; font: 400 clamp(28px, 2.5vw, 37px)/1.1 var(--serif); letter-spacing: -.025em; }
.home-copy h3 span { display: block; margin-bottom: 7px; font-size: 1.55em; }
.home-location { margin: 12px 0 24px; color: var(--muted); font-size: 12px; letter-spacing: .025em; }
.home-facts { display: grid; grid-template-columns: .75fr .9fr 1.15fr; gap: 10px; padding-block: 18px; border-block: 1px solid #b8ae9873; margin: 0 0 24px; }
.home-facts dt { margin-bottom: 5px; color: #5e655b; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.home-facts dd { margin: 0; font: 22px/1.3 var(--serif); }
.home-copy > p:not(.eyebrow):not(.home-location) { font-size: 14px; color: #455348; }
.home-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 26px; }
.home-actions .button { font-size: 10px; padding: 14px 17px; gap: 10px; }
.dark-link { color: var(--forest); text-decoration-color: var(--gold); }
.listing-note { margin: 50px 0 0; font-size: 11px; color: var(--muted); }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.story-figure { position: relative; margin: 0; }
.story-figure::before { content: ""; position: absolute; z-index: 0; inset: -12px 12px 45px -12px; border: 1px solid #b28b4b80; }
.story-figure img { position: relative; width: 100%; height: auto; aspect-ratio: 1.1; object-fit: cover; }
.story-copy h2 { font-size: clamp(39px, 4vw, 58px); }
.story-copy .lead { margin-top: 30px; font: 23px/1.4 var(--serif); color: #314b3c; }
.story-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); font-size: 14px; }
.story-copy .text-link { margin-top: 18px; }
.presented { background: radial-gradient(circle at 80% 40%, #c49a531c, transparent 50%), var(--forest-deep); color: var(--cream); }
.presented .intro-copy { color: #e2d7bddb; font-size: 15px; }
.presenter-grid { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 38px; width: min(100%, 880px); margin-inline: auto; text-align: center; }
.presenter-block { width: 100%; }
.presenter-block.developer-block { width: min(48%, 420px); }
.brand-label { margin: 0 0 22px; padding-top: 22px; border-top: 1px solid #e0bd7654; color: var(--gold-bright); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.brand-card { display: block; border: 1px solid #e0bd7654; transition: border-color 180ms; }
.brand-card:hover { border-color: var(--gold-bright); }
.brand-card img { width: 100%; height: auto; }
.presenter-block > .text-link { margin-top: 24px; color: var(--cream); }
.developer-block .brand-label { border-top: 0; padding-top: 0; margin-bottom: 16px; }
.developer-card { padding: 8px; background: #000; }
.developer-card img { width: 100%; height: auto; }
.developer-name { margin: 14px 0 0; font: 16px/1.4 var(--serif); color: #e2d7bddd; }
.site-footer { padding-block: 48px 28px; background: #060e0a; border-top: 1px solid #e0bd7638; color: var(--cream); }
.footer-grid { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 34px; }
.footer-name { margin: 0; font: 22px var(--serif); }
.footer-location { font-size: 10px; letter-spacing: .04em; color: #e2d7bdc7; }
.footer-nav { display: flex; gap: 25px; }
.footer-nav a { font-size: 10px; text-decoration: none; }
.footer-nav a:hover { text-decoration: underline; }
.footer-credit { margin-top: 36px; margin-bottom: 0; padding-top: 20px; border-top: 1px solid #e0bd7629; font-size: 10px; color: #e2d7bdb3; }
.site-development-credit { margin-top: 28px; margin-bottom: 0; padding-top: 20px; border-top: 1px solid #e0bd7629; text-align: center; font-size: 12px; color: #e2d7bddb; }
.site-development-credit a { color: var(--gold-bright); text-underline-offset: 4px; }
dialog { position: fixed; inset: 0; margin: auto; padding: 0; border: 1px solid #e0bd7670; background: #09120f; color: var(--paper); width: min(1440px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); box-shadow: 0 30px 120px #0008; }
dialog::backdrop { background: #020604ed; }
.viewer-header { display: flex; gap: 15px; align-items: center; justify-content: space-between; padding: 16px 24px; border-bottom: 1px solid #e0bd7638; }
.viewer-header h2 { margin: 0; font: 25px/1.2 var(--serif); }
.viewer-header button { border: 1px solid #e0bd7660; color: var(--paper); background: transparent; padding: 7px 12px; min-height: 44px; font-size: 12px; }
.viewer-header button span { margin-left: 8px; font-size: 23px; vertical-align: middle; }
.viewer-stage { display: grid; grid-template-columns: 54px minmax(0, 1fr) 54px; align-items: center; gap: 8px; padding: 16px 12px 0; }
.viewer-stage img { width: 100%; height: min(72dvh, 850px); object-fit: contain; }
.viewer-stage button { height: 50px; width: 50px; border-radius: 50%; border: 1px solid var(--gold-bright); background: #0d2117; color: var(--gold-bright); font: 36px/1 var(--serif); }
#viewer-caption { margin: 13px 24px 20px; text-align: center; font-size: 12px; color: #f0e7d2db; }
@media (max-width: 1100px) {
  :root { --shell: calc(100% - 64px); }
  .primary-nav { gap: 22px; }
  .primary-nav a { font-size: 10px; }
  .tour-layout { gap: 40px; }
  .home-feature, .home-feature-reverse { gap: 32px; }
  .home-actions { gap: 16px; }
  .highlights-grid > div { padding: 23px 20px; }
}
@media (max-width: 900px) {
  :root { --header-height: 91px; }
  .header-inner { min-height: 90px; }
  .primary-nav { gap: 18px; }
  .primary-nav a { font-size: 9px; letter-spacing: .05em; }
  .section-header { grid-template-columns: 1fr; gap: 28px; }
  .intro-copy { max-width: 670px; }
  .highlights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .highlights-grid dd br { display: none; }
  .tour-layout, .story-grid { grid-template-columns: 1fr; gap: 44px; }
  .tour-copy { max-width: 650px; }
  .tour-frame { max-width: 760px; width: 100%; }
  .home-feature, .home-feature-reverse { grid-template-columns: 1fr; gap: 32px; }
  .home-feature-reverse .home-gallery { order: 0; }
  .home-copy { max-width: 650px; }
  .home-copy h3 { font-size: 33px; }
  .home-copy h3 span { display: inline; font-size: inherit; }
  .home-facts { max-width: 440px; }
  .story-figure img { aspect-ratio: 16/9; }
  .aerial-overview-heading { align-items: start; flex-direction: column; gap: 16px; }
}
@media (max-width: 700px) {
  :root { --shell: calc(100% - 40px); --header-height: 87px; }
  .header-inner { min-height: 86px; gap: 16px; }
  .wordmark-name { font-size: 19px; }
  .menu-toggle { display: flex; gap: 10px; align-items: center; min-height: 44px; padding: 8px 12px; border: 1px solid #e0bd7690; background: #09130f99; color: var(--paper); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 20px 22px; background: #101c18fa; border-bottom: 1px solid #e0bd7670; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { min-height: 44px; font-size: 12px; letter-spacing: .1em; }
  .hero { min-height: max(720px, 93svh); }
  .hero-media img { object-position: 41% center; }
  .hero-shade { background: linear-gradient(0deg, #07110def 0%, #07110da1 43%, #07110d14 84%), linear-gradient(180deg, #07110d91 0%, transparent 35%); }
  .hero-content { padding-block: 240px 105px; }
  .hero h1 { font-size: clamp(46px, 12.6vw, 86px); }
  .hero h1 span { margin-top: 12px; font-size: .41em; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .15em; margin-bottom: 22px; }
  .hero-lede { font-size: 25px; margin-top: 27px; }
  .hero-actions { margin-top: 28px; gap: 24px; }
  .hero-caption { display: none; }
  .hero-scroll { left: 20px; right: auto; bottom: 28px; font-size: 8px; }
  .section { padding-block: 70px; }
  .section-heading h2, .tour-copy h2 { font-size: clamp(38px, 8.8vw, 56px); }
  .section-header { margin-bottom: 38px; }
  .intro-copy { font-size: 15px; }
  .highlights-grid > div { padding: 24px 17px; }
  .highlights-grid dt { font-size: 8px; letter-spacing: .08em; }
  .highlights-grid dd { font-size: 23px; }
  .highlights-grid .highlight-detail { font-size: 12px; }
  .community-images { grid-template-columns: 1fr; gap: 28px; margin-top: 40px; }
  .community-detail { width: 83%; padding-bottom: 0; justify-self: end; }
  .community-detail img { aspect-ratio: 1.5; }
  .aerial-overview { margin-top: 40px; padding-top: 30px; }
  .aerial-overview h3 { font-size: 29px; }
  .aerial-grid { grid-template-columns: 1fr; gap: 28px; }
  .tour-frame { padding: 12px; }
  .tour-launch-panel { margin-inline: 2px; gap: 14px; }
  .tour-launch-panel p { font-size: 20px; }
  .tour-icon { width: 48px; height: 48px; font-size: 17px; }
  .tour-launch-panel .button { width: 100%; }
  .tour-launch-panel div > span { font-size: 9px; }
  .home-feature { padding-top: 30px; }
  .gallery-expand { bottom: 10px; right: 10px; padding-inline: 10px; }
  .gallery-thumbs { gap: 5px; margin-top: 8px; }
  .home-copy h3 { font-size: 29px; }
  .home-copy h3 span { display: block; font-size: 1.45em; }
  .home-facts dd { font-size: 22px; }
  .home-facts dt { font-size: 8px; }
  .home-feature + .home-feature { margin-top: 44px; }
  .home-actions { gap: 20px; }
  .story-figure::before { inset: -8px 8px 40px -8px; }
  .story-copy .lead { font-size: 23px; }
  .presenter-block.developer-block { width: 66%; }
  .developer-card { padding: 4px; }
  .developer-name { font-size: 15px; }
  .footer-nav { gap: 25px; flex-wrap: wrap; }
  .footer-grid { gap: 22px; }
  dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); }
  .viewer-header { padding: 12px; }
  .viewer-header h2 { font-size: 19px; }
  .viewer-header button { flex-shrink: 0; }
  .viewer-stage { position: relative; display: block; padding: 0; }
  .viewer-stage img { height: 62dvh; width: 100%; }
  .viewer-stage button { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background: #07110de6; }
  [data-viewer-prev] { left: 7px; }
  [data-viewer-next] { right: 7px; }
  #viewer-caption { font-size: 11px; margin-inline: 12px; }
}
@media (max-width: 360px) {
  :root { --shell: calc(100% - 32px); }
  .wordmark-name { font-size: 17px; }
  .menu-toggle { font-size: 9px; padding-inline: 9px; }
  .wordmark-kicker { font-size: 8px; }
  .hero h1 { font-size: 44px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .hero .button { width: 100%; padding-inline: 15px; }
  .hero-scroll { left: 16px; }
  .highlights-grid > div { padding: 21px 12px; }
  .highlights-grid dd { font-size: 21px; }
  .section-heading h2, .tour-copy h2 { font-size: 36px; }
  .button { font-size: 10px; }
  .viewer-header h2 { font-size: 17px; }
}
@media (max-height: 540px) and (orientation: landscape) {
  .hero { min-height: 600px; }
  .hero-content { padding-top: 180px; padding-bottom: 100px; }
  .hero-caption { display: none; }
  .viewer-header { padding-block: 7px; }
  .viewer-header h2 { font-size: 18px; }
  .viewer-stage { padding-top: 0; }
  .viewer-stage img { height: calc(100dvh - 132px); }
  #viewer-caption { margin-block: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
