/* ==========================================================================
   HR-CLUB DESIGN SYSTEM  —  design-system.css
   The portable visual core. This SAME file styles the from-scratch
   boat-clubs.net platform, so both worlds stay visually identical.
   Tokens live in :root (--accent, --ink, --deep, --mist, --warm, --rust);
   override them per site to re-skin without touching component CSS.
   ========================================================================== */
*{box-sizing:border-box}
  html{scroll-behavior:smooth}
  :root{--accent:#FFB347;--ink:#0B2A3F;--deep:#071E2E;--mist:#F5F2EC;--warm:#F2EDE3;--rust:#c2703f}
  body{margin:0;background:var(--deep);font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;-webkit-font-smoothing:antialiased;color:var(--mist)}
  body.menu-locked{overflow:hidden}
  img{display:block;max-width:100%}
  a{-webkit-tap-highlight-color:transparent}
  input{font-family:inherit}
  .no-sb::-webkit-scrollbar{display:none}
  .no-sb{scrollbar-width:none}
  @keyframes hrpulse{0%,100%{opacity:.5}50%{opacity:.85}}

  /* ---------- NAV ---------- */
  .nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:center;padding:22px 22px 0;transition:padding .4s cubic-bezier(.4,0,.2,1)}
  .nav.is-scrolled{padding:0}
  .nav-inner{width:100%;max-width:1180px;display:flex;align-items:center;justify-content:space-between;padding:13px 16px 13px 22px;background:rgba(7,25,40,.45);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.14);border-radius:100px;transition:all .4s cubic-bezier(.4,0,.2,1)}
  .nav.is-scrolled .nav-inner{max-width:100%;border-radius:0;background:rgba(7,25,40,.95);border-color:rgba(255,255,255,.08);box-shadow:0 8px 30px rgba(0,0,0,.4);padding:14px clamp(20px,5vw,44px)}
  .brand{display:flex;align-items:center;gap:13px;text-decoration:none}
  .brand img{max-height:30px;width:auto}
  .flags{display:flex;gap:4px}
  .flag{width:15px;height:15px;border-radius:3px;box-shadow:0 0 0 1px rgba(255,255,255,.22)}
  .wordmark{font:600 15px/1 system-ui,sans-serif;letter-spacing:.16em;color:var(--mist)}
  .nav-links{display:flex;gap:24px;font:600 11px/1 system-ui,sans-serif;letter-spacing:.13em}
  .nav-item{position:relative;display:flex;align-items:center}
  .nav-links>.nav-item>a{color:rgba(245,242,236,.82);text-decoration:none;transition:color .2s}
  .nav-links>.nav-item>a:hover,.nav-links>.nav-item>a.active{color:var(--accent)}
  /* mega / dropdown panels */
  .mega{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);padding-top:26px;opacity:0;visibility:hidden;transition:opacity .22s ease,transform .22s ease;z-index:1100;pointer-events:none}
  .nav-item:hover .mega, .nav-item.open .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}
  .mega-inner{background:rgba(7,25,40,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 30px 70px rgba(0,0,0,.55);padding:22px}
  .mega-boats .mega-inner{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;width:780px;max-width:86vw}
  .mega-col{min-width:0}
  .mega-col-head{display:block;font:700 11px/1 system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);text-decoration:none;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(255,255,255,.14);transition:color .2s}
  .mega-col-head:hover{color:var(--mist)}
  .mega-models{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}
  .mega-models a{font:400 12px/1.25 system-ui,sans-serif;letter-spacing:0;color:rgba(245,242,236,.78);text-decoration:none;transition:color .2s}
  .mega-models a:hover{color:var(--accent)}
  .mega-drop .mega-inner{min-width:210px}
  .mega-list{display:flex;flex-direction:column;gap:2px}
  .mega-list a{font:500 13px/1 system-ui,sans-serif;letter-spacing:0;color:rgba(245,242,236,.82);text-decoration:none;padding:10px 12px;border-radius:10px;transition:background .2s,color .2s}
  .mega-list a:hover{background:rgba(255,255,255,.06);color:var(--accent)}
  /* split mega (COMMUNITY / CATALOGUE) */
  .mega-inner.mega-split-inner{padding:0;width:820px;max-width:88vw;display:flex;flex-direction:column;overflow:visible;position:relative}
  .mega-split{display:flex;border-radius:16px;overflow:hidden}
  .mega-promo{flex:1;padding:28px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;border-right:1px solid rgba(255,255,255,.1);border-radius:0;background:linear-gradient(165deg,rgba(255,179,71,.10),rgba(255,255,255,.01));transition:background .25s}
  a.mega-promo:hover{background:linear-gradient(165deg,rgba(255,179,71,.17),rgba(255,255,255,.02))}
  .promo-eyebrow{font:700 10px/1 system-ui,sans-serif;letter-spacing:.2em;color:var(--accent);margin-bottom:16px}
  .promo-title{font-family:ui-serif,Georgia,serif;font-weight:600;font-size:30px;line-height:1.03;color:var(--mist)}
  .promo-desc{margin:14px 0 0;font:400 12.5px/1.6 system-ui,sans-serif;color:rgba(245,242,236,.65);max-width:300px}
  .promo-foot{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-top:22px}
  .promo-avatars{display:flex}
  .promo-av{width:32px;height:32px;border-radius:50%;border:2px solid var(--deep);color:var(--accent);font:700 12px/28px system-ui,sans-serif;text-align:center;margin-left:-9px}
  .promo-av-more{width:auto;min-width:32px;padding:0 10px;border-radius:15px;box-sizing:border-box}
  .promo-av:first-child{margin-left:0}
  .promo-av.has-img{background-size:cover;background-position:center;color:transparent;font-size:0}
  .promo-cta{font:700 12px/1 system-ui,sans-serif;color:var(--accent)}
  .mega-fleet{flex:1.15;padding:28px;position:relative;display:flex;flex-direction:column}
  .fleet-head{display:flex;align-items:baseline;justify-content:space-between}
  .fleet-eyebrow{font:700 10px/1 system-ui,sans-serif;letter-spacing:.2em;color:var(--accent)}
  .fleet-all{font:700 11px/1 system-ui,sans-serif;color:rgba(245,242,236,.7);text-decoration:none;transition:color .2s}
  .fleet-all:hover{color:var(--accent)}
  .fleet-title{font-family:ui-serif,Georgia,serif;font-weight:600;font-size:30px;line-height:1.03;color:var(--mist);margin-top:6px}
  .fleet-desc{margin:12px 0 16px;font:400 12.5px/1.55 system-ui,sans-serif;color:rgba(245,242,236,.6);max-width:320px}
  .len-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:auto}
  .len-card{padding:12px 13px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s}
  .len-card:hover{background:rgba(255,179,71,.16);border-color:var(--accent)}
  .len-range{font-family:ui-serif,Georgia,serif;font-weight:600;font-size:17px;color:var(--mist)}
  .len-count{font:600 11px/1 system-ui,sans-serif;color:var(--accent);margin-top:5px}
  /* model flyout — detached panel floating to the RIGHT; does not resize the main mega */
  .len-flyout{position:absolute;top:0;left:calc(100% + 12px);width:258px;background:rgba(7,25,40,.99);border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.55);opacity:0;visibility:hidden;transform:translateX(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s;pointer-events:none;z-index:2}
  .len-flyout.show{opacity:1;visibility:visible;transform:translateX(0);pointer-events:auto}
  .fly-inner{padding:24px 26px;max-height:420px;overflow-y:auto;overscroll-behavior:contain}
  .fly-head{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:14px}
  .fly-title{font:700 10px/1.3 system-ui,sans-serif;letter-spacing:.14em;color:var(--accent);white-space:nowrap}
  .fly-open{font:700 10px/1 system-ui,sans-serif;color:rgba(245,242,236,.6);text-decoration:none;white-space:nowrap}
  .fly-open:hover{color:var(--accent)}
  .fly-grid{display:flex;flex-direction:column;gap:12px}
  .fly-grid a{font:400 12.5px/1.15 system-ui,sans-serif;color:rgba(245,242,236,.82);text-decoration:none;transition:color .2s}
  .fly-grid a:hover{color:var(--accent)}
  .nav-right{display:flex;align-items:center;gap:16px}
  .nav-auth{display:flex;align-items:center;gap:16px}
  .link-muted{font:600 11px/1 system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:rgba(245,242,236,.85);text-decoration:none;transition:color .2s}
  .link-muted:hover{color:var(--accent)}
  .cta{font:700 11px/1 system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);background:var(--accent);padding:11px 20px;border-radius:100px;text-decoration:none;box-shadow:0 6px 18px rgba(255,179,71,.4);transition:background .3s,color .3s,box-shadow .3s,transform .3s;border:0;cursor:pointer;display:inline-block}
  .cta:hover{background:transparent;color:var(--accent);box-shadow:inset 0 0 0 2px var(--accent),0 0 26px rgba(255,179,71,.5);transform:translateY(-2px)}
  .burger{display:none;width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:transparent;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:4px}
  .burger span{width:16px;height:2px;background:var(--mist);border-radius:2px}
  .mobile-menu{display:none;position:fixed;top:78px;left:22px;right:22px;max-height:calc(100svh - 96px);z-index:999;flex-direction:column;background:rgba(7,25,40,.98);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);border-radius:18px;overflow:hidden}
  .mobile-menu.open{display:flex}
  .mm-scroll{display:flex;flex-direction:column;gap:2px;padding:12px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
  .mobile-menu a{padding:13px 14px;font:600 12px/1 system-ui,sans-serif;letter-spacing:.1em;color:rgba(245,242,236,.85);text-decoration:none;border-radius:10px}
  .mobile-menu a.mm-top.active{color:var(--accent)}
  .mm-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 14px;font:600 12px/1 system-ui,sans-serif;letter-spacing:.1em;color:rgba(245,242,236,.85);background:transparent;border:0;border-radius:10px;cursor:pointer;text-align:left}
  .mm-toggle.active{color:var(--accent)}
  .mm-chev{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .25s ease;opacity:.7;margin-right:4px}
  .mm-toggle.exp .mm-chev{transform:rotate(-135deg)}
  .mm-panel{display:none;flex-direction:column;gap:1px;padding-left:4px;margin:2px 0 4px}
  .mm-panel.open{display:flex}
  .mobile-menu a.mm-sub{padding-left:26px;font-size:11px;color:rgba(245,242,236,.7)}
  .mm-panel .mm-group .mm-toggle{padding-left:26px;font-size:11px;color:var(--accent)}
  .mobile-menu a.mm-sub2{padding-left:40px;font-size:11px;color:rgba(245,242,236,.6)}
  .mobile-menu a.mm-arch{color:var(--accent);font-weight:700}
  .mobile-menu .sep{height:1px;background:rgba(245,242,236,.12);margin:8px 6px}
  .mobile-menu a.cta{text-align:center;margin:2px 6px 4px}

  /* ---------- HERO ---------- */
  .hero{position:relative;height:100svh;min-height:660px;overflow:hidden;background:#06141f}
  .hero-bg{position:absolute;inset:-34px;background-size:cover;background-position:center 45%;will-change:transform;transition:transform .25s ease-out}
  .hero-dim{position:absolute;inset:0;background:#06141f}
  .hero-vig{position:absolute;inset:0;background:radial-gradient(125% 105% at 50% 26%, rgba(6,20,31,.04) 0%, rgba(6,20,31,.34) 50%, rgba(6,20,31,.88) 100%)}
  .hero-vig2{position:absolute;inset:0;background:linear-gradient(to top, rgba(6,20,31,.9) 0%, rgba(6,20,31,.30) 30%, rgba(6,20,31,0) 52%)}
  .hero-glow{position:absolute;left:50%;bottom:-130px;transform:translateX(-50%);width:780px;max-width:90vw;height:320px;background:radial-gradient(ellipse at center, rgba(255,179,71,.28), rgba(255,179,71,0) 70%);filter:blur(6px);animation:hrpulse 6s ease-in-out infinite;pointer-events:none}
  .hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:96px 24px 46px}
  .hero .eyebrow{font:700 12px/1 system-ui,sans-serif;letter-spacing:.32em;color:var(--accent);margin-bottom:22px}
  .hero h1{margin:0 0 22px;font-family:ui-serif,Georgia,'Times New Roman',serif;font-weight:600;font-size:clamp(38px,6vw,64px);line-height:1.02;color:var(--mist);text-shadow:0 10px 34px rgba(0,0,0,.6)}
  .hero h1 .marque{color:var(--mist)}
  .hero .sub{margin:0 0 26px;font:400 clamp(15px,1.6vw,17px)/1.55 system-ui,sans-serif;color:rgba(245,242,236,.85);max-width:540px}
  .searchbar{display:flex;align-items:center;gap:10px;width:480px;max-width:90vw;background:rgba(4,14,23,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:14px 22px}
  .searchbar input{flex:1;background:transparent;border:none;outline:none;color:var(--mist);font:400 14px/1 system-ui,sans-serif}
  .hero-ctas{display:flex;gap:14px;align-items:center;margin-top:24px;flex-wrap:wrap;justify-content:center}
  .cta-lg{font-size:13px;padding:16px 32px;letter-spacing:.06em}
  .btn-ghost{font:700 13px/1 system-ui,sans-serif;letter-spacing:.06em;color:var(--mist);border:1.5px solid rgba(245,242,236,.4);padding:14.5px 28px;border-radius:100px;text-decoration:none;transition:border-color .3s,color .3s}
  .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}
  .hero-stats{display:flex;align-items:center;gap:28px;margin-top:34px;flex-wrap:wrap;justify-content:center}
  .hero-stats .stat{font:600 11px/1 system-ui,sans-serif;letter-spacing:.1em;color:rgba(245,242,236,.7)}
  .hero-stats .stat b{color:var(--accent);font-family:ui-serif,Georgia,serif;font-size:18px;font-weight:600}
  .hero-stats .divider{width:1px;height:18px;background:rgba(245,242,236,.25)}
  .horizon-line{position:absolute;left:0;right:0;bottom:0;height:9px;background:linear-gradient(90deg,#2E6B9B,#5f6d86 38%,#b9795f 64%,#e0915c 82%,#ffc078);box-shadow:0 0 24px rgba(255,179,71,.6);z-index:3}

  /* ---------- SECTIONS ---------- */
  .section{padding:clamp(64px,8vw,104px) 0}
  /* Only the categories section needs to clip (its band/row); the latest-boats
     rail must NOT be clipped or its card shadows get cut. */
  .section[data-screen-label="Boat categories"]{overflow:hidden}
  .wrap{max-width:1240px;margin:0 auto;padding:0 clamp(20px,5vw,44px)}
  .sec-warm{background:var(--warm);color:var(--ink)}
  .sec-deep{background:var(--deep);color:var(--mist)}
  .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px;flex-wrap:wrap}
  .sec-eyebrow{font:700 12px/1 system-ui,sans-serif;letter-spacing:.26em;margin-bottom:14px}
  .sec-eyebrow.rust{color:var(--rust)}
  .sec-eyebrow.amber{color:var(--accent)}
  .sec-title{margin:0;font-family:ui-serif,Georgia,'Times New Roman',serif;font-weight:600;font-size:clamp(28px,4vw,42px);line-height:1.05}
  .sec-sub{margin:14px 0 0;font:400 15px/1.55 system-ui,sans-serif;color:rgba(11,42,63,.6);max-width:540px}
  .sec-link{font:700 12px/1 system-ui,sans-serif;letter-spacing:.04em;text-decoration:none;white-space:nowrap}
  .sec-link.rust{color:var(--rust)}.sec-link.rust:hover{color:var(--ink)}
  .sec-link.amber{color:var(--accent)}.sec-link.amber:hover{color:var(--mist)}

  /* ---------- LATEST BOATS ---------- */
  .rail{display:flex;gap:24px;overflow-x:auto;padding:34px 40px 64px;margin:-34px -40px -64px;scroll-behavior:smooth}
  .boat-card{flex:none;width:260px;background:#fff;border:1px solid rgba(11,42,63,.1);border-radius:18px;overflow:hidden;text-decoration:none;box-shadow:0 12px 28px rgba(11,42,63,.12);transition:transform .3s,box-shadow .3s}
  /* Desktop: exactly 4 cards per page, no peek — arrows slide to the next 4. */
  @media(min-width:681px){
    .boat-card{width:auto;flex:0 0 calc((100% - 72px) / 4)}
  }
  .sec-head-right{display:flex;align-items:center;gap:18px}
  .rail-nav{display:flex;gap:8px}
  .rail-arrow{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(11,42,63,.25);background:transparent;color:var(--ink);font:400 17px/1 system-ui,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s,opacity .2s}
  .rail-arrow:hover{background:var(--ink);color:var(--mist);border-color:var(--ink)}
  .rail-arrow[disabled]{opacity:.3;cursor:default;pointer-events:none}
  .rail.dragging{scroll-snap-type:none;scroll-behavior:auto;cursor:grabbing}
  @media(max-width:680px){.rail-nav{display:none}}
  .boat-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(11,42,63,.2)}
  .boat-photo{height:158px;position:relative;background:linear-gradient(150deg,#16466a,#0B2A3F);background-size:cover;background-position:center}
  .boat-photo .stripe{position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.04) 0 12px,transparent 12px 24px)}
  .boat-photo .ph{position:absolute;top:12px;left:13px;font:700 9px/1 system-ui,sans-serif;letter-spacing:.14em;color:rgba(255,255,255,.45)}
  .boat-photo .added{position:absolute;top:11px;right:11px;font:600 9px/1 system-ui,sans-serif;color:var(--ink);background:var(--accent);padding:5px 9px;border-radius:100px}
  .boat-photo .flag{position:absolute;bottom:12px;left:13px;width:20px;height:13px;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.3)}
  .boat-body{padding:18px}
  .boat-name{font-family:ui-serif,Georgia,serif;font-weight:600;font-size:23px;color:var(--ink);line-height:1}
  .boat-model{font:600 12px/1 system-ui,sans-serif;color:var(--rust);margin-top:5px}
  .boat-owner{display:flex;align-items:center;gap:8px;margin-top:14px}
  .avatar{width:24px;height:24px;border-radius:50%;background:var(--ink);color:var(--accent);font:700 11px/24px system-ui,sans-serif;text-align:center;flex:none}
  .avatar.has-img{background-size:cover;background-position:center;font-size:0}
  .boat-loc{font:400 12px/1.3 system-ui,sans-serif;color:rgba(11,42,63,.6)}

  /* ---------- BENTO ---------- */
  .bento-cq{container-type:inline-size;container-name:bentowrap}
  .bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(172px,auto);gap:18px}
  .bento>*{transition:border-color .35s,box-shadow .35s,transform .35s}
  .bento>*:hover{border-color:rgba(255,179,71,.55);box-shadow:0 0 34px rgba(255,179,71,.22);transform:translateY(-4px)}
  .tile{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:inherit}
  .tile.big{grid-column:span 2;grid-row:span 2;position:relative;overflow:hidden;padding:32px;background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}
  .tile.wide{grid-column:span 2}
  .tile-eyebrow{font:700 10px/1 system-ui,sans-serif;letter-spacing:.2em;color:rgba(245,242,236,.55)}
  .tile-eyebrow.amber{color:var(--accent)}
  .tile-num{font-family:ui-serif,Georgia,serif;font-weight:600;line-height:1;color:var(--mist)}
  .tile-num.huge{font-size:clamp(64px,9vw,104px);color:var(--accent);line-height:.9}
  .tile-num.mid{font-size:44px}
  .tile-text{font:400 16px/1.5 system-ui,sans-serif;color:rgba(245,242,236,.8);max-width:360px;margin-top:16px}
  .tile-note{font:400 11px/1.3 system-ui,sans-serif;color:rgba(245,242,236,.5)}
  .tile-cta{font:700 12px/1 system-ui,sans-serif;letter-spacing:.04em;color:var(--accent)}
  .tile-cta.sm{font-weight:600;font-size:11px}
  .tile.market .tile-cta.sm{position:relative;z-index:2;align-self:flex-start;text-decoration:none}
  .bento-bar{position:absolute;left:0;right:0;bottom:0;height:5px;background:linear-gradient(90deg,#2E6B9B,#7d6f7e 55%,#e0915c 82%,#ffc078)}
  .tile.market{flex-direction:row;padding:0;overflow:hidden}
  .tile.market .thumb{width:160px;flex:none;background-size:cover;background-position:center;background-color:#0d3147}
  .tile.market .market-body{padding:24px;display:flex;flex-direction:column;justify-content:space-between;flex:1}
  .tile.market .price{font-family:ui-serif,Georgia,serif;font-size:25px;font-weight:600;color:var(--mist);margin-top:5px}
  .tile.market .ttl{font:600 17px/1.2 system-ui,sans-serif;color:var(--mist)}
  .tile.market .loc{font:400 12px/1 system-ui,sans-serif;color:rgba(245,242,236,.55);margin-top:5px}
  .tile.map{position:relative;overflow:hidden;background:linear-gradient(160deg,#0d2e44,#0a2336)}
  .tile.map .dots{position:absolute;inset:0;opacity:.35;background:radial-gradient(circle at 22% 42%,#2E6B9B 0 4px,transparent 5px),radial-gradient(circle at 30% 56%,#2E6B9B 0 3px,transparent 4px),radial-gradient(circle at 46% 38%,var(--accent) 0 6px,transparent 7px),radial-gradient(circle at 52% 60%,#2E6B9B 0 3px,transparent 4px),radial-gradient(circle at 66% 50%,#e0915c 0 5px,transparent 6px),radial-gradient(circle at 78% 64%,#2E6B9B 0 3px,transparent 4px),radial-gradient(circle at 84% 44%,#2E6B9B 0 3px,transparent 4px)}
  .tile.map .ttl{position:relative;font:600 17px/1.25 system-ui,sans-serif;color:var(--mist);max-width:260px}
  .tile.blog .ttl{font-family:ui-serif,Georgia,serif;font-size:21px;font-weight:600;line-height:1.2;color:var(--mist);max-width:400px}
  .tile.sponsor{background:rgba(255,255,255,.02);border-style:dashed;border-color:rgba(255,255,255,.18)}
  .tile.sponsor .slot{display:flex;align-items:center;justify-content:center;flex:1;border-radius:12px;background:repeating-linear-gradient(45deg,rgba(255,255,255,.03) 0 10px,transparent 10px 20px);margin:12px 0;min-height:80px}
  .tile.sponsor .slot span{font:600 13px/1 ui-monospace,Menlo,monospace;letter-spacing:.1em;color:rgba(245,242,236,.4)}
  .tile.sponsor .slot img{max-height:60px}
  @container bentowrap (max-width:900px){.bento{grid-template-columns:1fr 1fr}}
  @container bentowrap (max-width:600px){.bento{grid-template-columns:1fr;grid-auto-rows:auto}.bento>*{grid-column:auto;grid-row:auto;min-height:150px}}

  /* ---------- CATEGORIES ---------- */
  .cats-wrap{position:relative;margin-top:clamp(36px,5vw,52px)}
  .cats-band{position:absolute;left:0;right:0;bottom:42px;height:90px;background:linear-gradient(90deg,#9fc2da,#8093ad 30%,#b88f7e 58%,#e0915c 80%,#ffc078)}
  .cats-scroll{position:relative;overflow-x:auto;padding:22px 0 58px;margin:-22px 0 -58px}
  .cats-row{display:flex;align-items:flex-end;gap:28px;width:max-content;margin:0 auto;padding:0 clamp(24px,5vw,44px)}
  .cat-card{flex:none;width:212px;background:linear-gradient(160deg,var(--ink),#0e3550);border:1px solid rgba(11,42,63,.25);border-radius:18px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;box-shadow:0 18px 36px rgba(11,42,63,.3);transition:transform .35s,border-color .35s}
  .cat-card:hover{transform:translateY(-10px);border-color:var(--accent)}
  .cat-eyebrow{font:700 10px/1 system-ui,sans-serif;letter-spacing:.18em;color:rgba(245,242,236,.5)}
  .cat-range{font-family:ui-serif,Georgia,serif;font-weight:600;font-size:34px;color:var(--mist);margin-top:8px}
  .cat-count{font:600 13px/1 system-ui,sans-serif;color:var(--accent)}
  .cat-models{font:400 11px/1 system-ui,sans-serif;color:rgba(245,242,236,.5);margin-top:6px}
  .cat-open{margin-top:12px;font:600 11px/1 system-ui,sans-serif;color:var(--mist)}

  /* ---------- FOOTER ---------- */
  .footer{position:relative;background:var(--deep);overflow:hidden}
  .footer .topline{position:absolute;left:0;right:0;top:0;height:9px;background:linear-gradient(90deg,#2E6B9B,#5f6d86 38%,#b9795f 64%,#e0915c 82%,#ffc078);box-shadow:0 0 24px rgba(255,179,71,.5)}
  .footer .compass{position:absolute;right:-60px;top:50px;width:360px;height:360px;border-radius:50%;background:repeating-conic-gradient(from 0deg, rgba(245,242,236,.06) 0deg 1.5deg, transparent 1.5deg 30deg);opacity:.55;pointer-events:none}
  .footer .ring{position:absolute;right:60px;top:170px;width:130px;height:130px;border-radius:50%;border:1px solid rgba(245,242,236,.1);pointer-events:none}
  .foot-wrap{max-width:1240px;margin:0 auto;padding:clamp(56px,7vw,72px) clamp(20px,5vw,44px) 0;position:relative}
  .foot-grid{display:flex;flex-wrap:wrap;gap:clamp(36px,6vw,72px)}
  .foot-brand{flex:1;min-width:260px;max-width:340px}
  .foot-tag{margin:14px 0 22px;font:400 13px/1.6 system-ui,sans-serif;color:rgba(245,242,236,.55);max-width:290px}
  .socials{display:flex;gap:11px}
  .social{width:38px;height:38px;border-radius:50%;border:1px solid rgba(245,242,236,.2);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--mist);transition:border-color .3s,color .3s}
  .social:hover{border-color:var(--accent);color:var(--accent)}
  .foot-col{min-width:140px}
  .foot-col h4{font:700 10px/1 system-ui,sans-serif;letter-spacing:.2em;color:var(--accent);margin:0 0 18px}
  .foot-col .links{display:flex;flex-direction:column;gap:12px}
  .foot-col a{font:400 13px/1 system-ui,sans-serif;color:rgba(245,242,236,.7);text-decoration:none;transition:color .2s}
  .foot-col a:hover{color:#fff}
  .foot-cta{flex:1;display:flex;justify-content:flex-end;min-width:230px}
  .join-card{width:240px;background:rgba(255,255,255,.04);border:1px solid rgba(255,179,71,.35);border-radius:16px;padding:24px}
  .join-card h3{font-family:ui-serif,Georgia,serif;font-weight:600;font-size:20px;line-height:1.15;color:var(--mist);margin:0}
  .join-card p{margin:8px 0 16px;font:400 12px/1.5 system-ui,sans-serif;color:rgba(245,242,236,.6)}
  .foot-bottom{margin-top:clamp(40px,6vw,64px);border-top:1px solid rgba(245,242,236,.1);padding:22px 0 26px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
  .foot-bottom span{font:400 12px/1.4 system-ui,sans-serif;color:rgba(245,242,236,.5)}
  .foot-bottom a{color:var(--accent);text-decoration:none}

  @media(max-width:980px){.nav-links,.nav-auth{display:none}.burger{display:flex}}
  @media(max-width:680px){
    .hero{min-height:600px}
    .hero-content{padding:118px 20px 54px;justify-content:flex-start}
    .hero .eyebrow{margin-bottom:16px;font-size:10px;letter-spacing:.24em}
    .hero h1{margin-bottom:16px}
    .hero .sub{margin-bottom:20px}
    .hero-ctas{flex-wrap:nowrap;width:100%;max-width:480px;margin-top:20px}
    .hero-ctas .cta-lg,.hero-ctas .btn-ghost{flex:1;text-align:center;padding-left:0;padding-right:0}
    .hero-stats{flex-wrap:nowrap;gap:0;margin-top:26px;width:100%;max-width:480px;justify-content:space-between}
    .hero-stats .stat{font-size:10px;letter-spacing:.04em;text-align:center;flex:1}
    .hero-stats .stat b{font-size:16px}
    .hero-stats .divider{flex:none;height:26px}
  }
  @media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

/* ==========================================================================
   WORDPRESS / ELEMENTOR THEME ISOLATION
   On WordPress, the active theme's stylesheet (and Elementor's) still loads via
   wp_head() and leaks base styles for inputs, buttons, links and fonts into the
   design. Everything here renders inside #site, so we re-assert the vulnerable
   properties, scoped to #site + !important so host rules can't win. This block
   is harmless when the same CSS is used on the standalone / coded-side pages.
   ========================================================================== */
#site, #site *, #site *::before, #site *::after{box-sizing:border-box}
#site{font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;overflow-x:clip}
/* Some themes clip the header with overflow:hidden — that would hide the mega
   dropdown. Force the nav chain to allow the panel to escape. */
#site .nav, #site .nav-inner, #site .nav-links, #site .nav-item{overflow:visible!important}

/* Links: strip inherited underline / theme font. (We do NOT blanket-remove
   box-shadow here — that would kill the CTA glow; shadows are handled per rule.) */
#site a{text-decoration:none!important;font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important}

/* Link TEXT colors the theme tends to override — re-assert with !important. */
#site .nav-links>.nav-item>a{color:rgba(245,242,236,.82)!important}
#site .nav-links>.nav-item>a:hover, #site .nav-links>.nav-item>a.active{color:var(--accent)!important}
#site .mega-col-head{color:var(--accent)!important}
#site .mega-col-head:hover{color:var(--mist)!important}
#site .promo-eyebrow, #site .fleet-eyebrow, #site .promo-cta{color:var(--accent)!important}
#site .promo-title, #site .fleet-title, #site .len-range{color:var(--mist)!important}
#site .len-count, #site .fly-title{color:var(--accent)!important}
#site .fly-grid a{color:rgba(245,242,236,.82)!important}
#site .fleet-all, #site .fly-open{color:rgba(245,242,236,.65)!important}
#site .fly-grid a:hover, #site .fleet-all:hover, #site .fly-open:hover{color:var(--accent)!important}
#site .mega-models a, #site .mega-list a{color:rgba(245,242,236,.78)!important}
#site .mega-models a:hover, #site .mega-list a:hover{color:var(--accent)!important}
#site .link-muted{color:rgba(245,242,236,.85)!important}
#site .link-muted:hover{color:var(--accent)!important}
#site .sec-link.rust{color:var(--rust)!important}
#site .sec-link.rust:hover{color:var(--ink)!important}
#site .sec-link.amber{color:var(--accent)!important}
#site .sec-link.amber:hover{color:var(--mist)!important}
#site .foot-col a{color:rgba(245,242,236,.7)!important}
#site .foot-col a:hover{color:#fff!important}
#site .foot-bottom a, #site .social{color:var(--accent)!important}

/* Form controls: remove the theme's input/button chrome */
#site input, #site button, #site textarea, #site select{
  -webkit-appearance:none!important;appearance:none!important;
  border:0!important;outline:none!important;background:transparent!important;
  box-shadow:none!important;border-radius:0!important;margin:0!important;
  color:inherit;font-family:inherit;
}
#site .searchbar input{
  font:400 14px/1 system-ui,-apple-system,'Segoe UI',Roboto,sans-serif!important;
  color:var(--mist)!important;padding:0!important;height:auto!important;width:100%;
}
#site .searchbar input::placeholder{color:rgba(245,242,236,.55)!important;opacity:1}

/* Buttons: keep OUR colors + the glow + the hover border, even if the theme
   themes links/buttons or strips shadows. */
#site .cta{color:var(--ink)!important;box-shadow:0 6px 18px rgba(255,179,71,.4)!important}
#site .cta:hover{color:var(--accent)!important;background:transparent!important;box-shadow:inset 0 0 0 2px var(--accent),0 0 26px rgba(255,179,71,.5)!important}
#site .cta.cta-lg{box-shadow:0 10px 30px rgba(255,179,71,.5)!important}
#site .cta.cta-lg:hover{box-shadow:inset 0 0 0 2px var(--accent),0 0 40px rgba(255,179,71,.85)!important}
#site .btn-ghost{color:var(--mist)!important}
#site .btn-ghost:hover{color:var(--accent)!important}

/* Re-assert the display serif so a host heading font can't override it */
#site .hero h1, #site .sec-title, #site .tile-num, #site .cat-range,
#site .boat-name, #site .tile.market .price, #site .tile.blog .ttl,
#site .join-card h3, #site .hero-stats .stat b{
  font-family:ui-serif,Georgia,'Times New Roman',serif!important;
}
