
:root{
  --paper:#f5f2eb;
  --ink:#151515;
  --muted:#6f6b64;
  --line:#d7d1c6;
  --blue:#1e57d8;
  --yellow:#ffd633;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif;line-height:1.5}
a{text-decoration:none;color:inherit}
.shell{width:min(1240px,calc(100% - 40px));margin:auto}

.header{position:sticky;top:0;z-index:50;background:rgba(245,242,235,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header__inner{height:78px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:14px;font-size:12px;font-weight:900;letter-spacing:.09em}
.logo__mark{display:grid;width:38px;height:38px;border-radius:50%;overflow:hidden}
.logo__mark i{background:var(--blue)}
.logo__mark b{background:var(--yellow)}
.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:750}
.nav__contact{padding:12px 17px;background:var(--ink);color:var(--white)}

.hero{padding:88px 0 96px}
.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:72px;align-items:center}
.eyebrow{margin:0 0 18px;font-size:11px;font-weight:900;letter-spacing:.18em}
.hero h1{font-family:Georgia,serif;font-size:clamp(70px,9vw,122px);font-weight:500;letter-spacing:-.055em;line-height:.9;margin:0}
.hero__lead{font-family:Georgia,serif;font-size:31px;line-height:1.2;max-width:760px;margin:28px 0;color:#2d2b28}
.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.button{min-height:60px;padding:0 22px;display:inline-flex;align-items:center;justify-content:space-between;gap:34px;border:1px solid var(--ink);font-weight:850}
.button--dark{background:var(--ink);color:#fff}
.button--light{background:transparent}
.button span{font-size:22px}
.hero__meta{display:flex;gap:24px;flex-wrap:wrap;margin-top:26px;color:var(--muted);font-size:13px}
.hero__meta span:before{content:"•";color:var(--blue);margin-right:8px}

.hero__visual{position:relative;min-height:620px;background:#d8d3c9;overflow:hidden}
.hero__visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.52),transparent 45%)}
.hero__visual-caption{position:absolute;left:30px;right:30px;bottom:28px;z-index:2;color:#fff}
.hero__visual-caption span{display:block;font-family:Georgia,serif;font-size:34px}
.hero__visual-caption small{font-size:13px;opacity:.8}

.services{padding:104px 0;background:#fff}
.section-heading{max-width:840px;margin-bottom:46px}
.section-heading h2,.trust h2,.final h2{font-family:Georgia,serif;font-size:clamp(48px,6vw,78px);font-weight:500;line-height:1;letter-spacing:-.045em;margin:0}
.section-heading p:last-child{font-size:18px;color:var(--muted);max-width:720px}

.service-list{border-top:1px solid var(--ink)}
.service{display:grid;grid-template-columns:76px 1fr 32px;gap:20px;align-items:center;min-height:90px;border-bottom:1px solid var(--line);transition:.22s}
.service:hover{background:var(--ink);color:#fff;padding:0 22px}
.service span{font-size:11px;font-weight:900;letter-spacing:.13em;color:var(--blue)}
.service:hover span{color:var(--yellow)}
.service strong{font-family:Georgia,serif;font-size:28px;font-weight:500}
.service i{font-style:normal;font-size:25px}

.other-case{margin-top:32px;padding:26px 28px;display:grid;grid-template-columns:1fr auto 34px;gap:28px;align-items:center;background:var(--yellow)}
.other-case small{display:block;font-size:10px;letter-spacing:.16em;font-weight:900}
.other-case strong{display:block;font-family:Georgia,serif;font-size:29px;font-weight:500;margin-top:4px}
.other-case b{font-size:20px}
.other-case i{font-style:normal;font-size:30px}

.trust{padding:100px 0}
.trust__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.trust__content{padding-left:44px;border-left:1px solid var(--ink)}
.stars{color:var(--blue);font-size:23px;letter-spacing:.13em}
.trust__content p{font-family:Georgia,serif;font-size:30px;line-height:1.25;margin:24px 0}
.trust__content a{display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid var(--ink);font-weight:850}

.final{padding:92px 0;background:var(--ink);color:#fff}
.final__grid{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center}
.eyebrow--light{color:#fff}
.final__contact{padding:28px 30px;background:var(--yellow);color:var(--ink);display:grid;grid-template-columns:1fr auto;gap:5px 20px}
.final__contact small{font-size:10px;letter-spacing:.18em;font-weight:900}
.final__contact strong{font-size:31px}
.final__contact i{grid-column:2;grid-row:1/3;font-style:normal;font-size:35px;align-self:center}

.footer{padding:26px 0;background:#090909;color:#929292;font-size:12px}
.footer__inner{display:flex;justify-content:space-between;gap:24px}

@media(max-width:980px){
  .hero__grid,.trust__grid,.final__grid{grid-template-columns:1fr}
  .hero__visual{min-height:480px}
}
@media(max-width:720px){
  .nav a:not(.nav__contact){display:none}
  .logo span:last-child{display:none}
  .hero{padding-top:58px}
  .hero h1{font-size:72px}
  .hero__lead{font-size:24px}
  .button{width:100%}
  .hero__visual{min-height:360px}
  .service{grid-template-columns:48px 1fr 28px;min-height:82px}
  .service strong{font-size:22px}
  .other-case{grid-template-columns:1fr 28px}
  .other-case b{grid-column:1;font-size:17px}
  .other-case i{grid-column:2;grid-row:1/3}
  .trust__content{border-left:0;border-top:1px solid var(--ink);padding:28px 0 0}
  .final__contact strong{font-size:23px}
  .footer__inner{flex-direction:column}
}

/* V6 FIX: заголовки без зайвих переносів + адаптація + зрозумілий блок виїзду */
.section-heading h2{
  white-space:nowrap;
  font-size:clamp(42px,4.6vw,70px);
}

.hero h1{
  white-space:nowrap;
}

.hero__visual{
  isolation:isolate;
}

.hero__visual:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,.06) 48%,rgba(255,255,255,.02)),
    linear-gradient(90deg,rgba(0,0,0,.08),transparent 55%);
  pointer-events:none;
}

.hero__visual img{
  z-index:0;
}

.hero__visual-caption{
  z-index:4;
}

.travel-chip{
  position:absolute;
  z-index:4;
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 15px;
  border-radius:14px;
  background:rgba(255,255,255,.94);
  color:#151515;
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  backdrop-filter:blur(10px);
}

.travel-chip small{
  display:block;
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
  color:#777168;
}

.travel-chip strong{
  display:block;
  margin-top:2px;
  font-size:14px;
  line-height:1.15;
}

.travel-chip--top{
  top:24px;
  left:24px;
}

.travel-chip--bottom{
  right:24px;
  bottom:104px;
  background:var(--yellow);
}

.travel-chip__flag{
  display:grid;
  width:38px;
  height:38px;
  overflow:hidden;
  border-radius:10px;
  flex:0 0 auto;
}

.travel-chip__flag i{background:var(--blue)}
.travel-chip__flag b{background:var(--yellow)}

.travel-chip__icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#151515;
  color:#fff;
  font-size:20px;
  flex:0 0 auto;
}

@media(max-width:1180px){
  .section-heading h2{
    white-space:normal;
    max-width:900px;
  }
}

@media(max-width:980px){
  .hero h1{
    white-space:normal;
    font-size:clamp(64px,10vw,92px);
  }

  .section-heading h2{
    white-space:normal;
    font-size:clamp(42px,7vw,64px);
  }

  .hero__grid{
    gap:48px;
  }
}

@media(max-width:720px){
  .hero{
    padding-top:52px;
  }

  .hero h1{
    white-space:normal;
    font-size:clamp(52px,16vw,72px);
    line-height:.94;
  }

  .hero__lead{
    font-size:22px;
    max-width:100%;
  }

  .hero__visual{
    min-height:430px;
  }

  .hero__visual img{
    object-position:center;
  }

  .travel-chip{
    max-width:calc(100% - 36px);
    padding:11px 12px;
  }

  .travel-chip--top{
    top:18px;
    left:18px;
  }

  .travel-chip--bottom{
    right:18px;
    bottom:92px;
  }

  .travel-chip strong{
    font-size:13px;
  }

  .hero__visual-caption{
    left:20px;
    right:20px;
    bottom:22px;
  }

  .hero__visual-caption span{
    font-size:28px;
  }

  .section-heading h2{
    white-space:normal;
    font-size:clamp(38px,12vw,54px);
    line-height:1.02;
  }

  .section-heading p:last-child{
    font-size:16px;
  }
}

@media(max-width:430px){
  .hero h1{
    font-size:48px;
  }

  .hero__lead{
    font-size:20px;
  }

  .hero__visual{
    min-height:390px;
  }

  .travel-chip--bottom{
    left:18px;
    right:auto;
    bottom:96px;
  }

  .travel-chip__flag,
  .travel-chip__icon{
    width:34px;
    height:34px;
  }

  .service strong{
    font-size:20px;
  }
}
