@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');
:root{
  --navy:#0D1B2A; --navy-mid:#1B3350; --gold:#C9A84C; --gold-light:#E8C97A;
  --gold-ink:#816927; --cream:#F5F0E8; --cream-dark:#EDE7DB; --white:#fff;
  --text:#1A1A1A; --muted:#666055; --border:rgba(201,168,76,0.25);
  --ff-display:'Cormorant Garamond',Georgia,serif; --ff-body:'Jost',system-ui,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--ff-body);font-weight:300;color:var(--text);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{max-width:1180px;margin:0 auto;padding:0 2rem}
@media(max-width:600px){.wrap{padding:0 1.15rem}}

/* nav */
.xnav{position:sticky;top:0;z-index:30;background:var(--navy);border-bottom:1px solid rgba(201,168,76,.22)}
.xnav .wrap{display:flex;align-items:center;gap:1rem;min-height:74px}
.xnav a.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none}
.xnav .brand img{width:44px;height:44px}
.xnav .brand span{font-family:var(--ff-display);font-size:1.05rem;letter-spacing:.14em;color:var(--cream)}
.xnav nav{margin-left:auto;display:flex;gap:1.6rem}
.xnav nav a{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(245,240,232,.82);text-decoration:none}
.xnav nav a:hover{color:var(--gold-light)}
@media(max-width:760px){.xnav .brand span{display:none}.xnav nav{gap:1rem}.xnav nav a{font-size:.66rem;letter-spacing:.1em}}
/* on a phone the four links wrap onto two lines, so the two that matter on an
   experience page are kept and the other two are reached from the home page */
@media(max-width:560px){.xnav nav a.x2{display:none}.xnav nav{gap:1.1rem}}

/* hero */
.xhero{position:relative;background:var(--navy);color:var(--cream)}
.xhero-img{position:relative;height:clamp(300px,52vh,560px);overflow:hidden}
.xhero-img img{width:100%;height:100%;object-fit:cover}
.xhero-img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,27,42,.28) 0%,rgba(13,27,42,.52) 38%,rgba(13,27,42,.86) 70%,rgba(13,27,42,.97) 100%)}
.xhero-txt{position:absolute;left:0;right:0;bottom:0;z-index:2;padding-bottom:2.6rem}
.xeyebrow{display:block;font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem}
.xhero h1{font-family:var(--ff-display);font-weight:300;font-size:clamp(2.1rem,5.4vw,3.6rem);line-height:1.08;margin-bottom:.9rem}
.xhero p{max-width:46rem;font-size:clamp(.95rem,2.1vw,1.08rem);color:rgba(245,240,232,.92)}
/* the photograph behind the title changes from page to page, so the words carry
   their own shadow rather than relying on the picture being dark in that corner */
.xhero h1,.xhero p,.xhero .xeyebrow{text-shadow:0 2px 16px rgba(13,27,42,.85),0 1px 3px rgba(13,27,42,.6)}
/* the small capitals sit on whatever the photograph happens to be, so the
   lighter gold is used here rather than the deeper one used on flat colour */
.xhero .xeyebrow{color:var(--gold-light)}

/* body */
.xsec{padding:clamp(2.6rem,6vw,4.4rem) 0}
.xsec--cream{background:var(--cream)}
.xcols{display:grid;grid-template-columns:1.35fr .9fr;gap:clamp(1.8rem,5vw,3.6rem);align-items:start}
@media(max-width:860px){.xcols{grid-template-columns:1fr}}
.xsec h2{font-family:var(--ff-display);font-weight:300;font-size:clamp(1.55rem,3.4vw,2.1rem);color:var(--navy);margin-bottom:1rem;line-height:1.2}
.xsec p+p{margin-top:.95rem}
.xrule{width:64px;height:1px;background:var(--gold-ink);opacity:.55;margin:0 0 1.3rem}
.xpanel{background:var(--white);border:1px solid var(--border);padding:1.5rem 1.6rem}
.xsec--cream .xpanel{background:var(--white)}
.xpanel h3{font-family:var(--ff-display);font-weight:400;font-size:1.22rem;color:var(--navy);margin-bottom:.85rem}
.xlist{list-style:none}
.xlist li{position:relative;padding-left:1.4rem;margin-bottom:.7rem;font-size:.94rem}
.xlist li::before{content:'';position:absolute;left:0;top:.62em;width:6px;height:6px;background:var(--gold-ink);transform:rotate(45deg)}

/* steps */
.xsteps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-top:1.6rem}
@media(max-width:860px){.xsteps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.xsteps{grid-template-columns:1fr}}
.xstep .n{font-family:var(--ff-display);font-size:1.5rem;color:var(--gold-ink);display:block;margin-bottom:.25rem}
.xstep h3{font-family:var(--ff-display);font-weight:400;font-size:1.06rem;color:var(--navy);margin-bottom:.3rem}
.xstep p{font-size:.9rem;color:var(--text)}

/* gallery */
.xgal{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
@media(max-width:700px){.xgal{grid-template-columns:1fr}}
.xgal img{width:100%;height:280px;object-fit:cover}

/* cta */
.xcta{background:var(--navy);color:var(--cream);text-align:center;padding:clamp(2.8rem,7vw,4.6rem) 0}
.xcta h2{font-family:var(--ff-display);font-weight:300;font-size:clamp(1.7rem,4vw,2.5rem);color:var(--cream);margin-bottom:.9rem}
.xcta p{max-width:38rem;margin:0 auto 1.7rem;color:rgba(245,240,232,.85)}
.xbtn{display:inline-block;padding:.95rem 2.1rem;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;background:var(--gold);color:var(--navy);border:1px solid var(--gold)}
.xbtn:hover{background:var(--gold-light);border-color:var(--gold-light)}
.xbtn--ghost{background:transparent;color:var(--cream);border-color:rgba(245,240,232,.5)}
.xbtn--ghost:hover{background:rgba(245,240,232,.08);color:var(--cream)}
.xbtns{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}

/* other experiences */
.xother{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem;margin-top:1.4rem}
@media(max-width:900px){.xother{grid-template-columns:repeat(2,1fr)}}
.xother a{position:relative;display:block;height:150px;overflow:hidden;text-decoration:none}
.xother img{width:100%;height:100%;object-fit:cover}
.xother span{position:absolute;left:0;right:0;bottom:0;padding:.7rem .8rem;font-family:var(--ff-display);font-size:1.02rem;color:var(--cream);background:linear-gradient(180deg,rgba(13,27,42,0),rgba(13,27,42,.88))}

/* footer */
.xfoot{background:var(--navy);color:rgba(245,240,232,.72);padding:2.4rem 0;font-size:.82rem;border-top:1px solid rgba(201,168,76,.18)}
.xfoot a{color:var(--gold-light);text-decoration:none}
.xfoot p+p{margin-top:.45rem}
