/* OneClick CSS - tema=sicelle generato il 2026-06-01T15:30:48+02:00 */
/* ============================================================================
 * Base CSS condiviso da tutti i temi OneClick.
 * Le variabili CSS (--oc-*) sono iniettate inline nel <head> da head.php in base
 * a config.personalizzazione del cliente. Lo style.css del tema fornisce override
 * di brand (font, dettagli grafici) e viene concatenato a questo base in fase di
 * build.
 * ========================================================================= */

/* --- reset minimo --- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: var(--oc-font, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);
    color: var(--oc-text, #222);
    background: var(--oc-bg, #fff);
    line-height: 1.6;
    font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--oc-accent, #c87b3a); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--oc-font, inherit); margin: 0 0 .6em; line-height: 1.25; }
h1 { font-size: 2.4rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.3rem; }

/* --- container --- */
.oc-container { max-width: 1180px; margin: 0 auto; padding: 0 1.25rem; }
.oc-container-narrow { max-width: 760px; }
.oc-text-center { text-align: center; }

/* --- header --- */
.oc-header {
    background: var(--oc-bg, #fff);
    border-bottom: 1px solid rgba(0,0,0,.06);
    position: sticky; top: 0; z-index: 100;
}
.oc-header-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: .85rem 1.25rem;
    gap: 1.5rem; flex-wrap: wrap;
}
.oc-logo { display: inline-flex; align-items: center; }
.oc-logo img { max-height: 48px; width: auto; }
.oc-logo-text {
    font-weight: 700; font-size: 1.25rem; color: var(--oc-text);
}
.oc-nav ul {
    display: flex; gap: 1.5rem; list-style: none; padding: 0; margin: 0;
}
.oc-nav a {
    color: var(--oc-text); font-weight: 500; padding: .25rem 0;
    border-bottom: 2px solid transparent; transition: border-color .15s;
}
.oc-nav a:hover, .oc-nav a.active { border-bottom-color: var(--oc-accent); text-decoration: none; }
.oc-lang { display: flex; gap: .5rem; }
.oc-lang a {
    text-decoration: none; padding: .15rem .5rem; border-radius: 4px;
    color: var(--oc-text); font-size: .85rem; font-weight: 500;
}
.oc-lang a.active { background: var(--oc-accent); color: var(--oc-button-tx); }

/* --- hero --- */
.oc-hero {
    min-height: 480px;
    background-size: cover; background-position: center;
    display: flex; align-items: center;
    color: #fff;
    position: relative;
}
.oc-hero::before {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55));
}
.oc-hero-overlay { position: relative; padding: 5rem 0; width: 100%; }
.oc-hero-title { font-size: 3.2rem; margin: 0 0 .5rem; }
.oc-hero-claim { font-size: 1.15rem; max-width: 640px; margin-bottom: 1.5rem; }

/* --- bottoni --- */
.oc-btn {
    display: inline-block; padding: .7rem 1.4rem;
    font-weight: 600; font-size: 1rem;
    border: 2px solid transparent; border-radius: 4px;
    cursor: pointer; text-decoration: none;
    transition: background .15s, color .15s, border-color .15s;
}
.oc-btn-primary {
    background: var(--oc-button); color: var(--oc-button-tx);
    border-color: var(--oc-button);
}
.oc-btn-primary:hover {
    background: transparent; color: var(--oc-button); text-decoration: none;
}
.oc-btn-outline {
    background: transparent; color: var(--oc-text); border-color: var(--oc-text);
}
.oc-btn-outline:hover {
    background: var(--oc-text); color: var(--oc-bg); text-decoration: none;
}
.oc-btn-link {
    color: var(--oc-accent); padding: 0; border: none; background: transparent;
}

/* --- sezioni --- */
.oc-section { padding: 4rem 0; }
.oc-section-title {
    text-align: center; margin-bottom: 2.5rem;
    font-size: 2rem;
}
.oc-section-cta { text-align: center; margin-top: 2rem; }
.oc-page-title { margin-bottom: 2rem; }

/* --- griglia camere (layout originale OneClick: card orizzontale 4/8) --- */
.oc-unita-grid {
    display: flex; flex-direction: column;
    gap: 2rem;
}
.oc-unita-card {
    background: var(--oc-bg);
    border: 1px solid rgba(0,0,0,.08); border-radius: 6px;
    overflow: hidden;
    display: flex; flex-direction: row; flex-wrap: wrap;
    transition: box-shadow .15s, transform .15s;
}
.oc-unita-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-2px); }
.oc-unita-card .col-md-4, .oc-unita-card .col-md-8 { padding: 0; }
.oc-unita-card .col-md-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.oc-unita-card .col-md-8 { flex: 0 0 66.66%; max-width: 66.66%; }
@media (max-width: 768px) {
    .oc-unita-card .col-md-4, .oc-unita-card .col-md-8 { flex: 0 0 100%; max-width: 100%; }
}
.oc-unita-foto { position: relative; }
.oc-unita-foto img { aspect-ratio: 4/3; object-fit: cover; width: 100%; display: block; }
.oc-unita-foto-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: rgba(0,0,0,.55); color: #fff;
    padding: .4rem .75rem; font-size: .85rem;
    display: flex; gap: 1rem; justify-content: center;
}
.oc-unita-foto-overlay span { display: inline-flex; align-items: center; gap: .25rem; }
.oc-unita-foto-overlay i { font-style: normal; font-weight: 700; }
.oc-i-size::before { content: "\27A1"; }   /* simbolo dimensione */
.oc-i-bed::before  { content: "\1F6CF"; }   /* letto */
.oc-i-bath::before { content: "\1F6C1"; }   /* bagno */
.oc-unita-recap { font-size: .85rem; color: rgba(0,0,0,.6); margin: .5rem 0 .75rem; }
.oc-unita-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.oc-unita-body h3 { margin: 0 0 .5rem; font-size: 1.15rem; }
.oc-unita-body h3 a { color: var(--oc-text); }
.oc-unita-meta {
    list-style: none; padding: 0; margin: 0 0 .75rem;
    display: flex; gap: 1rem; font-size: .85rem; color: rgba(0,0,0,.6);
}
.oc-unita-meta li { white-space: nowrap; }
.oc-unita-meta-bar { /* page singola unita */
    list-style: none; padding: 0; margin: 0 0 1.5rem;
    display: flex; gap: 1.5rem; font-size: .95rem;
}
.oc-unita-desc { font-size: .9rem; flex: 1; }
.oc-unita-galleria {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .5rem; margin-bottom: 2rem;
}
.oc-unita-galleria img { aspect-ratio: 1; object-fit: cover; border-radius: 4px; }
.oc-unita-descrizione { line-height: 1.7; margin-bottom: 2rem; }
.oc-page-title-bar {
    background: var(--oc-bg-soft, #f5f5f5);
    padding: 2rem 0; margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.oc-page-title-bar .oc-page-title { margin: 0 0 .5rem; }
.oc-page-title-extra { display: inline-block; margin-left: 1rem; color: var(--oc-accent, #888); font-weight: 700; }
.oc-breadcrumb {
    list-style: none; padding: 0; margin: 0;
    display: flex; gap: .5rem; font-size: .9rem; color: rgba(0,0,0,.55);
}
.oc-breadcrumb li:not(:first-child)::before { content: "›"; margin-right: .5rem; }
.oc-section-subtitle { font-size: 1.4rem; margin: 2.5rem 0 1rem; }
.oc-unita-servizi-list {
    list-style: none; padding: 0; margin: 0 0 2rem;
    display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: .75rem 1.5rem; font-size: .95rem;
}
.oc-unita-servizi-list li::before { content: "✓ "; color: var(--oc-accent, #28a745); font-weight: 700; }
.oc-camera-detail.row { display: flex; flex-wrap: wrap; gap: 2rem; }
.oc-camera-detail .col-md-8 { flex: 1 1 60%; }
.oc-camera-detail .col-md-4 { flex: 0 0 30%; }
@media (max-width: 992px) {
    .oc-camera-detail .col-md-8, .oc-camera-detail .col-md-4 { flex: 0 0 100%; }
}

/* --- gallery --- */
.oc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: .5rem;
}
.oc-gallery-grid img { aspect-ratio: 1; object-fit: cover; border-radius: 4px; }
.oc-gallery-grid figcaption { font-size: .8rem; color: rgba(0,0,0,.6); padding: .25rem; }
.oc-gallery-grid figure { margin: 0; }
.oc-gallery-full { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }

/* --- booking widget --- */
.oc-booking { background: rgba(0,0,0,.04); padding: 3rem 0; }
.oc-booking-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) auto;
    gap: 1rem;
    align-items: end;
    max-width: 980px; margin: 0 auto;
}
.oc-booking-form label { display: flex; flex-direction: column; font-size: .85rem; }
.oc-booking-form label span { margin-bottom: .25rem; font-weight: 500; }
.oc-booking-form input {
    padding: .55rem .75rem; font-size: 1rem;
    border: 1px solid rgba(0,0,0,.15); border-radius: 4px;
}

/* --- contatti --- */
.oc-contatti-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
    margin-bottom: 3rem;
}
@media (max-width: 768px) { .oc-contatti-grid { grid-template-columns: 1fr; } }
.oc-contact-form {
    display: grid; gap: 1rem; max-width: 640px; margin: 0 auto;
}
.oc-contact-form label { display: flex; flex-direction: column; font-size: .85rem; }
.oc-contact-form label span { margin-bottom: .25rem; font-weight: 500; }
.oc-contact-form input,
.oc-contact-form textarea {
    padding: .6rem .75rem; font-size: 1rem;
    border: 1px solid rgba(0,0,0,.15); border-radius: 4px;
    font-family: inherit;
}

/* --- CMS article --- */
.oc-cms-content {
    line-height: 1.8;
}
.oc-cms-content h2, .oc-cms-content h3 { margin-top: 1.6em; }
.oc-cms-content img { border-radius: 6px; margin: 1.5rem 0; }
.oc-cms-content p { margin: 0 0 1rem; }
.oc-cms-content ul, .oc-cms-content ol { margin: 0 0 1rem 1.5rem; }

/* --- footer --- */
.oc-footer {
    background: var(--oc-footer, #1f1f1f);
    color: rgba(255,255,255,.85);
    padding: 3rem 0 0;
    margin-top: 4rem;
}
.oc-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    padding-bottom: 2rem;
}
.oc-footer h4 { color: #fff; margin: 0 0 .75rem; }
.oc-footer a { color: rgba(255,255,255,.95); }
.oc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 1rem 1.25rem;
    text-align: center; font-size: .85rem;
    color: rgba(255,255,255,.6);
}

/* --- 404 --- */
.oc-404-title { font-size: 5rem; margin: 0; color: var(--oc-accent); }
.oc-404-message { font-size: 1.25rem; margin: 0 0 2rem; }

/* --- empty state --- */
.oc-empty {
    text-align: center; padding: 3rem 0; color: rgba(0,0,0,.5);
    font-style: italic;
}

/* --- recensioni (pagina Pro): look ispirato a sites.lodging.it/it/borgo-sicelle ---
 * Header con voto medio in cerchio arancione, riquadro grigio chiaro coi voti
 * per servizio + stelle, toolbar di filtri, card recensione a due colonne con
 * cerchio voto, smile pos/neg, risposta proprietario e sidebar (data, autore,
 * notti, tipologia, bandiera).
 */
.oc-reviews-headline {
    text-align: center;
    font-size: 1.1rem;
    margin: 1rem 0 1.25rem;
    color: rgba(0,0,0,.75);
}
.oc-reviews-total { color: #f5a623; font-size: 1.35rem; font-weight: 700; }
.oc-reviews-avg-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #f5a623;
    color: #fff;
    font-weight: 700;
    margin-left: .35rem;
    vertical-align: middle;
}

.oc-reviews-servizi {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 1.25rem 1rem;
    margin-bottom: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: .9rem 1.25rem;
}
.oc-reviews-servizio {
    display: flex; align-items: center; gap: .75rem;
}
.oc-reviews-servizio-voto {
    flex: 0 0 auto;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: #fff;
    color: rgba(0,0,0,.75);
    font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid rgba(0,0,0,.05);
}
.oc-reviews-servizio-info { line-height: 1.2; }
.oc-reviews-servizio-label { font-size: .92rem; color: rgba(0,0,0,.75); }
.oc-reviews-servizio-stelle { color: #f5a623; font-size: .95rem; letter-spacing: 1px; }

/* Card recensione: due colonne (main + sidebar) come nel template di borgo-sicelle. */
.oc-reviews { display: block; }
.oc-review-card {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 1.25rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}
@media (max-width: 768px) {
    .oc-review-card { grid-template-columns: 1fr; }
}
.oc-review-main { display: flex; gap: 1rem; }
.oc-review-voto {
    flex: 0 0 auto;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: #f5a623;
    color: #fff;
    font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
}
.oc-review-body { flex: 1 1 auto; }
.oc-review-title { font-size: 1.15rem; margin: 0 0 .5rem; color: rgba(0,0,0,.85); }
.oc-review-line { display: flex; gap: .6rem; margin-bottom: .35rem; }
.oc-review-smile { font-size: 1.25rem; line-height: 1.2; flex: 0 0 auto; }
.oc-review-smile.oc-pos { color: #28a745; }
.oc-review-smile.oc-neg { color: #dc3545; }
.oc-review-pos-text, .oc-review-neg-text {
    margin: 0; line-height: 1.45; color: rgba(0,0,0,.78);
}
.oc-review-neg-text { color: rgba(0,0,0,.55); font-style: italic; }
.oc-review-answer {
    display: flex; gap: .6rem;
    background: #f4f4f4;
    border-radius: 4px;
    padding: .75rem 1rem;
    margin-top: .75rem;
    font-size: .92rem; color: rgba(0,0,0,.72);
}
.oc-review-answer p { margin: 0; }
.oc-review-answer-ico { color: #888; font-size: 1.1rem; }

.oc-review-sidebar {
    border-left: 1px dashed rgba(0,0,0,.1);
    padding-left: 1rem;
    font-size: .9rem;
    color: rgba(0,0,0,.65);
    display: flex; flex-direction: column; gap: .25rem;
}
@media (max-width: 768px) {
    .oc-review-sidebar { border-left: none; border-top: 1px dashed rgba(0,0,0,.1); padding-left: 0; padding-top: .75rem; }
}
.oc-review-date { font-weight: 600; color: rgba(0,0,0,.85); }
.oc-review-author { color: rgba(0,0,0,.8); }
.oc-review-notti { color: rgba(0,0,0,.55); font-size: .85rem; }
.oc-review-tipologia { color: rgba(0,0,0,.7); font-style: italic; }
.oc-review-flag { font-size: 1.4rem; line-height: 1; }

/* Legacy classi .oc-review-* (vecchio template). Mantenute per compat se altri
   temi le usano direttamente, ma il design principale e' sopra. */
.oc-reviews-count { color: rgba(0,0,0,.55); margin-bottom: 1rem; }
.oc-reviews-toolbar {
    display: flex; flex-wrap: wrap; gap: 1.25rem;
    align-items: flex-end; margin: 0 0 1.5rem;
    padding: .85rem 1rem; background: rgba(0,0,0,.03);
    border-radius: 6px;
}
.oc-reviews-toolbar .oc-reviews-tool {
    display: flex; flex-direction: column; gap: .25rem;
    font-size: .85rem; color: rgba(0,0,0,.6);
    margin-bottom: 0;
}
.oc-reviews-toolbar select {
    padding: .35rem .5rem; border-radius: 4px;
    border: 1px solid rgba(0,0,0,.18); background: #fff;
    font-size: .92rem; color: rgba(0,0,0,.85);
    min-width: 160px;
}
.oc-reviews-empty-filter {
    text-align: center; padding: 2rem 0;
    color: rgba(0,0,0,.55); font-style: italic;
}
.oc-reviews { display: grid; grid-template-columns: 1fr; gap: 1.25rem; }
@media (min-width: 768px) { .oc-reviews { grid-template-columns: repeat(2, 1fr); } }
.oc-review {
    background: #fff; border: 1px solid rgba(0,0,0,.08);
    border-radius: 8px; padding: 1.25rem 1.25rem 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
.oc-review-head { margin-bottom: .75rem; }
.oc-review-stars { color: #f5a623; font-size: 1.1rem; letter-spacing: 2px; }
.oc-review-title { font-size: 1.1rem; margin: .25rem 0 .5rem; line-height: 1.3; }
.oc-review-meta { font-size: .85rem; color: rgba(0,0,0,.55); display: flex; gap: .75rem; flex-wrap: wrap; }
.oc-review-meta .oc-review-lang {
    background: rgba(0,0,0,.06); padding: 0 .4rem; border-radius: 3px;
    font-size: .75rem; text-transform: uppercase;
}
.oc-review-body p { margin: 0 0 .5rem; line-height: 1.55; }
.oc-review-positive { color: rgba(0,0,0,.85); }
.oc-review-negative { color: rgba(180,0,0,.85); font-size: .9rem; }
.oc-review-answer {
    margin-top: .75rem; padding-top: .75rem;
    border-top: 1px dashed rgba(0,0,0,.12);
    font-size: .9rem; color: rgba(0,0,0,.7);
}
.oc-review-answer strong { display: block; margin-bottom: .25rem; color: var(--oc-accent); }
.oc-pager { display: flex; gap: .5rem; justify-content: center; margin: 2rem 0; flex-wrap: wrap; }
.oc-pager a {
    display: inline-block; padding: .4rem .8rem;
    border: 1px solid rgba(0,0,0,.15); border-radius: 4px;
    text-decoration: none; color: rgba(0,0,0,.75);
}
.oc-pager a.active { background: var(--oc-accent); color: #fff; border-color: var(--oc-accent); }

/* --- responsive --- */
@media (max-width: 768px) {
    .oc-hero { min-height: 360px; }
    .oc-hero-title { font-size: 2.2rem; }
    .oc-header-inner { gap: .75rem; }
    .oc-nav ul { gap: 1rem; font-size: .9rem; }
    h1 { font-size: 1.9rem; }
    h2 { font-size: 1.5rem; }
    .oc-section { padding: 2.5rem 0; }
}


/* --- tema sicelle --- */
/* ============================================================================
 * Tema "sicelle" — riscritto con asset propri (#71).
 * Ispirato al vecchio sites.lodging.it/it/borgo-sicelle: terracotta su crema,
 * tipografia serif italica per i titoli, hero full-width con overlay sepia,
 * sezioni alternate, card sobrie con border accent, bottoni squadrati.
 * I font Google sono caricati dal head.php via il manifest "google_fonts".
 * ========================================================================= */

/* ----- typography ----------------------------------------------------- */
body {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    color: var(--oc-text);
    background: var(--oc-bg);
    line-height: 1.6;
}
h1, h2, h3, h4,
.oc-hero-title, .oc-section-title, .oc-page-title, .oc-section-subtitle {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    letter-spacing: .005em;
}

/* ----- HEADER --------------------------------------------------------- */
.oc-header {
    background: var(--oc-bg);
    border-bottom: 1px solid rgba(58,36,21,.12);
    box-shadow: none;
}
.oc-header-inner { padding: 1rem 1.5rem; }
.oc-logo-text {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 1.7rem;
    color: var(--oc-accent);
}
.oc-nav a {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.15rem;
    color: var(--oc-text);
    text-transform: lowercase;
    letter-spacing: .03em;
    transition: color .15s ease;
}
.oc-nav a:hover, .oc-nav a.active {
    color: var(--oc-accent);
}

/* ----- HERO ----------------------------------------------------------- */
.oc-hero {
    min-height: 88vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* parallax soft (JS aggiunge offset dinamico) */
}
.oc-hero-overlay {
    padding: 8rem 0 7rem;
    background: linear-gradient(rgba(58,36,21,.18), rgba(58,36,21,.55));
    color: #fff;
    text-align: center;
}
.oc-hero-title {
    font-size: 4.4rem;
    font-style: italic;
    line-height: 1.05;
    text-shadow: 0 2px 14px rgba(0,0,0,.3);
    margin: 0 0 .75rem;
}
.oc-hero-claim {
    font-size: 1.2rem;
    max-width: 640px;
    margin: 0 auto 2rem;
    color: rgba(255,255,255,.92);
}
.oc-hero .oc-btn {
    background: rgba(255,255,255,.92);
    color: var(--oc-accent);
    border: none;
}
.oc-hero .oc-btn:hover {
    background: var(--oc-accent);
    color: #fff;
}

@media (max-width: 768px) {
    .oc-hero { min-height: 70vh; background-attachment: scroll; }
    .oc-hero-overlay { padding: 5rem 0; }
    .oc-hero-title { font-size: 2.6rem; }
}

/* ----- SECTIONS ------------------------------------------------------- */
.oc-section { padding: 5rem 0; }
.oc-section-camere   { background: rgba(164,68,36,.04); }
.oc-section-gallery-teaser { background: var(--oc-bg); }
.oc-section-title {
    font-style: italic;
    font-weight: 500;
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 .35rem;
}
.oc-section-title::after {
    content: "";
    display: block;
    width: 64px; height: 1px;
    background: var(--oc-accent);
    margin: .75rem auto 1.5rem;
    opacity: .8;
}

.oc-section-subtitle {
    font-size: 1.4rem;
    font-style: italic;
    text-align: center;
    color: rgba(58,36,21,.7);
    margin: 0 0 2rem;
}

/* ----- BOOKING WIDGET ------------------------------------------------- */
.oc-booking {
    background: #fff;
    border-top: 4px solid var(--oc-accent);
    padding: 2rem 0;
    margin-top: -3rem;
    position: relative;
    z-index: 5;
    box-shadow: 0 8px 22px rgba(58,36,21,.08);
}
.oc-booking-form { gap: 1rem; }
.oc-booking input, .oc-booking select {
    border-radius: 0;
    border: 1px solid rgba(58,36,21,.2);
    background: #fbf6ed;
    font-family: "Source Sans Pro", sans-serif;
}

/* ----- CAMERE GRID ---------------------------------------------------- */
.oc-unita-card {
    border-radius: 0;
    border: 1px solid rgba(58,36,21,.15);
    background: #fff;
    transition: border-color .2s ease, transform .2s ease;
    overflow: hidden;
}
.oc-unita-card:hover {
    border-color: var(--oc-accent);
    transform: translateY(-3px);
}
.oc-unita-card-foto { aspect-ratio: 4/3; overflow: hidden; }
.oc-unita-card-foto img {
    filter: sepia(.08) saturate(.95);
    transition: transform .4s ease;
    width: 100%; height: 100%; object-fit: cover;
}
.oc-unita-card:hover .oc-unita-card-foto img { transform: scale(1.06); }
.oc-unita-card-body { padding: 1.25rem; }
.oc-unita-card-titolo {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    font-style: italic;
    margin: 0 0 .35rem;
    color: var(--oc-text);
}
.oc-unita-card-meta { color: rgba(58,36,21,.65); font-size: .9rem; }

/* ----- GALLERY GRID (teaser + full) ----------------------------------- */
.oc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .8rem;
}
.oc-gallery-grid figure, .oc-gallery-grid a {
    overflow: hidden; cursor: zoom-in;
    margin: 0; position: relative;
}
.oc-gallery-grid img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover;
    transition: transform .3s ease, filter .3s ease;
    filter: sepia(.05) saturate(.95);
}
.oc-gallery-grid figure:hover img,
.oc-gallery-grid a:hover img { transform: scale(1.05); filter: none; }
.oc-gallery-grid figcaption {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(transparent, rgba(58,36,21,.7));
    color: #fff; padding: .5rem .75rem;
    font-size: .85rem; font-style: italic;
    opacity: 0; transition: opacity .2s ease;
}
.oc-gallery-grid figure:hover figcaption { opacity: 1; }

/* ----- BOTTONI -------------------------------------------------------- */
.oc-btn {
    border-radius: 0;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .8rem;
    padding: .9rem 2.25rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.oc-btn-primary {
    background: var(--oc-accent);
    color: var(--oc-bg);
    border-color: var(--oc-accent);
}
.oc-btn-primary:hover {
    background: #8a3520;
    border-color: #8a3520;
    color: var(--oc-bg);
}
.oc-btn-secondary {
    background: transparent;
    color: var(--oc-accent);
    border-color: var(--oc-accent);
}
.oc-btn-secondary:hover {
    background: var(--oc-accent);
    color: var(--oc-bg);
}

/* ----- FOOTER --------------------------------------------------------- */
.oc-footer {
    background: var(--oc-footer);
    color: rgba(251,246,237,.85);
    font-family: "Cormorant Garamond", serif;
    padding: 4rem 0 1.5rem;
}
.oc-footer h3 {
    font-style: italic;
    font-size: 1.4rem;
    color: var(--oc-bg);
    margin: 0 0 1rem;
}
.oc-footer a { color: rgba(251,246,237,.85); }
.oc-footer a:hover { color: var(--oc-bg); }
.oc-footer-bottom {
    border-top: 1px solid rgba(251,246,237,.15);
    margin-top: 2rem; padding-top: 1rem;
    font-size: .85rem; color: rgba(251,246,237,.55);
}

/* ----- SCROLL-REVEAL (gestito da assets/js/sicelle.js) ---------------- */
.oc-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}
.oc-reveal.oc-revealed {
    opacity: 1;
    transform: none;
}

/* ----- TESTIMONIANZE / blockquote stile manoscritto ------------------- */
blockquote, .oc-quote {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.4;
    color: rgba(58,36,21,.78);
    border-left: 3px solid var(--oc-accent);
    padding: .25rem 1.25rem;
    margin: 1.5rem 0;
}

/* ----- DETTAGLIO CAMERA ----------------------------------------------- */
.oc-unita-galleria {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem;
    margin-bottom: 1.5rem;
}
.oc-unita-galleria a { cursor: zoom-in; }
.oc-unita-galleria img {
    width: 100%; aspect-ratio: 4/3; object-fit: cover;
    filter: sepia(.05);
    transition: filter .25s ease;
}
.oc-unita-galleria a:hover img { filter: none; }
.oc-unita-descrizione {
    line-height: 1.7;
    color: rgba(58,36,21,.85);
    margin: 1.25rem 0;
}
.oc-unita-servizi-list {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-wrap: wrap; gap: .5rem 1rem;
    font-size: .92rem;
    color: rgba(58,36,21,.7);
}
.oc-unita-servizi-list li { padding: .2rem 0; }
.oc-unita-servizi-list strong { color: var(--oc-accent); }

/* ----- CONTATTI ------------------------------------------------------- */
.oc-contact-form input,
.oc-contact-form textarea {
    border-radius: 0; border: 1px solid rgba(58,36,21,.2);
    background: #fbf6ed;
    font-family: "Source Sans Pro", sans-serif;
    padding: .65rem .9rem;
}
.oc-contact-form button { margin-top: .75rem; }

