/* ============================================
   HARI TECH — follow.art inspired refinement
   ============================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', 'Inter', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, -apple-system, sans-serif;
  background: #0b0b0e;
  color: #fff;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* ── NAV ──────────────────────────────────── */
nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 60px;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.logo-main {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.6);
}

.links {
  display: flex;
  gap: 32px;
}

.links a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  transition: color 0.2s;
}

.links a:hover { color: #fff; }
.links a.active { color: #fff; font-weight: 700; }

/* ── HAMBURGER TOGGLE ─────────────────────── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 201;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

nav.nav-open .nav-toggle span:nth-child(1) { transform: rotate(45deg) translate(4px, 5px); }
nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
nav.nav-open .nav-toggle span:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }

/* ── HERO ─────────────────────────────────── */
.hero {
  background: #e85d2f;   /* follow.art coral/orange */
  min-height: calc(100vh - 74px);   /* account for the in-flow sticky navbar */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 100px;
  color: #fff;
}

/* Giant background wordmark */
.hero-wordmark {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(80px, 22vw, 260px);
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: rgba(255,255,255,0.13);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Front copy — clips to bottom half only, sits above cards */
.hero-wordmark-front {
  z-index: 4;
  clip-path: inset(50% 0 0 0);
}

/* Left side copy */
.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 560px;
}

.hero-content {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(320px, 42%) minmax(320px, 52%);
  align-items: center;
  gap: 40px;
}

.hero-media {
  position: relative;
  width: 100%;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 221, 107, 0.25);
  box-shadow: 0 32px 80px rgba(0,0,0,0.28), 0 0 40px rgba(255, 224, 115, 0.22);
  background: rgba(255, 244, 194, 0.75);
}

.hero-slide {
  position: absolute;
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  opacity: 0;
  transition: opacity 0.8s ease;
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.18);
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.hero-media-label {
  position: absolute;
  left: 24px;
  bottom: 22px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(13,13,13,0.5);
  padding: 10px 14px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  margin-bottom: 20px;
}

.hero h1 {
  font-size: clamp(52px, 8vw, 120px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -3px;
  margin-bottom: 40px;
  white-space: nowrap;
}

.hero-tagline {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

/* ── FLOATING CARDS — circular orbit ─────── */

/*
  Technique: ring rotates (translateX = radius from centre)
             card counter-rotates by the same angle so it
             stays upright while tracing a perfect circle.
  Each ring starts at a different angle so cards are spread
  around the centre and never collide.
*/

.floating-cards {
  display: none;
}

@media (max-width: 900px) {
  .hero-carousel {
    max-width: 100%;
  }

  .carousel-slide {
    flex: 0 0 min(320px, 100%);
    min-width: 320px;
    padding: 18px;
    box-shadow: 0 26px 60px rgba(0,0,0,0.30);
  }

  .carousel-slide img {
    height: 220px;
  }

  .carousel-control {
    width: 42px;
    height: 42px;
  }

  .carousel-prev { left: 0; }
  .carousel-next { right: 0; }
}

@media (max-width: 600px) {
  .carousel-slide {
    flex: 0 0 min(280px, 100%);
    min-width: 280px;
    padding: 16px;
  }

  .carousel-slide img {
    height: 180px;
  }

  .carousel-control {
    width: 38px;
    height: 38px;
  }
}

/* Each ring is a zero-size rotator anchored at the same centre */
.orbit-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

/*
  All three rings share the same radius (200px) and duration (18s).
  They start 120° apart so cards are evenly spaced and move as one
  synchronized formation — like hands on a clock.
*/

/* Ring 1 — starts at 0° */
.ring-1 { animation: ring1-spin 18s linear infinite; }
@keyframes ring1-spin {
  from { transform: rotate(0deg)   translateX(200px); }
  to   { transform: rotate(360deg) translateX(200px); }
}

/* Ring 2 — starts at 90° */
.ring-2 { animation: ring2-spin 18s linear infinite; }
@keyframes ring2-spin {
  from { transform: rotate(90deg)  translateX(200px); }
  to   { transform: rotate(450deg) translateX(200px); }
}

/* Ring 3 — starts at 180° */
.ring-3 { animation: ring3-spin 18s linear infinite; }
@keyframes ring3-spin {
  from { transform: rotate(180deg) translateX(200px); }
  to   { transform: rotate(540deg) translateX(200px); }
}

/* Ring 4 — starts at 270° */
.ring-4 { animation: ring4-spin 18s linear infinite; }
@keyframes ring4-spin {
  from { transform: rotate(270deg) translateX(200px); }
  to   { transform: rotate(630deg) translateX(200px); }
}

/* Card base — sits at the translated end of its ring */
.card {
  position: absolute;
  /* Pull card so its centre aligns with the ring tip */
  top: -132px;   /* half card height ~265px */
  left: -132px;  /* half card width  ~265px */
  width: 265px;
  background: #0d0d0d;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* will-change keeps GPU-composited for smooth motion */
  will-change: transform;
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}

.card-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.card-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.card-meta {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

/*
  Counter-rotation: exactly negates the ring spin so the card
  stays upright. Small fixed tilt added for visual character.
  All use the same 18s so they're perfectly in sync.
*/
.card-1 { animation: card1-counter 18s linear infinite; }
@keyframes card1-counter {
  from { transform: rotate(0deg)    rotate(-6deg); }
  to   { transform: rotate(-360deg) rotate(-6deg); }
}

.card-2 { animation: card2-counter 18s linear infinite; }
@keyframes card2-counter {
  from { transform: rotate(-90deg)  rotate(5deg); }
  to   { transform: rotate(-450deg) rotate(5deg); }
}

.card-3 { animation: card3-counter 18s linear infinite; }
@keyframes card3-counter {
  from { transform: rotate(-180deg) rotate(-3deg); }
  to   { transform: rotate(-540deg) rotate(-3deg); }
}

.card-4 { animation: card4-counter 18s linear infinite; }
@keyframes card4-counter {
  from { transform: rotate(-270deg) rotate(4deg); }
  to   { transform: rotate(-630deg) rotate(4deg); }
}

/* Hover — pause orbit ring + snap card upright */
.orbit-ring:hover { animation-play-state: paused; }
.orbit-ring:hover .card {
  animation-play-state: paused;
  transform: rotate(0deg) scale(1.07) !important;
  box-shadow: 0 44px 90px rgba(0,0,0,0.75);
  z-index: 10;
}

/* ── HERO BOTTOM BAR ──────────────────────── */
.hero-bottom {
  position: absolute;
  bottom: 40px;
  left: 60px;
  right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
}

.hero-bottom-left {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.04em;
}

.hero-cta {
  background: #0d0d0d;
  color: #fff;
  padding: 16px 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255,255,255,0.15);
  transition: background 0.25s, transform 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-cta:hover {
  background: #1a1a1f;
  transform: translateY(-2px);
}

/* ── SECTIONS ─────────────────────────────── */
.section {
  padding: 100px 80px;
}

.section h2, .team h2 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 48px;
}

.section p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
  line-height: 1.6;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.box {
  background: #1a1008;
  padding: 0 0 32px;
  border-radius: 16px;
  border: 1px solid rgba(232, 93, 47, 0.25);
  box-shadow: 0 0 20px rgba(232, 93, 47, 0.15);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}

.box:hover {
  border-color: rgba(232, 93, 47, 0.6);
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(232, 93, 47, 0.4);
}

.box-body {
  padding: 24px 28px 0;
}

.box h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.box-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.box p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin: 0;
}

/* ── STATEMENT BAND ───────────────────────── */
.statement {
  text-align: center;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.15;
  padding: 120px 60px;
  background: #e85d2f;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

/* ── PROFILES / SOLUTIONS ─────────────────── */
.team {
  padding: 100px 80px;
}

.profiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.profile {
  background: #1a1008;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(232, 93, 47, 0.2);
  box-shadow: 0 0 15px rgba(232, 93, 47, 0.12);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.profile:hover {
  border-color: rgba(232, 93, 47, 0.6);
  transform: translateY(-4px);
  box-shadow: 0 0 30px rgba(232, 93, 47, 0.4);
}

.profile img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
}

.profile p {
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}

/* ── BOX ICON ─────────────────────────────── */
.box-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 16px 0 20px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(232, 93, 47, 0.1);
  border: 1px solid rgba(232, 93, 47, 0.2);
}

.box-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── SECTION SUBTITLE ─────────────────────── */
.section-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 40px;
  line-height: 1.6;
}

/* ── BRAND ROW ────────────────────────────── */
.brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.brand-row span {
  padding: 10px 22px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
  transition: border-color 0.25s, color 0.25s;
}

/* ── BRAND SECTION ────────────────────────── */
.brand-section {
  padding: 100px 80px;
  background: linear-gradient(160deg, #0f0a04 0%, #1a0f06 50%, #0b0b0e 100%);
  border-top: 1px solid rgba(232,93,47,0.15);
  border-bottom: 1px solid rgba(232,93,47,0.15);
}

.brand-section h2 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

/* Removed duplicate/incorrect selector */

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 32px 20px;
  background: #1a1008;
  border-radius: 18px;
  border: 1px solid rgba(232,93,47,0.25);
  box-shadow: 0 0 15px rgba(232, 93, 47, 0.12);
  text-align: center;
  cursor: default;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s, background 0.3s;
}

.brand-card:hover {
  transform: translateY(-6px);
  border-color: rgba(232,93,47,0.7);
  background: #221208;
  box-shadow: 0 0 30px rgba(232,93,47,0.4);
}

.brand-icon {
  font-size: 32px;
  line-height: 1;
}

.brand-name {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
}

.brand-type {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232,93,47,0.8);
}

.brand-row span:hover {
  border-color: #e85d2f;
  color: #fff;
}

/* ── PROFILE DETAILS ──────────────────────── */
.profile-name {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.profile-spec {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin: 0;
}

/* ── CONTACT GRID ─────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #1a1008;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid rgba(232, 93, 47, 0.2);
  box-shadow: 0 0 15px rgba(232, 93, 47, 0.1);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.contact-item:hover {
  border-color: rgba(232, 93, 47, 0.5);
  box-shadow: 0 0 25px rgba(232, 93, 47, 0.3);
  transform: translateY(-2px);
}

.contact-icon {
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}

.contact-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-item strong {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

.contact-item a,
.contact-item span {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  text-decoration: none;
}

.contact-item a:hover { color: #e85d2f; }

/* ── WHATSAPP BUTTON ──────────────────────── */
.wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #000;
  padding: 16px 36px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 0.25s, transform 0.25s;
}

.wa-btn:hover {
  background: #1ebe5a;
  transform: translateY(-2px);
}

/* ── FOOTER ───────────────────────────────── */
footer {
  position: relative;
  overflow: hidden;
  background: #e85d2f;
  padding: 80px 60px 40px;
  color: #fff;
}

.footer-wm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(60px, 18vw, 240px);
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.12); /* Subtle white on orange */
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6); 
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.25);
  -webkit-backdrop-filter: blur(12px); /* Slightly more blur */
  backdrop-filter: blur(12px);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-logo-main {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #e85d2f;
}

.footer-logo-sub {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.05em;
}

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

.footer-links a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  transition: color 0.2s;
}

.footer-links a:hover { color: #e85d2f; }

.footer-tagline {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255,255,255,0.35);
  margin-bottom: 32px;
  max-width: 700px;
}

.footer-tagline-em {
  font-style: normal;
  color: rgba(255,255,255,0.6);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom span {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.02em;
}

.footer-wa {
  font-size: 12px;
  font-weight: 700;
  color: #e85d2f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s, transform 0.2s;
}

.footer-wa:hover {
  color: #fff;
  transform: translateX(4px);
}


/* ══════════════════════════════════════════
   INNER PAGES (products / services / about)
   ══════════════════════════════════════════ */

/* Sticky dark nav for inner pages */
.nav-inner {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(20,14,10,0.45);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  backdrop-filter: blur(22px) saturate(160%);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 60px;
}

.nav-inner .logo-main  { font-size:15px; font-weight:700; letter-spacing:.12em; }
.nav-inner .logo-sub   { font-size:11px; letter-spacing:.06em; color:rgba(255,255,255,.5); }
.nav-inner .links      { display:flex; gap:28px; }
.nav-inner .links a    { font-size:13px; font-weight:500; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.65); transition:color .2s; }
.nav-inner .links a:hover,
.nav-inner .links a.active { color:#e85d2f; }

/* ── PAGE HERO (inner pages) ──────────────── */
.page-hero {
  background: #e85d2f;
  position: relative;
  overflow: hidden;
  padding: 90px 60px 80px;
  color: #fff;
}

.page-hero-wm {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: clamp(50px,14vw,220px);
  font-weight: 900;
  letter-spacing: .06em;
  white-space: nowrap;
  color: rgba(255,255,255,.1);
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  max-width: 100%;
}

.page-hero-inner { position:relative; z-index:2; max-width:700px; }

.page-hero-eyebrow {
  font-size:12px; font-weight:700; letter-spacing:.16em;
  text-transform:uppercase; color:rgba(255,255,255,.7);
  margin-bottom:16px;
}

.page-hero h1 {
  font-size: clamp(52px,9vw,110px);
  font-weight:900; line-height:1.1; letter-spacing:-3px;
  margin-bottom:28px;
}

.page-hero-sub {
  font-size:17px; line-height:1.65;
  color:rgba(255,255,255,.82); max-width:560px;
}

/* ── PROD CARDS ───────────────────────────── */
.prod-section {
  padding: 80px 60px;
}

.cat-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #e85d2f;
  margin-bottom: 10px;
}

.cat-label::before {
  content: '';
  display: block;
  width: 28px; height: 1px;
  background: #e85d2f;
}

.cat-title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.cat-sub {
  font-size: 15px;
  color: rgba(255,255,255,.5);
  margin-bottom: 48px;
}

.prod-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.prod-grid::-webkit-scrollbar {
  height: 4px;
}
.prod-grid::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); border-radius: 99px; }
.prod-grid::-webkit-scrollbar-thumb { background: rgba(232,93,47,0.5); border-radius: 99px; }

.prod-grid .prod-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
}

.prod-card {
  background: #1a1008;
  border-radius: 18px;
  border: 1px solid rgba(232, 93, 47, 0.25);
  box-shadow: 0 0 15px rgba(232, 93, 47, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}

.prod-card:hover {
  border-color: rgba(232,93,47,.7);
  transform: translateY(-5px);
  box-shadow: 0 0 35px rgba(232, 93, 47, 0.45);
}

.prod-img {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
}

.prod-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform .5s;
}

.prod-card:hover .prod-img img { transform: scale(1.04); }

.prod-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: #e85d2f;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}

.prod-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prod-body h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.prod-specs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prod-specs li {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  padding-left: 14px;
  position: relative;
}

.prod-specs li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #e85d2f;
}

.prod-price {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.prod-cta {
  display: block;
  text-align: center;
  background: #e85d2f;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: background .2s, transform .2s;
}

.prod-cta:hover { background: #d44e22; transform: translateY(-1px); }

/* ── SERVICE CARDS ────────────────────────── */
.svc-section { padding: 80px 60px; }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px,1fr));
  gap: 20px;
  margin-top: 48px;
}

.svc-card {
  background: #1a1008;
  border-radius: 18px;
  border: 1px solid rgba(232, 93, 47, 0.25);
  box-shadow: 0 0 15px rgba(232, 93, 47, 0.12);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: #e85d2f;
  transform: scaleX(0);
  transition: transform .35s;
  transform-origin: left;
}

.svc-card:hover { border-color: rgba(232,93,47,.35); transform: translateY(-4px); }
.svc-card:hover::after { transform: scaleX(1); }

.svc-card.featured { border-color: rgba(232,93,47,.3); }

.svc-badge {
  display: inline-block;
  background: rgba(232,93,47,.18);
  color: #e85d2f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  width: fit-content;
}

.svc-photo {
  width: 100%;
  height: 180px;
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}

.svc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-icon { 
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.svc-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-card h3 { font-size: 19px; font-weight: 700; letter-spacing: 0.05em; }

.svc-card > p { font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.7; }

.svc-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.svc-features li {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  padding-left: 16px;
  position: relative;
}

.svc-features li::before {
  content: '✓';
  position: absolute; left: 0;
  color: #e85d2f;
  font-size: 11px;
}

.svc-price {
  font-size: 15px;
  font-weight: 700;
  color: #e85d2f;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.06);
  margin-top: auto;
}

/* ── PROCESS TIMELINE ─────────────────────── */
.process-section { padding: 80px 60px; background: #0d0d0d; }

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 2px;
  margin-top: 56px;
}

.process-step {
  padding: 40px 32px;
  background: #111116;
  position: relative;
}

.process-step:first-child { border-radius: 18px 0 0 18px; }
.process-step:last-child  { border-radius: 0 18px 18px 0; }

.process-step::after {
  content: '→';
  position: absolute;
  top: 50%; right: -14px;
  transform: translateY(-50%);
  color: #e85d2f;
  font-size: 20px;
  z-index: 2;
}

.process-step:last-child::after { display: none; }

.step-num {
  font-size: 48px;
  font-weight: 900;
  color: rgba(232,93,47,.18);
  line-height: 1;
  margin-bottom: 16px;
}

.process-step h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.process-step p  { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.7; }

/* ── CTA BAND ─────────────────────────────── */
.cta-band {
  background: #e85d2f;
  padding: 80px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-band h2 { font-size: clamp(28px,4vw,44px); font-weight:900; letter-spacing:-1px; max-width:560px; }
.cta-band p  { font-size:16px; color:rgba(255,255,255,.82); margin-top:10px; max-width:480px; }

.cta-band-btns { display:flex; gap:14px; flex-wrap:wrap; flex-shrink:0; }

.btn-dark {
  display:inline-flex; align-items:center; gap:8px;
  background:#0d0d0d; color:#fff;
  padding:16px 32px; border-radius:999px;
  font-size:14px; font-weight:700; letter-spacing:.06em;
  border:1px solid rgba(255,255,255,.15);
  transition: background .25s, transform .25s;
}

.btn-dark:hover { background:#1a1a1f; transform:translateY(-2px); }

.btn-outline {
  display:inline-flex; align-items:center; gap:8px;
  background:transparent; color:#fff;
  padding:16px 32px; border-radius:999px;
  font-size:14px; font-weight:700; letter-spacing:.06em;
  border:1px solid rgba(255,255,255,.5);
  transition: background .25s, transform .25s;
}

.btn-outline:hover { background:rgba(255,255,255,.12); transform:translateY(-2px); }

/* ── ABOUT / STATS ────────────────────────── */
.about-section { padding: 80px 60px; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.about-copy h2 {
  font-size: clamp(34px,5vw,52px);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 24px;
}

.about-copy p {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-copy p strong { color: #fff; }

.stat-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2px;
  margin-top: 40px;
}

.stat-item {
  background: #111116;
  padding: 28px 20px;
  text-align: center;
}

.stat-item:first-child { border-radius: 14px 0 0 14px; }
.stat-item:last-child  { border-radius: 0 14px 14px 0; }

.stat-num {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #e85d2f;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-content: start;
}

.why-item {
  background: #111116;
  border-radius: 14px;
  padding: 24px;
  border: 1px solid rgba(232, 93, 47, 0.2);
  box-shadow: 0 0 10px rgba(232, 93, 47, 0.08);
  transition: border-color .3s, box-shadow .3s, transform 0.3s;
}

.why-item:hover { 
  border-color: rgba(232,93,47,.6); 
  box-shadow: 0 0 25px rgba(232, 93, 47, 0.35);
  transform: translateY(-3px);
}

.why-icon { font-size: 24px; margin-bottom: 10px; }
.why-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.why-item p  { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.6; margin:0; }

/* ── MAP ──────────────────────────────────── */
.map-section { padding: 0 60px 80px; }
.map-section h2 { font-size:32px; font-weight:800; letter-spacing:-1px; margin-bottom:24px; }
.map-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.07);
}

.map-wrap iframe { display: block; }

/* ── RESPONSIVE ───────────────────────────── */

/* ---- TABLET (≤900px) ---- */
@media (max-width: 900px) {
  nav { padding: 20px 28px; }
  nav .links { gap: 20px; }

  .hero {
    padding: 100px 28px 60px;
    min-height: 100vh;
  }

  .hero h1 {
    font-size: clamp(44px, 12vw, 80px);
    white-space: normal;
    letter-spacing: -2px;
  }

  .hero-wordmark { font-size: clamp(60px, 16vw, 140px); top: 18%; }

  .hero-copy { margin-top: 0; }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-media {
    min-height: 300px;
  }

  .hero-slide img {
    height: 100%;
  }

  /* Scale orbit down — keep it animated, center it, shift to bottom half */
  .floating-cards {
    top: 58%;
    left: 50%;
    margin-left: 0;
    width: 0;
    height: 0;
  }


  /* Smaller radius: 140px */
  .ring-1 { animation: ring1-spin-sm 18s linear infinite; }
  .ring-2 { animation: ring2-spin-sm 18s linear infinite; }
  .ring-3 { animation: ring3-spin-sm 18s linear infinite; }
  .ring-4 { animation: ring4-spin-sm 18s linear infinite; }
  @keyframes ring1-spin-sm {
    from { transform: rotate(0deg)   translateX(140px); }
    to   { transform: rotate(360deg) translateX(140px); }
  }
  @keyframes ring2-spin-sm {
    from { transform: rotate(90deg)  translateX(140px); }
    to   { transform: rotate(450deg) translateX(140px); }
  }
  @keyframes ring3-spin-sm {
    from { transform: rotate(180deg) translateX(140px); }
    to   { transform: rotate(540deg) translateX(140px); }
  }
  @keyframes ring4-spin-sm {
    from { transform: rotate(270deg) translateX(140px); }
    to   { transform: rotate(630deg) translateX(140px); }
  }
  .card   { width: 170px; top: -85px; left: -85px; padding: 14px; transform: rotate(0deg); }
  /* Remove visual tilts on mobile to ensure 'proper position' */
  .card-1 { animation-name: card1-counter-clean-sm; }
  .card-2 { animation-name: card2-counter-clean-sm; }
  .card-3 { animation-name: card3-counter-clean-sm; }
  .card-4 { animation-name: card4-counter-clean-sm; }

  @keyframes card1-counter-clean-sm {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
  }
  @keyframes card2-counter-clean-sm {
    from { transform: rotate(-90deg); }
    to   { transform: rotate(-450deg); }
  }
  @keyframes card3-counter-clean-sm {
    from { transform: rotate(-180deg); }
    to   { transform: rotate(-540deg); }
  }
  @keyframes card4-counter-clean-sm {
    from { transform: rotate(-270deg); }
    to   { transform: rotate(-630deg); }
  }
  .card img { height: 110px; }

  .hero-bottom {
    left: 28px;
    right: 28px;
    flex-wrap: wrap;
    gap: 14px;
  }

  /* Sections */
  .section, .team        { padding: 60px 28px; }
  .brand-section          { padding: 60px 28px; }
  .statement              { padding: 70px 28px; }

  /* Inner pages */
  .nav-inner              { padding: 16px 24px; }
  .nav-inner .links       { gap: 16px; }
  .nav-inner .links a     { font-size: 12px; }
  .page-hero              { padding: 70px 28px 60px; }
  .page-hero h1           { letter-spacing: -2px; }
  .prod-section           { padding: 60px 28px; }
  .svc-section            { padding: 60px 28px; }
  .process-section        { padding: 60px 28px; }
  .cta-band               { padding: 60px 28px; flex-direction: column; align-items: flex-start; }
  .about-section          { padding: 60px 28px; }
  .map-section            { padding: 0 28px 60px; }

  .about-grid             { grid-template-columns: 1fr; gap: 36px; }
  .why-grid               { grid-template-columns: 1fr; }
  .stat-row               { grid-template-columns: repeat(3,1fr); }

  .process-steps          { grid-template-columns: 1fr; gap: 2px; }
  .process-step           { border-radius: 0; }
  .process-step:first-child { border-radius: 14px 14px 0 0; }
  .process-step:last-child  { border-radius: 0 0 14px 14px; }
  .process-step::after    { display: none; }

  .brand-grid             { grid-template-columns: repeat(auto-fill, minmax(140px,1fr)); }
}

/* ---- MOBILE (≤600px) ---- */
@media (max-width: 600px) {
  nav { padding: 18px 20px; }
  nav .links { gap: 14px; }
  nav .links a { font-size: 12px; letter-spacing: 0.05em; }

  .hero { padding: 90px 20px 60px; min-height: 100vh; }
  .hero h1 {
    font-size: clamp(38px, 11vw, 60px);
    white-space: normal;
    letter-spacing: -1.5px;
  }
  .hero-wordmark { font-size: clamp(52px, 14vw, 100px); top: 15%; }
  .hero-tagline { font-size: 14px; }

  .hero-content { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { margin-top: 0; }
  .hero-media { min-height: 260px; }

  /* Even smaller orbit on phones: 100px radius */
  .floating-cards { top: 60%; }
  .ring-1 { animation: ring1-spin-xs 18s linear infinite; }
  .ring-2 { animation: ring2-spin-xs 18s linear infinite; }
  .ring-3 { animation: ring3-spin-xs 18s linear infinite; }
  .ring-4 { animation: ring4-spin-xs 18s linear infinite; }
  @keyframes ring1-spin-xs {
    from { transform: rotate(0deg)   translateX(100px); }
    to   { transform: rotate(360deg) translateX(100px); }
  }
  @keyframes ring2-spin-xs {
    from { transform: rotate(90deg)  translateX(100px); }
    to   { transform: rotate(450deg) translateX(100px); }
  }
  @keyframes ring3-spin-xs {
    from { transform: rotate(180deg) translateX(100px); }
    to   { transform: rotate(540deg) translateX(100px); }
  }
  @keyframes ring4-spin-xs {
    from { transform: rotate(270deg) translateX(100px); }
    to   { transform: rotate(630deg) translateX(100px); }
  }
  .card   { width: 140px; top: -70px; left: -70px; padding: 12px; gap: 6px; transform: rotate(0deg); }
  .card-1 { animation-name: card1-counter-clean-xs; }
  .card-2 { animation-name: card2-counter-clean-xs; }
  .card-3 { animation-name: card3-counter-clean-xs; }
  .card-4 { animation-name: card4-counter-clean-xs; }

  @keyframes card1-counter-clean-xs {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
  }
  @keyframes card2-counter-clean-xs {
    from { transform: rotate(-90deg); }
    to   { transform: rotate(-450deg); }
  }
  @keyframes card3-counter-clean-xs {
    from { transform: rotate(-180deg); }
    to   { transform: rotate(-540deg); }
  }
  @keyframes card4-counter-clean-xs {
    from { transform: rotate(-270deg); }
    to   { transform: rotate(-630deg); }
  }
  .card img { height: 88px; }
  .card-name { font-size: 13px; }

  .section, .team        { padding: 50px 20px; }
  .section h2, .team h2  { font-size: clamp(28px, 7vw, 40px); }
  .brand-section          { padding: 50px 20px; }
  .statement              { padding: 56px 20px; font-size: clamp(20px, 6vw, 34px); letter-spacing: -0.5px; }

  .brand-grid             { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .brand-card             { padding: 20px 12px; gap: 8px; }
  .brand-icon             { font-size: 24px; }
  .brand-name             { font-size: 14px; }
  .brand-type             { font-size: 10px; }

  /* Inner pages */
  .nav-inner              { padding: 14px 20px; }
  .nav-inner .links       { gap: 12px; }
  .nav-inner .links a     { font-size: 11px; letter-spacing: 0.04em; }

  .page-hero              { padding: 56px 20px 48px; }
  .page-hero h1           { font-size: clamp(38px, 10vw, 64px); letter-spacing: -1px; }
  .page-hero-sub          { font-size: 15px; }

  .prod-section           { padding: 48px 20px; }
  .svc-section            { padding: 48px 20px; }
  .process-section        { padding: 48px 20px; }
  .cta-band               { padding: 48px 20px; }
  .about-section          { padding: 48px 20px; }
  .map-section            { padding: 0 20px 48px; }

  .stat-row               { grid-template-columns: repeat(3,1fr); }
  .stat-num               { font-size: 30px; }

  .footer-inner           { padding: 28px 20px 18px; }
  .footer-top             { flex-direction: column; gap: 16px; }
  .footer-links           { gap: 16px; flex-wrap: wrap; }
  .footer-tagline         { font-size: 13px; }
  .footer-bottom          { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ---- SMALL MOBILE (≤480px) ---- */
@media (max-width: 480px) {
  /* Show hamburger, hide inline links */
  .nav-toggle              { display: flex; }
  nav .links,
  .nav-inner .links        { display: none; }

  /* Dropdown when nav-open toggled via JS */
  nav.nav-open,
  nav.nav-inner.nav-open   { flex-wrap: wrap; }

  nav.nav-open .links,
  .nav-inner.nav-open .links {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    background: rgba(20,14,10,0.7);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    backdrop-filter: blur(22px) saturate(160%);
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 8px 0 16px;
    order: 3;
  }

  nav.nav-open .links a,
  .nav-inner.nav-open .links a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: color 0.2s, background 0.2s;
  }

  nav.nav-open .links a:last-child       { border-bottom: none; }
  nav.nav-open .links a:hover,
  .nav-inner.nav-open .links a:hover     { color: #fff; background: rgba(232,93,47,0.08); }
  nav.nav-open .links a.active,
  .nav-inner.nav-open .links a.active    { color: #e85d2f; }

  /* Hero */
  .hero h1 {
    font-size: clamp(36px, 10vw, 54px);
    white-space: normal;
    letter-spacing: -1px;
  }
  .hero-wordmark          { font-size: clamp(44px, 12vw, 80px); }

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

  .page-hero h1           { font-size: clamp(34px, 9vw, 52px); letter-spacing: -0.5px; }

  .stat-row               { grid-template-columns: 1fr; }
  .stat-item:first-child  { border-radius: 14px 14px 0 0; }
  .stat-item:last-child   { border-radius: 0 0 14px 14px; }

  .cta-band-btns          { flex-direction: column; width: 100%; }
  .btn-dark, .btn-outline { width: 100%; justify-content: center; }

  .footer-inner           { padding: 24px 16px 16px; }
  .footer-tagline         { font-size: 12px; }
  .footer-wa              { font-size: 12px; padding: 8px 16px; }

  /* Ensure orbit fits on tiny screens */
  @media (max-width: 360px) {
    .floating-cards { transform: scale(0.85); top: 62%; }
    .hero h1 { font-size: 32px; }
  }
}

/* ── CONTACT FORM & BLOG (GLOBAL) ──────────────── */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 14px;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  transition: border-color 0.25s, background 0.25s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(232,93,47,0.5);
  background: rgba(255,255,255,0.08);
}

.blog-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 35px rgba(232, 93, 47, 0.45) !important;
  border-color: rgba(232, 93, 47, 0.7) !important;
}

.blog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.blog-content {
  padding: 32px;
}

.blog-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.blog-more {
  margin-top: 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #e85d2f;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.2s, transform 0.2s;
  cursor: pointer;
}

.blog-more:hover {
  color: #fff;
  transform: translateX(4px);
}

/* ── FEATURED BLOG GUIDE ────────────────────── */
.featured-blog-box {
  background: #1a1008;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(232, 93, 47, 0.25);
  box-shadow: 0 0 30px rgba(232, 93, 47, 0.15);
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.featured-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-blog-content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-blog-content h2 {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
  line-height:1.2;
}

.blog-points {
  margin-top: 32px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.blog-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.blog-point-icon {
  font-size: 24px;
  background: rgba(232, 93, 47, 0.1);
  padding: 10px;
  border-radius: 12px;
  color: #e85d2f;
  flex-shrink: 0;
}

.blog-point div {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.blog-point strong { color: #fff; display: block; margin-bottom: 4px; font-weight:700; }

.blog-feed-title {
  margin-bottom: 40px; 
  border-bottom: 1px solid rgba(232,93,47,0.2); 
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 800;
}


/* ── UTILITIES ───────────────────────────────── */
.logo-link {
  text-decoration: none;
  color: inherit;
}

.logo-sub-block {
  display: block;
}

.secondary-features {
  opacity: 0.8 !important;
  margin-top: 20px !important;
}

.hero-wm-subtle {
  color: rgba(232, 93, 47, 0.08) !important;
}

.page-hero-dark {
  background: #1a0f06 !important;
}

.full-width-contact {
  grid-template-columns: 1fr !important;
}

.form-box {
  background: #1a1008;
  border-color: rgba(232, 93, 47, 0.15);
}

.form-btn {
  border: none;
  cursor: pointer;
  justify-content: center;
}

.map-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 450px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}

.blog-feed-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.no-resize {
  resize: none !important;
}
