:root {
  color-scheme: light;
  --paper: #f4f2eb;
  --ink: #17201d;
  --muted: #5a6560;
  --action: #1d604a;
  --deep: #124233;
  --soft: #dce8df;
  --line: #cfd3c9;
  --shell: min(1120px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible { outline: 3px solid #d7a72f; outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: .65rem 1rem; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 132px; height: auto; }
nav { display: flex; flex-wrap: wrap; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { font-size: .88rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--action); }
.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(320px, .86fr); align-items: center; gap: clamp(3rem, 6vw, 7rem); padding-block: 5rem; }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 1.25rem; color: var(--action); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 2rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.6rem, 8vw, 7.6rem); font-weight: 400; }
h2 { margin-bottom: 1.5rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.3rem, 4.7vw, 4.5rem); font-weight: 400; }
h3 { margin-bottom: .75rem; font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin-top: 0; }
.lead { max-width: 660px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.text-link { display: inline-block; margin-top: 1rem; color: var(--action); font-weight: 800; }
.hero-visual { justify-self: end; width: 100%; height: min(640px, 50vw); margin: 0; overflow: hidden; background: var(--deep); }
.delivery-artifact { aspect-ratio: 4 / 5; height: auto; background: #17201D; }
.delivery-artifact-visual { display: block; width: 100%; height: 100%; }
.artifact-stage { transform-box: fill-box; transform-origin: center; }
.stage-intent { animation: deliveryIntent 14s ease-in-out infinite; }
.stage-structure { animation: deliveryStructure 14s ease-in-out infinite; }
.stage-implementation { animation: deliveryImplementation 14s ease-in-out infinite; }
.stage-validation { opacity: 1; }
@keyframes deliveryIntent {
  0%, 100% { opacity: .82; transform: translateY(1px); }
  12%, 38% { opacity: 1; transform: translateY(0); }
}
@keyframes deliveryStructure {
  0%, 14%, 100% { opacity: .78; transform: translateY(1px); }
  30%, 52% { opacity: 1; transform: translateY(0); }
}
@keyframes deliveryImplementation {
  0%, 34%, 100% { opacity: .76; transform: translateY(1px); }
  50%, 74% { opacity: 1; transform: translateY(0); }
}
.section { padding-block: clamp(5rem, 10vw, 9rem); border-top: 1px solid var(--line); }
.section-intro { display: grid; grid-template-columns: 1fr 2fr; column-gap: 6vw; margin-bottom: 4rem; }
.section-intro .eyebrow { grid-row: 1 / span 2; }
.section-intro h2, .section-intro > p:last-child { grid-column: 2; }
.section-intro > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.1rem; }
.situations { background: #ecebe4; }
.editorial-list, .process-list { margin: 0; padding: 0; list-style: none; }
.editorial-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(2rem, 6vw, 6rem); }
.editorial-list li { padding: 2rem 0; border-top: 1px solid var(--line); }
.editorial-list li:last-child { grid-column: 1 / -1; }
.editorial-list li div { max-width: 720px; }
.editorial-list li p { margin-bottom: 0; color: var(--muted); }
.offer { background: var(--soft); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); border: 0; }
.offer-grid article { padding: 3rem 0 0; border-top: 1px solid var(--ink); }
.offer-grid article + article { border-left: 0; margin-top: 0; }
.offer-grid ul { min-height: 15rem; padding-left: 1.2rem; }
.offer-grid li { margin-bottom: .45rem; }
.closing { padding-top: 1.5rem; border-top: 1px solid rgba(23,32,29,.35); font-weight: 700; }
.process .shell { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process .section-intro, .process-list { grid-column: 1 / -1; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-list li { padding: 2rem 2rem 2rem 0; border-top: 1px solid var(--ink); }
.process-list li + li { padding-left: 2rem; border-left: 1px solid var(--line); }
.process-list span { display:block; width:auto; height:auto; margin-bottom:3rem; padding-bottom:.65rem; border:0; border-bottom:2px solid var(--action); border-radius:0; color:var(--action); font-size:.75rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.process-list p { color: var(--muted); }
blockquote { max-width: 850px; margin: 5rem 0 0 auto; padding: 2rem 0 0; border-top: 4px solid var(--action); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.35; }
.process blockquote { grid-column: 1 / -1; max-width: none; margin: 5rem 0 0; }
.principles { background: var(--ink); color: var(--paper); }
.principles .eyebrow { color: #8ec3af; }
.principles-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 8vw; }
.principles ul { margin: 0; padding: 0; list-style: none; }
.principles li { padding: 1.5rem 0; border-top: 1px solid #50605a; color: #d8dedb; }
.principles strong { color: white; }
.about-grid { display: grid; grid-template-columns: minmax(280px, .85fr) 1.15fr; gap: 8vw; align-items: center; }
.about figure { height: min(650px, 70vw); margin: 0; overflow: hidden; background: var(--soft); }
.about figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.85); }
.about-grid p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.site-footer { padding-block: 4rem 2rem; background: var(--deep); color: #f2f5f6; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem 6vw; }
.footer-brand { grid-column: 1; }
.footer-brand img { width: 130px; height: auto; margin-bottom: 1.5rem; }
.footer-brand p { max-width: 480px; margin-bottom: 0; }
.footer-statement { grid-column: 2; justify-self: end; max-width: 480px; margin-bottom: 0; text-align: right; }
.copyright { grid-column: 1 / -1; margin-top: 1rem; padding-top: 1.5rem; border-top: 1px solid #527266; color: #c8d4cf; font-size: .85rem; }
.error-page { min-height: 100vh; display: grid; place-items: center; }
.error-content { padding-block: 4rem; }
.error-content h1 { font-size: clamp(3rem, 7vw, 6rem); }

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 1120px); }
  html { scroll-behavior: auto; }
  .header-inner { min-height: 78px; align-items: flex-start; flex-direction: column; padding-block: 1rem; }
  nav { gap: .6rem 1.2rem; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-block: 5rem; }
  .hero-visual { justify-self: stretch; height: min(130vw, 620px); }
  .section-intro, .editorial-list li, .offer-grid, .process-list, .principles-grid, .about-grid, .footer-grid { grid-template-columns: 1fr; }
  .editorial-list { grid-template-columns: 1fr; }
  .editorial-list li:last-child { grid-column: 1; }
  .section-intro .eyebrow, .section-intro h2, .section-intro > p:last-child { grid-column: 1; grid-row: auto; }
  .editorial-list li { gap: 1rem; }
  .offer-grid article, .offer-grid article + article { padding: 2.5rem 0; border-left: 0; }
  .offer-grid article + article { margin-top: 0; border-top: 1px solid var(--ink); }
  .offer-grid ul { min-height: 0; }
  .process-list li, .process-list li + li { padding: 1.75rem 0; border-left: 0; }
  .process-list span { margin-bottom: 1.5rem; }
  .process .shell { grid-template-columns: 1fr; }
  .about figure { height: 115vw; max-height: 620px; }
  .footer-grid { gap: 2rem; }
  .footer-statement { grid-column: 1; justify-self: start; text-align: left; }
  .copyright { grid-column: 1; }
}

@media (max-width: 760px) and (orientation: portrait) {
  .delivery-artifact { display: none; }
}

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