/* Shared public-site system: fluorescence is an action/identity accent, not a canvas. */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 600; font-display: swap; src: url("../fonts/inter-latin.260c81a4759b.woff2") format("woff2"); }
:root {
  --forest: #1d3428;
  --forest-raised: #284234;
  --forest-line: #54705d;
  --forest-copy: #d6e4d9;
  --surface: #223c2e;
  --line: #54705d;
  --slate: #d6e4d9;
  --muted: #bbd0c1;
  --text: #eef5ef;
  --field-surface: #193023;
  --control-line: #86a68f;
  --error-text: #ffb9b9;
  --font: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  --page-gutter: clamp(24px, 5vw, 112px);
}
html { color-scheme: dark; scrollbar-color: #86a68f var(--forest); }
body { background: var(--forest); color: var(--text); font-family: var(--font); }
input, textarea, select { caret-color: var(--green); }
:focus-visible { outline-color: var(--green); }
::selection { background: var(--green); color: var(--forest); }
.section { padding-block: clamp(64px, 6.8vw, 112px); }
.section-heading { align-items: start; gap: 40px; margin-bottom: 48px; }
.section-heading h2, .prose-section > h2, .image-text h2 { font-size: clamp(30px, 2.8vw, 48px); font-weight: 500; letter-spacing: -.025em; line-height: 1.3; }
.section-heading h2 { max-width: none; min-width: 0; flex: 1 1 0; text-wrap: balance; }
.section-heading > p { flex: 0 1 34em; margin: 0; max-width: 34em; font-size: 16px; line-height: 1.85; }
.section-heading > .text-link { align-self: end; }
.text-link { min-height: 44px; font-size: 15px; }
.button-primary { background: var(--green); border-color: var(--green); color: var(--forest); padding: 13px 28px; min-height: 50px; }
.button-primary:hover { background: var(--green-hover); border-color: var(--green-hover); color: var(--forest); }
.button-primary:active { background: var(--green-dark); border-color: var(--green-dark); color: white; }
.button-secondary { padding: 13px 28px; min-height: 50px; border-color: var(--control-line); color: var(--text); }
.button-secondary:hover { background: var(--forest-raised); color: var(--green); }
.button-secondary.on-dark { border-color: var(--control-line); color: var(--text); }
.button-secondary.on-dark:hover { background: var(--forest-raised); border-color: var(--green); color: var(--green); }
.button-primary:disabled, .button-secondary:disabled { background: #34483c; border-color: var(--line); color: #c0cdc3; cursor: not-allowed; }
.site-header { background: var(--forest); color: white; border: 0; }
.site-header .masthead { position: relative; min-height: 94px; padding: 18px var(--page-gutter); gap: 24px; }
.site-header .brand { gap: 12px; }
.site-header .brand-name { font-size: 23px; letter-spacing: .02em; }
.site-header .brand-english { font-family: var(--font); color: var(--green); font-size: 10px; font-style: normal; font-weight: 500; letter-spacing: .2em; }
.site-header .brand-logo { width: 48px; height: 40px; border-radius: 4px; background: transparent; object-fit: contain; }
.site-header .primary-navigation { position: absolute; left: 50%; transform: translateX(-50%); margin: 0; padding: 5px 8px; border: 1px solid #647369; border-radius: 999px; background: rgb(255 255 255 / 12%); backdrop-filter: blur(14px); }
.site-header .nav-list { gap: 4px; }
.site-header .nav-item > a { display: block; padding: 9px 18px; color: white; font-size: 14px; border-radius: 999px; }
.site-header .nav-item > a:hover, .site-header .nav-item > a:focus-visible { color: white; background: rgb(255 255 255 / 12%); }
.site-header .nav-item.is-active > a { color: var(--green); text-decoration: underline; text-underline-offset: 6px; }
.site-header .subnav { top: 100%; left: 0; background: var(--forest-raised); border-color: var(--forest-line); box-shadow: none; }
.site-header .subnav a { color: white; }
.site-header .subnav a:hover { background: #2c3d31; }
.site-header .subnav a[aria-current="page"] { color: var(--green); text-decoration: underline; }
.site-header .header-contact { margin-left: auto; min-height: 46px; padding: 11px 22px; background: var(--green); border-color: var(--green); color: var(--forest); }
.site-header .header-contact:hover { background: var(--green-hover); border-color: var(--green-hover); }
.site-header :focus-visible { outline-color: var(--green); }
.spotlight-home.spotlight-scrolled .site-header { background: var(--forest); }
.spotlight-home .spotlight-cta { min-height: 50px; }
.spotlight-home .spotlight-hero :focus-visible { outline-color: var(--green); }
.spotlight-home .spotlight-layout { padding-inline: var(--page-gutter); }
.spotlight-home .spotlight-switch { left: var(--page-gutter); }
.spotlight-home .spotlight-switch[aria-pressed="true"] .spotlight-switch-mark { background: var(--green); border-color: var(--green); }
.spotlight-home .spotlight-directions a:hover, .spotlight-home .spotlight-secondary:hover { color: var(--green); }
.breadcrumbs { padding-block: 24px 0; background: var(--forest); color: var(--forest-copy); }
.breadcrumbs li + li::before { color: #8c9e90; }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 36px; }
.breadcrumbs a:hover { color: var(--green); }
.page-header { padding-block: 56px 80px; background: var(--forest); color: white; }
.page-header h1 { max-width: 1200px; font-size: clamp(36px, 4.6vw, 68px); font-weight: 500; line-height: 1.28; letter-spacing: -.025em; }
.page-header .page-intro { max-width: 52em; font-size: 18px; line-height: 1.85; margin-top: 28px; color: var(--forest-copy); }
.page-header-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 32px; margin-top: 32px; }
.page-header-secondary { display: inline-flex; align-items: center; gap: 16px; min-height: 48px; color: white; }
.page-header-secondary:hover { color: var(--green); }
.page-header :focus-visible, .breadcrumbs :focus-visible { outline-color: var(--green); }
.hero-section { background: var(--forest); }
.hero-copy > p, .hero-direction-label, .hero-bottom { color: var(--forest-copy); }
.hero-directions > a, .hero-directions > a:last-child, .hero-bottom { border-color: var(--forest-line); }
.product-showcase { background: var(--forest); color: white; }
.product-showcase .section-heading { padding-top: 0; }
.product-showcase .section-heading .text-link { color: var(--forest-copy); }
.product-showcase .section-heading .text-link:hover { color: var(--green); }
.product-showcase .course-grid { grid-template-columns: 1fr; gap: 28px; }
.product-showcase .course-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--forest-line); border-radius: 16px; background: var(--forest-raised); }
.product-showcase .course-aigc { background: #243a2e; }
.product-showcase .course-type { flex-direction: row; align-items: end; gap: 24px; min-height: 0; padding: 36px 36px 28px; background: transparent; }
.product-showcase .course-type strong { font-family: "Inter", sans-serif; font-size: clamp(56px, 5.5vw, 88px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.product-showcase .course-geo .course-type strong { color: var(--green); }
.product-showcase .course-type span { max-width: 14em; font-size: 13px; color: var(--forest-copy); }
.product-showcase .course-copy { flex: 1; display: flex; flex-direction: column; padding: 0 36px 36px; }
.product-showcase .course-copy h2, .product-showcase .course-copy h3 { font-size: clamp(22px, 1.8vw, 28px); line-height: 1.4; font-weight: 500; }
.product-showcase .course-copy h2 a, .product-showcase .course-copy h3 a { text-decoration: none; }
.product-showcase .course-copy h2 a:hover, .product-showcase .course-copy h3 a:hover { text-decoration: underline; }
.product-showcase .course-copy p { max-width: 72ch; min-height: 0; margin-top: 20px; color: var(--forest-copy); font-size: 16px; line-height: 1.85; }
.product-showcase .course-copy .text-link { margin-top: auto; padding-top: 28px; color: var(--green); justify-content: space-between; text-decoration: none; }
.product-showcase .course-copy .text-link:hover { text-decoration: underline; }
.product-showcase :focus-visible { outline-color: var(--green); }
.product-showcase .course-feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); column-gap: clamp(32px, 4vw, 72px); padding: clamp(28px, 3vw, 48px); }
.product-showcase .course-feature .course-type { grid-column: 1; grid-row: 1; padding: 0 0 28px; }
.product-showcase .course-feature .course-copy { grid-column: 1; grid-row: 2; padding: 0; }
.product-showcase .course-feature > img { grid-column: 1 / -1; grid-row: 1; margin-bottom: 36px; border-radius: 12px; }
.product-showcase .course-has-image .course-type { grid-row: 2; }
.product-showcase .course-has-image .course-copy { grid-row: 3; }
.product-visual { grid-column: 2; grid-row: 1 / span 2; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding-left: clamp(32px, 4vw, 64px); border-left: 1px solid var(--forest-line); }
.course-has-image .product-visual { grid-row: 2 / span 2; }
.product-capabilities { display: grid; margin: 0; padding: 0; list-style: none; }
.product-capabilities li { min-width: 0; color: var(--forest-copy); font-size: 14px; line-height: 1.8; }
.geo-workflow .product-capabilities { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.geo-workflow li { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.capability-icon { flex-shrink: 0; color: var(--green); }
.geo-workflow li:not(:last-child)::after { content: ""; position: absolute; top: 20px; left: calc(50% + 32px); width: calc(100% - 40px); height: 1px; background: var(--forest-line); }
.geo-workflow strong { display: block; margin: 28px 0 12px; font-size: clamp(24px, 2vw, 32px); font-weight: 500; color: var(--text); }
.product-visual figcaption { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--forest-line); color: var(--muted); font-size: 12px; }
.training-workflow .product-capabilities { gap: 0; }
.training-workflow li { display: grid; grid-template-columns: minmax(70px, .6fr) minmax(0, 1fr); align-items: center; gap: 24px; padding-block: 20px; border-bottom: 1px solid var(--forest-line); }
.training-workflow li:first-child { padding-top: 0; }
.training-workflow li:last-child { padding-bottom: 0; border: 0; }
.training-workflow strong { font-size: clamp(28px, 2.5vw, 40px); font-weight: 500; line-height: 1.3; color: var(--forest-copy); }
.training-workflow li:last-child strong { color: var(--green); }
.product-directory { padding-block: 0 96px; }
.product-showcase .empty-state { background: var(--forest-raised); color: var(--forest-copy); grid-column: 1 / -1; }
.scene-section { background: var(--forest); border-bottom: 1px solid var(--line); }
.advantage-list { padding-top: 8px; gap: 0; }
.advantage-list h3 { font-size: clamp(22px, 1.8vw, 28px); font-weight: 500; line-height: 1.4; }
.advantage-list p { line-height: 1.9; margin-top: 18px; }
.advantage-list li { padding-inline: 36px; border-color: var(--line); }
.advantage-list-expanded { row-gap: 44px; }
.editorial-section > .shell { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(40px, 5vw, 96px); }
.editorial-section .section-heading { display: block; margin: 0; }
.editorial-section .section-heading > p { margin-top: 24px; }
.editorial-section .advantage-list { grid-template-columns: 1fr; padding: 0; gap: 0; }
.editorial-section .advantage-list li { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 24px; padding: 28px 0; border: 0; border-top: 1px solid var(--forest-line); }
.editorial-section .advantage-list h3 { font-size: clamp(20px, 1.5vw, 24px); }
.editorial-section .advantage-list p { margin: 0; font-size: 15px; }
.service-section { background: var(--surface); border: 0; }
.service-section .advantage-list { grid-template-columns: 1fr; gap: 0; }
.service-section .advantage-list li { display: grid; grid-template-columns: 80px minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: 36px; border-left: 0; border-top: 1px solid var(--line); padding: 36px 0; }
.service-section .advantage-list li:last-child { padding-bottom: 0; }
.service-step { color: var(--green); font: 500 clamp(32px, 3vw, 48px)/1.2 "Inter", sans-serif; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.service-section .advantage-list h3 { color: var(--text); font-size: clamp(26px, 2.4vw, 36px); }
.service-section .advantage-list p { margin: 0; max-width: 72ch; }
.prose-section { max-width: none; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 56px; }
.prose-section > h2 { margin: 0; max-width: 20ch; }
.prose-section > .richtext { max-width: 72ch; font-size: 17px; line-height: 1.95; }
.prose-section > .richtext:only-child { grid-column: 1 / -1; max-width: 80ch; margin-inline: auto; }
.stream-page > .section:first-child { padding-top: clamp(64px, 6.8vw, 112px); }
#approach { background: var(--field-surface); border-bottom: 1px solid var(--forest-line); }
#approach > h2 { max-width: 12ch; font-size: clamp(36px, 3.8vw, 60px); line-height: 1.3; text-wrap: balance; }
#company-geo { border-bottom: 1px solid var(--forest-line); align-items: center; justify-content: center; grid-template-columns: minmax(0, 800px) minmax(0, 760px); gap: 0; }
#company-geo .richtext > p:first-child { margin-bottom: 24px; font-size: 20px; }
#company-geo .richtext > p:first-child b { color: var(--green); font-weight: 500; }
#company-geo .richtext > p:last-child { display: flex; flex-wrap: wrap; column-gap: 32px; row-gap: 8px; margin-top: 24px; font-size: 15px; }
#company-geo .richtext > p:last-child a { display: inline-flex; align-items: center; min-height: 44px; }
.customer-cases { background: var(--surface); border-block: 1px solid var(--forest-line); }
.customer-case-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.customer-case-list li { display: flex; flex-direction: column; justify-content: space-between; gap: 28px; min-width: 0; padding: 36px; border-top: 1px solid var(--forest-line); border-left: 1px solid var(--forest-line); }
.customer-case-list li:nth-child(3n + 1) { padding-left: 0; border-left: 0; }
.customer-case-list li:nth-child(3n) { padding-right: 0; }
.customer-case-list h3 { max-width: 14em; font-size: clamp(22px, 2.1vw, 32px); font-weight: 500; line-height: 1.5; text-wrap: balance; }
.customer-case-list p { color: var(--muted); font-size: 14px; }
.customer-case-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px 40px; padding-top: 28px; border-top: 1px solid var(--forest-line); }
.customer-case-footer p { color: var(--forest-copy); font-size: 15px; }
.customer-case-footer .text-link { color: var(--green); }
#customer-questions { background: var(--surface); }
#customer-questions .richtext p { padding-bottom: 24px; border-bottom: 1px solid var(--line); font-size: 20px; line-height: 1.8; }
#customer-questions .richtext b { display: block; margin-bottom: 8px; color: var(--green); font-size: 14px; font-weight: 500; }
#customer-questions .richtext p:last-child { border: 0; padding: 0; font-size: 14px; }
.richtext h2, .richtext h3 { color: var(--text); }
.richtext b, .richtext strong { font-weight: 600; color: var(--text); }
.richtext a { color: var(--green); text-decoration-thickness: 1px; }
.richtext a:hover { color: #98ffb9; }
.section-heading > p,
.advantage-list p {
  white-space: pre-line;
}
.product-contents { margin-bottom: 0; padding-block: 24px; border-bottom: 1px solid var(--line); }
.product-contents ul { gap: 8px; padding: 0; border: 0; }
.product-contents a { display: flex; min-height: 44px; padding: 8px 18px; border: 1px solid var(--control-line); border-radius: 999px; color: var(--text); font-size: 14px; text-decoration: none; }
.product-contents a:hover { background: var(--forest-raised); border-color: var(--green); color: var(--green); }
#geo-process.prose-section { display: block; }
#geo-process > h2 { max-width: none; margin-bottom: 40px; }
#geo-process > .richtext { max-width: none; }
#geo-process .richtext ol { gap: 28px 56px; padding-left: 30px; }
#geo-process .richtext li { padding: 18px 16px 24px 8px; border-bottom: 1px solid var(--line); }
#geo-process .richtext li::marker { font: 500 24px/1.2 "Inter", sans-serif; color: var(--green); }
#geo-process .richtext > p { max-width: 78ch; margin-top: 28px; font-size: 15px; }
#geo-measurement { background: var(--forest); color: white; border: 0; }
#geo-measurement .section-heading > p, #geo-measurement .advantage-list p { color: var(--forest-copy); }
#geo-measurement .advantage-list li { border-color: var(--forest-line); }
#geo-measurement .advantage-list h3 { color: var(--green); }
#geo-apps .richtext ul { padding-left: 20px; }
#geo-apps .richtext li { border-bottom: 1px solid var(--line); padding-block: 16px; }
.faq-section { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 56px; }
.faq-section summary { padding-block: 26px; font-size: 18px; line-height: 1.65; }
.faq-section summary::after { top: 33px; border-color: var(--green); }
.faq-section details[open] summary::after { top: 37px; }
.faq-section details[open] summary { color: var(--green); }
.faq-section .richtext { font-size: 16px; line-height: 1.9; }
.cta-section { background: var(--forest-raised); border-block: 1px solid var(--forest-line); text-align: left; }
.cta-section > .shell { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 24px; align-items: center; }
.cta-section h2 { max-width: 18ch; font-size: clamp(36px, 4vw, 64px); line-height: 1.3; letter-spacing: -.025em; text-wrap: balance; }
.cta-section p { grid-column: 1; max-width: 52em; margin: 0; color: var(--forest-copy); font-size: 17px; }
.cta-story { min-width: 0; position: relative; z-index: 1; }
.cta-story p { margin-top: 24px; }
.cta-story .button-primary { margin-top: 28px; }
.site-footer { background: #172b20; padding-top: 64px; }
.site-footer .footer-name { color: white; font-size: 32px; }
.site-footer .footer-grid p, .site-footer .footer-links a { color: var(--forest-copy); }
.site-footer .footer-links a { display: inline-flex; align-items: center; min-height: 36px; }
.site-footer .footer-links a:hover { color: var(--green); }
.site-footer .footer-grid { gap: 48px; }
.site-footer .button-secondary { border-color: #78917f; color: white; }
.site-footer .button-secondary:hover { background: var(--forest-raised); color: var(--green); }
.site-footer .footer-contact-detail { color: var(--forest-copy); }
.site-footer .footer-contact-detail span { color: #9fb0a3; }
.site-footer .footer-contact-detail:hover strong { color: var(--green); }
.site-footer .footer-partners { border-color: var(--forest-line); }
.site-footer .footer-partners h2 { color: white; }
.site-footer .footer-partners li { color: var(--forest-copy); }
.site-footer .footer-meta { border-color: var(--forest-line); color: #a6b7aa; }
.contact-layout { padding-top: 72px; gap: 64px; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.contact-layout .prose-section { display: block; }
.contact-layout .prose-section > h2 { max-width: none; margin-bottom: 20px; font-size: 28px; }
.contact-layout .prose-section > .richtext { font-size: 16px; }
.contact-layout .section:first-child { padding-top: 0; }
.contact-form-stack { min-width: 0; }
.contact-form-panel { background: var(--forest-raised); padding: 36px; border: 1px solid var(--line); border-radius: 16px; }
.contact-form-panel h2 { font-size: 30px; }
.field input, .field textarea, .field select, .search-control input { min-height: 52px; color: var(--text); background: var(--field-surface); border-color: var(--control-line); border-radius: 10px; padding: 12px 14px; }
.field textarea { min-height: 152px; }
.field input:hover, .field textarea:hover, .field select:hover, .search-control input:hover { border-color: #b2cabb; }
.field input:focus, .field textarea:focus, .field select:focus, .search-control input:focus { border-color: var(--green); }
.field [aria-invalid="true"], .field [aria-invalid="true"]:hover { border-color: var(--error-text); }
.field input:disabled, .field textarea:disabled, .field select:disabled { background: #34483c; color: #c0cdc3; cursor: not-allowed; }
.field input::placeholder, .field textarea::placeholder, .search-control input::placeholder { color: var(--muted); opacity: 1; }
.field-error, .form-errors { color: var(--error-text); }
.form-errors { border-color: var(--error-text); }
.form-success { background: var(--surface); color: var(--text); border-color: var(--control-line); }
.form-success a { color: var(--green); }
.form-note { font-size: 13px; }
.contact-info h2 { font-size: 28px; }
.contact-info dl { margin-top: 24px; }
.contact-info dl > div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-info dt { font-size: 13px; color: var(--muted); }
.contact-info dd { margin: 6px 0 0; overflow-wrap: anywhere; }
.search-panel { padding-top: 64px; max-width: calc(1040px + 2 * var(--page-gutter)); }
.search-panel .search-results article { padding-block: 28px; }
.search-results h3 { font-size: 24px; }
.search-results h3 a:hover { color: var(--green); }
.empty-state { background: var(--surface); border: 1px solid var(--line); }
.pagination a { border-color: var(--control-line); border-radius: 999px; min-height: 44px; }
.pagination a:hover { background: var(--forest-raised); color: var(--green); }
.error-page { background: var(--surface); }
.error-code { color: var(--green); font-family: "Inter", sans-serif; }
/* Botanical scenes share the page's backdrop; text keeps a clear reading lane. */
.botanical-decoration { display: block; max-width: 100%; height: auto; object-fit: contain; pointer-events: none; user-select: none; }
.company-story { min-width: 0; max-width: 800px; position: relative; z-index: 1; }
.company-story h2 { margin-bottom: 32px; font-size: clamp(30px, 2.8vw, 48px); font-weight: 500; letter-spacing: -.025em; line-height: 1.3; white-space: pre-line; text-wrap: balance; }
.company-story .richtext { max-width: 65ch; font-size: 17px; line-height: 1.95; }
.botanical-garden { width: 100%; max-width: 760px; justify-self: center; }
/* Fade the rectangular scene's backdrop, not an approximation of leaf contours. */
.botanical-scene-art { width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent), linear-gradient(0deg, transparent, #000 12%, #000 88%, transparent); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent), linear-gradient(0deg, transparent, #000 12%, #000 88%, transparent); mask-composite: intersect; }
.service-heading-with-plant { display: grid; grid-template-columns: minmax(0, 1fr) minmax(200px, 30%); align-items: center; gap: 24px; margin-bottom: 32px; }
.service-heading-with-plant .section-heading { display: block; margin-bottom: 0; }
.service-heading-with-plant .section-heading > p { max-width: 65ch; margin-top: 24px; }
.botanical-service { width: 100%; max-width: 420px; justify-self: end; }
.botanical-cta-flower { width: 100%; max-width: 680px; justify-self: end; align-self: end; }
.faq-garden-heading { display: block; }
.botanical-faq { width: 200px; margin-top: 24px; }
@media (max-width: 1100px) {
  .site-header .nav-item > a { padding-inline: 12px; }
  .site-header .brand-name { font-size: 21px; }
  .site-header .masthead { padding-inline: 24px; }
  .prose-section, .faq-section { gap: 40px; }
  .product-showcase .course-type { flex-wrap: wrap; align-items: start; }
  .product-showcase .course-type, .product-showcase .course-copy { padding-inline: 28px; }
  .product-showcase .course-feature { grid-template-columns: 1fr; }
  .product-visual, .course-has-image .product-visual { grid-column: 1; grid-row: auto; margin-top: 32px; padding: 32px 0 0; border-left: 0; border-top: 1px solid var(--forest-line); }
  .editorial-section .advantage-list li { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 900px) {
  .site-header .masthead { min-height: 80px; padding: 16px 24px; }
  .site-header .header-contact { display: none; }
  .site-header .menu-toggle { color: white; background: var(--forest-raised); border-color: #879388; }
  .site-header .primary-navigation { position: static; left: auto; transform: none; width: 100%; margin: 12px 0 0; padding: 16px; border-radius: 16px; background: var(--forest-raised); backdrop-filter: none; max-height: calc(100dvh - 112px); overflow-y: auto; }
  .site-header .nav-item > a { padding: 12px; border-radius: 8px; font-size: 16px; }
  .site-header .subnav { position: static; background: transparent; padding-left: 12px; border-top: 0; border-bottom: 0; border-right: 0; }
  .section-heading { gap: 32px; }
  .section-heading > p { max-width: 30em; }
  .section-heading h2 { min-width: 0; }
  .prose-section, .faq-section { grid-template-columns: 1fr; gap: 32px; }
  #company-geo { grid-template-columns: minmax(0, 1fr) 32%; gap: 0; }
  .service-heading-with-plant .section-heading > p { margin-top: 20px; }
  .faq-garden-heading { display: flex; align-items: center; gap: 24px; }
  .botanical-faq { width: 120px; flex-shrink: 0; margin-top: 0; }
  .editorial-section > .shell { grid-template-columns: 1fr; gap: 32px; }
  .editorial-section .advantage-list li { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 24px; }
  .prose-section > h2 { max-width: none; }
  .prose-section > .richtext { max-width: none; }
  .prose-section > .richtext:only-child { margin-inline: 0; }
  .faq-section .section-heading { margin-bottom: 0; }
  .advantage-list li { padding-inline: 24px; }
  .service-section .advantage-list li { grid-template-columns: 56px minmax(0, 1fr) minmax(0, 1.3fr); gap: 24px; padding-block: 28px; }
  .service-section .advantage-list p { margin: 0; }
  .contact-layout { grid-template-columns: 1fr; gap: 24px; padding-top: 48px; }
  .contact-form-panel { max-width: 100%; }
  .site-footer .footer-grid { gap: 32px; }
  .site-footer .footer-connect .button-secondary { font-size: 14px; padding-inline: 18px; }
}
@media (max-width: 640px) {
  :root { --page-gutter: 20px; }
  .section { padding-block: 56px; }
  .stream-page > .section:first-child { padding-top: 56px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading > p { margin-top: 20px; font-size: 15px; }
  .section-heading > .text-link { margin-top: 16px; }
  .section-heading h2, .prose-section > h2, .image-text h2 { font-size: 30px; }
  .site-header .masthead { min-height: 76px; padding: 14px 20px; }
  .site-header .brand-name { font-size: 20px; }
  .site-header .brand-logo { width: 40px; height: 32px; }
  .site-header .brand-english { font-size: 9px; }
  .page-header { padding-block: 36px 48px; }
  .page-header h1 { font-size: 36px; }
  .page-header .page-intro { font-size: 16px; margin-top: 24px; }
  .page-header-actions { gap: 12px 24px; margin-top: 28px; }
  .page-header-actions .button-primary { font-size: 14px; padding-inline: 22px; }
  .product-showcase .course-grid { grid-template-columns: 1fr; gap: 24px; }
  .product-showcase .course-type { flex-direction: row; align-items: end; gap: 20px; padding: 28px 24px 24px; }
  .product-showcase .course-type strong { font-size: 56px; }
  .product-showcase .course-type span { font-size: 12px; }
  .product-showcase .course-copy { padding: 0 24px 28px; }
  .product-showcase .course-copy p { font-size: 15px; }
  .product-showcase .course-feature { padding: 28px 24px; }
  .product-showcase .course-feature .course-type { padding-bottom: 24px; }
  .product-showcase .course-feature .course-copy { padding: 0; }
  .geo-workflow .product-capabilities { grid-template-columns: 1fr; gap: 28px; }
  .geo-workflow li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 4px 24px; text-align: left; }
  .geo-workflow .capability-icon { grid-column: 1; grid-row: 1 / span 2; }
  .geo-workflow strong { grid-column: 2; margin: 0; font-size: 24px; }
  .geo-workflow li > span { grid-column: 2; }
  .geo-workflow li:not(:last-child)::after { top: 48px; left: 20px; width: 1px; height: calc(100% - 28px); }
  .product-visual figcaption { margin-top: 28px; }
  .product-capabilities li { font-size: 13px; }
  .product-directory { padding-bottom: 56px; }
  .advantage-list li, .advantage-list li:first-child, .advantage-list li:last-child { padding: 24px 0; }
  .advantage-list h3 { font-size: 22px; }
  .advantage-list p { margin-top: 14px; }
  .editorial-section .advantage-list li { grid-template-columns: 1fr; gap: 12px; padding-block: 24px; }
  .editorial-section .advantage-list p { margin: 0; }
  .service-section .advantage-list { gap: 0; }
  .service-section .advantage-list li { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px 20px; padding-block: 28px; }
  .service-section .advantage-list h3 { align-self: center; font-size: 25px; }
  .service-section .advantage-list p { grid-column: 2; margin: 0; font-size: 15px; }
  .service-step { font-size: 30px; }
  #approach > h2 { max-width: none; font-size: 36px; }
  #company-geo .richtext > p:first-child { font-size: 18px; }
  .customer-case-list { grid-template-columns: 1fr; }
  .customer-case-list li:nth-child(n) { padding: 28px 0; border-left: 0; gap: 12px; }
  .customer-case-list h3 { max-width: none; font-size: 24px; }
  .customer-case-footer { display: block; padding-top: 24px; }
  .customer-case-footer .text-link { margin-top: 16px; }
  #customer-questions .richtext p:not(:last-child) { font-size: 18px; }
  .prose-section > .richtext { font-size: 16px; }
  .product-contents { padding-block: 20px; }
  .product-contents a { padding-inline: 14px; font-size: 13px; }
  #geo-process .richtext ol { grid-template-columns: 1fr; gap: 12px; }
  #geo-process .richtext li { padding-right: 0; }
  .faq-section summary { font-size: 16px; }
  .cta-section > .shell { grid-template-columns: 1fr; gap: 24px; }
  .cta-section h2 { font-size: 32px; }
  .cta-section p { font-size: 16px; }
  #company-geo { grid-template-columns: 1fr; gap: 0; }
  .company-story h2 { font-size: 30px; margin-bottom: 24px; }
  .company-story .richtext { font-size: 16px; }
  .botanical-garden { width: 100%; max-width: 440px; justify-self: end; margin-top: 0; }
  .service-heading-with-plant { grid-template-columns: 1fr; gap: 0; margin-bottom: 24px; }
  .botanical-service { width: 180px; margin-top: 8px; }
  .botanical-cta-flower { width: 100%; max-width: 440px; }
  .botanical-faq { width: 80px; }
  .contact-layout { padding-top: 40px; }
  .contact-form-panel { padding: 28px 20px; }
  .contact-form-panel h2 { font-size: 26px; }
  .contact-layout .section:first-child { padding-top: 0; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer .footer-grid > :first-child { grid-column: auto; }
  .site-footer .footer-name { font-size: 28px; }
  .site-footer .footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer .footer-links h3 { grid-column: 1 / -1; }
  .search-panel { padding-top: 40px; }
}
