:root {
  --navy: #08285a;
  --navy-2: #0b3777;
  --blue: #1659c7;
  --orange: #f97316;
  --orange-2: #ff9a3d;
  --green: #2f7d4a;
  --ink: #10213a;
  --muted: #617084;
  --cream: #fff8ee;
  --cream-2: #fff3e2;
  --paper: #ffffff;
  --line: #e6ebf2;
  --soft-blue: #eef5ff;
  --soft-green: #edf8f1;
  --shadow: 0 20px 60px rgba(8, 40, 90, .12);
  --shadow-sm: 0 10px 30px rgba(8, 40, 90, .08);
  --radius: 26px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg.icon { width: 1.1em; height: 1.1em; flex: 0 0 auto; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-sm { padding: 68px 0; }
.section-cream { background: var(--cream); }
.section-blue { background: var(--navy); color: #fff; }
.section-soft { background: linear-gradient(180deg, #f9fbff 0%, #fff 100%); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--orange);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; border-radius: 4px; }
.section-blue .eyebrow { color: #ffb56f; }

h1, h2, h3, h4 { margin: 0; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.6vw, 6.25rem); font-weight: 800; }
h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); font-weight: 800; }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 760; }
h4 { font-size: 1.05rem; font-weight: 760; }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.28rem); color: var(--muted); line-height: 1.7; }
.section-blue .lead, .section-blue p { color: rgba(255,255,255,.75); }
.accent { color: var(--orange); }
.max-copy { max-width: 720px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 780;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(249,115,22,.26); }
.btn-primary:hover { background: #e9630c; box-shadow: 0 16px 34px rgba(249,115,22,.34); }
.btn-secondary { color: var(--navy); background: #fff; border-color: #dce4ee; }
.btn-secondary:hover { border-color: #b9c7d9; box-shadow: var(--shadow-sm); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-2); }
.btn-light { background: #fff; color: var(--navy); }
.btn-outline-light { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.6); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 760; }
.text-link:hover { color: var(--orange); }

.topbar { background: var(--navy); color: rgba(255,255,255,.78); font-size: .84rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-meta, .topbar-social { display: flex; align-items: center; gap: 18px; }
.topbar a:hover { color: #fff; }
.topbar .social-link { display: inline-flex; align-items: center; gap: 6px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(230,235,242,.85);
}
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark {
  width: 45px; height: 45px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--navy), #0d4b9c);
  color: #fff;
  box-shadow: 0 8px 20px rgba(8,40,90,.18);
  position: relative; overflow: hidden;
}
.brand-mark::after { content: ""; position: absolute; width: 26px; height: 26px; border-radius: 50%; background: var(--orange); right: -11px; bottom: -12px; }
.brand-mark strong { font-size: 1.25rem; font-weight: 900; position: relative; z-index: 1; }
.brand-copy { display: grid; line-height: 1; }
.brand-name { font-size: 1.08rem; font-weight: 850; color: var(--navy); letter-spacing: -.02em; }
.brand-name .vam { color: var(--orange); }
.brand-sub { margin-top: 5px; font-size: .63rem; font-weight: 760; letter-spacing: .115em; text-transform: uppercase; color: #7a8798; }

.nav-links { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nav-links a { padding: 10px 12px; border-radius: 10px; color: #3e4c61; font-size: .92rem; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--navy); background: var(--soft-blue); }
.nav-cta { margin-left: 8px; }
.mobile-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--navy); align-items: center; justify-content: center; }
.mobile-toggle .icon-close { display: none; }
body.nav-open .mobile-toggle .icon-menu { display: none; }
body.nav-open .mobile-toggle .icon-close { display: block; }

/* Home hero */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(249,115,22,.12), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(22,89,199,.09), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fffaf4 100%);
}
.hero::after {
  content: "";
  position: absolute; inset: auto -10% -180px auto; width: 520px; height: 520px; border-radius: 50%;
  border: 80px solid rgba(249,115,22,.055); pointer-events: none;
}
.hero-inner { min-height: 720px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding: 72px 0 84px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { color: var(--navy); max-width: 780px; }
.hero h1 .accent { display: inline; }
.hero .lead { margin-top: 24px; max-width: 680px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.proof-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #e2e8f0; background: rgba(255,255,255,.8); border-radius: 999px; color: #4f5e72; font-size: .83rem; font-weight: 720; }
.proof-chip .icon { color: var(--green); }

.hero-visual { position: relative; height: 600px; }
.photo-card { position: absolute; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); background: #dce5ef; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { right: 0; top: 8px; width: 70%; height: 73%; }
.photo-main img { object-position: center; }
.photo-small-a { left: 0; bottom: 0; width: 44%; height: 42%; border: 8px solid #fff; }
.photo-small-b { right: 5%; bottom: 1%; width: 39%; height: 31%; border: 8px solid #fff; }
.hero-badge {
  position: absolute; left: 4%; top: 9%; z-index: 3; width: 152px; height: 152px; border-radius: 50%;
  background: var(--orange); color: #fff; display: grid; place-items: center; text-align: center; box-shadow: 0 18px 40px rgba(249,115,22,.27);
  border: 9px solid rgba(255,255,255,.95); transform: rotate(-6deg);
}
.hero-badge strong { display: block; font-size: 2.1rem; line-height: .9; }
.hero-badge span { display: block; font-size: .73rem; font-weight: 800; line-height: 1.2; text-transform: uppercase; letter-spacing: .06em; margin-top: 7px; }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 27px 32px; display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:last-child { border-right: 0; }
.trust-icon { width: 48px; height: 48px; border-radius: 14px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #ffb56f; font-size: 1.35rem; }
.trust-item strong { display: block; font-size: 1.04rem; }
.trust-item span { color: rgba(255,255,255,.62); font-size: .86rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 48px; }
.section-head h2 { max-width: 760px; color: var(--navy); }
.section-blue .section-head h2 { color: #fff; }
.section-head .head-copy { max-width: 500px; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-icon { width: 56px; height: 56px; border-radius: 17px; display: grid; place-items: center; color: var(--orange); background: #fff2e7; font-size: 1.45rem; margin-bottom: 48px; }
.service-card:nth-child(2n) .service-icon { color: var(--blue); background: var(--soft-blue); }
.service-card:nth-child(3n) .service-icon { color: var(--green); background: var(--soft-green); }
.service-card h3 { color: var(--navy); margin-bottom: 12px; }
.service-card p { color: var(--muted); margin: 0; }
.service-card .card-arrow { position: absolute; right: 24px; top: 26px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); color: var(--navy); }
.service-card:hover .card-arrow { background: var(--navy); color: #fff; border-color: var(--navy); }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.media-frame { position: relative; min-height: 540px; }
.media-frame .media-primary { position: absolute; inset: 0 13% 10% 0; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.media-frame .media-primary img { height: 100%; object-fit: cover; }
.media-frame .media-secondary { position: absolute; width: 46%; height: 44%; right: 0; bottom: 0; border: 9px solid #fff; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm); }
.media-frame .media-secondary img { height: 100%; object-fit: cover; }
.media-tag { position: absolute; top: 34px; right: 2%; z-index: 2; background: var(--orange); color: #fff; padding: 14px 18px; border-radius: 16px; font-weight: 800; box-shadow: 0 12px 25px rgba(249,115,22,.22); }
.check-list { display: grid; gap: 13px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; color: #495a70; }
.check-list .icon { color: var(--green); margin-top: 4px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.process-card { position: relative; padding: 28px 24px 26px; border-radius: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.process-card::before { counter-increment: steps; content: "0" counter(steps); display: block; color: #ffb56f; font-weight: 900; font-size: .77rem; letter-spacing: .12em; margin-bottom: 54px; }
.process-card h3 { margin-bottom: 10px; }
.process-card p { margin: 0; font-size: .93rem; }
.process-card .step-icon { position: absolute; right: 20px; top: 18px; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #fff; font-size: 1.25rem; }

.commodity-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.commodity-feature { position: relative; min-height: 510px; border-radius: 30px; overflow: hidden; color: #fff; box-shadow: var(--shadow); }
.commodity-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.commodity-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(5,25,55,.86) 100%); }
.commodity-content { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 30px; }
.commodity-content p { color: rgba(255,255,255,.78); margin: 9px 0 0; max-width: 560px; }
.commodity-side { display: grid; grid-template-rows: 1fr 1fr; gap: 22px; }
.commodity-card { padding: 30px; border-radius: 28px; position: relative; overflow: hidden; }
.commodity-card.blue { background: var(--navy); color: #fff; }
.commodity-card.orange { background: linear-gradient(145deg, #fff0df, #fff9f2); border: 1px solid #ffe1bf; }
.commodity-card .big-icon { font-size: 2.5rem; margin-bottom: 34px; color: var(--orange); }
.commodity-card.blue .big-icon { color: #ffb56f; }
.commodity-card p { color: var(--muted); margin: 10px 0 0; }
.commodity-card.blue p { color: rgba(255,255,255,.7); }

.gallery-preview { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 260px 260px; gap: 16px; }
.gallery-preview figure, .gallery-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 22px; background: #e8edf3; }
.gallery-preview figure:first-child { grid-row: 1 / span 2; }
.gallery-preview img, .gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-preview figure:hover img, .gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-preview figcaption, .gallery-grid figcaption { position: absolute; left: 14px; bottom: 14px; z-index: 2; padding: 7px 10px; background: rgba(8,40,90,.88); color: #fff; border-radius: 10px; font-size: .78rem; font-weight: 730; }

.cta-panel { position: relative; overflow: hidden; border-radius: 34px; background: linear-gradient(135deg, var(--navy), #0b4c9c); color: #fff; padding: 58px 64px; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: var(--shadow); }
.cta-panel::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; border: 70px solid rgba(255,255,255,.055); right: -80px; top: -120px; }
.cta-panel > * { position: relative; z-index: 2; }
.cta-panel h2 { font-size: clamp(2rem, 3.6vw, 3.4rem); max-width: 720px; }
.cta-panel p { color: rgba(255,255,255,.72); margin: 15px 0 0; max-width: 680px; }

/* Inner page hero */
.page-hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #071f48 0%, #0c428b 100%); color: #fff; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 10%, rgba(249,115,22,.28), transparent 28%), radial-gradient(circle at 10% 100%, rgba(255,255,255,.08), transparent 30%); }
.page-hero-inner { position: relative; min-height: 470px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding: 62px 0; }
.page-hero h1 { font-size: clamp(3rem, 5.7vw, 5.4rem); max-width: 780px; }
.page-hero .lead { color: rgba(255,255,255,.72); margin-top: 22px; max-width: 680px; }
.page-hero-image { height: 330px; border-radius: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 20px 60px rgba(0,0,0,.22); transform: rotate(1.7deg); }
.page-hero-image img { height: 100%; object-fit: cover; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 24px; color: rgba(255,255,255,.62); font-size: .82rem; font-weight: 720; }
.breadcrumbs a:hover { color: #fff; }

.story-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: start; }
.story-sticky { position: sticky; top: 128px; }
.story-card { overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.story-card img { aspect-ratio: 4/5; object-fit: cover; }
.story-card-caption { padding: 20px 22px; background: var(--navy); color: #fff; }
.story-card-caption strong { display: block; }
.story-card-caption span { color: rgba(255,255,255,.65); font-size: .86rem; }
.story-copy h2 { color: var(--navy); margin-bottom: 22px; }
.story-copy p { color: var(--muted); }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.value-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--soft-blue); color: var(--blue); font-size: 1.25rem; margin-bottom: 28px; }
.value-card:nth-child(2n) .value-icon { background: #fff1e4; color: var(--orange); }
.value-card:nth-child(3n) .value-icon { background: var(--soft-green); color: var(--green); }
.value-card h3 { color: var(--navy); font-size: 1.08rem; margin-bottom: 9px; }
.value-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.board-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.board-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 26px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.board-card span { color: rgba(255,255,255,.62); font-size: .87rem; }
.board-card strong { display: block; margin-bottom: 4px; }
.board-card .icon { color: #ffb56f; font-size: 1.3rem; }

.cred-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cred-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.cred-card .icon { color: var(--orange); font-size: 1.4rem; margin-bottom: 24px; }
.cred-card h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 10px; }
.cred-card p { margin: 0; color: var(--muted); font-size: .92rem; }

/* Services detail */
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-detail { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.service-detail-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 42px; }
.service-detail .service-icon { margin: 0; }
.service-number { color: #b5c0cf; font-size: .8rem; letter-spacing: .13em; font-weight: 850; }
.service-detail h3 { color: var(--navy); margin-bottom: 12px; }
.service-detail p { color: var(--muted); }
.mini-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.mini-list li { display: flex; gap: 9px; color: #4c5c70; font-size: .92rem; }
.mini-list .icon { color: var(--green); margin-top: 3px; }

.market-panel { display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; border-radius: 30px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.market-copy { padding: 54px; }
.market-copy h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.market-copy p { color: rgba(255,255,255,.7); margin-top: 18px; }
.market-image { min-height: 470px; }
.market-image img { height: 100%; object-fit: cover; }

/* Operations */
.operations-timeline { display: grid; gap: 0; max-width: 920px; margin: 0 auto; }
.timeline-item { display: grid; grid-template-columns: 90px 1fr; gap: 26px; position: relative; padding-bottom: 36px; }
.timeline-item:not(:last-child)::before { content: ""; position: absolute; width: 2px; background: #dbe3ee; left: 44px; top: 66px; bottom: 0; }
.timeline-icon { width: 90px; height: 90px; border-radius: 25px; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: 1.7rem; box-shadow: var(--shadow-sm); position: relative; z-index: 2; }
.timeline-item:nth-child(even) .timeline-icon { background: var(--orange); }
.timeline-copy { padding: 13px 0 0; }
.timeline-copy h3 { color: var(--navy); margin-bottom: 9px; }
.timeline-copy p { color: var(--muted); margin: 0; }

.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quality-card { padding: 28px; border-radius: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.quality-card .icon { font-size: 1.4rem; color: #ffb56f; margin-bottom: 28px; }
.quality-card h3 { font-size: 1.18rem; margin-bottom: 9px; }
.quality-card p { margin: 0; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 16px; }
.gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(8) { grid-row: span 2; }
.gallery-grid figure:nth-child(4), .gallery-grid figure:nth-child(10) { grid-column: span 2; }
.gallery-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,40,90,.45)); pointer-events: none; }
.gallery-grid figcaption { z-index: 3; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; }
.contact-stack { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.contact-card-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; background: var(--soft-blue); color: var(--blue); border-radius: 14px; font-size: 1.22rem; }
.contact-card:nth-child(2) .contact-card-icon { background: #fff1e4; color: var(--orange); }
.contact-card:nth-child(3) .contact-card-icon { background: var(--soft-green); color: var(--green); }
.contact-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: 4px; }
.contact-card p, .contact-card a { color: var(--muted); margin: 0; font-size: .92rem; }
.contact-card a:hover { color: var(--orange); }
.contact-form-wrap { background: var(--cream); border: 1px solid #f4e6d5; border-radius: 28px; padding: 36px; }
.contact-form-wrap h2 { color: var(--navy); font-size: 2rem; margin-bottom: 10px; }
.contact-form-wrap > p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 25px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: .82rem; font-weight: 760; color: #394a60; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #d8e0e9; background: #fff; border-radius: 12px; padding: 13px 14px; outline: none; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(22,89,199,.08); }
.form-note { margin: 13px 0 0; color: #7a8796; font-size: .78rem; }
.form-actions { margin-top: 18px; }
.location-panel { overflow: hidden; border-radius: 28px; min-height: 340px; position: relative; background: var(--navy); color: #fff; }
.location-panel img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .45; }
.location-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,40,90,.97), rgba(8,40,90,.58)); }
.location-copy { position: relative; z-index: 2; padding: 54px; max-width: 600px; }
.location-copy h2 { font-size: 2.5rem; }
.location-copy p { color: rgba(255,255,255,.74); margin-top: 14px; }

/* Footer */
.footer { background: #061d43; color: #fff; padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .8fr .9fr; gap: 44px; padding-bottom: 52px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-sub { color: rgba(255,255,255,.48); }
.footer-copy { margin: 22px 0 0; max-width: 380px; color: rgba(255,255,255,.62); font-size: .92rem; }
.footer h4 { font-size: .88rem; text-transform: uppercase; letter-spacing: .1em; color: #ffb56f; margin-bottom: 20px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .9rem; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: 13px; }
.footer-contact a, .footer-contact p { display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.65); font-size: .9rem; margin: 0; }
.footer-contact .icon { margin-top: 4px; color: #ffb56f; }
.footer-social { display: flex; gap: 9px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: #fff; }
.footer-social a:hover { background: rgba(255,255,255,.08); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.45); font-size: .78rem; }
.footer-bottom a:hover { color: #fff; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 10px; background: #19a95b; color: #fff; padding: 12px 16px; border-radius: 999px; box-shadow: 0 16px 36px rgba(12,120,60,.3); font-weight: 800; font-size: .9rem; transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float .icon-wrap { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; font-size: 1.15rem; }

/* 404 */
.not-found { min-height: 76vh; display: grid; place-items: center; text-align: center; background: linear-gradient(180deg,#fff,#fff8ee); }
.not-found h1 { color: var(--navy); font-size: clamp(6rem, 18vw, 13rem); line-height: .8; }
.not-found h2 { color: var(--navy); font-size: 2rem; margin: 24px 0 14px; }
.not-found p { color: var(--muted); max-width: 580px; margin: 0 auto; }

/* Motion */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: .08s; }
.reveal.delay-2 { transition-delay: .16s; }
.reveal.delay-3 { transition-delay: .24s; }

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

@media (max-width: 1050px) {
  .nav-links { position: fixed; inset: 121px 0 auto; padding: 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(8,40,90,.1); display: none; flex-direction: column; align-items: stretch; gap: 3px; }
  body.nav-open .nav-links { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .nav-cta { margin: 8px 0 0; }
  .mobile-toggle { display: inline-flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; padding-top: 56px; }
  .hero-visual { height: 540px; max-width: 760px; width: 100%; margin: 0 auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-item:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 46px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .page-hero-image { max-width: 720px; }
  .story-grid { grid-template-columns: 1fr; gap: 46px; }
  .story-sticky { position: static; }
  .story-card { max-width: 620px; }
  .value-grid, .cred-grid, .quality-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 72px 0; }
  .section-sm { padding: 54px 0; }
  .topbar { display: none; }
  .navbar { min-height: 74px; }
  .nav-links { top: 74px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { font-size: 1rem; }
  .brand-sub { font-size: .58rem; }
  .hero-inner { min-height: auto; padding: 52px 0 66px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .hero-visual { height: 465px; }
  .hero-badge { width: 126px; height: 126px; left: -2%; }
  .hero-badge strong { font-size: 1.75rem; }
  .photo-main { width: 78%; height: 72%; }
  .photo-small-a { width: 48%; height: 39%; }
  .photo-small-b { width: 42%; height: 29%; right: 1%; }
  .section-head { display: block; margin-bottom: 36px; }
  .section-head .head-copy { margin-top: 18px; }
  .service-grid, .service-detail-grid, .split, .commodity-grid, .market-panel, .contact-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-icon { margin-bottom: 34px; }
  .split { gap: 36px; }
  .media-frame { min-height: 470px; }
  .commodity-feature { min-height: 450px; }
  .gallery-preview { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 220px 220px; }
  .gallery-preview figure:first-child { grid-row: 1; grid-column: 1/-1; }
  .cta-panel { padding: 42px 32px; display: block; }
  .cta-panel .btn { margin-top: 26px; }
  .page-hero-inner { padding: 52px 0 58px; gap: 34px; }
  .page-hero h1 { font-size: clamp(2.8rem, 12vw, 4.3rem); }
  .page-hero-image { height: 280px; }
  .value-grid, .cred-grid, .quality-grid, .board-grid { grid-template-columns: 1fr; }
  .market-copy { padding: 38px 28px; }
  .market-image { min-height: 340px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 250px; }
  .gallery-grid figure:nth-child(1), .gallery-grid figure:nth-child(8) { grid-row: span 1; }
  .gallery-grid figure:nth-child(4), .gallery-grid figure:nth-child(10) { grid-column: span 1; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .contact-form-wrap { padding: 28px 22px; }
  .location-copy { padding: 38px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}

@media (max-width: 520px) {
  .hero-visual { height: 390px; }
  .hero-badge { width: 105px; height: 105px; border-width: 6px; top: 4%; }
  .hero-badge strong { font-size: 1.45rem; }
  .hero-badge span { font-size: .57rem; }
  .photo-main { width: 82%; height: 70%; }
  .photo-small-a { width: 52%; height: 38%; border-width: 5px; }
  .photo-small-b { width: 45%; height: 29%; border-width: 5px; }
  .process-grid { grid-template-columns: 1fr; }
  .gallery-preview { grid-template-columns: 1fr; grid-template-rows: repeat(5, 270px); }
  .gallery-preview figure:first-child { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .timeline-item { grid-template-columns: 62px 1fr; gap: 18px; }
  .timeline-icon { width: 62px; height: 62px; border-radius: 18px; font-size: 1.3rem; }
  .timeline-item:not(:last-child)::before { left: 30px; top: 56px; }
  .timeline-copy { padding-top: 5px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding: 10px; }
  .whatsapp-float > span:last-child { display: none; }
}

.lightbox {
  width: min(1000px, calc(100% - 28px));
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #071f48;
  color: #fff;
  box-shadow: 0 30px 100px rgba(0,0,0,.4);
}
.lightbox::backdrop { background: rgba(2,10,24,.84); backdrop-filter: blur(5px); }
.lightbox-inner { position: relative; display: grid; }
.lightbox img { width: 100%; max-height: calc(100vh - 120px); object-fit: contain; background: #061a3c; }
.lightbox-caption { padding: 14px 58px 16px 18px; font-size: .9rem; color: rgba(255,255,255,.76); }
.lightbox-caption:empty { display: none; }
.lightbox-close { position: absolute; right: 13px; top: 13px; z-index: 2; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); background: rgba(6,29,67,.72); color: #fff; border-radius: 50%; display: grid; place-items: center; }
[data-lightbox] { cursor: zoom-in; }

/* Official social brand marks */
.brand-icon {
  width: 1.12em;
  height: 1.12em;
  flex: 0 0 auto;
  display: inline-block;
  object-fit: cover;
  vertical-align: -0.16em;
  border-radius: 4px;
}
.brand-icon-tiktok { object-fit: contain; border-radius: 50%; }
.topbar .brand-icon { width: 17px; height: 17px; border-radius: 5px; }
.topbar .brand-icon-tiktok { border-radius: 50%; }
.btn .brand-icon { width: 21px; height: 21px; border-radius: 6px; }
.btn .brand-icon-tiktok { border-radius: 50%; }
.footer-social a { overflow: hidden; }
.footer-social .brand-icon { width: 25px; height: 25px; border-radius: 7px; }
.footer-social .brand-icon-tiktok { width: 27px; height: 27px; border-radius: 50%; }
.whatsapp-float .icon-wrap { background: transparent; }
.whatsapp-float .brand-icon { width: 32px; height: 32px; border-radius: 9px; }
.contact-card-icon .brand-icon { width: 27px; height: 27px; border-radius: 7px; }

/* =========================================================
   V4 refinement — restrained corporate visual language
   ========================================================= */
:root {
  --navy: #0a2b5d;
  --navy-2: #103d7c;
  --orange: #f47721;
  --ink: #17243a;
  --muted: #667386;
  --cream: #fbf7f1;
  --cream-2: #f7efe4;
  --line: #dfe5ec;
  --soft-blue: #f2f6fb;
  --shadow: 0 16px 40px rgba(10,43,93,.10);
  --shadow-sm: 0 8px 22px rgba(10,43,93,.08);
  --radius: 14px;
  --radius-sm: 10px;
}

body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
h1 { font-size: clamp(2.75rem, 5.1vw, 4.75rem); font-weight: 760; letter-spacing: -.04em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); font-weight: 750; letter-spacing: -.035em; }
h3 { font-weight: 720; }
.section { padding: 84px 0; }
.section-sm { padding: 58px 0; }
.section-soft { background: #f8fafc; }
.eyebrow { font-size: .76rem; letter-spacing: .13em; }
.eyebrow::before { width: 20px; }

/* Buttons: professional rectangles rather than oversized template pills */
.btn {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 9px;
  font-size: .9rem;
  font-weight: 720;
  box-shadow: none;
}
.btn:hover { transform: none; }
.btn-primary { box-shadow: none; }
.btn-primary:hover { box-shadow: none; }
.btn-row { margin-top: 26px; }

/* Header */
.topbar { font-size: .78rem; }
.topbar-inner { min-height: 36px; }
.topbar-meta span, .topbar-meta a, .topbar-social a { display: inline-flex; align-items: center; gap: 6px; }
.site-header { backdrop-filter: none; background: #fff; }
.navbar { min-height: 76px; }
.brand-mark { width: 42px; height: 42px; border-radius: 10px; box-shadow: none; }
.brand-mark::after { width: 20px; height: 20px; right: -8px; bottom: -9px; }
.nav-links { gap: 2px; }
.nav-links a { border-radius: 5px; padding: 8px 10px; font-size: .88rem; }
.nav-links a:hover { background: transparent; color: var(--orange); }
.nav-links a[aria-current="page"] { background: transparent; color: var(--navy); box-shadow: inset 0 -2px 0 var(--orange); }
.nav-links .nav-cta, .nav-links .nav-cta:hover { color:#fff; background:var(--orange); box-shadow:none; }

/* Brand icons: deliberately small UI marks. !important defeats old global img rules. */
img.brand-icon {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  object-fit: contain !important;
  border-radius: 3px !important;
  vertical-align: middle;
}
.topbar img.brand-icon {
  width: 15px !important; height: 15px !important;
  max-width:15px !important; max-height:15px !important;
  min-width:15px !important; min-height:15px !important;
}
.btn img.brand-icon {
  width: 18px !important; height: 18px !important;
  max-width:18px !important; max-height:18px !important;
  min-width:18px !important; min-height:18px !important;
}
.footer-social img.brand-icon {
  width: 18px !important; height: 18px !important;
  max-width:18px !important; max-height:18px !important;
  min-width:18px !important; min-height:18px !important;
}
.contact-card-icon img.brand-icon {
  width: 21px !important; height: 21px !important;
  max-width:21px !important; max-height:21px !important;
  min-width:21px !important; min-height:21px !important;
}
.whatsapp-float img.brand-icon {
  width: 24px !important; height: 24px !important;
  max-width:24px !important; max-height:24px !important;
  min-width:24px !important; min-height:24px !important;
}
.brand-icon-tiktok { border-radius: 50% !important; }

/* Hero: simplify the previous "template collage" into a cleaner editorial composition */
.hero {
  background: var(--cream);
  border-bottom: 1px solid #eee6dc;
}
.hero::after { display:none; }
.hero-inner { min-height: 625px; grid-template-columns: 1.02fr .98fr; gap: 58px; padding: 62px 0 68px; }
.hero .lead { margin-top: 20px; font-size: clamp(1.02rem, 1.45vw, 1.18rem); }
.hero-visual { height: 500px; }
.photo-card { border-radius: 12px; box-shadow: none; border: 1px solid rgba(10,43,93,.08); }
.photo-main { right:0; top:0; width:88%; height:88%; }
.photo-small-a { left:0; bottom:0; width:43%; height:37%; border:5px solid var(--cream); }
.photo-small-b { display:none; }
.hero-badge { display:none; }
.hero-proof { gap:0; margin-top:28px; border-top:1px solid #ddd5ca; padding-top:18px; }
.proof-chip { padding:0 16px 0 0; margin-right:16px; border:0; border-radius:0; background:transparent; color:#4e5d70; font-size:.79rem; }
.proof-chip + .proof-chip { padding-left:16px; border-left:1px solid #d8d0c5; }
.proof-chip .icon { width:1em; height:1em; color:var(--green); }

/* Operational strip */
.trust-item { padding:22px 28px; }
.trust-icon { width:42px; height:42px; border-radius:8px; }

/* Content cards: less generic floating-card treatment */
.service-grid { gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 12px; overflow:hidden; }
.service-card { min-height:260px; padding:28px; border:0; border-radius:0; box-shadow:none; }
.service-card:hover { transform:none; box-shadow:none; background:#fbfcfe; }
.service-icon { width:44px; height:44px; border-radius:8px; margin-bottom:30px; font-size:1.2rem; }
.service-card .card-arrow { border-radius:50%; }

.value-card, .cred-card, .quality-card, .contact-card, .service-detail-card, .process-card, .board-card {
  border-radius: 12px;
  box-shadow: none;
}
.value-icon, .contact-card-icon, .timeline-icon, .step-icon { border-radius:8px; }

.media-frame, .commodity-feature, .market-panel, .location-panel, .page-hero-image, .story-card, .gallery-preview figure, .gallery-grid figure {
  border-radius: 12px;
}
.media-tag { border-radius:7px; }

/* Remove overdone gradients and decorative effects */
.page-hero { background:#f7f9fc; }
.page-hero::before, .page-hero::after { opacity:.25; }
.cta-panel { border-radius:12px; background:var(--navy); box-shadow:none; }
.not-found { background:#f8fafc; }

/* Gallery should look documentary, not like generated image cards */
.gallery-grid { gap:12px; }
.gallery-grid figure { box-shadow:none; background:#eef1f4; }
.gallery-grid figcaption { font-size:.78rem; border-radius:0 6px 0 0; }

/* Footer */
.footer { padding-top:62px; }
.footer-social { gap:7px; }
.footer-social a { width:34px; height:34px; border-radius:7px; }
.whatsapp-float { padding:10px 13px; border-radius:10px; font-size:.84rem; box-shadow:0 10px 24px rgba(12,120,60,.22); }
.whatsapp-float .icon-wrap { width:24px; height:24px; }

@media (max-width:1050px) {
  .nav-links { top:112px; }
}
@media (max-width:780px) {
  .section { padding:64px 0; }
  .navbar { min-height:70px; }
  .nav-links { top:70px; }
  .nav-links a[aria-current="page"] { box-shadow:none; background:var(--soft-blue); }
  .hero-inner { padding:46px 0 58px; }
  .hero-visual { height:430px; }
  .photo-main { width:90%; height:88%; }
  .photo-small-a { width:48%; height:36%; }
  .proof-chip { margin-bottom:8px; }
  .proof-chip + .proof-chip { border-left:0; padding-left:0; }
  .service-grid { grid-template-columns:1fr; }
}
@media (max-width:520px) {
  .hero-visual { height:350px; }
  .photo-main { width:92%; height:86%; }
  .photo-small-a { width:52%; height:35%; }
}


/* V5 — inner-page contrast correction and commodity caption accuracy */
.page-hero {
  background: #f6f8fb;
  color: var(--navy);
  border-bottom: 1px solid #e4e9f0;
}
.page-hero::before,
.page-hero::after {
  display: none;
}
.page-hero h1 {
  color: var(--navy);
  text-wrap: balance;
}
.page-hero .lead {
  color: #4d5e72;
  max-width: 660px;
}
.page-hero .breadcrumbs {
  color: #6b7789;
}
.page-hero .breadcrumbs a {
  color: #4e5d70;
}
.page-hero .breadcrumbs a:hover {
  color: var(--orange);
}
.page-hero .breadcrumbs .icon {
  color: #9aa6b5;
}
.page-hero-image {
  border-color: #dfe5ed;
  box-shadow: 0 16px 36px rgba(14, 39, 77, .10);
  transform: none;
}

/* Keep text readable over the soybean photograph at all screen sizes */
.commodity-feature::after {
  background: linear-gradient(180deg, rgba(5,25,55,.05) 24%, rgba(5,25,55,.90) 100%);
}
.commodity-content .eyebrow,
.commodity-content h2 {
  color: #fff;
}
.commodity-content p {
  color: rgba(255,255,255,.88);
}

@media (max-width: 780px) {
  .page-hero-inner { gap: 30px; }
  .page-hero .lead { color: #53657b; }
}
