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

:root {
  font-family: 'DM Sans', Arial, sans-serif;
  color: #122b22;
  background: #fafaf5;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 18px; height: 18px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, 'DM Sans', sans-serif; letter-spacing: -.055em; }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.25rem); line-height: 1.12; font-weight: 700; }
h3 { line-height: 1.2; }
p { line-height: 1.65; }
.container { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; background: #fff; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #edb944; outline-offset: 4px; }

/* Navigation */
.site-header { height: 80px; background: #fafaf5; position: relative; z-index: 20; border-bottom: 1px solid #e9ede5; }
.nav-row { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand img { border-radius: 10px; }
.brand span { display: flex; flex-direction: column; color: #0e5a42; font-family: Manrope, sans-serif; font-size: 1.26rem; font-weight: 800; letter-spacing: -.06em; line-height: 1.05; }
.brand small { margin-top: 5px; color: #697c70; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: .58rem; letter-spacing: .01em; }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: .84rem; font-weight: 700; color: #3f5749; }
.nav-links > a:not(.button):hover, .footer-links a:hover { color: #14805a; }
.nav-signin { margin-left: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 55px; padding: 0 24px; border: 0; border-radius: 7px; background: #116a4a; color: #fff; font-size: .87rem; font-weight: 800; white-space: nowrap; transition: background .2s, transform .2s; }
.button:hover { background: #0d533a; transform: translateY(-2px); }
.button .icon { width: 17px; height: 17px; }
.button-small { min-height: 42px; padding: 0 18px; font-size: .79rem; }
.menu-toggle { display: none; }

/* Product-led hero */
.hero { background: #fafaf5; position: relative; overflow: hidden; }
.hero-pattern { position: absolute; inset: 0; opacity: .34; pointer-events: none; background-image: radial-gradient(#a6b6a9 0.6px, transparent .6px); background-size: 20px 20px; mask-image: linear-gradient(90deg, transparent, #000 75%); }
.hero-inner { min-height: 676px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 65px; padding-block: 55px 64px; position: relative; }
.hero-copy { padding-bottom: 8px; }
.hero h1 { font-size: clamp(3.1rem, 5.2vw, 5.55rem); line-height: 1.04; font-weight: 800; max-width: 700px; margin-bottom: 25px; }
.hero h1 em { display: inline-block; font-style: normal; color: #15815b; }
.hero-lede { font-size: 1.09rem; color: #617166; max-width: 510px; margin-bottom: 29px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button-dark { background: #103f30; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: #115f45; font-size: .86rem; font-weight: 800; white-space: nowrap; }
.text-link:hover { gap: 22px; }
.hero-footnote { display: flex; align-items: center; gap: 13px; margin-top: 76px; color: #78897c; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.footnote-line { display: block; width: 36px; height: 1px; background: #c2d1c3; }
.hero-visual { height: 564px; align-self: center; position: relative; overflow: hidden; border-radius: 17px; background: #124b38; box-shadow: 0 22px 55px rgba(20, 65, 39, .14); }
.hero-photo { height: 56%; position: absolute; top: 0; left: 0; right: 0; background: linear-gradient(180deg, rgba(5, 32, 22, .5), transparent 70%), url('/assets/kompound-estate.webp') center / cover; }
.hero-visual-heading { position: absolute; z-index: 1; top: 24px; left: 28px; display: flex; align-items: center; gap: 9px; color: #fff; font-size: .78rem; font-weight: 800; }
.visual-brand-dot { width: 11px; height: 11px; display: block; border-radius: 3px; background: #f3bc4f; }
.visual-heading-divider { color: #d3dfd7; font-weight: 400; }
.estate-board { position: absolute; top: 211px; left: 42px; right: 38px; padding: 22px 25px 13px; background: #fffefa; border-radius: 11px; box-shadow: 0 16px 40px rgba(0, 30, 20, .2); }
.board-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 15px; border-bottom: 1px solid #e6eee5; }
.board-heading > div { display: flex; flex-direction: column; gap: 4px; }
.board-heading strong { font-family: Manrope, sans-serif; font-size: 1.13rem; letter-spacing: -.04em; }
.board-eyebrow { color: #16825e; font-size: .54rem; font-weight: 800; letter-spacing: .15em; }
.board-heading-icon { width: 26px; height: 26px; color: #16825e; }
.board-row { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid #e9efe8; }
.board-row:last-child { border: 0; }
.board-symbol { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; background: #e8f1e7; color: #197150; flex: none; }
.board-symbol .icon { width: 17px; height: 17px; }
.board-row > div { display: flex; flex-direction: column; gap: 2px; }
.board-row strong { font-size: .75rem; }
.board-row small { color: #758679; font-size: .6rem; }
.hero-visual-caption { position: absolute; bottom: 20px; left: 0; right: 0; color: #c9ddce; text-align: center; font-size: .57rem; font-weight: 800; letter-spacing: .1em; }
.capability-strip { background: #103d2e; color: #fff; }
.capability-strip .container { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.capability-strip span { color: #b6d2be; font-size: .62rem; font-weight: 800; letter-spacing: .13em; }
.capability-strip strong { font-family: Manrope, sans-serif; font-size: 1.04rem; letter-spacing: -.04em; }
.strip-divider { width: 3px; height: 3px; flex: none; border-radius: 50%; background: #eab644; }

/* Intro */
.intro-section { padding: 111px 0 94px; background: #fff; }
.eyebrow { display: block; margin-bottom: 21px; color: #147550; font-size: .66rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow.light { color: #f1bd55; }
.intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.intro-grid h2 { margin: 0; }
.intro-right { padding-bottom: 5px; }
.intro-right p { margin-bottom: 26px; color: #64776a; font-size: 1.05rem; }
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid #d6e4d9; }
.pillars article { padding: 29px 31px 0 0; }
.pillars article + article { padding-left: 38px; border-left: 1px solid #d6e4d9; }
.pillar-number { display: block; margin-bottom: 24px; color: #218b66; font-size: .72rem; font-weight: 800; }
.pillars h3 { margin-bottom: 8px; font-size: 1.2rem; letter-spacing: -.035em; }
.pillars p { margin: 0; color: #6c7e70; font-size: .87rem; }

/* Editorial features */
.feature-section { padding: 112px 0 110px; background: #f5f7f0; }
.section-heading { display: grid; grid-template-columns: .23fr 1.15fr .62fr; gap: 35px; align-items: end; margin-bottom: 47px; }
.section-heading .eyebrow { align-self: start; line-height: 1.5; }
.section-heading h2 { margin: 0; }
.section-heading h2 em { color: #17805a; font-style: normal; }
.section-heading > p:last-child { max-width: 285px; margin: 0 0 6px; color: #667668; font-size: .95rem; }
.feature-spotlight { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 510px; overflow: hidden; border-radius: 12px; background: #124533; }
.spotlight-image { position: relative; min-height: 510px; background: url('/assets/kompound-gate.webp') 56% center / cover; }
.spotlight-image span { position: absolute; top: 27px; left: 29px; padding: 10px 13px; background: #fffefa; color: #164631; border-radius: 4px; font-size: .61rem; font-weight: 800; letter-spacing: .1em; }
.spotlight-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 55px 65px; color: #fff; }
.spotlight-index { margin-bottom: 36px; color: #f1bd55; font-size: .64rem; font-weight: 800; letter-spacing: .15em; }
.spotlight-copy h3 { max-width: 420px; margin-bottom: 23px; font-size: clamp(2.4rem, 3.65vw, 4rem); }
.spotlight-copy p { max-width: 390px; margin-bottom: 48px; color: #d6e5d8; font-size: .98rem; }
.spotlight-foot { width: 100%; display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid #6b9580; color: #d2e0d4; font-size: .59rem; font-weight: 800; letter-spacing: .12em; }
.spotlight-foot .icon { width: 20px; height: 20px; }
.feature-rows { margin-top: 52px; border-top: 1px solid #d4e3d7; }
.feature-rows article { display: grid; grid-template-columns: 70px 1.05fr .8fr 35px; gap: 25px; align-items: center; padding: 29px 0; border-bottom: 1px solid #d4e3d7; }
.feature-num { align-self: start; margin-top: 6px; color: #1a7c57; font-size: .7rem; font-weight: 800; }
.feature-overline { margin: 0 0 8px; color: #1f7857; font-size: .57rem; letter-spacing: .15em; font-weight: 800; }
.feature-rows h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.feature-rows article > p { max-width: 375px; margin: 0; color: #6d7d6f; font-size: .88rem; }
.feature-row-icon { width: 36px; height: 36px; display: grid; place-items: center; justify-self: end; border: 1px solid #c5dcc9; border-radius: 8px; color: #16845a; }
.feature-row-icon .icon { width: 18px; height: 18px; }

/* Roles and questions */
.flow-section { background: #fff; padding: 115px 0; }
.flow-section .eyebrow.light { color: #147550; }
.flow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; }
.flow-grid h2 { margin-bottom: 20px; }
.flow-grid h2 em { font-style: normal; color: #17805a; }
.flow-grid > div:first-child > p:not(.eyebrow) { max-width: 430px; margin-bottom: 30px; color: #68796e; }
.button-outline { background: #114b35; }
.flow-list { border-top: 1px solid #d6e5d8; }
.flow-list article { display: grid; grid-template-columns: 43px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid #d6e5d8; }
.flow-list article > span { color: #1c825a; font-weight: 800; font-size: .78rem; }
.flow-list h3 { margin-bottom: 8px; font-size: 1.25rem; letter-spacing: -.03em; }
.flow-list p { max-width: 420px; margin: 0; color: #6c7c70; font-size: .88rem; }
.faq-section { padding: 107px 0; background: #f5f7f0; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 125px; }
.faq-grid h2 { margin-bottom: 18px; }
.faq-grid > div:first-child > p:last-child { max-width: 315px; color: #6c7d70; }
.faq-list { border-top: 1px solid #d1e0d5; }
.faq-list details { border-bottom: 1px solid #d1e0d5; padding: 21px 0; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: -.03em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { color: #218359; transition: transform .2s; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); }
.faq-list details p { max-width: 570px; margin: 14px 35px 0 0; color: #68796d; font-size: .9rem; }

/* CTA and footer */
.closing-section { padding: 75px 0; background: #f5f7f0; }
.closing-inner { min-height: 414px; display: flex; align-items: end; justify-content: space-between; gap: 60px; position: relative; overflow: hidden; padding: 62px 66px; border-radius: 14px; color: #fff; background: radial-gradient(circle at 96% 0%, #2c7955, transparent 43%), #113d2e; }
.closing-inner::after { content: 'K'; position: absolute; right: 22%; top: -184px; color: rgba(255,255,255,.05); font-family: Manrope, sans-serif; font-size: 37rem; font-weight: 800; pointer-events: none; line-height: 1; }
.closing-inner > div { position: relative; z-index: 1; }
.closing-inner h2 { margin-bottom: 16px; font-size: clamp(2.7rem, 4.7vw, 5rem); }
.closing-inner h2 em { color: #f0bc50; font-style: normal; }
.closing-inner p:last-child { max-width: 510px; margin: 0; color: #d1e2d5; }
.closing-action { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding-bottom: 6px; }
.button-gold { background: #f0bc50; color: #173729; }
.button-gold:hover { background: #f9cb69; }
.closing-action > span { color: #d1e2d5; font-size: .78rem; }
.closing-action > span a { color: #fff; border-bottom: 1px solid #97b6a0; }
.site-footer { background: #102a20; color: #edf3eb; }
.footer-top { display: flex; justify-content: space-between; gap: 60px; padding: 75px 0 70px; }
.site-footer .brand span { color: #fff; }
.site-footer .brand small { color: #a7bfab; }
.footer-top > div:first-child > p { max-width: 255px; margin: 20px 0 0; color: #a7bfab; font-size: .86rem; }
.footer-links { display: flex; gap: 125px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.footer-links strong { margin-bottom: 6px; color: #f0bc50; font-size: .59rem; letter-spacing: .16em; }
.footer-links a { color: #dfebdf; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 26px; border-top: 1px solid #406453; color: #a5bba9; font-size: .69rem; }
.footer-bottom a { color: #e9f0e6; }
.footer-bottom a .icon { width: 13px; height: 13px; margin-left: 4px; vertical-align: -2px; }

@media (max-width: 1100px) {
  .nav-links { gap: 17px; font-size: .78rem; }
  .hero-inner { gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 5vw, 4.8rem); }
  .hero-visual { height: 530px; }
  .estate-board { left: 25px; right: 25px; }
  .spotlight-copy { padding: 45px; }
  .flow-grid, .faq-grid { gap: 65px; }
  .footer-links { gap: 65px; }
}
@media (max-width: 850px) {
  .site-header { height: 70px; }
  .menu-toggle { display: flex; width: 42px; height: 42px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #d6e4d9; border-radius: 7px; background: transparent; }
  .menu-toggle span { width: 18px; height: 2px; background: #15573f; }
  .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 25px; background: #fafaf5; box-shadow: 0 15px 30px rgba(0,0,0,.1); }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.button) { padding: 13px 0; border-bottom: 1px solid #e3ece2; }
  .nav-signin { margin-left: 0; }
  .nav-links .button { margin-top: 18px; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 76px; gap: 40px; }
  .hero-copy { max-width: 700px; }
  .hero h1 { font-size: clamp(3.5rem, 8vw, 5rem); }
  .hero-footnote { margin-top: 48px; }
  .hero-visual { width: min(100%, 650px); height: 530px; justify-self: center; }
  .capability-strip .container { flex-wrap: wrap; justify-content: center; padding-block: 18px; }
  .intro-grid { gap: 50px; }
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading .eyebrow { grid-column: span 2; margin: 0; }
  .feature-spotlight { grid-template-columns: 1fr; }
  .spotlight-image { min-height: 370px; }
  .spotlight-copy { padding: 50px; }
  .spotlight-copy p { margin-bottom: 35px; }
  .feature-rows article { grid-template-columns: 55px 1fr 1fr 25px; gap: 15px; }
  .flow-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 36px, 1220px); }
  .hero-inner { padding-top: 55px; padding-bottom: 65px; }
  .hero h1 { font-size: clamp(3rem, 11vw, 4.3rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 23px; }
  .hero-footnote { margin-top: 52px; line-height: 1.6; }
  .hero-visual { height: 500px; }
  .estate-board { top: 195px; left: 15px; right: 15px; padding: 17px 16px 9px; }
  .board-row { padding: 10px 0; }
  .hero-visual-caption { font-size: .48rem; padding-inline: 15px; }
  .capability-strip .container { justify-content: flex-start; gap: 13px; }
  .capability-strip span { width: 100%; }
  .capability-strip strong { font-size: .82rem; }
  .intro-section, .feature-section, .flow-section, .faq-section { padding: 72px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 23px; }
  .intro-grid h2 { font-size: 2.4rem; }
  .pillars { grid-template-columns: 1fr; margin-top: 45px; }
  .pillars article, .pillars article + article { padding: 23px 0; border-left: 0; border-bottom: 1px solid #d6e4d9; }
  .pillar-number { margin-bottom: 10px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 17px; }
  .section-heading > p:last-child { max-width: 450px; }
  .spotlight-image { min-height: 290px; }
  .spotlight-copy { padding: 39px 29px; }
  .spotlight-index { margin-bottom: 25px; }
  .spotlight-copy h3 { font-size: 2.6rem; }
  .feature-rows { margin-top: 35px; }
  .feature-rows article { grid-template-columns: 34px 1fr 24px; gap: 10px; padding: 23px 0; }
  .feature-rows article > p { grid-column: 2; grid-row: 2; }
  .feature-row-icon { grid-column: 3; grid-row: 1; }
  .flow-grid h2 br { display: none; }
  .closing-section { padding: 35px 0; }
  .closing-inner { min-height: auto; padding: 47px 27px; flex-direction: column; align-items: flex-start; gap: 28px; }
  .closing-inner h2 { font-size: 2.75rem; }
  .closing-inner h2 br { display: none; }
  .footer-top { flex-direction: column; gap: 48px; padding: 57px 0 49px; }
  .footer-links { width: 100%; justify-content: space-between; gap: 20px; }
  .footer-bottom { flex-direction: column; gap: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
