@charset "UTF-8";
/* Mobile-first styles — approved logo artwork is never stretched */
:root {
  --ink: #123e2b; --accent: #087b3a; --pale: #f1f7f2;
  --line: #dbe7de; --muted: #52665b; --cyan: #0fc3d9;
  font-family: Arial, Helvetica, sans-serif; color: var(--ink);
  font-synthesis: none; scroll-behavior: smooth; scroll-padding-top: 92px;
}
*, *::before, *::after { box-sizing: border-box }
body { margin: 0; background: #fff; font-size: 16px; line-height: 1.6 }
button, input, select, textarea { font: inherit }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent }
a { color: inherit; text-decoration: none }
button, summary { cursor: pointer }
img { display: block; max-width: 100%; height: auto }
[hidden] { display: none !important }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px }
h1, h2, h3, p, figure { margin: 0 }
h1, h2, h3 { overflow-wrap: break-word }
h2 { font-size: clamp(30px, 7.8vw, 38px); line-height: 1.15; letter-spacing: -1px }
h3 { line-height: 1.25; letter-spacing: -.3px }
.wrap { width: calc(100% - 36px); max-width: 1280px; margin-inline: auto }
section, #request { scroll-margin-top: 0 }
.skip { position: fixed; top: -100px; left: 12px; z-index: 100; padding: 12px; background: #fff }
.skip:focus { top: 12px }
.header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line) }
.header-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px }
.logo { display: block; flex: 0 1 290px; min-width: 0; max-width: calc(100% - 64px) }
.brand-wordmark { display: block; width: 100%; height: auto; aspect-ratio: 2762 / 423; object-fit: contain }
.desktop-nav { display: none }
.mobile-menu { flex: 0 0 48px }
.mobile-menu > summary { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--pale); list-style: none }
.mobile-menu > summary::-webkit-details-marker { display: none }
.mobile-menu > summary::marker { content: "" }
.menu-icon { width: 21px; height: 18px; display: flex; flex-direction: column; justify-content: space-between }
.menu-icon span { display: block; width: 21px; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .15s, opacity .15s }
.mobile-menu[open] .menu-icon span:first-child { transform: translateY(8px) rotate(45deg) }
.mobile-menu[open] .menu-icon span:nth-child(2) { opacity: 0 }
.mobile-menu[open] .menu-icon span:last-child { transform: translateY(-8px) rotate(-45deg) }
.mobile-nav { position: absolute; inset: calc(100% + 8px) 0 auto; display: flex; flex-direction: column; gap: 3px; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 16px 40px #123e2b20; max-height: calc(100dvh - 104px); overflow-y: auto }
.mobile-nav a { padding: 12px 15px; min-height: 48px; border-radius: 10px; font-weight: 700 }
.mobile-nav a:hover { background: var(--pale) }
.mobile-nav a[href$="#request"] { color: #fff; background: var(--accent) }
.mobile-nav .menu-email { color: var(--muted); font-size: 14px; font-weight: 400; overflow-wrap: anywhere }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--accent); font-size: 11px; line-height: 1.5; letter-spacing: 1.15px; text-transform: uppercase; font-weight: 700 }
.eyebrow::before { content: ""; width: 20px; height: 2px; background: currentColor; flex-shrink: 0 }
.hero { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0 }
.hero-copy { padding: 34px 0 26px; min-width: 0 }
.hero h1 { font-size: clamp(36px, 10vw, 50px); line-height: 1.08; letter-spacing: -1.5px; margin: 20px 0 }
.hero h1 span { color: var(--accent) }
.last-break { display: none }
.hero-intro { color: var(--muted); line-height: 1.65; max-width: 540px; margin-bottom: 24px }
.hero-actions { display: flex; align-items: center; gap: 14px 20px; flex-wrap: wrap }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 28px; background: var(--accent); color: #fff; font-size: 16px; line-height: 1.4; font-weight: 700; text-align: center }
.btn:hover { background: #075e30 }
.btn span { font-size: 20px; font-weight: 400 }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--accent); font-size: 15px; font-weight: 700; line-height: 1.45 }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px }
.maker { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 22px; color: var(--muted); font-size: 12px }
.maker img { flex: 0 0 24px; width: 24px; height: 24px }
.nano-type { white-space: nowrap; font-weight: 800; font-size: 20px; letter-spacing: -.7px; color: #132b43 }
.nano-type em { color: #0757c7; font-style: normal }
.hero-visual { position: relative; min-width: 0; height: 350px; margin-bottom: 26px; border-radius: 52px 12px 52px 12px; overflow: hidden; background: var(--pale) }
.hero-photo-pair { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 4px }
.hero-photo-pair img { width: 100%; height: 100%; object-fit: cover; min-width: 0; min-height: 0 }
.hero-real { object-position: 52% 45% }.hero-fields { object-position: 68% center }
.hero-visual::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(0deg, #062f25cc, transparent); pointer-events: none }
.hero-photo-label { position: absolute; top: 18px; left: 18px; right: 18px; color: #fff; padding: 7px 10px; border-radius: 22px; background: #0d3121bf; font-size: 10px; line-height: 1.5; letter-spacing: .4px; text-align: center }
.hero-photo-caption { position: absolute; bottom: 26px; left: 22px; right: 22px; z-index: 1; color: #fff }
.hero-photo-caption small { font-size: 10px; text-transform: uppercase; letter-spacing: .8px }
.hero-photo-caption p { font-size: 25px; line-height: 1.2; margin-top: 9px; letter-spacing: -.5px }
.mini-line { width: 42px; height: 3px; margin-top: 16px; background: var(--cyan) }
.proofbar { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 24px 0; border-block: 1px solid var(--line) }
.proof { display: flex; align-items: center; gap: 13px; font-size: 14px; line-height: 1.4; min-width: 0 }
.proof-number { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid #b7d7c3; color: var(--accent); border-radius: 50%; font-size: 12px }
.proof strong { display: block }.proof small { display: block; margin-top: 3px; color: var(--muted); font-size: 13px }
.section { padding-block: 60px }
.section-heading { display: flex; flex-direction: column; gap: 18px; margin: 20px 0 28px }
.section-heading > p { color: var(--muted); max-width: 540px }
.filter { display: flex; flex-wrap: nowrap; gap: 8px; overflow-x: auto; padding: 4px 2px 12px; margin: 0 -2px 14px; scrollbar-width: thin; overscroll-behavior-inline: contain }
.filter button { flex: 0 0 auto; min-height: 46px; border: 1px solid var(--line); padding: 10px 16px; border-radius: 24px; color: var(--ink); background: #fff; font-size: 14px; white-space: nowrap }
.filter button[aria-pressed="true"] { color: #fff; background: var(--ink); border-color: var(--ink) }
.directions-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px }
.direction-card { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #f6f9f6 }
.direction-card:first-child { background: #edf7ed }
.card-no { position: absolute; top: 24px; right: 22px; color: var(--muted); font-size: 12px }
.direction-name { padding-right: 27px; color: var(--accent); font-size: 14px; font-weight: 700; overflow-wrap: anywhere }
.direction-card h3 { font-size: 26px; margin: 18px 0 12px }
.direction-card > p { color: var(--muted); margin-bottom: 20px }
.direction-card ul { display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0 0 20px; list-style: none }
.direction-card li { padding: 4px 8px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--muted); font-size: 13px }
.direction-card details { width: 100%; margin-top: auto; padding-top: 10px; border-top: 1px solid var(--line) }
.direction-card summary, .faq summary { display: flex; justify-content: space-between; align-items: center; gap: 14px; list-style: none; font-weight: 700; min-height: 48px; line-height: 1.45 }
.direction-card summary { font-size: 14px }
.direction-card summary::-webkit-details-marker, .faq summary::-webkit-details-marker { display: none }
.direction-card summary::after, .faq summary::after { content: "+"; color: var(--accent); flex: 0 0 16px; font-size: 23px; font-weight: 400 }
.direction-card details[open] > summary::after, .faq details[open] > summary::after { content: "−" }
.direction-card details p { font-size: 14px; line-height: 1.65; color: var(--muted); margin: 8px 0 12px }
.direction-card > .text-link { margin-top: 12px }
.direction-note { margin-top: 22px; color: var(--muted); font-size: 14px }
.animal-strip { display: grid; grid-template-columns: minmax(0, 1fr); margin-top: 32px; overflow: hidden; background: var(--ink); color: #fff; border-radius: 16px 16px 44px 16px }
.animal-strip img { width: 100%; height: 270px; object-fit: cover; object-position: center 35% }
.animal-strip > div { padding: 26px; min-width: 0 }
.animal-strip .eyebrow { color: #a5e5ba }.animal-strip p { font-size: 26px; line-height: 1.25; letter-spacing: -.6px; margin-top: 17px }
.platform { padding-block: 60px; background: #103d2a; color: #fff }
.platform .wrap { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px }
.platform-copy { min-width: 0; grid-row: 1 }
.platform .eyebrow { color: #a5e5ba }.platform h2 { margin: 22px 0 18px }
.platform-intro { color: #c1d7c9; margin-bottom: 26px }
.layer { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; padding: 20px 0; border-top: 1px solid #3c6050 }
.layer-num { color: #91e6b1; font-size: 13px; padding-top: 4px }
.layer h3 { font-size: 21px; margin-bottom: 7px }
.layer small { display: block; color: #c1d7c9; font-size: 11px; font-weight: 400; letter-spacing: .7px; line-height: 1.5; text-transform: uppercase; margin-top: 5px }
.layer p { color: #c1d7c9; font-size: 15px }.platform .text-link { color: #93e5bf }
.device { min-width: 0; width: 100%; max-width: 480px; margin-inline: auto; padding: 16px 16px 0; border-radius: 16px; background: #f2f6f2; color: var(--ink) }
.device-top { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .2px }
.device-top img { flex: 0 0 22px; width: 22px; height: auto }
.device-photo { width: 100%; height: auto; max-height: 560px; object-fit: contain; margin-top: 16px; border-radius: 9px }
.device figcaption { padding: 16px 0; color: var(--muted); font-size: 12px; line-height: 1.5 }
.value-grid, .steps { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; margin-top: 30px }
.value-item { min-width: 0; padding-top: 18px; border-top: 2px solid var(--accent) }
.value-item > span { color: var(--accent); font-size: 12px }.value-item h3 { font-size: 25px; margin: 12px 0 }
.value-item p, .step p { color: var(--muted) }
.start { padding-block: 60px; background: var(--pale) }
.step { position: relative; min-width: 0; padding-left: 55px }
.step-num { position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--accent); font-size: 13px }
.step h3 { font-size: 23px; margin-bottom: 10px }
.faq { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px }.faq h2 { margin-top: 18px }
.faq details { padding: 12px 0; border-bottom: 1px solid var(--line) }.faq summary { font-size: 18px }
.faq details p { margin: 12px 0; color: var(--muted) }
.contact { padding: 60px 0; border-top: 1px solid var(--line); background: var(--pale) }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px }
.contact-grid > div { min-width: 0 }.contact h2 { margin: 20px 0 }
.contact-intro { color: var(--muted); max-width: 490px; margin-bottom: 24px }
.contact-lines { display: flex; flex-direction: column; align-items: flex-start; gap: 5px }
.phone { font-size: clamp(25px, 7.8vw, 32px); line-height: 1.5; font-weight: 700; white-space: nowrap; letter-spacing: -.6px }
.contact-lines small { font-size: 13px; color: var(--muted) }.email { min-height: 44px; display: inline-flex; align-items: center; color: var(--accent); font-size: 20px; overflow-wrap: anywhere }
.contact-social { display: flex; flex-wrap: wrap; gap: 4px 20px; margin: 16px 0 24px }
.address { border-top: 1px solid var(--line); padding-top: 20px; font-size: 14px; font-style: normal; line-height: 1.8 }
.address strong { display: block; margin-bottom: 4px }.address a { display: inline-block; color: var(--accent); padding-block: 8px }
.request-card { min-width: 0; padding: 24px 20px; background: #fff; border: 1px solid var(--line); border-radius: 20px }
.form-heading { font-size: 28px; margin-bottom: 25px }
.field-row { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0 }
.field { display: flex; flex-direction: column; min-width: 0; gap: 7px; margin-bottom: 18px }
.field label { font-size: 15px; font-weight: 700; line-height: 1.5 }.field label span { font-weight: 400; font-size: 13px; color: var(--muted) }
.field input, .field select, .field textarea { min-width: 0; width: 100%; max-width: 100%; min-height: 52px; border: 1px solid #afc5b6; border-radius: 10px; padding: 12px; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.5 }
.field input::placeholder, .field textarea::placeholder { color: #697e71; opacity: 1 }
.field select { text-overflow: ellipsis; padding-right: 24px }.field textarea { resize: vertical; min-height: 130px }
.consent { display: flex; align-items: flex-start; gap: 11px; font-size: 13px; line-height: 1.6; color: var(--muted); margin: 6px 0 22px }
.consent input { accent-color: var(--accent); flex: 0 0 22px; width: 22px; height: 22px; margin: 1px 0 0 }.consent span { min-width: 0 }
.consent a { display: inline-block; padding-top: 5px; text-decoration: underline; text-underline-offset: 3px }
.form-submit { width: 100%; justify-content: space-between }
.form-mode { margin-top: 12px; color: var(--muted); font-size: 13px; overflow-wrap: anywhere }
.form-status { margin-top: 12px; color: #973b24; font-size: 14px }.form-status:empty { display: none }
.form-feedback { padding: 18px; margin-top: 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--pale); min-width: 0 }
.form-feedback h4 { font-size: 20px; line-height: 1.3; margin: 0 0 12px }.form-feedback p { font-size: 14px; margin: 12px 0; overflow-wrap: anywhere }
.draft-text { display: block; width: 100%; min-width: 0; min-height: 230px; resize: vertical; padding: 12px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: #fff; font-size: 16px }
.draft-actions { display: flex; flex-direction: column; align-items: stretch; gap: 8px; margin-top: 14px }
.small-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 0; background: transparent; color: var(--accent); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; padding: 8px }
.noscript { margin-bottom: 18px; font-size: 14px; color: var(--muted) }.noscript a { text-decoration: underline }
.footer { background: var(--ink); color: #fff; padding: 38px 0 calc(102px + env(safe-area-inset-bottom, 0px)) }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px }
.footer-identity { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; min-width: 0 }
.footer-brand { display: block; width: 100%; max-width: 300px; padding: 15px 16px; background: #fff; border-radius: 10px }
.footer-tagline { display: flex; flex-direction: column; gap: 0; color: #e1eee5; font-size: 17px; line-height: 1.5 }
.footer-copyright { color: #bed5c6; font-size: 13px }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding-top: 18px; border-top: 1px solid #3c6050; gap: 2px; color: #d8e8de; font-size: 14px }
.footer-links > a { display: inline-flex; align-items: center; min-height: 44px; overflow-wrap: anywhere }
.footer-links .nano-type { margin-top: 12px; padding: 4px 12px; border-radius: 8px; background: #fff }
.mobile-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 25; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 10px; padding: 10px max(18px, env(safe-area-inset-right, 0px)) calc(10px + env(safe-area-inset-bottom, 0px)) max(18px, env(safe-area-inset-left, 0px)); border-top: 1px solid var(--line); background: #fff }
.mobile-cta a { display: flex; align-items: center; justify-content: center; min-height: 46px; font-size: 15px; white-space: nowrap; padding: 10px 12px }
.mobile-cta > a:first-child { border: 1px solid var(--line); border-radius: 24px }
.is-editing .mobile-cta { display: none }
body:has(input:focus, textarea:focus, select:focus) .mobile-cta { display: none }
.privacy { max-width: 820px; padding-block: 40px }.privacy h1 { font-size: clamp(28px, 7vw, 38px); line-height: 1.15; letter-spacing: -.8px; margin: 24px 0 }
.privacy h2 { font-size: 24px; margin: 32px 0 14px }.privacy p { color: var(--muted); margin: 14px 0 }.privacy a { color: var(--accent); text-decoration: underline; overflow-wrap: anywhere }
@media (min-width: 600px) {
  .wrap { width: calc(100% - 56px) }.logo { flex-basis: 320px }
  .hero h1 { font-size: 58px }.hero-visual { height: 430px }.hero-photo-label { width: max-content; max-width: calc(100% - 44px) }
  .proofbar { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px }.proof { align-items: flex-start }.proof-number { display: none }
  .directions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }
  .animal-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center }.animal-strip img { height: 350px }
  .request-card { padding: 32px }.field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px }
  .draft-actions { flex-direction: row; flex-wrap: wrap }.draft-actions .btn { flex-basis: 100% }
  .footer-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 36px }.footer-links { border-top: 0; padding-top: 0 }
}
@media (min-width: 961px) {
  :root { scroll-padding-top: 116px }
  .wrap { width: calc(100% - 80px) }.header-inner { min-height: 94px; gap: 28px }.logo { flex: 0 1 310px; max-width: 35% }
  .mobile-menu { display: none }.desktop-nav { display: flex; align-items: center; gap: 22px; font-size: 14px }
  .desktop-nav a { display: flex; align-items: center; min-height: 46px; white-space: nowrap }.desktop-nav a:hover { color: var(--accent) }
  .desktop-nav a:last-child { border: 1px solid var(--accent); color: var(--accent); padding: 9px 17px; border-radius: 25px; font-weight: 700 }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 34px; min-height: 640px }
  .hero-copy { align-self: center; padding: 54px 0 }.hero h1 { font-size: clamp(48px, 4.6vw, 70px); letter-spacing: -2px }.hero-intro { font-size: 18px }
  .hero-visual { height: auto; min-height: 540px; margin: 26px 0; border-radius: 80px 12px 80px 12px }.hero-photo-caption { left: 30px; bottom: 34px }.hero-photo-caption p { font-size: 30px }
  .proofbar { padding-block: 28px; gap: 30px }.proof-number { display: grid }.proof { align-items: center; font-size: 15px }
  .section { padding-block: 88px }h2 { font-size: clamp(36px, 3.3vw, 47px) }.section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 34px }.section-heading > p { max-width: 380px }
  .filter { flex-wrap: wrap; overflow: visible }.directions-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px }.direction-card { padding: 26px }.direction-card h3 { font-size: 25px }
  .animal-strip { margin-top: 40px }.animal-strip > div { padding: 40px }.animal-strip p { font-size: 34px }
  .platform { padding-block: 80px }.platform .wrap { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 64px; align-items: start }.platform-copy { grid-row: auto }.platform h2 { font-size: clamp(34px, 3vw, 43px) }
  .device { max-width: none; padding: 22px 22px 0 }.device-photo { max-height: 680px }.device-top { font-size: 12px }.device figcaption { font-size: 13px }
  .value-grid, .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; margin-top: 40px }.value-item h3 { font-size: 25px }
  .start { padding-block: 78px }.step { padding-left: 0 }.step-num { position: static; margin-bottom: 19px }
  .faq { grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: 70px }
  .contact { padding-block: 80px }.contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 60px; align-items: start }.contact h2 { font-size: 40px }.request-card { padding: 32px }
  .field-row { grid-template-columns: minmax(0, 1fr); gap: 0 }.form-heading { font-size: 30px }
  .footer { padding-block: 44px }.footer-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px }.footer-links { justify-self: end }.mobile-cta { display: none }
  .privacy { padding-block: 58px }
}
@media (min-width: 1200px) {
  .field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px }.desktop-nav { gap: 28px }
}
@media (max-width: 359px) {
  .wrap { width: calc(100% - 28px) }.header-inner { gap: 12px }.hero-actions { gap: 8px 14px }.hero-actions .btn { padding-inline: 18px }
  .direction-card { padding: 20px }.request-card { padding: 22px 16px }.hero-visual { height: 320px }.device-top { font-size: 10px }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto }* { transition: none !important; animation: none !important }
}
