@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #f3fbff;
  --marine: #ffffff;
  --marine-deep: #020810;
  --marine-soft: #051322;
  --aqua: #00d2ff;
  --aqua-soft: #d2f7fc;
  --seafoam: #f0fbfe;
  --silver: #e1eef4;
  --mist: #fafdfd;
  --white: #ffffff;
  --gold: #dfba6b;
  --text-soft: #d8eaf1;
  --line: rgba(255, 255, 255, 0.08);
  --shadow-lg: 0 35px 80px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 20px 48px rgba(0, 0, 0, 0.25);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --wrap: min(1380px, calc(100% - 40px));
  --navy: var(--marine);
  --charcoal: var(--text-soft);
  --card-bg: rgba(6, 24, 38, 0.6);
  --font-serif: "Cormorant Garamond", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top, rgba(73, 200, 212, 0.14), transparent 24%),
    linear-gradient(120deg, rgba(3, 12, 20, 0) 0%, rgba(73, 200, 212, 0.03) 50%, rgba(3, 12, 20, 0) 100%),
    linear-gradient(180deg, #020810 0%, #041220 100%);
  line-height: 1.65;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.24;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h1 {
  font-size: clamp(3.75rem, 8vw, 7.5rem);
  color: var(--white);
}

h2 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--marine);
}

h3 {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: var(--gold);
}

.wrap {
  width: var(--wrap);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 24, 39, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.nav {
  width: var(--wrap);
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
  color: var(--white);
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
}

.brand-copy span {
  display: block;
  color: #bcd8e2;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 12px 14px;
  border-radius: 999px;
  color: #d7eaf2;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--white);
  background: rgba(73, 200, 212, 0.16);
  transform: translateY(-1px);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-chip {
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #d9ebf2;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--aqua), #0b5f88);
  color: var(--white);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 210, 255, 0.22);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.28s ease;
  cursor: pointer;
}

.btn:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 210, 255, 0.38);
  background: linear-gradient(135deg, #33dcff, #0a5276);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.btn.light {
  background: rgba(255, 255, 255, 0.94);
  color: var(--marine-soft);
  box-shadow: 0 22px 44px rgba(255, 255, 255, 0.12);
}

.btn.ghost {
  background: transparent;
  color: var(--marine);
  border: 1px solid rgba(9, 32, 51, 0.12);
  box-shadow: none;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: stretch;
  overflow: clip;
  color: var(--white);
  background: linear-gradient(180deg, #071521 0%, #0b2b45 100%);
}

.hero-slides,
.hero-slide,
.hero-video-bg,
.hero-overlays {
  position: absolute;
  inset: 0;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.hero-slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition: opacity 1.3s ease, transform 7s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1.12);
}

.cinematic-hero .hero-slides {
  background: #020810;
}

.cinematic-hero .hero-slide {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.08);
  transition: opacity 1.6s ease, transform 9s cubic-bezier(0.16, 1, 0.3, 1);
}

.cinematic-hero .hero-slide.is-active {
  animation: kenBurnsDrift 9.6s ease-out forwards;
}

@keyframes kenBurnsDrift {
  from {
    transform: scale(1.06) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.16) translate3d(-1.6%, -1.2%, 0);
  }
}

.hero-overlays {
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 229, 255, 0.32), transparent 35%),
    radial-gradient(circle at 18% 80%, rgba(212, 175, 55, 0.14), transparent 25%),
    linear-gradient(90deg, rgba(3, 11, 20, 0.98) 0%, rgba(6, 24, 38, 0.9) 34%, rgba(8, 37, 59, 0.45) 60%, rgba(3, 11, 20, 0.75) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(5, 18, 31, 0.88));
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: var(--wrap);
  margin: 0 auto;
  padding: 58px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(360px, 0.86fr);
  gap: 44px;
  align-items: end;
}

.hero-main {
  display: grid;
  gap: 20px;
  max-width: 760px;
}

.hero-kicker,
.eyebrow {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: fit-content;
  padding: 18px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--marine);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.hero-logo-lockup .logo-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #eef7fb);
}

.hero-logo-lockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-logo-text strong {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

.hero-logo-text span {
  display: block;
  margin-top: 7px;
  color: #4f6c7a;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-copy {
  max-width: 680px;
  color: #d7ebf3;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.hero-stat {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-stat strong {
  display: block;
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.hero-stat span {
  display: block;
  color: #c8dce4;
  font-size: 0.88rem;
}

.hero-side {
  display: grid;
  gap: 18px;
}

.hero-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(5, 18, 31, 0.54);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-lg);
}

.hero-panel h3,
.hero-panel h4 {
  color: var(--white);
}

.hero-panel p,
.hero-panel li {
  color: #d6e9f1;
}

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

.hero-grid-list .mini-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.hero-grid-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
}

.hero-inquiry {
  display: grid;
  gap: 14px;
}

.hero-inquiry ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-inquiry li {
  padding-left: 18px;
  position: relative;
}

.hero-inquiry li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
}

.slide-indicators {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.slide-dot {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.slide-dot.is-active {
  background: var(--aqua);
}

.center-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.product-marquee {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(9, 32, 51, 0.06);
  background: #071521;
  color: #dcf5f7;
}

.product-marquee .track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 18px 0;
  animation: marquee 24s linear infinite;
}

.product-marquee .track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-marquee .track span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 110px 0;
}

.section.alt {
  background:
    radial-gradient(circle at top left, rgba(73, 200, 212, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(73, 200, 212, 0.04), rgba(2, 8, 16, 0)),
    linear-gradient(180deg, #020810 0%, #030f1a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.section.dark {
  background:
    radial-gradient(circle at top right, rgba(73, 200, 212, 0.18), transparent 22%),
    linear-gradient(135deg, #071521, #0a2338 55%, #103d5b 100%);
  color: var(--white);
}

.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark .section-copy,
.section.dark .section-note,
.section.dark .eyebrow {
  color: var(--white);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  gap: 36px;
  align-items: end;
  margin-bottom: 42px;
}

.section-copy,
.lead {
  color: var(--text-soft);
  font-size: 1.05rem;
}

.section-note {
  color: #7c92a1;
  font-size: 0.95rem;
}

.grid {
  display: grid;
  gap: 22px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.info-card,
.workflow-card,
.contact-card,
.catalog-card,
.credibility-card,
.quote-band,
.detail-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  background: rgba(6, 24, 38, 0.6);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.feature-card::before,
.info-card::before,
.workflow-card::before,
.contact-card::before,
.catalog-card::before,
.credibility-card::before,
.detail-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  opacity: 0.85;
}

.feature-card,
.info-card,
.workflow-card,
.contact-card,
.catalog-card,
.credibility-card,
.detail-card {
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.32s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.32s ease;
}

.feature-card:hover,
.info-card:hover,
.workflow-card:hover,
.contact-card:hover,
.catalog-card:hover,
.credibility-card:hover,
.detail-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 150, 199, 0.3);
  box-shadow: 0 16px 36px rgba(13, 37, 63, 0.06);
}

.pill-row,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pill,
.tag-list span,
.tag-list li {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
  font-weight: 800;
}

.tag-list {
  padding: 0;
  list-style: none;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.showcase-card {
  position: relative;
  min-height: 380px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-card.large {
  grid-column: span 6;
}

.showcase-card.medium {
  grid-column: span 4;
}

.showcase-card.small {
  grid-column: span 2;
}

.showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 24, 39, 0.05), rgba(6, 24, 39, 0.82));
}

.showcase-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.05);
}

.showcase-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 24px;
  color: var(--white);
}

.showcase-content h3,
.showcase-content h4 {
  color: var(--white);
}

.showcase-content p {
  color: #dcebf1;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.media-column {
  display: grid;
  gap: 18px;
}

.media-tiles {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.media-column img,
.media-column video,
.media-tiles img {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.media-column img.tall,
.media-column video.tall {
  height: 520px;
}

.media-column img.short {
  height: 260px;
}

.media-tiles img:first-child {
  height: 480px;
}

.media-tiles img:last-child {
  height: 590px;
}

.quote-band {
  padding: 42px;
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 210, 255, 0.2), transparent 28%),
    linear-gradient(130deg, rgba(8, 43, 69, 0.95), rgba(17, 91, 124, 0.9)),
    url("../images/hero-packed.jpg") center/cover no-repeat;
  color: var(--white);
}

.quote-band h2,
.quote-band h3 {
  color: var(--white);
}

.quote-band p {
  color: #d9eef4;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.region-card {
  position: relative;
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 249, 252, 0.98));
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(9, 32, 51, 0.08);
}

.region-card h3 {
  margin-bottom: 14px;
}

.region-card p {
  color: var(--text-soft);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.workflow-card {
  min-height: 250px;
}

.workflow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--aqua), #1d7b98);
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
}

.catalog-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.catalog-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e8f6fa;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 800;
}

.page-hero {
  position: relative;
  padding: 130px 0 96px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 210, 255, 0.3), transparent 35%),
    radial-gradient(circle at 15% 85%, rgba(212, 175, 55, 0.12), transparent 25%),
    linear-gradient(135deg, rgba(3, 11, 20, 0.98) 0%, rgba(6, 24, 38, 0.88) 50%, rgba(10, 52, 80, 0.4) 100%),
    var(--page-image) center/cover no-repeat;
  border-bottom: 2px solid rgba(0, 210, 255, 0.15);
}

.page-hero h1,
.page-hero h2 {
  color: var(--white);
}

.page-hero h1 {
  max-width: 880px;
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.page-hero .lead {
  max-width: 760px;
  margin-top: 18px;
  color: #d6eaf2;
}

.page-hero .hero-logo-lockup {
  margin-bottom: 24px;
}

.catalog-section {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid var(--line);
}

.catalog-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 24px;
  margin-bottom: 28px;
  align-items: end;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* Elevated styling for product catalog cards */
.catalog-card {
  background: var(--white);
  border: 1px solid rgba(9, 32, 51, 0.05);
  box-shadow: 0 12px 36px rgba(9, 32, 51, 0.06);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  color: var(--marine-soft);
}

.catalog-card h3 {
  color: var(--marine-soft);
  font-size: 1.45rem;
  margin-bottom: 4px;
}

.catalog-card .card-desc,
.catalog-card p {
  color: #2d4d60;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 10px;
}

.catalog-card .detail-list li,
.catalog-card ul li {
  color: #2d4d60;
  font-size: 0.92rem;
}

.catalog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(9, 32, 51, 0.12);
  border-color: rgba(73, 200, 212, 0.35);
}

.catalog-card .card-content {
  padding: 4px 0 6px;
}

.catalog-card .card-art {
  width: calc(100% + 56px);
  height: 240px;
  margin: -28px -28px 22px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.catalog-card:hover .card-art {
  transform: scale(1.04);
}

.catalog-card ul,
.contact-list,
.check-list,
.detail-list,
.service-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.check-list li,
.contact-list li,
.detail-list li,
.service-list li {
  position: relative;
  padding-left: 18px;
}

.check-list li::before,
.contact-list li::before,
.detail-list li::before,
.service-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

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

label {
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--marine);
}

input,
textarea,
select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(2, 8, 16, 0.6);
  color: var(--white);
  font: inherit;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
  -webkit-appearance: none;
  appearance: none;
}

select option {
  background: #06141f;
  color: var(--white);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--aqua);
  box-shadow: 0 0 12px rgba(0, 210, 255, 0.2);
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2300d2ff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
}

textarea {
  min-height: 170px;
  resize: vertical;
}

.form-note {
  margin-top: 14px;
  color: #6d8595;
  font-size: 0.92rem;
}

.logo-footer-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.22);
}

.logo-footer-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer {
  padding: 70px 0 28px;
  color: #d6eaf2;
  background:
    radial-gradient(circle at top, rgba(73, 200, 212, 0.14), transparent 22%),
    linear-gradient(180deg, #081723, #05111c 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 28px;
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-grid h3,
.footer-grid h4 {
  color: var(--white);
}

.footer-grid a {
  display: block;
  margin: 8px 0;
  color: #d6eaf2;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #9eb7c2;
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hover-rise {
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.hover-rise:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 72px rgba(5, 22, 35, 0.16);
}

.muted {
  color: var(--text-soft);
}

.white-copy {
  color: #d8ebf2;
}

.desktop-only {
  display: block;
}

@media (max-width: 1180px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    min-height: 82px;
  }

  .nav-links {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 18px 20px 24px;
    background: rgba(6, 24, 39, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  body.nav-open .nav-links {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }

  .nav-actions .nav-chip,
  .nav-actions .nav-cta {
    display: none;
  }

  .hero-shell,
  .section-head,
  .split,
  .contact-grid,
  .footer-grid,
  .workflow-grid,
  .region-grid,
  .ceo-feature {
    grid-template-columns: 1fr;
  }

  .grid.three,
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-main {
    max-width: none;
  }

  .hero-side {
    max-width: 760px;
  }

  .showcase-card.large,
  .showcase-card.medium,
  .showcase-card.small {
    grid-column: span 6;
  }

  .home-innovation-map,
  .compact-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ceo-photo {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  body {
    line-height: 1.58;
  }

  .site-header {
    backdrop-filter: blur(12px);
  }

  .nav {
    width: calc(100% - 24px);
    min-height: 76px;
  }

  .brand-mark {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-shell {
    width: calc(100% - 24px);
    padding: 36px 0 34px;
    gap: 26px;
  }

  .hero-logo-lockup {
    width: min(100%, 360px);
    gap: 14px;
    padding: 14px 16px;
  }

  .hero-logo-lockup .logo-shell {
    width: 90px;
    height: 90px;
    padding: 10px;
    border-radius: 18px;
  }

  .hero-logo-text strong {
    font-size: 1.45rem;
  }

  .hero-copy,
  .page-hero .lead,
  .section-copy,
  .lead {
    font-size: 1rem;
  }

  .hero-stats,
  .hero-grid-list,
  .grid.three,
  .grid.four,
  .grid.two,
  .catalog-grid,
  .form-grid,
  .media-tiles,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card.large,
  .showcase-card.medium,
  .showcase-card.small {
    grid-column: span 12;
  }

  .showcase-card,
  .compact-showcase .showcase-card {
    min-height: 300px;
    border-radius: 16px;
  }

  .page-hero {
    padding: 76px 0 58px;
  }

  .page-hero h1 {
    max-width: none;
    font-size: clamp(2.2rem, 11vw, 2.7rem);
  }

  .page-hero .lead {
    font-size: 0.98rem;
  }

  .page-hero .hero-logo-lockup {
    width: min(100%, 310px);
  }

  .catalog-section-head,
  .section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .media-column img.tall,
  .media-column video.tall,
  .media-column img.short,
  .media-tiles img:first-child,
  .media-tiles img:last-child {
    height: auto;
  }

  .catalog-card .card-art {
    width: calc(100% + 44px) !important;
    height: 200px !important;
    margin: -22px -22px 18px !important;
    object-fit: cover;
  }

  .quote-band,
  .feature-card,
  .info-card,
  .workflow-card,
  .contact-card,
  .catalog-card,
  .credibility-card,
  .detail-card {
    padding: 22px;
  }

  .hero-actions,
  .cta-row {
    display: grid;
  }

  .btn,
  .nav-cta {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
  }

  .section {
    padding: 68px 0;
  }

  .wrap {
    width: calc(100% - 24px);
  }

  .center-cta {
    display: grid;
  }
}

/* ==========================================================================
   PREMIUM MODERNIZATION STYLES (PHASE 2)
   ========================================================================== */

/* Glass-marine Container Styling */
.glass-marine {
  background: rgba(6, 24, 39, 0.52) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  backdrop-filter: blur(24px) !important;
  box-shadow: 0 30px 60px rgba(4, 15, 24, 0.38) !important;
  color: var(--white) !important;
}

/* Topographic Ocean Depth Contour SVG Waves */
.wave-overlay {
  position: relative;
}

.wave-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='20' viewBox='0 0 100 20'%3E%3Cpath d='M0 10 Q25 0, 50 10 T100 10' fill='none' stroke='rgba(73, 200, 212, 0.022)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 200px 40px;
  pointer-events: none;
  opacity: 0.88;
  z-index: 0;
}

.wave-overlay > * {
  position: relative;
  z-index: 1;
}

/* Centered Airy Hero Layout for Homepage */
.hero.centered {
  align-items: center;
  text-align: center;
  min-height: calc(85vh - 92px);
  padding: 80px 0;
}

.hero.centered .hero-overlays {
  background:
    radial-gradient(circle at 50% 30%, rgba(73, 200, 212, 0.18), transparent 45%),
    radial-gradient(circle at 16% 74%, rgba(200, 169, 102, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(3, 10, 17, 0.78) 0%, rgba(6, 24, 39, 0.67) 48%, rgba(5, 18, 31, 0.92) 100%),
    linear-gradient(90deg, rgba(2, 8, 16, 0.9), rgba(2, 8, 16, 0.18), rgba(2, 8, 16, 0.86));
}

.hero.centered .hero-shell {
  grid-template-columns: 1fr;
  max-width: 900px;
  justify-items: center;
  padding: 0;
}

.hero.centered .hero-main {
  max-width: 840px;
  justify-items: center;
  text-align: center;
  padding: 28px 0;
}

.hero-logo-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  margin-bottom: 28px;
}

.hero-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero.centered h1 {
  font-size: clamp(2.8rem, 6.2vw, 5.2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, #ffffff 30%, #e2f1f6 75%, #bcd8e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  max-width: none;
  line-height: 1.22;
}

.hero.centered .hero-copy {
  max-width: 740px;
  color: #d7eaf2;
  margin: 10px auto 14px;
}

.hero.centered .hero-actions {
  justify-content: center;
}

/* Trust & Sourcing Quick Info Bar below fold */
.trust-info-bar {
  padding: 44px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 20, 31, 0.72);
  backdrop-filter: blur(12px);
}

.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.trust-bar-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.trust-bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 210, 255, 0.22), rgba(223, 186, 107, 0.2));
  color: var(--marine-soft);
  font-size: 0.9rem;
  font-weight: 900;
  flex-shrink: 0;
  border: 1px solid rgba(73, 200, 212, 0.16);
}

.home-compact .section-head {
  margin-bottom: 30px;
}

.compact-showcase .showcase-card {
  min-height: 330px;
}

.home-innovation-map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.compact-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compact-gallery .gallery-proof-card {
  grid-template-rows: 220px 1fr;
}

.ceo-feature-section {
  padding-top: 82px;
  padding-bottom: 82px;
}

.ceo-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
}

.ceo-photo {
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-lg);
}

.ceo-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ceo-message-card {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(28px, 4vw, 54px);
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(0, 210, 255, 0.13), transparent 32%),
    rgba(6, 24, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow-lg);
}

.ceo-message-card h2 {
  font-size: clamp(2rem, 3.6vw, 3.3rem);
}

.ceo-message-card p {
  color: #d6eaf2;
  font-size: 1.03rem;
}

.ceo-message-card .ceo-message-text {
  color: #f0fbfe;
  font-style: italic;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
}

.ceo-message-card .ceo-signature {
  margin-top: 10px;
  color: var(--white);
}

.trust-bar-content h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 6px;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.2;
}

.trust-bar-content p {
  color: #d6eaf2;
  font-size: 0.92rem;
  line-height: 1.5;
}

/* Species & Scientific Taxonomy Cards additions */
.scientific-name {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.84rem;
  font-style: italic;
  color: #b87d2c;
  margin-top: 6px;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 600;
}

/* On dark sections/cards scientific name keeps gold */
.section.dark .scientific-name,
.feature-card .scientific-name,
.workflow-card .scientific-name {
  color: var(--gold);
}

.fao-zone-tag {
  display: inline-flex;
  margin-top: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--marine-soft);
  border: 1px solid rgba(9, 32, 51, 0.08);
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(73, 200, 212, 0.08);
  letter-spacing: 0.02em;
}

.section.dark .fao-zone-tag {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #c9f8fd;
  background: rgba(255, 255, 255, 0.04);
}

/* B2B Specification Builder Widget */
.spec-builder-widget {
  margin-top: 32px;
  padding: 38px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 24, 39, 0.6);
  backdrop-filter: blur(24px);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}



.spec-builder-widget h3 {
  color: var(--white);
  font-size: 1.75rem;
  margin-bottom: 8px;
}

.spec-builder-widget .widget-lead {
  color: #bcd8e2;
  font-size: 0.95rem;
  margin-bottom: 28px;
}

.spec-builder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 28px;
}

.spec-builder-grid label {
  color: #e2f1f6;
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.spec-builder-grid select,
.spec-builder-grid input {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--ink);
  font-weight: 600;
}

.spec-builder-widget .btn {
  width: 100%;
  min-height: 54px;
  background: linear-gradient(135deg, var(--aqua), #15627a);
  font-size: 1rem;
  letter-spacing: 0.02em;
}

/* Editorial Split Visual Strips (Card fatigue reduction) */
.editorial-strip {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: center;
  padding: 40px 0;
}

.editorial-strip.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.editorial-content {
  display: grid;
  gap: 20px;
}

.editorial-content h3 {
  font-size: 2.2rem;
  line-height: 1.1;
  color: var(--marine);
}

.editorial-content p {
  color: var(--text-soft);
  font-size: 1.08rem;
  line-height: 1.65;
}

.editorial-art {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(9, 32, 51, 0.08);
}

.editorial-art img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* Mobile responsive fixes for Phase 2 styling */
@media (max-width: 900px) {
  .trust-bar-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  
  .spec-builder-grid,
  .editorial-strip,
  .editorial-strip.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .editorial-art img {
    height: 320px;
  }
}

@media (max-width: 760px) {
  .hero.centered {
    padding: 38px 0;
    min-height: calc(100svh - 76px);
  }
  
  .hero-logo-circle {
    width: 84px;
    height: 84px;
    padding: 8px;
    margin-bottom: 12px;
  }

  .hero.centered h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
    line-height: 1.04;
  }

  .hero.centered .hero-copy {
    margin: 4px auto 8px;
  }
  
  .spec-builder-widget {
    padding: 24px;
  }
}

/* Operations and innovation layer */
.innovation-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.innovation-card,
.proof-panel,
.diagram-card,
.gallery-proof-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background: rgba(6, 24, 38, 0.66);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.innovation-card {
  min-height: 310px;
  padding: 28px;
}

.innovation-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: rgba(0, 210, 255, 0.14);
  color: var(--aqua);
  border: 1px solid rgba(0, 210, 255, 0.22);
  font-weight: 900;
}

.innovation-card h3,
.proof-panel h3,
.diagram-card h3,
.gallery-proof-card h3 {
  color: var(--white);
  font-size: 1.52rem;
}

.innovation-card p,
.proof-panel p,
.diagram-card p,
.gallery-proof-card p {
  color: #d6eaf2;
  font-size: 0.96rem;
  line-height: 1.62;
  margin-top: 12px;
}

.innovation-proof {
  margin-top: 54px;
}

.proof-panel {
  padding: 34px;
}

.ops-screens {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ops-screens img {
  width: 100%;
  min-height: 170px;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.diagram-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.diagram-card {
  padding: 24px;
}

.diagram-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 14px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
}

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

.gallery-proof-card {
  display: grid;
  grid-template-rows: 250px 1fr;
  background: rgba(255, 255, 255, 0.06);
}

.gallery-proof-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-proof-card div {
  padding: 24px;
}

.gallery-proof-card:nth-child(5) img,
.gallery-proof-card:nth-child(6) img {
  padding: 18px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.94);
}

.mini-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.mini-proof-row .feature-card h3 {
  color: var(--white);
  font-size: 1.25rem;
}

@media (max-width: 1180px) {
  .innovation-map,
  .diagram-strip,
  .innovation-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .innovation-map,
  .diagram-strip,
  .innovation-gallery-grid,
  .ops-screens,
  .mini-proof-row,
  .home-innovation-map,
  .compact-gallery {
    grid-template-columns: 1fr;
  }

  .innovation-card {
    min-height: auto;
  }

  .gallery-proof-card {
    grid-template-rows: 210px 1fr;
  }

  .ceo-feature-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .ceo-feature {
    gap: 18px;
  }

  .ceo-photo {
    min-height: 330px;
    border-radius: 16px;
  }

  .ceo-message-card {
    border-radius: 16px;
  }
}

@media (max-width: 430px) {
  :root {
    --wrap: calc(100% - 22px);
  }

  .nav {
    width: calc(100% - 20px);
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  h2 {
    font-size: clamp(2.05rem, 11vw, 2.55rem);
  }

  h3 {
    font-size: 1.42rem;
  }

  .hero.centered {
    padding: 28px 0;
  }

  .hero-shell {
    width: calc(100% - 22px);
  }

  .hero-copy {
    font-size: 0.96rem;
  }

  .slide-dot {
    width: 32px;
  }

  .trust-info-bar {
    padding: 30px 0;
  }

  .trust-bar-item {
    gap: 14px;
  }

  .trust-bar-icon {
    width: 46px;
    height: 46px;
  }

  .showcase-content {
    padding: 20px;
  }

  .gallery-proof-card div {
    padding: 20px;
  }

  .footer-grid {
    gap: 22px;
  }
}

@media (max-width: 370px) {
  .brand-copy strong {
    font-size: 0.9rem;
  }

  .hero.centered h1 {
    font-size: 2.5rem;
  }

  .btn,
  .nav-cta {
    font-size: 0.9rem;
  }
}

@media (max-width: 760px) {
  .ceo-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ceo-message-card,
  .ceo-photo {
    width: 100%;
    min-width: 0;
  }
}

/* Final premium review pass: cinematic intro, brighter contrast, mobile polish */
.cinematic-hero {
  isolation: isolate;
  min-height: calc(100svh - 92px);
  background: #061522;
}

.hero-intro {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: grid;
  place-items: center;
  gap: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(0, 210, 255, 0.22), transparent 24%),
    radial-gradient(circle at 50% 68%, rgba(223, 186, 107, 0.16), transparent 28%),
    linear-gradient(135deg, #06131f 0%, #0a3048 58%, #06131f 100%);
  transition: opacity 1.2s ease, visibility 1.2s ease;
}

.hero-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.12) 44%, transparent 58%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 120px);
  animation: introLightSweep 2.5s ease-in-out both;
}

.hero-intro-mark {
  position: relative;
  z-index: 1;
  width: min(260px, 42vw);
  aspect-ratio: 1;
  padding: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), 0 0 80px rgba(0, 210, 255, 0.18);
  animation: introLogoRise 2.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-intro-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-intro p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f7fcff;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 700;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.44);
  animation: introTextRise 2.35s 0.18s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-intro-slogan {
  position: relative;
  z-index: 1;
  margin-top: -10px;
  color: #f1c766;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.7rem);
  font-style: italic;
  letter-spacing: 0.06em;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
  animation: introTextRise 2.35s 0.34s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.cinematic-hero.is-intro-complete .hero-intro {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cinematic-hero.is-sequence-complete .hero-intro {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.cinematic-hero.is-sequence-complete .hero-intro::before,
.cinematic-hero.is-sequence-complete .hero-intro-mark,
.cinematic-hero.is-sequence-complete .hero-intro p,
.cinematic-hero.is-sequence-complete .hero-intro-slogan {
  animation: none;
}

.cinematic-hero.is-sequence-complete .hero-intro-mark {
  transform: none;
}

.cinematic-hero.is-sequence-complete .hero-shell,
.cinematic-hero.is-sequence-complete .hero-overlays,
.cinematic-hero.is-sequence-complete .hero-light-field,
.cinematic-hero.is-sequence-complete .hero-audio-progress {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes introLogoRise {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.86);
  }

  45% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 1;
    transform: translateY(-10px) scale(1.06);
  }
}

@keyframes introTextRise {
  0%,
  24% {
    opacity: 0;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes introLightSweep {
  from {
    transform: translateX(-36%);
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  to {
    transform: translateX(36%);
    opacity: 0.55;
  }
}

.cinematic-hero .hero-slide {
  filter: saturate(1.12) contrast(1.06) brightness(1.05);
}

.cinematic-hero .hero-slide:nth-child(3) {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #e9f1f4;
  filter: saturate(1.02) contrast(1.04) brightness(1.08);
}

.cinematic-hero .hero-overlays {
  background:
    radial-gradient(circle at 76% 22%, rgba(0, 210, 255, 0.28), transparent 30%),
    radial-gradient(circle at 20% 76%, rgba(223, 186, 107, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(3, 11, 20, 0.8) 0%, rgba(5, 20, 32, 0.56) 40%, rgba(3, 11, 20, 0.36) 66%, rgba(3, 11, 20, 0.7) 100%),
    linear-gradient(180deg, rgba(3, 11, 20, 0.32), rgba(3, 11, 20, 0.7));
}

.hero-light-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.75;
  background:
    linear-gradient(115deg, transparent 5%, rgba(255, 255, 255, 0.1) 46%, transparent 60%),
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.14), transparent 7%),
    radial-gradient(circle at 72% 62%, rgba(0, 210, 255, 0.12), transparent 10%);
  mix-blend-mode: screen;
  animation: heroLightDrift 12s ease-in-out infinite alternate;
}

@keyframes heroLightDrift {
  from {
    transform: translate3d(-2%, -1%, 0);
  }

  to {
    transform: translate3d(2%, 1%, 0);
  }
}

.cinematic-hero .hero-shell {
  align-items: center;
  min-height: calc(100svh - 92px);
}

.cinematic-hero .hero-main {
  padding: clamp(26px, 4vw, 48px);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(3, 11, 20, 0.56), rgba(6, 28, 43, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
}

.hero-copy-stage h1 {
  max-width: 920px;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: none;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
}

.hero-copy-stage h1.is-changing,
.hero-copy-stage .hero-copy.is-changing {
  animation: slideTextRise 0.78s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-copy-stage .hero-copy.is-changing {
  animation-delay: 0.08s;
}

@keyframes slideTextRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-sound-toggle {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #f4fbff;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-sound-toggle:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

body,
.section-copy,
.lead,
.feature-card p,
.info-card p,
.workflow-card p,
.contact-card p,
.detail-card p,
.credibility-card p,
.region-card p,
.editorial-content p,
.heritage-content p,
.footer-grid a,
.footer-brand p,
.footer-bottom {
  color: #dcecf3;
}

.section-note,
.form-note {
  color: #c8dce6;
}

.section h2,
.section h3,
.page-hero h1,
.page-hero h2,
.feature-card h3,
.info-card h3,
.workflow-card h3,
.contact-card h3,
.detail-card h3,
.credibility-card h3 {
  color: #f7fcff;
}

.section.alt {
  background:
    radial-gradient(circle at top left, rgba(0, 210, 255, 0.11), transparent 24%),
    linear-gradient(180deg, rgba(12, 39, 56, 0.62), rgba(2, 8, 16, 0.96)),
    #06131f;
}

.feature-card,
.info-card,
.workflow-card,
.contact-card,
.credibility-card,
.detail-card,
.innovation-card,
.proof-panel,
.diagram-card,
.gallery-proof-card {
  background: linear-gradient(180deg, rgba(11, 37, 55, 0.82), rgba(4, 16, 26, 0.9));
  border-color: rgba(255, 255, 255, 0.13);
}

.catalog-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(235, 247, 250, 0.98));
}

.catalog-card h3,
.catalog-card p,
.catalog-card .card-desc,
.catalog-card .detail-list li,
.catalog-card ul li {
  color: #123044;
}

.btn,
.nav-cta {
  background: linear-gradient(135deg, #28dbff, #0d78a0 62%, #064862);
  box-shadow: 0 18px 42px rgba(0, 210, 255, 0.24);
}

.btn.secondary {
  color: #f7fcff;
  background: rgba(4, 18, 29, 0.58);
  border-color: rgba(255, 255, 255, 0.32);
}

.btn.light {
  color: #04131f;
  background: #f8fcff;
}

.pill,
.tag-list span,
.tag-list li {
  color: #ffe0a0;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
}

.page-hero {
  background:
    radial-gradient(circle at 85% 15%, rgba(0, 210, 255, 0.36), transparent 35%),
    radial-gradient(circle at 15% 85%, rgba(223, 186, 107, 0.16), transparent 25%),
    linear-gradient(135deg, rgba(3, 11, 20, 0.9) 0%, rgba(6, 24, 38, 0.74) 48%, rgba(10, 52, 80, 0.42) 100%),
    var(--page-image) center/cover no-repeat;
}

@media (max-width: 760px) {
  .cinematic-hero,
  .cinematic-hero .hero-shell {
    min-height: calc(100svh - 76px);
  }

  .hero-intro-mark {
    width: min(176px, 52vw);
    padding: 18px;
  }

  .hero-intro p {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }

  .cinematic-hero .hero-main {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .hero-copy-stage h1 {
    font-size: clamp(2.2rem, 11.5vw, 3.7rem);
  }

  .hero-sound-toggle {
    width: 100%;
  }

  .cinematic-hero .hero-slide:nth-child(3) {
    background-size: cover;
  }
}

@media (max-width: 430px) {
  .hero-copy-stage h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .hero.centered .hero-copy {
    font-size: 1rem;
  }
}

/* Final cinematic intro sequence */
.cinematic-hero {
  min-height: calc(100svh - 92px);
  align-items: stretch;
}

.cinematic-hero .hero-intro {
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 210, 255, 0.28), transparent 25%),
    radial-gradient(circle at 48% 70%, rgba(223, 186, 107, 0.18), transparent 32%),
    linear-gradient(145deg, #020911 0%, #082338 48%, #0d3c59 100%);
}

.cinematic-hero .hero-intro-mark {
  width: min(320px, 42vw);
  padding: 30px;
  animation-duration: 2.9s;
}

.cinematic-hero .hero-intro p {
  animation-duration: 2.85s;
}

.cinematic-hero .hero-slide {
  background-position: center;
  filter: saturate(1.16) contrast(1.04) brightness(1.12);
  transform: scale(1.045);
  transition: opacity 1.25s ease, transform 4.2s ease;
}

.cinematic-hero .hero-slide.is-active {
  animation: cinematicSlideMove 4.25s ease-out forwards;
}

@keyframes cinematicSlideMove {
  from {
    transform: scale(1.045) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.105) translate3d(-0.8%, -0.4%, 0);
  }
}

.cinematic-hero .slide-origin { background-position: center 58%; }
.cinematic-hero .slide-tuna { background-position: center 44%; }
.cinematic-hero .slide-lobster { background-position: center 45%; }
.cinematic-hero .slide-loin { background-position: center 48%; }
.cinematic-hero .slide-grouper { background-position: center 50%; }
.cinematic-hero .slide-whole-tuna { background-position: center 52%; }
.cinematic-hero .slide-processing { background-position: center 48%; }
.cinematic-hero .slide-snapper { background-position: center 48%; }
.cinematic-hero .slide-coastal { background-position: center 48%; }
.cinematic-hero .slide-specialty { background-position: center 50%; }

.cinematic-hero .hero-overlays {
  background:
    linear-gradient(90deg, rgba(3, 11, 20, 0.74) 0%, rgba(3, 11, 20, 0.48) 38%, rgba(3, 11, 20, 0.16) 70%, rgba(3, 11, 20, 0.44) 100%),
    linear-gradient(180deg, rgba(3, 11, 20, 0.18) 0%, rgba(3, 11, 20, 0.18) 48%, rgba(3, 11, 20, 0.66) 100%),
    radial-gradient(circle at 82% 18%, rgba(0, 210, 255, 0.2), transparent 28%),
    radial-gradient(circle at 16% 72%, rgba(223, 186, 107, 0.16), transparent 25%);
}

.cinematic-hero .hero-shell {
  min-height: calc(100svh - 92px);
  max-width: none;
  justify-items: start;
  align-items: end;
  padding: clamp(72px, 8vw, 120px) 0 clamp(42px, 6vw, 78px);
}

.cinematic-hero .hero-main {
  width: min(760px, 100%);
  max-width: 760px;
  justify-items: start;
  text-align: left;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(2, 9, 17, 0.62), rgba(6, 27, 43, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(5px);
}

.cinematic-hero .hero-logo-circle {
  width: 106px;
  height: 106px;
  margin-bottom: 10px;
}

.cinematic-hero .hero-kicker {
  color: #f3c979;
}

.hero-copy-stage h1 {
  font-size: clamp(3.3rem, 6.2vw, 6.6rem);
  line-height: 0.98;
}

.cinematic-hero .hero-copy {
  max-width: 660px;
  color: #f2fbff;
  font-size: clamp(1.08rem, 1.65vw, 1.32rem);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.cinematic-hero .hero-actions {
  justify-content: flex-start;
}

.cinematic-hero .slide-indicators {
  width: min(520px, 100%);
  margin-top: 4px;
}

.cinematic-hero .slide-dot {
  flex: 1 1 24px;
  height: 3px;
  min-width: 18px;
  background: rgba(255, 255, 255, 0.24);
}

.cinematic-hero .slide-dot.is-active {
  background: linear-gradient(90deg, #f3c979, #2bdcff);
  box-shadow: 0 0 16px rgba(43, 220, 255, 0.45);
}

.hero-sound-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: absolute;
  right: max(20px, calc((100vw - 1380px) / 2));
  bottom: 28px;
  z-index: 3;
  width: auto;
  min-height: 44px;
  padding: 10px 16px;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(3, 13, 22, 0.58);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
}

.hero-sound-toggle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #aebfc8;
}

.hero-sound-toggle.is-on::before {
  background: #2bdcff;
  box-shadow: 0 0 12px rgba(43, 220, 255, 0.8);
}

@media (max-width: 900px) {
  .cinematic-hero .hero-shell {
    justify-items: center;
    align-items: end;
    padding: 70px 0 74px;
  }

  .cinematic-hero .hero-main {
    justify-items: center;
    text-align: center;
    width: 100%;
  }

  .cinematic-hero .hero-actions {
    justify-content: center;
  }

  .cinematic-hero .hero-overlays {
    background:
      linear-gradient(180deg, rgba(3, 11, 20, 0.2) 0%, rgba(3, 11, 20, 0.22) 38%, rgba(3, 11, 20, 0.74) 100%),
      radial-gradient(circle at 50% 18%, rgba(0, 210, 255, 0.16), transparent 30%);
  }
}

@media (max-width: 760px) {
  .cinematic-hero,
  .cinematic-hero .hero-shell {
    min-height: calc(100svh - 76px);
  }

  .cinematic-hero .hero-intro-mark {
    width: min(210px, 58vw);
    padding: 20px;
  }

  .cinematic-hero .hero-main {
    padding: 22px 16px;
    border-radius: 16px;
  }

  .cinematic-hero .hero-logo-circle {
    width: 74px;
    height: 74px;
    margin-bottom: 4px;
  }

  .hero-copy-stage h1 {
    font-size: clamp(2.3rem, 11.2vw, 3.8rem);
    line-height: 1;
  }

  .hero-sound-toggle {
    right: 12px;
    bottom: 14px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 0.72rem;
  }

  .cinematic-hero .slide-indicators {
    gap: 6px;
  }

  .cinematic-hero .slide-dot {
    min-width: 10px;
  }
}

@media (max-width: 430px) {
  .cinematic-hero .hero-shell {
    padding: 50px 0 64px;
  }

  .hero-copy-stage h1 {
    font-size: clamp(2.08rem, 10.5vw, 3.1rem);
  }

  .cinematic-hero .hero-copy {
    font-size: 0.98rem;
  }
}

/* Specificity guard for the final homepage hero */
.hero.centered.cinematic-hero {
  text-align: left;
  min-height: calc(100svh - 92px);
  padding: 0;
}

.hero.centered.cinematic-hero .hero-shell {
  width: var(--wrap);
  max-width: var(--wrap);
  min-height: calc(100svh - 92px);
  justify-items: start;
  align-items: end;
  padding: clamp(82px, 8vw, 130px) 0 clamp(56px, 6vw, 86px);
}

.hero.centered.cinematic-hero .hero-main {
  width: min(760px, 100%);
  max-width: 760px;
  justify-items: start;
  text-align: left;
}

.hero.centered.cinematic-hero .hero-actions {
  justify-content: flex-start;
}

.hero.centered.cinematic-hero .hero-overlays {
  background:
    linear-gradient(90deg, rgba(3, 11, 20, 0.66) 0%, rgba(3, 11, 20, 0.38) 42%, rgba(3, 11, 20, 0.1) 72%, rgba(3, 11, 20, 0.32) 100%),
    linear-gradient(180deg, rgba(3, 11, 20, 0.1) 0%, rgba(3, 11, 20, 0.08) 48%, rgba(3, 11, 20, 0.58) 100%),
    radial-gradient(circle at 82% 18%, rgba(0, 210, 255, 0.18), transparent 28%),
    radial-gradient(circle at 16% 72%, rgba(223, 186, 107, 0.16), transparent 25%);
}

.hero.centered.cinematic-hero .hero-copy {
  margin-left: 0;
  margin-right: 0;
}

.hero.centered.cinematic-hero .hero-sound-toggle {
  justify-self: auto;
}

@media (max-width: 900px) {
  .hero.centered.cinematic-hero {
    text-align: center;
  }

  .hero.centered.cinematic-hero .hero-shell {
    width: calc(100% - 28px);
    justify-items: center;
    align-items: end;
    padding: 70px 0 76px;
  }

  .hero.centered.cinematic-hero .hero-main {
    justify-items: center;
    text-align: center;
  }

  .hero.centered.cinematic-hero .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .hero.centered.cinematic-hero,
  .hero.centered.cinematic-hero .hero-shell {
    min-height: calc(100svh - 76px);
  }
}

/* Approval pass: image-first cinematic hero */
.hero.centered.cinematic-hero .hero-slide {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #071521 !important;
  filter: saturate(1.14) contrast(1.03) brightness(1.18);
}

.hero.centered.cinematic-hero .hero-slide.is-active {
  animation: gentleCinematicDrift 4.25s ease-out forwards;
}

@keyframes gentleCinematicDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.07) translate3d(-0.4%, -0.25%, 0);
  }
}

.hero.centered.cinematic-hero .slide-origin { background-position: center 56%; }
.hero.centered.cinematic-hero .slide-tuna { background-position: 50% 50%; }
.hero.centered.cinematic-hero .slide-lobster { background-position: 45% 30%; }
.hero.centered.cinematic-hero .slide-loin { background-position: 50% 52%; }
.hero.centered.cinematic-hero .slide-grouper { background-position: 50% 45%; }
.hero.centered.cinematic-hero .slide-whole-tuna { background-position: 50% 50%; }
.hero.centered.cinematic-hero .slide-processing { background-position: 50% 50%; }
.hero.centered.cinematic-hero .slide-snapper { background-position: 50% 45%; }
.hero.centered.cinematic-hero .slide-coastal {
  background-position: 38% 48%;
}
.hero.centered.cinematic-hero .slide-specialty { background-position: 50% 50%; }
.hero.centered.cinematic-hero .slide-whole-handling { background-position: 48% 50%; }
.hero.centered.cinematic-hero .slide-roe { background-position: 42% 50%; }
.hero.centered.cinematic-hero .slide-value-line { background-position: 48% 50%; }
.hero.centered.cinematic-hero .slide-cutting-action { background-position: 42% 50%; }
.hero.centered.cinematic-hero .slide-packed { background-position: 50% 50%; }
.hero.centered.cinematic-hero .slide-harbor-continuity { background-position: center 54%; }

.hero.centered.cinematic-hero .hero-overlays {
  background:
    linear-gradient(180deg, rgba(3, 11, 20, 0.02) 0%, rgba(3, 11, 20, 0.06) 46%, rgba(3, 11, 20, 0.46) 100%),
    linear-gradient(90deg, rgba(3, 11, 20, 0.26) 0%, rgba(3, 11, 20, 0.12) 36%, rgba(3, 11, 20, 0.02) 72%, rgba(3, 11, 20, 0.12) 100%);
}

.hero.centered.cinematic-hero .hero-light-field {
  opacity: 0.45;
}

.hero.centered.cinematic-hero .hero-shell {
  align-items: end;
  justify-items: end;
  padding: 0 0 clamp(28px, 4vw, 52px);
}

.hero.centered.cinematic-hero .hero-main {
  width: min(690px, 100%);
  max-width: 690px;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "kicker actions"
    "copy actions"
    "dots actions";
  column-gap: 18px;
  row-gap: 5px;
  align-items: center;
  justify-items: start;
  gap: 5px 18px;
  padding: 10px 12px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(3, 11, 20, 0.32), rgba(3, 11, 20, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(8px);
}

.hero.centered.cinematic-hero .hero-kicker {
  grid-area: kicker;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
}

.hero.centered.cinematic-hero .hero-copy-stage h1 {
  font-size: clamp(1.45rem, 2.1vw, 2.05rem);
  line-height: 1.03;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
}

.hero.centered.cinematic-hero .hero-copy-stage {
  grid-area: copy;
}

.hero.centered.cinematic-hero .hero-copy {
  max-width: 460px;
  margin-top: 2px;
  font-size: clamp(0.78rem, 0.82vw, 0.88rem);
  line-height: 1.24;
}

.hero.centered.cinematic-hero .hero-actions {
  grid-area: actions;
  display: grid;
  gap: 8px;
  margin-top: 0;
}

.hero.centered.cinematic-hero .btn {
  min-height: 34px;
  padding: 7px 12px;
  font-size: 0.78rem;
}

.hero.centered.cinematic-hero .slide-indicators {
  grid-area: dots;
  width: min(280px, 100%);
  gap: 6px;
  margin-top: 2px;
}

.hero.centered.cinematic-hero .slide-dot {
  height: 2px;
}

.hero.centered.cinematic-hero .hero-sound-toggle {
  right: max(18px, calc((100vw - 1380px) / 2));
  bottom: clamp(18px, 3vw, 34px);
  min-height: 38px;
  padding: 8px 12px;
  font-size: 0.72rem;
}

.hero-audio-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 5px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  overflow: hidden;
}

.hero-audio-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #8f6420, #f1c766 40%, #fff0b3 70%, #b88428);
  box-shadow: 0 0 18px rgba(241, 199, 102, 0.58);
}

.hero-sound-toggle.needs-start {
  border-color: rgba(243, 201, 121, 0.62);
  color: #fff4d6;
}

@media (max-width: 900px) {
  .hero.centered.cinematic-hero .hero-shell {
    padding: 0 0 64px;
  }

  .hero.centered.cinematic-hero .hero-main {
    width: min(100%, 520px);
    padding: 13px 13px 11px;
    grid-template-columns: 1fr;
    grid-template-areas:
      "kicker"
      "copy"
      "actions"
      "dots";
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .hero.centered.cinematic-hero .hero-shell {
    width: calc(100% - 24px);
    padding: 0 0 28px;
  }

  .hero.centered.cinematic-hero .hero-main {
    gap: 6px;
    padding: 10px 10px 9px;
    border-radius: 12px;
    overflow: hidden;
  }

  .hero.centered.cinematic-hero .hero-copy-stage h1 {
    font-size: clamp(1.08rem, 5vw, 1.48rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .hero.centered.cinematic-hero .hero-copy {
    font-size: 0.74rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  .hero.centered.cinematic-hero .hero-kicker {
    font-size: 0.56rem;
    letter-spacing: 0.09em;
  }

  .hero.centered.cinematic-hero .hero-actions {
    width: 100%;
    flex-direction: row;
    gap: 8px;
    display: flex;
  }

  .hero.centered.cinematic-hero .btn {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    min-height: 32px;
    padding: 7px 6px;
    font-size: 0.64rem;
    white-space: nowrap;
  }

  .hero.centered.cinematic-hero .hero-sound-toggle {
    left: auto;
    right: 14px;
    top: auto;
    bottom: 206px;
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.66rem;
  }

  .hero.centered.cinematic-hero .slide-lobster { background-position: 45% 28%; }
  .hero.centered.cinematic-hero .slide-snapper { background-position: 48% 44%; }
  .hero.centered.cinematic-hero .slide-tuna { background-position: 38% 48%; }
  .hero.centered.cinematic-hero .slide-grouper { background-position: 43% 42%; }
  .hero.centered.cinematic-hero .slide-coastal { background-position: 28% 46%; }
  .hero.centered.cinematic-hero .slide-whole-handling { background-position: 44% 50%; }
  .hero.centered.cinematic-hero .slide-roe { background-position: 36% 50%; }
  .hero.centered.cinematic-hero .slide-value-line { background-position: 46% 50%; }
  .hero.centered.cinematic-hero .slide-cutting-action { background-position: 36% 50%; }
  .hero.centered.cinematic-hero .slide-packed { background-position: 50% 50%; }
  .hero.centered.cinematic-hero .slide-harbor-continuity { background-position: center 50%; }
}

/* ==========================================================================
   FINAL GLOBAL READABILITY PATCH - Ocean Pearl Seafood
   Added to fix dark text on dark cards/backgrounds across the live website.
   ========================================================================== */
:root {
  --readable-title: #ffffff;
  --readable-body: #e9f4f8;
  --readable-muted: #cbdde5;
  --readable-soft: #b7cbd5;
  --readable-gold: #f0c86a;
  --readable-aqua: #66e6ff;
  --readable-card-bg: rgba(6, 24, 38, 0.82);
  --readable-card-border: rgba(145, 205, 220, 0.24);
}

/* Base readability */
body {
  color: var(--readable-body) !important;
}

p,
li,
dd,
dt,
span,
.section-copy,
.section-note,
.lead,
.muted,
.white-copy,
.card-desc,
.card-text,
.product-description,
.service-description,
.quality-description,
.caption,
.form-note,
.footer-bottom,
.trust-bar-content p,
.ceo-message-card p,
.editorial-content p,
.hero-copy,
.page-hero .lead {
  color: var(--readable-body) !important;
  opacity: 1 !important;
}

/* Secondary text must still be visible on dark background */
small,
.text-muted,
.muted,
.section-note,
.caption,
.footer-bottom,
.catalog-card .card-desc,
.catalog-card p,
.catalog-card li,
.detail-list li,
.service-list li,
.check-list li,
.contact-list li {
  color: var(--readable-muted) !important;
  opacity: 1 !important;
}

/* Headings and important text */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.card h3,
.card h4,
.feature-card h3,
.info-card h3,
.workflow-card h3,
.contact-card h3,
.catalog-card h3,
.credibility-card h3,
.detail-card h3,
.innovation-card h3,
.proof-panel h3,
.diagram-card h3,
.gallery-proof-card h3,
.packaging-card h3,
.spec-card h3,
.trust-bar-content h3,
strong,
b {
  color: var(--readable-title) !important;
  opacity: 1 !important;
}

/* Gold labels / subtitles */
.hero-kicker,
.eyebrow,
.scientific-name,
.pill,
.tag-list span,
.tag-list li,
.catalog-card em,
.catalog-card .subtitle,
.packaging-card em,
.spec-card em {
  color: var(--readable-gold) !important;
  opacity: 1 !important;
}

/* Dark card readability */
.card,
.feature-card,
.info-card,
.workflow-card,
.contact-card,
.credibility-card,
.detail-card,
.innovation-card,
.proof-panel,
.diagram-card,
.gallery-proof-card,
.quote-band,
.ceo-message-card,
.spec-builder-widget,
.packaging-card,
.spec-card,
.catalog-card {
  color: var(--readable-body) !important;
  background: var(--readable-card-bg) !important;
  border-color: var(--readable-card-border) !important;
}

/* Force all dark-card copy readable, including product/package pages */
.card *,
.feature-card *,
.info-card *,
.workflow-card *,
.contact-card *,
.credibility-card *,
.detail-card *,
.innovation-card *,
.proof-panel *,
.diagram-card *,
.gallery-proof-card *,
.quote-band *,
.ceo-message-card *,
.spec-builder-widget *,
.packaging-card *,
.spec-card *,
.catalog-card * {
  opacity: 1 !important;
}

.card p,
.card li,
.feature-card p,
.feature-card li,
.info-card p,
.info-card li,
.workflow-card p,
.workflow-card li,
.contact-card p,
.contact-card li,
.catalog-card p,
.catalog-card li,
.credibility-card p,
.credibility-card li,
.detail-card p,
.detail-card li,
.innovation-card p,
.innovation-card li,
.proof-panel p,
.proof-panel li,
.diagram-card p,
.diagram-card li,
.gallery-proof-card p,
.gallery-proof-card li,
.packaging-card p,
.packaging-card li,
.spec-card p,
.spec-card li,
.service-card p,
.service-card li,
.quality-card p,
.quality-card li,
.product-card p,
.product-card li {
  color: var(--readable-body) !important;
}

/* Product/category cards that used dark blue text before */
.catalog-card h3,
.packaging-card h3,
.spec-card h3,
.product-card h3,
.service-card h3,
.quality-card h3 {
  color: var(--readable-title) !important;
}

.catalog-card .card-desc,
.catalog-card p,
.catalog-card li,
.packaging-card p,
.packaging-card li,
.spec-card p,
.spec-card li,
.product-card p,
.product-card li,
.service-card p,
.service-card li,
.quality-card p,
.quality-card li {
  color: var(--readable-body) !important;
}

/* Preserve readable content over image cards */
.showcase-content,
.showcase-content *,
.gallery-proof-card div,
.gallery-proof-card div * {
  color: var(--readable-body) !important;
}

.showcase-content h3,
.showcase-content h4,
.gallery-proof-card h3,
.gallery-proof-card h4 {
  color: var(--readable-title) !important;
}

/* Links and buttons */
a {
  color: inherit;
}

main a:not(.btn):not(.nav-cta),
.site-footer a,
.footer a,
footer a {
  color: #dff8ff !important;
  text-decoration-color: rgba(102, 230, 255, 0.45);
}

main a:not(.btn):not(.nav-cta):hover,
.site-footer a:hover,
.footer a:hover,
footer a:hover {
  color: var(--readable-aqua) !important;
}

.btn.secondary,
.btn.ghost {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
}

/* Form fields */
label {
  color: var(--readable-title) !important;
}

input,
textarea,
select {
  color: #ffffff !important;
  background-color: rgba(2, 8, 16, 0.72) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

input::placeholder,
textarea::placeholder {
  color: #b8cbd4 !important;
  opacity: 1 !important;
}

/* Footer */
.site-footer,
.footer,
footer,
.site-footer *,
.footer *,
footer * {
  color: var(--readable-body) !important;
  opacity: 1 !important;
}

.site-footer h3,
.site-footer h4,
.footer h3,
.footer h4,
footer h3,
footer h4 {
  color: var(--readable-title) !important;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0 8px;
}

.faq-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(180, 205, 214, 0.2);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(13, 43, 58, 0.92), rgba(7, 22, 33, 0.9)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.faq-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.25;
}

.faq-card p {
  margin: 0;
  color: #dcecf1;
  font-size: 0.94rem;
  line-height: 1.6;
}

@media (max-width: 960px) {
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile readability boost */
@media (max-width: 768px) {
  body,
  p,
  li,
  .section-copy,
  .lead,
  .card p,
  .card li,
  .catalog-card p,
  .catalog-card li,
  .feature-card p,
  .feature-card li,
  .contact-card p,
  .contact-card li {
    color: #eef8fb !important;
  }

  small,
  .muted,
  .caption,
  .section-note {
    color: #d2e3ea !important;
  }
}

/* Final mobile hero repair: keep the cinematic intro inside the phone viewport. */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero.centered.cinematic-hero {
    width: 100%;
    max-width: 100vw;
    min-height: calc(100svh - 76px);
    padding: 0 !important;
    overflow: hidden;
    text-align: center;
  }

  .hero.centered.cinematic-hero .hero-slides,
  .hero.centered.cinematic-hero .hero-slide,
  .hero.centered.cinematic-hero .hero-overlays,
  .hero.centered.cinematic-hero .hero-light-field {
    inset: 0;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .hero.centered.cinematic-hero .hero-slide {
    transform-origin: center center;
  }

  .hero.centered.cinematic-hero .hero-slide.is-active {
    animation: mobileCinematicDrift 4.25s ease-out forwards;
  }

  .hero.centered.cinematic-hero .hero-shell {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    min-height: calc(100svh - 76px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 14px calc(22px + env(safe-area-inset-bottom, 0px)) !important;
    margin: 0;
    transform: none;
  }

  .hero.centered.cinematic-hero .hero-main {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 400px;
    min-width: 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "kicker"
      "copy"
      "actions"
      "dots";
    justify-items: center;
    align-items: center;
    gap: 6px;
    padding: 10px 11px;
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(3, 14, 24, 0.62), rgba(7, 27, 40, 0.34)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(7px);
    text-align: center;
    transform: none;
    overflow: hidden;
  }

  .hero.centered.cinematic-hero .hero-copy-stage,
  .hero.centered.cinematic-hero .hero-copy-stage h1,
  .hero.centered.cinematic-hero .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero.centered.cinematic-hero .hero-copy-stage h1 {
    font-size: clamp(1.08rem, 5.4vw, 1.42rem);
    line-height: 1.05;
  }

  .hero.centered.cinematic-hero .hero-copy {
    font-size: 0.76rem;
    line-height: 1.22;
  }

  .hero.centered.cinematic-hero .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hero.centered.cinematic-hero .btn {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 7px 6px;
    white-space: normal;
    text-align: center;
  }

  .hero.centered.cinematic-hero .slide-indicators {
    width: 100%;
    max-width: 250px;
  }

  .hero.centered.cinematic-hero .hero-sound-toggle {
    position: absolute;
    right: 14px;
    bottom: calc(154px + env(safe-area-inset-bottom, 0px));
    z-index: 5;
    left: auto;
    top: auto;
    max-width: calc(100vw - 28px);
  }

  .hero.centered.cinematic-hero .slide-origin { background-position: center 54%; }
  .hero.centered.cinematic-hero .slide-tuna { background-position: 45% 50%; }
  .hero.centered.cinematic-hero .slide-lobster { background-position: 44% 34%; }
  .hero.centered.cinematic-hero .slide-loin { background-position: 48% 50%; }
  .hero.centered.cinematic-hero .slide-grouper { background-position: 45% 43%; }
  .hero.centered.cinematic-hero .slide-whole-tuna { background-position: 48% 50%; }
  .hero.centered.cinematic-hero .slide-processing { background-position: 48% 50%; }
  .hero.centered.cinematic-hero .slide-snapper { background-position: 47% 44%; }
  .hero.centered.cinematic-hero .slide-coastal { background-position: 28% 46%; }
  .hero.centered.cinematic-hero .slide-specialty { background-position: 50% 50%; }
  .hero.centered.cinematic-hero .slide-whole-handling { background-position: 44% 50%; }
  .hero.centered.cinematic-hero .slide-roe { background-position: 38% 50%; }
  .hero.centered.cinematic-hero .slide-value-line { background-position: 46% 50%; }
  .hero.centered.cinematic-hero .slide-cutting-action { background-position: 38% 50%; }
  .hero.centered.cinematic-hero .slide-packed { background-position: 50% 50%; }
  .hero.centered.cinematic-hero .slide-harbor-continuity { background-position: center 50%; }
}

@media (max-width: 390px) {
  .hero.centered.cinematic-hero .hero-shell {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hero.centered.cinematic-hero .hero-main {
    max-width: 340px;
    padding: 9px;
  }

  .hero.centered.cinematic-hero .hero-actions {
    gap: 6px;
  }

  .hero.centered.cinematic-hero .btn {
    font-size: 0.62rem;
  }
}

@keyframes mobileCinematicDrift {
  from {
    transform: scale(1.015) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.045) translate3d(0, -0.15%, 0);
  }
}
