﻿:root {
  --ink: #111827;
  --muted: #5b6472;
  --navy: #12314d;
  --navy-dark: #071827;
  --steel: #e8edf2;
  --line: #d9e1e8;
  --gold: #c99a3e;
  --green: #1d7c67;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(7, 24, 39, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #f7f9fb;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.topbar {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 8px 20px;
  font-size: 13px;
  color: var(--white);
  background: var(--navy-dark);
}

.navbar {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 245px;
}

.nav-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 14px;
  bottom: 17px;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(29, 124, 103, 0.18);
  border-radius: 8px;
  background: #ffffff;
  color: var(--navy-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
  flex: 0 0 auto;
}

.nav-back-button + .brand {
  margin-left: 58px;
}

.nav-back-button:hover {
  border-color: rgba(29, 124, 103, 0.36);
  color: var(--green);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 800;
  background: linear-gradient(135deg, var(--navy), var(--green));
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  margin-top: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  color: #2c3540;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--green);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 700;
}

.nav-cta,
.btn.primary {
  color: var(--white);
  background: var(--green);
}

.btn.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 115px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: url("assets/home-hero-import-export.jpg") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 15, 28, 0.9), rgba(7, 24, 39, 0.64) 45%, rgba(7, 24, 39, 0.15)),
    linear-gradient(0deg, rgba(7, 24, 39, 0.28), transparent);
}

.hero-content {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 92px 24px 118px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-title-label {
  font-size: 24px;
  line-height: 1.2;
}

.vision-title {
  margin-top: 34px;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
}

.hero-copy {
  max-width: 590px;
  margin: 24px 0 0;
  color: #e6edf3;
  font-size: 18px;
  line-height: 1.7;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 22px 0 0;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff7df;
  background: rgba(201, 154, 62, 0.22);
  font-weight: 800;
}

.hero-actions,
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-stats {
  gap: 0;
  width: min(660px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 13, 24, 0.42);
}

.hero-stats div {
  flex: 1;
  min-width: 150px;
  padding: 18px;
}

.hero-stats strong {
  display: block;
  font-size: 26px;
}

.hero-stats span {
  color: #c9d4df;
  font-size: 13px;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-band span {
  padding: 22px;
  text-align: center;
  color: var(--navy);
  font-weight: 700;
  border-right: 1px solid var(--line);
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 15, 28, 0.92), rgba(18, 49, 77, 0.74)),
    url("assets/hero-trade.jpg") center / cover no-repeat;
}

.page-hero .section {
  padding-top: 78px;
  padding-bottom: 86px;
}

.about-hero .section {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 56px;
  max-width: 860px;
}

.product-hero .section {
  margin-left: 0;
  margin-right: auto;
  padding-left: 56px;
  max-width: 860px;
}

.page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1;
}

.page-hero p:not(.eyebrow) {
  max-width: 700px;
  color: #d9e4ed;
  font-size: 18px;
  line-height: 1.7;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.detail-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.detail-card h3 {
  margin: 0 0 10px;
  color: var(--navy-dark);
}

.detail-card p,
.detail-card li {
  color: var(--muted);
  line-height: 1.65;
}

.detail-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.detail-card a {
  color: var(--green);
  font-weight: 800;
}

.product-detail {
  display: grid;
  gap: 22px;
}

.content-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.content-panel h2 {
  margin: 0 0 16px;
  color: var(--navy-dark);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.15;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.table-wrap {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.spec-table th,
.spec-table td {
  border: 1px solid var(--line);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.spec-table th {
  width: 34%;
  color: var(--navy-dark);
  background: #f4f7f8;
}

.spec-table td {
  color: var(--muted);
}

.check-list,
.highlight-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

.highlight-list {
  grid-template-columns: repeat(2, 1fr);
}

.product-showcase {
  padding-bottom: 0;
}

.product-showcase img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.vision-card {
  margin-top: 22px;
}

.vision-card h3 {
  font-size: 28px;
}

.founder-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.founder-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.founder-details p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.founder-education {
  color: var(--navy) !important;
  font-weight: 800;
}

.founder-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.founder-points span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  font-weight: 700;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px 24px;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 36px;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-points article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.about-points strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy-dark);
  font-size: 20px;
}

.about-points p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

h2 {
  margin: 0;
  color: var(--navy-dark);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.section-heading p:not(.eyebrow),
.split-section p,
.global-section p,
.contact-section p {
  color: var(--muted);
  line-height: 1.7;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.category-grid {
  align-items: stretch;
}
.section-heading {
  max-width: 760px;
  margin: 0 0 24px;
}

.section-heading h2 {
  margin: 8px 0 0;
  color: var(--navy-dark);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
}

.section-heading p:not(.eyebrow) {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-category-block {
  padding-top: 42px;
  padding-bottom: 42px;
}

.product-category-block + .product-category-block {
  border-top: 1px solid var(--line);
}

.product-category-heading {
  display: flex;
  max-width: 100%;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.product-category-heading h2 {
  margin-right: auto;
}

.product-category-heading p:not(.eyebrow) {
  flex: 0 0 auto;
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}

.about-categories {
  background: var(--off-white);
}
.product-group-heading {
  max-width: 100%;
  margin: 28px 0 18px;
}

.product-group-heading h2 {
  margin-top: 8px;
}

.textile-group-heading {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.textile-product-grid .product-body {
  min-height: 170px;
}

@media (max-width: 700px) {
  .product-category-heading {
    display: block;
  }

  .product-category-heading p:not(.eyebrow) {
    margin-top: 8px;
  }
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.product-image {
  min-height: 190px;
  background-size: cover;
  background-position: center;
}

.product-image.grains {
  background:
    linear-gradient(rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.04)),
    url("assets/agriculture-food-banner.jpg") center / cover no-repeat;
}

.product-image.textiles {
  background:
    linear-gradient(rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.04)),
    url("assets/textiles-garments-banner.jpg") center / cover no-repeat;
}

.product-image.machinery {
  background:
    radial-gradient(circle at 72% 32%, #d9e1e8 0 16%, transparent 17%),
    linear-gradient(135deg, #1f2937, #64748b 58%, #d9e1e8);
}

.product-image.handicraft {
  background:
    linear-gradient(rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.04)),
    url("assets/handicraft-lifestyle-banner.jpg") center / cover no-repeat;
}

.product-image.fresh-vegetables {
  background: url("assets/fresh-vegetables-card-v2.jpg") center / cover no-repeat;
}

.product-image.spice-products {
  background: url("assets/spices-spice-products-card-v2.jpg") center / cover no-repeat;
}

.product-image.rice-products {
  background: url("assets/rice-rice-products-card.jpg") center / cover no-repeat;
}

.product-image.cereals-grains {
  background: url("assets/cereals-grains-card.jpg") center / cover no-repeat;
}

.product-image.pulses-products {
  background: url("assets/pulses-card.jpg") center / cover no-repeat;
}

.product-image.oilseeds-products {
  background: url("assets/oilseeds-card.jpg") center / cover no-repeat;
}

.product-image.health-products {
  background: url("assets/health-functional-products-card.jpg") center / cover no-repeat;
}

.product-image.sweeteners-products {
  background: url("assets/sweeteners-card.jpg") center / cover no-repeat;
}
.product-detail-visual {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-detail-visual img {
  display: block;
  width: 100%;
  height: clamp(260px, 44vw, 520px);
  object-fit: contain;
}

.product-body {
  padding: 22px;
}

.product-body h3,
.service-list h3,
.process-grid h3 {
  margin: 0 0 10px;
  color: var(--navy-dark);
}

.product-hs-code {
  display: inline-flex;
  align-self: flex-start;
  margin: -2px 0 10px;
  padding: 5px 9px;
  border-radius: 6px;
  color: var(--navy-dark);
  background: rgba(201, 154, 62, 0.14);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.product-body p,
.service-list p,
.process-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.product-body a,
.product-link {
  color: var(--green);
  font-weight: 800;
}

a.product-card {
  display: block;
  color: inherit;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

a.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

.category-card {
  min-height: 0;
}
.inquiry-card {
  border-color: rgba(25, 94, 150, 0.34);
  background: #f8fbff;
}

.inquiry-card .product-body {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.inquiry-card h3 {
  color: var(--navy);
}

.category-card .product-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f4f8f6;
  border-bottom: 1px solid var(--line);
}

.category-card .product-body {
  display: flex;
  min-height: 190px;
  flex-direction: column;
}

.category-card .product-link {
  margin-top: auto;
}

.split-section,
.global-section,
.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  align-items: start;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-list span,
.process-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 800;
  background: var(--navy);
}

.process-section {
  max-width: none;
  background: var(--navy-dark);
}

.process-section .section-heading,
.process-grid {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.process-section h2,
.process-grid h3 {
  color: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.process-grid div {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.process-grid p {
  color: #c6d1dc;
}

.global-map {
  position: relative;
  min-height: 360px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 30% 48%, rgba(29, 124, 103, 0.35), transparent 25%),
    radial-gradient(circle at 62% 35%, rgba(201, 154, 62, 0.28), transparent 22%),
    linear-gradient(135deg, #eef3f7, #ffffff);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.route {
  position: absolute;
  width: 280px;
  height: 120px;
  border-top: 2px dashed rgba(18, 49, 77, 0.36);
  border-radius: 50%;
}

.route.one {
  left: 34%;
  top: 36%;
  transform: rotate(-14deg);
}

.route.two {
  left: 18%;
  top: 52%;
  transform: rotate(18deg);
}

.route.three {
  left: 42%;
  top: 58%;
  transform: rotate(28deg);
}

.pin {
  position: absolute;
  padding: 8px 11px;
  border-radius: 8px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(29, 124, 103, 0.22);
}

.india {
  left: 46%;
  top: 48%;
  background: var(--navy);
}

.gulf {
  left: 62%;
  top: 42%;
}

.europe {
  left: 40%;
  top: 22%;
}

.africa {
  left: 36%;
  top: 66%;
}

.asia {
  left: 70%;
  top: 25%;
}

.mini-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mini-metrics span {
  padding: 10px 13px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
}

.contact-section {
  align-items: stretch;
}

.contact-card,
.quote-form {
  border: 1px solid rgba(29, 124, 103, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 249, 0.98)),
    var(--white);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.11);
}

.contact-card {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  padding: 22px;
}

.contact-card a {
  color: var(--green);
  font-weight: 700;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.quote-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--green));
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #174469;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #cddbe5;
  border-radius: 8px;
  padding: 14px 15px;
  color: #10243a;
  font: inherit;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.04);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #8ba0b2;
  font-weight: 500;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--green);
  background: #fbfffd;
  box-shadow: 0 0 0 4px rgba(29, 124, 103, 0.12), 0 12px 26px rgba(17, 24, 39, 0.08);
}

.quote-form input[readonly] {
  color: var(--navy-dark);
  background: #f1f7f5;
  border-color: rgba(29, 124, 103, 0.22);
}

.quote-form textarea {
  resize: vertical;
}

.quote-form .btn {
  min-height: 54px;
  border: 0;
  background: linear-gradient(135deg, var(--green), #155f4e);
  color: var(--white);
  font-size: 15px;
  box-shadow: 0 16px 30px rgba(29, 124, 103, 0.28);
}

.quote-form .btn:hover {
  background: linear-gradient(135deg, #229277, var(--green));
  transform: translateY(-1px);
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.site-footer {
  padding: 34px 24px 90px;
  color: #c9d4df;
  background: var(--navy-dark);
  text-align: left;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(280px, 380px) minmax(260px, 1fr);
  align-items: start;
  gap: 32px;
  width: 100%;
}

.footer-main {
  width: 100%;
  max-width: 430px;
  margin: 0;
}

.site-footer strong {
  display: block;
  color: var(--white);
  font-size: 22px;
  line-height: 1.2;
}

.footer-contact {
  margin-top: 12px;
  margin-bottom: 0;
  color: #d9e4ed;
  line-height: 1.7;
}

.footer-contact a {
  color: var(--white);
  font-weight: 700;
}

.footer-copy {
  margin: 18px 0 0;
  color: #9fb0bf;
  font-size: 14px;
}

.footer-certifications {
  grid-column: 2;
  justify-self: center;
  width: min(380px, 100%);
}

.footer-certifications strong {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.footer-certifications ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 14px 0 0;
  color: #d9e4ed;
  line-height: 1.45;
  list-style: none;
}

.footer-certifications li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-certifications span {
  color: var(--gold);
  font-weight: 800;
}

.footer-trust {
  grid-column: 3;
  justify-self: end;
  width: min(380px, 100%);
}

.footer-trust strong {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.footer-trust ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 14px 0 0;
  color: #d9e4ed;
  line-height: 1.45;
  list-style: none;
}

.footer-trust li,
.footer-presence p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-trust span {
  color: var(--gold);
  font-weight: 800;
}

.footer-presence {
  margin-top: 26px;
}

.footer-presence p {
  margin: 14px 0 0;
  color: #d9e4ed;
  line-height: 1.55;
}

.footer-bottom {
  margin: 30px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  font-weight: 700;
}

.mobile-actions {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 30;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mobile-actions a {
  padding: 13px 8px;
  text-align: center;
  color: var(--white);
  font-weight: 800;
  background: var(--green);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 980px) {
  .topbar,
  .nav-cta {
    display: none;
  }

  .navbar {
    min-height: 68px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
  }

  .footer-certifications {
    grid-column: auto;
    justify-self: start;
  }

  .footer-trust {
    grid-column: auto;
    justify-self: start;
  }

  .footer-bottom {
    text-align: left;
  }

  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px;
  }

  .hero {
    min-height: 720px;
  }

  .trust-band,
  .about-points,
  .detail-grid,
  .founder-section,
  .product-grid,
  .process-grid,
  .split-section,
  .global-section,
  .contact-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 15px;
  }

  .hero {
    min-height: 660px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-stats,
  .hero-actions {
    flex-direction: column;
  }

  .trust-band,
  .about-points,
  .detail-grid,
  .founder-section,
  .product-grid,
  .process-grid,
  .split-section,
  .global-section,
  .contact-section,
  .info-grid,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .highlight-list {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 18px;
  }

  .about-hero .section {
    padding-left: 18px;
    max-width: 100%;
  }

  .product-hero .section {
    padding-left: 18px;
    max-width: 100%;
  }

  .service-list article {
    grid-template-columns: 1fr;
  }

  .global-map {
    min-height: 300px;
  }

  .footer-links,
  .site-footer {
    display: grid;
    justify-content: start;
  }

  .mobile-actions {
    display: grid;
  }
}

/* Featured category group headings */
.product-group-heading,
#textile-products .product-category-heading {
  position: relative;
  padding-left: 18px;
}

.product-group-heading::before,
#textile-products .product-category-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1f8f49 0%, #f2b705 100%);
}

.textile-group-heading::before,
#textile-products .product-category-heading::before {
  background: linear-gradient(180deg, #1d5bbf 0%, #d9a441 100%);
}

.product-group-heading .page-title-label,
#textile-products .product-category-heading .page-title-label {
  display: inline-block;
  width: fit-content;
  margin: 0;
  padding: 7px 13px;
  border-radius: 8px;
  color: #14351f;
  background: linear-gradient(135deg, #e9fff1 0%, #fff6d8 100%);
  border: 1px solid rgba(31, 143, 73, 0.22);
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 8px 22px rgba(9, 34, 25, 0.08);
}

.textile-group-heading .page-title-label,
#textile-products .product-category-heading .page-title-label {
  color: #102a5c;
  background: linear-gradient(135deg, #eef4ff 0%, #fff2d2 100%);
  border-color: rgba(29, 91, 191, 0.2);
}

.product-group-heading h2,
#textile-products .product-category-heading h2 {
  color: #071d49;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 850;
}

#textile-products .product-category-heading {
  display: block;
}

#textile-products .product-category-heading h2 {
  margin: 12px 0 0;
}

#textile-products .product-category-heading p:not(.eyebrow) {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff7e6;
  color: #8a5a00;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 700px) {
  .product-group-heading,
  #textile-products .product-category-heading {
    padding-left: 14px;
  }

  .product-group-heading::before,
  #textile-products .product-category-heading::before {
    height: 42px;
  }

  .product-group-heading .page-title-label,
  #textile-products .product-category-heading .page-title-label {
    padding: 7px 11px;
    font-size: clamp(20px, 6.4vw, 28px);
  }
}


/* Align featured heading accent marks with the title badge */
.product-group-heading::before,
#textile-products .product-category-heading::before {
  top: 8px;
  height: 34px;
}

.textile-group-heading::before {
  top: 38px;
}

#textile-products .product-category-heading::before {
  top: 8px;
}

@media (max-width: 700px) {
  .product-group-heading::before,
  #textile-products .product-category-heading::before {
    top: 7px;
    height: 30px;
  }

  .textile-group-heading::before {
    top: 37px;
  }
}

/* Shared hero image slider */
.hero-slider {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  isolation: isolate;
  background: #071827;
}

.hero-slider .hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  min-height: 520px;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  transition: opacity 700ms ease, visibility 700ms ease, transform 1400ms ease;
  background:
    linear-gradient(90deg, rgba(3, 13, 24, 0.94) 0%, rgba(5, 18, 32, 0.78) 38%, rgba(5, 18, 32, 0.24) 72%),
    var(--hero-bg) center / cover no-repeat;
}

.hero-slider .hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 1;
}

.hero-slider .section.hero-slider-content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: 520px;
  margin: 0 auto;
  padding: 76px 56px 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-slider .page-title-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #f8d47b;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-slider h1 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
}

.hero-slider p:not(.eyebrow) {
  max-width: 660px;
  margin: 18px 0 0;
  color: #dce8f2;
  font-size: 18px;
  line-height: 1.65;
}

.hero-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 720px;
  margin-top: 24px;
}

.hero-chip-list span,
.hero-doc-list li {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
}

.hero-chip-list span {
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 800;
}

.hero-doc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
  max-width: 720px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-doc-list li {
  position: relative;
  padding: 10px 13px 10px 34px;
  font-size: 14px;
  font-weight: 800;
}

.hero-doc-list li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f8d47b;
  transform: translateY(-50%);
}

.hero-slider-nav {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(3, 13, 24, 0.54);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.hero-slider-btn,
.hero-slider-dots button {
  border: 0;
  cursor: pointer;
}

.hero-slider-btn {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.hero-slider-btn:hover,
.hero-slider-dots button:hover,
.hero-slider-dots button.is-active {
  background: #f8d47b;
  color: #071827;
}

.hero-slider-dots {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.hero-slider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.hero-slider-dots button.is-active {
  width: 28px;
  border-radius: 999px;
}

@media (max-width: 760px) {
  .hero-slider,
  .hero-slider .hero-slide,
  .hero-slider .section.hero-slider-content {
    min-height: 520px;
  }

  .hero-slider .hero-slide {
    background:
      linear-gradient(90deg, rgba(3, 13, 24, 0.96) 0%, rgba(5, 18, 32, 0.84) 58%, rgba(5, 18, 32, 0.38) 100%),
      var(--hero-bg) center / cover no-repeat;
  }

  .hero-slider .section.hero-slider-content {
    padding: 58px 20px 92px;
  }

  .hero-slider h1 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .hero-slider p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-doc-list {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 100%;
  }

  .hero-doc-list li:nth-child(n + 7) {
    display: none;
  }

  .hero-slider-nav {
    bottom: 18px;
  }
}

/* Mobile hero slider fit refinements */
@media (max-width: 760px) {
  .hero-slider h1 {
    max-width: 100%;
    font-size: clamp(28px, 7.4vw, 34px);
    overflow-wrap: break-word;
  }

  .hero-slider p:not(.eyebrow) {
    max-width: 100%;
  }

  .hero-chip-list {
    gap: 8px;
    margin-top: 20px;
  }

  .hero-chip-list span {
    padding: 8px 11px;
    font-size: 13px;
  }

  .hero-doc-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 18px;
  }

  .hero-doc-list li {
    display: block;
    padding: 8px 9px 8px 25px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 1.25;
  }

  .hero-doc-list li:nth-child(n + 7) {
    display: block;
  }

  .hero-doc-list li::before {
    left: 10px;
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 760px) {
  .page-hero.hero-slider .section.hero-slider-content {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .page-hero.hero-slider h1 {
    max-width: 340px;
    font-size: clamp(26px, 6.8vw, 31px);
    line-height: 1.08;
  }

  .page-hero.hero-slider p:not(.eyebrow) {
    max-width: 340px;
  }

  .page-hero.hero-slider .hero-chip-list {
    max-width: 340px;
  }
}

/* Shift hero slider text closer to the left edge */
.page-hero.hero-slider .section.hero-slider-content {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: clamp(28px, 4vw, 58px);
  padding-right: clamp(24px, 4vw, 58px);
}

@media (max-width: 760px) {
  .page-hero.hero-slider .section.hero-slider-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Show more of the hero images vertically */
.page-hero.hero-slider,
.page-hero.hero-slider .hero-slide,
.page-hero.hero-slider .section.hero-slider-content {
  min-height: clamp(600px, 46vw, 660px);
}

.page-hero.hero-slider .hero-slide {
  background:
    linear-gradient(90deg, rgba(3, 13, 24, 0.94) 0%, rgba(5, 18, 32, 0.78) 38%, rgba(5, 18, 32, 0.24) 72%),
    var(--hero-bg) center top / cover no-repeat;
}

@media (max-width: 760px) {
  .page-hero.hero-slider,
  .page-hero.hero-slider .hero-slide,
  .page-hero.hero-slider .section.hero-slider-content {
    min-height: 600px;
  }

  .page-hero.hero-slider .hero-slide {
    background:
      linear-gradient(90deg, rgba(3, 13, 24, 0.96) 0%, rgba(5, 18, 32, 0.84) 58%, rgba(5, 18, 32, 0.38) 100%),
      var(--hero-bg) center top / cover no-repeat;
  }
}

/* BCM logo badge on product and category card images */
.product-grid .product-card,
.category-grid .product-card {
  position: relative;
}

.product-grid .product-card::before,
.category-grid .product-card::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(248, 212, 123, 0.95);
  border-radius: 50%;
  background: #ffffff url("assets/bcm-export-card-logo.jpeg") center / cover no-repeat;
  box-shadow: 0 10px 24px rgba(3, 13, 24, 0.28);
  transform: translateX(-50%);
  pointer-events: none;
}

.textile-product-grid .product-card::before {
  width: 62px;
  height: 62px;
  border-color: rgba(217, 164, 65, 0.98);
}

@media (max-width: 700px) {
  .product-grid .product-card::before,
  .category-grid .product-card::before {
    width: 50px;
    height: 50px;
    top: 8px;
  }
}

/* Keep full BCM logo visible inside the card badge */
.product-grid .product-card::before,
.category-grid .product-card::before {
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  background-image: url("assets/bcm-export-card-logo.jpeg");
  background-position: center;
  background-size: 88% 88%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .product-grid .product-card::before,
  .category-grid .product-card::before {
    width: 54px;
    height: 54px;
    background-size: 88% 88%;
  }
}

/* Move BCM logo badge below the card image and above the product name */
.product-grid .product-card::before,
.category-grid .product-card::before {
  display: none;
  content: none;
}

.product-grid .product-card .product-body::before,
.category-grid .product-card .product-body::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  margin: -42px auto 14px;
  border: 2px solid rgba(248, 212, 123, 0.96);
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("assets/bcm-export-card-logo.jpeg");
  background-position: center;
  background-size: 88% 88%;
  background-repeat: no-repeat;
  box-shadow: 0 10px 24px rgba(3, 13, 24, 0.22);
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.textile-product-grid .product-card .product-body::before {
  border-color: rgba(217, 164, 65, 0.98);
}

@media (max-width: 700px) {
  .product-grid .product-card .product-body::before,
  .category-grid .product-card .product-body::before {
    width: 54px;
    height: 54px;
    margin-top: -36px;
    margin-bottom: 12px;
  }
}

/* Founder profile logo */
.founder-profile-logo {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto 16px;
  padding: 6px;
  border: 2px solid rgba(217, 164, 65, 0.95);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(3, 13, 24, 0.14);
  object-fit: contain;
}

.founder-details .page-title-label,
.founder-details h2 {
  text-align: center;
}

.founder-details .page-title-label {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 700px) {
  .founder-profile-logo {
    width: 74px;
    height: 74px;
    margin-bottom: 14px;
  }
}

/* BCM export showcase image section */
.showcase-section {
  padding-top: 34px;
}

.showcase-frame {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.showcase-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 700px) {
  .showcase-section {
    padding-top: 24px;
  }

  .showcase-frame img {
    aspect-ratio: 4 / 3;
  }
}

