:root {
  --navy: #041a36;
  --navy-2: #08294b;
  --aqua: #16bfd5;
  --ocean: #08789f;
  --gold: #d8a84f;
  --sand: #f2eee6;
  --ink: #172333;
  --muted: #677486;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(180deg, #f7ffff 0%, #e6f7f8 100%); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 96px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; color: #fff; border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { display: flex; align-items: center; gap: 14px; font-family: Georgia, serif; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta { border: 1px solid rgba(255,255,255,.75); padding: 13px 18px; }

.hero { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy); }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-gradient { background: linear-gradient(145deg, #00102e 0%, #002b69 22%, #006ca9 45%, #00bcd8 67%, #55e3eb 84%, #c8fbf7 100%); }
.hero-gradient::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 82% 68%, rgba(204,255,249,.92) 0%, rgba(58,228,234,.52) 20%, transparent 43%), linear-gradient(118deg, transparent 0 54%, rgba(0,211,226,.36) 54% 72%, rgba(184,250,246,.64) 100%), repeating-radial-gradient(ellipse at 82% 108%, transparent 0 44px, rgba(255,255,255,.16) 45px 48px); opacity: 1; }
.hero-gradient::after { content: ''; position: absolute; z-index: 1; left: -8%; right: -8%; bottom: -12%; height: 21%; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(100,231,238,.90)); box-shadow: 0 -9px 0 rgba(0,72,133,.78), 0 -17px 0 rgba(255,255,255,.78); opacity: .72; }
.hero-gradient .hero-shade { background: linear-gradient(90deg, rgba(0,13,38,.62) 0%, rgba(0,25,61,.28) 34%, transparent 58%); }
.hero-watermark { position: absolute; z-index: 1; right: 5vw; top: 47%; transform: translateY(-45%); width: min(42vw, 620px); opacity: .18; filter: saturate(1.15); }
.hero-watermark img { width: 100%; border-radius: 50%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,16,35,.88) 0%, rgba(1,16,35,.52) 48%, rgba(1,16,35,.12) 100%), linear-gradient(0deg, rgba(2,21,42,.55), transparent 42%); }
.hero-copy { position: relative; z-index: 2; padding: 140px 7vw 80px; max-width: 900px; }
.eyebrow { margin: 0 0 22px; font-size: 12px; line-height: 1.3; letter-spacing: .24em; font-weight: 800; text-transform: uppercase; }
.eyebrow.blue { color: var(--ocean); }
.eyebrow.gold { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; }
h1 { margin-bottom: 28px; font-size: clamp(60px, 7.5vw, 116px); line-height: .92; letter-spacing: -.045em; }
.hero-intro { max-width: 630px; font-size: clamp(18px, 2vw, 25px); line-height: 1.55; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 32px; align-items: center; margin-top: 42px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #fff; color: var(--navy); }
.button-dark { background: var(--navy); color: #fff; }
.text-link { font-weight: 700; }
.text-link span { color: var(--aqua); margin-left: 8px; }
.coordinates { position: absolute; z-index: 2; right: 5vw; bottom: 38px; font-size: 12px; letter-spacing: .14em; }

.section { padding: 110px 7vw; }
.manifesto { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; background: linear-gradient(135deg, #f5f1e9 0%, #edf8f8 100%); }
.manifesto h2, .section-heading h2, .plan h2, .founder h2, .contact h2 { font-size: clamp(44px, 5vw, 76px); line-height: 1.02; letter-spacing: -.035em; }
.manifesto-copy { padding-top: 35px; max-width: 760px; }
.manifesto-copy p { color: var(--muted); font-size: 17px; line-height: 1.8; }
.manifesto-copy .lead { color: var(--ink); font-family: Georgia, serif; font-size: 26px; line-height: 1.55; }

.film-panel { padding: 110px 7vw; display: grid; grid-template-columns: .65fr 1.35fr; gap: 6vw; align-items: center; background: linear-gradient(130deg, #031a3b 0%, #075e89 58%, #13b8cd 100%); color: #fff; }
.film-copy h2 { font-size: clamp(44px, 5vw, 72px); line-height: 1.04; }
.film-copy > p:last-child { color: rgba(255,255,255,.72); line-height: 1.75; }
.film-panel video { width: 100%; max-height: 660px; background: #011326; box-shadow: 0 30px 80px rgba(1,15,31,.38); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 7vw; background: linear-gradient(110deg, #00132f 0%, #054c80 64%, #0aa7c1 125%); color: #fff; }
.stat { min-height: 180px; padding: 36px 26px; border-left: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; justify-content: center; }
.stat:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.stat strong { color: var(--aqua); font-family: Georgia, serif; font-size: 44px; font-weight: 500; }
.stat span { margin-top: 10px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.72); }

.experience { background: linear-gradient(145deg, #021638 0%, #064f83 58%, #12b9d1 135%); color: #fff; }
.section-heading { max-width: 680px; margin-bottom: 70px; }
.section-heading > p:last-child { color: rgba(255,255,255,.65); font-size: 18px; }
.section-heading.left { color: var(--ink); }
.experience-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.experience-grid article { padding: 38px 28px 10px 0; border-right: 1px solid rgba(255,255,255,.18); min-height: 250px; }
.experience-grid article:not(:first-child) { padding-left: 28px; }
.experience-grid article:last-child { border-right: 0; }
.experience-grid span { color: var(--aqua); font-size: 12px; font-weight: 800; }
.experience-grid h3 { margin: 52px 0 16px; font-size: 31px; }
.experience-grid p { color: rgba(255,255,255,.66); line-height: 1.7; }

.marina-gallery { background: linear-gradient(140deg, #00122f 0%, #03477c 54%, #0ab7ce 125%); color: #fff; }
.gallery-heading { max-width: 820px; margin-bottom: 52px; }
.gallery-heading h2 { font-size: clamp(44px, 5vw, 74px); line-height: 1.03; }
.gallery-heading > p:last-child { max-width: 700px; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.marina-images { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.marina-images figure { margin: 0; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); }
.marina-images figure.marina-aerial { grid-column: 1 / -1; }
.marina-images img { width: 100%; aspect-ratio: 1.75; object-fit: cover; }
.marina-images .marina-aerial img { aspect-ratio: 2.1; }
.marina-images figcaption { padding: 14px 17px 17px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.light-note { color: rgba(255,255,255,.60) !important; }

.adventure-hub { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; background: linear-gradient(145deg, #ffffff 0%, #e9f9fa 55%, #cceff2 125%); }
.adventure-title { position: sticky; top: 36px; align-self: start; }
.adventure-title h2 { font-size: clamp(42px, 4.6vw, 70px); line-height: 1.04; letter-spacing: -.035em; }
.adventure-body { max-width: 790px; }
.adventure-body h3 { margin: 65px 0 18px; color: var(--navy); font-size: 32px; }
.adventure-body h3:first-child { margin-top: 0; }
.adventure-body p { color: var(--muted); font-size: 17px; line-height: 1.85; }
.adventure-body blockquote { margin: 38px 0; padding: 12px 0 12px 30px; border-left: 4px solid var(--aqua); color: var(--navy); font-family: Georgia, serif; font-size: 29px; line-height: 1.45; }

.image-story { position: relative; min-height: 720px; overflow: hidden; display: flex; align-items: flex-end; }
.image-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.image-story::after { content: ''; position: absolute; inset: 0; background: linear-gradient(25deg, rgba(1,17,47,.92) 0%, rgba(3,82,128,.56) 45%, rgba(14,189,210,.18) 78%, transparent 100%); }
.image-story-card { position: relative; z-index: 2; max-width: 720px; margin: 0 0 70px 7vw; color: #fff; }
.image-story-card h2 { font-size: clamp(42px,5vw,72px); line-height: 1.04; }
.image-story-card p:last-child { max-width: 650px; line-height: 1.7; color: rgba(255,255,255,.78); }

.residences { background: linear-gradient(180deg, #ffffff 0%, #f2fbfc 48%, #ffffff 100%); }
.residence-grid { display: grid; gap: 80px; }
.residence-feature { display: grid; grid-template-columns: 1.4fr .8fr; gap: 6vw; align-items: center; }
.residence-feature.reverse { grid-template-columns: .8fr 1.4fr; }
.residence-feature.reverse img { order: 2; }
.residence-feature img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.residence-feature h3 { margin: 12px 0 20px; font-size: 46px; }
.residence-feature p { color: var(--muted); line-height: 1.75; }
.residence-feature .tag { color: var(--ocean); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.residence-feature a { display: inline-block; margin-top: 14px; color: var(--ocean); font-weight: 800; }
.house-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.house-gallery img { width: 100%; aspect-ratio: 1.65; object-fit: cover; background: #e9edf0; }
.flex-condo img { aspect-ratio: 1.6; }
.concept-note { margin: 36px 0 0; color: #8a929b; font-size: 12px; }

.plan { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; background: linear-gradient(135deg, #f3eee5 0%, #dff4f5 100%); }
.plan-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.plan-copy small { display: block; margin-top: 22px; color: #7c8792; line-height: 1.5; }
.plan-visual { position: relative; }
.plan-visual img { width: 100%; aspect-ratio: 1.05; object-fit: cover; }
.plan-label { position: absolute; left: -35px; bottom: -35px; width: 220px; height: 160px; padding: 28px; background: var(--navy); color: #fff; display: flex; flex-direction: column; justify-content: center; }
.plan-label strong { color: var(--aqua); font-family: Georgia, serif; font-size: 34px; }
.plan-label span { margin-top: 8px; font-size: 12px; line-height: 1.45; text-transform: uppercase; }

.founder { padding: 110px 7vw; display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; background: linear-gradient(135deg, #021638 0%, #064f83 62%, #11b9cf 125%); color: #fff; }
.founder-offer { padding-left: 50px; border-left: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.founder-offer > span { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.founder-offer strong { margin-top: 14px; font-family: Georgia, serif; font-size: 64px; font-weight: 500; }
.founder-offer p { color: rgba(255,255,255,.65); }

.branding { background: linear-gradient(145deg, #f4efe7 0%, #e2f6f6 55%, #d7eff3 100%); }
.branding-intro { max-width: 780px; margin-bottom: 55px; }
.branding-intro h2 { font-size: clamp(44px, 5vw, 74px); line-height: 1.03; }
.branding-intro > p:last-child { max-width: 690px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.branding-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.branding-grid figure { margin: 0; background: #fff; }
.branding-grid figure.wide { grid-column: 1 / -1; }
.branding-grid img { width: 100%; aspect-ratio: 1.42; object-fit: cover; }
.branding-grid img[alt="Channel Cay technical apparel concept"] { aspect-ratio: auto; height: auto; object-fit: contain; background: #fff; }
.branding-grid .wide img { aspect-ratio: 2.2; }
.branding-grid figcaption { padding: 15px 18px 18px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.signature-line { display: block; }
.branding-grid .panel-pair { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.branding-grid .panel-pair img { height: 100%; aspect-ratio: .71; object-fit: cover; }
.branding-grid .diving-panel img { height: auto; aspect-ratio: auto; object-fit: contain; object-position: center top; background: #fff; }
.attire-range-crop { aspect-ratio: 4; overflow: hidden; background: #fff; }
.branding-grid .attire-range-crop img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center 79%; }
.game-action-crop { position: relative; aspect-ratio: 1.42; overflow: hidden; background: #087ca9; }
.branding-grid .game-action-crop img { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; }
.adventure-wear { margin-top: 90px; padding-top: 70px; border-top: 1px solid rgba(4,53,82,.18); }
.wear-heading { max-width: 780px; margin-bottom: 40px; }
.wear-heading h3 { font-size: clamp(38px, 4vw, 58px); }
.wear-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.75; }
.wear-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.wear-grid figure { margin: 0; overflow: hidden; background: #fff; }
.wear-grid img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.wear-grid figcaption { padding: 14px 17px 17px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.team { background: linear-gradient(140deg, #ffffff 0%, #edfafa 52%, #d3f0f3 120%); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-grid article { min-width: 0; }
.team-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--sand); }
.team-grid article:not(.partner-card) img { aspect-ratio: 4 / 5; object-fit: contain; object-position: center top; }
.team-grid h3 { margin: 18px 0 7px; font-size: 25px; }
.team-grid p { color: var(--muted); line-height: 1.5; font-size: 13px; }
.partner-card img { object-fit: cover; }
.partner-card img[alt="Barrio Architect logo"] { object-fit: contain; padding: 24px; background: #050505; }

.soundtrack { display: flex; justify-content: space-between; align-items: center; gap: 50px; background: linear-gradient(125deg, #f5f0e7 0%, #e2f6f6 60%, #bde9ee 130%); }
.soundtrack h2 { margin-bottom: 0; font-size: clamp(36px,4vw,58px); }
.soundtrack audio { width: min(480px, 100%); }

.contact { position: relative; min-height: 660px; display: grid; place-items: center; text-align: center; color: #fff; overflow: hidden; }
.contact > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.contact-overlay { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(0,16,46,.90) 0%, rgba(3,71,116,.74) 55%, rgba(12,183,205,.45) 120%); }
.contact-copy { position: relative; z-index: 2; max-width: 780px; padding: 80px 24px; }
.contact-copy p:not(.eyebrow) { color: rgba(255,255,255,.75); font-size: 18px; }
.contact-copy .contact-tagline { display: block; margin-bottom: 10px; color: #fff; font-weight: 800; letter-spacing: .04em; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.button-outline { border: 1px solid rgba(255,255,255,.72); color: #fff; background: rgba(0,16,46,.24); }
.office-address { margin-top: 34px; color: rgba(255,255,255,.82); font-style: normal; font-size: 15px; line-height: 1.65; }

footer { padding: 56px 7vw; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; background: linear-gradient(110deg, #02142b 0%, #063f70 72%, #0a819f 130%); color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 54px; height: 54px; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { font-family: Georgia, serif; font-size: 21px; }
.footer-brand span, footer > p { color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
footer .legal { grid-column: 1 / -1; margin: 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); text-transform: none; letter-spacing: 0; }

@media (max-width: 960px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .manifesto, .plan, .founder, .adventure-hub, .film-panel { grid-template-columns: 1fr; }
  .adventure-title { position: static; }
  .stats, .experience-grid, .team-grid { grid-template-columns: repeat(2,1fr); }
  .experience-grid article:nth-child(2) { border-right: 0; }
  .residence-feature, .residence-feature.reverse { grid-template-columns: 1fr; gap: 30px; }
  .residence-feature.reverse img { order: 0; }
  .founder-offer { padding: 35px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .soundtrack { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .site-header { height: 78px; }
  .brand span { display: none; }
  .brand img { width: 48px; height: 48px; }
  .hero-copy { padding-left: 24px; padding-right: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .coordinates { left: 24px; right: auto; }
  .section, .founder { padding: 78px 24px; }
  .stats { grid-template-columns: 1fr 1fr; padding: 0 24px; }
  .stat { min-height: 145px; padding: 24px 10px; }
  .stat strong { font-size: 31px; }
  .stat span { font-size: 10px; }
  .experience-grid, .team-grid { grid-template-columns: 1fr; }
  .branding-grid { grid-template-columns: 1fr; }
  .marina-images, .wear-grid { grid-template-columns: 1fr; }
  .marina-images figure.marina-aerial { grid-column: auto; }
  .branding-grid figure.wide { grid-column: auto; }
  .branding-grid .wide img { aspect-ratio: 1.42; }
  .attire-range-crop { aspect-ratio: 2.2; }
  .house-gallery { grid-template-columns: 1fr; }
  .experience-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding-left: 0 !important; }
  .image-story-card { margin-left: 24px; margin-right: 24px; }
  .plan-label { left: 15px; bottom: 15px; }
  footer { grid-template-columns: 1fr; padding: 46px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero video { display: none; }
}

.prima-name-panel { display:flex; align-items:center; justify-content:center; width:100%; aspect-ratio:1; background:#fff; border:1px solid #dce4e5; color:#17394b; text-decoration:none; }
.prima-name-panel span { font-family:Arial,sans-serif; font-size:clamp(36px,5vw,72px); font-weight:700; letter-spacing:.08em; }
.prima-card>a:last-child { font-size:14px; text-decoration:underline; text-underline-offset:4px; }
.team-grid .prima-card .prima-name-panel img { width: 92%; height: auto; aspect-ratio: auto; object-fit: contain; background: white; }
.partner-link { font-size:14px; text-decoration:underline; text-underline-offset:4px; }
