/* Structural cleanup without altering color palette */
.section-from-blog {
  padding: 40px 0 60px;
}

.homenuova {
  padding: 30px 0 20px;
}

.homenuova .row {
  row-gap: 20px;
  justify-content: center;
}

.homenuova .col-md-4 {
  display: flex;
  justify-content: center;
}

.homenuova .thumbnail {
  width: 100%;
  max-width: 360px;
}

.section-breadcrumb {
  background-position: center;
  background-size: cover;
}

.section-breadcrumb .title {
  margin: 0;
  padding: 60px 12px;
  text-transform: uppercase;
}

.footer-company {
  text-align: center;
  font-size: 12px;
  margin-top: 6px;
}

.polaroid {
  padding: 8px;
}

.polaroid-title {
  margin-top: 10px;
}

.home-notices {
  margin-top: 28px;
  margin-bottom: 12px;
  gap: 14px 0;
}

.site-wrapper {
  position: relative;
  padding: 120px 0 70px;
}

.site-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 9, 6, 0.62), rgba(18, 9, 6, 0.25));
  pointer-events: none;
}

.site-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(62, 92, 64, 0.35), rgba(88, 56, 33, 0.35));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.site-wrapper-inner,
.cover-container,
.inner.cover {
  position: relative;
  z-index: 1;
}

.inner.cover {
  padding: 24px 12px;
}

.hero {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #ffe3b0;
  border: 1px solid rgba(255, 227, 176, 0.55);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(64, 20, 6, 0.65), rgba(64, 20, 6, 0.3));
  box-shadow: 0 10px 22px rgba(20, 10, 6, 0.35);
}

.hero-title {
  margin: 18px auto 10px;
  font-size: 54px;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #f8e4c3;
  text-shadow: 0 10px 24px rgba(20, 10, 6, 0.45);
}

.hero-subtitle {
  margin: 6px 0 18px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .24em;
  color: #ffe3b0;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
}

.hero-cta {
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: .06em;
  border: 1px solid rgba(255, 210, 150, 0.55);
  background: linear-gradient(180deg, rgba(64, 20, 6, 0.75), rgba(64, 20, 6, 0.38));
  color: #ffe3b0;
  box-shadow: 0 12px 24px rgba(20, 10, 6, 0.3);
}

.hero-cta:hover {
  background: linear-gradient(180deg, rgba(132, 41, 14, 0.9), rgba(90, 25, 8, 0.75));
  color: #fff;
}

.home-notices .alert {
  background: linear-gradient(180deg, #fffaf0, #fff2e0);
  border: 1px solid rgba(140, 90, 60, 0.25);
  color: #3f2516;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 14px 18px;
  box-shadow: 0 6px 14px rgba(64, 20, 6, 0.08);
}

.home-notices .col-md-8 {
  margin: 0 auto;
}

.cover-title-book {
  display: inline-block;
  padding: 18px 26px;
  margin: 0 auto 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
  color: #3a1a0b;
  background: linear-gradient(180deg, rgba(255, 239, 214, 0.92), rgba(248, 212, 155, 0.88));
  border-top: 8px solid #9c5518;
  border-bottom: 8px solid #9c5518;
  border-radius: 6px;
  box-shadow: 0 12px 26px rgba(30, 12, 6, 0.25);
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.cover-title-book-2 {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding: 18px 22px;
  background: linear-gradient(180deg, rgba(64, 20, 6, 0.6), rgba(64, 20, 6, 0.35));
  border: 1px solid rgba(255, 235, 205, 0.45);
  border-radius: 16px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #ffe3b0;
  box-shadow: 0 10px 24px rgba(30, 12, 6, 0.25);
  backdrop-filter: blur(2px);
}

.cover-title-book-2 .btn {
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  letter-spacing: .06em;
  border: 1px solid rgba(255, 210, 150, 0.5);
  background: linear-gradient(180deg, rgba(64, 20, 6, 0.7), rgba(64, 20, 6, 0.35));
}

.cover-title-book-2 .btn:hover {
  background: linear-gradient(180deg, rgba(132, 41, 14, 0.85), rgba(90, 25, 8, 0.75));
  color: #fff;
}

@media (max-width: 768px) {
  .cover-title-book {
    font-size: 30px;
    letter-spacing: .12em;
    padding: 14px 18px;
  }
  .cover-title-book-2 {
    font-size: 18px;
  }
}

.navbar .navbar-nav .nav-link {
  line-height: 1.1;
}

.page-dintorni .section-from-blog .row br {
  display: none;
}

.container .row {
  margin-left: -10px;
  margin-right: -10px;
}

.container .row > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 34px;
    letter-spacing: .1em;
  }
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .site-wrapper {
    padding: 90px 0 34px;
  }
  .section-from-blog {
    padding: 24px 0 36px;
  }
  .section-breadcrumb .title {
    padding: 40px 12px;
    font-size: 20px;
  }
}


/* Countryhouse homepage redesign */
.countryhouse-home {
  --cv-ink: #2f2319;
  --cv-brown: #5b321f;
  --cv-terracotta: #b86435;
  --cv-gold: #d7a85b;
  --cv-sage: #6f7d55;
  --cv-cream: #fff8ea;
  --cv-milk: #f4ead7;
  background:
    linear-gradient(180deg, rgba(255,248,234,.95), rgba(244,234,215,.96)),
    url('../images/pattern1.png');
  color: var(--cv-ink);
  overflow: hidden;
}

.cv-hero {
  min-height: 660px;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.cv-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(34, 19, 10, .86) 0%, rgba(61, 39, 24, .64) 45%, rgba(61, 39, 24, .24) 100%),
    radial-gradient(circle at 18% 20%, rgba(215,168,91,.24), transparent 34%);
  z-index: -2;
}

.cv-hero-veils {
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(255,248,234,0), var(--cv-cream));
  z-index: -1;
}

.cv-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 44px;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 86px;
}

.cv-hero-copy {
  max-width: 760px;
  color: #fff4df;
}

.cv-eyebrow,
.cv-section-heading span,
.cv-route-item span,
.cv-experience-tag {
  font-family: var(--font-body);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .12em;
}

.cv-eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  color: #ffe5b7;
  background: rgba(69, 40, 22, .54);
  border: 1px solid rgba(255, 229, 183, .55);
}

.cv-hero h1 {
  margin: 18px 0 14px;
  max-width: 760px;
  font-size: 72px;
  line-height: .94;
  color: #fff8ea;
  text-transform: uppercase;
  text-shadow: 0 16px 30px rgba(0,0,0,.34);
}

.cv-hero p {
  max-width: 650px;
  margin: 0 0 28px;
  color: #f7dfba;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}

.cv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cv-primary-action,
.cv-secondary-action,
.cv-open-label {
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 21px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cv-primary-action,
.cv-open-label {
  border: 0;
  background: linear-gradient(180deg, #e8bd74, #b86435);
  color: #2b160c !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

.cv-secondary-action {
  border: 1px solid rgba(255, 229, 183, .62);
  color: #ffe5b7 !important;
  background: rgba(61, 34, 18, .46);
}

.cv-primary-action:hover,
.cv-secondary-action:hover,
.cv-open-label:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.cv-hero-preview {
  position: relative;
  min-height: 430px;
}

.cv-hero-preview img {
  position: absolute;
  object-fit: cover;
  border: 9px solid rgba(255,248,234,.92);
  box-shadow: 0 24px 48px rgba(0,0,0,.28);
}

.cv-preview-large {
  width: 78%;
  height: 370px;
  right: 0;
  top: 20px;
  border-radius: 22px 22px 6px 22px;
}

.cv-preview-small {
  width: 44%;
  height: 170px;
  border-radius: 18px 6px 18px 18px;
}

.cv-preview-a {
  left: 0;
  top: 0;
}

.cv-preview-b {
  left: 20px;
  bottom: 0;
}

.cv-experiences,
.cv-route-band,
.cv-booking-strip {
  padding: 54px 0;
}

.cv-section-heading {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(260px, 390px);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.cv-section-heading span,
.cv-route-item span {
  color: var(--cv-sage);
  font-size: 12px;
}

.cv-section-heading h2,
.cv-route-intro h2 {
  margin: 0;
  color: #3f2415;
  font-size: 46px;
  line-height: 1.02;
}

.cv-section-heading p,
.cv-route-intro p,
.cv-route-item p {
  margin: 0;
  color: #67462f;
  font-weight: 700;
  line-height: 1.45;
}

.cv-experience-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 245px;
  gap: 16px;
}

.cv-experience {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(72, 43, 25, .17);
  isolation: isolate;
}

.cv-experience-1 { grid-column: span 5; grid-row: span 2; }
.cv-experience-2 { grid-column: span 7; }
.cv-experience-3,
.cv-experience-4 { grid-column: span 3; }
.cv-experience-5,
.cv-experience-6 { grid-column: span 3; }

.cv-experience img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .35s ease, filter .35s ease;
}

.cv-experience-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(17, 9, 4, .04), rgba(17, 9, 4, .82)),
    linear-gradient(90deg, rgba(111,125,85,.20), rgba(184,100,53,.20));
}

.cv-experience:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.02);
}

.cv-experience-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,248,234,.91);
  color: #4c2e1e;
  font-size: 11px;
}

.cv-experience-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(215,168,91,.92);
  color: #321a0c;
  font-size: 18px;
}

.cv-experience-copy {
  display: block;
  padding: 24px;
}

.cv-experience-copy strong,
.cv-experience-copy span {
  display: block;
}

.cv-experience-copy strong {
  font-family: var(--font-head);
  font-size: 30px;
  line-height: 1.03;
  margin-bottom: 8px;
}

.cv-experience-copy span {
  color: #fff0d5;
  font-weight: 650;
  line-height: 1.35;
}

.cv-route-band {
  background:
    linear-gradient(120deg, rgba(111,125,85,.15), rgba(184,100,53,.08)),
    #f7eddb;
  border-top: 1px solid rgba(91,50,31,.10);
  border-bottom: 1px solid rgba(91,50,31,.10);
}

.cv-route-intro {
  max-width: 820px;
  margin-bottom: 26px;
}

.cv-route-intro h2 {
  margin-bottom: 10px;
}

.cv-route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cv-route-item {
  padding: 22px;
  border-left: 5px solid var(--cv-sage);
  background: rgba(255,248,234,.72);
  border-radius: 0 8px 8px 0;
}

.cv-route-item:nth-child(2) { border-color: var(--cv-terracotta); }
.cv-route-item:nth-child(3) { border-color: var(--cv-gold); }

.cv-route-item h3 {
  margin: 8px 0;
  font-size: 26px;
  color: #3f2415;
}

.cv-booking-panel {
  background: #fffdf8;
  border: 1px solid rgba(91,50,31,.14);
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(72,43,25,.14);
  overflow: hidden;
}

.cv-booking-toggle {
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(111,125,85,.14), rgba(215,168,91,.18)),
    #fff8ea;
  color: #3f2415;
  text-align: left;
}

.cv-booking-toggle strong,
.cv-booking-toggle small {
  display: block;
}

.cv-booking-toggle strong {
  font-family: var(--font-head);
  font-size: 32px;
  line-height: 1.08;
}

.cv-booking-toggle small {
  margin-top: 6px;
  color: #684733;
  font-weight: 750;
}

.cv-booking-content {
  padding: 24px;
}

#cta-booking {
  border: 1px solid rgba(91,50,31,.18) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #fff8ea, #f2dfbd) !important;
}

@media (max-width: 1199.98px) {
  .cv-experience-1 { grid-column: span 6; }
  .cv-experience-2 { grid-column: span 6; }
  .cv-experience-3,
  .cv-experience-4,
  .cv-experience-5,
  .cv-experience-6 { grid-column: span 3; }
}

@media (max-width: 991.98px) {
  .cv-hero-inner {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }
  .cv-hero-preview {
    min-height: 260px;
  }
  .cv-preview-large {
    height: 250px;
  }
  .cv-section-heading {
    grid-template-columns: 1fr;
  }
  .cv-experience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }
  .cv-experience,
  .cv-experience-1,
  .cv-experience-2,
  .cv-experience-3,
  .cv-experience-4,
  .cv-experience-5,
  .cv-experience-6 {
    grid-column: span 1;
    grid-row: span 1;
  }
  .cv-route-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .cv-hero {
    min-height: 560px;
  }
  .cv-hero-inner {
    gap: 22px;
    padding-bottom: 56px;
  }
  .cv-hero h1 {
    font-size: 43px;
  }
  .cv-hero p {
    font-size: 17px;
  }
  .cv-hero-preview {
    display: none;
  }
  .cv-experiences,
  .cv-route-band,
  .cv-booking-strip {
    padding: 38px 0;
  }
  .cv-section-heading h2,
  .cv-route-intro h2 {
    font-size: 34px;
  }
  .cv-experience-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 255px;
  }
  .cv-booking-toggle {
    display: block;
  }
  .cv-open-label {
    display: inline-block;
    margin-top: 14px;
  }
}


/* Studio grafico global design system */
:root {
  --font-head: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", Arial, sans-serif;
  --cv-ink: #2f2319;
  --cv-muted: #6b5546;
  --cv-brown: #4b2a1a;
  --cv-sage: #6f7d55;
  --cv-sage-dark: #4f5f3c;
  --cv-terracotta: #b86435;
  --cv-gold: #d7a85b;
  --cv-cream: #fff8ea;
  --cv-paper: #fbf1df;
  --cv-line: rgba(75,42,26,.14);
  --cv-shadow: 0 18px 42px rgba(63,36,21,.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cv-cream);
  color: var(--cv-ink);
  font-family: var(--font-body) !important;
  font-size: 15px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.title,
.subtitle,
.title-big,
.blog-title,
.polaroid-title,
.hero-title,
.seo-h1,
.cover-title-book,
.cover-title-book-2 .title {
  font-family: var(--font-head) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  color: var(--cv-brown);
}

p, li, td, th, label, input, textarea, select, button, a {
  font-family: var(--font-body) !important;
}

img {
  max-width: 100%;
}

/* Shared page structure */
.seo-intro {
  position: relative;
  padding: 54px 0 34px;
  background:
    linear-gradient(180deg, rgba(255,248,234,.98), rgba(251,241,223,.96)),
    url('../images/pattern1.png');
  border-bottom: 1px solid var(--cv-line);
}

.seo-intro::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  width: 86px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cv-sage), var(--cv-gold), var(--cv-terracotta));
}

.seo-intro .seo-h1 {
  margin: 0 0 10px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .98;
  text-align: center;
  text-decoration: none !important;
}

.seo-intro .seo-intro-text {
  max-width: 860px;
  margin: 0 auto;
  color: var(--cv-muted);
  font-size: 17px !important;
  font-weight: 600;
  text-align: center;
}

.section-breadcrumb {
  position: relative;
  min-height: 260px;
  display: grid;
  place-items: center;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}

.section-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(47,35,25,.22), rgba(47,35,25,.68)),
    linear-gradient(90deg, rgba(111,125,85,.24), rgba(184,100,53,.16));
}

.section-breadcrumb .title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 44px 16px;
  color: #fff8ea !important;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .98;
  text-transform: none !important;
  text-decoration: none !important;
  text-align: center;
  text-shadow: 0 16px 34px rgba(0,0,0,.28);
}

.section-from-blog,
.section-facilities,
.homenuova {
  background: var(--cv-cream);
  padding: 58px 0 70px;
}

.section-from-blog .container,
.section-facilities .container,
.homenuova .container,
.homenuova .container-fluid {
  max-width: 1180px;
}

.section-from-blog .title,
.section-facilities .title,
.homenuova h2 {
  text-decoration: none !important;
  color: var(--cv-brown) !important;
  line-height: 1.05;
}

.section-from-blog p,
.section-from-blog .testi,
.section-facilities p,
.section-facilities .content {
  color: var(--cv-muted);
  font-size: 16px !important;
  font-weight: 560;
}

/* Images and legacy polaroids made consistent */
.thumbnail,
.polaroid,
.content-box {
  border: 1px solid rgba(75,42,26,.12) !important;
  border-radius: 10px !important;
  background: #fffdf8 !important;
  box-shadow: var(--cv-shadow) !important;
}

.polaroid {
  padding: 10px !important;
  transform: none !important;
}

.polaroid img,
.thumbnail img,
.content-box img {
  border-radius: 7px;
  object-fit: cover;
}

.polaroid-title {
  min-height: 0;
  margin: 10px 0 2px;
  color: var(--cv-brown) !important;
}

/* Buttons and alerts */
.btn,
button.btn,
a.btn {
  border-radius: 999px !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.btn:hover,
button.btn:hover,
a.btn:hover {
  transform: translateY(-1px);
}

.btn-warning,
.btn-danger,
.btn-success,
.hero-cta,
.cover-title-book-2 .btn {
  border: 0 !important;
  color: #2f1b10 !important;
  background: linear-gradient(180deg, #e8bd74, #b86435) !important;
  box-shadow: 0 12px 28px rgba(184,100,53,.24) !important;
}

.alert-success,
.section-from-blog .alert-success,
.homenuova .alert-success {
  border: 1px solid rgba(111,125,85,.24) !important;
  border-left: 5px solid var(--cv-sage) !important;
  border-radius: 9px !important;
  background: linear-gradient(180deg, #fffdf8, #f7eddb) !important;
  color: var(--cv-brown) !important;
  box-shadow: 0 10px 24px rgba(63,36,21,.08);
}

/* Tables/pricing areas */
.table,
table,
.pricing-wrap,
.table-wrap {
  border-radius: 10px;
}

.pricing-wrap {
  border: 1px solid var(--cv-line);
  box-shadow: var(--cv-shadow);
}

/* Footer */
footer {
  background: #2f2319;
  color: #f7eddb;
  border-top: 6px solid var(--cv-sage);
}

footer .copyright-area {
  background: #261b13 !important;
  color: #f7eddb !important;
}

footer a {
  color: #e8bd74 !important;
}

.footer-meta-compact .footer-company {
  color: #d7a85b !important;
}

/* Homepage premium additions */
.cv-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 24px;
}

.cv-hero-notes span {
  padding: 7px 11px;
  border-radius: 999px;
  color: #f8e7c9;
  background: rgba(255,248,234,.12);
  border: 1px solid rgba(255,248,234,.28);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.cv-season-card {
  position: absolute;
  right: 18px;
  bottom: 28px;
  max-width: 230px;
  padding: 16px 18px;
  border-radius: 10px;
  color: #2f2319;
  background: rgba(255,248,234,.94);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 22px 44px rgba(0,0,0,.20);
  font-family: var(--font-head);
  font-size: 22px;
  line-height: 1.05;
}

.cv-signature-band {
  padding: 68px 0;
  background: #fffdf8;
  border-top: 1px solid var(--cv-line);
  border-bottom: 1px solid var(--cv-line);
}

.cv-signature-layout {
  display: grid;
  grid-template-columns: minmax(300px, 470px) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
}

.cv-signature-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: var(--cv-shadow);
}

.cv-signature-copy span {
  color: var(--cv-sage);
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
}

.cv-signature-copy h2 {
  margin: 12px 0 14px;
  max-width: 720px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
}

.cv-signature-copy p {
  max-width: 720px;
  color: var(--cv-muted);
  font-size: 18px !important;
  font-weight: 650;
}

.cv-signature-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.cv-signature-points em {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: #f7eddb;
  color: var(--cv-brown);
  font-style: normal;
  font-weight: 800;
  border: 1px solid var(--cv-line);
}

@media (max-width: 991.98px) {
  .cv-signature-layout {
    grid-template-columns: 1fr;
  }
  .cv-signature-media img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
  .seo-intro {
    padding: 42px 0 28px;
  }
  .section-breadcrumb {
    min-height: 210px;
  }
  .section-from-blog,
  .section-facilities,
  .homenuova,
  .cv-signature-band {
    padding: 38px 0;
  }
  .cv-season-card {
    display: none;
  }
}
