@charset "UTF-8";
:root { --paper: #f5f4ed; --ink: #203e33; --muted: #616b60; --line: #d9dcd0; --green: #245940; --yellow: #eec966; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
button[hidden] { display: none; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid #ad650c; outline-offset: 5px; }
::selection { background: var(--yellow); color: var(--ink); }
p { line-height: 1.7; color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: -80px; left: 20px; padding: 16px; background: var(--yellow); z-index: 10; }
.skip-link:focus { top: 10px; }
.site-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 9px; font-weight: 650; font-size: 26px; letter-spacing: -1.2px; }
.brand-mark { font-size: 40px; line-height: 1; font-weight: 400; }
.brand-dot { margin-left: -9px; }
nav { display: flex; gap: 34px; align-items: center; font-size: 13px; }
nav a { padding-block: 12px; }
nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.nav-contact { margin-left: 14px; border-bottom: 1px solid var(--ink); }
.nav-contact span { margin-left: 24px; }
.menu-toggle { display: none; background: transparent; border: 1px solid var(--line); color: var(--ink); padding: 12px 16px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-block: 72px 80px; align-items: center; }
.eyebrow { font-size: 10px; letter-spacing: 1.8px; font-weight: 650; color: var(--ink); margin-bottom: 26px; }
.hero .eyebrow { display: flex; align-items: center; gap: 9px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px #24594010; }
h1 { font-size: clamp(58px, 6.5vw, 90px); line-height: 1.02; letter-spacing: -5px; margin-bottom: 28px; }
h1 em { color: var(--green); }
.intro { font-size: 15px; max-width: 350px; margin-bottom: 28px; }
.button { display: inline-flex; gap: 35px; align-items: center; justify-content: center; padding: 18px 23px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); border-radius: 3px; font-size: 13px; transition: background .2s, transform .2s; }
.button:hover { background: #326448; transform: translateY(-2px); }
.button span { font-size: 19px; line-height: 1; }
.hero-note { display: flex; gap: 12px; align-items: center; margin-top: 33px; font-size: 10px; color: var(--muted); }
.note-line { width: 25px; height: 1px; background: #879383; }
.hero-art { position: relative; min-width: 0; aspect-ratio: .93; background: #e9ecdf; border-radius: 180px 180px 4px 4px; overflow: hidden; }
.art-grid { position: absolute; inset: 0; background-image: linear-gradient(#81917a19 1px, transparent 1px), linear-gradient(90deg, #81917a19 1px, transparent 1px); background-size: 44px 44px; }
.art-label { position: absolute; top: 52px; width: 100%; text-align: center; font-size: 8px; letter-spacing: 1.7px; z-index: 1; }
.botanical { position: absolute; width: 75%; aspect-ratio: 1; top: 23%; left: 12.5%; transform: rotate(-14deg); }
.leaf { position: absolute; width: 50%; height: 50%; background: linear-gradient(135deg, #619277, #1c523c 80%); box-shadow: inset -1px -1px 0 #f5f4ed33; }
.leaf-one { left: 0; top: 0; border-radius: 0 100% 0 100%; }
.leaf-two { right: 0; top: 0; border-radius: 100% 0 100% 0; background: linear-gradient(225deg, #789b70, #28523d); }
.leaf-three { left: 0; bottom: 0; border-radius: 100% 0 100% 0; background: linear-gradient(45deg, #98af81, #356747); }
.leaf-four { right: 0; bottom: 0; border-radius: 0 100% 0 100%; }
.sun { position: absolute; width: 36%; aspect-ratio: 1; border-radius: 50%; left: 32%; top: 32%; background: radial-gradient(circle at 32% 28%, #ffe9a5, #edc364 50%, #bc882f); box-shadow: 7px 10px 20px #173c3326; }
.art-stamp { position: absolute; bottom: 33px; right: 25px; padding: 20px 17px; background: var(--paper); font-size: 12px; line-height: 1.55; transform: rotate(-5deg); box-shadow: 0 3px 12px #2639270d; }
.art-stamp span { padding-left: 18px; font-size: 22px; }
.art-stamp em { font-size: 15px; }
.art-coordinate { position: absolute; bottom: 25px; left: 24px; font-size: 9px; letter-spacing: 1px; }
.principles { border-block: 1px solid var(--line); }
.principles-inner { min-height: 85px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 13px; }
.principles-inner [aria-hidden] { font-size: 23px; color: #7a8b70; }
.section { padding-block: 94px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; margin-bottom: 58px; }
.section-heading > .eyebrow { padding-top: 12px; }
.section-heading > div { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
h2 { font-size: clamp(36px, 4vw, 51px); line-height: 1.08; letter-spacing: -2px; margin-bottom: 20px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p:not(.eyebrow) { font-size: 13px; margin-bottom: 0; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.approach-grid article { border-top: 1px solid var(--line); padding-top: 25px; }
.feature-symbol { font-size: 36px; }
.item-number { float: right; color: var(--muted); font-size: 10px; padding-top: 12px; }
h3 { font-size: 19px; letter-spacing: -.5px; margin-bottom: 12px; }
.approach-grid h3 { margin-top: 28px; }
.approach-grid p { font-size: 13px; max-width: 300px; margin-bottom: 0; }
.explore-section { background: #eaece3; }
.explore-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.explore-heading .eyebrow { margin-bottom: 16px; }
.explore-heading h2 { margin-bottom: 0; }
.explore-heading > p { margin: 0; font-size: 13px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.project-art { height: 345px; position: relative; overflow: hidden; border-radius: 3px; }
.project-tag { position: absolute; top: 24px; left: 25px; font-size: 8px; letter-spacing: 1.5px; z-index: 1; }
.art-orbit { background: #d4dfc0; }
.orbit { position: absolute; width: 330px; height: 330px; border: 1px solid #76895d88; border-radius: 50%; top: 80px; right: -90px; }
.orbit-two { right: -30px; }
.orbit-three { right: 30px; }
.project-art-word { position: absolute; left: 35px; bottom: 34px; font-size: 52px; letter-spacing: -2px; line-height: 1; }
.art-arch { background: #cfab8a; }
.arch { position: absolute; bottom: -1px; border-radius: 200px 200px 0 0; }
.arch-one { width: 67%; height: 85%; left: 16.5%; background: #e4c8a9; }
.arch-two { width: 47%; height: 69%; left: 26.5%; background: #f4dfba; }
.arch-three { width: 27%; height: 53%; left: 36.5%; background: #8d694f; box-shadow: inset 18px 8px 28px #49362340; }
.arch-caption { position: absolute; bottom: 20px; width: 100%; text-align: center; color: #fff9e9; letter-spacing: 2px; font-size: 9px; }
.project-caption { display: flex; justify-content: space-between; gap: 15px; padding-top: 23px; }
.project-caption h3 { margin-bottom: 7px; }
.project-caption p { margin: 0; font-size: 12px; }
.caption-index { font-size: 11px; padding-top: 5px; white-space: nowrap; }
.questions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; }
.questions > div > p:not(.eyebrow) { font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; list-style: none; font-size: 15px; }
summary::-webkit-details-marker { display: none; }
summary > span { font-size: 23px; font-weight: 300; transition: transform .2s; }
details[open] summary > span { transform: rotate(45deg); }
details p { font-size: 13px; padding-right: 35px; margin-bottom: 22px; }
.contact-section { background: var(--ink); color: var(--paper); }
.contact-inner { text-align: center; padding-block: 70px 80px; }
.contact-flower { display: block; color: var(--yellow); font-size: 47px; margin-bottom: 24px; }
.contact-inner .eyebrow { color: #c1cfba; font-size: 9px; }
.contact-inner h2 { font-size: clamp(42px, 5.5vw, 68px); }
.contact-inner > p:not(.eyebrow) { color: #c5d0c5; font-size: 13px; margin-bottom: 26px; }
.contact-inner noscript p { color: #c5d0c5; font-size: 13px; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover { background: var(--yellow); }
.site-footer { padding-block: 30px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.site-footer .wordmark { font-size: 20px; }
.site-footer .brand-mark { font-size: 29px; }
.site-footer p { margin: 0; font-size: 10px; }
.demo-label { font-size: 8px; letter-spacing: .7px; color: var(--muted); }
dialog { color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 8px; width: min(470px, calc(100% - 40px)); padding: 48px 35px 35px; }
dialog::backdrop { background: #102b24aa; backdrop-filter: blur(5px); }
dialog .brand-mark { display: block; margin-bottom: 24px; }
dialog .eyebrow { margin-bottom: 16px; }
dialog p:not(.eyebrow) { font-size: 14px; }
.dialog-close { position: absolute; right: 14px; top: 10px; width: 44px; height: 44px; background: transparent; border: 0; font-size: 29px; color: var(--ink); }
body:has(dialog[open]) { overflow: hidden; }
.not-found { min-height: 100vh; display: grid; place-content: center; text-align: center; padding: 30px; }
.not-found h1 { margin-block: 25px; }
.not-found .button { justify-self: center; }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 64px); }
  nav { gap: 20px; }
  .hero { gap: 30px; }
  h1 { letter-spacing: -3px; }
  .section-heading { grid-template-columns: 1fr 2fr; gap: 30px; }
  .section-heading > div { grid-template-columns: 1fr; gap: 20px; }
  .questions { gap: 45px; }
  .hero-art { aspect-ratio: .8; }
  .botanical { top: 27%; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 86px; flex-wrap: wrap; padding-block: 20px; gap: 18px; }
  .wordmark { font-size: 24px; }
  .menu-toggle { display: block; }
  nav { width: 100%; flex-wrap: wrap; gap: 10px 24px; }
  .nav-contact { margin-left: 0; }
  .js-menu nav { display: none; }
  .js-menu nav.is-open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-block: 44px; gap: 38px; }
  h1 { font-size: clamp(57px, 12vw, 82px); }
  .hero-art { aspect-ratio: 1.05; max-width: 500px; width: 100%; justify-self: center; border-radius: 150px 150px 3px 3px; }
  .botanical { width: 64%; left: 18%; top: 21%; }
  .art-label { top: 34px; font-size: 7px; }
  .art-stamp { bottom: 22px; right: 18px; padding: 13px; font-size: 10px; }
  .art-stamp em { font-size: 13px; }
  .principles-inner { display: grid; grid-template-columns: 1fr 1fr; text-align: center; padding-block: 22px; gap: 18px; font-size: 11px; }
  .principles-inner [aria-hidden] { display: none; }
  .section { padding-block: 58px; }
  .section-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 35px; }
  .section-heading > div { grid-template-columns: 1fr; gap: 10px; }
  .approach-grid { grid-template-columns: 1fr; gap: 28px; }
  .approach-grid p { max-width: none; }
  .approach-grid h3 { margin-top: 15px; }
  .explore-heading { display: block; }
  .explore-heading > p { margin-top: 20px; }
  .project-grid { grid-template-columns: 1fr; gap: 32px; }
  .project-art { height: 320px; }
  .project-art-word { font-size: 48px; }
  .questions { grid-template-columns: 1fr; gap: 20px; }
  .contact-inner { padding-block: 55px; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
