
/* ART DIRECTION: BlackRock × Global Commodities Desk
   Obsidian surfaces · Champagne gold accent · Cormorant Garamond + Inter
   Quiet authority — every element earns its place */

:root {
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', 'Helvetica Neue', sans-serif;
  --text-xs:   clamp(0.75rem,  0.7rem  + 0.25vw, 0.875rem);
  --text-sm:   clamp(0.875rem, 0.8rem  + 0.35vw, 1rem);
  --text-base: clamp(1rem,     0.95rem + 0.25vw, 1.125rem);
  --text-lg:   clamp(1.125rem, 1rem    + 0.75vw, 1.5rem);
  --text-xl:   clamp(1.5rem,   1.2rem  + 1.25vw, 2.25rem);
  --text-2xl:  clamp(2rem,     1.2rem  + 2.5vw,  3.5rem);
  --text-3xl:  clamp(2.5rem,   1rem    + 4vw,    5rem);
  --space-1:.25rem; --space-2:.5rem; --space-3:.75rem; --space-4:1rem;
  --space-5:1.25rem; --space-6:1.5rem; --space-7:1.75rem; --space-8:2rem; --space-10:2.5rem;
  --space-12:3rem; --space-16:4rem; --space-20:5rem; --space-24:6rem; --space-32:8rem;
  --radius-sm:.25rem; --radius-md:.375rem; --radius-lg:.5rem; --radius-xl:.75rem; --radius-full:9999px;
  --transition: 180ms cubic-bezier(0.16,1,0.3,1);
  --content-narrow:640px; --content-default:960px; --content-wide:1280px;
}
[data-theme="dark"],:root {
  --bg:#0a0a09; --surface:#0f0f0e; --surface-2:#141413;
  --surface-off:#1a1a18; --surface-dyn:#222220;
  --divider:#2a2a27; --border:#303030;
  --text:#e8e4d8; --text-muted:#8a8880; --text-faint:#4a4a46; --text-inv:#0a0a09;
  --gold:#c9a84c; --gold-h:#e0bc6a; --gold-a:#b89035; --gold-bg:#1e1a10;
  --shadow-sm:0 1px 2px oklch(0 0 0/.4);
  --shadow-md:0 4px 16px oklch(0 0 0/.5);
  --shadow-lg:0 16px 48px oklch(0 0 0/.6);
}
[data-theme="light"] {
  --bg:#f5f3ee; --surface:#faf9f6; --surface-2:#fff;
  --surface-off:#eeece6; --surface-dyn:#e5e3dc;
  --divider:#d8d5cc; --border:#ccc9bf;
  --text:#1a1a18; --text-muted:#6a6860; --text-faint:#aaa89f; --text-inv:#f5f3ee;
  --gold:#9a7220; --gold-h:#7d5c18; --gold-a:#5e4510; --gold-bg:#f0e8d0;
  --shadow-sm:0 1px 2px oklch(0.2 0.01 80/.06);
  --shadow-md:0 4px 12px oklch(0.2 0.01 80/.08);
  --shadow-lg:0 12px 32px oklch(0.2 0.01 80/.12);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth;scroll-padding-top:var(--space-20)}
body{min-height:100dvh;line-height:1.6;font-family:var(--font-body);font-size:var(--text-base);color:var(--text);background:var(--bg)}
img,svg{display:block;max-width:100%}
h1,h2,h3,h4{text-wrap:balance;line-height:1.1}
p,li{text-wrap:pretty}
::selection{background:oklch(from var(--gold) l c h/.2);color:var(--text)}
:focus-visible{outline:1px solid var(--gold);outline-offset:3px;border-radius:var(--radius-sm)}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
button{cursor:pointer;background:none;border:none;font:inherit;color:inherit}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
a,button,[role="button"]{transition:color var(--transition),background var(--transition),border-color var(--transition),opacity var(--transition),box-shadow var(--transition)}

/* LAYOUT */
.wrap{max-width:var(--content-wide);margin-inline:auto;padding-inline:clamp(var(--space-4),4vw,var(--space-16))}
.wrap--mid{max-width:var(--content-default);margin-inline:auto;padding-inline:clamp(var(--space-4),4vw,var(--space-12))}
.section{padding-block:clamp(var(--space-16),8vw,var(--space-32))}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:68px;display:flex;align-items:center;background:color-mix(in oklch,var(--bg) 88%,transparent);backdrop-filter:blur(20px) saturate(1.3);border-bottom:1px solid var(--divider)}
.nav__inner{max-width:var(--content-wide);margin-inline:auto;padding-inline:clamp(var(--space-4),4vw,var(--space-16));width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-8)}
.nav__logo{display:flex;align-items:center;flex-shrink:0}
.nav__logo-img{height:51px;width:auto}
.logo-light{display:none!important}
.logo-dark{display:block!important}
[data-theme="light"] .logo-dark{display:none!important}
[data-theme="light"] .logo-light{display:block!important}
.footer__logo-link{display:inline-flex;margin-bottom:var(--space-4)}
.footer__logo-img{height:51px;width:auto}
.nav__links{display:flex;align-items:center;gap:var(--space-8)}
.nav__links a{font-size:var(--text-xs);font-weight:400;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase}
.nav__links a:hover,.nav__links a.active{color:var(--gold)}
.nav__right{display:flex;align-items:center;gap:var(--space-4)}
.nav__tel{font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.04em}
.nav__tel:hover{color:var(--gold)}
.btn-tog{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);border-radius:var(--radius-md)}
.btn-tog:hover{color:var(--text);background:var(--surface-off)}
.btn-cta{padding:var(--space-2) var(--space-5);border:1px solid var(--gold);color:var(--gold);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm)}
.btn-cta:hover{background:var(--gold);color:var(--text-inv)}
.nav__mob-btn{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:4px;cursor:pointer}
.nav__mob-btn span{display:block;width:22px;height:1.5px;background:currentColor;border-radius:2px;transition:transform .25s,opacity .25s}
.mob-menu{display:none;position:fixed;inset:68px 0 0;z-index:99;background:var(--bg);padding:var(--space-8) var(--space-6);flex-direction:column;gap:var(--space-5);border-top:1px solid var(--divider)}
.mob-menu.open{display:flex}
.mob-menu nav{display:flex;flex-direction:column;width:100%}
.mob-menu a{font-family:var(--font-display);font-size:var(--text-xl);color:var(--text-muted);padding-block:var(--space-2);border-bottom:1px solid var(--divider);display:block}
.mob-menu a:hover,.mob-menu a.active{color:var(--gold)}
.mob-menu .btn-primary{color:#ffffff!important}
@media(max-width:900px){.nav__links,.nav__tel{display:none}.nav__mob-btn{display:flex}}@media(max-width:600px){.nav__inner{padding-inline:clamp(12px,3vw,20px);gap:8px;overflow:visible}.nav__logo-img,.footer__logo-img{height:34px}.nav__mob-btn{flex-shrink:0;width:44px;min-width:44px}.nav__right .btn-cta{display:none}}

/* PAGES */


/* HERO */
.hero{min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding-top:68px;position:relative;overflow:hidden;background-image:url("/assets/img/hero-background.jpg");background-attachment:fixed;background-position:center center;background-size:cover;background-repeat:no-repeat}
.hero__bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 70% 55% at 65% 25%,oklch(0.26 0.05 60/.22),transparent 70%),radial-gradient(ellipse 45% 45% at 15% 75%,oklch(0.15 0.02 50/.14),transparent 60%)}
.hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,oklch(0 0 0/.65) 0%,oklch(0 0 0/.92) 100%)}@media(max-width:768px){.hero{background-attachment:scroll;background-size:cover}}
.hero__grid{position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:72px 72px}
.hero__content{position:relative;z-index:1;padding:var(--space-20) clamp(var(--space-4),4vw,var(--space-16)) var(--space-16);max-width:var(--content-wide);margin-inline:auto;width:100%}
.eyebrow{display:inline-flex;align-items:center;gap:var(--space-3);font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:var(--space-6);font-weight:500}
.eyebrow::before{content:'';display:block;width:28px;height:1px;background:var(--gold)}
.hero__title{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:300;color:#e8e4d8;letter-spacing:-.01em;line-height:1.05;margin-bottom:var(--space-6);max-width:16ch}
.hero__title em{font-style:italic;color:var(--gold)}
.hero__sub{font-size:var(--text-base);color:rgba(232,228,216,0.72);max-width:54ch;line-height:1.75;margin-bottom:var(--space-10);font-weight:300}
.hero__btns{display:flex;align-items:center;gap:var(--space-5);flex-wrap:wrap}
.btn-primary{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-8);background:var(--gold);color:var(--bg);font-size:var(--text-sm);font-weight:500;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm)}
.btn-primary:hover{background:var(--gold-h)}
.btn-ghost{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-8);border:1px solid var(--border);color:var(--text-muted);font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm)}
.btn-ghost:hover{border-color:var(--text-muted);color:var(--text)}
.hero__stats{display:flex;gap:clamp(var(--space-8),4vw,var(--space-16));padding-top:var(--space-16);border-top:1px solid rgba(232,228,216,0.15);margin-top:var(--space-16);flex-wrap:wrap}
.stat__label{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:rgba(232,228,216,0.5);margin-bottom:var(--space-2)}
.stat__value{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;color:rgba(232,228,216,0.85)}
.scroll-hint{position:absolute;bottom:var(--space-8);right:clamp(var(--space-4),4vw,var(--space-16));z-index:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-2);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:rgba(232,228,216,0.4)}
.scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollpulse 2s ease-in-out infinite}
@keyframes scrollpulse{0%,100%{opacity:.4;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}

/* TICKER */
.ticker{background:var(--surface);border-bottom:1px solid var(--divider);padding-block:var(--space-3);overflow:hidden;position:relative}
.ticker::before,.ticker::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}
.ticker::before{left:0;background:linear-gradient(to right,var(--surface),transparent)}
.ticker::after{right:0;background:linear-gradient(to left,var(--surface),transparent)}
.ticker__track{display:flex;gap:var(--space-10);animation:ticker 28s linear infinite;width:max-content}
.tick{display:flex;align-items:center;gap:var(--space-3);white-space:nowrap;font-size:var(--text-xs);letter-spacing:.06em}
.tick__label{color:var(--text-faint);text-transform:uppercase}
.tick__val{color:var(--text);font-weight:500}
.tick__up{color:#6daa45}.tick__dn{color:#dd6974}
.tick__sep{color:var(--divider)}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* SECTION LABELS */
.sec-label{display:inline-flex;align-items:center;gap:var(--space-3);font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:var(--space-5);font-weight:500}
.sec-label::before{content:'';display:block;width:18px;height:1px;background:var(--gold)}
.sec-title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:300;line-height:1.1;color:var(--text);margin-bottom:var(--space-4)}
.sec-title em{font-style:italic;color:var(--gold)}
.sec-sub{font-size:var(--text-base);color:var(--text-muted);max-width:62ch;line-height:1.75;font-weight:300}

/* COMMODITY GRID */
.commodity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--divider);border:1px solid var(--divider);border-radius:var(--radius-xl);overflow:hidden;margin-top:var(--space-16)}
.comm-card{background:var(--surface);padding:clamp(var(--space-8),3vw,var(--space-10));display:flex;flex-direction:column;gap:var(--space-4);transition:background var(--transition);cursor:default}
.comm-card:hover{background:var(--surface-2)}
.comm-card--wide{grid-column:span 2}
.comm-card__cat{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:500}
.comm-card__title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;color:var(--text);line-height:1.15}
.comm-card__desc{font-size:var(--text-sm);color:var(--text-muted);line-height:1.75;font-weight:300;max-width:44ch}
.comm-card__specs{display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-2)}
.spec-item{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--text-muted)}
.spec-item::before{content:'';display:block;width:4px;height:4px;border-radius:var(--radius-full);background:var(--gold);flex-shrink:0}
@media(max-width:900px){.commodity-grid{grid-template-columns:1fr 1fr}.comm-card--wide{grid-column:span 2}}
@media(max-width:600px){.commodity-grid{grid-template-columns:1fr}.comm-card--wide{grid-column:span 1}}

/* PROCESS STEPS */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--divider);border:1px solid var(--divider);border-radius:var(--radius-xl);overflow:hidden;margin-top:var(--space-12)}
.process-step{background:var(--bg);padding:var(--space-10) var(--space-8);display:flex;flex-direction:column;gap:var(--space-4)}
.process-num{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:300;color:var(--gold);opacity:.45;line-height:1}
.process-step h3{font-family:var(--font-display);font-size:var(--text-lg);font-weight:400;color:var(--text)}
.process-step p{font-size:var(--text-sm);color:var(--text-muted);line-height:1.75;font-weight:300}
@media(max-width:900px){.process-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.process-grid{grid-template-columns:1fr}}

/* MARQUEE */
.marquee{padding-block:var(--space-5);border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);overflow:hidden}
.marquee__track{display:flex;gap:var(--space-8);animation:mqroll 22s linear infinite;width:max-content}
.m-tag{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--text-faint);white-space:nowrap;display:flex;align-items:center;gap:var(--space-3)}
.m-tag::before{content:'';display:block;width:4px;height:4px;border-radius:var(--radius-full);background:var(--gold)}
@keyframes mqroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* TRUST STRIP */
.trust-strip{display:flex;align-items:center;gap:var(--space-6);flex-wrap:wrap;padding:var(--space-8) var(--space-10);background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-xl);margin-top:var(--space-16)}
.trust-item{display:flex;align-items:center;gap:var(--space-3);font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.05em}
.trust-item svg{color:var(--gold);flex-shrink:0}
.trust-sep{width:1px;height:18px;background:var(--divider)}
@media(max-width:640px){.trust-sep{display:none}.trust-strip{flex-direction:column;align-items:flex-start}}

/* ABOUT SPLIT */
.about-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(var(--space-12),6vw,var(--space-24));align-items:start;margin-top:var(--space-16)}
@media(max-width:768px){.about-split{grid-template-columns:1fr}}
.about-manifesto{font-family:var(--font-display);font-size:var(--text-xl);font-weight:300;line-height:1.45;color:var(--text);margin-bottom:var(--space-8)}
.about-manifesto em{font-style:italic;color:var(--gold)}
.about-body p{font-size:var(--text-sm);color:var(--text-muted);line-height:1.8;font-weight:300}
.about-body p+p{margin-top:var(--space-5)}
.metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--divider);border:1px solid var(--divider);border-radius:var(--radius-xl);overflow:hidden;margin-top:var(--space-10)}
.metric{background:var(--surface);padding:var(--space-6)}
.metric__val{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:300;color:var(--text);line-height:1;margin-bottom:var(--space-2)}
.metric__label{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}

/* PILLARS */
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--divider);border:1px solid var(--divider);border-radius:var(--radius-xl);overflow:hidden;margin-top:var(--space-16)}
.pillar{background:var(--bg);padding:var(--space-10)}
.pillar__num{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:var(--space-4)}
.pillar h3{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;color:var(--text);margin-bottom:var(--space-4)}
.pillar p{font-size:var(--text-sm);color:var(--text-muted);line-height:1.75;font-weight:300}
@media(max-width:640px){.pillars{grid-template-columns:1fr}}

/* TEAM */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);margin-top:var(--space-16)}
@media(max-width:1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.team-grid{grid-template-columns:1fr}}
.team-card__portrait{aspect-ratio:3/4;background:var(--surface-off);border-radius:var(--radius-xl);margin-bottom:var(--space-5);overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--surface-off),var(--surface-dyn))}
.team-initials{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:300;color:var(--gold);opacity:.5;letter-spacing:.05em}
.team-name{font-family:var(--font-display);font-size:var(--text-lg);font-weight:400;color:var(--text);margin-bottom:var(--space-1)}
.team-role{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:var(--space-3)}
.team-bio{font-size:var(--text-sm);color:var(--text-muted);line-height:1.75;font-weight:300}

/* EMAIL DIR */
.email-dir{margin-top:var(--space-16);padding:var(--space-10);background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-xl)}
.email-dir-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-5);margin-top:var(--space-8)}
.email-entry__name{font-size:var(--text-xs);color:var(--text-faint);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-1)}
.email-entry a{font-size:var(--text-sm);color:var(--text-muted);transition:color var(--transition)}
.email-entry a:hover{color:var(--gold)}

/* DOC STANDARDS */
.doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-5);margin-top:var(--space-8)}
@media(max-width:900px){.doc-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.doc-grid{grid-template-columns:1fr}}
.doc-card{
  padding:1.75rem 1.5rem;
  background:var(--surface);
  border:1px solid var(--divider);
  border-radius:var(--radius-xl);
  display:flex;
  flex-direction:column;
  gap:var(--space-5);
  position:relative;
  overflow:hidden;
  transition:border-color 240ms ease,box-shadow 240ms ease;
}
.doc-card::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:2px;
  background:linear-gradient(90deg,var(--gold),transparent);
  opacity:0.5;
}
.doc-card:hover{
  border-color:rgba(201,168,76,.35);
  box-shadow:0 8px 32px rgba(0,0,0,.3);
}
.doc-card__header{
  display:flex;
  align-items:center;
  gap:var(--space-3);
}
.doc-card__icon{
  flex-shrink:0;
  opacity:0.85;
}
.doc-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
}
.doc-list li{
  font-size:var(--text-sm);
  color:var(--text-muted);
  font-weight:300;
  line-height:1.6;
  padding-left:var(--space-4);
  position:relative;
}
.doc-list li::before{
  content:'';
  position:absolute;
  left:0;
  top:0.55em;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--gold);
  opacity:0.6;
}
/* SERVICES DETAIL PAGE */
.svc-block{margin-top:var(--space-20)}
.svc-block__header{display:flex;align-items:center;gap:var(--space-5);padding-bottom:var(--space-6);border-bottom:1px solid var(--divider);margin-bottom:var(--space-10)}
.svc-block__title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;color:var(--text)}
.svc-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:var(--space-6)}
.svc-card{padding:var(--space-8);background:var(--surface);border:1px solid var(--divider);border-radius:var(--radius-xl);display:flex;flex-direction:column;gap:var(--space-4)}
.svc-card__tier{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:500}
.svc-card__name{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;color:var(--text)}
.svc-card__desc{font-size:var(--text-sm);color:var(--text-muted);line-height:1.75;font-weight:300}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:clamp(var(--space-10),5vw,var(--space-20));margin-top:var(--space-16);align-items:start}
@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}
.cinfo-item{padding-bottom:1.75rem;border-bottom:1px solid var(--divider);margin-bottom:1.75rem}
.cinfo-item:last-child{border:none;margin:0;padding:0}
.cinfo-label{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin-bottom:var(--space-2)}
.cinfo-value{font-size:var(--text-base);color:var(--text);line-height:1.6}
.cinfo-value a:hover{color:var(--gold)}
.cinfo-note{padding:var(--space-6);background:var(--surface-off);border:1px solid var(--divider);border-radius:var(--radius-lg);font-size:var(--text-xs);color:var(--text-muted);line-height:1.7;margin-top:var(--space-6)}
.form{display:flex;flex-direction:column;gap:var(--space-5)}
.field{display:flex;flex-direction:column;gap:var(--space-2)}
.field-label{font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:500}
.field input,.field select,.field textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);font-size:var(--text-sm);color:var(--text);width:100%;transition:border-color var(--transition),box-shadow var(--transition)}
.field input:focus,.field select,.field textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px oklch(from var(--gold) l c h/.12)}
.field input::placeholder,.field textarea::placeholder{color:var(--text-faint)}
.field textarea{resize:vertical;min-height:130px}
.field select:focus{outline:none;border-color:var(--gold)}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}
@media(max-width:480px){.field-row{grid-template-columns:1fr}}
.form__success{display:none;padding:var(--space-4);background:var(--gold-bg);border:1px solid var(--gold);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--gold)}

/* FOOTER */
.footer{background:var(--surface);border-top:1px solid var(--divider);padding-block:var(--space-16);margin-top:var(--space-20)}
.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-12)}
@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}
.footer__brand{display:flex;flex-direction:column;gap:var(--space-4)}
.footer__tagline{font-size:var(--text-sm);color:var(--text-muted);line-height:1.7;max-width:34ch;font-weight:300}
.footer__col-title{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin-bottom:var(--space-4);font-weight:500}
.footer__links{display:flex;flex-direction:column;gap:var(--space-3)}
.footer__links a{font-size:var(--text-sm);color:var(--text-muted)}
.footer__links a:hover{color:var(--gold)}
.footer__bottom{display:flex;justify-content:space-between;align-items:flex-start;padding-top:var(--space-8);margin-top:var(--space-8);border-top:1px solid var(--divider);flex-wrap:wrap;gap:var(--space-6)}
.footer__copy{font-size:var(--text-xs);color:var(--text-faint)}
.footer__disc{font-size:var(--text-xs);color:var(--text-faint);max-width:58ch;line-height:1.6}


/* COMMODITY IMAGES */
.comm-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:var(--space-5);display:block}
.svc-img{width:100%;aspect-ratio:21/9;object-fit:cover;border-radius:var(--radius-xl);margin-bottom:var(--space-10)}
.about-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius-xl);margin-bottom:var(--space-8)}
.img-full{width:100%;aspect-ratio:21/9;object-fit:cover;border-radius:var(--radius-xl);margin-top:var(--space-12);margin-bottom:var(--space-4);display:block}

/* FADE IN */
.fi{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}
.fi.in{opacity:1;transform:translateY(0)}
.fi-d1{transition-delay:.08s}.fi-d2{transition-delay:.16s}.fi-d3{transition-delay:.24s}.fi-d4{transition-delay:.32s}

/* Hero — always dark-background context, force light text */
.hero .btn-ghost{border-color:rgba(232,228,216,0.35);color:#e8e4d8}
.hero .btn-ghost:hover{border-color:rgba(201,168,76,0.7);color:#e8e4d8;background:rgba(201,168,76,0.08)}
.hero .eyebrow{color:rgba(201,168,76,0.85)!important}
.hero .scroll-hint,.hero .scroll-hint span{color:rgba(232,228,216,0.4)!important}
.hero .scroll-line{background:rgba(232,228,216,0.3)!important}

/* ── Light mode hero: photo at 44% opacity over deep warm base, grid visible ── */
[data-theme="light"] .hero{
  background-color:#1c170d;
  background-image:url("/assets/img/hero-background.jpg");
  background-attachment:fixed;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
[data-theme="light"] .hero::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:0;
  background-color:rgba(28,23,13,0.56);
  pointer-events:none;
}
[data-theme="light"] .hero__bg{
  opacity:0.44;
}
[data-theme="light"] .hero__bg::after{
  background:linear-gradient(to bottom,rgba(28,23,13,0.3) 0%,rgba(28,23,13,0.72) 100%);
}
[data-theme="light"] .hero__grid{
  background-image:
    linear-gradient(rgba(201,168,76,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(201,168,76,.12) 1px,transparent 1px);
  opacity:1;
}

/* Force all hero text to cream in light mode */
[data-theme="light"] .hero__title{color:#e8e4d8!important}
[data-theme="light"] .hero__sub{color:rgba(232,228,216,0.78)!important}
[data-theme="light"] .hero .eyebrow{color:rgba(201,168,76,0.9)!important}
[data-theme="light"] .hero .sec-label{color:rgba(201,168,76,0.9)!important}
[data-theme="light"] .hero .stat__label{color:rgba(232,228,216,0.55)!important}
[data-theme="light"] .hero .stat__value{color:rgba(232,228,216,0.88)!important}
[data-theme="light"] .hero__stats{border-top-color:rgba(232,228,216,0.18)!important}
[data-theme="light"] .hero .btn-primary{background:#c9a84c;color:#0a0a09!important}
[data-theme="light"] .hero .btn-primary:hover{background:#e0bc6a}
[data-theme="light"] .hero .btn-ghost{border-color:rgba(201,168,76,0.5)!important;color:#e8e4d8!important}
[data-theme="light"] .hero .scroll-hint,
[data-theme="light"] .hero .scroll-hint span{color:rgba(232,228,216,0.45)!important}
[data-theme="light"] .hero .scroll-line{background:rgba(232,228,216,0.3)!important}
