:root {
  --paper: #f4f0e8;
  --paper-dark: #e9e3d7;
  --ink: #1d1d1b;
  --muted: #72716b;
  --line: #d8d2c5;
  --accent: #d2f04a;
  --accent-strong: #a8cb18;
  --night: #22221f;
  --white: #fffdf8;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.section-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }

.site-header { align-items: center; display: flex; gap: 36px; height: 92px; justify-content: space-between; margin: 0 auto; max-width: 1280px; padding: 0 32px; }
.brand { align-items: center; display: inline-flex; font-size: 17px; font-weight: 800; gap: 10px; letter-spacing: .12em; }
.brand-mark { align-items: center; background: var(--accent); border-radius: 50%; display: inline-flex; font-size: 19px; height: 29px; justify-content: center; letter-spacing: 0; transform: rotate(-15deg); width: 29px; }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a, .header-phone, .footer-link { color: var(--muted); font-size: 13px; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover, .header-phone:hover, .footer-link:hover { color: var(--ink); }
.header-phone { color: var(--ink); font-family: var(--mono); font-size: 12px; }
.header-phone span { color: var(--accent-strong); font-size: 16px; margin-left: 5px; }
.menu-toggle { background: none; border: 0; display: none; font-size: 22px; padding: 4px; }

.hero { display: grid; gap: 48px; grid-template-columns: .92fr 1.08fr; min-height: 590px; padding-bottom: 85px; padding-top: 71px; }
.eyebrow { align-items: center; color: var(--muted); display: flex; font-family: var(--mono); font-size: 11px; gap: 9px; letter-spacing: .05em; margin: 0 0 25px; text-transform: uppercase; }
.status-dot { background: var(--accent-strong); border-radius: 50%; box-shadow: 0 0 0 5px rgba(168, 203, 24, .16); height: 7px; width: 7px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-size: clamp(47px, 6vw, 82px); letter-spacing: -.075em; line-height: .99; margin-bottom: 27px; }
h1 em, h2 em, blockquote em { color: var(--accent-strong); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.06em; }
.hero-text { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 430px; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin-top: 35px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 12px; font-weight: 800; gap: 15px; justify-content: center; letter-spacing: .01em; min-height: 52px; padding: 0 22px; transition: background .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: #3a3a34; }
.button span { color: var(--accent); font-size: 18px; line-height: 1; }
.text-link { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; padding-bottom: 3px; }
.text-link span { color: var(--accent-strong); font-size: 16px; margin-left: 5px; }
.hero-note { color: var(--muted); font-family: var(--mono); font-size: 10px; margin-top: 55px; }
.hero-note span { color: var(--accent-strong); font-size: 17px; margin-right: 8px; vertical-align: -2px; }

.hero-visual { background: #ddd7c8; min-height: 505px; overflow: hidden; position: relative; }
.sun-disc { background: var(--accent); border-radius: 50%; height: 380px; left: 50%; position: absolute; top: 47%; transform: translate(-50%, -50%); width: 380px; }
.phone-device { background: #171715; border: 9px solid #2b2b27; border-radius: 39px; box-shadow: 20px 31px 42px rgba(44, 43, 32, .22); height: 384px; left: 50%; padding: 8px; position: absolute; top: 53%; transform: translate(-50%, -50%) rotate(11deg); width: 202px; z-index: 2; }
.phone-device::before { background: #0f0f0e; border-radius: 0 0 12px 12px; content: ''; height: 17px; left: 50%; position: absolute; top: -1px; transform: translateX(-50%); width: 83px; z-index: 3; }
.phone-screen { background: linear-gradient(155deg, #303c30, #738849 49%, #c6e269); border-radius: 24px; height: 100%; overflow: hidden; position: relative; }
.screen-time { color: rgba(255,255,255,.95); font-family: var(--mono); font-size: 10px; left: 17px; position: absolute; top: 17px; z-index: 2; }
.screen-orbit { border: 1px solid rgba(255,255,255,.5); border-radius: 50%; height: 265px; left: -45px; position: absolute; top: 83px; transform: rotate(20deg); width: 265px; }
.orbit-two { height: 220px; left: 50px; top: 133px; transform: rotate(-35deg); width: 220px; }
.screen-star { color: #fff; font-size: 48px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.screen-bottom { bottom: 18px; color: rgba(255,255,255,.7); font-family: var(--mono); font-size: 7px; left: 17px; letter-spacing: .15em; position: absolute; }
.repair-card { background: var(--white); box-shadow: 0 10px 20px rgba(55, 51, 39, .1); display: flex; flex-direction: column; gap: 11px; padding: 16px 18px; position: absolute; z-index: 3; }
.repair-card span { color: var(--muted); font-family: var(--mono); font-size: 10px; }
.repair-card strong { font-size: 12px; letter-spacing: -.03em; line-height: 1.15; }
.repair-card-top { right: 35px; top: 43px; transform: rotate(5deg); }
.repair-card-bottom { bottom: 45px; left: 28px; transform: rotate(-6deg); }
.visual-caption { bottom: 22px; color: rgba(29,29,27,.63); font-family: var(--mono); font-size: 9px; line-height: 1.6; position: absolute; right: 26px; text-align: right; text-transform: uppercase; }

.trust-strip { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); margin-inline: auto; max-width: 1180px; padding: 25px 0; }
.trust-item { border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; padding: 0 28px; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { font-size: 19px; letter-spacing: -.05em; }
.trust-item > span { color: var(--muted); font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.stars { color: var(--accent-strong); font-size: 11px; letter-spacing: 2px; margin-left: 4px; }
.trust-quote { color: var(--muted); font-family: Georgia, serif; font-size: 15px; line-height: 1.3; }

.services { padding-bottom: 125px; padding-top: 145px; }
.section-heading { align-items: end; display: flex; gap: 60px; justify-content: space-between; margin-bottom: 55px; }
.section-heading h2 { font-size: clamp(42px, 5vw, 64px); margin-bottom: 0; }
.section-intro { color: var(--muted); font-size: 14px; line-height: 1.75; margin-bottom: 6px; max-width: 335px; }
.service-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.service-card { background: #ece7dc; min-height: 310px; padding: 29px 31px 27px; position: relative; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-5px); }
.service-card-featured { background: var(--accent); }
.service-card-dark { background: var(--night); color: var(--white); }
.service-icon { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-family: Georgia, serif; font-size: 26px; height: 48px; justify-content: center; margin-bottom: 38px; width: 48px; }
.icon-crack { font-size: 30px; }
.icon-battery { font-size: 32px; transform: rotate(90deg); }
.icon-wrench { font-size: 34px; font-family: var(--sans); font-weight: 300; }
.service-meta { color: var(--muted); display: flex; font-family: var(--mono); font-size: 9px; justify-content: space-between; margin-bottom: 13px; text-transform: uppercase; }
.service-card-featured .service-meta { color: rgba(29,29,27,.65); }
.service-card-dark .service-meta { color: rgba(255,255,255,.55); }
.service-card h3 { font-size: 25px; letter-spacing: -.06em; margin-bottom: 12px; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 25px; max-width: 430px; }
.service-card-featured p { color: rgba(29,29,27,.72); }
.service-card-dark p { color: rgba(255,255,255,.65); }
.card-link { bottom: 27px; font-size: 11px; font-weight: 800; left: 31px; position: absolute; }
.card-link span { color: var(--accent-strong); font-size: 17px; margin-left: 6px; }
.service-card-dark .card-link span { color: var(--accent); }

.manifesto { border-top: 1px solid var(--line); padding-bottom: 130px; padding-top: 52px; }
.manifesto blockquote { font-size: clamp(39px, 5.8vw, 76px); letter-spacing: -.075em; line-height: 1.03; margin: 55px 0 47px; }
.manifesto-footer { align-items: center; color: var(--muted); display: flex; font-family: var(--mono); font-size: 10px; gap: 17px; text-transform: uppercase; }
.manifesto-line { background: var(--line); height: 1px; max-width: 195px; width: 20vw; }

.process { border-top: 1px solid var(--line); padding-bottom: 145px; padding-top: 55px; }
.process-heading { margin-bottom: 60px; }
.process-list { border-top: 1px solid var(--line); }
.process-step { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 36px; grid-template-columns: 72px 1fr 30px; min-height: 105px; }
.step-number { color: var(--accent-strong); font-family: var(--mono); font-size: 11px; }
.process-step h3 { font-size: 18px; letter-spacing: -.04em; margin-bottom: 4px; }
.process-step p { color: var(--muted); font-size: 13px; margin-bottom: 0; }
.step-arrow { color: var(--muted); font-size: 21px; transition: color .2s ease, transform .2s ease; }
.process-step:hover .step-arrow { color: var(--ink); transform: translate(3px, -3px); }

.contact-section { background: var(--night); color: var(--white); display: block; margin-bottom: 80px; padding: 72px 85px 80px; }
.contact-copy { max-width: 650px; }
.contact-section .eyebrow { color: rgba(255,255,255,.55); }
.contact-section h2 { font-size: clamp(44px, 5vw, 65px); margin-bottom: 24px; }
.contact-section h2 em { color: var(--accent); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.7; max-width: 370px; }
.contact-details { display: flex; flex-direction: column; gap: 13px; margin-top: 72px; }
.contact-details a { color: var(--accent); font-family: var(--mono); font-size: 13px; }
.contact-details a span { font-size: 17px; margin-left: 7px; }
.contact-details > span { color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.6; }
.site-footer { align-items: start; display: grid; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 35px; }
.site-footer p { color: var(--muted); font-family: var(--mono); font-size: 9px; line-height: 1.7; margin: 2px 0 0; text-transform: uppercase; }
.footer-link { justify-self: end; }
.footer-link span { color: var(--accent-strong); font-size: 16px; margin-left: 7px; }

@media (max-width: 800px) {
  .section-shell { width: min(100% - 40px, 560px); }
  .site-header { height: 72px; padding: 0 20px; }
  .main-nav, .header-phone { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav.is-open { background: var(--paper); display: flex; flex-direction: column; gap: 20px; left: 0; padding: 22px 20px; position: absolute; right: 0; top: 72px; z-index: 10; }
  .hero { display: flex; flex-direction: column; gap: 50px; min-height: auto; padding-bottom: 60px; padding-top: 45px; }
  h1 { font-size: clamp(47px, 14vw, 72px); }
  .hero-visual { min-height: 400px; }
  .sun-disc { height: 300px; width: 300px; }
  .phone-device { height: 315px; width: 167px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); width: min(100% - 40px, 560px); }
  .trust-item { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 70px; padding: 12px 17px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: 0; }
  .trust-item:nth-child(3) { padding-left: 0; }
  .services, .process { padding-bottom: 80px; padding-top: 90px; }
  .section-heading { align-items: start; flex-direction: column; gap: 28px; margin-bottom: 40px; }
  .section-heading h2 { font-size: clamp(43px, 12vw, 60px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .manifesto { padding-bottom: 90px; }
  .manifesto blockquote { font-size: clamp(40px, 11vw, 64px); margin-block: 40px; }
  .manifesto-footer { align-items: start; flex-direction: column; gap: 10px; }
  .manifesto-line { width: 100%; }
  .contact-section { margin-bottom: 60px; padding: 55px 25px 60px; }
  .contact-details { margin-top: 45px; }
  .site-footer { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 420px) {
  .hero-actions { align-items: start; flex-direction: column; gap: 20px; }
  .button-primary { width: 100%; }
  .repair-card-top { right: 15px; top: 27px; }
  .repair-card-bottom { bottom: 25px; left: 12px; }
  .visual-caption { right: 14px; }
  .process-step { gap: 15px; grid-template-columns: 42px 1fr 18px; }
  .process-step p { font-size: 12px; }
}
