/* FINYON — Site stylesheet
   Inter + Source Serif 4 typography. White + orange (#ee5b1f) accent.
   McKinsey-quiet voice. Mobile-first responsive: 360px → 4K.
*/

*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #0a0a0a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  margin: 0;
  color: #0a0a0a;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.15;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
h1 { font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -0.024em; }
h2 { font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -0.02em; }
em { font-style: italic; color: #ee5b1f; }
strong { font-weight: 500; color: #0a0a0a; }
p, li, dd { word-wrap: break-word; overflow-wrap: break-word; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -40px; left: 0;
  background: #0a0a0a; color: #fff; padding: 8px 16px;
  z-index: 100; text-decoration: none;
}
.skip-link:focus { top: 0; }

.w {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 600px) { .w { padding: 0 28px; } }
@media (min-width: 880px) { .w { padding: 0 32px; } }

.eye {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a766f;
  font-weight: 500;
  display: inline-block;
}

.btn, .btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1;
  min-height: 44px;
  transition: background .15s ease, border-color .15s ease;
  text-align: center;
  white-space: nowrap;
}
.btn { background: #0a0a0a; color: #fff; }
.btn:hover, .btn:focus-visible { background: #1f1f1f; }
.btn-light { background: transparent; color: #0a0a0a; border-color: #d8d4cb; }
.btn-light:hover, .btn-light:focus-visible { border-color: #0a0a0a; }

.cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ee5b1f;
  font-weight: 500;
  border-bottom: 1px solid #ee5b1f;
  padding: 2px 0;
  line-height: 1.4;
  min-height: 28px;
  transition: color .15s ease, border-color .15s ease;
}
.cta::after { content: '→'; }
.cta:hover, .cta:focus-visible { color: #c64a18; border-bottom-color: #c64a18; }

.accent { color: #ee5b1f; }

.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand img { height: 26px; width: auto; }
@media (min-width: 600px) { .brand img { height: 28px; } }

.notice {
  background: #fafaf7;
  border-bottom: 0.5px solid #ebe7dd;
  padding: 10px 20px;
  font-size: 12px;
  color: #7a766f;
  text-align: center;
  line-height: 1.5;
}
.notice a { color: #ee5b1f; text-decoration: underline; white-space: nowrap; }

.header {
  background: #fff;
  border-bottom: 0.5px solid #ebe7dd;
  position: sticky;
  top: 0;
  z-index: 30;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 1240px;
  margin: 0 auto;
  gap: 16px;
}
@media (min-width: 600px) { .header-inner { padding: 16px 28px; } }
@media (min-width: 880px) { .header-inner { padding: 18px 32px; gap: 24px; } }

.nav { display: none; gap: 28px; align-items: center; }
@media (min-width: 880px) { .nav { display: flex; } }

.nav-item {
  font-size: 14px;
  color: #3a3833;
  font-weight: 500;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  transition: color .15s ease, border-color .15s ease;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}
.nav-item:hover, .nav-item:focus-visible, .nav-item.active {
  color: #ee5b1f;
  border-bottom-color: #ee5b1f;
}

.header-cta { display: none; }
@media (min-width: 880px) { .header-cta { display: inline-flex; } }

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin: -10px;
  color: #0a0a0a;
  min-width: 44px;
  min-height: 44px;
}
@media (min-width: 880px) { .nav-toggle { display: none; } }

.nav.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 0.5px solid #ebe7dd;
  padding: 8px 20px 16px;
  gap: 0;
  box-shadow: 0 4px 14px rgba(10,10,10,0.04);
}
.nav.open .nav-item {
  padding: 14px 0;
  border-bottom: 0.5px solid #ebe7dd;
  width: 100%;
  min-height: 48px;
  color: #0a0a0a;
}
.nav.open .nav-item:last-child { border-bottom: none; }
.nav.open .nav-item:hover, .nav.open .nav-item.active { color: #ee5b1f; }

.crumb {
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9a9690;
  margin: 0 0 18px;
  line-height: 1.5;
  word-break: break-word;
}
.crumb a { color: #7a766f; transition: color .15s ease; }
.crumb a:hover, .crumb a:focus-visible { color: #ee5b1f; }

.hero { padding: 56px 0 48px; }
@media (min-width: 600px) { .hero { padding: 72px 0 56px; } }
@media (min-width: 880px) { .hero { padding: 96px 0 72px; } }

.hero .eye { margin-bottom: 16px; }
.hero h1 {
  font-size: clamp(30px, 7vw, 62px);
  line-height: 1.04;
  margin: 0 0 24px;
  max-width: 920px;
}
.hero .lede {
  font-size: clamp(16px, 2.4vw, 19px);
  color: #4a4843;
  max-width: 720px;
  line-height: 1.55;
  margin: 0 0 32px;
}
.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta .btn, .hero-cta .btn-light { width: 100%; }
}

.page-hero {
  padding: 48px 0 40px;
  border-bottom: 0.5px solid #ebe7dd;
}
@media (min-width: 600px) { .page-hero { padding: 64px 0 48px; } }
@media (min-width: 880px) { .page-hero { padding: 80px 0 56px; } }

.page-hero h1 {
  font-size: clamp(28px, 5.5vw, 54px);
  line-height: 1.06;
  margin: 16px 0 24px;
  max-width: 880px;
}
.page-hero .lede {
  font-size: clamp(15px, 2vw, 18px);
  color: #4a4843;
  max-width: 720px;
  margin: 0;
  line-height: 1.55;
}

.section-head { max-width: 680px; margin-bottom: 40px; }
@media (min-width: 880px) { .section-head { margin-bottom: 56px; } }
.section-head h2 {
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.18;
  margin: 14px 0 14px;
}
.section-head p {
  font-size: clamp(15px, 1.8vw, 16px);
  color: #4a4843;
  margin: 0;
  line-height: 1.6;
}

.story {
  padding: 56px 0;
  background: #fafaf7;
  border-top: 0.5px solid #ebe7dd;
  border-bottom: 0.5px solid #ebe7dd;
}
@media (min-width: 600px) { .story { padding: 72px 0; } }
@media (min-width: 880px) { .story { padding: 96px 0; } }

.story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
@media (min-width: 880px) { .story-grid { grid-template-columns: 1fr 1.7fr; gap: 64px; } }
@media (min-width: 1024px) { .story-grid { gap: 80px; } }

.story-label {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #9a9690;
  margin-bottom: 14px;
  display: block;
}
.story h2 { font-size: clamp(26px, 4vw, 36px); line-height: 1.2; }
.story-body {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.65;
  color: #3a3833;
}
.story-body p { margin: 0 0 1em; }
.story-body p:last-child { margin: 0; }

.products { padding: 56px 0; border-top: 0.5px solid #ebe7dd; }
@media (min-width: 600px) { .products { padding: 72px 0; } }
@media (min-width: 880px) { .products { padding: 96px 0; } }

.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #ebe7dd;
}
@media (min-width: 720px) { .products-grid { grid-template-columns: 1fr 1fr; } }

.product-card {
  padding: 32px 0;
  border-bottom: 0.5px solid #ebe7dd;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 720px) {
  .product-card {
    padding: 36px 28px 36px 0;
    border-right: 1px solid #ebe7dd;
  }
  .product-card:nth-child(2n) {
    border-right: none;
    padding-right: 0;
    padding-left: 28px;
  }
}
@media (min-width: 880px) {
  .product-card { padding: 40px 36px 40px 0; }
  .product-card:nth-child(2n) { padding-left: 36px; }
}

.product-card .num {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #9a9690;
  margin-bottom: 12px;
}
.product-card h3 {
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: 'Source Serif 4', Georgia, serif;
  letter-spacing: -0.012em;
  transition: color .15s ease;
}
.product-card .tag { font-size: 12px; color: #7a766f; margin-bottom: 16px; }
.product-card p {
  font-size: 14px;
  color: #4a4843;
  line-height: 1.65;
  margin: 0 0 20px;
  flex: 1;
}
.product-card:hover h3, .product-card:focus-visible h3 { color: #ee5b1f; }

.how {
  padding: 56px 0;
  background: #fafaf7;
  border-top: 0.5px solid #ebe7dd;
  border-bottom: 0.5px solid #ebe7dd;
}
@media (min-width: 600px) { .how { padding: 72px 0; } }
@media (min-width: 880px) { .how { padding: 96px 0; } }

.how-diagram {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #ebe7dd;
  border-bottom: 1px solid #ebe7dd;
}
@media (min-width: 600px) { .how-diagram { grid-template-columns: 1fr 1fr; } }
@media (min-width: 880px) { .how-diagram { grid-template-columns: repeat(4, 1fr); } }

.how-step {
  padding: 24px 0;
  border-bottom: 0.5px solid #ebe7dd;
  position: relative;
}
.how-step:last-child { border-bottom: none; }

@media (min-width: 600px) {
  .how-step { padding: 28px 20px; border-right: 1px solid #ebe7dd; }
  .how-step:nth-child(2n) { border-right: none; padding-right: 0; }
  .how-step:nth-child(2n+1) { padding-left: 0; }
  .how-step:nth-last-child(-n+2) { border-bottom: none; }
  .how-step:nth-last-child(2):nth-child(odd) { border-bottom: 0.5px solid #ebe7dd; }
}
@media (min-width: 880px) {
  .how-step {
    padding: 32px 24px 32px 0;
    border-right: 1px solid #ebe7dd;
    border-bottom: none;
  }
  .how-step:nth-child(2n) { border-right: 1px solid #ebe7dd; padding-right: 24px; }
  .how-step:last-child { border-right: none; padding-right: 0; }
  .how-step:not(:first-child) { padding-left: 24px; }
}

.how-step .step-num {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: #9a9690;
  margin-bottom: 10px;
}
.how-step h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Source Serif 4', Georgia, serif;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.how-step p { font-size: 13px; color: #4a4843; line-height: 1.55; margin: 0; }
.how-note {
  margin-top: 28px;
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #4a4843;
  max-width: 680px;
  line-height: 1.65;
}

.founders { padding: 56px 0; }
@media (min-width: 600px) { .founders { padding: 72px 0; } }
@media (min-width: 880px) { .founders { padding: 96px 0; } }

.founders-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #ebe7dd;
}
@media (min-width: 720px) { .founders-grid { grid-template-columns: 1fr 1fr; } }

.founder-card {
  padding: 32px 0;
  border-bottom: 0.5px solid #ebe7dd;
}
@media (min-width: 720px) {
  .founder-card { padding: 36px 28px 36px 0; border-right: 1px solid #ebe7dd; }
  .founder-card:nth-child(2n) { border-right: none; padding-right: 0; padding-left: 28px; }
}
@media (min-width: 880px) {
  .founder-card { padding: 40px 36px 40px 0; }
  .founder-card:nth-child(2n) { padding-left: 36px; }
}

.founder-card .role {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #9a9690;
  margin-bottom: 12px;
}
.founder-card .name {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.founder-card .position { font-size: 13px; color: #7a766f; margin-bottom: 20px; }
.founder-card p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(14px, 1.8vw, 15px);
  line-height: 1.65;
  color: #3a3833;
  margin: 0 0 1em;
}
.founder-card p:last-child { margin: 0; }

.offices { padding: 56px 0; border-top: 0.5px solid #ebe7dd; }
@media (min-width: 600px) { .offices { padding: 72px 0; } }
@media (min-width: 880px) { .offices { padding: 96px 0; } }

.offices-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #ebe7dd;
}
@media (min-width: 720px) { .offices-grid { grid-template-columns: 1fr 1fr; } }

.office-card {
  padding: 32px 0;
  border-bottom: 0.5px solid #ebe7dd;
}
@media (min-width: 720px) {
  .office-card { padding: 32px 28px 32px 0; border-right: 1px solid #ebe7dd; }
  .office-card:nth-child(2n) { border-right: none; padding-right: 0; padding-left: 28px; }
}
@media (min-width: 880px) {
  .office-card { padding: 36px 36px 36px 0; }
  .office-card:nth-child(2n) { padding-left: 36px; }
}

.office-card .label {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #9a9690;
  margin-bottom: 12px;
  display: block;
}
.office-card h3 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.office-card .city { font-size: 13px; color: #7a766f; margin-bottom: 20px; }
.office-card .row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: start;
  padding: 12px 0;
  font-size: 14px;
  color: #3a3833;
  border-bottom: 0.5px solid #ebe7dd;
  line-height: 1.55;
}
.office-card .row:last-child { border-bottom: none; }
.office-card .row .ic {
  flex-shrink: 0;
  width: 56px;
  color: #9a9690;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-top: 4px;
  font-weight: 500;
}
.office-card .row a {
  color: #3a3833;
  border-bottom: 0.5px solid transparent;
  word-break: break-word;
  transition: color .15s ease, border-color .15s ease;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}
.office-card .row a:hover, .office-card .row a:focus-visible {
  color: #ee5b1f;
  border-bottom-color: #ee5b1f;
}
.office-card .row.addr {
  align-items: flex-start;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #1f1f1d;
}

.pipeline {
  padding: 56px 0;
  background: #fafaf7;
  border-top: 0.5px solid #ebe7dd;
  border-bottom: 0.5px solid #ebe7dd;
}
@media (min-width: 880px) { .pipeline { padding: 80px 0; } }

.pipeline-row {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  padding: 24px 0;
  border-top: 0.5px solid #ebe7dd;
}
@media (min-width: 600px) { .pipeline-row { flex-direction: row; gap: 32px; } }
.pipeline-row:last-of-type { border-bottom: 0.5px solid #ebe7dd; }
.pipeline-row .status {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: #9a9690;
  flex-shrink: 0;
}
@media (min-width: 600px) {
  .pipeline-row .status { width: 110px; padding-top: 4px; }
}
.pipeline-row h3 { font-size: 17px; margin-bottom: 6px; font-weight: 500; }
.pipeline-row p {
  font-size: 14px;
  color: #4a4843;
  margin: 0;
  line-height: 1.55;
  max-width: 560px;
}

.audience { padding: 56px 0; }
@media (min-width: 600px) { .audience { padding: 72px 0; } }
@media (min-width: 880px) { .audience { padding: 96px 0; } }

.audience-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 0.5px solid #ebe7dd;
}
@media (min-width: 720px) { .audience-grid { grid-template-columns: 1fr 1fr; } }

.audience-card {
  padding: 28px 0;
  border-bottom: 0.5px solid #ebe7dd;
  text-decoration: none;
  color: inherit;
  display: block;
}
@media (min-width: 720px) {
  .audience-card { padding: 32px 28px 32px 0; }
  .audience-card:nth-child(odd) { border-right: 1px solid #ebe7dd; padding-right: 28px; }
  .audience-card:nth-child(even) { padding-left: 28px; }
}
.audience-card:hover h3, .audience-card:focus-visible h3 { color: #ee5b1f; }
.audience-card h3 {
  font-size: clamp(18px, 2.5vw, 22px);
  margin-bottom: 10px;
  font-weight: 500;
  transition: color .15s ease;
}
.audience-card p { font-size: 14px; color: #4a4843; margin: 0 0 14px; line-height: 1.6; }
.audience-card .link { font-size: 13px; color: #ee5b1f; font-weight: 500; }

.memberships {
  padding: 56px 0;
  background: #fafaf7;
  border-top: 0.5px solid #ebe7dd;
  border-bottom: 0.5px solid #ebe7dd;
}
@media (min-width: 600px) { .memberships { padding: 72px 0; } }
@media (min-width: 880px) { .memberships { padding: 96px 0; } }

.memberships-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 600px) {
  .memberships-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
}
@media (min-width: 880px) {
  .memberships-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}

.member-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 0.5px solid #ebe7dd;
  border-radius: 6px;
  padding: 24px 22px;
  transition: border-color .15s ease, transform .15s ease;
  text-decoration: none;
  color: inherit;
  min-height: 200px;
}
@media (min-width: 600px) { .member-card { padding: 28px 26px; } }
@media (min-width: 880px) { .member-card { padding: 32px 28px; } }

.member-card:hover, .member-card:focus-visible {
  border-color: #d8d4cb;
  transform: translateY(-1px);
}
.member-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  margin-bottom: 20px;
}
@media (min-width: 880px) { .member-logo { height: 88px; margin-bottom: 24px; } }
.member-logo img {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 880px) { .member-logo img { max-height: 88px; } }

.member-meta .name {
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  line-height: 1.35;
  margin-bottom: 6px;
}
.member-meta .location {
  font-size: 12px;
  color: #7a766f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.member-meta .abbr {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a9690;
}

/* === Built on (infrastructure stack) =============================== */
.built-on {
  padding: 48px 0;
  border-top: 0.5px solid #ebe7dd;
  background: #fff;
}
@media (min-width: 600px) { .built-on { padding: 56px 0; } }
@media (min-width: 880px) { .built-on { padding: 64px 0; } }

.built-on .built-head {
  text-align: center;
  margin-bottom: 28px;
}
.built-on .built-head .eye { display: block; margin-bottom: 6px; }
.built-on .built-head p {
  font-size: 13px;
  color: #7a766f;
  margin: 6px 0 0;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.built-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 0.5px solid #ebe7dd;
  border-left: 0.5px solid #ebe7dd;
}
@media (min-width: 600px) {
  .built-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 880px) {
  .built-grid { grid-template-columns: repeat(6, 1fr); }
}

.built-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  border-right: 0.5px solid #ebe7dd;
  border-bottom: 0.5px solid #ebe7dd;
  min-height: 100px;
  text-decoration: none;
  color: inherit;
  transition: background .15s ease;
}
.built-item:hover {
  background: #fafaf7;
}

.built-item img {
  max-width: 100%;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  /* Logos get desaturated by default — restored to colour on hover.
     This is the quiet "stack acknowledgement" treatment that lets all
     partners coexist visually without screaming for attention. */
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter .2s ease, opacity .2s ease;
}
.built-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Text-only fallback (when images haven't been uploaded yet) */
.built-item .built-name {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #7a766f;
  letter-spacing: -0.005em;
  transition: color .2s ease;
}
.built-item:hover .built-name {
  color: #0a0a0a;
}

.faq { padding: 56px 0; border-top: 0.5px solid #ebe7dd; }
@media (min-width: 600px) { .faq { padding: 72px 0; } }
@media (min-width: 880px) { .faq { padding: 96px 0; } }

.faq-list { border-top: 0.5px solid #ebe7dd; }
.faq-item { border-bottom: 0.5px solid #ebe7dd; }
.faq-question {
  font-size: clamp(15px, 2vw, 17px);
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  min-height: 44px;
  line-height: 1.4;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after {
  content: '+';
  color: #ee5b1f;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
  min-width: 24px;
  text-align: right;
}
details[open] .faq-question::after { content: '−'; }
.faq-answer {
  margin: 0 0 20px;
  font-size: 15px;
  color: #3a3833;
  line-height: 1.7;
  max-width: 840px;
}
.faq-answer p { margin: 0 0 0.8em; }
.faq-answer p:last-child { margin: 0; }

.final-cta { padding: 56px 0; border-top: 1px solid #0a0a0a; }
@media (min-width: 600px) { .final-cta { padding: 72px 0; } }
@media (min-width: 880px) { .final-cta { padding: 96px 0; } }

.final-cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 880px) {
  .final-cta-grid { grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
}
@media (min-width: 1024px) { .final-cta-grid { gap: 80px; } }

.final-cta-grid h2 { font-size: clamp(26px, 4.5vw, 44px); line-height: 1.1; }
.final-cta-grid p {
  font-size: clamp(15px, 2vw, 16px);
  color: #4a4843;
  margin: 20px 0 28px;
  line-height: 1.55;
  max-width: 440px;
}

.press-strip {
  padding: 48px 0;
  border-top: 0.5px solid #ebe7dd;
  border-bottom: 0.5px solid #ebe7dd;
  text-align: center;
}
.press-strip .eye { display: block; margin-bottom: 14px; }
.press-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 48px;
  margin-top: 8px;
}
.press-row .placeholder {
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #b8b3a8;
}

.page-body { padding: 32px 0 56px; }
@media (min-width: 600px) { .page-body { padding: 40px 0 64px; } }
@media (min-width: 880px) { .page-body { padding: 48px 0 80px; } }

.page-body h2 {
  font-size: clamp(22px, 3.5vw, 30px);
  margin: 36px 0 16px;
  font-weight: 400;
  font-family: 'Source Serif 4', Georgia, serif;
  letter-spacing: -0.018em;
}
.page-body h3 {
  font-size: 19px;
  margin: 28px 0 10px;
  font-weight: 400;
  font-family: 'Source Serif 4', Georgia, serif;
  letter-spacing: -0.01em;
}
.page-body p {
  font-size: 15px;
  color: #3a3833;
  line-height: 1.65;
  margin: 0 0 1em;
  max-width: 760px;
}
.page-body .lede-serif {
  font-family: 'Inter', sans-serif;
  font-size: clamp(16px, 2.1vw, 18px);
  line-height: 1.6;
  color: #3a3833;
  margin: 0 0 24px;
  max-width: 760px;
}
.page-body ul { padding: 0; margin: 0 0 1.5em; list-style: none; max-width: 760px; }
.page-body ul li {
  padding: 12px 0 12px 20px;
  border-bottom: 0.5px solid #ebe7dd;
  font-size: 14px;
  color: #3a3833;
  line-height: 1.6;
  position: relative;
}
.page-body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 1px;
  background: #ee5b1f;
}

.placeholder-note {
  background: #fff8f3;
  border: 0.5px solid #ffd9c4;
  border-left: 3px solid #ee5b1f;
  border-radius: 3px;
  padding: 16px 18px;
  margin-bottom: 24px;
  font-family: 'Source Serif 4', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #6a3415;
  line-height: 1.6;
  max-width: 760px;
}

.form {
  border: 0.5px solid #ebe7dd;
  padding: 24px;
  border-radius: 3px;
  background: #fafaf7;
}
@media (min-width: 600px) { .form { padding: 32px; } }

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 600px) {
  .form-row { grid-template-columns: 1fr 1fr; gap: 14px; }
}

.field { margin-bottom: 18px; }
.field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7a766f;
  font-weight: 500;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 0.5px solid #d8d4cb;
  border-radius: 2px;
  font-family: inherit;
  font-size: 16px;
  background: #fff;
  color: #0a0a0a;
  min-height: 44px;
  line-height: 1.4;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: #ee5b1f;
  box-shadow: 0 0 0 3px rgba(238,91,31,0.08);
}
.field textarea { resize: vertical; min-height: 140px; }

.form-success {
  border: 0.5px solid #ebe7dd;
  padding: 24px;
  border-radius: 3px;
  background: #fafaf7;
}
@media (min-width: 600px) { .form-success { padding: 32px; } }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 880px) {
  .contact-grid { grid-template-columns: 1.6fr 1fr; gap: 48px; }
}

.contact-aside .eye { display: block; margin-top: 24px; }
.contact-aside .eye:first-child { margin-top: 0; }
.contact-aside p { font-size: 14px; margin: 8px 0; line-height: 1.55; }
.contact-aside .direct-email {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(17px, 2.4vw, 20px);
  margin: 10px 0 4px;
  word-break: break-word;
}
.contact-aside .direct-email a {
  color: #0a0a0a;
  border-bottom: 0.5px solid #d8d4cb;
}
.contact-aside .direct-email a:hover, .contact-aside .direct-email a:focus-visible {
  color: #ee5b1f;
  border-bottom-color: #ee5b1f;
}

.footer { background: #0a0a0a; color: #cfcdc7; padding: 48px 0 24px; }
@media (min-width: 880px) { .footer { padding: 64px 0 28px; } }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid #1f1f1d;
}
@media (min-width: 600px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 880px) {
  .footer-grid {
    grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
    padding-bottom: 48px;
  }
}

.footer-brand .brand img {
  height: 22px;
  filter: brightness(0) invert(1);
}
.footer-brand { grid-column: 1 / -1; }
@media (min-width: 880px) { .footer-brand { grid-column: auto; } }
.footer-brand p {
  color: #7a7672;
  font-size: 13px;
  margin: 16px 0;
  line-height: 1.65;
  max-width: 320px;
}
.footer-col-title {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a7672;
  font-weight: 500;
  margin: 0 0 14px;
  font-family: 'Inter', sans-serif;
}
.footer-col a {
  display: block;
  padding: 6px 0;
  color: #cfcdc7;
  font-size: 13px;
  min-height: 28px;
  transition: color .15s ease;
}
.footer-col a:hover, .footer-col a:focus-visible { color: #ee5b1f; }

.footer-offices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #1f1f1d;
}
@media (min-width: 600px) {
  .footer-offices { grid-template-columns: 1fr 1fr; gap: 32px; padding: 32px 0; }
}

.footer-office-name {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cfcdc7;
  font-weight: 500;
  margin: 0 0 10px;
  font-family: 'Inter', sans-serif;
}
.footer-office p {
  font-size: 12px;
  color: #7a7672;
  margin: 4px 0;
  line-height: 1.6;
  word-break: break-word;
}
.footer-office a {
  color: #cfcdc7;
  border-bottom: 0.5px solid transparent;
  transition: color .15s ease, border-color .15s ease;
}
.footer-office a:hover, .footer-office a:focus-visible {
  color: #ee5b1f;
  border-bottom-color: #ee5b1f;
}

.footer-bottom {
  padding: 24px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  color: #7a7672;
}
.footer-trademark {
  padding: 16px 0 0;
  border-top: 1px solid #1f1f1d;
  margin-top: 16px;
  font-size: 11px;
  color: #5a5854;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

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

@media print {
  .header, .footer, .notice, .nav-toggle, .skip-link { display: none; }
  body { color: #000; background: #fff; }
  a { color: #000; text-decoration: underline; }
}
