:root {
  --forest: #102613;
  --forest-2: #193a1d;
  --leaf: #306a27;
  --lime: #d7ff61;
  --paper: #f2eee4;
  --paper-2: #e8e2d3;
  --ink: #182019;
  --muted: #657064;
  --line: rgba(24, 32, 25, .15);
  --shell: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section { padding: clamp(86px, 9vw, 150px) 0; }
.kicker { margin: 0 0 22px; color: var(--leaf); font-size: 12px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.kicker-light { color: var(--lime); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

.site-header { position: absolute; top: 0; right: 0; left: 0; z-index: 100; color: #fff; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-fixed { position: fixed; color: var(--ink); background: rgba(242, 238, 228, .94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.nav-shell { display: flex; min-height: 102px; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; min-width: 260px; align-items: center; gap: 15px; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand span { display: grid; gap: 4px; }
.brand strong { font-size: 15px; letter-spacing: .07em; }
.brand small { font-size: 9px; letter-spacing: .25em; text-transform: uppercase; opacity: .72; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(22px, 2.7vw, 48px); }
.site-nav > a,
.nav-group > button { position: relative; padding: 12px 0; color: inherit; border: 0; background: none; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.site-nav > a::after,
.nav-group > button::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:hover::after,
.site-nav > a:focus-visible::after,
.nav-group > button:hover::after,
.nav-group > button:focus-visible::after { transform: scaleX(1); }
.nav-group { position: relative; }
.nav-children { position: absolute; top: 100%; left: 50%; display: grid; min-width: 240px; padding: 7px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 22px 55px rgba(0,0,0,.18); opacity: 0; visibility: hidden; transform: translate(-50%, -8px); transition: .2s ease; }
.nav-children a { padding: 12px 14px; font-size: 13px; }
.nav-children a:hover { background: var(--paper-2); }
.nav-group:hover .nav-children,
.nav-group:focus-within .nav-children,
.nav-group.is-open .nav-children { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid currentColor; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; min-height: 720px; height: 100svh; overflow: hidden; color: #fff; background: var(--forest); }
.hero-slides,
.hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 7s ease; }
.hero-slide:nth-child(1) > img { object-position: 50% 42%; }
.hero-slide:nth-child(2) > img { object-position: 50% 48%; }
.hero-slide:nth-child(3) > img { object-position: 50% 52%; }
.hero-slide:nth-child(4) > img { object-position: 50% 45%; }
.hero-slide.is-active > img { transform: scale(1); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,22,8,.84) 0%, rgba(8,25,10,.34) 56%, rgba(4,18,6,.64) 100%), linear-gradient(0deg, rgba(3,17,5,.68), transparent 55%); }
.hero-content { position: absolute; inset: 0; z-index: 3; display: flex; height: 100%; padding: 150px 13vw 100px; align-items: center; flex-direction: column; justify-content: center; text-align: center; }
.hero-eyebrow { margin: 0 0 22px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-content h1 { max-width: 950px; margin: 0; font-size: clamp(38px, 5.1vw, 82px); line-height: 1.02; letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.hero-content > p:not(.hero-eyebrow) { max-width: 650px; margin: 25px auto 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.7; }
.hero-content > a { min-width: 174px; margin-top: 34px; padding: 14px 26px; border: 1px solid rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.hero-content > a:hover { color: var(--forest); background: #fff; }
.slide-rail { position: absolute; top: 50%; left: max(28px, calc((100vw - var(--shell)) / 2)); z-index: 5; display: grid; gap: 3px; transform: translateY(-50%); }
.slide-rail button { position: relative; width: 46px; height: 38px; padding: 0; color: rgba(255,255,255,.6); border: 0; background: transparent; cursor: pointer; }
.slide-rail button span { font-size: 9px; letter-spacing: .12em; }
.slide-rail button::after { position: absolute; right: 4px; bottom: 2px; left: 4px; height: 1px; content: ""; background: currentColor; transform: scaleX(.45); transform-origin: left; transition: transform .2s ease, color .2s ease; }
.slide-rail button.is-active { color: var(--lime); }
.slide-rail button.is-active::after { transform: scaleX(1); }
.hero-mark { position: absolute; right: max(20px, calc((100vw - var(--shell)) / 2)); bottom: 0; z-index: 4; width: clamp(90px, 11vw, 164px); opacity: .88; }
.scroll-cue { position: absolute; bottom: 35px; left: max(28px, calc((100vw - var(--shell)) / 2)); z-index: 5; display: flex; align-items: center; gap: 14px; writing-mode: vertical-rl; }
.scroll-cue span { font-size: 8px; letter-spacing: .28em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 1px; height: 44px; background: rgba(255,255,255,.5); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 135px); align-items: center; }
.about-copy h2,
.section-heading h2,
.process-copy h2,
.location-copy h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(45px, 5.5vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.richtext { max-width: 650px; margin-top: 36px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.richtext p { margin: 0 0 18px; }
.about-media { position: relative; min-height: 660px; margin: 0; }
.about-media img { width: 100%; height: 660px; object-fit: cover; }
.about-media figcaption { position: absolute; right: -1px; bottom: -1px; display: grid; width: min(310px, 72%); padding: 28px 30px; color: #fff; background: var(--forest); gap: 6px; }
.about-media figcaption strong { color: var(--lime); font-size: 29px; }
.about-media figcaption span { font-size: 13px; line-height: 1.5; }
.stats-grid { display: grid; margin-top: 90px; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.stats-grid article { display: grid; min-height: 170px; padding: 30px; align-content: center; gap: 10px; border-right: 1px solid var(--line); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid strong { color: var(--leaf); font-family: Georgia, serif; font-size: clamp(38px, 4vw, 64px); font-weight: 400; }
.stats-grid span { color: var(--muted); font-size: 13px; line-height: 1.5; }

.commodities { background: #e7e1d4; }
.section-heading { display: grid; margin-bottom: 65px; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.section-heading > p { max-width: 520px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.commodity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.commodity-card { position: relative; min-height: 520px; padding: 0; overflow: hidden; color: #fff; background: var(--forest); border: 0; cursor: pointer; text-align: left; }
.commodity-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.commodity-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(4,20,7,.94) 0%, rgba(5,22,8,.2) 68%); }
.commodity-card > .card-content { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: block; padding: 30px; }
.commodity-card .card-index { display: block; margin-bottom: 10px; color: var(--lime); font-size: 10px; letter-spacing: .2em; }
.commodity-card .card-title { display: block; color: #fff; font-family: Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1.08; text-transform: none; }
.commodity-card .card-meta { display: block; margin: 7px 0 14px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.commodity-card:hover > img { transform: scale(1.05); }
.commodity-card:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }
.commodity-card .card-action { display: inline-flex; margin-top: 18px; color: #fff; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.commodity-card .card-action::after { content: "↗"; color: var(--lime); font-size: 15px; }
.commodity-dialog { width: min(1040px, calc(100% - 32px)); max-height: min(86vh, 820px); padding: 0; overflow: hidden; color: var(--ink); background: var(--paper); border: 0; box-shadow: 0 30px 100px rgba(0,0,0,.42); }
.commodity-dialog::backdrop { background: rgba(4,14,6,.82); backdrop-filter: blur(8px); }
.dialog-grid { display: grid; min-height: 600px; grid-template-columns: .9fr 1.1fr; }
.dialog-media { min-height: 100%; background: var(--forest); }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.dialog-copy { position: relative; padding: clamp(40px, 6vw, 76px); overflow-y: auto; }
.dialog-copy .kicker { margin-bottom: 16px; }
.dialog-copy h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 72px); font-weight: 400; line-height: 1; }
.dialog-meta { display: block; margin-bottom: 28px; color: var(--leaf); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dialog-description { color: var(--muted); font-size: 16px; line-height: 1.82; }
.dialog-description p { margin: 0 0 16px; }
.dialog-close { position: absolute; top: 22px; right: 22px; z-index: 2; width: 44px; height: 44px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 20px; }

.value-section { color: #fff; background: var(--forest); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 9vw, 150px); }
.vision h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 76px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.missions ol { padding: 0; margin: 0; list-style: none; }
.missions li { display: grid; padding: 20px 0; color: rgba(255,255,255,.82); grid-template-columns: 50px 1fr; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 15px; line-height: 1.55; }
.missions li span { color: var(--lime); font-size: 10px; letter-spacing: .15em; }
.culture-grid { display: grid; margin-top: 100px; grid-template-columns: repeat(5, 1fr); border: 1px solid rgba(255,255,255,.16); }
.culture-grid article { min-height: 250px; padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.16); }
.culture-grid article:last-child { border-right: 0; }
.culture-icon { display: grid; width: 48px; height: 48px; color: var(--lime); border: 1px solid rgba(215,255,97,.34); border-radius: 50%; place-items: center; }
.culture-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.culture-grid h3 { margin: 72px 0 12px; font-size: 18px; text-transform: uppercase; }
.culture-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }

.process { background: var(--paper); }
.journey { color: #fff; background: #162d19; }
.journey-heading { display: grid; margin-bottom: 70px; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
.journey-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(46px, 6vw, 86px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.journey-heading > p { margin: 0; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; }
.journey-track { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.journey-card { position: relative; min-height: 310px; padding: 42px 30px 30px 0; border-right: 1px solid rgba(255,255,255,.14); }
.journey-card::before { position: absolute; top: -6px; left: 0; width: 11px; height: 11px; content: ""; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 7px rgba(215,255,97,.1); }
.journey-card + .journey-card { padding-left: 30px; }
.journey-card + .journey-card::before { left: 30px; }
.journey-card time { color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.journey-card h3 { margin: 64px 0 16px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.journey-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(55px, 7vw, 115px); align-items: center; }
.process-main { margin: 0; }
.process-main img { width: 100%; height: 720px; object-fit: cover; }
.process-main figcaption { padding: 15px 0; color: var(--muted); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.process-copy > p:not(.kicker) { margin: 32px 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.process-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.process-pair img { width: 100%; height: 190px; object-fit: cover; }

.organization { background: #dfe7da; }
.organization-head { display: grid; margin-bottom: 60px; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: end; }
.organization-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(46px, 6vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.organization-head > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.org-chart { display: grid; gap: 16px; }
.org-leadership { display: grid; width: min(680px, 100%); margin: 0 auto 40px; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.org-leadership article { position: relative; padding: 22px 16px; background: var(--forest); color: #fff; text-align: center; }
.org-leadership article:not(:last-child)::after { position: absolute; top: 50%; right: -11px; width: 11px; height: 1px; content: ""; background: var(--leaf); }
.org-leadership span { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.org-leadership h3 { margin: 8px 0 0; font-size: 15px; }
.org-departments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.org-card { padding: 26px; background: rgba(255,255,255,.62); border: 1px solid rgba(24,32,25,.12); }
.org-card > span { color: var(--leaf); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.org-card h3 { margin: 12px 0 18px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.org-card ul { display: grid; padding: 0; margin: 0; color: var(--muted); gap: 8px; list-style: none; font-size: 13px; line-height: 1.45; }
.org-card li { padding-top: 8px; border-top: 1px solid var(--line); }

.location { color: #fff; background: #27462a; }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.location-copy p:not(.kicker) { max-width: 520px; margin: 30px 0; color: rgba(255,255,255,.66); line-height: 1.75; }
.location-copy a { display: inline-block; padding-bottom: 8px; border-bottom: 1px solid var(--lime); color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.location-map { margin: 0; padding: 24px; background: var(--paper); }
.location-map img { width: 100%; }

.site-footer { padding: 0 0 26px; color: #fff; background: #09160b; }
.footer-lead { display: flex; padding: 62px 0 48px; align-items: flex-end; justify-content: space-between; gap: 48px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-lead h2 { max-width: 760px; margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 70px); font-weight: 400; line-height: 1; }
.footer-contact { display: inline-flex; padding: 15px 22px; color: var(--forest); background: var(--lime); align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.footer-grid { display: grid; padding-top: 44px; grid-template-columns: 1.35fr .65fr .75fr 1fr; gap: clamp(28px, 5vw, 70px); }
.footer-brand p { max-width: 390px; margin: 26px 0 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.7; }
.brand-light { color: #fff; }
.footer-grid > div:not(.footer-brand),
.footer-grid address { display: grid; align-content: start; gap: 12px; font-style: normal; }
.footer-grid h2 { margin: 0 0 12px; color: var(--lime); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid a,
.footer-grid address p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.6; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; margin-top: 42px; padding-top: 22px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.14); justify-content: space-between; font-size: 11px; }

@media (max-width: 1100px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .site-nav { gap: 21px; }
  .brand { min-width: 235px; }
  .hero-content { padding-inline: 12vw; }
  .commodity-grid { grid-template-columns: repeat(2, 1fr); }
  .culture-grid { grid-template-columns: repeat(3, 1fr); }
  .journey-track { grid-template-columns: repeat(2, 1fr); }
  .org-departments { grid-template-columns: repeat(2, 1fr); }
  .culture-grid article:nth-child(3) { border-right: 0; }
  .culture-grid article:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.16); }
  .footer-grid { grid-template-columns: 1.2fr .6fr .8fr; }
  .footer-grid address { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-shell { min-height: 82px; }
  .brand { min-width: 0; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 7px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 0 0 0 auto; z-index: -1; display: flex; width: min(86vw, 390px); padding: 110px 30px 36px; color: #fff; background: rgba(9,22,11,.98); align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 4px; transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { transform: translateX(0); box-shadow: -30px 0 60px rgba(0,0,0,.25); }
  .site-nav > a,
  .nav-group > button { width: 100%; padding: 16px 0; color: #fff; text-align: left; }
  .nav-children { position: static; display: none; padding: 0 0 10px 16px; color: #fff; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-group.is-open .nav-children { display: grid; }
  .nav-children a { color: rgba(255,255,255,.65); }
  .hero { min-height: 700px; }
  .hero-content { padding: 120px 42px 100px; }
  .hero-content h1 { font-size: clamp(38px, 8.6vw, 64px); }
  .slide-rail { top: auto; bottom: 30px; left: 28px; display: flex; transform: none; }
  .scroll-cue { display: none; }
  .hero-mark { right: 16px; width: 90px; opacity: .55; }
  .about-grid,
  .value-grid,
  .process-grid,
  .location-grid { grid-template-columns: 1fr; }
  .organization-head { grid-template-columns: 1fr; gap: 26px; }
  .org-leadership { grid-template-columns: repeat(2, 1fr); }
  .org-leadership article:nth-child(2)::after { display: none; }
  .dialog-grid { min-height: 0; grid-template-columns: 1fr; }
  .dialog-media { height: 280px; }
  .commodity-dialog { overflow-y: auto; }
  .journey-heading { grid-template-columns: 1fr; gap: 26px; }
  .about-copy h2,
  .section-heading h2,
  .process-copy h2,
  .location-copy h2 { font-size: clamp(43px, 9vw, 68px); }
  .about-media,
  .about-media img { min-height: 0; height: 520px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article:nth-child(2) { border-right: 0; }
  .stats-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .process-main img { height: 540px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-lead { align-items: flex-start; flex-direction: column; }
  .footer-brand,
  .footer-grid address { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .section { padding: 75px 0; }
  .hero-content { padding: 105px 26px 100px; align-items: flex-start; text-align: left; }
  .hero-content h1 { font-size: clamp(36px, 12vw, 52px); }
  .hero-content > p:not(.hero-eyebrow) { margin-left: 0; font-size: 14px; }
  .hero-mark { width: 72px; }
  .journey-track { grid-template-columns: 1fr; }
  .journey-card, .journey-card + .journey-card { min-height: 0; padding: 36px 0 42px 28px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .journey-card::before, .journey-card + .journey-card::before { top: 40px; left: 0; }
  .journey-card h3 { margin: 20px 0 12px; }
  .org-leadership, .org-departments { grid-template-columns: 1fr; }
  .org-leadership article::after { display: none; }
  .dialog-copy { padding: 34px 24px; }
  .dialog-copy h2 { font-size: 42px; }
  .dialog-close { top: 14px; right: 14px; color: #fff; border-color: rgba(255,255,255,.55); }
  .about-media,
  .about-media img { height: 420px; }
  .about-media figcaption { padding: 22px; }
  .stats-grid { margin-top: 55px; }
  .stats-grid article { min-height: 135px; padding: 20px; }
  .commodity-grid { display: flex; overflow-x: auto; padding-inline: 14px; scroll-snap-type: x mandatory; }
  .commodity-card { flex: 0 0 86vw; min-height: 490px; scroll-snap-align: center; }
  .culture-grid { grid-template-columns: 1fr; }
  .culture-grid article { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .culture-grid h3 { margin-top: 45px; }
  .process-main img { height: 430px; }
  .process-pair { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand,
  .footer-grid address { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}

/* Editorial history: chronological rows keep longer stories readable. */
.journey-track { display: block; border-top: 0; }
.journey-card, .journey-card + .journey-card { display: grid; grid-template-columns: 160px minmax(0, .8fr) minmax(0, 1.2fr); gap: 32px; min-height: 0; padding: 38px 0 38px 30px; border: 0; border-left: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.12); }
.journey-card::before, .journey-card + .journey-card::before { top: 43px; left: -6px; }
.journey-card time { line-height: 1.8; letter-spacing: .08em; }
.journey-card h3 { margin: 0; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.15; }
.journey-card p { font-size: 15px; line-height: 1.85; color: #c9d3c8; white-space: pre-line; }
.journey-source { margin-top: 30px; color: #aab9a7; font-size: 12px; }
@media (max-width: 1000px) {
  .journey-card, .journey-card + .journey-card { grid-template-columns: 135px minmax(0, 1fr); gap: 16px 28px; }
  .journey-card p { grid-column: 2; }
}
@media (max-width: 600px) {
  .journey-heading { margin-bottom: 36px; }
  .journey-heading h2 { font-size: clamp(36px, 10vw, 52px); }
  .journey-card, .journey-card + .journey-card { grid-template-columns: minmax(0, 1fr); padding: 28px 0 28px 24px; gap: 14px; }
  .journey-card::before, .journey-card + .journey-card::before { top: 34px; }
  .journey-card p { grid-column: 1; }
}
/* Borderless reading areas with a stable editorial column. */
.split-reader { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(32px,6vw,88px); align-items: start; }
.split-reader .journey-heading, .split-reader .organization-head { display: block; margin: 0; }
.split-reader h2 { font-size: clamp(38px,4.4vw,66px); line-height: 1.05; }
.split-reader .journey-heading > p, .split-reader .organization-head > p { margin-top: 28px; max-width: 44ch; }
.reader-scroll { min-width: 0; max-height: clamp(400px,65svh,660px); overflow-y: auto; padding: 8px 24px 24px 12px; scrollbar-width: thin; scrollbar-color: #74935c transparent; scroll-behavior: smooth; }
.reader-scroll:focus-visible { outline: 2px solid #8ba966; outline-offset: 8px; border-radius: 4px; }
.reader-scroll .journey-card, .reader-scroll .journey-card + .journey-card { display: block; padding: 26px 0 30px 24px; }
.reader-scroll .journey-card:first-child { padding-top: 0; }
.reader-scroll .journey-card::before, .reader-scroll .journey-card + .journey-card::before { top: 32px; }
.reader-scroll .journey-card:first-child::before { top: 6px; }
.reader-scroll .journey-card h3 { margin: 12px 0 16px; }
.reader-scroll .journey-card p { font-size: 16px; }
.reader-scroll .journey-source { line-height: 1.6; }
.organization { background: #eef1e9; }
.reader-scroll .org-leadership { width: 100%; grid-template-columns: 1fr; margin: 0 0 24px; gap: 12px; }
.reader-scroll .org-leadership article { padding: 20px 24px; border-radius: 12px; text-align: left; }
.reader-scroll .org-leadership article:not(:last-child)::after { display: block; top: 100%; left: 30px; width: 1px; height: 12px; }
.reader-scroll .org-leadership span { font-size: 12px; }
.reader-scroll .org-departments { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.reader-scroll .org-card { padding: 24px; border: 0; border-radius: 14px; background: #fff; }
.reader-scroll .org-card > span { font-size: 12px; letter-spacing: .06em; }
.reader-scroll .org-card h3 { font-family: inherit; font-size: 20px; font-weight: 600; line-height: 1.3; }
.reader-scroll .org-card ul { font-size: 14px; line-height: 1.6; }
.hero-mark { width: clamp(100px,13vw,190px); pointer-events: none; }
@media (max-width: 760px) {
  .split-reader { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .split-reader h2 { font-size: clamp(36px,8vw,52px); max-width: 18ch; }
  .reader-scroll { max-height: 58svh; padding-right: 12px; }
  .hero-mark { width: 82px; opacity: .55; }
}
@media (max-width: 480px) {
  .reader-scroll .org-departments { grid-template-columns: 1fr; }
}
.hierarchy-scroll { overflow: auto; }
.hierarchy-hint { margin: 0 0 22px; font-size: 14px; line-height: 1.6; color: #53624e; }
.hierarchy-branch { list-style: none; margin: 0; padding: 0; }
.hierarchy-scroll > .hierarchy-branch { min-width: 490px; padding-bottom: 28px; }
.hierarchy-branch li { position: relative; padding: 0 0 18px; }
.hierarchy-branch .hierarchy-branch { margin: 0 0 0 18px; padding: 20px 0 0 26px; }
.hierarchy-branch .hierarchy-branch > li::before { content: ""; position: absolute; left: -26px; top: -20px; bottom: 0; width: 1px; background: #819478; }
.hierarchy-branch .hierarchy-branch > li:last-child::before { bottom: auto; height: 46px; }
.hierarchy-branch .hierarchy-branch > li::after { content: ""; position: absolute; left: -26px; top: 26px; width: 26px; height: 1px; background: #819478; }
.hierarchy-node { position: relative; padding: 16px 20px; min-height: 52px; border: 1px solid #bdcab5; border-radius: 10px; background: #fff; font-size: 15px; font-weight: 600; line-height: 1.5; }
.hierarchy-node small { display: block; margin-top: 4px; font-weight: 400; color: #586651; }
.hierarchy-scroll > .hierarchy-branch > li > .hierarchy-node { background: #162d19; color: #fff; border-color: #162d19; }
.secondary-node > .hierarchy-node { border-style: dashed; background: transparent; }
/* Horizontal organization map, scoped to the organization reading area. */
.organization .split-reader { grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr); gap: 36px; }
.hierarchy-scroll { padding: 24px; border-radius: 24px; background: #f7f8f5; box-shadow: inset 0 0 0 1px #fff; max-height: 650px; }
.hierarchy-toolbar { position: sticky; left: 0; display: flex; gap: 8px; margin-bottom: 16px; width: fit-content; }
.hierarchy-toolbar button { padding: 8px 14px; border: 1px solid #ced5c9; border-radius: 24px; color: #233e2a; background: #fff; cursor: pointer; font: inherit; font-size: 13px; }
.hierarchy-toolbar button:hover { background: #e8efdf; }
.hierarchy-scroll > .hierarchy-branch { width: max-content; min-width: 0; padding: 20px 24px 30px 0; }
.hierarchy-branch li { display: flex; align-items: center; padding: 12px 0; }
.hierarchy-branch .hierarchy-branch { padding: 0 0 0 32px; margin: 0 0 0 32px; position: relative; }
.hierarchy-branch .hierarchy-branch::before { content: ""; position: absolute; width: 32px; height: 1px; background: #a9b6a5; top: 50%; left: -32px; }
.hierarchy-branch .hierarchy-branch > li::before { left: -32px; top: 0; bottom: 0; width: 1px; height: auto; background: #a9b6a5; }
.hierarchy-branch .hierarchy-branch > li:first-child::before { top: 50%; }
.hierarchy-branch .hierarchy-branch > li:last-child::before { top: 0; bottom: 50%; height: auto; }
.hierarchy-branch .hierarchy-branch > li:only-child::before { display: none; }
.hierarchy-branch .hierarchy-branch > li::after { left: -32px; top: 50%; width: 32px; background: #a9b6a5; }
.hierarchy-node { width: 160px; flex: 0 0 160px; min-height: 66px; padding: 16px 20px; border-radius: 32px; border-color: #ccd4c8; color: #1b3c2b; background: linear-gradient(145deg,#fff,#f0f3ec); box-shadow: 0 5px 14px #263e2410, inset 0 1px #fff; font-size: 14px; line-height: 1.4; text-align: center; }
.hierarchy-node::after { content: ""; position: absolute; width: 5px; height: 5px; right: -3px; top: calc(50% - 2px); background: #9cac92; border-radius: 50%; }
.hierarchy-node button { padding: 0; border: 0; background: none; color: inherit; font: inherit; font-weight: inherit; cursor: pointer; width: 100%; }
.hierarchy-node button:focus-visible { outline: 2px solid #638242; outline-offset: 5px; border-radius: 12px; }
.hierarchy-node button small { color: #617354; margin-top: 5px; font-size: 12px; }
.hierarchy-scroll > .hierarchy-branch > li > .hierarchy-node { background: #173b2b; color: white; }
.hierarchy-branch[hidden] { display: none !important; }
.secondary-node > .hierarchy-node { border-style: dashed; }
@media(max-width:760px) {
  .organization .split-reader { grid-template-columns: minmax(0,1fr); }
  .hierarchy-scroll { max-height: 65svh; padding: 18px; }
}
.hero-social { position: absolute; right: clamp(120px,17vw,245px); bottom: 26px; display: flex; gap: 6px; z-index: 5; }
.hero-social a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #ffffff40; border-radius: 50%; color: white; background: #142c2259; transition: background .2s; }
.hero-social svg { width: 15px; height: 15px; }
.hero-social a:hover, .hero-social a:focus-visible { background: #365839; color: #d7ff61; }
.organization .split-reader { display: block; }
.organization .organization-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; margin-bottom: 36px; }
.organization .organization-head h2 { font-size: clamp(36px,4vw,58px); max-width: 22ch; }
.organization .organization-head > p { margin: 0; }
.org-explorer { max-height: 760px; padding: clamp(20px,3vw,44px); background: #f8faf6; border: 1px solid #e0e7da; }
.org-path { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 28px; font-size: 14px; color: #5a6f54; }
.org-path button { border: 0; border-bottom: 1px solid #a3b49b; background: none; padding: 4px 0; color: #35512e; cursor: pointer; font: inherit; }
.org-path-current { color: #203c2b; font-weight: 600; }
.org-selected { position: relative; width: min(440px,100%); margin: 0 auto; text-align: center; padding: 22px 28px; border-radius: 18px; background: #193e2c; color: #fff; border: 1px solid #193e2c; }
.org-role-label { display: block; font-size: 12px; color: #c5dcae; margin-bottom: 8px; }
.org-selected h3 { font-size: clamp(22px,3vw,30px); line-height: 1.2; margin: 0; }
.org-selected p { margin: 8px 0 0; }
.org-unit-label { position: relative; text-align: center; padding-top: 25px; margin: 0 0 22px; color: #53654d; font-size: 13px; }
.org-unit-label::before { content: ""; position: absolute; top: 0; left: 50%; height: 18px; width: 1px; background: #98af8e; }
.org-unit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.org-unit { position: relative; padding: 22px; border-radius: 14px; border: 1px solid #d7e0d0; background: white; color: #1f3e2b; text-align: left; cursor: pointer; font: inherit; box-shadow: 0 3px 10px #243b2410; transition: background .2s, border-color .2s; }
.org-unit:hover { border-color: #779660; background: #f0f5e9; }
.org-unit strong { display: block; font-size: 16px; line-height: 1.45; }
.org-unit small, .org-unit > span { display: block; margin-top: 12px; font-size: 13px; color: #637859; }
.org-unit:focus-visible, .org-path button:focus-visible { outline: 2px solid #527f32; outline-offset: 4px; }
.is-secondary { border-style: dashed; }
.org-explorer-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-top: 26px; padding-top: 20px; border-top: 1px solid #dce4d7; font-size: 12px; color: #61735a; }
.org-explorer-footer button { border: 0; padding: 0; background: none; font: inherit; font-size: 14px; color: #284e34; text-decoration: underline; cursor: pointer; }
.org-leaf-note { text-align: center; margin: 24px auto; color: #61735a; }
@media(max-width:760px) {
  .organization .organization-head { grid-template-columns: 1fr; gap: 20px; }
  .org-unit-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hero-social { right: 108px; bottom: 18px; }
}
@media(max-width:480px) {
  .org-unit-grid { grid-template-columns: 1fr; }
  .org-explorer { max-height: 75svh; }
  .hero-social a { width: 36px; height: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Kabar & Kegiatan: editorial cards and reading pages */
.hero-social { bottom: calc(clamp(90.9px,11.82vw,172.7px) - 18px); }
.news-heading {display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:38px}
.news-heading h2 {font-size:clamp(36px,5vw,62px);margin:12px 0}
.news-all,.news-back {display:inline-block;font-weight:700;border-bottom:1px solid currentColor;padding:10px 0}
.news-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-top:35px}
.news-card {min-width:0;background:#eeeee4;border-radius:8px;overflow:hidden}
.news-card>a {display:block;height:100%;color:inherit;text-decoration:none}
.news-card img {width:100%;aspect-ratio:16/10;object-fit:cover;transition:filter .2s}
.news-card a:hover img {filter:brightness(1.08)}
.news-card-copy {padding:26px}
.news-card .kicker {font-size:10px;line-height:1.8}
.news-card h3 {font-size:24px;line-height:1.3;margin:16px 0}
.news-card p {font-size:15px;line-height:1.7}
.news-read {display:block;margin-top:25px;font-size:13px;font-weight:700}
.news-page {padding-top:160px;min-height:75vh}
.news-page h1 {font-family:Georgia,serif;font-weight:400;font-size:clamp(36px,5vw,68px);line-height:1.1;max-width:1000px;margin:25px 0}
.news-article {max-width:900px}
.news-article figure {margin:35px 0}
.news-cover {width:100%;max-height:480px;object-fit:cover;border-radius:8px}
.news-article figcaption,.news-source {font-size:13px;color:#52614f;margin-top:10px}
.news-intro {font-size:20px;line-height:1.65}
.news-body {font-size:18px;line-height:1.85}
.news-body h2 {font-size:30px;margin-top:34px}
.news-video {aspect-ratio:16/9;background:#102613;border-radius:10px;overflow:hidden;margin-top:35px}
.news-video button {width:100%;height:100%;border:0;background:none;color:#e3ff88;font:inherit;cursor:pointer;font-size:22px;padding:25px}
.news-video small {display:block;font-size:12px;margin-top:15px;color:#eee}
.news-video iframe {display:block;width:100%;height:100%;border:0}
.article-route .site-header {background:#e8e7dc;color:#15291a}
@media(min-width:1001px){.site-nav {gap:clamp(12px,1.5vw,25px)}.site-nav>a {font-size:10px}}
@media(max-width:900px){.news-grid {grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.hero-social {bottom:56px}.news-grid {grid-template-columns:1fr}.news-heading {display:block}.news-page {padding-top:130px}.news-card-copy {padding:22px}}

@media(max-width:760px){.hero-social{bottom:56px}}
/* Clear editorial order, compact header and persistent language control. */
.section {padding:clamp(64px,6.5vw,104px) 0;scroll-margin-top:105px}
.nav-shell {display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:22px}
.site-nav {min-width:0;gap:18px}
.site-nav>a,.nav-group>button {font-size:12px;letter-spacing:.055em;white-space:nowrap}
.brand {min-width:245px}
.language-switch {display:flex;align-items:center;gap:4px;font-size:12px;white-space:nowrap;z-index:103}
.language-switch button {background:none;color:inherit;border:0;padding:12px 5px;min-height:44px;cursor:pointer;opacity:.62}
.language-switch button[aria-pressed="true"] {opacity:1;font-weight:800;text-decoration:underline;text-underline-offset:6px}
.language-switch button:focus-visible {outline:2px solid currentColor;outline-offset:2px}
.language-status {position:fixed;bottom:12px;left:50%;transform:translateX(-50%);max-width:calc(100vw - 32px);width:max-content;padding:9px 15px;border-radius:8px;background:#102613;color:#fff;font-size:12px;z-index:110;box-shadow:0 2px 12px #0002}
.language-status[hidden] {display:none}
.hero-content h1,.hero-content h2 {max-width:950px;margin:0;font-size:clamp(38px,5.1vw,82px);line-height:1.06;letter-spacing:-.035em;text-transform:uppercase;text-wrap:balance}
.news-section {background:#f8f7ef;border-bottom:1px solid var(--line)}
.news-heading {max-width:1200px;margin-inline:auto}
.news-heading p:not(.kicker) {font-size:16px;line-height:1.7;max-width:590px}
.news-card {background:transparent;border-radius:0;border-top:0}
.news-card img {border-radius:12px;aspect-ratio:16/10}
.news-card-copy {padding:22px 2px}
.news-card h3 {font-size:clamp(21px,2vw,28px);letter-spacing:-.025em}
.news-card .kicker {font-size:12px;letter-spacing:.08em}
.news-card p {font-size:16px}
.journey h2,.organization h2 {font-size:clamp(34px,4.2vw,58px);max-width:20ch}
.about h2,.process h2,.location h2 {font-size:clamp(34px,4.2vw,60px);line-height:1.12}
.social-source {margin:36px 0;padding:28px;background:#e9eddf;border-radius:14px}
.social-source h2 {font-size:28px}
.social-source button {display:block;margin-top:20px;padding:12px 18px;border:1px solid #38533a;color:#193a1d;background:transparent;border-radius:6px;cursor:pointer}
.social-source button[hidden] {display:none}
.social-source iframe {display:block;width:100%;max-width:520px;height:620px;border:0;margin:24px auto 0;background:white;border-radius:8px}
html[lang="en"] .hero-content h1,html[lang="en"] .hero-content h2 {font-size:clamp(34px,4.5vw,70px)}
@media(max-width:1180px){
 .nav-shell {grid-template-columns:minmax(0,1fr) auto auto;gap:14px}
 .menu-toggle {display:flex;grid-column:2;grid-row:1;z-index:104}
 .language-switch {grid-column:3;grid-row:1}
 .site-nav {position:fixed;inset:0 0 0 auto;z-index:101;display:flex;width:min(86vw,390px);height:100dvh;padding:110px 30px 36px;color:#fff;background:#102613;align-items:stretch;justify-content:flex-start;flex-direction:column;gap:4px;transform:translateX(100%);transition:transform .3s;overflow-y:auto}
 .site-nav.is-open {transform:translateX(0);box-shadow:-30px 0 60px #0004}
 .site-nav>a {font-size:14px;padding:14px 0}
 .site-header:has(.site-nav.is-open) .language-switch,.site-header:has(.site-nav.is-open) .menu-toggle {color:white}
}
@media(max-width:760px){
 .nav-shell {min-height:88px;gap:8px}
 .brand {min-width:0;gap:8px}.brand img{width:38px;height:38px}.brand strong{font-size:12px;letter-spacing:.02em}.brand small{font-size:8px;letter-spacing:.12em}
 .shell {width:calc(100% - 36px)}
 .hero-content h1,.hero-content h2 {font-size:clamp(34px,7.7vw,52px)}
 html[lang="en"] .hero-content h1,html[lang="en"] .hero-content h2 {font-size:clamp(32px,7.2vw,48px)}
 .news-heading h2 {font-size:38px}.news-grid{gap:30px}
 .language-switch {gap:0}.language-switch button{padding-inline:4px}
 .social-source {padding:20px}.social-source iframe{height:560px}
}
