@font-face { font-family: 'Oswald'; src: url('../fonts/Oswald-Variable.ttf') format('truetype'); font-style: normal; font-weight: 200 700; font-display: swap; }
:root {
  --navy: #101f35;
  --blue: #244f7e;
  --text: #475569;
  --light: #f3f6fa;
  --line: #dce3ec;
  --sidebar: 252px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--text); background: #fff; font: 16px/1.75 system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a, button { touch-action: manipulation; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #3c81c5; outline-offset: 5px; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { color: var(--navy); line-height: 1.2; font-weight: 500; }
h1, h2 { font-family: 'Oswald', 'Arial Narrow', sans-serif; }
h2 { font-size: clamp(30px, 3.3vw, 46px); letter-spacing: -.025em; }
h3 { font-size: 23px; letter-spacing: -.02em; }
p + p { margin-top: 18px; }
address { font-style: normal; }
::selection { background: #c9dff8; color: var(--navy); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; z-index: 100; color: #fff; background: var(--navy); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-sidebar { position: fixed; inset: 0 auto 0 0; width: var(--sidebar); padding: 42px 28px 24px; background: #fff; border-right: 1px solid var(--line); z-index: 40; overflow-y: auto; display: flex; flex-direction: column; }
.brand { display: block; margin: 0 0 12px; }
.brand img { width: 196px; }
.brand-caption { font-size: 14px; line-height: 1.65; max-width: 185px; color: #617085; }
.site-nav { display: grid; gap: 4px; padding: 34px 0; }
.site-nav a { position: relative; padding: 9px 14px; margin-left: -14px; border-radius: 8px; color: #526074; font-size: 15px; font-weight: 550; transition: background .2s, color .2s; }
.site-nav a:hover, .site-nav a[aria-current] { color: var(--navy); background: #edf3fa; }
.site-nav a[aria-current]::before { content: ''; position: absolute; left: 0; top: 14px; bottom: 14px; width: 3px; background: var(--blue); border-radius: 3px; }
.sidebar-contact { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.65; }
.sidebar-contact a { display: block; overflow-wrap: anywhere; margin: 7px 0; color: var(--navy); }
.sidebar-contact p:last-child { margin-top: 16px; }
.eyebrow { font-size: 14px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); line-height: 1.6; margin: 0 0 14px; }
.sidebar-contact .eyebrow { margin-bottom: 10px; }
.mobile-header, .menu-backdrop { display: none; }
main { margin-left: var(--sidebar); min-width: 0; }
main:focus { outline: none; }
.hero { position: relative; min-height: min(780px, 100svh); display: flex; align-items: center; overflow: hidden; isolation: isolate; background: var(--navy); }
.hero-poster, .hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.hero-video { z-index: -2; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(9,22,40,.87) 0%, rgba(9,22,40,.64) 60%, rgba(9,22,40,.35) 100%); }
.hero-content { padding: 100px clamp(28px, 5.2vw, 90px) 104px; width: 100%; max-width: 1080px; }
.hero .eyebrow { color: #cedef1; letter-spacing: .16em; }
.hero h1 { color: #fff; font-size: clamp(42px, 5.2vw, 76px); line-height: 1.12; letter-spacing: -.03em; max-width: 830px; text-wrap: balance; }
.hero-description { max-width: 610px; color: #e3eaf4; font-size: 18px; line-height: 1.8; margin-top: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 8px; padding: 13px 22px; min-height: 50px; font-size: 15px; font-weight: 650; line-height: 1.5; transition: transform .2s, background .2s, box-shadow .2s; text-align: center; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--navy); background: #fff; }
.button-light:hover { background: #eaf2fc; }
.button-outline { color: #fff; border-color: #9ba9bb; background: rgba(16,31,53,.2); }
.button-outline:hover { background: rgba(255,255,255,.12); }
.button-primary { color: #fff; background: var(--navy); }
.button-primary:hover { background: var(--blue); }
.hero-detail { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.23); padding-top: 22px; color: #d8e4f2; font-size: 14px; }
.video-toggle { position: absolute; right: 24px; bottom: 20px; color: #fff; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; background: rgba(16,31,53,.75); padding: 8px 12px; font-size: 14px; line-height: 1.5; }
.section { padding: 94px 0; scroll-margin-top: 20px; }
.section-tint { background: var(--light); }
.container { width: min(100% - 80px, 1220px); margin-inline: auto; }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: end; margin-bottom: 40px; }
.section-heading > p { max-width: 430px; justify-self: end; }
.section-copy h2 { margin-bottom: 24px; }
.about-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(32px, 4vw, 64px); align-items: center; }
.about-visual { position: relative; overflow: hidden; border-radius: var(--radius); background: #e8edf4; }
.about-visual > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.image-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 22px; background: rgba(255,255,255,.96); border: 1px solid #e1e7ef; border-radius: 12px; }
.image-caption strong { display: block; color: var(--navy); font-size: 25px; line-height: 1.3; }
.image-caption span { display: block; margin-top: 8px; font-size: 14px; }
.product-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 26px 0; }
.product-list li { padding: 6px 12px; border: 1px solid var(--line); color: var(--navy); border-radius: 6px; font-size: 14px; background: #f7f9fc; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 650; line-height: 1.6; color: var(--blue); text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #becde0; }
.text-link:hover { color: var(--navy); text-decoration-color: currentColor; }
.partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.partner-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: transform .2s, box-shadow .2s; }
.partner-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(16,31,53,.07); }
.partner-card img { width: 100%; aspect-ratio: 500/307; object-fit: contain; }
.partner-card figcaption { padding: 12px 18px; text-align: center; font-size: 14px; color: var(--navy); border-top: 1px solid #edf0f5; font-weight: 600; }
.company-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.company-card, .news-card, .project-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: box-shadow .2s, transform .2s; }
.company-card:hover, .news-card:hover, .project-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(16,31,53,.07); }
.company-card > img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.card-body { padding: 26px; }
.card-body h3 { margin-bottom: 14px; }
.card-body .eyebrow { margin-bottom: 10px; }
.card-body .text-link { margin-top: 22px; }
.feature-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.feature-image { width: 100%; border-radius: var(--radius); object-fit: contain; }
.feature-grid { margin-top: 32px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 20px; }
.feature-grid > div { border-top: 2px solid #c7d5e7; padding-top: 14px; }
.feature-grid h3 { font-size: 18px; margin-bottom: 10px; }
.feature-grid p { font-size: 15px; }
.project-grid, .news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.project-card > img { width: 100%; aspect-ratio: 6/5; object-fit: cover; object-position: center; }
.project-card .card-body { padding: 22px; }
.project-card .eyebrow { letter-spacing: .05em; font-size: 14px; }
.project-card .card-body > p:last-child { font-size: 15px; }
.farm-layout h2 { margin-bottom: 24px; }
.farm-layout .text-link { margin-top: 26px; }
.image-link { display: block; }
.image-link img { width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.news-card .card-body { padding: 22px; }
.news-card h3 { font-size: 20px; line-height: 1.4; }
.news-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.news-card p { font-size: 15px; }
.news-card time { display: block; margin-top: 24px; font-size: 14px; color: #607086; }
.contact-section { border-top: 1px solid var(--line); background: #eef3f9; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.legal-name { color: var(--navy); font-size: 16px; font-weight: 650; margin-bottom: 28px; max-width: 460px; line-height: 1.8; }
.contact-group { margin-bottom: 26px; }
.contact-group h3 { font-size: 16px; margin-bottom: 10px; font-weight: 650; }
.contact-group a:not(.text-link) { display: block; color: var(--navy); overflow-wrap: anywhere; width: fit-content; }
.contact-group a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-group .text-link { display: inline-flex; margin-top: 10px; font-size: 14px; }
.contact-form-card { padding: 36px; border: 1px solid #d6e0eb; border-radius: var(--radius); background: #fff; box-shadow: 0 16px 40px rgba(16,31,53,.05); }
.contact-form-card > p { font-size: 15px; margin-top: 18px; }
.contact-form-card form { margin-top: 28px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; color: var(--navy); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.form-field input, .form-field textarea, .form-field select { width: 100%; max-width: 100%; min-width: 0; padding: 12px 14px; border: 1px solid #bdcada; border-radius: 7px; color: var(--navy); background: #fbfcfe; line-height: 1.5; }
.form-field textarea { resize: vertical; min-height: 155px; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { background: #fff; border-color: var(--blue); }
.form-field textarea::placeholder { color: #68768a; }
.field-note { font-size: 14px; margin-bottom: 18px; }
.contact-form-card .button { width: 100%; }
.form-status { font-size: 14px; color: var(--blue); }
.form-status:not(:empty) { margin-top: 18px; }
#draft-link { margin-top: 10px; }
.contact-direct { border-top: 1px solid var(--line); margin-top: 26px; padding-top: 22px; display: grid; gap: 4px; font-size: 15px; }
.contact-direct a { color: var(--navy); font-weight: 600; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding: 28px 40px; border-top: 1px solid var(--line); font-size: 14px; color: #56657a; }
.site-footer a:hover { color: var(--navy); text-decoration: underline; }
.about-feed-note { margin: 0 0 22px; }
.about-feed-note a, .product-list a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.feed-section { background: #fff; border-top: 1px solid var(--line); }
.feed-layout { display: grid; grid-template-columns: 1.02fr 1fr; gap: 44px; align-items: center; }
.feed-visual { align-self: stretch; min-width: 0; display: flex; flex-direction: column; }
.feed-visual img { width: 100%; height: 100%; min-height: 400px; max-height: 660px; flex: 1; object-fit: cover; object-position: 42% center; border-radius: var(--radius); }
.feed-visual figcaption { margin-top: 8px; color: #637086; font-size: 14px; }
.feed-copy h2 { margin-bottom: 24px; }
.feed-facts { display: grid; gap: 0; padding: 0; margin: 26px 0; border-block: 1px solid var(--line); }
.feed-facts > div { display: grid; grid-template-columns: 105px 1fr; gap: 14px; padding: 13px 0; }
.feed-facts > div + div { border-top: 1px solid var(--line); }
.feed-facts dt { color: #617085; font-size: 14px; }
.feed-facts dd { margin: 0; font-size: 15px; font-weight: 600; color: var(--navy); }
.feed-quote-note { font-size: 15px; }
.feed-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 24px; margin-top: 26px; }
.feed-form-fields { min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 20px; margin: 0 0 22px; background: #f6f8fc; }
.feed-form-fields legend { padding-inline: 6px; font-size: 15px; font-weight: 650; color: var(--navy); }
.feed-form-fields .form-field:last-of-type { margin-bottom: 14px; }
.feed-form-fields .field-note { margin-bottom: 0; }
.required-field-label::after { content: ' *'; }
@media (min-width: 1700px) { :root { --sidebar: 280px; } .site-sidebar { padding-inline: 38px; } }
@media (min-width: 1001px) and (max-height: 750px) { .site-sidebar { padding-top: 26px; } .site-nav { padding-block: 20px; gap: 0; } .site-nav a { padding-block: 7px; } .sidebar-contact { padding-top: 16px; } }
@media (max-width: 1200px) {
  :root { --sidebar: 225px; }
  .site-sidebar { padding-inline: 22px; }
  .container { width: calc(100% - 56px); }
  .section { padding-block: 76px; }
  .project-grid, .news-grid { gap: 16px; }
  .card-body, .project-card .card-body, .news-card .card-body { padding: 20px; }
  .contact-layout { gap: 30px; }
  .contact-form-card { padding: 26px; }
}
@media (max-width: 1000px) {
  html { scroll-padding-top: 90px; }
  main { margin-left: 0; }
  .site-sidebar { position: relative; width: 100%; max-height: none; border-right: 0; padding: 28px; }
  .site-sidebar .brand { max-width: 180px; }
  .site-nav { grid-template-columns: repeat(3,minmax(0,1fr)); padding: 20px 0; }
  .sidebar-contact { display: none; }
  .js .mobile-header { position: sticky; top: 0; z-index: 60; height: 74px; padding: 12px 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
  .mobile-header img { width: 150px; }
  .menu-toggle { display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 7px; padding: 9px 12px; color: var(--navy); background: #fff; font-size: 14px; min-height: 44px; }
  .menu-icon { width: 16px; height: 12px; border-top: 2px solid; border-bottom: 2px solid; position: relative; }
  .menu-icon::after { position: absolute; content: ''; width: 16px; height: 2px; background: currentColor; top: 3px; left: 0; }
  .js .site-sidebar { position: fixed; inset: 74px auto 0 0; width: min(330px, 86vw); max-height: calc(100dvh - 74px); transform: translateX(-101%); transition: transform .25s ease; z-index: 50; border-right: 1px solid var(--line); }
  .js .site-sidebar .site-nav { grid-template-columns: 1fr; gap: 5px; }
  .js .site-sidebar .sidebar-contact { display: block; }
  .js .menu-backdrop:not([hidden]) { display: block; position: fixed; inset: 74px 0 0; background: rgba(16,31,53,.5); z-index: 45; }
  .js.menu-open .site-sidebar { transform: translateX(0); }
  .js.menu-open body { overflow: hidden; }
  .hero { min-height: 660px; }
  .hero-content { padding: 84px 40px 94px; }
  .hero h1 { font-size: clamp(44px, 7vw, 66px); }
  .about-layout, .feature-layout, .feed-layout { gap: 30px; }
  .section { scroll-margin-top: 0; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 60px; }
  .hero { min-height: 640px; }
  .hero-content { padding: 64px 24px 92px; }
  .hero h1 { font-size: clamp(38px, 9vw, 56px); }
  .hero-description { font-size: 16px; margin-top: 22px; }
  .hero .eyebrow { letter-spacing: .09em; }
  .hero-detail { gap: 8px 16px; margin-top: 32px; }
  .hero-actions { gap: 10px; }
  .hero-actions .button { padding-inline: 18px; font-size: 14px; }
  .about-layout, .feature-layout, .section-heading, .company-grid, .contact-layout, .feed-layout { grid-template-columns: 1fr; }
  .feed-visual img { height: auto; min-height: 0; max-height: none; aspect-ratio: 3/2; }
  .about-visual > img { aspect-ratio: 5/4; }
  .section-heading { gap: 20px; margin-bottom: 28px; }
  .section-heading > p { justify-self: start; max-width: none; }
  .partner-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .partner-card figcaption { padding: 10px; font-size: 14px; }
  .project-grid, .news-grid { grid-template-columns: 1fr; gap: 22px; }
  .project-card > img { aspect-ratio: 5/3; }
  .card-body, .project-card .card-body, .news-card .card-body { padding: 24px; }
  .feature-layout { gap: 28px; }
  .feature-image { max-height: 520px; }
  .farm-image { order: -1; }
  .contact-form-card { padding: 24px; }
  .contact-layout { gap: 20px; }
  .contact-details { min-width: 0; }
  .site-footer { padding: 26px 20px; display: grid; gap: 14px; }
}
@media (max-width: 380px) {
  .js .mobile-header { padding-inline: 16px; }
  .mobile-header img { width: 130px; }
  .hero-content { padding-inline: 20px; }
  .hero h1 { font-size: 36px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .feature-grid { grid-template-columns: 1fr; }
  .contact-form-card { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .button:hover, .partner-card:hover, .project-card:hover, .company-card:hover, .news-card:hover { transform: none; }
}

/* Legal pages and form notice: local assets, no JavaScript dependency. */
.footer-legal { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.form-privacy { margin: 0 0 22px; padding: 16px; border-left: 3px solid var(--blue); background: var(--light); border-radius: 0 8px 8px 0; font-size: 14px; line-height: 1.7; }
.form-privacy a, .legal-document a { text-decoration: underline; text-underline-offset: 3px; color: var(--blue); }
.legal-body { background: #f7f9fc; }
.legal-header { max-width: 1180px; margin: 0 auto; padding: 24px 32px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.legal-header img { width: 170px; height: auto; }
.legal-header nav { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 28px; font-size: 14px; font-weight: 600; color: var(--navy); }
.legal-header a:hover { text-decoration: underline; text-underline-offset: 4px; }
.legal-main { margin: 0 auto; max-width: 1000px; padding: 20px 32px 64px; }
.legal-hero { padding: 40px 0 28px; }
.legal-hero h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.2; letter-spacing: -.02em; max-width: 850px; text-wrap: balance; }
.legal-intro { max-width: 700px; margin-top: 20px; font-size: 18px; }
.legal-date { font-size: 14px; color: #627085; margin-top: 18px; }
.legal-tabs { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 4px 22px; border-bottom: 1px solid var(--line); }
.legal-tabs a { padding: 10px 18px; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--navy); font-size: 15px; font-weight: 600; }
.legal-tabs a[aria-current] { color: #fff; background: var(--navy); border-color: var(--navy); }
.legal-tabs a:hover { border-color: var(--blue); }
.legal-contents { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 22px 0; font-size: 14px; }
.legal-contents a { padding-block: 5px; color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.legal-document { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 5vw, 54px); overflow-wrap: anywhere; }
.legal-section + .legal-section { margin-top: 36px; border-top: 1px solid var(--line); padding-top: 34px; }
.legal-section { scroll-margin-top: 26px; }
.legal-section h2 { font-size: clamp(25px, 3vw, 30px); margin-bottom: 20px; letter-spacing: 0; }
.legal-document p + p { margin-top: 16px; }
.legal-document strong { color: var(--navy); font-weight: 650; }
.legal-company { background: var(--light); border-radius: 10px; padding: 20px; margin: 20px 0; font-size: 15px; }
.legal-company p, .legal-company address { margin: 0; }
.legal-company p + p, .legal-company address { margin-top: 8px; }
.legal-list { padding-left: 22px; margin: 0; }
.legal-list li + li { margin-top: 20px; }
.legal-list + p { margin-top: 20px; }
.legal-help { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 28px 0 0; }
.legal-help p { color: var(--navy); }
.legal-footer { max-width: 1180px; margin: 0 auto; padding-inline: 32px; }
@media (max-width: 600px) {
  .legal-header { padding: 20px; flex-wrap: wrap; gap: 18px; }
  .legal-header img { width: 150px; }
  .legal-header nav { width: 100%; justify-content: space-between; gap: 12px; }
  .legal-main { padding: 0 20px 40px; }
  .legal-hero { padding-top: 28px; }
  .legal-intro { font-size: 16px; }
  .legal-document { padding: 24px 20px; border-radius: 12px; }
  .legal-company { padding: 16px; }
  .legal-footer { padding-inline: 20px; }
  .legal-help .button { width: 100%; overflow-wrap: anywhere; }
}
@media print {
  .legal-header, .legal-tabs, .legal-contents, .legal-help, .legal-footer, .skip-link { display: none; }
  .legal-body { background: #fff; color: #111; }
  .legal-main { max-width: none; margin: 0; padding: 0; }
  .legal-hero { padding-top: 0; }
  .legal-document { border: 0; padding: 0; }
  .legal-section h2 { break-after: avoid; }
}
