
:root{
  --navy:#063b73;
  --navy-dark:#042c57;
  --teal:#42d7ca;
  --orange:#e7652b;
  --cream:#f4f1eb;
  --paper:#ffffff;
  --ink:#20252a;
  --muted:#68717a;
  --line:#dce1e5;
  --shadow:0 14px 40px rgba(4,44,87,.12);
  --radius:18px;
  --wrap:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:105px}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.72;
}
img{max-width:100%;display:block}
a{color:inherit}
button,select{font:inherit}
.wrap{width:min(calc(100% - 40px),var(--wrap));margin:0 auto}
.narrow{width:min(calc(100% - 40px),820px)}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:15px;top:15px;background:#fff;color:var(--navy);padding:10px 14px;z-index:9999}

.utility-bar{
  background:var(--navy);
  color:#fff;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.utility-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.utility-inner a{color:#fff;text-decoration:none;opacity:.92}
.utility-inner a:hover{color:var(--teal)}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e8ecef;
  backdrop-filter:blur(10px);
}
.nav-inner{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.brand{display:block;width:150px;flex:0 0 auto}
.brand img{width:150px;height:auto}
.main-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:30px;
  font-weight:700;
}
.main-nav a{text-decoration:none}
.main-nav a:hover{color:var(--navy)}
.main-nav .nav-cta{
  background:var(--teal);
  color:#0c3435;
  padding:12px 22px;
  border-radius:999px;
}
.main-nav .nav-cta:hover{color:#0c3435;filter:brightness(.97)}

.hero{
  background:var(--navy-dark);
  color:#fff;
  padding:46px 0;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(320px,510px) minmax(0,1fr);
  align-items:center;
  gap:64px;
}
.hero-cover{
  background:#000;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.hero-cover img{width:100%;height:auto}
.hero-copy{padding:20px 0}
.eyebrow,.section-kicker{
  font-size:12px;
  line-height:1.4;
  letter-spacing:.18em;
  font-weight:800;
  text-transform:uppercase;
}
.hero .eyebrow{color:var(--teal);max-width:600px}
.hero h1{
  margin:20px 0 10px;
  font-family:"Arial Narrow",Arial,sans-serif;
  font-size:clamp(52px,7vw,92px);
  line-height:.9;
  letter-spacing:.015em;
  font-weight:900;
}
.hero h1 span{color:#f0ece5}
.hero-sub{
  margin:24px 0 10px;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
}
.hero-byline{
  color:var(--orange);
  font-size:18px;
  font-weight:800;
  letter-spacing:.12em;
}
.hero-intro{
  max-width:620px;
  color:#dce7ef;
  font-size:17px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
}
.button-primary{background:var(--teal);color:#0b3434}
.button-primary:hover{filter:brightness(.96)}
.button-ghost{border:1px solid rgba(255,255,255,.5);color:#fff}
.button-ghost:hover{background:#fff;color:var(--navy)}

.story-intro{
  padding:92px 0 78px;
  background:var(--cream);
}
.story-intro .section-kicker,.chapter-index .section-kicker,.gallery-section .section-kicker,.about-section .section-kicker{color:var(--navy)}
.story-intro h2,.section-heading h2,.about-section h2{
  margin:10px 0 25px;
  font-size:clamp(36px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.025em;
}
.intro-text p{font-size:18px;margin:0 0 18px}
.intro-text .eyebrow{font-size:14px;color:var(--orange);font-weight:900;letter-spacing:.12em}
.intro-text .intro-tag{
  margin-top:30px;
  color:var(--navy);
  font-weight:900;
  letter-spacing:.08em;
}

.chapter-index{
  padding:78px 0 64px;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:34px;
}
.jump-label,.gallery-controls label{
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}
select{
  margin-left:8px;
  border:1px solid #cbd2d8;
  background:#fff;
  color:var(--ink);
  padding:11px 34px 11px 12px;
  border-radius:10px;
  min-width:260px;
}
.chapter-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
 .chapter-link{
  display:grid;
  grid-template-columns:116px 1fr;
  align-items:center;
  min-height:86px;
  gap:18px;
  padding:12px 22px 12px 14px;
  border:2px solid #e1e6e9;
  border-radius:16px;
  text-decoration:none;
  background:#fff;
  transition:.18s ease;
}
.chapter-link span{
  width:116px;height:58px;
  display:grid;place-items:center;
  background:var(--navy);
  color:#fff;
  border-radius:999px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;font-weight:700;
}
.chapter-link strong{font-size:18px;line-height:1.2;letter-spacing:.01em}
.chapter-link small{display:block;margin-top:3px;color:var(--muted);font-size:12px;font-weight:700}
.chapter-link:hover{
  transform:translateY(-2px);
  border-color:var(--teal);
  box-shadow:0 8px 24px rgba(4,44,87,.08);
}
.chapter-link-forward{
  grid-column:1 / -1;
  border-color:var(--teal);
  background:#f8fffe;
}
.chapter-link-forward span{background:var(--orange)}
.chapter-index-lead{margin:-12px 0 26px;color:var(--muted);font-size:16px}
.back-to-chapters{display:inline-block;margin-top:30px;color:var(--navy);font-weight:800;text-decoration:none}
.back-to-chapters:hover{color:var(--orange)}

.story-section{background:#fff;padding:20px 0 80px}
.story-wrap{max-width:820px;width:min(calc(100% - 40px),820px)}
.chapter{
  padding:80px 0 65px;
  scroll-margin-top:110px;
  border-bottom:1px solid var(--line);
}
.chapter:last-child{border-bottom:0}
.chapter-kicker{
  color:var(--orange);
  font-size:12px;
  letter-spacing:.2em;
  font-weight:900;
}
.chapter h2{
  margin:7px 0 12px;
  color:var(--navy);
  font-family:"Arial Narrow",Arial,sans-serif;
  font-size:clamp(38px,5vw,64px);
  line-height:.98;
  letter-spacing:-.015em;
  text-transform:uppercase;
}
.chapter-rule{
  height:5px;
  width:76px;
  background:var(--teal);
  margin:0 0 32px;
}
.chapter-content{display:block}
.chapter-text p{
  margin:0 0 19px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1.82;
}
.content-note{
  margin:28px 0;
  padding:18px 20px;
  border-left:5px solid var(--orange);
  background:#fbf3ee;
  color:#4e4039;
  font-size:15px;
  line-height:1.6;
}
.chapter-photos{margin-top:45px}
.photo-label{
  margin-bottom:15px;
  color:var(--muted);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
}
.chapter-lead-photo{
  overflow:hidden;
  border-radius:var(--radius);
  background:#111;
  margin-bottom:12px;
}
.chapter-lead-photo img{
  width:100%;
  max-height:620px;
  object-fit:contain;
  background:#111;
}
.chapter-photo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.chapter-photo-grid a{
  display:block;
  overflow:hidden;
  border-radius:10px;
  background:#111;
  aspect-ratio:4/3;
}
.chapter-photo-grid img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .25s ease;
}
.chapter-photo-grid a:hover img{transform:scale(1.04)}
.chapter-footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:28px;
  font-size:13px;
  font-weight:800;
}
.chapter-footer a{text-decoration:none;color:var(--navy)}
.chapter-footer a:hover{color:var(--orange)}

.gallery-section{
  padding:92px 0 110px;
  background:var(--cream);
}
.gallery-heading{align-items:end}
.section-lead{max-width:700px;color:var(--muted);margin:0;font-size:16px}
.gallery-controls{
  display:flex;
  align-items:center;
  gap:15px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.gallery-count{font-size:12px;font-weight:800;color:var(--muted);white-space:nowrap}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.gallery-card{
  border:0;
  padding:0;
  background:#fff;
  border-radius:12px;
  overflow:hidden;
  cursor:pointer;
  text-align:left;
  box-shadow:0 5px 18px rgba(4,44,87,.06);
}
.gallery-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .25s ease;
}
.gallery-card span{
  display:block;
  padding:10px 12px 12px;
  font-size:12px;
  color:var(--navy);
  font-weight:800;
}
.gallery-card:hover img{transform:scale(1.04)}
.gallery-card[hidden]{display:none}

.about-section{
  padding:92px 0;
  background:var(--navy);
  color:#fff;
}
.about-section .section-kicker{color:var(--teal)}
.about-section h2{color:#fff;margin-bottom:0}
.about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:start;
}
.about-copy{color:#dce7ef;font-size:17px}
.about-copy .small{font-size:13px;color:#aebdca}
.about-copy .button{margin-top:10px}

.site-footer{
  background:#021f3e;
  color:#d9e4ec;
  padding:30px 0;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
}
.footer-inner strong,.footer-inner span{display:block}
.footer-inner strong{color:#fff;letter-spacing:.08em}
.footer-inner span{font-size:13px;margin-top:3px}
.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;font-weight:700}
.footer-links a{text-decoration:none}
.footer-links a:hover{color:var(--teal)}

.lightbox{
  position:fixed;
  inset:0;
  z-index:3000;
  display:grid;
  place-items:center;
  padding:35px 80px;
  background:rgba(0,17,33,.94);
}
.lightbox[hidden]{display:none}
.lightbox figure{
  max-width:min(1200px,92vw);
  max-height:92vh;
  margin:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}
.lightbox img{
  max-width:100%;
  max-height:82vh;
  object-fit:contain;
}
.lightbox figcaption{color:#fff;font-size:13px;font-weight:700}
.lightbox button{
  position:absolute;
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
}
.lightbox-close{right:24px;top:15px;font-size:46px;line-height:1}
.lightbox-prev,.lightbox-next{
  top:50%;
  transform:translateY(-50%);
  font-size:70px;
  line-height:1;
  opacity:.85;
}
.lightbox-prev{left:20px}
.lightbox-next{right:20px}
.lightbox button:hover{color:var(--teal)}

@media (max-width:950px){
  .main-nav{gap:17px;font-size:14px}
  .hero-grid{grid-template-columns:minmax(280px,420px) 1fr;gap:38px}
  .chapter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .chapter-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:720px){
  .wrap,.narrow{width:min(calc(100% - 26px),var(--wrap))}
  .utility-inner{min-height:34px;font-size:9px}
  .utility-inner span{display:none}
  .utility-inner{justify-content:flex-end}
  .nav-inner{min-height:76px;gap:12px}
  .brand{width:110px}
  .brand img{width:110px}
  .main-nav{gap:10px;font-size:12px}
  .main-nav a:nth-child(4){display:none}
  .main-nav .nav-cta{padding:9px 13px}
  .hero{padding:22px 0 45px}
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero-cover{max-width:430px;margin:auto}
  .hero-copy{padding:0}
  .hero h1{font-size:58px}
  .hero-sub{font-size:20px}
  .story-intro,.gallery-section,.about-section{padding:62px 0}
  .section-heading{align-items:flex-start;flex-direction:column;gap:16px}
  .chapter-grid{grid-template-columns:1fr}
  select{min-width:220px;max-width:100%}
  .chapter{padding:60px 0 50px}
  .chapter-text p{font-size:17px;line-height:1.75}
  .chapter-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .gallery-controls{justify-content:flex-start}
  .about-grid{grid-template-columns:1fr;gap:30px}
  .footer-inner{flex-direction:column;align-items:flex-start}
  .lightbox{padding:30px 42px}
  .lightbox-prev,.lightbox-next{font-size:54px}
  .lightbox-prev{left:4px}
  .lightbox-next{right:4px}
}
@media (max-width:460px){
  .main-nav a:nth-child(3){display:none}
  .hero h1{font-size:48px}
  .chapter-photo-grid{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
}




/* V4 — story photographs are small, floated beside the text. */
.chapter-text{display:flow-root}
figure.story-photo{display:block;float:left;width:280px;max-width:280px;margin:0 28px 16px 0;padding:0;position:relative;clear:none;box-sizing:border-box;z-index:1}
figure.story-photo.photo-right{float:right;margin:0 0 16px 28px}
figure.story-photo a{display:block;text-decoration:none}
figure.story-photo img{display:block;width:100%;height:250px;max-width:100%;max-height:250px;object-fit:contain;background:#f1f2f3;border:1px solid #d9dde0;padding:0;box-sizing:border-box}
figure.story-photo figcaption{display:none}
@media (max-width:720px){figure.story-photo,figure.story-photo.photo-right{float:none;width:min(78%,360px);max-width:360px;margin:22px auto 20px}figure.story-photo img{height:auto;max-height:420px}}

/* V5 — first chapter photograph sits beside the chapter heading/opening text. */
figure.story-photo.chapter-first-photo{float:right;width:260px;max-width:260px;margin:0 0 18px 30px}
figure.story-photo.chapter-first-photo img{height:220px;max-height:220px}
@media (max-width:720px){figure.story-photo.chapter-first-photo{float:none;width:min(78%,360px);max-width:360px;margin:0 auto 20px}figure.story-photo.chapter-first-photo img{height:auto;max-height:420px}}

/* V14 — chapter reading width matches the Foreword and My Story sections.
   The opening photograph sits beside the chapter heading, rather than
   narrowing the opening paragraphs. */
.story-wrap{
  max-width:820px !important;
  width:min(calc(100% - 40px),820px) !important;
}
.chapter-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:30px;
  align-items:start;
  margin-bottom:34px;
}
.chapter-heading{min-width:0}
.chapter-head figure.story-photo.chapter-first-photo{
  float:none !important;
  width:100% !important;
  max-width:300px !important;
  margin:0 !important;
  align-self:start;
}
.chapter-head figure.story-photo.chapter-first-photo img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:320px !important;
  object-fit:contain !important;
}
.chapter-content .chapter-text{
  width:100% !important;
  max-width:none !important;
}
.chapter-content .chapter-text p{
  width:auto !important;
  max-width:none !important;
}
@media (max-width:720px){
  .chapter-head{grid-template-columns:1fr;gap:20px}
  .chapter-head figure.story-photo.chapter-first-photo{
    width:min(100%,360px) !important;
    max-width:360px !important;
    justify-self:center;
  }
}
