
:root{
  --black:#07080a;
  --ink:#0c0e12;
  --ink2:#12151a;
  --ivory:#eee8dc;
  --ivory2:#d9d1c4;
  --gold:#c7a66f;
  --gold2:#e0c48d;
  --line:rgba(255,255,255,.14);
  --muted:#9ea1a6;
  --sans:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  --serif:"Iowan Old Style","Baskerville","Times New Roman",serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--black)}
body{margin:0;background:var(--black);color:#fff;font-family:var(--sans);overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
::selection{background:var(--gold);color:#090909}

.scroll-progress{position:fixed;top:0;left:0;height:2px;width:0;background:var(--gold2);z-index:9999}
.cursor-glow{position:fixed;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(198,165,109,.11),transparent 68%);pointer-events:none;z-index:2;transform:translate(-50%,-50%);opacity:0;transition:opacity .25s}

.site-header{
  position:fixed;z-index:1000;top:0;left:0;right:0;height:92px;
  display:grid;grid-template-columns:220px 1fr auto;align-items:center;
  padding:0 42px;border-bottom:1px solid transparent;transition:.35s;
}
.site-header.scrolled{height:76px;background:rgba(7,8,10,.82);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.08)}
.logo img{width:185px;height:auto}
.nav{justify-self:center;display:flex;gap:30px}
.nav a{font-size:13px;font-weight:650;text-transform:uppercase;letter-spacing:.105em;color:#e1e1e1;transition:.2s}.text-link{font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.1em;color:#d6d6d6;transition:.2s}
.nav a:hover,.text-link:hover{color:#fff}
.header-actions{display:flex;align-items:center;gap:22px}
.pill{padding:13px 20px;border:1px solid rgba(255,255,255,.4);border-radius:999px;font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.075em;transition:.25s}
.pill:hover{background:#fff;color:#090909}
.menu-button{display:none;background:none;border:0;width:42px;height:42px;position:relative}
.menu-button span{position:absolute;left:10px;right:10px;height:1px;background:#fff;transition:.2s}
.menu-button span:first-child{top:17px}.menu-button span:last-child{top:24px}
.menu-open .menu-button span:first-child{transform:rotate(45deg);top:21px}
.menu-open .menu-button span:last-child{transform:rotate(-45deg);top:21px}

.hero{min-height:100svh;position:relative;overflow:hidden;background:#020304}
.hero-media{position:absolute;inset:0;will-change:transform}
.hero-media img{width:100%;height:112%;object-fit:cover;object-position:center 45%;transform:scale(1.06)}
.hero-slider{background:#020304}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1.5s ease;will-change:opacity,transform;animation:heroBreath 16s ease-in-out infinite alternate}
.hero-slide.active{opacity:1}
@keyframes heroBreath{from{transform:scale(1.06)}to{transform:scale(1.11)}}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,4,6,.86) 0%,rgba(3,4,6,.65) 42%,rgba(3,4,6,.15) 74%,rgba(3,4,6,.25) 100%),linear-gradient(0deg,rgba(7,8,10,.7),transparent 48%)}
.hero-grain{position:absolute;inset:0;opacity:.12;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E")}
.hero-content{position:relative;z-index:4;min-height:100svh;padding:175px 6vw 150px;display:flex;align-items:flex-end}
.hero-copy{max-width:850px}
.eyebrow{font-size:10px;font-weight:800;letter-spacing:.23em;text-transform:uppercase;color:#d4d4d4}
.eyebrow.gold{color:var(--gold2)}
.hero h1{font-family:var(--serif);font-size:clamp(58px,7.5vw,116px);font-weight:400;letter-spacing:-.045em;line-height:.88;margin:24px 0 28px;max-width:1080px}
.hero-copy>p{max-width:700px;color:#d0d3d5;font-size:17px;line-height:1.75}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:35px}
.button{display:inline-flex;align-items:center;gap:28px;padding:16px 23px;border-radius:2px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;transition:.25s}
.button.gold{background:var(--gold);color:#0a0a0a}.button.gold:hover{background:var(--gold2);transform:translateY(-2px)}
.button.line{border:1px solid rgba(255,255,255,.35);color:#fff}.button.line:hover{background:#fff;color:#08090a}
.button.line.light{border-color:rgba(255,255,255,.5)}
.hero-model{position:absolute;right:6vw;bottom:158px;display:flex;flex-direction:column;align-items:flex-end;text-align:right}
.hero-model span{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#bbb}
.hero-model strong{font-family:var(--serif);font-size:27px;font-weight:400;margin:7px 0 5px}
.hero-model small{font-size:10px;color:#bbb;letter-spacing:.08em}
.hero-bottom{position:absolute;z-index:5;left:6vw;right:6vw;bottom:34px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.17)}
.hero-bottom>div{display:flex;gap:18px;padding:18px 0;border-right:1px solid rgba(255,255,255,.12)}
.hero-bottom span{font-size:9px;color:var(--gold)}
.hero-bottom strong{font-size:10px;letter-spacing:.13em;text-transform:uppercase}

.section-space{padding:130px 6vw}
.section-head{display:grid;grid-template-columns:1fr .72fr;gap:60px;align-items:end;margin-bottom:55px}
.section-head h2,.manifest h2,.engineering h2,.about h2,.mastercraft-copy h2,.szalok-copy h2,.grant-teaser h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em}
.section-head h2{font-size:clamp(46px,5vw,76px);line-height:.96;margin:15px 0 0}
.section-head>p{max-width:560px;color:#9da0a5;line-height:1.75}

.manifest{display:grid;grid-template-columns:180px 1fr;gap:70px;background:#0c0e11}
.manifest-index{font-size:10px;letter-spacing:.16em;color:#666}
.manifest-copy{max-width:1080px}
.manifest h2{font-size:clamp(50px,6vw,90px);line-height:.95;margin:22px 0 35px}
.manifest h2 em{font-weight:400;color:var(--gold);font-style:italic}
.manifest-copy>p{max-width:820px;color:#aaadb1;font-size:16px;line-height:1.9}

.brands{background:#f0ece4;color:#0a0b0d}
.brands .eyebrow{color:#727272}
.brands .section-head>p{color:#6f7277}
.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.brand-card{height:650px;position:relative;overflow:hidden;background:#111}
.brand-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.brand-card .shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,4,5,.86),rgba(3,4,5,.03) 64%)}
.brand-card:hover img{transform:scale(1.035)}
.brand-content{position:absolute;left:42px;right:42px;bottom:38px;color:#fff;display:flex;flex-direction:column}
.brand-content small{font-size:9px;letter-spacing:.2em;color:#d9d9d9}
.brand-content strong{font-family:var(--serif);font-size:58px;letter-spacing:.03em;font-weight:400;margin:8px 0 2px}
.brand-content em{font-size:12px;color:#c9c9c9;font-style:normal;letter-spacing:.08em}
.brand-content b{margin-top:24px;font-size:10px;text-transform:uppercase;letter-spacing:.12em}

.portfolio{background:#090b0e}
.portfolio-head{max-width:1080px;margin-bottom:58px}
.portfolio-head h2{font-family:var(--serif);font-size:clamp(55px,6.5vw,98px);font-weight:400;line-height:.91;letter-spacing:-.045em;margin:20px 0 30px}
.portfolio-head h2 em{font-weight:400;color:var(--gold);font-style:italic}
.portfolio-head>p{max-width:790px;color:#a9adb1;font-size:16px;line-height:1.85}
.portfolio-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:12px}
.portfolio-card{min-height:650px;position:relative;overflow:hidden;background:#111}
.portfolio-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}
.portfolio-card:hover img{transform:scale(1.035)}
.portfolio-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,4,6,.94),rgba(3,4,6,.12) 72%)}
.portfolio-card>div{position:absolute;left:30px;right:30px;bottom:30px;z-index:2}
.portfolio-card small{font-size:9px;letter-spacing:.18em;color:var(--gold2)}
.portfolio-card h3{font-family:var(--serif);font-size:clamp(34px,3.5vw,55px);font-weight:400;line-height:.95;margin:12px 0 18px}
.portfolio-card p{font-size:13px;color:#c0c2c4;line-height:1.7;max-width:500px}
.portfolio-card a{display:inline-block;margin-top:16px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:6px}
.portfolio-meta{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-top:25px;padding-top:25px;border-top:1px solid #25292e;color:#747a81;font-size:9px;letter-spacing:.14em}
.mastercraft-feature{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center;background:#090b0e}
.mastercraft-image{height:720px;overflow:hidden}.mastercraft-image img{width:100%;height:100%;object-fit:cover}
.mastercraft-copy h2{font-size:clamp(54px,6vw,92px);line-height:.92;margin:22px 0 30px}
.mastercraft-copy p{color:#a8aaae;line-height:1.85}
.line-list{display:flex;flex-wrap:wrap;gap:9px;margin:30px 0}
.line-list span{padding:9px 11px;border:1px solid #34373c;font-size:9px;letter-spacing:.12em}
.arrow-link{display:inline-flex;gap:30px;font-size:11px;text-transform:uppercase;letter-spacing:.11em;padding-bottom:8px;border-bottom:1px solid #555}
.arrow-link b{color:var(--gold)}.arrow-link.dark{color:#141414;border-color:#9d9588}

.services{background:#f4f0e8;color:#0a0c0f}
.services .eyebrow{color:#6e6e6e}.services .section-head>p{color:#666b70}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{background:#fff;border:1px solid #ded9cf}
.service-image{height:330px;overflow:hidden;background:#ddd}.service-image img{width:100%;height:100%;object-fit:cover;transition:.5s}
.service-card:hover .service-image img{transform:scale(1.04)}
.service-copy{padding:28px}
.service-copy>span{font-size:9px;color:#9b7a48;letter-spacing:.15em}
.service-copy h3{font-family:var(--serif);font-size:38px;font-weight:400;margin:10px 0 14px}
.service-copy p{color:#676b70;line-height:1.7;font-size:14px;min-height:96px}
.service-copy a{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}

.engineering{background:#0d1014;display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}
.engineering h2{font-size:clamp(54px,6vw,86px);line-height:.95;margin:20px 0}
.engineering-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.engine-card{min-height:370px;border:1px solid #292d32;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#11151a,#090b0e)}
.engine-card>span{font-size:9px;color:var(--gold);letter-spacing:.15em}
.engine-card strong{font-family:var(--serif);font-size:42px;font-weight:400;margin:10px 0 20px}
.engine-card p{color:#92969b;line-height:1.7}

.szalok-section{display:grid;grid-template-columns:1.15fr .85fr;padding-top:0;padding-bottom:0;background:#06141d}
.szalok-media{min-height:760px;margin-left:-6vw;overflow:hidden}.szalok-media img{width:100%;height:100%;object-fit:cover}
.szalok-copy{padding:100px 4vw;align-self:center}
.szalok-copy h2{font-size:clamp(54px,6vw,90px);line-height:.95;margin:20px 0 30px}
.szalok-copy p{color:#b2c0c7;line-height:1.85;margin-bottom:30px}

.about{display:grid;grid-template-columns:1fr 1fr;gap:90px;background:#f1ede5;color:#0c0d0f}
.about-left .eyebrow{color:#6f6f6f}
.about h2{font-size:clamp(52px,5.5vw,82px);line-height:.95;margin:20px 0}
.about-right>p{color:#62676b;line-height:1.85}
.about-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d3cec4;margin-top:38px}
.about-facts>div{background:#f1ede5;padding:20px 12px}
.about-facts b{display:block;font-family:var(--serif);font-size:34px;font-weight:400}
.about-facts span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#737373;margin-top:5px}

.grant-teaser{display:grid;grid-template-columns:1fr auto;align-items:end;gap:50px;background:#fff;color:#0a0a0b;padding-top:80px;padding-bottom:80px}
.grant-teaser-copy{max-width:760px}.grant-teaser .eyebrow{color:#6d6d6d}
.grant-teaser h2{font-size:48px;margin:14px 0}
.grant-teaser p{color:#64686d;line-height:1.75}
.grant-mini{text-align:right;border-left:1px solid #d7d7d7;padding-left:45px}.grant-mini span{display:block;font-size:10px;color:#777}.grant-mini b{display:block;font-family:var(--serif);font-size:34px;font-weight:400;margin-top:8px}

.footer{background:#050608}
.footer-cta{padding:130px 6vw 100px;border-bottom:1px solid #1f2226}
.footer-cta h2{font-family:var(--serif);font-size:clamp(56px,7vw,100px);font-weight:400;line-height:.92;letter-spacing:-.04em;margin:22px 0 35px}
.footer-contact{display:flex;gap:40px;flex-wrap:wrap}.footer-contact a{font-size:15px;color:#ccc;border-bottom:1px solid #555;padding-bottom:6px}
.footer-bottom{padding:38px 6vw;display:grid;grid-template-columns:1.1fr .8fr .6fr;gap:50px;color:#8c9095}
.footer-bottom img{width:165px;margin-bottom:15px}
.footer-bottom p{font-size:11px;line-height:1.7}
.footer-links{display:flex;flex-direction:column;gap:9px;font-size:11px}
.credit{display:flex;flex-direction:column;gap:9px;font-size:10px;align-items:flex-end}

.grant-popup{position:fixed;left:18px;bottom:18px;z-index:950;height:64px;width:auto;background:#fff;overflow:hidden;box-shadow:0 12px 38px rgba(0,0,0,.28);animation:grantIn .75s .8s both cubic-bezier(.2,.7,.2,1)}
.grant-popup:hover{box-shadow:0 17px 46px rgba(0,0,0,.36)}
.grant-popup img{display:block;width:auto;height:64px;max-width:none}
@keyframes grantIn{from{opacity:0}to{opacity:1}}

.reveal{opacity:0;transform:translateY(34px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.7,.2,1)}
.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}

/* model page */
.model-hero{height:100svh;position:relative;overflow:hidden}
.model-hero>img{width:100%;height:100%;object-fit:cover}
.model-hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,5,7,.7),rgba(4,5,7,.05) 60%)}
.model-hero-copy{position:absolute;left:6vw;bottom:150px}.model-hero-copy h1{font-family:var(--serif);font-size:clamp(76px,11vw,170px);font-weight:400;letter-spacing:-.055em;line-height:.75;margin:20px 0}.model-hero-copy p{font-family:var(--serif);font-size:28px;color:#ddd}
.model-hero-stats{position:absolute;right:6vw;bottom:42px;display:grid;grid-template-columns:repeat(4,1fr);width:min(760px,60vw);border-top:1px solid rgba(255,255,255,.25)}
.model-hero-stats div{padding:16px 15px;border-right:1px solid rgba(255,255,255,.13)}
.model-hero-stats b{display:block;font-family:var(--serif);font-size:24px;font-weight:400}.model-hero-stats span{font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:#b7b7b7}
.model-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px}.model-intro h2{font-family:var(--serif);font-size:clamp(54px,6vw,92px);font-weight:400;line-height:.92;margin:20px 0}.model-intro-copy p{color:#a8aaae;line-height:1.9}
.model-gallery{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:0 4px}.model-gallery figure{margin:0;height:560px;overflow:hidden}.model-gallery figure.wide{grid-column:1/-1;height:760px}.model-gallery img{width:100%;height:100%;object-fit:cover}
.model-spec{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;background:#f1ede5;color:#090b0d}.model-spec .eyebrow{color:#737373}.model-spec h2{font-family:var(--serif);font-size:clamp(60px,7vw,98px);font-weight:400;line-height:.9;margin:22px 0}.spec-table{border-top:1px solid #ccc4b8}.spec-table>div{display:grid;grid-template-columns:1fr 1fr;padding:17px 0;border-bottom:1px solid #d8d1c5}.spec-table span{font-size:11px;color:#717171}.spec-table b{font-family:var(--serif);font-size:20px;font-weight:400;text-align:right}
.private-cta{margin:0 6vw 120px;padding:100px;background:linear-gradient(120deg,#14181e,#080a0d);text-align:center}.private-cta h2{font-family:var(--serif);font-size:clamp(60px,7vw,100px);font-weight:400;line-height:.9;margin:22px 0}.private-cta p{max-width:620px;margin:0 auto 30px;color:#aeb2b7;line-height:1.8}

/* grant page */
.grant-hero{min-height:560px;padding:180px 6vw 80px;display:flex;align-items:flex-end;background:linear-gradient(120deg,#0d204b,#0a4c7a);position:relative;overflow:hidden}
.grant-hero:after{content:"EU";position:absolute;right:-40px;bottom:-100px;font-family:var(--serif);font-size:360px;color:rgba(255,255,255,.05)}
.grant-hero h1{font-family:var(--serif);font-size:clamp(70px,10vw,140px);font-weight:400;line-height:.8;margin:22px 0}.grant-hero p{max-width:760px;color:#c8d8e5}
.grant-detail{background:#f5f6f8;color:#0b0d10;display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}
.grant-facts{border-top:1px solid #cfd3d8}.grant-facts>div{padding:18px 0;border-bottom:1px solid #d9dde1}.grant-facts span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#6c727a}.grant-facts b{display:block;font-family:var(--serif);font-size:22px;font-weight:400;margin-top:6px}
.grant-document img{width:100%;box-shadow:0 20px 60px rgba(24,40,58,.15)}

@media(max-width:1100px){
  .site-header{grid-template-columns:180px 1fr auto;padding:0 24px}.nav{gap:17px}.header-actions .text-link{display:none}
  .section-space{padding:105px 5vw}.hero-content{padding-left:5vw;padding-right:5vw}
  .hero-model{right:5vw}.hero-bottom{left:5vw;right:5vw}
  .mastercraft-feature,.szalok-section,.engineering,.about,.model-intro,.model-spec,.grant-detail{grid-template-columns:1fr}
  .mastercraft-image,.szalok-media{height:600px;min-height:0;margin-left:-5vw;margin-right:-5vw}
  .service-grid{grid-template-columns:1fr 1fr}.engineering-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .site-header{height:76px;grid-template-columns:1fr auto;padding:0 18px}.logo img{width:150px}.header-actions{display:none}.menu-button{display:block}
  .nav{position:fixed;inset:76px 0 0;background:#07080a;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:28px;opacity:0;visibility:hidden;transition:.25s}
  .menu-open .nav{opacity:1;visibility:visible}.nav a{font-family:var(--serif);font-size:34px;text-transform:none;letter-spacing:-.02em}
  .hero-content{padding:120px 22px 165px;align-items:center}.hero h1{font-size:58px}.hero-model{display:none}.hero-bottom{left:22px;right:22px;grid-template-columns:1fr}.hero-bottom>div:nth-child(n+2){display:none}
  .section-space{padding:82px 22px}.section-head{grid-template-columns:1fr;gap:20px}
  .manifest{grid-template-columns:1fr}.manifest-index{display:none}.manifest h2{font-size:52px}
  .brand-grid,.service-grid,.engineering-grid{grid-template-columns:1fr}.brand-card{height:520px}
  .featured-yacht{min-height:820px}.featured-content{grid-template-columns:1fr}.model-number{display:none}.featured-copy h2{font-size:72px}.specs{grid-template-columns:1fr 1fr}
  .mastercraft-image,.szalok-media{height:440px;margin-left:-22px;margin-right:-22px}
  .about-facts{grid-template-columns:1fr}.grant-teaser{grid-template-columns:1fr}.grant-mini{text-align:left;border-left:0;border-top:1px solid #ddd;padding:20px 0 0}
  .footer-cta{padding:90px 22px}.footer-bottom{grid-template-columns:1fr;padding:35px 22px}.credit{align-items:flex-start}
  .model-hero-copy{left:22px;bottom:180px}.model-hero-copy h1{font-size:72px}.model-hero-stats{left:22px;right:22px;width:auto;grid-template-columns:1fr 1fr}.model-gallery{grid-template-columns:1fr}.model-gallery figure,.model-gallery figure.wide{grid-column:auto;height:420px}
  .private-cta{margin:0 22px 80px;padding:60px 24px}.grant-hero{padding:140px 22px 65px}
  .grant-popup{left:10px;bottom:10px;width:min(250px,calc(100vw - 20px))}
  .grant-popup>span{font-size:8px;padding:7px 10px}
}


/* v1.2: portfolio responsive */
@media(max-width:1100px){
  .portfolio-grid{grid-template-columns:1fr 1fr}
  .portfolio-card:first-child{grid-column:1/-1}
}
@media(max-width:820px){
  .portfolio-grid{grid-template-columns:1fr}
  .portfolio-card:first-child{grid-column:auto}
  .portfolio-card{min-height:540px}
}


/* v1.3 admin-controlled grant popup */
.grant-popup.admin-sized{width:auto!important;max-width:none!important;border-radius:0!important}
.grant-popup.admin-sized img{width:auto!important;max-width:none!important;display:block!important}

/* Pre-owned home */
.preowned-home{background:#0b0d10}
.preowned-home-head{max-width:920px;margin-bottom:45px}
.preowned-home-head h2{font-family:var(--serif);font-weight:400;font-size:clamp(52px,6vw,88px);line-height:.92;letter-spacing:-.04em;margin:18px 0 25px}
.preowned-home-head p{max-width:720px;color:#9da2a8;line-height:1.8}
.preowned-mini-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.preowned-mini{height:470px;position:relative;overflow:hidden;background:#111}
.preowned-mini img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.preowned-mini:hover img{transform:scale(1.035)}
.preowned-mini-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,5,7,.88),transparent 62%)}
.preowned-mini-copy{position:absolute;left:28px;right:28px;bottom:26px;display:flex;flex-direction:column}
.preowned-mini-copy small{font-size:9px;letter-spacing:.15em;color:var(--gold2)}
.preowned-mini-copy strong{font-family:var(--serif);font-size:46px;font-weight:400;margin:6px 0}
.preowned-mini-copy em{font-style:normal;color:#d3d3d3;font-size:12px}
.preowned-all{margin-top:22px}

/* Used boats listing */
.used-hero{height:72vh;min-height:620px;position:relative;display:flex;align-items:flex-end;padding:0 6vw 90px;overflow:hidden}
.used-hero-bg,.used-hero-overlay{position:absolute;inset:0}
.used-hero-bg img{width:100%;height:100%;object-fit:cover}
.used-hero-overlay{background:linear-gradient(90deg,rgba(5,6,8,.86),rgba(5,6,8,.2)),linear-gradient(0deg,rgba(5,6,8,.75),transparent 55%)}
.used-hero-copy{position:relative;z-index:2;max-width:1000px}
.used-hero h1{font-family:var(--serif);font-size:clamp(72px,10vw,150px);font-weight:400;line-height:.78;letter-spacing:-.055em;margin:18px 0 30px}
.used-hero p{max-width:760px;color:#d0d2d4;line-height:1.8}
.used-list{background:#f1ede5;color:#0b0d0f}
.used-row{display:grid;grid-template-columns:1.18fr .82fr;min-height:580px;margin-bottom:38px;background:#fff;border:1px solid #d9d3c8}
.used-row.reverse{grid-template-columns:.82fr 1.18fr}
.used-row.reverse .used-row-image{order:2}
.used-row-image{position:relative;overflow:hidden}
.used-row-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s}
.used-row-image:hover img{transform:scale(1.03)}
.used-status{position:absolute;top:20px;left:20px;padding:9px 12px;background:rgba(7,8,10,.8);color:#fff;font-size:9px;letter-spacing:.14em;text-transform:uppercase;backdrop-filter:blur(7px)}
.used-row-copy{padding:55px;display:flex;flex-direction:column;justify-content:center}
.used-topline{display:flex;justify-content:space-between;gap:20px;font-size:9px;letter-spacing:.15em;color:#987748;text-transform:uppercase}
.used-row h2{font-family:var(--serif);font-size:clamp(52px,6vw,86px);font-weight:400;letter-spacing:-.045em;line-height:.9;margin:18px 0 26px}
.used-row-copy>p{color:#666b70;line-height:1.75}
.used-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd6ca;margin:30px 0}
.used-quick>div{background:#fff;padding:16px}
.used-quick small{display:block;font-size:8px;text-transform:uppercase;letter-spacing:.11em;color:#888}
.used-quick b{display:block;font-family:var(--serif);font-size:18px;font-weight:400;margin-top:4px}
.used-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd6ca;padding-top:22px}
.used-bottom strong{font-family:var(--serif);font-size:25px;font-weight:400}
.used-bottom a{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.11em}
.empty-state{padding:70px;border:1px solid #d7d0c5;background:#fff;text-align:center;font-family:var(--serif);font-size:30px}

/* Used boat detail */
.boat-detail-hero{height:92vh;min-height:700px;position:relative;overflow:hidden}
.boat-detail-hero>img{width:100%;height:100%;object-fit:cover}
.boat-detail-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,5,7,.8),transparent 62%),linear-gradient(90deg,rgba(4,5,7,.58),transparent 55%)}
.boat-detail-title{position:absolute;left:6vw;bottom:90px;z-index:2}
.boat-detail-title h1{font-family:var(--serif);font-size:clamp(70px,10vw,145px);font-weight:400;line-height:.75;letter-spacing:-.05em;margin:20px 0}
.boat-detail-title p{color:#d6d8da}
.boat-detail-price{position:absolute;right:6vw;bottom:95px;z-index:2;font-family:var(--serif);font-size:34px}
.boat-detail-body{display:grid;grid-template-columns:1fr .8fr;gap:100px;background:#0a0c0f}
.boat-story h2{font-family:var(--serif);font-size:clamp(50px,5vw,80px);font-weight:400;line-height:.94;margin:20px 0 30px}
.boat-story p{color:#a5a9ae;line-height:1.85}.boat-story .lead{font-size:18px;color:#d4d6d8}
.boat-specs{border-top:1px solid #292d33}
.boat-specs>div{display:grid;grid-template-columns:1fr 1fr;padding:18px 0;border-bottom:1px solid #292d33}
.boat-specs span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#777f87}
.boat-specs b{font-family:var(--serif);font-size:20px;font-weight:400;text-align:right}
.boat-gallery{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:#050608}
.boat-gallery figure{margin:0;height:600px;overflow:hidden}.boat-gallery img{width:100%;height:100%;object-fit:cover}
.simple-404{min-height:80vh;display:grid;place-items:center;align-content:center;gap:25px;padding:120px 20px;text-align:center}.simple-404 h1{font-family:var(--serif);font-size:60px;font-weight:400}

.grant-description{margin-top:30px;color:#555b62;line-height:1.8}

@media(max-width:1000px){
  .used-row,.used-row.reverse,.boat-detail-body{grid-template-columns:1fr}
  .used-row.reverse .used-row-image{order:0}
  .used-row-image{min-height:500px}
}
@media(max-width:820px){
  .preowned-mini-list{grid-template-columns:1fr}.preowned-mini{height:420px}
  .used-hero{padding:0 22px 70px;min-height:560px}.used-hero h1{font-size:68px}
  .used-list{padding-left:15px;padding-right:15px}.used-row-copy{padding:30px 24px}.used-row-image{min-height:360px}
  .used-quick{grid-template-columns:1fr}.used-bottom{align-items:flex-start;gap:15px;flex-direction:column}
  .boat-detail-title{left:22px;bottom:120px}.boat-detail-title h1{font-size:64px}.boat-detail-price{left:22px;right:auto;bottom:55px;font-size:26px}
  .boat-gallery{grid-template-columns:1fr}.boat-gallery figure{height:420px}
}


/* FINAL v1 — logo fallback */
.logo{position:relative;display:flex;align-items:center;min-height:44px}
.logo-fallback,.footer-logo-fallback{font-family:Georgia,serif;font-size:23px;letter-spacing:.14em;color:#fff;display:flex;flex-direction:column;line-height:.86}
.logo-fallback small,.footer-logo-fallback small{font-family:Arial,sans-serif;font-size:7px;letter-spacing:.45em;margin-top:7px;text-align:center}
.logo img{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:2}
.footer-brand img,.footer-bottom img{position:relative;z-index:2}
.footer-logo-fallback{width:max-content;margin-bottom:16px}

/* one seamless image split into 3 cards */
.portfolio-grid.triptych{grid-template-columns:repeat(3,1fr);gap:10px}
.triptych-card{aspect-ratio:1/1;min-height:0}
.triptych-card .triptych-bg{position:absolute;inset:0;background-image:var(--triptych);background-size:300% 100%;background-repeat:no-repeat;transition:transform .65s cubic-bezier(.2,.7,.2,1);transform:scale(1.002)}
.triptych-1 .triptych-bg{background-position:0 0}
.triptych-2 .triptych-bg{background-position:50% 0}
.triptych-3 .triptych-bg{background-position:100% 0}
.triptych-card:hover .triptych-bg{transform:scale(1.018)}
.triptych-card .portfolio-shade{background:linear-gradient(0deg,rgba(3,4,6,.94),rgba(3,4,6,.11) 68%)}
.triptych-card>div{z-index:4}
.triptych-card h3{font-size:clamp(34px,3.2vw,56px)}

/* services landing */
.services-page-hero{height:78vh;min-height:650px;position:relative;display:flex;align-items:flex-end;padding:0 6vw 90px;overflow:hidden}
.services-page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.services-page-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,7,.86),rgba(4,5,7,.15)),linear-gradient(0deg,rgba(4,5,7,.72),transparent 60%)}
.services-page-copy{position:relative;z-index:2;max-width:1050px}
.services-page-copy h1{font-family:var(--serif);font-size:clamp(65px,8vw,120px);font-weight:400;line-height:.86;letter-spacing:-.05em;margin:20px 0 28px}
.services-page-copy p{max-width:790px;color:#d1d3d5;line-height:1.8}
.service-long{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center;background:#f2eee6;color:#0c0e10}
.service-long.reverse{grid-template-columns:.88fr 1.12fr;background:#0c0e11;color:#fff}
.service-long.reverse .service-long-media{order:2}
.service-long-media{height:590px;overflow:hidden}
.service-long-media img{width:100%;height:100%;object-fit:cover}
.service-long-copy>span{font-size:10px;letter-spacing:.16em;color:var(--gold)}
.service-long-copy h2{font-family:var(--serif);font-size:clamp(52px,6vw,88px);font-weight:400;line-height:.92;letter-spacing:-.04em;margin:16px 0 25px}
.service-long-copy p{line-height:1.9;color:#656a6e}
.service-long.reverse .service-long-copy p{color:#a9adb1}

@media(max-width:1000px){
  .portfolio-grid.triptych{grid-template-columns:1fr}
  .triptych-card{aspect-ratio:1/1}
  .service-long,.service-long.reverse{grid-template-columns:1fr}
  .service-long.reverse .service-long-media{order:0}
}
@media(max-width:820px){
  .services-page-hero{padding:0 22px 65px;min-height:590px}
  .services-page-copy h1{font-size:58px}
  .service-long-media{height:420px}
}


/* PATCH v1.1 — logo: only one logo is visible */
[hidden]{display:none!important}
.logo{position:relative;display:flex;align-items:center;min-height:44px}
.logo .logo-fallback{position:static}
.logo .site-logo-image{position:static!important;transform:none!important;width:185px;height:auto;max-height:58px;object-fit:contain;object-position:left center}
.footer-site-logo{position:static!important;width:165px;height:auto;max-height:65px;object-fit:contain;object-position:left center;margin-bottom:15px}
.footer-logo-fallback{position:static}

/* PATCH v1.1 — grant popup wrapper and 9 selectable screen positions */
.grant-popup-wrap{
  position:fixed;
  z-index:1200;
  width:max-content;
  max-width:calc(100vw - 16px);
  animation:grantPatchFade .45s ease both;
}
@keyframes grantPatchFade{from{opacity:0}to{opacity:1}}
.grant-popup-wrap.pos-top-left{top:var(--popup-y);left:var(--popup-x)}
.grant-popup-wrap.pos-top-center{top:var(--popup-y);left:50%;transform:translateX(-50%)}
.grant-popup-wrap.pos-top-right{top:var(--popup-y);right:var(--popup-x)}
.grant-popup-wrap.pos-center-left{top:50%;left:var(--popup-x);transform:translateY(-50%)}
.grant-popup-wrap.pos-center{top:50%;left:50%;transform:translate(-50%,-50%)}
.grant-popup-wrap.pos-center-right{top:50%;right:var(--popup-x);transform:translateY(-50%)}
.grant-popup-wrap.pos-bottom-left{bottom:var(--popup-y);left:var(--popup-x)}
.grant-popup-wrap.pos-bottom-center{bottom:var(--popup-y);left:50%;transform:translateX(-50%)}
.grant-popup-wrap.pos-bottom-right{bottom:var(--popup-y);right:var(--popup-x)}

.grant-popup-wrap .grant-popup{
  position:static!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  display:block;
  width:max-content!important;
  max-width:none!important;
  background:#fff;
  overflow:hidden;
  box-shadow:0 12px 38px rgba(0,0,0,.28);
  animation:none!important;
}
.grant-popup-wrap .grant-popup img{display:block;width:auto;max-width:none!important}
.grant-popup-close{
  position:absolute;
  top:-11px;
  right:-11px;
  z-index:2;
  width:27px;
  height:27px;
  padding:0;
  border:1px solid rgba(255,255,255,.3);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#090b0e;
  color:#fff;
  font:700 19px/1 Arial,sans-serif;
  cursor:pointer;
  box-shadow:0 5px 18px rgba(0,0,0,.35);
  transition:transform .18s ease,background .18s ease;
}
.grant-popup-close:hover{transform:scale(1.08);background:#b18a54}
@media(max-width:820px){
  .grant-popup-wrap{max-width:calc(100vw - 12px)}
  .grant-popup-close{top:-10px;right:-8px}
}
