
:root {
  --ivory:#f8f5ee;
  --paper:#fffdf8;
  --navy:#10233c;
  --navy-soft:#29415e;
  --gold:#b08a4a;
  --gold-light:#d8c092;
  --line:rgba(16,35,60,.15);
  --shadow:0 20px 60px rgba(16,35,60,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--navy);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(248,245,238,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{font-family:Georgia,serif;font-size:18px;letter-spacing:.14em;text-transform:uppercase}
.brand span{color:var(--gold)}
.nav-links{display:flex;align-items:center;gap:25px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}
.nav-links a{opacity:.76}.nav-links a:hover,.nav-links a.active{opacity:1;color:var(--gold)}
.menu-button{display:none;border:0;background:none;font-size:27px;color:var(--navy)}
.hero{position:relative;min-height:740px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 30%,#fff 0,#fbf8f1 42%,#efe8da 100%)}
.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(176,138,74,.26);border-radius:50%;transform:rotate(-11deg)}
.hero:before{width:1050px;height:390px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-11deg)}
.hero:after{width:820px;height:290px;left:50%;top:50%;transform:translate(-50%,-50%) rotate(15deg)}
.hero-inner{position:relative;z-index:2;text-align:center;padding:96px 0 80px}
.logo-wrap{width:min(100%,980px);margin:auto;mix-blend-mode:multiply}
.eyebrow{margin:28px 0 8px;color:var(--gold);font-size:13px;letter-spacing:.23em;text-transform:uppercase}
.hero h1{max-width:860px;margin:0 auto;font-family:Georgia,serif;font-weight:400;font-size:clamp(34px,5vw,65px);line-height:1.09}
.hero-copy{max-width:720px;margin:24px auto 34px;color:var(--navy-soft);font-size:18px}
.actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border-radius:999px;border:1px solid var(--navy);font-size:14px;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.button.primary{background:var(--navy);color:white}.button.primary:hover{background:var(--gold);border-color:var(--gold)}
.button.secondary:hover{background:white;border-color:var(--gold);color:var(--gold)}
.section{padding:105px 0}.section.white{background:var(--paper)}
.section-head{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start;margin-bottom:50px}
.kicker{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:12px}
h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(36px,5vw,61px);line-height:1.08;margin:8px 0 0}
.lead{font-size:21px;color:var(--navy-soft);margin:8px 0 0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 10px 30px rgba(16,35,60,.05);transition:.3s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.card-number{font-family:Georgia,serif;color:var(--gold);font-size:42px}.card h3{font-family:Georgia,serif;font-size:28px;font-weight:400;margin:8px 0}.card p{margin:0;color:var(--navy-soft)}
.feature{display:grid;grid-template-columns:1.15fr .85fr;background:var(--navy);color:white;border-radius:32px;overflow:hidden;box-shadow:var(--shadow)}
.feature-visual{min-height:470px;background:radial-gradient(circle at 30% 35%,rgba(216,192,146,.7),transparent 22%),linear-gradient(135deg,#203d60,#081629);position:relative}
.record{position:absolute;width:290px;height:290px;border-radius:50%;border:1px solid var(--gold-light);left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 20px rgba(216,192,146,.05),inset 0 0 0 50px rgba(216,192,146,.04),inset 0 0 0 80px rgba(216,192,146,.03)}
.record:after{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:var(--gold-light);left:50%;top:50%;transform:translate(-50%,-50%)}
.feature-copy{padding:60px}.feature-copy h3{font-family:Georgia,serif;font-size:44px;font-weight:400;line-height:1.1;margin:10px 0 22px}.feature-copy p{color:rgba(255,255,255,.75)}
.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.topic{padding:25px;border-top:1px solid var(--gold-light);background:rgba(255,255,255,.45);min-height:130px}.topic strong{display:block;font-family:Georgia,serif;font-size:22px;font-weight:400}.topic span{font-size:14px;color:var(--navy-soft)}
.quote{padding:120px 0;text-align:center;background:linear-gradient(180deg,var(--paper),var(--ivory))}.quote blockquote{max-width:950px;margin:auto;font-family:Georgia,serif;font-size:clamp(31px,5vw,58px);line-height:1.18;font-weight:400}.quote cite{display:block;margin-top:28px;color:var(--gold);font-style:normal;letter-spacing:.12em;text-transform:uppercase;font-size:12px}
.page-hero{padding:125px 0 80px;background:linear-gradient(150deg,#fff,var(--ivory))}.page-hero h1{font-family:Georgia,serif;font-size:clamp(52px,8vw,96px);font-weight:400;line-height:1;margin:12px 0}.page-hero p{max-width:760px;font-size:21px;color:var(--navy-soft)}
.content{padding:80px 0 120px}.content-narrow{max-width:820px}.content h2{font-size:42px;margin-top:50px}.content p{font-size:18px;color:var(--navy-soft)}
.placeholder{padding:42px;border:1px dashed rgba(176,138,74,.7);border-radius:24px;background:rgba(255,255,255,.45);color:var(--navy-soft)}
footer{background:#0a1829;color:rgba(255,255,255,.72);padding:65px 0 30px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:50px}.footer-title{font-family:Georgia,serif;color:white;font-size:25px}.footer-links a{display:block;margin:8px 0}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:25px;font-size:13px}
.reveal{opacity:0;transform:translateY(22px);transition:.75s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.nav-links{position:absolute;display:none;top:76px;left:0;right:0;background:var(--paper);padding:25px 20px;flex-direction:column;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.menu-button{display:block}.section-head,.feature,.footer-grid{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr}.topic-grid{grid-template-columns:repeat(2,1fr)}.feature-visual{min-height:350px}.hero{min-height:680px}.logo-wrap{width:100%}}
@media(max-width:560px){.container{width:min(100% - 26px,1180px)}.section{padding:75px 0}.hero{min-height:620px}.hero-inner{padding-top:75px}.topic-grid{grid-template-columns:1fr}.feature-copy{padding:35px}.feature-copy h3{font-size:36px}.brand{font-size:14px}.section-head{gap:22px}}

/* Host page */
.host-hero{padding:110px 0 90px;background:linear-gradient(145deg,#fff 0,var(--ivory) 62%,#ece3d4 100%);overflow:hidden;position:relative}
.host-hero:after{content:"";position:absolute;width:850px;height:330px;border:1px solid rgba(176,138,74,.25);border-radius:50%;right:-260px;top:70px;transform:rotate(-14deg)}
.host-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center;position:relative;z-index:2}
.host-intro h1{font-family:Georgia,serif;font-size:clamp(58px,8vw,104px);font-weight:400;line-height:.95;margin:16px 0 28px}
.host-deck{max-width:720px;font-family:Georgia,serif;font-size:clamp(23px,3vw,35px);line-height:1.35;color:var(--navy-soft);margin:0}
.host-credentials{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.host-credentials span{border:1px solid var(--gold-light);border-radius:999px;padding:8px 14px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;background:rgba(255,255,255,.5)}
.host-portrait-placeholder{min-height:520px;border-radius:260px 260px 24px 24px;background:linear-gradient(160deg,#183552,#071526);display:grid;place-items:center;align-content:center;color:white;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.host-portrait-placeholder p{position:absolute;bottom:22px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.6)}
.portrait-initials{font-family:Georgia,serif;font-size:100px;color:var(--gold-light);z-index:2}.portrait-orbit{position:absolute;width:390px;height:170px;border:1px solid rgba(216,192,146,.5);border-radius:50%;transform:rotate(-20deg)}.portrait-orbit:after{content:"";position:absolute;width:9px;height:9px;background:var(--gold-light);border-radius:50%;right:32px;top:22px}
.host-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.host-statement{position:sticky;top:120px}.host-statement blockquote{font-family:Georgia,serif;font-size:32px;line-height:1.35;margin:22px 0;color:var(--navy)}
.host-copy h2,.host-purpose-copy h2{font-size:clamp(42px,5vw,66px)}.host-copy p,.host-purpose-copy p{font-size:19px;color:var(--navy-soft)}
.host-proof{background:var(--navy);color:white}.host-proof .lead{color:rgba(255,255,255,.7)}.host-milestones{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.14)}.milestone{background:var(--navy);padding:34px;min-height:290px}.milestone strong{font-family:Georgia,serif;color:var(--gold-light);font-size:55px;font-weight:400}.milestone h3{font-family:Georgia,serif;font-weight:400;font-size:24px}.milestone p{color:rgba(255,255,255,.65);font-size:15px}
.host-purpose-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:start}.host-values{border-top:1px solid var(--gold-light)}.host-values>div{display:grid;grid-template-columns:55px 1fr;column-gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}.host-values span{grid-row:1/3;color:var(--gold);font-family:Georgia,serif;font-size:27px}.host-values h3{margin:0;font-family:Georgia,serif;font-size:27px;font-weight:400}.host-values p{margin:4px 0 0;color:var(--navy-soft)}
.host-preview{background:linear-gradient(145deg,#f0e8db,var(--paper))}.host-preview-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px;align-items:center}.host-preview-mark{height:380px;border-radius:190px 190px 24px 24px;background:var(--navy);display:grid;place-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}.host-preview-mark:before{content:"";position:absolute;width:310px;height:130px;border:1px solid var(--gold-light);border-radius:50%;transform:rotate(-15deg)}.host-preview-mark span{font-family:Georgia,serif;font-size:88px;color:var(--gold-light);z-index:1}
@media(max-width:900px){.host-hero-grid,.host-story-grid,.host-purpose-grid,.host-preview-grid{grid-template-columns:1fr}.host-portrait-placeholder{min-height:420px;max-width:520px;width:100%;margin:auto}.host-statement{position:static}.host-milestones{grid-template-columns:repeat(2,1fr)}.host-preview-mark{max-width:450px;width:100%;margin:auto}}
@media(max-width:560px){.host-hero{padding:75px 0 60px}.host-milestones{grid-template-columns:1fr}.milestone{min-height:0}.host-story-grid,.host-purpose-grid,.host-preview-grid{gap:45px}.host-portrait-placeholder{min-height:360px}.portrait-initials{font-size:78px}}

/* Version 3 content pages */
.project-closing{margin-top:55px;padding:32px 0 0;border-top:1px solid var(--gold-light);font-family:Georgia,serif}.project-closing p{font-size:28px;color:var(--navy);margin:6px 0}.coming-soon{text-align:center;padding:65px 45px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.55);box-shadow:0 12px 38px rgba(16,35,60,.06)}.coming-soon h2{margin:10px 0 22px}.coming-soon p{max-width:680px;margin:10px auto}.coming-symbol{color:var(--gold);font-size:34px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-card{background:var(--navy);color:white;border-radius:var(--radius);padding:42px;box-shadow:var(--shadow)}.contact-card a{display:block;font-family:Georgia,serif;font-size:clamp(25px,4vw,38px);margin:6px 0 34px;overflow-wrap:anywhere}.contact-card a:last-child{margin-bottom:0}.contact-label{color:var(--gold-light);font-size:12px;letter-spacing:.16em;text-transform:uppercase}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:560px){.project-closing p{font-size:23px}.coming-soon{padding:42px 24px}.contact-card{padding:30px 24px}}

/* Version 4 imagery */
.project-image-section{padding:70px 0 10px;background:var(--paper)}
.project-feature-image{display:block;width:min(100%,980px);margin:0 auto;border-radius:28px;box-shadow:var(--shadow);aspect-ratio:1/1;object-fit:cover}
.host-portrait{margin:0;min-height:520px;border-radius:260px 260px 24px 24px;overflow:hidden;box-shadow:var(--shadow);background:var(--navy)}
.host-portrait img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover;object-position:center center}
@media(max-width:900px){.host-portrait{min-height:420px;max-width:520px;width:100%;margin:auto}.host-portrait img{min-height:420px}.project-image-section{padding-top:45px}}
@media(max-width:560px){.host-portrait,.host-portrait img{min-height:360px}.project-feature-image{border-radius:18px}}

/* Version 5 homepage host photo */
.host-preview-photo{margin:0;overflow:hidden;border-radius:28px;background:var(--navy);box-shadow:var(--shadow)}
.host-preview-photo img{width:100%;height:430px;object-fit:cover;object-position:center center;transition:transform .55s ease}
.host-preview-photo:hover img{transform:scale(1.025)}
.host-preview-photo figcaption{padding:13px 18px 15px;background:var(--navy);color:rgba(255,255,255,.7);font-size:12px;letter-spacing:.04em}
@media(max-width:900px){.host-preview-photo{max-width:620px;width:100%;margin:auto}.host-preview-photo img{height:auto;aspect-ratio:1.12/1}}
@media(max-width:560px){.host-preview-photo{border-radius:18px}.host-preview-photo figcaption{font-size:11px}}

/* Featured video */
.featured-video{background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.video-frame{position:relative;width:100%;aspect-ratio:16/9;background:#08111f}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.featured-video-copy{padding:38px 42px 44px}
.featured-video-copy h2{margin:8px 0 18px}
.featured-video-copy p{max-width:760px;margin-bottom:27px}
@media(max-width:560px){.featured-video-copy{padding:28px 24px 34px}}

/* Version 10 photo gallery */
.gallery-content{padding-top:55px}
.gallery-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:34px}
.gallery-filter{border:1px solid var(--line);background:var(--paper);color:var(--navy);border-radius:999px;padding:10px 17px;font:inherit;font-size:13px;letter-spacing:.06em;cursor:pointer;transition:.2s}
.gallery-filter:hover,.gallery-filter.active{background:var(--navy);border-color:var(--navy);color:white}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.gallery-item{margin:0;background:var(--paper);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 10px 35px rgba(16,35,60,.07);cursor:pointer;transition:transform .28s,box-shadow .28s}
.gallery-item:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .45s}
.gallery-item:hover img{transform:scale(1.025)}
.gallery-caption{padding:20px 21px 23px}
.gallery-meta{display:flex;justify-content:space-between;gap:16px;color:var(--gold);font-size:11px;letter-spacing:.11em;text-transform:uppercase}
.gallery-caption h2{font-size:25px;margin:7px 0 5px}
.gallery-caption p{font-size:15px;line-height:1.55;margin:0;color:var(--navy-soft)}
.gallery-loading,.gallery-error{grid-column:1/-1;padding:40px;border:1px dashed var(--gold-light);border-radius:20px;color:var(--navy-soft)}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(3,10,18,.94);display:none;align-items:center;justify-content:center;padding:65px 85px 40px}
.lightbox.open{display:flex}
.lightbox figure{margin:0;max-width:min(1100px,85vw);max-height:88vh;display:flex;flex-direction:column;align-items:center}
.lightbox img{max-width:100%;max-height:76vh;object-fit:contain;box-shadow:0 25px 80px rgba(0,0,0,.4)}
.lightbox figcaption{width:100%;padding:16px 0;color:white;display:flex;justify-content:space-between;gap:25px}
.lightbox figcaption strong{font-family:Georgia,serif;font-size:20px;font-weight:400}
.lightbox figcaption span{color:rgba(255,255,255,.65);font-size:14px;text-align:right}
.lightbox-close,.lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.08);color:white;cursor:pointer;border-radius:50%}
.lightbox-close{top:18px;right:22px;width:46px;height:46px;font-size:32px;line-height:1}
.lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:42px;line-height:1}
.lightbox-prev{left:20px}.lightbox-next{right:20px}
body.lightbox-open{overflow:hidden}
@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.lightbox{padding:70px 55px 30px}}
@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}.gallery-item img{aspect-ratio:1.15/1}.lightbox{padding:65px 14px 25px}.lightbox figure{max-width:100%}.lightbox-nav{width:42px;height:42px;font-size:34px;background:rgba(0,0,0,.35)}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox figcaption{display:block}.lightbox figcaption span{display:block;text-align:left;margin-top:5px}}
