:root {
  --crimson: #7a1a1a;
  --crimson-dark: #4a0e0e;
  --burnt-orange: #c45c1a;
  --gold: #c8872a;
  --gold-light: #e8a83a;
  --cream: #f5ede0;
  --cream-dark: #e8d9c5;
  --sand: #c9a87c;
  --white: #fdfaf6;
  --text-dark: #2a1a0e;
  --dark: #1e0a0a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Lato', sans-serif; background: var(--white); color: var(--text-dark); overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 48px;
  background: rgba(30,10,10,0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(200,135,42,0.3);
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { height: 48px; width: auto; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { color: var(--cream-dark); text-decoration: none; font-size: 12px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--crimson) !important; color: var(--white) !important; padding: 9px 20px !important; font-weight: 700 !important; border: 1px solid var(--burnt-orange) !important; transition: all 0.3s !important; }
.nav-cta:hover { background: var(--burnt-orange) !important; }

/* BUTTONS */
.btn-primary { background: var(--crimson); color: var(--white); padding: 14px 32px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: 1px solid var(--burnt-orange); cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: var(--burnt-orange); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--cream); padding: 14px 32px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; border: 1px solid rgba(245,237,224,0.3); cursor: pointer; transition: all 0.3s; text-decoration: none; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* HERO */
.hero { min-height: 60vh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(to right, rgba(30,10,10,0.95) 0%, rgba(30,10,10,0.85) 55%, rgba(30,10,10,0.88) 100%), url('../images/hero.png') center/cover no-repeat; }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 120px 72px 48px; gap: 48px; }
.hero-content { max-width: 560px; animation: fadeUp 1s ease forwards; }
.hero-logo-right { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; padding-left: 0; padding-right: 80px; animation: fadeUp 1.2s ease forwards; }
.hero-logo-right img { width: 390px; height: auto; filter: drop-shadow(0 4px 24px rgba(0,0,0,0.5)); }
.hero-logo-text { text-align: center; margin-top: 12px; }
.header-logo { width: 120px; height: auto; margin-bottom: 20px; filter: drop-shadow(0 2px 12px rgba(0,0,0,0.5)); }
.hero-logo-name { display: block; font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--cream); letter-spacing: 1px; margin-bottom: 8px; text-align: center; }
.hero-logo-tagline { display: block; font-size: 0.75rem; font-weight: 300; color: var(--sand); letter-spacing: 2px; text-transform: uppercase; line-height: 1.7; text-align: center; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(122,26,26,0.3); border: 1px solid rgba(200,135,42,0.5); color: var(--sand); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; padding: 7px 16px; margin-bottom: 24px; }
.hero-badge::before { content: '◆'; color: var(--gold); font-size: 7px; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.6rem, 4.5vw, 4rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 10px; }
.hero h1 span { color: var(--gold-light); display: block; }
.hero-divider { width: 56px; height: 3px; background: var(--gold); margin: 20px 0; }
.hero p { font-size: 1rem; font-weight: 300; color: var(--cream-dark); line-height: 1.8; margin-bottom: 24px; max-width: 500px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }

/* TRUST BAR */
.trust-bar { background: var(--crimson-dark); padding: 16px 48px; display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; border-bottom: 2px solid var(--gold); }
.trust-item { display: flex; align-items: center; gap: 10px; color: var(--sand); font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; }
.trust-diamond { width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }

/* SECTION SHARED */
.section-label { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 10px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 700; color: var(--crimson-dark); margin-bottom: 12px; }
.section-divider { width: 48px; height: 3px; background: var(--gold); margin: 0 auto 40px; }

/* CREDENTIALS */
.credentials { background: var(--cream); padding: 64px 48px; text-align: center; }
.creds-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; max-width: 860px; margin: 0 auto; background: var(--sand); }
.cred-item { background: var(--white); padding: 32px 20px; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: all 0.3s; }
.cred-item:hover { background: var(--crimson-dark); transform: translateY(-3px); }
.cred-item:hover .cred-label, .cred-item:hover .cred-desc { color: var(--cream); }
.cred-diamond { width: 50px; height: 50px; background: linear-gradient(135deg, var(--crimson), var(--gold)); transform: rotate(45deg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cred-diamond svg { transform: rotate(-45deg); width: 22px; height: 22px; fill: var(--white); }
.cred-label { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--crimson-dark); transition: color 0.3s; }
.cred-desc { font-size: 13px; color: var(--text-dark); letter-spacing: 0.5px; text-align: center; line-height: 1.5; transition: color 0.3s; }

/* SERVICES PREVIEW */
.services-preview { background: var(--crimson-dark); padding: 64px 48px; text-align: center; }
.services-preview .section-title { color: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; max-width: 1050px; margin: 0 auto; background: rgba(200,135,42,0.15); }
.service-card { background: rgba(74,14,14,0.9); padding: 40px 28px; text-align: left; transition: all 0.3s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--gold); transition: height 0.4s; }
.service-card:hover::before { height: 100%; }
.service-card:hover { background: rgba(122,26,26,0.8); transform: translateY(-3px); }
.service-number { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 900; color: rgba(200,135,42,0.15); line-height: 1; margin-bottom: 14px; }
.service-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--cream); margin-bottom: 10px; }
.service-desc { font-size: 14px; color: var(--sand); line-height: 1.8; font-weight: 300; }

/* CTA */
.cta-section { background: linear-gradient(135deg, var(--crimson), var(--crimson-dark)); padding: 80px 48px; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: '◆'; position: absolute; font-size: 280px; color: rgba(200,135,42,0.05); top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: 'Playfair Display', serif; z-index: 0; pointer-events: none; }
.cta-section .section-title { color: var(--white); position: relative; }
.cta-section p { color: var(--sand); font-size: 1rem; font-weight: 300; margin: 14px auto 32px; max-width: 480px; line-height: 1.8; position: relative; }
.cta-section .btn-primary { position: relative; z-index: 2; }

/* PAGE HEADER (inner pages) */
.page-header { min-height: 45vh; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.header-bg { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(30,10,10,0.55) 0%, rgba(30,10,10,0.88) 100%), url('../images/hero.png') center/cover no-repeat; }
.header-content { position: relative; z-index: 2; padding: 100px 72px 56px; width: 100%; }
.header-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 900; color: var(--white); margin-bottom: 14px; }
.header-divider { width: 56px; height: 3px; background: var(--gold); margin-bottom: 16px; }
.header-content p { color: var(--sand); font-size: 1rem; font-weight: 300; max-width: 560px; line-height: 1.8; }

/* FOOTER */
footer { background: var(--dark); padding: 32px 48px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; border-top: 1px solid rgba(200,135,42,0.2); }
.footer-logo { display: flex; align-items: center; gap: 14px; }
.footer-logo img { height: 44px; width: auto; opacity: 0.9; }
.footer-info { font-size: 12px; color: var(--sand); line-height: 1.7; }
.footer-info strong { font-family: 'Playfair Display', serif; font-size: 13px; color: var(--cream); }
.footer-right { font-size: 11px; color: rgba(201,168,124,0.4); letter-spacing: 1px; }

/* BOOKING PAGE */
.booking-section { background: var(--white); padding: 72px; }
.booking-inner { display: flex; gap: 64px; max-width: 1100px; margin: 0 auto; align-items: flex-start; }
.booking-left { flex: 1; }
.booking-steps { display: flex; flex-direction: column; gap: 28px; margin-bottom: 40px; }
.booking-step { display: flex; gap: 20px; align-items: flex-start; }
.step-number { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 900; color: rgba(200,135,42,0.25); line-height: 1; flex-shrink: 0; width: 48px; }
.step-text strong { display: block; font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--crimson-dark); margin-bottom: 6px; }
.step-text p { font-size: 13px; color: var(--text-dark); line-height: 1.8; font-weight: 300; margin: 0; }
.booking-contact-alt { border-top: 1px solid var(--cream-dark); padding-top: 28px; display: flex; flex-direction: column; gap: 12px; }
.contact-link { display: flex; align-items: center; gap: 10px; color: var(--crimson); text-decoration: none; font-size: 14px; font-weight: 700; transition: color 0.3s; }
.contact-link:hover { color: var(--gold); }
.contact-link svg { width: 18px; height: 18px; flex-shrink: 0; }
.booking-right { flex: 1; }
.booking-form-wrap { background: var(--crimson-dark); padding: 40px; }
.booking-form-wrap h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--cream); margin-bottom: 6px; }
.booking-form-wrap > p { font-size: 13px; color: var(--sand); margin-bottom: 28px; font-weight: 300; }
.booking-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--sand); font-weight: 700; }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.07); border: 1px solid rgba(200,135,42,0.3); color: var(--cream); padding: 11px 14px; font-family: 'Lato', sans-serif; font-size: 14px; font-weight: 300; transition: border 0.3s; outline: none; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(201,168,124,0.4); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--crimson-dark); color: var(--cream); }
.form-group textarea { resize: vertical; }

/* ABOUT PAGE */
.about-intro { background: var(--white); padding: 72px 72px; }
.about-intro-inner { display: flex; gap: 56px; align-items: flex-start; max-width: 1100px; margin: 0 auto; }
.about-photo-block { flex-shrink: 0; width: 300px; text-align: center; }
.about-headshot { width: 100%; height: 340px; object-fit: cover; object-position: top; border: 3px solid var(--gold); display: block; }
.about-photo-caption { font-size: 11px; color: var(--sand); letter-spacing: 2px; text-transform: uppercase; margin-top: 12px; margin-bottom: 0; }
.about-credentials-list { list-style: none; margin-top: 16px; background: var(--crimson-dark); border-top: 2px solid var(--gold); padding: 16px 18px; display: flex; flex-direction: column; gap: 0; width: 100%; text-align: left; }
.about-credentials-list li { font-size: 11.5px; color: var(--sand); line-height: 1.4; padding: 7px 0 7px 16px; position: relative; font-weight: 400; border-bottom: 1px solid rgba(200,135,42,0.12); letter-spacing: 0.2px; }
.about-credentials-list li.creds-panel-header { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; padding-left: 0; border-bottom: 1px solid rgba(200,135,42,0.25); margin-bottom: 4px; padding-bottom: 8px; }
.about-credentials-list li.creds-panel-header::before { display: none; }
.about-credentials-list li::before { content: '◆'; position: absolute; left: 0; top: 8px; color: var(--gold); font-size: 5px; }
.about-intro-text p { font-size: 0.95rem; color: var(--text-dark); line-height: 1.9; margin-bottom: 16px; font-weight: 300; }
.about-field-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; margin-top: 28px; border: 2px solid rgba(200,135,42,0.3); }
.about-field-photo { position: relative; overflow: hidden; }
.about-field-photo img { width: 100%; height: 140px; object-fit: cover; object-position: center; display: block; filter: brightness(0.85) saturate(0.9); transition: filter 0.4s ease, transform 0.4s ease; transform-origin: center; }
.about-field-photo:hover img { filter: brightness(1) saturate(1.05); transform: scale(1.04); }
.about-field-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(10,2,2,0.88)); color: var(--gold-light); font-size: 9.5px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; padding: 20px 8px 7px; text-align: center; }
.about-field-photo::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(200,135,42,0.15); pointer-events: none; transition: border-color 0.3s; }
.about-field-photo:hover::after { border-color: rgba(200,135,42,0.5); }

.about-credentials { background: var(--cream); padding: 72px 72px; }
.about-cred-block { background: var(--white); padding: 36px 32px; display: flex; flex-direction: column; gap: 10px; }
.about-cred-block .cred-tag { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.about-cred-block h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--crimson-dark); }
.about-cred-block p { font-size: 14px; color: var(--text-dark); line-height: 1.8; font-weight: 300; }
.about-creds-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; max-width: 1100px; margin: 0 auto; background: rgba(200,135,42,0.15); }


.about-industries { background: var(--cream); padding: 72px 72px; text-align: center; }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; max-width: 1100px; margin: 0 auto; background: rgba(200,135,42,0.15); }
.industry-item { background: var(--white); display: flex; flex-direction: column; cursor: pointer; transition: all 0.3s; }
.industry-item-header { padding: 0; display: flex; flex-direction: column; align-items: center; gap: 0; }
.industry-thumb { width: 100%; height: 120px; object-fit: cover; object-position: center; display: block; filter: brightness(0.85) saturate(0.9); transition: filter 0.3s; }
.industry-item:hover .industry-thumb { filter: brightness(1) saturate(1); }
.industry-item-header-text { padding: 18px 20px 16px; display: flex; flex-direction: column; align-items: center; gap: 8px; width: 100%; transition: background 0.3s; }
.industry-item:hover .industry-item-header-text { background: var(--crimson-dark); }
.industry-item:hover .industry-name { color: var(--cream); }
.industry-item:hover .industry-icon { color: var(--gold); }
.industry-icon { width: 36px; height: 36px; color: var(--gold); }
.industry-icon svg { width: 36px; height: 36px; }
.industry-name { font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 700; color: var(--crimson-dark); transition: color 0.3s; }
.industry-chevron { font-size: 10px; color: var(--gold); transition: transform 0.3s; margin-top: 2px; }
.industry-item.open .industry-chevron { transform: rotate(180deg); }
.industry-dropdown { display: none; text-align: left; border-top: 2px solid rgba(200,135,42,0.2); }
.industry-item.open .industry-dropdown { display: block; }
.industry-dropdown img { width: 100%; height: 160px; object-fit: cover; object-position: center; display: block; }
.industry-dropdown-body { padding: 20px 22px 24px; }
.industry-dropdown-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.industry-dropdown-bullets li { display: flex; align-items: flex-start; gap: 10px; }
.industry-dropdown-bullets li .bd { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; margin-top: 4px; }
.industry-dropdown-bullets li strong { font-size: 12.5px; color: var(--crimson-dark); font-weight: 700; display: block; margin-bottom: 2px; }
.industry-dropdown-bullets li p { font-size: 12px; color: var(--text-dark); line-height: 1.6; font-weight: 300; margin: 0; }

.about-personal { background: var(--white); padding: 72px 72px; }
.about-personal-inner { display: grid; grid-template-columns: 200px 1fr 200px; gap: 40px; align-items: flex-start; max-width: 1200px; margin: 0 auto; }
.about-personal-text { }
.about-personal-text p { font-size: 0.95rem; color: var(--text-dark); line-height: 1.9; margin-bottom: 16px; font-weight: 300; }
.about-personal-photos { flex-shrink: 0; display: flex; flex-direction: column; gap: 8px; }
.personal-photo-main { width: 100%; height: 300px; object-fit: cover; border: 3px solid var(--gold); }
.personal-photo-small { width: 100%; height: 160px; object-fit: cover; border: 3px solid var(--gold); }

/* FAQ PAGE */
.faq-section { background: var(--white); padding: 72px; }
.faq-inner { max-width: 860px; margin: 0 auto; }
.faq-category { margin-bottom: 56px; }
.faq-cat-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--crimson-dark); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--gold); }
.faq-item { border-bottom: 1px solid var(--cream-dark); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 20px 0; font-family: 'Lato', sans-serif; font-size: 1rem; font-weight: 700; color: var(--text-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.3s; }
.faq-question:hover { color: var(--crimson); }
.faq-icon { font-size: 1.4rem; font-weight: 300; color: var(--gold); flex-shrink: 0; line-height: 1; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer p { font-size: 0.95rem; color: var(--text-dark); line-height: 1.9; font-weight: 300; padding: 0 0 20px; }
.faq-still-questions { background: var(--crimson-dark); padding: 80px 48px; text-align: center; }
.faq-still-questions .section-title { color: var(--cream); }
.faq-still-questions p { color: var(--sand); font-size: 1rem; font-weight: 300; margin: 14px auto 32px; max-width: 480px; line-height: 1.8; }

/* BLOG PAGE */
.blog-section { background: var(--white); padding: 72px; }
.blog-inner { display: flex; gap: 48px; max-width: 1100px; margin: 0 auto; align-items: flex-start; }
.blog-posts { flex: 1; display: flex; flex-direction: column; gap: 2px; background: var(--sand); }
.blog-card { background: var(--white); padding: 36px; transition: all 0.3s; }
.blog-card:hover { background: var(--cream); }
.blog-card-meta { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.blog-date { font-size: 11px; color: var(--sand); letter-spacing: 2px; text-transform: uppercase; }
.blog-tag { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(200,135,42,0.4); padding: 3px 8px; }
.blog-card-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--crimson-dark); margin-bottom: 12px; line-height: 1.4; }
.blog-card-excerpt { font-size: 0.9rem; color: var(--text-dark); line-height: 1.8; font-weight: 300; margin-bottom: 16px; }
.blog-read-more { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--crimson); text-decoration: none; transition: color 0.3s; }
.blog-read-more svg { width: 16px; height: 16px; transition: transform 0.3s; }
.blog-read-more:hover { color: var(--gold); }
.blog-read-more:hover svg { transform: translateX(4px); }
.blog-sidebar { width: 280px; flex-shrink: 0; display: flex; flex-direction: column; gap: 24px; }
.admin-btn { background: transparent; border: 1px solid rgba(200,135,42,0.3); color: var(--sand); padding: 8px 16px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; font-family: 'Lato', sans-serif; transition: all 0.3s; width: 100%; }
.admin-btn:hover { border-color: var(--gold); color: var(--gold); }
.admin-login-box, .admin-editor-box { background: var(--crimson-dark); padding: 24px; }
.admin-login-box h3, .admin-editor-box h3 { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--cream); margin-bottom: 16px; }
.admin-input { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(200,135,42,0.3); color: var(--cream); padding: 10px 12px; font-family: 'Lato', sans-serif; font-size: 13px; box-sizing: border-box; }
.admin-textarea { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(200,135,42,0.3); color: var(--cream); padding: 10px 12px; font-family: 'Lato', sans-serif; font-size: 13px; box-sizing: border-box; resize: vertical; }
.admin-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.admin-field label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--sand); font-weight: 700; }
.blog-sidebar-info { background: var(--cream); padding: 24px; }

/* SMALL BUSINESS PAGE */
.sb-empathy { background: var(--white); padding: 72px; }
.sb-empathy-inner { display: flex; gap: 64px; align-items: flex-start; max-width: 1100px; margin: 0 auto; }
.sb-empathy-text { flex: 1; }
.sb-empathy-text p { font-size: 0.95rem; color: var(--text-dark); line-height: 1.9; font-weight: 300; margin-bottom: 16px; }
.sb-empathy-text strong { color: var(--crimson-dark); font-weight: 700; }
.sb-empathy-quote { width: 320px; flex-shrink: 0; }
.sb-quote-block { background: var(--crimson-dark); padding: 36px; position: relative; }
.sb-quote-mark { font-family: 'Playfair Display', serif; font-size: 5rem; color: var(--gold); line-height: 0.5; margin-bottom: 20px; display: block; opacity: 0.6; }
.sb-quote-block p { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--cream); line-height: 1.8; font-style: italic; margin-bottom: 20px; }
.sb-quote-attr { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); }
.sb-applies { background: var(--crimson-dark); padding: 72px; text-align: center; }
.sb-applies .section-title { color: var(--cream); }
.sb-applies-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; max-width: 1050px; margin: 0 auto; background: rgba(200,135,42,0.15); }
.sb-applies-card { background: rgba(74,14,14,0.9); padding: 36px 28px; text-align: left; }
.sb-applies-label { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(200,135,42,0.4); padding: 4px 10px; display: inline-block; margin-bottom: 20px; font-weight: 700; }
.sb-applies-list { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 10px; }
.sb-applies-list li { font-size: 13px; color: var(--sand); line-height: 1.6; padding-left: 16px; position: relative; font-weight: 300; }
.sb-applies-list li::before { content: '◆'; position: absolute; left: 0; color: var(--gold); font-size: 6px; top: 5px; }
.sb-applies-note { font-size: 12px; color: var(--gold); font-style: italic; border-top: 1px solid rgba(200,135,42,0.2); padding-top: 14px; line-height: 1.6; }
.sb-reality { background: var(--cream); padding: 72px; text-align: center; }
.sb-reality-inner { max-width: 900px; margin: 0 auto; }
.sb-reality-intro { font-size: 1rem; color: var(--text-dark); font-weight: 300; line-height: 1.8; margin-bottom: 40px; }
.sb-reality-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--sand); margin-bottom: 36px; }
.sb-reality-item { background: var(--white); padding: 32px 20px; }
.sb-reality-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 900; color: var(--crimson); margin-bottom: 8px; }
.sb-reality-desc { font-size: 12px; color: var(--text-dark); line-height: 1.6; font-weight: 300; }
.sb-reality-footer { font-size: 0.95rem; color: var(--text-dark); line-height: 1.9; font-weight: 300; font-style: italic; }
.sb-annie { background: var(--white); padding: 72px; }
.sb-annie-inner { display: flex; gap: 64px; align-items: flex-start; max-width: 1100px; margin: 0 auto; }
.sb-annie-text { flex: 1; }
.sb-annie-text p { font-size: 0.95rem; color: var(--text-dark); line-height: 1.9; font-weight: 300; margin-bottom: 16px; }
.sb-annie-text em { color: var(--crimson-dark); font-style: italic; }
.sb-annie-steps { width: 340px; flex-shrink: 0; display: flex; flex-direction: column; gap: 24px; }
.sb-step { display: flex; gap: 20px; align-items: flex-start; }
.sb-step-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 900; color: rgba(200,135,42,0.25); line-height: 1; flex-shrink: 0; width: 48px; }
.sb-step-text strong { display: block; font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--crimson-dark); margin-bottom: 6px; }
.sb-step-text p { font-size: 13px; color: var(--text-dark); line-height: 1.8; font-weight: 300; margin: 0; }

/* RESPONSIVE */
/* ── HAMBURGER MENU ── */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
  margin-left: auto;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--cream);
  transition: all 0.3s;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--dark);
  border-top: 1px solid rgba(200,135,42,0.2);
  padding: 12px 0;
  position: fixed;
  top: 77px;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  max-height: calc(100vh - 77px);
  overflow-y: auto;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a {
  color: var(--cream-dark);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.2s;
}
.nav-mobile-menu a:hover, .nav-mobile-menu a.active { color: var(--gold); }
.nav-mobile-menu a.nav-cta { color: var(--gold); font-weight: 700; }

@media (max-width: 768px) {
  /* NAV */
  nav { padding: 14px 20px; flex-wrap: wrap; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  /* TRUST BAR */
  .trust-bar { gap: 16px; padding: 14px 20px; justify-content: flex-start; }
  .trust-item { flex-shrink: 0; }

  /* HERO */
  .hero { min-height: auto; }
  .hero-inner { flex-direction: column; padding: 80px 24px 40px; text-align: center; gap: 32px; }
  .hero-logo-right { padding-right: 0; }
  .hero-logo-right img { width: 180px; }
  .hero-buttons { justify-content: center; }

  /* CREDENTIALS / SERVICES - INDEX */
  .creds-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }
  .credentials, .services-preview, .cta-section { padding: 48px 24px; }

  /* ABOUT INTRO */
  .about-intro { padding: 48px 24px; }
  .about-intro-inner { flex-direction: column; gap: 32px; }
  .about-photo-block { width: 100%; }
  .about-headshot { width: 100%; max-width: 360px; height: 300px; margin: 0 auto; }
  .about-field-photos { grid-template-columns: repeat(3, 1fr); }
  .about-field-photo img { height: 100px; }

  /* ABOUT CREDENTIALS */
  .about-credentials { padding: 48px 24px; }
  .about-creds-inner { grid-template-columns: 1fr; }

  /* ABOUT INDUSTRIES */
  .about-industries { padding: 48px 24px; }
  .industries-grid { grid-template-columns: 1fr; }

  /* ABOUT PERSONAL */
  .about-personal { padding: 48px 24px; }
  .about-personal-inner { grid-template-columns: 1fr; gap: 32px; }
  .personal-photo-main, .personal-photo-small { width: 100%; height: auto; }

  /* SERVICES PAGE */
  .service-block { grid-template-columns: 1fr !important; }
  .service-block.reverse { direction: ltr; }
  .services-main, .additional, .cta-strip { padding: 48px 24px; }
  .additional-grid { grid-template-columns: 1fr; }

  /* CONTACT / BOOKING */
  .booking-section { padding: 48px 24px; }
  .booking-inner { flex-direction: column; gap: 32px; }

  /* FAQ */
  .faq-section { padding: 48px 24px; }
  .faq-still-questions { padding: 48px 24px; }

  /* BLOG */
  .blog-section { padding: 48px 24px; }
  .blog-inner { flex-direction: column; gap: 32px; }

  /* SMALL BUSINESS */
  .sb-empathy { padding: 48px 24px; }
  .sb-empathy-inner { flex-direction: column; gap: 32px; }
  .sb-empathy-quote { width: 100%; }
  .sb-reality { padding: 48px 24px; }
  .sb-reality-grid { grid-template-columns: repeat(2, 1fr); }
  .sb-applies { padding: 48px 24px; }
  .sb-checklist-grid { grid-template-columns: 1fr !important; }

  /* PAGE HEADER */
  .page-header { min-height: auto; }
  .header-content { padding: 100px 24px 40px; }

  /* FOOTER */
  footer { padding: 28px 24px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-right { font-size: 11px; }
}
