:root{
  --navy:#0c1e30; --navy-2:#132a40; --navy-deep:#08182a;
  --ink:#16222e; --muted:#5d6975; --line:rgba(12,30,48,.14);
  --ivory:#f5f2ec; --paper:#fbfaf7; --white:#fff;
  --brass:#a8864f;
  --serif:"Cormorant Garamond", "Times New Roman", serif;
  --sans:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --wrap:1280px; --gutter:clamp(22px,4vw,64px);
}
*{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{font-family:var(--sans);font-weight:300;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;font-variant-numeric:lining-nums;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
em{font-style:italic}

.wrap{max-width:calc(var(--wrap) + var(--gutter)*2);margin:0 auto;padding:0 var(--gutter)}
.section{padding:clamp(88px,11vw,168px) 0}

/* type */
.eyebrow{font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--brass);margin-bottom:28px;display:flex;align-items:center;gap:14px}
.eyebrow::before{content:"";width:28px;height:1px;background:currentColor;opacity:.8}
.eyebrow-light{color:#d9c29a}
.display{font-family:var(--serif);font-weight:400;font-size:clamp(34px,3.6vw,54px);line-height:1.14;letter-spacing:-.005em;color:var(--navy)}
.display em{font-style:italic;color:inherit}
.display-light{color:#fff}
.h2{font-family:var(--serif);font-weight:400;font-size:clamp(34px,3.4vw,50px);line-height:1.12;color:var(--navy);letter-spacing:-.005em}
.h3{font-family:var(--serif);font-weight:500;font-size:clamp(32px,3vw,44px);line-height:1.1;color:var(--navy)}
.h4{font-family:var(--serif);font-weight:500;font-size:26px;line-height:1.2;color:var(--navy)}
.h5{font-family:var(--serif);font-weight:500;font-size:24px;line-height:1.25;color:var(--navy)}
.lead{font-size:18px;line-height:1.65;color:var(--ink)}
p{color:var(--muted)}
.lead{color:var(--ink)}

.text-link{display:inline-flex;align-items:center;gap:12px;font-size:11.5px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);padding-bottom:6px;border-bottom:1px solid var(--brass);margin-top:28px;transition:gap .3s}
.text-link::after{content:"";width:18px;height:1px;background:currentColor;position:relative}
.text-link:hover{gap:18px}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;height:56px;padding:0 30px;font-family:var(--sans);font-size:11.5px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;border:1px solid transparent;transition:background .3s,color .3s,border-color .3s;white-space:nowrap}
.btn .ico{width:17px;height:17px}
.btn-light{background:#fff;color:var(--navy)}
.btn-light:hover{background:var(--ivory)}
.btn-ghost-light{border-color:rgba(255,255,255,.55);color:#fff}
.btn-ghost-light:hover{background:rgba(255,255,255,.1);border-color:#fff}
.btn-sm{height:42px;padding:0 20px;font-size:10.5px}

/* header */
.site-header{position:absolute;inset:0 0 auto 0;z-index:10;color:#fff}
.header-inner{display:flex;align-items:center;height:104px;gap:48px;border-bottom:1px solid rgba(255,255,255,.16)}
.brand img{width:150px;height:auto}
.nav{display:flex;gap:38px;margin-left:auto}
.nav a{font-size:11.5px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;opacity:.88}
.nav a:hover{opacity:1}
.header-cta{display:flex;align-items:center;gap:28px}
.wa-link{display:flex;align-items:center;gap:10px;font-size:13px;letter-spacing:.04em;opacity:.92}
.ico{width:18px;height:18px;flex:none}
.menu-btn{display:none}

/* hero */
.hero{position:relative;height:100vh;min-height:720px;max-height:1000px;color:#fff;overflow:hidden;background:var(--navy-deep)}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% 60%}
.hero-shade{position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(6,18,31,.6) 0%,rgba(6,18,31,.35) 32%,rgba(6,18,31,0) 58%),
  linear-gradient(180deg,rgba(6,18,31,.55) 0%,rgba(6,18,31,0) 22%,rgba(6,18,31,0) 62%,rgba(6,18,31,.6) 100%)}
.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;padding-top:40px}
.hero h1{font-family:var(--serif);font-weight:400;font-size:clamp(46px,6.4vw,96px);line-height:1.02;letter-spacing:-.012em;max-width:12ch}
.hero-sub{font-family:var(--serif);font-size:clamp(22px,2vw,30px);color:rgba(255,255,255,.9);margin-top:26px;font-weight:400}
.hero-sub em{color:#e3cfa9}
.hero-actions{display:flex;gap:16px;margin-top:52px;flex-wrap:wrap}
.hero-foot{position:absolute;left:0;right:0;bottom:36px;display:flex;align-items:center;gap:24px;font-size:10.5px;letter-spacing:.24em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.hero-foot-line{flex:1;height:1px;background:rgba(255,255,255,.22)}

/* intro */
.intro{background:var(--paper)}
.grid-12{display:grid;grid-template-columns:repeat(12,1fr);column-gap:32px}
.intro-label{grid-column:1/4}
.intro-statement{grid-column:4/13}
.intro-body{grid-column:8/13;margin-top:56px}
.intro-body p{font-size:17px}

/* services */
.services{background:#fff}
.section-head{max-width:760px;margin-bottom:clamp(56px,6vw,88px)}
.section-head-row{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;gap:64px}
.section-note{max-width:380px;font-size:15px}
.svc-feature{display:grid;grid-template-columns:7fr 5fr;gap:clamp(40px,6vw,96px);align-items:center;padding-bottom:clamp(72px,8vw,120px);border-bottom:1px solid var(--line)}
.svc-feature-img{aspect-ratio:5/4;overflow:hidden;background:var(--navy)}
.svc-feature-img img{width:100%;height:100%;object-fit:cover;object-position:50% 45%}
.svc-num{display:block;font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:.2em;color:var(--brass);margin-bottom:14px}
.svc-feature .lead{margin:22px 0 30px}
.rule-list li{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:16px 0;border-top:1px solid var(--line);font-size:14.5px;line-height:1.55}
.rule-list li:last-child{border-bottom:1px solid var(--line)}
.rule-list span{font-weight:500;color:var(--navy);font-size:11px;letter-spacing:.18em;text-transform:uppercase;padding-top:3px}
.rule-list em{font-style:normal;color:var(--muted)}
.svc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:clamp(72px,8vw,120px)}
.svc-card figure{aspect-ratio:4/5;overflow:hidden;margin-bottom:28px;background:var(--navy)}
.svc-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}
.svc-card:hover img{transform:scale(1.04)}
.svc-card h3{margin-bottom:14px}
.svc-card p{font-size:15px;line-height:1.7}
.svc-card .text-link{margin-top:20px}

/* bleed */
.bleed{position:relative;height:88vh;min-height:620px;max-height:900px;overflow:hidden;color:#fff;background:var(--navy)}
.bleed img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.bleed-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,18,31,.15) 0%,rgba(6,18,31,0) 40%,rgba(6,18,31,.7) 100%)}
.bleed-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:clamp(56px,7vw,104px)}
.bleed .display{font-size:clamp(38px,4.6vw,68px);line-height:1.06}

/* why */
.why{background:var(--paper);padding-top:clamp(72px,8vw,120px)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:56px;row-gap:64px}
.why-item{border-top:1px solid var(--line);padding-top:30px}
.why-item h3{margin-bottom:12px}
.why-item p{font-size:15.5px}

/* arrival */
.arrival{background:var(--ivory)}
.arrival-grid{display:grid;grid-template-columns:5fr 6fr;gap:clamp(48px,8vw,128px);align-items:start}
.arrival-intro{position:sticky;top:48px}
.arrival-intro .h2{margin-bottom:24px}
.arrival-intro p:not(.eyebrow){font-size:17px;max-width:460px}
.arrival-actions{margin-top:36px}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-2)}
.arrival-img{margin-top:48px;aspect-ratio:3/2;overflow:hidden}
.arrival-img img{width:100%;height:100%;object-fit:cover;object-position:60% 50%;filter:saturate(.82)}
.steps{counter-reset:step;position:relative;padding-top:8px}
.steps li{position:relative;padding:0 0 60px 88px;counter-increment:step}
.steps li:last-child{padding-bottom:0}
.steps li::before{content:counter(step,decimal-leading-zero);position:absolute;left:0;top:-4px;width:52px;height:52px;border:1px solid rgba(168,134,79,.6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--brass);background:var(--ivory)}
.steps li::after{content:"";position:absolute;left:26px;top:56px;bottom:8px;width:1px;background:rgba(168,134,79,.35)}
.steps li:last-child::after{display:none}
.step-k{display:block;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}
.steps h3{margin-bottom:12px}
.steps p{font-size:15.5px;max-width:480px}

/* marinas */
.marinas{background:#fff;padding-bottom:clamp(72px,8vw,120px)}
.marina-list{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--navy)}
.marina{padding:36px 32px 8px 0;border-right:1px solid var(--line);margin-right:0}
.marina + .marina{padding-left:32px}
.marina:last-child{border-right:0}
.marina h3{font-size:25px;margin-bottom:10px}
.marina p{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}

/* brands */
.brands{background:#fff;padding:0 0 clamp(88px,9vw,140px)}
.brands-inner{border-top:1px solid var(--line);padding-top:56px;display:flex;align-items:center;gap:64px}
.brands .eyebrow{margin:0;flex:none;color:var(--muted)}
.brands .eyebrow::before{background:var(--brass)}
.brand-row{flex:1;display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}
.brand-row li{font-family:var(--sans);font-size:14px;font-weight:500;letter-spacing:.26em;text-transform:uppercase;color:#7d8792;white-space:nowrap}

/* cta */
.cta{background:var(--navy);color:#fff;padding:clamp(88px,10vw,150px) 0}
.cta-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:64px}
.cta .display{font-size:clamp(38px,4.4vw,64px);line-height:1.08}
.cta .display em{color:#e3cfa9}
.cta-actions{display:flex;flex-direction:column;gap:14px;flex:none}

/* footer */
.footer{background:var(--navy-deep);color:rgba(255,255,255,.72);padding:88px 0 40px;font-size:14.5px}
.footer p{color:rgba(255,255,255,.66);line-height:1.9}
.footer a:hover{color:#fff}
.footer-grid{display:grid;grid-template-columns:2fr 1.3fr 1.3fr 1fr;gap:48px;padding-bottom:72px;border-bottom:1px solid rgba(255,255,255,.12)}
.footer-brand img{width:140px;height:auto;margin-bottom:24px}
.footer-brand em{font-family:var(--serif);font-size:18px;color:#e3cfa9}
.foot-h{font-size:10.5px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:#d9c29a;margin-bottom:18px}
.footer-base{display:flex;justify-content:space-between;padding-top:32px;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.45)}

/* responsive */
@media (max-width:1180px){
  .nav{display:none}
  .header-cta{margin-left:auto}
  .svc-grid{grid-template-columns:repeat(2,1fr);row-gap:64px}
}
@media (max-width:900px){
  .grid-12{display:block}
  .intro-body{margin-top:36px}
  .svc-feature{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr 1fr}
  .arrival-grid{grid-template-columns:1fr}
  .arrival-intro{position:static}
  .marina-list{grid-template-columns:1fr 1fr}
  .marina:nth-child(2){border-right:0}
  .marina:nth-child(3){padding-left:0}
  .marina:nth-child(n+3){border-top:1px solid var(--line)}
  .section-head-row{display:block}
  .section-note{margin-top:20px}
  .brands-inner{flex-direction:column;align-items:flex-start;gap:32px}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  body{font-size:15px}
  .header-inner{height:76px;gap:16px}
  .brand img{width:118px}
  .header-cta .btn,.wa-link span{display:none}
  .wa-link{width:40px;height:40px;justify-content:center;border:1px solid rgba(255,255,255,.4);border-radius:50%}
  .menu-btn{display:flex;flex-direction:column;justify-content:center;gap:7px;width:40px;height:40px;background:none;border:0;padding:0 8px;margin-left:4px}
  .menu-btn span{display:block;height:1px;background:#fff;width:100%}
  .hero{height:100svh;min-height:680px;max-height:none}
  .hero-shade{background:linear-gradient(180deg,rgba(8,24,42,.55) 0%,rgba(8,24,42,0) 18%,rgba(8,24,42,0) 36%,rgba(8,24,42,.8) 50%,#08182a 58%,#08182a 100%)}
  .hero-content{justify-content:flex-end;padding-bottom:96px}
  .hero h1{font-size:46px;line-height:1.04}
  .hero-sub{font-size:23px;margin-top:18px}
  .hero-actions{flex-direction:column;margin-top:36px;gap:12px}
  .hero-actions .btn{width:100%}
  .hero-foot{bottom:28px;font-size:9.5px}
  .hero-foot span:last-child{display:none}
  .display{font-size:31px;line-height:1.2}
  .h2{font-size:34px}
  .rule-list li{grid-template-columns:1fr;gap:4px}
  .svc-grid{grid-template-columns:1fr;gap:56px}
  .svc-card figure{aspect-ratio:4/3}
  .why-grid{grid-template-columns:1fr;row-gap:40px}
  .bleed{height:70svh;min-height:520px}
  .bleed img{object-position:30% 50%}
  .bleed .display{font-size:38px}
  .steps li{padding-left:72px;padding-bottom:48px}
  .marina-list{grid-template-columns:1fr}
  .marina,.marina + .marina{padding:26px 0 22px;border-right:0}
  .marina + .marina{border-top:1px solid var(--line)}
  .brand-row{justify-content:flex-start;gap:18px 30px}
  .brand-row li{font-size:12.5px}
  .hero-img{height:58%;object-position:76% 50%}
  .cta .display{font-size:38px}
  .cta-actions{width:100%}
  .cta-actions .btn{width:100%}
  .footer-grid{grid-template-columns:1fr;gap:36px}
  .footer-base{flex-direction:column;gap:8px}
}

/* =========================================================
   WordPress theme additions (gooceanintl.com)
   ========================================================= */
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.nav-list{display:flex;gap:28px;margin:0;padding:0}
.nav-list li{white-space:nowrap}
.nav-list a{font-size:11.5px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;opacity:.88;padding:6px 0;border-bottom:1px solid transparent}
.nav-list a:hover{opacity:1}
.nav-list .current-menu-item>a,.nav-list .current_page_item>a{opacity:1;border-bottom-color:var(--brass)}
.header-inner{gap:36px}
.wa-link{white-space:nowrap}
@media (max-width:1320px){.header-cta .btn{display:none}}
.u{border-bottom:1px solid var(--brass)}
.h3 a:hover{color:var(--navy-2)}
.btn-ghost{border-color:rgba(12,30,48,.35);color:var(--navy);background:transparent}
.btn-ghost:hover{border-color:var(--navy)}
.btn-navy .ico,.btn-ghost .ico{width:17px;height:17px}

/* services: 3-up grid on the site */
.svc-grid-3{grid-template-columns:repeat(3,1fr);gap:48px}
.svc-card>a{display:block}

/* brand partners (logos) */
.brands-inner{display:grid;grid-template-columns:4fr 8fr;gap:64px;align-items:center;border-top:0;padding-top:0}
.brands-copy .eyebrow{margin-bottom:18px}
.brands-copy p:not(.eyebrow){font-size:14.5px;max-width:380px}
.brand-logos{display:grid;grid-template-columns:repeat(7,1fr);justify-items:center;align-items:center;gap:28px 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:34px 0}
.brand-logos li{display:flex;align-items:center;justify-content:center;height:48px}
.brand-logos img{max-height:34px;max-width:100%;width:auto;object-fit:contain;filter:grayscale(1);opacity:.7;transition:opacity .3s,filter .3s}
.brand-logos li:hover img{filter:none;opacity:1}

/* inner page hero */
.page-hero{position:relative;background:var(--navy);color:#fff;min-height:560px;height:68vh;max-height:760px;overflow:hidden;display:flex}
.page-hero .hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,18,31,.62) 0%,rgba(6,18,31,.3) 45%,rgba(6,18,31,.05) 75%),linear-gradient(180deg,rgba(6,18,31,.55) 0%,rgba(6,18,31,0) 26%,rgba(6,18,31,0) 60%,rgba(6,18,31,.55) 100%)}
.page-hero-content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-top:150px;padding-bottom:clamp(56px,7vw,96px)}
.page-hero h1,.page-hero .h1-like{font-family:var(--serif);font-weight:400;font-size:clamp(44px,5.4vw,80px);line-height:1.04;letter-spacing:-.01em;max-width:16ch;color:#fff}
.page-hero .hero-sub{max-width:30ch;line-height:1.35}
.page-hero.has-img{display:grid;grid-template-columns:5fr 6fr;height:auto;min-height:680px;max-height:none}
.page-hero.has-img .hero-media{position:relative;grid-column:2;grid-row:1;min-height:100%}
.page-hero.has-img .hero-media .hero-shade{background:linear-gradient(180deg,rgba(6,18,31,.6) 0%,rgba(6,18,31,0) 28%)}
.page-hero.has-img .page-hero-content{grid-column:1;grid-row:1;padding-left:max(var(--gutter),calc((100vw - var(--wrap)) / 2));padding-right:56px}
.page-hero:not(.has-img){min-height:0;height:auto;background:var(--navy) linear-gradient(180deg,var(--navy-deep) 0%,var(--navy) 100%)}
.page-hero:not(.has-img) .page-hero-content{padding-top:190px}
.page-hero-slim .page-hero-content{padding-top:170px;padding-bottom:64px}
.page-hero-slim h1,.page-hero-slim .h1-like{font-size:clamp(38px,4.2vw,60px)}

/* prose (page content) */
.page-body{background:var(--paper);padding-top:clamp(72px,9vw,136px)}
.prose-wrap{max-width:calc(var(--wrap) + var(--gutter)*2)}
.prose-wrap p.eyebrow{font-size:11px}
.prose-wrap>*+*{margin-top:1.1em}
.prose-wrap p{font-size:17px}
.prose-wrap a:not(.btn):not(.text-link){color:var(--navy);border-bottom:1px solid var(--brass)}
.prose-wrap h2{font-family:var(--serif);font-weight:400;font-size:clamp(32px,3.2vw,46px);line-height:1.12;color:var(--navy);margin-top:1.6em}
.prose-wrap h3{font-family:var(--serif);font-weight:500;font-size:26px;line-height:1.2;color:var(--navy);margin-top:1.4em}
.prose-wrap>h2:first-child,.prose-wrap>.eyebrow:first-child,.prose-wrap>section:first-child{margin-top:0}
.prose-wrap ul{margin-top:18px}
.prose-wrap ul li{padding:14px 0;border-top:1px solid var(--line);font-size:15.5px;color:var(--ink)}
.prose-wrap ul li:last-child{border-bottom:1px solid var(--line)}

.go-lede{display:grid;grid-template-columns:3fr 9fr;gap:0 32px}
.go-lede>.eyebrow{grid-row:1/3;margin-top:14px}
.go-lede .display{font-size:clamp(30px,3vw,44px)}
.go-lede .go-lede-body{grid-column:2;margin-top:30px}
.go-lede .go-lede-body p{max-width:620px}
.go-block{margin-top:clamp(64px,8vw,112px)!important;padding-top:clamp(40px,5vw,64px);border-top:1px solid var(--line)}
.go-block-head{display:grid;grid-template-columns:3fr 9fr;gap:32px;margin-bottom:36px}
.go-block-head h2{margin-top:0!important}
.go-grid-2{display:grid;grid-template-columns:1fr 1fr;column-gap:80px;row-gap:56px}
.go-block>.go-grid-2,.go-block>.go-mv{margin-left:calc(25% + 24px)}
.go-block>.eyebrow,.go-block>.go-close,.go-block>.go-actions{margin-left:calc(25% + 24px)}
.go-grid-2>div>h3:first-child{margin-top:0}
.go-grid-2 h3{font-size:24px;margin-bottom:10px}
.go-grid-2 p{font-size:15.5px}
.go-num{display:block;font-size:11px;font-weight:500;letter-spacing:.2em;color:var(--brass);margin-bottom:10px}
.go-note{font-size:14px!important;color:var(--muted);border-left:1px solid var(--brass);padding-left:18px;margin-top:16px!important}
.go-close{font-family:var(--serif);font-size:clamp(28px,2.6vw,40px)!important;line-height:1.2;color:var(--navy)!important;max-width:34ch}
.go-close em{color:var(--brass)}
.go-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:40px!important}
.go-mv{display:grid;grid-template-columns:1fr 1fr;gap:56px}
.go-mv>div{border-top:1px solid var(--navy);padding-top:28px}
.go-mv p:not(.eyebrow){font-family:var(--serif);font-size:24px!important;line-height:1.35;color:var(--navy)}
.go-mv .eyebrow{margin-bottom:18px}

/* contact */
.go-contact{display:grid;grid-template-columns:5fr 7fr;gap:clamp(48px,7vw,112px);align-items:start}
.go-contact-details dl{border-top:1px solid var(--navy)}
.go-contact-details dl>div{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}
.go-contact-details dt{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);padding-top:3px}
.go-contact-details dd{color:var(--ink);font-size:15.5px}
.go-contact-form h2{margin-top:0!important;margin-bottom:28px}
.wpcf7 form p{margin:0 0 22px}
.wpcf7 label{display:block;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--navy)}
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea{display:block;width:100%;margin-top:10px;font:inherit;font-size:16px;color:var(--ink);background:transparent;border:0;border-bottom:1px solid rgba(12,30,48,.3);border-radius:0;padding:10px 0;outline:none}
.wpcf7 input:focus,.wpcf7 textarea:focus{border-bottom-color:var(--brass)}
.wpcf7 textarea{height:140px;resize:vertical}
.wpcf7 input[type=submit]{height:56px;padding:0 34px;background:var(--navy);color:#fff;border:0;border-radius:0;font-family:var(--sans);font-size:11.5px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer}
.wpcf7 input[type=submit]:hover{background:var(--navy-2)}
.wpcf7-spinner{display:none}

/* cta on inner pages */
.cta-compact{padding:clamp(72px,8vw,120px) 0}
.cta-compact .display{font-size:clamp(34px,3.6vw,52px)}
.foot-h{font-family:var(--sans)}
.footer-links{display:flex;gap:26px}

/* ---------- WooCommerce (minimal) ---------- */
.shop-body{background:var(--paper);padding-top:clamp(56px,6vw,88px)}
.shop-intro{display:flex;justify-content:space-between;align-items:center;gap:48px;padding-bottom:40px;margin-bottom:48px;border-bottom:1px solid var(--line)}
.shop-intro .lead{max-width:560px;margin:0}
.shop-intro-actions{display:flex;gap:12px;flex:none}
.woocommerce-notices-wrapper:empty{display:none}
.woocommerce-result-count{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);float:left;margin:0 0 32px}
.woocommerce-ordering{float:right;margin:0 0 32px}
.woocommerce-ordering select{font:inherit;font-size:13px;color:var(--navy);background:transparent;border:0;border-bottom:1px solid rgba(12,30,48,.3);padding:6px 24px 6px 0;border-radius:0}
ul.products{clear:both;display:grid;grid-template-columns:repeat(4,1fr);gap:48px 32px;margin:0;padding:0}
ul.products::before,ul.products::after{display:none}
ul.products li.product{margin:0;padding:0;width:auto;float:none}
ul.products li.product a img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff;padding:18px;margin-bottom:20px;border:1px solid var(--line)}
ul.products li.product .woocommerce-loop-product__title{font-family:var(--serif);font-weight:500;font-size:21px;line-height:1.22;color:var(--navy)}
ul.products li.product .text-link{margin-top:14px}
ul.products li.product .onsale{display:none}
nav.woocommerce-pagination{margin-top:72px;border-top:1px solid var(--line);padding-top:28px}
nav.woocommerce-pagination ul{display:flex;gap:8px}
nav.woocommerce-pagination a,nav.woocommerce-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;font-size:12px;letter-spacing:.1em;color:var(--navy);border:1px solid var(--line)}
nav.woocommerce-pagination span.current{background:var(--navy);color:#fff;border-color:var(--navy)}
/* single product */
.single-product div.product{display:grid;grid-template-columns:6fr 5fr;gap:clamp(40px,6vw,96px);align-items:start}
.single-product div.product .woocommerce-product-gallery{grid-column:1;margin:0;opacity:1!important}
.single-product .woocommerce-product-gallery__wrapper{margin:0}
.single-product .woocommerce-product-gallery__image img{width:100%;height:auto;max-height:720px;object-fit:contain;background:#fff;border:1px solid var(--line);padding:32px}
.single-product .woocommerce-product-gallery__trigger{display:none}
.single-product .flex-control-thumbs{display:none}
.single-product div.product .summary{grid-column:2;margin:0}
.single-product .product_title{font-family:var(--serif);font-weight:400;font-size:clamp(36px,3.4vw,52px);line-height:1.1;color:var(--navy);margin-bottom:22px}
.single-product .woocommerce-product-details__short-description p{font-size:17px;color:var(--ink)}
.product-ctas{display:flex;flex-wrap:wrap;gap:12px;margin:34px 0 8px}
.product-note{flex-basis:100%;font-size:13.5px;margin-top:12px;border-left:1px solid var(--brass);padding-left:16px}
.product_meta{margin-top:32px;border-top:1px solid var(--line);padding-top:18px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);display:flex;flex-direction:column;gap:6px}
.product_meta a{color:var(--navy)}
.woocommerce-tabs{grid-column:1/-1;margin-top:40px;border-top:1px solid var(--navy);padding-top:8px}
.woocommerce-tabs ul.tabs{display:flex;gap:32px;margin:0 0 24px;padding:0}
.woocommerce-tabs ul.tabs li{padding:18px 0 0}
.woocommerce-tabs ul.tabs li a{font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);border-bottom:1px solid var(--brass);padding-bottom:6px}
.woocommerce-tabs .panel h2{display:none}
.woocommerce-tabs .panel p{font-size:16px;max-width:760px;margin-bottom:12px}
.related.products{grid-column:1/-1;margin-top:clamp(56px,6vw,96px);border-top:1px solid var(--line);padding-top:48px}
.related.products>h2{font-family:var(--serif);font-weight:400;font-size:34px;color:var(--navy);margin-bottom:36px}
.woocommerce-breadcrumb{display:none}
.woocommerce-cart-form,.woocommerce-checkout,.woocommerce-MyAccount-content{font-size:15px}
.woocommerce table.shop_table{width:100%;border-collapse:collapse}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:14px 10px;border-bottom:1px solid var(--line);text-align:left}
.woocommerce .button,.woocommerce button.button{display:inline-flex;align-items:center;height:48px;padding:0 24px;background:var(--navy);color:#fff;border:0;border-radius:0;font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}

/* ---------- responsive additions ---------- */
@media (max-width:1180px){
  .nav{display:none}
  .menu-btn{display:flex;flex-direction:column;justify-content:center;gap:7px;width:40px;height:40px;background:none;border:0;padding:0 8px;margin-left:4px;cursor:pointer}
  .menu-btn span{display:block;height:1px;background:#fff;width:100%;transition:transform .3s}
  .site-header.is-open{position:fixed;inset:0;background:var(--navy-deep);height:100vh;overflow:auto}
  .site-header.is-open .header-inner{flex-wrap:wrap;height:auto;padding-top:32px;align-content:flex-start;border-bottom:0}
  .site-header.is-open .nav{display:block;order:5;flex-basis:100%;margin:28px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.16)}
  .site-header.is-open .nav-list{flex-direction:column;gap:0}
  .site-header.is-open .nav-list a{display:block;font-family:var(--serif);font-size:32px;letter-spacing:0;text-transform:none;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}
  .site-header.is-open .menu-btn span:first-child{transform:translateY(4px) rotate(45deg)}
  .site-header.is-open .menu-btn span:last-child{transform:translateY(-4px) rotate(-45deg)}
  ul.products{grid-template-columns:repeat(3,1fr)}
  .svc-grid-3{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
  .svc-grid-3{grid-template-columns:1fr 1fr}
  .brands-inner{display:block}
  .brand-logos{margin-top:32px;grid-template-columns:repeat(4,1fr)}
  .go-lede,.go-block-head{display:block}
  .go-lede .go-lede-body{margin-top:24px}
  .go-grid-2,.go-mv,.go-contact{grid-template-columns:1fr}
  .go-block>.go-grid-2,.go-block>.go-mv,.go-block>.eyebrow,.go-block>.go-close,.go-block>.go-actions{margin-left:0}
  .go-lede>.eyebrow{margin-top:0}
  .page-hero.has-img{display:flex;flex-direction:column;min-height:0}
  .page-hero.has-img .hero-media{height:58vw;min-height:320px}
  .page-hero.has-img .page-hero-content{padding:44px var(--gutter) 56px}
  .brands-inner{display:block}
  .shop-intro{flex-direction:column;align-items:flex-start}
  ul.products{grid-template-columns:repeat(2,1fr);gap:40px 20px}
  .single-product div.product{display:block}
  .single-product div.product .summary{margin-top:40px}
}
@media (max-width:600px){
  .site-header.is-open .header-inner{padding-top:18px}
  .svc-grid-3{grid-template-columns:1fr;gap:56px}
  .brand-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 34px}
  .brand-logos img{max-height:30px;max-width:104px}
  .page-hero.has-img .hero-media{height:92vw;min-height:0}
  .page-hero h1{font-size:42px}
  .page-hero:not(.has-img) .page-hero-content,.page-hero-slim .page-hero-content{padding-top:140px;padding-bottom:48px}
  .page-hero-slim h1,.page-hero-slim .h1-like{font-size:36px}
  .page-hero .hero-shade{background:linear-gradient(180deg,rgba(6,18,31,.55) 0%,rgba(6,18,31,.1) 30%,rgba(6,18,31,.25) 55%,rgba(6,18,31,.85) 100%)}
  .prose-wrap p{font-size:16px}
  .go-contact-details dl>div{grid-template-columns:1fr;gap:4px}
  .shop-intro-actions{flex-direction:column;width:100%}
  .shop-intro-actions .btn,.product-ctas .btn,.go-actions .btn{width:100%}
  .woocommerce-ordering{float:none}
  .woocommerce-result-count{float:none;margin-bottom:12px}
  ul.products li.product .woocommerce-loop-product__title{font-size:18px}
  ul.products li.product a img{padding:10px}
  .footer-links{gap:18px}
}
