:root {
  --cream: #f7f1e7;
  --paper: #fffdf9;
  --ink: #171714;
  --muted: #6f685f;
  --line: #d9cebf;
  --sand: #eadfcd;
  --orange: #ff5b22;
  --orange-dark: #db3d09;
  --white: #ffffff;
  --shell: 1344px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.shell {
  width: min(calc(100% - 32px), var(--shell));
  margin-inline: auto;
}

.site-header { position: relative; z-index: 20; }

.nav {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -0.05em;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--cream);
  font-size: 14px;
}

.accent-dot { color: var(--orange); }

.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { color: var(--muted); font-size: 14px; font-weight: 700; transition: color .18s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }

.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); background: #2a2a25; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(255,91,34,.35); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 0 20px; font-size: 14px; }
.button-large { min-height: 56px; padding: 0 28px; }

.hero {
  min-height: calc(100vh - 96px);
  padding-block: 42px 96px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 56px;
  overflow: hidden;
}

.hero-copy { position: relative; z-index: 3; }

.pill {
  width: fit-content;
  margin: 0 0 28px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pill span { width: 8px; height: 8px; border-radius: 99px; background: var(--orange); }

.hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(58px, 8vw, 118px);
  line-height: .88;
  letter-spacing: -.078em;
  font-weight: 900;
}

.hero h1 strong { display: block; margin-top: 10px; color: var(--orange); }

.hero-intro {
  max-width: 600px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
}

.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.text-link { min-height: 56px; padding: 0 8px; display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateY(3px); }

.hero-visual { position: relative; width: 100%; max-width: 590px; margin-inline: auto; }

.orbit {
  position: absolute;
  inset: -14%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 41%, rgba(255,91,34,.42) 41.3% 42%, transparent 42.5%),
    radial-gradient(circle at 22% 76%, #ff7947 0 8%, transparent 8.4%),
    radial-gradient(circle at 82% 21%, var(--sand) 0 10%, transparent 10.4%);
  animation: drift 12s ease-in-out infinite alternate;
}

.service-stack {
  position: relative;
  margin-left: auto;
  max-width: 510px;
  padding: 16px;
  transform: rotate(2deg);
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 36px;
  background: #151515;
  color: white;
  box-shadow: 0 35px 80px rgba(29,24,18,.18);
  transition: transform .5s ease;
}

.service-stack:hover { transform: rotate(0); }
.service-stack-inner { padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: #1e1e1e; }
.stack-heading { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.stack-heading span { color: rgba(255,255,255,.45); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.stack-heading b { padding: 6px 12px; border-radius: 999px; background: var(--orange); color: #1a1714; font-size: 11px; }
.stack-item { min-height: 60px; display: flex; align-items: center; gap: 17px; border-bottom: 1px solid rgba(255,255,255,.1); }
.stack-item > span { width: 28px; color: rgba(255,255,255,.34); font: 11px ui-monospace, monospace; }
.stack-item strong { font-size: clamp(17px, 2vw, 21px); letter-spacing: -.03em; }
.stack-item i { margin-left: auto; color: rgba(255,255,255,.3); font-style: normal; }
.service-stack-inner > p { margin: 24px 0 0; color: rgba(255,255,255,.47); font-size: 13px; line-height: 1.65; }

.benefit-strip { border-block: 1px solid var(--line); background: rgba(234,223,205,.55); }
.benefit-strip .shell { min-height: 62px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 38px; }
.benefit-strip span { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }

.services-section { padding-block: 126px; }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: end; }
.eyebrow { margin: 0; color: var(--muted); font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .approach h2 { max-width: 850px; margin: 0; font-size: clamp(45px, 6vw, 68px); line-height: 1.01; letter-spacing: -.06em; }
.section-heading h2 strong, .approach h2 strong { color: var(--orange); }
.section-heading > div > p { max-width: 670px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }

.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card {
  min-width: 0;
  min-height: 475px;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 29px;
  background: rgba(255,253,249,.8);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.service-card:nth-child(3n + 2) { background: #f1e5d3; }
.service-card:last-child:nth-child(3n + 1) { grid-column: 2; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(255,91,34,.55); box-shadow: 0 22px 45px rgba(38,30,20,.08); }
.service-card-media {
  position: relative;
  height: clamp(165px, 14vw, 190px);
  flex: 0 0 auto;
  margin: 10px 10px 0;
  overflow: hidden;
  border-radius: 21px;
  background: var(--sand);
}
.service-card-media::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,.05); border-radius: inherit; pointer-events: none; }
.service-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-card-media img { transform: scale(1.035); }
.service-card-top { padding: 18px 22px 0; display: flex; justify-content: space-between; align-items: flex-start; color: var(--muted); font: 11px ui-monospace, monospace; }
.service-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(0,0,0,.1); border-radius: 15px; background: rgba(255,255,255,.7); color: var(--ink); font: 15px ui-sans-serif, sans-serif; }
.service-card-content { padding: 19px 22px 25px; }
.service-card h3 { margin: 0; font-size: clamp(24px, 2.4vw, 30px); letter-spacing: -.045em; }
.service-card p { max-width: 500px; margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.service-card ul { margin: 19px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.service-card li { padding: 7px 12px; border: 1px solid rgba(0,0,0,.1); border-radius: 999px; background: rgba(255,255,255,.62); font-size: 12px; font-weight: 700; }

.approach { padding-block: 126px; background: #151515; color: white; }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.eyebrow-light { color: rgba(255,255,255,.42); }
.approach h2 { margin-top: 25px; }
.approach-intro { max-width: 490px; margin: 24px 0 0; color: rgba(255,255,255,.52); font-size: 18px; line-height: 1.7; }
.steps { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.steps li { padding: 32px 0; display: grid; grid-template-columns: 64px 1fr; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.15); }
.steps > li > span { color: var(--orange); font: 13px ui-monospace, monospace; }
.steps h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.steps p { max-width: 590px; margin: 9px 0 0; color: rgba(255,255,255,.48); line-height: 1.65; }
.why-card { margin-top: 96px; padding: 38px; display: grid; grid-template-columns: 1fr 1.15fr; gap: 38px; align-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 32px; background: rgba(255,255,255,.04); }
.why-highlight { position: relative; min-height: 300px; padding: 30px; overflow: hidden; border-radius: 23px; background: var(--orange); color: var(--ink); }
.why-highlight > span { font-size: 28px; }
.why-highlight p { position: relative; z-index: 2; max-width: 430px; margin: 65px 0 0; font-size: clamp(30px, 4vw, 43px); font-weight: 900; line-height: 1.08; letter-spacing: -.045em; }
.why-highlight i { position: absolute; right: -42px; bottom: -62px; width: 230px; height: 230px; border: 33px solid rgba(0,0,0,.1); border-radius: 999px; }
.why-copy { padding: 20px 28px; }
.why-copy h3 { margin: 20px 0 0; font-size: clamp(31px, 4vw, 43px); line-height: 1.08; letter-spacing: -.05em; }
.why-copy ul { margin: 28px 0 0; padding: 0; display: grid; gap: 16px; color: rgba(255,255,255,.68); list-style: none; }
.why-copy li { display: flex; align-items: center; gap: 12px; }
.why-copy li span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 99px; background: rgba(255,255,255,.09); color: var(--orange); font-size: 12px; }

.cta-section { padding-block: 116px; background: var(--orange); color: var(--ink); }
.cta-section .eyebrow { color: rgba(0,0,0,.55); }
.cta-section .shell > div { margin-top: 28px; display: flex; align-items: end; justify-content: space-between; gap: 44px; }
.cta-section h2 { max-width: 1030px; margin: 0; font-size: clamp(52px, 8vw, 96px); font-weight: 900; line-height: .94; letter-spacing: -.07em; }
.cta-section a { width: 140px; height: 140px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 999px; background: var(--ink); color: white; font-size: 46px; transition: transform .2s ease; }
.cta-section a:hover { transform: rotate(-6deg); }

.site-footer { background: #151515; color: white; }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid rgba(255,255,255,.1); }
.brand-mark-light { background: white; color: black; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.42); font-size: 14px; }
.footer-links { display: flex; gap: 24px; color: rgba(255,255,255,.7); font-size: 14px; font-weight: 700; }
.footer-links a:hover { color: white; }

.contact-layout {
  min-height: calc(100vh - 96px);
  padding-block: 56px 96px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.contact-copy { position: relative; }
.contact-glow { position: absolute; z-index: 0; width: min(650px, 92vw); aspect-ratio: 1; left: -45%; top: -20%; border-radius: 999px; background: radial-gradient(circle, rgba(255,91,34,.4), transparent 66%); filter: blur(12px); pointer-events: none; }
.contact-copy > *:not(.contact-glow) { position: relative; z-index: 1; }
.back-link { display: inline-block; margin-bottom: 52px; color: var(--muted); font-size: 14px; font-weight: 800; }
.back-link:hover { color: var(--ink); }
.contact-copy h1 { margin: 26px 0 0; font-size: clamp(76px, 10vw, 145px); line-height: .82; letter-spacing: -.085em; }
.contact-copy h1 span { color: var(--orange); }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 34px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.owner-details {
  width: fit-content;
  min-width: min(100%, 360px);
  margin-top: 34px;
  padding: 22px 24px;
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 16px 35px rgba(38,30,20,.06);
}
.owner-details .owner-label { color: var(--orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.owner-details strong { font-size: 20px; letter-spacing: -.025em; }
.owner-details address { color: var(--muted); font-size: 13px; font-style: normal; line-height: 1.65; }
.owner-details .owner-phone { width: fit-content; margin-top: 4px; color: var(--ink); font-size: 15px; font-weight: 850; letter-spacing: .02em; }
.owner-details .owner-phone:hover { color: var(--orange-dark); }

.form-card { padding: clamp(28px, 4vw, 48px); border-radius: 32px; background: #151515; color: white; box-shadow: 0 35px 80px rgba(29,24,18,.16); }
.form-heading h2 { margin: 16px 0 0; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.05em; }
.form-heading > p:last-child { margin: 10px 0 0; color: rgba(255,255,255,.48); }
.contact-form { margin-top: 30px; display: grid; gap: 19px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; }
.contact-form label b { color: var(--orange); }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: white;
  outline: none;
  transition: border-color .18s ease, background .18s ease;
}
.contact-form input, .contact-form select { height: 52px; padding: 0 15px; }
.contact-form textarea { min-height: 142px; padding: 14px 15px; resize: vertical; line-height: 1.55; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.28); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); background: rgba(255,255,255,.09); }
.contact-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,.55) 50%), linear-gradient(135deg, rgba(255,255,255,.55) 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-size: 5px 5px; background-repeat: no-repeat; }
.button-submit { width: 100%; min-height: 56px; margin-top: 4px; background: var(--orange); color: var(--ink); }
.button-submit:hover { background: #ff7748; }
.form-note { margin: -4px 0 0; color: rgba(255,255,255,.35); font-size: 11px; line-height: 1.55; text-align: center; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin-top: 22px; padding: 15px 17px; border-radius: 14px; font-size: 13px; line-height: 1.55; }
.form-message strong, .form-message span { display: block; }
.form-message ul { margin: 6px 0 0; padding-left: 18px; }
.form-success { border: 1px solid rgba(106,214,151,.4); background: rgba(106,214,151,.1); color: #bff1d3; }
.form-error { border: 1px solid rgba(255,91,34,.42); background: rgba(255,91,34,.1); color: #ffc4ae; }

@keyframes drift { from { transform: rotate(-3deg) scale(.98); } to { transform: rotate(3deg) scale(1.02); } }

@media (max-width: 1120px) {
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card-media { height: 190px; }
  .service-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 18px) / 2); justify-self: center; }
}

@media (max-width: 980px) {
  .hero, .contact-layout, .approach-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 24px; }
  .hero-visual { margin-top: 30px; }
  .section-heading { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-card { grid-template-columns: 1fr; }
  .contact-layout { padding-top: 35px; }
  .contact-copy { padding-bottom: 10px; }
}

@media (max-width: 680px) {
  .nav { min-height: 82px; }
  .nav-links { display: none; }
  .brand { font-size: 19px; }
  .button-small { min-height: 42px; padding-inline: 17px; }
  .hero { min-height: auto; padding-block: 46px 80px; }
  .hero h1 { font-size: clamp(55px, 17vw, 82px); }
  .service-stack-inner { padding: 23px; }
  .stack-heading b { display: none; }
  .benefit-strip .shell { padding-block: 20px; align-items: flex-start; flex-direction: column; }
  .services-section, .approach { padding-block: 90px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card:last-child:nth-child(odd) { grid-column: auto; width: auto; }
  .service-card-media { height: clamp(175px, 56vw, 225px); }
  .service-card-top { padding-inline: 20px; }
  .service-card-content { padding: 18px 20px 24px; }
  .steps li { grid-template-columns: 42px 1fr; gap: 12px; }
  .why-card { padding: 16px; }
  .why-copy { padding: 24px 10px; }
  .cta-section { padding-block: 88px; }
  .cta-section .shell > div { align-items: flex-start; flex-direction: column; }
  .cta-section a { width: 100px; height: 100px; font-size: 38px; }
  .footer-inner { padding-block: 34px; align-items: flex-start; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
  .contact-layout { padding-block: 30px 75px; }
  .back-link { margin-bottom: 38px; }
  .contact-copy h1 { font-size: clamp(73px, 24vw, 105px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
