/* ============================================================
   Cirocco Garden — foglio di stile
   Caratteri ospitati qui, nessuna richiesta a server terzi:
   Barlow Condensed per i titoli, Barlow per il testo,
   Lora corsivo per gli accenti.
   ============================================================ */
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-condensed-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-condensed-700.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/barlow-condensed-800.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-style: normal; font-weight: 900; font-display: swap; src: url("../fonts/barlow-condensed-900.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/barlow-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/barlow-400-italic.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/barlow-500.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/barlow-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-700.woff2") format("woff2"); }
@font-face { font-family: "Lora"; font-style: italic; font-weight: 500 700; font-display: swap; src: url("../fonts/lora-600-italic.woff2") format("woff2"); }

:root {
    --forest: #0b3a2a;
    --forest-dark: #062419;
    --forest-mid: #185a41;
    --orange: #c4491a;
    --orange-dark: #9a3610;
    --harvest: #e7b744;
    --leaf: #86ad43;
    --paper: #f0eee4;
    --paper-light: #faf9f4;
    --white: #ffffff;
    --ink: #12241c;
    --muted: #55655c;
    --line: #d3d6cc;
    --line-dark: rgba(11, 58, 42, 0.2);
    --content: 1180px;
    --font-display: "Barlow Condensed", "Arial Narrow", "Roboto Condensed", sans-serif-condensed, sans-serif;
    --font-body: "Barlow", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-label: "Barlow", "Segoe UI", Roboto, Arial, sans-serif;
    --font-accent: "Lora", Georgia, "Times New Roman", serif;
    --radius: 10px;
    --radius-sm: 6px;
    --tap: 44px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--paper-light);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--harvest);
    outline-offset: 4px;
}

section[id] {
    scroll-margin-top: 88px;
}

.container {
    width: min(var(--content), calc(100% - 40px));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 9999;
    padding: 10px 15px;
    background: var(--white);
    color: var(--forest);
    font-weight: 800;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.utility-bar {
    min-height: 38px;
    display: flex;
    align-items: center;
    background: var(--forest-dark);
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.utility-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.utility-bar a {
    color: var(--white);
    text-decoration: none;
}

.utility-bar a:hover {
    color: var(--harvest);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--line-dark);
    background: rgba(241, 236, 223, 0.97);
    backdrop-filter: blur(12px);
}

.nav-shell {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;
    color: var(--forest);
    text-decoration: none;
}

.brand img {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-sm);
    background: var(--forest-dark);
    object-fit: cover;
}

.brand-copy {
    display: grid;
    line-height: 1;
}

.brand-copy strong {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.005em;
    text-transform: uppercase;
}

.brand-copy small {
    margin-top: 6px;
    color: var(--muted);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nav-panel {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-links a {
    position: relative;
    padding: 7px 0;
    color: var(--forest);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.nav-links a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--orange);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.nav-links a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 11px;
    border: 1px solid var(--line-dark);
    border-radius: 0;
    background: transparent;
    color: var(--forest);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.button {
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 21px;
    border: 2px solid transparent;
    border-radius: var(--radius-sm);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-small {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 0.84rem;
}

.button-primary {
    background: var(--orange);
    color: var(--white);
}

.button-primary:hover {
    background: var(--orange-dark);
}

.button-dark {
    background: var(--forest);
    color: var(--white);
}

.button-dark:hover {
    background: var(--forest-dark);
}

.button-outline {
    border-color: var(--forest);
    background: transparent;
    color: var(--forest);
}

.button-outline:hover {
    background: var(--forest);
    color: var(--white);
}

.button-light-outline {
    border-color: rgba(255, 255, 255, 0.5);
    background: transparent;
    color: var(--white);
}

.button-light-outline:hover {
    border-color: var(--white);
    background: var(--white);
    color: var(--forest);
}

.arrow::after {
    content: "\2192";
    font-size: 1.18em;
    line-height: 1;
}

.hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--line-dark);
    background:
        linear-gradient(rgba(10, 48, 35, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 48, 35, 0.045) 1px, transparent 1px),
        var(--paper);
    background-size: 36px 36px;
}

.hero-grid {
    min-height: 650px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: center;
    padding-block: 54px;
}

.hero-copy,
.hero-visual {
    min-width: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 40px;
    height: 3px;
    background: currentColor;
    content: "";
}

.hero h1,
.section-title,
.product-title,
.catalog-copy h2,
.principle-copy h2,
.contact-heading h2 {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.012em;
}

.hero h1 {
    max-width: 680px;
    margin: 0;
    color: var(--forest);
    font-size: clamp(3.8rem, 6.3vw, 5.8rem);
    line-height: 0.94;
    text-transform: uppercase;
    text-wrap: balance;
}

.hero h1 em {
    display: block;
    margin-top: 12px;
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 0.62em;
    font-weight: 700;
    letter-spacing: -0.012em;
    line-height: 1;
    text-transform: none;
}

.hero-lead {
    max-width: 610px;
    margin: 26px 0 28px;
    color: var(--muted);
    font-size: 1.08rem;
}

.hero-actions,
.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.hero-note {
    max-width: 570px;
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin: 25px 0 0;
    padding-top: 19px;
    border-top: 1px solid var(--line-dark);
    color: var(--forest);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.hero-note::before {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    margin-top: 3px;
    background: var(--leaf);
    content: "";
    transform: rotate(45deg);
}

.hero-visual {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: var(--forest);
}

.hero-visual::before,
.hero-visual::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.hero-visual::before {
    top: -170px;
    right: -125px;
    width: 440px;
    height: 440px;
}

.hero-visual::after {
    top: -105px;
    right: -60px;
    width: 310px;
    height: 310px;
}

.visual-code {
    position: absolute;
    top: 26px;
    left: 27px;
    z-index: 2;
    color: var(--harvest);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.visual-vertical {
    position: absolute;
    top: 30px;
    right: 18px;
    z-index: 2;
    color: var(--harvest);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.hero-product-sheet {
    position: absolute;
    top: 64px;
    right: 50px;
    left: 32px;
    height: 350px;
    display: grid;
    grid-template-rows: 1fr 76px;
    background: var(--white);
    box-shadow: 13px 13px 0 var(--orange);
    color: inherit;
    text-decoration: none;
}

.hero-product-sheet img {
    width: 100%;
    height: 274px;
    object-fit: contain;
}

.hero-product-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 22px;
    border-top: 1px solid var(--line);
}

.hero-product-caption small,
.mini-product-copy small {
    display: block;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-product-caption strong {
    display: block;
    margin-top: 4px;
    color: var(--forest);
    font-size: 1.25rem;
    line-height: 1;
}

.hero-product-caption b {
    color: var(--orange);
    font-size: 1.9rem;
    line-height: 1;
}

.hero-mini-product {
    position: absolute;
    right: 28px;
    bottom: 26px;
    left: 72px;
    height: 92px;
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: center;
    background: var(--paper);
    color: var(--forest);
    text-decoration: none;
}

.hero-mini-product img {
    width: 112px;
    height: 92px;
    background: var(--white);
    object-fit: contain;
}

.mini-product-copy {
    padding: 0 17px;
}

.mini-product-copy strong {
    display: block;
    margin-top: 5px;
    font-size: 0.92rem;
    line-height: 1.2;
}

.proof-rail {
    background: var(--forest-dark);
    color: var(--white);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.proof-item {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 19px 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-item b {
    color: var(--harvest);
    font-family: var(--font-label);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
}

.proof-item span {
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.35;
}

.section {
    padding: 105px 0;
}

.section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.5fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 48px;
}

.section-index {
    display: block;
    margin-bottom: 13px;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.section-title {
    max-width: 820px;
    margin: 0;
    color: var(--forest);
    font-size: clamp(2.8rem, 5vw, 4.7rem);
    line-height: 0.92;
    text-transform: uppercase;
    text-wrap: balance;
}

.section-title em {
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 0.72em;
    font-weight: 700;
    letter-spacing: -0.012em;
    text-transform: none;
}

.section-head > p {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
}

.harvest-section {
    background: var(--forest);
    color: var(--white);
}

.harvest-section .section-index,
.harvest-section .section-title em {
    color: var(--harvest);
}

.harvest-section .section-title {
    color: var(--white);
}

.harvest-section .section-head > p {
    color: rgba(255, 255, 255, 0.68);
}

.product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
    gap: 18px;
}

.product-card {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: var(--paper-light);
    color: var(--ink);
}

.product-main {
    display: grid;
    grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
}

.product-media {
    position: relative;
    min-height: 570px;
    display: grid;
    place-items: center;
    padding: 60px 34px 34px;
    overflow: hidden;
    border-right: 1px solid var(--line);
    background:
        linear-gradient(rgba(10, 48, 35, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 48, 35, 0.04) 1px, transparent 1px),
        var(--white);
    background-size: 27px 27px;
}

.product-number {
    position: absolute;
    top: 20px;
    left: 22px;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.product-media img {
    width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.product-content {
    display: flex;
    flex-direction: column;
    padding: clamp(32px, 4vw, 50px);
}

.product-brand {
    margin: 0 0 10px;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-title {
    margin: 0;
    color: var(--forest);
    font-size: clamp(2.05rem, 3vw, 3rem);
    line-height: 0.94;
    overflow-wrap: break-word;
    text-transform: uppercase;
}

.product-description {
    margin: 19px 0 24px;
    color: var(--muted);
    font-size: 0.94rem;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 0 23px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.spec-grid div {
    min-height: 78px;
    padding: 12px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.spec-grid dt {
    color: var(--muted);
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.spec-grid dd {
    margin: 5px 0 0;
    color: var(--forest);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.25;
}

.feature-list {
    display: grid;
    gap: 9px;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 21px;
    color: #3e4d45;
    font-size: 0.84rem;
}

.feature-list li::before {
    position: absolute;
    top: 0.62em;
    left: 2px;
    width: 7px;
    height: 7px;
    background: var(--leaf);
    content: "";
    transform: rotate(45deg);
}

.product-actions {
    margin-top: auto;
}

.product-note {
    margin: 15px 0 0;
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.45;
}

.product-side {
    display: flex;
    flex-direction: column;
}

.side-media {
    position: relative;
    min-height: 320px;
    display: grid;
    place-items: center;
    padding: 45px 24px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
}

.side-media img {
    width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.product-side .product-content {
    flex: 1;
    padding: 30px;
}

.product-side .product-title {
    font-size: clamp(2rem, 3.1vw, 2.75rem);
}

.availability {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin-bottom: 16px;
    color: var(--forest);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.availability::before {
    width: 8px;
    height: 8px;
    background: var(--leaf);
    content: "";
}

.system-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    margin-top: 18px;
    padding: 27px 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
}

.system-callout strong {
    display: block;
    color: var(--harvest);
    font-size: 1.08rem;
}

.system-callout p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.88rem;
}

.catalog-section {
    border-bottom: 1px solid var(--line-dark);
    background: var(--paper);
}

.catalog-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(45px, 8vw, 100px);
    align-items: start;
}

.catalog-copy {
    position: sticky;
    top: 110px;
}

.catalog-copy h2 {
    margin: 0;
    color: var(--forest);
    font-size: clamp(2.8rem, 5vw, 4.7rem);
    line-height: 0.94;
    text-transform: uppercase;
}

.catalog-copy h2 em {
    display: block;
    margin-top: 12px;
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 0.66em;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.catalog-copy p {
    margin: 22px 0 26px;
    color: var(--muted);
}

.category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line-dark);
    border-left: 1px solid var(--line-dark);
    list-style: none;
}

.category-list li {
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
}

.category-link {
    min-height: 104px;
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 20px;
    color: var(--forest);
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.category-link:hover {
    background: var(--forest);
    color: var(--white);
}

.category-link-featured {
    background: var(--orange);
    color: var(--white);
}

.category-number {
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
}

.category-link-featured .category-number {
    color: var(--white);
}

.category-link:hover .category-number {
    color: var(--harvest);
}

.category-name strong {
    display: block;
    font-size: 0.98rem;
    line-height: 1.2;
}

.category-name small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.75rem;
}

.category-link-featured .category-name small {
    color: rgba(255, 255, 255, 0.9);
}

.category-link:hover .category-name small {
    color: rgba(255, 255, 255, 0.82);
}

.category-arrow {
    color: currentColor;
    font-size: 1.25rem;
}

.services-section {
    background: var(--paper-light);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line-dark);
    border-left: 1px solid var(--line-dark);
}

.service-card {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    padding: 35px;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    background: var(--white);
}

.service-card:nth-child(2) {
    background: var(--paper);
}

.service-roman {
    margin-bottom: 55px;
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 3.5rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

.service-card h3 {
    margin: 0;
    color: var(--forest);
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1;
    text-transform: uppercase;
}

.service-card > p {
    margin: 17px 0 21px;
    color: var(--muted);
    font-size: 0.88rem;
}

.service-request {
    margin: 0 0 24px;
    padding: 14px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--forest);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
}

.service-card .text-link {
    align-self: flex-start;
    margin-top: auto;
    color: var(--orange-dark);
    font-size: 0.83rem;
    font-weight: 800;
    text-underline-offset: 4px;
}

.principle-section {
    padding: 0;
    background: var(--orange);
    color: var(--white);
}

.principle-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
}

.principle-copy {
    padding: clamp(55px, 8vw, 100px) clamp(38px, 7vw, 86px) clamp(55px, 8vw, 100px) 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.principle-copy .section-index {
    color: var(--white);
}

.principle-copy h2 {
    max-width: 760px;
    margin: 0;
    color: var(--white);
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    line-height: 0.92;
    text-transform: uppercase;
}

.principle-copy h2 em {
    display: block;
    margin-top: 12px;
    color: var(--harvest);
    font-family: var(--font-accent);
    font-size: 0.68em;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.principle-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(45px, 7vw, 78px);
}

.principle-details p {
    margin: 0 0 26px;
    color: var(--white);
}

.principle-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.principle-list li {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 700;
}

.principle-list li::before {
    width: 10px;
    height: 10px;
    margin-top: 7px;
    background: var(--harvest);
    content: "";
    transform: rotate(45deg);
}

.contact-section {
    border-bottom: 1px solid var(--line-dark);
    background:
        linear-gradient(rgba(10, 48, 35, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 48, 35, 0.04) 1px, transparent 1px),
        var(--paper);
    background-size: 34px 34px;
}

.contact-heading {
    max-width: 820px;
    margin-bottom: 45px;
}

.contact-heading h2 {
    margin: 0;
    color: var(--forest);
    font-size: clamp(2.8rem, 5.3vw, 4.9rem);
    line-height: 0.92;
    text-transform: uppercase;
}

.contact-heading h2 em {
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 0.72em;
    font-weight: 700;
    text-transform: none;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(350px, 0.94fr);
    border: 1px solid var(--line-dark);
}

.contact-form-wrap {
    padding: clamp(30px, 5vw, 56px);
    background: var(--white);
}

.contact-form-wrap h3 {
    margin: 0 0 6px;
    color: var(--forest);
    font-size: 1.55rem;
}

.contact-form-wrap > p {
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 0.87rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.field {
    display: grid;
    gap: 7px;
}

.field-full {
    grid-column: 1 / -1;
}

.field label {
    color: var(--forest);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #aeb8b1;
    border-radius: 0;
    background: var(--paper-light);
    color: var(--ink);
}

.field input,
.field select {
    min-height: 49px;
    padding: 10px 12px;
}

.field textarea {
    min-height: 125px;
    padding: 12px;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--forest);
    outline: 3px solid rgba(10, 48, 35, 0.13);
}

.form-submit {
    width: 100%;
    margin-top: 17px;
}

.form-note {
    margin: 11px 0 0;
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.45;
}

.location-card {
    position: relative;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(34px, 5vw, 52px);
    overflow: hidden;
    background: var(--forest);
    color: var(--white);
}

.location-card::before,
.location-card::after {
    position: absolute;
    content: "";
}

.location-card::before {
    inset: -35% -30%;
    background:
        linear-gradient(34deg, transparent 46%, rgba(255, 255, 255, 0.11) 47%, rgba(255, 255, 255, 0.11) 49%, transparent 50%),
        linear-gradient(142deg, transparent 42%, rgba(255, 255, 255, 0.08) 43%, rgba(255, 255, 255, 0.08) 45%, transparent 46%);
    transform: rotate(-8deg);
}

.location-card::after {
    top: 76px;
    right: 22%;
    width: 74px;
    height: 74px;
    border: 18px solid var(--orange);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.location-content {
    position: relative;
    z-index: 1;
}

.location-content .section-index {
    color: var(--harvest);
}

.location-content h3 {
    max-width: 370px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.012em;
    line-height: 0.96;
    text-transform: uppercase;
}

.location-details {
    display: grid;
    gap: 11px;
    margin: 25px 0 28px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.location-details p,
.location-details address {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    font-style: normal;
}

.location-details a {
    color: var(--white);
    font-weight: 800;
    text-underline-offset: 4px;
}

.site-footer {
    padding: 55px 0 25px;
    background: var(--forest-dark);
    color: rgba(255, 255, 255, 0.68);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(4, minmax(0, 1fr));
    gap: 40px 34px;
    padding-bottom: 38px;
}

.site-footer .brand-copy strong {
    color: var(--white);
}

.site-footer .brand-copy small {
    color: rgba(255, 255, 255, 0.53);
}

.footer-intro p {
    max-width: 430px;
    margin: 17px 0 0;
    font-size: 0.85rem;
}

.footer-col h3 {
    margin: 0 0 15px;
    color: var(--harvest);
    font-family: var(--font-label);
    font-size: 0.75rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.footer-col a,
.footer-col p {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.84rem;
    text-decoration: none;
}

.footer-col a:hover {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--font-label);
    font-size: 0.74rem;
    text-transform: uppercase;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 900;
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px 9px 10px;
    border: 2px solid var(--white);
    border-radius: 3px;
    background: #147a3a;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(6, 31, 23, 0.24);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 160ms ease, transform 160ms ease;
}

.whatsapp-float:hover {
    background: #0f622e;
    transform: translateY(-2px);
}

.contact-icon {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    background: var(--white);
    color: #147a3a;
}

.contact-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.mobile-contact-bar {
    display: none;
}

@media (max-width: 1050px) {
    .nav-panel {
        gap: 18px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 0.82rem;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.85fr);
        gap: 38px;
    }

    .product-layout {
        grid-template-columns: 1fr;
    }

    .product-side {
        display: grid;
        grid-template-columns: minmax(300px, 0.86fr) 1.14fr;
    }

    .side-media {
        min-height: 390px;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .product-side .product-content {
        padding: 40px;
    }
}

@media (max-width: 900px) {
    .menu-toggle {
        display: block;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .nav-panel {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        height: calc(100dvh - 76px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        padding: 28px 20px;
        overflow-y: auto;
        background: var(--paper);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        visibility: hidden;
        transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
    }

    .nav-panel.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
        transition-delay: 0s;
    }

    .nav-links {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav-links a {
        display: block;
        padding: 15px 4px;
        border-bottom: 1px solid var(--line-dark);
        font-size: 1rem;
    }

    .nav-links a::after {
        display: none;
    }

    .nav-panel .button {
        margin-top: 16px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr);
        padding-block: 58px;
    }

    .hero-copy {
        max-width: 760px;
    }

    .hero-visual {
        width: min(100%, 620px);
        margin-inline: auto;
    }

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

    .proof-item:nth-child(2) {
        border-right: 1px solid rgba(255, 255, 255, 0.13);
    }

    .proof-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .section-head {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .catalog-layout {
        grid-template-columns: 1fr;
    }

    .catalog-copy {
        position: static;
    }

    .service-card {
        padding: 28px;
    }

    .principle-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .principle-copy {
        padding-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .location-card {
        min-height: 470px;
    }
}

@media (max-width: 720px) {
    body {
        padding-bottom: 69px;
    }

    .container {
        width: min(var(--content), calc(100% - 28px));
    }

    .utility-inner {
        justify-content: center;
    }

    .utility-location,
    .utility-links a {
        display: none;
    }

    .utility-links {
        justify-content: center;
    }

    .nav-shell {
        min-height: 70px;
    }

    .nav-panel {
        height: calc(100dvh - 70px);
    }

    .brand img {
        width: 48px;
        height: 48px;
    }

    .brand-copy strong {
        font-size: 1.02rem;
    }

    .brand-copy small {
        font-size: 0.75rem;
    }

    .hero-grid {
        min-height: 0;
        gap: 34px;
        padding-block: 47px;
    }

    .hero h1 {
        font-size: clamp(3rem, 13vw, 4.15rem);
    }

    .hero-lead {
        margin: 21px 0 23px;
        font-size: 1rem;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-actions .button-outline {
        display: none;
    }

    .hero-note {
        margin-top: 19px;
    }

    .hero-visual {
        min-height: 440px;
    }

    .hero-product-sheet {
        top: 52px;
        right: 35px;
        left: 20px;
        height: 285px;
        grid-template-rows: 1fr 67px;
        box-shadow: 9px 9px 0 var(--orange);
    }

    .hero-product-sheet img {
        height: 218px;
    }

    .hero-product-caption {
        padding-inline: 15px;
    }

    .hero-product-caption strong {
        font-size: 1.02rem;
    }

    .hero-mini-product {
        right: 18px;
        bottom: 18px;
        left: 48px;
        height: 75px;
        grid-template-columns: 90px 1fr;
    }

    .hero-mini-product img {
        width: 90px;
        height: 75px;
    }

    .visual-vertical {
        right: 12px;
    }

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

    .proof-item,
    .proof-item:nth-child(2),
    .proof-item:last-child {
        min-height: 72px;
        border-right: 1px solid rgba(255, 255, 255, 0.13);
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .section {
        padding: 78px 0;
    }

    .section-title,
    .catalog-copy h2,
    .contact-heading h2 {
        font-size: clamp(2.65rem, 12vw, 3.65rem);
    }

    .product-main,
    .product-side {
        grid-template-columns: 1fr;
    }

    .product-media {
        min-height: 360px;
        padding: 50px 25px 25px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .product-media img {
        max-height: 285px;
    }

    .product-content,
    .product-side .product-content {
        padding: 29px 22px 33px;
    }

    .product-title,
    .product-side .product-title {
        font-size: clamp(2.15rem, 10vw, 2.85rem);
    }

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

    .product-actions .button {
        width: 100%;
    }

    .side-media {
        min-height: 300px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .side-media img {
        max-height: 235px;
    }

    .system-callout {
        grid-template-columns: 1fr;
        gap: 19px;
        padding: 24px 21px;
    }

    .system-callout .button {
        width: 100%;
    }

    .catalog-layout {
        gap: 35px;
    }

    .category-list {
        grid-template-columns: 1fr;
    }

    .category-link {
        min-height: 88px;
    }

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

    .service-card {
        min-height: 0;
    }

    .service-roman {
        margin-bottom: 32px;
    }

    .principle-copy {
        padding: 70px 0;
    }

    .principle-copy h2 {
        font-size: clamp(2.7rem, 12vw, 3.7rem);
    }

    .principle-details {
        padding: 45px 0 70px;
    }

    .contact-heading {
        margin-bottom: 32px;
    }

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

    .field-full {
        grid-column: auto;
    }

    .location-card {
        min-height: 450px;
    }

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

    .footer-bottom {
        flex-direction: column;
    }

    .whatsapp-float {
        display: none;
    }

    .mobile-contact-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1200;
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 7px;
        padding: 8px max(9px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-left));
        border-top: 1px solid var(--line-dark);
        background: rgba(241, 236, 223, 0.97);
        backdrop-filter: blur(10px);
    }

    .mobile-contact-bar a {
        min-height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--forest);
        border-radius: 0;
        font-size: 0.84rem;
        font-weight: 800;
        text-decoration: none;
    }

    .mobile-call {
        color: var(--forest);
    }

    .mobile-whatsapp {
        border-color: #147a3a !important;
        background: #147a3a;
        color: var(--white);
    }
}

@media (max-width: 430px) {
    .brand-copy small {
        display: none;
    }

    .hero h1 {
        font-size: clamp(2.75rem, 13vw, 3.35rem);
    }

    .hero-visual {
        min-height: 405px;
    }

    .hero-product-sheet {
        right: 31px;
        height: 260px;
        grid-template-rows: 1fr 62px;
    }

    .hero-product-sheet img {
        height: 198px;
    }

    .hero-mini-product {
        left: 31px;
    }

    .mini-product-copy strong {
        font-size: 0.78rem;
    }

    .contact-form-wrap {
        padding: 27px 20px 31px;
    }
}

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

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

/* ============================================================
   COMPONENTI E-COMMERCE — aggiunti per il catalogo esteso
   ============================================================ */

/* --- Tokens aggiuntivi --- */
:root {
    --shadow-sm: 0 1px 2px rgba(10, 48, 35, 0.06), 0 2px 8px rgba(10, 48, 35, 0.05);
    --shadow-md: 0 10px 30px rgba(10, 48, 35, 0.12);
    --shadow-lg: 0 24px 60px rgba(10, 48, 35, 0.22);
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* --- Barra stagionale --- */
.season-bar {
    position: relative;
    z-index: 2;
    background: var(--orange);
    color: var(--white);
}

.season-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 18px;
    flex-wrap: wrap;
    padding: 10px 0;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
}

.season-inner strong {
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 9px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-sm);
}

.season-inner a {
    color: var(--white);
    font-weight: 800;
    text-underline-offset: 4px;
}

/* --- Breadcrumb --- */
.breadcrumb {
    padding: 18px 0 0;
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
}

.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li + li::before {
    content: "/";
    margin-right: 8px;
    color: var(--line);
}

.breadcrumb a {
    color: var(--muted);
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--orange);
}

.breadcrumb [aria-current] {
    color: var(--forest);
}

/* --- Hero pagine interne --- */
.page-hero {
    position: relative;
    padding: 34px 0 46px;
    background: var(--paper);
    border-bottom: 1px solid var(--line-dark);
}

.page-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 40px;
    align-items: end;
}

.page-hero h1 {
    margin: 6px 0 14px;
    font-family: var(--font-display);
    font-size: clamp(2.3rem, 5.5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.012em;
    line-height: 0.94;
    text-transform: uppercase;
}

.page-hero h1 em {
    display: block;
    margin-top: 10px;
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 0.6em;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
}

.page-hero p {
    max-width: 60ch;
    margin: 0;
    color: var(--muted);
    font-size: 1.03rem;
}

.page-hero-aside {
    display: grid;
    gap: 10px;
    padding: 20px 22px;
    background: var(--forest);
    color: rgba(255, 255, 255, 0.85);
    border-radius: var(--radius);
}

.page-hero-aside strong {
    display: block;
    color: var(--white);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--harvest);
}

.page-hero-aside p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.93rem;
}

/* --- Striscia marchi --- */
.brand-strip {
    padding: 26px 0;
    background: var(--forest-dark);
    color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.brand-strip-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--harvest);
}

.brand-strip-head a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.brand-strip-head a:hover {
    color: var(--white);
}

.brand-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.brand-pill {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    color: var(--white);
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.brand-pill:hover {
    background: rgba(231, 183, 68, 0.14);
    border-color: var(--harvest);
}

.brand-pill b {
    font-family: var(--font-display);
    font-size: 1.06rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.brand-pill small {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

/* --- Toolbar catalogo --- */
.catalog-toolbar {
    position: sticky;
    top: 76px;
    z-index: 60;
    padding: 14px 0;
    background: rgba(250, 248, 241, 0.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line-dark);
}

.toolbar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.search-field {
    position: relative;
    flex: 1 1 260px;
    min-width: 0;
}

.search-field input {
    width: 100%;
    padding: 12px 40px 12px 40px;
    background: var(--white);
    border: 2px solid var(--line);
    border-radius: var(--radius);
    font-size: 0.95rem;
}

.search-field input:focus {
    border-color: var(--forest);
    outline: none;
}

.search-field svg {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    fill: none;
    stroke: var(--muted);
    stroke-width: 2.2;
    pointer-events: none;
}

.search-clear {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    display: none;
    align-items: center;
    justify-content: center;
    background: var(--line);
    border: 0;
    border-radius: 50%;
    color: var(--forest);
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.search-field.has-value .search-clear {
    display: inline-flex;
}

.result-count {
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
}

.result-count b {
    color: var(--orange);
}

.filter-scroll {
    margin-top: 12px;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.filter-chips {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0 2px 4px;
    list-style: none;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 15px;
    background: var(--white);
    border: 2px solid var(--line);
    border-radius: 999px;
    color: var(--forest);
    font-size: 0.83rem;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.chip:hover {
    border-color: var(--forest-mid);
}

.chip[aria-pressed="true"] {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--white);
}

.chip span {
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 800;
    opacity: 0.6;
}

/* --- Griglia prodotti --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
    gap: 22px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
}

.group-heading {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--forest);
}

/* [hidden] va riaffermato: display:flex sulla classe vincerebbe sullo stile
   di default del browser, e le intestazioni resterebbero visibili quando si
   filtra il catalogo. */
.group-heading[hidden] {
    display: none;
}

.group-thumb {
    position: relative;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    aspect-ratio: 4 / 3;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.group-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-thumb.is-icon svg {
    width: 58%;
    height: auto;
    fill: none;
    stroke: var(--forest);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.75;
}

.group-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.group-heading:first-child {
    margin-top: 0;
}

.group-heading h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.05rem);
    font-weight: 800;
    letter-spacing: -0.012em;
    text-transform: uppercase;
}

.group-heading p {
    max-width: 56ch;
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.pcard {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pcard:hover {
    transform: translateY(-3px);
    border-color: var(--forest-mid);
    box-shadow: var(--shadow-md);
}

.pcard.is-hidden {
    display: none;
}

.pcard__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(10, 48, 35, 0.04), rgba(10, 48, 35, 0)),
        var(--paper);
    border-bottom: 1px solid var(--line);
}

.pcard__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.pcard__media img.is-contain {
    object-fit: contain;
    padding: 14px;
}

.pcard__media img.is-cover {
    object-fit: cover;
}

.pcard__ref {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px 9px;
    background: rgba(6, 31, 23, 0.72);
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.pcard__media svg {
    width: 58%;
    max-width: 150px;
    height: auto;
    fill: none;
    stroke: var(--forest);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.82;
}

.pcard__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    background: var(--orange);
    border-radius: var(--radius-sm);
    color: var(--white);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.pcard__badge.is-stock {
    background: var(--forest-mid);
}

.pcard__badge.is-new {
    background: var(--harvest);
    color: var(--forest-dark);
}

.pcard__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
    padding: 16px 16px 16px;
}

.pcard__brand {
    margin: 0;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.pcard__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.32rem;
    font-weight: 800;
    letter-spacing: -0.008em;
    line-height: 1.08;
    text-transform: uppercase;
}

.pcard__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.pcard__for {
    margin: 0;
    color: var(--muted);
    font-size: 0.81rem;
    line-height: 1.45;
}

.pcard__for span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pcard__for b {
    display: block;
    color: var(--forest);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pcard__state {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    background: rgba(23, 77, 57, 0.1);
    border-radius: var(--radius-sm);
    color: var(--forest-mid);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.pcard__state.is-order {
    background: rgba(166, 59, 0, 0.1);
    color: var(--orange);
}

.pcard__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.pcard__specs li {
    padding: 4px 9px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--forest);
}

.pcard__specs li b {
    font-weight: 800;
}

.pcard__foot {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 12px;
}

.pcard__price {
    flex: 1;
    min-width: 0;
    font-family: var(--font-label);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--muted);
    line-height: 1.35;
}

.pcard__actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-top: 10px;
}

.btn-wa {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 14px;
    background: var(--forest);
    border: 2px solid var(--forest);
    border-radius: var(--radius);
    color: var(--white);
    font-size: 0.87rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.btn-wa:hover {
    background: var(--forest-mid);
    border-color: var(--forest-mid);
}

.btn-wa svg {
    width: 17px;
    height: 17px;
    flex: none;
    fill: currentColor;
}

.btn-add {
    min-height: 44px;
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 2px solid var(--line);
    border-radius: var(--radius);
    color: var(--forest);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.btn-add:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.btn-add.is-added {
    background: var(--harvest);
    border-color: var(--harvest);
    color: var(--forest-dark);
}

.pcard__note {
    margin: 0;
    font-size: 0.72rem;
    color: var(--muted);
}

.pcard__note.is-generic::before {
    content: "i";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: var(--line);
    border-radius: 50%;
    font-family: var(--font-accent);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 700;
    vertical-align: -2px;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 46px 24px;
    background: var(--white);
    border: 2px dashed var(--line);
    border-radius: var(--radius);
    text-align: center;
}

.empty-state h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.empty-state p {
    max-width: 46ch;
    margin: 0 auto 18px;
    color: var(--muted);
}

/* --- Lista richiesta (carrello preventivo) --- */
.request-fab {
    position: fixed;
    right: 20px;
    bottom: 88px;
    z-index: 1200;
    display: none;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: var(--orange);
    border: 0;
    border-radius: 999px;
    box-shadow: var(--shadow-lg);
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
}

.request-fab.is-visible {
    display: inline-flex;
}

.request-fab b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    background: var(--white);
    border-radius: 999px;
    color: var(--orange);
    font-size: 0.78rem;
    font-weight: 800;
}

.request-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(6, 31, 23, 0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.request-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.request-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1400;
    display: flex;
    flex-direction: column;
    width: min(420px, 100%);
    height: 100dvh;
    background: var(--paper-light);
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.request-drawer.is-open {
    transform: translateX(0);
}

.request-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 22px 16px;
    background: var(--forest);
    color: var(--white);
}

.request-head h2 {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.request-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.83rem;
}

.request-close {
    flex: none;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    border-radius: var(--radius);
    color: var(--white);
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
}

.request-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

.request-body {
    flex: 1;
    overflow-y: auto;
    padding: 18px 22px;
}

.request-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.request-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    align-items: start;
    padding: 13px 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.request-item strong {
    font-size: 0.95rem;
    line-height: 1.3;
}

.request-item small {
    grid-column: 1;
    color: var(--muted);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.request-remove {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    width: 32px;
    height: 32px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1;
    cursor: pointer;
}

.request-remove:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.request-empty {
    padding: 34px 10px;
    color: var(--muted);
    text-align: center;
}

.request-foot {
    padding: 16px 22px 22px;
    background: var(--white);
    border-top: 1px solid var(--line);
}

.request-foot .field {
    margin-bottom: 12px;
}

.request-foot .button {
    width: 100%;
}

.request-foot p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 0.76rem;
    text-align: center;
}

/* --- Toast --- */
.toast {
    position: fixed;
    left: 50%;
    bottom: 92px;
    z-index: 1500;
    max-width: min(420px, calc(100% - 32px));
    padding: 12px 20px;
    background: var(--forest-dark);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    color: var(--white);
    font-size: 0.88rem;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, 12px);
    pointer-events: none;
    transition: opacity 200ms ease, transform 200ms ease;
}

.toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* --- Listino / tabella servizi --- */
.listino {
    margin-top: 30px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.listino-row {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 2fr) minmax(0, 0.8fr) auto;
    gap: 8px 20px;
    align-items: center;
    padding: 16px 20px;
    border-top: 1px solid var(--line);
}

.listino-row:first-child {
    border-top: 0;
}

.listino-row:nth-child(odd) {
    background: rgba(241, 236, 223, 0.4);
}

.listino-head {
    background: var(--forest) !important;
    color: var(--harvest);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.listino-row strong {
    font-size: 1rem;
    line-height: 1.25;
}

.listino-row p {
    margin: 0;
    color: var(--muted);
    font-size: 0.87rem;
}

.listino-row .listino-time {
    font-family: var(--font-label);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--forest-mid);
}

.listino-row .btn-wa {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 0.8rem;
}

/* --- Passi / come funziona --- */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.steps li {
    position: relative;
    padding: 26px 22px 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 4px solid var(--orange);
    border-radius: var(--radius);
    counter-increment: step;
}

.steps li::before {
    content: counter(step, decimal-leading-zero);
    display: block;
    margin-bottom: 10px;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.steps h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.32rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.steps p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

/* --- Fascia CTA --- */
.cta-band {
    padding: 54px 0;
    background: var(--forest);
    color: var(--white);
}

.cta-band-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

.cta-band h2 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.012em;
    line-height: 0.98;
    text-transform: uppercase;
}

.cta-band h2 em {
    display: block;
    color: var(--harvest);
    font-family: var(--font-accent);
    font-size: 0.62em;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
}

.cta-band p {
    max-width: 52ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.cta-band-actions {
    display: grid;
    gap: 12px;
}

.cta-band-actions .button {
    width: 100%;
}

/* --- FAQ --- */
.faq-list {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.faq-item[open] {
    border-color: var(--forest-mid);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 20px;
    font-size: 1.02rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    flex: none;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "\2212";
}

.faq-item .faq-answer {
    padding: 0 20px 20px;
    color: var(--muted);
}

.faq-item .faq-answer p {
    margin: 0 0 10px;
}

.faq-item .faq-answer p:last-child {
    margin-bottom: 0;
}

/* --- Recensioni / prove --- */
.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px 22px;
    background: var(--white);
    border: 1px solid var(--line);
    border-left: 4px solid var(--harvest);
    border-radius: var(--radius);
}

.review-card blockquote {
    margin: 0;
    font-family: var(--font-accent);
    font-size: 1.02rem;
    font-style: italic;
    line-height: 1.55;
}

.review-card cite {
    margin-top: auto;
    color: var(--muted);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

/* --- Riquadro nota --- */
.callout {
    display: grid;
    gap: 8px;
    margin: 30px 0 0;
    padding: 22px 24px;
    background: var(--paper);
    border-left: 4px solid var(--orange);
    border-radius: var(--radius);
}

.callout strong {
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.008em;
    text-transform: uppercase;
}

.callout p {
    margin: 0;
    color: var(--muted);
    font-size: 0.93rem;
}

/* --- Griglia marchi --- */
.brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.brand-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px 22px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.brand-card h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.brand-card .brand-role {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 10px;
    background: var(--forest);
    border-radius: var(--radius-sm);
    color: var(--harvest);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.brand-card .brand-role.is-service {
    background: var(--orange);
    color: var(--white);
}

.brand-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.brand-card .text-link {
    margin-top: auto;
    padding-top: 8px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    font-weight: 700;
    text-decoration: none;
    text-underline-offset: 4px;
}

.text-link:hover {
    text-decoration: underline;
}

.text-link::after {
    content: "\2192";
}

/* --- Mappa --- */
.map-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 280px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    filter: saturate(0.85);
}

/* --- Cookie banner --- */
.cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1600;
    display: none;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    max-width: 760px;
    margin-inline: auto;
    padding: 18px 22px;
    background: var(--forest-dark);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.87rem;
}

.cookie-banner.is-visible {
    display: flex;
}

.cookie-banner p {
    flex: 1 1 300px;
    margin: 0;
}

.cookie-banner a {
    color: var(--harvest);
}

.cookie-banner .button {
    min-height: 42px;
    padding: 9px 18px;
    font-size: 0.85rem;
}

/* --- Pagine legali --- */
.legal {
    max-width: 76ch;
    padding: 40px 0 70px;
}

.legal h2 {
    margin: 36px 0 12px;
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.legal h3 {
    margin: 24px 0 8px;
    font-size: 1.05rem;
}

.legal p,
.legal li {
    color: var(--muted);
}

.legal ul {
    padding-left: 20px;
}

.legal li {
    margin-bottom: 7px;
}

/* --- Utility layout --- */
.section-tight {
    padding: 56px 0;
}

.stack-lg > * + * {
    margin-top: 18px;
}

.nav-links a.is-current {
    color: var(--orange);
}

.nav-links a.is-current::after {
    transform: scaleX(1);
}

/* --- Responsive --- */
@media (max-width: 1050px) {
    .catalog-toolbar {
        top: 68px;
    }
}

@media (max-width: 900px) {
    .page-hero-inner,
    .cta-band-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .catalog-toolbar {
        position: static;
    }

    .listino-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 18px 18px;
    }

    .listino-head {
        display: none;
    }

    .listino-row .btn-wa {
        justify-self: start;
        margin-top: 6px;
    }
}

@media (max-width: 720px) {
    .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 16px;
    }

    .request-fab {
        right: 16px;
        bottom: 78px;
        padding: 11px 16px;
        font-size: 0.83rem;
    }

    .toast {
        bottom: 140px;
    }

    .cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 72px;
        padding: 16px 18px;
    }

    .page-hero {
        padding: 24px 0 34px;
    }

    .brand-strip {
        padding: 22px 0;
    }
}

/* Su schermo stretto la scheda diventa orizzontale: la lista resta
   scorrevole invece di diventare un chilometro di schede verticali. */
@media (max-width: 560px) {
    .product-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pcard {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        align-items: stretch;
    }

    .pcard__media {
        aspect-ratio: auto;
        height: 100%;
        min-height: 136px;
        border-bottom: 0;
        border-right: 1px solid var(--line);
    }

    .pcard__media img {
        padding: 8px;
    }

    .pcard__media svg {
        width: 66%;
    }

    .pcard__badge {
        top: 6px;
        left: 6px;
        padding: 3px 6px;
        font-size: 0.75rem;
        letter-spacing: 0.06em;
    }

    .pcard__body {
        gap: 6px;
        padding: 13px 14px;
    }

    .pcard__brand {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    .pcard__title {
        font-size: 1.14rem;
    }

    .pcard__desc {
        -webkit-line-clamp: 2;
        font-size: 0.82rem;
    }

    .pcard__specs {
        max-height: 26px;
        overflow: hidden;
    }

    .pcard__foot {
        gap: 6px;
    }

    .pcard__price {
        flex: 0 1 auto;
        font-size: 0.72rem;
    }

    .pcard__specs li {
        padding: 3px 7px;
        font-size: 0.74rem;
    }

    .pcard__for span {
        -webkit-line-clamp: 1;
    }

    .pcard__foot {
        padding-top: 10px;
    }

    .pcard__actions {
        margin-top: 8px;
    }

    .btn-wa {
        min-height: 42px;
        padding: 9px 10px;
        font-size: 0.82rem;
    }

    .btn-add {
        width: 42px;
        min-height: 42px;
    }

    .group-heading {
        gap: 13px;
        margin-top: 20px;
    }

    .group-thumb {
        width: 88px;
    }

    .group-heading h2 {
        font-size: 1.25rem;
    }

    .group-heading p {
        font-size: 0.82rem;
    }

    .pcard__ref {
        font-size: 0.75rem;
        padding: 3px 7px;
    }

    .breadcrumb {
        padding-top: 14px;
    }

    .breadcrumb a,
    .breadcrumb span {
        display: inline-block;
        padding: 5px 0;
    }
}

/* --- Fascia fotografica a tutta larghezza --- */
.photo-band {
    position: relative;
    background: var(--forest-dark);
    border-block: 1px solid var(--line-dark);
    overflow: hidden;
}

.photo-band img {
    display: block;
    width: 100%;
    height: clamp(200px, 30vw, 380px);
    object-fit: cover;
}

.photo-band::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(10, 48, 35, 0.18), rgba(10, 48, 35, 0) 38%, rgba(10, 48, 35, 0.14));
}

@media (max-width: 560px) {
    .photo-band img {
        height: clamp(170px, 46vw, 240px);
    }
}

/* --- Stato apertura in tempo reale --- */
.orario-stato {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px !important;
    padding: 5px 11px;
    border-radius: 999px;
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.orario-stato::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.orario-stato.is-aperto {
    background: rgba(134, 173, 67, 0.18);
    color: #a9d16a;
}

.orario-stato.is-chiuso {
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.62);
}

/* Le griglie lunghe si disegnano solo quando entrano in vista:
   il catalogo con 100 schede resta scorrevole anche su telefoni lenti. */
.product-grid .pcard {
    content-visibility: auto;
    contain-intrinsic-size: auto 640px;
}

@media (max-width: 560px) {
    .product-grid .pcard {
        contain-intrinsic-size: auto 310px;
    }
}

/* --- Griglia sintomi delle pagine di servizio --- */
.risk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.risk-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 22px 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 3px solid var(--orange);
    border-radius: var(--radius);
}

.risk-item h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.24rem;
    font-weight: 800;
    letter-spacing: -0.008em;
    line-height: 1.1;
    text-transform: uppercase;
}

.risk-item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

/* --- Due colonne testo + elenco --- */
.split-2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 40px;
    align-items: start;
}

.split-2 .section-title {
    font-size: clamp(1.6rem, 3.4vw, 2.3rem);
    text-transform: uppercase;
}

.lede-testo {
    max-width: 46ch;
    margin: 14px 0 18px;
    color: var(--muted);
}

.feature-list-lg li {
    margin-bottom: 12px;
    font-size: 0.97rem;
}

@media (max-width: 820px) {
    .split-2 {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* --- Footer a cinque colonne: rientra per gradi --- */
@media (max-width: 1080px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 30px;
    }

    .footer-intro {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

/* ============================================================
   PAGINA DI LANCIO (campagne pubblicitarie)
   Nessun menu: chi arriva da un annuncio ha una cosa sola da fare.
   ============================================================ */
.lancio-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--paper);
    border-bottom: 1px solid var(--line-dark);
}

.lancio-bar-in {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.lancio-hero {
    padding: 48px 0 56px;
    background:
        linear-gradient(160deg, rgba(10, 48, 35, 0.05), rgba(10, 48, 35, 0) 55%),
        var(--paper-light);
}

.lancio-hero-in {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 48px;
    align-items: center;
}

.lancio-hero h1 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 6.5vw, 4.6rem);
    font-weight: 800;
    letter-spacing: -0.012em;
    line-height: 0.94;
    text-transform: uppercase;
}

.lancio-hero h1 em {
    display: block;
    margin-top: 10px;
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 0.62em;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
}

.lancio-lead {
    max-width: 52ch;
    margin: 0 0 26px;
    font-size: 1.1rem;
    color: var(--muted);
}

.lancio-visual {
    position: relative;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
}

.lancio-visual img {
    width: 100%;
    height: auto;
}

.lancio-caption {
    display: block;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.lancio-caption small {
    display: block;
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.lancio-caption strong {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

/* --- Il riquadro sull'errore ricorrente --- */
.lancio-errore {
    background: var(--forest);
    color: rgba(255, 255, 255, 0.86);
}

.errore-box {
    max-width: 74ch;
}

.errore-box .section-index {
    color: var(--harvest);
}

.errore-box h2 {
    margin: 0 0 16px;
    color: var(--white);
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.012em;
    line-height: 1;
    text-transform: uppercase;
}

.errore-box p {
    margin: 0 0 14px;
}

.errore-box strong,
.errore-box b {
    color: var(--white);
}

.errore-regola {
    margin-top: 20px !important;
    padding: 16px 20px;
    background: rgba(231, 183, 68, 0.13);
    border-left: 3px solid var(--harvest);
    border-radius: var(--radius);
}

/* --- Le tre configurazioni --- */
.kit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.kit-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 28px 26px 30px;
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 4px solid var(--line-dark);
    border-radius: var(--radius);
}

.kit-card.is-evidenza {
    border-top-color: var(--orange);
    box-shadow: var(--shadow-md);
}

.kit-num {
    color: var(--orange);
    font-family: var(--font-label);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.kit-card h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1.62rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.02;
    text-transform: uppercase;
}

.kit-sotto {
    margin: 0 !important;
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 1.02rem;
    font-style: italic;
}

.kit-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.94rem;
}

.kit-punti {
    display: grid;
    gap: 7px;
    margin: 6px 0 4px;
    padding: 0;
    list-style: none;
}

.kit-punti li {
    padding: 6px 11px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--forest);
}

.kit-card .btn-wa {
    margin-top: auto;
    min-height: 48px;
}

.lancio-form-sez {
    background: var(--paper);
}

.lancio-footer {
    padding: 30px 0 38px;
    background: var(--forest-dark);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    text-align: center;
}

.lancio-footer p {
    margin: 0 0 6px;
}

.lancio-footer a {
    color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   PAGINA DI MANUTENZIONE
   ============================================================ */
.manutenzione {
    display: flex;
    align-items: center;
    min-height: 100dvh;
    padding: 56px 0;
    background: var(--paper-light);
}

.manutenzione-in {
    max-width: 720px;
    text-align: center;
}

.manutenzione-logo {
    width: 84px;
    height: 84px;
    margin: 0 auto 26px;
    border-radius: var(--radius);
}

.manutenzione .eyebrow {
    justify-content: center;
}

.manutenzione h1 {
    margin: 0 0 20px;
    font-family: var(--font-display);
    font-size: clamp(2rem, 5.5vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.012em;
    line-height: 0.96;
    text-transform: uppercase;
}

.manutenzione h1 em {
    display: block;
    margin-top: 10px;
    color: var(--orange);
    font-family: var(--font-accent);
    font-size: 0.6em;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
}

.manutenzione > .container > p {
    max-width: 54ch;
    margin: 0 auto;
    color: var(--muted);
    font-size: 1.05rem;
}

.manutenzione-azioni {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 30px 0 44px;
}

.manutenzione-dati {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 26px;
    padding: 30px 26px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    text-align: left;
}

.manutenzione-dati p,
.manutenzione-dati address {
    margin: 0;
    color: var(--muted);
    font-size: 0.93rem;
    font-style: normal;
}

.manutenzione-piva {
    margin-top: 24px !important;
    color: var(--muted);
    font-family: var(--font-label);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 860px) {
    .lancio-hero-in {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .lancio-visual {
        order: -1;
        padding: 18px;
    }
}

@media (max-width: 560px) {
    .lancio-bar-in {
        min-height: 62px;
    }

    .lancio-hero {
        padding: 30px 0 38px;
    }
}

/* ============================================================
   COMPONENTI AGGIUNTI — intestazione mobile, fiducia,
   calcolatore dell'aria, mappa su richiesta, movimento
   ============================================================ */
:root {
    --bottom-bar: 0px;
    --wa-green: #128c45;
    --wa-green-dark: #0d6b35;
}

html {
    font-synthesis: none;
}

.pcard__specs,
.listino-time,
.calc-plate,
.spec-grid,
.utility-bar,
.location-details {
    font-variant-numeric: tabular-nums;
}

.button:active {
    transform: translateY(0);
}

.button-wa {
    gap: 9px;
}

.button-wa svg {
    width: 18px;
    height: 18px;
    flex: none;
    fill: currentColor;
}

/* --- Intestazione: telefono accanto al menu sui telefoni --- */
.nav-tools {
    display: none;
    align-items: center;
    gap: 10px;
}

.nav-phone {
    width: var(--tap);
    height: var(--tap);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line-dark);
    border-radius: var(--radius-sm);
    color: var(--forest);
    text-decoration: none;
}

.nav-phone svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.menu-toggle {
    width: var(--tap);
    height: var(--tap);
}

@media (max-width: 900px) {
    .nav-tools {
        display: flex;
    }
}

/* --- Barra in cima: cosa resta quando lo schermo si stringe --- */
.utility-bar .orario-stato {
    margin: 0 !important;
    padding: 3px 9px;
    font-size: 0.72rem;
}

@media (max-width: 1180px) {
    .utility-links a[href^="mailto:"] {
        display: none;
    }
}

@media (max-width: 980px) {
    .utility-hours {
        display: none;
    }
}

@media (max-width: 720px) {
    .utility-links a[href^="tel:"] {
        display: inline-flex;
        align-items: center;
        min-height: 38px;
        padding-inline: 4px;
    }

    .utility-links {
        gap: 14px;
    }
}

.hero .orario-stato.is-aperto,
.avatar-chip:not(.on-dark) .orario-stato.is-aperto {
    background: rgba(134, 173, 67, 0.2);
    color: #3d6a10;
}

.hero .orario-stato.is-chiuso,
.avatar-chip:not(.on-dark) .orario-stato.is-chiuso {
    background: rgba(11, 58, 42, 0.08);
    color: var(--muted);
}

/* --- Chi risponde: il volto del negozio accanto alle CTA --- */
.avatar-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.avatar-chip img {
    width: 48px;
    height: 48px;
    flex: none;
    border: 2px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(11, 58, 42, 0.2);
    background: var(--forest-dark);
}

.avatar-chip strong {
    display: block;
    color: var(--forest);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
}

.avatar-chip small {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

.avatar-chip .orario-stato {
    margin: 6px 0 0 !important;
}

.avatar-chip.on-dark strong {
    color: var(--white);
}

.avatar-chip.on-dark small {
    color: rgba(255, 255, 255, 0.75);
}

.hero-note.has-avatar {
    display: block;
    max-width: 520px;
    margin-top: 24px;
    padding: 0;
    border: 0;
    background: none;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

/* --- Fascia di fiducia: fatti al posto dei numeri d'ordine --- */
.proof-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    min-height: 104px;
}

.proof-item b {
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    text-transform: uppercase;
}

.proof-item span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.35;
}

/* --- Garanzia ECHO sulle schede --- */
.pcard__note.is-warranty {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    background: rgba(231, 183, 68, 0.18);
    border-radius: var(--radius-sm);
    color: var(--forest);
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.3;
}

.pcard__note.is-warranty::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: none;
    border-radius: 50%;
    background: var(--harvest);
}

.pcard__note.is-warranty a {
    color: inherit;
    text-underline-offset: 3px;
}

@media (max-width: 560px) {
    .pcard__note.is-warranty {
        display: none;
    }
}

/* --- Il banner del brand si vede intero --- */
.photo-band.is-banner img {
    height: auto;
    aspect-ratio: 8 / 3;
    object-fit: cover;
}

.photo-band.is-banner::after {
    display: none;
}

/* --- Calcolatore: quanta aria ti serve --- */
.calc-section {
    padding: clamp(60px, 8vw, 96px) 0;
    background:
        radial-gradient(60% 80% at 100% 0%, rgba(231, 183, 68, 0.12), transparent 60%),
        var(--forest);
    color: var(--white);
}

.calc-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.calc-copy .section-index {
    color: var(--harvest);
}

.calc-copy .section-title {
    color: var(--white);
}

.calc-copy .section-title em {
    color: var(--harvest);
}

.calc-copy > p {
    max-width: 50ch;
    color: rgba(255, 255, 255, 0.82);
}

.calc-rule {
    margin: 18px 0 0;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.06);
    border-left: 3px solid var(--harvest);
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
}

.calc-rule b {
    color: var(--harvest);
    white-space: nowrap;
}

.calc {
    display: grid;
    gap: 18px;
    padding: clamp(20px, 3vw, 30px);
    background: var(--paper-light);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    color: var(--ink);
}

.calc-field {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.calc-field legend,
.calc-inline > label {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    color: var(--forest);
    font-family: var(--font-label);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.calc-inline > label small {
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: none;
    color: var(--muted);
}

.calc-seg {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 6px;
}

.calc-seg label {
    position: relative;
    display: block;
}

.calc-seg input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.calc-seg span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 8px 6px;
    background: var(--white);
    border: 2px solid var(--line);
    border-radius: var(--radius-sm);
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.calc-seg span small {
    margin-top: 4px;
    color: var(--muted);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.calc-seg label:hover span {
    border-color: var(--forest-mid);
}

.calc-seg input:checked + span {
    background: var(--forest);
    border-color: var(--forest);
    color: var(--white);
}

.calc-seg input:checked + span small {
    color: rgba(255, 255, 255, 0.75);
}

.calc-seg input:focus-visible + span {
    outline: 3px solid var(--harvest);
    outline-offset: 2px;
}

.calc-seg--words span {
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.calc-inline input {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    background: var(--white);
    border: 2px solid var(--line);
    border-radius: var(--radius-sm);
    font-size: 1rem;
}

.calc-inline input:focus {
    outline: 0;
    border-color: var(--forest);
}

.calc-result {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 12px;
}

.calc-plate {
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 16px 18px;
    background: var(--forest-dark);
    border-radius: var(--radius-sm);
    color: var(--white);
}

.calc-plate small,
.calc-reco > small {
    color: var(--harvest);
    font-family: var(--font-label);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.calc-plate strong {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 2.7rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.calc-plate strong em {
    margin-left: 4px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.45em;
    font-style: normal;
    font-weight: 700;
}

.calc-plate > span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    line-height: 1.4;
}

.calc-reco {
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 16px 18px;
    background: var(--white);
    border: 2px solid var(--line);
    border-radius: var(--radius-sm);
}

.calc-reco a {
    display: grid;
    gap: 3px;
    color: inherit;
    text-decoration: none;
}

.calc-reco a strong {
    color: var(--forest);
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.05;
    text-transform: uppercase;
}

.calc-reco a:hover strong {
    color: var(--orange);
}

.calc-reco a span {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

.calc-alt {
    margin: 0;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

.calc-alt:empty {
    display: none;
}

.calc-actions {
    display: grid;
    gap: 8px;
}

.calc-actions .button {
    width: 100%;
}

.calc-hint {
    color: var(--muted);
    font-size: 0.8rem;
    text-align: center;
}

.calc-result.is-updated .calc-plate strong {
    animation: calc-pop 350ms ease;
}

@keyframes calc-pop {
    from { opacity: 0.4; transform: scale(0.96); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
    .calc-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .calc-result {
        grid-template-columns: 1fr;
    }

    .calc-seg span {
        min-height: 48px;
        font-size: 1.15rem;
    }

    .calc-seg--words span {
        font-size: 0.9rem;
    }
}

/* --- Mappa: nessun cookie di Google prima di un gesto --- */
.map-embed {
    position: relative;
    width: 100%;
    min-height: 280px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background:
        linear-gradient(rgba(11, 58, 42, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 58, 42, 0.06) 1px, transparent 1px),
        var(--paper);
    background-size: 36px 36px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.map-embed-cover {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 14px;
    padding: 24px;
    text-align: center;
}

.map-embed-cover p {
    max-width: 44ch;
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.map-embed-cover strong {
    display: block;
    margin-bottom: 4px;
    color: var(--forest);
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
}

.map-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* --- Piede: social --- */
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.footer-social a:hover {
    border-color: var(--harvest);
    color: var(--harvest);
}

/* --- Il cassetto chiuso esce dal percorso della tastiera --- */
.request-drawer {
    visibility: hidden;
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 260ms;
}

.request-drawer.is-open {
    visibility: visible;
    transition-delay: 0s;
}

/* --- Il bottone "Solo necessari" era quasi invisibile --- */
.cookie-banner .button-outline {
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--white);
}

.cookie-banner .button-outline:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--forest);
}

/* --- Titoli lunghi: mai fuori dallo schermo --- */
.hero h1,
.page-hero h1,
.section-title,
.catalog-copy h2,
.principle-copy h2,
.cta-band h2,
.product-title,
.pcard__title,
.group-heading h2 {
    overflow-wrap: anywhere;
    hyphens: auto;
}

.page-hero .hero-actions {
    margin-top: 22px;
}

/* --- Gli elementi fissi in basso non si coprono più --- */
@media (max-width: 720px) {
    :root {
        --bottom-bar: calc(65px + env(safe-area-inset-bottom, 0px));
    }

    body {
        padding-bottom: var(--bottom-bar);
    }

    .request-fab {
        bottom: calc(var(--bottom-bar) + 12px);
    }

    .toast {
        bottom: calc(var(--bottom-bar) + 74px);
    }

    .cookie-banner {
        bottom: calc(var(--bottom-bar) + 8px);
    }

    .section-title,
    .catalog-copy h2,
    .contact-heading h2 {
        font-size: clamp(2.4rem, 10.5vw, 3.65rem);
    }

    .page-hero h1 {
        font-size: clamp(2.2rem, 9.5vw, 4rem);
    }

    .page-hero .hero-actions .button-outline {
        display: inline-flex;
    }
}

/* --- Movimento: un ingresso in apertura, una comparsa discreta allo scorrimento --- */
@media (prefers-reduced-motion: no-preference) {
    .reveal {
        opacity: 0;
        transform: translateY(14px);
        transition: opacity 550ms ease, transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--reveal-delay, 0ms);
    }

    .reveal.is-in {
        opacity: 1;
        transform: none;
    }

    .hero-copy > * {
        animation: rise 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .hero-copy > :nth-child(2) { animation-delay: 70ms; }
    .hero-copy > :nth-child(3) { animation-delay: 140ms; }
    .hero-copy > :nth-child(4) { animation-delay: 210ms; }
    .hero-copy > :nth-child(5) { animation-delay: 280ms; }

    .hero-visual {
        animation: rise 720ms cubic-bezier(0.22, 1, 0.36, 1) 160ms both;
    }

    .page-hero-inner > * {
        animation: rise 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .page-hero-inner > :nth-child(2) {
        animation-delay: 110ms;
    }
}

@keyframes rise {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: none; }
}

/* Le foto dei costruttori hanno il fondo bianco: il riquadro lo accompagna,
   così non si vede un rettangolo bianco dentro la carta. */
.pcard__media.is-photo {
    background: var(--white);
}

.group-thumb img {
    background: var(--white);
}

/* ============================================================
   CORREZIONI DAL SECONDO CONTROLLO
   ============================================================ */

/* L'anello di messa a fuoco era giallo oro: su carta non si vedeva (1,8:1).
   Verde scuro sui fondi chiari, oro solo sui fondi scuri. */
:focus-visible {
    outline: 3px solid var(--forest);
    outline-offset: 3px;
}

.site-footer :focus-visible,
.cta-band :focus-visible,
.calc-section .calc-copy :focus-visible,
.proof-rail :focus-visible,
.principle-section :focus-visible,
.brand-strip :focus-visible,
.location-card :focus-visible,
.cookie-banner :focus-visible,
.page-hero-aside :focus-visible {
    outline-color: var(--harvest);
}

/* I campi da compilare non avevano un bordo percepibile */
.field input,
.field select,
.field textarea,
.search-field {
    border-color: #9aa79f;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--forest);
    outline: 2px solid var(--forest);
    outline-offset: 1px;
}

/* Su iPhone un campo sotto i 16px fa ingrandire la pagina al tocco */
.search-field input,
.field input,
.field select,
.field textarea,
.calc-inline input {
    font-size: 16px;
}

/* La X di sistema di iOS e Chrome si sommava alla nostra */
.search-field input[type="search"]::-webkit-search-decoration,
.search-field input[type="search"]::-webkit-search-cancel-button,
.search-field input[type="search"]::-webkit-search-results-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Il numero dentro i filtri era troppo chiaro per essere letto */
.chip span {
    opacity: 1;
    color: var(--muted);
}

.chip[aria-pressed="true"] span {
    color: rgba(255, 255, 255, 0.85);
}

/* I link a un prodotto o a un gruppo finivano sotto le barre fisse in alto */
[id^="p-"],
[id^="g-"],
.pcard[id],
.group-heading[id] {
    scroll-margin-top: 150px;
}

@media (max-width: 900px) {
    [id^="p-"],
    [id^="g-"],
    .pcard[id],
    .group-heading[id] {
        scroll-margin-top: 96px;
    }
}

/* Fra 901 e 1120 px i link del menu andavano a capo sopra il logo */
@media (max-width: 1120px) and (min-width: 901px) {
    .brand-copy small {
        display: none;
    }

    .nav-panel {
        gap: 14px;
    }

    .nav-links {
        gap: 13px;
    }

    .nav-links a {
        font-size: 0.8rem;
    }

    .nav-panel .button-small {
        padding: 10px 12px;
        font-size: 0.78rem;
    }

    .nav-panel .button-wa svg {
        display: none;
    }
}

/* Sui telefoni il tocco lasciava le schede "sollevate" o i bottoni accesi:
   gli effetti al passaggio del mouse valgono solo dove c'e' un mouse. */
@media (hover: none) {
    .button:hover,
    .pcard:hover {
        transform: none;
    }

    .pcard:hover {
        border-color: var(--line);
        box-shadow: none;
    }

    .button-outline:hover {
        background: transparent;
        color: var(--forest);
    }

    .button-light-outline:hover {
        background: transparent;
        color: var(--white);
    }

    .btn-add:hover {
        border-color: var(--line);
        color: var(--forest);
    }

    .category-link:hover,
    .brand-pill:hover {
        background: inherit;
    }
}

/* Su schermo stretto "Per chi" era tagliato a una riga: si perdeva il senso */
@media (max-width: 560px) {
    .pcard__for span {
        -webkit-line-clamp: 3;
    }
}

/* Il verde di WhatsApp era di tre tonalità diverse: una sola */
.mobile-whatsapp,
.whatsapp-float {
    border-color: var(--wa-green) !important;
    background: var(--wa-green);
}

.whatsapp-float:hover {
    background: var(--wa-green-dark);
}

/* Il numero di telefono, nella pagina dei contatti, si legge da lontano */
.location-details a[href^="tel:"] {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
}

.location-details a[href^="tel:"]:hover {
    color: var(--harvest);
}

/* Le due schede che sono servizi, non prodotti da comprare */
.pcard__state.is-service {
    background: rgba(231, 183, 68, 0.22);
    color: #7a5a06;
}

.pcard__state.is-stock {
    background: rgba(134, 173, 67, 0.2);
    color: #3d6a10;
}
