:root{--bg:#fbf8f3;--warm:#f3ece2;--card:#fff;--sage:#e3ebe4;--line:rgba(45,45,45,.1);--muted:#6b6660;--r:22px;--terra:#c7784f}
body{background:var(--bg);font-size:17px}
.h2{font-weight:800;font-size:clamp(2rem,3.8vw,3rem);line-height:1.12;letter-spacing:-.02em;color:#1f2a24}
.sec{padding:clamp(72px,9vw,120px) 0}
.sec--warm{background:var(--warm)}
.sec__head{margin-bottom:clamp(36px,5vw,56px);max-width:640px}
.sec__head p{margin-top:14px;color:var(--muted);font-size:1.08rem}
.sec__head--c{text-align:center;margin-left:auto;margin-right:auto}
.sec__head--row{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;gap:30px;flex-wrap:wrap}
.sec__head--row>div{max-width:640px}

.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;border-radius:999px;background:var(--green);color:#fff;text-decoration:none;font-weight:800;font-size:.98rem;border:0;box-shadow:0 8px 20px rgba(17,66,50,.2);transition:transform .2s,box-shadow .2s,background .2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(17,66,50,.26)}
.btn .ico{width:18px;height:18px}
.btn--soft{background:var(--card);color:#1f2a24;box-shadow:0 0 0 1px var(--line)}
.btn--soft:hover{box-shadow:0 0 0 1px var(--green),0 10px 20px rgba(0,0,0,.06)}
.btn--sm{padding:12px 22px;font-size:.9rem}
.chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:var(--sage);color:var(--green);font-weight:800;font-size:.86rem}
.chip .ico{width:16px;height:16px}
.stars{display:inline-flex;gap:2px;color:#e0a526}
.stars .ico{width:16px;height:16px;fill:currentColor;stroke:none}

.hd{position:sticky;top:0;z-index:50;background:rgba(251,248,243,.92);backdrop-filter:blur(10px)}
.hd.is-scrolled{box-shadow:0 1px 0 var(--line),0 8px 24px rgba(0,0,0,.04)}
.hd__in{display:flex;align-items:center;gap:28px;height:82px}
.hd__logo{text-decoration:none;font-size:14px;margin-right:auto}
.hd__nav{display:flex;gap:2px}
.hd__nav a{white-space:nowrap;text-decoration:none;font-weight:700;font-size:.92rem;padding:9px 11px;border-radius:999px;transition:background .2s}
.hd__nav a:hover{background:var(--sage)}

.hero{padding:clamp(30px,4vw,56px) 0 clamp(70px,8vw,110px)}
.hero__grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(40px,6vw,80px);align-items:center}
.hero__txt{display:flex;flex-direction:column;align-items:flex-start;gap:24px}
.hero__t{font-weight:800;font-size:clamp(2.6rem,5.4vw,4.4rem);line-height:1.04;letter-spacing:-.03em;color:#1f2a24}
.hero__sub{font-size:1.2rem;color:var(--muted);max-width:480px}
.hero__cta{display:flex;gap:12px;flex-wrap:wrap}
.hero__ticks{display:flex;flex-direction:column;gap:10px;margin-top:6px}
.hero__ticks li{position:relative;padding-left:32px;font-weight:700;color:#35403a}
.hero__ticks li::before{content:"";position:absolute;left:0;top:3px;width:20px;height:20px;border-radius:50%;background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 12 4 4 8-8'/%3E%3C/svg%3E") center/12px no-repeat}
.hero__collage{position:relative;display:grid;grid-template-columns:1.25fr 1fr;grid-template-rows:1fr 1fr;gap:16px;height:clamp(420px,46vw,600px)}
.hc{overflow:hidden;border-radius:var(--r);background:var(--warm)}
.hc img{width:100%;height:100%;object-fit:cover}
.hc--a{grid-row:span 2;border-radius:200px 200px var(--r) var(--r)}
.hero__rate{position:absolute;left:-28px;bottom:36px;background:var(--card);border-radius:18px;padding:16px 20px;box-shadow:0 18px 40px rgba(0,0,0,.12);display:flex;flex-direction:column;gap:4px;max-width:250px}
.hero__rate b{font-size:1.02rem;color:#1f2a24}
.hero__rate small{color:var(--muted);font-size:.82rem}

.rooms__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.room{background:var(--card);border-radius:var(--r);padding:30px 22px;display:flex;flex-direction:column;align-items:flex-start;gap:18px;box-shadow:0 0 0 1px var(--line);transition:transform .25s,box-shadow .25s}
.room:hover{transform:translateY(-4px);box-shadow:0 0 0 1px var(--green),0 16px 30px rgba(0,0,0,.06)}
.room__ico{width:60px;height:60px;border-radius:18px;background:var(--sage);color:var(--green);display:flex;align-items:center;justify-content:center}
.room__ico .ico{width:30px;height:30px}
.room h3{font-size:1.1rem;font-weight:800;color:#1f2a24;line-height:1.25}
.svc{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 40px;margin-top:clamp(48px,6vw,72px);padding-top:clamp(40px,5vw,56px);border-top:1px dashed rgba(0,0,0,.14)}
.svc__item{display:flex;gap:16px;align-items:flex-start}
.svc__ico{flex:none;width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center}
.svc__ico .ico{width:22px;height:22px}
.svc__item h3{font-size:1.05rem;font-weight:800;color:#1f2a24;margin-bottom:4px;line-height:1.3}
.svc__item p{color:var(--muted);font-size:.95rem}

.car__btns{display:flex;gap:10px}
.car__btns button{width:52px;height:52px;border-radius:50%;border:0;background:var(--card);box-shadow:0 0 0 1px var(--line);display:inline-flex;align-items:center;justify-content:center;transition:background .2s,color .2s}
.car__btns button:hover{background:var(--green);color:#fff}
.car{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px clamp(16px,4vw,48px) 20px;scrollbar-width:none}
.car::-webkit-scrollbar{display:none}
@media (hover:hover) and (pointer:fine){.car{cursor:grab}}
.car.is-drag{cursor:grabbing;scroll-snap-type:none;user-select:none}
.car.is-drag .car__item{pointer-events:none}
.car.is-drag .car__item img{transform:none}
.car__item{flex:0 0 clamp(270px,34vw,440px);aspect-ratio:4/5;position:relative;border-radius:var(--r);overflow:hidden;scroll-snap-align:center;text-decoration:none;background:var(--bg)}
.car__item img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.car__item:hover img{transform:scale(1.05)}
.car__item .proj__cap{position:absolute;left:14px;bottom:14px;display:flex;align-items:center;gap:8px;padding:9px 16px 9px 9px;border-radius:999px;background:rgba(255,255,255,.95);font-weight:800;font-size:.88rem}
.car__item .proj__cap b{width:30px;height:30px;border-radius:50%;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem}

.steps__list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.steps__list li{background:var(--card);border-radius:var(--r);padding:30px 28px;box-shadow:0 0 0 1px var(--line);display:flex;flex-direction:column;gap:10px}
.steps__n{width:44px;height:44px;border-radius:14px;background:var(--sage);color:var(--green);font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-bottom:6px}
.steps__list li:nth-child(6) .steps__n{background:var(--green);color:#fff}
.steps__list h3{font-size:1.15rem;font-weight:800;color:#1f2a24}
.steps__list p{color:var(--muted);font-size:.96rem}

.about__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(40px,6vw,90px);align-items:center}
.about__img{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:4/5}
.about__img img{width:100%;height:100%;object-fit:cover;object-position:center 22%}
.about__tag{position:absolute;left:16px;bottom:16px;padding:9px 16px;border-radius:999px;background:rgba(255,255,255,.95);font-weight:800;font-size:.88rem}
.about__txt{display:flex;flex-direction:column;gap:18px}
.about__txt>p{color:var(--muted);font-size:1.06rem}
.about__txt strong{color:#1f2a24}
.badges{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
.badge{display:flex;flex-direction:column;gap:14px;padding:12px 12px 18px;background:var(--card);border-radius:18px;box-shadow:0 0 0 1px var(--line);text-decoration:none;transition:box-shadow .2s,transform .2s}
.badge:hover{box-shadow:0 0 0 1px var(--green),0 14px 30px rgba(0,0,0,.08);transform:translateY(-3px)}
.badge img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;background:var(--bg);border-radius:12px;padding:8px}
.badge span{display:flex;flex-direction:column;gap:4px;padding:0 6px;font-size:.86rem;line-height:1.4;color:var(--muted)}
.badge b{color:#1f2a24;font-size:1.02rem;line-height:1.3}
@media (max-width:640px){.badges{grid-template-columns:1fr}}

.rev__grid{columns:3;column-gap:18px}
.rev__card{break-inside:avoid;margin-bottom:18px;background:var(--card);border-radius:var(--r);padding:28px;box-shadow:0 0 0 1px var(--line);display:flex;flex-direction:column;gap:14px}
.rev__card blockquote{display:flex;flex-direction:column;gap:10px;color:#35403a}
.rev__card figcaption{display:flex;align-items:center;gap:12px;margin-top:6px}
.rev__av{width:44px;height:44px;border-radius:50%;background:var(--sage);color:var(--green);font-weight:800;display:flex;align-items:center;justify-content:center;flex:none}
.rev__card figcaption>span:last-child{display:flex;flex-direction:column;line-height:1.3}
.rev__card small{color:var(--muted)}


.duk__grid{display:grid;grid-template-columns:5fr 7fr;gap:clamp(40px,6vw,90px);align-items:start}
.duk__head{display:flex;flex-direction:column;gap:16px;position:sticky;top:110px}
.duk__head>p{color:var(--muted)}
.duk__head a{color:var(--green);font-weight:800}
.faq{display:flex;flex-direction:column;gap:12px}
.faq details{background:var(--card);border:0;border-radius:18px;box-shadow:0 0 0 1px var(--line);padding:0 24px}
.faq details[open]{box-shadow:0 0 0 1.5px var(--green)}
.faq summary{padding:20px 0;color:#1f2a24}
.faq__ico{width:30px;height:30px;padding:6px;border-radius:50%;background:var(--sage);color:var(--green)}
.faq details p{color:var(--muted)}
.press{margin-top:20px;display:flex;flex-direction:column;gap:12px;padding-top:24px;border-top:1px dashed rgba(0,0,0,.14)}
.press__lbl{font-weight:800;color:#1f2a24}
.press a{display:flex;flex-direction:column;text-decoration:none;font-size:.95rem;color:var(--muted)}
.press a b{color:var(--green);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}
.press a:hover span{color:#1f2a24;text-decoration:underline}

.ct__card{display:grid;grid-template-columns:1fr 1.2fr;background:var(--green);color:#e6efe9;border-radius:32px;overflow:hidden}
.ct__info{padding:clamp(32px,5vw,64px);display:flex;flex-direction:column;gap:20px}
.ct__info .h2{color:#fff}
.ct__info>p{opacity:.85;font-size:1.08rem}
.ct__list{display:flex;flex-direction:column;gap:14px;margin:6px 0 10px}
.ct__list li{display:flex;align-items:center;gap:14px;font-weight:700;color:#fff}
.ct__list li>span{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex:none}
.ct__list a{text-decoration:none}
.ct__list li>span.ct__addr{width:auto;height:auto;border-radius:0;background:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;white-space:nowrap;line-height:1.35}
.ct__addr small{font-size:.74rem;font-weight:700;letter-spacing:.06em;opacity:.7}
.ct__info .socials{color:#fff}
.ct__form{background:var(--card);color:#2d2d2d;padding:clamp(28px,4vw,52px);margin:10px;border-radius:24px}
.ct__form h3{font-weight:800;font-size:1.4rem;color:#1f2a24;margin-bottom:22px}
.ct__form .form input,.ct__form .form textarea{border-radius:14px;background:var(--bg);border-color:var(--line)}
.ct__form .btn{box-shadow:none}
.ct__map{margin-top:24px;border-radius:32px;overflow:hidden}

.ft{padding:64px 0 110px;border-top:1px solid var(--line)}
.ft__grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:48px;padding-bottom:40px}
.ft__brand{display:flex;flex-direction:column;gap:20px;max-width:380px;color:var(--muted)}
.ft__brand .bb-logo{font-size:13px}
.ft__nav,.ft__ct{display:flex;flex-direction:column;gap:10px;font-weight:700}
.ft__nav a,.ft__ct a{text-decoration:none}
.ft__nav a:hover,.ft__ct a:hover{color:var(--green)}
.ft__ct span{color:var(--muted);font-weight:400}
.ft__bot{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding-top:24px;border-top:1px solid var(--line);font-size:.86rem;color:var(--muted)}

.rl{padding:0 0 clamp(40px,5vw,70px)}
.rl__box{display:grid;grid-template-columns:4fr 8fr;gap:clamp(30px,4vw,60px);align-items:center;background:var(--card);border-radius:32px;padding:clamp(24px,3.5vw,48px);box-shadow:0 0 0 1px var(--line),0 30px 60px rgba(0,0,0,.05);position:relative}
.rl__box::before{content:"";position:absolute;inset:0;border-radius:32px;padding:2px;background:var(--ig);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.rl__head{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.rl__head>p{color:var(--muted)}
.rl__prof{display:flex;align-items:center;gap:12px}
.rl__prof b{display:block;color:#1f2a24}
.rl__prof small{color:var(--muted);font-size:.82rem}
.rl__ring{width:58px;height:58px;border-radius:50%;padding:3px;background:var(--ig);display:flex}
.rl__ring .bb-mark{width:100%;height:100%;background:#fff;border-radius:50%;padding:3px;color:var(--logo);--knock:#fff}
.rl__grid{grid-template-columns:repeat(3,1fr);gap:12px}
.rl__grid .reel{border-radius:18px}
@media (max-width:980px){
  .rl__box{grid-template-columns:1fr}
}

@media (max-width:1440px){
  .hd__cta{display:none}
}
@media (max-width:1100px){
  .hd__nav a{padding:9px 7px;font-size:.86rem}
  .rooms__grid{grid-template-columns:repeat(3,1fr)}
  .svc{grid-template-columns:1fr 1fr}
  .rev__grid{columns:2}
}
@media (max-width:980px){
  .hd__in{height:70px;gap:14px}
  .hd__nav{position:fixed;left:12px;right:12px;top:78px;flex-direction:column;gap:2px;padding:12px;background:var(--card);border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.25s}
  .hd__nav a{padding:14px 16px}
  .nav-open .hd__nav{opacity:1;visibility:visible;transform:none}
  .burger{display:block}
  .hero__grid,.about__grid,.duk__grid,.ct__card{grid-template-columns:1fr}
  .hero__collage{height:auto;grid-template-rows:230px 230px}
  .hero__rate{left:12px;bottom:12px}
  .duk__head{position:static}
  .steps__list{grid-template-columns:1fr 1fr}
  .ft__grid{grid-template-columns:1fr 1fr}
  .ft__brand{grid-column:1/-1}
}
@media (max-width:640px){
  body{font-size:16px}
  .hd__logo{font-size:12px}
  .hd__cta{display:none}
  .hero__t{font-size:2.5rem}
  .hero__collage{grid-template-rows:170px 170px;gap:10px}
  .hero__rate{position:relative;left:auto;bottom:auto;grid-column:1/-1;max-width:none;margin-top:4px}
  .rooms__grid{grid-template-columns:1fr 1fr;gap:10px}
  .room{padding:20px 16px;gap:12px}
  .room__ico{width:48px;height:48px;border-radius:14px}
  .svc{grid-template-columns:1fr}
  .steps__list{grid-template-columns:1fr}
  .rev__grid{columns:1}
  .car__item{flex-basis:78vw}
  .ct__card{border-radius:24px}
  .ct__form{margin:6px;padding:22px}
  .ct__map{border-radius:24px}
  .map{height:300px}
  .ft__grid{grid-template-columns:1fr}
}
