/* Helka Estates — editorial landing (Claude Design "option-1-editorial-desktop"),
   scoped under .eb-land so it never collides with the app's styles.css. Rendered as a
   full-screen overlay on #/welcome. Desktop-first editorial layout that collapses to a
   single column on phones. */
.eb-land{
  --bg:#ffffff; --tint:#f3f7ff; --line:#e4eaf3;
  --blue:#0038b8; --blue-hover:#002a8c; --blue-soft:#e8efff;
  --ink:#0a1b3d; --muted:#5e6e8c; --gold:#c79a3a; --green:#137a4f;
  --serif:"Spectral",Georgia,serif; --sans:"Hanken Grotesk",system-ui,sans-serif;
  --radius:16px; --shadow:0 6px 24px rgba(10,27,61,.08); --maxw:1200px;
  position:fixed; inset:0; z-index:50; overflow-y:auto; -webkit-overflow-scrolling:touch;
  background:var(--bg); font-family:var(--sans); color:var(--ink); line-height:1.5; -webkit-font-smoothing:antialiased;
}
.eb-land *{box-sizing:border-box; margin:0; padding:0}
.eb-land .page{background:var(--bg); min-height:100%}
.eb-land a{color:inherit; text-decoration:none; cursor:pointer}
.eb-land img,.eb-land svg{display:block}
.eb-land .photo{background-size:cover; background-position:center; background-color:var(--blue-soft)}
.eb-land .wrap{max-width:var(--maxw); margin:0 auto; padding:0 48px}

/* Buttons */
.eb-land .btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; height:48px;
  padding:0 26px; border-radius:999px; font-family:var(--sans); font-weight:600; font-size:15px;
  border:1px solid transparent; cursor:pointer; transition:.18s; white-space:nowrap}
.eb-land .btn-lg{height:56px; padding:0 34px; font-size:16px}
.eb-land .btn-primary{background:var(--blue); color:#fff}
.eb-land .btn-primary:hover{background:var(--blue-hover)}
.eb-land .btn-ghost{background:#fff; color:var(--ink); border-color:var(--line)}
.eb-land .btn-ghost:hover{border-color:var(--blue); color:var(--blue)}
.eb-land .btn-gold{background:var(--gold); color:#1d1402}
.eb-land .btn-gold:hover{background:#b6892f}

/* Header */
.eb-land header{position:sticky; top:0; z-index:20; background:rgba(255,255,255,.9);
  backdrop-filter:blur(10px); border-bottom:1px solid var(--line)}
.eb-land .nav{display:flex; align-items:center; justify-content:space-between; height:74px}
.eb-land .brand{display:flex; align-items:center; gap:11px}
.eb-land .brand svg{width:32px; height:32px; border-radius:9px}
.eb-land .brand .name{font-family:var(--serif); font-weight:600; font-size:21px; letter-spacing:-.01em}
.eb-land .nav-links{display:flex; align-items:center; gap:38px}
.eb-land .nav-links a{font-size:15px; font-weight:500; color:var(--muted); transition:.15s}
.eb-land .nav-links a:hover{color:var(--ink)}
.eb-land .nav-right{display:flex; align-items:center; gap:22px}
.eb-land .lang{display:flex; gap:2px; font-size:12.5px; color:var(--muted); font-weight:600}
.eb-land .lang span{padding:5px 8px; border-radius:7px; cursor:pointer}
.eb-land .lang span.on{background:var(--blue-soft); color:var(--blue)}

/* Hero */
.eb-land .hero{padding:84px 0 96px}
.eb-land .hero-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:72px; align-items:center}
.eb-land .eyebrow{font-family:ui-monospace,Menlo,monospace; font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); margin-bottom:26px}
.eb-land .hero h1{font-family:var(--serif); font-weight:500; font-size:76px; line-height:1.02; letter-spacing:-.025em; text-wrap:balance}
.eb-land .hero h1 em{font-style:italic; color:var(--blue)}
.eb-land .rule{width:56px; height:2px; background:var(--gold); margin:32px 0}
.eb-land .hero p{font-size:19px; color:var(--muted); max-width:46ch; margin-bottom:38px}
.eb-land .cta-row{display:flex; gap:14px; flex-wrap:wrap}
.eb-land .hero-figure{margin:0}
.eb-land .hero-figure .photo{height:520px; border-radius:var(--radius); box-shadow:var(--shadow)}

/* Trust strip */
.eb-land .trust{border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--tint)}
.eb-land .trust .wrap{display:flex; align-items:center; justify-content:space-between; gap:24px; padding-top:26px; padding-bottom:26px; flex-wrap:wrap}
.eb-land .trust-item{display:flex; align-items:baseline; gap:10px}
.eb-land .trust-item .v{font-family:var(--serif); font-weight:600; font-size:30px; color:var(--blue); line-height:1}
.eb-land .trust-item .k{font-size:14px; color:var(--muted)}
.eb-land .trust-sep{width:1px; height:34px; background:var(--line)}

/* Sections */
.eb-land section{padding:100px 0}
.eb-land .sec-label{font-family:ui-monospace,Menlo,monospace; font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); margin-bottom:14px}
.eb-land .sec-head{max-width:640px; margin-bottom:8px}
.eb-land .sec-title{font-family:var(--serif); font-weight:500; font-size:44px; line-height:1.08; letter-spacing:-.02em; margin-bottom:12px}
.eb-land .sec-sub{color:var(--muted); font-size:17px; max-width:52ch}
.eb-land .sec-head-row{display:flex; align-items:flex-end; justify-content:space-between; gap:24px; flex-wrap:wrap}
.eb-land .card-cta{display:flex; align-items:center; gap:8px; font-weight:600; color:var(--blue); font-size:15px}

/* How — 3 col */
.eb-land .steps{margin-top:56px; display:grid; grid-template-columns:repeat(3,1fr); gap:0}
.eb-land .step{padding:0 34px; border-left:1px solid var(--line)}
.eb-land .step:first-child{padding-left:0; border-left:0}
.eb-land .step .num{font-family:var(--serif); font-size:44px; color:var(--gold); font-weight:500; line-height:1; margin-bottom:22px}
.eb-land .step h3{font-size:21px; font-weight:600; margin-bottom:8px; letter-spacing:-.01em}
.eb-land .step p{font-size:15.5px; color:var(--muted); max-width:34ch}

/* Projects */
.eb-land .projects{background:var(--tint); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.eb-land .cards{margin-top:56px; display:grid; grid-template-columns:repeat(2,1fr); gap:32px}
.eb-land .card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); transition:.2s; display:block}
.eb-land .card:hover{transform:translateY(-4px); box-shadow:0 16px 40px rgba(10,27,61,.12)}
.eb-land .card .photo{height:280px}
.eb-land .card-body{padding:30px}
.eb-land .card-tags{display:flex; gap:8px; margin-bottom:16px; flex-wrap:wrap}
.eb-land .pill{font-size:12px; font-weight:600; padding:6px 13px; border-radius:999px; white-space:nowrap}
.eb-land .pill-type{background:var(--blue-soft); color:var(--blue)}
.eb-land .pill-units{background:#eef6f1; color:var(--green)}
.eb-land .card h3{font-family:var(--serif); font-weight:500; font-size:28px; letter-spacing:-.01em; margin-bottom:4px}
.eb-land .card .loc{font-size:15px; color:var(--muted); margin-bottom:26px}
.eb-land .card-meta{display:flex; justify-content:space-between; align-items:flex-end; border-top:1px solid var(--line); padding-top:22px}
.eb-land .meta-k{font-size:11.5px; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); margin-bottom:5px}
.eb-land .meta-v{font-family:var(--serif); font-size:26px; font-weight:500}
.eb-land .meta-v.price{color:var(--blue)} .eb-land .meta-v.roi{color:var(--green)}
.eb-land .view-all{display:flex; align-items:center; justify-content:center; gap:8px; margin-top:44px; font-weight:600; color:var(--blue); font-size:16px; cursor:pointer}

/* Featured carousel (auto-rotate, scroll-snap, up to 4 projects) */
.eb-land .carousel{margin-top:56px; display:flex; gap:32px; overflow-x:auto; scroll-snap-type:x mandatory;
  scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding-bottom:4px}
.eb-land .carousel::-webkit-scrollbar{display:none}
.eb-land .carousel .card{scroll-snap-align:start; flex:0 0 calc(50% - 16px); min-width:calc(50% - 16px)}
.eb-land .carousel-dots{display:flex; justify-content:center; gap:9px; margin-top:28px}
.eb-land .cdot{width:9px; height:9px; padding:0; border:0; border-radius:999px; background:var(--line); cursor:pointer; transition:.2s}
.eb-land .cdot.on{background:var(--blue); width:26px}

/* Why — 4 col grid */
.eb-land .why-grid{margin-top:56px; display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden}
.eb-land .why-item{background:#fff; padding:34px 28px}
.eb-land .why-item .dot{width:10px; height:10px; border-radius:3px; background:var(--gold); margin-bottom:18px}
.eb-land .why-item h4{font-size:18px; font-weight:600; margin-bottom:6px; letter-spacing:-.01em}
.eb-land .why-item p{font-size:14.5px; color:var(--muted)}
.eb-land .why-item.wide{grid-column:span 2}

/* Developers band */
.eb-land .dev{background:var(--ink); color:#fff}
.eb-land .dev .wrap{display:grid; grid-template-columns:1.2fr 1fr; gap:56px; align-items:center}
.eb-land .dev .sec-label{color:var(--gold)}
.eb-land .dev h2{font-family:var(--serif); font-weight:500; font-size:40px; line-height:1.1; letter-spacing:-.02em; margin-bottom:16px; color:#fff}
.eb-land .dev p{color:#aab8d4; font-size:17px; max-width:42ch}
.eb-land .dev-cta{display:flex; justify-content:flex-end}

/* Footer */
.eb-land footer{padding:72px 0 56px; background:#fff}
.eb-land .foot-grid{display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:48px; padding-bottom:44px; border-bottom:1px solid var(--line)}
.eb-land .foot-brand{display:flex; align-items:center; gap:11px; margin-bottom:18px}
.eb-land .foot-brand svg{width:30px;height:30px;border-radius:9px}
.eb-land .foot-brand .name{font-family:var(--serif); font-weight:600; font-size:20px}
.eb-land .foot-about{font-size:15px; color:var(--muted); max-width:38ch; margin-bottom:24px}
.eb-land .foot-lang{display:flex; gap:8px}
.eb-land .foot-lang a{font-size:13px; font-weight:600; color:var(--muted); padding:8px 15px; border:1px solid var(--line); border-radius:999px; transition:.15s}
.eb-land .foot-lang a.on{color:var(--blue); border-color:var(--blue); background:var(--blue-soft)}
.eb-land .foot-col h5{font-size:12px; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); margin-bottom:18px; font-weight:600}
.eb-land .foot-col ul{list-style:none; display:flex; flex-direction:column; gap:12px}
.eb-land .foot-col a{font-size:15px; color:var(--ink); transition:.15s}
.eb-land .foot-col a:hover{color:var(--blue)}
.eb-land .legal{font-size:13px; color:var(--muted); line-height:1.6; padding-top:28px; max-width:80ch; margin:0 auto; text-align:center}

/* Responsive */
@media (max-width:1000px){
  .eb-land .hero{padding:56px 0 64px}
  .eb-land .hero-grid{grid-template-columns:1fr; gap:44px}
  .eb-land .hero h1{font-size:56px}
  .eb-land .hero-figure .photo{height:380px}
  .eb-land section{padding:72px 0}
  .eb-land .steps{grid-template-columns:1fr; gap:0}
  .eb-land .step{border-left:0; border-top:1px solid var(--line); padding:28px 0}
  .eb-land .step:first-child{border-top:0; padding-top:0}
  .eb-land .step p{max-width:none}
  .eb-land .why-grid{grid-template-columns:repeat(2,1fr)}
  .eb-land .cards{grid-template-columns:1fr}
  .eb-land .carousel .card{flex:0 0 85%; min-width:85%}
  .eb-land .dev .wrap{grid-template-columns:1fr; gap:28px}
  .eb-land .dev-cta{justify-content:flex-start}
  .eb-land .foot-grid{grid-template-columns:1fr 1fr; gap:36px}
  .eb-land .nav-links{display:none}
}
@media (max-width:600px){
  .eb-land .wrap{padding:0 24px}
  .eb-land .hero h1{font-size:42px}
  .eb-land .sec-title{font-size:32px}
  .eb-land .btn{width:100%}
  .eb-land .cta-row{flex-direction:column}
  .eb-land .nav-right .btn{display:none}
  .eb-land .why-grid{grid-template-columns:1fr}
  .eb-land .why-item.wide{grid-column:span 1}
  .eb-land .trust-sep{display:none}
  .eb-land .trust .wrap{gap:18px 28px}
  .eb-land .foot-grid{grid-template-columns:1fr}
}

/* ===== OLD app-like MOBILE landing, restored & scoped under .eb-m =====
   Rendered on phones (<900px); desktop uses .eb-land above. ===== */
.eb-m{
  --bg:#ffffff; --tint:#f3f7ff; --line:#e4eaf3;
  --blue:#0038b8; --blue-hover:#002a8c; --blue-soft:#e8efff;
  --ink:#0a1b3d; --muted:#5e6e8c; --gold:#c79a3a; --green:#137a4f;
  --serif:"Spectral",Georgia,serif; --sans:"Hanken Grotesk",system-ui,sans-serif;
  --radius:16px; --shadow:0 6px 24px rgba(10,27,61,.08);
  position:fixed; inset:0; z-index:50; overflow-y:auto; -webkit-overflow-scrolling:touch;
  background:#eef2f8; font-family:var(--sans); color:var(--ink); line-height:1.5;
}
.eb-m *{box-sizing:border-box; margin:0; padding:0}
.eb-m .page{max-width:560px; margin:0 auto; background:var(--bg); min-height:100%; overflow:hidden}
.eb-m a{color:inherit; text-decoration:none}
.eb-m img,.eb-m svg{display:block}
.eb-m .photo{background-size:cover; background-position:center; background-color:var(--blue-soft)}

.eb-m header{display:flex; align-items:center; justify-content:space-between; padding:18px 22px;
  border-bottom:1px solid var(--line); position:sticky; top:0; background:rgba(255,255,255,.92);
  backdrop-filter:blur(8px); z-index:5}
.eb-m .brand{display:flex; align-items:center; gap:10px}
.eb-m .brand svg{width:30px; height:30px; border-radius:9px}
.eb-m .brand .name{font-family:var(--serif); font-weight:600; font-size:19px; letter-spacing:-.01em}
.eb-m .lang{display:flex; gap:2px; font-size:12px; color:var(--muted); font-weight:600; cursor:pointer}
.eb-m .lang span{padding:4px 7px; border-radius:7px}
.eb-m .lang span.on{background:var(--blue-soft); color:var(--blue)}

.eb-m .hero{padding:42px 26px 34px}
.eb-m .eyebrow{font-family:ui-monospace,Menlo,monospace; font-size:11px; letter-spacing:.18em;
  text-transform:uppercase; color:var(--gold); margin-bottom:18px}
.eb-m .hero h1{font-family:var(--serif); font-weight:500; font-size:44px; line-height:1.05;
  letter-spacing:-.02em; margin-bottom:8px}
.eb-m .hero h1 em{font-style:italic; color:var(--blue)}
.eb-m .rule{width:46px; height:2px; background:var(--gold); margin:22px 0}
.eb-m .hero p{font-size:16.5px; color:var(--muted); max-width:34ch; margin-bottom:26px}
.eb-m .cta-col{display:flex; flex-direction:column; gap:12px}
.eb-m .btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; height:54px;
  padding:0 30px; border-radius:999px; font-family:var(--sans); font-weight:600; font-size:16px;
  border:1px solid transparent; cursor:pointer; transition:.18s; width:100%}
.eb-m .btn-primary{background:var(--blue); color:#fff}
.eb-m .btn-primary:hover{background:var(--blue-hover)}
.eb-m .btn-ghost{background:#fff; color:var(--ink); border-color:var(--line)}
.eb-m .btn-ghost:hover{border-color:var(--blue); color:var(--blue)}
.eb-m .btn-gold{background:var(--gold); color:#1d1402}
.eb-m .btn-gold:hover{background:#b6892f}

.eb-m .hero-figure{margin:34px 0 0}
.eb-m .hero-figure .photo{height:300px; border-radius:var(--radius)}
.eb-m .figcap{display:flex; justify-content:space-between; align-items:baseline; margin-top:12px;
  font-size:13px; color:var(--muted)}
.eb-m .figcap b{font-family:var(--serif); color:var(--ink); font-weight:500; font-size:15px}

.eb-m section{padding:48px 26px}
.eb-m .sec-label{font-family:ui-monospace,Menlo,monospace; font-size:11px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--muted); margin-bottom:12px}
.eb-m .sec-title{font-family:var(--serif); font-weight:500; font-size:29px; line-height:1.1;
  letter-spacing:-.015em; margin-bottom:8px}

.eb-m .steps{margin-top:30px; display:flex; flex-direction:column}
.eb-m .step{display:flex; gap:18px; padding:22px 0; border-top:1px solid var(--line)}
.eb-m .step:last-child{border-bottom:1px solid var(--line)}
.eb-m .step .num{font-family:var(--serif); font-size:30px; color:var(--gold); font-weight:500; line-height:1; min-width:42px}
.eb-m .step h3{font-size:17px; font-weight:600; margin-bottom:4px; letter-spacing:-.01em}
.eb-m .step p{font-size:14.5px; color:var(--muted)}

.eb-m .projects{background:var(--tint); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.eb-m .card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;
  box-shadow:var(--shadow); margin-top:22px}
.eb-m .card .photo{height:184px}
.eb-m .card-body{padding:20px}
.eb-m .card-tags{display:flex; gap:8px; margin-bottom:12px; flex-wrap:wrap}
.eb-m .pill{font-size:11.5px; font-weight:600; padding:5px 11px; border-radius:999px; white-space:nowrap}
.eb-m .pill-type{background:var(--blue-soft); color:var(--blue)}
.eb-m .pill-units{background:#eef6f1; color:var(--green)}
.eb-m .card h3{font-family:var(--serif); font-weight:500; font-size:21px; letter-spacing:-.01em; margin-bottom:3px}
.eb-m .card .loc{font-size:13.5px; color:var(--muted); margin-bottom:18px}
.eb-m .card-meta{display:flex; justify-content:space-between; align-items:flex-end; border-top:1px solid var(--line); padding-top:16px}
.eb-m .meta-k{font-size:11px; text-transform:uppercase; letter-spacing:.1em; color:var(--muted); margin-bottom:3px}
.eb-m .meta-v{font-family:var(--serif); font-size:20px; font-weight:500}
.eb-m .meta-v.price{color:var(--blue)} .eb-m .meta-v.roi{color:var(--green)}
.eb-m .view-all{display:flex; align-items:center; justify-content:center; gap:8px; margin-top:26px; font-weight:600; color:var(--blue); font-size:15px; cursor:pointer}

.eb-m .why-grid{margin-top:28px; display:grid; gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden}
.eb-m .why-item{background:#fff; padding:22px 20px}
.eb-m .why-item .dot{width:9px; height:9px; border-radius:3px; background:var(--gold); margin-bottom:14px}
.eb-m .why-item h4{font-size:15.5px; font-weight:600; margin-bottom:4px}
.eb-m .why-item p{font-size:13.5px; color:var(--muted)}

.eb-m .dev{background:var(--ink); color:#fff}
.eb-m .dev .sec-label{color:var(--gold)}
.eb-m .dev h2{font-family:var(--serif); font-weight:500; font-size:27px; line-height:1.12; letter-spacing:-.015em; margin-bottom:10px; color:#fff}
.eb-m .dev p{color:#aab8d4; font-size:15px; margin-bottom:24px; max-width:34ch}

.eb-m footer{padding:40px 26px 48px; background:#fff}
.eb-m .foot-brand{display:flex; align-items:center; gap:10px; margin-bottom:20px}
.eb-m .foot-brand svg{width:26px;height:26px;border-radius:8px}
.eb-m .foot-brand .name{font-family:var(--serif); font-weight:600; font-size:17px}
.eb-m .foot-lang{display:flex; gap:8px; margin-bottom:24px}
.eb-m .foot-lang a{font-size:13px; font-weight:600; color:var(--muted); padding:7px 13px; border:1px solid var(--line); border-radius:999px; cursor:pointer}
.eb-m .foot-lang a.on{color:var(--blue); border-color:var(--blue); background:var(--blue-soft)}
.eb-m .legal{font-size:12.5px; color:var(--muted); line-height:1.6; border-top:1px solid var(--line); padding-top:20px}

/* carousel inside the mobile landing */
.eb-m .carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-top:22px;padding-bottom:2px}
.eb-m .carousel::-webkit-scrollbar{display:none}
.eb-m .carousel .card{scroll-snap-align:start;flex:0 0 86%;min-width:86%;margin-top:0}
.eb-m .carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:18px}
.eb-m .cdot{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:var(--line);cursor:pointer;transition:.2s}
.eb-m .cdot.on{background:var(--blue);width:22px}
