:root {
    --sr-paper: #fffaf2;
    --sr-panel: #fffdf8;
    --sr-cream: #fff5e6;
    --sr-border: #ead3b8;
    --sr-orange: #d94a1a;
    --sr-orange-2: #ef7b2b;
    --sr-brown: #28150d;
    --sr-text: #3d271b;
    --sr-muted: #765847;
    --sr-green: #476b32;
    --sr-green-soft: #edf5e8;
    --sr-shadow: 0 8px 22px rgba(80, 41, 18, .06);
}

.sagra-pro-page {
    max-width: 1420px;
    margin: 0 auto;
    padding: 16px 18px 34px;
    color: var(--sr-text);
    background:
        radial-gradient(circle at 72% 12%, rgba(239, 123, 43, .08), transparent 28%),
        linear-gradient(180deg, #fffdf8 0%, #fff8ef 100%);
}

.sagra-pro-back {
    margin: 0 0 12px;
}

.sagra-pro-back a {
    color: var(--sr-orange);
    text-decoration: none;
    font-weight: 900;
    font-size: .95rem;
}

.sagra-pro-layout {
    display: grid;
    grid-template-columns: 435px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.sagra-pro-left {
    display: grid;
    gap: 12px;
}

.sagra-pro-card {
    background: rgba(255, 253, 248, .94);
    border: 1px solid var(--sr-border);
    border-radius: 18px;
    box-shadow: var(--sr-shadow);
}

.sagra-pro-poster-card {
    padding: 8px;
    background: #fff4df;
    overflow: hidden;
}

.sagra-pro-poster {
    height: 565px;
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(circle at 38% 22%, rgba(255,255,255,.35), transparent 17%),
        linear-gradient(145deg, #f4bb6b, #d84a1b);
    display: grid;
    place-items: center;
}

.sagra-pro-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder più simile a una locandina, non a un box vuoto */
.sagra-pro-poster-placeholder {
    width: 100%;
    height: 100%;
    padding: 34px;
    box-sizing: border-box;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff8ef;
    background:
        radial-gradient(circle at 50% 20%, rgba(255,255,255,.32), transparent 18%),
        linear-gradient(160deg, #f4b665 0%, #ec7a32 52%, #d94119 100%);
}

.sagra-pro-poster-placeholder span {
    display: block;
    font-size: 5.4rem;
    margin-bottom: 18px;
    filter: drop-shadow(0 5px 0 rgba(0,0,0,.25));
}

.sagra-pro-poster-placeholder strong {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    line-height: 1.02;
    letter-spacing: -.06em;
    color: #fffaf2;
}

.sagra-pro-practical {
    padding: 15px 18px;
}

.sagra-pro-practical h3,
.sagra-pro-box h3,
.sagra-pro-section h2 {
    margin: 0 0 12px;
    color: var(--sr-brown);
    font-weight: 950;
    letter-spacing: -.04em;
}

.sagra-pro-practical-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 16px;
}

.sagra-pro-practical-item {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    color: var(--sr-muted);
    font-weight: 850;
    line-height: 1.32;
    font-size: .93rem;
}

.sagra-pro-main {
    display: grid;
    gap: 14px;
}

.sagra-pro-hero {
    min-height: 438px;
    padding: 24px 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        radial-gradient(circle at 86% 8%, rgba(239, 123, 43, .09), transparent 24%),
        linear-gradient(135deg, rgba(255,253,248,.98), rgba(255,248,239,.98));
}

.sagra-pro-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.sagra-pro-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff0e3;
    border: 1px solid #efc99f;
    color: #c2410c;
    font-weight: 900;
    font-size: .88rem;
}

.sagra-pro-badge.green {
    background: var(--sr-green-soft);
    color: var(--sr-green);
}

.sagra-pro-title {
    margin: 0;
    max-width: 790px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 5.3vw, 5.75rem);
    line-height: .90;
    letter-spacing: -.085em;
    color: var(--sr-brown);
    font-weight: 900;
}

.sagra-pro-location {
    margin: 17px 0 0;
    color: #774225;
    font-size: 1.18rem;
    font-weight: 850;
}

.sagra-pro-date {
    margin: 12px 0 0;
    color: #a94017;
    font-size: 1.62rem;
    font-weight: 950;
    letter-spacing: -.025em;
}

.sagra-pro-rating {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sagra-pro-stars {
    color: #f4a51c;
    font-size: 1.56rem;
    letter-spacing: 1px;
    line-height: 1;
}

.sagra-pro-rating strong {
    color: var(--sr-brown);
    font-size: 1.28rem;
}

.sagra-pro-rating span:last-child {
    color: var(--sr-muted);
    font-weight: 800;
}

.sagra-pro-description {
    margin-top: 18px;
    max-width: 780px;
    color: #3f2a1e;
    font-size: 1.03rem;
    line-height: 1.68;
    font-weight: 650;
}

.sagra-pro-actions {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sagra-pro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 11px;
    border: 1px solid var(--sr-border);
    background: #fff8ef;
    color: #8f3a16;
    text-decoration: none;
    font-weight: 950;
    box-sizing: border-box;
}

.sagra-pro-btn.primary {
    border: none;
    color: #fff;
    background: linear-gradient(135deg, #ee6b22, #dd3d18);
    box-shadow: 0 12px 24px rgba(221, 61, 24, .18);
}

.sagra-pro-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sagra-pro-box {
    padding: 15px 17px;
    min-height: 142px;
}

.sagra-pro-box p,
.sagra-pro-box li,
.sagra-pro-section p {
    color: #493225;
    line-height: 1.55;
    font-weight: 650;
    font-size: .96rem;
}

.sagra-pro-box ul {
    margin: 0;
    padding-left: 20px;
}

.sagra-pro-map {
    height: 104px;
    border-radius: 13px;
    border: 1px solid var(--sr-border);
    margin-bottom: 10px;
    background:
        radial-gradient(circle at 62% 48%, #477f39 0 10px, transparent 11px),
        linear-gradient(35deg, rgba(122,62,23,.08) 1px, transparent 1px),
        linear-gradient(125deg, rgba(122,62,23,.08) 1px, transparent 1px),
        #f5eadb;
    background-size: auto, 54px 54px, 68px 68px, auto;
    display: grid;
    place-items: center;
    color: #477f39;
    font-size: 2rem;
}

.sagra-pro-section {
    padding: 15px 17px;
}

.sagra-pro-section-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-bottom: 12px;
}

.sagra-pro-section-head h2 {
    margin: 0;
}

.sagra-pro-section-head a {
    color: var(--sr-orange);
    text-decoration: none;
    font-weight: 900;
    font-size: .9rem;
}

.sagra-pro-reviews {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.sagra-pro-review {
    padding: 12px;
    border-radius: 14px;
    border: 1px solid var(--sr-border);
    background: #fffaf3;
}

.sagra-pro-review strong {
    display: block;
    color: var(--sr-brown);
    margin-bottom: 5px;
}

.sagra-pro-review-stars {
    color: #f5a623;
    font-weight: 950;
}

.sagra-pro-review p {
    margin: 8px 0 0;
    font-size: .88rem;
    line-height: 1.42;
}

.sagra-pro-photos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
}

.sagra-pro-photo,
.sagra-pro-photo-placeholder {
    height: 112px;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid var(--sr-border);
    background: linear-gradient(135deg, #f6c98a, #e65a1c);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}

.sagra-pro-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sagra-pro-all-reviews {
    display: grid;
    gap: 12px;
}

.sagra-pro-full-review {
    border: 1px solid var(--sr-border);
    background: #fffaf3;
    border-radius: 15px;
    padding: 14px;
}

.sagra-pro-full-review-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 8px;
}

.sagra-pro-useful {
    margin-top: 10px;
    color: var(--sr-muted);
    font-weight: 800;
    font-size: .92rem;
}

/* più vicino alla prima immagine: meno footer dominante sulla pagina dettaglio */
.sagra-pro-page + footer,
.sagra-pro-page ~ footer {
    margin-top: 22px;
}

@media (max-width: 1180px) {
    .sagra-pro-layout {
        grid-template-columns: 385px minmax(0, 1fr);
    }

    .sagra-pro-title {
        font-size: clamp(3.4rem, 5vw, 4.8rem);
    }
}

@media (max-width: 980px) {
    .sagra-pro-layout {
        grid-template-columns: 1fr;
    }

    .sagra-pro-poster {
        height: auto;
        min-height: 420px;
    }

    .sagra-pro-poster img {
        height: auto;
        max-height: 760px;
    }

    .sagra-pro-hero {
        min-height: auto;
    }
}

@media (max-width: 760px) {
    .sagra-pro-page {
        padding: 10px;
    }

    .sagra-pro-two,
    .sagra-pro-reviews {
        grid-template-columns: 1fr;
    }

    .sagra-pro-practical-grid {
        grid-template-columns: 1fr;
    }

    .sagra-pro-photos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sagra-pro-hero {
        padding: 20px;
    }

    .sagra-pro-title {
        font-size: 3.1rem;
    }

    .sagra-pro-date {
        font-size: 1.32rem;
    }
}
