:root {
  --ink: #14171a;
  --line: #d9d2c6;
  --paper: #f7f4ed;
  --white: #ffffff;
  --charcoal: #1c1f22;
  --black: #0f1114;
  --panel: #2a2d31;
  --iron-line: #3a3e43;
  --steel: #8a9099;
  --steel-sheen: #b8bcc2;
  --dark-page: #171a1d;
  --dark-band: #1c2024;
  --dark-card: rgba(42, 45, 49, 0.9);
  --dark-card-solid: #24282d;
  --dark-line: rgba(255, 255, 255, 0.16);
  --dark-text: rgba(255, 255, 255, 0.88);
  --dark-muted: rgba(255, 255, 255, 0.68);
  --amber: #e8761a;
  --amber-soft: #f09a38;
  --molten: #c85a12;
  --shadow: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-snap-type: y mandatory;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--dark-text);
  background: var(--dark-page);
  line-height: 1.55;
  overscroll-behavior-y: none;
}

main {
  width: 100%;
  margin: 0 auto;
}

.dzongkha {
  font-family: Uchen, serif;
  font-weight: 400;
  line-height: 1.45;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 8px;
  background: var(--amber);
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transform: translateY(-200%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(28, 31, 34, 0.94);
  border-bottom: 1px solid var(--iron-line);
  color: var(--paper);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 58px;
  height: 48px;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: brightness(1.28) contrast(1.12);
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
}

.brand strong {
  font-family: Archivo, Inter, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.1;
}

.brand small {
  color: var(--steel-sheen);
  font-size: 13px;
  line-height: 1.2;
  margin-top: 3px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.7vw, 28px);
  margin-left: auto;
  color: var(--steel-sheen);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--paper);
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--amber);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 3;
}

.theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  color: var(--steel-sheen);
  cursor: pointer;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  color: var(--amber-soft);
  outline: 0;
}

.theme-toggle::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 160ms ease, transform 160ms ease;
}

.theme-toggle:hover::before,
.theme-toggle:focus-visible::before {
  opacity: 0.12;
  transform: scale(1);
}

.theme-toggle-icon {
  position: absolute;
  width: 23px;
  height: 23px;
  opacity: 0;
  transform: scale(0.82) rotate(-8deg);
  transition: opacity 160ms ease, transform 160ms ease;
}

.theme-toggle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

body:not([data-theme="light"]) .theme-toggle-icon-sun,
body[data-theme="light"] .theme-toggle-icon-moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  border-radius: 50%;
  padding: 9px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--paper);
  margin: 5px 0;
}

.mobile-swipe-nav {
  display: none;
}

.mobile-swipe-button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
}

.mobile-swipe-button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  min-height: calc(100vh - 56px);
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 72px) 42px;
  position: relative;
  overflow: hidden;
  background: var(--black);
}

.section-dark {
  background: var(--charcoal);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(217, 144, 47, 0.32), transparent 26%),
    linear-gradient(90deg, rgba(11, 12, 15, 0.94), rgba(18, 20, 24, 0.66) 54%, rgba(18, 20, 24, 0.28)),
    linear-gradient(0deg, rgba(11, 12, 15, 0.94), rgba(18, 20, 24, 0.2) 48%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content,
.hero-facts {
  position: relative;
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.hero-content {
  max-width: 960px;
  padding-bottom: 64px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

p,
li,
td,
figcaption,
.hero-copy,
.section-heading p:not(.eyebrow),
.intro-copy,
.export-points p,
.product-summary p,
.quality-grid p,
.quality-parameters p,
.process-list p,
.notice-panel p,
.contact-block p {
  -webkit-hyphens: auto;
  hyphens: auto;
  hyphenate-character: "-";
  overflow-wrap: break-word;
  word-break: normal;
  word-spacing: normal;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-family: Archivo, Inter, Arial, Helvetica, sans-serif;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;
}

h2 {
  margin: 0;
  font-family: Archivo, Inter, Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
}

h3 {
  margin: 0 0 10px;
  font-family: Archivo, Inter, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--amber);
  color: var(--ink);
  box-shadow: none;
}

.button-primary:hover {
  background: var(--molten);
}

.button-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

.button-light:hover {
  border-color: var(--amber);
  background: transparent;
  color: var(--paper);
}

.hero-panel {
  position: relative;
  margin-bottom: 64px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    rgba(28, 31, 34, 0.16);
  box-shadow: none;
  backdrop-filter: blur(4px);
}

.hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 84px;
  height: 2px;
  background: var(--amber);
}

.hero-panel img {
  width: 92px;
  height: 76px;
  object-fit: contain;
  padding: 0;
  background: transparent;
  border-radius: 0;
  filter: brightness(1.28) contrast(1.12);
}

.hero-panel .dzongkha {
  margin: 24px 0 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.hero-panel h2 {
  font-size: 30px;
  line-height: 1.05;
}

.hero-panel > span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-weight: 700;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-tags small {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 800;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.hero-facts div {
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts strong {
  display: block;
  font-family: Archivo, Inter, Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.hero-facts span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.positioning-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(18px, 5vw, 72px);
  background: var(--iron-line);
}

main > section:not(.positioning-strip) {
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  min-height: 100svh;
  height: auto;
  overflow: visible;
  scrollbar-width: none;
}

main > section:not(.positioning-strip)::-webkit-scrollbar {
  width: 0;
  height: 0;
}

main > section.contact::after {
  content: "Copyright © 2026 AJA Alloys Pvt Ltd. All rights reserved.";
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: 18px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.56);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}

main > section:not(.section-dark):not(.split-section):not(.careers)::after,
.products::after,
.operations::after,
.contact::after,
.intro::after {
  color: rgba(255, 255, 255, 0.42);
}

.positioning-strip article {
  padding: 24px;
  background: var(--panel);
  color: var(--paper);
  border-top: 2px solid var(--amber);
}

.positioning-strip span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.positioning-strip p {
  margin: 10px 0 0;
  color: var(--steel-sheen);
  font-size: 14px;
}

.export-positioning-strip {
  grid-area: export-strip;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
  padding: 1px;
  background: var(--iron-line);
}

.export-positioning-strip article {
  padding: 12px 16px;
  border: 1px solid var(--iron-line);
  border-top: 2px solid var(--amber);
}

.export-positioning-strip p {
  font-size: 11.5px;
  line-height: 1.36;
}

.section {
  padding: 96px clamp(18px, 5vw, 72px) 54px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
    var(--dark-page);
  color: var(--dark-text);
}

.intro {
  padding-top: 112px;
  padding-bottom: 170px;
  background-color: var(--dark-page);
  background-image:
    linear-gradient(180deg, rgba(15, 17, 20, 0.95) 0%, rgba(16, 19, 22, 0.93) 100%),
    url("assets/company-emissions-system.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 36px;
}

.section-heading p:not(.eyebrow) {
  max-width: none;
  color: var(--dark-muted);
  font-size: 17px;
  margin: 14px 0 0;
}

.hero-copy,
.positioning-strip p,
.section-heading p:not(.eyebrow),
.intro-copy,
.export-points p,
.product-summary p,
.quality-grid p,
.quality-parameters p,
.process-list p,
.notice-panel p,
.contact-block p {
  text-align: left;
}

.section-heading.compact {
  max-width: 780px;
  margin-bottom: 0;
}

.intro-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.intro .section-heading,
.intro-grid {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.intro .section-heading {
  margin-bottom: 28px;
}

.intro .section-heading h2 {
  max-width: 680px;
  font-size: clamp(34px, 4vw, 48px);
}

.intro-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.82fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: stretch;
}

.intro-copy {
  position: relative;
  max-width: none;
  padding-top: 18px;
  color: var(--dark-muted);
  font-size: 16px;
  line-height: 1.62;
}

.intro-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 3px;
  background: var(--amber);
}

.intro-copy p {
  margin: 0 0 16px;
}

.read-more-extra {
  display: contents;
}

.company-aside {
  display: grid;
  gap: 16px;
  min-height: 100%;
}

.company-photo {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--dark-card-solid);
  border: 1px solid var(--dark-line);
  border-radius: 2px;
  box-shadow: none;
}

.company-slides {
  isolation: isolate;
  position: relative;
  width: 100%;
  min-height: clamp(320px, 42svh, 520px);
  background: var(--panel);
}

.company-slides img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.company-slides img.is-active {
  opacity: 1;
}

.company-slide-control {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 2px;
  background: rgba(15, 17, 20, 0.72);
  color: var(--paper);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.company-slide-control:hover,
.company-slide-control:focus-visible {
  border-color: var(--amber);
  background: rgba(232, 118, 26, 0.92);
  color: var(--ink);
  outline: 0;
}

.company-slide-control-prev {
  left: 12px;
}

.company-slide-control-next {
  right: 12px;
}

.company-photo figcaption {
  padding: 10px 12px;
  color: var(--steel-sheen);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

/* Company-style carousel reused in Operations, Quality, and Products */
.operations-visual.company-photo,
.product-summary .product-visual {
  position: relative;
}

.operations-visual .company-slides,
.product-visual .company-slides {
  min-height: 0;
  height: 100%;
}

.product-visual figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 17, 20, 0.78);
}

.quality-visual {
  margin: clamp(20px, 3vh, 32px) 0 clamp(24px, 4vh, 40px);
}

.quality-visual .company-slides {
  min-height: clamp(300px, 46svh, 540px);
}

.profile-panel,
.contact-block,
.contact-form,
.product-summary,
.spec-table-wrap,
.operations-visual,
.process-list article,
.quality-grid div {
  background: var(--dark-card);
  border: 1px solid var(--dark-line);
  border-radius: 2px;
  box-shadow: none;
}

.profile-panel {
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: calc(100% - clamp(36px, 10vw, 144px));
  max-width: none;
  overflow: auto;
  padding: 0;
  transform: translateX(-50%);
  background: rgba(36, 40, 45, 0.96);
}

.profile-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.profile-table td {
  width: 33.333%;
  padding: 24px 30px;
  border-right: 1px solid var(--dark-line);
  color: var(--dark-text);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
  vertical-align: middle;
}

.profile-table td:last-child {
  border-right: 0;
}

.profile-table span {
  display: block;
  margin-bottom: 8px;
  color: var(--steel-sheen);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-table p {
  margin: 0;
  color: var(--dark-text);
  font-weight: 400;
  text-align: center;
  text-align-last: center;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "export-copy export-copy"
    "export-image export-details"
    "export-strip export-strip";
  align-items: stretch;
  align-content: center;
  height: 100svh;
  min-height: 100svh;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  gap: clamp(18px, 3.2vw, 34px) clamp(28px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(28, 31, 34, 0.96), rgba(28, 31, 34, 0.9)),
    var(--charcoal);
  color: var(--paper);
}

main > section.split-section {
  height: 100svh;
  min-height: 100svh;
  overflow-y: auto;
  overscroll-behavior-y: auto;
}

.split-section .section-heading {
  grid-area: export-copy;
  align-self: start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.split-section .section-heading h2 {
  max-width: 100%;
  font-size: clamp(30px, 3vw, 38px);
}

.export-copy {
  grid-area: export-details;
  align-self: start;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: none;
}

.export-copy > p {
  max-width: 100%;
  color: var(--steel-sheen);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.42;
}

.export-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(clamp(220px, 28svh, 320px), 1fr);
  align-items: stretch;
  gap: clamp(12px, 1.6vw, 20px);
  min-height: clamp(220px, 28svh, 320px);
  margin-top: clamp(20px, 3svh, 34px);
}

.export-points article {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid var(--iron-line);
  border-radius: 2px;
  background: var(--panel);
}

.export-points h3 {
  margin-bottom: clamp(8px, 1.2vw, 14px);
  font-size: clamp(18px, 1.55vw, 24px);
}

.export-points h3 button {
  all: unset;
  display: block;
  width: 100%;
  color: inherit;
  cursor: default;
}

.export-points p {
  margin: 0;
  color: var(--steel-sheen);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.42;
}

.image-band {
  grid-area: export-image;
  min-height: 0;
  height: clamp(390px, 54svh, 590px);
  overflow: hidden;
  border-radius: 2px;
  box-shadow: var(--shadow);
}

.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products {
  background:
    linear-gradient(180deg, rgba(39, 45, 51, 0.98), rgba(22, 25, 29, 0.98)),
    var(--dark-page);
  padding-top: 86px;
  padding-bottom: 44px;
}

.products .section-heading {
  margin-bottom: 28px;
}

.product-summary {
  display: grid;
  grid-template-rows: clamp(260px, 36svh, 420px) minmax(0, 1fr);
  overflow: hidden;
}

.product-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}

.product-summary-muted {
  min-height: 100%;
  background: var(--dark-card);
}

.product-summary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-summary div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  padding: 28px;
}

.product-summary-muted div {
  min-height: 0;
}

.product-kicker {
  position: absolute;
  top: 28px;
  right: 28px;
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid var(--dark-line);
  color: var(--amber-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.product-summary-muted h3 {
  padding-right: 150px;
}

.product-summary p,
.quality-grid p,
.process-list p,
.contact-block p {
  color: var(--dark-muted);
  margin: 0;
}

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

.spec-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: rgba(20, 23, 26, 0.88);
}

.spec-table th,
.spec-table td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  vertical-align: top;
}

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

.spec-table th {
  background: rgba(12, 14, 16, 0.94);
  color: var(--white);
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
}

.spec-table td:first-child {
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  font-weight: 800;
}

.quality {
  background:
    linear-gradient(rgba(28, 31, 34, 0.92), rgba(28, 31, 34, 0.9)),
    url("assets/company-furnace-hall.webp");
  background-color: var(--charcoal);
  background-size: cover;
  background-position: center;
}

.quality .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

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

.quality-grid div {
  background: rgba(42, 45, 49, 0.86);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
  padding: 24px;
}

.quality-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.quality-parameters {
  display: grid;
  gap: 20px;
  margin-top: 22px;
}

.spec-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.spec-tab {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.spec-tab:hover,
.spec-tab:focus-visible,
.spec-tab.is-active {
  border-color: var(--amber);
  color: var(--white);
  outline: 0;
}

.spec-tab.is-active {
  background: var(--amber);
  color: var(--ink);
}

.spec-toggle {
  display: none;
}

.spec-panels {
  display: grid;
}

.spec-table-group {
  display: grid;
  gap: 12px;
}

.spec-table-group[hidden] {
  display: none;
}

.spec-modal[hidden] {
  display: none;
}

.spec-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
}

.spec-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 9, 10, 0.72);
  backdrop-filter: blur(5px);
}

.spec-modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(82svh, 720px);
  overflow: auto;
  border: 1px solid var(--dark-line);
  background: var(--dark-card-solid);
  color: var(--dark-text);
  padding: 20px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.42);
}

.spec-modal-panel h2 {
  margin: 0 46px 18px 0;
  color: var(--dark-text);
  font-size: 24px;
}

.spec-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--dark-text);
  cursor: pointer;
}

.spec-modal-close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.spec-modal-body {
  display: grid;
  gap: 14px;
}

.spec-modal .spec-table,
.spec-modal .spec-table th,
.spec-modal .spec-table td,
.spec-modal .spec-table td:first-child {
  color: rgba(255, 255, 255, 0.9);
}

.spec-modal .spec-table td::before {
  color: rgba(255, 255, 255, 0.66);
}

.spec-modal .spec-note,
.spec-modal .spec-note span {
  color: rgba(255, 255, 255, 0.84);
}

.spec-modal .spec-note {
  grid-template-columns: 1fr;
  gap: 8px;
}

.spec-modal .spec-note span {
  display: block;
}

.spec-table-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.spec-table-heading .eyebrow,
.spec-table-heading h3 {
  margin: 0;
}

.spec-table-heading h3 {
  color: var(--white);
}

.spec-note {
  display: grid;
  grid-template-columns: minmax(140px, 18%) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.spec-note span {
  color: var(--amber-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.quality-parameters .spec-table-wrap {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(20, 23, 26, 0.82);
}

.operations {
  background:
    linear-gradient(180deg, rgba(30, 34, 38, 0.98), rgba(20, 23, 26, 0.98)),
    var(--dark-page);
}

main > section.operations {
  height: 100svh;
  min-height: 100svh;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  padding-top: clamp(48px, 8svh, 96px);
  padding-bottom: clamp(32px, 5svh, 54px);
}

.operations .section-heading {
  max-width: none;
  margin-bottom: clamp(12px, 2.2svh, 28px);
}

.operations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: start;
}

.operations-visual {
  position: relative;
  height: clamp(360px, 58svh, 620px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.operations-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.operations-visual figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  background: rgba(15, 17, 20, 0.78);
  color: var(--steel-sheen);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.operations .process-list {
  grid-template-columns: 1fr;
  gap: clamp(8px, 1.3svh, 14px);
}

.process-list article {
  min-height: 0;
  padding: clamp(10px, 1.7svh, 22px);
  position: relative;
  overflow: hidden;
}

.operations .process-list h3 {
  margin-bottom: clamp(2px, 0.7svh, 8px);
  font-size: clamp(16px, 2.05svh, 21px);
  line-height: 1.2;
}

.operations .process-list p {
  font-size: clamp(13px, 1.5svh, 16px);
  line-height: 1.4;
}

.operations .process-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
}

.process-list article::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--amber);
}

.process-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  background: rgba(15, 17, 20, 0.96);
  color: var(--amber);
  border-radius: 2px;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 900;
}

.operations .process-list span {
  grid-row: span 2;
  width: clamp(32px, 4.2svh, 38px);
  height: clamp(32px, 4.2svh, 38px);
  margin-bottom: 0;
}

.careers {
  background: var(--panel);
  color: var(--paper);
}

.careers a {
  color: var(--paper);
  font-weight: 800;
}

.careers .section-heading p:not(.eyebrow) {
  color: var(--steel-sheen);
}

.careers .section-heading.compact {
  width: 100%;
  max-width: none;
}

.notice-board {
  width: 100%;
  max-width: none;
  margin-top: 34px;
}

.notice-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid var(--iron-line);
}

.notice-tab {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--iron-line);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--steel-sheen);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.notice-tab:hover,
.notice-tab:focus-visible,
.notice-tab.is-active {
  color: var(--paper);
  border-color: var(--amber);
  outline: 0;
}

.notice-tab.is-active {
  background: var(--amber);
  color: var(--ink);
}

.notice-board:has(.notice-panel:target) .notice-tab.is-active {
  background: rgba(255, 255, 255, 0.04);
  color: var(--steel-sheen);
  border-color: var(--iron-line);
}

.notice-board:has(#notice-panel-news:target) .notice-tab[href="#notice-panel-news"],
.notice-board:has(#notice-panel-vacancies:target) .notice-tab[href="#notice-panel-vacancies"],
.notice-board:has(#notice-panel-procurement:target) .notice-tab[href="#notice-panel-procurement"] {
  background: var(--amber);
  color: var(--ink);
  border-color: var(--amber);
}

.notice-panels {
  border: 1px solid var(--iron-line);
  border-top: 0;
  background: rgba(20, 23, 26, 0.34);
}

.notice-panel {
  display: none;
  flex-direction: column;
  gap: 24px;
  min-height: clamp(320px, 42svh, 430px);
  padding: clamp(22px, 4vw, 34px);
}

.notice-panel.is-active,
.notice-panel:target {
  display: flex;
}

.notice-panels:has(.notice-panel:target) .notice-panel.is-active:not(:target) {
  display: none;
}

.notice-panel h3 {
  margin-top: 12px;
  font-size: 28px;
}

.notice-panel p {
  max-width: none;
  margin: 0;
  color: var(--steel-sheen);
  font-size: 17px;
}

.notice-panel a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid var(--amber);
  color: var(--paper);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

.notice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.notice-list li {
  min-height: 132px;
  border: 1px solid var(--iron-line);
  padding: clamp(14px, 1.8vw, 20px);
  background: rgba(255, 255, 255, 0.035);
}

.notice-list span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--amber-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.notice-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--paper);
  font-family: "Archivo", sans-serif;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.15;
}

.notice-list p {
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.36;
}

.notice-panel a:hover {
  background: var(--amber);
  color: var(--ink);
}

.notice-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  background: rgba(232, 118, 26, 0.12);
  border: 1px solid rgba(232, 118, 26, 0.42);
  color: var(--amber-soft);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact {
  background:
    linear-gradient(180deg, rgba(34, 38, 43, 0.98), rgba(18, 21, 24, 0.98)),
    var(--dark-page);
}

.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.contact-block {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 176px;
  padding: 20px;
}

.contact-block a {
  color: var(--paper);
  font-weight: 800;
  text-decoration: none;
}

.muted {
  color: var(--steel-sheen);
}

.contact-form {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--steel);
  font-family: "IBM Plex Mono", monospace;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form label:last-of-type {
  grid-column: span 3;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--dark-line);
  border-radius: 2px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--paper);
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form textarea {
  min-height: 68px;
  max-height: 68px;
}

.contact-form button {
  grid-column: span 3;
  justify-self: start;
}

body[data-theme="light"] {
  --ink: #101214;
  --line: #c8ccd1;
  --paper: #101214;
  --white: #101214;
  --charcoal: #f2f1ee;
  --black: #d9d9d6;
  --panel: #e8e7e3;
  --iron-line: #b7bbc0;
  --steel: #686d73;
  --steel-sheen: #353a40;
  --dark-page: #f2f1ee;
  --dark-band: #e2e1dd;
  --dark-card: rgba(255, 255, 255, 0.86);
  --dark-card-solid: #f7f6f3;
  --dark-line: rgba(16, 18, 20, 0.18);
  --dark-text: rgba(16, 18, 20, 0.92);
  --dark-muted: rgba(16, 18, 20, 0.66);
  --amber: #e8761a;
  --amber-soft: #b65313;
  --molten: #a8450f;
  background:
    linear-gradient(180deg, #f4f3f0, #dededb);
  color: var(--dark-text);
}

body[data-theme="light"] .site-header {
  background: rgba(244, 243, 240, 0.96);
  border-bottom-color: rgba(16, 18, 20, 0.18);
  color: var(--ink);
}

body[data-theme="light"] .brand img {
  filter: grayscale(1) brightness(0.34) contrast(1.35);
}

body[data-theme="light"] .brand small,
body[data-theme="light"] .site-nav,
body[data-theme="light"] .theme-toggle {
  color: rgba(16, 18, 20, 0.68);
}

body[data-theme="light"] .site-nav a:hover,
body[data-theme="light"] .site-nav a.is-active,
body[data-theme="light"] .theme-toggle:hover,
body[data-theme="light"] .theme-toggle:focus-visible {
  color: var(--ink);
}

body[data-theme="light"] .nav-toggle {
  background: transparent;
  border: 0;
}

body[data-theme="light"] .theme-toggle {
  background: transparent;
  border: 0;
}

body[data-theme="light"] .spec-modal-backdrop {
  background: rgba(16, 18, 20, 0.48);
}

body[data-theme="light"] .spec-modal-panel {
  background: rgba(24, 27, 30, 0.98);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
}

body[data-theme="light"] .spec-modal-panel h2,
body[data-theme="light"] .spec-modal-close {
  color: rgba(255, 255, 255, 0.92);
}

body[data-theme="light"] .nav-toggle span {
  background: var(--ink);
}

body[data-theme="light"] .hero,
body[data-theme="light"] .section,
body[data-theme="light"] .section-dark,
body[data-theme="light"] .intro,
body[data-theme="light"] .products,
body[data-theme="light"] .operations,
body[data-theme="light"] .careers,
body[data-theme="light"] .contact {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(222, 222, 219, 0.34)),
    var(--dark-page);
  color: var(--dark-text);
}

body[data-theme="light"] .intro {
  background-color: var(--paper);
  background-image:
    linear-gradient(180deg, rgba(247, 247, 244, 0.95) 0%, rgba(236, 236, 232, 0.93) 100%),
    url("assets/company-emissions-system.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body[data-theme="light"] .hero {
  background: var(--black);
}

body[data-theme="light"] .hero-media::after {
  background: rgba(0, 0, 0, 0.48);
}

body[data-theme="light"] .split-section,
body[data-theme="light"] .quality {
  background:
    linear-gradient(180deg, rgba(246, 246, 243, 0.94), rgba(222, 222, 219, 0.92)),
    var(--dark-page);
  color: var(--dark-text);
}

body[data-theme="light"] .positioning-strip,
body[data-theme="light"] .export-positioning-strip {
  background: rgba(16, 18, 20, 0.16);
  color: var(--dark-text);
}

body[data-theme="light"] .hero-copy,
body[data-theme="light"] .split-section .section-heading p:not(.eyebrow),
body[data-theme="light"] .export-copy > p,
body[data-theme="light"] .quality .section-heading p:not(.eyebrow),
body[data-theme="light"] .careers .section-heading p:not(.eyebrow),
body[data-theme="light"] .product-summary p,
body[data-theme="light"] .quality-grid p,
body[data-theme="light"] .quality-parameters p,
body[data-theme="light"] .process-list p,
body[data-theme="light"] .notice-panel p,
body[data-theme="light"] .contact-block p {
  color: var(--dark-muted);
}

body[data-theme="light"] .hero-content h1,
body[data-theme="light"] .hero-copy {
  color: rgba(255, 255, 255, 0.94);
}

body[data-theme="light"] .profile-panel,
body[data-theme="light"] .contact-block,
body[data-theme="light"] .contact-form,
body[data-theme="light"] .product-summary,
body[data-theme="light"] .spec-table-wrap,
body[data-theme="light"] .operations-visual,
body[data-theme="light"] .process-list article,
body[data-theme="light"] .quality-grid div,
body[data-theme="light"] .export-points article,
body[data-theme="light"] .notice-list li,
body[data-theme="light"] .notice-panels {
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(16, 18, 20, 0.18);
}

body[data-theme="light"] .notice-list strong {
  color: var(--dark-text);
}

body[data-theme="light"] .hero-panel {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.42);
  border-color: rgba(16, 18, 20, 0.12);
  backdrop-filter: blur(3px);
}

body[data-theme="light"] .hero-panel .dzongkha,
body[data-theme="light"] .hero-panel > span,
body[data-theme="light"] .hero-tags small,
body[data-theme="light"] .hero-facts span {
  color: var(--dark-muted);
}

body[data-theme="light"] .hero-tags small,
body[data-theme="light"] .hero-facts {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(16, 18, 20, 0.18);
}

body[data-theme="light"] .hero-facts div {
  border-right-color: rgba(16, 18, 20, 0.14);
}

body[data-theme="light"] .company-photo,
body[data-theme="light"] .company-slides {
  background: #dbdbd8;
  border-color: rgba(16, 18, 20, 0.2);
}

body[data-theme="light"] .company-photo figcaption,
body[data-theme="light"] .operations-visual figcaption {
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
}

body[data-theme="light"] .spec-table {
  background: rgba(255, 255, 255, 0.86);
}

body[data-theme="light"] .spec-table th {
  background: rgba(232, 231, 227, 0.94);
  color: var(--ink);
}

body[data-theme="light"] .spec-tab,
body[data-theme="light"] .notice-tab,
body[data-theme="light"] .contact-form input,
body[data-theme="light"] .contact-form select,
body[data-theme="light"] .contact-form textarea {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(16, 18, 20, 0.2);
  color: var(--ink);
}

body[data-theme="light"] .button-light {
  border-color: rgba(16, 18, 20, 0.26);
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

body[data-theme="light"] .button-light:hover {
  background: transparent;
  color: var(--ink);
}

body[data-theme="light"] .button-primary,
body[data-theme="light"] .spec-tab.is-active,
body[data-theme="light"] .notice-tab.is-active,
body[data-theme="light"] .notice-board:has(#notice-panel-news:target) .notice-tab[href="#notice-panel-news"],
body[data-theme="light"] .notice-board:has(#notice-panel-vacancies:target) .notice-tab[href="#notice-panel-vacancies"],
body[data-theme="light"] .notice-board:has(#notice-panel-procurement:target) .notice-tab[href="#notice-panel-procurement"] {
  color: var(--ink);
}

body[data-theme="light"] main > section:not(.positioning-strip)::after {
  color: rgba(16, 18, 20, 0.72);
}

@media (min-width: 1800px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 24px;
  }

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

  .section-heading p:not(.eyebrow),
  .intro-copy {
    font-size: 20px;
  }

  .section {
    padding: 120px 92px;
  }

  .intro {
    padding-bottom: 190px;
  }
}

@media (min-width: 2600px) {
  .site-header {
    padding: 36px 170px;
  }

  .brand {
    gap: 30px;
  }

  .brand img {
    width: 140px;
    height: 116px;
  }

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

  .brand small {
    font-size: 31px;
  }

  .site-nav {
    gap: 54px;
    font-size: 28px;
  }

  .site-nav a.is-active::after {
    bottom: -20px;
    height: 6px;
  }

  .hero {
    min-height: 100svh;
    padding: 280px 192px 104px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(720px, 0.88fr);
    gap: 160px;
  }

  .hero-content {
    max-width: 1480px;
    padding-bottom: 116px;
  }

  h1 {
    max-width: 1260px;
    font-size: 118px;
  }

  h2 {
    font-size: 76px;
  }

  h3 {
    margin-bottom: 22px;
    font-size: 42px;
  }

  .eyebrow {
    margin-bottom: 26px;
    font-size: 22px;
  }

  .hero-copy {
    max-width: 1120px;
    margin-top: 38px;
    font-size: 38px;
    line-height: 1.42;
  }

  .hero-actions {
    gap: 28px;
    margin-top: 56px;
  }

  .button {
    min-height: 76px;
    padding: 22px 30px;
    font-size: 20px;
  }

  .hero-panel {
    margin-bottom: 116px;
    padding: 56px;
  }

  .hero-panel::before {
    left: 56px;
    width: 160px;
    height: 4px;
  }

  .hero-panel img {
    width: 160px;
    height: 132px;
  }

  .hero-panel .dzongkha {
    margin-top: 44px;
    font-size: 30px;
  }

  .hero-panel h2 {
    font-size: 54px;
  }

  .hero-panel > span {
    margin-top: 22px;
    font-size: 26px;
  }

  .hero-tags {
    gap: 16px;
    margin-top: 42px;
  }

  .hero-tags small {
    padding: 14px 18px;
    font-size: 18px;
  }

  .hero-facts div {
    padding: 42px;
  }

  .hero-facts strong {
    font-size: 56px;
  }

  .hero-facts span {
    margin-top: 18px;
    font-size: 26px;
  }

  .positioning-strip {
    padding-right: 192px;
    padding-left: 192px;
  }

  .positioning-strip article {
    padding: 42px;
  }

  .positioning-strip span {
    font-size: 20px;
  }

  .positioning-strip p {
    margin-top: 18px;
    font-size: 24px;
  }

  .export-positioning-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 0;
    padding: 1px;
    background: var(--iron-line);
  }

  .export-positioning-strip article {
    padding: 28px;
  }

  .export-positioning-strip p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.4;
  }

  main > section:not(.positioning-strip)::after {
    left: 192px;
    right: 192px;
    bottom: 36px;
    font-size: 16px;
  }

  main > section:not(.positioning-strip) {
    height: 100svh;
    min-height: 100svh;
    overflow-y: auto;
    overscroll-behavior-y: auto;
  }

  .section {
    padding: 190px 192px 128px;
  }

  .section-heading {
    max-width: none;
    margin-bottom: 72px;
  }

  .section-heading p:not(.eyebrow) {
    max-width: none;
    margin-top: 28px;
    font-size: 32px;
    line-height: 1.46;
  }

  .intro {
    padding-top: 220px;
    padding-bottom: 330px;
  }

  .intro .section-heading,
  .intro-grid {
    max-width: 2320px;
  }

  .intro .section-heading {
    margin-bottom: 56px;
  }

  .intro .section-heading h2 {
    max-width: 1250px;
    font-size: 86px;
  }

  .intro-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(820px, 0.96fr);
    gap: 150px;
  }

  .intro-copy {
    max-width: 1160px;
    padding-top: 36px;
    font-size: 31px;
    line-height: 1.55;
  }

  .intro-copy::before {
    width: 180px;
    height: 5px;
  }

  .intro-copy p {
    margin-bottom: 34px;
  }

  .company-slides {
    min-height: 620px;
  }

  .company-photo figcaption {
    padding: 22px 26px;
    font-size: 19px;
  }

  .profile-panel {
    bottom: 112px;
    width: min(2320px, calc(100% - 384px));
  }

  .profile-table td {
    padding: 46px 58px;
    font-size: 30px;
  }

  .profile-table span {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .split-section {
    gap: 70px 150px;
  }

  .image-band {
    min-height: 0;
    height: clamp(760px, 58svh, 1120px);
  }

  .export-points {
    gap: 20px;
    margin-top: 40px;
  }

  .export-points article {
    padding: 28px;
  }

  .export-points h3 {
    font-size: 32px;
  }

  .export-points p {
    font-size: 22px;
    line-height: 1.38;
  }

  .products,
  .quality,
  .operations,
  .careers,
  .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .products {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .products .section-heading {
    margin-bottom: 70px;
  }

  .product-layout {
    gap: 120px;
  }

  .product-summary img {
    height: 650px;
  }

  .product-summary div {
    padding: 66px;
  }

  .product-summary p {
    font-size: 31px;
    line-height: 1.5;
  }

  .product-kicker {
    margin-bottom: 32px;
    padding: 14px 18px;
    font-size: 19px;
  }

  .quality-grid {
    gap: 34px;
  }

  .quality-grid div {
    padding: 44px;
  }

  .quality-grid p {
    font-size: 28px;
    line-height: 1.46;
  }

  .quality-parameters {
    gap: 34px;
    margin-top: 48px;
  }

  .spec-tabs {
    gap: 20px;
  }

  .spec-tab {
    min-height: 72px;
    padding: 18px 26px;
    font-size: 20px;
  }

  .spec-table-heading {
    padding-bottom: 14px;
  }

  .spec-table th,
  .spec-table td {
    padding: 22px 24px;
    font-size: 26px;
  }

  .spec-table th,
  .spec-table td:first-child {
    font-size: 24px;
  }

  .spec-note {
    grid-template-columns: minmax(240px, 15%) minmax(0, 1fr);
    gap: 30px;
    padding: 28px 32px;
    font-size: 27px;
  }

  .spec-note span {
    font-size: 22px;
  }

  .process-list {
    gap: 34px;
  }

  .operations-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(760px, 0.95fr);
    gap: 72px;
  }

  .operations-visual {
    height: clamp(760px, 54svh, 1080px);
    min-height: 0;
  }

  .operations-visual figcaption {
    padding: 24px 30px;
    font-size: 20px;
  }

  .operations .section-heading {
    margin-bottom: 92px;
  }

  .process-list article {
    min-height: 0;
    padding: 64px;
  }

  .process-list span {
    width: 92px;
    height: 92px;
    margin-bottom: 62px;
    font-size: 30px;
  }

  .operations .process-list article {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .operations .process-list span {
    width: 92px;
    height: 92px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .process-list p {
    font-size: 33px;
    line-height: 1.48;
  }

  .operations .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .operations .process-list article {
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 48px;
  }

  .operations .process-list span {
    width: 86px;
    height: 86px;
    font-size: 28px;
  }

  .operations .process-list h3 {
    margin-bottom: 14px;
    font-size: 34px;
  }

  .operations .process-list p {
    font-size: 25px;
    line-height: 1.34;
  }

  .notice-board {
    width: min(1800px, 100%);
    max-width: none;
    margin-top: 70px;
  }

  .notice-tabs {
    gap: 18px;
  }

  .notice-tab {
    padding: 24px 30px;
    font-size: 20px;
  }

  .notice-panel {
    min-height: 520px;
    padding: 56px;
  }

  .notice-panel h3 {
    margin-top: 22px;
    font-size: 42px;
  }

  .notice-panel p {
    max-width: 1080px;
    font-size: 30px;
    line-height: 1.48;
  }

  .notice-status {
    min-height: 46px;
    padding: 12px 16px;
    font-size: 17px;
  }

  .notice-panel a {
    min-height: 74px;
    padding: 20px 26px;
    font-size: 19px;
  }

  .notice-list {
    gap: 28px;
    margin-top: 40px;
  }

  .notice-list li {
    min-height: 230px;
    padding: 30px;
  }

  .notice-list span {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .notice-list strong {
    margin-bottom: 16px;
    font-size: 34px;
  }

  .notice-list p {
    font-size: 24px;
    line-height: 1.42;
  }

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

  .contact-block,
  .contact-form {
    padding: 46px;
  }

  .contact-block p {
    font-size: 28px;
    line-height: 1.46;
  }

  .contact-form {
    gap: 26px;
  }

  .contact-form label {
    gap: 14px;
    font-size: 20px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 22px 24px;
    font-size: 27px;
  }

  .contact-form textarea {
    min-height: 150px;
    max-height: 150px;
  }

  .site-header {
    padding: 44px 180px;
  }

  .brand img {
    width: 172px;
    height: 142px;
  }

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

  .brand small {
    font-size: 38px;
  }

  .site-nav {
    gap: 64px;
    font-size: 34px;
  }

  .site-nav a.is-active::after {
    bottom: -24px;
    height: 8px;
  }

  .hero {
    padding: 330px 210px 112px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(800px, 0.92fr);
    gap: 180px;
  }

  .hero-content {
    max-width: 1680px;
  }

  h1 {
    max-width: 1480px;
    font-size: 150px;
  }

  h2 {
    font-size: 104px;
  }

  h3 {
    font-size: 58px;
  }

  .eyebrow {
    margin-bottom: 34px;
    font-size: 30px;
  }

  .hero-copy {
    max-width: 1360px;
    font-size: 50px;
    line-height: 1.38;
  }

  .button {
    min-height: 96px;
    padding: 28px 38px;
    font-size: 28px;
  }

  .hero-panel {
    padding: 72px;
  }

  .hero-panel img {
    width: 210px;
    height: 174px;
  }

  .hero-panel .dzongkha {
    font-size: 40px;
  }

  .hero-panel h2 {
    font-size: 72px;
  }

  .hero-panel > span {
    font-size: 34px;
  }

  .hero-tags small {
    font-size: 26px;
  }

  .hero-facts strong {
    font-size: 72px;
  }

  .hero-facts span {
    font-size: 34px;
  }

  .positioning-strip span {
    font-size: 28px;
  }

  .positioning-strip p {
    font-size: 34px;
  }

  .section {
    padding: 250px 210px 150px;
  }

  .section-heading {
    width: 100%;
    max-width: none;
    margin-bottom: 96px;
  }

  .section-heading h2 {
    max-width: min(3200px, 100%);
  }

  .section-heading p:not(.eyebrow) {
    max-width: none;
    font-size: 44px;
    line-height: 1.42;
  }

  .intro {
    padding-top: 280px;
    padding-bottom: 360px;
  }

  .intro .section-heading,
  .intro-grid {
    max-width: 3020px;
  }

  .intro .section-heading h2 {
    max-width: min(3200px, 100%);
    font-size: 128px;
  }

  .intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(1080px, 0.95fr);
    gap: 190px;
  }

  .intro-copy {
    max-width: 1460px;
    font-size: 44px;
    line-height: 1.44;
  }

  .intro-copy p {
    margin-bottom: 44px;
  }

  .company-slides {
    min-height: 850px;
  }

  .company-photo figcaption {
    padding: 30px 34px;
    font-size: 28px;
  }

  .profile-panel {
    bottom: 128px;
    width: min(3000px, calc(100% - 420px));
  }

  .profile-table td {
    padding: 58px 68px;
    font-size: 42px;
  }

  .profile-table span {
    font-size: 28px;
  }

  .image-band {
    min-height: 0;
    height: clamp(900px, 56svh, 1240px);
  }

  .export-points h3 {
    font-size: 42px;
  }

  .export-points p {
    font-size: 30px;
    line-height: 1.35;
  }

  .products .section-heading {
    margin-bottom: 96px;
  }

  .product-layout {
    gap: 150px;
  }

  .product-summary {
    grid-template-rows: minmax(760px, 42svh) minmax(0, 1fr);
  }

  .product-summary div {
    padding: 88px;
  }

  .product-kicker {
    top: 88px;
    right: 88px;
    padding: 20px 24px;
    font-size: 28px;
  }

  .product-summary-muted h3 {
    padding-right: 320px;
  }

  .product-summary p {
    font-size: 43px;
    line-height: 1.42;
  }

  .quality-grid {
    gap: 42px;
  }

  .quality-grid div {
    padding: 62px;
  }

  .quality-grid p {
    font-size: 38px;
    line-height: 1.42;
  }

  .spec-tab {
    min-height: 92px;
    padding: 24px 34px;
    font-size: 30px;
  }

  .spec-table th,
  .spec-table td {
    padding: 30px 34px;
    font-size: 36px;
  }

  .spec-table th,
  .spec-table td:first-child {
    font-size: 32px;
  }

  .spec-note {
    padding: 36px 42px;
    font-size: 38px;
  }

  .spec-note span {
    font-size: 32px;
  }

  .operations .section-heading {
    margin-bottom: 110px;
  }

  .operations-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(1120px, 0.95fr);
    gap: 90px;
  }

  .operations-visual {
    height: clamp(960px, 54svh, 1280px);
    min-height: 0;
  }

  .operations-visual figcaption {
    padding: 30px 38px;
    font-size: 28px;
  }

  .process-list {
    gap: 44px;
  }

  .process-list article {
    min-height: 0;
    padding: 78px;
  }

  .process-list span {
    width: 118px;
    height: 118px;
    margin-bottom: 78px;
    font-size: 38px;
  }

  .operations .process-list article {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .operations .process-list span {
    width: 118px;
    height: 118px;
    margin-bottom: 0;
    font-size: 38px;
  }

  .process-list p {
    font-size: 44px;
    line-height: 1.42;
  }

  .operations .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }

  .operations .process-list article {
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 56px;
  }

  .operations .process-list span {
    width: 96px;
    height: 96px;
    font-size: 34px;
  }

  .operations .process-list h3 {
    margin-bottom: 16px;
    font-size: 44px;
  }

  .operations .process-list p {
    font-size: 34px;
    line-height: 1.34;
  }

  .notice-board {
    width: min(2480px, 100%);
  }

  .notice-tab {
    padding: 32px 40px;
    font-size: 30px;
  }

  .notice-panel {
    min-height: 700px;
    padding: 76px;
  }

  .notice-panel h3 {
    font-size: 60px;
  }

  .notice-panel p {
    max-width: 1480px;
    font-size: 42px;
  }

  .notice-status {
    min-height: 62px;
    padding: 16px 22px;
    font-size: 26px;
  }

  .notice-panel a {
    min-height: 96px;
    padding: 26px 34px;
    font-size: 28px;
  }

  .contact-grid {
    gap: 44px;
  }

  .contact-block,
  .contact-form {
    padding: 64px;
  }

  .contact-block p {
    font-size: 40px;
  }

  .contact-form label {
    font-size: 30px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 30px 34px;
    font-size: 38px;
  }

  .contact-form textarea {
    min-height: 210px;
    max-height: 210px;
  }

  .careers {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    justify-content: stretch;
    padding-top: 250px;
    padding-bottom: 150px;
  }

  .careers .section-heading.compact {
    max-width: none;
    width: 100%;
    margin-bottom: 96px;
  }

  .careers .section-heading h2 {
    max-width: 2600px;
    font-size: 108px;
    line-height: 1.08;
  }

  .careers .section-heading p:not(.eyebrow) {
    max-width: none;
    font-size: 42px;
    line-height: 1.42;
  }

  .careers .notice-board {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .careers .notice-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    border-bottom: 0;
  }

  .careers .notice-tab {
    justify-content: center;
    border: 1px solid var(--iron-line);
    border-radius: 2px;
    padding: 34px 42px;
    font-size: 30px;
  }

  .careers .notice-panels {
    margin-top: 24px;
    border-top: 1px solid var(--iron-line);
  }

  .careers .notice-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 620px;
    padding: 74px;
  }

  .careers .notice-panel h3 {
    font-size: 68px;
  }

  .careers .notice-panel p {
    max-width: 2100px;
    font-size: 44px;
    line-height: 1.42;
  }

  .careers .notice-status {
    min-height: 66px;
    padding: 18px 24px;
    font-size: 28px;
  }

  .careers .notice-panel a {
    min-height: 100px;
    padding: 28px 36px;
    font-size: 28px;
  }

  .products .section-heading,
  .quality .section-heading,
  .operations .section-heading,
  .contact .section-heading {
    width: 100%;
    max-width: none;
  }

  .products .section-heading h2,
  .quality .section-heading h2,
  .operations .section-heading h2,
  .contact .section-heading h2 {
    max-width: min(3200px, 100%);
  }

.products .section-heading p:not(.eyebrow),
.quality .section-heading p:not(.eyebrow),
.operations .section-heading p:not(.eyebrow),
.contact .section-heading p:not(.eyebrow) {
    max-width: none;
  }
}

@media (max-width: 980px) {
  html {
    scroll-snap-type: y mandatory;
  }

  main > section:not(.positioning-strip) {
    min-height: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .hero {
    min-height: 100svh;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 18px;
    background: var(--charcoal);
    border-bottom: 1px solid var(--iron-line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--iron-line);
  }

  .site-nav a.is-active::after {
    left: auto;
    right: 0;
    top: 14px;
    bottom: 14px;
    width: 2px;
    height: auto;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .nav-toggle {
    display: block;
  }

  .hero-facts,
  .hero-inner,
  .intro-grid,
  .notice-panel,
  .operations-layout,
  .positioning-strip,
  .product-layout,
  .split-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    align-items: start;
  }

  .company-aside,
  .company-photo {
    min-height: 0;
    height: auto;
  }

  .company-slides {
    min-height: clamp(220px, 34svh, 360px);
    touch-action: pan-y;
  }

  .company-slide-control {
    display: none;
  }

  .split-section {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "export-copy"
      "export-image"
      "export-details"
      "export-strip";
  }

  .split-section .section-heading,
  .export-copy,
  .export-copy > p {
    width: 100%;
    max-width: none;
  }

  .export-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    min-height: 0;
  }

  .hero-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-facts div:last-child {
    border-bottom: 0;
  }

  .hero-panel {
    display: none;
  }

  .hero {
    padding-top: 112px;
    padding-bottom: 28px;
  }

  .hero-content {
    padding-bottom: 24px;
  }

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

  .operations-visual {
    min-height: 0;
    height: clamp(220px, 34svh, 340px);
  }

  .quality-parameters {
    gap: 16px;
  }

  .spec-tabs {
    gap: 8px;
  }

  .spec-table-heading {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .contact-form,
  .contact-form label:last-of-type {
    grid-column: auto;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .split-section .image-band {
    display: block;
    height: clamp(190px, 30svh, 300px);
  }

  .products .product-summary {
    grid-template-rows: 190px minmax(0, 1fr);
  }

  .products .product-summary img {
    display: block;
    height: 100%;
  }

  .products .product-summary div {
    padding: 18px;
  }

  .products .product-kicker {
    top: 18px;
    right: 18px;
  }

  .products .product-summary-muted h3 {
    padding-right: 130px;
  }

  .products .product-summary p,
  .products .section-heading p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.45;
  }

  .products .product-layout,
  .split-section {
    gap: 18px;
  }

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

  .notice-tabs {
    display: grid;
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .notice-tab {
    border: 1px solid var(--iron-line);
    border-radius: 2px;
    text-align: left;
  }

  .notice-panels {
    margin-top: 12px;
    border-top: 1px solid var(--iron-line);
  }

  .notice-panel {
    align-items: start;
    min-height: 230px;
  }

  .notice-panel a {
    justify-self: start;
    white-space: normal;
  }

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

  .contact-block {
    padding: 16px;
  }

  .contact-block p {
    font-size: 13px;
    line-height: 1.4;
  }

  .contact-form {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
  }

  .contact-form label:last-of-type,
  .contact-form button {
    grid-column: span 2;
  }

  .contact-form textarea {
    min-height: 70px;
    max-height: 70px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 30px;
  }

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

@media (max-width: 620px) {
  html {
    overflow: hidden;
    scroll-snap-type: none;
  }

  body {
    overflow: hidden;
    overscroll-behavior: none;
  }

  main > section:not(.positioning-strip) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: 100svh;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
    touch-action: pan-y;
  }

  .mobile-swipe-nav:not([hidden]) {
    position: fixed;
    inset: 0;
    z-index: 28;
    display: block;
    pointer-events: none;
  }

  .mobile-swipe-button {
    position: absolute;
    top: 50%;
    display: grid;
    place-items: center;
    width: 42px;
    height: 72px;
    color: rgba(255, 255, 255, 0.82);
    opacity: 0.76;
    pointer-events: auto;
    transform: translateY(-50%);
  }

  .mobile-swipe-button-prev {
    left: 0;
  }

  .mobile-swipe-button-next {
    right: 0;
  }

  .mobile-swipe-button svg {
    width: 34px;
    height: 34px;
    stroke-width: 2.3;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.65));
  }

  .mobile-swipe-button:disabled {
    opacity: 0;
    pointer-events: none;
  }

  body[data-theme="light"] .mobile-swipe-button {
    color: rgba(16, 18, 20, 0.68);
  }

  body[data-theme="light"] .mobile-swipe-button svg {
    filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.72));
  }

  main > section:not(.positioning-strip)::after {
    left: 18px;
    right: 18px;
    bottom: 7px;
    font-size: 8px;
    line-height: 1.25;
  }

  .site-header {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 12px;
    padding: 14px 14px;
  }

  .header-actions {
    display: contents;
  }

  .theme-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 36px;
    min-height: 36px;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    gap: 0;
    min-width: 0;
  }

  .brand span {
    position: static;
    width: 100%;
    text-align: center;
    transform: none;
    pointer-events: none;
  }

  .brand img {
    display: none;
  }

  .nav-toggle {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

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

  .brand small {
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
  }

  .hero {
    min-height: 100svh;
    height: auto;
    padding: 86px 18px 18px;
    align-items: stretch;
    justify-content: flex-start;
  }

  .hero-inner {
    align-items: start;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .hero-panel {
    display: none;
  }

  .hero-panel h2 {
    font-size: 26px;
  }

  .hero-panel .dzongkha {
    font-size: 16px;
  }

  h1 {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.08;
  }

  h2 {
    font-size: 23px;
    line-height: 1.12;
  }

  h3 {
    font-size: 17px;
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.42;
  }

  .hero-actions {
    display: none;
  }

  .button {
    min-height: 42px;
    padding: 10px 12px;
    white-space: normal;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: auto;
    margin-bottom: 22px;
  }

  .hero-facts div {
    padding: 10px 14px;
  }

  .hero-facts strong {
    font-size: 22px;
  }

  .hero-facts span {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.3;
  }

  .positioning-strip {
    display: none;
  }

  .export-positioning-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 0;
  }

  .export-positioning-strip article {
    padding: 8px 10px;
  }

  .export-positioning-strip p {
    display: none;
  }

  .section {
    padding: 78px 18px 40px;
    justify-content: flex-start;
  }

  .quality {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .quality .section-heading {
    margin-bottom: 10px;
  }

  .quality .section-heading h2 {
    font-size: 21px;
  }

  .quality .section-heading p:not(.eyebrow) {
    margin-top: 8px;
    font-size: 13.5px;
    line-height: 1.36;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 14.5px;
    line-height: 1.4;
  }

  .intro-copy,
  .profile-table td,
  .product-summary p,
  .quality-grid p,
  .process-list p,
  .contact-block p {
    font-size: 14px;
    line-height: 1.38;
  }

  .hero-copy,
  .positioning-strip p,
  .section-heading p:not(.eyebrow),
  .intro-copy,
  .export-points p,
  .product-summary p,
  .quality-grid p,
  .quality-parameters p,
  .process-list p,
  .notice-panel p,
  .contact-block p {
    text-align: left;
  }

  .intro-copy p {
    margin-bottom: 12px;
  }

  .intro {
    padding-top: 78px;
    padding-bottom: 18px;
  }

  .intro .section-heading {
    margin-bottom: 10px;
  }

  .intro .section-heading h2 {
    font-size: 26px;
  }

  .intro-grid {
    gap: 10px;
  }

  .intro-copy {
    max-width: 100%;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.38;
  }

  .intro-copy::before {
    width: 64px;
    height: 2px;
  }

  .intro-copy p {
    margin-bottom: 8px;
  }

  .read-more-extra {
    display: contents;
  }

  .contact-block,
  .contact-form,
  .product-summary div,
  .process-list article,
  .quality-grid div {
    padding: 14px;
  }

  .profile-panel {
    position: static;
    width: 100%;
    margin-top: 10px;
    overflow: visible;
    transform: none;
  }

  .profile-table {
    min-width: 0;
    table-layout: auto;
  }

  .profile-table,
  .profile-table tbody,
  .profile-table tr,
  .profile-table td {
    display: block;
    width: 100%;
  }

  .profile-table td {
    padding: 7px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--dark-line);
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
  }

  .profile-table td:last-child {
    border-bottom: 0;
  }

  .profile-table p {
    text-align: left;
    text-align-last: left;
  }

  .profile-table span {
    margin-bottom: 3px;
  }

  .profile-table span,
  .contact-form label,
  .eyebrow {
    font-size: 10px;
  }

  .products .product-summary {
    grid-template-rows: clamp(128px, 20svh, 172px) minmax(0, 1fr);
  }

  .product-summary img {
    display: block;
    height: 100%;
  }

  .products {
    padding-top: 76px;
    padding-bottom: 92px;
    scroll-padding-bottom: 92px;
  }

  .products .section-heading {
    margin-bottom: 10px;
  }

  .products .section-heading p:not(.eyebrow) {
    font-size: 13.5px;
    line-height: 1.34;
  }

  .products .product-layout {
    gap: 8px;
    padding-bottom: 28px;
  }

  .products .product-summary div {
    padding: 10px 11px;
  }

  .products .product-kicker {
    position: static;
    width: fit-content;
    margin-bottom: 8px;
  }

  .products .product-summary-muted h3 {
    padding-right: 0;
  }

  .products .product-summary h3 {
    font-size: 16px;
    line-height: 1.12;
  }

  .products .product-summary p {
    font-size: 13.5px;
    line-height: 1.34;
  }

  .spec-table {
    min-width: 0;
  }

  .quality-parameters {
    gap: 12px;
    margin-top: 14px;
  }

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

  .spec-tab {
    min-height: 38px;
    padding: 9px 8px;
    font-size: clamp(10px, 2.7vw, 12px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .quality-parameters .spec-panels {
    display: none;
  }

  .spec-table-group {
    gap: 9px;
  }

  .spec-table-heading {
    display: grid;
    gap: 4px;
    padding-bottom: 8px;
  }

  .spec-table-heading h3 {
    font-size: 15px;
  }

  .spec-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 2px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--paper);
    font-family: "IBM Plex Mono", monospace;
    font-size: clamp(10px, 2.7vw, 12px);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .spec-toggle::after {
    content: "+";
    margin-left: 10px;
    color: var(--amber-soft);
    font-size: 14px;
    line-height: 1;
  }

  .spec-table-group.is-expanded .spec-toggle::after {
    content: "-";
  }

  .spec-table-group:not(.is-expanded) .spec-table-wrap,
  .spec-table-group:not(.is-expanded) .spec-note {
    display: none;
  }

  .spec-note {
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
    gap: 12px;
    padding: 11px;
    font-size: 12.5px;
    line-height: 1.42;
  }

  .spec-note span {
    font-size: 10px;
  }

  .spec-table-wrap {
    overflow: visible;
    background: transparent;
    border: 0;
  }

  .spec-table,
  .spec-table thead,
  .spec-table tbody,
  .spec-table tr,
  .spec-table td {
    display: block;
    width: 100%;
  }

  .spec-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .spec-table tr {
    margin-bottom: 10px;
    border: 1px solid var(--dark-line);
    background: rgba(20, 23, 26, 0.82);
  }

  .spec-table th,
  .spec-table td {
    padding: 9px 10px;
    font-size: 13px;
    line-height: 1.38;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .spec-table td {
    display: grid;
    grid-template-columns: minmax(92px, 34%) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .spec-table td::before {
    content: attr(data-label);
    color: var(--steel-sheen);
    font-family: "IBM Plex Mono", monospace;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .spec-table td:last-child {
    border-bottom: 0;
  }

  .spec-table td:first-child {
    background: var(--charcoal);
    color: var(--white);
    font-size: 13px;
  }

  .spec-table td:first-child::before {
    color: rgba(255, 255, 255, 0.66);
  }

  .quality-grid,
  .process-list {
    gap: 12px;
  }

  .quality-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .quality .quality-grid div {
    padding: 9px 10px;
    min-height: 0;
  }

  .quality .quality-grid h3 {
    margin-bottom: 4px;
    font-size: 13px;
  }

  .quality .quality-grid p {
    font-size: 13.5px;
    line-height: 1.34;
  }

  main > section.split-section {
    display: grid;
    align-content: start;
    grid-template-rows: auto 240px auto auto;
    padding-top: 82px;
    padding-bottom: 84px;
  }

  .split-section .image-band {
    display: block;
    min-height: 0;
    height: 100%;
    aspect-ratio: auto;
  }

  .split-section .image-band img {
    object-position: center 42%;
  }

  .split-section .section-heading {
    margin-bottom: 0;
  }

  .export-copy > p {
    font-size: 14px;
    line-height: 1.34;
  }

  .export-points {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 8px;
    min-height: 0;
    margin-top: 12px;
  }

  .export-points article:last-child {
    grid-column: auto;
  }

  .export-points article {
    padding: 0;
    overflow: hidden;
  }

  .export-points h3 {
    margin: 0;
    font-size: 14px;
  }

  .export-points h3 button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 11px 12px;
    cursor: pointer;
  }

  .export-points h3 button::after {
    content: "+";
    color: var(--amber-soft);
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
  }

  .export-points article.is-expanded h3 button::after {
    content: "-";
  }

  .export-points p {
    display: none;
    padding: 0 12px 12px;
    font-size: 13px;
    line-height: 1.32;
  }

  .export-points article.is-expanded p {
    display: block;
  }

  .operations {
    padding-top: 78px;
    padding-bottom: 12px;
  }

  .operations .section-heading {
    margin-bottom: 16px;
  }

  .operations .section-heading h2 {
    font-size: 23px;
    line-height: 1.12;
  }

  .operations-layout {
    gap: 10px;
  }

  .operations-visual {
    display: grid;
    grid-template-rows: auto auto;
    height: auto;
    overflow: visible;
    background: var(--dark-card-solid);
  }

  .operations-visual img {
    display: block;
    height: auto;
    object-fit: contain;
  }

  .operations-visual figcaption {
    position: static;
    padding: 7px 9px;
    background: rgba(15, 17, 20, 0.82);
    font-size: 9px;
  }

  .operations .process-list {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .operations .process-list article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    min-height: 118px;
    padding: 12px;
  }

  .operations .process-list span {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
    grid-row: span 2;
    font-size: 13px;
  }

  .operations .process-list h3 {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.18;
  }

  .operations .process-list p {
    font-size: 13.5px;
    line-height: 1.34;
  }

  .careers {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .careers .section-heading,
  .careers .notice-board {
    transform: none;
  }

  .careers .section-heading {
    margin-bottom: 0;
  }

  .careers h2 {
    font-size: 22px;
  }

  .careers .section-heading p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 14.5px;
    line-height: 1.36;
  }

  .notice-board {
    margin-top: 14px;
  }

  .notice-tabs {
    gap: 6px;
  }

  .notice-tab {
    padding: 9px 10px;
    font-size: clamp(10px, 2.7vw, 12px);
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .notice-panels {
    margin-top: 8px;
  }

  .notice-panel {
    gap: 12px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 14px;
  }

  .notice-panel h3 {
    margin-top: 8px;
    margin-bottom: 7px;
    font-size: 17px;
  }

  .notice-panel p {
    font-size: 14px;
    line-height: 1.35;
  }

  .notice-status {
    min-height: 24px;
    padding: 5px 7px;
    font-size: 9px;
  }

  .notice-panel a {
    min-height: 38px;
    padding: 9px 10px;
    font-size: clamp(10px, 2.7vw, 12px);
    white-space: normal;
    text-align: center;
  }

  .notice-list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
  }

  .notice-list li {
    min-height: 0;
    padding: 10px 11px;
  }

  .notice-list span {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .notice-list strong {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.14;
  }

  .notice-list p {
    font-size: 13px;
    line-height: 1.28;
  }

  .contact {
    padding-top: 76px;
    padding-bottom: 14px;
  }

  .contact .section-heading {
    margin-bottom: 12px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-block {
    padding: 11px 12px;
    min-height: 0;
  }

  .contact-block h3 {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .contact-block p {
    font-size: 13px;
    line-height: 1.32;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .contact-block a {
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .contact-block .muted {
    display: none;
  }

  .contact-form {
    grid-column: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .contact-form label {
    gap: 4px;
    font-size: 10px;
  }

  .contact-form label:last-of-type {
    grid-column: span 2;
  }

  .contact-form textarea {
    min-height: 64px;
    max-height: 64px;
  }

  .contact-form button {
    grid-column: span 2;
    min-height: 38px;
  }

  .image-band {
    min-height: 180px;
  }

  .contact-grid,
  .intro-grid,
  .product-layout,
  .split-section {
    gap: 12px;
  }

  .contact-form {
    gap: 8px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 8px 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* Operations: fill the full snap-page height on desktop so the image and
   card stack grow with the viewport instead of leaving dead space below. */
@media (min-width: 981px) {
  main > section.operations {
    display: flex;
    flex-direction: column;
  }

  .operations .section-heading {
    flex: 0 0 auto;
  }

  .operations-layout {
    flex: 1 1 auto;
    min-height: 0;
    align-items: stretch;
  }

  .operations-visual {
    height: 100%;
  }

  .operations .process-list {
    align-content: center;
  }
}
