/*
Theme Name: Vince Romero Memorial
Template: generatepress
Version: 1.0.0
Description: A restrained GeneratePress child theme for the memorial of Gregory Vincent “Vince” Romero.
*/

:root {
  --vince-blue: #003594;
  --vince-navy: #041e42;
  --vince-ivory: #faf8f3;
  --vince-pale-blue: #e8eef7;
  --vince-gray: #667085;
  --vince-white: #ffffff;
  --vince-radius: 18px;
  --vince-shadow: 0 14px 36px rgba(4, 30, 66, 0.10);
}

body { background: var(--vince-ivory); color: #243247; font-size: 18px; line-height: 1.7; }
a { color: var(--vince-blue); }
a:hover, a:focus { color: var(--vince-navy); }
.site-header { background: rgba(250, 248, 243, .96); border-bottom: 1px solid rgba(4, 30, 66, .10); }
.site-branding .main-title a { color: var(--vince-navy); font-family: Georgia, "Times New Roman", serif; }
.main-navigation { background: var(--vince-navy); }
.main-navigation .main-nav ul li a { letter-spacing: .02em; }
.site-content { padding-top: 0; }
.entry-content { margin-top: 0; }
h1, h2, h3 { color: var(--vince-navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.15; }
h1 { font-size: clamp(2.6rem, 7vw, 5.7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.vince-kicker { color: var(--vince-blue); font-size: .82rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.vince-hero { background: linear-gradient(135deg, var(--vince-navy), var(--vince-blue)); color: white; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: clamp(5rem, 11vw, 9rem) 24px; text-align: center; }
.vince-hero h1, .vince-hero h2 { color: white; }
.vince-hero p { font-size: clamp(1.1rem, 2vw, 1.35rem); margin-left: auto; margin-right: auto; max-width: 760px; }
.vince-section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.vince-intro { font-size: clamp(1.2rem, 2.2vw, 1.45rem); max-width: 760px; }
.vince-card { background: white; border-radius: var(--vince-radius); box-shadow: var(--vince-shadow); height: 100%; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.25rem); }
.vince-card img { border-radius: 12px; }
.vince-button .wp-block-button__link, .gform_button { background: var(--vince-blue) !important; border: 0; border-radius: 999px !important; color: white !important; font-weight: 700; padding: .85rem 1.4rem !important; }
.vince-button .wp-block-button__link:hover, .gform_button:hover { background: var(--vince-navy) !important; }
.vince-quote { border-left: 5px solid var(--vince-blue); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 3vw, 2rem); font-style: italic; padding-left: 1.5rem; }
.vince-placeholder { align-items: center; aspect-ratio: 4 / 3; background: var(--vince-pale-blue); border: 2px dashed rgba(0, 53, 148, .35); border-radius: var(--vince-radius); color: var(--vince-blue); display: flex; justify-content: center; min-height: 240px; padding: 2rem; text-align: center; }
.category-guestbook article, .vince-guestbook article { background: white; border-top: 5px solid var(--vince-blue); border-radius: var(--vince-radius); box-shadow: var(--vince-shadow); padding: clamp(1.5rem, 3vw, 2.5rem); }
.guestbook-byline { color: var(--vince-gray); font-weight: 700; }
.gform_wrapper { background: white; border-radius: var(--vince-radius); box-shadow: var(--vince-shadow); padding: clamp(1.5rem, 4vw, 3rem); }
.gform_wrapper input, .gform_wrapper textarea { border: 1px solid #b8c1ce; border-radius: 8px; }
.site-footer { background: var(--vince-navy); color: white; }
@media (max-width: 768px) { body { font-size: 17px; } .vince-hero { text-align: left; } }

