:root {
  --af-bg: #f4faf7;
  --af-surface: #ffffff;
  --af-mist: #e8f6ef;
  --af-line: rgba(8, 73, 56, 0.13);
  --af-line-strong: rgba(8, 73, 56, 0.22);
  --af-ink: #0b2f26;
  --af-copy: #4c665e;
  --af-soft: #788f87;
  --af-green: #0bbf72;
  --af-green-deep: #067453;
  --af-green-dark: #053f34;
  --af-night: #062f29;
  --af-radius-sm: 14px;
  --af-radius-md: 24px;
  --af-radius-lg: 42px;
  --af-shadow: 0 28px 80px rgba(6, 68, 50, 0.12);
  --af-container: min(1280px, calc(100% - 48px));
  --af-ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--af-ink);
  background: var(--af-bg);
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  word-break: keep-all;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.af-container { width: var(--af-container); margin: 0 auto; }
.af-section { position: relative; padding: 150px 0; }
.af-section-dark { color: #fff; background: var(--af-night); }

.af-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.af-scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--af-green);
  transform-origin: left;
}

.af-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  transition: background .35s ease, border-color .35s ease, transform .35s ease;
}
.af-header.is-scrolled {
  background: rgba(244, 250, 247, .86);
  border-bottom: 1px solid rgba(7, 69, 53, .1);
  backdrop-filter: blur(20px);
}
.af-header-inner {
  width: var(--af-container);
  height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.af-logo { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.af-logo img { width: 28px; height: 28px; object-fit: contain; }
.af-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.af-nav a { position: relative; padding: 10px 0; }
.af-nav a::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 100%; height: 1px; background: var(--af-green); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--af-ease); }
.af-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.af-header-cta { justify-self: end; padding: 11px 18px; border-radius: 999px; color: #fff; background: var(--af-green-deep); font-size: 12px; font-weight: 800; transition: transform .25s ease, background .25s ease; }
.af-header-cta:hover { transform: translateY(-2px); background: var(--af-green); }
.af-menu-button { display: none; justify-self: end; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--af-ink); cursor: pointer; }
.af-menu-button span { display: block; width: 18px; height: 1px; margin: 5px auto; background: #fff; transition: transform .25s ease; }

.af-kicker { margin: 0 0 20px; color: var(--af-green-deep); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.af-kicker-light { color: #83e0b6; }
.af-button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 56px; padding: 0 24px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .3s var(--af-ease), box-shadow .3s ease, background .3s ease; }
.af-button:hover { transform: translateY(-3px); }
.af-button-primary { color: #fff; background: var(--af-green-deep); box-shadow: 0 16px 34px rgba(5, 117, 82, .24); }
.af-button-primary:hover { background: var(--af-green); box-shadow: 0 20px 40px rgba(5, 117, 82, .3); }
.af-button-light { color: var(--af-night); background: #fff; }
.af-text-link, .af-inline-link { display: inline-flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 800; }
.af-text-link span, .af-inline-link span { transition: transform .25s ease; }
.af-text-link:hover span, .af-inline-link:hover span { transform: translate(3px, -3px); }

.af-hero {
  position: relative;
  min-height: 100svh;
  padding: 122px 0 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 34%, rgba(12, 193, 114, .13), transparent 26%),
    linear-gradient(135deg, #f5fbf8 0%, #e7f6ef 100%);
}
.af-hero-grid { position: absolute; inset: 0; z-index: -3; opacity: .45; background-image: linear-gradient(rgba(5, 83, 61, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(5, 83, 61, .04) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 50%, transparent 96%); }
.af-hero-orbit { position: absolute; z-index: -2; border: 1px solid rgba(9, 110, 76, .14); border-radius: 50%; }
.af-orbit-one { top: -18vw; right: -10vw; width: 68vw; height: 68vw; animation: afOrbit 30s linear infinite; }
.af-orbit-two { right: 12vw; bottom: -34vw; width: 54vw; height: 54vw; animation: afOrbit 24s linear infinite reverse; }
@keyframes afOrbit { to { transform: rotate(360deg); } }
.af-hero-inner { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: 80px; align-items: center; }
.af-hero-copy { position: relative; z-index: 2; max-width: 720px; }
.af-hero-kicker { display: flex; align-items: center; gap: 12px; }
.af-hero-kicker span { width: 32px; height: 1px; background: var(--af-green); }
.af-hero-title { margin: 0; font-size: clamp(54px, 6.6vw, 98px); line-height: .98; letter-spacing: -.065em; font-weight: 900; }
.af-title-line { display: block; overflow: hidden; }
.af-title-accent { color: var(--af-green-deep); }
.af-hero-description { max-width: 670px; margin: 34px 0 0; color: var(--af-copy); font-size: 18px; line-height: 1.9; }
.af-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.af-hero-footnote { display: flex; align-items: center; gap: 18px; margin-top: 52px; padding-top: 22px; border-top: 1px solid var(--af-line); color: var(--af-soft); font-size: 12px; }
.af-hero-footnote strong { color: var(--af-ink); letter-spacing: .08em; }
.af-hero-visual { position: relative; min-width: 0; transform: translate3d(0, 0, 0); }
.af-hero-image-frame { position: relative; padding: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 48% 48% 28px 28px; background: rgba(255,255,255,.58); box-shadow: 0 42px 100px rgba(7, 80, 57, .16); backdrop-filter: blur(15px); }
.af-hero-image-frame img { width: 100%; border-radius: 46% 46% 18px 18px; }
.af-frame-label { position: absolute; top: 31px; left: 38px; z-index: 3; color: var(--af-green-dark); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.af-scan-line { position: absolute; top: 0; left: 8%; width: 84%; height: 1px; background: linear-gradient(90deg, transparent, var(--af-green), transparent); box-shadow: 0 0 18px rgba(11, 191, 114, .8); animation: afScan 4.5s ease-in-out infinite; }
@keyframes afScan { 0%, 100% { transform: translateY(90px); opacity: 0; } 20%, 80% { opacity: 1; } 50% { transform: translateY(510px); } }
.af-data-caption { position: absolute; font-size: 10px; font-weight: 900; letter-spacing: .16em; color: var(--af-green-deep); writing-mode: vertical-rl; }
.af-data-caption-top { top: 12%; right: -28px; }
.af-data-caption-bottom { left: -24px; bottom: 8%; transform: rotate(180deg); }
.af-scroll-cue { position: absolute; left: 50%; bottom: 30px; display: flex; align-items: center; gap: 14px; transform: translateX(-50%); color: var(--af-soft); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.af-scroll-cue i { animation: afBounce 1.8s ease-in-out infinite; }
@keyframes afBounce { 50% { transform: translateY(6px); } }
[data-hero-line] { opacity: 0; transform: translateY(32px); transition: opacity .9s var(--af-ease), transform .9s var(--af-ease); }
body.is-ready [data-hero-line] { opacity: 1; transform: translateY(0); }
body.is-ready [data-hero-line]:nth-child(2) { transition-delay: .09s; }
body.is-ready [data-hero-line]:nth-child(3) { transition-delay: .18s; }
body.is-ready [data-hero-line]:nth-child(4) { transition-delay: .27s; }
body.is-ready [data-hero-line]:nth-child(5) { transition-delay: .36s; }

.af-manifesto { background: #fff; }
.af-manifesto .af-container { display: grid; grid-template-columns: 220px 1fr; gap: 80px; }
.af-manifesto-label { display: flex; gap: 22px; align-items: flex-start; color: var(--af-soft); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.af-manifesto-label span { color: var(--af-green-deep); }
.af-manifesto-label p { margin: 0; }
.af-manifesto-copy { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.af-manifesto-lead { margin: 0; font-size: clamp(36px, 4.2vw, 66px); line-height: 1.32; letter-spacing: -.045em; font-weight: 800; }
.af-manifesto-detail { color: var(--af-copy); }
.af-manifesto-detail p { margin: 0 0 32px; line-height: 1.95; }

.af-marquee { overflow: hidden; padding: 24px 0; color: #fff; background: var(--af-green-deep); }
.af-marquee-track { display: flex; width: max-content; align-items: center; gap: 30px; animation: afMarquee 24s linear infinite; }
.af-marquee span { font-size: 15px; font-weight: 900; letter-spacing: .16em; white-space: nowrap; }
.af-marquee i { width: 7px; height: 7px; border-radius: 50%; background: #8df1c2; }
@keyframes afMarquee { to { transform: translateX(-50%); } }

.af-section-heading { display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: end; margin-bottom: 80px; }
.af-section-heading h2, .af-platform-intro h2, .af-hardware-content h2, .af-proof h2, .af-case-copy h2, .af-contact-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.12; letter-spacing: -.05em; }
.af-section-heading > p, .af-platform-intro > p { margin: 0; color: var(--af-copy); line-height: 1.9; }
.af-capabilities { background: var(--af-bg); }
.af-capability-list { border-top: 1px solid var(--af-line-strong); }
.af-capability { display: grid; grid-template-columns: 72px 70px 1fr 40px; gap: 30px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--af-line); transition: padding .35s var(--af-ease), color .35s ease; }
.af-capability:hover { padding-left: 18px; color: var(--af-green-deep); }
.af-capability-index { color: var(--af-soft); font-size: 11px; font-weight: 900; }
.af-capability-icon { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--af-line); border-radius: 50%; color: var(--af-green-deep); }
.af-capability h3 { margin: 0 0 8px; font-size: 28px; letter-spacing: -.03em; }
.af-capability p { margin: 0; color: var(--af-copy); }
.af-capability > a { justify-self: end; font-size: 23px; transition: transform .3s ease; }
.af-capability:hover > a { transform: rotate(45deg); }

.af-hardware { overflow: hidden; }
.af-hardware::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 74px 74px; }
.af-hardware-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.af-product-stage { position: relative; min-height: 560px; display: grid; place-items: center; }
.af-product-stage img { position: relative; z-index: 3; width: min(78%, 560px); filter: drop-shadow(0 45px 40px rgba(0,0,0,.34)); }
.af-product-ring { position: absolute; border: 1px solid rgba(117, 229, 179, .26); border-radius: 50%; animation: afPulse 6s ease-in-out infinite; }
.af-ring-one { width: 440px; height: 440px; }
.af-ring-two { width: 570px; height: 570px; animation-delay: -3s; }
@keyframes afPulse { 50% { transform: scale(1.04); opacity: .5; } }
.af-section-number { margin: 0 0 28px; color: #8ae2ba; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.af-hardware-lead { margin: 34px 0 46px; color: rgba(255,255,255,.67); font-size: 17px; line-height: 1.95; }
.af-spec-list { margin: 0 0 48px; border-top: 1px solid rgba(255,255,255,.14); }
.af-spec-list div { display: grid; grid-template-columns: 180px 1fr; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.af-spec-list dt { color: rgba(255,255,255,.46); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.af-spec-list dd { margin: 0; font-weight: 700; }

.af-platform { background: #fff; }
.af-platform-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; margin-bottom: 110px; }
.af-platform-story { display: grid; grid-template-columns: 270px 1fr; gap: 90px; }
.af-platform-nav { position: sticky; top: 130px; height: fit-content; display: flex; flex-direction: column; border-top: 1px solid var(--af-line); }
.af-platform-nav button { display: flex; gap: 18px; padding: 20px 0; border: 0; border-bottom: 1px solid var(--af-line); color: var(--af-soft); background: transparent; text-align: left; cursor: pointer; transition: color .25s ease, padding .25s ease; }
.af-platform-nav button span { font-size: 10px; font-weight: 900; }
.af-platform-nav button.is-active { padding-left: 12px; color: var(--af-green-deep); font-weight: 800; }
.af-platform-scene { min-height: 92vh; padding-bottom: 100px; }
.af-platform-frame { padding: 18px; overflow: hidden; border: 1px solid var(--af-line); border-radius: 28px; background: #f4f8f6; box-shadow: var(--af-shadow); }
.af-platform-frame img { width: 100%; border-radius: 16px; }
.af-platform-copy { display: grid; grid-template-columns: 110px 1fr 1fr; gap: 26px; align-items: start; margin-top: 30px; }
.af-platform-copy p { margin: 6px 0 0; color: var(--af-green-deep); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.af-platform-copy h3 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.af-platform-copy span { color: var(--af-copy); }

.af-ai { background: var(--af-mist); }
.af-ai-list { border-top: 1px solid var(--af-line-strong); }
.af-ai-row { display: grid; grid-template-columns: 70px 1fr minmax(340px, .8fr); gap: 50px; align-items: center; padding: 54px 0; border-bottom: 1px solid var(--af-line); }
.af-ai-number { align-self: start; color: var(--af-soft); font-size: 11px; font-weight: 900; }
.af-ai-copy > p { margin: 0 0 15px; color: var(--af-green-deep); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.af-ai-copy h3 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 70px); letter-spacing: -.055em; line-height: 1; }
.af-ai-copy span { color: var(--af-copy); line-height: 1.9; }
.af-ai-image { padding: 12px; overflow: hidden; border: 1px solid var(--af-line); border-radius: 24px; background: rgba(255,255,255,.66); }
.af-ai-image img { border-radius: 14px; transition: transform .7s var(--af-ease); }
.af-ai-row:hover .af-ai-image img { transform: scale(1.035); }

.af-proof { text-align: center; overflow: hidden; }
.af-proof::after { content: "ADDFARM"; position: absolute; left: 50%; bottom: -8vw; transform: translateX(-50%); color: rgba(255,255,255,.03); font-size: 20vw; font-weight: 900; letter-spacing: -.08em; }
.af-proof h2 { position: relative; z-index: 2; max-width: 950px; margin: 0 auto; }
.af-proof-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.af-proof-grid div { display: flex; flex-direction: column; gap: 9px; padding: 34px 18px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.af-proof-grid strong { font-size: 28px; }
.af-proof-grid span { color: rgba(255,255,255,.52); font-size: 12px; }

.af-case { background: #fff; }
.af-case-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.af-case-media { position: relative; }
.af-case-media::before { content: ""; position: absolute; inset: -22px 22px 22px -22px; border: 1px solid var(--af-line); border-radius: 30px; }
.af-case-media img { position: relative; z-index: 2; width: 100%; border-radius: 28px; box-shadow: var(--af-shadow); }
.af-case-media p { position: relative; z-index: 3; margin: 18px 0 0; color: var(--af-soft); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.af-case-lead { margin: 34px 0 44px; color: var(--af-copy); font-size: 17px; line-height: 1.95; }
.af-case-points { margin-bottom: 34px; border-top: 1px solid var(--af-line); }
.af-case-points div { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--af-line); }
.af-case-points span { color: var(--af-green-deep); font-size: 10px; font-weight: 900; }
.af-case-points p { margin: 0; color: var(--af-copy); }

.af-contact { color: #fff; background: linear-gradient(145deg, #063d33, #075846); overflow: hidden; }
.af-contact::before { content: ""; position: absolute; top: -22vw; right: -12vw; width: 56vw; height: 56vw; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.af-contact-heading { max-width: 850px; margin-bottom: 78px; }
.af-contact-heading .af-kicker { color: #8be7bc; }
.af-contact-heading > p:last-child { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.65); }
.af-contact-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; }
.af-contact-form { display: flex; flex-direction: column; gap: 22px; }
.af-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.af-contact-form label { display: flex; flex-direction: column; gap: 9px; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 700; }
.af-contact-form input, .af-contact-form textarea, .af-contact-form select { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); border-radius: 0; color: #fff; outline: 0; background: transparent; transition: border-color .25s ease; }
.af-contact-form input:focus, .af-contact-form textarea:focus, .af-contact-form select:focus { border-color: #8be7bc; }
.af-contact-form select option { color: var(--af-ink); }
.af-contact-form .af-button { width: fit-content; margin-top: 10px; background: #fff; color: var(--af-night); }
.af-contact-info { display: flex; flex-direction: column; gap: 42px; padding-left: 55px; border-left: 1px solid rgba(255,255,255,.14); }
.af-contact-info div { display: flex; flex-direction: column; gap: 7px; }
.af-contact-info span { color: #8be7bc; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.af-contact-info p { margin: 0; color: rgba(255,255,255,.78); line-height: 1.8; }
.af-contact-info a { width: fit-content; color: rgba(255,255,255,.84); }

.af-footer { padding: 62px 0 30px; color: rgba(255,255,255,.72); background: #041f1a; }
.af-footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 46px; border-bottom: 1px solid rgba(255,255,255,.11); }
.af-footer-logo { color: #fff; }
.af-footer-top p { margin: 0; font-size: 12px; line-height: 1.85; }
.af-footer-top-link { justify-self: end; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.af-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; font-size: 10px; }

[data-reveal] { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--af-ease), transform .9s var(--af-ease); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal="words"] { transform: translateY(20px); }
[data-parallax] { will-change: transform; }

@media (max-width: 1100px) {
  :root { --af-container: min(100% - 40px, 960px); }
  .af-header-inner { grid-template-columns: 1fr auto; }
  .af-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; opacity: 0; visibility: hidden; background: rgba(244,250,247,.98); font-size: 26px; transition: opacity .3s ease, visibility .3s ease; }
  body.menu-open .af-nav { opacity: 1; visibility: visible; }
  .af-header-cta { display: none; }
  .af-menu-button { display: block; position: relative; z-index: 2; }
  body.menu-open .af-menu-button span:first-child { transform: translateY(3px) rotate(45deg); }
  body.menu-open .af-menu-button span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .af-hero-inner { grid-template-columns: 1fr; padding-top: 50px; }
  .af-hero-copy { max-width: 840px; }
  .af-hero-visual { width: min(100%, 700px); margin: 0 auto; }
  .af-scroll-cue { display: none; }
  .af-manifesto .af-container, .af-manifesto-copy, .af-section-heading, .af-platform-intro, .af-hardware-grid, .af-case-grid, .af-contact-grid { grid-template-columns: 1fr; }
  .af-manifesto-copy, .af-section-heading, .af-platform-intro, .af-hardware-grid, .af-case-grid, .af-contact-grid { gap: 50px; }
  .af-platform-story { grid-template-columns: 1fr; }
  .af-platform-nav { position: sticky; top: 82px; z-index: 10; flex-direction: row; gap: 12px; overflow-x: auto; padding: 12px 0; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
  .af-platform-nav button { flex: 0 0 auto; padding: 12px 15px; border: 1px solid var(--af-line); border-radius: 999px; }
  .af-platform-nav button.is-active { padding-left: 15px; color: #fff; background: var(--af-green-deep); }
  .af-platform-scene { min-height: auto; padding: 50px 0; }
  .af-ai-row { grid-template-columns: 52px 1fr; }
  .af-ai-image { grid-column: 2; }
  .af-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .af-contact-info { padding: 0; border: 0; }
}

@media (max-width: 720px) {
  :root { --af-container: calc(100% - 32px); --af-radius-lg: 28px; }
  .af-section { padding: 100px 0; }
  .af-header-inner { height: 70px; }
  .af-hero { min-height: auto; padding: 112px 0 78px; }
  .af-hero-title { font-size: clamp(46px, 15vw, 70px); }
  .af-hero-description { font-size: 15px; line-height: 1.85; }
  .af-hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .af-hero-footnote { align-items: flex-start; flex-direction: column; gap: 6px; }
  .af-hero-image-frame { padding: 10px; border-radius: 36% 36% 22px 22px; }
  .af-hero-image-frame img { border-radius: 34% 34% 15px 15px; }
  .af-frame-label { top: 22px; left: 23px; }
  .af-data-caption { display: none; }
  .af-manifesto .af-container { grid-template-columns: 1fr; gap: 42px; }
  .af-manifesto-lead { font-size: 34px; }
  .af-section-heading, .af-platform-intro { margin-bottom: 55px; }
  .af-section-heading h2, .af-platform-intro h2, .af-hardware-content h2, .af-proof h2, .af-case-copy h2, .af-contact-heading h2 { font-size: 40px; }
  .af-capability { grid-template-columns: 42px 46px 1fr; gap: 16px; }
  .af-capability > a { display: none; }
  .af-capability h3 { font-size: 21px; }
  .af-capability p { font-size: 14px; }
  .af-product-stage { min-height: 390px; }
  .af-ring-one { width: 300px; height: 300px; }
  .af-ring-two { width: 380px; height: 380px; }
  .af-spec-list div { grid-template-columns: 1fr; gap: 7px; }
  .af-platform-copy { grid-template-columns: 1fr; gap: 10px; }
  .af-ai-row { grid-template-columns: 36px 1fr; gap: 18px; }
  .af-ai-image { grid-column: 1 / -1; }
  .af-proof-grid { grid-template-columns: 1fr 1fr; }
  .af-proof-grid strong { font-size: 20px; }
  .af-field-row { grid-template-columns: 1fr; }
  .af-footer-top { grid-template-columns: 1fr; gap: 24px; }
  .af-footer-top-link { justify-self: start; }
  .af-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], [data-hero-line] { opacity: 1 !important; transform: none !important; }
}

/* 2026-07 refinement: abstract hero, revenue case and HANDAM */
.af-hero-image-frame {
  padding: 10px;
  border-radius: 34px;
  background: rgba(255,255,255,.48);
}
.af-hero-image-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 26px;
}
.af-frame-label {
  top: 26px;
  left: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(5, 116, 83, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(10px);
}
.af-scan-line { animation-duration: 7.5s; opacity: .65; }
@keyframes afScan { 0%, 100% { transform: translateY(52px); opacity: 0; } 18%, 82% { opacity: .55; } 50% { transform: translateY(420px); } }
[data-parallax] { transform: translate3d(0, var(--parallax-y, 0px), 0); }

.af-handam {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(24, 198, 119, .25), transparent 34%),
    linear-gradient(135deg, #052a24 0%, #06483a 58%, #087157 100%);
}
.af-handam::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}
.af-handam-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.af-handam .af-kicker { color: #8be7bc; }
.af-handam-intro h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.12; letter-spacing: -.055em; }
.af-handam-intro > p:not(.af-kicker) { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.67); line-height: 1.95; }
.af-handam-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.af-handam .af-button-primary { color: var(--af-night); background: #fff; box-shadow: none; }
.af-handam .af-text-link { color: rgba(255,255,255,.88); }
.af-handam-panel { position: relative; min-height: 520px; padding: 58px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: rgba(255,255,255,.06); box-shadow: 0 38px 90px rgba(0,0,0,.2); backdrop-filter: blur(16px); }
.af-handam-panel::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 310px; height: 310px; border: 1px solid rgba(137, 232, 187, .28); border-radius: 50%; box-shadow: 0 0 0 38px rgba(137,232,187,.045), 0 0 0 78px rgba(137,232,187,.03); }
.af-handam-wordmark { display: flex; flex-direction: column; gap: 8px; }
.af-handam-wordmark span { font-size: clamp(58px, 7vw, 102px); font-weight: 900; letter-spacing: -.075em; line-height: .9; }
.af-handam-wordmark small { color: #91e7be; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.af-handam-lines { display: grid; gap: 12px; margin: 64px 0; }
.af-handam-lines i { display: block; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(141,241,194,.7), transparent); animation: afHandamLine 4s var(--af-ease) infinite alternate; }
.af-handam-lines i:nth-child(2) { width: 76%; animation-delay: .3s; }
.af-handam-lines i:nth-child(3) { width: 56%; animation-delay: .6s; }
.af-handam-lines i:nth-child(4) { width: 86%; animation-delay: .9s; }
@keyframes afHandamLine { from { transform: scaleX(.35); opacity: .35; } to { transform: scaleX(1); opacity: 1; } }
.af-handam-benefits { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.af-handam-benefits div { display: flex; flex-direction: column; gap: 18px; padding: 25px 18px 0 0; }
.af-handam-benefits strong { color: #8be7bc; font-size: 10px; letter-spacing: .14em; }
.af-handam-benefits span { color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.6; }

.af-case-heading { margin-bottom: 72px; }
.af-revenue-card { position: relative; padding: 38px 40px; overflow: hidden; color: #fff; border-radius: 28px; background: linear-gradient(135deg, #066b4d, #09a966); box-shadow: 0 28px 68px rgba(5,116,83,.23); }
.af-revenue-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -54px; top: -70px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.05); }
.af-revenue-card > span { position: relative; z-index: 2; display: block; margin-bottom: 18px; color: #9cebc5; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.af-revenue-card strong { position: relative; z-index: 2; display: block; font-size: clamp(38px, 5vw, 66px); letter-spacing: -.055em; line-height: 1; }
.af-revenue-card strong em { font-style: normal; font-size: .34em; letter-spacing: 0; vertical-align: .35em; }
.af-revenue-card p { position: relative; z-index: 2; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.75; }
.af-case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0 34px; border-top: 1px solid var(--af-line); border-left: 1px solid var(--af-line); }
.af-case-metrics div { min-width: 0; padding: 22px 16px; border-right: 1px solid var(--af-line); border-bottom: 1px solid var(--af-line); }
.af-case-metrics strong { display: block; color: var(--af-green-deep); font-size: 17px; line-height: 1.35; }
.af-case-metrics span { display: block; margin-top: 8px; color: var(--af-soft); font-size: 11px; line-height: 1.55; }
.af-case-note { margin: -7px 0 28px; color: var(--af-soft); font-size: 11px; line-height: 1.75; }
.af-form-status { margin: 3px 0 0; padding: 13px 16px; border-radius: 12px; font-size: 12px; line-height: 1.6; }
.af-form-status.is-success { color: #d9ffeb; background: rgba(60, 210, 133, .13); }
.af-form-status.is-error { color: #ffe0de; background: rgba(255, 91, 82, .12); }

@media (max-width: 1100px) {
  .af-handam-grid { grid-template-columns: 1fr; gap: 58px; }
}
@media (max-width: 720px) {
  .af-hero-image-frame { border-radius: 24px; }
  .af-hero-image-frame img { border-radius: 18px; }
  .af-handam-actions { align-items: flex-start; flex-direction: column; }
  .af-handam-panel { min-height: 430px; padding: 34px 24px; }
  .af-handam-benefits { grid-template-columns: 1fr; }
  .af-handam-benefits div { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .af-case-metrics { grid-template-columns: 1fr; }
  .af-revenue-card { padding: 30px 24px; }
}

/* HANDAM live-platform preview */
.af-handam-preview {
  position: relative;
  min-height: 500px;
  padding: 17px 17px 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(145deg, #041f1a, #07503d);
  box-shadow: 0 42px 100px rgba(3, 47, 38, .22);
}
.af-handam-preview-bar { display:flex; align-items:center; justify-content:space-between; padding: 3px 5px 17px; color:rgba(255,255,255,.55); font-size:10px; }
.af-handam-preview-bar strong { color:#fff; font-size:15px; font-weight:900; }
.af-handam-preview-screen { position:relative; min-height:445px; padding:58px 30px 0; overflow:hidden; border-radius:21px 21px 0 0; text-align:center; background:radial-gradient(circle at 50% 43%, rgba(50,194,127,.26), transparent 29%), linear-gradient(155deg,#063c2f,#021b16); }
.af-handam-preview-screen::before { content:""; position:absolute; inset:0; opacity:.12; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:54px 54px; }
.af-handam-preview-screen > small,.af-handam-preview-screen > h3,.af-handam-preview-screen > p { position:relative; z-index:2; }
.af-handam-preview-screen small { color:#8be7bc; font-size:8px; font-weight:900; letter-spacing:.18em; }
.af-handam-preview-screen h3 { margin:14px 0 0; color:#fff; font-size:clamp(30px,3.4vw,45px); line-height:1.16; letter-spacing:-.05em; }
.af-handam-preview-screen p { margin:12px auto 0; color:rgba(255,255,255,.52); font-size:10px; }
.af-handam-covers { position:absolute; left:50%; bottom:-46px; width:500px; height:235px; transform:translateX(-50%); }
.af-handam-covers i { position:absolute; bottom:0; width:105px; aspect-ratio:.72; border:1px solid rgba(255,255,255,.16); border-radius:9px; box-shadow:0 18px 38px rgba(0,0,0,.35); transform-origin:50% 100%; }
.af-handam-covers i:nth-child(1){left:0;transform:rotate(-18deg) translateY(22px);background:linear-gradient(145deg,#8c5d4c,#261f25)}
.af-handam-covers i:nth-child(2){left:70px;transform:rotate(-11deg) translateY(8px);background:linear-gradient(145deg,#536f8a,#142432)}
.af-handam-covers i:nth-child(3){left:140px;transform:rotate(-4deg);background:linear-gradient(145deg,#af735a,#3e2520)}
.af-handam-covers i:nth-child(4){left:210px;z-index:2;transform:translateY(-9px);background:linear-gradient(145deg,#5e866f,#13291e)}
.af-handam-covers i:nth-child(5){left:280px;transform:rotate(5deg);background:linear-gradient(145deg,#7d638d,#23192d)}
.af-handam-covers i:nth-child(6){left:350px;transform:rotate(11deg) translateY(8px);background:linear-gradient(145deg,#aa8953,#322717)}
.af-handam-covers i:nth-child(7){left:410px;transform:rotate(18deg) translateY(23px);background:linear-gradient(145deg,#4f7f93,#13252e)}
@media (max-width: 720px){.af-handam-preview{min-height:420px}.af-handam-preview-bar span{display:none}.af-handam-preview-screen{min-height:370px;padding-inline:15px}.af-handam-covers{transform:translateX(-50%) scale(.72);transform-origin:50% 100%}}


/* 2026-07-23: full-bleed real greenhouse hero */
.af-hero.af-hero-photo {
  position: relative;
  min-height: 100svh;
  padding: 126px 0 92px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background-color: #073f32;
  background-image:
    linear-gradient(180deg, rgba(2, 29, 23, .18) 0%, rgba(2, 29, 23, .08) 48%, rgba(2, 29, 23, .38) 100%),
    linear-gradient(90deg, rgba(2, 36, 27, .94) 0%, rgba(2, 36, 27, .86) 34%, rgba(2, 36, 27, .54) 57%, rgba(2, 36, 27, .12) 100%),
    url("images/hero-greenhouse.jpg");
  background-position: center, center, center 54%;
  background-repeat: no-repeat;
  background-size: cover;
}

.af-hero-photo-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 13% 48%, rgba(11, 191, 114, .16), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent 30%);
}

.af-hero-photo .af-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 840px);
  align-items: center;
  min-height: calc(100svh - 218px);
  gap: 0;
}

.af-hero-photo .af-hero-copy {
  max-width: 840px;
  padding: 44px 0 58px;
}

.af-hero-photo .af-hero-kicker,
.af-hero-photo .af-hero-footnote,
.af-hero-photo .af-scroll-cue {
  color: rgba(255,255,255,.72);
}

.af-hero-photo .af-hero-kicker span {
  background: #7ff0ba;
  box-shadow: 0 0 18px rgba(127,240,186,.46);
}

.af-hero-photo .af-hero-title {
  max-width: 820px;
  color: #fff;
  text-shadow: 0 12px 36px rgba(0,0,0,.22);
}

.af-hero-photo .af-title-accent {
  color: #91efbd;
}

.af-hero-photo .af-hero-description {
  max-width: 720px;
  color: rgba(255,255,255,.78);
  text-shadow: 0 4px 18px rgba(0,0,0,.18);
}

.af-hero-photo .af-button-primary {
  color: #033c2d;
  background: #93f0be;
  box-shadow: 0 18px 46px rgba(0,0,0,.2);
}

.af-hero-photo .af-button-primary:hover {
  background: #adf6ce;
  box-shadow: 0 22px 54px rgba(0,0,0,.26);
}

.af-hero-photo .af-text-link {
  color: rgba(255,255,255,.92);
}

.af-hero-photo .af-text-link::after {
  background: rgba(255,255,255,.48);
}

.af-hero-photo .af-hero-footnote {
  max-width: 720px;
  border-top-color: rgba(255,255,255,.22);
}

.af-hero-photo .af-hero-footnote strong {
  color: #fff;
}

.af-hero-photo .af-scroll-cue {
  color: rgba(255,255,255,.74);
}

@media (max-width: 1060px) {
  .af-hero.af-hero-photo {
    min-height: 880px;
    padding-top: 116px;
    background-position: center, center, 58% center;
    background-image:
      linear-gradient(180deg, rgba(2,29,23,.2) 0%, rgba(2,29,23,.18) 52%, rgba(2,29,23,.56) 100%),
      linear-gradient(90deg, rgba(2,36,27,.9) 0%, rgba(2,36,27,.7) 58%, rgba(2,36,27,.25) 100%),
      url("images/hero-greenhouse.jpg");
  }

  .af-hero-photo .af-hero-inner {
    min-height: 650px;
    padding-top: 0;
  }

  .af-hero-photo .af-hero-copy {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .af-hero.af-hero-photo {
    min-height: 760px;
    padding: 106px 0 70px;
    background-position: center, center, 64% center;
    background-image:
      linear-gradient(180deg, rgba(1,28,21,.42) 0%, rgba(1,28,21,.32) 45%, rgba(1,28,21,.72) 100%),
      linear-gradient(90deg, rgba(1,31,23,.86) 0%, rgba(1,31,23,.67) 100%),
      url("images/hero-greenhouse.jpg");
  }

  .af-hero-photo .af-hero-inner {
    min-height: 560px;
  }

  .af-hero-photo .af-hero-copy {
    padding: 24px 0 34px;
  }

  .af-hero-photo .af-hero-title {
    font-size: clamp(45px, 14vw, 66px);
    line-height: 1.02;
  }

  .af-hero-photo .af-hero-description {
    color: rgba(255,255,255,.82);
  }
}
