/*
Theme Name: Santos Roofing & Construction
Theme URI: https://santosroofing.com
Author: Santos Roofing, Painting, and Demolition, Inc.
Author URI: https://santosroofing.com
Description: Professional WordPress theme for Santos Roofing, Painting, and Demolition, Inc. Built on Trust. Driven by Quality.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: santos-roofing
Tags: business, construction, roofing, services, responsive, bilingual
*/

/* === CSS VARIABLES === */
:root {
  --color-steel:      #1a2332;
  --color-rust:       #c94a1e;
  --color-rust-dark:  #a33a14;
  --color-rust-light: #e85d2a;
  --color-concrete:   #e8e4df;
  --color-warm-white: #f7f5f2;
  --color-charcoal:   #2d3748;
  --color-mid-gray:   #6b7280;
  --color-light-gray: #d1cdc8;
  --color-gold:       #d4a017;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'Source Serif 4', serif;
  --font-ui:      'DM Sans', sans-serif;
  --container-max: 1280px;
  --radius-sm: 4px; --radius-md: 8px; --radius-lg: 16px;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.18);
  --transition: 250ms ease;
}

/* === RESET === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.75;color:var(--color-charcoal);background:var(--color-warm-white);overflow-x:hidden}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button,input,textarea,select{font:inherit}

/* === TYPOGRAPHY === */
h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.1;color:var(--color-steel)}
h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800}
h2{font-size:clamp(2rem,4.5vw,3.25rem)}
h3{font-size:clamp(1.5rem,3vw,2.125rem)}
h4{font-size:1.5rem}
p{margin-bottom:1.25em}
p:last-child{margin-bottom:0}
.lead{font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.65;color:var(--color-mid-gray)}
.eyebrow{font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-rust);display:block;margin-bottom:.75rem}

/* === LAYOUT === */
.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,3rem)}
.section-pad{padding-block:clamp(4rem,8vw,7rem)}
.text-center{text-align:center}
.text-white{color:#fff}
.bg-steel{background-color:var(--color-steel)}
.bg-concrete{background-color:var(--color-concrete)}

/* === BUTTONS === */
.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-ui);font-size:.9375rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.875rem 2rem;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:all var(--transition);white-space:nowrap;line-height:1}
.btn-primary{background:var(--color-rust);color:#fff;border-color:var(--color-rust)}
.btn-primary:hover{background:var(--color-rust-dark);border-color:var(--color-rust-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(201,74,30,.4)}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn-outline:hover{background:rgba(255,255,255,.1);border-color:#fff}
.btn-steel{background:var(--color-steel);color:#fff;border-color:var(--color-steel)}
.btn-steel:hover{background:#111b29;transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-lg{font-size:1.0625rem;padding:1.125rem 2.5rem}
.btn-group{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}

/* === TOP BAR === */
.top-bar{background:var(--color-steel);color:rgba(255,255,255,.8);font-family:var(--font-ui);font-size:.8125rem;padding:.5rem 0;border-bottom:2px solid var(--color-rust)}
.top-bar .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.top-bar a{color:rgba(255,255,255,.8);transition:color var(--transition)}
.top-bar a:hover{color:var(--color-rust-light)}
.top-bar-left,.top-bar-right{display:flex;align-items:center;gap:1.5rem}
.top-bar-item{display:flex;align-items:center;gap:.4rem}
.top-bar-item svg{width:13px;height:13px;flex-shrink:0;opacity:.6}
.top-bar .phone-link{color:var(--color-rust-light)!important;font-weight:700;font-size:.9rem}
.lang-switcher{display:flex;align-items:center;gap:.75rem}
.lang-switcher span{color:rgba(255,255,255,.3)}

/* === HEADER === */
.site-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-block:1rem}
.site-logo{display:flex;align-items:center;gap:.875rem}
.logo-icon{color:var(--color-rust);flex-shrink:0}
.logo-icon svg{width:38px;height:38px}
.logo-text-wrap{display:flex;flex-direction:column;line-height:1.2}
.logo-name{font-family:var(--font-display);font-size:1.375rem;font-weight:800;color:var(--color-steel)}
.logo-name em{color:var(--color-rust);font-style:normal}
.logo-tag{font-family:var(--font-ui);font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-mid-gray)}
.primary-nav{display:flex;align-items:center;gap:.125rem}
.primary-nav>ul{display:flex;align-items:center;gap:.125rem}
.primary-nav a{font-family:var(--font-ui);font-size:.875rem;font-weight:600;color:var(--color-charcoal);padding:.5rem .875rem;border-radius:var(--radius-sm);transition:all var(--transition);text-transform:uppercase;letter-spacing:.05em;display:inline-block}
.primary-nav a:hover,.primary-nav .current-menu-item>a{color:var(--color-rust);background:rgba(201,74,30,.07)}
.header-actions{display:flex;align-items:center;gap:1rem}
.header-phone{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--color-steel);transition:color var(--transition)}
.header-phone svg{width:18px;height:18px;color:var(--color-rust)}
.header-phone:hover{color:var(--color-rust)}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;border-radius:var(--radius-sm)}
.nav-toggle span{display:block;width:26px;height:2px;background:var(--color-steel);border-radius:2px;transition:all var(--transition)}

/* === HERO === */
.hero{position:relative;min-height:clamp(520px,85vh,900px);display:flex;align-items:center;overflow:hidden;background:var(--color-steel);color:#fff}
.hero-bg{position:absolute;inset:0;background-image:url('assets/images/hero-bg.jpg');background-size:cover;background-position:center top;opacity:.22}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(26,35,50,.97) 0%,rgba(26,35,50,.7) 55%,rgba(26,35,50,.35) 100%)}
.hero-accent{position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(to bottom,var(--color-rust),var(--color-gold))}
.hero-content{position:relative;z-index:2;max-width:680px;padding-block:clamp(4rem,8vw,6rem)}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(201,74,30,.2);border:1px solid rgba(201,74,30,.4);color:var(--color-rust-light);font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px;margin-bottom:1.5rem}
.hero h1{color:#fff;margin-bottom:1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.4)}
.hero h1 em{color:var(--color-rust-light);font-style:normal}
.hero p{font-size:clamp(1rem,1.8vw,1.2rem);color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:2.25rem;max-width:540px}
.hero-cta{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}
.hero-phone{display:flex;align-items:center;gap:.625rem;font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:#fff;transition:color var(--transition)}
.hero-phone svg{color:var(--color-rust-light);width:22px;height:22px}
.hero-phone:hover{color:var(--color-rust-light)}
.hero-features{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.12)}
.hero-feature{display:flex;align-items:center;gap:.5rem;font-family:var(--font-ui);font-size:.8125rem;font-weight:600;color:rgba(255,255,255,.7);letter-spacing:.04em}
.hero-feature svg{color:var(--color-rust-light);width:16px;height:16px}

/* === TRUST BAR === */
.trust-bar{background:var(--color-rust);color:#fff;padding:1.125rem 0}
.trust-bar-inner{display:flex;align-items:center;justify-content:space-around;gap:1.5rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:.625rem;font-family:var(--font-ui);font-size:.875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.9)}
.trust-item svg{width:18px;height:18px;opacity:.8}

/* === SERVICES === */
.services-section{background:var(--color-warm-white)}
.section-header{margin-bottom:clamp(2.5rem,4vw,3.5rem)}
.section-header.center{text-align:center}
.section-header p{color:var(--color-mid-gray);max-width:600px;margin-top:1rem}
.section-header.center p{margin-inline:auto}
.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.service-card{background:#fff;border-radius:var(--radius-lg);padding:2rem;border:1px solid rgba(0,0,0,.06);box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;overflow:hidden}
.service-card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--color-rust);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.service-card:hover::before{transform:scaleX(1)}
.service-icon{width:56px;height:56px;border-radius:var(--radius-md);background:rgba(201,74,30,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--color-rust);transition:background var(--transition)}
.service-card:hover .service-icon{background:var(--color-rust);color:#fff}
.service-icon svg{width:26px;height:26px}
.service-card h3{font-size:1.25rem;margin-bottom:.625rem;color:var(--color-steel)}
.service-card p{font-size:.9375rem;color:var(--color-mid-gray);line-height:1.65;margin:0}
.service-card-link{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-ui);font-size:.8125rem;font-weight:700;color:var(--color-rust);text-transform:uppercase;letter-spacing:.08em;margin-top:1.25rem;transition:gap var(--transition)}
.service-card-link:hover{gap:.625rem}

/* === ABOUT === */
.about-section{background:var(--color-concrete)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,5vw,5rem);align-items:center}
.about-image-block{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:480px;background:var(--color-steel)}
.about-image-block img{width:100%;height:100%;object-fit:cover}
.about-image-badge{position:absolute;bottom:2rem;right:-1rem;background:var(--color-rust);color:#fff;padding:1.25rem 1.75rem;border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-lg)}
.about-image-badge .badge-number{font-family:var(--font-display);font-size:2.75rem;font-weight:800;line-height:1;display:block}
.about-image-badge .badge-label{font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.85}
.about-content p{color:var(--color-mid-gray);margin-bottom:1.25rem}
.about-values{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin:2rem 0}
.value-item{display:flex;align-items:center;gap:.625rem;font-family:var(--font-ui);font-size:.875rem;font-weight:600;color:var(--color-charcoal)}
.value-check{color:var(--color-rust);flex-shrink:0}
.value-check svg{width:18px;height:18px}

/* === STATS === */
.stats-section{background:var(--color-steel);color:#fff;position:relative;overflow:hidden}
.stats-section::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-rust),var(--color-gold),var(--color-rust))}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center;padding:clamp(3rem,6vw,5rem) 0}
.stat-item{padding:1.5rem 1rem}
.stat-number{font-family:var(--font-display);font-size:clamp(3rem,6vw,4.5rem);font-weight:800;color:var(--color-rust-light);line-height:1;display:block}
.stat-label{font-family:var(--font-ui);font-size:.875rem;font-weight:600;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem;display:block}

/* === ADVANTAGES === */
.advantages-section{background:#fff}
.advantage-card{display:flex;gap:1.25rem;align-items:flex-start;padding:1.75rem;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.06);background:var(--color-warm-white);transition:all var(--transition)}
.advantage-card:hover{box-shadow:var(--shadow-md);border-color:rgba(201,74,30,.2);transform:translateY(-2px)}
.advantage-icon{width:48px;height:48px;border-radius:var(--radius-sm);background:var(--color-rust);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.advantage-icon svg{width:22px;height:22px}
.advantage-text h4{font-size:1.0625rem;margin-bottom:.375rem}
.advantage-text p{font-size:.9rem;color:var(--color-mid-gray);margin:0;line-height:1.6}

/* === CTA BANNER === */
.cta-banner{background:linear-gradient(135deg,var(--color-rust) 0%,var(--color-rust-dark) 100%);color:#fff;padding:clamp(3rem,6vw,5rem) 0;position:relative;overflow:hidden}
.cta-banner::after{content:'';position:absolute;right:-5%;top:-20%;width:500px;height:500px;border:60px solid rgba(255,255,255,.06);border-radius:50%}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap;position:relative;z-index:1}
.cta-text h2{color:#fff;margin-bottom:.75rem}
.cta-text p{color:rgba(255,255,255,.8);max-width:520px}
.cta-actions{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;flex-shrink:0}
.cta-phone-big{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;transition:opacity var(--transition)}
.cta-phone-big:hover{opacity:.85}
.cta-phone-big svg{width:28px;height:28px}

/* === CONTACT === */
.contact-section{background:var(--color-warm-white)}
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(2.5rem,5vw,5rem);align-items:start}
.contact-info>p{color:var(--color-mid-gray);margin-bottom:2rem}
.contact-details{display:flex;flex-direction:column;gap:1.25rem}
.contact-detail{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid rgba(0,0,0,.05)}
.contact-detail-icon{width:44px;height:44px;border-radius:var(--radius-sm);background:rgba(201,74,30,.1);color:var(--color-rust);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-detail-icon svg{width:20px;height:20px}
.contact-detail-text strong{display:block;font-family:var(--font-ui);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-mid-gray);margin-bottom:.25rem}
.contact-detail-text a,.contact-detail-text span{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--color-steel);transition:color var(--transition)}
.contact-detail-text a:hover{color:var(--color-rust)}
.lang-badge{display:inline-flex;align-items:center;gap:.375rem;background:rgba(201,74,30,.08);border:1px solid rgba(201,74,30,.2);border-radius:var(--radius-sm);padding:.5rem .875rem;font-family:var(--font-ui);font-size:.8125rem;font-weight:600;color:var(--color-rust-dark);margin-top:1.25rem}
.contact-form-card{background:#fff;border-radius:var(--radius-lg);padding:clamp(1.75rem,3vw,2.5rem);box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.06)}
.contact-form-card h3{margin-bottom:1.5rem;font-size:1.5rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-family:var(--font-ui);font-size:.8125rem;font-weight:600;color:var(--color-charcoal);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.06em}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--color-light-gray);border-radius:var(--radius-sm);font-size:1rem;color:var(--color-charcoal);background:var(--color-warm-white);transition:border-color var(--transition),box-shadow var(--transition);outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-rust);box-shadow:0 0 0 3px rgba(201,74,30,.12);background:#fff}
.form-group textarea{resize:vertical;min-height:130px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-submit{width:100%;justify-content:center;margin-top:.5rem}

/* === FOOTER === */
.site-footer{background:var(--color-steel);color:rgba(255,255,255,.65)}
.footer-main{padding:clamp(3rem,6vw,5.5rem) 0 3rem;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:clamp(2rem,4vw,3.5rem)}
.footer-brand .logo-name{font-size:1.375rem;color:#fff}
.footer-brand .logo-tag{color:rgba(255,255,255,.4)}
.footer-brand p{font-size:.875rem;line-height:1.65;margin:1.25rem 0 1.5rem;color:rgba(255,255,255,.5)}
.footer-phone{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--color-rust-light);transition:color var(--transition)}
.footer-phone:hover{color:#fff}
.footer-phone svg{width:20px;height:20px}
.footer-col h4{font-size:.8rem;font-family:var(--font-ui);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.9);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-col ul{display:flex;flex-direction:column;gap:.625rem}
.footer-col ul li a{color:rgba(255,255,255,.5);font-size:.9rem;transition:color var(--transition);display:inline-flex;align-items:center;gap:.375rem}
.footer-col ul li a::before{content:'›';color:var(--color-rust);font-size:1rem}
.footer-col ul li a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-family:var(--font-ui);font-size:.8125rem;color:rgba(255,255,255,.35)}
.footer-bottom a{color:rgba(255,255,255,.5);transition:color var(--transition)}
.footer-bottom a:hover{color:var(--color-rust-light)}

/* === PAGE HERO (Interior) === */
.page-hero{background:var(--color-steel);color:#fff;padding:clamp(3rem,6vw,5.5rem) 0;text-align:center;position:relative;overflow:hidden}
.page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-rust),var(--color-gold))}
.page-hero h1{color:#fff;margin-bottom:.75rem}
.page-hero p{color:rgba(255,255,255,.65);max-width:560px;margin-inline:auto}
.breadcrumb{font-family:var(--font-ui);font-size:.8125rem;color:rgba(255,255,255,.45);margin-bottom:1rem}
.breadcrumb a{color:var(--color-rust-light)}
.breadcrumb span{margin:0 .4rem}

/* === ENTRY CONTENT === */
.entry-content{max-width:780px;margin-inline:auto;padding-block:clamp(3rem,6vw,5rem)}
.entry-content h2,.entry-content h3{margin:2rem 0 1rem}
.entry-content p,.entry-content ul,.entry-content ol{margin-bottom:1.25em}
.entry-content ul{list-style:disc;padding-left:1.5rem}
.entry-content ol{list-style:decimal;padding-left:1.5rem}
.entry-content a{color:var(--color-rust);text-decoration:underline}
.entry-content a:hover{color:var(--color-rust-dark)}
.entry-content blockquote{border-left:4px solid var(--color-rust);padding:1rem 1.5rem;margin:2rem 0;background:rgba(201,74,30,.05);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-style:italic}

/* === BLOG === */
.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}
.post-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition);border:1px solid rgba(0,0,0,.05)}
.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.post-card-thumb{aspect-ratio:16/9;overflow:hidden;background:var(--color-concrete)}
.post-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.post-card:hover .post-card-thumb img{transform:scale(1.05)}
.post-card-body{padding:1.5rem}
.post-card-cat{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-rust);margin-bottom:.5rem;display:block}
.post-card h3{font-size:1.25rem;margin-bottom:.625rem}
.post-card h3 a{color:var(--color-steel);transition:color var(--transition)}
.post-card h3 a:hover{color:var(--color-rust)}
.post-card p{color:var(--color-mid-gray);font-size:.9rem;margin:0;line-height:1.6}
.post-meta{display:flex;align-items:center;gap:1rem;font-family:var(--font-ui);font-size:.8rem;color:var(--color-mid-gray);margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-light-gray)}

/* === SIDEBAR / WIDGETS === */
.content-sidebar-wrap{display:grid;grid-template-columns:1fr 320px;gap:3rem;padding-block:clamp(3rem,6vw,5rem)}
.widget{background:#fff;border-radius:var(--radius-md);padding:1.75rem;box-shadow:var(--shadow-md);margin-bottom:1.75rem;border:1px solid rgba(0,0,0,.05)}
.widget-title{font-family:var(--font-display);font-size:1.125rem;color:var(--color-steel);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--color-rust)}
.widget ul{display:flex;flex-direction:column;gap:.5rem}
.widget ul a{color:var(--color-charcoal);font-size:.9375rem;display:flex;align-items:center;gap:.375rem;transition:color var(--transition)}
.widget ul a::before{content:'›';color:var(--color-rust)}
.widget ul a:hover{color:var(--color-rust)}
.widget-cta{background:var(--color-steel);color:#fff;text-align:center}
.widget-cta h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem}
.widget-cta p{color:rgba(255,255,255,.65);font-size:.9rem;margin-bottom:1.25rem}
.widget-cta .phone{display:block;font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--color-rust-light);margin-bottom:1.25rem}

/* === PAGINATION === */
.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem 0;flex-wrap:wrap}
.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-sm);font-family:var(--font-ui);font-size:.875rem;font-weight:600;border:1.5px solid var(--color-light-gray);color:var(--color-charcoal);transition:all var(--transition)}
.pagination a:hover{background:var(--color-rust);color:#fff;border-color:var(--color-rust)}
.pagination .current{background:var(--color-steel);color:#fff;border-color:var(--color-steel)}

/* === WP CORE === */
.wp-block-image{margin:1.5rem 0}
.alignleft{float:left;margin:0 1.5rem 1rem 0}
.alignright{float:right;margin:0 0 1rem 1.5rem}
.aligncenter{margin-inline:auto}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}

/* === RESPONSIVE === */
@media (max-width:1024px){
  .footer-main{grid-template-columns:1fr 1fr;gap:2.5rem}
  .about-grid{grid-template-columns:1fr}
  .about-image-block{min-height:360px}
  .contact-grid{grid-template-columns:1fr}
  .content-sidebar-wrap{grid-template-columns:1fr}
}
@media (max-width:768px){
  .nav-toggle{display:flex}
  .primary-nav{display:none;position:fixed;inset:0;background:var(--color-steel);flex-direction:column;align-items:center;justify-content:center;gap:.5rem;z-index:999}
  .primary-nav.is-open{display:flex}
  .primary-nav>ul{flex-direction:column;align-items:center}
  .primary-nav a{font-size:1.5rem;color:rgba(255,255,255,.85);padding:.875rem 2rem}
  .primary-nav a:hover{color:var(--color-rust-light);background:transparent}
  .header-phone .phone-text{display:none}
  .top-bar-left{display:none}
  .footer-main{grid-template-columns:1fr;gap:2rem}
  .about-values{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .cta-inner{flex-direction:column}
  .cta-actions{align-items:stretch;width:100%}
}
@media (max-width:480px){
  .btn-group{flex-direction:column;align-items:stretch}
  .btn-group .btn{justify-content:center}
  .hero-features{gap:1rem}
}
