:root {
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --surface: #111111;
  --text: #f3f0ea;
  --muted: #cfc7bc;
  --muted-dim: rgba(243, 240, 234, 0.65);
  --brand: #f32121;
  --brand-dark: #bb1111;
  --line: rgba(255, 255, 255, 0.14);
  --radius: 18px;
  --shadow-soft: 0 20px 40px rgba(0, 0, 0, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Literata", Georgia, serif;

  background:
    radial-gradient(circle at top right, rgba(255, 0, 0, 0.03), transparent 28%),
    linear-gradient(180deg, #000000 0%, #050505 45%, #080808 100%);
  color: var(--text);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, .brand-text, .hero-kicker, .hero-title {
  font-family: "Literata", Georgia, serif;
}

.section-title {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1;
  color: var(--text);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.navbar {
  min-height: 86px;
}

.navbar-brand {
  color: var(--text);
}

.brand-logo-placeholder {
  width: 44px;
  height: 44px;
  border: 1px dashed rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  color: var(--muted);
  flex-shrink: 0;
}

.brand-text {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
  color: var(--text);
}

.nav-link {
  color: var(--muted) !important;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  padding: 0.6rem 1rem !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #ffffff !important;
  font-weight: 600;
}


.btn-brand {
  background: linear-gradient(180deg, #ff3737 0%, var(--brand) 100%);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 18px rgba(243, 33, 33, 0.22);
}

.btn-brand:hover,
.btn-brand:focus {
  background: linear-gradient(180deg, #ff4d4d 0%, #d91515 100%);
  color: #fff;
}

.custom-toggler-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff);
  background-size: 100% 2px, 100% 2px, 100% 2px;
  background-position: center 25%, center 50%, center 75%;
  background-repeat: no-repeat;
}

.hero-section {
  /* padding: 3.5rem 0 2rem; */
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.012) 0,
      rgba(255, 255, 255, 0.012) 1px,
      transparent 1px,
      transparent 80px
    );
  pointer-events: none;
}

.hero-copy {
  position: relative;
  max-width: 470px;
  z-index: 1;
}

.hero-quote {
  position: absolute;
  right: 0;
  top: -1.2rem;
  font-family: "Literata", Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--brand);
  opacity: 0.9;
}

.hero-kicker {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

.hero-title {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 0.95;
  font-weight: 600;
  max-width: 430px;
}

.hero-title span {
  display: block;
}

.hero-line {
  margin-top: 1.5rem;
  width: 100%;
  max-width: 380px;
  height: 1px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
}

.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-visual img {
  width: 100%;
}

.feature-strip {
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 0, 0, 0.15);
}

.feature-strip__inner {
  color: var(--muted);
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  line-height: 1;
}

.about-section {
  padding: 4.5rem 0 4rem;
}

.about-watermark {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(94vw, 1280px);
  opacity: 0.50;
  pointer-events: none;
  z-index: 0;
}

.section-heading-wrap {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.about-card {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  background: linear-gradient(180deg, #ff2222 0%, #e91a1a 100%);
  border-radius: 14px;
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 18px 35px rgba(243, 33, 33, 0.18);
  text-align: center;
}

.about-card p {
  margin: 0 0 1.35rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1.15rem, 1.5vw, 1.7rem);
  line-height: 1.28;
  color: #fff8f3;
}

.products-section {
  padding: 3.5rem 0 5rem;
  overflow: hidden;
}

.products-section .section-title {
  margin-bottom: 2.25rem;
}

.products-showcase {
  position: relative;
  min-height: 430px;
  max-width: 1100px;
  margin: 0 auto;
}

.product-card {
  position: absolute;
  overflow: hidden;
  border-radius: 6px;
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.product-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Left card */
.product-card--left {
  left: 0;
  top: 3rem;
  width: 33%;
  max-width: 320px;
  height: 310px;
  z-index: 1;
}

/* Center featured card */
.product-card--center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 50%;
  max-width: 490px;
  height: 400px;
  z-index: 3;
}

/* Right card */
.product-card--right {
  right: 0;
  top: 3rem;
  width: 33%;
  max-width: 320px;
  height: 310px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .products-showcase {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 620px;
  }

  .product-card,
  .product-card--left,
  .product-card--center,
  .product-card--right {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .product-card img {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .products-showcase {
    max-width: 980px;
    min-height: 390px;
  }

  .product-card--left,
  .product-card--right {
    max-width: 290px;
    height: 280px;
  }

  .product-card--center {
    max-width: 430px;
    height: 360px;
  }
}

.timeline-wrap::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.85);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  padding: 2rem 0;
}

.timeline-item::before,
.timeline-item::after {
  content: "";
  position: absolute;
  top: 4.5rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-item::after {
  width: 78px;
  height: 2px;
  border-radius: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0 10px,
    transparent 10px 15px
  );
}

.timeline-item:nth-child(odd)::after {
  margin-left: 48px;
}

.timeline-item:nth-child(even)::after {
  margin-left: -126px;
}

.benefit-copy {
  max-width: 420px;
}

.benefit-copy--left {
  text-align: left;
}

.benefit-copy--right {
  text-align: left;
  margin-left: auto;
}

.benefit-copy h3 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  font-weight: 600;
}

.benefit-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.benefit-image {
  border-radius: 10px;
  overflow: hidden;
  background: #0a0a0a;
  box-shadow: var(--shadow-soft);
}

.site-footer {
  position: relative;
  margin-top: 2rem;
  background: #050505;
  overflow: hidden;
}

.footer-bg {
  position: absolute;
  inset: 0;
  /* opacity: 0.50; */
  pointer-events: none;
}

.footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-shell {
  position: relative;
  z-index: 1;
  border-top: 2px solid #e11212;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.35);
}

.footer-top {
  padding: 1.6rem 2rem 1.8rem;
}

.footer-bottom {
  border-top: 2px solid #e11212;
  padding: 1rem 2rem 1.1rem;
  text-align: center;
}

.footer-brand__head {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #fff;
}

.footer-brand__logo {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand__name {
  font-family: "Literata", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #f4f0e8;
}

.footer-brand__text {
  margin: 0 0 1.5rem;
  font-family: "Literata", Georgia, serif;
  font-size: 1rem;
  line-height: 1.15;
  color: #f4f0e8;
}

.footer-subtitle {
  margin: 0 0 1rem;
  font-family: "Literata", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  color: #e11212;
}

.footer-links li + li,
.contact-list li + li {
  margin-top: 0.55rem;
}

.footer-links a,
.contact-list li,
.contact-list a {
  font-family: "Literata", Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.2;
  color: #f4f0e8;
}

.footer-links a:hover,
.contact-list a:hover {
  color: #ffffff;
}

.social-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-col--contact .contact-list li {
  max-width: 290px;
}

.footer-bottom p {
  margin: 0;
  font-family: "Literata", Georgia, serif;
  font-size: 1rem;
  line-height: 1;
  color: #f4f0e8;
}

.footer-bottom__brand {
  color: #e11212;
  font-weight: 600;
  margin-right: 0.25rem;
}

/* spacing tuning */
.footer-col,
.footer-brand {
  padding-top: 0.2rem;
}

/* Tablet */
@media (max-width: 991.98px) {
  .footer-top {
    padding: 1.5rem 1.25rem;
  }

  .footer-bottom {
    padding: 0.9rem 1.25rem 1rem;
  }

  .footer-brand__name {
    font-size: 1.6rem;
  }

  .footer-col--contact .contact-list li {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .footer-top {
    padding: 1.25rem 1rem;
  }

  .footer-bottom {
    padding: 0.85rem 1rem 0.95rem;
  }

  .footer-brand__head {
    margin-bottom: 0.85rem;
  }

  .footer-brand__logo {
    width: 38px;
    height: 38px;
  }

  .footer-brand__name {
    font-size: 1.35rem;
  }

  .footer-brand__text {
    font-size: 0.95rem;
  }

  .footer-subtitle {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
  }

  .footer-links a,
  .contact-list li,
  .contact-list a,
  .footer-bottom p {
    font-size: 0.9rem;
  }

  .social-list {
    gap: 1rem;
  }

  .social-list img {
    width: 18px;
    height: 18px;
  }
}

/* Responsive */
@media (max-width: 1199.98px) {
  .timeline-wrap::before {
    left: 50%;
  }

  .benefit-copy,
  .benefit-copy--right {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    position: static;
  }

  .hero-section {
    padding-top: 2rem;
  }

  .hero-copy {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .hero-quote {
    right: 20%;
    top: -1rem;
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-line {
    margin-left: auto;
    margin-right: auto;
  }

  .about-section {
    padding-top: 3.5rem;
  }

  .about-watermark {
    top: 3.25rem;
  }

  .timeline-wrap::before {
    display: none;
  }

  .timeline-item {
    padding: 1rem 0 2rem;
  }

  .timeline-item::before,
  .timeline-item::after {
    display: none;
  }

  .benefit-copy,
  .benefit-copy--left,
  .benefit-copy--right {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-copy h3 {
    font-size: clamp(1.9rem, 7vw, 2.7rem);
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
  }

  .brand-text {
    font-size: 1.05rem;
  }

  .brand-logo-placeholder {
    width: 38px;
    height: 38px;
  }

  .hero-kicker {
    font-size: 1.6rem;
  }

  .hero-quote {
    font-size: 3.75rem;
    right: 10%;
  }

  .feature-strip__inner {
    gap: 0.8rem 1.2rem !important;
  }

  .about-card {
    text-align: left;
  }

  .about-card p {
    font-size: 1rem;
  }

  .product-card--featured {
    transform: none;
  }

  .footer-title {
    font-size: 1.5rem;
  }
}

.nav-menu-frame {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 0.2rem 0.4rem;
  display: inline-flex;
  align-items: center;
}

.nav-menu-frame .navbar-nav {
  gap: 0.15rem;
}

@media (max-width: 991.98px) {
  .nav-menu-frame {
    display: block;
    width: 100%;
    border-radius: 18px;
    padding: 0.35rem;
  }

  .nav-menu-frame .navbar-nav {
    flex-direction: column;
    align-items: stretch !important;
  }

  .nav-menu-frame .nav-link {
    text-align: center;
  }
}

.feature-strip {
  position: relative;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(255, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 0, 0, 0.15);
  overflow: hidden;
  background: transparent;
}

.feature-strip__viewport {
  position: relative;
  overflow: hidden;
}

.feature-strip__track {
  display: flex;
  width: max-content;
  animation: featureMarquee 30s linear infinite;
  will-change: transform;
}

.feature-strip__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.feature-strip__group span {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  line-height: 1;
  white-space: nowrap;
  padding-right: 3rem;
  margin-right: 3rem;
}
/* 
.feature-strip__group span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transform: translateY(-50%);
} */

.feature-strip__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 140px;
  z-index: 2;
  pointer-events: none;
}

.feature-strip__fade--left {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(5, 5, 5, 1) 0%,
    rgba(5, 5, 5, 0.92) 30%,
    rgba(5, 5, 5, 0.55) 65%,
    rgba(5, 5, 5, 0) 100%
  );
}

.feature-strip__fade--right {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.92) 30%,
    rgba(0, 0, 0, 0.55) 65%,
    rgba(0, 0, 0, 0) 100%
  );
}

@keyframes featureMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.feature-strip:hover .feature-strip__track {
  animation-play-state: paused;
}

@media (max-width: 767.98px) {
  .feature-strip__group span {
    padding-right: 1.75rem;
    margin-right: 1.75rem;
  }

  .feature-strip__fade {
    width: 70px;
  }
}

.benefits-section {
  padding: 2rem 0 5rem;
  overflow: hidden;
}

.benefits-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* Left / right columns */
.benefits-col {
  display: flex;
  flex-direction: column;
}

.benefits-col--left,
.benefits-col--right {
  gap: 3.5rem;
}

.benefit-block {
  min-height: 320px;
  display: flex;
  align-items: center;
}

.benefit-block--text {
  align-items: flex-start;
}

.benefit-block--image {
  align-items: center;
}

.benefit-copy {
  max-width: 360px;
}

.benefit-copy--left {
  text-align: left;
}

.benefit-copy--right {
  text-align: left;
}

.benefit-copy h3 {
  margin: 0 0 1.25rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  font-weight: 500;
  color: #f3f0ea;
}

.benefit-copy p {
  margin: 0;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.35;
  color: #f3f0ea;
  max-width: 340px;
  text-align: justify;
}

.benefit-image {
  width: 100%;
  max-width: 325px;
  border-radius: 6px;
  overflow: hidden;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.benefit-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Center timeline column */
.benefits-timeline {
  position: relative;
  min-height: calc((320px * 3) + (3.5rem * 2));
  width: 120px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 255, 255, 0.75);
  transform: translateX(-50%);
}

/* dots */
.timeline-dot {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.timeline-dot--1 {
  top: 0px;
}

.timeline-dot--2 {
  top: 50%;
}

.timeline-dot--3 {
  bottom: 0px;
  top: auto;
  transform: translate(-50%, 50%);
}

/* dashed connectors */
.timeline-dash {
  position: absolute;
  height: 2px;
  width: 78px;
  top: 0;
  border-top: 3px dashed rgba(255, 255, 255, 0.9);
  transform: translateY(-50%);
  z-index: 1;
}

.timeline-dash--right {
  left: 50%;
  margin-left: 12px;
}

.timeline-dash--left {
  right: 50%;
  margin-right: 12px;
}

.timeline-dash--1 {
  top: 0px;
}

.timeline-dash--2 {
  top: 50%;
}

.timeline-dash--3 {
  bottom: 0px;
  top: auto;
  transform: translateY(50%);
}

/* Tablet/mobile */
@media (max-width: 991.98px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .benefits-timeline {
    display: none;
  }

  .benefits-col--left,
  .benefits-col--right {
    gap: 1.5rem;
  }

  .benefit-block {
    min-height: 0;
    display: block;
  }

  .benefit-copy,
  .benefit-copy--left,
  .benefit-copy--right {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .benefit-copy p {
    max-width: 100%;
  }

  .benefit-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
.benefits-col--right .benefit-block--image {
  align-items: flex-start;
}

.benefits-col--right .benefit-image {
  margin-left: auto;
  margin-right: 0;
}

/* top right image sits higher like the mockup */
.benefit-block--image-top {
  padding-top: 0;
}

/* middle right text sits slightly lower */
.benefit-block--text-mid {
  padding-top: 2.25rem;
}

/* bottom right image sits a little lower than the top one */
.benefit-block--image-bottom {
  padding-top: 1.5rem;
}
/* =========================
   About Page
========================== */
.about-page-hero {
  padding: 3.5rem 0 2.5rem;
}

.about-page-watermark {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(94vw, 1200px);
  opacity: 0.50;
  pointer-events: none;
}

.about-page-hero .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.about-page-intro-card {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  background: linear-gradient(180deg, #ff2222 0%, #e81a1a 100%);
  border-radius: 10px;
  padding: clamp(1rem, 3vw, 2rem);
  text-align: center;
  box-shadow: 0 18px 35px rgba(243, 33, 33, 0.18);
}

.about-page-intro-card p {
  margin: 0 0 1rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.15;
  color: #fff8f3;
}

.about-expertise-section {
  padding: 2rem 0 3rem;
}

.about-expertise-visual {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.about-expertise-badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  display: inline-block;
  padding: 0.35rem 0.8rem;
  background: #e11212;
  color: #fff;
  border-radius: 999px;
  font-family: "Literata", Georgia, serif;
  font-size: 1rem;
  line-height: 1;
}

.about-expertise-copy h2,
.about-spotlight-copy h2,
.about-cta-box h2 {
  margin: 0 0 1rem;
  font-family: "Literata", Georgia, serif;
  font-weight: 600;
  line-height: 0.95;
  color: #f3f0ea;
}

.about-expertise-copy h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
}

.about-expertise-copy p,
.about-spotlight-copy p {
  margin: 0;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.2;
  color: #f3f0ea;
}

.about-spotlight-section {
  padding: 1.5rem 0 0;
  overflow: hidden;
}

.about-spotlight-section {
  position: relative;
  padding: 1.5rem 0 0;
  overflow: hidden;
}

.about-spotlight-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
}

.about-spotlight-lines img {
  display: block;
  width: 100%;
  height: auto;
}

.about-spotlight-section .container {
  position: relative;
  z-index: 1;
}

.about-spotlight-copy h2 {
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  /* max-width: 760px; */
}

/* .about-spotlight-copy p {
   max-width: 560px; 
} */

.about-spotlight-image img {
  max-width: 100%;
}

.about-cta-section {
  padding: 0;
  margin-top: 1.5rem;
  background:
    radial-gradient(circle at center, rgba(225, 18, 18, 0.22), transparent 35%),
    linear-gradient(180deg, #160000 0%, #070707 55%, #050505 100%);
  border-top: 1px solid rgba(255, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 0, 0, 0.18);
}

.about-cta-box {
  padding: 3rem 1rem 3.5rem;
}

.about-cta-logo img {
  max-height: 62px;
  width: auto;
  margin: 0 auto 1.25rem;
}

.about-cta-box h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .about-page-hero {
    padding-top: 2.5rem;
  }

  .about-page-intro-card {
    text-align: left;
  }

  .about-spotlight-section {
    padding-bottom: 1rem;
  }

  .about-spotlight-copy {
    text-align: center;
  }

  .about-spotlight-copy h2,
  .about-spotlight-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .about-spotlight-image {
    text-align: center !important;
  }

  .about-spotlight-lines {
    width: 60vw;
    height: 160px;
    bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .about-page-intro-card p,
  .about-expertise-copy p,
  .about-spotlight-copy p {
    line-height: 1.3;
  }

  .about-cta-box {
    padding: 2.25rem 1rem 2.75rem;
  }

  .about-cta-logo img {
    max-height: 50px;
  }
}
/* =========================
   Products Page
========================== */
.products-page-hero {
  padding: 2.5rem 0 1.5rem;
}

.products-page-watermark {
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 1200px);
  opacity: 0.50;
  pointer-events: none;
}

.products-page-hero .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

.products-top-showcase {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.products-top-showcase__track {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

.products-top-showcase__item {
  opacity: 0.95;
}

.products-top-showcase__item img {
  max-height: 120px;
  width: auto;
}

.products-top-showcase__item--featured img {
  max-height: 145px;
}

.products-top-showcase__dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.products-top-showcase__dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.products-top-showcase__dots span.active {
  background: #fff;
}

.product-feature-section {
  padding: 1.75rem 0;
}

.product-feature-image {
  overflow: hidden;
  border-radius: 6px;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.05);
}


.product-feature-kicker {
  font-family: "Literata", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.9;
  color: #f3f0ea;
  margin-bottom: 0.1rem;
}

.product-feature-kicker::after {
  content: "";
  display: block;
  width: 140px;
  height: 12px;
  margin-top: 0.45rem;
  background: url("assets/img/decorative-divider-gold.png") center center / contain no-repeat;
}
@media (max-width: 991.98px) {
  .product-feature-kicker::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.product-feature-copy h2 {
  margin: 0 0 0.75rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  font-weight: 500;
  color: #f3f0ea;
}

.product-feature-copy p {
  margin: 0 0 1rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.15;
  color: #f3f0ea;
  text-align: justify;
  /* max-width: 640px; */
}

.btn-brand--sm {
  min-width: 120px;
  padding: 0.45rem 1rem;
  font-size: 0.72rem;
}

@media (max-width: 991.98px) {
  .products-top-showcase__track {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .products-top-showcase__item img,
  .products-top-showcase__item--featured img {
    max-height: 90px;
  }

  .product-feature-copy,
  .product-feature-copy p {
    max-width: 100%;
    text-align: center;
  }

   /* {
    margin-left: auto;
    margin-right: auto;
  } */
}

@media (max-width: 767.98px) {
  .products-page-hero {
    padding-top: 2rem;
  }

  .product-feature-section {
    padding: 1.25rem 0;
  }
}

.products-top-carousel {
  width: 100%;
  position: relative;
}

.products-top-carousel--fluid {
  max-width: 100%;
  margin: 0;
  padding: 0 3.5rem;
}

.products-top-carousel__viewport {
  width: 100%;
  overflow: hidden;
}

.products-top-carousel__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.products-top-showcase__item {
  flex: 0 0 20%; /* 5 visible on desktop */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  opacity: 0.9;
}

.products-top-showcase__item img {
  max-height: 120px;
  width: auto;
  margin: 0 auto;
}

.products-top-carousel__nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.products-top-carousel__nav:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.16);
}

.products-top-carousel__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.products-top-carousel__nav--prev {
  left: 0;
}

.products-top-carousel__nav--next {
  right: 0;
}

.products-top-carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.products-top-carousel__dot {
  width: 7px;
  height: 7px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.products-top-carousel__dot.active {
  background: #ffffff;
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .products-top-carousel--fluid {
    padding: 0 2.75rem;
  }

  .products-top-showcase__item {
    flex: 0 0 33.3333%; /* 3 visible */
  }

  .products-top-showcase__item img {
    max-height: 95px;
  }

  .products-top-carousel__nav {
    width: 34px;
    height: 34px;
    font-size: 1.35rem;
  }
}

@media (max-width: 767.98px) {
  .products-top-carousel--fluid {
    padding: 0 2.25rem;
  }

  .products-top-showcase__item {
    flex: 0 0 50%; /* 2 visible */
    padding: 0 0.5rem;
  }

  .products-top-showcase__item img {
    max-height: 80px;
  }

  .products-top-carousel__nav {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }

  .products-top-carousel__dots {
    margin-top: 0.75rem;
  }
}

/* =========================
   Product Details Page
========================== */
.product-details-hero {
  padding: 0 0 2rem;
}

.product-details-hero__banner {
  position: relative;
  /* padding: 3.5rem 0 2.5rem; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("assets/img/product-detail-hero-bg.png") center center / cover no-repeat;
  overflow: hidden;
}

.product-details-hero__copy {
  position: relative;
  min-height: 180px;
  display: flex;
  align-items: center;
}

.product-details-hero__frame {
  position: absolute;
  left: 0;
  top: 1rem;
  width: 360px;
  height: 110px;
  border-left: 2px dashed rgba(255, 255, 255, 0.6);
  border-bottom: 2px dashed rgba(255, 255, 255, 0.6);
}

.product-details-hero__copy h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-left: 1.75rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.95;
  font-weight: 500;
  color: #d71d1d;
}

.product-details-hero__image img {
  /* max-width: 540px; */
  width: 100%;
}

.product-detail-section {
  padding: 1.25rem 0;
}

.product-detail-card {
  overflow: hidden;
  border-radius: 6px;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.04);
  max-width: 360px;
}

.product-detail-copy {
  max-width: 520px;
}

.product-detail-copy h2,
.related-products-title {
  margin: 0 0 0.5rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  font-weight: 500;
  color: #f3f0ea;
}

.product-detail-copy__size {
  margin-bottom: 0.35rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
  color: #d71d1d;
}

.product-detail-copy__label,
.product-detail-copy__meta,
.product-detail-copy__code {
  font-family: "Literata", Georgia, serif;
  color: #f3f0ea;
}

.product-detail-copy__label {
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.product-detail-copy__meta {
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.product-detail-copy__code {
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.1;
  font-style: italic;
}

.related-products-section {
  position: relative;
  padding: 1.5rem 0 3rem;
  overflow: hidden;
}

.related-products-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  background: url("assets/img/about-spotlight-lines.png") center bottom / cover no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

.related-products-section .container {
  position: relative;
  z-index: 1;
}

.related-products-title {
  margin-bottom: 1.5rem;
}

.related-product-card {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #0a0a0a;
  transition: transform 0.25s ease;
}

.related-product-card:hover {
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .product-details-hero__copy {
    min-height: auto;
    justify-content: center;
    text-align: center;
  }

  .product-details-hero__frame {
    display: none;
  }

  .product-details-hero__copy h1 {
    padding-left: 0;
  }

  .product-details-hero__image {
    text-align: center !important;
  }

  .product-detail-card,
  .product-detail-copy {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-detail-copy {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .product-details-hero__banner {
    padding: 2.5rem 0 2rem;
  }

  .related-products-section::before {
    height: 140px;
  }
}
/* =========================
   Contact Page
========================== */
.contact-page-hero {
  padding: 3rem 0 1.5rem;
}

.contact-page-watermark {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(94vw, 1200px);
  opacity: 0.50;
  pointer-events: none;
}

.contact-page-hero .section-title {
  position: relative;
  z-index: 1;
}

.contact-main-section {
  position: relative;
  padding: 1.5rem 0 3rem;
  overflow: hidden;
}

.contact-main-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7rem;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
}

.contact-main-lines img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-main-section .container {
  z-index: 1;
}

.contact-map-card {
  /* max-width: 430px; */
  overflow: hidden;
  border-radius: 18px;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

/* .contact-form-wrap {
  max-width: 430px;
} */

.contact-form-control {
  height: 70px;
  border: 0;
  border-radius: 16px;
  background: #dfdfdf;
  color: #222;
  font-family: "Literata", Georgia, serif;
  font-size: 1.25rem;
  padding: 1rem 1.2rem;
  box-shadow: none !important;
}

.contact-form-control::placeholder {
  color: rgba(34, 34, 34, 0.7);
}

.contact-form-control--textarea {
  height: 120px;
  resize: none;
  padding-top: 1rem;
}

.contact-form-btn {
  min-height: 70px;
  border-radius: 16px;
  font-size: 0.95rem;
}

.contact-info-strip {
  margin-top: 2.5rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-info-item__icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-info-item__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.contact-info-item__copy h3 {
  margin: 0 0 0.25rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1;
  font-weight: 500;
  color: #f3f0ea;
}

.contact-info-item__copy p {
  margin: 0;
  max-width: 280px;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.15;
  color: #f3f0ea;
}

@media (max-width: 991.98px) {
  .contact-page-hero {
    padding-top: 2.5rem;
  }

  .contact-main-lines {
    bottom: 10rem;
    opacity: 0.16;
  }

  .contact-map-card,
  .contact-form-wrap {
    max-width: 100%;
  }

  .contact-map-card {
    max-width: 520px;
  }

  .contact-form-wrap {
    max-width: 520px;
  }

  .contact-info-strip {
    margin-top: 2rem;
  }
}

@media (max-width: 767.98px) {
  .contact-form-control {
    height: 60px;
    font-size: 1.05rem;
    border-radius: 14px;
  }

  .contact-form-control--textarea {
    height: 110px;
  }

  .contact-form-btn {
    min-height: 60px;
    border-radius: 14px;
  }

  .contact-info-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .contact-info-item__copy p {
    max-width: 100%;
  }
}

/* =========================
   Exhibition Page
========================== */
.exhibition-page-hero {
  padding: 2.5rem 0 1.5rem;
}

.exhibition-page-watermark {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(94vw, 1250px);
  opacity: 0.50;
  pointer-events: none;
}

.exhibition-page-hero .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0.5rem;
}

.exhibition-title-divider {
  max-width: 180px;
  margin: 0 auto 1.25rem;
}

.exhibition-intro-bar {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  background: linear-gradient(180deg, #ff2222 0%, #e81a1a 100%);
  border-radius: 10px;
  text-align: center;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  line-height: 1.1;
  color: #fff8f3;
}

.exhibition-feature-section {
  padding: 1.5rem 0 2rem;
}

.exhibition-collage {
  max-width: 620px;
}

.exhibition-collage__layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.5rem;
  align-items: start;
}

/* columns */
.exhibition-collage__left,
.exhibition-collage__right {
  display: flex;
  flex-direction: column;
}

.exhibition-collage__left {
  gap: 1.5rem;
}

.exhibition-collage__right {
  gap: 1.5rem;
  padding-top: 0;
}

/* cards */
.exhibition-collage__item {
  overflow: hidden;
  border-radius: 18px;
  background: #0a0a0a;
}

.exhibition-collage__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* exact visual proportions */
.exhibition-collage__item--tall {
  height: 520px;
}

.exhibition-collage__item--small-bottom {
  width: 66%;
  margin-left: auto;
  height: 190px;
}

.exhibition-collage__item--top {
  height: 230px;
}

.exhibition-collage__item--mid {
  height: 360px;
}

/* responsive */
@media (max-width: 991.98px) {
  .exhibition-collage {
    max-width: 100%;
    margin: 0 auto;
  }

  .exhibition-collage__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .exhibition-collage__left,
  .exhibition-collage__right {
    gap: 1rem;
  }

  .exhibition-collage__item--tall,
  .exhibition-collage__item--top,
  .exhibition-collage__item--mid,
  .exhibition-collage__item--small-bottom {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .exhibition-collage__item img {
    height: auto;
  }
}

.exhibition-feature-copy {
  max-width: 520px;
}

.exhibition-feature-copy h2,
.successful-events-title {
  margin: 0 0 0.75rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  font-weight: 500;
  color: #d71d1d;
}

.successful-events-title {
  color: #f3f0ea;
  margin-bottom: 1rem;
}

.exhibition-feature-copy p,
.exhibition-feature-copy__meta p {
  margin: 0 0 1rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.15;
  color: #f3f0ea;
}

.exhibition-feature-copy__meta h3 {
  margin: 0 0 0.15rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1;
  font-weight: 500;
  color: #d71d1d;
}

.successful-events-section {
  padding: 0.5rem 0 2rem;
}

.event-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #0a0a0a;
}

.event-card__label {
  position: absolute;
  left: 0.75rem;
  bottom: 0.65rem;
  font-family: "Literata", Georgia, serif;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 0.95;
  color: #fff;
}

.exhibition-products-strip {
  position: relative;
  padding: 0.5rem 0 2.5rem;
  overflow: hidden;
}

.exhibition-products-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  height: 180px;
  background: url("assets/img/about-spotlight-lines.png") center bottom / cover no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.exhibition-products-strip .container {
  position: relative;
  z-index: 1;
}

.exhibition-product-thumb {
  overflow: hidden;
  border-radius: 4px;
  background: #0a0a0a;
}

@media (max-width: 991.98px) {
  .exhibition-feature-copy {
    max-width: 100%;
  }

  .exhibition-feature-copy,
  .exhibition-feature-copy p,
  .exhibition-feature-copy__meta {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .exhibition-collage__grid {
    grid-template-columns: 1fr 1fr;
  }

  .exhibition-collage__item--lg {
    grid-row: span 1;
  }

  .exhibition-intro-bar {
    padding: 0.8rem 1rem;
    border-radius: 8px;
  }
}