:root {
  --bg: #f2eee8;
  --paper: #f8f5f1;
  --ink: #111111;
  --muted: #6f6a64;
  --line: rgba(17,17,17,.12);
  --dark: #121212;
  --soft: #ddd5cc;
  --radius: 26px;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--bg);
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.section-shell,
.site-header,
.site-footer {
  width: min(calc(100% - 64px), var(--max));
  margin-inline: auto;
}

.site-header {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 30;
}

.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-main {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -1.7px;
}
.brand-sub {
  margin-top: 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.desktop-nav { display: flex; gap: 36px; font-weight: 600; font-size: 14px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -8px;
  width: 0; height: 1px;
  background: var(--ink);
  transition: width .2s ease;
}
.desktop-nav a:hover::after { width: 100%; }

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 10px;
  font-weight: 700;
  border: 1px solid transparent;
}
.header-cta { background: var(--dark); color: white; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.9); }
.text-link { text-decoration: underline; text-underline-offset: 4px; font-weight: 600; }

.menu-button { display: none; background: none; border: 0; font-size: 27px; }

.hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  padding: 90px 30px 70px 0;
  position: relative;
  z-index: 2;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 3.8px;
  font-weight: 800;
  margin: 0 0 24px;
}
.hero h1,
.services h2,
.area h2,
.book h2 {
  font-family: "Manrope", sans-serif;
  margin: 0;
  letter-spacing: -3px;
  line-height: .98;
}
.hero h1 { font-size: clamp(58px, 6vw, 88px); }
.hero-lead { font-size: 24px; margin: 18px 0 10px; font-weight: 600; }
.hero-text { max-width: 500px; font-size: 20px; line-height: 1.55; margin: 0 0 30px; }

.hero-points {
  display: flex;
  gap: 38px;
  margin-top: 50px;
}
.hero-points div { display: flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1.25; }
.hero-points .icon { font-size: 22px; font-weight: 800; }

.hero-visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background:
    linear-gradient(to bottom, rgba(244,235,225,.1), rgba(164,139,114,.2)),
    linear-gradient(135deg, #d8c6b4 0%, #b8c6cb 42%, #8b9aa2 66%, #6d7477 100%);
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(to top, #c0b2a4, rgba(192,178,164,0));
}
.skyline { position: absolute; bottom: 90px; background: rgba(44,48,51,.35); }
.skyline-a { left: 5%; width: 11%; height: 22%; clip-path: polygon(0 100%,0 35%,18% 35%,18% 12%,32% 12%,32% 44%,43% 44%,43% 27%,57% 27%,57% 52%,68% 52%,68% 34%,83% 34%,83% 57%,100% 57%,100% 100%); }
.skyline-b { left: 18%; width: 42%; height: 36%; clip-path: polygon(0 100%,0 62%,8% 62%,8% 38%,18% 38%,18% 56%,29% 56%,29% 29%,36% 29%,36% 55%,45% 55%,45% 7%,55% 7%,55% 50%,64% 50%,64% 31%,73% 31%,73% 58%,83% 58%,83% 38%,91% 38%,91% 68%,100% 68%,100% 100%); }
.palm { position: absolute; font-size: 104px; color: #363c3d; transform: rotate(10deg); opacity: .8; }
.palm-one { left: 8%; top: 65px; }
.palm-two { left: 28%; top: 120px; font-size: 75px; opacity: .55; }

.van-panel {
  position: absolute;
  right: -10%; top: 25px;
  width: 49%; height: 83%;
  border-radius: 90px 0 0 0;
  background: linear-gradient(145deg, #272727, #5d6265);
  transform: rotate(-1deg);
  box-shadow: -18px 20px 50px rgba(0,0,0,.2);
}
.van-window {
  position: absolute; left: 11%; top: 5%; width: 71%; height: 39%;
  background: linear-gradient(130deg, rgba(187,204,209,.7), rgba(27,41,45,.92));
  border-radius: 62px 22px 20px 20px;
  border: 5px solid #1d1d1d;
}
.van-copy {
  position: absolute; left: 16%; bottom: 24%;
  color: rgba(255,255,255,.74);
  font-family: "Manrope", sans-serif;
  font-size: 34px; font-weight: 800; transform: rotate(-2deg);
}
.van-copy span { display: block; margin-top: 8px; font-size: 10px; letter-spacing: 2px; }
.hand {
  position: absolute;
  width: 260px; height: 290px;
  right: 34%; bottom: -40px;
  border-radius: 56% 45% 16% 12%;
  background: linear-gradient(135deg, #c79878, #8b5f48);
  transform: rotate(-13deg);
}
.phone {
  position: absolute;
  width: 190px; height: 360px;
  right: 34%; bottom: 75px;
  border-radius: 32px;
  background: linear-gradient(145deg, #2a2c2f, #60656a 62%, #242729);
  border: 4px solid #171717;
  box-shadow: 0 28px 48px rgba(0,0,0,.25);
  transform: rotate(-9deg);
}
.camera-cluster { position: absolute; left: 18px; top: 18px; width: 76px; height: 76px; border-radius: 22px; background: #25282a; }
.camera-cluster i { width: 25px; height: 25px; background: #0d0d0d; border: 3px solid #555; border-radius: 50%; position: absolute; }
.camera-cluster i:nth-child(1){left:7px;top:7px}.camera-cluster i:nth-child(2){right:7px;top:7px}.camera-cluster i:nth-child(3){left:25px;bottom:7px}
.phone-logo { position:absolute; inset: 48% auto auto 50%; transform: translate(-50%,-50%); font-size: 38px; color: rgba(0,0,0,.62); }
.scribble {
  position: absolute; right: 8%; top: 85px;
  font-family: cursive; font-size: 28px; line-height: 1.02;
  transform: rotate(-8deg);
}
.scribble span { display: block; font-size: 46px; margin-left: 8px; }

.services {
  min-height: 440px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 54px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: var(--paper);
}
.service-photo {
  min-height: 392px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(140deg, #262626, #0b0b0b 65%, #37332f);
}
.repair-mat { position:absolute; inset: 16% 12%; border: 1px solid rgba(255,255,255,.12); transform: rotate(-5deg); background: #151515; }
.tool { position:absolute; width: 14px; height: 210px; border-radius: 8px; background: linear-gradient(to bottom,#a6a6a6,#232323); }
.tool-a { right: 18%; top: 12%; transform: rotate(28deg); }
.tool-b { left: 24%; bottom: 4%; transform: rotate(-36deg); height: 170px; }
.device-piece { position:absolute; width: 46%; height: 34%; left: 22%; top: 36%; border: 10px solid #1f1f1f; box-shadow: 0 0 0 1px #646464; background: #232323; }

.services-copy { padding: 56px 0; }
.services h2, .book h2 { font-size: clamp(42px, 4.3vw, 64px); }
.service-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin-top: 50px; }
.service-grid article { text-align: center; }
.service-grid article span { display:block; font-size: 32px; min-height: 46px; }
.service-grid h3 { font-size: 14px; line-height: 1.25; font-weight: 700; margin: 10px 0 0; }
.services-actions { display:flex; align-items:center; gap: 28px; margin-top: 36px; }

.area {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: white;
  background: linear-gradient(180deg, #8a7d72, #474b4e 72%, #252728);
}
.area-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(20,20,20,.38), rgba(20,20,20,.05)); }
.area-content { position:relative; z-index:2; padding-top: 62px; }
.area h2 { font-size: clamp(48px, 5vw, 70px); color: white; }
.area p { max-width: 430px; font-size: 18px; line-height: 1.5; color: rgba(255,255,255,.84); }
.area-city { position:absolute; right: 4%; bottom: 0; width: 52%; height: 75%; display:flex; align-items:flex-end; gap: 15px; opacity:.75; }
.building { display:block; width: 10%; background: linear-gradient(#697176,#34383b); border-radius: 2px 2px 0 0; }
.b1{height:36%}.b2{height:55%}.b3{height:72%}.b4{height:92%}.b5{height:50%}.b6{height:68%}.b7{height:42%}

.book { padding-top: 90px; padding-bottom: 90px; display:grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.booking-form { display:grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display:flex; flex-direction:column; gap:8px; font-size:13px; font-weight:700; }
.booking-form input, .booking-form select {
  width: 100%; height: 54px; border: 1px solid var(--line); background: rgba(255,255,255,.48); padding: 0 15px; border-radius: 10px; outline: none;
}
.booking-form input:focus, .booking-form select:focus { border-color: #111; }
.wide { grid-column: 1 / -1; }
.form-note { margin:0; color: var(--muted); font-size: 12px; font-weight: 500; }
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.thanks-message { font-size: 16px; font-weight: 600; color: var(--ink); }

.site-footer {
  min-height: 120px;
  border-top: 1px solid var(--line);
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap: 20px;
}
.footer-brand .brand-main { font-size: 27px; }
.site-footer > p { font-size: 13px; color: var(--muted); }
.footer-links { justify-self:end; display:flex; gap:22px; font-weight:700; font-size:13px; }

.mobile-menu {
  position: fixed;
  inset: 74px 18px auto;
  background: #111;
  color: white;
  z-index: 50;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}
.mobile-menu a { display:block; padding:14px 10px; border-bottom: 1px solid rgba(255,255,255,.1); font-weight:700; }
.mobile-menu a:last-child { border-bottom:0; }

@media (max-width: 900px) {
  .section-shell, .site-header, .site-footer { width: min(calc(100% - 36px), var(--max)); }
  .site-header { height: 74px; }
  .desktop-nav, .header-cta { display:none; }
  .menu-button { display:block; }
  .brand-main { font-size: 25px; }
  .brand-sub { font-size: 7px; }

  .hero { grid-template-columns: 1fr; min-height: auto; overflow: visible; }
  .hero-copy { padding: 50px 0 36px; }
  .hero h1 { font-size: clamp(52px, 14vw, 72px); }
  .hero-text { font-size: 17px; max-width: 95%; }
  .hero-points { gap: 16px; justify-content: space-between; margin-top: 34px; }
  .hero-points div { font-size: 11px; gap: 7px; }
  .hero-points .icon { font-size: 18px; }
  .hero-visual { min-height: 320px; width: calc(100% + 36px); margin-left: -18px; }
  .van-panel { right:-12%; width:58%; height:92%; }
  .phone { width: 122px; height: 236px; right: 33%; bottom: 34px; border-radius: 22px; }
  .camera-cluster { transform: scale(.72); transform-origin: top left; }
  .hand { width:175px; height:180px; right: 34%; }
  .scribble { font-size:20px; top:45px; right:5%; }
  .scribble span { font-size:32px; }

  .services { grid-template-columns: 1fr; gap: 0; width: 100%; }
  .service-photo { order:2; border-radius:0; min-height:260px; }
  .services-copy { order:1; width:min(calc(100% - 36px), var(--max)); margin-inline:auto; padding: 48px 0 36px; }
  .service-grid { grid-template-columns:1fr; gap:0; margin-top: 30px; }
  .service-grid article { display:grid; grid-template-columns: 42px 1fr 24px; align-items:center; text-align:left; min-height: 58px; border-bottom:1px solid var(--line); }
  .service-grid article::after { content:'›'; font-size:28px; }
  .service-grid article span { min-height:auto; font-size: 22px; }
  .service-grid h3 { margin:0; font-size:15px; }
  .service-grid h3 br { display:none; }
  .services-actions { margin-top:28px; }
  .services-actions .text-link { display:none; }
  .services-actions .btn { width:100%; }

  .area { min-height:320px; }
  .area-content { padding-top: 52px; }
  .area-city { width:72%; opacity:.5; }
  .area p { max-width: 310px; font-size:15px; }

  .book { grid-template-columns:1fr; gap:36px; padding-top:65px; padding-bottom:65px; }
  .booking-form { grid-template-columns:1fr; }
  .wide { grid-column:auto; }

  .site-footer { min-height: 180px; grid-template-columns:1fr; align-content:center; }
  .footer-links { justify-self:start; }
  .site-footer > p { margin:0; }
}

@media (max-width: 560px) {
  .hero-lead { font-size: 20px; }
  .btn { width:100%; }
  .hero-points { align-items:flex-start; }
  .hero-points div { flex-direction:column; align-items:flex-start; gap:4px; }
  .hero-visual { min-height: 280px; }
  .phone { right: 31%; bottom: 25px; }
  .van-copy { font-size:20px; }
  .area-city { right:-8%; width:85%; }
}
