
:root{
  --ink:#16211e;
  --deep:#0d1715;
  --paper:#f3ecdc;
  --sand:#d9c49b;
  --gold:#c7a66a;
  --mist:#dfe7e3;
  --white:#fffdf8;
  --line:rgba(22,33,30,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Georgia, "Times New Roman", serif;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit}
.site-header{
  position:sticky;top:0;z-index:30;
  display:flex;align-items:center;justify-content:space-between;
  padding:16px clamp(20px,5vw,72px);
  background:rgba(13,23,21,.94);
  color:var(--white);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand{display:flex;gap:10px;align-items:center;text-decoration:none;font-weight:700;letter-spacing:.02em}
.gull-mark{color:var(--gold)}
nav{display:flex;gap:26px;font-size:.95rem}
nav a{text-decoration:none;opacity:.86}
nav a:hover{opacity:1}
.hero{
  min-height:78vh;
  position:relative;
  background:url('/assets/hero.jpg') center 48%/cover no-repeat;
  display:grid;align-items:end;
  color:var(--white);
}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,11,10,.88) 0%,rgba(5,11,10,.58) 48%,rgba(5,11,10,.12) 100%),linear-gradient(0deg,rgba(5,11,10,.68),transparent 50%)}
.hero-content{position:relative;z-index:1;max-width:780px;padding:clamp(80px,12vw,170px) clamp(24px,7vw,100px) clamp(70px,8vw,110px)}
.eyebrow{
  margin:0 0 10px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font:700 .78rem/1.3 Arial,sans-serif;
  color:var(--gold);
}
h1,h2,h3{line-height:1.05;margin-top:0}
h1{font-size:clamp(3rem,7vw,6.8rem);margin-bottom:22px;letter-spacing:-.035em}
h2{font-size:clamp(2.2rem,4vw,4rem);margin-bottom:18px;letter-spacing:-.025em}
h3{font-size:1.6rem;margin-bottom:10px}
.hero-copy{font-size:clamp(1.08rem,1.7vw,1.35rem);max-width:650px;color:rgba(255,255,255,.88)}
.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.button{
  display:inline-block;text-decoration:none;padding:14px 20px;border-radius:3px;
  font:700 .9rem/1 Arial,sans-serif;letter-spacing:.04em;text-transform:uppercase;
}
.primary{background:var(--gold);color:#15201d}
.ghost{border:1px solid rgba(255,255,255,.52);color:#fff;background:rgba(255,255,255,.04)}
.ghost.light{border-color:rgba(255,255,255,.6)}
.section{padding:clamp(70px,9vw,120px) clamp(24px,7vw,100px)}
.intro{max-width:980px;margin:auto;text-align:center}
.lead{font-size:clamp(1.2rem,2vw,1.55rem);color:#4e5d57}
.section-heading{max-width:760px;margin-bottom:42px}
.books{background:#efe5d2}
.book-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.book-card{
  background:rgba(255,255,255,.56);
  border:1px solid var(--line);
  box-shadow:0 16px 45px rgba(24,28,23,.08);
}
.book-card img{width:100%;aspect-ratio:2/3;object-fit:cover}
.book-copy{padding:26px}
.book-number{font:700 .74rem Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;color:#7a6240}
.book-copy p{color:#53605b}
.text-link{font-weight:700;text-underline-offset:4px}
.how{background:var(--white)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{border-top:2px solid var(--gold);padding:22px 8px 0}
.step span{font:700 2.2rem Arial,sans-serif;color:#c6b38c}
.step p{color:#56635e}
.map-section{
  min-height:520px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:0;
  background:var(--deep);
  color:var(--white);
  overflow:hidden;
}
.map-section>img{
  width:100%;
  max-width:820px;
  height:auto;
  object-fit:contain;
  justify-self:center;
  padding:34px;
  filter:saturate(.9) contrast(1.02);
}
.map-copy{
  min-width:0;
  padding:clamp(38px,5vw,72px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.map-copy h2{
  font-size:clamp(2rem,3.4vw,3.5rem);
  max-width:100%;
  overflow-wrap:anywhere;
}
.map-copy p:not(.eyebrow){color:rgba(255,255,255,.78);font-size:1.08rem}
.author{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:clamp(40px,7vw,90px);align-items:center}
.author-photo img{aspect-ratio:1/1;object-fit:cover;border-radius:50%;box-shadow:0 22px 60px rgba(0,0,0,.15)}
.author-copy{max-width:680px}
.author-copy p:not(.eyebrow){font-size:1.12rem;color:#4d5a55}
.final-cta{
  margin:0 clamp(24px,7vw,100px) clamp(70px,8vw,110px);
  padding:clamp(36px,5vw,62px);
  background:var(--ink);color:var(--white);
  display:flex;align-items:center;justify-content:space-between;gap:30px;
}
.final-cta h2{margin-bottom:8px}
.final-cta p:not(.eyebrow){margin-bottom:0;color:rgba(255,255,255,.77)}
footer{
  display:flex;justify-content:space-between;gap:20px;
  padding:28px clamp(24px,7vw,100px);
  background:#08100e;color:rgba(255,255,255,.64);
  font: .88rem Arial,sans-serif;
}
footer a{color:var(--white)}
@media (max-width:900px){
  nav{display:none}
  .hero{min-height:72vh}
  .book-grid{grid-template-columns:1fr}
  .book-card{display:grid;grid-template-columns:minmax(150px,230px) 1fr}
  .book-card img{height:100%}
  .steps{grid-template-columns:1fr 1fr}
  .map-section{grid-template-columns:1fr}
  .map-section>img{
    max-width:720px;
    max-height:none;
    padding:24px 24px 0;
  }
  .map-copy{padding:34px 24px 48px}
  .author{grid-template-columns:1fr;text-align:center}
  .author-photo{max-width:320px;margin:auto}
  .final-cta{flex-direction:column;align-items:flex-start}
}
@media (max-width:560px){
  h1{font-size:3.25rem}
  .book-card{display:block}
  .steps{grid-template-columns:1fr}
  footer{flex-direction:column}
}

.gull-symbol{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:block;
  object-fit:contain;
}
.cta-symbol{
  width:82px;
  height:82px;
  margin-bottom:14px;
  object-fit:contain;
  opacity:1;
}
@media (max-width:560px){
  .gull-symbol{width:40px;height:40px;flex-basis:40px}
  .cta-symbol{width:72px;height:72px}
}
