@import url('assets/fonts.css');

:root {
  color-scheme: light;
  --paper: #f5f8f7;
  --white: #ffffff;
  --ink: #193d40;
  --muted: #52676a;
  --primary: #176b68;
  --primary-hover: #105551;
  --primary-soft: #dceee7;
  --secondary: #345979;
  --secondary-soft: #e3edf6;
  --accent: #a74731;
  --accent-soft: #f6e4db;
  --line: #cbdad5;
  --shadow: 0 3px 12px #193d4008, 0 12px 28px #193d4008;
  --shadow-raised: 0 6px 18px #193d4010, 0 18px 38px #193d4012;
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Cormorant Garamond', Georgia, serif;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; touch-action: manipulation; }
button:disabled { opacity: .4; cursor: default; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; overflow-wrap: break-word; }
::selection { background: #b7ddd0; color: #123e3b; }
:focus-visible { outline: 3px solid var(--primary); outline-offset: 5px; }
[hidden] { display: none !important; }
.visually-hidden { 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 { position: fixed; left: 16px; top: -100px; z-index: 200; padding: 14px 20px; border-radius: 12px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.demo-banner { padding: 9px 22px; background: #dcebe7; color: #365954; text-align: center; font-size: .75rem; line-height: 1.6; letter-spacing: .025em; }

/* A light, tactile navigation surface. */
.site-header { position: sticky; top: 0; z-index: 30; background: #ffffffed; border-bottom: 1px solid #dce5e0; backdrop-filter: blur(16px); }
.header-inner { max-width: 1320px; margin: auto; min-height: 93px; padding: 14px 56px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-block; font: 500 2.65rem/1.15 var(--serif); letter-spacing: -.05em; color: var(--ink); }
.wordmark span { color: var(--accent); }
#site-nav { display: flex; gap: 7px; align-items: center; }
#site-nav a { padding: 12px 18px; min-height: 46px; border-radius: 999px; color: var(--muted); font-size: .875rem; line-height: 1.5; transition: background .2s, color .2s; }
#site-nav a:hover { background: #edf4f0; color: var(--primary); }
#site-nav a[aria-current=page] { background: var(--primary-soft); color: #124b46; }
.menu-toggle { display: none; align-items: center; gap: 10px; padding: 10px 16px; min-height: 44px; border: 0; border-radius: 999px; background: var(--primary-soft); color: var(--primary); font-size: .875rem; }
main { min-height: 58vh; }
main:focus { outline: none; }
.container { max-width: 1320px; margin: 0 auto; padding-left: 56px; padding-right: 56px; }
.eyebrow { color: var(--primary); font-size: .75rem; font-weight: 500; line-height: 1.65; letter-spacing: .13em; text-transform: uppercase; }
.text-link, .primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 20px; min-height: 46px; border: 1px solid transparent; border-radius: 999px; background: var(--primary-soft); color: #155951; font-size: .875rem; line-height: 1.5; transition: background .2s, box-shadow .2s, transform .2s; }
.text-link > span { font-size: 1.25rem; line-height: 1; }
.text-link:hover { background: #c8e3d9; box-shadow: 0 3px 8px #193d4010; }
.primary-button, .hero-copy .text-link { background: var(--primary); color: white; box-shadow: 0 5px 12px #176b6820; }
.primary-button:hover, .hero-copy .text-link:hover { background: var(--primary-hover); box-shadow: 0 7px 18px #176b6830; }
.subtle-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--primary); font-size: .875rem; }
.subtle-link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Sea-glass colour gives the opening portrait its own space. */
.home-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; width: calc(100% - 48px); max-width: 1264px; margin: 32px auto 36px; padding: 48px; border: 1px solid #d1e5dc; border-radius: 34px; background: #e0efea; }
.hero-copy { min-width: 0; padding: 8px 0; }
.hero-copy .eyebrow { display: inline-block; margin-bottom: 26px; padding: 7px 13px; border: 1px solid #c5d9d0; border-radius: 999px; background: #f5faf6; color: #356356; letter-spacing: .1em; }
.hero-copy h1 { font: 400 clamp(4.2rem,7.5vw,7.1rem)/.96 var(--serif); letter-spacing: -.052em; }
.hero-copy h1 em { color: var(--accent); font-weight: 400; }
.hero-copy p { max-width: 345px; margin-top: 27px; color: #42605c; font-size: 1rem; line-height: 1.8; }
.hero-copy .text-link { margin-top: 25px; padding: 15px 23px; }
.hero-location { margin-top: 40px; color: #49675f; font-size: .75rem; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.hero-portrait { min-width: 0; padding: 12px 12px 16px; border: 1px solid #ffffffc9; border-radius: 26px; background: #f9fcf9; box-shadow: 0 14px 40px #28564917; }
.hero-photo-button { display: block; width: 100%; padding: 0; border: 0; border-radius: 17px; aspect-ratio: 4/5; overflow: hidden; background: #cadcd5; }
.hero-photo-button img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform .6s; }
.hero-photo-button:hover img { transform: scale(1.035); }
.hero-portrait figcaption { display: flex; justify-content: space-between; gap: 12px; margin: 14px 3px 0; color: #5b6c65; font-size: .75rem; line-height: 1.55; letter-spacing: .025em; }
.hero-portrait figcaption span:last-child { text-align: right; }

.section { padding-top: 58px; padding-bottom: 62px; }
.section-ruled { border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; margin-bottom: 33px; }
.section-heading h2 { margin-top: 9px; font: 400 3.25rem/1.04 var(--serif); letter-spacing: -.035em; }
.section-heading .text-link { flex-shrink: 0; margin-bottom: 2px; }
.section-heading p { max-width: 420px; margin-top: 14px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.section-tone { background: #e8eff5; border-top: 1px solid #d7e2eb; border-bottom: 1px solid #d7e2eb; }
.section-tone .eyebrow { color: var(--secondary); }
.section-tone .section-heading .text-link { background: #d1e1ed; color: #294f6d; }
.moments-layout { display: grid; grid-template-columns: 1.05fr .9fr 1.05fr; align-items: start; gap: 26px; }
.moments-layout .photo-card:nth-child(2) { margin-top: 42px; }
.moments-layout .photo-card:nth-child(3) { margin-top: 84px; }
.photo-card { min-width: 0; padding: 10px 10px 14px; border: 1px solid #dce5e0; border-radius: 23px; background: var(--white); box-shadow: var(--shadow); transition: box-shadow .25s; }
.photo-card:nth-child(3n+2) { background: #edf5f1; }
.photo-card:nth-child(3n) { background: #fcf0e9; }
.photo-button { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: 15px; aspect-ratio: 4/5; overflow: hidden; background: #dbe7e1; }
.photo-button img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .45s; }
.photo-button:hover img { transform: scale(1.04); }
.photo-button .image-open { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #ffffffef; color: var(--primary); font-size: 1.1rem; opacity: 0; transform: translateY(3px); transition: opacity .2s, transform .2s; }
.photo-button:hover .image-open, .photo-button:focus-visible .image-open { opacity: 1; transform: translateY(0); }
.photo-meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; padding: 15px 5px 0; }
.photo-meta h3 { font-size: .875rem; font-weight: 500; line-height: 1.5; }
.photo-meta p { margin-top: 4px; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.photo-meta > span { padding: 3px 8px; border-radius: 7px; background: #e9f0ed; color: #4c6b62; font-size: .75rem; line-height: 1.6; }
.photo-card.is-landscape .photo-button { aspect-ratio: 5/4; }

.country-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 36px; }
.country-card { display: block; min-width: 0; border: 1px solid #d6e1e2; border-radius: 27px; background: #f9fcff; box-shadow: var(--shadow); transition: box-shadow .25s, transform .25s; }
.country-card:nth-child(even) { margin-top: 62px; background: #fcf0e9; border-color: #e7d8cc; }
.country-card:nth-child(3n) { background: #edf6f0; border-color: #d3e3d7; }
.country-image { position: relative; aspect-ratio: 1.5; overflow: hidden; border-radius: 26px 26px 0 0; background: #d9e4e8; }
.country-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; transition: transform .65s; }
.country-card:first-child .country-image { aspect-ratio: 1.45; }
.country-card:nth-child(even) .country-image { aspect-ratio: 1.08; }
.country-card:hover img { transform: scale(1.045); }
.country-image .album-open { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #f7fbf8f5; color: var(--primary); font-size: 1.3rem; box-shadow: 0 4px 14px #163d4220; }
.country-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 21px 23px 24px; }
.country-meta h3 { font: 500 2.25rem/1.1 var(--serif); letter-spacing: -.02em; }
.country-meta p { margin-top: 7px; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.country-meta > span { flex-shrink: 0; margin-top: 3px; padding: 5px 9px; border-radius: 8px; background: #e3edf5; color: #3c5971; font-size: .75rem; line-height: 1.6; white-space: nowrap; }
.country-card:nth-child(even) .country-meta > span { background: #f2ded1; color: #83513c; }
.country-card:nth-child(3n) .country-meta > span { background: #dbece0; color: #3d6754; }

/* A deeper surface for moving images, with a warm play control. */
.film-section { width: calc(100% - 48px); max-width: 1264px; margin: 38px auto; border-radius: 32px; background: #193f45; color: #f2f8f4; }
.film-feature { display: grid; grid-template-columns: 1.4fr .8fr; align-items: center; gap: 55px; padding-left: 40px; padding-right: 40px; }
.film-art { position: relative; display: block; width: 100%; padding: 0; border: 1px solid #ffffff20; border-radius: 24px; aspect-ratio: 16/10; overflow: hidden; background: #193f45; color: white; }
.film-art > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.film-art:hover > img { transform: scale(1.045); }
.film-art:after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,#102c32d9,transparent 70%); }
.play-badge { position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 74px; height: 74px; border: 5px solid #ffffff35; border-radius: 50%; background: #f7dfd0; background-clip: padding-box; color: #923e28; box-shadow: 0 5px 25px #172e3530; }
.play-badge svg { width: 24px; height: 24px; margin-left: 3px; }
.film-art-caption { position: absolute; z-index: 2; bottom: 24px; left: 25px; right: 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; text-align: left; }
.film-art-caption > span:first-child { font: 400 2.2rem/1.1 var(--serif); }
.duration { padding: 6px 10px; border: 1px solid #ffffff60; border-radius: 8px; background: #123238a6; font-size: .75rem; white-space: nowrap; }
.film-copy .eyebrow { color: #b7d9cd; }
.film-copy h2 { margin-top: 14px; font: 400 3.45rem/1.02 var(--serif); letter-spacing: -.035em; }
.film-copy p { margin-top: 22px; color: #c9dcd8; font-size: 1rem; line-height: 1.8; }
.film-copy .text-link { margin-top: 24px; background: #dceee7; color: #1d5048; }
.film-section :focus-visible { outline-color: #f4cbb5; }
.home-about { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 100px; padding-top: 64px; padding-bottom: 65px; }
.home-about h2 { max-width: 400px; font: 400 4rem/.98 var(--serif); letter-spacing: -.04em; }
.home-about h2 em { color: var(--accent); font-weight: 400; }
.home-about p { max-width: 480px; color: var(--muted); font-size: 1.05rem; line-height: 1.85; }
.home-about .text-link { margin-top: 23px; background: var(--accent-soft); color: #883e2d; }

/* Tonal headings and cards carry the palette through every collection. */
.page-heading { padding-top: 35px; padding-bottom: 34px; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; color: var(--muted); font-size: .8125rem; line-height: 1.65; }
.breadcrumb a { padding: 6px 0; }
.breadcrumb a:hover { text-decoration: underline; text-underline-offset: 4px; }
.page-topline { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding: 34px 38px; border-radius: 28px; background: var(--primary-soft); }
main[data-page=myself] .page-topline { background: var(--accent-soft); }
main[data-page=myself] .page-topline .eyebrow { color: #914631; }
main[data-page=travels] .page-topline { background: var(--secondary-soft); }
main[data-page=travels] .page-topline .eyebrow { color: var(--secondary); }
main[data-page=films] .page-topline { background: #dbece8; }
.page-heading h1 { margin-top: 15px; font: 400 clamp(3.8rem,6.5vw,5.7rem)/.99 var(--serif); letter-spacing: -.045em; }
.page-heading p { max-width: 560px; margin-top: 20px; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.page-count { flex-shrink: 0; margin-bottom: 4px; padding: 8px 12px; border: 1px solid #ffffff60; border-radius: 999px; background: #ffffffad; color: #496363; font-size: .8125rem; line-height: 1.65; white-space: nowrap; }
.filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 31px; padding: 0 0 23px; border-bottom: 1px solid var(--line); }
.filter-options { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-options button { min-height: 44px; padding: 10px 18px; border: 1px solid #c7d7d0; border-radius: 999px; background: #ffffffa6; color: var(--muted); font-size: .875rem; transition: background .2s; }
.filter-options button:hover { background: var(--primary-soft); color: var(--primary); }
.filter-options button[aria-pressed=true] { border-color: var(--primary); background: var(--primary); color: white; box-shadow: 0 3px 9px #176b681f; }
.filter-note { color: var(--muted); font-size: .75rem; line-height: 1.6; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 35px 25px; padding-bottom: 64px; }
.gallery-grid .photo-card:nth-child(3n+2) { margin-top: 42px; }
.gallery-grid .photo-card:nth-child(3n) { margin-top: 84px; }
.gallery-grid .photo-card:nth-child(6n+4) .photo-button { aspect-ratio: 1.25; }
.travel-index { padding-bottom: 55px; }
.album-intro { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 50px; padding: 32px; border: 1px solid #d5e2eb; border-bottom: 0; border-radius: 28px 28px 0 0; background: var(--secondary-soft); }
.album-intro .eyebrow { color: var(--secondary); }
.album-intro h1 { margin-top: 11px; font: 400 clamp(3.7rem,6.5vw,6.1rem)/.98 var(--serif); letter-spacing: -.045em; }
.album-intro p { max-width: 450px; margin-top: 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.album-hero { width: 100%; height: 400px; margin-bottom: 25px; border-radius: 0 0 28px 28px; background: #d8e4eb; object-fit: cover; object-position: center 55%; }
.album-meta { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.album-meta span { color: var(--muted); font-size: .8125rem; line-height: 1.6; }
.next-album { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 32px; padding: 28px 32px; border: 1px solid #d7e3dc; border-radius: 24px; background: #e8f1eb; }
.next-album h2 { margin-top: 8px; font: 400 3.1rem/1.1 var(--serif); letter-spacing: -.035em; }
.next-album .text-link { align-self: flex-end; }
.films-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding-bottom: 60px; }
.film-card { min-width: 0; padding: 12px 12px 22px; border: 1px solid #d8e3dd; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.films-grid .film-art { aspect-ratio: 16/10; border-radius: 19px; }
.films-grid .film-card:first-child { grid-column: 1/-1; width: 100%; max-width: 990px; }
.films-grid .film-card:first-child .film-art { aspect-ratio: 1.95; }
.film-card > p { max-width: 660px; margin: 13px 10px 0; color: var(--muted); font-size: .9375rem; line-height: 1.8; }
.film-card-meta { display: flex; justify-content: space-between; gap: 20px; margin: 17px 10px 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 75px; padding-top: 52px; padding-bottom: 58px; }
.about-image { min-width: 0; margin-top: 12px; padding: 12px 12px 17px; border: 1px solid #d1e2d8; border-radius: 28px; background: #e0efe6; box-shadow: var(--shadow); }
.about-image img { width: 100%; aspect-ratio: 4/5; border-radius: 18px; object-fit: cover; object-position: center 30%; }
.about-image figcaption { margin: 15px 4px 0; color: var(--muted); font-size: .75rem; line-height: 1.7; }
.about-copy { min-width: 0; }
.about-copy h1 { margin-top: 18px; font: 400 clamp(3.7rem,5.8vw,5.8rem)/1 var(--serif); letter-spacing: -.045em; }
.about-copy .intro-name { margin-top: 29px; color: var(--accent); font: 500 2.2rem/1.25 var(--serif); }
.about-copy p { max-width: 555px; margin-top: 21px; color: var(--muted); font-size: 1rem; line-height: 1.85; }
.about-copy .text-link { margin-top: 27px; }
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 23px; padding-bottom: 53px; }
.about-values article { padding: 27px; border: 1px solid #d3e2d9; border-radius: 25px; background: #e2efe7; }
.about-values article:nth-child(2) { border-color: #d4dfea; background: var(--secondary-soft); }
.about-values article:nth-child(3) { border-color: #ead8cb; background: var(--accent-soft); }
.about-values article:nth-child(2) .eyebrow { color: var(--secondary); }
.about-values article:nth-child(3) .eyebrow { color: #904b36; }
.about-values h2 { margin: 16px 0 13px; font: 500 2.15rem/1.1 var(--serif); }
.about-values p { color: var(--muted); font-size: .9375rem; line-height: 1.8; }

.empty-state { max-width: 650px; margin: 35px auto; padding: 60px 30px; border-radius: 28px; background: var(--secondary-soft); text-align: center; }
.empty-state h2 { font: 400 2.8rem/1.1 var(--serif); letter-spacing: -.025em; }
.empty-state p { max-width: 430px; margin: 20px auto; color: var(--muted); line-height: 1.8; }
.empty-state .text-link { margin-top: 7px; }
.no-script { padding: 60px 30px; text-align: center; }
.media-failed { padding: 35px; background: #203e41; color: #d2e2da; font-size: .875rem; line-height: 1.7; text-align: center; }
.site-footer { width: calc(100% - 48px); max-width: 1264px; margin: 22px auto 24px; padding: 32px 40px 18px; border: 1px solid #d0e0d8; border-radius: 28px; background: #e2eee7; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-main p { color: #2c6554; font: italic 400 1.6rem/1.3 var(--serif); }
.footer-main .wordmark { font-size: 2.4rem; }
.footer-main .text-link { border-color: #c1d8cc; background: #f4f9f5; }
.footer-bottom { display: flex; align-items: center; gap: 26px; margin-top: 27px; padding-top: 16px; border-top: 1px solid #bed3c6; color: #4c695d; font-size: .75rem; line-height: 1.6; }
.footer-bottom > a { margin-left: auto; }
.footer-bottom button { min-height: 44px; padding: 7px 0; border: 0; background: transparent; font-size: .75rem; }
.footer-bottom a:hover, .footer-bottom button:hover { color: var(--primary); text-decoration: underline; text-underline-offset: 4px; }

/* The viewer stays quiet so photographs retain their own colours. */
#media-viewer { width: 100%; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: #12282d; color: #f2f7f3; overflow: hidden; }
#media-viewer::backdrop { background: #12282dfa; }
.viewer-shell { display: flex; flex-direction: column; height: 100%; }
.viewer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 90px; padding: 20px 34px; border-bottom: 1px solid #355256; }
.viewer-top > div { min-width: 0; }
.viewer-top h2 { margin-top: 5px; font: 400 1.5rem/1.2 var(--serif); overflow-wrap: anywhere; }
.viewer-top #viewer-counter { color: #b7d0c8; font-size: .75rem; letter-spacing: .11em; }
.icon-button { display: grid; place-items: center; min-width: 46px; min-height: 46px; border: 0; border-radius: 50%; background: #24464a; color: #f2f7f3; font-size: 1.35rem; }
.viewer-close:hover { background: #355b60; }
.viewer-stage { position: relative; display: flex; align-items: stretch; justify-content: center; flex: 1; min-height: 0; padding: 18px 85px; touch-action: pan-y pinch-zoom; }
#viewer-media { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-width: 0; min-height: 0; overflow: auto; }
#viewer-media img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
#viewer-media video { width: 100%; height: 100%; max-height: 100%; object-fit: contain; }
#viewer-media.is-zoomed { display: block; text-align: center; }
#viewer-media.is-zoomed img { display: inline-block; width: auto; height: auto; max-width: none; max-height: none; }
.viewer-nav { position: absolute; z-index: 2; top: calc(50% - 23px); display: grid; place-items: center; min-width: 46px; min-height: 46px; border: 1px solid #668b85; border-radius: 50%; background: #234b4d; color: #eaf6ec; font-size: 1.3rem; }
.viewer-nav:hover { background: #346464; }
.viewer-prev { left: 22px; }
.viewer-next { right: 22px; }
.viewer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 80px; padding: 15px 34px 20px; border-top: 1px solid #355256; }
.viewer-bottom p { max-width: 750px; color: #c4d9d1; font-size: .875rem; line-height: 1.65; }
.viewer-bottom > div { display: flex; flex-shrink: 0; gap: 10px; }
.viewer-action { min-height: 44px; padding: 9px 16px; border: 1px solid #476961; border-radius: 999px; background: #23474a; color: #f2f7f3; font-size: .875rem; }
.viewer-action:hover { background: #355d5f; }
#media-viewer:fullscreen { background: #12282d; }
body.viewer-open { overflow: hidden; }
#media-viewer :focus-visible { outline-color: #bce7d3; }
.credits-page { max-width: 940px; margin: 30px auto; padding: 36px 40px 50px; border: 1px solid var(--line); border-top: 6px solid var(--primary); border-radius: 24px; background: white; }
.credits-page h1 { margin: 26px 0; font: 400 4rem/1 var(--serif); letter-spacing: -.04em; }
.credits-page h2 { margin: 35px 0 17px; font: 400 2rem/1.15 var(--serif); }
.credits-page p, .credits-page li { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.credits-page p + p { margin-top: 15px; }
.credits-page ul { padding-left: 22px; }
.credits-page a { color: var(--primary); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.credits-page li { margin: 14px 0; }
.credits-page .text-link { margin-top: 24px; text-decoration: none; }

@media (hover: hover) {
  .photo-card:hover { box-shadow: var(--shadow-raised); }
  .country-card:hover { box-shadow: var(--shadow-raised); transform: translateY(-3px); }
}
@media (max-width: 1200px) {
  .header-inner, .container { padding-left: 40px; padding-right: 40px; }
  .home-hero { padding: 38px; gap: 40px; }
  .hero-copy h1 { font-size: 6.1rem; }
  .hero-location { margin-top: 30px; }
  .section-heading h2 { font-size: 3rem; }
  .film-feature { gap: 37px; }
  .home-about { gap: 65px; }
  .about-grid { gap: 52px; }
  .country-grid { gap: 30px; }
}
@media (max-width: 950px) {
  .header-inner, .container { padding-left: 30px; padding-right: 30px; }
  .header-inner { min-height: 84px; }
  #site-nav { gap: 3px; }
  #site-nav a { padding-left: 13px; padding-right: 13px; }
  .home-hero { padding: 30px; gap: 28px; }
  .hero-copy h1 { font-size: 4.9rem; }
  .hero-copy .eyebrow { margin-bottom: 22px; }
  .hero-copy p { max-width: 290px; }
  .hero-location { margin-top: 26px; }
  .hero-portrait { padding: 9px 9px 13px; border-radius: 22px; }
  .hero-portrait figcaption { flex-wrap: wrap; gap: 5px; }
  .section { padding-top: 45px; padding-bottom: 48px; }
  .section-heading h2 { font-size: 2.65rem; }
  .moments-layout { gap: 20px; }
  .moments-layout .photo-card:nth-child(2) { margin-top: 32px; }
  .moments-layout .photo-card:nth-child(3) { margin-top: 64px; }
  .country-card:nth-child(even) { margin-top: 42px; }
  .country-meta { flex-wrap: wrap; padding: 18px; gap: 12px; }
  .country-meta h3 { font-size: 2.1rem; }
  .film-feature { grid-template-columns: 1.2fr .8fr; gap: 29px; }
  .film-copy h2 { font-size: 2.9rem; }
  .film-art-caption > span:first-child { font-size: 1.8rem; }
  .home-about { gap: 44px; padding-top: 49px; padding-bottom: 49px; }
  .home-about h2 { font-size: 3.4rem; }
  .home-about p { font-size: 1rem; }
  .page-topline { padding: 30px; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 29px 23px; }
  .gallery-grid .photo-card:nth-child(n) { margin-top: 0; }
  .gallery-grid .photo-card:nth-child(even) { margin-top: 38px; }
  .album-hero { height: 330px; }
  .album-intro { gap: 32px; }
  .album-intro h1 { font-size: 5rem; }
  .about-grid { gap: 35px; }
  .about-copy h1 { font-size: 4.1rem; }
  .about-values { gap: 18px; }
  .about-values article { padding: 22px; }
  .about-values h2 { font-size: 1.95rem; }
  .site-footer { padding-left: 30px; padding-right: 30px; }
  .viewer-bottom { gap: 20px; }
}
@media (max-width: 720px) {
  .header-inner { min-height: 76px; padding: 10px 24px; flex-wrap: wrap; gap: 0; }
  .wordmark { font-size: 2.3rem; }
  .menu-toggle { display: flex; }
  #site-nav { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px 0 8px; }
  #site-nav.is-open { display: flex; }
  #site-nav a { min-height: 47px; padding: 13px 17px; border-radius: 13px; }
  .container { padding-left: 24px; padding-right: 24px; }
  .home-hero { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 28px; margin: 20px auto 28px; padding: 27px 23px 22px; border-radius: 28px; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: clamp(3.65rem,13vw,6.1rem); line-height: .98; letter-spacing: -.045em; }
  .hero-copy .eyebrow { margin-bottom: 21px; }
  .hero-copy p { max-width: 370px; margin-top: 22px; }
  .hero-copy .text-link { margin-top: 21px; }
  .hero-location { display: none; }
  .hero-portrait { padding: 10px 10px 13px; }
  .hero-photo-button { aspect-ratio: 1; max-height: 590px; }
  .hero-photo-button img { object-position: center 28%; }
  .hero-portrait figcaption { justify-content: space-between; margin-top: 12px; }
  .section { padding-top: 37px; padding-bottom: 41px; }
  .section-heading { flex-wrap: wrap; align-items: flex-start; gap: 18px; margin-bottom: 27px; }
  .section-heading h2 { max-width: 410px; font-size: 2.75rem; }
  .moments-layout { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
  .moments-layout .photo-card:nth-child(2) { margin-top: 32px; }
  .moments-layout .photo-card:nth-child(3) { grid-column: 1/-1; width: 80%; justify-self: center; margin-top: 0; }
  .moments-layout .photo-card:nth-child(3) .photo-button { aspect-ratio: 1.2; }
  .photo-card { padding: 7px 7px 12px; border-radius: 18px; }
  .photo-button { border-radius: 12px; }
  .photo-meta { gap: 8px; padding: 12px 3px 0; }
  .photo-meta h3 { font-size: .875rem; }
  .photo-meta > span { display: none; }
  .photo-button .image-open { opacity: 1; transform: none; width: 32px; height: 32px; right: 9px; bottom: 9px; }
  .country-grid { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .country-card { border-radius: 20px; }
  .country-card:nth-child(even) { margin-top: 38px; }
  .country-image, .country-card:first-child .country-image, .country-card:nth-child(even) .country-image { aspect-ratio: .87; border-radius: 19px 19px 0 0; }
  .country-meta { gap: 10px; padding: 15px 14px 18px; }
  .country-meta h3 { font-size: 1.95rem; }
  .country-meta p { margin-top: 6px; font-size: .875rem; }
  .country-meta > span { margin-top: 0; font-size: .75rem; }
  .country-image .album-open { width: 35px; height: 35px; right: 12px; bottom: 12px; font-size: 1.1rem; }
  .film-section { width: calc(100% - 32px); margin: 25px auto; border-radius: 27px; }
  .film-feature { grid-template-columns: 1fr; gap: 27px; padding-left: 22px; padding-right: 22px; }
  .film-art { aspect-ratio: 1.4; border-radius: 20px; }
  .film-copy h2 { max-width: 410px; font-size: 3.1rem; }
  .film-copy p { max-width: 470px; margin-top: 18px; }
  .film-copy .text-link { margin-top: 20px; }
  .film-art-caption { left: 20px; right: 20px; bottom: 21px; }
  .film-art-caption > span:first-child { font-size: 2rem; }
  .home-about { grid-template-columns: 1fr; gap: 27px; padding-top: 38px; padding-bottom: 41px; }
  .home-about h2 { max-width: 380px; font-size: 3.7rem; }
  .home-about p { max-width: 515px; }
  .home-about .text-link { margin-top: 21px; }
  .page-heading { padding-top: 25px; padding-bottom: 28px; }
  .page-topline { flex-direction: column; align-items: flex-start; gap: 24px; padding: 27px 23px; border-radius: 24px; }
  .page-heading h1 { font-size: 3.8rem; }
  .page-heading p { margin-top: 17px; }
  .filter-bar { flex-wrap: wrap; align-items: flex-start; gap: 16px; padding-bottom: 21px; margin-bottom: 25px; }
  .filter-options { gap: 6px; }
  .filter-options button { padding: 10px 15px; }
  .gallery-grid { gap: 25px 17px; padding-bottom: 39px; }
  .gallery-grid .photo-card:nth-child(even) { margin-top: 35px; }
  .travel-index { padding-bottom: 36px; }
  .album-intro { grid-template-columns: 1fr; gap: 22px; padding: 27px 23px; border-radius: 24px 24px 0 0; }
  .album-intro h1 { font-size: clamp(3.5rem,12vw,5rem); }
  .album-intro p { margin-top: 0; }
  .breadcrumb { margin-bottom: 21px; }
  .album-hero { height: 260px; margin-bottom: 19px; border-radius: 0 0 24px 24px; }
  .album-meta { gap: 15px; padding-bottom: 16px; }
  .next-album { flex-direction: column; align-items: flex-start; padding: 24px; gap: 22px; }
  .next-album h2 { font-size: 2.6rem; }
  .next-album .text-link { align-self: flex-start; padding: 11px 15px; gap: 13px; }
  .films-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 39px; }
  .film-card { padding: 9px 9px 20px; border-radius: 24px; }
  .films-grid .film-art, .films-grid .film-card:first-child .film-art { aspect-ratio: 1.5; border-radius: 17px; }
  .about-grid { grid-template-columns: 1fr; gap: 33px; padding-top: 35px; padding-bottom: 39px; }
  .about-copy { order: 0; }
  .about-image { order: 1; max-width: 490px; margin-top: 0; }
  .about-copy h1 { font-size: 4rem; }
  .about-copy .intro-name { margin-top: 25px; font-size: 2.1rem; }
  .about-copy p { margin-top: 19px; }
  .about-copy .text-link { margin-top: 22px; }
  .about-image img { aspect-ratio: 1; object-position: center 27%; }
  .about-values { grid-template-columns: 1fr; gap: 17px; padding-bottom: 38px; }
  .about-values article { padding: 25px; }
  .about-values h2 { margin: 12px 0; font-size: 2.2rem; }
  .about-values p { max-width: 480px; font-size: 1rem; }
  .site-footer { width: calc(100% - 32px); margin-bottom: 16px; padding: 26px 24px 14px; border-radius: 24px; }
  .footer-main { flex-wrap: wrap; gap: 20px; }
  .footer-main p { margin-left: auto; font-size: 1.5rem; }
  .footer-main .text-link { margin-right: auto; }
  .footer-bottom { flex-wrap: wrap; gap: 11px 22px; margin-top: 23px; padding-top: 14px; }
  .footer-bottom > span { width: 100%; }
  .footer-bottom > a { margin-left: 0; }
  .footer-bottom button { margin-left: auto; }
  .viewer-top { min-height: 86px; padding: 15px 20px; }
  .viewer-top h2 { font-size: 1.4rem; }
  .viewer-stage { padding: 10px 10px 61px; }
  .viewer-nav { top: auto; bottom: 7px; min-width: 44px; min-height: 44px; }
  .viewer-prev { left: calc(50% - 64px); }
  .viewer-next { right: calc(50% - 64px); }
  .viewer-bottom { flex-wrap: wrap; gap: 14px; min-height: 100px; padding: 15px 20px 20px; }
  .viewer-bottom p { flex-basis: 100%; font-size: .875rem; line-height: 1.55; }
  .viewer-action { font-size: .875rem; }
  .credits-page { width: calc(100% - 32px); margin: 20px auto; padding: 26px 24px 35px; }
  .credits-page h1 { font-size: 3.2rem; }
}
@media (max-width: 380px) {
  .demo-banner { padding-left: 14px; padding-right: 14px; letter-spacing: 0; }
  .header-inner, .container { padding-left: 20px; padding-right: 20px; }
  .home-hero { padding: 24px 19px 20px; }
  .hero-copy h1 { font-size: 3.65rem; }
  .hero-copy .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  .hero-copy .text-link { padding-left: 17px; padding-right: 17px; gap: 13px; }
  .hero-portrait figcaption { letter-spacing: 0; }
  .section-heading h2 { font-size: 2.5rem; }
  .country-grid { grid-template-columns: 1fr; gap: 23px; }
  .country-card:nth-child(even) { margin-top: 0; }
  .country-image, .country-card:first-child .country-image, .country-card:nth-child(even) .country-image { aspect-ratio: 1.25; }
  .country-meta { flex-wrap: nowrap; padding: 18px; }
  .country-meta h3 { font-size: 2rem; }
  .page-topline { padding: 24px 19px; }
  .page-heading h1 { font-size: 3.25rem; }
  .filter-options button { padding: 10px 12px; }
  .gallery-grid, .moments-layout { gap: 24px 13px; }
  .album-meta { align-items: flex-start; flex-wrap: wrap; }
  .next-album { align-items: flex-start; flex-direction: column; gap: 20px; }
  .next-album .text-link { align-self: flex-start; }
  .home-about h2 { font-size: 3.3rem; }
  .about-copy h1 { font-size: 3.6rem; }
  .footer-main p { margin-left: 0; }
  .film-art-caption > span:first-child { font-size: 1.7rem; }
  .film-art-caption { left: 16px; right: 16px; }
  .play-badge { width: 62px; height: 62px; }
  .film-copy h2 { font-size: 2.8rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media (hover: none) {
  .photo-button .image-open { opacity: 1; transform: none; }
}
@media print {
  .site-header, .demo-banner, .site-footer, button, .filter-bar { display: none !important; }
  main { min-height: 0; }
  .container { padding: 20px; }
  body { background: white; color: black; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .gallery-grid .photo-card:nth-child(n) { margin-top: 0; }
  .photo-card { box-shadow: none; }
}
