
:root{--bg:#07121d;--panel:#0d1c2a;--panel2:#112536;--text:#eef4f8;--muted:#a9b8c5;--silver:#cdd7df;--blue:#55a8d8;--line:#284155;--gold:#d8c39a;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:radial-gradient(circle at 80% 0,#112a3d 0,transparent 34%),var(--bg);color:var(--text);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(7,18,29,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{height:84px;width:auto;object-fit:contain}.nav-links{display:flex;gap:22px;align-items:center;font-size:.95rem;color:var(--silver)}.nav-links a:hover,.nav-links a[aria-current=page]{color:white}.menu{display:none;background:none;border:1px solid var(--line);color:white;border-radius:8px;padding:8px 11px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:10px;border:1px solid var(--line);font-weight:650;transition:.2s}.btn.primary{background:var(--blue);color:#04111a;border-color:transparent}.btn.secondary:hover,.btn.primary:hover{transform:translateY(-1px);filter:brightness(1.08)}.hero{padding:88px 0 64px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.eyebrow{color:var(--blue);font-weight:750;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(2.6rem,6vw,5.5rem);line-height:1.02;margin:.25em 0}.hero h1 span{color:var(--silver)}.lead{font-size:1.16rem;color:var(--muted);max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;inset:-18px;border:1px solid rgba(85,168,216,.32);border-radius:24px}.hero-visual img{border-radius:16px;border:1px solid var(--line);box-shadow:0 28px 80px rgba(0,0,0,.42)}.section{padding:72px 0}.section.alt{background:rgba(17,37,54,.45);border-block:1px solid var(--line)}.section-head{max-width:760px;margin-bottom:36px}.section h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.25rem);margin:0 0 12px}.section p,.page-copy p,.page-copy li{color:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:16px;padding:24px}.card h3{margin:8px 0}.icon{font-size:1.5rem}.showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.shot{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden}.shot img{width:100%;height:680px;object-fit:contain;object-position:top center;background:#07121d;padding:14px}.shot div{padding:20px}.shot h3{font-size:1.08rem}.shot h3{margin:0 0 4px}.marketplaces{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.market-card{padding:30px;border:1px solid var(--line);border-radius:18px;background:var(--panel);display:flex;justify-content:space-between;align-items:center;gap:20px}.page-hero{padding:72px 0 30px}.page-hero h1{font-size:clamp(2.5rem,5vw,4.4rem)}.page-copy{max-width:900px;padding-bottom:72px}.page-copy h2{font-family:Georgia,serif;margin-top:42px;color:white}.page-copy h3{margin-top:26px;color:white}.notice{border-left:3px solid var(--blue);background:var(--panel);padding:18px 22px;border-radius:0 12px 12px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.contact-card{border:1px solid var(--line);background:var(--panel);border-radius:16px;padding:24px}.footer{border-top:1px solid var(--line);padding:38px 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:28px}.footer img{height:76px;width:auto;margin-bottom:14px;object-fit:contain}.small{font-size:.88rem}.legal-links{display:flex;gap:16px;flex-wrap:wrap;margin-top:20px}.badge{display:inline-flex;border:1px solid var(--line);border-radius:999px;padding:5px 10px;color:var(--silver);font-size:.82rem}.logo-compass{width:84px;margin-bottom:18px}.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;background:white;color:black;padding:10px;z-index:100}
@media(max-width:820px){.hero-grid,.grid-3,.showcase,.marketplaces,.contact-grid,.footer-grid{grid-template-columns:1fr}.nav-links{display:none;position:absolute;top:92px;left:0;right:0;background:var(--bg);padding:20px 18px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu{display:block}.hero{padding-top:52px}.hero-visual{margin-top:10px}}

@media(max-width:540px){.brand img{height:64px}.nav{min-height:78px}.nav-links{top:78px}.footer img{height:64px}}

@media(max-width:820px){.shot img{height:720px}}
@media(max-width:540px){.shot img{height:560px;padding:8px}}

/* Version 2.0 */
.wrap-wide{width:min(1520px,calc(100% - 28px));margin:auto}.collage-hero{padding:32px 0 0}.collage-frame{border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.5);background:var(--panel)}.collage-frame img{width:100%;height:auto}.hero-copy{padding:62px 0 74px}.centered{text-align:center;max-width:900px}.centered .lead{margin-inline:auto}.centered-actions{justify-content:center}.hero-copy h1{font-family:Georgia,serif;font-size:clamp(2.7rem,6vw,5.2rem);line-height:1.03;margin:.25em 0}.hero-copy h1 span{color:var(--silver)}.home-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home-feature{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden}.home-feature img{width:100%;height:520px;object-fit:contain;object-position:top center;background:#06111b;padding:14px}.home-feature div{padding:20px}.home-feature h3{margin:0 0 5px}.center-link{text-align:center;margin-top:28px}.feature-flow{padding-top:32px}.feature-row{display:grid;grid-template-columns:minmax(300px,480px) 1fr;gap:72px;align-items:center;padding:56px 0;border-bottom:1px solid var(--line)}.feature-row.reverse{grid-template-columns:1fr minmax(300px,480px)}.feature-row.reverse .phone-shot{order:2}.feature-row.reverse .feature-copy{order:1}.phone-shot{background:linear-gradient(180deg,#0b1d2b,#06111b);border:1px solid var(--line);border-radius:34px;padding:18px;box-shadow:0 24px 70px rgba(0,0,0,.42);max-width:480px;margin:auto}.phone-shot img{width:100%;height:auto;max-height:790px;object-fit:contain;object-position:top center;border-radius:22px;background:#07121d}.feature-copy h2{font-family:Georgia,serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1.06;margin:.2em 0}.feature-copy p{font-size:1.08rem;color:var(--muted);max-width:620px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
@media(max-width:900px){.home-feature-grid{grid-template-columns:1fr}.home-feature img{height:620px}.feature-row,.feature-row.reverse{grid-template-columns:1fr;gap:32px;padding:42px 0}.feature-row.reverse .phone-shot,.feature-row.reverse .feature-copy{order:initial}.feature-copy{text-align:center}.feature-copy p{margin-inline:auto}}
@media(max-width:560px){.collage-hero{padding-top:18px}.wrap-wide{width:calc(100% - 18px)}.collage-frame{border-radius:16px}.hero-copy{padding:44px 0 54px}.home-feature img{height:520px}.phone-shot{padding:10px;border-radius:24px}.phone-shot img{border-radius:16px;max-height:650px}}

/* Club925 Studio Website v2.1 */
