:root {
  --ink: #101112;
  --ink-soft: #181918;
  --ink-lift: #252624;
  --paper: #e8e4dc;
  --paper-soft: #bcb8af;
  --paper-muted: #88867f;
  --signal: #e44b2f;
  --line: rgba(232, 228, 220, 0.16);
  --line-strong: rgba(232, 228, 220, 0.32);
  --container: 1200px;
  --gutter: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.container { width: min(var(--container), calc(100% - (var(--gutter) * 2))); margin: 0 auto; }
.section-pad { padding: 146px 0; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--paper-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow-dot { width: 7px; height: 7px; background: var(--signal); border-radius: 50%; }

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 92px;
  padding: 0 max(var(--gutter), calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid rgba(232, 228, 220, 0.13);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 4px); gap: 3px; width: 18px; height: 18px; transform: skewY(-18deg); }
.brand-mark i { display: block; background: var(--paper); }
.brand-mark i:nth-child(2) { background: var(--signal); }
.brand-mark i:nth-child(3) { background: var(--paper-muted); }
.brand-wordmark { font-size: 17px; font-weight: 700; letter-spacing: -0.04em; }
.brand-wordmark span { color: var(--paper-soft); font-weight: 400; }
.desktop-nav { display: flex; gap: 30px; margin: 0 auto; }
.desktop-nav a, .header-cta { color: var(--paper-soft); font-size: 12px; font-weight: 600; }
.desktop-nav a { transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--paper); }
.header-cta { padding: 11px 15px; border: 1px solid var(--line-strong); color: var(--paper); transition: background 180ms ease, color 180ms ease; }
.header-cta:hover { background: var(--paper); color: var(--ink); }
.menu-toggle { display: none; }
.mobile-nav { display: none; }

.hero { position: relative; display: flex; align-items: flex-end; min-height: 800px; overflow: hidden; padding: 171px 0 57px; }
.hero-image-wrap { position: absolute; inset: 0; overflow: hidden; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(16%) saturate(77%) contrast(105%); }
.hero-image-wrap::after { position: absolute; inset: 0; background: rgba(16, 17, 18, 0.22); content: ""; }
.hero-grid { display: none; }
.hero-content { position: relative; z-index: 1; }
.hero h1 { max-width: 750px; margin: 22px 0 48px; font-size: clamp(58px, 7.4vw, 116px); font-weight: 600; letter-spacing: -0.07em; line-height: 0.86; }
.hero h1 em { color: var(--signal); font-family: Georgia, "Times New Roman", serif; font-size: 1.06em; font-weight: 400; letter-spacing: -0.07em; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 34px; }
.hero-bottom > p { max-width: 465px; margin: 0; color: var(--paper-soft); font-size: 16px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 48px; padding: 0 17px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: 0.01em; transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease; }
.button span { font-family: Georgia, serif; font-size: 18px; font-weight: 400; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-signal { background: var(--signal); color: #fff7f2; }
.button-signal:hover { background: #f25d3f; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #fffdf7; }
.text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line-strong); padding: 11px 0; color: var(--paper); font-size: 12px; font-weight: 600; transition: border-color 180ms ease; }
.text-link:hover { border-color: var(--paper); }
.text-link span { color: var(--signal); font-size: 15px; }
.hero-caption { position: absolute; z-index: 1; right: max(var(--gutter), calc((100vw - var(--container)) / 2)); bottom: 61px; max-width: 140px; color: var(--paper-muted); font-size: 10px; line-height: 1.35; }

.intro-band { border-bottom: 1px solid var(--line); background: var(--ink-soft); padding: 70px 0; }
.intro-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; }
.intro-statement { max-width: 785px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 3vw, 42px); letter-spacing: -0.045em; line-height: 1.13; }

.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; margin-bottom: 74px; }
.section-heading h2 { max-width: 710px; grid-column: 2; margin: 0; font-size: clamp(37px, 4.8vw, 65px); font-weight: 500; letter-spacing: -0.062em; line-height: 0.96; }
.section-heading > p:last-child { max-width: 420px; grid-column: 2; margin: 24px 0 0; color: var(--paper-soft); font-size: 16px; line-height: 1.55; }
.offer { background: var(--ink); }
.offer-list { border-top: 1px solid var(--line-strong); }
.offer-card { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 36px; min-height: 216px; padding: 29px 0 33px; border-bottom: 1px solid var(--line); transition: background 180ms ease, padding 180ms ease; }
.offer-card:hover { background: var(--ink-soft); padding-right: 18px; padding-left: 18px; }
.offer-number, .expertise-grid span, .step-number { color: var(--signal); font-family: "Courier New", monospace; font-size: 12px; }
.offer-main h3 { margin: 0 0 17px; font-size: 25px; font-weight: 500; letter-spacing: -0.04em; line-height: 1; }
.offer-main p { max-width: 530px; margin: 0; color: var(--paper-soft); font-size: 15px; line-height: 1.55; }
.offer-points { align-self: end; margin: 0; padding: 0; list-style: none; color: var(--paper-muted); font-size: 12px; line-height: 1.85; }
.offer-points li::before { color: var(--signal); content: "+ "; }

.method { border-top: 1px solid var(--line); background: var(--ink-soft); }
.method-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; }
.method-sticky { position: sticky; top: 39px; align-self: start; }
.method-sticky h2 { max-width: 340px; margin: 24px 0; font-size: clamp(38px, 4.3vw, 60px); font-weight: 500; letter-spacing: -0.064em; line-height: 0.93; }
.method-sticky > p:last-child { max-width: 350px; margin: 0; color: var(--paper-soft); font-size: 15px; line-height: 1.55; }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.method-list li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; min-height: 184px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.method-list h3 { margin: 0 0 16px; font-size: 27px; font-weight: 500; letter-spacing: -0.04em; line-height: 1; }
.method-list p { max-width: 510px; margin: 0; color: var(--paper-soft); font-size: 15px; line-height: 1.55; }

.perspective { position: relative; overflow: hidden; border-top: 1px solid var(--line); padding: 122px 0; background: var(--signal); color: #1a100d; }
.perspective::after { position: absolute; top: -30%; right: -9%; width: min(55vw, 720px); aspect-ratio: 1; border: 1px solid rgba(26, 16, 13, 0.24); border-radius: 50%; box-shadow: 0 0 0 78px rgba(26, 16, 13, 0.09), 0 0 0 156px rgba(26, 16, 13, 0.06); content: ""; }
.perspective-inner { position: relative; z-index: 1; }
.perspective .eyebrow { color: rgba(26, 16, 13, 0.74); }
.perspective blockquote { max-width: 995px; margin: 50px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5.25vw, 76px); letter-spacing: -0.065em; line-height: 0.99; }

.expertise { background: var(--paper); color: var(--ink); }
.expertise .eyebrow { color: #5d5a54; }
.expertise-heading { margin-bottom: 75px; }
.expertise-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(16, 17, 18, 0.26); }
.expertise-grid article { min-height: 231px; padding: 27px 32px 31px 0; border-bottom: 1px solid rgba(16, 17, 18, 0.18); }
.expertise-grid article:nth-child(odd) { padding-right: 54px; border-right: 1px solid rgba(16, 17, 18, 0.18); }
.expertise-grid article:nth-child(even) { padding-left: 34px; }
.expertise-grid span { color: var(--signal); }
.expertise-grid h3 { margin: 39px 0 14px; font-size: 28px; font-weight: 500; letter-spacing: -0.05em; line-height: 1; }
.expertise-grid p { max-width: 400px; margin: 0; color: #5a5751; font-size: 15px; line-height: 1.5; }

.proof-band { background: var(--ink-lift); padding: 72px 0 81px; }
.proof-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 36px; }
.proof-line { max-width: 660px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.3vw, 46px); letter-spacing: -0.05em; line-height: 1.08; }
.proof-copy { max-width: 455px; margin: 23px 0 0; color: var(--paper-soft); font-size: 15px; line-height: 1.55; }

.contact { background: var(--ink); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; }
.contact-intro h2 { max-width: 470px; margin: 21px 0 28px; font-size: clamp(47px, 5vw, 69px); font-weight: 500; letter-spacing: -0.065em; line-height: 0.92; }
.contact-intro > p:not(.eyebrow) { max-width: 420px; margin: 0; color: var(--paper-soft); font-size: 16px; line-height: 1.55; }
.contact-intro .contact-note { margin-top: 92px; color: var(--paper-muted); font-size: 12px; }
.contact-direct { margin-top: 18px; color: var(--paper-soft); font-size: 14px; }
.contact-direct a { color: var(--paper); text-underline-offset: 4px; }
.contact-form { border-top: 1px solid var(--line-strong); }
.form-row { display: grid; grid-template-columns: 132px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.form-row label { padding-top: 6px; color: var(--paper-soft); font-size: 12px; font-weight: 600; }
.form-row input, .form-row textarea { width: 100%; resize: vertical; border: 0; border-radius: 0; outline: 0; background: transparent; color: var(--paper); font-size: 16px; line-height: 1.45; }
.form-row input { height: 30px; }
.form-row textarea { min-height: 90px; }
.form-row:focus-within { border-bottom-color: var(--signal); }
.contact-form .button { width: 100%; margin-top: 30px; }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--paper-soft); font-size: 12px; }
.form-status.is-error { color: #ff8b75; }
.form-status.is-success { color: #a7d6b5; }

.site-footer { border-top: 1px solid var(--line); padding: 31px 0 37px; background: #080909; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 36px; }
.brand-footer { color: var(--paper); }
.footer-grid > p { margin: 0; color: var(--paper-muted); font-size: 11px; line-height: 1.45; }
.footer-meta { text-align: right; }

.reveal { animation: rise 720ms both cubic-bezier(0.2, 0.72, 0.25, 1); }
.reveal-delay-1 { animation-delay: 110ms; }
.reveal-delay-2 { animation-delay: 210ms; }
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 760px) {
  :root { --gutter: 20px; }
  .section-pad { padding: 87px 0; }
  .site-header { height: 75px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 40px; height: 40px; margin-left: auto; padding: 10px 5px 10px 11px; border: 0; background: transparent; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--paper); transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 4; top: 75px; right: 0; left: 0; padding: 12px var(--gutter) 24px; border-bottom: 1px solid var(--line); background: rgba(16, 17, 18, 0.98); }
  .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .hero { min-height: 675px; padding: 140px 0 31px; }
  .hero-image { object-position: 67% center; }
  .hero h1 { margin: 18px 0 37px; font-size: clamp(54px, 16vw, 79px); line-height: 0.87; }
  .hero-bottom { display: block; }
  .hero-bottom > p { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; margin-top: 27px; }
  .hero-caption { display: none; }
  .intro-band { padding: 43px 0; }
  .intro-grid, .section-heading, .method-layout, .proof-grid, .contact-layout { grid-template-columns: 1fr; gap: 24px; }
  .intro-statement { font-size: 28px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .section-heading > p:last-child { grid-column: 1; }
  .section-heading h2 { font-size: 43px; }
  .section-heading > p:last-child { margin-top: 0; font-size: 15px; }
  .offer-card { grid-template-columns: 1fr; gap: 19px; min-height: auto; padding: 27px 0 30px; }
  .offer-card:hover { padding-right: 0; padding-left: 0; }
  .offer-main h3 { font-size: 24px; }
  .offer-points { margin-top: 4px; }
  .method-sticky { position: static; }
  .method-sticky h2 { max-width: 400px; margin: 18px 0 21px; font-size: 45px; }
  .method-list { margin-top: 25px; }
  .method-list li { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 26px 0 29px; }
  .method-list h3 { font-size: 25px; }
  .perspective { padding: 84px 0; }
  .perspective blockquote { margin-top: 35px; font-size: 42px; }
  .expertise-heading { margin-bottom: 47px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-grid article, .expertise-grid article:nth-child(odd), .expertise-grid article:nth-child(even) { min-height: 194px; padding: 24px 0 28px; border-right: 0; }
  .expertise-grid h3 { margin-top: 32px; font-size: 27px; }
  .proof-band { padding: 50px 0 55px; }
  .proof-line { font-size: 32px; }
  .contact-layout { gap: 52px; }
  .contact-intro h2 { font-size: 52px; }
  .contact-intro .contact-note { margin-top: 35px; }
  .form-row { grid-template-columns: 1fr; gap: 9px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-meta { text-align: left; }
}

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