/* ==========================
   GLOBAL
========================== */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  background: #fff;
  color: #111827;
}

/* ==========================
   TYPOGRAPHY
========================== */

.section-subtitle {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  color: #dc2626;
  font-weight: 600;
}

.section-title {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
}

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

.hero-overlay {
  background:
    linear-gradient(
      to right,
      rgba(0,0,0,0.7),
      rgba(0,0,0,0.2)
    );
}

.home-hero {
  overflow: hidden;
}

.home-hero__image {
  object-position: center center;
}

.hero-title {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  font-weight: 700;
}

.hero-text {
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
}

.home-hero__title {
  max-width: 760px;
  font-size: 68px;
  line-height: .98;
}

.home-hero__lead {
  max-width: 680px;
}

.home-hero__button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .hero-overlay {
    background:
      linear-gradient(
        to bottom,
        rgba(0,0,0,.48) 0%,
        rgba(0,0,0,.58) 42%,
        rgba(0,0,0,.74) 100%
      );
  }

  .home-hero {
    min-height: auto !important;
    padding: 74px 0 92px;
    align-items: flex-start;
  }

  .home-hero__image {
    object-position: 58% center;
  }

  .home-hero__wrap {
    padding-inline: 22px !important;
  }

  .home-hero__content {
    max-width: 620px;
  }

  .home-hero__eyebrow {
    margin-bottom: 16px !important;
    font-size: 13px !important;
    line-height: 1.3;
    letter-spacing: 4px;
  }

  .home-hero__title {
    max-width: 620px;
    margin-bottom: 22px !important;
    font-size: 50px !important;
    line-height: 1.02 !important;
  }

  .home-hero__lead {
    max-width: 660px;
    margin-bottom: 28px !important;
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  .home-hero__actions {
    gap: 14px !important;
  }

  .home-hero__button {
    width: 100%;
    min-height: 60px;
    padding: 16px 22px !important;
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .home-hero {
    padding: 54px 0 88px;
  }

  .home-hero__wrap {
    padding-inline: 18px !important;
  }

  .home-hero__eyebrow {
    margin-bottom: 14px !important;
    font-size: 12px !important;
    letter-spacing: 4px;
  }

  .home-hero__title {
    max-width: 360px;
    margin-bottom: 20px !important;
    font-size: 38px !important;
    line-height: 1.08 !important;
  }

  .home-hero__lead {
    margin-bottom: 26px !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  .home-hero__button {
    min-height: 58px;
    border-radius: 28px !important;
    font-size: 17px;
  }

  body #fc-ai-trigger {
    right: 16px;
    bottom: 16px;
    max-width: calc(100vw - 32px);
    padding: 13px 18px;
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .home-hero__title {
    max-width: 320px;
    font-size: 34px !important;
  }

  .home-hero__lead {
    font-size: 17px !important;
  }
}

/* ==========================
   CUCINE
========================== */

.kitchen-hero {
  min-height: 82vh;
}

.kitchen-hero__image {
  object-position: center center;
}

.kitchen-hero__content {
  max-width: 720px;
}

.kitchen-hero__title {
  max-width: 780px;
  font-size: 68px;
  line-height: .98;
}

.kitchen-hero__lead {
  max-width: 620px;
  font-size: 20px;
}

.kitchen-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kitchen-benefits > div {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.kitchen-benefits strong,
.kitchen-benefits span {
  display: block;
}

.kitchen-benefits strong {
  color: #111827;
  font-size: 15px;
}

.kitchen-benefits span {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 3px;
}

.kitchen-gallery__frame {
  border-radius: 8px !important;
}

.kitchen-gallery .gallery-slide {
  height: min(650px, 62vw);
  min-height: 420px;
}

@media (max-width: 900px) {
  .kitchen-hero {
    min-height: auto;
  }

  .kitchen-hero__inner {
    min-height: 700px;
    align-items: flex-end;
    padding: 72px 0 80px;
  }

  .kitchen-hero__image {
    object-position: 57% center;
  }

  .kitchen-hero__title {
    max-width: 640px;
    font-size: 50px !important;
    line-height: 1.03 !important;
  }

  .kitchen-hero__lead {
    max-width: 600px;
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .kitchen-button {
    width: 100%;
    min-height: 58px;
    padding: 16px 22px !important;
    font-size: 17px;
  }

  .kitchen-section-title {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }

  .kitchen-intro__image {
    height: 460px !important;
    border-radius: 8px !important;
  }

  .kitchen-gallery .gallery-slide {
    height: 470px;
    min-height: 0;
  }

  .kitchen-gallery #prevBtn,
  .kitchen-gallery #nextBtn {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 520px) {
  .kitchen-hero__inner {
    min-height: 650px;
    padding: 48px 0 64px;
  }

  .kitchen-hero__eyebrow {
    font-size: 12px !important;
    letter-spacing: 4px;
  }

  .kitchen-hero__title {
    max-width: 350px;
    font-size: 38px !important;
    line-height: 1.08 !important;
  }

  .kitchen-hero__lead {
    font-size: 18px !important;
  }

  .kitchen-intro {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .kitchen-section-title {
    font-size: 34px !important;
  }

  .kitchen-benefits {
    grid-template-columns: 1fr !important;
  }

  .kitchen-intro__image {
    height: 360px !important;
  }

  .kitchen-gallery {
    padding-bottom: 72px !important;
  }

  .kitchen-gallery .gallery-slide {
    height: 360px;
  }

  .kitchen-cta {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
}

@media (max-width: 380px) {
  .kitchen-hero__title {
    max-width: 320px;
    font-size: 34px !important;
  }

  .kitchen-hero__lead {
    font-size: 17px !important;
  }
}

/* ==========================
   AMBIENTI
========================== */

.category-hero {
  min-height: 82vh;
}

.category-hero__image {
  object-position: center center;
}

.category-hero__content {
  max-width: 720px;
}

.category-hero__title {
  max-width: 780px;
  font-size: 68px;
  line-height: .98;
}

.category-hero__lead {
  max-width: 620px;
  font-size: 20px;
}

.category-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.category-benefits > div {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.category-benefits strong,
.category-benefits span {
  display: block;
}

.category-benefits strong {
  color: #111827;
  font-size: 15px;
}

.category-benefits span {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
  margin-top: 3px;
}

.category-gallery__frame {
  border-radius: 8px !important;
}

.category-gallery .gallery-slide {
  height: min(650px, 62vw);
  min-height: 420px;
}

@media (max-width: 900px) {
  .category-hero {
    min-height: auto;
  }

  .category-hero__inner {
    min-height: 700px;
    align-items: flex-end;
    padding: 72px 0 80px;
  }

  .category-hero__image {
    object-position: 57% center;
  }

  .category-hero__title {
    max-width: 640px;
    font-size: 50px !important;
    line-height: 1.03 !important;
  }

  .category-hero__lead {
    max-width: 600px;
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .category-button {
    width: 100%;
    min-height: 58px;
    padding: 16px 22px !important;
    font-size: 17px;
  }

  .category-section-title {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }

  .category-intro__image {
    height: 460px !important;
    border-radius: 8px !important;
  }

  .category-gallery .gallery-slide {
    height: 470px;
    min-height: 0;
  }

  .category-gallery #prevBtn,
  .category-gallery #nextBtn {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 520px) {
  .category-hero__inner {
    min-height: 650px;
    padding: 48px 0 64px;
  }

  .category-hero__eyebrow {
    font-size: 12px !important;
    letter-spacing: 4px;
  }

  .category-hero__title {
    max-width: 350px;
    font-size: 38px !important;
    line-height: 1.08 !important;
  }

  .category-hero__lead {
    font-size: 18px !important;
  }

  .category-intro {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .category-section-title {
    font-size: 34px !important;
  }

  .category-benefits {
    grid-template-columns: 1fr !important;
  }

  .category-intro__image {
    height: 360px !important;
  }

  .category-gallery {
    padding-bottom: 72px !important;
  }

  .category-gallery .gallery-slide {
    height: 360px;
  }

  .category-cta {
    padding-top: 74px !important;
    padding-bottom: 74px !important;
  }
}

@media (max-width: 380px) {
  .category-hero__title {
    max-width: 320px;
    font-size: 34px !important;
  }

  .category-hero__lead {
    font-size: 17px !important;
  }
}

/* ==========================
   PAGINE COMMERCIALI
========================== */

.content-hero {
  min-height: 72vh;
}

.content-hero__image,
.content-image {
  object-position: center center;
}

.content-hero__title {
  max-width: 820px;
  font-size: 66px;
  line-height: 1;
}

.content-hero__lead {
  max-width: 680px;
  font-size: 20px;
}

.content-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
}

.content-card {
  border-radius: 8px !important;
}

.content-image-wrap,
.content-image {
  border-radius: 8px !important;
}

@media (max-width: 900px) {
  .content-hero {
    min-height: auto;
    padding-top: 76px !important;
    padding-bottom: 86px !important;
  }

  .content-hero__inner {
    align-items: flex-end;
    min-height: 620px;
  }

  .content-hero__title {
    font-size: 48px !important;
    line-height: 1.06 !important;
  }

  .content-hero__lead {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .content-button {
    width: 100%;
    min-height: 58px;
    padding: 16px 22px !important;
    font-size: 17px !important;
  }

  .content-section-title {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }

  .content-image {
    height: 460px !important;
  }
}

@media (max-width: 520px) {
  .content-hero {
    padding-top: 50px !important;
    padding-bottom: 68px !important;
  }

  .content-hero__inner {
    min-height: 570px;
  }

  .content-hero__title {
    font-size: 38px !important;
  }

  .content-hero__lead {
    font-size: 18px !important;
  }

  .content-section-title {
    font-size: 34px !important;
  }

  .content-image {
    height: 350px !important;
  }
}

/* ==========================
   HEADER
========================== */

header {
  transition: all 0.3s ease;
}

.nav-link {
  position: relative;
  transition: .3s;
}

.nav-link:hover {
  color: #dc2626;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: #dc2626;
  transition: .3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

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

.btn-primary {
  background: #dc2626;
  color: white;
  border-radius: 999px;
  padding: 16px 34px;
  font-weight: 600;
  transition: .3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-primary:hover {
  background: #b91c1c;
  transform: translateY(-2px);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  padding: 16px 34px;
  transition: .3s ease;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.15);
}

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

.room-card {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

.room-card img {
  transition: transform .7s ease;
}

.room-card:hover img {
  transform: scale(1.08);
}

.room-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.8),
      rgba(0,0,0,0)
    );
}

.room-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2rem;
  color: white;
}

.room-content h3 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.room-content p {
  color: rgba(255,255,255,0.8);
}

/* ==========================
   PROCESS CARD
========================== */

.process-card {
  background: #f5f5f5;
  border-radius: 30px;
  padding: 3rem;
  transition: .3s ease;
}

.process-card:hover {
  transform: translateY(-6px);
}

.process-number {
  font-size: 4rem;
  font-weight: bold;
  color: #dc2626;
}

/* ==========================
   TESTIMONIAL
========================== */

.testimonial-card {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  border-radius: 30px;
  padding: 2rem;
  transition: .3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

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

.form-input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 20px;
  padding: 18px 22px;
  outline: none;
  transition: .3s;
}

.form-input:focus {
  border-color: #dc2626;
}

/* ==========================
   FOOTER
========================== */

footer a {
  transition: .3s;
}

footer a:hover {
  color: #ffffff;
}

.site-footer {
  background: #0b0b0c;
  color: #fff;
  padding: 64px 0 32px;
}

.site-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 42px;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.site-footer__logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 6px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  line-height: 1.2;
}

.site-footer h2 {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 12px;
}

.site-footer h3 {
  font-size: 15px;
  font-weight: 750;
  margin-bottom: 16px;
}

.site-footer p,
.site-footer a {
  color: #a7adb6;
  font-size: 14px;
  line-height: 1.6;
}

.site-footer a {
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
  outline: none;
}

.site-footer__brand p {
  max-width: 300px;
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: #d1d5db;
  font-size: 13px;
  font-weight: 700;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
}

.site-footer__bottom {
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  color: #7f8793;
  font-size: 13px;
}

.site-footer__bottom a,
.site-footer__bottom span {
  color: #7f8793;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 1000px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding-top: 52px;
  }

  .site-footer__inner {
    padding: 0 18px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

@media (max-width: 1024px) {

  .hero-title {
    font-size: 4rem;
  }

}

@media (max-width: 768px) {

  .hero-title {
    font-size: 3rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .process-card {
    padding: 2rem;
  }

}

@media (max-width: 480px) {

  .hero-title {
    font-size: 2.5rem;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

}
/* =========================================================
   FASE 3 — UI/UX FOUNDATION
   Shared public header + responsive navigation
========================================================= */
:root {
  --febal-red: #e5252a;
  --febal-red-dark: #c91e23;
  --ink: #171717;
  --muted: #6b7280;
  --line: #ececec;
  --surface: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--surface);
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.site-promo {
  background: var(--febal-red);
  color: #fff;
}

.site-promo__inner {
  min-height: 38px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 13px;
  line-height: 1.25;
}

.site-promo__item {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}

.site-promo__item:hover { opacity: .92; }
.site-promo__item--strong { font-weight: 500; }
.site-promo__muted { opacity: .92; }
.site-promo__link { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.site-promo__divider { width: 1px; height: 18px; background: rgba(255,255,255,.35); }

.site-nav { background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.site-nav__inner {
  max-width: 1440px;
  min-height: 76px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.site-brand img { display: block; object-fit: contain; }
.site-brand__febal { width: 54px; height: 54px; }
.site-brand__loft { width: 54px; height: 54px; border-radius: 8px; }
.site-brand__separator { width: 1px; height: 38px; background: #e5e7eb; }

.site-nav__desktop { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.site-nav__link {
  appearance: none;
  border: 0;
  background: none;
  color: #30343b;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  padding: 10px 0;
  cursor: pointer;
  transition: color .2s ease;
}
.site-nav__link:hover,
.site-nav__link:focus-visible { color: var(--febal-red); outline: none; }
.site-nav__link--ai { color: var(--febal-red); }
.site-nav__dropdown { position: relative; }
.site-nav__dropdown-button { display: inline-flex; align-items: center; gap: 4px; }
.site-nav__dropdown-button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.site-nav__dropdown-button[aria-expanded="true"] svg { transform: rotate(180deg); }
.site-nav__dropdown-panel {
  position: absolute;
  left: -16px;
  top: calc(100% + 8px);
  min-width: 210px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.site-nav__dropdown:hover .site-nav__dropdown-panel,
.site-nav__dropdown:focus-within .site-nav__dropdown-panel,
.site-nav__dropdown.is-open .site-nav__dropdown-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav__dropdown-panel a { display: block; padding: 11px 13px; border-radius: 10px; color: #30343b; text-decoration: none; font-size: 14px; font-weight: 500; }
.site-nav__dropdown-panel a:hover { background: #f7f7f7; color: var(--febal-red); }

.site-nav__actions { display: flex; align-items: center; gap: 12px; margin-left: 4px; }
.site-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--febal-red);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.site-cta:hover { background: var(--febal-red-dark); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(229,37,42,.22); }
.site-cta--desktop { padding: 13px 19px; white-space: nowrap; }

.site-menu-button { display: none; width: 44px; height: 44px; border: 1px solid #e5e7eb; background: #fff; border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; cursor: pointer; }
.site-menu-button:focus-visible { outline: 3px solid rgba(229,37,42,.25); outline-offset: 3px; border-color: var(--febal-red); }
.site-menu-button span { width: 19px; height: 2px; background: #20242a; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.site-menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.site-mobile { border-top: 1px solid var(--line); background: #fff; }
.site-mobile[hidden],
.site-mobile.hidden { display: none; }
.site-mobile__inner { max-width: 720px; margin: 0 auto; padding: 10px 22px 22px; display: flex; flex-direction: column; }
.site-mobile__inner > a,
.site-mobile__section { min-height: 48px; display: flex; align-items: center; justify-content: space-between; border: 0; border-bottom: 1px solid #f0f0f0; background: transparent; color: #262a30; text-decoration: none; font: inherit; font-size: 16px; font-weight: 600; text-align: left; cursor: pointer; }
.site-mobile__inner > a:hover,
.site-mobile__section:hover,
.site-mobile__inner > a:focus-visible,
.site-mobile__section:focus-visible { color: var(--febal-red); outline: none; }
.site-mobile__sub { padding: 2px 0 8px 14px; }
.site-mobile__sub[hidden],
.site-mobile__sub.hidden { display: none; }
.site-mobile__sub a { display: block; padding: 12px 0; color: #5d636b; text-decoration: none; font-size: 15px; border-bottom: 1px solid #f5f5f5; }
.site-mobile__sub a:hover { color: var(--febal-red); }
.site-mobile__ai { color: var(--febal-red) !important; }
.site-cta--mobile { margin-top: 14px; padding: 14px 18px; min-height: 50px !important; border-bottom: 0 !important; }

@media (max-width: 1399px) {
  .site-nav__desktop { gap: 13px; }
  .site-nav__link { font-size: 13px; }
  .site-cta--desktop { padding-inline: 15px; font-size: 13px; }
  .site-brand__febal, .site-brand__loft { width: 50px; height: 50px; }
}

@media (max-width: 1199px) {
  .site-nav__desktop, .site-cta--desktop { display: none; }
  .site-menu-button { display: inline-flex; }
  .site-nav__actions { margin-left: auto; }
  .site-nav__inner { min-height: 70px; }

}

@media (max-width: 700px) {
  .site-promo__inner { min-height: 44px; padding: 7px 12px; gap: 4px; flex-direction: column; font-size: 11px; }
  .site-promo__divider { display: none; }
  .site-promo__item { max-width: 100%; }
  .site-promo__muted { display: none; }
  .site-nav__inner { min-height: 64px; padding: 0 14px; gap: 12px; }
  .site-brand { gap: 8px; }
  .site-brand__febal, .site-brand__loft { width: 43px; height: 43px; }
  .site-brand__separator { height: 30px; }
  .site-mobile__inner { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header *, .site-header *::before, .site-header *::after { transition: none !important; }
}
