:root {
  --ink: #251f1a;
  --muted: #6d6258;
  --cream: #fff8ec;
  --paper: #fffdf8;
  --sand: #f3e5d2;
  --gold: #e39a43;
  --gold-dark: #ad641f;
  --line: rgba(56, 40, 26, .14);
  --white: #fff;
  --shadow: 0 22px 65px rgba(42, 30, 20, .14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: auto; }
.narrow { width: min(790px, calc(100% - 40px)); margin: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 12px; z-index: 99; background: white; padding: 10px 14px; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,248,.95);
  backdrop-filter: blur(15px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; text-decoration: none; }
.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex: 0 0 50px;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 1.04rem; }
.brand-text span { margin-top: 5px; font-size: .82rem; color: var(--muted); }
.desktop-nav { display: flex; gap: 23px; align-items: center; }
.desktop-nav a { text-decoration: none; font-size: .91rem; font-weight: 800; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--gold-dark); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 0 22px; border-radius: 999px;
  border: 2px solid var(--ink); background: var(--ink); color: var(--white);
  text-decoration: none; font-weight: 850; transition: .17s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(36,31,26,.18); }
.button.small { min-height: 42px; padding: 0 17px; font-size: .89rem; }
.button.outline { background: transparent; color: var(--ink); }
.button.light { background: white; color: var(--ink); border-color: white; }
.button.facebook { background: #1877f2; border-color: #1877f2; }
.mobile-menu { display: none; border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
.mobile-nav { display: none; padding: 0 20px 18px; }
.mobile-nav.open { display: grid; gap: 12px; }
.mobile-nav a { text-decoration: none; font-weight: 800; padding: 8px 0; }
.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 87% 12%, rgba(227,154,67,.31), transparent 31%),
    linear-gradient(135deg, #fff9ee, #fffdf8 54%, #f4dfc3);
}
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; padding: 50px 0; }
.hero.compact .hero-grid { min-height: 470px; }
.eyebrow { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .77rem; margin: 0 0 15px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(3rem, 6vw, 5.4rem); line-height: .97; letter-spacing: -.052em; margin-bottom: 24px; }
.hero.compact h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.55rem); line-height: 1.04; letter-spacing: -.035em; margin-bottom: 18px; }
h3 { font-size: 1.48rem; margin-bottom: 11px; }
.lede, .section p, .content p, .content li { color: var(--muted); font-size: 1.06rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0; }
.quick-facts { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 28px; }
.quick-facts div { display: flex; flex-direction: column; }
.quick-facts strong { margin-bottom: 4px; }
.quick-facts span { color: var(--muted); font-size: .91rem; }
.logo-frame { background: var(--ink); border: 12px solid rgba(255,255,255,.82); border-radius: 34px; padding: 14px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.logo-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 20px;
}
.section { padding: 96px 0; }
.section.sand { background: var(--sand); }
.section.dark { background: var(--ink); color: white; }
.section.dark p { color: rgba(255,255,255,.72); }
.center { text-align: center; }
.section-heading { display: flex; justify-content: space-between; gap: 45px; align-items: end; margin-bottom: 40px; }
.section-heading > div { max-width: 750px; }
.section-heading > p { max-width: 390px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: rgba(255,255,255,.79); border: 1px solid var(--line); border-radius: 24px; padding: 31px; box-shadow: 0 16px 44px rgba(47,35,24,.075); }
.card p:last-child { margin-bottom: 0; }
.icon { width: 58px; height: 58px; border-radius: 17px; background: var(--ink); color: white; display: grid; place-items: center; font-size: 1.55rem; margin-bottom: 23px; }
.split { display: grid; grid-template-columns: 1fr .82fr; gap: 75px; align-items: center; }
.hours-card { background: var(--ink); color: white; padding: 38px; border-radius: 28px; box-shadow: var(--shadow); }
.hours-list div { display: flex; justify-content: space-between; gap: 25px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.hours-list .closed strong { color: #efb46c; }
.contact-list { display: grid; gap: 13px; margin-top: 28px; }
.contact-list a, .contact-list div { text-decoration: none; background: white; border: 1px solid var(--line); border-radius: 15px; padding: 15px 17px; display: flex; flex-direction: column; }
.contact-list strong { margin-bottom: 3px; }
.contact-list span { color: var(--muted); overflow-wrap: anywhere; }
.faq { display: grid; gap: 14px; }
details { border: 1px solid var(--line); background: white; border-radius: 17px; padding: 19px 21px; }
summary { cursor: pointer; font-weight: 850; }
details p { margin: 14px 0 0; }
.breadcrumbs { font-size: .87rem; color: var(--muted); margin-bottom: 26px; }
.breadcrumbs a { color: var(--gold-dark); }
.cta { padding: 20px 0 95px; }
.cta-card { background: linear-gradient(135deg, #bd6d25, #e9a04a); color: white; padding: 47px; border-radius: 30px; display: flex; justify-content: space-between; align-items: center; gap: 35px; box-shadow: var(--shadow); }
.cta-card p { color: rgba(255,255,255,.85); margin-bottom: 0; }
.cta-actions { display: flex; gap: 11px; flex-wrap: wrap; }
footer { background: var(--ink); color: white; padding: 36px 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; }
.footer-brand { display: flex; gap: 13px; align-items: center; }
.footer-brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  flex: 0 0 50px;
}
footer a { color: rgba(255,255,255,.75); text-decoration: none; }
footer a:hover { color: white; }
footer p, footer li { color: rgba(255,255,255,.66); font-size: .9rem; line-height: 1.6; }
footer ul { list-style: none; padding: 0; margin: 10px 0 0; }
footer li { margin: 7px 0; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 30px; padding-top: 22px; }
.badge-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.badge { background: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; font-weight: 750; font-size: .87rem; }
.map-wrap iframe { width: 100%; height: 390px; border: 0; border-radius: 24px; box-shadow: var(--shadow); }
@media (max-width: 900px) {
  .desktop-nav, .header-call { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { text-align: center; }
  .hero-actions, .quick-facts { justify-content: center; }
  .card-grid { grid-template-columns: 1fr; }
  .section-heading { flex-direction: column; align-items: start; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-card { flex-direction: column; align-items: start; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .hero-grid { min-height: auto; padding: 58px 0; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  .section { padding: 74px 0; }
  .hero-actions, .cta-actions { flex-direction: column; }
  .button { width: 100%; }
  .quick-facts { flex-direction: column; align-items: center; }
  .hours-card, .cta-card { padding: 28px; }
}
