/* Colore e galleria completa: tutte le aggiunte future restano concentrate qui. */
.hero-copy::after { content: ''; display: block; width: 86px; height: 7px; margin-top: 38px; background: linear-gradient(90deg, var(--accent) 0 48%, #74bd44 48% 100%); }
.trust-strip { background: linear-gradient(100deg, var(--ink) 0 70%, #e96e20 70% 100%); }
.services { background: linear-gradient(90deg, #fff 0 90%, #eff8e9 90% 100%); }
.method-section { background: linear-gradient(135deg, #eaf3e5 0 76%, #f9c28f 76% 100%); }
.portfolio-more { padding-top: 102px; background: #225536; color: #fff; max-width: none; }
.portfolio-more .eyebrow { color: #ffbd86; }
.portfolio-more h2 em { color: #ff9a4e; }
.portfolio-more .more-grid { max-width: 1340px; margin: 0 auto; }
.portfolio-more-heading { max-width: 1340px; margin-left: auto; margin-right: auto; padding: 0 4.6vw; }
.more-card { border-bottom: 5px solid var(--accent); }

.full-portfolio { max-width: 1440px; margin: 0 auto; padding: 125px 4.6vw 145px; background: linear-gradient(180deg, #fff 0 83%, #fff4e9 83% 100%); }
.full-portfolio-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 28px; }
.full-portfolio h2 { font-family: 'Playfair Display', serif; font-size: clamp(42px, 4.6vw, 66px); font-weight: 600; letter-spacing: -.045em; line-height: .98; margin: 0; }
.full-portfolio h2 em { color: var(--accent); }
.full-portfolio-intro > p { max-width: 380px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.gallery-legend { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 43px; }
.gallery-legend span { padding: 8px 12px; color: var(--ink); background: #ecf4e8; border: 1px solid #d4e3cb; font-size: 11px; font-weight: 700; }
.gallery-legend span:nth-child(even) { color: #9e4917; background: #fff0e3; border-color: #ffd3ae; }
.full-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 245px; gap: 15px; }
.full-card { position: relative; overflow: hidden; background: var(--ink); color: #fff; isolation: isolate; }
.full-card.card-large { grid-column: span 2; grid-row: span 2; }
.full-card.card-facciata { grid-column: span 2; }
.full-card.card-facciata img { object-position: 34% center; }
.full-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(.72); transition: transform .4s ease, filter .4s ease; }
.full-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(18, 50, 31, .88)); z-index: 1; }
.full-card:hover img { transform: scale(1.045); filter: brightness(.85); }
.full-card div { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 2; }
.full-card b { display: block; font-size: 14px; }
.full-card p { margin: 4px 0 0; color: #f8e6d9; font-size: 11px; }
.site-header { height: 112px; }
.site-header .brand img { width: 345px; max-height: 82px; }
footer .brand img { width: 270px; max-height: 64px; }

@media (max-width: 900px) {
  .full-portfolio-intro { display: block; }
  .full-portfolio-intro > p { margin-top: 26px; }
  .full-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 280px; }
  .portfolio-more-heading { padding: 0 7vw; }
}
@media (max-width: 760px) {
  .site-header { height: 88px; }
  .site-header .brand img { width: 250px; max-height: 59px; }
  footer .brand img { width: 220px; max-height: 53px; }
  .trust-strip { background: var(--ink); }
  .services { background: #fff; }
  .method-section { background: #eaf3e5; }
  .portfolio-more { padding-top: 78px; }
  .full-portfolio { padding: 80px 7vw; }
  .gallery-legend { margin-bottom: 28px; }
  .full-grid { grid-template-columns: 1fr; grid-auto-rows: 265px; }
  .full-card.card-large { grid-column: auto; grid-row: auto; min-height: 360px; }
  .full-card.card-facciata { grid-column: auto; }
}
