/* AI Calabria — Dicono di noi */
.page-press {
    --press-navy: #0b1f3a;
    --press-navy-2: #14355e;
    --press-gold: #d7a928;
    --press-cream: #f7f3e9;
    --press-ink: #14243a;
    --press-muted: #627086;
    --press-line: rgba(11, 31, 58, .12);
    background: #fbfaf7;
}

.press-hero { padding: clamp(3rem, 6vw, 5.5rem) 0 2.5rem; background: linear-gradient(135deg, #f8f4e9 0%, #fff 58%, #eef3f8 100%); border-bottom: 1px solid var(--press-line); }
.press-hero__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(2rem, 5vw, 5rem); align-items: end; }
.press-kicker, .press-section-kicker { display: inline-flex; align-items: center; gap: .55rem; margin: 0 0 .65rem; color: #966f08; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.press-kicker::before, .press-section-kicker::before { content: ''; width: 2rem; height: 2px; background: var(--press-gold); }
.press-hero h1 { max-width: 900px; margin: 0; color: var(--press-navy); font-size: clamp(2.7rem, 5.6vw, 5.6rem); line-height: .96; letter-spacing: -.055em; font-weight: 900; }
.press-hero__copy > p:last-child { max-width: 780px; margin: 1.35rem 0 0; color: var(--press-muted); font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.65; }
.press-hero__stats { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--press-line); border-radius: 24px; background: rgba(255,255,255,.82); box-shadow: 0 24px 70px rgba(13, 31, 54, .08); backdrop-filter: blur(12px); }
.press-hero__stats article { min-width: 0; padding: 1.45rem 1rem; text-align: center; border-right: 1px solid var(--press-line); }
.press-hero__stats article:last-child { border-right: 0; }
.press-hero__stats strong { display: block; color: var(--press-navy); font-size: clamp(2rem, 3vw, 3rem); line-height: 1; font-weight: 900; }
.press-hero__stats span { display: block; margin-top: .45rem; color: var(--press-muted); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.press-wall { padding: 1.8rem 0; background: #fff; border-bottom: 1px solid var(--press-line); }
.press-wall .press-section-kicker { margin-bottom: 1rem; }
.press-wall__track { display: flex; flex-wrap: wrap; gap: .75rem; }
.press-outlet { display: grid; grid-template-columns: 82px auto; gap: .8rem; align-items: center; min-height: 98px; padding: .5rem .75rem; border: 1px solid var(--press-line); border-radius: 18px; color: var(--press-ink); background: #fff; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.press-outlet:hover { color: var(--press-ink); transform: translateY(-2px); border-color: rgba(215,169,40,.7); box-shadow: 0 12px 30px rgba(11,31,58,.08); }
.press-outlet__mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: var(--press-navy); font-size: .76rem; font-weight: 900; letter-spacing: .04em; }
.press-outlet img { display: block; width: 82px; height: 82px; max-width: none; max-height: none; object-fit: contain; border-radius: 14px; }
.press-outlet strong { font-size: .95rem; white-space: nowrap; }
.press-outlet small { color: var(--press-muted); font-size: .72rem; white-space: nowrap; }

.press-featured, .press-archive { padding: clamp(3rem, 6vw, 5.8rem) 0; }
.press-featured { background: var(--press-navy); color: #fff; }
.press-section-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2rem; }
.press-section-head h2 { margin: 0; color: inherit; font-size: clamp(2rem, 3.7vw, 3.4rem); letter-spacing: -.04em; font-weight: 900; }
.press-featured .press-section-kicker { color: #f0cd6c; }
.press-featured__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.press-feature-card { display: grid; grid-template-columns: minmax(150px, .72fr) minmax(0, 1.45fr); min-height: 390px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: rgba(255,255,255,.07); box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.press-feature-card__visual { position: relative; display: flex; flex-direction: column; justify-content: flex-end; gap: .4rem; min-height: 100%; padding: 1.45rem; overflow: hidden; background: linear-gradient(145deg, #d7a928 0%, #c88715 55%, #80550b 100%); color: #fff; }
.press-feature-card__visual::before { content: '“'; position: absolute; top: -3rem; right: .5rem; color: rgba(255,255,255,.14); font-family: Georgia, serif; font-size: 12rem; line-height: 1; }
.press-feature-card__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.press-feature-card__visual img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.7)); }
.press-feature-card__monogram { position: relative; z-index: 1; display: grid; place-items: center; width: 74px; height: 74px; border: 1px solid rgba(255,255,255,.55); border-radius: 22px; background: rgba(11,31,58,.82); font-size: 1.35rem; font-weight: 900; }
.press-feature-card__visual strong, .press-feature-card__visual > span:last-child { position: relative; z-index: 1; }
.press-feature-card__visual strong { font-size: 1.1rem; }
.press-feature-card__visual > span:last-child { font-size: .76rem; opacity: .86; }
.press-feature-card__body { display: flex; flex-direction: column; padding: clamp(1.4rem, 2.2vw, 2.1rem); }
.press-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; color: #8897aa; font-size: .73rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.press-type, .press-card .press-meta > span { display: inline-flex; align-items: center; min-height: 28px; padding: .2rem .65rem; border-radius: 999px; background: rgba(215,169,40,.13); color: #f0cd6c; }
.press-source { margin: .9rem 0 .45rem; color: #f0cd6c; font-size: .86rem; font-weight: 800; }
.press-feature-card h3 { margin: 0; color: #fff; font-size: clamp(1.35rem, 2.05vw, 2rem); line-height: 1.16; letter-spacing: -.03em; font-weight: 850; }
.press-summary { margin: 1rem 0 0; color: #cdd6e1; line-height: 1.65; }
.press-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: auto; padding-top: 1.4rem; }
.press-link { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 44px; padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; color: #fff; text-decoration: none; font-size: .86rem; font-weight: 850; }
.press-link:hover { color: #fff; border-color: #f0cd6c; }
.press-link--primary { border-color: var(--press-gold); background: var(--press-gold); color: var(--press-navy); }
.press-link--primary:hover { color: var(--press-navy); background: #f0c84e; }

.press-archive { background: #fbfaf7; }
.press-section-head--archive { align-items: center; }
.press-archive .press-section-head h2 { color: var(--press-navy); }
.press-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }
.press-filters a { display: inline-flex; align-items: center; gap: .4rem; min-height: 40px; padding: .55rem .85rem; border: 1px solid var(--press-line); border-radius: 999px; color: var(--press-muted); background: #fff; text-decoration: none; font-size: .82rem; font-weight: 800; }
.press-filters a:hover, .press-filters a.is-active { border-color: var(--press-navy); color: #fff; background: var(--press-navy); }
.press-filters small { opacity: .65; }
.press-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.press-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--press-line); border-radius: 24px; background: #fff; box-shadow: 0 14px 42px rgba(11,31,58,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.press-card:hover { transform: translateY(-5px); border-color: rgba(215,169,40,.55); box-shadow: 0 24px 60px rgba(11,31,58,.12); }
.press-card__visual { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 178px; padding: 1.15rem; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--press-navy), #1e4f82); text-decoration: none; }
.press-card:nth-child(3n+2) .press-card__visual { background: linear-gradient(135deg, #9b6c0b, #d7a928); }
.press-card:nth-child(3n+3) .press-card__visual { background: linear-gradient(135deg, #26374b, #5b7188); }
.press-card__visual::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 10%, rgba(255,255,255,.18), transparent 38%); }
.press-card__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.press-card__visual span, .press-card__visual strong { position: relative; z-index: 1; }
.press-card__visual span { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: auto; border: 1px solid rgba(255,255,255,.35); border-radius: 17px; background: rgba(255,255,255,.1); font-size: 1rem; font-weight: 900; }
.press-card__visual strong { font-size: 1.15rem; }
.press-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.35rem; }
.press-card .press-meta { color: #7e8a9b; }
.press-card .press-meta > span { color: #7d5b08; background: #f9f0d5; }
.press-card .press-source { margin-top: .8rem; color: #9a720c; }
.press-card h3 { margin: 0; font-size: 1.25rem; line-height: 1.24; letter-spacing: -.025em; font-weight: 850; }
.press-card h3 a { color: var(--press-ink); text-decoration: none; }
.press-card h3 a:hover { color: #9a720c; }
.press-card .press-summary { color: var(--press-muted); display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.press-card__footer { display: flex; align-items: center; gap: .55rem; margin-top: auto; padding-top: 1.25rem; }
.press-text-link { color: var(--press-navy); text-decoration: none; font-size: .84rem; font-weight: 900; }
.press-text-link:hover { color: #9a720c; }
.press-media-dot { display: grid; place-items: center; width: 34px; height: 34px; margin-left: auto; border-radius: 50%; background: var(--press-navy); color: #fff; text-decoration: none; font-size: .72rem; }
.press-media-dot + .press-media-dot { margin-left: 0; }
.press-empty { padding: 3rem; border: 1px dashed var(--press-line); border-radius: 20px; color: var(--press-muted); background: #fff; text-align: center; }

.press-contact { padding: 0 0 clamp(3.5rem, 7vw, 6rem); background: #fbfaf7; }
.press-contact__card { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: clamp(1.8rem, 4vw, 3rem); border-radius: 28px; background: linear-gradient(125deg, #f2c84b, #d7a928); color: var(--press-navy); box-shadow: 0 28px 70px rgba(136,94,5,.18); }
.press-contact__card span { display: block; margin-bottom: .45rem; font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.press-contact__card h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.04em; font-weight: 900; }
.press-contact__card p { max-width: 760px; margin: .7rem 0 0; line-height: 1.55; }
.press-contact__card > a { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.2rem; border-radius: 15px; background: var(--press-navy); color: #fff; text-decoration: none; font-weight: 900; }
.press-contact__card > a:hover { background: #173b68; color: #fff; }

/* Brand reuse: when an outlet has a logo, every linked article can use it automatically. */
.press-feature-card__cover, .press-card__cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.press-feature-card__brand-logo { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: min(178px, 82%); aspect-ratio: 1 / 1; min-height: 0; padding: .55rem; margin-bottom: auto; border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: 0 14px 36px rgba(0,0,0,.16); overflow: hidden; }
.press-feature-card__brand-logo img { position: static; width: 100%; max-width: none; height: 100%; max-height: none; object-fit: contain; }
.press-feature-card__logo-badge { position: absolute; z-index: 2; left: 1.15rem; bottom: 1.15rem; display: flex; align-items: center; justify-content: center; width: 82px; height: 82px; padding: .35rem; border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 10px 28px rgba(0,0,0,.18); overflow: hidden; }
.press-feature-card__logo-badge img { position: static; width: 100%; max-width: none; height: 100%; max-height: none; object-fit: contain; }
.press-card__brand-logo { position: relative; z-index: 1; display: flex !important; align-items: center; justify-content: center; width: 116px !important; height: 116px !important; aspect-ratio: 1 / 1; margin: auto auto .7rem 0 !important; padding: .45rem; border: 0 !important; border-radius: 18px !important; background: rgba(255,255,255,.97) !important; overflow: hidden; }
.press-card__brand-logo img { position: static; width: 100%; max-width: none; height: 100%; max-height: none; object-fit: contain; }
.press-card__logo-badge { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; display: flex !important; align-items: center; justify-content: center; width: 70px !important; max-width: none; height: 70px !important; min-height: 0; margin: 0 !important; padding: .3rem; border: 0 !important; border-radius: 14px !important; background: rgba(255,255,255,.97) !important; box-shadow: 0 8px 24px rgba(0,0,0,.14); overflow: hidden; }
.press-card__logo-badge img { position: static; width: 100%; max-width: none; height: 100%; max-height: none; object-fit: contain; }

@media (max-width: 1180px) {
    .press-feature-card { grid-template-columns: 1fr; }
    .press-feature-card__visual { min-height: 170px; }
    .press-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .press-hero__inner { grid-template-columns: 1fr; }
    .press-hero__stats { max-width: 600px; }
    .press-featured__grid { grid-template-columns: 1fr; }
    .press-section-head, .press-section-head--archive { align-items: flex-start; flex-direction: column; }
    .press-filters { justify-content: flex-start; }
}
@media (max-width: 640px) {
    .press-hero { padding-top: 2.2rem; }
    .press-hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
    .press-hero__stats { grid-template-columns: repeat(2, 1fr); border-radius: 18px; }
    .press-hero__stats article:nth-child(2) { border-right: 0; }
    .press-stat-date { display: none; }
    .press-wall__track { display: grid; grid-template-columns: 1fr; }
    .press-outlet { width: 100%; }
    .press-grid { grid-template-columns: 1fr; }
    .press-feature-card { border-radius: 22px; }
    .press-contact__card { align-items: stretch; flex-direction: column; border-radius: 22px; }
    .press-contact__card > a { width: 100%; }
}
@media (max-width: 640px) {
    .press-outlet { grid-template-columns: 72px 1fr; min-height: 88px; }
    .press-outlet img { width: 72px; height: 72px; }
    .press-feature-card__brand-logo { width: 138px; }
    .press-feature-card__logo-badge { width: 72px; height: 72px; }
    .press-card__brand-logo { width: 104px !important; height: 104px !important; }
    .press-card__logo-badge { width: 64px !important; height: 64px !important; }
}
@media (prefers-reduced-motion: reduce) {
    .press-outlet, .press-card { transition: none; }
}
