@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #173b35;
  --ink-dark: #102c28;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --orange: #eb6b3a;
  --yellow: #efbd4e;
  --sage: #cbd8c1;
  --muted: #64736f;
  --line: rgba(23, 59, 53, .16);
  --shadow: 0 20px 50px rgba(26, 52, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  width: min(1200px, calc(100% - 48px));
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 500 13px/1.05 "Manrope", sans-serif; letter-spacing: -.02em; }
.brand strong { font-size: 17px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; background: var(--yellow); border-radius: 50%; }
.brand-mark svg { width: 31px; height: 31px; fill: var(--ink); }
.brand-mark .brand-stroke { fill: none; stroke: var(--ink); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .brand-tool { fill: var(--orange); stroke: var(--ink); stroke-width: 2; stroke-linejoin: round; }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
nav > a:not(.button) { position: relative; }
nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; background: var(--orange); left: 0; right: 100%; bottom: -5px; transition: right .2s ease; }
nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 27px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background: var(--orange);
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(235, 107, 58, .22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #db5c2d; box-shadow: 0 14px 28px rgba(235, 107, 58, .3); }
.button-small { min-height: 42px; padding: 0 21px; font-size: 13px; }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding: 6px 0 3px; }
.text-link span { margin-left: 6px; }

.hero {
  width: min(1200px, calc(100% - 48px));
  min-height: 650px;
  margin: 15px auto 80px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 40px;
}
.eyebrow { margin: 0 0 19px; color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font: 800 12px/1 "Manrope", sans-serif; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(54px, 6vw, 84px); }
h1 span { color: var(--orange); }
.lead { max-width: 520px; margin: 0 0 34px; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.trust-list { display: flex; gap: 26px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; font-weight: 600; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--orange); font-weight: 800; }

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 600px;
  overflow: hidden;
  border-radius: 36% 8px 8px 8px;
  background: var(--sage);
}
.hero-visual::before { content: ""; position: absolute; width: 70%; height: 80%; left: 13%; bottom: -27%; border: 2px solid rgba(23, 59, 53, .12); border-radius: 50%; }
.sun { position: absolute; width: 190px; height: 190px; right: 25px; top: 35px; background: var(--yellow); border-radius: 50%; }
.portrait { position: absolute; width: 83%; left: 10%; bottom: -1%; }
.portrait svg { width: 100%; }
.portrait path { stroke: var(--ink); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.body, .arm { fill: var(--ink); }
.shirt { fill: #f2d6b1; }
.neck, .face, .ear { fill: #d9a67e; }
.hair { fill: var(--ink); }
.brow, .eyes, .nose, .smile { fill: none; }
.overall { fill: var(--orange); }
.pocket { fill: none; }
.tool-card { position: absolute; z-index: 4; width: 94px; height: 94px; display: grid; place-items: center; background: var(--paper); border-radius: 10px; box-shadow: var(--shadow); transform: rotate(-5deg); }
.tool-card svg { width: 57px; fill: none; stroke: var(--ink); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.card-one { left: 20px; top: 105px; }
.card-two { right: 23px; top: 245px; transform: rotate(7deg); }
.badge { position: absolute; z-index: 5; left: 30px; bottom: 25px; width: 145px; height: 145px; padding: 26px 18px; display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--ink); border: 6px solid var(--paper); border-radius: 50%; text-align: center; transform: rotate(-8deg); }
.badge::before { content: "★"; color: var(--yellow); font-size: 19px; }
.badge strong { font: 700 17px "Manrope"; }
.badge span { font-size: 12px; }

.section { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 20px 80px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
h2 { margin-bottom: 0; font-size: clamp(39px, 4.8vw, 62px); }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 17px; }
.services { border-top: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 310px; padding: 25px 25px 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--cream); border-color: transparent; }
.service-number { align-self: flex-end; color: #97a39f; font: 700 12px "Manrope"; }
.service-icon { width: 52px; height: 52px; margin: 27px 0 30px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); font-size: 28px; }
.service-card h3 { margin-bottom: 12px; font-size: 21px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.process { background: var(--ink); color: var(--paper); }
.process-inner { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.eyebrow.light { color: var(--yellow); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { margin: 0; }
.steps li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--yellow); font: 800 16px "Manrope"; }
.steps h3 { margin-bottom: 6px; font-size: 21px; letter-spacing: -.02em; }
.steps p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }

.why { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.why-visual { min-height: 520px; position: relative; padding: 60px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 8px; background: var(--yellow); }
.why-visual::before, .why-visual::after { content: ""; position: absolute; border-radius: 50%; border: 40px solid var(--orange); opacity: .86; }
.why-visual::before { width: 300px; height: 300px; right: -100px; top: -100px; }
.why-visual::after { width: 450px; height: 450px; left: -260px; bottom: -230px; }
.why-visual strong, .why-visual span { position: relative; z-index: 2; font-family: "Manrope"; line-height: 1; }
.why-visual strong { font-size: clamp(50px, 6vw, 82px); letter-spacing: -.07em; }
.why-visual span { margin-top: 12px; color: var(--orange); font-size: 32px; font-weight: 800; }
.measure-line { position: absolute; z-index: 1; width: 120%; height: 50px; left: -10%; top: 38%; background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 28px); opacity: .2; transform: rotate(-11deg); }
.lead-small { margin: 30px 0 38px; color: var(--muted); font-size: 17px; }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.benefits div { padding-top: 16px; border-top: 2px solid var(--ink); display: flex; flex-direction: column; }
.benefits strong { font: 700 15px "Manrope"; }
.benefits span { color: var(--muted); font-size: 13px; }

.contact { padding: 120px 24px; color: #fff; background: var(--orange); text-align: center; }
.contact-inner { max-width: 790px; margin: 0 auto; }
.contact h2 { font-size: clamp(46px, 6vw, 76px); }
.contact p:not(.eyebrow) { max-width: 550px; margin: 25px auto 35px; color: rgba(255,255,255,.82); font-size: 17px; }
.button-light { color: var(--ink); background: var(--paper); box-shadow: none; }
.button-light:hover { color: #fff; background: var(--ink); }

footer { width: min(1200px, calc(100% - 48px)); min-height: 130px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 13px; color: var(--muted); }
footer > p:nth-child(2) { text-align: center; }
footer > p:last-child { text-align: right; }
.brand-footer { color: var(--ink); }

@media (max-width: 900px) {
  .site-header { width: min(100% - 36px, 1200px); height: 82px; }
  .menu-toggle { width: 42px; height: 42px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; border-radius: 50%; color: var(--ink); background: var(--cream); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 100%; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  nav { position: fixed; inset: 82px 0 0; padding: 55px 30px; flex-direction: column; align-items: stretch; gap: 7px; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .menu-open nav { opacity: 1; visibility: visible; transform: none; }
  nav a { padding: 12px; font-size: 20px; text-align: center; }
  .hero { grid-template-columns: 1fr; margin-top: 45px; }
  .hero-copy { max-width: 650px; }
  .hero-visual { min-height: 620px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-inner { grid-template-columns: 1fr; gap: 60px; }
  .why { gap: 40px; }
}

@media (max-width: 620px) {
  .site-header, .hero, .section, .process-inner, footer { width: min(100% - 32px, 1200px); }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero { min-height: 0; margin-bottom: 55px; gap: 55px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-list { flex-direction: column; gap: 8px; }
  .hero-visual { min-height: 440px; border-radius: 90px 7px 7px; }
  .sun { width: 135px; height: 135px; }
  .tool-card { width: 68px; height: 68px; }
  .tool-card svg { width: 42px; }
  .card-one { left: 8px; top: 86px; }
  .card-two { right: 10px; top: 180px; }
  .badge { width: 112px; height: 112px; left: 12px; bottom: 12px; padding: 15px 8px; }
  .badge strong { font-size: 14px; }
  .badge span { font-size: 10px; }
  .section { padding: 75px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .process-inner { padding: 80px 0; }
  .why { grid-template-columns: 1fr; }
  .why-visual { min-height: 390px; padding: 34px; }
  .benefits { grid-template-columns: 1fr; }
  .contact { padding: 85px 18px; }
  footer { padding: 32px 0; grid-template-columns: 1fr; gap: 13px; text-align: center; }
  footer > p:nth-child(2), footer > p:last-child { margin: 0; text-align: center; }
  .brand-footer { justify-self: center; }
}

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