/*
Theme Name: GP service
Theme URI: https://gpservice.cloud
Author: GP Service
Description: Tema a blocchi single page per GP service di Giuseppe Pistis. Registro sobrio da studio tecnico, palette azzurro e inchiostro derivata dal logo.
Version: 1.0.2
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: gp-service
*/

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
h1, h2, h3 { letter-spacing: -0.01em; }
h2 { scroll-margin-top: 96px; }

/* Header */
.header-gp { border-bottom: 1px solid rgba(34,48,60,0.10); background: #fff; }
.header-gp .wordmark-gp { font-family: 'Source Serif 4', Georgia, serif; font-weight: 600; font-size: 1.35rem; }
.header-gp .wordmark-gp a { text-decoration: none; color: #22303C; }
.header-gp .wp-block-navigation a { font-size: 0.95rem; }

/* Hero */
.hero-gp { text-align: center; }
.hero-gp .logo-gp img { max-width: 440px; width: 100%; height: auto; margin: 0 auto; }
.hero-gp h1 {
	font-size: 1.05rem; font-weight: 600;
	letter-spacing: 0.18em; text-transform: uppercase;
	color: #5B6B79; margin-top: 1.6rem;
}
.hero-gp p { max-width: 620px; margin-left: auto; margin-right: auto; }

/* Sezioni */
.sezione-gp { padding-top: 3.4rem; padding-bottom: 3.4rem; }
.sezione-alt { background: #F4F7FA; }
.titolo-gp { position: relative; padding-bottom: 0.8rem; margin-bottom: 1.4rem; }
.titolo-gp::after {
	content: ""; position: absolute; left: 0; bottom: 0;
	width: 56px; height: 3px; background: #7D9FCE;
}

/* Card aree di attivita */
.area-gp {
	background: #fff; border: 1px solid rgba(34,48,60,0.10);
	border-left: 3px solid #7D9FCE; border-radius: 10px;
	padding: 1.5rem 1.4rem; height: 100%;
}
.sezione-alt .area-gp { background: #fff; }
.area-gp h3 { margin: 0 0 0.5rem; font-size: 1.08rem; }
.area-gp p { margin: 0; font-size: 0.97rem; color: #43535f; }

/* Profilo */
.foto-profilo img {
	border-radius: 50%; width: 168px; height: 168px; object-fit: cover;
	border: 4px solid #F4F7FA; box-shadow: 0 6px 20px rgba(34,48,60,0.12);
}

/* Contatti */
.firma-gp img { max-width: 220px; height: auto; }
.contatti-gp p { margin: 0.2rem 0; }
.contatti-gp a { color: #22303C; }
.contatti-gp a:hover { color: #7D9FCE; }

/* Footer */
.footer-gp { border-top: 1px solid rgba(34,48,60,0.10); }
.footer-gp p { font-size: 0.88rem; color: #5B6B79; }
.footer-gp a { color: #5B6B79; }

/* Focus e accessibilita */
a:focus-visible { outline: 3px solid #7D9FCE; outline-offset: 2px; }

@media (max-width: 781px) {
	.hero-gp .logo-gp img { max-width: 320px; }
	.sezione-gp { padding-top: 2.4rem; padding-bottom: 2.4rem; }
}
