:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:#1d2430;background:#f4f1ea}body{margin:0}header{display:flex;justify-content:space-between;align-items:center;padding:16px 6vw;background:#fffdf8cc;backdrop-filter:blur(14px);box-shadow:0 1px 18px #37240c12;position:sticky;top:0;z-index:2}a{color:#925c16;text-decoration:none}.brand{font-weight:900;font-size:25px;color:#222;letter-spacing:-.03em}nav{display:flex;gap:14px;align-items:center}nav form{display:inline}button,.button{background:#1f3d2b;color:white;border:0;border-radius:12px;padding:11px 15px;font-weight:800;cursor:pointer}main{max-width:1180px;margin:0 auto;padding:30px 20px}.hero{background:linear-gradient(135deg,#1f3d2b,#8b5e34);color:white;border-radius:28px;padding:48px;margin-bottom:20px;box-shadow:0 18px 50px #5d3d191c}.hero h1{font-size:44px;line-height:1.02;margin:0 0 12px;max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;opacity:.75}.filters,.form{display:grid;gap:12px;background:#fffdf8;padding:18px;border-radius:20px;box-shadow:0 10px 35px #4b34140f;margin-bottom:24px}.filters{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end}.filters label{font-size:12px;font-weight:800;color:#6f6252}input,select,textarea{font:inherit;padding:12px;border:1px solid #ded4c4;border-radius:12px;background:white;box-sizing:border-box;width:100%}textarea{min-height:130px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px}.card{background:#fffdf8;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #4b341412;transition:.15s transform,.15s box-shadow}.card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #4b341420}.cardlink{display:block;color:inherit}.thumb{height:190px;background:linear-gradient(135deg,#e8dfd2,#c8b79d);display:grid;place-items:center;color:#795b34;font-weight:900}.thumb img{width:100%;height:100%;object-fit:cover}.cardbody{padding:18px}.card h2{margin:0 0 8px;font-size:20px}.price{font-size:24px;font-weight:900;color:#1f3d2b}.facts{color:#675d50}.facts.big{font-size:18px;color:#4c4339}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;margin-bottom:22px}.gallery img,.gallery.empty{width:100%;height:260px;object-fit:cover;border-radius:20px;background:#e8dfd2;display:grid;place-items:center;color:#6f6252}.gallery img:first-child{grid-row:span 2;height:530px}.detail{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}.detail>div,.contact{background:#fffdf8;border-radius:22px;padding:24px;box-shadow:0 10px 35px #4b34140f}.compact{box-shadow:none;padding:0}.contact{position:sticky;top:92px;align-self:start}.oauth{background:#fffdf8;border-radius:20px;padding:16px;box-shadow:0 10px 35px #4b34140f;margin-bottom:14px;display:grid;gap:10px}.oauthbtn{display:block;text-align:center;border:1px solid #ded4c4;border-radius:12px;padding:12px;background:white;color:#222;font-weight:800}.oauthbtn.disabled{opacity:.55;cursor:not-allowed}.muted,.oauth p{color:#756b5e;font-size:14px;margin:0}.notice{background:#fffdf8;border-radius:22px;padding:26px;box-shadow:0 10px 35px #4b34140f}.authform{grid-template-columns:1fr 1fr}.authform select,.authform input[type=email],.authform button{grid-column:1/-1}@media(max-width:900px){.filters,.detail,.authform{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery img:first-child,.gallery img{height:240px}.hero h1{font-size:34px}header{align-items:flex-start;gap:10px}nav{flex-wrap:wrap;justify-content:flex-end}}
.langswitch{display:inline-flex;border:1px solid #ded4c4;border-radius:999px;overflow:hidden;background:white}.langswitch a{padding:6px 9px;font-weight:900;color:#675d50}.langswitch a.active{background:#1f3d2b;color:white}.checks{border:0;padding:0;margin:0;display:grid;gap:7px}.checks legend{font-size:12px;font-weight:900;color:#6f6252;margin-bottom:4px}.check{display:flex;gap:8px;align-items:center;font-size:14px}.check input{width:auto}.adminlinks{display:flex;gap:12px;flex-wrap:wrap}.adminlist{display:grid;gap:10px;padding:0;list-style:none}.adminlist li{background:#fffdf8;border-radius:14px;padding:12px;display:flex;justify-content:space-between;align-items:center}.adminlist form{margin:0}.contenttext{line-height:1.6;white-space:normal}.form h2{margin:0}.form textarea{min-height:160px}

/* Mobile-first polish: dedicated phone navigation and compact search */
.mobilebar{display:none}
@media(max-width:640px){
  body{padding-bottom:84px;background:#f7f2e9}
  header{padding:12px 14px;align-items:center;gap:8px}
  .brand{font-size:22px}
  header>nav{gap:8px;font-size:13px;justify-content:flex-end}
  header>nav>a:not(.button):not(:first-child),header>nav span:not(.langswitch),header>nav form{display:none}
  main{padding:16px 12px;max-width:100%}
  .hero{padding:28px 20px;border-radius:22px;margin-bottom:14px}
  .hero h1{font-size:30px;line-height:1.05}
  .hero p{font-size:15px}
  .filters{grid-template-columns:1fr 1fr;padding:14px;border-radius:18px;gap:10px}
  .filters>select,.filters>.checks,.filters>button{grid-column:1/-1}
  .checks{grid-template-columns:1fr 1fr;background:#faf7f1;border-radius:14px;padding:10px}
  .check{font-size:13px}
  input,select,textarea{font-size:16px;padding:11px;border-radius:12px}
  .grid{grid-template-columns:1fr;gap:12px}
  .card{border-radius:18px}.thumb{height:170px}.cardbody{padding:14px}.card h2{font-size:18px}.price{font-size:21px}
  .gallery{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;margin-left:-12px;margin-right:-12px;padding:0 12px 6px}
  .gallery img,.gallery.empty,.gallery img:first-child{min-width:86%;height:260px;scroll-snap-align:center;border-radius:18px}
  .detail{grid-template-columns:1fr;gap:14px}.detail>div,.contact,.notice{padding:18px;border-radius:18px}.contact{position:static}
  .authform{grid-template-columns:1fr}.oauth{padding:14px}.adminlist li{align-items:flex-start;gap:8px;flex-direction:column}
  .mobilebar{position:fixed;left:10px;right:10px;bottom:10px;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;background:#fffdf8e8;backdrop-filter:blur(16px);border:1px solid #e1d6c5;border-radius:22px;padding:8px;box-shadow:0 12px 36px #2d1a081f;padding-bottom:max(8px,env(safe-area-inset-bottom))}
  .mobilebar a{display:grid;place-items:center;color:#1f3d2b;font-weight:900;font-size:18px}.mobilebar span{font-size:10px;color:#6f6252;margin-top:2px}
}

.authpanel{max-width:520px;margin:0 auto;background:#fffdf8;border-radius:24px;padding:24px;box-shadow:0 10px 35px #4b34140f}.authpanel h1{margin-top:0}.authswitch,.authlinks{text-align:center;color:#756b5e}.authlinks{margin-top:-10px;margin-bottom:8px}.authswitch a,.authlinks a{font-weight:900}

.rentcta{background:#f0eadf;color:#1f3d2b;border:1px solid #ded4c4;border-radius:12px;padding:10px 13px;font-weight:900}.msgbox{position:fixed;right:18px;bottom:18px;z-index:6;width:min(340px,calc(100vw - 28px))}.msgbox details{background:#fffdf8;border:1px solid #ded4c4;border-radius:18px;box-shadow:0 16px 48px #2d1a0826;overflow:hidden}.msgbox summary{cursor:pointer;padding:13px 15px;font-weight:900;color:#1f3d2b}.msgbox ul{list-style:none;margin:0;padding:0;max-height:300px;overflow:auto}.msgbox li{display:grid;gap:4px;padding:12px 15px;border-top:1px solid #eee3d3}.msgbox li a{font-weight:900}.msgbox li span{font-size:13px;color:#675d50}@media(max-width:640px),(pointer:coarse) and (max-width:900px){.msgbox{right:10px;left:10px;bottom:86px;width:auto}.msgbox ul{max-height:220px}.rentcta{display:none}}

.startchoices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0 24px}.choice{display:grid;gap:8px;background:#fffdf8;border:1px solid #ded4c4;border-radius:22px;padding:22px;box-shadow:0 10px 35px #4b34140f;color:#1d2430}.choice b{font-size:24px;color:#1f3d2b}.choice span{color:#675d50}.choice:hover{transform:translateY(-2px);box-shadow:0 16px 40px #4b341420}.states{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.choice.state b{font-size:18px}@media(max-width:640px){.startchoices{grid-template-columns:1fr;gap:12px}.choice{padding:18px;border-radius:18px}.choice b{font-size:21px}}

/* Concept-driven homepage refresh */
.heroHome{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:28px;align-items:stretch;background:radial-gradient(circle at 16% 20%,#f9c46b55,transparent 30%),linear-gradient(135deg,#142b20,#31543b 52%,#8b5e34);overflow:hidden;position:relative}.heroHome:after{content:"";position:absolute;right:-80px;top:-90px;width:260px;height:260px;border-radius:50%;background:#ffffff12}.heroCopy,.heroPanel{position:relative;z-index:1}.heroHome .heroCopy p:not(.eyebrow){font-size:18px;max-width:720px;line-height:1.55;color:#fff7e8}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.button.primary{background:#f7b84b;color:#17251c}.button.ghost{background:#ffffff18;color:white;border:1px solid #ffffff55}.heroPanel{background:#fffdf8;color:#1d2430;border-radius:24px;padding:24px;box-shadow:0 22px 55px #00000026}.heroPanel b{display:block;font-size:20px;margin-bottom:12px;color:#1f3d2b}.heroPanel ul{margin:0;padding-left:20px;display:grid;gap:10px;color:#4f463d;line-height:1.45}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 20px}.stats div{background:#fffdf8;border:1px solid #e5dac9;border-radius:20px;padding:18px;box-shadow:0 10px 35px #4b34140f}.stats b{display:block;font-size:30px;color:#1f3d2b;letter-spacing:-.04em}.stats span{color:#675d50;font-weight:700}.conceptGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:12px 0 24px}.conceptGrid article,.featured,.roadmap{background:#fffdf8;border:1px solid #e5dac9;border-radius:22px;padding:22px;box-shadow:0 10px 35px #4b34140f}.conceptGrid h2{margin:4px 0 10px;font-size:22px;line-height:1.15;color:#1f3d2b}.conceptGrid p{color:#5d5349;line-height:1.55}.featured{margin:0 0 20px;display:grid;gap:10px}.featured h2,.roadmap h2{margin:0 0 8px;color:#1f3d2b}.miniListing{display:grid;grid-template-columns:1fr 1.4fr auto;gap:12px;align-items:center;border:1px solid #eadfcc;border-radius:14px;padding:12px;background:#fbf7ef;color:#1d2430}.miniListing span{font-size:13px;color:#756b5e;font-weight:800}.miniListing b{color:#1f3d2b}.miniListing em{font-style:normal;color:#925c16;font-weight:900}.roadmap{margin:24px 0}.roadmap div{display:flex;flex-wrap:wrap;gap:10px}.roadmap span{background:#f0eadf;border:1px solid #ded4c4;border-radius:999px;padding:9px 12px;font-weight:900;color:#1f3d2b}
@media(max-width:900px){.heroHome,.conceptGrid,.stats{grid-template-columns:1fr}.miniListing{grid-template-columns:1fr}.heroHome .heroCopy p:not(.eyebrow){font-size:16px}}
