:root {
  --ink: #10120f;
  --paper: #f4f4ed;
  --white: #fcfcf7;
  --line: #d7d8ce;
  --muted: #62665d;
  --lime: #b9ef46;
  --lime-dark: #86b51e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  color: var(--white);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 23px;
  font-weight: 900;
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 3px; color: #a9ada4; font-size: 11px; letter-spacing: .08em; }
nav { display: flex; gap: 30px; font-size: 13px; font-weight: 700; }
nav a { color: #c8cbc3; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--lime); }
nav a[aria-current="page"] { color: var(--lime); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 80px;
  align-items: center;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 100px;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.07) 50%, transparent 50.1%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    var(--ink);
  background-size: 100% 100%, 100% 72px, auto;
  color: var(--white);
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  width: 9px;
  height: 190px;
  background: var(--lime);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero .eyebrow { color: #b8bbb2; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime-dark); }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.hero-lead {
  max-width: 620px;
  margin: 32px 0 0;
  color: #bfc2ba;
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #c9ff58; }
.button-secondary { border: 1px solid #454940; color: var(--white); }
.button-secondary:hover { background: #22251f; }

.hero-panel { border: 1px solid #383c34; background: rgba(17,20,16,.76); box-shadow: 24px 24px 0 rgba(185,239,70,.09); }
.panel-topline, .panel-footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; color: #8f9489; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.status { color: #c7cbc1; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.panel-path { display: grid; grid-template-columns: 36px 1fr auto; gap: 14px; align-items: center; min-height: 132px; padding: 26px 22px; border-top: 1px solid #383c34; }
.accent-path { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.path-number { align-self: start; padding-top: 3px; color: #757a70; font-size: 11px; }
.accent-path .path-number { color: #5f7c1c; }
.panel-path p { margin: 0 0 8px; color: #858a80; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.accent-path p { color: #55701a; }
.panel-path strong { font-size: 20px; }
.arrow { font-size: 24px; }
.panel-footer { border-top: 1px solid #383c34; }
.panel-footer strong { color: var(--white); font-size: 12px; letter-spacing: 0; text-transform: none; }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px 70px; align-items: end; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); transition: background .2s ease, transform .2s ease; }
.service-card:hover { position: relative; z-index: 1; background: var(--white); transform: translateY(-5px); }
.card-number { display: block; margin-bottom: 70px; color: var(--lime-dark); font-size: 12px; font-weight: 900; }
.service-card h3 { margin: 0 0 16px; font-size: 22px; line-height: 1.15; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card small { display: block; margin-top: 26px; color: #8a8e84; font-size: 11px; line-height: 1.6; }

.clients-section { padding: 100px 0; background: #dfe0d7; }
.clients-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.clients-heading { margin-bottom: 44px; }
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bfc1b7; border-left: 1px solid #bfc1b7; }
.client-placeholder { min-height: 200px; display: grid; grid-template-rows: auto 1fr auto; padding: 22px; border-right: 1px solid #bfc1b7; border-bottom: 1px solid #bfc1b7; background: rgba(255,255,255,.24); }
.client-placeholder > span { color: #858a80; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.client-placeholder > strong { align-self: center; justify-self: center; color: var(--lime-dark); font-size: 38px; font-weight: 400; }
.client-placeholder > small { color: #777b72; font-size: 10px; font-weight: 750; }

.gallery-section { padding: 110px 0; background: var(--ink); color: var(--white); }
.gallery-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.gallery-heading .eyebrow { color: #a9ada4; }
.gallery-heading > p:last-child { color: #b2b6ad; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #363a32; border: 1px solid #363a32; }
.gallery-placeholder {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #1a1d18;
  background-size: 44px 44px;
}
.gallery-placeholder:nth-child(1), .gallery-placeholder:nth-child(5) { grid-column: span 2; }
.placeholder-topline { display: flex; justify-content: space-between; color: #7f8479; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.placeholder-mark { position: relative; align-self: center; width: 74px; height: 58px; border: 1px solid #51564b; }
.placeholder-mark span, .placeholder-mark i { position: absolute; top: 50%; left: 50%; display: block; background: var(--lime); transform: translate(-50%, -50%); }
.placeholder-mark span { width: 24px; height: 2px; }
.placeholder-mark i { width: 2px; height: 24px; }
.placeholder-caption { position: relative; z-index: 1; padding-top: 22px; border-top: 1px solid #41453d; }
.placeholder-caption h3 { margin: 0 0 8px; font-size: 20px; }
.placeholder-caption p { margin: 0; color: #8f9489; font-size: 11px; }

.app-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  background: #dfe0d7;
}
.app-intro h2, .author-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; }
.app-description { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.module-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.module-list span { padding: 10px 13px; border: 1px solid #bfc1b7; background: rgba(255,255,255,.35); color: #4e524a; font-size: 11px; font-weight: 750; }
.app-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 42px; padding-top: 24px; border-top: 1px solid #bfc1b7; font-size: 12px; font-weight: 800; }
.app-meta small { display: block; margin-bottom: 7px; color: #898d83; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.report-window { padding: 12px; background: #20231d; box-shadow: 24px 24px 0 rgba(16,18,15,.1); }
.window-bar { display: flex; align-items: center; justify-content: space-between; height: 44px; padding: 0 12px; color: #a8aca2; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.window-bar div { display: flex; gap: 5px; }
.window-bar i { width: 6px; height: 6px; border-radius: 50%; background: #5d6257; }
.window-bar b { padding: 4px 7px; background: var(--lime); color: var(--ink); font-size: 9px; }
.report-sheet { min-height: 480px; padding: clamp(24px, 4vw, 44px); background: var(--white); }
.sheet-header { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: center; padding-bottom: 22px; border-bottom: 2px solid var(--ink); }
.sheet-logo { display: grid; width: 38px; height: 38px; place-items: center; background: var(--lime); font-size: 20px; font-weight: 900; }
.sheet-header strong, .sheet-header small { display: block; }
.sheet-header strong { font-size: 12px; }
.sheet-header small { margin-top: 4px; color: #797d74; font-size: 9px; }
.sheet-date { color: #8a8e84; font-size: 11px; }
.sheet-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; padding: 16px; background: #eff0e9; font-size: 11px; }
.sheet-summary span small { display: block; margin-bottom: 7px; color: #898d83; font-size: 8px; text-transform: uppercase; }
.sheet-summary b { color: #5a7d0e; }
.sheet-table { border-top: 1px solid #cfd1c7; font-size: 9px; }
.sheet-table > div { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 10px; padding: 13px 8px; border-bottom: 1px solid #dcddd5; }
.sheet-table .table-head { background: var(--ink); color: var(--white); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.sheet-table b { color: #5a7d0e; font-size: 8px; }
.sheet-signatures { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; color: #777b72; font-size: 8px; }
.sheet-signatures span { padding-top: 8px; border-top: 1px solid #aeb1a7; }

.compact-heading { margin-bottom: 42px; }
.step-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.step-list li { display: grid; grid-template-columns: 38px 1fr; gap: 18px; min-height: 190px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step-list > li > span { color: var(--lime-dark); font-size: 11px; font-weight: 900; }
.step-list h3 { margin: 0 0 12px; font-size: 20px; }
.step-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.author-section { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 600px; background: var(--ink); color: var(--white); }
.author-index { display: grid; place-items: center; border-right: 1px solid #34382f; color: var(--lime); font-family: Georgia, serif; font-size: clamp(120px, 18vw, 260px); font-style: italic; line-height: 1; }
.author-copy { align-self: center; max-width: 720px; padding: 80px clamp(32px, 7vw, 110px); }
.author-copy .eyebrow { color: #a9ada4; }
.author-copy > p:last-child { max-width: 620px; margin: 32px 0 0; color: #b2b6ad; font-size: 16px; line-height: 1.8; }

.contact-section {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
  padding: 110px max(24px, calc((100vw - 1180px) / 2));
  background: var(--lime);
}
.contact-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; }
.contact-copy > p:last-child { max-width: 620px; margin: 28px 0 0; color: #46502f; font-size: 16px; line-height: 1.8; }
.contact-copy .eyebrow { color: #4f601f; }
.contact-copy .eyebrow span { background: var(--ink); }
.contact-panel { padding: 28px; border: 1px solid rgba(16,18,15,.32); background: rgba(252,252,247,.38); }
.contact-index { display: block; margin-bottom: 62px; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.contact-panel div { padding: 18px 0; border-top: 1px solid rgba(16,18,15,.22); }
.contact-panel small, .contact-panel strong { display: block; }
.contact-panel small { margin-bottom: 7px; color: #5b663c; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-panel strong { font-size: 14px; }

.offer-page { min-height: 100vh; background: var(--paper); }
.offer-hero {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  align-items: end;
  padding: 170px max(24px, calc((100vw - 1180px) / 2)) 90px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    var(--ink);
  background-size: 100% 72px, auto;
  color: var(--white);
}
.offer-hero h1 { margin: 0; font-size: clamp(58px, 8vw, 106px); line-height: .92; letter-spacing: -.06em; }
.offer-hero h1 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.offer-hero-copy > p:last-child { max-width: 650px; margin: 30px 0 0; color: #bfc2ba; font-size: 17px; line-height: 1.75; }
.offer-summary { border: 1px solid #3a3e35; background: #171a15; }
.offer-summary > span { display: block; padding: 17px 22px; color: #858a80; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.offer-summary div { display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: center; padding: 22px; border-top: 1px solid #3a3e35; }
.offer-summary strong { color: var(--lime); font-size: 26px; }
.offer-summary small { color: #c5c9bf; font-size: 12px; line-height: 1.5; }
.offer-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.offer-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: end; margin-bottom: 64px; }
.offer-intro h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1; letter-spacing: -.05em; }
.offer-intro p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.offer-list { border-top: 1px solid var(--line); }
.offer-item { display: grid; grid-template-columns: 90px .9fr 1.1fr; gap: 34px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.offer-number { color: var(--lime-dark); font-size: 12px; font-weight: 900; }
.offer-item h3 { margin: 0 0 14px; font-size: 28px; line-height: 1.1; }
.offer-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.offer-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.offer-points li { position: relative; padding: 12px 12px 12px 30px; border: 1px solid var(--line); background: rgba(255,255,255,.35); font-size: 12px; font-weight: 750; }
.offer-points li::before { content: ""; position: absolute; top: 17px; left: 13px; width: 7px; height: 7px; background: var(--lime-dark); }
.offer-note { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 80px max(24px, calc((100vw - 1180px) / 2)); background: #dfe0d7; }
.offer-note h2 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.05em; }
.offer-note-copy p { margin: 22px 0 0; color: var(--muted); line-height: 1.75; }
.offer-note-panel { padding: 28px; border-left: 8px solid var(--lime); background: var(--white); }
.offer-note-panel small, .offer-note-panel strong { display: block; }
.offer-note-panel small { margin-bottom: 10px; color: #858a80; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.offer-note-panel strong { font-size: 18px; line-height: 1.45; }
.offer-back { display: inline-flex; margin-top: 24px; font-size: 12px; font-weight: 900; }
.offer-back:hover { color: var(--lime-dark); }

footer { display: flex; align-items: center; justify-content: space-between; padding: 32px max(24px, calc((100vw - 1180px) / 2)); background: #090a08; color: #8e9388; font-size: 11px; }
footer strong, footer span { display: block; }
footer strong { color: var(--white); font-size: 13px; }
footer span { margin-top: 5px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 140px; }
  .hero-panel { max-width: 600px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .client-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-placeholder:nth-child(1), .gallery-placeholder:nth-child(5) { grid-column: span 1; }
  .section-heading { grid-template-columns: 1fr; }
  .app-section { grid-template-columns: 1fr; }
  .report-window { max-width: 720px; }
  .author-section { grid-template-columns: 1fr; }
  .author-index { min-height: 280px; border-right: 0; border-bottom: 1px solid #34382f; }
  .contact-section { grid-template-columns: 1fr; gap: 52px; }
  .offer-hero { grid-template-columns: 1fr; gap: 48px; align-items: center; }
  .offer-intro, .offer-note { grid-template-columns: 1fr; }
  .offer-item { grid-template-columns: 60px 1fr; }
  .offer-points { grid-column: 2; }
}
@media (max-width: 640px) {
  .site-header { align-items: flex-start; }
  nav { gap: 14px; padding-top: 13px; font-size: 11px; }
  nav .mobile-secondary { display: none; }
  .hero { min-height: auto; padding-bottom: 72px; }
  .hero h1 { font-size: 49px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .card-number { margin-bottom: 44px; }
  .clients-section { padding: 80px 0; }
  .client-grid { grid-template-columns: 1fr; }
  .client-placeholder { min-height: 170px; }
  .gallery-section { padding: 80px 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-placeholder { min-height: 280px; }
  .app-section { padding-top: 80px; padding-bottom: 80px; }
  .app-meta { grid-template-columns: 1fr; }
  .report-sheet { min-height: 410px; padding: 22px; }
  .sheet-table > div { grid-template-columns: 1.3fr .7fr .8fr; gap: 5px; }
  .step-list { grid-template-columns: 1fr; }
  .author-copy { padding: 64px 24px; }
  .contact-section { padding-top: 80px; padding-bottom: 80px; }
  .contact-index { margin-bottom: 42px; }
  .offer-hero { min-height: auto; padding-top: 150px; padding-bottom: 72px; }
  .offer-hero h1 { font-size: 60px; }
  .offer-content { padding: 80px 0; }
  .offer-item { grid-template-columns: 1fr; gap: 18px; }
  .offer-points { grid-column: 1; grid-template-columns: 1fr; }
  .offer-note { gap: 40px; padding-top: 80px; padding-bottom: 80px; }
  footer { flex-direction: column; gap: 8px; }
}
