:root{
  --bg:#fffaf2;
  --paper:#ffffff;
  --paper2:#fff3df;
  --stroke:rgba(15,23,42,.10);

  --text:#1f2937;
  --muted:#475569;

  --sun:#ffb000;
  --orange:#ff7a00;
  --green:#2bb673;
  --mint:#dff7ea;

  --shadow: 0 18px 50px rgba(15,23,42,.12);
  --shadow2: 0 10px 26px rgba(15,23,42,.10);

  --r: 22px;
  --r2: 16px;
  --max: 1140px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  color:var(--text);
  background:
    radial-gradient(900px 450px at 12% -10%, rgba(255,176,0,.22), transparent 55%),
    radial-gradient(900px 520px at 88% 0%, rgba(43,182,115,.18), transparent 55%),
    radial-gradient(900px 520px at 60% 110%, rgba(255,122,0,.14), transparent 60%),
    linear-gradient(180deg, #fffaf2 0%, #fff7ec 40%, #ffffff 100%);
  overflow-x:hidden;
}

a{color:inherit}
.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto;}

header{
  position:sticky; top:0; z-index:20;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--stroke);
}

.topbar{
  display:flex; align-items:center; gap:14px; justify-content:space-between;
  padding:14px 0;
}

.brand{
  display:flex; align-items:center; gap:12px;
  min-width: 280px;
}
.brand img{
  width:64px; height:auto;
  filter: drop-shadow(0 12px 18px rgba(15,23,42,.12));
}
.brand .title{
  font-weight: 900;
  font-size: 18px;
  line-height:1.05;
}
.brand .sub{
  margin-top:2px;
  font-size: 12.5px;
  color: var(--muted);
}

nav{
  display:flex; gap:22px; align-items:center;
}
nav a{
  text-decoration:none;
  color: rgba(31,41,55,.82);
  font-weight: 700;
  padding:10px 6px;
  border-radius: 999px;
}
nav a:hover{
  background: rgba(255,176,0,.16);
}

.phone{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background: rgba(255,122,0,.14);
  border: 1px solid rgba(255,122,0,.22);
  color: rgba(127,47,0,.95);
  padding:10px 14px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 800;
  box-shadow: var(--shadow2);
  white-space: nowrap;
}
.phone svg{width:16px;height:16px}

.hero{
  padding: 28px 0 18px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  align-items:stretch;
}
.card{
  background: var(--paper);
  border: 1px solid var(--stroke);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroCard{
  padding: 22px 22px 18px;
  position:relative;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(43,182,115,.12);
  border: 1px solid rgba(43,182,115,.18);
  color: rgba(20,83,45,.92);
  font-weight: 800;
  font-size: 13px;
}
.h1{
  margin: 14px 0 10px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.6px;
}
.h1 .accent{
  background: linear-gradient(90deg, var(--orange), var(--sun));
  -webkit-background-clip: text;
  background-clip:text;
  color: transparent;
}
.lead{
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.6;
}
.meta{
  display:flex;
  flex-wrap:wrap;
  gap: 10px 18px;
  color: rgba(71,85,105,.95);
  font-weight: 700;
  font-size: 13.5px;
}
.meta .i{
  display:inline-flex; align-items:center; gap:9px;
}
.meta svg{width:16px;height:16px}

.actions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top: 16px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,122,0,.25);
  background: rgba(255,122,0,.14);
  color: rgba(127,47,0,.95);
  font-weight: 900;
  text-decoration:none;
  box-shadow: var(--shadow2);
}
.btn.primary{
  border:none;
  background: linear-gradient(135deg, var(--orange), var(--sun));
  color:#fff;
}
.btn:hover{transform: translateY(-1px);}
.btn{transition: transform .15s ease, filter .15s ease}

.heroMedia{
  position:relative;
}
.heroPhoto{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
}
.heroMedia:after{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(520px 260px at 20% 15%, rgba(255,176,0,.18), transparent 60%),
    radial-gradient(620px 300px at 70% 30%, rgba(43,182,115,.16), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.00), rgba(255,255,255,.10));
  pointer-events:none;
}

.section{
  padding: 20px 0;
}
.sectionTitle{
  display:flex; align-items:center; gap:12px;
  margin: 0 0 14px;
}
.sectionTitle .sun{
  width:26px;height:26px;border-radius:999px;
  background: radial-gradient(circle at 30% 30%, #ffe08a, var(--sun));
  box-shadow: 0 10px 18px rgba(255,176,0,.22);
  position:relative;
}
.sectionTitle .sun:before{
  content:"";
  position:absolute; inset:-8px;
  border-radius:999px;
  background: conic-gradient(from 20deg, rgba(255,122,0,.0), rgba(255,122,0,.35), rgba(255,122,0,.0));
  filter: blur(.2px);
  opacity:.45;
}
.sectionTitle h2{
  margin:0;
  font-size: 26px;
  letter-spacing: -0.3px;
  font-weight: 950;
}
.sectionTitle p{
  margin:0 0 0 auto;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.grid4{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.item{
  background: var(--paper);
  border: 1px solid var(--stroke);
  border-radius: var(--r);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
.item img{width:100%;height:160px;object-fit:cover;display:block}
.item .pad{padding: 14px 14px 16px}
.item h3{margin:0 0 8px;font-size: 16px; font-weight: 950}
.item p{margin:0;color: var(--muted);line-height:1.55;font-weight: 650; font-size: 13.5px}
.item .heart{
  display:inline-flex; align-items:center; gap:8px;
  margin-top: 10px;
  font-size: 12.5px;
  color: rgba(22,101,52,.9);
  font-weight: 900;
}
.item .heart:before{
  content:"";
  width:10px;height:10px;border-radius:3px;
  background: rgba(43,182,115,.22);
  border:1px solid rgba(43,182,115,.30);
}

.contactCard{
  background: linear-gradient(180deg, var(--paper), rgba(255,243,223,.6));
  border: 1px solid var(--stroke);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.contactGrid{
  display:grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 14px;
  padding: 16px;
}
.lines{display:flex;flex-direction:column;gap:10px}
.line{
  background: var(--paper);
  border:1px solid var(--stroke);
  border-radius: 18px;
  padding: 12px 12px;
}
.k{font-size: 12px; color: var(--muted); font-weight: 800}
.v{margin-top: 2px; font-size: 15px; font-weight: 900}
.v a{color: rgba(127,47,0,.95)}
.map{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid var(--stroke);
  min-height: 360px;
  background: #fff;
}
.map iframe{width:100%;height:100%;min-height:360px;border:0;display:block}

footer{
  padding: 22px 0 30px;
  color: rgba(71,85,105,.95);
  font-weight: 800;
  border-top:1px solid var(--stroke);
  margin-top: 16px;
}
.foot{
  display:flex; gap:12px; align-items:center; justify-content:space-between;
  flex-wrap:wrap;
}
.foot small{font-weight: 700; color: rgba(71,85,105,.85)}

@media (max-width: 980px){
  nav{display:none;}
  .brand{min-width:unset}
  .heroGrid{grid-template-columns: 1fr}
  .grid4{grid-template-columns: 1fr 1fr}
  .grid3{grid-template-columns: 1fr}
  .contactGrid{grid-template-columns: 1fr}
}
@media (max-width: 520px){
  .grid4{grid-template-columns: 1fr}
}
