
:root{
  --bg:#f5f1e8;
  --ink:#1c211c;
  --muted:#6b7068;
  --accent:#335344;
  --cream:#fbf8f1;
  --line:rgba(28,33,28,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}
body[dir="rtl"]{font-family:Arial,Tahoma,sans-serif}
a{color:inherit;text-decoration:none}
.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.nav{position:fixed;top:0;left:0;right:0;z-index:10;height:78px;display:flex;align-items:center;gap:28px;padding:0 4vw;background:rgba(245,241,232,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(28,33,28,.08)}
.brand{display:flex;align-items:center;gap:10px;font-weight:760;font-size:21px;letter-spacing:.02em}
.brand-mark{width:34px;height:34px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-style:italic}
.nav-links{display:flex;gap:28px;margin-left:auto;font-size:14px}
.nav-links a:hover{opacity:.65}
#language{border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 11px}
.hero{height:min(780px,92vh);min-height:610px;position:relative;display:flex;align-items:flex-end;background:
url("https://images.unsplash.com/photo-1445116572660-236099ec97a0?auto=format&fit=crop&w=1800&q=88") center/cover no-repeat}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.62))}
.hero-content{position:relative;color:white;width:min(860px,calc(100% - 40px));margin:0 auto 72px}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;margin:0 0 18px}
.eyebrow.dark{color:#536054}.eyebrow.light{color:#d7ddd6}
h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(48px,8vw,104px);line-height:.92;letter-spacing:-.045em;margin:0 0 26px;max-width:900px}
h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(36px,5vw,64px);line-height:1.04;letter-spacing:-.035em;margin:0}
h3{font-size:22px;margin:0 0 10px}
.hero-copy{font-size:18px;line-height:1.65;max-width:670px;color:rgba(255,255,255,.9)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;border:1px solid transparent;font-weight:700;font-size:14px;cursor:pointer}
.btn.primary{background:var(--accent);color:white}
.btn.ghost{border-color:rgba(255,255,255,.55);color:white;background:rgba(255,255,255,.08)}
.intro{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;padding:110px 0}
.intro>p{font-size:19px;line-height:1.8;color:var(--muted);margin:38px 0 0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:110px}
.feature{background:var(--cream);border:1px solid var(--line);overflow:hidden;border-radius:22px}
.feature-img,.pastry-img{background-size:cover;background-position:center}
.feature-img{height:330px}
.img-coffee{background-image:url("https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?auto=format&fit=crop&w=1000&q=86")}
.img-space{background-image:url("https://images.unsplash.com/photo-1554118811-1e0d58224f24?auto=format&fit=crop&w=1000&q=86")}
.img-people{background-image:url("https://images.unsplash.com/photo-1521017432531-fbd92d768814?auto=format&fit=crop&w=1000&q=86")}
.feature-body{padding:24px 24px 30px}
.feature-body span{display:block;color:#8b9189;font-size:12px;margin-bottom:18px}
.feature-body p{color:var(--muted);line-height:1.6;margin:0}
.pastries{background:#25362e;color:#fff;padding:110px 0}
.pastries h2{max-width:650px}
.pastry-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}
.pastry-cards article{background:#31483d;border-radius:20px;overflow:hidden;padding-bottom:22px}
.pastry-img{height:310px}
.img-semla{background-image:url("https://images.unsplash.com/photo-1555507036-ab1f4038808a?auto=format&fit=crop&w=1000&q=86")}
.img-ost{background-image:url("https://images.unsplash.com/photo-1565958011703-44f9829ba187?auto=format&fit=crop&w=1000&q=86")}
.img-morot{background-image:url("https://images.unsplash.com/photo-1578985545062-69928b1d9587?auto=format&fit=crop&w=1000&q=86")}
.pastry-cards h3,.pastry-cards p{padding-inline:22px}
.pastry-cards h3{margin-top:20px}
.pastry-cards p{margin-bottom:0;color:#d6ded9;line-height:1.6}
.fika-banner{background:#e7dfd0}
.fika-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;padding:100px 0}
.fika-inner>p{font-size:19px;line-height:1.8;color:#5f655e;margin:34px 0 0}
.locations{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding:110px 0}
.locations-copy p:last-child{font-size:18px;line-height:1.75;color:var(--muted)}
.location-list{border-top:1px solid var(--line)}
.location-list div{display:flex;justify-content:space-between;gap:30px;padding:22px 0;border-bottom:1px solid var(--line)}
.location-list span{color:var(--muted);text-align:right}
.loyalty{padding:0 0 110px}
.loyalty-card{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;padding:52px;border:1px solid var(--line);border-radius:24px;background:var(--cream)}
.loyalty-card p:last-child{color:var(--muted);font-size:18px;line-height:1.7;max-width:660px}
.stamp{width:190px;height:190px;border:2px dashed var(--accent);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:22px}
.stamp span{font-family:Georgia,serif;font-size:64px;line-height:1}
.stamp small{margin-top:8px;color:var(--muted)}
.interest{background:#17251f;color:white;padding:100px 0}
.interest-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px}
.interest-inner>div>p:last-child{color:#cad3ce;line-height:1.7;font-size:18px}
.interest-form{display:grid;gap:16px}
.interest-form label{display:grid;gap:8px;font-size:13px;color:#cfd8d3}
.interest-form input{width:100%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:white;border-radius:14px;padding:15px 16px;font-size:16px;outline:none}
.interest-form input::placeholder{color:#93a29a}
.interest-form .btn{justify-self:start}
.form-message{min-height:24px;color:#d8e8df}
.faq{padding:110px 0}
.faq h2{margin-bottom:40px}
details{border-top:1px solid var(--line);padding:20px 0}
details:last-child{border-bottom:1px solid var(--line)}
summary{font-size:19px;font-weight:700;cursor:pointer}
details p{color:var(--muted);line-height:1.7;max-width:760px}
footer{background:#101713;color:#dce4df;padding:50px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.footer-inner p{color:#aebbb4}
@media(max-width:860px){
  .nav{height:68px}.nav-links{display:none}
  .hero{min-height:650px}.hero-content{margin-bottom:48px}
  .intro,.fika-inner,.locations,.interest-inner{grid-template-columns:1fr;gap:30px}
  .feature-grid,.pastry-cards{grid-template-columns:1fr}
  .feature-img,.pastry-img{height:300px}
  .intro,.locations{padding:80px 0}.pastries,.interest,.faq{padding:80px 0}
  .loyalty-card{grid-template-columns:1fr}.stamp{width:150px;height:150px}
}
