:root{
  --orange:#f58220;
  --ink:#151515;
  --text:#3d3d3d;
  --bg:#f7f4f0;
  --footer:#121315;
}

*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg)}
body{font-family:Arial,Helvetica,sans-serif;color:var(--text)}

.page{
  min-height:100svh;
  display:flex;
  flex-direction:column;
  overflow-x:hidden;
}

.hero{
  position:relative;
  flex:1;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:18px 20px 14px;
  background:
    radial-gradient(circle at 50% 10%,rgba(255,255,255,.98),rgba(248,246,243,.97) 58%,rgba(246,242,237,1) 100%);
}

.bg{
  position:absolute;
  pointer-events:none;
  user-select:none;
  object-fit:contain;
}

.bg-left{
  left:0;
  bottom:0;
  width:min(28vw,390px);
  opacity:.85;
}

.bg-right{
  right:0;
  bottom:0;
  width:min(31vw,430px);
  opacity:.88;
}

.content{
  position:relative;
  z-index:2;
  width:min(100%,760px);
  text-align:center;
}

.logo{
  display:block;
  width:clamp(300px,31vw,500px);
  max-width:88vw;
  height:auto;
  margin:0 auto -2px;
}

.top-line{
  display:block;
  width:72px;
  height:2px;
  margin:3px auto 13px;
  border-radius:999px;
  background:var(--orange);
}

h1{
  margin:0;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.4rem,5.2vw,5.5rem);
  font-weight:500;
  line-height:1;
}

.divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:15px auto 18px;
}

.divider span{
  width:clamp(85px,12vw,150px);
  height:1px;
  background:rgba(245,130,32,.34);
}

.divider i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px rgba(245,130,32,.09);
}

.lead{
  width:min(100%,680px);
  margin:0 auto;
  font-size:clamp(1rem,1.35vw,1.16rem);
  line-height:1.55;
}

.lead strong{color:var(--orange)}

.areas{
  margin:21px auto 0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 16px;
  text-transform:uppercase;
  font-size:.85rem;
}

.areas li{
  position:relative;
  padding-right:16px;
}

.areas li:not(:last-child)::after{
  content:"";
  position:absolute;
  top:50%;
  right:0;
  width:1px;
  height:16px;
  transform:translateY(-50%);
  background:rgba(245,130,32,.72);
}

.contact{
  width:min(100%,500px);
  margin:23px auto 0;
  padding:13px 16px;
  border:1px solid rgba(245,130,32,.34);
  border-radius:14px;
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.74);
  text-decoration:none;
  color:inherit;
  box-shadow:0 10px 28px rgba(0,0,0,.05);
}

.mail{
  width:52px;
  height:52px;
  min-width:52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(245,130,32,.09);
  color:var(--orange);
  font-size:23px;
}

.contact span:last-child{
  display:block;
  text-align:left;
}

.contact b{
  display:block;
  color:#1a1a1a;
  font-size:1rem;
  margin-bottom:4px;
}

.contact em{
  display:block;
  color:var(--orange);
  font-style:normal;
  font-size:1.15rem;
  font-weight:800;
  word-break:break-word;
}

.footer{
  flex:0 0 auto;
  color:#fff;
  background:linear-gradient(180deg,#18191c,#111214);
  border-top:3px solid var(--orange);
  padding:12px 18px 10px;
}

.footer-grid{
  width:min(100%,1240px);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.footer article{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:11px;
  min-height:80px;
  padding:8px 16px;
}

.footer article:not(:last-child){
  border-right:1px solid rgba(255,255,255,.12);
}

.icon{
  color:var(--orange);
  font-size:23px;
  line-height:1;
}

.footer h2{
  margin:0 0 5px;
  font-size:.97rem;
  text-transform:uppercase;
}

.footer p{
  margin:0;
  color:rgba(255,255,255,.77);
  font-size:.79rem;
  line-height:1.42;
}

.copyright{
  text-align:center;
  margin:6px auto 0 !important;
  font-size:.72rem !important;
}

/* Desktop: page fully framed without vertical scrolling */
@media (min-width:901px){
  html,body{
    height:100%;
    overflow:hidden;
  }

  .page{
    height:100svh;
  }

  @media (max-height:820px){
    .hero{padding-top:10px;padding-bottom:8px}
    .logo{width:clamp(270px,24vw,390px)}
    h1{font-size:clamp(3rem,4.5vw,4.6rem)}
    .divider{margin:12px auto 14px}
    .lead{font-size:.95rem;line-height:1.43}
    .areas{margin-top:15px;font-size:.78rem}
    .contact{margin-top:16px;padding:10px 13px}
    .mail{width:44px;height:44px;min-width:44px;font-size:19px}
    .contact b{font-size:.91rem}
    .contact em{font-size:1rem}
    .footer{padding-top:8px;padding-bottom:7px}
    .footer article{min-height:66px;padding-top:6px;padding-bottom:5px}
    .footer h2{font-size:.87rem}
    .footer p{font-size:.70rem}
    .copyright{font-size:.66rem !important}
  }
}

/* Tablet */
@media (max-width:900px){
  .hero{
    align-items:flex-start;
    overflow:visible;
    padding:22px 16px 20px;
  }

  .content{
    width:min(100%,620px);
  }

  .logo{
    width:min(430px,76vw);
  }

  .bg-left{
    width:38vw;
    opacity:.34;
  }

  .bg-right{
    width:42vw;
    opacity:.34;
  }

  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .footer article:nth-child(2){
    border-right:none;
  }

  .footer article:nth-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.12);
  }
}

/* Mobile */
@media (max-width:640px){
  .hero{
    padding:18px 14px 17px;
  }

  .content{
    max-width:460px;
  }

  .logo{
    width:min(335px,84vw);
    margin-bottom:0;
  }

  .top-line{
    margin-top:0;
    margin-bottom:10px;
    width:58px;
  }

  h1{
    font-size:clamp(3rem,13vw,4.15rem);
  }

  .divider{
    margin:12px auto 14px;
    gap:9px;
  }

  .divider span{
    width:25vw;
  }

  .lead{
    max-width:390px;
    font-size:.98rem;
    line-height:1.47;
  }

  .areas{
    width:min(100%,370px);
    margin-top:17px;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px 10px;
    font-size:.76rem;
  }

  .areas li{
    padding:7px 5px;
    border:1px solid rgba(245,130,32,.18);
    border-radius:8px;
    background:rgba(255,255,255,.48);
  }

  .areas li::after{
    display:none !important;
  }

  .contact{
    width:min(100%,390px);
    margin-top:17px;
    padding:12px 13px;
    gap:11px;
  }

  .mail{
    width:44px;
    height:44px;
    min-width:44px;
    font-size:19px;
  }

  .contact b{
    font-size:.90rem;
  }

  .contact em{
    font-size:1rem;
  }

  .bg-left{
    width:48vw;
    opacity:.18;
  }

  .bg-right{
    width:52vw;
    opacity:.18;
  }

  .footer{
    padding:10px 12px 9px;
  }

  .footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0;
  }

  .footer article{
    min-height:112px;
    grid-template-columns:26px 1fr;
    gap:8px;
    padding:10px 8px;
  }

  .footer article:nth-child(odd){
    border-right:1px solid rgba(255,255,255,.12);
  }

  .footer article:nth-child(even){
    border-right:none;
  }

  .footer article:nth-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .icon{
    font-size:19px;
  }

  .footer h2{
    font-size:.84rem;
  }

  .footer p{
    font-size:.71rem;
    line-height:1.38;
  }

  .copyright{
    margin-top:7px !important;
    font-size:.64rem !important;
    line-height:1.4;
  }
}

@media (max-width:360px){
  .logo{
    width:min(300px,88vw);
  }

  .areas{
    font-size:.71rem;
  }

  .contact em{
    font-size:.92rem;
  }

  .footer article{
    min-height:120px;
    padding-left:6px;
    padding-right:6px;
  }
}
