/* Sable Designs — landing page.
   Standalone from the app's style.css on purpose: the studio is a dense tool
   and this is a wide, quiet marketing page. Sharing one sheet would mean every
   studio tweak risking the front door and vice versa. Same tokens, so the two
   still look like one product. */
:root{
  --bg:#0a0a0c; --panel:#141417; --panel-2:#1c1c21; --line:#26262c;
  --text:#ece9e4; --muted:#8b867e;
  --gold:#d4a24c; --gold-lt:#efd09a; --gold-dk:#a97722;
  --err:#e0685f;
  --serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);
  font:16px/1.6 ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  -webkit-font-smoothing:antialiased}
.hidden{display:none !important}
.muted{color:var(--muted)}
.small{font-size:13px}
h1,h2,h3{margin:0;letter-spacing:-.015em}
img{max-width:100%;display:block}

.brand{display:flex;align-items:center;gap:9px;font-weight:600;font-size:15px;
  white-space:nowrap}
.brand .thin{font-weight:400;color:var(--muted)}
.brand-lg{font-size:21px;font-family:var(--serif);letter-spacing:.02em}
.logo-slot svg,.logo-slot .mark{width:24px;height:24px;display:block}
.brand-lg .logo-slot svg{width:32px;height:32px}

button{font:inherit;border:0;cursor:pointer}
.primary{background:linear-gradient(180deg,var(--gold-lt),var(--gold));
  color:#241a08;font-weight:700;border-radius:10px;padding:13px 22px;
  transition:filter .15s}
.primary:hover{filter:brightness(1.07)}
.primary:disabled{opacity:.45;cursor:not-allowed;filter:none}

/* age gate ---------------------------------------------------------------- */
.gate{position:fixed;inset:0;z-index:60;display:grid;place-items:center;
  padding:20px;background:radial-gradient(75% 55% at 50% 0%,#17161a,var(--bg) 72%)}
.gate-card{background:var(--panel);border:1px solid var(--line);
  border-radius:16px;padding:34px 30px;max-width:400px;text-align:center;
  box-shadow:0 24px 60px -20px #000}
.gate-card .brand{justify-content:center;margin-bottom:18px}
.gate-h{font-size:22px;font-family:var(--serif);margin-bottom:8px}
.gate-card p{color:var(--muted);font-size:14.5px;margin:0 0 22px}
.gate-actions{display:flex;flex-direction:column;gap:12px;align-items:center}
.gate-actions .primary{width:100%}
.ghost-link{color:var(--muted);font-size:13px;text-decoration:none}
.ghost-link:hover{color:var(--text)}

/* shell ------------------------------------------------------------------- */
.page{max-width:var(--max);margin:0 auto;padding:0 24px}
.nav{display:flex;align-items:center;justify-content:space-between;
  padding:26px 0 10px}
.nav-cta{color:var(--gold-lt);text-decoration:none;font-size:14px;
  font-weight:600;border:1px solid rgba(212,162,76,.4);border-radius:99px;
  padding:8px 17px;transition:background .15s}
.nav-cta:hover{background:rgba(212,162,76,.12)}

/* hero -------------------------------------------------------------------- */
.hero{padding:76px 0 66px;max-width:720px}
.eyebrow{margin:0 0 18px;font-size:11px;font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--gold)}
.hero h1{font-size:clamp(38px,6.4vw,66px);line-height:1.04;
  font-family:var(--serif);font-weight:600}
.lede{margin:22px 0 0;font-size:clamp(16px,1.7vw,18.5px);color:var(--muted);
  max-width:600px}

.notify{display:flex;gap:10px;margin-top:32px;max-width:470px;flex-wrap:wrap}
.notify input{flex:1;min-width:210px;background:var(--panel-2);
  border:1px solid var(--line);color:var(--text);border-radius:10px;
  padding:13px 15px;font:inherit;font-size:15px;transition:border-color .15s}
.notify input:focus{outline:none;border-color:var(--gold)}
.notify-note{margin:12px 0 0;font-size:13px;min-height:20px}
.notify-note.ok{color:var(--gold-lt)}
.notify-note.bad{color:var(--err)}

/* section furniture ------------------------------------------------------- */
.sec-head{margin-bottom:26px}
.sec-head h2{font-size:clamp(24px,3.2vw,32px);font-family:var(--serif);
  font-weight:600}
.sec-head p{margin:8px 0 0;font-size:15px}

/* showcase ---------------------------------------------------------------- */
.showcase{padding:44px 0}
.shots{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.shot{margin:0;border-radius:14px;overflow:hidden;background:var(--panel);
  border:1px solid var(--line);aspect-ratio:4/5}
.shot.tall{grid-row:span 2;aspect-ratio:4/10}
.shot img{width:100%;height:100%;object-fit:cover}
/* placeholder until real generations land - deliberately looks unfinished
   rather than pretending to be a picture */
.shot-ph{width:100%;height:100%;display:grid;place-items:center;
  background:
    repeating-linear-gradient(135deg,transparent 0 11px,rgba(212,162,76,.045) 11px 22px),
    var(--panel-2)}
.shot-ph span{font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;
  color:#54504a;font-weight:600}
@media (max-width:820px){
  .shots{grid-template-columns:repeat(2,1fr)}
  .shot.tall{grid-row:span 1;aspect-ratio:4/5}
}
@media (max-width:520px){.shots{grid-template-columns:1fr}}

/* features ---------------------------------------------------------------- */
.features{padding:56px 0 44px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(248px,1fr));
  gap:14px}
.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;
  padding:24px 22px;transition:border-color .15s}
.card:hover{border-color:rgba(212,162,76,.35)}
.card h3{font-size:16.5px;margin-bottom:9px}
.card p{margin:0;color:var(--muted);font-size:14.5px}

/* closing band ------------------------------------------------------------ */
.notify-band{margin:58px 0 0;padding:52px 34px;text-align:center;
  background:radial-gradient(120% 130% at 50% 0%,#1a1712,var(--panel) 72%);
  border:1px solid var(--line);border-radius:18px}
.notify-band h2{font-size:clamp(23px,3vw,30px);font-family:var(--serif);
  font-weight:600}
.notify-band p{margin:9px 0 0}
.notify-band .notify{margin:26px auto 0;justify-content:center}
.notify-band .notify-note{text-align:center}

/* footer ------------------------------------------------------------------ */
.foot{display:flex;align-items:center;gap:18px;flex-wrap:wrap;
  margin-top:64px;padding:26px 0 46px;border-top:1px solid var(--line)}
.foot p{margin:0}
.foot p:last-child{margin-left:auto}
@media (max-width:640px){
  .foot p:last-child{margin-left:0}
  .hero{padding:52px 0 46px}
  .notify-band{padding:40px 22px}
}
