:root {
  --red: #941923;
  --red-dark: #71111a;
  --orange: #f47a16;
  --orange-light: #ff9a35;
  --ink: #17171a;
  --muted: #6f7075;
  --line: #eee9e6;
  --cream: #fffaf7;
  --shadow: 0 18px 55px rgba(70, 35, 25, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 93% 9%, rgba(244,122,22,.07) 0 90px, transparent 91px),
    radial-gradient(circle at 3% 78%, rgba(148,25,35,.05) 0 110px, transparent 111px),
    #fff;
}

.topbar {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
  padding: 28px 0 10px;
}
.brand { display: inline-flex; align-items: center; gap: 14px; }
.logo-placeholder {
  width: 58px; height: 58px; border: 1.5px dashed #bbb;
  border-radius: 14px; display: grid; place-items: center;
  text-align: center; color: #999; font-size: 9px; font-weight: 800; line-height: 1.15;
}
.logo-placeholder span { font-weight: 500; }
.brand-name { display: grid; gap: 3px; }
.brand-name strong { font-family: Georgia, serif; color: var(--red); font-size: 20px; letter-spacing: 1px; }
.brand-name span { color: var(--orange); font-size: 8px; letter-spacing: 3.3px; font-weight: 700; }

.brand img {
  width: 260px;
  height: auto;
}

@media (max-width: 760px) {
  .brand img {
    width: 230px;
  }
}
.hero {
  width: min(1040px, calc(100% - 40px));
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 25px;
}
.hero-copy { padding: 25px 0 25px 5px; }
.eyebrow {
  color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 2.6px;
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow i { display: block; width: 22px; height: 2px; background: var(--red); }
h1 {
  margin: 15px 0 16px; color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 6vw, 78px); line-height: .92; letter-spacing: -3px;
}
h1 em { color: var(--orange); font-weight: 400; font-size: .72em; letter-spacing: -1px; }
.lead {
  max-width: 480px; color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0;
}

.illustration {
  min-height: 370px; position: relative; display: grid; place-items: center;
  isolation: isolate;
}
.illustration::before {
  content: ""; position: absolute; inset: 35px 20px 25px;
  border-radius: 48% 52% 45% 55% / 40% 42% 58% 60%;
  background: linear-gradient(135deg, #fff5ee, #fafafa);
  z-index: -3;
}
.sun {
  position: absolute; width: 60px; height: 60px; border-radius: 50%;
  background: #ffd5a8; right: 10%; top: 4%; opacity: .7;
}
.building {
  position: absolute; width: 210px; height: 180px; top: 22px; left: 50%;
  transform: translateX(-50%); z-index: 0;
}
.roof {
  position: absolute; left: 5px; top: 0; width: 200px; height: 70px;
  background: var(--orange); clip-path: polygon(50% 0,100% 65%,95% 80%,5% 80%,0 65%);
}
.building-body {
  position: absolute; left: 20px; top: 43px; width: 170px; height: 137px;
  background: linear-gradient(135deg,#fff,#ececec); border: 2px solid #ddd;
  box-shadow: 10px 12px 25px rgba(0,0,0,.08);
}
.window { position:absolute; width:37px; height:38px; border: 5px solid #a8aaab; background: #b9c4c6; }
.w1{left:15px;top:15px}.w2{right:15px;top:15px}.w3{left:15px;top:65px}.w4{right:15px;top:65px}
.door { position:absolute; bottom:0; left:67px; width:38px; height:68px; background:#8d5c42; border:4px solid #6e7070; }
.balcony { position:absolute; right:-25px; top:54px; width:76px; height:50px; border:5px solid #777; border-bottom:0; }
.balcony span { display:inline-block; height:42px; width:8px; background:#777; margin:3px 2px; }
.gear { position:absolute; right:8%; top:22%; font-size:67px; color:var(--orange); transform:rotate(12deg); filter: drop-shadow(2px 5px 2px rgba(0,0,0,.1)); z-index:2; }
.barrier { position:absolute; width:280px; height:125px; left:50%; top:43%; transform:translateX(-50%); z-index:3; }
.barrier-board {
  height:84px; border:5px solid #666; border-radius:10px; background:#fff;
  box-shadow:var(--shadow); display:grid; place-content:center; text-align:center;
  position:relative; overflow:hidden;
}
.barrier-board::before {
  content:""; position:absolute; inset:0;
  background: repeating-linear-gradient(135deg, transparent 0 27px, rgba(244,122,22,.13) 28px 48px);
}
.barrier-board span,.barrier-board b { position:relative; z-index:1; }
.barrier-board span { font-size:30px; line-height:1; font-weight:900; color:var(--red); }
.barrier-board b { font-size:12px; letter-spacing:3px; color:#333; }
.barrier-leg { position:absolute; bottom:0; width:12px; height:45px; background:#555; }
.barrier-leg.left{left:30px}.barrier-leg.right{right:30px}
.cone { position:absolute; bottom:48px; width:42px; height:66px; background:var(--orange); clip-path:polygon(50% 0,80% 100%,20% 100%); z-index:4; }
.cone::after { content:""; position:absolute; left:4px; right:4px; top:29px; height:10px; background:white; }
.cone-one{left:10%}.cone-two{right:10%; transform:rotate(16deg)}
.ground { position:absolute; bottom:39px; width:72%; height:8px; border-radius:50%; background:#ddd; z-index:-1; }

.contact-section {
  width: min(1040px, calc(100% - 40px)); margin: 18px auto 0;
  padding: 30px 0 20px; border-top:1px solid var(--line);
}
.section-heading { display:flex; align-items:end; justify-content:space-between; margin-bottom:18px; }
.section-heading span { font-size:10px; letter-spacing:2.5px; font-weight:800; color:var(--orange); }
.section-heading h2 { margin:0; font-family:Georgia,serif; font-size:28px; color:var(--red-dark); }
.contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; }
.contact-card {
  min-height:88px; border:1px solid var(--line); border-radius:18px; padding:15px;
  display:flex; align-items:center; gap:13px; background:#fff; box-shadow:0 10px 30px rgba(0,0,0,.045);
  transition:.2s ease; cursor:pointer;
}
.contact-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.icon { flex:0 0 45px; width:45px; height:45px; border-radius:13px; display:grid; place-items:center; }
.red .icon { background:var(--red); }
.orange .icon { background:var(--orange); }
.icon svg { width:22px; height:22px; fill:none; stroke:#fff; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.contact-card span:last-child { min-width:0; }
.contact-card small { display:block; font-size:9px; letter-spacing:1.7px; color:#9a9a9d; font-weight:800; margin-bottom:5px; }
.contact-card strong { display:block; font-size:13px; line-height:1.35; overflow-wrap:anywhere; }

footer {
  width:min(1040px,calc(100% - 40px)); margin:18px auto 0; padding:24px 0 28px;
  text-align:center; border-top:1px solid var(--line);
}
footer > p { margin:0; font-family:cursive; font-size:23px; color:var(--orange); }
.footer-line { width:60px; height:3px; margin:12px auto 20px; background:linear-gradient(90deg,var(--red),var(--orange)); border-radius:10px; }
.footer-bottom { display:flex; justify-content:space-between; color:#999; font-size:9px; letter-spacing:1.4px; }

@media (max-width: 760px) {
  .topbar { padding-top:20px; }
  .hero { grid-template-columns:1fr; margin-top:12px; gap:0; }
  .hero-copy { text-align:center; padding:18px 0 0; }
  .eyebrow { justify-content:center; }
  h1 { font-size:54px; margin-top:13px; }
  .lead { margin:0 auto; font-size:14px; line-height:1.7; }
  .illustration { min-height:325px; margin-top:-5px; }
  .building { transform:translateX(-50%) scale(.88); }
  .barrier { transform:translateX(-50%) scale(.84); top:45%; }
  .gear { right:2%; top:21%; font-size:54px; }
  .cone-one { left:4%; }.cone-two { right:4%; }
  .contact-section { margin-top:5px; }
  .section-heading { display:block; text-align:center; }
  .section-heading h2 { margin-top:5px; font-size:25px; }
  .contact-grid { grid-template-columns:1fr; }
  .contact-card { min-height:76px; }
  .footer-bottom { flex-direction:column; gap:8px; }
}

@media (max-width: 390px) {
  .brand-name strong { font-size:17px; }
  .brand-name span { font-size:7px; letter-spacing:2.5px; }
  h1 { font-size:47px; }
  .illustration { min-height:300px; }
  .barrier { transform:translateX(-50%) scale(.76); }
  .building { transform:translateX(-50%) scale(.78); top:12px; }
  .gear { font-size:46px; }
}
