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


:root {
  --ink: #171816;
  --paper: #f3f0e9;
  --paper-deep: #e8e3d9;
  --white: #fffdf8;
  --muted: #6e706a;
  --line: rgba(23, 24, 22, 0.16);
  --accent: #b7f23a;
  --accent-dark: #89bd1d;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
main { padding-top: 84px; }
section[id] { scroll-margin-top: 104px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(3rem, 6.2vw, 6.6rem); line-height: .94; font-weight: 500; }
h2 { font-size: clamp(2.15rem, 4vw, 4.1rem); line-height: 1.04; font-weight: 500; }
h3 { line-height: 1.2; }

.site-header {
  width: 100%;
  height: 84px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 240, 233, .94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font: 600 17px "Manrope", sans-serif; }
.brand img { width: 37px; height: 37px; object-fit: cover; border-radius: 50%; }
footer a:hover { color: var(--accent-dark); }
.header-cta {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { background: #30322f; transform: translateY(-1px); }
.arrow-up {
  position: relative;
  display: inline-block;
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-left: 10px;
}
.arrow-up::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.arrow-up::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1.5px;
  right: 0;
  top: 5px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.hero {
  width: min(calc(100% - 48px), var(--max));
  min-height: 770px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: center;
  gap: 50px;
  padding: 90px 0 110px;
}
.eyebrow {
  margin-bottom: 28px;
  color: #70736c;
  font: 600 12px "Manrope", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 { max-width: 920px; margin-bottom: 36px; }
.hero h1 span { display: block; color: #696b65; }
.hero-text { max-width: 680px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: #565852; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 2px;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: #30322f; }
.text-link { border-bottom: 1px solid var(--line); padding: 10px 0; font-weight: 500; }
.microcopy { max-width: 580px; margin-top: 20px; font-size: 13px; color: #777972; }
.hero-visual {
  aspect-ratio: 1;
  max-width: 420px;
  width: 100%;
  justify-self: end;
  position: relative;
  display: grid;
  place-items: center;
}
.orbit { position: absolute; inset: 11%; border: 1px solid rgba(23,24,22,.22); border-radius: 50%; }
.orbit-two { inset: 25%; border-style: dashed; animation: spin 25s linear infinite; }
.monogram {
  width: 28%; aspect-ratio: 1; display: grid; place-items: center;
  border-radius: 50%; background: var(--ink); color: var(--accent);
  font: 600 clamp(1.2rem, 2.5vw, 2rem) "Manrope", sans-serif;
}
.signal { position: absolute; padding: 9px 15px; background: var(--white); border: 1px solid var(--line); font-size: 12px; box-shadow: 0 8px 30px rgba(20,20,18,.08); }
.signal-a { top: 15%; right: 3%; }
.signal-b { bottom: 20%; left: 0; }
.signal-c { bottom: 4%; right: 18%; background: var(--accent); }
@keyframes spin { to { transform: rotate(360deg); } }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 130px 0; }
.section-heading { max-width: 850px; margin-bottom: 68px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.2fr .55fr; align-items: end; gap: 80px; }
.section-heading.split p:last-child { color: var(--muted); }
.recognition { border-top: 1px solid var(--line); }
.recognition-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.recognition-card { min-height: 220px; padding: 26px 26px 30px 0; border-right: 1px solid var(--line); }
.recognition-card:not(:first-child) { padding-left: 26px; }
.recognition-card:last-child { border-right: 0; }
.recognition-card span { color: #92958e; font-size: 12px; }
.recognition-card p { margin: 72px 0 0; font: 500 18px/1.5 "Manrope", sans-serif; }
.section-note { max-width: 750px; margin: 42px 0 0 auto; color: var(--muted); font-size: 18px; }

.dark-section { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.dark-section .eyebrow { color: var(--accent); }
.solution { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.solution-intro { position: sticky; top: 60px; align-self: start; }
.solution-intro p:last-child { max-width: 480px; color: #b7b8b2; }
.deliverables { border-top: 1px solid rgba(255,255,255,.18); }
.deliverable { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.deliverable > span { color: var(--accent); font-size: 12px; }
.deliverable h3 { margin-bottom: 8px; font-size: 20px; }
.deliverable p { margin: 0; color: #aeb0aa; }

.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.project-card { min-height: 550px; padding: 30px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
.project-featured { background: var(--paper-deep); }
.project-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.project-mark { min-height: 180px; margin: 30px 0 34px; display: grid; place-items: center; font: 500 44px "Manrope",sans-serif; }
.mark-a { background: #111; color: white; }
.mark-b { background: #29252a; color: #e96158; }
.mark-c { background: #e8ddd2; color: #6a5145; }
.mark-d { background: #ead9e1; color: #6c3650; }
.project-card h3 { font-size: 26px; margin-bottom: 12px; }
.project-card p { color: var(--muted); }
.project-card ul { padding: 0; margin: 10px 0 26px; list-style: none; font-size: 13px; color: #74766f; }
.project-card li { display: inline; }
.project-card li:not(:last-child)::after { content: " · "; }
.project-card a { margin-top: auto; font-weight: 600; font-size: 14px; }

.formats { border-top: 1px solid var(--line); }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.format-card { min-height: 600px; padding: 46px; background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; position: relative; }
.format-number { color: var(--muted); font-size: 12px; }
.format-card h3 { max-width: 440px; margin: 62px 0 18px; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.format-card > p:not(.format-number):not(.card-label) { max-width: 480px; color: var(--muted); }
.format-card ul { padding: 24px 0; margin: 20px 0; list-style: none; border-top: 1px solid var(--line); }
.format-card li { padding: 6px 0; }
.format-card li::before { content: "—"; margin-right: 12px; color: var(--accent-dark); }
.format-card a { margin-top: auto; font-weight: 600; }
.accent-card { background: var(--accent); }
.accent-card .format-number, .accent-card > p { color: #34352f !important; }
.card-label { position: absolute; top: 40px; right: 40px; padding: 5px 9px; border: 1px solid rgba(23,24,22,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.process-copy p:not(.eyebrow) { max-width: 500px; color: #b7b8b2; }
.button-light { margin-top: 22px; background: var(--accent); color: var(--ink); }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 70px 1fr; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: var(--accent); font-size: 12px; }
.process-list h3 { margin-bottom: 8px; font-size: 21px; }
.process-list p { margin: 0; color: #aeb0aa; }

.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.fit-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.fit-lists h3 { font-size: 17px; margin-bottom: 25px; }
.fit-lists ul { list-style: none; margin: 0; padding: 0; color: var(--muted); }
.fit-lists li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; color: var(--accent-dark); margin-right: 10px; }
.muted-list { opacity: .75; }

.faq { border-top: 1px solid var(--line); }
.faq-list { max-width: 900px; margin-left: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; padding: 28px 55px 28px 0; font: 500 20px "Manrope", sans-serif; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; font-size: 28px; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { max-width: 700px; padding: 0 0 28px; margin: 0; color: var(--muted); }

.final-cta { width: min(calc(100% - 48px), var(--max)); margin: 0 auto 24px; padding: 90px; background: var(--accent); display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.final-cta h2 { max-width: 780px; }
.final-cta > div > p:last-child { max-width: 670px; margin-bottom: 0; }
.final-cta .eyebrow { color: #46483f; }
.final-action { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.final-action span { font-size: 12px; text-align: center; color: #4d5045; }

footer { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 55px 0 38px; display: grid; grid-template-columns: 1fr 1.4fr .8fr auto; gap: 40px; align-items: center; color: var(--muted); font-size: 13px; }
footer p { margin: 0; }
footer > div { display: flex; gap: 24px; }
.footer-brand { color: var(--ink); }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { max-width: 340px; justify-self: center; }
  .recognition-grid { grid-template-columns: 1fr 1fr; }
  .recognition-card:nth-child(2) { border-right: 0; }
  .recognition-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .solution, .process, .fit-grid { grid-template-columns: 1fr; gap: 70px; }
  .solution-intro { position: static; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .section-heading.split { grid-template-columns: 1fr; gap: 22px; }
  .final-cta { grid-template-columns: 1fr; padding: 70px 50px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  main { padding-top: 68px; }
  section[id] { scroll-margin-top: 84px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  h2 { font-size: 2.35rem; }
  .site-header { height: 68px; padding: 0 16px; }
  .brand { gap: 8px; font-size: 15px; }
  .brand img { width: 34px; height: 34px; }
  .header-cta { min-height: 42px; padding: 0 14px; font-size: 12px; }
  .header-cta .arrow-up { width: 10px; height: 10px; margin-left: 8px; }
  .hero, .section, footer { width: calc(100% - 32px); }
  .hero { padding: 70px 0 90px; gap: 45px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-visual { max-width: 290px; }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 44px; }
  .recognition-grid, .project-grid, .format-grid, .fit-lists { grid-template-columns: 1fr; }
  .recognition-card, .recognition-card:not(:first-child) { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .recognition-card p { margin-top: 34px; }
  .dark-section { padding: 90px 16px; }
  .deliverable, .process-list li { grid-template-columns: 44px 1fr; }
  .project-card { grid-column: auto; min-height: 540px; }
  .format-card { min-height: 580px; padding: 30px 25px; }
  .card-label { top: 27px; right: 25px; }
  .fit-grid { gap: 45px; }
  .final-cta { width: calc(100% - 16px); margin-bottom: 8px; padding: 70px 24px; gap: 42px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; padding-bottom: 30px; }
}

@media (max-width: 390px) {
  .brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
  * { transition: none !important; }
}
