:root{
  --bg: #f4f5f7;
  --panel: #ffffff;
  --panel2: #eef0f3;

  --text: rgba(17,24,39,0.92);
  --muted: rgba(17,24,39,0.62);

  --border: rgba(17,24,39,0.12);
  --border2: rgba(17,24,39,0.08);

  --accent: #3b3f46;      /* signature grey */
  --accentSoft: rgba(59,63,70,0.10);

  --radius: 0px;         /* square look */
  --shadow: 0 18px 55px rgba(0,0,0,0.10);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }

body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(59,63,70,0.10), transparent 60%),
    linear-gradient(180deg, var(--bg), #fff 50%, var(--bg));
  color: var(--text);
}

a{ color: inherit; text-decoration:none; }
.container{ width:min(1120px, 92vw); margin: 0 auto; }

.muted{ color: var(--muted); }
.fine{ color: rgba(17,24,39,0.55); font-size: 12px; margin: 10px 0 0; }

.header{
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border2);
}

.header__inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 12px;
}

.brand{
  display:flex;
  align-items:center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: .2px;
}

.brand__mark{
  width: 44px;
  height: 44px;
  display:grid;
  place-items:center;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(59,63,70,0.16), rgba(0,0,0,0.02));
  color: var(--accent);
}

.brand__text{ display:flex; flex-direction: column; }
.brand__name{ line-height: 1; }
.brand__tag{ margin-top: 4px; font-weight: 600; font-size: 12px; color: var(--muted); }

.nav{
  display:flex;
  align-items:center;
  gap: 8px;
}

.nav__link{
  padding: 10px 12px;
  border: 1px solid transparent;
  color: var(--muted);
}

.nav__link:hover{
  border-color: var(--border2);
  background: rgba(0,0,0,0.02);
  color: var(--text);
}

.nav__cta{
  border-color: var(--border) !important;
  background: rgba(59,63,70,0.10);
  color: var(--text) !important;
  font-weight: 800;
}

.menuBtn{
  display:none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.8);
  cursor:pointer;
}
.menuBtn span{
  display:block;
  width: 18px;
  height: 2px;
  background: rgba(17,24,39,0.80);
  margin: 4px auto;
}

.mobileNav{
  display:none;
  border-top: 1px solid var(--border2);
  padding: 10px 0 12px;
}
.mobileNav a{
  display:block;
  padding: 10px 0;
  color: var(--muted);
}
.mobileNav.open{ display:block; }

/* Hero */
.hero{ padding: 22px 0 12px; }
.hero__inner{
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.hero__copy{
  background: rgba(255,255,255,0.90);
  border: 1px solid var(--border2);
  box-shadow: var(--shadow);
  padding: 18px;
}

.eyebrow{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(17,24,39,0.65);
}

.hero h1{
  margin: 0 0 10px;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.4px;
}

.sub{
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 62ch;
}

.hero__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 14px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.80);
  cursor:pointer;
  transition: transform .14s ease, background .14s ease, border-color .14s ease;
}

.btn:hover{
  transform: translateY(-1px);
  border-color: rgba(17,24,39,0.20);
  background: rgba(0,0,0,0.02);
}

.btn--primary{
  background: rgba(59,63,70,0.12);
  border-color: rgba(59,63,70,0.25);
  font-weight: 900;
}

.btn--full{ width: 100%; }

.hero__meta{
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
}

.metaChip{
  font-size: 12px;
  color: var(--muted);
  border: 1px solid var(--border2);
  background: rgba(0,0,0,0.02);
  padding: 8px 10px;
}

/* Hero media */
.mediaBox{
  background: rgba(255,255,255,0.90);
  border: 1px solid var(--border2);
  box-shadow: var(--shadow);
  display:flex;
  flex-direction: column;
}

.mediaBox__img{ min-height: 280px; }
.mediaBox__bar{
  display:flex;
  gap: 10px;
  align-items:center;
  padding: 12px 14px;
  border-top: 1px solid var(--border2);
  color: rgba(17,24,39,0.65);
  font-size: 13px;
}

.barDot{
  width: 10px;
  height: 10px;
  background: rgba(59,63,70,0.18);
  border: 1px solid rgba(59,63,70,0.22);
}

.placeholder{
  height: 100%;
  min-height: 280px;
  border: 1px dashed rgba(17,24,39,0.14);
  background:
    radial-gradient(260px 200px at 20% 20%, rgba(59,63,70,0.10), transparent 60%),
    rgba(0,0,0,0.02);
  padding: 14px;
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
}
.placeholder__title{ font-weight: 900; }
.placeholder__text{ margin-top: 6px; font-size: 12px; color: var(--muted); line-height: 1.5; }

/* Sections */
.section{ padding: 18px 0; }
.section--alt{
  border-top: 1px solid var(--border2);
  border-bottom: 1px solid var(--border2);
  background: linear-gradient(180deg, rgba(59,63,70,0.06), rgba(255,255,255,0));
}

.sectionHead{ margin: 18px 0 12px; }
.sectionHead h2{ margin: 0 0 6px; font-size: 20px; }

.grid{ display:grid; gap: 12px; }
.grid--3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }

.card, .priceCard, .review, .form{
  background: rgba(255,255,255,0.90);
  border: 1px solid var(--border2);
  box-shadow: var(--shadow);
  padding: 16px;
}

.list{
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.priceCard__top{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.price{
  font-weight: 900;
  font-size: 34px;
  color: rgba(17,24,39,0.88);
}

.priceCard--featured{
  border-color: rgba(59,63,70,0.24);
  background: rgba(59,63,70,0.06);
}

.badge{
  display:inline-block;
  font-size: 12px;
  font-weight: 900;
  color: rgba(17,24,39,0.80);
  border: 1px solid rgba(59,63,70,0.22);
  background: rgba(255,255,255,0.70);
  padding: 6px 10px;
  margin-bottom: 10px;
}

.review p{
  margin: 0 0 10px;
  line-height: 1.65;
  color: rgba(17,24,39,0.88);
}

.contactGrid{
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.infoBox{ margin-top: 12px; display:flex; flex-direction: column; gap: 8px; }
.infoRow{ display:flex; align-items:center; gap: 10px; color: var(--muted); font-size: 13px; }

.field{ margin-bottom: 12px; }
label{ display:block; font-size: 12px; color: rgba(17,24,39,0.65); margin-bottom: 6px; }
input, textarea{
  width:100%;
  padding: 12px 12px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.90);
  color: var(--text);
  outline:none;
}
input:focus, textarea:focus{ border-color: rgba(59,63,70,0.30); }

.footer{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--border2);
  display:flex;
  justify-content: space-between;
  gap: 10px;
  color: rgba(17,24,39,0.62);
  font-size: 14px;
}
.footer__link{ color: rgba(17,24,39,0.80); }
.footer__link:hover{ text-decoration: underline; }

/* Toast */
.toast{
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--border);
  color: rgba(17,24,39,0.92);
  padding: 10px 12px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.toast.show{
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

/* Responsive */
@media (max-width: 980px){
  .hero__inner{ grid-template-columns: 1fr; }
  .grid--3{ grid-template-columns: 1fr; }
  .contactGrid{ grid-template-columns: 1fr; }

  .nav{ display:none; }
  .menuBtn{ display:inline-block; }
  .mobileNav.open{ display:block; }

  .btn{ width: 100%; }
}
.heroImg{
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  filter: grayscale(0.10) contrast(1.05);
}

