
:root{
  --bg:#f6f3ee;
  --ink:#111316;
  --muted:#686d73;
  --line:#dad8d3;
  --panel:#ffffff;
  --dark:#101216;
  --red:#d91f2a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.shell{width:min(1180px,92%);margin:auto}

.topbar{position:sticky;top:0;z-index:40;background:rgba(246,243,238,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(17,19,22,.08)}
.nav{height:70px;display:flex;align-items:center;gap:28px}
.brand{font-weight:900;letter-spacing:.08em}
.nav nav{margin-left:auto;display:flex;gap:24px}
.nav nav a{font-size:13px;color:#4d5258}
.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-weight:800;border-radius:10px;padding:14px 20px;box-shadow:0 10px 24px rgba(217,31,42,.18)}
.btn.small{padding:11px 16px;font-size:13px}
.btn.big{padding:16px 24px}

.hero{padding:64px 0 44px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:64px;align-items:center}
.eyebrow{color:var(--red);font-size:11px;font-weight:900;letter-spacing:.26em;margin-bottom:16px}
.hero h1{font-size:clamp(48px,6.4vw,82px);line-height:.93;letter-spacing:-.045em;margin:0 0 22px}
.hero h1 span{color:var(--red)}
.lead{font-size:19px;max-width:670px;color:#4d5258;margin:0 0 24px}
.hero-actions{display:flex;align-items:center;gap:22px;margin-bottom:34px}
.text-link{font-weight:800}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:660px}
.trust-row div{padding:16px 0;border-top:1px solid var(--line)}
.trust-row strong{display:block;font-size:18px}
.trust-row span{font-size:12px;color:#73777d}

.hero-photo{position:relative}
.photo-frame{background:#e7e4de;border-radius:28px;overflow:hidden;box-shadow:0 28px 70px rgba(26,26,26,.16)}
.photo-frame img{width:100%;height:680px;object-fit:cover;object-position:center 22%}

.models{padding:80px 0;background:var(--dark);color:#fff}
.section-head{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:end;margin-bottom:30px}
.section-head h2{font-size:clamp(34px,4.2vw,56px);line-height:1.02;margin:0}
.section-head p{margin:0;color:#b9bec5}
.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.model-card{background:#171a1f;border:1px solid #2a2f36;border-radius:18px;padding:26px;min-height:250px;display:flex;flex-direction:column;transition:.2s ease}
.model-card:hover{transform:translateY(-3px);border-color:#4a5058;background:#1b1f24}
.model-kicker{font-size:10px;letter-spacing:.22em;color:#ff4a54;font-weight:900}
.model-card h3{font-size:42px;margin:12px 0 8px}
.model-card p{color:#adb4bd;margin:0;max-width:260px}
.model-card span{margin-top:auto;font-weight:800;color:#fff}

.help{padding:72px 0}
.help-box{background:#fff;border:1px solid var(--line);border-radius:22px;padding:34px;display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;box-shadow:0 20px 55px rgba(17,19,22,.06)}
.help-box h2{font-size:40px;line-height:1.05;margin:0 0 10px}
.help-box p{margin:0;color:#62676d;max-width:700px}

footer{padding:24px 0 38px}
.footer-row{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--line);padding-top:20px;color:#777b80;font-size:12px}

@media(max-width:900px){
  .nav nav{display:none}
  .hero-grid,.section-head,.help-box{grid-template-columns:1fr}
  .hero-grid{gap:30px}
  .hero-photo{order:-1}
  .photo-frame img{height:520px}
  .model-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .shell{width:calc(100% - 24px)}
  .nav{height:auto;padding:12px 0;flex-wrap:wrap}
  .brand{width:100%;text-align:center}
  .nav>.btn{width:100%}
  .hero{padding-top:24px}
  .hero h1{font-size:46px}
  .lead{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{text-align:center;width:100%}
  .text-link{text-align:center}
  .trust-row{grid-template-columns:1fr}
  .photo-frame img{height:440px}
  .section-head{gap:16px}
  .models{padding:58px 0}
  .help-box{padding:24px}
  .help-box h2{font-size:32px}
  .help-box .btn{width:100%}
  .footer-row{flex-direction:column}
}


/* LOCATION SECTION */
.location{
  padding:72px 0 18px;
  background:var(--bg);
}
.location-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:48px;
  align-items:end;
  margin-bottom:24px;
}
.location-head h2{
  font-size:clamp(34px,4.2vw,54px);
  line-height:1.03;
  margin:0;
}
.location-head p{
  margin:0;
  color:#666b71;
  font-size:16px;
}
.map-card{
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 22px 55px rgba(17,19,22,.08);
}
.map-card iframe{
  display:block;
  width:100%;
  height:440px;
  border:0;
}
.location-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:20px 4px 0;
}
.location-copy strong,
.location-copy span{
  display:block;
}
.location-copy strong{
  font-size:18px;
  margin-bottom:4px;
}
.location-copy span{
  color:#6b7076;
  font-size:13px;
}
.map-btn{
  white-space:nowrap;
}
@media(max-width:900px){
  .location-head{
    grid-template-columns:1fr;
    gap:12px;
  }
  .map-card iframe{
    height:360px;
  }
  .location-actions{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:560px){
  .location{
    padding-top:54px;
  }
  .map-card iframe{
    height:320px;
  }
  .map-btn{
    width:100%;
  }
}
