:root { --ink:#151a1d; --ink-2:#22282b; --orange:#f05a1a; --orange-dark:#cf4310; --cream:#f5f1e9; --paper:#fffdf9; --muted:#6f7474; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
button, input, select, textarea { font:inherit; }

.site-header { height:98px; padding:12px clamp(24px,4vw,70px); display:flex; align-items:center; justify-content:space-between; gap:32px; background:rgba(255,253,249,.97); position:sticky; top:0; z-index:20; border-bottom:1px solid #dfdbd2; }
.brand { width:330px; height:76px; display:flex; align-items:center; gap:15px; overflow:hidden; }
.brand img { width:88px; height:66px; object-fit:contain; }
.brand span { display:flex; flex-direction:column; gap:6px; white-space:nowrap; }
.brand b { font-size:19px; letter-spacing:.15em; }
.brand small { font-size:8px; text-transform:uppercase; letter-spacing:.19em; color:#53606a; }
nav { display:flex; gap:42px; margin-left:auto; }
nav a { font-weight:700; font-size:15px; position:relative; }
nav a:after { content:""; position:absolute; left:0; bottom:-8px; width:0; height:2px; background:var(--orange); transition:.2s; }
nav a:hover:after, nav a:focus-visible:after { width:100%; }
.button { display:inline-flex; justify-content:center; align-items:center; gap:28px; min-height:58px; padding:0 26px; border:0; border-radius:7px; background:var(--orange); color:white; font-weight:800; box-shadow:0 12px 30px rgba(240,90,26,.18); cursor:pointer; transition:.2s; }
.button:hover, .button:focus-visible { background:var(--orange-dark); transform:translateY(-2px); }
.button-small { min-height:50px; padding:0 21px; font-size:14px; gap:16px; white-space:nowrap; }

.hero { min-height:690px; display:grid; grid-template-columns:1fr 1.05fr; color:white; background:var(--ink); overflow:hidden; }
.hero-copy { padding:72px clamp(34px,5vw,88px) 38px; display:flex; flex-direction:column; justify-content:center; }
.eyebrow { text-transform:uppercase; letter-spacing:.13em; color:var(--orange); font-size:13px; font-weight:800; display:flex; align-items:center; gap:14px; }
.eyebrow span { width:42px; height:3px; background:currentColor; }
.eyebrow.dark { color:var(--orange-dark); }
h1 { font-size:clamp(52px,5vw,78px); line-height:.98; letter-spacing:-.045em; max-width:700px; margin:26px 0 22px; font-weight:850; }
.hero-lead { color:#d0d3d4; max-width:650px; font-size:19px; line-height:1.55; margin:0; }
.hero-actions { display:flex; align-items:center; gap:34px; margin-top:34px; }
.text-link { font-weight:700; border-bottom:2px solid var(--orange); padding:10px 0; }
.text-link span { margin-left:18px; transition:.2s; }
.text-link:hover span { margin-left:25px; }
.trust-row { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #3c4245; margin-top:45px; padding-top:24px; }
.trust-row div { padding:0 17px; border-left:1px solid #3c4245; display:flex; flex-direction:column; gap:5px; }
.trust-row div:first-child { border-left:0; padding-left:0; }
.trust-row b { color:white; font-size:18px; }
.trust-row span { color:#aeb3b5; font-size:12px; line-height:1.35; }

.route-panel { position:relative; overflow:hidden; background:radial-gradient(circle at 56% 45%,#333a3e 0,#202629 32%,#111618 72%); }
.grid-lines { position:absolute; inset:0; opacity:.18; background-image:linear-gradient(#8b9499 1px,transparent 1px),linear-gradient(90deg,#8b9499 1px,transparent 1px); background-size:74px 74px; transform:perspective(700px) rotateX(8deg) scale(1.2); }
.route { position:absolute; width:760px; height:115px; border:2px solid #e8e8e8; border-left:0; border-right:0; opacity:.75; transform:rotate(56deg); background:repeating-linear-gradient(90deg,transparent 0 34px,#e8e8e8 34px 55px,transparent 55px 89px) center/100% 3px no-repeat; box-shadow:0 0 0 18px rgba(0,0,0,.25); }
.route-one { top:235px; left:-185px; }
.route-two { top:450px; left:135px; transform:rotate(-23deg); opacity:.25; }
.maple { position:absolute; top:12%; right:18%; color:#d92d28; font-size:50px; transform:rotate(45deg); }
.map-card { position:absolute; width:min(310px,40%); background:rgba(27,32,34,.92); border:1px solid #798084; border-radius:10px; padding:20px; display:flex; gap:17px; align-items:center; box-shadow:0 22px 50px rgba(0,0,0,.25); animation:floatin .7s both; }
.map-card > span { width:46px; height:46px; border:2px solid var(--orange); color:var(--orange); display:grid; place-items:center; font-weight:800; border-radius:8px; }
.map-card div { display:flex; flex-direction:column; gap:6px; }
.map-card b { font-size:17px; }
.map-card small { color:#bdc2c4; line-height:1.3; }
.card-one { top:19%; right:8%; }.card-two { top:43%; left:17%; animation-delay:.12s; }.card-three { bottom:12%; right:10%; animation-delay:.24s; }
@keyframes floatin { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }

.services { padding:105px clamp(24px,5vw,80px); background:var(--paper); }
.section-heading { max-width:740px; }
.section-heading h2, .about h2, .contact h2 { font-size:clamp(38px,4vw,58px); line-height:1.05; letter-spacing:-.035em; margin:18px 0; }
.section-heading > p:last-child { color:var(--muted); font-size:18px; line-height:1.6; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:60px; border-top:1px solid #d7d2c9; border-bottom:1px solid #d7d2c9; }
.service-card { padding:35px 32px 38px; border-left:1px solid #d7d2c9; transition:.25s; }
.service-card:first-child { border-left:0; }
.service-card:hover { background:#f7f1e8; transform:translateY(-5px); }
.service-number { color:var(--orange); font-weight:800; font-size:13px; }
.service-card h3 { font-size:24px; margin:28px 0 14px; }
.service-card p { color:var(--muted); line-height:1.65; min-height:132px; }
.service-card a { font-weight:800; font-size:14px; }
.service-card a span { color:var(--orange); margin-left:10px; }

.about { padding:110px clamp(24px,7vw,110px); background:var(--ink-2); color:white; display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; align-items:center; }
.about-mark { border:1px solid #4e5558; min-height:390px; display:grid; place-items:center; font-size:clamp(100px,15vw,230px); letter-spacing:-.12em; font-weight:900; color:#30373a; background:linear-gradient(145deg,#242a2d,#171c1e); text-shadow:1px 1px #555; }
.about-copy > p:not(.eyebrow) { color:#c6cacc; line-height:1.75; font-size:18px; max-width:790px; }
.about-points { display:grid; grid-template-columns:1fr 1fr; gap:18px 30px; margin-top:32px; color:#e6e8e8; font-weight:700; }
.about-points span::first-letter { color:var(--orange); }

.contact { padding:110px clamp(24px,7vw,110px); display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; background:var(--cream); }
.contact-copy > p:not(.eyebrow) { color:var(--muted); font-size:18px; line-height:1.65; }
.contact-note { margin-top:48px; border-left:4px solid var(--orange); padding:4px 0 4px 25px; display:flex; flex-direction:column; gap:9px; }
.contact-note b { font-size:20px; }.contact-note span { color:var(--muted); line-height:1.4; }
.contact-note a { color:var(--orange-dark); font-weight:800; margin-top:4px; }
.contact-form { background:var(--paper); border:1px solid #ddd6cb; border-radius:14px; padding:38px; box-shadow:0 24px 70px rgba(33,28,20,.08); display:flex; flex-direction:column; gap:22px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
label { font-weight:800; font-size:13px; display:flex; flex-direction:column; gap:9px; }
input, select, textarea { border:1px solid #c9c4bb; border-radius:6px; background:white; color:var(--ink); padding:14px 15px; outline:none; font-weight:400; width:100%; }
textarea { resize:vertical; }
input:focus, select:focus, textarea:focus { border-color:var(--orange); box-shadow:0 0 0 3px rgba(240,90,26,.13); }
.submit-button { align-self:flex-start; min-width:190px; }
.contact-form > small { color:#777; }
.success { margin:0; padding:13px 15px; background:#e4f4e7; border-left:4px solid #2f8040; color:#205d2d; font-weight:700; }

footer { min-height:170px; background:#111517; color:#aeb3b5; padding:28px clamp(24px,5vw,80px); display:grid; grid-template-columns:240px 1fr auto; align-items:center; gap:35px; }
footer img { width:210px; height:105px; object-fit:contain; background:white; border-radius:5px; }
footer p:nth-of-type(1) { text-transform:uppercase; letter-spacing:.18em; color:#e7e7e7; font-size:12px; }
footer p:last-child { font-size:12px; }

@media (max-width:1050px) {
  nav { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { min-height:650px; }
  .route-panel { min-height:560px; }
  .service-grid { grid-template-columns:1fr 1fr; }.service-card:nth-child(3) { border-left:0; border-top:1px solid #d7d2c9; }.service-card:nth-child(4) { border-top:1px solid #d7d2c9; }
  .about, .contact { grid-template-columns:1fr; }
  .about-mark { min-height:260px; }
}
@media (max-width:650px) {
  .site-header { height:78px; padding:8px 18px; }.brand { width:185px;height:60px;gap:8px}.brand img { width:58px;height:52px; }.brand b { font-size:12px;letter-spacing:.11em}.brand small { display:none; }.button-small { min-height:44px; padding:0 13px; font-size:12px; }.button-small span { display:none; }
  .hero-copy { padding:65px 22px 30px; min-height:640px; } h1 { font-size:48px; }.hero-lead { font-size:17px; }.hero-actions { align-items:stretch; flex-direction:column; }.hero-actions .button { width:100%; }.text-link { align-self:flex-start; }
  .trust-row { grid-template-columns:1fr; gap:18px; }.trust-row div { border-left:0; padding:0; }
  .route-panel { min-height:540px; }.map-card { width:72%; }.card-one { right:5%; }.card-two { left:5%; }.card-three { right:5%; }
  .services, .about, .contact { padding:78px 22px; }.service-grid { grid-template-columns:1fr; }.service-card { border-left:0!important; border-top:1px solid #d7d2c9; }.service-card:first-child { border-top:0; }.service-card p { min-height:0; }
  .about { gap:38px; }.about-points, .field-row { grid-template-columns:1fr; }.contact { gap:40px; }.contact-form { padding:24px 18px; }
  footer { grid-template-columns:1fr; text-align:center; justify-items:center; padding:35px 20px; }
}

@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *, *:before, *:after { animation:none!important; transition:none!important; } }
