/*
Theme Name: Jemo
Theme URI: https://jemoviaggi.it
Author: Leonardo
Description: Tema personalizzato per Jemo — completamente fluido, moderno, aziendale e vettoriale. Design Corporate Blu.
Version: 4.0
Text Domain: jemo
*/

/* =============================================
   DESIGN TOKENS & FLUID SCALING
   ============================================= */
:root {
  --blue-dark: #0041aa;
  --blue-main: #2563eb;
  --blue-accent: #60a5fa;
  --blue-light: #eff6ff;
  --cyan: #93c5fd;
  --white: #ffffff;
  --off-white: #f8fafc;
  --slate: #64748b;
  --text: #334155;

  --gradient: linear-gradient(135deg, #002266 0%, #0041aa 100%);
  --gradient-hov: linear-gradient(135deg, #0041aa 0%, #002266 100%);

  /* Radius using classic, subtle values (inspired by modern travel sites like WeRoad) */
  --r-sm: 0.25rem;
  --r-md: 0.375rem;
  --r-lg: 0.5rem;

  /* Shadows - softer and cleaner */
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.05), 0 1px 2px rgba(15, 23, 42, 0.02);
  --shadow-md: 0 4px 6px -1px rgba(15, 23, 42, 0.05), 0 2px 4px -1px rgba(15, 23, 42, 0.03);
  --shadow-lg: 0 10px 15px -3px rgba(15, 23, 42, 0.04), 0 4px 6px -2px rgba(15, 23, 42, 0.02);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.3s;

  --max-w: 80rem;
  --font: 'Inter', system-ui, -apple-system, sans-serif;
}

/* 
  Standard Root Size for predictability 
*/
html {
  font-size: 13.5px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (max-width: 48rem) {
  html {
    font-size: 12.5px;
  }
}

/* =============================================
   RESET & BASICS
   ============================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--off-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--r-md);
  margin-bottom: 1.5rem;
}

a {
  color: var(--blue-main);
  text-decoration: none;
  transition: color var(--dur) var(--ease);
}

a:hover {
  color: var(--blue-dark);
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  color: var(--blue-dark);
  line-height: 1.25;
  letter-spacing: -0.01em;
}

/* =============================================
   UTILITIES & FLUID TYPOGRAPHY
   ============================================= */
.container {
  max-width: var(--max-w);
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.section {
  padding: 5rem 0;
}

.section-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--blue-main);
  margin-bottom: 0.75rem;
}

.section-heading {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  color: var(--blue-dark);
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--slate);
  max-width: 38rem;
  line-height: 1.6;
}

@media (max-width: 48rem) {
  .section-sub {
    max-width: 100%;
  }
}

.pill-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: var(--blue-light);
  color: var(--blue-main);
  padding: 0.35rem 1rem;
  border-radius: var(--r-sm);
  border: 1px solid rgba(43, 108, 176, 0.15);
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  background: var(--blue-main);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--r-md);
  border: none;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
  box-shadow: var(--shadow-sm);
}

.btn:hover {
  background: var(--blue-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn--outline {
  background: transparent;
  color: var(--white);
  border: 0.12rem solid rgba(255, 255, 255, .8);
  box-shadow: none;
}

.btn--outline:hover {
  background: var(--white);
  color: var(--blue-dark);
  border-color: var(--white);
  box-shadow: none;
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 9999;
  padding: 1.5rem 8vw;
  background: transparent;
  transition: background-color var(--dur) var(--ease), padding var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.site-header.is-solid {
  background: transparent;
  box-shadow: none;
  padding: 1.5rem 8vw;
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
}

.site-logo {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.3rem;
}

.site-logo img {
  height: 2rem;
  width: auto;
  transition: transform var(--dur) var(--ease);
}

/* Logo is always white since the header is absolute transparent at the top */
.site-logo img {
  filter: brightness(0) invert(1) !important;
}

.site-logo:hover img {
  transform: scale(1.02);
}

.main-navigation {
  justify-self: end;
}

.mobile-social-links {
  display: none;
}

.main-navigation ul {
  display: flex;
  gap: 2rem;
}

.main-navigation a {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  padding-bottom: 0.25rem;
  transition: color var(--dur) var(--ease);
}

.site-header.is-solid .main-navigation a {
  color: var(--white);
}

.site-header.is-solid .menu-toggle span {
  background: var(--blue-dark);
}

.main-navigation a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--blue-main);
  border-radius: var(--r-sm);
  transition: width var(--dur) var(--ease);
}

.main-navigation a:hover::after {
  width: 100%;
}

.site-header.is-solid .main-navigation a:hover {
  color: var(--blue-main);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  justify-self: end;
}

.menu-toggle span {
  display: block;
  width: 1.5rem;
  height: 0.15rem;
  background: var(--white);
  border-radius: 99rem;
  transition: all var(--dur) var(--ease);
}

/* =============================================
   HERO
   ============================================= */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 34, 102, 0.6) 0%, rgba(0, 34, 102, 0.4) 50%, rgba(0, 34, 102, 0.85) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-logo-center {
  width: clamp(10rem, 20vw, 22rem);
  margin-bottom: 2rem;
  filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0, 0, 0, .25));
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 4.5rem);
  color: var(--white);
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.hero-content p {
  font-size: clamp(1.1rem, 1.4vw, 1.6rem);
  font-weight: 500;
  color: rgba(255, 255, 255, .95);
  max-width: 48rem;
  margin-bottom: 2.5rem;
  line-height: 1.5;
}

@media (max-width: 48rem) {
  .hero-content p {
    max-width: 90vw;
  }
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, .8);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: bounce 2s ease-in-out infinite;
}

.hero-scroll svg {
  width: 1.25rem;
  opacity: .8;
}

@keyframes bounce {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 0.4rem);
  }
}

/* =============================================
   FEATURES (MARKETING)
   ============================================= */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

@media (max-width: 48rem) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.feature-card {
  text-align: center;
  padding: 2.5rem 1.75rem;
  background: var(--white);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  border: 1px solid #e2e8f0;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-accent);
}

.feature-icon {
  width: 4.5rem;
  height: 4.5rem;
  background: var(--blue-light);
  color: var(--blue-main);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
  font-size: 1.75rem;
}

.feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--blue-dark);
}

.feature-card p {
  font-size: 0.95rem;
  color: var(--slate);
  line-height: 1.5;
}

/* =============================================
   CHI SIAMO (Grid Layout)
   ============================================= */
#chi-siamo {
  background: var(--off-white);
}

.chi-siamo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 5rem;
}

.chi-siamo-row:last-child {
  margin-bottom: 0;
}

.chi-siamo-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
}

.chi-siamo-text h2 {
  margin-bottom: 1.25rem;
}

.chi-siamo-text p {
  color: var(--slate);
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

.divider {
  width: 3rem;
  height: 3px;
  background: var(--blue-main);
  border-radius: var(--r-sm);
  margin: 1rem 0 2rem;
}

.team-stack {
  display: grid;
  gap: 1.25rem;
}

.team-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  background: var(--white);
  padding: 1.25rem;
  border-radius: var(--r-md);
  border: 1px solid #e2e8f0;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.team-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.team-card img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--white);
  box-shadow: 0 0 0 1px var(--blue-main);
}

.team-card-info h4 {
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  color: var(--blue-dark);
  margin-bottom: 0.5rem;
}

.team-card-info p {
  font-size: clamp(0.85rem, 0.95vw, 1.1rem);
  color: var(--slate);
}

/* =============================================
   VIAGGIA CON NOI (Grid & Aspect Ratios)
   ============================================= */
#viaggia-con-noi {
  background: var(--off-white);
  color: var(--text);
}

#viaggia-con-noi .section-heading {
  color: var(--blue-dark);
}

#viaggia-con-noi .section-sub {
  color: var(--slate);
}

#viaggia-con-noi .section-label {
  color: var(--blue-main);
}

.section-header {
  margin-bottom: 3rem;
}

.viaggi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  gap: 2rem;
}

.viaggio-card {
  background: var(--white);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #e2e8f0;
}

.viaggio-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-accent);
}

.viaggio-card-img-wrap {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.viaggio-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.viaggio-card:hover .viaggio-card-image {
  transform: scale(1.04);
}

.badge-prossimo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(4px);
  color: var(--blue-dark);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: var(--r-sm);
  z-index: 2;
  transition: all var(--dur) var(--ease);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.viaggio-card:hover .badge-prossimo {
  background: var(--blue-main);
  color: var(--white);
}

.viaggio-card-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--white);
}

.viaggio-card-date {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--blue-main);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.viaggio-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--blue-dark);
  line-height: 1.3;
}

.viaggio-card-title a {
  color: inherit;
}

.viaggio-card-title a:hover {
  color: var(--blue-main);
}

.viaggio-card-excerpt {
  flex: 1;
  margin-bottom: 1.5rem;
}

.viaggio-card-excerpt p {
  font-size: 0.95rem;
  color: var(--slate);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.viaggio-card-meta {
  font-size: 0.85rem;
  color: var(--slate);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.empty-state {
  grid-column: 1/-1;
  text-align: center;
  padding: 4rem 0;
  color: rgba(255, 255, 255, 0.8);
}

/* =============================================
   CONTATTACI
   ============================================= */
#contattaci {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  align-items: start;
}

.contact-info h2 {
  margin-bottom: 1.25rem;
}

.contact-info .section-sub {
  margin-bottom: 2rem;
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  color: var(--slate);
  font-size: 1.05rem;
}

.contact-detail i {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue-light);
  border-radius: var(--r-sm);
  color: var(--blue-main);
  font-size: 1.2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(43, 108, 176, 0.1);
}

.contact-detail a {
  color: var(--slate);
}

.contact-detail a:hover {
  color: var(--blue-main);
}

.contact-form-wrap {
  background: var(--off-white);
  border-radius: var(--r-md);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid #e2e8f0;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--blue-dark);
  margin-bottom: 0.4rem;
}

.form-control,
.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--white);
  border: 1px solid #cbd5e1;
  border-radius: var(--r-sm);
  font-family: var(--font);
  font-size: 1rem;
  color: var(--text);
  transition: all var(--dur) var(--ease);
}

.form-control:focus,
.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-textarea:focus {
  outline: none;
  border-color: var(--blue-main);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.15);
}

textarea.form-control,
.wpcf7-textarea {
  resize: vertical;
  min-height: 10rem;
}

.btn-submit {
  width: 100%;
  padding: 0.9rem;
  font-size: 1rem;
  margin-top: 0.75rem;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #18181b;
  color: #e4e4e7;
  padding: 4rem 1.5rem 2rem;
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-inner {
  max-width: var(--max-w);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  margin-bottom: 1.25rem;
}

.footer-logo img {
  height: 2.25rem;
  width: auto;
  filter: brightness(0) invert(1) !important;
  margin-bottom: 0;
}

.footer-col-title {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.25rem;
}

.footer-nav {
  display: grid;
  gap: 0.75rem;
}

.footer-nav a {
  color: #a1a1aa;
  font-size: 0.95rem;
}

.footer-nav a:hover {
  color: var(--white);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: #a1a1aa;
  font-size: 0.95rem;
}

.footer-contact-item i {
  color: var(--white);
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-icon-only {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  border-radius: var(--r-md);
  font-size: 1.1rem;
  transition: all var(--dur) var(--ease);
}

.social-icon-only:hover {
  background: var(--white);
  border-color: var(--white);
  color: #18181b;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.footer-bottom {
  max-width: var(--max-w);
  margin: 1.5rem auto 0;
  text-align: center;
  font-size: 0.85rem;
  color: #71717a;
}

/* =============================================
   SINGLE ARTICLE
   ============================================= */
.article-full-banner {
  width: 100vw;
  height: 45vh;
  min-height: 20rem;
  position: relative;
}

.article-full-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-bar {
  background: var(--gradient);
  color: var(--white);
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  z-index: 10;
}

.booking-bar a {
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  transition: transform var(--dur) var(--ease);
}

.booking-bar a:hover {
  transform: scale(1.02);
}

.article-body {
  padding: 3rem 0 5rem;
}

.article-header {
  text-align: center;
  max-width: 48rem;
  margin-inline: auto;
  margin-bottom: 3rem;
}

.article-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.article-meta {
  font-size: 0.95rem;
  color: var(--slate);
}

.article-content {
  max-width: 50rem;
  margin-inline: auto;
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  font-size: 1.05rem;
  line-height: 1.7;
  border: 1px solid #e2e8f0;
}

@media (max-width: 48rem) {
  .article-content {
    max-width: 100%;
    padding: 1.5rem;
  }

  .article-header {
    max-width: 100%;
  }
}

.article-content p,
.standard-page-content p {
  margin-bottom: 1.25rem;
}

.article-content h2,
.article-content h3,
.standard-page-content h2,
.standard-page-content h3 {
  margin: 2rem 0 1rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--blue-dark);
}

/* List Styling for WP Content */
.article-content ul,
.standard-page-content ul {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.article-content ol,
.standard-page-content ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.article-content li,
.standard-page-content li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}

.article-content li::marker,
.standard-page-content li::marker {
  color: var(--blue-main);
  font-weight: 700;
}

.article-content img {
  width: 100%;
  border-radius: var(--r-md);
  margin: 1.5rem 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-nav {
  max-width: 50rem;
  margin: 3rem auto 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 48rem) {
  .article-nav {
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }
}

.article-nav a {
  font-size: 0.95rem;
  font-weight: 600;
}

/* Accordion */
.article-content details {
  background: var(--off-white);
  border-radius: var(--r-md);
  margin-bottom: 1rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid #e2e8f0;
}

.article-content summary {
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  color: var(--blue-dark);
}

.article-content summary::-webkit-details-marker {
  display: none;
}

.article-content summary::after {
  content: '+';
  color: var(--blue-main);
  font-size: 1.5rem;
  transition: transform var(--dur) var(--ease);
}

.article-content details[open] summary::after {
  content: '-';
  transform: rotate(180deg);
}

.article-content details>*:not(summary) {
  margin-top: 0.75rem;
  padding-bottom: 1.25rem;
}

/* =============================================
   MOBILE OVERRIDES
   ============================================= */
@media (max-width: 48rem) {
  .menu-toggle {
    display: flex;
  }

  .header-inner {
    gap: 1rem;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--blue-dark);
    padding: 8rem 8vw 2rem;
    transform: translateX(100%);
    transition: transform var(--dur) var(--ease);
    z-index: 9998;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .main-navigation.toggled {
    transform: translateX(0);
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }

  .main-navigation a {
    display: block;
    padding: 1.1rem 0;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-transform: none;
    letter-spacing: -0.01em;
  }

  .site-header.is-solid .main-navigation a {
    color: var(--white);
  }

  .site-header:not(.is-solid) .main-navigation a {
    color: var(--white);
  }

  /* Logo mobile più grande */
  .site-logo img {
    height: 2rem !important;
  }

  /* Container & Sections */
  .container {
    width: 100%;
    padding-inline: 1.25rem;
  }

  .section {
    padding: 3.5rem 0;
  }

  .section-heading {
    font-size: 2rem;
  }

  .section-sub {
    font-size: 1.05rem;
  }

  /* Grids */
  .chi-siamo-row,
  .contact-grid,
  .footer-inner,
  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }

  .article-header-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas: 
      "title"
      "sidebar"
      "content" !important;
    gap: 2rem;
  }

  .contact-form-wrap {
    padding: 1.5rem;
  }

  /* Buttons in Hero */
  .hero-cta {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  /* Sidebar */
  .sidebar-col {
    position: relative !important;
    top: 0 !important;
    margin-top: 1.5rem;
  }

  /* hamburger → X */
  .menu-toggle.is-open {
    z-index: 9999;
  }

  .menu-toggle.is-open span {
    background: var(--white) !important;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
  }

  /* Social links nel menu mobile */
  .mobile-social-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: auto;
    padding: 2rem 0;
  }

  .mobile-social-links a {
    font-size: 1.75rem;
    color: var(--white);
    border: none;
    padding: 0;
  }
}

.site-content {
  padding-top: 6rem;
  min-height: 60vh;
}

/* =============================================
   NEW UTILITY CLASSES (to replace inline styles)
   ============================================= */
.hero-compact {
  min-height: 45vh;
  margin: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
}

.tagline-section {
  padding: 3rem 0 1.5rem;
  background: var(--off-white);
  border-bottom: 1px solid #e2e8f0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 2rem;
}

.value-card {
  background: var(--white);
  border: 1px solid #e2e8f0;
  border-radius: var(--r-md);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: all var(--dur) var(--ease);
  box-shadow: var(--shadow-sm);
}

.value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-accent);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: start;
}

.about-img-wrap {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-md);
}

.team-card-horizontal {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.team-card-horizontal:hover {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.viaggi-section-container {
  background: var(--off-white);
  color: var(--text);
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 3.5rem 0;
}

.viaggi-slider-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  width: 100%;
}

.viaggi-slider-container .viaggi-grid {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 1.5rem;
  padding: 1rem 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.viaggi-slider-container .viaggi-grid::-webkit-scrollbar {
  display: none;
}

.viaggi-slider-container .viaggi-grid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.viaggi-slider-container .viaggio-card {
  flex: 0 0 calc(33.333% - 1rem);
  scroll-snap-align: start;
}

.slider-arrow {
  background: var(--white);
  border: 1px solid #cbd5e1;
  color: var(--blue-dark);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
  z-index: 5;
}

.slider-arrow:hover {
  background: var(--blue-main);
  border-color: var(--blue-main);
  color: var(--white);
}

@media (max-width: 62rem) {
  .viaggi-slider-container .viaggio-card {
    flex: 0 0 calc(50% - 0.75rem);
  }
}

@media (max-width: 48rem) {
  .slider-arrow {
    display: none;
  }

  .viaggi-slider-container {
    gap: 0;
  }

  .viaggi-slider-container .viaggio-card {
    flex: 0 0 85%;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .team-card-horizontal {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .viaggi-section-container {
    margin: 0;
    border-radius: 0;
    padding: 3.5rem 0;
  }
}

.contact-detail-card {
  background: var(--off-white);
  padding: 1.25rem;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #e2e8f0;
  transition: all var(--dur) var(--ease);
}

.contact-detail-card:hover {
  background: var(--white);
  border-color: var(--blue-accent);
}

.article-header-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  grid-template-areas: 
    "title sidebar"
    "content sidebar";
  column-gap: 3rem;
  row-gap: 2rem;
  align-items: start;
}

.article-title-section {
  grid-area: title;
}

.article-content-section {
  grid-area: content;
}

.sidebar-col {
  grid-area: sidebar;
  position: sticky;
  top: 7rem;
  margin-top: 0;
}

@media (max-width: 48rem) {
  .sidebar-col {
    position: relative !important;
    top: 0 !important;
    margin-top: 0;
  }
}

.sidebar-box {
  background: var(--white);
  border-radius: var(--r-md);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
  transition: all var(--dur) var(--ease);
  border: 1px solid #e2e8f0;
  box-shadow: var(--shadow-sm);
}

.sidebar-box:hover {
  transform: translateY(-2px);
  border-color: var(--blue-accent);
  box-shadow: var(--shadow-md);
}

/* =============================================
   TRIP INFO BAR (Prezzo & Giorni)
   ============================================= */
.trip-info-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

/* Variante nella sidebar: stack verticale */
.trip-info-bar--sidebar {
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0;
}

.trip-info-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--blue-light);
  color: var(--blue-dark);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: var(--r-sm);
  border: 1px solid rgba(43, 108, 176, 0.15);
  box-shadow: var(--shadow-sm);
  transition: all var(--dur) var(--ease);
}

.trip-info-chip:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-accent);
}

.trip-info-chip i {
  color: var(--blue-main);
  font-size: 1em;
}

/* Versione 1/3 più grande per la sidebar */
.trip-info-chip--lg {
  font-size: 1.2rem;
  padding: 0.75rem 1.25rem;
  gap: 0.6rem;
}

/* =============================================
   SIDEBAR CONTACT CARD
   ============================================= */
.sidebar-box--contact {
  min-height: auto;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sidebar-contact-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--blue-dark);
  font-weight: 700;
  font-size: 1.1rem;
  transition: color var(--dur) var(--ease);
}

.sidebar-contact-header i {
  font-size: 1.4em;
  color: var(--blue-main);
  flex-shrink: 0;
}

.sidebar-contact-header:hover {
  color: var(--blue-main);
}

.sidebar-booking-info {
  border-top: 1px solid #cbd5e1;
  padding-top: 0.75rem;
}

.sidebar-booking-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--slate);
  line-height: 1.5;
  margin: 0;
}

.sidebar-booking-link {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--blue-dark);
  display: block;
}

/* Square Cards with Rounded Corners */
.viaggio-card--square {
  border-radius: var(--r-md) !important;
  border: 1px solid #e2e8f0;
}

.viaggio-card--square .viaggio-card-img-wrap {
  aspect-ratio: 4 / 3 !important;
  border-radius: var(--r-md) var(--r-md) 0 0 !important;
}

.viaggio-card--square .viaggio-card-image {
  border-radius: 0 !important;
}

.viaggio-card--square .viaggio-card-content {
  padding: 1rem !important;
  text-align: left;
}

.standard-page-content {
  max-width: 50rem;
  margin: 0 auto;
  background: var(--white);
  padding: 2.5rem;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  line-height: 1.7;
  font-size: 1.05rem;
  border: 1px solid #e2e8f0;
}

@media (max-width: 48rem) {
  .standard-page-content {
    max-width: 100%;
    padding: 1.5rem;
  }
}

/* =============================================
   CPT VIAGGIO GALLERY & ITINERARY ACCORDION
   ============================================= */
.itinerary-day-row {
  background: var(--off-white);
  border-radius: var(--r-md);
  margin-bottom: 1rem;
  padding: 0.5rem 1.25rem;
  border: 1px solid #e2e8f0;
}
.itinerary-day-summary {
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  color: var(--blue-dark);
}
.itinerary-day-summary::-webkit-details-marker {
  display: none;
}
.itinerary-day-summary::after {
  content: '+';
  color: var(--blue-main);
  font-size: 1.5rem;
  transition: transform var(--dur) var(--ease);
}
.itinerary-day-row[open] .itinerary-day-summary::after {
  content: '-';
  transform: rotate(180deg);
}

.trip-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.trip-gallery-item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--r-md);
  border: 1px solid #e2e8f0;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.trip-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: transform 0.6s var(--ease);
}
.trip-gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.trip-gallery-item:hover img {
  transform: scale(1.04);
}

/* =============================================
   TRIP INCLUSIONS (INCLUSO / NON INCLUSO)
   ============================================= */
.trip-inclusion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (max-width: 48rem) {
  .trip-inclusion-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.inclusion-box {
  padding: 1.5rem;
  border-radius: var(--r-md);
  border: 1px solid transparent;
  box-shadow: var(--shadow-sm);
  background: var(--white);
}
.inclusion-box h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.inclusion-box ul {
  list-style: none !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.inclusion-box li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.5;
}
.inclusion-box li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
}

/* Included Specifics (Green Theme) */
.inclusion-box--included {
  border-color: #bbf7d0;
  background: #f0fdf4;
}
.inclusion-box--included h3 {
  color: #15803d;
}
.inclusion-box--included li::before {
  content: "\f00c";
  color: #16a34a;
}

/* Excluded Specifics (Red/Grey Theme) */
.inclusion-box--excluded {
  border-color: #fee2e2;
  background: #fef2f2;
}
.inclusion-box--excluded h3 {
  color: #b91c1c;
}
.inclusion-box--excluded li::before {
  content: "\f00d";
  color: #dc2626;
}

/* =============================================
   BOOKING MODAL POPUP
   ============================================= */
.jemo-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 34, 102, 0.75);
  backdrop-filter: blur(4px);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1.5rem;
}
.jemo-modal-overlay.is-active {
  display: flex;
  opacity: 1;
}

/* Full Screen Multi-step Modal Override */
.jemo-modal-fullscreen {
  background: var(--white);
  padding: 3rem 1.5rem;
  overflow-y: auto;
}

.jemo-modal-close-fs {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--blue-dark);
  cursor: pointer;
  padding: 0.5rem;
  transition: color var(--dur) var(--ease);
  z-index: 100001;
}

.jemo-modal-close-fs:hover {
  color: var(--blue-main);
  transform: scale(1.05);
}

.jemo-booking-flow-container {
  width: 100%;
  max-width: 42rem;
  margin: auto;
  display: flex;
  flex-direction: column;
}

/* Step indicators */
.jemo-steps-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  width: 100%;
}

.jemo-step-indicator-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 6rem;
}

.jemo-step-indicator-item .step-num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #cbd5e1;
  color: var(--slate);
  font-weight: 700;
  font-size: 0.85rem;
  display: grid;
  place-items: center;
  transition: all 0.3s var(--ease);
}

.jemo-step-indicator-item .step-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--slate);
  letter-spacing: 0.02em;
  text-align: center;
}

.jemo-step-line {
  height: 2px;
  width: 4rem;
  background: #cbd5e1;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
  transition: background-color 0.3s var(--ease);
}

.jemo-step-indicator-item.active .step-num {
  background: var(--blue-main);
  color: var(--white);
  box-shadow: 0 0 0 4px rgba(43, 108, 176, 0.15);
}

.jemo-step-indicator-item.active .step-label {
  color: var(--blue-main);
}

.jemo-step-indicator-item.completed .step-num {
  background: var(--blue-dark);
  color: var(--white);
}

.jemo-step-indicator-item.completed .step-label {
  color: var(--blue-dark);
}

.jemo-step-line.active {
  background: var(--blue-main);
}

.jemo-flow-title {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: var(--blue-dark);
  text-align: center;
  margin-bottom: 0.3rem;
}

.jemo-flow-subtitle {
  font-size: 0.95rem;
  color: var(--slate);
  text-align: center;
  margin-bottom: 2.5rem;
}

.jemo-flow-form {
  width: 100%;
}

.jemo-flow-step {
  display: none;
  width: 100%;
}

.jemo-flow-step.is-active {
  display: block;
  animation: fadeIn 0.4s var(--ease);
}

.jemo-flow-fields {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.jemo-flow-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.jemo-flow-group label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--blue-dark);
}

.jemo-flow-group input,
.jemo-flow-group textarea {
  width: 100%;
  padding: 0.9rem 1.1rem;
  border: 1px solid #cbd5e1;
  border-radius: var(--r-md);
  font-family: inherit;
  font-size: 1rem;
  color: var(--text);
  background: var(--off-white);
  transition: all var(--dur) var(--ease);
}

.jemo-flow-group input:focus,
.jemo-flow-group textarea:focus {
  outline: none;
  border-color: var(--blue-main);
  box-shadow: 0 0 0 4px rgba(43, 108, 176, 0.15);
  background: var(--white);
}

.jemo-flow-help {
  font-size: 0.75rem;
  color: var(--slate);
  margin-top: 0.15rem;
}

.jemo-flow-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #cbd5e1;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.btn-flow-next,
.btn-submit-booking {
  background: var(--blue-main);
  color: var(--white);
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  transition: all var(--dur) var(--ease);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-flow-next:hover,
.btn-submit-booking:hover {
  background: var(--blue-dark);
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.btn-flow-prev {
  background: transparent;
  color: var(--blue-dark);
  border: 1px solid #cbd5e1;
  cursor: pointer;
  font-weight: 600;
  padding: 0.85rem 1.75rem;
  transition: all var(--dur) var(--ease);
  border-radius: var(--r-md);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-flow-prev:hover {
  background: var(--off-white);
  border-color: var(--slate);
}

.jemo-booking-response.success {
  color: #16a34a;
}
.jemo-booking-response.error {
  color: #dc2626;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 48rem) {
  .jemo-modal-fullscreen {
    padding: 5rem 1rem 2rem 1rem;
  }
  .jemo-modal-close-fs {
    top: 1rem;
    right: 1rem;
  }
  .jemo-steps-indicator {
    gap: 0.2rem;
  }
  .jemo-step-line {
    width: 2rem;
  }
}
.jemo-form-checkbox-group a {
  transition: color var(--dur) var(--ease);
}
.jemo-form-checkbox-group a:hover {
  color: var(--blue-dark);
}

/* =============================================
   COOKIE CONSENT BANNER
   ============================================= */
.jemo-cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(150px);
  width: calc(100% - 3rem);
  max-width: 55rem;
  background: rgba(24, 24, 27, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  border-radius: var(--r-md);
  padding: 1.25rem 2rem;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}
.jemo-cookie-banner.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: all;
}
.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cookie-banner-text p {
  color: #e4e4e7;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}
.cookie-banner-text a {
  color: #60a5fa;
  text-decoration: underline;
  font-weight: 500;
  transition: color var(--dur) var(--ease);
}
.cookie-banner-text a:hover {
  color: #93c5fd;
}
.cookie-banner-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
.btn-cookie-accept {
  background: var(--blue-main) !important;
  color: var(--white) !important;
  border: none !important;
  padding: 0.65rem 1.25rem !important;
  font-size: 0.85rem !important;
  border-radius: var(--r-sm) !important;
  cursor: pointer;
  font-weight: 600;
  transition: all var(--dur) var(--ease);
  box-shadow: var(--shadow-sm);
  white-space: nowrap;
}
.btn-cookie-accept:hover {
  background: #3182ce !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.btn-cookie-reject {
  background: transparent !important;
  color: #e4e4e7 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 0.65rem 1.25rem !important;
  font-size: 0.85rem !important;
  border-radius: var(--r-sm) !important;
  cursor: pointer;
  font-weight: 600;
  transition: all var(--dur) var(--ease);
  white-space: nowrap;
}
.btn-cookie-reject:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}

@media (max-width: 48rem) {
  .jemo-cookie-banner {
    bottom: 1rem;
    width: calc(100% - 2rem);
    padding: 1.25rem;
  }
  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }
  .cookie-banner-text p {
    text-align: center;
    font-size: 0.85rem;
  }
  .cookie-banner-buttons {
    justify-content: center;
  }
  .btn-cookie-accept, .btn-cookie-reject {
    flex: 1;
    text-align: center;
  }
}

/* =============================================
   PRIVACY POLICY SOLID HEADER
   ============================================= */
body.page-template-page-privacy-policy .site-header,
body.page-template-page-privacy-policy-php .site-header,
body.privacy-policy .site-header {
  background: #18181b !important;
}

/* =============================================
   HOMEPAGE HEADER ADJUSTMENTS
   ============================================= */
body.home .site-header .site-logo {
  display: none;
}