/*
Theme Name: Lingottino Parcheggi
Theme URI: https://lingottinoparcheggisrl.com
Author: Lingottino Parcheggi S.r.l.
Description: Tema WordPress personalizzato per Lingottino Parcheggi, convertito dal sito statico HTML/CSS/JS originale.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: lingottino
*/
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
  }
  @media (width>=40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width>=48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width>=64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width>=80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width>=96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .table {
    display: table;
  }
}
.page-hero {
  isolation: isolate;
  color: #fff;
  background: var(--ink);
  height: 485px;
  position: relative;
  overflow: hidden;
	margin-top: 85px;
}
.page-hero-photo {
  z-index: -2;
  background: var(--page-image) var(--page-position, center) / cover no-repeat;
  position: absolute;
  inset: 0;
}
.page-hero-monochrome .page-hero-photo {
  filter: grayscale() contrast(1.08);
}
.page-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, #182022f0, #203337c7 55%, #1b242652);
  position: absolute;
  inset: 0;
}
.page-hero:after {
  content: "";
  border: 1px solid #ffffff29;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  position: absolute;
  bottom: -140px;
  right: -80px;
  box-shadow:
    0 0 0 55px #ffffff06,
    0 0 0 110px #ffffff06;
}
.page-hero-inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 18px;
  display: flex;
}
.page-hero h1 {
  margin: 20px 0 17px;
  font-size: clamp(48px, 5.3vw, 75px);
}
.page-hero p {
  color: #d8e1df;
  max-width: 690px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.page-index {
  z-index: 2;
  letter-spacing: 0.14em;
  color: #b8c3c1;
  align-items: center;
  gap: 13px;
  font-size: 9px;
  display: flex;
  position: absolute;
  bottom: 32px;
  right: 5%;
}
.page-index b {
  background: var(--green);
  color: #fff;
  padding: 7px 11px;
  font-size: 9px;
}
.page-intro {
  padding-bottom: 55px;
}
.page-intro .split-heading > p,
.rates-title > p,
.directions-head > p,
.blog-head > p {
  color: var(--muted);
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.8;
}
.services-page-grid {
  padding-bottom: 110px;
}
.service-grid.extended {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
}
.feature-image-band {
  background-blend-mode: normal, luminosity;
  color: #fff;
  background:
    linear-gradient(90deg, #1e272833, #1e2728c7 50%, #1e2728f5),
    #747474 url(media/ingresso-storico.jpg) 50% / cover no-repeat;
  align-items: center;
  min-height: 560px;
  display: flex;
}
.feature-copy {
  padding-left: 50%;
}
.feature-copy h2 {
  letter-spacing: -0.05em;
  color: #fff;
  margin: 20px 0;
  font-size: clamp(42px, 5vw, 65px);
  line-height: 0.98;
}
.feature-copy h2 em {
  color: var(--green-light);
  font-style: normal;
}
.feature-copy p {
  color: #d6dfdd;
  max-width: 520px;
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 1.8;
}
.mini-benefits {
  padding: 58px 0;
}
.mini-benefits .container {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.mini-benefits .container > div {
  border-right: 1px solid var(--line);
  color: var(--petrol);
  grid-template-rows: auto auto;
  grid-template-columns: 40px 1fr;
  column-gap: 13px;
  padding: 5px 25px;
  display: grid;
}
.mini-benefits .container > div:last-child {
  border-right: 0;
}
.mini-benefits svg {
  grid-row: 1/3;
  align-self: center;
}
.mini-benefits strong {
  font-size: 25px;
  line-height: 1;
}
.mini-benefits span {
  color: var(--muted);
  margin-top: 4px;
  font-size: 11px;
}
.rates-section {
  background: #f3f5f1;
}
.rates-title,
.directions-head,
.blog-head {
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 100px;
  display: grid;
}
.rates-layout {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 63px;
  display: grid;
}
.rate-table {
  background: #fff;
  box-shadow: 0 20px 55px #3043441a;
}
.rate-head {
  background: var(--petrol);
  color: #fff;
  align-items: center;
  gap: 16px;
  padding: 27px 32px;
  display: flex;
}
.rate-head .icon-disc {
  background: #fff;
}
.rate-head small {
  letter-spacing: 0.14em;
  color: #c7d7d4;
  font-size: 9px;
}
.rate-head h3 {
  margin: 4px 0 0;
  font-size: 21px;
}
.rate-rows {
  padding: 15px 32px;
}
.rate-rows > div {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  font-size: 14px;
  display: flex;
}
.rate-rows b {
  color: var(--petrol);
  font-size: 18px;
}
.rate-rows .rate-max {
  background: var(--green);
  color: #fff;
  border: 0;
  margin: 11px -17px 0;
  padding: 0 17px;
}
.rate-rows .rate-max b {
  color: #fff;
}
.rate-note {
  color: #7e8988;
  margin: 0;
  padding: 5px 32px 28px;
  font-size: 10px;
  line-height: 1.6;
}
.passes > h3 {
  margin: 18px 0 26px;
  font-size: 30px;
  line-height: 1.15;
}
.pass-card {
  background: #fff;
  border-left: 3px solid #d9ded9;
  align-items: center;
  min-height: 100px;
  margin-bottom: 10px;
  padding: 18px 22px;
  display: flex;
  position: relative;
}
.pass-card.recommended {
  border-left-color: var(--green);
  background: var(--petrol);
  color: #fff;
}
.pass-index {
  color: #9aa4a3;
  width: 45px;
  font-size: 10px;
}
.pass-card > div {
  flex: 1;
  grid-template-columns: 120px 100px 1fr;
  align-items: center;
  display: grid;
}
.pass-card small {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
}
.pass-card strong {
  font-size: 24px;
}
.pass-card div > span {
  color: #85908e;
  font-size: 11px;
}
.pass-card.recommended div > span {
  color: #c5d1ce;
}
.pass-card > b {
  letter-spacing: 0.12em;
  background: var(--green);
  white-space: nowrap;
  padding: 8px 9px;
  font-size: 8px;
}
.dark-info {
  background: var(--ink);
  color: #fff;
  padding: 72px 0;
}
.dark-info-grid {
  grid-template-columns: 1fr 1fr 1.15fr;
  display: grid;
}
.dark-info-grid > div {
  border-right: 1px solid #455051;
  padding: 0 45px;
}
.dark-info-grid > div:first-child {
  padding-left: 0;
}
.dark-info-grid > div:last-child {
  border: 0;
}
.dark-info h3 {
  margin: 17px 0 9px;
  font-size: 21px;
}
.dark-info p {
  color: #9ca9a7;
  max-width: 260px;
  font-size: 12px;
  line-height: 1.7;
}
.rate-contact {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.rate-contact > span {
  color: #96a3a1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
}
.rate-contact > a:nth-child(2) {
  margin: 8px 0 18px;
  font-size: 25px;
  font-weight: 800;
}
.rate-contact .text-link {
  align-self: flex-start;
}
.location-layout {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 80px;
  display: grid;
}
.map-panel {
  background: #edf0eb;
  height: 560px;
  position: relative;
  overflow: hidden;
}
.map-grid {
  opacity: 0.48;
  background-image: linear-gradient(#cbd3cc 1px, #0000 1px),
    linear-gradient(90deg, #cbd3cc 1px, #0000 1px);
  background-size: 55px 55px;
  position: absolute;
  inset: 0;
  transform: rotate(-9deg) scale(1.2);
}
.map-road {
  transform-origin: 0;
  background: #fff;
  height: 17px;
  position: absolute;
  box-shadow: 0 0 0 1px #d7ded8;
}
.road-a {
  width: 120%;
  top: 46%;
  left: -10%;
  transform: rotate(-13deg);
}
.road-b {
  width: 100%;
  top: 10%;
  left: 18%;
  transform: rotate(52deg);
}
.road-c {
  width: 70%;
  bottom: 18%;
  left: -5%;
  transform: rotate(23deg);
}
.map-pin {
  background: var(--petrol);
  color: #fff;
  letter-spacing: 0.1em;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 45%;
  left: 52%;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 30px #2d4c5538;
}
.map-pin:after {
  content: "";
  border: 8px solid #0000;
  border-top-color: var(--petrol);
  margin-left: -8px;
  position: absolute;
  bottom: -16px;
  left: 50%;
}
.map-label {
  letter-spacing: 0.1em;
  color: #87928f;
  font-size: 8px;
  font-weight: 800;
  position: absolute;
}
.map-label.center {
  top: 25%;
  right: 9%;
}
.map-label.station {
  bottom: 18%;
  left: 18%;
}
.map-label.fair {
  top: 18%;
  left: 8%;
}
.location-copy h2 {
  letter-spacing: -0.055em;
  color: var(--ink);
  margin: 20px 0;
  font-size: clamp(47px, 5vw, 66px);
  line-height: 0.98;
}
.location-copy h2 em {
  color: var(--green);
  font-style: normal;
}
.location-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.address-box {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--petrol);
  gap: 15px;
  margin: 26px 0;
  padding: 24px 0;
  display: flex;
}
.address-box > div {
  flex-direction: column;
  gap: 3px;
  display: flex;
}
.address-box small {
  letter-spacing: 0.12em;
  color: #8c9694;
  font-size: 9px;
}
.address-box strong {
  color: var(--ink);
  font-size: 17px;
}
.address-box span {
  color: var(--muted);
  font-size: 12px;
}
.nearby-strip {
  background: var(--green);
  color: #fff;
}
.nearby-strip .container {
  grid-template-columns: repeat(3, 1fr);
  height: 112px;
  display: grid;
}
.nearby-strip .container > div {
  border-right: 1px solid #ffffff38;
  grid-template-rows: auto auto;
  grid-template-columns: 42px 1fr;
  align-content: center;
  padding: 0 35px;
  display: grid;
}
.nearby-strip .container > div:first-child {
  border-left: 1px solid #ffffff38;
}
.nearby-strip svg {
  grid-row: 1/3;
  align-self: center;
}
.nearby-strip b {
  font-size: 14px;
}
.nearby-strip span {
  color: #e2ead6;
  font-size: 10px;
}
.directions {
  background: #f0f3ef;
}
.directions-grid {
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 56px;
  display: grid;
}
.route-card {
  background: #fff;
  padding: 34px 36px;
}
.route-card > div:first-child {
  padding-left: 70px;
  position: relative;
}
.route-card > div:first-child > span {
  background: var(--petrol);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
}
.route-card h3 {
  margin: 0 0 6px;
  font-size: 25px;
}
.route-card > div p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
}
.route-card ol {
  border-top: 1px solid var(--line);
  margin: 24px 0 0;
  padding: 23px 0 0;
  list-style: none;
}
.route-card li {
  color: #566160;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 12px;
  display: grid;
}
.route-card li span {
  border: 1px solid var(--line);
  width: 22px;
  height: 22px;
  color: var(--green);
  border-radius: 50%;
  place-items: center;
  font-size: 8px;
  font-weight: 800;
  display: grid;
}
.blog-list {
  background: #f3f5f1;
}
.blog-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 58px;
  display: grid;
}
.blog-card {
  background: #fff;
  grid-template-columns: 210px 1fr;
  min-height: 250px;
  display: grid;
}
.blog-card img {
  object-fit: cover;
  filter: saturate(0.72);
  width: 100%;
  height: 100%;
}
.blog-card > div {
  padding: 28px;
}
.blog-card > div > span {
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}
.blog-card h3 {
  margin: 13px 0 11px;
  font-size: 20px;
  line-height: 1.25;
}
.blog-card p {
  color: var(--muted);
  margin: 0 0 21px;
  font-size: 12px;
  line-height: 1.65;
}
.blog-card a {
  color: var(--petrol);
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
}
.blog-featured,
.blog-wide {
  grid-column: 1/3;
  grid-template-columns: 1.2fr 1fr;
}
.blog-featured {
  min-height: 410px;
}
.blog-featured > div {
  padding: 55px;
}
.blog-featured h3 {
  margin-top: 18px;
  font-size: 34px;
}
.blog-featured p {
  max-width: 520px;
  font-size: 14px;
}
.rules-section {
  background: #f2f4f1;
}
.rules-layout {
  grid-template-columns: 360px 1fr;
  align-items: start;
  gap: 85px;
  display: grid;
}
.rules-layout > aside {
  position: sticky;
  top: 125px;
}
.rules-layout h2 {
  margin: 20px 0;
  font-size: 47px;
  line-height: 1.02;
}
.rules-layout h2 em {
  color: var(--green);
  font-style: normal;
}
.rules-layout aside > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}
.rules-contact {
  background: var(--petrol);
  color: #fff;
  flex-direction: column;
  gap: 7px;
  margin-top: 35px;
  padding: 20px;
  display: flex;
}
.rules-contact small {
  letter-spacing: 0.12em;
  color: #c7d5d2;
  font-size: 8px;
}
.rules-contact a {
  font-size: 20px;
  font-weight: 800;
}
.rules-list {
  background: #fff;
}
.rules-list details {
  border-bottom: 1px solid var(--line);
}
.rules-list summary {
  cursor: pointer;
  grid-template-columns: 50px 1fr 30px;
  align-items: center;
  gap: 20px;
  min-height: 75px;
  padding: 0 26px;
  list-style: none;
  display: grid;
}
.rules-list summary::-webkit-details-marker {
  display: none;
}
.rules-list summary span {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}
.rules-list summary b {
  font-size: 14px;
}
.rules-list summary i {
  color: var(--petrol);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
}
.rules-list details[open] summary {
  background: var(--petrol);
  color: #fff;
}
.rules-list details[open] summary span,
.rules-list details[open] summary i {
  color: #b7d17c;
}
.rules-list details[open] summary i {
  transform: rotate(45deg);
}
.rules-list details p {
  color: var(--muted);
  margin: 0;
  padding: 4px 76px 27px;
  font-size: 13px;
  line-height: 1.8;
}
.contact-section {
  background: #eef1ed;
}
.contact-layout {
  display: grid !important;
  grid-template-columns: 0.9fr 1.1fr !important;
  gap: 90px !important;
}

.contact-layout > .contact-details,
.contact-layout > .contact-form {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

.wpcf7 label {
	margin-bottom: 10px;
}

.wpcf7 label, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
}

.wpcf7 [type="submit"] {
	background-color: #6e8e3a;
	color: #fff;
	border: 1px solid #6e8e3a;
	min-height: 50px;
    padding: 0 24px;
	font-weight: 800;
}

.flex-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-form-inner {
	width: 49%;
}

@media (max-width: 650px) {
	.flex-form-inner {
	width: 100%;
}
}

.contact-details h2 {
  letter-spacing: -0.055em;
  margin: 21px 0 42px;
  font-size: 52px;
  line-height: 1;
}
.contact-details h2 em {
  color: var(--green);
  font-style: normal;
}
.contact-row {
  color: var(--petrol);
  border-top: 1px solid #d3d9d4;
  gap: 18px;
  padding: 22px 0;
  display: flex;
}
.contact-row:last-child {
  border-bottom: 1px solid #d3d9d4;
}
.contact-row > div {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.contact-row small {
  color: #88928f;
  letter-spacing: 0.12em;
  font-size: 8px;
}
.contact-row strong,
.contact-row a:first-of-type {
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}
.contact-row span,
.contact-row a {
  color: var(--muted);
  font-size: 11px;
}
.contact-form {
  background: #fff;
  padding: 45px 48px;
  box-shadow: 0 25px 60px #3042431a;
}
.form-title > span {
  letter-spacing: 0.14em;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}
.form-title h3 {
  margin: 8px 0 31px;
  font-size: 28px;
}
/* .form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
} */
.form-grid label {
  color: #65706f;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
}
.form-grid .full {
  grid-column: 1/3;
}
.form-grid input,
.form-grid textarea {
  color: var(--ink);
  background: #f7f8f6;
  border: 0;
  border-bottom: 1px solid #cfd6d1;
  outline: none;
  padding: 13px 12px;
  font-size: 12px;
}
.form-grid textarea {
  resize: vertical;
}
.form-grid input:focus,
.form-grid textarea:focus {
  border-bottom-color: var(--green);
}
.contact-form > p {
  color: #8b9694;
  margin: 18px 0;
  font-size: 9px;
}
.contact-form .button {
  border: 0;
}
@media (width<=1050px) {
  .service-grid.extended {
    grid-template-columns: repeat(2, 1fr);
  }
  .rates-layout,
  .location-layout {
    gap: 35px;
  }
  .rules-layout {
    grid-template-columns: 300px 1fr;
    gap: 45px;
  }
  .contact-layout {
    gap: 45px;
  }
  .blog-card {
    grid-template-columns: 170px 1fr;
  }
}
@media (width<=780px) {
  .page-hero {
    height: 450px;
	  margin-top: 65px;
  }
  .page-hero h1 {
    font-size: 44px;
  }
  .page-index {
    display: none;
  }
  .page-intro {
    padding-bottom: 35px;
  }
  .service-grid.extended {
    grid-template-columns: 1fr;
  }
  .feature-copy {
    padding-left: 0;
  }
  .feature-image-band {
    background:
      linear-gradient(90deg, #1e2728f0, #1e2728c2),
      url(media/ingresso-storico.jpg) 50% / cover no-repeat;
  }
  .mini-benefits .container {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .mini-benefits .container > div {
    border: 0;
    padding: 5px;
  }
  .rates-title,
  .rates-layout,
  .location-layout,
  .directions-head,
  .directions-grid,
  .blog-head,
  .rules-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .dark-info-grid {
    grid-template-columns: 1fr;
  }
  .dark-info-grid > div,
  .dark-info-grid > div:first-child {
    border-bottom: 1px solid #455051;
    border-right: 0;
    padding: 25px 0;
  }
  .pass-card > div {
    grid-template-columns: 80px 78px 1fr;
  }
  .nearby-strip .container {
    grid-template-columns: 1fr;
    height: auto;
  }
  .nearby-strip .container > div,
  .nearby-strip .container > div:first-child {
    border-bottom: 1px solid #ffffff38;
    border-left: 0;
    border-right: 0;
    min-height: 90px;
  }
  .map-panel {
    height: 420px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card,
  .blog-featured,
  .blog-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .blog-card img {
    height: 220px;
  }
  .blog-featured > div,
  .blog-card > div {
    padding: 28px;
  }
  .blog-featured h3 {
    font-size: 26px;
  }
  .rules-layout > aside {
    position: static;
  }
  .rules-list summary {
    grid-template-columns: 36px 1fr 20px;
    gap: 8px;
    padding: 0 16px;
  }
  .rules-list details p {
    padding: 5px 52px 24px;
  }
  .contact-form {
    padding: 31px 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .full {
    grid-column: auto;
  }
  .feature-image-band {
    background-color: #747474;
  }
}

/* ==========================================================
   COMPORTAMENTI OPZIONALI DEL KIT STANDALONE
   Le classi seguenti sono gestite da js/lingottino.js.
   ========================================================== */
.header {
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    backdrop-filter 0.25s ease;
}

.header.is-scrolled {
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 10px 35px rgb(32 37 38 / 10%);
  backdrop-filter: blur(12px);
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-accordion-panel][hidden] {
  display: none;
}

[data-accordion-trigger] {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
:root {
  --petrol: #3c6371;
  --petrol-dark: #294b58;
  --green: #6e8e3a;
  --green-light: #86a74a;
  --ink: #202526;
  --paper: #f6f7f4;
  --line: #dce1dc;
  --white: #fff;
  --muted: #677175;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
input,
textarea {
  font: inherit;
}
.container {
  width: min(1180px, 100% - 56px);
  margin: 0 auto;
}
.topbar {
  background: var(--ink);
  color: #dce3e1;
  letter-spacing: 0.035em;
  font-size: 12px;
}
.topbar-inner {
  justify-content: space-between;
  align-items: center;
  height: 35px;
  display: flex;
}
.topbar a {
  color: #fff;
}
.topbar-inner > div {
  align-items: center;
  gap: 16px;
  display: flex;
}
.top-sep {
  background: #657071;
  width: 1px;
  height: 12px;
}
.header {
  z-index: 40;
  background: #fffffff7;
  border-bottom: 1px solid #2025261a;
  height: 88px;
  position: fixed;
	width: 100%;
  top: 35px;
}

.header.is-scrolled {
	top: 0;
}

@media screen and (max-width: 782px) {
	.header {
		top: 0;
	}
}

/* Quando l'utente è loggato in WP, la barra admin è fissa in cima
   alla pagina: l'header sticky deve restare sotto di essa invece di
   scorrerci sotto. */
.admin-bar .header {
  top: 67px;
}

.admin-bar .header.is-scrolled {
  top: 0;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
.header-inner {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  height: 100%;
  display: flex;
}
.brand {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}
.brand-logo {
  object-fit: contain;
  width: 175px;
  height: 72px;
}
.header nav {
  align-items: center;
  gap: 27px;
  margin-left: auto;
  display: flex;
}
.header nav a {
  padding: 34px 0;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}
.header nav a:after {
  content: "";
  background: var(--green);
  height: 2px;
  transition: all 0.25s;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 100%;
}
.header nav a:hover:after,
.header nav a.active:after {
  right: 0;
}
.header-cta,
.button {
  letter-spacing: 0.025em;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  transition: all 0.25s;
  display: inline-flex;
}
.header-cta {
  background: var(--petrol);
  color: #fff;
  height: 42px;
  padding: 0 18px;
}
.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}
.mobile-nav {
  display: none;
}
.hero {
  color: #fff;
  isolation: isolate;
  position: relative;
}
.home-hero {
  min-height: 700px;
	margin-top: 85px;
  padding-bottom: 74px;
}
@media (max-width: 768px) {
  .home-hero {
	margin-top: 65px;
}
}
.hero-photo {
  z-index: -3;
  filter: contrast(1.07) saturate(0.82);
  background: url(media/lingottino-esterno-enhanced.jpg) 50% 54% / cover
    no-repeat;
  position: absolute;
  inset: 0;
}
.hero-overlay {
  z-index: -2;
  background: linear-gradient(
    90deg,
    #10171aed 0%,
    #182326cc 42%,
    #121a1c45 72%,
    #121a1c1f 100%
  );
  position: absolute;
  inset: 0;
}
.hero-layout {
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
  gap: 80px;
  min-height: 626px;
  padding-top: 35px;
  display: grid;
}
.hero-copy {
  max-width: 750px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--petrol);
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.eyebrow i {
  background: var(--green);
  width: 23px;
  height: 2px;
  display: block;
}
.eyebrow.light {
  color: #d9e4e2;
}
.hero h1,
.section h2,
.proximity h2,
.cta-band h2,
.page-hero h1 {
  letter-spacing: -0.055em;
  margin: 25px 0 24px;
  font-size: clamp(52px, 6vw, 84px);
  font-weight: 900;
  line-height: 0.95;
}
.hero h1 em,
.section h2 em,
.proximity h2 em,
.cta-band h2 em,
.page-hero h1 em {
  color: var(--green-light);
  font-style: normal;
}
.hero-copy > p {
  color: #e0e5e3;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  align-items: center;
  gap: 28px;
  margin-top: 36px;
  display: flex;
}
.button {
  min-height: 50px;
  padding: 0 24px;
}
.button.green {
  background: var(--green);
  color: #fff;
}
.button.white {
  color: var(--ink);
  background: #fff;
}
.button.outline-light {
  color: #fff;
  border: 1px solid #ffffff73;
}
.text-link {
  color: var(--petrol);
  border-bottom: 1px solid;
  align-items: center;
  gap: 9px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}
.light-link {
  color: #fff;
}
.status-card {
  color: var(--ink);
  background: #fff;
  align-self: center;
  box-shadow: 0 28px 65px #00000047;
}
.status-head {
  background: var(--petrol);
  color: #fff;
  letter-spacing: 0.12em;
  align-items: center;
  gap: 9px;
  height: 56px;
  padding: 0 18px;
  font-size: 10px;
  display: flex;
}
.status-head b {
  margin-left: auto;
  font-size: 14px;
}
.pulse {
  background: #a7cf59;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 5px #a7cf5929;
}
.status-main {
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  padding: 31px 28px 25px;
  display: flex;
}
.status-main small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-size: 12px;
}
.status-main strong {
  color: var(--petrol);
  letter-spacing: -0.06em;
  margin: 7px 0;
  font-size: 54px;
  line-height: 1;
}
.status-main span {
  font-size: 14px;
}
.status-foot {
  color: var(--petrol);
  align-items: center;
  gap: 13px;
  padding: 19px 26px;
  display: flex;
}
.status-foot span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.status-foot b {
  color: var(--ink);
}
.hero-ribbon {
  background: var(--green);
  height: 74px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-ribbon .container {
  grid-template-columns: repeat(4, 1fr);
  height: 100%;
  display: grid;
}
.hero-ribbon span {
  border-right: 1px solid #ffffff40;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  display: flex;
}
.hero-ribbon span:first-child {
  border-left: 1px solid #ffffff40;
}
.hero-ribbon b {
  font-size: 22px;
}
.section {
  padding: 115px 0;
}
.split-heading {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 100px;
  display: grid;
}
.section h2,
.proximity h2,
.cta-band h2 {
  color: var(--ink);
  margin: 19px 0 0;
  font-size: clamp(45px, 5vw, 68px);
}
.intro-copy {
  padding-bottom: 7px;
}
.intro-copy p,
.payment-layout > div > p {
  color: var(--muted);
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.8;
}
.service-grid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 62px;
  display: grid;
}
.service-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  min-height: 280px;
  padding: 30px 27px 34px;
  transition: all 0.3s;
  position: relative;
}
.service-card:hover {
  background: var(--petrol);
  color: #fff;
  transform: translateY(-7px);
  box-shadow: 0 25px 50px #1f404b29;
}
.card-no {
  color: #9aa3a3;
  letter-spacing: 0.1em;
  font-size: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.icon-disc {
  width: 51px;
  height: 51px;
  color: var(--green);
  background: #ecf1ec;
  border-radius: 50%;
  place-items: center;
  display: grid;
}
.service-card h3 {
  letter-spacing: -0.02em;
  margin: 25px 0 12px;
  font-size: 19px;
}
.service-card p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
.service-card:hover p {
  color: #dbe5e3;
}
.service-card:hover .icon-disc {
  background: #fff;
}
.proximity {
  background: var(--ink);
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 700px;
  display: grid;
}
.proximity-image {
  background:
    linear-gradient(90deg, #23373d1f, #23373d0f),
    url(media/pistoia-battistero-enhanced.jpg) 50% / cover no-repeat;
  position: relative;
}
.image-label {
  background: var(--green);
  color: #fff;
  align-items: center;
  gap: 15px;
  padding: 22px 27px;
  font-size: 12px;
  line-height: 1.45;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.proximity-content {
  color: #fff;
  padding: 92px clamp(45px, 8vw, 125px);
}
.proximity h2,
.cta-band h2 {
  color: #fff;
}
.place-list {
  border-top: 1px solid #ffffff26;
  margin: 41px 0 35px;
}
.place-list > div {
  border-bottom: 1px solid #ffffff26;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  display: grid;
}
.place-list > div > span {
  color: #879290;
  font-size: 10px;
}
.place-list p {
  flex-direction: column;
  gap: 4px;
  margin: 0;
  display: flex;
}
.place-list b {
  font-size: 15px;
}
.place-list small {
  color: #aeb7b5;
  font-size: 11px;
}
.place-list strong {
  color: #b5d377;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}
.payment-section {
  background: #eef1ed;
}
.payment-layout {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 90px;
  display: grid;
}
.payment-layout > div:first-child {
  max-width: 510px;
}
.payment-stack {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  display: grid;
}
.payment-card {
  background: #fff;
  min-height: 340px;
  padding: 32px;
  position: relative;
}
.payment-card.featured {
  background: var(--petrol);
  color: #fff;
  margin-top: 42px;
}
.payment-card > span {
  letter-spacing: 0.1em;
  color: #8f9998;
  font-size: 10px;
  position: absolute;
  top: 33px;
  right: 30px;
}
.payment-card h3 {
  letter-spacing: -0.03em;
  margin: 72px 0 16px;
  font-size: 26px;
}
.payment-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.payment-card.featured p {
  color: #d9e3e1;
}
.payment-card.featured .icon-disc {
  background: #fff;
}
.cta-band {
  background: var(--green);
  color: #fff;
  padding: 83px 0;
}
.cta-inner {
  grid-template-columns: 1fr 360px;
  align-items: end;
  gap: 100px;
  display: grid;
}
.cta-band .eyebrow i {
  background: #fff;
}
.cta-band h2 {
  margin-bottom: 0;
}
.cta-inner > div:last-child {
  padding-bottom: 7px;
}
.cta-inner p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
}
.section-head {
  justify-content: space-between;
  align-items: end;
  display: flex;
}
.news-grid {
  grid-template-columns: 1.6fr 0.85fr;
  gap: 22px;
  margin-top: 50px;
  display: grid;
}
.news-card {
  background: #fff;
}
.news-card img {
  object-fit: cover;
  filter: saturate(0.65);
  width: 100%;
  height: 240px;
}
.news-card.large img {
  height: 360px;
}
.news-card > div {
  padding: 26px 28px 30px;
}
.news-card span {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}
.news-card h3 {
  margin: 12px 0 24px;
  font-size: 21px;
  line-height: 1.25;
}
.news-card.large h3 {
  font-size: 30px;
}
.news-card a {
  color: var(--petrol);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}
.footer {
  background: var(--ink);
  color: #fff;
}
.wayline {
  background: repeating-linear-gradient(
    135deg,
    var(--petrol) 0 25px,
    var(--green) 25px 50px
  );
  height: 10px;
}
.footer-grid {
  grid-template-columns: 1.2fr 0.55fr 1fr 0.8fr;
  gap: 55px;
  padding: 68px 0 55px;
  display: grid;
}
.footer .brand {
  width: max-content;
}
.footer .brand-logo {
  width: 190px;
  height: auto;
}
.footer-grid > div:first-child > p {
  color: #9eaaa8;
  max-width: 280px;
  margin-top: 23px;
  font-size: 13px;
  line-height: 1.7;
}
.footer h4 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9eaaa8;
  margin: 5px 0 22px;
  font-size: 11px;
}
.footer-grid > div:nth-child(2),
.footer-grid > div:nth-child(3) {
  color: #d8dfdd;
  flex-direction: column;
  gap: 13px;
  font-size: 12px;
  display: flex;
}
.footer-grid > div:nth-child(3) a:first-of-type {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.footer-hours {
  border-left: 1px solid #465051;
  align-items: center;
  gap: 17px;
  padding-left: 32px;
  display: flex;
}
.footer-p {
  background: var(--green);
  border-radius: 5px;
  place-items: center;
  width: 55px;
  height: 70px;
  font-size: 48px;
  font-weight: 900;
  display: grid;
}
.footer-hours div {
  flex-direction: column;
  display: flex;
}
.footer-hours small {
  color: #9eaaa8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
}
.footer-hours strong {
  margin: 5px 0;
  font-size: 19px;
}
.footer-hours div span {
  color: #9eaaa8;
  font-size: 10px;
}
.footer-bottom {
  color: #82908e;
  border-top: 1px solid #3a4344;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
  font-size: 10px;
  display: flex;
}
.footer-bottom > div {
  gap: 24px;
  display: flex;
}
@media (width<=1050px) {
  .header nav {
    gap: 16px;
  }
  .header nav a {
    font-size: 12px;
  }
  .header-cta {
    display: none;
  }
  .hero-layout {
    grid-template-columns: 1fr 280px;
    gap: 35px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .payment-layout {
    gap: 45px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proximity-content {
    padding: 70px 45px;
  }
}
@media (width<=780px) {
  .container {
    width: min(100% - 34px, 620px);
  }
  .topbar {
    display: none;
  }
  .header {
    height: 75px;
  }
  .header nav {
    display: none;
  }
  .mobile-nav {
    margin-left: auto;
    display: block;
    position: relative;
  }
  .mobile-nav summary {
    background: var(--petrol);
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    list-style: none;
    display: flex;
  }
  .mobile-nav summary span {
    background: #fff;
    width: 18px;
    height: 2px;
  }
  .mobile-nav > div {
    background: #fff;
    flex-direction: column;
    width: 240px;
    padding: 12px;
    display: flex;
    position: absolute;
    top: 52px;
    right: 0;
    box-shadow: 0 16px 40px #00000029;
  }
  .mobile-nav > div a {
    border-bottom: 1px solid var(--line);
    padding: 12px 10px;
    font-size: 13px;
    font-weight: 700;
  }
  .home-hero {
    min-height: 760px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    align-content: center;
    padding: 65px 0 130px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .status-card {
    display: none;
  }
  .hero-ribbon {
    height: 104px;
  }
  .hero-ribbon .container {
    grid-template-columns: 1fr 1fr;
  }
  .hero-ribbon span {
    justify-content: flex-start;
    padding-left: 12px;
  }
  .hero-ribbon b {
    font-size: 17px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .section {
    padding: 78px 0;
  }
  .split-heading,
  .payment-layout,
  .cta-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-grid,
  .proximity {
    grid-template-columns: 1fr;
  }
  .proximity-image {
    min-height: 390px;
  }
  .proximity-content {
    padding: 65px 28px;
  }
  .payment-stack {
    grid-template-columns: 1fr;
  }
  .payment-card.featured {
    margin-top: 0;
  }
  .cta-inner {
    align-items: start;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-card.large img,
  .news-card img {
    height: 250px;
  }
  .section-head {
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-hours {
    border-left: 0;
    padding-left: 0;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 0;
  }
  .brand-logo {
    width: 145px;
    height: 60px;
  }
  .place-list > div {
    grid-template-columns: 30px 1fr;
  }
  .place-list strong {
    grid-column: 2;
  }
}

/* =====================================================================
   Aggiunte per la conversione WordPress
   Il sito statico originale non includeva un design per il singolo
   articolo del blog: queste regole riprendono le variabili, i colori
   e la tipografia già definiti sopra per restare coerenti con il resto
   del sito.
   ===================================================================== */
.single-post-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: start;
}
.single-post-layout .single-post-side .rate-contact span {
	color: var(--green);
	font-weight: 800;
}
.single-post-content {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.75;
}
.single-post-content > * + * {
  margin-top: 1.2em;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
  letter-spacing: -0.02em;
  margin-top: 1.6em;
}
.single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-post-content ul,
.single-post-content ol {
  padding-left: 1.2em;
}
.single-post-content blockquote {
  border-left: 3px solid var(--green, #2f7a52);
  padding-left: 1.2em;
  font-style: italic;
  opacity: 0.85;
}
.single-post-content .wp-caption,
.single-post-content figure {
  margin: 0;
}
.single-post-content .wp-caption-text,
.single-post-content figcaption {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 0.5em;
}
.single-post-side {
  position: sticky;
  top: 24px;
}
.page-links {
  margin-top: 2em;
  font-size: 14px;
}
.page-links a {
  text-decoration: underline;
  margin: 0 4px;
}
@media (max-width: 900px) {
  .single-post-layout {
    grid-template-columns: 1fr;
  }
  .single-post-side {
    position: static;
  }
}

/* Paginazione blog (home.php / index.php) */
.blog-list nav.navigation,
.blog-list .nav-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.blog-list .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.blog-list .page-numbers.current {
  background: var(--green, #2f7a52);
  color: #fff;
}
