/* fp:kinetic:start */
:root {
  --k-graphite: #171A1B;
  --k-ink: #171A1B;
  --k-paper: #FAFBFB;
  --k-white: #FFFFFF;
  --k-muted: #5D666B;
  --k-line: #D7DDE0;
  --k-on-dark: #F7F9FA;
  --k-muted-dark: #B3BBBF;
  --k-dark-line: #383E41;
  --k-blue: #36B4FF;
  --k-blue-ink: #005E91;
  --k-stage: #E8EDF1;
  --k-agro: #E6EDE9;
  --k-blue-hover: #6EC9FF;
  --k-shadow: #171A1B14;
  --k-night-paper: #202526;
  --k-night-line: #434A4E;
  --k-night-stage: #2A3134;
  --k-night-agro: #293831;
  --k-night-blue-ink: #71CAFF;
  --k-ease: cubic-bezier(0.23, 1, 0.32, 1);
}
/* fp:kinetic:end */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--k-ink); background: var(--k-paper); font-family: 'Onest', Arial, sans-serif; font-size: 16px; line-height: 1.55; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
::selection { background: var(--k-blue); color: var(--k-ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--k-blue-ink); outline-offset: 6px; }
.hero-shell :focus-visible, .contact-band :focus-visible { outline-color: var(--k-blue); }
p, h1, h2, h3 { margin: 0; }
img { max-width: 100%; display: block; }
.sprite { width: 0; height: 0; position: absolute; overflow: hidden; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; flex: none; }
.wrap { width: min(100% - 112px, 1320px); margin-inline: auto; }
.skip { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 12px 20px; background: var(--k-paper); color: var(--k-ink); transform: translateY(-180%); }
.skip:focus { transform: none; }
.hero-shell { background: var(--k-ink); color: var(--k-on-dark); }
.header { min-height: 88px; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--k-dark-line); }
.brand { display: inline-flex; gap: 12px; align-items: center; font-size: 21px; font-weight: 600; white-space: nowrap; }
.brand img { flex: none; }
.desktop-nav { display: flex; gap: 30px; margin: 0 auto; padding-left: 36px; }
.desktop-nav a { min-height: 44px; display: flex; align-items: center; font-size: 14px; color: var(--k-muted-dark); transition: color 160ms ease; }
.header-actions { display: flex; gap: 4px; }
.icon-link { width: 44px; height: 44px; display: inline-flex; justify-content: center; align-items: center; border: 0; background: transparent; color: inherit; cursor: pointer; border-radius: 4px; }
.icon-link .icon { width: 19px; height: 19px; }
.theme-toggle .moon, [data-theme="dark"] .theme-toggle .sun { display: none; }
[data-theme="dark"] .theme-toggle .moon { display: block; }
.mobile-menu { display: none; }
.hero { padding-top: 74px; padding-bottom: 30px; }
.hero-intro { display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; }
.hero-service { font-size: 35px; font-weight: 400; line-height: 1.28; }
.hero-copy { width: 388px; flex: none; padding-top: 3px; }
.hero-copy p { color: var(--k-muted-dark); font-size: 18px; line-height: 1.6; }
.contacts { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; border-radius: 3px; transition: background-color 180ms ease, color 180ms ease, transform 120ms var(--k-ease); }
.button-blue { color: var(--k-ink); background: var(--k-blue); }
.button-plain { padding-inline: 10px; color: var(--k-on-dark); }
.button:active { transform: translateY(1px); }
.wordmark { display: flex; align-items: center; gap: 28px; margin-top: 52px; padding-block: 4px 24px; overflow: clip; }
.wordmark h1 { font-size: 248px; font-weight: 700; line-height: 1.02; letter-spacing: 0; }
.plus { position: relative; flex: none; width: 84px; height: 84px; color: var(--k-blue); }
.plus span { background: currentColor; display: block; position: absolute; }
.plus span:first-child { width: 100%; height: 28%; top: 36%; }
.plus span:last-child { height: 100%; width: 28%; left: 36%; }
.hero-baseline { border-top: 1px solid var(--k-dark-line); padding-top: 17px; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: 12px; color: var(--k-muted-dark); }
.hero-baseline a { display: flex; gap: 8px; align-items: center; min-height: 32px; }
.hero-baseline .icon { width: 17px; height: 17px; }
.section { padding-block: 76px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 32px; }
h2 { font-size: 42px; line-height: 1.16; font-weight: 500; }
.section-index, .eyebrow, .project-type, .project-number, .step-number { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--k-muted); }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.project { min-width: 0; }
.project-visual { position: relative; display: flex; align-items: center; aspect-ratio: 1.47; padding: 30px; overflow: hidden; }
.corpa-stage { background: var(--k-stage); }
.agro-stage { background: var(--k-agro); }
.project-visual img { width: 100%; height: auto; object-fit: contain; box-shadow: 0 8px 22px var(--k-shadow); transition: transform 250ms var(--k-ease); }
.visual-corner { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 35px; height: 35px; background: var(--k-white); color: var(--k-graphite); border-radius: 50%; }
.project-caption { display: flex; gap: 12px; justify-content: space-between; align-items: baseline; padding-top: 20px; }
.project-caption h3 { font-size: 25px; line-height: 1.2; font-weight: 500; }
.project-caption p { font-size: 14px; color: var(--k-muted); margin-top: 5px; }
.project-type { white-space: nowrap; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.project-details { margin-top: 19px; border-top: 1px solid var(--k-line); }
.project-details summary { padding: 14px 0; display: flex; align-items: center; justify-content: space-between; font-size: 13px; min-height: 48px; }
.detail-sign { position: relative; width: 18px; height: 18px; flex: none; }
.detail-sign::before, .detail-sign::after { content: ''; position: absolute; background: currentColor; }
.detail-sign::before { height: 1px; width: 14px; left: 2px; top: 8px; }
.detail-sign::after { height: 14px; width: 1px; left: 8px; top: 2px; transition: transform 180ms var(--k-ease); }
details[open] > summary .detail-sign::after { transform: rotate(90deg); }
.project-details > div { padding: 6px 0 20px; font-size: 15px; color: var(--k-muted); }
.project-details p + p { margin-top: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: 12px; color: var(--k-blue-ink); font-size: 14px; }
.project-list { margin-top: 42px; border-top: 1px solid var(--k-line); }
.project-list > details { border-bottom: 1px solid var(--k-line); }
.project-list summary { display: grid; grid-template-columns: 58px 1fr 20px; align-items: center; padding-block: 25px; gap: 20px; }
.project-list strong { font-size: 23px; line-height: 1.3; font-weight: 400; }
.project-list small { display: block; margin-top: 6px; color: var(--k-muted); font-size: 13px; }
.list-detail { padding: 0 0 25px 78px; max-width: 760px; color: var(--k-muted); }
.solutions-band { background: var(--k-stage); }
.partners { padding-top: 0; }
.partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.partner { display: flex; flex-direction: column; min-width: 0; border-top: 1px solid var(--k-line); padding-top: 25px; }
.partner-name { min-height: 98px; font-size: 26px; font-weight: 500; line-height: 1.25; }
.partner-name a, .partner-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 44px; }
.partner-name > span:not(.partner-title) { display: block; margin-top: 7px; font-size: 13px; color: var(--k-muted); font-weight: 400; }
.partner-metric { margin-block: 24px; }
.partner-metric strong { display: block; font-size: 43px; font-weight: 500; line-height: 1.2; white-space: nowrap; }
.partner-metric strong span { font-size: 24px; font-weight: 400; }
.partner-metric > span { display: block; margin-top: 8px; font-size: 13px; color: var(--k-muted); }
.partner-description { font-size: 15px; color: var(--k-muted); margin-bottom: 20px; }
.partner-source { display: flex; align-items: center; gap: 7px; width: fit-content; min-height: 44px; margin-top: auto; font-size: 12px; color: var(--k-blue-ink); }
.partner-source .icon { width: 17px; height: 17px; }
.partners-note { margin-top: 26px; max-width: 740px; font-size: 12px; color: var(--k-muted); }
@media (hover: hover) and (pointer: fine) { .partner-name a:hover, .partner-source:hover { text-decoration: underline; text-underline-offset: 5px; } }
@media (max-width: 1099px) { .partner-grid { gap: 24px; } .partner-name { font-size: 22px; } .partner-metric strong { font-size: 34px; } .partner-metric strong span { font-size: 20px; } }
@media (max-width: 899px) { .partners > .section-heading > .eyebrow { display: none; } }
@media (max-width: 699px) { .partner-grid { grid-template-columns: 1fr; gap: 28px; } .partner-name { min-height: 0; font-size: 26px; } .partner-metric { margin-block: 20px; } .partner-metric strong { font-size: 40px; } .partner-description { margin-bottom: 10px; } .partners.section { padding-top: 0; } }
.solutions-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.section-lead h2 { margin-top: 20px; font-size: 46px; }
.section-lead p { color: var(--k-muted); margin-top: 24px; font-size: 15px; }
.solution-list { border-top: 1px solid var(--k-line); }
.solution-list details { border-bottom: 1px solid var(--k-line); }
.solution-list summary { padding: 25px 0; min-height: 72px; display: flex; justify-content: space-between; gap: 20px; align-items: center; font-size: 21px; line-height: 1.35; }
.solution-list details > div { padding-bottom: 26px; color: var(--k-muted); font-size: 15px; }
.solution-tag { display: block; font-size: 12px; margin-top: 20px; color: var(--k-blue-ink); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 48px 0 0; padding: 0; gap: 28px; }
.steps li { border-top: 1px solid var(--k-line); padding-top: 20px; }
.step-number { color: var(--k-blue-ink); }
.steps h3 { margin: 25px 0 12px; font-size: 19px; font-weight: 500; line-height: 1.3; }
.steps p { font-size: 14px; color: var(--k-muted); }
.studio { border-top: 1px solid var(--k-line); padding-block: 65px 90px; }
.studio > p { margin-top: 28px; font-size: 48px; line-height: 1.3; max-width: 900px; }
.studio em { font-style: normal; color: var(--k-blue-ink); }
.studio-note { margin-top: 28px; max-width: 560px; color: var(--k-muted); font-size: 16px; }
.contact-band { background: var(--k-ink); color: var(--k-on-dark); padding-top: 65px; }
.contact-band .eyebrow { color: var(--k-muted-dark); }
.contact-band h2 { font-size: 64px; margin-top: 28px; }
.contact-bottom { display: flex; justify-content: space-between; align-items: end; gap: 25px; padding-block: 38px 60px; }
.contact-email { display: flex; gap: 20px; align-items: center; font-size: 26px; padding-block: 10px; margin-bottom: 20px; overflow-wrap: anywhere; }
.contact-bottom > p { font-size: 14px; color: var(--k-muted-dark); }
.footer-line { border-top: 1px solid var(--k-dark-line); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px; }
.footer-line > a:not(.brand), .footer-line > span { font-size: 12px; color: var(--k-muted-dark); }
.toast { position: fixed; z-index: 30; max-width: calc(100% - 32px); left: 50%; bottom: 22px; transform: translate(-50%, 10px); padding: 14px 22px; border-radius: 4px; background: var(--k-ink); color: var(--k-on-dark); border: 1px solid var(--k-dark-line); font-size: 14px; opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms var(--k-ease); }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.clipboard-helper { position: fixed; left: 0; top: 0; width: 1px; height: 1px; opacity: 0; padding: 0; border: 0; }
[data-theme="dark"] .page-body { --k-paper: var(--k-night-paper); --k-ink: var(--k-on-dark); --k-muted: var(--k-muted-dark); --k-line: var(--k-night-line); --k-stage: var(--k-night-stage); --k-agro: var(--k-night-agro); --k-blue-ink: var(--k-night-blue-ink); color: var(--k-ink); background: var(--k-paper); }
.hero.entrance h1 { animation: word-in 780ms var(--k-ease) both; }
.hero.entrance .plus { animation: plus-in 900ms var(--k-ease) both; }
@keyframes word-in { from { opacity: .2; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes plus-in { from { opacity: 0; transform: translateX(28px) rotate(-90deg); } to { opacity: 1; transform: none; } }
@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover, .icon-link:hover, .button-plain:hover, .hero-baseline a:hover { color: var(--k-blue); }
  .button-blue:hover { background: var(--k-blue-hover); }
  .project-visual:hover img { transform: translateY(-5px); }
  .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
}
@media (min-width: 1500px) { .wordmark h1 { font-size: 270px; } .hero { padding-top: 84px; } }
@media (max-width: 1279px) { .wrap { width: calc(100% - 80px); } .wordmark h1 { font-size: 208px; } .wordmark { gap: 22px; } .plus { width: 66px; height: 66px; } .desktop-nav { gap: 20px; padding: 0; } .hero-copy { width: 340px; } }
@media (max-width: 1099px) { .wordmark h1 { font-size: 170px; } .hero { padding-top: 60px; } .hero-service { font-size: 30px; } .hero-copy p { font-size: 16px; } .project-visual { padding: 18px; } .solutions-layout { gap: 55px; } .steps { grid-template-columns: 1fr 1fr; row-gap: 38px; } }
@media (max-width: 899px) { .wrap { width: calc(100% - 56px); } .wordmark h1 { font-size: 140px; } .plus { width: 50px; height: 50px; } .header { gap: 14px; } .desktop-nav { gap: 14px; } .desktop-nav a { font-size: 12px; } .brand { font-size: 18px; gap: 9px; } .hero-service { font-size: 27px; } .hero-copy { width: 310px; } .hero-intro { gap: 30px; } .project-type { display: none; } h2 { font-size: 34px; } .solutions-layout { grid-template-columns: .85fr 1.15fr; gap: 30px; } .section-lead h2 { font-size: 38px; } .studio > p { font-size: 40px; } }
@media (max-width: 699px) {
  .wrap { width: calc(100% - 40px); } .header { min-height: 74px; gap: 8px; } .desktop-nav { display: none; } .header-actions { margin-left: auto; gap: 0; } .header-actions > a { display: none; }
  .mobile-menu { display: block; } .mobile-menu > summary { width: 44px; height: 44px; display: flex; flex-direction: column; gap: 6px; align-items: center; justify-content: center; }
  .mobile-menu > summary span { width: 20px; height: 1px; background: var(--k-on-dark); transition: transform 180ms var(--k-ease); }
  .mobile-menu[open] > summary span:first-child { transform: translateY(3.5px) rotate(45deg); }.mobile-menu[open] > summary span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu nav { position: absolute; top: 74px; left: 0; right: 0; background: var(--k-ink); padding: 14px 24px 24px; z-index: 10; border-bottom: 1px solid var(--k-dark-line); }
  .mobile-menu nav a { display: block; padding: 12px 0; font-size: 20px; }
  .hero { padding-top: 40px; padding-bottom: 20px; } .hero-intro { display: grid; gap: 22px; } .hero-service { font-size: 28px; } .hero-copy { width: auto; } .hero-copy p { font-size: 15px; max-width: 330px; } .desktop-break { display: none; }
  .contacts { margin-top: 22px; gap: 15px; } .button { min-height: 46px; } .wordmark { margin-top: 46px; padding-block: 0 23px; gap: 12px; } .wordmark h1 { font-size: 96px; } .plus { width: 43px; height: 43px; }
  .hero-baseline { font-size: 10px; gap: 10px; padding-top: 13px; }.hero-baseline > a { display: none; }
  .section { padding-block: 46px; } h2 { font-size: 29px; } .section-heading { margin-bottom: 24px; align-items: center; }.section-index { font-size: 10px; flex: none; }
  .project-grid { grid-template-columns: 1fr; gap: 36px; }.project-visual { padding: 23px; aspect-ratio: 1.46; } .project-caption { padding-top: 17px; }.project-caption h3 { font-size: 23px; }.project-type { display: block; font-size: 10px; }.project-details { margin-top: 12px; }
  .project-list { margin-top: 34px; }.project-list summary { grid-template-columns: 24px 1fr 18px; gap: 12px; padding-block: 22px; }.project-list strong { font-size: 18px; }.project-list small { font-size: 11px; }.list-detail { padding-left: 36px; font-size: 14px; }
  .solutions-layout { grid-template-columns: 1fr; gap: 30px; }.section-lead h2 { font-size: 36px; }.section-lead p { margin-top: 18px; }.solution-list summary { font-size: 18px; padding-block: 22px; }
  .steps { margin-top: 28px; gap: 30px 20px; }.steps h3 { font-size: 17px; margin-top: 20px; }.steps p { font-size: 13px; }.section-heading > .eyebrow { display: none; }
  .studio { padding-block: 40px 50px; }.studio > p { font-size: 30px; }.studio-note { font-size: 14px; }
  .contact-band { padding-top: 45px; }.contact-band h2 { font-size: 43px; }.contact-bottom { display: grid; padding-block: 22px 40px; gap: 30px; }.contact-email { font-size: 19px; gap: 10px; }.contact-email .icon { width: 18px; }
  .footer-line { flex-wrap: wrap; gap: 20px; }.footer-line > .brand { width: 100%; }.footer-line > span { margin-left: auto; }
}
@media (max-width: 479px) { .wordmark h1 { font-size: 76px; } .wordmark { gap: 10px; } .plus { width: 34px; height: 34px; } }
@media (max-width: 389px) { .wordmark h1 { font-size: 66px; } .wordmark { gap: 8px; } .plus { width: 29px; height: 29px; } .hero-baseline { font-size: 9px; } h2 { font-size: 27px; } .contact-email { font-size: 17px; } }
@media (max-width: 339px) { .wordmark h1 { font-size: 61px; } .plus { width: 25px; height: 25px; } .steps { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
