* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { background: #fff; color: #333; line-height: 1.6; }
main { min-height: 60vh; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
img { max-width: 100%; height: auto; }

h1, h2, h3, h4, .logo-text, .card-branding-text, .section-title {
  font-family: 'Montserrat', sans-serif;
}

header { position: sticky; top: 0; z-index: 1000; background: rgba(248,245,240,0.94); padding: 14px 0; border-bottom: 1px solid #e8e2d8; box-shadow: 0 10px 24px rgba(26,26,46,0.04); backdrop-filter: blur(12px); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.logo { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 700; color: #1a1a2e; text-decoration: none; font-family: 'Montserrat', sans-serif; }
.logo-mark { width: 42px; height: 42px; object-fit: contain; flex-shrink: 0; display: block; }
.logo-mark-fallback { display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: #f5efe6; color: #c0945e; font-size: 22px; }
.logo-text { line-height: 1.2; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-left: auto; }
nav ul { list-style: none; display: flex; gap: 28px; align-items: center; }
nav a { text-decoration: none; color: #1a1a2e; font-weight: 500; font-size: 14px; }
nav a.apply-btn { font-weight: 700; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-height: 42px; padding: 10px 18px; border-radius: 6px; background: #16213e; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; font-family: 'Montserrat', sans-serif; box-shadow: 0 8px 18px rgba(22,33,62,0.18); transition: background 0.2s, transform 0.2s, box-shadow 0.2s; }
.header-cta:hover { background: #1a1a2e; transform: translateY(-1px); box-shadow: 0 10px 22px rgba(22,33,62,0.24); }
.chevron { font-size: 10px; margin-left: 3px; }
[id] { scroll-margin-top: 92px; }
.admin-bar header { top: 32px; }

.hero { background: url('../images/site/nyc-skyline.jpg') center/cover no-repeat; position: relative; }
.hero-overlay { background: rgba(11, 43, 66, 0.72); min-height: 640px; padding: 90px 0 140px; display: flex; align-items: center; justify-content: center; }
.hero-content { text-align: center; color: #fff; }
.hero-content h1 { font-size: 40px; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; }
.hero-content h2 { font-size: 20px; font-weight: 600; color: #fff; margin-bottom: 36px; opacity: 0.95; }
.hero-buttons { display: flex; justify-content: center; gap: 16px; margin-bottom: 20px; }
.btn { padding: 11px 26px; border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 15px; transition: all 0.2s; display: inline-block; }
.btn-primary { background: #c0945e; color: #fff; border: 2px solid #c0945e; }
.btn-primary:hover { background: #a67c4a; }
.btn-outline { background: #16213e; color: #ffffff; border: 1px solid rgba(255,255,255,0.5); }
.btn-outline:hover { background: #1a1a2e; }
.hero-subtext { font-size: 13px; opacity: 0.88; }

.service-cards-section { margin-top: -70px; position: relative; z-index: 2; padding-bottom: 0; }
.cards-wrapper { display: flex; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.15); border-radius: 10px; max-width: 1280px; margin: 0 auto; }
.service-card { flex: 1; padding: 44px 40px; border-radius: 0; }
.service-cards-section .container { padding: 0; }
.service-card h3 { font-size: 26px; font-weight: 700; margin-bottom: 8px; }
.card-underline { width: 36px; height: 3px; background: #c0945e; margin-bottom: 24px; border-radius: 0; }
.card-branding { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.card-branding-text { font-size: 22px; font-weight: 700; line-height: 1.25; }
.card-branding i { font-size: 3rem; }
.service-card .card-content { position: relative; z-index: 1; max-width: 65%; }
.card-light { background: #f0e8d8; color: #1a1a2e; position: relative; overflow: hidden; }
.card-light .card-img { position: absolute; right: 0; bottom: 0; top: 0; width: 50%; background: url('../images/site/fingerprint-service.jpg') center/cover no-repeat; }
.card-light .card-img::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #f0e8d8 0%, rgba(240,232,216,0.6) 40%, transparent 100%); }
.card-light p { color: #3a3040; font-size: 15px; line-height: 1.6; }
.card-dark { background: #16213e; color: #fff; position: relative; overflow: hidden; }
.card-dark .card-img { position: absolute; right: 0; bottom: 0; top: 0; width: 48%; background: url('../images/site/payment-service.jpg') center/cover no-repeat; }
.card-dark .card-img::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #16213e 0%, rgba(22,33,62,0.55) 40%, transparent 100%); }
.card-dark p { color: #c7bfb0; font-size: 15px; line-height: 1.6; }

.regional-reach { padding: 56px 0 0; background: #fff; overflow: hidden; }
.reach-label { display: inline-flex; align-items: center; gap: 8px; background: #f5efe6; color: #c0945e; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; }
.reach-label i { font-size: 10px; }
.reach-heading { font-size: 36px; font-weight: 800; color: #1a1a2e; line-height: 1.2; margin-bottom: 16px; }
.reach-heading span { color: #c0945e; }
.reach-subtext { font-size: 15px; color: #6b6b7b; max-width: 420px; line-height: 1.7; margin-bottom: 40px; }
.reach-stats { display: flex; gap: 40px; margin-bottom: 48px; }
.stat-num { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 800; color: #1a1a2e; line-height: 1; }
.stat-num span { color: #c0945e; }
.stat-desc { font-size: 12px; color: #8a8a9a; font-weight: 500; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.city-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.city-pill { display: flex; align-items: center; gap: 6px; background: #faf7f2; border: 1px solid #e0d8ca; padding: 7px 14px; border-radius: 20px; font-size: 13px; font-weight: 500; color: #1a1a2e; }
.city-pill i { color: #c0945e; font-size: 11px; }
.reach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: end; }
.reach-left { padding: 0 0 60px 0; }
.reach-right { position: relative; }
.reach-photo-stack { position: relative; height: 480px; }
.reach-photo-main { position: absolute; right: 0; top: 0; width: 85%; height: 380px; border-radius: 16px 16px 0 0; background: url('../images/site/nyc-skyline.jpg') center/cover no-repeat; box-shadow: -8px 8px 40px rgba(0,0,0,0.15); }
.reach-photo-inset { position: absolute; left: 0; bottom: 40px; width: 55%; height: 200px; border-radius: 12px; background: url('../images/site/payment-service.jpg') center/cover no-repeat; box-shadow: 4px 8px 30px rgba(0,0,0,0.18); border: 4px solid #fff; }
.reach-badge { position: absolute; right: 16px; bottom: 60px; background: #1a1a2e; color: #fff; border-radius: 12px; padding: 14px 18px; font-family: 'Montserrat', sans-serif; box-shadow: 0 8px 24px rgba(26,26,46,0.3); }
.reach-badge-num { font-size: 26px; font-weight: 800; color: #c0945e; line-height: 1; }
.reach-badge-text { font-size: 11px; opacity: 0.7; margin-top: 2px; }

.why-choose-us { background: #1a1a2e; padding: 90px 0; position: relative; overflow: hidden; }
.why-bg-skyline { position: absolute; bottom: 0; left: 0; right: 0; height: 200px; opacity: 0.04; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='40' y='80' width='60' height='120' fill='white'/%3E%3Crect x='120' y='40' width='50' height='160' fill='white'/%3E%3Crect x='190' y='100' width='40' height='100' fill='white'/%3E%3Crect x='260' y='20' width='45' height='180' fill='white'/%3E%3Crect x='340' y='60' width='55' height='140' fill='white'/%3E%3Crect x='420' y='10' width='40' height='190' fill='white'/%3E%3Crect x='480' y='50' width='50' height='150' fill='white'/%3E%3Crect x='560' y='30' width='60' height='170' fill='white'/%3E%3Crect x='650' y='70' width='45' height='130' fill='white'/%3E%3Crect x='720' y='15' width='50' height='185' fill='white'/%3E%3Crect x='800' y='55' width='40' height='145' fill='white'/%3E%3Crect x='870' y='25' width='55' height='175' fill='white'/%3E%3Crect x='950' y='65' width='45' height='135' fill='white'/%3E%3Crect x='1020' y='40' width='50' height='160' fill='white'/%3E%3Crect x='1100' y='85' width='60' height='115' fill='white'/%3E%3C/svg%3E") bottom/cover no-repeat; }
.why-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 24px; }
.why-eyebrow, .pkg-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #c0945e; margin-bottom: 12px; }
.why-heading { font-size: 36px; font-weight: 800; color: #fff; line-height: 1.2; max-width: 380px; }
.why-heading span { color: #c0945e; }
.why-desc { font-size: 14px; color: #9a9aaa; line-height: 1.8; max-width: 320px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 60px; }
.why-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 32px 24px; transition: all 0.3s; position: relative; overflow: hidden; }
.why-card:hover { background: rgba(192,148,94,0.12); border-color: rgba(192,148,94,0.3); transform: translateY(-4px); }
.why-card-icon { width: 52px; height: 52px; border-radius: 12px; background: rgba(192,148,94,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #c0945e; font-size: 22px; }
.why-card h4 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.why-card p { font-size: 13px; color: #8a8a9a; line-height: 1.6; }
.why-card-num { position: absolute; top: 20px; right: 20px; font-family: 'Montserrat', sans-serif; font-size: 36px; font-weight: 900; color: rgba(255,255,255,0.04); line-height: 1; }
.why-photo-strip { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 12px; border-radius: 16px; overflow: hidden; height: 220px; }
.strip-photo { background-size: cover; background-position: center; position: relative; }
.strip-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,46,0.5) 0%, transparent 60%); }
.strip-label { position: absolute; bottom: 14px; left: 14px; z-index: 1; font-size: 12px; font-weight: 600; color: #fff; letter-spacing: 0.5px; }
.strip-1 { background-image: url('../images/site/adirondack.jpg'); }
.strip-2 { background-image: url('../images/site/nyc-skyline.jpg'); }
.strip-3 { background-image: url('../images/site/hudson-valley.jpg'); }

.service-packages { background: #fff; padding: 110px 0 90px; }
.blog-preview-section { background: linear-gradient(180deg, #faf7f2 0%, #f0ebe2 100%); padding: 90px 0 110px; border-top: 1px solid #ede6dc; }
.blog-archive-section, .related-posts { background: #fff; padding: 70px 0 110px; }
.packages-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 88px; align-items: start; }
.packages-left h2, .blog-archive-intro h1, .single-post h1, .section-title { font-size: 32px; font-weight: 800; color: #1a1a2e; line-height: 1.25; margin-bottom: 16px; }
.packages-left p, .blog-archive-intro p { font-size: 14px; color: #7a7a8a; line-height: 1.8; margin-bottom: 28px; max-width: 720px; }
.pkg-cta { display: inline-block; background: #c0945e; color: #fff; padding: 12px 28px; border-radius: 6px; font-weight: 600; font-size: 14px; text-decoration: none; font-family: 'Montserrat', sans-serif; }
.pkg-cta:hover { background: #a67c4a; }
.packages-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.packages-grid { grid-template-columns: 1fr 1fr; }
.pkg-card { border: 1.5px solid #ede6dc; border-radius: 14px; padding: 34px 28px 30px; transition: all 0.3s; cursor: pointer; position: relative; min-height: 292px; }
.pkg-card:hover { border-color: #c0945e; box-shadow: 0 8px 30px rgba(192,148,94,0.1); }
.pkg-card.featured { background: #1a1a2e; border-color: #1a1a2e; }
.pkg-card-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 10px; background: #f5efe6; color: #c0945e; margin-bottom: 16px; }
.pkg-card.featured .pkg-card-tag { background: rgba(192,148,94,0.2); color: #c0945e; }
.pkg-card h4 { font-size: 17px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }
.pkg-card.featured h4 { color: #fff; }
.pkg-card p { font-size: 13px; color: #8a8a9a; line-height: 1.6; margin-bottom: 16px; }
.pkg-card.featured p { color: #9a9aaa; }
.pkg-card ul { list-style: none; }
.pkg-card ul li { font-size: 13px; color: #6b6b7b; padding: 5px 0; display: flex; align-items: center; gap: 8px; }
.pkg-card.featured ul li { color: #b0a89a; }
.pkg-card ul li::before { content: '\f00c'; color: #c0945e; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; }
.pkg-popular { position: absolute; top: 0; right: 24px; background: #c0945e; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 14px; border-radius: 0 0 8px 8px; }

.blog-preview-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.blog-card { border: 1.5px solid #ede6dc; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgba(26,26,46,0.05); display: flex; flex-direction: column; min-height: 100%; }
.blog-card-media { display: block; position: relative; aspect-ratio: 1184 / 864; background: #e0dbd0; }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-media .wp-post-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-body { padding: 26px; display: flex; flex: 1; flex-direction: column; }
.blog-card-chip { position: absolute; left: 18px; bottom: 18px; z-index: 1; box-shadow: 0 10px 24px rgba(26,26,46,0.16); }
.blog-card h3 { font-size: 20px; line-height: 1.3; margin: 0 0 10px; }
.blog-card h3 a { color: #1a1a2e; text-decoration: none; }
.blog-card p { color: #7a7a8a; font-size: 14px; line-height: 1.8; }
.blog-chip, .tag-pill { display: inline-flex; align-items: center; padding: 5px 10px; border-radius: 999px; background: #f5efe6; color: #c0945e; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; }
.blog-meta-row, .single-post-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; color: #7a7a8a; font-size: 13px; }
.blog-card .blog-meta-row { margin-top: auto; padding-top: 22px; }
.blog-meta-item { display: inline-flex; align-items: center; gap: 8px; }
.blog-meta-item svg { width: 15px; height: 15px; fill: #c0945e; flex-shrink: 0; }
.pagination { margin-top: 36px; }
.pagination-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.pagination-arrow, .page-number { text-decoration: none; color: #1a1a2e; border: 1px solid #ddd5c5; padding: 10px 14px; border-radius: 8px; font-weight: 600; }
.page-number.current { background: #1a1a2e; color: #fff; border-color: #1a1a2e; }
.pagination-numbers { display: flex; gap: 10px; flex-wrap: wrap; }
.pagination-arrow.disabled { opacity: 0.45; }
.breadcrumbs { padding: 26px 0 0; color: #7a7a8a; font-size: 13px; }
.breadcrumbs a { color: #c0945e; text-decoration: none; }
.breadcrumb-sep { margin: 0 8px; color: #8a8a9a; }
.page-hero { background: #f8f5f0; padding-bottom: 12px; }
.contact-page { padding: 48px 0 90px; background: linear-gradient(180deg, #faf7f2 0%, #ede8e0 100%); }
.contact-hero-card { display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 36px; margin-bottom: 26px; border-radius: 18px; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); box-shadow: 0 18px 40px rgba(26,26,46,0.16); }
.contact-hero-card .section-title { color: #fff; margin-bottom: 14px; }
.contact-intro { max-width: 700px; color: #c7bfb0; font-size: 16px; line-height: 1.8; }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; }
.contact-card { background: #fff; border: 1px solid #ede6dc; border-radius: 18px; padding: 28px; box-shadow: 0 12px 30px rgba(26,26,46,0.06); }
.contact-card h2, .contact-card h3 { color: #1a1a2e; margin-bottom: 12px; }
.contact-card p { color: #6b6b7b; }
.contact-card-featured { background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%); }
.contact-detail-list { display: grid; gap: 18px; margin-top: 24px; }
.contact-detail-item { display: flex; align-items: start; gap: 14px; }
.contact-detail-item i { width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: #f5efe6; color: #c0945e; font-size: 16px; flex-shrink: 0; }
.contact-detail-item strong { display: block; color: #1a1a2e; margin-bottom: 2px; }
.contact-detail-item span { color: #6b6b7b; line-height: 1.6; }
.contact-protected-link { background: none; border: 0; padding: 0; color: #6b6b7b; line-height: 1.6; text-align: left; text-decoration: none; cursor: pointer; font-size: 15px; }
.contact-protected-link:hover { color: #c0945e; }
.contact-topic-list { list-style: none; display: grid; gap: 12px; margin-top: 18px; }
.contact-topic-list li { color: #6b6b7b; display: flex; align-items: start; gap: 10px; }
.contact-topic-list li::before { content: '\f00c'; color: #c0945e; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; margin-top: 4px; }
.legal-page, .sitemap-page { padding: 48px 0 90px; background: linear-gradient(180deg, #faf7f2 0%, #ede8e0 100%); }
.legal-page-intro { max-width: 760px; margin-bottom: 28px; }
.legal-page-intro p { color: #6b6b7b; line-height: 1.8; }
.legal-content, .sitemap-card { background: #fff; border: 1px solid #ede6dc; border-radius: 18px; padding: 32px; box-shadow: 0 12px 30px rgba(26,26,46,0.06); }
.legal-content h2 { margin: 28px 0 12px; color: #1a1a2e; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: #6b6b7b; line-height: 1.85; }
.about-page { padding: 48px 0 96px; background: radial-gradient(circle at top right, rgba(192,148,94,0.12), transparent 28%), linear-gradient(180deg, #faf7f2 0%, #ede8e0 100%); }
.about-hero-card { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.8fr); gap: 28px; align-items: end; padding: 38px; margin-bottom: 24px; border-radius: 22px; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); box-shadow: 0 20px 46px rgba(26,26,46,0.18); overflow: hidden; position: relative; }
.about-hero-card::after { content: ''; position: absolute; right: -90px; top: -120px; width: 340px; height: 340px; border-radius: 50%; background: rgba(192,148,94,0.18); }
.about-hero-copy { position: relative; z-index: 1; }
.about-hero-copy .section-title { color: #fff; max-width: 720px; }
.about-hero-copy p { max-width: 760px; color: #c7bfb0; font-size: 16px; line-height: 1.85; }
.about-hero-badges { position: relative; z-index: 1; display: grid; gap: 14px; }
.about-hero-badges div { padding: 18px; border-radius: 16px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); }
.about-hero-badges strong { display: block; color: #d4b07a; font-family: 'Montserrat', sans-serif; font-size: 34px; line-height: 1; margin-bottom: 6px; }
.about-hero-badges span { color: #c0b8a8; font-size: 13px; line-height: 1.5; }
.about-mission-card, .about-final-card { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 20px; align-items: start; padding: 28px; margin-bottom: 34px; border-radius: 18px; background: #fff; border: 1px solid #ede6dc; box-shadow: 0 12px 30px rgba(26,26,46,0.06); }
.about-icon, .about-final-card > i { width: 52px; height: 52px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: #f5efe6; color: #c0945e; font-size: 22px; flex-shrink: 0; }
.about-mission-card h2, .about-final-card h2, .about-section-heading h2, .about-security-panel h2, .about-leadership-grid h2 { color: #1a1a2e; margin-bottom: 10px; }
.about-mission-card p, .about-final-card p, .about-section-heading p, .about-division-card p, .about-security-panel p, .about-leadership-grid p { color: #6b6b7b; line-height: 1.8; }
.about-section-heading { max-width: 760px; margin: 0 0 22px; }
.about-section-heading h2, .about-security-panel h2 { font-size: 30px; line-height: 1.2; }
.about-division-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 34px; }
.about-division-card { padding: 30px; border-radius: 18px; background: #fff; border: 1px solid #ede6dc; box-shadow: 0 12px 30px rgba(26,26,46,0.06); }
.about-division-primary { background: linear-gradient(180deg, #ffffff 0%, #f8f3eb 100%); border-color: #ddd5c5; }
.about-division-card h3 { color: #1a1a2e; font-size: 22px; margin: 18px 0 10px; }
.about-division-card ul { list-style: none; display: grid; gap: 10px; margin-top: 18px; }
.about-division-card li { color: #6b6b7b; display: flex; gap: 10px; align-items: start; }
.about-division-card li::before { content: '\f00c'; color: #c0945e; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 12px; margin-top: 3px; }
.about-security-panel { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; margin-bottom: 34px; padding: 34px; border-radius: 22px; background: #1a1a2e; box-shadow: 0 18px 42px rgba(26,26,46,0.18); }
.about-security-panel h2 { color: #fff; }
.about-security-panel p { color: #b0a89a; }
.about-security-grid { display: grid; gap: 14px; }
.about-security-grid div { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 4px 14px; align-items: center; padding: 16px; border-radius: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); }
.about-security-grid i { grid-row: span 2; color: #d4b07a; font-size: 22px; }
.about-security-grid strong { color: #fff; }
.about-security-grid span { color: #9a9aaa; font-size: 13px; line-height: 1.5; }
.about-leadership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 34px; }
.about-leadership-grid article { padding: 28px; border-radius: 18px; background: #fff; border: 1px solid #ede6dc; box-shadow: 0 12px 30px rgba(26,26,46,0.06); }
.about-leadership-grid .about-icon { margin-bottom: 18px; }
.sitemap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.sitemap-card h2 { color: #1a1a2e; margin-bottom: 16px; }
.sitemap-list { list-style: none; display: grid; gap: 10px; }
.sitemap-list a { color: #c0945e; text-decoration: none; }
.sanity-hero-section, .sanity-text-section, .sanity-image-section { padding: 70px 0; background: #fff; }
.sanity-hero-inner { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr); gap: 36px; align-items: center; }
.sanity-hero-inner p { color: #6b6b7b; line-height: 1.8; max-width: 680px; }
.sanity-hero-inner img, .sanity-image-section img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 18px 40px rgba(26,26,46,0.12); }
.sanity-image-section figure { margin: 0; }
.sanity-image-section figcaption, .prose figcaption { margin-top: 10px; color: #7a7a8a; font-size: 13px; text-align: center; }
.sitemap-list a:hover { color: #1a1a2e; }
.error-page { padding: 72px 0 96px; background: radial-gradient(circle at top center, rgba(192,148,94,0.08), transparent 26%), linear-gradient(180deg, #faf7f2 0%, #ede8e0 100%); }
.error-card { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border-radius: 24px; padding: 44px; box-shadow: 0 24px 50px rgba(26,26,46,0.2); color: #fff; }
.error-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 86px; height: 40px; padding: 0 16px; border-radius: 999px; background: rgba(192,148,94,0.18); color: #d4b07a; font-family: 'Montserrat', sans-serif; font-weight: 800; letter-spacing: 0.08em; margin-bottom: 20px; }
.error-card h1 { max-width: 820px; color: #fff; font-size: 42px; line-height: 1.1; margin-bottom: 16px; }
.error-card p { max-width: 720px; color: #c7bfb0; font-size: 17px; line-height: 1.8; }
.error-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 34px; }
.error-btn-secondary { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.14); }
.error-btn-secondary:hover { background: rgba(255,255,255,0.14); }
.error-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.error-mini-card { display: block; padding: 20px; border-radius: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); text-decoration: none; transition: transform 0.2s, background 0.2s; }
.error-mini-card:hover { transform: translateY(-2px); background: rgba(192,148,94,0.16); }
.error-mini-card strong { display: block; color: #fff; font-size: 17px; margin-bottom: 6px; }
.error-mini-card span { color: #b0a89a; font-size: 14px; line-height: 1.6; }

.single-post-shell { background: linear-gradient(180deg, #f8f5f0 0%, #ffffff 42%); }
.single-post-shell .breadcrumbs { padding-top: 14px; margin-bottom: 8px; }
.single-post { padding: 0; }
.single-post-hero { max-width: 980px; margin: 0 auto 24px; text-align: center; }
.single-post-kicker { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.single-post-hero h1 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -1.4px; margin-bottom: 14px; }
.single-post-excerpt { color: #6b6b7b; font-size: 18px; line-height: 1.85; max-width: 760px; margin: 0 auto; }
.single-post-hero .single-post-meta { justify-content: center; margin-top: 16px; }
.read-time-pill { display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border-radius: 999px; background: #f0ebe2; color: #6b6b7b; font-size: 12px; font-weight: 700; letter-spacing: 0.4px; }
.single-post-image-frame { margin: 0 0 28px; padding: 12px; border-radius: 24px; background: #fff; border: 1px solid #ede6dc; box-shadow: 0 24px 50px rgba(26,26,46,0.13); }
.single-post-image { width: 100%; height: auto; display: block; border-radius: 18px; margin-bottom: 0; background: #e0dbd0; }
.single-post-image.wp-post-image { width: 100%; height: auto; display: block; }
.footer-legal-links { display: flex; gap: 20px; flex-wrap: wrap; }
.single-post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 34px; align-items: start; }
.post-content-card { min-width: 0; padding: 40px; border: 1px solid #ede6dc; border-radius: 22px; background: #fff; box-shadow: 0 14px 34px rgba(26,26,46,0.06); }
.post-content { color: #3a3040; font-size: 17px; line-height: 1.85; }
.post-content h2, .post-content h3 { color: #1a1a2e; margin: 36px 0 16px; font-family: 'Montserrat', sans-serif; letter-spacing: -0.3px; }
.post-content h2 { font-size: 30px; line-height: 1.2; padding-top: 8px; }
.post-content h3 { font-size: 23px; line-height: 1.25; }
.post-content p, .post-content ul, .post-content ol { margin-bottom: 20px; }
.post-content ul, .post-content ol { padding-left: 20px; }
.post-content a { color: #c0945e; }
.post-content blockquote { margin: 28px 0; padding: 22px 24px; border-left: 4px solid #c0945e; border-radius: 0 14px 14px 0; background: #faf7f2; color: #4a4050; }
.post-sidebar { position: sticky; top: 116px; }
.post-sidebar-card { border: 1px solid #ede6dc; border-radius: 16px; padding: 22px; margin-bottom: 16px; background: #fff; box-shadow: 0 12px 26px rgba(26,26,46,0.05); }
.post-sidebar-card-highlight { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border-color: #16213e; }
.post-sidebar-card h3 { color: #1a1a2e; margin-bottom: 12px; font-size: 18px; }
.post-sidebar-card p { color: #6b6b7b; font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.post-sidebar-card-highlight h3 { color: #fff; }
.post-sidebar-card-highlight p { color: #b0a89a; }
.sidebar-cta { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 42px; border-radius: 8px; background: #c0945e; color: #fff; text-decoration: none; font-weight: 700; font-size: 14px; }
.sidebar-cta:hover { background: #a67c4a; }
.share-links, .tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.share-links a, .share-links button { width: 36px; height: 36px; border-radius: 8px; background: #f5efe6; display: flex; align-items: center; justify-content: center; color: #c0945e; font-size: 15px; text-decoration: none; transition: all 0.2s; border: none; cursor: pointer; padding: 0; }
.share-links a:hover, .share-links button:hover { background: #c0945e; color: #fff; }
.share-x-mark { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 900; line-height: 1; }
.sidebar-link-list a { color: #c0945e; text-decoration: none; }
.sidebar-link-list { list-style: none; }
.sidebar-link-list li + li { margin-top: 10px; }
.toc-list { list-style: none; display: grid; gap: 10px; }
.toc-item a { color: #6b6b7b; text-decoration: none; line-height: 1.5; }
.toc-item a:hover { color: #c0945e; }
.toc-subitem { padding-left: 14px; }
.author-block { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; margin-top: 42px; padding: 28px; border-radius: 20px; border: 1px solid #ddd5c5; background: linear-gradient(180deg, #faf7f2 0%, #ede8e0 100%); }
.author-block-image { width: 150px; height: 150px; object-fit: cover; border-radius: 18px; margin: 0; box-shadow: none; background: #e0dbd0; }
.author-block-content h2 { margin: 0 0 6px; }
.author-role { color: #c0945e; font-weight: 700; margin-bottom: 12px; }
.author-expertise { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 16px; }
.author-trust-note { margin: 0; padding-top: 14px; border-top: 1px solid #ddd5c5; color: #6b6b7b; font-size: 14px; }
.related-posts-panel { margin-top: 52px; padding-top: 42px; border-top: 1px solid #ede6dc; }

footer { background: linear-gradient(180deg, #141428 0%, #121225 22%, #100f20 100%); padding: 60px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand p { font-size: 13px; color: #7a7a8a; line-height: 1.8; margin: 16px 0 24px; max-width: 240px; }
.footer-logo-mark { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 800; color: #fff; display: flex; align-items: center; gap: 10px; }
.footer-logo-image { width: 38px; height: 38px; object-fit: contain; flex-shrink: 0; display: block; padding: 4px; border-radius: 10px; background: rgba(255,255,255,0.92); filter: drop-shadow(0 6px 14px rgba(0,0,0,0.28)); }
.footer-logo-fallback { width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: rgba(192,148,94,0.16); color: #d4b07a; font-size: 18px; flex-shrink: 0; }
.footer-social-links { display: flex; gap: 10px; }
.footer-social-links a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; color: #9a9aaa; font-size: 15px; text-decoration: none; transition: all 0.2s; }
.footer-social-links a:hover { background: #c0945e; color: #fff; }
.footer-col-title { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 20px; letter-spacing: 0.5px; }
.footer-col a, .footer-col p { font-size: 13px; color: #7a7a8a; text-decoration: none; display: block; line-height: 1.4; margin-bottom: 12px; transition: color 0.2s; }
.footer-col a:hover { color: #c0945e; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; }
.footer-contact-item i { color: #c0945e; font-size: 13px; margin-top: 3px; flex-shrink: 0; }
.footer-contact-item span { font-size: 13px; color: #7a7a8a; line-height: 1.5; }
.footer-contact-link { background: none; border: 0; padding: 0; color: #7a7a8a; font-size: 13px; line-height: 1.5; text-align: left; text-decoration: none; cursor: pointer; }
.footer-contact-link:hover { color: #c0945e; }
.protected-contact-cta { border: 0; cursor: pointer; }
.protected-contact-cta:hover { color: #fff; }
.footer-bottom-bar { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 12px; color: #5a5a6a; gap: 16px; }
.footer-bottom-bar a { color: #5a5a6a; text-decoration: none; }
.footer-skyline-strip {
  height: 72px;
  width: 100%;
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(20,20,40,0.3) 44%, rgba(16,15,32,0.88) 100%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 72' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='50' y='24' width='30' height='48' fill='%23c0945e' opacity='0.08'/%3E%3Crect x='100' y='14' width='25' height='58' fill='%23c0945e' opacity='0.05'/%3E%3Crect x='200' y='20' width='35' height='52' fill='%23c0945e' opacity='0.06'/%3E%3Crect x='350' y='10' width='28' height='62' fill='%23c0945e' opacity='0.08'/%3E%3Crect x='500' y='18' width='32' height='54' fill='%23c0945e' opacity='0.05'/%3E%3Crect x='650' y='8' width='26' height='64' fill='%23c0945e' opacity='0.06'/%3E%3Crect x='780' y='22' width='30' height='50' fill='%23c0945e' opacity='0.04'/%3E%3Crect x='900' y='12' width='35' height='60' fill='%23c0945e' opacity='0.07'/%3E%3Crect x='1050' y='16' width='28' height='56' fill='%23c0945e' opacity='0.05'/%3E%3C/svg%3E") bottom center/cover no-repeat;
  margin-bottom: -1px;
  opacity: 0.82;
}

/* ── Hero entrance animations ────────────────────────────── */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes heroFadeScale {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}
.hero-content h1 {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
.hero-content h2 {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
.hero-buttons {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}
.hero-subtext {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

/* ── Scroll-reveal base ─────────────────────────────────── */
[data-reveal] {
  opacity: 0;
  will-change: opacity, transform;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 700ms;
  transition-delay: 0ms;
}
[data-reveal="fade-up"]    { transform: translateY(36px); }
[data-reveal="fade-down"]  { transform: translateY(-36px); }
[data-reveal="fade-left"]  { transform: translateX(36px); }
[data-reveal="fade-right"] { transform: translateX(-36px); }
[data-reveal="scale"]      { transform: scale(0.88); }
[data-reveal="fade"]       { transform: none; }

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* Reduce motion for accessibility. */
@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  .hero-content h1,
  .hero-content h2,
  .hero-buttons,
  .hero-subtext {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 1024px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-post-layout { grid-template-columns: 1fr; }
  .post-sidebar { position: static; }
  .author-block { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .sitemap-grid { grid-template-columns: 1fr; }
  .about-hero-card, .about-security-panel { grid-template-columns: 1fr; }
  .about-division-grid, .about-leadership-grid { grid-template-columns: 1fr; }
  .sanity-hero-inner { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 24px; }
  header { position: static; }
  .header-inner { flex-direction: column; gap: 12px; }
  .header-actions { flex-direction: column; gap: 14px; margin-left: 0; width: 100%; }
  nav ul { flex-wrap: wrap; justify-content: center; gap: 16px; }
  .header-cta { width: 100%; max-width: 320px; }
  [id] { scroll-margin-top: 24px; }
  .hero { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); }
  .hero-overlay { min-height: 440px; padding: 64px 0 96px; background: linear-gradient(180deg, rgba(11, 43, 66, 0.76) 0%, rgba(15, 61, 97, 0.9) 100%); }
  .cards-wrapper { flex-direction: column; }
  .service-card { padding: 34px 28px; }
  .service-card .card-content { max-width: 100%; }
  .card-light .card-content { max-width: 100%; }
  .card-light .card-img, .card-dark .card-img { display: none; }
  .service-cards-section { margin-top: -48px; padding-bottom: 0; }
  .reach-layout { grid-template-columns: 1fr; }
  .reach-right { display: none; }
  .why-grid { grid-template-columns: 1fr; }
  .why-top, .blog-preview-head { flex-direction: column; gap: 20px; align-items: start; }
  .contact-hero-card { flex-direction: column; align-items: start; }
  .packages-layout { grid-template-columns: 1fr; gap: 40px; }
  .packages-grid, .blog-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-content h1 { font-size: 28px; }
  .hero-content h2 { font-size: 18px; margin-bottom: 28px; }
  .hero-buttons { flex-direction: column; align-items: stretch; max-width: 320px; margin: 0 auto 18px; }
  .why-photo-strip { display: none; }
  .why-choose-us { padding: 72px 0; }
  .why-bg-mountain { display: none; }
  .regional-reach { padding-top: 40px; }
  .service-packages { padding: 56px 0; }
  .blog-preview-section { padding: 56px 0 64px; }
  .blog-archive-section, .related-posts { padding: 72px 0; }
  .blog-card-body { padding: 20px; }
  .blog-card-chip { left: 14px; bottom: 14px; }
  .about-hero-card { padding: 30px; }
  .about-security-panel { padding: 28px; }
  .single-post { padding: 0; }
  .post-content-card { padding: 28px; }
  .single-post-hero { text-align: left; }
  .single-post-kicker, .single-post-hero .single-post-meta { justify-content: flex-start; }
  .footer-bottom-bar { flex-direction: column; align-items: start; }
  .error-card { padding: 30px; }
  .error-card h1 { font-size: 30px; }
  .error-mini-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 20px; }
  [id] { scroll-margin-top: 20px; }
  .why-grid, .footer-top { grid-template-columns: 1fr; }
  .reach-stats { flex-direction: column; gap: 18px; }
  .container { padding: 0 18px; }
  .hero-content h1 { font-size: 24px; }
  .reach-heading, .why-heading, .packages-left h2, .blog-archive-intro h1, .single-post h1, .section-title { font-size: 28px; }
  .contact-hero-card, .contact-card, .legal-content, .sitemap-card, .author-block, .about-mission-card, .about-final-card, .about-division-card, .about-leadership-grid article { padding: 22px; }
  .post-content-card { padding: 22px; }
  .post-content { font-size: 16px; }
  .post-content h2 { font-size: 24px; }
  .single-post-image-frame { padding: 8px; border-radius: 18px; }
  .about-hero-card, .about-security-panel { padding: 24px; }
  .about-mission-card, .about-final-card { grid-template-columns: 1fr; }
  .about-security-grid div { grid-template-columns: 1fr; }
}
