/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');
:root {
  --gold: #C9A84C;
  --gold-light: #E8C97A;
  --gold-dark: #8B6914;
  --gold-muted: rgba(201, 168, 76, 0.15);
  --dark: #0A0A08;
  --dark-2: #0F0F0C;
  --stone: #1C1C18;
  --text-cream: #F5F0E8;
  --text-muted: rgba(245, 240, 232, 0.45);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scroll-padding-top: 0;
  overflow-y: scroll;
  height: 100%;
}
body {
  background: var(--dark);
  color: var(--text-cream);
  font-family: var(--font-body);
  font-weight: 300;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  scroll-snap-type: y mandatory;
  cursor: none;
  height: 100%;
}
.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
}
.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.6;
}
body:hover .cursor-ring {
  opacity: 1;
}
#page-loader {
  position: fixed;
  inset: 0;
  background: var(--dark);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  transition: opacity 0.8s cubic-bezier(0.76, 0, 0.24, 1), transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
#page-loader.loaded {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.loader-logo {
  width: 280px;
  opacity: 0;
  animation: loaderFadeIn 0.8s ease forwards 0.3s;
}
.loader-bar-wrap {
  width: 200px;
  height: 1px;
  background: rgba(201, 168, 76, 0.2);
  overflow: hidden;
  opacity: 0;
  animation: loaderFadeIn 0.5s ease forwards 0.6s;
}
.loader-bar {
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  animation: loaderSweep 1.5s ease forwards 0.8s;
  width: 0%;
}
.loader-text {
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  color: var(--gold);
  text-transform: uppercase;
  opacity: 0;
  animation: loaderFadeIn 0.5s ease forwards 0.9s;
}
@keyframes loaderFadeIn {
  to {
    opacity: 1;
  }
}
@keyframes loaderSweep {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(10, 10, 8, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-bottom: 1px solid rgba(201, 168, 76, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(0);
  transition: background 0.45s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter 0.45s cubic-bezier(0.16, 1, 0.3, 1), -webkit-backdrop-filter 0.45s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), padding 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}
#navbar.visible {
  opacity: 1;
}
#navbar.scrolled {
  background: rgba(10, 10, 8, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 1rem 3rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.14);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}
.nav-logo {
  height: 42px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;
}
.nav-logo:hover {
  transform: scale(1.03);
  opacity: 1;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-cream);
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--gold);
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-links a:hover {
  color: var(--gold-light);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-contact-btn {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark) !important;
  background: var(--gold);
  padding: 0.6rem 1.4rem;
  border: 1px solid var(--gold);
  text-decoration: none;
  transition: all 0.3s ease !important;
}
.nav-contact-btn::after {
  display: none !important;
}
.nav-contact-btn:hover {
  background: transparent !important;
  color: var(--gold) !important;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--text-cream);
  transition: all 0.3s ease;
}
#home {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
section[id] {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 0;
}
.section-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--dark-2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 115%;
  will-change: background-position;
  padding: calc(var(--nav-height, 84px) + .5rem) clamp(1.25rem, 3vw, 3rem) 2rem;
}
.codex-section {
  position: relative;
  overflow: hidden;
}
.codex-section>*, #news>* {
  position: relative;
  z-index: 2;
}
.codex-values {
  min-height: 100vh;
  padding-top: 72px;
  background: #050c18;
}
.values-stage {
  position: relative;
  min-height: calc(100vh - 72px);
}
.values-video, .values-overlay {
  position: absolute;
  inset: 0;
}
.values-video {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
.values-overlay {
  display: flex;
  align-items: flex-end;
  padding: clamp(2rem, 5vw, 4rem);
  background: linear-gradient(180deg, rgba(5, 11, 23, 0.22) 0%, rgba(5, 11, 23, 0.72) 68%, rgba(5, 11, 23, 0.94) 100%), linear-gradient(90deg, rgba(6, 12, 26, 0.68), rgba(6, 12, 26, 0.08));
}
.values-copy {
  max-width: 640px;
}
.section-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin: auto;
  padding: 2rem;
  max-width: min(90vw, 56rem);
  background: linear-gradient(180deg, rgba(10, 10, 8, 0.22), rgba(10, 10, 8, 0.46));
  border: 1px solid rgba(201, 168, 76, 0.12);
  backdrop-filter: blur(2px);
}
.section-kicker {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: .5rem;
  opacity: 0.85;
}
.section-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-cream);
}
.about-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 0;
  border: 1px solid rgba(201, 168, 76, 0.16);
  background: linear-gradient(180deg, rgba(8, 12, 18, 0.42), rgba(8, 12, 18, 0.74)), linear-gradient(120deg, rgba(201, 168, 76, 0.08), transparent 45%);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.about-row {
  position: relative;
  background: transparent;
  overflow: hidden;
}
.about-row::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.06), transparent 22%), linear-gradient(180deg, transparent 72%, rgba(201, 168, 76, 0.06));
  pointer-events: none;
}
.about-row+.about-row {
  border-top: 1px solid rgba(201, 168, 76, 0.12);
}
.about-intro {
  display: grid;
  gap: 0.75rem;
  padding: 1.5rem 1.8rem 1.35rem;
}
.about-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.96;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(201, 168, 76, 0.1);
}
.about-card {
  position: relative;
  min-height: 320px;
  padding: 2rem;
  background: radial-gradient(circle at top right, rgba(201, 168, 76, 0.14), transparent 42%), linear-gradient(180deg, rgba(12, 16, 22, 0.8), rgba(8, 12, 18, 0.92));
  display: grid;
  align-content: start;
  gap: 1rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}
.about-card::after {
  content: '';
  position: absolute;
  inset: auto 2rem 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.55), transparent);
  opacity: 0.45;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.34);
  background: radial-gradient(circle at top right, rgba(201, 168, 76, 0.22), transparent 42%), linear-gradient(180deg, rgba(20, 26, 34, 0.88), rgba(8, 12, 18, 0.96));
}
.about-card:hover::after {
  opacity: 1;
  transform: scaleX(1.04);
}
.about-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.about-card-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.2);
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.14), rgba(201, 168, 76, 0.04));
  color: var(--gold-light);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.about-card:hover .about-card-icon {
  transform: scale(1.08) rotate(-4deg);
  border-color: rgba(201, 168, 76, 0.4);
  background: linear-gradient(180deg, rgba(201, 168, 76, 0.24), rgba(201, 168, 76, 0.08));
}
.about-card-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}
.about-card-index, .about-story-label, .about-company-mark {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.about-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-card p, .about-company p, .about-story-block p {
  font-size: 0.98rem;
  line-height: 1.85;
  color: rgba(245, 240, 232, 0.88);
}
.about-company {
  display: grid;
  gap: 1rem;
  padding: 1.75rem 2rem;
}
.about-company-mark {
  margin-bottom: 0.35rem;
}
.about-vision-mission {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1px;
  background: rgba(201, 168, 76, 0.1);
}
.about-story-block {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(10, 14, 18, 0.78), rgba(8, 12, 18, 0.88));
  transition: transform 0.35s ease, background 0.35s ease;
}
.about-story-block:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(16, 22, 28, 0.86), rgba(8, 12, 18, 0.92));
}
.commodity-shell {
  position: relative;
  z-index: 1;
  width: min(1560px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.35rem;
}
.commodity-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.35rem;
}
.commodity-content>* {
  background: rgba(8, 12, 18, 0.78);
  border: 1px solid rgba(201, 168, 76, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}
.commodity-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  height: 208px;
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  background: rgba(8, 12, 18, 0.88);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
.commodity-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 168, 76, 0.12);
  pointer-events: none;
  z-index: 2;
}
.commodity-banner-copy {
  position: relative;
  width: 105%;
  background: rgba(10, 16, 32, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 5rem 3.5rem 5rem;
}
.commodity-banner-copy::after {
  content: '';
  position: absolute;
  top: 0;
  right: -80px;
  width: 160px;
  height: 100%;
  background: rgba(10, 16, 32, 1);
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  z-index: 3;
}
.commodity-banner-copy h2, .commodity-panel-head h3 {
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.commodity-banner-copy h2 {
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  line-height: 0.9;
  margin-bottom: .5rem;
}
.commodity-banner-text, .commodity-index-caption {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(245, 240, 232, 0.88);
  max-width: 38rem;
}
.commodity-banner-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.commodity-banner-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 12, 18, 0.08), rgba(8, 12, 18, 0.42)), linear-gradient(180deg, rgba(10, 10, 8, 0.12), rgba(10, 10, 8, 0.34));
}
.commodity-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.35rem;
}
.commodity-chart-panel, .commodity-index-panel {
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem;
}
.commodity-placeholder-panel {
  display: grid;
  gap: 0.7rem;
  padding: 1.7rem 1.9rem;
  border: 1px solid rgba(201, 168, 76, 0.12);
  background: linear-gradient(180deg, rgba(10, 14, 20, 0.82), rgba(10, 14, 20, 0.68)), linear-gradient(135deg, rgba(201, 168, 76, 0.08), transparent 60%);
}
.commodity-panel-head {
  display: grid;
  gap: 0.45rem;
}
.commodity-panel-kicker {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.commodity-panel-head h3 {
  font-size: clamp(1.4rem, 2.6vw, 2.15rem);
}
.commodity-index-subtitle {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: var(--gold-light);
}
.commodity-placeholder-panel h3 {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.commodity-chart-frame {
  min-height: 420px;
  border: 1px solid rgba(201, 168, 76, 0.12);
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
}
.commodity-chart-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}
.commodity-index-media {
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.12);
  background: rgba(255, 255, 255, 0.98);
}
.commodity-index-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#coal .commodity-banner-media {
  background-image: url('../img/banner-coal2.jpg');
}
#nickel .commodity-banner-media {
  background-image: url('../img/banner-nickel.jpeg');
}
#bauxite .commodity-banner-media {
  background-image: url('../img/banner-bauxite.jpg');
}
#marine-sand .commodity-banner-media {
  background-image: url('../img/banner-sand.jpg');
}
#gold .commodity-banner-media {
  background-image: url('../img/banner-gold.jpg');
}
.nav-links a.active {
  color: var(--gold-light);
}
.nav-links a.active::after {
  width: 100%;
}
.nav-links .nav-contact-btn.active {
  background: transparent !important;
  color: var(--gold) !important;
}
.home-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/bg-home.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.08);
  transition: transform 0.1s linear;
  will-change: transform;
}
.home-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat var(--dur) ease-in-out infinite var(--delay);
}
@keyframes particleFloat {
  0% {
    opacity: 0;
    transform: translateY(0) translateX(0) scale(0);
  }
  20% {
    opacity: 0.6;
    transform: scale(1);
  }
  80% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: translateY(-120px) translateX(var(--drift)) scale(0.3);
  }
}
.home-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  width: 100%;
}
.home-ornament {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin-bottom: 1.5rem;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0;
}
.home-ornament.animate {
  width: 200px;
  opacity: 1;
}
.home-logo-wrap {
  position: relative;
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: all 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}
.home-logo-wrap.animate {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.home-logo {
  width: min(800px, 86vw);
  height: auto;
  filter: drop-shadow(0 0 80px rgba(201, 168, 76, 0.35));
  animation: logoGlow 4s ease-in-out infinite 2s;
}
@keyframes logoGlow {
  0%, 100% {
    filter: drop-shadow(0 0 50px rgba(201, 168, 76, 0.2)) drop-shadow(0 20px 60px rgba(201, 168, 76, 0.1));
  }
  50% {
    filter: drop-shadow(0 0 120px rgba(201, 168, 76, 0.5)) drop-shadow(0 20px 80px rgba(201, 168, 76, 0.25));
  }
}
.home-logo-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(201, 168, 76, 0.1) 0%, transparent 65%);
  animation: ringPulse 3.5s ease-in-out infinite 2s;
  pointer-events: none;
}
.home-logo-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 820px;
  height: 820px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.06);
  animation: ringRotate 20s linear infinite;
  pointer-events: none;
}
@keyframes ringPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
}
@keyframes ringRotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.home-sep {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 1.4rem 0;
  opacity: 0;
  transition: opacity 1s ease 1.1s;
}
.home-sep.animate {
  opacity: 1;
}
.home-sep span {
  width: 55px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.home-sep span:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}
.home-sep-diamond {
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
}
.home-label {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease 1.3s;
}
.home-label.animate {
  opacity: 1;
  transform: translateY(0);
}
.scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.8s ease 2s;
  cursor: pointer;
  z-index: 10;
}
.scroll-indicator.animate {
  opacity: 1;
}
.scroll-indicator-text {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.scroll-mouse {
  width: 22px;
  height: 34px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 7px;
}
.scroll-mouse-dot {
  width: 3px;
  height: 7px;
  background: var(--gold);
  border-radius: 2px;
  animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(8px);
    opacity: 0;
  }
  61% {
    transform: translateY(0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
.scroll-line {
  width: 1px;
  height: 0;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: scrollLine 2.5s ease-in-out infinite 2.2s;
}
@keyframes scrollLine {
  0% {
    height: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    height: 40px;
    opacity: 0;
  }
  100% {
    height: 40px;
    opacity: 0;
  }
}
.home-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: rgba(201, 168, 76, 0.08);
  border-top: 1px solid rgba(201, 168, 76, 0.15);
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 10;
  opacity: 0;
  transition: opacity 1s ease 2.2s;
}
.home-ticker.animate {
  opacity: 1;
}
.ticker-track {
  display: flex;
  gap: 0;
  animation: tickerScroll 30s linear infinite;
  white-space: nowrap;
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 2rem;
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
}
.ticker-dot {
  width: 3px;
  height: 3px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0.5;
}
.codex-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}
.edu-header {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
.edu-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.6rem;
}
.edu-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 0.8rem;
}
.edu-title em {
  font-style: italic;
  color: var(--gold);
}
.edu-caption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: rgba(250, 246, 238, 0.5);
  letter-spacing: 0.02em;
}
.edu-header-rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.edu-header-rule span {
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
}
.edu-header-rule small {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.5);
}
.edu-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid rgba(201, 168, 76, 0.1);
}
.edu-card {
  position: relative;
  background: rgba(10, 16, 32, 0.85);
  padding: 1.8rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  overflow: hidden;
  transition: background 0.35s ease, transform 0.3s ease;
  cursor: pointer;
  group: true;
}
.edu-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.07) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.edu-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.edu-card:hover::before {
  opacity: 1;
}
.edu-card:hover::after {
  transform: scaleX(1);
}
.edu-card:hover {
  background: rgba(14, 27, 61, 0.95);
}
.edu-card-num {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(201, 168, 76, 0.12);
  line-height: 1;
  transition: -webkit-text-stroke-color 0.35s;
}
.edu-card:hover .edu-card-num {
  -webkit-text-stroke-color: rgba(201, 168, 76, 0.3);
}
.edu-icon-wrap {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: border-color 0.35s, background 0.35s;
}
.edu-card:hover .edu-icon-wrap {
  border-color: rgba(201, 168, 76, 0.6);
  background: rgba(201, 168, 76, 0.08);
}
.edu-icon-wrap svg {
  width: 20px;
  height: 20px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.35s;
}
.edu-card:hover .edu-icon-wrap svg {
  stroke: var(--gold-light);
}
.edu-card-body {
  position: relative;
  z-index: 1;
  flex: 1;
}
.edu-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cream);
  line-height: 1.45;
  margin-bottom: 0.6rem;
  transition: color 0.3s;
}
.edu-card:hover .edu-card-title {
  color: var(--gold-light);
}
.edu-card-arrow {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.4);
  transition: color 0.3s, gap 0.3s;
}
.edu-card:hover .edu-card-arrow {
  color: var(--gold);
  gap: 0.7rem;
}
.edu-card-arrow svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.3s;
}
.edu-card:hover .edu-card-arrow svg {
  transform: translateX(3px);
}
.edu-card:last-child {
  grid-column: span 1;
}
.codex-education {
  padding: 2rem 0 7rem;
}
.codex-education::after {
  background: var(--bg-education);
}
.contact-item p, .contact-form label span {
  color: var(--codex-text-soft);
  line-height: 1.8;
}
.codex-contact {
  padding: 2rem 0 4rem;
  background: radial-gradient(circle at 80% 10%, rgba(201, 168, 76, 0.15), transparent 96%), linear-gradient(180deg, #091425 0%, #060d19 100%);
}
#contact {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, #080E1A 0%, #0B1228 60%, #0E1B3D 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(201, 168, 76, 0.08);
}
#contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 120px, rgba(201, 168, 76, 0.015) 120px, rgba(201, 168, 76, 0.015) 121px), repeating-linear-gradient(0deg, transparent, transparent 120px, rgba(201, 168, 76, 0.015) 120px, rgba(201, 168, 76, 0.015) 121px);
  pointer-events: none;
  z-index: 0;
}
#contact::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(14, 27, 61, 0.6) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.contact-body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  flex: 1;
  min-height: calc(100vh - 72px);
}
.contact-left {
  padding: 5rem 3.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(201, 168, 76, 0.1);
  position: relative;
}
.contact-left::after {
  content: '';
  position: absolute;
  top: 5rem;
  bottom: 5rem;
  right: -1px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(201, 168, 76, 0.3), transparent);
}
.contact-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.55em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.7rem;
}
.contact-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 0.8rem;
}
.contact-title em {
  font-style: italic;
  color: var(--gold);
}
.contact-caption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-style: italic;
  color: rgba(250, 246, 238, 0.45);
  margin-bottom: 0.4rem;
}
.contact-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  color: rgba(250, 246, 238, 0.6);
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.contact-rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  opacity: 0.5;
  margin-bottom: 2.5rem;
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 2.5rem;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s;
}
a.contact-info-item:hover {
  transform: translateX(4px);
}
.info-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border: 1px solid rgba(201, 168, 76, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, background 0.3s;
}
a.contact-info-item:hover .info-icon {
  border-color: rgba(201, 168, 76, 0.6);
  background: rgba(201, 168, 76, 0.08);
}
.info-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.info-text-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.52rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.55);
  margin-bottom: 0.25rem;
}
.info-text-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  color: rgba(250, 246, 238, 0.8);
  line-height: 1.5;
  transition: color 0.3s;
}
a.contact-info-item:hover .info-text-value {
  color: var(--gold-light);
}
.contact-address {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  background: rgba(201, 168, 76, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.1);
  border-radius: 2px;
}
.contact-address .info-icon {
  flex-shrink: 0;
}
.contact-address-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: rgba(250, 246, 238, 0.65);
  line-height: 1.75;
}
.contact-address-text strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.contact-right {
  padding: 5rem 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.contact-form-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.3), transparent);
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-group label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.6);
}
.form-group input, .form-group select, .form-group textarea {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 168, 76, 0.15);
  color: var(--cream);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  padding: 0.85rem 1.1rem;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
  width: 100%;
  resize: none;
}
.form-group select option {
  background: var(--navy);
  color: var(--cream);
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: rgba(250, 246, 238, 0.2);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: rgba(201, 168, 76, 0.5);
  background: rgba(201, 168, 76, 0.04);
}
.form-group textarea {
  min-height: 110px;
}
.form-submit {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.5rem;
}
.btn-submit {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--navy);
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  border: none;
  padding: 14px 36px;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.3);
  transition: transform 0.25s, box-shadow 0.25s, opacity 0.25s;
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(201, 168, 76, 0.45);
  opacity: 0.95;
}
.form-note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  font-style: italic;
  color: rgba(250, 246, 238, 0.3);
}
.contact-social-bar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 3.5rem;
  background: rgba(201, 168, 76, 0.04);
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  gap: 2rem;
  flex-wrap: wrap;
}
.social-bar-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(201, 168, 76, 0.45);
  white-space: nowrap;
}
.social-bar-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.social-link {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201, 168, 76, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.3s, background 0.3s, transform 0.25s;
}
.social-link:hover {
  border-color: rgba(201, 168, 76, 0.6);
  background: rgba(201, 168, 76, 0.1);
  transform: translateY(-3px);
}
.social-link svg {
  width: 15px;
  height: 15px;
  fill: rgba(201, 168, 76, 0.6);
  transition: fill 0.3s;
}
.social-link:hover svg {
  fill: var(--gold-light);
}
.social-bar-copy {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  color: rgba(250, 246, 238, 1);
  white-space: nowrap;
}
@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1200px) {
  .home-logo {
    width: min(680px, 88vw);
  }
  .home-logo-wrap::after {
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 1024px) {
  #navbar {
    padding: 1.25rem 2rem;
  }
  #navbar.scrolled {
    padding: 0.85rem 2rem;
  }
  .home-logo {
    width: min(580px, 88vw);
  }
  .home-logo-wrap::before {
    width: 500px;
    height: 160px;
  }
  .home-logo-wrap::after {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 768px) {
  #navbar {
    padding: 1rem 1.5rem;
  }
  .nav-links {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 8, 0.97);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    z-index: 999;
  }
  .nav-links.open {
    transform: translateX(0);
  }
  .nav-links a {
    font-size: 0.85rem;
    letter-spacing: 0.22em;
  }
  .hamburger {
    display: flex;
    z-index: 1000;
  }
  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
  .home-logo {
    width: min(380px, 88vw);
  }
  .home-logo-wrap::before {
    width: 320px;
    height: 100px;
  }
  .home-logo-wrap::after {
    width: 420px;
    height: 420px;
  }
  .home-ornament.animate {
    width: 140px;
  }
  .codex-values {
    min-height: auto;
    padding-top: 72px;
  }
  .values-stage {
    min-height: 68vh;
  }
  .values-overlay {
    align-items: flex-end;
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .home-logo {
    width: min(300px, 90vw);
  }
  .home-logo-wrap::before {
    width: 260px;
    height: 80px;
  }
  .home-logo-wrap::after {
    display: none;
  }
  .home-tagline {
    font-size: 0.88rem;
  }
  .scroll-indicator {
    bottom: 3.5rem;
  }
  .home-ornament.animate {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .section-panel {
    background-attachment: scroll;
    background-size: cover;
    padding: calc(var(--nav-height, 72px) + 1.25rem) 1rem 1.25rem;
  }
  .section-copy {
    padding: 1.5rem 1.25rem;
  }
  .about-values-grid, .about-vision-mission {
    grid-template-columns: 1fr;
  }
  .about-card, .about-story-block {
    min-height: auto;
    padding: 1.5rem;
  }
  .about-values-grid .about-card:last-child, .about-vision-mission .about-story-block:last-child {
    border-bottom: none;
  }
  .about-intro, .about-company {
    padding: 1.5rem;
  }
  .about-shell {
    gap: 0;
  }
  .commodity-banner, .commodity-content {
    grid-template-columns: 1fr;
  }
  .commodity-banner {
    height: auto;
  }
  .commodity-banner-media {
    min-height: 220px;
  }
  .commodity-banner-copy {
    clip-path: none;
    padding: 1.35rem 1.2rem;
  }
  .commodity-chart-panel, .commodity-index-panel, .commodity-placeholder-panel {
    padding: 1.2rem;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
section:not(#home) {
  border-top: 1px solid rgba(201, 168, 76, 0.08);
  flex-shrink: 0;
}
#about {
  background-image: url('../img/bg-about.jpg');
}
#values {
  background-image: url('../img/bg-values1.jpg');
}
#coal {
  background-image: url('../img/bg-product1.jpg');
}
#nickel {
  background-image: url('../img/bg-product.jpg');
}
#bauxite {
  background-image: url('../img/bg-product.jpg');
}
#marine-sand {
  background-image: url('../img/bg-product.jpg');
}
#gold {
  background-image: url('../img/bg-product.jpg');
}
#news {
  background-image: url('../img/bg-news.jpg');
}
#education {
  background-image: url('../img/bg-education.jpg');
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
