/** Shopify CDN: Minification failed

Line 122:56 Unexpected "*"

**/
/* ===== ROVAB Custom Styles ===== */
/* Loaded AFTER Dawn's base.css via theme.liquid */

/* IMPORTANT: Dawn uses --color-background, --color-foreground, --color-shadow
   as comma-separated RGB values (e.g. 255,255,255) used in rgb() calls.
   We MUST NOT override those. Instead we use --rovab-* prefixed variables. */

:root {
  --rovab-primary: #CC1237;
  --rovab-primary-dark: #a00f2d;
  --rovab-accent: #FFB257;
  --rovab-dark: #1e2124;
  --rovab-muted: #f0f1f3;
  --rovab-muted-fg: #4b5563;
  --rovab-bg: #ffffff;
  --rovab-card: #f8f9fa;
  --rovab-border: #e2e4e8;
  --rovab-shadow-clr: #c8cad0;
  --rovab-secondary: #f2f3f5;
}

/* ===== GLOBAL FONT & BASE SIZE ===== */
/* Dawn sets html { font-size: 62.5% } making 1rem = 10px.
   We reset it to 100% so 1rem = 16px as our sections expect. */

html,
:root {
  font-size: 100% !important;
}

body,
body.template-index,
body.template-collection {
  font-size: 1rem !important;
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* Scroll indicator: hidden on mobile, visible on desktop */
.scroll-indicator {
  display: none !important;
}
@media (min-width: 640px) {
  .scroll-indicator {
    display: flex !important;
  }
}

body.template-index *,
body.template-collection * {
  font-family: inherit;
}

/* ===== FULL-WIDTH OVERRIDES ===== */
/* Dawn wraps every section in .shopify-section with max-width constraints.
   We bust ALL of those for index, collection AND product templates. */

body.template-index .shopify-section,
body.template-index #MainContent,
body.template-index .content-for-layout,
body.template-index .shopify-section > div,
body.template-index .shopify-section > section,
body.template-index .shopify-section > nav,
body.template-index .shopify-section > footer,
body.template-collection .shopify-section,
body.template-collection #MainContent,
body.template-collection .content-for-layout,
body.template-collection .shopify-section > div,
body.template-collection .shopify-section > section,
body.template-collection .shopify-section > nav,
body.template-collection .shopify-section > footer,
/* Contained PDP segment block — spacing lives in the Liquid markup */
body.template-product .rovab-pdp-segment {
  margin: 0 !important;
}

body.template-product .rovab-pdp-segment .texture-slash {
  border-radius: 2px;
  overflow: hidden;
}

/* ===== SEGMENT COPY INNER (metafield richtext) ===== */
.seg-copy-inner {
  max-width: 48rem;
}
.seg-copy-inner p {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1em;
  color: rgba(255,255,255,0.8);
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  font-weight: 300;
}
.seg-copy-inner p:last-child { margin-bottom: 0; }
.seg-copy-inner ul, .seg-copy-inner ol {
  font-size: 0.9375rem;
  color: rgba(255,255,255,0.8);
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.seg-copy-inner li {
  margin-bottom: 0.45em;
  line-height: 1.8;
}

/* Our own content wrapper – matches React preview's 80rem container */
.rovab-container {
  max-width: 80rem !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 clamp(1.5rem, 4vw, 4rem) !important;
  box-sizing: border-box;
}

/* Dawn sometimes nests extra wrapper divs – kill their constraints too */
body.template-index .shopify-section .section-template--*,
body.template-index .shopify-section [id^="shopify-section"],
body.template-index .shopify-section .page-width,
body.template-index .shopify-section .content-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ===== FORCE CORRECT COLORS ===== */

/* -- Dark sections (values, contact) -- */
body.template-index section.texture-slash,
body.template-index section#kontakt {
  background-color: var(--rovab-dark) !important;
  color: #fff !important;
}

body.template-index section.texture-slash h1,
body.template-index section.texture-slash h2,
body.template-index section.texture-slash h3,
body.template-index section.texture-slash h4,
body.template-index section#kontakt h1,
body.template-index section#kontakt h2,
body.template-index section#kontakt h3,
body.template-index section#kontakt h4 {
  color: #fff !important;
}

body.template-index section.texture-slash p,
body.template-index section#kontakt p {
  color: rgba(255,255,255,0.6) !important;
}

/* Value cards text */
body.template-index .value-card h3 {
  color: #fff !important;
}
body.template-index .value-card p {
  color: rgba(255,255,255,0.6) !important;
}

/* -- Light sections (about, industries, quality, brands, case-study) -- */
body.template-index section.texture-grain,
body.template-index section[style*="padding:5rem"] {
  color: var(--rovab-dark) !important;
}

body.template-index section#industrier {
  background-color: var(--rovab-muted) !important;
  color: var(--rovab-dark) !important;
}

body.template-index section#om-oss,
body.template-index section#kundcase {
  background-color: var(--rovab-bg) !important;
  color: var(--rovab-dark) !important;
}

body.template-index section#varumarken {
  background-color: var(--rovab-muted) !important;
  color: var(--rovab-dark) !important;
}

/* Quality section */
body.template-index section[style*="padding:5rem"] {
  background-color: var(--rovab-bg) !important;
}

/* Headings in light sections */
body.template-index section.texture-grain h1,
body.template-index section.texture-grain h2,
body.template-index section.texture-grain h3,
body.template-index section.texture-grain h4,
body.template-index section[style*="padding:5rem"] h1,
body.template-index section[style*="padding:5rem"] h2,
body.template-index section[style*="padding:5rem"] h3 {
  color: var(--rovab-dark) !important;
}

/* Paragraphs in light sections */
body.template-index section.texture-grain p,
body.template-index section[style*="padding:5rem"] p {
  color: var(--rovab-muted-fg) !important;
}

/* Richtext divs in light sections (quality cards use div for richtext) */
body.template-index section[style*="padding:5rem"] div[style*="color:var(--rovab-muted-fg"] {
  color: var(--rovab-muted-fg) !important;
}

/* Primary red highlights */
body.template-index span[style*="color:var(--rovab-primary)"] {
  color: var(--rovab-primary) !important;
}

/* Industry cards */
body.template-index .industry-card {
  background-color: #fff !important;
  color: var(--rovab-dark) !important;
}
body.template-index .industry-card h3 {
  color: var(--rovab-dark) !important;
}
body.template-index .industry-card p {
  color: var(--rovab-muted-fg) !important;
}

/* Brand cards */
body.template-index .brand-card {
  background-color: var(--rovab-card) !important;
}
body.template-index .brand-card span {
  color: rgba(0,0,0,0.5) !important;
}

/* Case study section */
body.template-index section#kundcase h2,
body.template-index section#kundcase h3 {
  color: var(--rovab-dark) !important;
}
body.template-index section#kundcase p,
body.template-index section#kundcase div[style*="color:var(--rovab-muted-fg"] {
  color: var(--rovab-muted-fg) !important;
}

/* Marquee strip */
body.template-index .marquee-strip {
  background-color: var(--rovab-primary) !important;
  color: #fff !important;
}

/* Footer */
body.template-index footer {
  background-color: var(--rovab-secondary) !important;
  color: var(--rovab-dark) !important;
  border-top: 1px solid var(--rovab-border) !important;
}
body.template-index footer h4 {
  color: var(--rovab-dark) !important;
}
body.template-index footer p,
body.template-index footer span,
body.template-index footer a {
  color: var(--rovab-muted-fg) !important;
}
body.template-index footer a:hover {
  color: var(--rovab-primary) !important;
}
body.template-index footer .icon-primary {
  color: var(--rovab-primary) !important;
}

/* ===== SCOPED RESETS ===== */

.hero-section a, .site-nav a, .marquee-strip a,
.texture-slash a, .texture-grain a,
.quality-grid a, .contact-grid a, .footer-grid a {
  color: inherit;
  text-decoration: none;
}

.hero-section img, .texture-slash img, .texture-grain img {
  max-width: 100%;
  height: auto;
}

.hero-section h1, .hero-section h2, .hero-section h3,
.texture-slash h1, .texture-slash h2, .texture-slash h3,
.texture-grain h1, .texture-grain h2, .texture-grain h3 {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin: 0;
  padding: 0;
  max-width: none;
}

/* ===== NAVBAR ===== */

/* The .shopify-section wrapper around the header must also be fixed & on top */
body .shopify-section:has(#rovab-nav),
#shopify-section-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}
body .shopify-section:has(#rovab-nav) > *,
#shopify-section-header > * {
  pointer-events: auto;
}

/* Reset ALL Dawn header interference */
#rovab-nav,
#rovab-nav *,
.rovab-nav,
.rovab-nav * {
  box-sizing: border-box !important;
}

#rovab-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease !important;
}

/* Hero goes full-bleed behind header, no top padding on MainContent for index */
body.template-index #MainContent {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.template-index #MainContent,
body.template-collection #MainContent {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Non-index/collection pages need spacing below fixed header */
body:not(.template-index):not(.template-collection) #MainContent {
  padding-top: 5.5rem !important;
}

body #MainContent .shopify-section:first-child {
  margin-top: 0 !important;
}

#rovab-nav .rovab-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: 5rem !important;
  max-width: 80rem !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 clamp(1.5rem, 4vw, 4rem) !important;
  gap: 1.5rem !important;
}

#rovab-nav .rovab-nav-logo-wrap {
  flex: 0 0 auto !important;
  margin-right: 1rem !important;
}

#rovab-nav .rovab-nav-actions {
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

/* Logo */
#rovab-nav .nav-logo--white,
#rovab-nav .nav-logo--dark {
  height: 2.5rem !important;
  width: auto !important;
  max-width: 170px !important;
  object-fit: contain !important;
}

#rovab-nav .nav-logo--dark {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  transform: translateY(-50%) !important;
  opacity: 0 !important;
}

/* Desktop nav links container */
#rovab-nav .rovab-nav-desktop {
  display: flex !important;
  align-items: center !important;
  gap: 1.5rem !important;
}

/* Nav links */
#rovab-nav .nav-link {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-decoration: none !important;
  padding: 0.5rem 0 !important;
  transition: color 0.3s ease !important;
  color: rgba(255,255,255,0.8) !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}

/* Nav icons */
#rovab-nav .nav-icon {
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  color: rgba(255,255,255,0.7) !important;
  transition: color 0.3s ease !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}
#rovab-nav .nav-icon svg {
  width: 20px !important;
  height: 20px !important;
}

/* CTA */
#rovab-nav .nav-cta {
  display: inline-flex !important;
  align-items: center !important;
  background: var(--rovab-primary, #CC1237) !important;
  color: #fff !important;
  padding: 0.625rem 1.25rem !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-decoration: none !important;
  margin-left: 0.5rem !important;
  transition: background 0.3s ease !important;
  white-space: nowrap !important;
  border: none !important;
}
#rovab-nav .nav-cta:hover {
  background: var(--rovab-primary-dark, #a00f2d) !important;
}

/* Dropdown */
#rovab-nav .nav-dropdown {
  position: relative !important;
}
#rovab-nav .nav-dropdown-panel {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 60 !important;
  display: none !important;
  padding-top: 0.5rem !important;
}
#rovab-nav .nav-dropdown:hover .nav-dropdown-panel {
  display: block !important;
}
#rovab-nav .nav-dropdown:hover .nav-chevron {
  transform: rotate(180deg) !important;
}
#rovab-nav .nav-dropdown-panel a {
  display: block !important;
  padding: 0.625rem 1.25rem !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: var(--rovab-dark, #1e2124) !important;
  text-decoration: none !important;
  letter-spacing: 0.05em !important;
  white-space: nowrap !important;
}
#rovab-nav .nav-dropdown-panel a:hover {
  color: var(--rovab-primary) !important;
  background: rgba(0,0,0,0.03) !important;
}

/* Scrolled state */
#rovab-nav.is-scrolled {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom-color: var(--rovab-border, #e2e4e8) !important;
  box-shadow: 0 1px 8px rgba(0,0,0,0.06) !important;
}
#rovab-nav.is-scrolled .nav-link {
  color: rgba(30,33,36,0.7) !important;
}
#rovab-nav.is-scrolled .nav-link:hover {
  color: var(--rovab-primary) !important;
}
#rovab-nav.is-scrolled .nav-icon {
  color: var(--rovab-muted-fg) !important;
}
#rovab-nav.is-scrolled .nav-icon:hover {
  color: var(--rovab-primary) !important;
}
#rovab-nav.is-scrolled .rovab-nav-toggle {
  color: var(--rovab-dark) !important;
}
#rovab-nav.is-scrolled .nav-brand-text {
  color: var(--rovab-primary) !important;
}
#rovab-nav.is-scrolled .nav-logo--white {
  opacity: 0 !important;
}
#rovab-nav.is-scrolled .nav-logo--dark {
  opacity: 1 !important;
}

/* Language switcher scrolled state */
#rovab-nav.is-scrolled .nav-lang-btn {
  color: rgba(30,33,36,0.7) !important;
  border-color: rgba(30,33,36,0.2) !important;
}
#rovab-nav.is-scrolled .nav-lang-btn:hover {
  color: var(--rovab-primary) !important;
  border-color: var(--rovab-primary) !important;
}

/* Non-scrolled link hover */
#rovab-nav:not(.is-scrolled) .nav-link:hover {
  color: #fff !important;
}
#rovab-nav:not(.is-scrolled) .nav-lang-btn:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,0.5) !important;
}

/* CTA hover */
#rovab-nav .nav-cta:hover {
  background: var(--rovab-primary-dark, #a00f2d) !important;
}

/* Responsive */
@media (max-width: 1024px) {
  #rovab-nav .rovab-nav-desktop { display: none !important; }
  #rovab-nav .rovab-nav-toggle { display: block !important; }
}
@media (min-width: 1025px) {
  #rovab-nav .rovab-nav-toggle { display: none !important; }
}

/* ===== MOBILE HEADER & HERO FIXES ===== */
@media (max-width: 767px) {
  /* Smaller logo on mobile */
  #rovab-nav .nav-logo--white,
  #rovab-nav .nav-logo--dark {
    height: 2rem !important;
    max-width: 130px !important;
  }

  /* Tighter nav container on mobile */
  #rovab-nav .rovab-container {
    height: 4rem !important;
    padding: 0 1rem !important;
    gap: 0.5rem !important;
  }

  /* Hide language switcher on mobile (available in mobile menu) */
  #rovab-nav .nav-lang-switcher {
    display: none !important;
  }

  /* Smaller nav icons on mobile */
  #rovab-nav .nav-icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  /* Reduce actions gap */
  #rovab-nav .rovab-nav-actions {
    gap: 0.5rem !important;
  }

  /* Hero: ensure buttons are visible above the angled divider */
  .collection-hero .rovab-container {
    padding-bottom: 7rem !important;
  }

  /* Hero buttons stack vertically on small screens */
  .collection-hero .rovab-container > div:last-child {
    flex-direction: column;
  }

  /* Make buttons full-width on mobile */
  .collection-hero .btn-primary,
  .collection-hero .btn-outline,
  .hero-section .btn-primary,
  .hero-section .btn-outline {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Same fixes for front-page hero */
  .hero-section .rovab-container {
    padding-bottom: 7rem !important;
  }
}

/* ===== SVG ICONS ===== */

.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
.icon-lg {
  width: 32px;
  height: 32px;
}
.icon-xl {
  width: 40px;
  height: 40px;
}
.icon-primary { color: var(--rovab-primary); }
.icon-accent { color: var(--rovab-accent); }

/* ===== TEXTURES ===== */

.texture-grain {
  position: relative;
}
.texture-grain::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px 256px;
}

.texture-slash {
  position: relative;
}
.texture-slash::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.015;
  pointer-events: none;
  z-index: 1;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    rgba(255,255,255,0.5) 8px,
    rgba(255,255,255,0.5) 9px
  );
}

/* ===== DIVIDERS ===== */

.divider-angle {
  position: relative;
}
.divider-angle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--rovab-muted);
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  z-index: 2;
}

.divider-angle-reverse {
  position: relative;
}
.divider-angle-reverse::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--rovab-bg);
  clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%);
  z-index: 2;
}

/* ===== ACCENT ELEMENTS ===== */

.accent-line {
  width: 80px;
  height: 4px;
  background: var(--rovab-primary);
}

.accent-underline {
  position: relative;
  display: inline-block;
}
.accent-underline::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--rovab-accent);
}

/* ===== BUTTONS ===== */

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--rovab-primary);
  color: #fff;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-primary:hover {
  background: var(--rovab-primary-dark);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.btn-outline:hover {
  border-color: var(--rovab-accent);
  color: var(--rovab-accent);
}

/* ===== CARDS ===== */

.industry-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 3px 3px 0px var(--rovab-shadow-clr);
  position: relative;
  overflow: hidden;
}
.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 6px 6px 0px rgba(204, 18, 55, 0.3);
}
.industry-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--rovab-primary);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.industry-card:hover::after {
  width: 100%;
}
.industry-card img {
  transition: transform 0.5s ease;
}
.industry-card:hover img {
  transform: scale(1.05);
}

.industry-card .card-arrow {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.industry-card:hover .card-arrow {
  opacity: 1;
}

.value-card {
  transition: background 0.3s ease;
}
.value-card:hover {
  background: rgba(255,255,255,0.1) !important;
}

.brand-card {
  transition: border-color 0.3s ease;
}
.brand-card:hover {
  border-color: rgba(204, 18, 55, 0.3) !important;
}
.brand-card img {
  filter: grayscale(1);
  transition: filter 0.3s ease;
}
.brand-card:hover img {
  filter: grayscale(0);
}

/* ===== MARQUEE ===== */

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

/* ===== BOUNCE ANIMATION ===== */

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}
.animate-bounce {
  animation: bounce 1.5s ease-in-out infinite;
}

/* ===== SCROLL REVEAL ===== */

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Stagger children delays */
.stagger > :nth-child(1) { transition-delay: 0ms; }
.stagger > :nth-child(2) { transition-delay: 80ms; }
.stagger > :nth-child(3) { transition-delay: 160ms; }
.stagger > :nth-child(4) { transition-delay: 240ms; }
.stagger > :nth-child(5) { transition-delay: 320ms; }
.stagger > :nth-child(6) { transition-delay: 400ms; }

/* ===== FORM ELEMENTS ===== */

.form-input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.form-input::placeholder {
  color: rgba(255,255,255,0.3);
}
.form-input:focus {
  outline: none;
  border-color: var(--rovab-primary);
}

.form-select {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  font-family: inherit;
  transition: border-color 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.form-select option {
  background: var(--rovab-dark);
  color: #fff;
}
.form-select:focus {
  outline: none;
  border-color: var(--rovab-primary);
}

.form-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.6);
  display: block;
  margin-bottom: 0.5rem;
}

/* ===== LINK HOVER ===== */

.link-hover {
  transition: color 0.3s ease;
}
.link-hover:hover {
  color: var(--rovab-primary) !important;
}

.cta-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--rovab-primary);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  transition: gap 0.3s ease;
  text-decoration: none;
}
.cta-arrow:hover {
  gap: 1rem;
}

/* ===== HERO OVERLAY ===== */

.hero-overlay {
  background: linear-gradient(
    to right,
    hsla(0,0%,0%,0.75) 0%,
    hsla(0,0%,0%,0.4) 50%,
    hsla(0,0%,0%,0.15) 100%
  ) !important;
  z-index: 2;
}

/* ===== PDP (Product Detail Page) ===== */

body.template-product {
  font-size: 1rem !important;
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

body.template-product *,
body.template-product *::before,
body.template-product *::after {
  font-family: inherit;
}

/* Keep Dawn's normal product-page containment.
   Segment spacing is handled above on .rovab-pdp-segment only. */

body.template-product #MainContent {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* PDP Grid responsive */
@media (max-width: 768px) {
  .pdp-grid { grid-template-columns: 1fr !important; }
  .pdp-gallery { position: static !important; }
}

/* Thumbnail active state */
.pdp-thumb--active {
  border-color: var(--rovab-dark) !important;
}
.pdp-thumb:hover {
  border-color: var(--rovab-muted-fg) !important;
}

/* Quantity input - hide spinners */
.pdp-qty-input::-webkit-inner-spin-button,
.pdp-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Option pill hover */
.pdp-option-pill:hover {
  border-color: var(--rovab-muted-fg) !important;
  color: var(--rovab-dark) !important;
}

/* Accordion – using native <details>/<summary> */
.pdp-accordion {
  border-bottom: 1px solid var(--rovab-border);
}

.pdp-accordion summary {
  list-style: none !important;
}
.pdp-accordion summary::-webkit-details-marker {
  display: none !important;
}
.pdp-accordion summary::marker {
  display: none !important;
  content: '' !important;
}

.pdp-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--rovab-dark);
  font-family: inherit;
  transition: color 0.2s ease;
}
.pdp-accordion-trigger:hover {
  color: var(--rovab-primary);
}

.pdp-accordion-icon {
  transition: transform 0.3s ease;
}
.pdp-accordion[open] .pdp-accordion-icon {
  transform: rotate(180deg);
}

/* Richtext within PDP */
.pdp-richtext h3, .pdp-richtext h4 {
  color: var(--rovab-dark);
  font-weight: 700;
  margin: 1em 0 0.5em;
}
.pdp-richtext ul, .pdp-richtext ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.pdp-richtext li {
  margin-bottom: 0.35em;
}

/* Document link hover */
.pdp-doc-link:hover {
  border-color: var(--rovab-primary) !important;
}

/* Related products responsive (reuse collection grid) */
@media (max-width: 1024px) {
  .pdp-related-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
  .about-grid,
  .contact-grid,
  .case-grid,
  .quality-grid,
  .brands-grid {
    grid-template-columns: 1fr !important;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===== PAGE PROSE (rich-text body from Shopify editor) ===== */

body.template-page {
  font-size: 1rem !important;
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body.template-page * {
  font-family: inherit;
}

body.template-page .shopify-section,
body.template-page #MainContent,
body.template-page .content-for-layout,
body.template-page .shopify-section > div {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

.rovab-prose {
  color: var(--rovab-muted-fg, #4b5563);
  line-height: 1.8;
  font-size: 1rem;
}

.rovab-prose h1,
.rovab-prose h2,
.rovab-prose h3,
.rovab-prose h4 {
  color: var(--rovab-dark, #1e2124);
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.rovab-prose h1 { font-size: clamp(1.75rem, 3vw, 2.25rem); }
.rovab-prose h2 { font-size: clamp(1.5rem, 2.5vw, 1.875rem); }
.rovab-prose h3 { font-size: 1.25rem; }
.rovab-prose h4 { font-size: 1.125rem; }

.rovab-prose p {
  margin-bottom: 1.25rem;
}

.rovab-prose ul,
.rovab-prose ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.rovab-prose li {
  margin-bottom: 0.75rem;
}

.rovab-prose li::marker {
  color: var(--rovab-primary, #CC1237);
}

.rovab-prose strong {
  color: var(--rovab-dark, #1e2124);
  font-weight: 700;
}

.rovab-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  margin: 2rem 0;
}

.rovab-prose a {
  color: var(--rovab-primary, #CC1237);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.rovab-prose a:hover {
  color: var(--rovab-primary-dark, #a00f2d);
}

.rovab-prose blockquote {
  border-left: 4px solid var(--rovab-primary, #CC1237);
  padding-left: 1.25rem;
  margin: 2rem 0;
  font-style: italic;
  color: var(--rovab-muted-fg, #4b5563);
}

.rovab-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.rovab-prose th,
.rovab-prose td {
  border: 1px solid var(--rovab-border, #e2e4e8);
  padding: 0.75rem 1rem;
  text-align: left;
}

.rovab-prose th {
  background: var(--rovab-muted, #f0f1f3);
  font-weight: 700;
  color: var(--rovab-dark, #1e2124);
}

/* ===== PAGE AGENCY CARDS ===== */

.agency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

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

.agency-card {
  background: var(--rovab-card, #f8f9fa);
  border: 1px solid var(--rovab-border, #e2e4e8);
  border-radius: 1px;
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.agency-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--rovab-primary, #CC1237);
  transition: width 0.4s ease;
}

.agency-card:hover {
  border-color: rgba(204, 18, 55, 0.25);
  box-shadow: 0 8px 24px -8px rgba(204, 18, 55, 0.08);
}

.agency-card:hover::before {
  width: 100%;
}

.agency-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 0.575rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rovab-primary, #CC1237);
  background: rgba(204, 18, 55, 0.06);
  padding: 0.25rem 0.6rem;
  border-radius: 1px;
}

.agency-card a.agency-name {
  font-size: 1.125rem;
  font-weight: 900;
  color: var(--rovab-dark, #1e2124);
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.agency-card a.agency-name:hover {
  color: var(--rovab-primary, #CC1237);
}

.agency-card a.agency-name svg {
  width: 14px;
  height: 14px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.agency-card:hover a.agency-name svg {
  opacity: 1;
  transform: translateX(0);
}

.agency-card .agency-name-static {
  font-size: 1.125rem;
  font-weight: 900;
  color: var(--rovab-dark, #1e2124);
  letter-spacing: -0.01em;
}

.agency-card .agency-desc {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: var(--rovab-muted-fg, #4b5563);
  line-height: 1.75;
}

/* Diamond divider for pages */
.page-diamond-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
}
.page-diamond-divider::before,
.page-diamond-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--rovab-border, #e2e4e8);
}
.page-diamond-divider span {
  width: 8px;
  height: 8px;
  background: var(--rovab-primary, #CC1237);
  transform: rotate(45deg);
  flex-shrink: 0;
}