:root {
  --ink: #171915;
  --paper: #f3f0e8;
  --cream: #e7e0d2;
  --acid: #d8ff42;
  --muted: #777a71;
  --line: rgba(23, 25, 21, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  min-height: 94px;
  padding: 18px clamp(22px, 4vw, 70px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--ink); color: var(--acid);
  font-family: "Unbounded", sans-serif;
  font-size: 13px; font-weight: 600;
}
.brand-name { font-size: 14px; font-weight: 800; line-height: 1.05; text-transform: uppercase; letter-spacing: .02em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.desktop-nav a { transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: .55; }
.header-phone { font-weight: 800; font-size: 17px; text-align: right; line-height: 1.3; }
.header-phone span { display: block; font-size: 10px; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.section-pad { padding-left: clamp(22px, 6vw, 96px); padding-right: clamp(22px, 6vw, 96px); }

.hero {
  min-height: calc(100vh - 94px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  gap: clamp(30px, 5vw, 84px);
  align-items: center;
  padding-top: 64px;
  padding-bottom: 68px;
  overflow: hidden;
}
.eyebrow, .section-number { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 800; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(216, 255, 66, .28); }
h1, h2 { font-family: "Unbounded", sans-serif; letter-spacing: -.045em; line-height: .98; margin: 0; font-weight: 600; }
h1 { max-width: 850px; font-size: clamp(45px, 6.2vw, 96px); }
h1 em { display: block; color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.hero-lead { max-width: 650px; font-size: clamp(17px, 1.45vw, 21px); color: #55584f; margin: 34px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 35px;
  min-height: 58px; padding: 0 25px; border-radius: 2px;
  font-weight: 800; transition: transform .2s ease, background .2s ease;
}
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { transform: translateY(-3px); background: #2a2d27; }
.button span { color: var(--acid); font-size: 22px; }
.text-link { font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link span { margin-left: 8px; }
.hero-facts { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts strong { font-family: "Unbounded", sans-serif; font-size: clamp(20px, 2vw, 28px); }
.hero-facts span { color: var(--muted); font-size: 12px; max-width: 110px; }

.hero-visual { min-height: 650px; position: relative; display: grid; place-items: end center; }
.hero-visual::before {
  content: ""; position: absolute; inset: 2% 0 5% 10%;
  background: var(--acid); border-radius: 48% 48% 4px 4px;
  transform: rotate(3deg);
}
.hero-photo-wrap { width: min(92%, 500px); height: 610px; overflow: hidden; position: relative; z-index: 1; border-radius: 48% 48% 4px 4px; background: #c9c6bd; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.86) contrast(1.03); }
.hero-stamp {
  position: absolute; top: 8%; left: 0; z-index: 2;
  width: 130px; height: 130px; border-radius: 50%;
  border: 1px solid rgba(23,25,21,.28); background: rgba(243,240,232,.9);
  backdrop-filter: blur(8px); display: flex; flex-direction: column; align-items: center; justify-content: center;
  transform: rotate(-12deg); text-transform: uppercase; font-size: 9px; letter-spacing: .14em;
}
.hero-stamp b { font-family: "Unbounded", sans-serif; font-size: 11px; letter-spacing: -.02em; margin-top: 4px; }
.hero-note {
  position: absolute; z-index: 3; right: -5%; bottom: 4%;
  width: min(330px, 78%); padding: 18px; background: var(--ink); color: white;
  display: flex; gap: 14px; align-items: center; box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.hero-note p { margin: 0; font-size: 12px; }
.hero-note b { font-size: 14px; }
.note-icon { flex: 0 0 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--acid); color: var(--ink); font-weight: 900; }

.promise { padding-top: 110px; padding-bottom: 110px; display: grid; grid-template-columns: 1fr 3fr; border-top: 1px solid var(--line); }
.promise-content { display: grid; grid-template-columns: 1.3fr 1fr; gap: 8vw; align-items: end; }
h2 { font-size: clamp(38px, 5vw, 76px); }
.promise-content p { margin: 0; font-size: 18px; color: #55584f; max-width: 530px; }

.services { padding-top: 110px; padding-bottom: 125px; background: #e8e4da; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; margin-bottom: 68px; }
.section-heading h2 { max-width: 950px; }
.service-list { border-top: 1px solid var(--ink); }
.service-row {
  display: grid; grid-template-columns: 70px 1.2fr 1fr 190px; gap: 28px;
  padding: 30px 0; align-items: center; border-bottom: 1px solid var(--line);
}
.service-index { font-size: 11px; color: var(--muted); }
.service-row h3 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(18px, 2vw, 27px); line-height: 1.2; }
.service-row p { margin: 0; color: #63665d; font-size: 14px; }
.service-price { text-align: right; font-weight: 800; font-size: 13px; }

.works { background: var(--ink); color: white; padding-top: 115px; padding-bottom: 125px; }
.section-number.light { color: #9da095; }
.works-heading { display: grid; grid-template-columns: 2fr 1fr; gap: 9vw; align-items: end; margin-bottom: 64px; }
.works-heading .section-number { margin-bottom: 24px; }
.works-heading p:last-child { margin: 0 0 5px; color: #a9aca2; max-width: 430px; }
.works-grid { display: grid; grid-template-columns: 1fr 1.1fr 1fr; grid-auto-rows: 260px; gap: 18px; }
.work-item { margin: 0; position: relative; overflow: hidden; background: #2b2e28; }
.work-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.work-item:hover img { transform: scale(1.035); }
.work-tall { grid-row: span 2; }
.work-wide { grid-column: span 2; }
.work-item figcaption {
  position: absolute; inset: auto 0 0; padding: 28px 20px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,.7)); font-size: 13px; font-weight: 700;
}
.work-item figcaption span { color: var(--acid); margin-right: 10px; }

.process { padding-top: 115px; padding-bottom: 125px; }
.process-list { list-style: none; padding: 0; margin: 0 0 0 25%; border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { font-family: "Unbounded", sans-serif; color: var(--muted); }
.process-list h3 { margin: 0 0 7px; font-size: 24px; }
.process-list p { margin: 0; color: #66695f; max-width: 630px; }

.cta { padding-top: 115px; padding-bottom: 115px; background: #33382f; color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.cta-copy .section-number { margin-bottom: 30px; }
.cta-copy p:last-child { color: #bcc0b5; max-width: 510px; font-size: 18px; margin-top: 28px; }
.contact-panel { border-top: 1px solid rgba(255,255,255,.4); padding-top: 23px; align-self: end; }
.contact-label { margin: 0 0 6px; color: #aeb2a8; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.big-phone { display: inline-block; font-family: "Unbounded", sans-serif; font-size: clamp(25px, 3.5vw, 50px); letter-spacing: -.05em; border-bottom: 2px solid var(--acid); padding-bottom: 6px; }
.contact-meta { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-meta div { display: grid; gap: 6px; }
.contact-meta span { color: #9da196; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-meta b { font-size: 15px; }
.contact-links { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 44px; }
.contact-links a { font-weight: 700; font-size: 13px; }
.contact-links a span { color: var(--acid); margin-left: 6px; }

.site-footer { padding: 30px clamp(22px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 12px; }
.footer-brand .brand-mark { width: 38px; height: 38px; font-size: 10px; }
.footer-brand .brand-name { font-size: 11px; }
.site-footer p { color: var(--muted); }
.site-footer > a:last-child { font-weight: 800; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr 390px; gap: 25px; }
  .hero-visual { min-height: 560px; }
  .hero-photo-wrap { height: 520px; }
  .promise, .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .promise-content { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 45px 1fr 1fr; }
  .service-price { grid-column: 2; text-align: left; }
  .works-grid { grid-template-columns: 1fr 1fr; }
  .work-wide { grid-column: span 1; }
  .process-list { margin-left: 0; }
  .cta { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .site-header { min-height: 76px; padding: 14px 18px; }
  .brand-mark { width: 42px; height: 42px; }
  .header-phone { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 60px; }
  h1 { font-size: clamp(40px, 12vw, 60px); }
  .hero-lead { margin: 25px 0; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { justify-content: space-between; }
  .text-link { align-self: flex-start; }
  .hero-facts { margin-top: 38px; }
  .hero-visual { min-height: 520px; margin-top: 5px; }
  .hero-photo-wrap { width: 92%; height: 500px; }
  .hero-stamp { width: 104px; height: 104px; left: -6px; }
  .hero-note { right: -8px; }
  .promise, .services, .works, .process, .cta { padding-top: 78px; padding-bottom: 82px; }
  .promise-content { grid-template-columns: 1fr; gap: 28px; }
  .section-heading, .works-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 44px; }
  h2 { font-size: clamp(34px, 10vw, 50px); }
  .service-row { grid-template-columns: 34px 1fr; gap: 12px 14px; padding: 25px 0; }
  .service-row p, .service-price { grid-column: 2; }
  .service-price { margin-top: 4px; }
  .works-grid { grid-template-columns: 1fr; grid-auto-rows: 410px; }
  .work-tall, .work-wide { grid-column: auto; grid-row: auto; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .process-list h3 { font-size: 20px; }
  .contact-meta { margin-top: 38px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .mobile-call {
    display: flex; position: fixed; z-index: 50; left: 0; right: 0; bottom: 0;
    min-height: 66px; padding: 0 20px; background: var(--acid); color: var(--ink);
    align-items: center; justify-content: space-between; font-weight: 900;
    box-shadow: 0 -7px 30px rgba(0,0,0,.14);
  }
  .mobile-call span { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
