/* ========================================================
   SKOGSRÄV — Global styles for all pages
   Loaded on frontend via Skogsrav Core plugin
   ======================================================== */

/* Remove WP/Kadence content width constraints on our pages */
body.page .content-area,
body.page .content-container,
body.page .content-wrap,
body.page .site-content,
body.page .entry-content-wrap,
body.page .site-main,
body.page main,
body.page article,
body.page article > .entry-content,
body.page .entry-content,
body.page .content-wrap > .content-container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
body.page .entry-content > * { max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
body.page .entry-header { display: none !important; }
body.page .content-bg { padding: 0 !important; background: transparent !important; }
body.page .entry-meta, body.page .post-navigation { display: none !important; }

/* ========== BASE ========== */
.sr-home { font-family: 'Inter', system-ui, sans-serif; color: #121721; line-height: 1.65; font-size: 16px; }
.sr-home *, .sr-home *::before, .sr-home *::after { box-sizing: border-box; }
.sr-home h1, .sr-home h2, .sr-home h3, .sr-home h4 { font-family: 'Playfair Display', Georgia, serif !important; }
.sr-home .wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 768px) { .sr-home .wrap { padding: 0 20px; } }

/* FORCE SVG SIZES */
.sr-home svg { max-width: 100%; height: auto; display: block; }
.sr-home .sr-feat__dot svg { width: 14px !important; height: 14px !important; }
.sr-home .sr-card__icon svg { width: 22px !important; height: 22px !important; }
.sr-home .sr-cc__icon svg { width: 20px !important; height: 20px !important; }
.sr-home .sr-country svg { width: 16px !important; height: 16px !important; }
.sr-home .sr-dc-icon svg { width: 18px !important; height: 18px !important; }

.sr-eyebrow {
    display: inline-flex; align-items: center; gap: 14px;
    font-family: 'Inter', sans-serif;
    font-size: 13px; font-weight: 600; color: #e08a3c;
    text-transform: uppercase; letter-spacing: 2.5px;
    margin-bottom: 18px;
}
.sr-eyebrow::before { content: none !important; }

.sr-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 28px;
    font-family: 'Inter', sans-serif;
    font-size: 14px; font-weight: 600;
    text-decoration: none; border-radius: 6px;
    transition: all 0.2s ease; cursor: pointer;
    border: 1.5px solid transparent;
    line-height: 1;
}
.sr-btn--primary { background: #e08a3c; color: #fff; border-color: #e08a3c; }
.sr-btn--primary:hover { background: #c77530; border-color: #c77530; color: #fff; }
.sr-btn--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.sr-btn--outline:hover { background: #fff; color: #0a111f; border-color: #fff; }

/* ========== HERO ========== */
.sr-hero {
    position: relative;
    background: #0a111f;
    color: #fff;
    overflow: hidden;
    padding: 100px 0 120px;
    min-height: 640px;
    display: flex; align-items: center;
}
.sr-hero__bg {
    position: absolute; inset: 0; z-index: 0;
    background: url('/wp-content/uploads/2026/04/hero-vehicle-recovery.jpg') no-repeat center right;
    background-size: cover;
}
.sr-hero__bg::after {
    content:''; position: absolute; inset: 0;
    background: linear-gradient(to right, rgba(10,17,31,0.88) 0%, rgba(10,17,31,0.82) 25%, rgba(10,17,31,0.55) 50%, rgba(10,17,31,0.25) 70%, rgba(10,17,31,0) 100%);
}
.sr-hero__wrap { position: relative; z-index: 1; width: 100%; }
.sr-hero__eyebrow { color: #e08a3c; }
.sr-hero__h1 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(44px, 8vw, 104px) !important;
    font-weight: 800 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.025em !important;
    margin: 0 0 24px !important;
    color: #fff !important;
    max-width: 760px;
}
.sr-hero__h1--orange { color: #e08a3c; display: block; }
.sr-hero__sub { font-family: 'Inter', sans-serif; font-size: 17px; color: #c4c4d0; max-width: 480px; margin: 0 0 6px; line-height: 1.65; }
.sr-hero__sub--about { max-width: 680px; font-size: 18px; margin-bottom: 0; }
.sr-hero__tag { font-family: 'Inter', sans-serif; font-size: 14px; color: #e08a3c; font-weight: 600; font-style: italic; margin: 0 0 32px; }
.sr-hero__btns { display: flex; gap: 14px; flex-wrap: wrap; }

.sr-hero--about .sr-hero__bg--about { background-image: url('/wp-content/uploads/2026/04/about-hero.png') !important; background-position: center right !important; }
.sr-hero--services .sr-hero__bg--services { background-image: url('/wp-content/uploads/2026/04/hero-vehicle-recovery.jpg') !important; background-position: center !important; filter: brightness(0.6); }
.sr-hero--faq .sr-hero__bg--faq { background-image: url('/wp-content/uploads/2026/04/about-hero.png') !important; background-position: center !important; filter: brightness(0.5); }

/* ========== STATS (dark) ========== */
.sr-stats { background: #0a111f; color: #fff; padding: 40px 0 24px; border-top: 1px solid rgba(255,255,255,0.06); }
.sr-stats--about { padding-top: 0 !important; padding-bottom: 20px !important; }
.sr-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.08); }
@media (max-width: 700px) { .sr-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.sr-stat__num { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(32px, 4vw, 44px); font-weight: 700; color: #fff; letter-spacing: -0.02em; line-height: 1; }
.sr-stat__label { font-family: 'Inter', sans-serif; font-size: 11px; color: #8b8b9a; text-transform: uppercase; letter-spacing: 2px; margin-top: 10px; font-weight: 500; }

.sr-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 26px 0 40px; }
.sr-stats--about .sr-feats { padding-top: 40px; padding-bottom: 0; }
@media (max-width: 900px) { .sr-feats { grid-template-columns: repeat(2, 1fr); } }
.sr-feat { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 14px 20px; display: flex; align-items: center; gap: 12px; color: #fff; font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500; }
.sr-feat__dot { width: 28px; height: 28px; border-radius: 8px; background: rgba(224,138,60,0.15); color: #e08a3c; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

/* ========== WHAT WE DO / CONTENT SECTIONS ========== */
.sr-what { background: #F6F7F8; padding: 100px 0; }
.sr-what__head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; margin-bottom: 50px; }
.sr-what__h2 { font-family: 'Playfair Display', Georgia, serif !important; font-size: clamp(32px, 4vw, 48px); font-weight: 700; color: #121721; letter-spacing: -0.025em; line-height: 1; margin: 0; }
.sr-what__h2 .dot { color: #e08a3c; }
.sr-what__link { font-family: 'Inter', sans-serif; color: #121721; text-decoration: none; font-size: 14px; font-weight: 600; transition: color 0.2s; }
.sr-what__link:hover { color: #e08a3c; }
.sr-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1000px) { .sr-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .sr-cards { grid-template-columns: 1fr; } }
.sr-card { background: #fff; border-radius: 12px; padding: 32px 28px; border: 1px solid #e5e7eb; position: relative; transition: all 0.25s ease; }
.sr-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(10,17,31,0.08); border-color: #e08a3c; }
.sr-card__icon { width: 44px !important; height: 44px !important; background: #fdf0e3; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #e08a3c; margin-bottom: 20px; flex-shrink: 0; }
.sr-card__num { position: absolute; top: 28px; right: 28px; font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 600; color: #e5e7eb; }
.sr-card__title { font-family: 'Playfair Display', Georgia, serif !important; font-size: 24px; font-weight: 600; color: #121721; margin: 0 0 10px; line-height: 1.3; }
.sr-card__text { font-family: 'Inter', sans-serif; font-size: 14px; color: #6b6b78; line-height: 1.65; margin: 0; }

/* Intro block */
.sr-intro { max-width: 820px; }
.sr-intro__text p { font-family: 'Inter', sans-serif; font-size: 16px; color: #4a4a5a; line-height: 1.8; margin: 0 0 18px; }

/* ========== REACH / MAP ========== */
.sr-reach { background: #F6F7F8; padding: 0 0 100px; }
.sr-reach__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .sr-reach__grid { grid-template-columns: 1fr; gap: 40px; } }
.sr-reach__h2 { font-family: 'Playfair Display', serif !important; font-size: clamp(32px, 4vw, 48px); font-weight: 700; color: #121721; letter-spacing: -0.025em; line-height: 1.05; margin: 0 0 18px; }
.sr-reach__h2 .dot { color: #e08a3c; }
.sr-reach__text { font-family: 'Inter', sans-serif; font-size: 16px; color: #6b6b78; line-height: 1.7; max-width: 460px; margin: 0 0 18px; }
.sr-reach__countries { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; max-width: 440px; }
.sr-country { display: flex; align-items: center; gap: 10px; color: #121721; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; }

.sr-map-card { position: relative; border-radius: 16px; overflow: hidden; min-height: 360px; background: #0a111f; }
.sr-map-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.sr-map-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,17,31,0.4) 0%, rgba(10,17,31,0.8) 100%); }
.sr-map-card__badges { position: absolute; bottom: 24px; left: 24px; right: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sr-map-card__badge { background: rgba(255,255,255,0.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); padding: 18px 22px; border-radius: 10px; color: #fff; }
.sr-map-card__badge strong { font-family: 'Playfair Display', serif; display: block; font-size: 28px; font-weight: 700; color: #e08a3c; letter-spacing: -0.02em; }
.sr-map-card__badge span { font-family: 'Inter', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: #c4c4d0; font-weight: 500; margin-top: 4px; display: block; }

/* ========== PARTNERS ========== */
.sr-partners { background: #fff; padding: 70px 0 80px; text-align: center; border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb; }
.sr-partners__eyebrow { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 600; color: #6b6b78; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }
.sr-partners__h3 { font-family: 'Playfair Display', serif !important; font-size: 22px; font-weight: 600; color: #121721; margin: 0 0 40px; }
.sr-partners__logos { display: flex; justify-content: center; align-items: center; gap: 70px; flex-wrap: wrap; }
.sr-partners__logos img { max-height: 36px; max-width: 160px; width: auto; opacity: 0.55; filter: grayscale(100%); transition: all 0.2s; }
.sr-partners__logos img:hover { opacity: 1; filter: grayscale(0%); }
.sr-partners__note { font-family: 'Inter', sans-serif; font-size: 12px; color: #8b8b9a; margin-top: 32px; max-width: 500px; margin-left: auto; margin-right: auto; font-style: italic; }
@media (max-width: 700px) { .sr-partners__logos { gap: 40px; } .sr-partners__logos img { max-height: 28px; } }

/* ========== METHOD (dark) ========== */
.sr-method { background: #0a111f; color: #fff; padding: 100px 0; }
.sr-method__head { max-width: 640px; margin-bottom: 60px; }
.sr-method__h2 { font-family: 'Playfair Display', serif !important; font-size: clamp(32px, 4vw, 48px); font-weight: 700; color: #fff; letter-spacing: -0.025em; line-height: 1.05; margin: 0 0 18px; }
.sr-method__text { font-family: 'Inter', sans-serif; color: #c4c4d0; font-size: 16px; line-height: 1.7; }
.sr-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
@media (max-width: 900px) { .sr-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .sr-steps { grid-template-columns: 1fr; } }
.sr-step { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 28px 22px; }
.sr-step__num { width: 36px; height: 36px; background: #e08a3c; color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 16px; }
.sr-step__title { font-family: 'Playfair Display', serif !important; font-size: 18px; font-weight: 600; color: #fff; margin: 0 0 8px; }
.sr-step__text { font-family: 'Inter', sans-serif; font-size: 13px; color: #8b8b9a; line-height: 1.6; margin: 0; }

/* About page specific */
.sr-method--about { padding: 100px 0; }
.sr-quote { margin: 40px 0 60px; padding: 0; }
.sr-quote p { font-family: 'Playfair Display', serif !important; font-size: 28px; line-height: 1.4; color: #fff; font-style: italic; font-weight: 500; max-width: 780px; margin: 0; padding-left: 24px; border-left: 4px solid #e08a3c; }
.sr-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 30px; }
@media (max-width: 900px) { .sr-principles { grid-template-columns: 1fr; gap: 30px; } }
.sr-principle h4 { font-family: 'Playfair Display', serif !important; font-size: 22px; font-weight: 600; color: #fff; margin: 0 0 14px; }
.sr-principle p { font-family: 'Inter', sans-serif; font-size: 14px; color: #c4c4d0; line-height: 1.7; margin: 0; }

.sr-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; align-self: start; }
.sr-check-list li { font-family: 'Inter', sans-serif; font-size: 16px; color: #121721; display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: #fff; border-radius: 8px; border: 1px solid #e5e7eb; }
.sr-check { width: 28px; height: 28px; border-radius: 50%; background: rgba(224,138,60,0.15); color: #e08a3c; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }

/* Service blocks (Services page) */
.sr-service-block { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 50px; margin-bottom: 24px; }
@media (max-width: 700px) { .sr-service-block { padding: 30px; } }
.sr-service-block__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; }
@media (max-width: 900px) { .sr-service-block__grid { grid-template-columns: 1fr; gap: 30px; } }
.sr-service__title { font-family: 'Playfair Display', serif !important; font-size: 30px; font-weight: 600; color: #121721; margin: 0 0 16px; line-height: 1.2; letter-spacing: -0.01em; }
.sr-service__desc { font-family: 'Inter', sans-serif; font-size: 16px; color: #4a4a5a; line-height: 1.7; margin: 0; }
.sr-caps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
@media (max-width: 600px) { .sr-caps { grid-template-columns: 1fr; } }
.sr-caps li { font-family: 'Inter', sans-serif; font-size: 14px; color: #4a4a5a; position: relative; padding-left: 22px; }
.sr-caps li::before { content: '✓'; position: absolute; left: 0; color: #e08a3c; font-weight: 700; }

/* ========== CONTACT ========== */
.sr-contact { background: #0a111f; color: #fff; padding: 100px 0; }
.sr-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: flex-start; }
@media (max-width: 900px) { .sr-contact__grid { grid-template-columns: 1fr; gap: 40px; } }
.sr-contact__h2 { font-family: 'Playfair Display', serif !important; font-size: clamp(32px, 4vw, 48px); font-weight: 700; color: #fff; letter-spacing: -0.025em; line-height: 1; margin: 0 0 16px; }
.sr-contact__h2 .dot { color: #e08a3c; }
.sr-contact__text { font-family: 'Inter', sans-serif; color: #c4c4d0; font-size: 16px; line-height: 1.7; margin: 0 0 32px; }
.sr-cc { display: flex; flex-direction: column; gap: 12px; }
.sr-cc__item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; }
.sr-cc__icon { width: 42px !important; height: 42px !important; border-radius: 10px; background: rgba(224,138,60,0.15); color: #e08a3c; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sr-cc__label { font-family: 'Inter', sans-serif; font-size: 10px; color: #8b8b9a; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; }
.sr-cc__value { font-family: 'Inter', sans-serif; font-size: 15px; color: #fff; font-weight: 500; margin-top: 4px; }
.sr-cc__value a { color: #fff; text-decoration: none; }
.sr-cc__value a:hover { color: #e08a3c; }

.sr-form-card { background: #fff; border-radius: 16px; padding: 36px; color: #121721; }
.sr-form-card h3 { font-family: 'Playfair Display', serif !important; font-size: 26px; font-weight: 700; color: #121721; margin: 0 0 8px; }
.sr-form-card__sub { font-family: 'Inter', sans-serif; color: #6b6b78; font-size: 14px; margin: 0 0 26px; }
.sr-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 600px) { .sr-form__row { grid-template-columns: 1fr; } }
.sr-form__group { margin-bottom: 16px; }
.sr-form__label { font-family: 'Inter', sans-serif; display:block; font-size: 13px; font-weight: 600; color: #121721; margin-bottom: 6px; }
.sr-form__input, .sr-form__textarea {
    font-family: 'Inter', sans-serif; width: 100%; padding: 12px 16px;
    border: 1.5px solid #e5e7eb; border-radius: 8px;
    font-size: 14px; color: #121721; transition: border 0.2s;
    background: #fff;
}
.sr-form__input:focus, .sr-form__textarea:focus { outline: none; border-color: #e08a3c; }
.sr-form__textarea { min-height: 100px; resize: vertical; }
.sr-form__submit { font-family: 'Inter', sans-serif; background: #e08a3c; color: #fff; border: 0; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; width: 100%; transition: background 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.sr-form__submit:hover { background: #c77530; }
.sr-form__note { font-family: 'Inter', sans-serif; font-size: 12px; color: #8b8b9a; text-align: center; margin-top: 14px; }
/* FIX: Header nav menu — center it (Kadence default puts it right-aligned) */
.site-header-row-container .site-header-row-layout-standard .site-header-item .header-menu-container {
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-header-item-main-navigation,
.header-navigation {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
}
.site-header-row-layout-standard .site-header-item-main-navigation {
  text-align: center !important;
}

/* ============================================================
   HEADER — STRICT MODE 1:1 from Lovable Header.tsx
   ============================================================ */

/* Header: fixed top-0 left-0 right-0 z-50 bg-background border-b border-border shadow-subtle */
body .site-header,
body header.site-header,
body .site-header-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 50 !important;
  background: hsl(220 15% 97%) !important;     /* bg-background */
  border-bottom: 1px solid hsl(220 12% 85%) !important;     /* border-b border-border */
  box-shadow: 0 1px 4px 0 hsl(220 30% 10% / 0.06) !important;     /* shadow-subtle */
}

/* Container: mx-auto px-6 lg:px-8 — match Tailwind container 1400 max + 32px padding */
body .site-header .site-container,
body .site-header .site-header-row-container-inner {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
@media (min-width: 1024px) {
  body .site-header .site-container,
  body .site-header .site-header-row-container-inner {
    padding: 0 32px !important;
  }
}

/* Nav: flex items-center justify-between h-20 (80px) */
body .site-header .site-header-row-layout-standard,
body .site-header .site-main-header-wrap,
body .site-header .site-header-main-section-left,
body .site-header .site-header-main-section-center,
body .site-header .site-header-main-section-right {
  display: flex !important;
  align-items: center !important;
}
body .site-header .site-header-main-section-left { justify-content: flex-start !important; }
body .site-header .site-header-main-section-center { justify-content: center !important; flex: 1 !important; }
body .site-header .site-header-main-section-right { justify-content: flex-end !important; }

body .site-header .site-main-header-wrap,
body .site-header .site-header-row {
  height: 80px !important;
  min-height: 80px !important;
}

/* Push body content below fixed header so it doesn't get hidden */
body.home,
body.page,
body.single { padding-top: 80px !important; }
body.home .sr-hero { margin-top: -80px; padding-top: 80px; }     /* hero stays full-bleed under fixed header */

/* Logo: h-10 md:h-12 + hover scale-105 */
body .site-header .site-branding img,
body .site-header .custom-logo,
body .site-header .site-logo img {
  height: 40px !important;
  width: auto !important;
  transition: transform 0.2s ease !important;
}
@media (min-width: 768px) {
  body .site-header .site-branding img,
  body .site-header .custom-logo,
  body .site-header .site-logo img { height: 48px !important; }
}
body .site-header .site-branding a:hover img,
body .site-header .site-logo a:hover img { transform: scale(1.05); }

/* Hide the duplicate Skogsräv text next to logo (Kadence site title) */
body .site-header .site-branding p.site-title,
body .site-header .site-title { display: none !important; }

/* Desktop Nav: hidden md:flex items-center gap-10 (40px gap) */
body .site-header .header-navigation,
body .site-header .header-menu-container,
body .site-header .menu-primary-container,
body .site-header ul.menu,
body .site-header .header-menu-container > ul {
  display: flex !important;
  align-items: center !important;
  gap: 40px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .site-header ul.menu li,
body .site-header .header-menu-container ul li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* Nav link: text-sm font-semibold text-muted-foreground hover:text-orange + link-underline */
body .site-header nav a,
body .site-header ul.menu a,
body .site-header .header-menu-container a {
  position: relative !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: hsl(220 12% 45%) !important;     /* text-muted-foreground */
  text-decoration: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: color 0.2s ease !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
body .site-header nav a:hover,
body .site-header ul.menu a:hover { color: hsl(24 95% 53%) !important; }

/* link-underline: ::after orange 2px scale-x 0 → 1 hover */
body .site-header nav a::after,
body .site-header ul.menu a::after {
  content: '' !important;
  position: absolute !important;
  bottom: -4px !important;
  left: 0 !important;
  width: 100% !important;
  height: 2px !important;
  background: hsl(24 95% 53%) !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s ease !important;
}
body .site-header nav a:hover::after,
body .site-header ul.menu a:hover::after { transform: scaleX(1) !important; }

/* HIDE CLIENT LOGIN button from header (per Lovable: header has only nav + Enquire Now) */
body .site-header .sr-menu-portal-item,
body .site-header .sr-menu-portal-btn,
body .site-header li.sr-menu-portal-item,
body .site-header [class*="client-login"],
body .site-header [class*="client_login"] {
  display: none !important;
}

/* CTA Enquire Now button — variant=corporate size=lg
   corporate: bg-gradient-orange + shadow-orange, font-semibold tracking-wide, hover scale-1.02 + glow
   lg: h-11 (44px) px-8 (32px) rounded-md text-sm */
body .site-header .header-button,
body .site-header a.button,
body .site-header [class*="enquire"],
body .site-header .header-cta,
body .site-header a[href*="contact"]:not(ul.menu a),
body .site-header .skogsrav-enquire-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  padding: 0 32px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.025em !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, hsl(28 90% 55%) 0%, hsl(20 95% 50%) 100%) !important;
  border: 0 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: 0 8px 30px -6px hsl(24 95% 53% / 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  position: relative !important;
}
body .site-header .header-button:hover,
body .site-header a.button:hover,
body .site-header [class*="enquire"]:hover,
body .site-header .skogsrav-enquire-btn:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 0 20px hsl(24 95% 53% / 0.50), 0 8px 30px -6px hsl(24 95% 53% / 0.45) !important;
  color: #ffffff !important;
}
/* Enquire Now button has no underline */
body .site-header .header-button::after,
body .site-header a.button::after,
body .site-header [class*="enquire"]::after { content: none !important; }

/* OVERRIDE: CLIENT LOGIN button stays in header per client request */
body .site-header .sr-menu-portal-item,
body .site-header li.sr-menu-portal-item {
  display: inline-flex !important;
}
/* Style CLIENT LOGIN as outline button (subtle, not competing with Enquire Now gradient) */
body .site-header .sr-menu-portal-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  height: 44px !important;
  padding: 0 18px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.025em !important;
  color: hsl(220 12% 45%) !important;
  background: transparent !important;
  border: 1.5px solid hsl(220 12% 85%) !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: border-color 0.2s, color 0.2s !important;
  margin-left: 24px !important;
}
body .site-header .sr-menu-portal-btn:hover {
  border-color: hsl(24 95% 53%) !important;
  color: hsl(24 95% 53%) !important;
}
body .site-header .sr-menu-portal-btn::after { content: none !important; }

/* HEADER v2: target actual class .sr-enquire-btn + container max-w 1400 */

/* Container max 1400px — Lovable Tailwind container theme */
body .site-header > .site-container,
body .site-header .site-header-wrap,
body .site-header .site-main-header-inner-wrap,
body .site-header [class*="site-header-row-container-inner"] {
  max-width: 1400px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  body .site-header > .site-container,
  body .site-header .site-header-wrap,
  body .site-header .site-main-header-inner-wrap,
  body .site-header [class*="site-header-row-container-inner"] {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

/* Enquire Now: variant=corporate size=lg = h-11 px-8 + gradient + shadow-orange */
body .site-header .sr-enquire-btn,
body .site-header a.sr-enquire-btn,
body .site-header .menu-item-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  padding: 0 32px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.025em !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, hsl(28 90% 55%) 0%, hsl(20 95% 50%) 100%) !important;
  border: 0 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: 0 8px 30px -6px hsl(24 95% 53% / 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  white-space: nowrap;
}
body .site-header .sr-enquire-btn:hover,
body .site-header a.sr-enquire-btn:hover,
body .site-header .menu-item-cta a:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 0 20px hsl(24 95% 53% / 0.50), 0 8px 30px -6px hsl(24 95% 53% / 0.45) !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, hsl(28 90% 60%) 0%, hsl(20 95% 53%) 100%) !important;
}
body .site-header .sr-enquire-btn::after,
body .site-header .menu-item-cta a::after { content: none !important; }

/* HEADER v3: Enquire Now hard override (Kadence had higher specificity) */
html body header.site-header .menu-item-cta a.sr-enquire-btn,
html body header.site-header li.menu-item-cta > a,
html body header.site-header a.sr-enquire-btn,
html body .site-header li.menu-item-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  padding: 0 32px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.025em !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, hsl(28 90% 55%) 0%, hsl(20 95% 50%) 100%) !important;
  background-color: hsl(24 95% 53%) !important;
  border: 0 !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: 0 8px 30px -6px hsl(24 95% 53% / 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  white-space: nowrap !important;
}
html body header.site-header .menu-item-cta a.sr-enquire-btn:hover,
html body header.site-header li.menu-item-cta > a:hover {
  background: linear-gradient(135deg, hsl(28 90% 60%) 0%, hsl(20 95% 53%) 100%) !important;
  background-color: hsl(28 90% 60%) !important;
  color: #ffffff !important;
  transform: scale(1.02) !important;
  box-shadow: 0 0 20px hsl(24 95% 53% / 0.50), 0 8px 30px -6px hsl(24 95% 53% / 0.45) !important;
}
html body header.site-header .menu-item-cta a::after,
html body header.site-header a.sr-enquire-btn::after { content: none !important; display: none !important; }

/* ============================================================
   FOOTER — STRICT MODE 1:1 from Footer.tsx
   ============================================================ */

footer.sr-footer {
  background: hsl(220 15% 97%) !important;     /* bg-background */
  border-top: 1px solid hsl(220 12% 85%) !important;     /* border-t border-border */
  color: hsl(220 30% 10%) !important;
}
footer.sr-footer .sr-footer__main {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 64px 24px !important;     /* py-16 + container px-6 */
}
@media (min-width: 1024px) {
  footer.sr-footer .sr-footer__main { padding: 64px 32px !important; }     /* lg:px-8 */
}
footer.sr-footer .sr-footer__wrap {
  max-width: 1400px;
  margin: 0 auto;
}
/* Grid: grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 lg:gap-8 */
footer.sr-footer .sr-footer__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 48px !important;
}
@media (min-width: 768px) {
  footer.sr-footer .sr-footer__grid { grid-template-columns: 1fr 1fr !important; }
}
@media (min-width: 1024px) {
  footer.sr-footer .sr-footer__grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px !important;
  }
}

/* Brand col: logo h-10 md:h-12 + company text-sm font-medium */
footer.sr-footer .sr-footer__brand {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}
footer.sr-footer .sr-footer__logo {
  height: 40px !important;
  width: auto !important;
  display: block !important;
}
@media (min-width: 768px) { footer.sr-footer .sr-footer__logo { height: 48px !important; } }
footer.sr-footer .sr-footer__company {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: hsl(220 30% 10%) !important;
  margin: 0 !important;
}

/* H4 column heading: text-xs font-medium tracking-wider uppercase text-muted-foreground mb-5 */
footer.sr-footer .sr-footer__h4 {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: hsl(220 12% 45%) !important;
  margin: 0 0 20px !important;
}

/* List items: dt = text-xs text-muted-foreground; dd = text-sm text-foreground */
footer.sr-footer .sr-footer__list {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
footer.sr-footer .sr-footer__list dt {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: hsl(220 12% 45%) !important;
  margin: 0 0 2px !important;
}
footer.sr-footer .sr-footer__list dd {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: hsl(220 30% 10%) !important;
  margin: 0 0 12px !important;
}

/* Contact links: text-sm text-foreground hover:text-orange */
footer.sr-footer .sr-footer__links {
  list-style: none !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
footer.sr-footer .sr-footer__links li { margin: 0 !important; }
footer.sr-footer .sr-footer__links a {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: hsl(220 30% 10%) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
footer.sr-footer .sr-footer__links a:hover { color: hsl(24 95% 53%) !important; }

/* Bottom border-t border-border + py-6 */
footer.sr-footer .sr-footer__bottom {
  border-top: 1px solid hsl(220 12% 85%) !important;
}
footer.sr-footer .sr-footer__bottom-row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
}
@media (min-width: 640px) {
  footer.sr-footer .sr-footer__bottom-row {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
}
@media (min-width: 1024px) { footer.sr-footer .sr-footer__bottom-row { padding: 24px 32px !important; } }

/* Compliance disclaimer: text-xs text-muted-foreground leading-relaxed max-w-4xl */
footer.sr-footer .sr-footer__disclaimer {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  color: hsl(220 12% 45%) !important;
  line-height: 1.625 !important;
  max-width: 56rem !important;
  margin: 0 0 16px !important;
}

/* Copyright + privacy: text-xs */
footer.sr-footer .sr-footer__copy {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  color: hsl(220 12% 45%) !important;
}
footer.sr-footer .sr-footer__copy a {
  color: hsl(220 12% 45%) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
footer.sr-footer .sr-footer__copy a:hover { color: hsl(220 30% 10%) !important; }

/* Compliance chips */
footer.sr-footer .sr-footer__badges {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  font-size: 12px !important;
  color: hsl(220 12% 45%) !important;
  font-family: 'Inter', sans-serif !important;
}

/* FOOTER LOGO — fix aspect ratio (natural 1000x200, render h:40 w:auto)
   Kadence theme had object-fit:fill stretching it across full col width */
html body footer.sr-footer .sr-footer__brand img,
html body footer.sr-footer img.sr-footer__logo {
  height: 40px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: inline-block !important;
}
@media (min-width: 768px) {
  html body footer.sr-footer .sr-footer__brand img,
  html body footer.sr-footer img.sr-footer__logo {
    height: 48px !important;
    max-width: 260px !important;
  }
}

/* Slightly tighter footer for less stretched feel — reduce max-width from 1400 to 1280 */
footer.sr-footer .sr-footer__main {
  max-width: 1280px !important;
}
footer.sr-footer .sr-footer__bottom-row {
  max-width: 1280px !important;
}

/* v6.2: Header full-width bg (no grey side bars)
   Body default bg = white, header wrapper max-w = grey;
   Force whole header band to single color (bg-background = #F5F6F8) */
html body {
  background: hsl(220 15% 97%) !important;
}
html body .site-header,
html body header.site-header {
  background: hsl(220 15% 97%) !important;
  width: 100% !important;
}
html body .site-header .site-header-wrap,
html body .site-header .site-header-inner-wrap,
html body .site-header .site-header-main-section-wrap {
  background: transparent !important;
}
/* Also nuke any Kadence top-bar / dividers */
.site-top-header-wrap,
.site-bottom-header-wrap { background: hsl(220 15% 97%) !important; }
