:root {
  --ink: #0A0A0A;
  --charcoal: #181818;
  --graphite: #2A2A2A;
  --cream: #F5F1EA;
  --paper: #EEE8DA;
  --sand: #D9C9AB;
  --line: #E5DFD0;
  --line-strong: #D0C9B6;
  --white: #FFFFFF;
  --accent: #B8532A;
  --accent-bright: #D06438;
  --accent-soft: rgba(184,83,42,0.12);
  --muted: #6B6860;
  --muted-light: #A09B90;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--cream); color: var(--ink);
  line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 28px; }
.container-sm { max-width: 960px; margin: 0 auto; padding: 0 28px; }

/* Announce */
.announce { background: var(--ink); color: #fff; padding: 10px 0; font-size: 12px; }
.announce-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.announce-left { display: flex; align-items: center; gap: 20px; }
.announce-left a { color: rgba(255,255,255,0.85); display: inline-flex; align-items: center; gap: 6px; transition: color 0.2s; }
.announce-left a:hover { color: var(--accent-bright); }
.announce-left svg { width: 14px; height: 14px; }
.announce-right { color: var(--accent-bright); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: 11px; }

/* Nav */
.nav-wrap { background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 80; }
.nav-wrap.scrolled { box-shadow: 0 6px 24px rgba(10,10,10,0.08); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.nav-logo { color: var(--ink); display: inline-block; }
.nav-logo svg { height: 42px; width: auto; display: block; }
.nav-logo img { width: auto !important; height: 42px !important; max-width: 180px; display: block !important; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-link { color: var(--ink); font-size: 13px; font-weight: 600; letter-spacing: 0.5px; transition: color 0.2s; }
.nav-link:hover, .nav-link.active { color: var(--accent); }
.nav-right { display: flex; gap: 14px; align-items: center; }
.nav-phone { color: var(--ink); font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; }
.nav-phone svg { width: 16px; height: 16px; color: var(--accent); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.3px; padding: 14px 24px; border: none; cursor: pointer; transition: all 0.25s; border-radius: 2px; white-space: nowrap; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--graphite); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(10,10,10,0.3); }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--accent-bright); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(184,83,42,0.4); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost-light { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.35); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-lg { padding: 17px 30px; font-size: 14px; letter-spacing: 0.5px; }

.burger { display: none; background: 0; border: 0; width: 40px; height: 40px; color: var(--ink); cursor: pointer; }
.burger svg { width: 22px; height: 22px; }
.drawer { position: fixed; inset: 0; z-index: 200; background: var(--white); padding: 80px 28px 40px; transform: translateX(100%); transition: transform 0.3s; display: flex; flex-direction: column; gap: 6px; }
.drawer.open { transform: translateX(0); }
.drawer a { color: var(--ink); font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 700; padding: 12px 0; border-bottom: 1px solid var(--line); }
.drawer-close { position: absolute; top: 20px; right: 20px; background: 0; border: 0; width: 44px; height: 44px; color: var(--ink); cursor: pointer; font-size: 24px; }
.drawer-phone { color: var(--accent) !important; font-size: 24px !important; }
.drawer-cta { margin-top: 20px; }

/* Sections */
section { position: relative; }
.sec { padding: 96px 0; }
.sec-cream { background: var(--cream); }
.sec-paper { background: var(--paper); }
.sec-white { background: var(--white); }
.sec-dark { background: var(--ink); color: #fff; }

.sec-head { margin-bottom: 48px; max-width: 720px; }
.sec-head-center { margin: 0 auto 48px; text-align: center; }
.sec-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 4px; text-transform: uppercase; color: var(--accent);
  margin-bottom: 18px;
}
.sec-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--accent); }
.sec-head-center .sec-eyebrow { justify-content: center; }
.sec h2, .sec-white h2, .sec-cream h2, .sec-paper h2 { font-size: clamp(32px, 4vw, 56px); color: var(--ink); margin-bottom: 14px; }
.sec-dark h2 { color: #fff; font-size: clamp(32px, 4vw, 56px); margin-bottom: 14px; }
.sec h2 em, .sec-white h2 em, .sec-cream h2 em, .sec-paper h2 em, .sec-dark h2 em { font-style: normal; color: var(--accent); }
.sec-sub { color: var(--muted); font-size: 16px; line-height: 1.7; max-width: 580px; }
.sec-dark .sec-sub { color: rgba(255,255,255,0.72); }

/* CTA */
.cta { background: var(--ink); color: #fff; padding: 76px 0; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; opacity: 0.08; background-image: linear-gradient(rgba(184,83,42,0.6) 1px, transparent 1px), linear-gradient(90deg, rgba(184,83,42,0.6) 1px, transparent 1px); background-size: 50px 50px; }
.cta-accent-line { position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--accent); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; position: relative; z-index: 1; }
.cta h2 { font-size: clamp(34px, 4.2vw, 54px); color: #fff; line-height: 1.05; }
.cta h2 em { font-style: normal; color: var(--accent-bright); }
.cta p { font-size: 15px; margin-top: 12px; color: rgba(255,255,255,0.75); max-width: 480px; }
.cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* Footer */
.footer { background: var(--charcoal); color: #fff; padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { color: #fff; display: inline-block; margin-bottom: 18px; max-width: 220px; }
.footer-logo svg { height: 48px; width: auto; display: block; }
.footer-logo img { width: auto !important; height: 54px !important; max-width: 220px; display: block !important; }
.footer-about { color: rgba(255,255,255,0.6); font-size: 13px; line-height: 1.7; max-width: 280px; }
.footer-heading { font-family: 'Inter', sans-serif; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent-bright); margin-bottom: 16px; font-weight: 700; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 13px; transition: color 0.2s; }
.footer-links a:hover { color: var(--accent-bright); }
.footer-contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }
.footer-contact-item svg { width: 16px; height: 16px; color: var(--accent-bright); flex-shrink: 0; margin-top: 3px; }
.footer-contact-item .l { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 2px; }
.footer-contact-item .v { color: #fff; font-size: 13px; line-height: 1.5; }
.footer-contact-item .v a { color: #fff; }
.footer-contact-item .v a:hover { color: var(--accent-bright); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.45); font-size: 12px; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(22px); transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.show { opacity: 1; transform: translateY(0); }

/* Mobile sticky bottom CTA */
.mobile-sticky-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 150;
  background: var(--ink);
  padding: 10px 12px;
  gap: 10px;
  box-shadow: 0 -8px 28px rgba(0,0,0,0.35);
  border-top: 2px solid var(--accent);
  transform: translateY(110%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-sticky-cta.show { transform: translateY(0); }
.mcta-btn {
  flex: 1; padding: 14px 10px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.5px; text-align: center;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 2px;
}
.mcta-call { background: var(--accent); color: #fff; }
.mcta-quote { background: #fff; color: var(--ink); }
.mcta-btn svg { width: 16px; height: 16px; }

@media (max-width: 720px) {
  .mobile-sticky-cta { display: flex; }
  body { padding-bottom: 72px; }
}

/* Page hero (for sub-pages) */
.page-hero { background: var(--ink); color: #fff; padding: 88px 0 68px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; opacity: 0.05; background-image: linear-gradient(rgba(184,83,42,0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(184,83,42,0.5) 1px, transparent 1px); background-size: 50px 50px; }
.page-hero-inner { position: relative; z-index: 1; }
.breadcrumb { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 20px; }
.breadcrumb a { color: var(--accent-bright); }
.breadcrumb span { margin: 0 8px; color: rgba(255,255,255,0.3); }
.page-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--accent-bright); margin-bottom: 20px; }
.page-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--accent-bright); }
.page-hero h1 { font-size: clamp(40px, 5.5vw, 76px); font-weight: 900; letter-spacing: -0.02em; }
.page-hero h1 em { font-style: normal; color: var(--accent-bright); }
.page-hero-sub { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.78); max-width: 620px; margin-top: 18px; }

/* Responsive */
@media (max-width: 1080px) {
  .cta-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .container, .container-sm { padding: 0 16px; }

  .announce { font-size: 10px; padding: 8px 0; }
  .announce-right span { display: none; }
  .announce-left { gap: 14px; }
  .announce-inner { gap: 10px; }
  .nav { padding: 10px 0; }
  .nav-logo svg { height: 34px; }
  .nav-logo img { height: 34px !important; }
  .nav-links, .nav-right .nav-phone, .nav-right .btn-outline { display: none; }
  .burger { display: inline-flex; align-items: center; justify-content: center; }

  /* Tighter section rhythm */
  .sec { padding: 44px 0; }
  .sec-head { margin-bottom: 22px; max-width: 100%; }
  .sec h2, .sec-white h2, .sec-cream h2, .sec-paper h2, .sec-dark h2 { font-size: 28px; }
  .sec-sub { font-size: 14px; line-height: 1.6; }
  .sec-eyebrow { font-size: 10px; letter-spacing: 2.5px; margin-bottom: 12px; }
  .sec-eyebrow::before { width: 22px; }

  .page-hero { padding: 52px 0 38px; }
  .page-hero h1 { font-size: 32px; }
  .page-hero-sub { font-size: 14px; line-height: 1.6; }
  .page-eyebrow { font-size: 10px; letter-spacing: 2.5px; margin-bottom: 14px; }
  .page-eyebrow::before { width: 28px; }
  .breadcrumb { font-size: 10px; letter-spacing: 2px; margin-bottom: 14px; }

  .cta { padding: 44px 0; }
  .cta-inner { gap: 18px; }
  .cta h2 { font-size: 26px; }
  .cta p { font-size: 14px; }
  .cta-btns { flex-direction: column; width: 100%; }
  .cta-btns .btn { width: 100%; }

  .footer { padding: 40px 0 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:nth-child(4) { grid-column: 1 / -1; }
  .footer-logo svg { height: 42px; }
  .footer-logo img { height: 46px !important; }
  .footer-about { font-size: 13px; max-width: 100%; }
  .footer-heading { margin-bottom: 10px; }
  .footer-links li { margin-bottom: 8px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; padding-top: 16px; font-size: 11px; }
  .drawer { padding: 80px 24px 40px; }
  .drawer a { font-size: 24px; padding: 10px 0; }
  .drawer-phone { font-size: 22px !important; }
  .drawer-close { top: 18px; right: 18px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
  .btn { padding: 13px 20px; font-size: 12px; }
  .btn-lg { padding: 15px 24px; font-size: 13px; }
}
@media (max-width: 420px) {
  .page-hero h1 { font-size: 32px; }
  .sec h2, .sec-white h2, .sec-cream h2, .sec-paper h2, .sec-dark h2 { font-size: 26px; }
  .cta h2 { font-size: 24px; }
}
