@font-face { font-family: 'Trajan Pro'; src: url('/Fonts/TrajanPro-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Trajan Pro'; src: url('/Fonts/TrajanPro-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Georgia Custom'; src: url('/Fonts/Georgia.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Georgia Custom'; src: url('/Fonts/Georgia Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Georgia Custom'; src: url('/Fonts/Georgia Italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #000000;
  --bg-dark: #111111;
  --bg-card: #141414;
  --gold: #eda031;
  --gold-hover: #B8993E;
  --white: #FFFFFF;
  --gray: #AAAAAA;
  --border: #333333;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Georgia Custom', Georgia, 'Times New Roman', serif;
  background: var(--bg);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-hover); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

/* ===== Top nav ===== */
.top-nav { background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 60%, transparent 100%); position: sticky; top: 0; z-index: 100; padding: 0; overflow: visible; }
.social-icons { position: absolute; top: 8px; right: 12px; display: flex; gap: 5px; align-items: center; z-index: 102; max-width: 120px; }
.social-icons a { display: block; width: 22px; height: 22px; position: relative; }
.social-icons a img { width: 100%; height: 100%; display: block; transition: opacity 0.3s ease; }
.social-icons a .icon-on { position: absolute; top: 0; left: 0; opacity: 0; }
.social-icons a:hover .icon-off { opacity: 0; }
.social-icons a:hover .icon-on { opacity: 1; }
.top-nav .container { display: flex; align-items: center; justify-content: center; gap: 0; position: relative; max-width: 1300px; margin: 0 auto; padding: 36px 20px 6px 20px; }
.nav-logo { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 101; }
.nav-logo img { width: 190px; height: auto; display: block; transition: all 0.4s ease; }
.top-nav.scrolled .nav-logo img { width: 100px; clip-path: inset(0 0 15% 0); margin-bottom: -15%; }
.nav-links-left, .nav-links-right { display: flex; align-items: center; gap: 60px; list-style: none; }
.nav-links-left a, .nav-links-right a { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 20px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--white); text-decoration: none; transition: color 0.3s ease; }
.nav-links-left a:hover, .nav-links-right a:hover { color: var(--gold); }
.nav-links-left a.active, .nav-links-right a.active { color: var(--gold); }
.nav-book-now { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 20px; letter-spacing: 3px; line-height: 1; color: #ffffff; text-decoration: none; background: #ae864c; border-top: 1px solid #c9af88; border-bottom: 1px solid #8e6d3e; border-left: 1px solid #a07a42; border-right: 1px solid #a07a42; padding: 5px 18px; display: inline-flex; align-items: center; justify-content: center; margin: 0 40px; transition: all 0.3s ease; font-weight: 700; white-space: nowrap; }
.nav-book-now:hover { background: #9a7840; border-top-color: #bfa070; border-bottom-color: #7a5f30; color: var(--bg); }
.nav-logo-spacer { width: 200px; flex-shrink: 0; transition: width 0.4s ease; }
.top-nav.scrolled .nav-logo-spacer { width: 110px; }
.top-nav.scrolled { padding-bottom: 40px; margin-bottom: -40px; }
.top-nav.scrolled .container { padding-top: 10px; padding-bottom: 4px; }
.top-nav.scrolled .social-icons { top: 4px; }

/* ===== Buttons ===== */
.btn-gold { font-family: 'Georgia Custom', Georgia, serif; font-size: 20px; letter-spacing: 1px; font-weight: 700; -webkit-font-smoothing: antialiased; line-height: 1; text-decoration: none; background: #ae864c; color: #ffffff; padding: 12px 30px; border-top: 1px solid #c9af88; border-bottom: 1px solid #8e6d3e; border-left: 1px solid #a07a42; border-right: 1px solid #a07a42; transition: all 0.3s ease; display: inline-block; cursor: pointer; }
.btn-gold:hover { background: #9a7840; border-top-color: #bfa070; border-bottom-color: #7a5f30; color: var(--bg); }
.btn-outline { font-family: 'Georgia Custom', Georgia, serif; font-size: 18px; letter-spacing: 1px; font-weight: 700; line-height: 1; text-decoration: none; background: transparent; color: var(--white); padding: 11px 28px; border: 1px solid var(--gray); transition: all 0.3s ease; display: inline-block; cursor: pointer; }
.btn-outline:hover { color: var(--gold); border-color: var(--gold); }

/* ===== Page hero ===== */
.page-hero { padding: 80px 0 50px; text-align: center; background: var(--bg); border-bottom: 1px solid rgba(174,134,76,0.15); }
.page-hero h1 { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 48px; font-weight: 400; letter-spacing: 4px; color: var(--gold); margin-bottom: 22px; text-shadow: 0 2px 2px rgba(0,0,0,0.7), 0 -1px 1px rgba(255,255,255,0.15), 1px 1px 2px rgba(0,0,0,0.5); line-height: 1.1; }
.page-hero .hero-eyebrow { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 14px; letter-spacing: 6px; color: var(--gold); text-transform: uppercase; margin-bottom: 18px; }
.page-hero .hero-subtext { font-family: 'Georgia Custom', Georgia, serif; font-style: italic; font-size: 21px; color: #d4d4d4; max-width: 760px; margin: 0 auto; line-height: 1.6; }
.page-hero .hero-meta { display: flex; gap: 40px; justify-content: center; align-items: baseline; margin-top: 28px; flex-wrap: wrap; }
.page-hero .hero-meta .price { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 32px; color: var(--gold); letter-spacing: 2px; }
.page-hero .hero-meta .duration { font-family: 'Georgia Custom', Georgia, serif; font-size: 16px; color: var(--gray); font-style: italic; }
.page-hero .hero-cta { margin-top: 30px; }
.page-hero .hero-cta .btn-gold { margin: 0 8px 12px; }

/* ===== Generic content sections ===== */
.content-section { padding: 70px 0; background: var(--bg); border-bottom: 1px solid rgba(174,134,76,0.10); }
.content-section.alt { background: var(--bg-dark); }
.content-section h2 { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 30px; letter-spacing: 3px; color: var(--gold); text-align: center; margin-bottom: 14px; line-height: 1.2; }
.content-section h2.left { text-align: left; }
.content-section .section-eyebrow { text-align: center; font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 12px; letter-spacing: 5px; color: var(--gray); text-transform: uppercase; margin-bottom: 8px; }
.content-section .section-lede { font-family: 'Georgia Custom', Georgia, serif; font-style: italic; font-size: 18px; color: #d4d4d4; max-width: 820px; margin: 0 auto 36px; text-align: center; line-height: 1.7; }
.content-section h3 { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 22px; letter-spacing: 2px; color: var(--white); margin-bottom: 12px; line-height: 1.25; margin-top: 18px; }
.content-section p { font-size: 17px; color: #d4d4d4; line-height: 1.8; margin-bottom: 16px; }
.content-section ul, .content-section ol { color: #d4d4d4; padding-left: 20px; margin-bottom: 16px; }
.content-section li { font-size: 17px; line-height: 1.8; margin-bottom: 6px; padding-left: 4px; }

.prose-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.prose-grid .photo { aspect-ratio: 1 / 1; background: #0a0a0a center center / cover no-repeat; border: 1px solid rgba(174,134,76,0.35); }
.prose-grid.flip .photo { order: 2; }

.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 12px; }
.three-col .col { background: var(--bg-card); padding: 28px 26px; border: 1px solid rgba(174,134,76,0.18); }
.three-col h3 { margin-top: 0; font-size: 20px; letter-spacing: 2px; }

.kv-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 40px; max-width: 820px; margin: 10px auto 0; }
.kv-list .kv { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px dashed rgba(174,134,76,0.25); padding: 10px 0; font-size: 16px; }
.kv-list .kv span:first-child { color: var(--white); font-weight: 700; letter-spacing: 1px; font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 14px; text-transform: uppercase; }
.kv-list .kv span:last-child { color: var(--gold); font-family: 'Trajan Pro', 'Times New Roman', serif; }

/* FAQ accordion-ish */
.faq details { background: var(--bg-card); border: 1px solid rgba(174,134,76,0.18); padding: 20px 26px; margin-bottom: 14px; transition: border-color 0.3s ease; }
.faq details[open] { border-color: rgba(237,160,49,0.55); }
.faq summary { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 18px; letter-spacing: 2px; color: var(--white); cursor: pointer; list-style: none; padding-right: 32px; position: relative; line-height: 1.4; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: -2px; color: var(--gold); font-size: 28px; line-height: 1; }
.faq details[open] summary::after { content: '−'; }
.faq details p { color: #d4d4d4; font-size: 16px; line-height: 1.8; margin: 14px 0 0; }

/* Blog post body */
.blog-meta { color: var(--gray); font-style: italic; font-size: 15px; text-align: center; margin-top: -14px; margin-bottom: 24px; }
.blog-body p { font-size: 18px; }
.blog-body { max-width: 760px; margin: 0 auto; }
.blog-body h2 { text-align: left; margin-top: 36px; }

/* Service-area page bits */
.area-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 36px 0 6px; }
.area-stats .stat { background: var(--bg-card); padding: 24px; border: 1px solid rgba(174,134,76,0.18); text-align: center; }
.area-stats .stat .num { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 30px; color: var(--gold); letter-spacing: 2px; display: block; margin-bottom: 6px; }
.area-stats .stat .lab { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 11px; color: var(--gray); letter-spacing: 3px; text-transform: uppercase; }

/* CTA */
.cta-section { padding: 80px 0; text-align: center; background: url('/images/ready_bg.webp') center center / cover no-repeat; position: relative; }
.cta-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.55); z-index: 0; }
.cta-section > .container { position: relative; z-index: 1; }
.cta-section h2 { font-family: 'Georgia Custom', Georgia, serif; font-size: 60px; font-weight: 400; color: var(--white); margin-bottom: 30px; text-shadow: 0 2px 2px rgba(0,0,0,0.7), 0 -1px 1px rgba(255,255,255,0.15), 1px 1px 2px rgba(0,0,0,0.5); letter-spacing: 1px; }

/* Footer */
footer { background: #000000; padding: 50px 0 0; }
.footer-content { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 30px; }
.footer-brand { text-align: center; }
.footer-brand .footer-logo-img { width: 150px; height: auto; display: block; margin: 0 auto 10px; }
.footer-brand .copyright { font-size: 13px; color: var(--white); line-height: 1.6; }
.footer-col h3 { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 22px; font-weight: 400; letter-spacing: 2px; color: var(--gold); margin-bottom: 20px; }
.footer-col p, .footer-col a { font-family: 'Georgia Custom', Georgia, serif; font-size: 15px; color: #e3e3e3; text-decoration: none; line-height: 1.8; }
.footer-col a:hover { color: var(--gold); }
.hours-table { border-collapse: collapse; }
.hours-table td { font-family: 'Georgia Custom', Georgia, serif; font-size: 15px; color: var(--white); line-height: 1.8; padding: 0; }
.hours-table td:first-child { padding-right: 30px; font-weight: 700; }
.footer-contact-icon { width: 20px; height: auto; display: inline-block; vertical-align: middle; margin-right: 8px; }
.footer-col .directions-link { color: var(--gold); display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 15px; transition: color 0.3s ease; }
.footer-col .directions-link:hover { color: var(--white); }
.footer-social { display: flex; gap: 12px; margin-top: 15px; }
.footer-social a { display: block; width: 30px; height: 30px; position: relative; }
.footer-social a img { width: 100%; height: 100%; display: block; transition: opacity 0.3s ease; }
.footer-social a .icon-on { position: absolute; top: 0; left: 0; opacity: 0; }
.footer-social a:hover .icon-off { opacity: 0; }
.footer-social a:hover .icon-on { opacity: 1; }
.footer-email-signup { margin-top: 15px; }
.footer-email-signup label { font-family: 'Georgia Custom', Georgia, serif; font-size: 14px; color: var(--gray); display: block; margin-bottom: 8px; }
.footer-email-signup input { background: transparent; border: 1px solid var(--border); color: var(--white); padding: 10px 14px; font-size: 14px; width: 100%; max-width: 220px; font-family: 'Georgia Custom', Georgia, serif; }
.footer-email-signup input::placeholder { color: var(--gray); }
.footer-email-signup button { font-family: 'Georgia Custom', Georgia, serif; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; background: var(--gold); color: var(--bg); border: none; padding: 11px 22px; cursor: pointer; margin-top: 8px; display: block; transition: background 0.3s ease; }
.footer-email-signup button:hover { background: var(--gold-hover); }
.footer-email-signup button:disabled { background: var(--gray); cursor: not-allowed; }
.footer-email-signup .signup-message { font-size: 12px; margin-top: 8px; min-height: 18px; }
.footer-email-signup .signup-message.success { color: var(--gold); }
.footer-email-signup .signup-message.error { color: #cc4444; }

/* Store modal (kept site-wide so the nav Store link works) */
.store-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 1010; justify-content: center; align-items: center; }
.store-modal.open { display: flex; }
.store-modal-content { background: var(--bg); border: 1px solid var(--gold); padding: 50px 60px; text-align: center; position: relative; max-width: 420px; }
.store-modal-img { width: 100%; height: auto; display: block; margin-bottom: 24px; border: 1px solid rgba(174,134,76,0.3); }
.store-modal-content h3 { font-family: 'Georgia Custom', Georgia, serif; font-size: 32px; color: var(--gold); margin-bottom: 0; }
.store-modal-close { position: absolute; top: 12px; right: 16px; background: none; border: none; color: var(--white); font-size: 28px; cursor: pointer; transition: color 0.3s ease; }
.store-modal-close:hover { color: var(--gold); }

/* Mobile chrome */
.hamburger { display: none; position: fixed; top: 12px; left: 16px; z-index: 200; background: none; border: none; cursor: pointer; padding: 10px; flex-direction: column; gap: 6px; width: 44px; height: 44px; justify-content: center; align-items: center; }
.hamburger span { display: block; width: 28px; height: 3px; background: var(--white); border-radius: 2px; transition: all 0.3s ease; transform-origin: center; }
.hamburger.active span { background: var(--gold); }
.hamburger.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
.mobile-nav-bar { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 136px; background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 60%, transparent 100%); z-index: 199; pointer-events: none; }
.nav-logo-mobile { display: none; position: fixed; top: 12px; left: 56px; z-index: 200; height: 44px; align-items: center; }
.nav-logo-mobile img { height: 40px; width: auto; max-width: calc(100vw - 80px); }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,1); z-index: 100; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; gap: 28px; }
.mobile-menu-inner a { font-family: 'Trajan Pro', 'Times New Roman', serif; font-size: 22px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--white); text-decoration: none; transition: color 0.3s ease, opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1); opacity: 0; transform: translateY(12px); }
.mobile-menu-inner a:hover { color: var(--gold); }
.mobile-menu.open .mobile-menu-inner a { opacity: 1; transform: none; }
.mobile-menu.open .mobile-menu-inner a:nth-child(1) { transition-delay: 0.12s; }
.mobile-menu.open .mobile-menu-inner a:nth-child(2) { transition-delay: 0.18s; }
.mobile-menu.open .mobile-menu-inner a:nth-child(3) { transition-delay: 0.24s; }
.mobile-menu.open .mobile-menu-inner a:nth-child(4) { transition-delay: 0.30s; }
.mobile-menu.open .mobile-menu-inner a:nth-child(5) { transition-delay: 0.36s; }
.mobile-menu.open .mobile-menu-inner a:nth-child(6) { transition-delay: 0.42s; }
.mobile-menu-inner .mobile-menu-social { opacity: 0; transform: translateY(12px); transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1); }
.mobile-menu.open .mobile-menu-inner .mobile-menu-social { opacity: 1; transform: none; transition-delay: 0.48s; }
.mobile-menu-inner .mobile-book-now { background: #ae864c; padding: 8px 24px; border-top: 1px solid #c9af88; border-bottom: 1px solid #8e6d3e; border-left: 1px solid #a07a42; border-right: 1px solid #a07a42; color: #ffffff; transition: color 0.3s ease, background 0.3s ease; }
.mobile-menu-inner .mobile-book-now:hover { color: var(--bg); }
.mobile-menu-social { display: flex; gap: 15px; margin-top: 20px; }
.mobile-menu-social a { width: 28px; height: 28px; position: relative; }
.mobile-menu-social a img { width: 100%; height: 100%; display: block; transition: opacity 0.3s ease; }
.mobile-menu-social a .icon-on { position: absolute; top: 0; left: 0; opacity: 0; }
.mobile-menu-social a:hover .icon-off { opacity: 0; }
.mobile-menu-social a:hover .icon-on { opacity: 1; }

/* ===== Scroll reveal (progressive enhancement) =====
   Elements stay visible by default. motion.js adds .js-motion to <html> on load,
   which enables the hidden -> visible transition. Anything tagged .reveal is
   composited via opacity + transform only, so it stays on the GPU and does not
   trigger layout. Respects prefers-reduced-motion. */
.js-motion .reveal { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1); will-change: opacity, transform; }
.js-motion .reveal.is-visible { opacity: 1; transform: none; }
.js-motion .reveal.reveal--delay-1 { transition-delay: 0.08s; }
.js-motion .reveal.reveal--delay-2 { transition-delay: 0.16s; }
.js-motion .reveal.reveal--delay-3 { transition-delay: 0.24s; }
.js-motion .reveal.reveal--delay-4 { transition-delay: 0.32s; }
.js-motion .reveal.reveal--delay-5 { transition-delay: 0.40s; }
@media (prefers-reduced-motion: reduce) {
  .js-motion .reveal { opacity: 1; transform: none; transition: none; }
  .js-motion .reveal.is-visible { transition: none; }
  .mobile-menu-inner a, .mobile-menu-inner .mobile-menu-social { opacity: 1; transform: none; transition: color 0.3s ease; }
  .mobile-menu.open .mobile-menu-inner a, .mobile-menu.open .mobile-menu-inner .mobile-menu-social { transition-delay: 0s; }
}

@media (max-width: 1280px) { .nav-links-left, .nav-links-right { gap: 25px; } .nav-links-left a, .nav-links-right a { font-size: 16px; letter-spacing: 2px; } .nav-book-now { font-size: 16px; } }
@media (max-width: 1083px) { .social-icons { gap: 3px; right: 8px; } .social-icons a { width: 18px; height: 18px; } }
@media (max-width: 1024px) {
  .nav-links-left, .nav-links-right { gap: 15px; }
  .nav-links-left a, .nav-links-right a { font-size: 14px; letter-spacing: 1px; }
  .nav-book-now { font-size: 14px; margin: 0 15px; }
  .footer-content { grid-template-columns: repeat(2, 1fr); }
  .cta-section h2 { font-size: 48px; }
  .prose-grid { grid-template-columns: 1fr; gap: 30px; }
  .prose-grid.flip .photo { order: 0; }
  .three-col { grid-template-columns: 1fr; gap: 18px; }
  .area-stats { grid-template-columns: 1fr; }
  .kv-list { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav-links-left, .nav-links-right, .social-icons { display: none; }
  .nav-book-now { display: none; }
  .nav-logo-spacer { display: none; }
  .hamburger { display: flex; }
  .nav-logo-mobile { display: flex; }
  .mobile-nav-bar { display: block; }
  .mobile-menu { display: block; }
  .top-nav .container { justify-content: center; padding: 10px 20px 8px; }
  .nav-logo { display: none; }
  .top-nav.scrolled .container { padding-top: 6px; padding-bottom: 4px; }
  .page-hero { padding: 54px 0 30px; }
  .page-hero h1 { font-size: 30px; letter-spacing: 2px; }
  .page-hero .hero-subtext { font-size: 17px; }
  .content-section { padding: 50px 0; }
  .content-section h2 { font-size: 24px; letter-spacing: 2px; }
  .cta-section h2 { font-size: 36px; }
  .btn-gold { font-size: 18px; padding: 12px 24px; }
  .footer-content { grid-template-columns: 1fr; text-align: center; gap: 30px; }
  .footer-social { justify-content: center; }
  .footer-col h3 { font-size: 20px; }
  .hours-table { margin: 0 auto; }
  .footer-email-signup button { margin: 8px auto 0; }
  .footer-email-signup input { margin: 0 auto; }
}
@media (max-width: 480px) {
  .page-hero h1 { font-size: 24px; }
  .cta-section h2 { font-size: 28px; }
  .btn-gold { font-size: 16px; padding: 10px 20px; }
  .footer-col h3 { font-size: 18px; }
  .footer-col p, .footer-col a { font-size: 14px; }
  .hours-table td { font-size: 14px; }
}
