:root {
  --al-brown: #5c3d2e;
  --al-gold: #c9a227;
  --al-cream: #f8f5ef;
  --al-green: #3d5a45;
}

body {
  background: var(--al-cream);
}

.elementor-page .site-header,
.elementor-page header.wp-block-template-part {
  display: none;
}

.elementor-page .entry-content,
.elementor-page .page-content,
.elementor-page .site-main {
  margin: 0;
  max-width: none;
  padding: 0;
}

.site-header,
header.wp-block-template-part {
  box-shadow: 0 4px 20px rgba(92, 61, 46, 0.08);
}

.entry-content,
.page-content,
.elementor-widget-text-editor {
  line-height: 1.75;
}

.wp-block-button__link,
.elementor-button,
.al-btn,
button,
input[type="submit"],
div.wpforms-container-full button[type="submit"] {
  background: var(--al-brown) !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-weight: 600;
}

.elementor-button:hover,
.al-btn:hover,
div.wpforms-container-full button[type="submit"]:hover {
  background: var(--al-green) !important;
}

.al-section-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.al-card {
  background: #fff;
  border: 1px solid rgba(92, 61, 46, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(92, 61, 46, 0.06);
  overflow: hidden;
  padding: 1.25rem;
}

.al-card h3,
.al-card h2 {
  color: var(--al-brown);
  margin-top: 0;
}

.al-badge {
  background: var(--al-gold);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
}

.al-cta-band,
.al-hero-band {
  background: linear-gradient(135deg, var(--al-brown), var(--al-green));
  border-radius: 20px;
  color: #fff;
  margin: 2rem 0;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.al-cta-band h2,
.al-hero-band h1,
.al-hero-band h2 {
  color: #fff;
}

.al-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.al-btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  text-decoration: none !important;
}

.al-btn-primary {
  background: #fff !important;
  color: var(--al-brown) !important;
}

.al-btn-secondary {
  background: var(--al-gold) !important;
}

.al-btn-outline {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
}

.al-trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 1.5rem 0;
}

.al-trust-item {
  background: #fff;
  border-radius: 14px;
  padding: 1rem;
  text-align: center;
}

.al-form-wrap {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(92, 61, 46, 0.08);
  margin: 1.5rem 0;
  padding: 1.5rem;
}

.al-form-wrap h2,
.al-form-wrap h3 {
  color: var(--al-brown);
  margin-top: 0;
}

.al-native-form input,
.al-native-form select,
.al-native-form textarea {
  border: 1px solid rgba(92, 61, 46, 0.2);
  border-radius: 10px;
  margin-top: 0.35rem;
  padding: 0.65rem 0.8rem;
  width: 100%;
}

.al-native-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.al-sent-notice {
  background: #e8f5e9;
  border-radius: 12px;
  color: var(--al-green);
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem;
}

.al-floating-cta {
  bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  position: fixed;
  right: 1rem;
  z-index: 9999;
}

.al-floating-cta a {
  background: var(--al-brown);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #fff !important;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.al-floating-cta a:hover {
  background: var(--al-green);
}

.al-seo-intro {
  background: #fff;
  border-left: 4px solid var(--al-gold);
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 16px rgba(92, 61, 46, 0.06);
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
}

.al-seo-intro p {
  color: #4a3428;
  line-height: 1.7;
  margin: 0;
}

.al-seo-lead {
  font-size: 1.05rem;
}

.al-whatsapp-icon {
  fill: currentColor;
  flex-shrink: 0;
  height: 1.15em;
  width: 1.15em;
}

.al-whatsapp-block,
.al-whatsapp-scrivimi {
  background: #e8f8ee;
  border: 1px solid #b8e6c8;
  border-radius: 12px;
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
}

.al-whatsapp-block p,
.al-whatsapp-scrivimi p {
  margin: 0 0 0.75rem;
}

.al-btn-whatsapp {
  align-items: center;
  background: #25d366;
  border: 0;
  color: #fff !important;
  display: inline-flex;
  gap: 0.5rem;
  text-decoration: none;
}

.al-btn-whatsapp:hover {
  background: #1ebe57;
  color: #fff !important;
}

.al-whatsapp-float {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: 5.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  color: #fff !important;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 700;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  z-index: 10000;
}

.al-whatsapp-float .al-whatsapp-icon {
  height: 1.35rem;
  width: 1.35rem;
}

.al-whatsapp-float:hover {
  background: #1ebe57;
  color: #fff !important;
}

.al-topbar {
  background: #fff;
  box-shadow: 0 4px 20px rgba(92, 61, 46, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.al-topbar-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1140px;
  padding: 1rem 1.25rem;
}

.al-brand {
  color: var(--al-brown);
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

.al-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.al-nav a {
  color: var(--al-brown);
  font-weight: 600;
  text-decoration: none;
}

.al-nav a:hover {
  color: var(--al-green);
}

.al-main {
  margin: 0 auto;
  max-width: 1140px;
  padding: 1.5rem 1.25rem 3rem;
}

.al-footer {
  background: var(--al-brown);
  color: #fff;
  padding: 1.5rem 1.25rem;
  text-align: center;
}

.al-main:has(.al-hero-slider) {
  padding-top: 0;
}

.al-hero-slider {
  margin: -1.5rem calc(50% - 50vw) 2.5rem;
  max-width: 100vw;
  position: relative;
  width: 100vw;
}

.al-slider-viewport {
  height: clamp(320px, 52vw, 560px);
  overflow: hidden;
  position: relative;
}

.al-slider-track {
  height: 100%;
  position: relative;
}

.al-slide {
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.04);
  transition:
    opacity 1s ease,
    transform 6s ease;
  width: 100%;
}

.al-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.al-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.al-slider-shade {
  background: linear-gradient(105deg, rgba(36, 24, 18, 0.78) 0%, rgba(36, 24, 18, 0.45) 45%, rgba(36, 24, 18, 0.2) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.al-slider-content {
  bottom: 0;
  color: #fff;
  left: 0;
  max-width: 640px;
  padding: clamp(1.5rem, 4vw, 3rem);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.al-slider-content h1 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  margin: 0.75rem 0 1rem;
}

.al-slider-content p {
  font-size: clamp(1rem, 2vw, 1.15rem);
  margin: 0 0 1.25rem;
}

.al-slider-content .al-btn-primary {
  background: #fff !important;
  color: var(--al-brown) !important;
}

.al-slider-content .al-btn-outline {
  border-color: #fff !important;
  color: #fff !important;
}

.al-slider-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  height: 44px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.25s ease;
  width: 44px;
  z-index: 4;
}

.al-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.32);
}

.al-slider-prev {
  left: 1rem;
}

.al-slider-next {
  right: 1rem;
}

.al-slider-dots {
  bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 4;
}

.al-slider-dot {
  background: rgba(255, 255, 255, 0.45);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 10px;
  padding: 0;
  transition: width 0.3s ease, background 0.3s ease;
  width: 10px;
}

.al-slider-dot.is-active {
  background: #fff;
  width: 28px;
}

.al-page-banner {
  border-radius: 20px;
  margin-bottom: 2rem;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.al-page-banner-bg {
  display: block;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  width: 100%;
}

.al-page-banner-shade {
  background: linear-gradient(120deg, rgba(36, 24, 18, 0.82), rgba(61, 90, 69, 0.55));
  inset: 0;
  position: absolute;
}

.al-page-banner-content {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 2rem 1.75rem;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.al-page-banner-content h1 {
  color: #fff;
  margin: 0 0 0.5rem;
}

.al-page-banner-content p {
  margin: 0;
  max-width: 640px;
}

.al-page-banner-content .al-cta-row {
  justify-content: flex-start;
  margin-top: 1rem;
}

.al-breadcrumbs {
  color: var(--al-brown);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

.al-breadcrumbs a {
  color: var(--al-green);
  font-weight: 600;
  text-decoration: none;
}

.al-breadcrumbs a:hover {
  text-decoration: underline;
}

.al-entry {
  line-height: 1.75;
}

.al-entry p:last-child {
  margin-bottom: 0;
}

.al-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
}

.al-gallery-grid .al-photo:nth-child(1) {
  grid-column: span 5;
  grid-row: span 2;
}

.al-gallery-grid .al-photo:nth-child(2) {
  grid-column: span 4;
}

.al-gallery-grid .al-photo:nth-child(3) {
  grid-column: span 3;
}

.al-gallery-grid .al-photo:nth-child(4) {
  grid-column: span 4;
}

.al-gallery-grid .al-photo:nth-child(5) {
  grid-column: span 5;
}

.al-gallery-grid .al-photo:nth-child(6) {
  grid-column: span 3;
}

.al-gallery-grid .al-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.al-gallery-grid--litter {
  grid-auto-rows: minmax(180px, auto);
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.al-gallery-grid--litter .al-photo {
  aspect-ratio: 3 / 4;
}

.al-gallery-grid--litter .al-photo:nth-child(n) {
  grid-column: auto;
  grid-row: auto;
}

.al-custom-page {
  background: var(--al-cream);
}

.al-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.65rem;
}

.al-brand-logo {
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(92, 61, 46, 0.15);
  object-fit: cover;
}

.al-nav-toggle {
  background: var(--al-brown);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-weight: 700;
  padding: 0.55rem 1rem;
}

.al-section {
  margin: 3rem 0;
}

.al-section-head {
  margin-bottom: 1.5rem;
  max-width: 720px;
}

.al-section-head h2 {
  color: var(--al-brown);
  margin: 0 0 0.5rem;
}

.al-section-head p {
  margin: 0;
}

.al-hero {
  margin-bottom: 2rem;
}

.al-hero-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.2fr 1fr;
}

.al-hero-copy h1 {
  color: var(--al-brown);
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}

.al-hero-copy p {
  font-size: 1.05rem;
  margin: 0 0 1.25rem;
}

.al-hero-media,
.al-photo {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.al-hero-media img,
.al-photo img {
  display: block;
  height: auto;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.al-photo {
  box-shadow: 0 16px 40px rgba(92, 61, 46, 0.12);
}

.al-photo:hover img,
.al-hero-media:hover img {
  transform: scale(1.04);
}

.al-split {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.al-split-reverse {
  direction: rtl;
}

.al-split-reverse > * {
  direction: ltr;
}

.al-steps {
  counter-reset: al-step;
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.al-steps li {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(92, 61, 46, 0.06);
  counter-increment: al-step;
  padding: 1rem 1rem 1rem 3.5rem;
  position: relative;
}

.al-steps li::before {
  align-items: center;
  background: var(--al-gold);
  border-radius: 50%;
  color: #fff;
  content: counter(al-step);
  display: flex;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 2rem;
}

.al-card-image {
  aspect-ratio: 4 / 3;
  margin: -1.25rem -1.25rem 1rem;
  overflow: hidden;
}

.al-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}

.al-card:hover .al-card-image img {
  transform: scale(1.06);
}

.al-faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 0.75rem;
  padding: 1rem 1.25rem;
}

.al-faq-item h3 {
  color: var(--al-brown);
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.al-faq-item p {
  margin: 0;
}

.al-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.al-footer-nav a {
  color: #fff;
  opacity: 0.92;
  text-decoration: none;
}

.al-footer-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

.al-footer-tagline {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 0 0.75rem;
  text-align: center;
}

.al-footer-email {
  margin: 0 0 0.75rem;
}

.al-footer-email a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.al-footer-email a:hover {
  text-decoration: underline;
}

.al-contact-email-band {
  margin-bottom: 1.5rem;
  text-align: center;
}

.al-contact-email-band a {
  font-size: 1.15rem;
  font-weight: 700;
}

.al-animate {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.al-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.al-animate.is-hidden {
  opacity: 0;
  transform: translateY(18px);
}

.al-fade-in {
  transform: none;
}

.al-fade-in.is-visible {
  transform: none;
}

.al-slide-left {
  transform: translateX(-36px);
}

.al-slide-left.is-visible {
  transform: translateX(0);
}

.al-slide-right {
  transform: translateX(36px);
}

.al-slide-right.is-visible {
  transform: translateX(0);
}

.al-scale-in {
  transform: scale(0.94);
}

.al-scale-in.is-visible {
  transform: scale(1);
}

.al-animate-delay-1 { transition-delay: 0.1s; }
.al-animate-delay-2 { transition-delay: 0.2s; }
.al-animate-delay-3 { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .al-animate,
  .al-photo img,
  .al-hero-media img,
  .al-card-image img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 991px) {
  .al-gallery-grid {
    grid-auto-rows: 160px;
    grid-template-columns: repeat(6, 1fr);
  }

  .al-gallery-grid .al-photo:nth-child(1) {
    grid-column: span 6;
    grid-row: span 2;
  }

  .al-gallery-grid .al-photo:nth-child(n + 2) {
    grid-column: span 3;
  }

  .al-slider-content {
    justify-content: flex-end;
    padding-bottom: 3.5rem;
  }

  .al-slider-arrow {
    display: none;
  }

  .al-hero-grid,
  .al-split {
    grid-template-columns: 1fr;
  }

  .al-split-reverse {
    direction: ltr;
  }

  .al-nav-toggle {
    display: inline-block;
  }

  .al-nav {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(92, 61, 46, 0.12);
    display: none;
    flex-direction: column;
    left: 1.25rem;
    padding: 1rem;
    position: absolute;
    right: 1.25rem;
    top: calc(100% + 0.5rem);
  }

  .al-nav.is-open {
    display: flex;
  }

  .al-topbar-inner {
    position: relative;
  }
}

@media (max-width: 767px) {
  .al-cta-band,
  .al-hero-band {
    padding: 1.5rem 1rem;
  }

  .al-cta-row {
    flex-direction: column;
  }

  .al-floating-cta {
    bottom: 0;
    justify-content: center;
    left: 0;
    right: 0;
  }

  .al-whatsapp-float {
    bottom: 4.25rem;
    right: 0.75rem;
  }

  .al-whatsapp-float-label {
    display: none;
  }
}
