/* ============================================
   Internal sections upgrade
   (Hero + Header unchanged in styles.css)
   ============================================ */

/* ---------- Shared section polish ---------- */
.section {
  padding: 7.75rem 0;
}

.section-label {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--blue-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.15rem;
}

.section-title {
  font-size: var(--text-h2);
  font-weight: 600;
  color: var(--blue-900);
  line-height: 1.28;
  margin-bottom: 1.15rem;
  letter-spacing: -0.02em;
}

html[dir="rtl"] .section-title {
  font-family: var(--font-ar-display);
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 1.35rem;
  font-weight: 600;
}

.section-title--display {
  font-size: clamp(2rem, 3.6vw, 3.05rem);
  max-width: 14ch;
}

html[dir="ltr"] .section-title--display {
  max-width: 16ch;
}

.section-sub {
  color: var(--gray-500);
  max-width: 34rem;
  font-size: var(--text-body);
  font-weight: 400;
  line-height: 1.75;
}

.section-head {
  margin-bottom: 3.75rem;
}

.section-head--start {
  text-align: start;
}

.section-head--split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: end;
  margin-bottom: 3.5rem;
}

.section-head--split .section-title {
  margin-bottom: 0;
}

.section-head--split .section-sub {
  margin-bottom: 0.35rem;
}

.meta-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gray-400);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

/* ---------- Image reveal system ---------- */
.img-mask {
  overflow: hidden;
  border-radius: var(--radius);
  height: 100%;
}

.img-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 1.2s var(--ease);
}

.img-reveal.is-visible .img-mask img,
.reveal.is-visible .img-mask img {
  transform: scale(1);
}

.img-reveal {
  clip-path: inset(0 0 12% 0);
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s var(--ease),
    transform 0.9s var(--ease),
    clip-path 1.1s var(--ease);
}

.img-reveal.is-visible {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateY(0);
}

.pan-img {
  transform: scale(1.06) translateY(2%);
  transition: transform 8s linear;
}

.image-banner.img-reveal.is-visible .pan-img {
  transform: scale(1.02) translateY(0);
}

/* ---------- About ---------- */
.about {
  background: var(--white);
}

.about__editorial {
  display: grid;
  gap: 3.75rem;
}

.about__intro .section-title {
  margin-bottom: 0;
}

.about__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4.5rem;
  align-items: start;
}

.about__media {
  position: relative;
}

.about__img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  background: var(--surface-light);
}

.about__caption {
  margin-top: 1rem;
  font-size: 0.88rem;
  color: var(--gray-500);
  font-weight: 500;
  max-width: 28ch;
}

.about__lead {
  font-size: 1.18rem;
  color: var(--gray-700);
  margin-bottom: 1.25rem;
  line-height: 1.8;
  max-width: 36ch;
}

html[dir="rtl"] .about__lead {
  line-height: 1.9;
}

.about__copy > p:not(.about__lead):not(.about__note):not(.about__caption) {
  color: var(--gray-500);
  margin-bottom: 1.15rem;
  max-width: 38ch;
}

.about__note {
  color: var(--navy);
  font-weight: 500;
  margin-bottom: 2.5rem;
  padding-block: 1rem;
  border-block: 1px solid var(--line);
}

.about__statement {
  display: grid;
  gap: 0.45rem;
  padding: 1.5rem 0 0;
}

.about__statement strong {
  font-size: 3rem;
  font-weight: 600;
  color: var(--navy-deep);
  letter-spacing: -0.03em;
  line-height: 1;
  font-family: var(--font-en);
}

.about__statement span {
  color: var(--gray-500);
  font-size: 0.95rem;
  max-width: 22ch;
  line-height: 1.55;
}

/* ---------- Why ---------- */
.why {
  background: var(--surface-light);
}

.why__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4.5rem;
  align-items: start;
}

.why__intro .section-sub {
  margin-top: 0.25rem;
  margin-bottom: 2.5rem;
}

.why__figure {
  margin: 0;
  max-width: 320px;
}

.why__figure .img-mask {
  aspect-ratio: 4/5;
  background: var(--white);
}

.why__list {
  display: grid;
  gap: 0;
}

.why-item {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 1.25rem;
  padding: 1.55rem 0;
  border-bottom: 1px solid rgba(13, 39, 68, 0.1);
  transition: padding-inline-start 0.35s var(--ease);
}

.why-item:first-child {
  border-top: 1px solid rgba(13, 39, 68, 0.1);
}

.why-item:hover {
  padding-inline-start: 0.35rem;
}

.why-item__num {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--blue-accent);
  letter-spacing: 0.06em;
  padding-top: 0.25rem;
  font-family: var(--font-en);
}

.why-item h3 {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--navy-deep);
  margin-bottom: 0.4rem;
}

.why-item p {
  font-size: 0.95rem;
  color: var(--gray-500);
  max-width: 42ch;
  line-height: 1.7;
}

/* ---------- Visual storytelling strip ---------- */
.visual-strip {
  padding: 0;
  background: var(--white);
}

.visual-strip__track {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.15fr;
  gap: 0.55rem;
  width: min(100% - 1.1rem, calc(var(--container) + 4rem));
  margin-inline: auto;
}

.visual-strip__frame {
  overflow: hidden;
  min-height: 220px;
}

.visual-strip__frame .img-mask {
  min-height: 260px;
  aspect-ratio: 16/11;
}

.visual-strip__frame:nth-child(2) .img-mask {
  aspect-ratio: 4/5;
  min-height: 300px;
  margin-top: -1.5rem;
}

.visual-strip__frame:nth-child(3) .img-mask {
  aspect-ratio: 5/4;
}

/* ---------- Categories mosaic ---------- */
.categories {
  background: var(--white);
}

.cat-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.85rem;
  min-height: 560px;
}

.cat-item {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--navy);
  min-height: 180px;
}

.cat-item--hero {
  grid-row: span 2;
  min-height: 100%;
}

.cat-item .img-mask,
.cat-item .img-mask img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cat-item .img-mask img {
  transition: transform 1s var(--ease), filter 0.6s var(--ease);
  filter: brightness(0.88);
}

.cat-item:hover .img-mask img {
  transform: scale(1.05);
  filter: brightness(0.78);
}

.cat-item__overlay {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 1.5rem 1.35rem;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 26, 47, 0.72) 100%);
  color: var(--white);
}

.cat-item__overlay h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.cat-item__link {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--blue-soft);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
  display: inline-block;
}

.cat-item:hover .cat-item__link {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Products ---------- */
.products {
  background: var(--surface-light);
  padding-bottom: 0;
}

.products__head {
  padding-top: 0;
}

.products__body {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}

.featured-band {
  background: var(--navy-deep);
  padding: 4.5rem 0;
  margin-top: 0.5rem;
}

.featured {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3.5rem;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
}

.featured__media {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
}

.featured__media .img-mask {
  aspect-ratio: 4/3;
}

.featured__media img {
  transition: transform 1.15s var(--ease);
}

.featured:hover .featured__media img {
  transform: scale(1.03);
}

.featured__info .meta-label {
  color: rgba(78, 179, 248, 0.85);
}

.featured__info h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1.1rem;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

html[dir="rtl"] .featured__info h3 {
  letter-spacing: 0;
  line-height: 1.45;
}

.featured__info p {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 1.85rem;
  max-width: 34ch;
  line-height: 1.75;
}

.product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.65rem;
  margin-bottom: 2.75rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.filter-btn {
  border: none;
  background: transparent;
  color: var(--gray-400);
  padding: 0.35rem 0;
  font-weight: 500;
  font-size: 0.92rem;
  cursor: pointer;
  position: relative;
  transition: color var(--transition);
}

.filter-btn::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -1rem;
  height: 1.5px;
  background: var(--blue-accent);
  transform: scaleX(0);
  transition: transform 0.35s var(--ease);
}

.filter-btn:hover,
.filter-btn.is-active {
  color: var(--navy-deep);
}

.filter-btn.is-active::after {
  transform: scaleX(1);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.75rem 1.25rem;
}

.product-card {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-column: span 4;
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUpSoft 0.7s var(--ease) forwards;
}

.product-card:nth-child(1) { animation-delay: 0.05s; }
.product-card:nth-child(2) { animation-delay: 0.12s; }
.product-card:nth-child(3) { animation-delay: 0.18s; }
.product-card:nth-child(4) { animation-delay: 0.24s; }
.product-card:nth-child(5) { animation-delay: 0.3s; }
.product-card:nth-child(6) { animation-delay: 0.36s; }

.product-card.is-featured {
  grid-column: span 8;
}

.product-card.is-tall {
  grid-column: span 4;
}

.product-card.is-wide {
  grid-column: span 8;
}

.product-card__media {
  overflow: hidden;
  background: var(--white);
  aspect-ratio: 1;
}

.product-card.is-featured .product-card__media,
.product-card.is-wide .product-card__media {
  aspect-ratio: 16/10;
}

.product-card.is-tall .product-card__media {
  aspect-ratio: 4/5;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}

.product-card:hover .product-card__media img {
  transform: scale(1.04);
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-inline: 0.1rem;
}

.product-card__meta {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gray-400);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-en);
}

.product-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy-deep);
  line-height: 1.4;
}

.product-card p {
  font-size: 0.9rem;
  color: var(--gray-500);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card .btn {
  align-self: flex-start;
  margin-top: 0.35rem;
  color: var(--blue-800);
  padding: 0.25rem 0;
  font-size: 0.88rem;
}

/* Product horizontal rail */
.product-rail {
  margin-top: 5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}

.product-rail__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.product-rail__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy-deep);
}

.product-rail__nav {
  display: flex;
  gap: 0.5rem;
}

.rail-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.rail-btn:hover {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  color: var(--white);
}

html[dir="rtl"] .rail-btn svg {
  transform: scaleX(-1);
}

.product-rail__track {
  display: flex;
  gap: 1.15rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 0.75rem;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: var(--surface-soft) transparent;
}

.product-rail__track:active {
  cursor: grabbing;
}

.rail-card {
  flex: 0 0 min(78vw, 320px);
  scroll-snap-align: start;
  background: var(--white);
  overflow: hidden;
}

.rail-card__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--surface-light);
}

.rail-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease);
}

.rail-card:hover .rail-card__media img {
  transform: scale(1.04);
}

.rail-card__body {
  padding: 1.1rem 1rem 1.25rem;
}

.rail-card__meta {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gray-400);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: var(--font-en);
  margin-bottom: 0.35rem;
  display: block;
}

.rail-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy-deep);
  line-height: 1.35;
  margin-bottom: 0.65rem;
}

.rail-card .btn {
  padding: 0;
  color: var(--blue-800);
  font-size: 0.86rem;
}

/* ---------- Stats ---------- */
.stats {
  background: var(--navy);
  padding-block: 5.5rem;
  color: var(--white);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 2rem;
}

.stat {
  display: grid;
  gap: 0.75rem;
  padding-inline-end: 1rem;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
}

.stat:last-child {
  border-inline-end: none;
}

.stat__num {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--white);
  font-family: var(--font-en);
}

html[dir="rtl"] .stat:last-child .stat__num {
  font-family: var(--font-ar);
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  letter-spacing: 0;
}

.stat__label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  max-width: 16ch;
  line-height: 1.55;
}

/* ---------- Quality (dark) ---------- */
.quality {
  background: var(--navy-deep);
  border: none;
  color: var(--white);
}

.quality .section-label {
  color: var(--blue-soft);
}

.quality .section-title {
  color: var(--white);
}

.quality__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 4.5rem;
  align-items: center;
}

.quality__lead {
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 2.25rem;
  max-width: 38ch;
  line-height: 1.8;
}

.quality__list {
  display: grid;
  gap: 1.15rem;
}

.quality__list li {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.85rem;
  align-items: start;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.98rem;
}

.quality__list li::before {
  content: "";
  width: 14px;
  height: 1px;
  margin-top: 0.75rem;
  background: var(--blue-soft);
}

.quality__visuals {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
  align-items: end;
  position: relative;
}

.quality__frame--a {
  aspect-ratio: 4/5;
}

.quality__frame--b {
  aspect-ratio: 1;
  margin-bottom: 2.5rem;
}

.quality__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.04);
}

.quality__callout {
  position: absolute;
  inset-inline-start: 8%;
  bottom: -1.25rem;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.9);
  padding: 1rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 500;
  max-width: 22ch;
  line-height: 1.5;
  border-inline-start: 2px solid var(--blue-accent);
  z-index: 2;
}

/* ---------- Image banner ---------- */
.image-banner {
  position: relative;
  height: clamp(240px, 38vw, 420px);
  overflow: hidden;
  background: var(--navy);
}

.image-banner .img-mask {
  height: 100%;
  border-radius: 0;
}

.image-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.88);
}

/* ---------- Factory ---------- */
.factory {
  background: var(--white);
}

.factory__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4.5rem;
  align-items: center;
}

.factory__copy > p {
  color: var(--gray-500);
  margin-bottom: 2.25rem;
  max-width: 40ch;
  line-height: 1.8;
}

.factory__points {
  display: grid;
  gap: 1.65rem;
}

.factory__point {
  padding-inline-start: 1.2rem;
  border-inline-start: 2px solid var(--blue-accent);
}

.factory__point strong {
  display: block;
  color: var(--navy-deep);
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}

.factory__point span {
  display: block;
  color: var(--gray-500);
  font-size: 0.92rem;
  line-height: 1.65;
}

.factory__gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.factory__stack--offset {
  margin-top: 3.5rem;
}

.factory__img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  background: var(--surface-light);
}

.factory__img--small {
  min-height: 280px;
}

/* ---------- HAMAN ---------- */
.haman {
  background: var(--surface-light);
  padding-block: 5.5rem;
}

.haman__row {
  max-width: 46rem;
}

.haman__kicker {
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--blue-accent);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.15rem;
}

.haman__row h2 {
  font-size: clamp(1.4rem, 2.3vw, 1.85rem);
  font-weight: 500;
  color: var(--navy-deep);
  line-height: 1.5;
  margin-bottom: 1.15rem;
}

.haman__row p {
  color: var(--gray-500);
  max-width: 42rem;
  line-height: 1.8;
}

/* ---------- CTA band ---------- */
.cta-band {
  background-color: var(--navy-deep);
  background-image: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
  padding-block: 5rem;
  color: var(--white);
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.cta-band__copy {
  max-width: 36rem;
}

.cta-band__copy h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 600;
  margin-bottom: 0.85rem;
  line-height: 1.35;
}

.cta-band__copy p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 36ch;
  line-height: 1.7;
}

/* ---------- Contact ---------- */
.contact {
  background: var(--white);
}

.contact__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  align-items: start;
}

.contact__logo {
  height: 72px;
  width: auto;
  margin-bottom: 2.25rem;
}

.contact__list {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact__list li {
  display: grid;
  gap: 0.25rem;
}

.contact__label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gray-400);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact__list a {
  color: var(--navy-deep);
  font-weight: 500;
}

.contact__list a:hover {
  color: var(--blue-accent);
}

.map-placeholder {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 140px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(10, 116, 209, 0.06), var(--surface-light));
  color: var(--gray-500);
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

a.map-placeholder:hover {
  border-color: var(--blue-accent);
  color: var(--navy);
  background: rgba(10, 116, 209, 0.06);
}

.contact__form {
  display: grid;
  gap: 0.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact__form label {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-700);
}

.contact__form input,
.contact__form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--gray-200);
  border-radius: 0;
  padding: 0.85rem 0;
  background: transparent;
  color: var(--gray-800);
  transition: border-color var(--transition);
  resize: vertical;
}

.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
  border-bottom-color: var(--blue-accent);
}

.form-note {
  margin-top: 1rem;
  color: var(--blue-800);
  font-weight: 500;
  font-size: 0.95rem;
}

/* ---------- Footer (dark premium) ---------- */
.footer {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.68);
  padding-top: 5rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 3.5rem;
}

.footer__logo {
  height: 68px;
  width: auto;
  margin-bottom: 1.35rem;
  filter: brightness(0) invert(1);
}

.footer__brand p {
  font-size: 0.92rem;
  line-height: 1.75;
  margin-bottom: 1rem;
  max-width: 32ch;
}

.footer__haman {
  font-weight: 500;
  color: rgba(78, 179, 248, 0.75);
  font-size: 0.85rem !important;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer__col h4 {
  color: var(--white);
  font-size: 0.85rem;
  margin-bottom: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer__col a:hover {
  color: var(--blue-soft);
}

.social {
  display: flex;
  gap: 0.75rem;
}

.social__link {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid transparent;
  transition: color var(--transition);
}

.social__link:hover {
  color: var(--blue-soft);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.25rem 0;
  font-size: 0.82rem;
}

/* ---------- Reveal polish ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.is-visible.img-reveal {
  clip-path: inset(0 0 0 0);
}

@keyframes fadeUpSoft {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .img-reveal,
  .reveal,
  .product-card,
  .img-mask img,
  .pan-img {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    clip-path: none !important;
    transition: none !important;
  }
}

/* ---------- Responsive overrides for upgraded sections ---------- */
@media (max-width: 980px) {
  .section-head--split,
  .about__grid,
  .why__layout,
  .quality__grid,
  .factory__grid,
  .contact__grid,
  .featured,
  .stats__grid {
    grid-template-columns: 1fr;
  }

  .section-head--split {
    gap: 1.25rem;
    align-items: start;
  }

  .visual-strip__track {
    grid-template-columns: 1fr 1fr 1fr;
    width: min(100% - 1rem, 100%);
  }

  .visual-strip__frame:nth-child(2) .img-mask {
    margin-top: 0;
    min-height: 220px;
  }

  .cat-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .cat-item--hero {
    grid-column: span 2;
    min-height: 320px;
  }

  .cat-item {
    min-height: 220px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card,
  .product-card.is-featured,
  .product-card.is-wide,
  .product-card.is-tall {
    grid-column: span 1;
  }

  .product-card.is-featured,
  .product-card.is-wide {
    grid-column: span 2;
  }

  .stats .stat {
    border-inline-end: none;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .stats__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .quality__frame--b {
    margin-bottom: 0;
  }

  .quality__callout {
    position: relative;
    inset: auto;
    margin-top: 1rem;
    max-width: none;
  }

  .quality__visuals {
    grid-template-columns: 1fr 1fr;
  }

  .factory__gallery {
    grid-template-columns: 1fr 1fr;
  }

  .factory__stack--offset {
    margin-top: 2rem;
  }

  .factory__img {
    min-height: 240px;
  }

  .cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }

  .why__figure {
    max-width: 260px;
  }

  .section {
    padding: 5rem 0;
  }

  .products__body {
    padding-bottom: 5rem;
  }
}

@media (max-width: 640px) {
  .visual-strip__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0.65rem;
    padding-inline: 0.75rem;
    width: 100%;
  }

  .visual-strip__frame {
    flex: 0 0 78%;
    scroll-snap-align: start;
    min-height: 200px;
  }

  .visual-strip__frame .img-mask {
    min-height: 200px;
    aspect-ratio: 5/4;
  }

  .cat-mosaic {
    grid-template-columns: 1fr;
  }

  .cat-item--hero,
  .cat-item {
    grid-column: span 1;
    min-height: 260px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-card.is-featured,
  .product-card.is-wide,
  .product-card.is-tall {
    grid-column: span 1;
  }

  .product-card.is-featured .product-card__media,
  .product-card.is-wide .product-card__media,
  .product-card.is-tall .product-card__media {
    aspect-ratio: 5/4;
  }

  .stats__grid {
    grid-template-columns: 1fr;
  }

  .quality__visuals,
  .factory__gallery {
    grid-template-columns: 1fr;
  }

  .factory__stack--offset {
    margin-top: 0;
  }

  .featured-band {
    padding: 3rem 0;
  }

  .rail-card {
    flex-basis: min(86vw, 280px);
  }

  .footer__grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4rem 0;
  }

  .img-reveal {
    clip-path: none;
    transform: translateY(16px);
  }
}
