/* Site CSS for Service and Blog Pages */
@font-face {
  font-family: 'Lora';
  src: url('./503685baf95dffdc4c47.woff2') format('woff2');
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'Inter Display';
  src: url('./a7851c4ddadce3af6f4e.woff2') format('woff2');
  font-display: swap;
  font-weight: 500;
}
:root {
  --ink: #51483f;
  --wine: #590209;
  --cream: #fffcf5;
  --sand: #ede9dd;
  --beige: #dad3be;
  --white: #fff;
  --green: #25d366;
  --max: 1180px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 16px/1.65 "Inter Display", Arial, sans-serif; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { touch-action: manipulation; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; background: #fff; padding: 10px; }

/* Sticky Floating Pill Navigation (Identical to Framer Home Pill in Image 2) */
.site-header {
  position: sticky;
  top: 20px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  margin-bottom: 24px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 600px;
  max-width: 100%;
  height: 54px;
  background-color: rgba(237, 233, 221, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(45, 39, 33, 0.08);
  padding: 0 24px;
  position: relative;
}

.nav-desktop-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-desktop-group a {
  text-decoration: none;
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgb(37, 67, 54);
  transition: color .2s ease;
  white-space: nowrap;
}

.nav-desktop-group a:hover {
  color: var(--wine);
}

.nav-center-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 20px;
  flex-shrink: 0;
  text-decoration: none;
}

.nav-center-logo img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

/* Mobile Nav Bar inside pill */
.mobile-nav-bar {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.mobile-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  color: rgb(37, 67, 54);
  white-space: nowrap;
}

.mobile-brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.framer-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 40px;
  height: 36px;
  background-color: var(--token-c5f7251a-71e2-4003-9d8d-2700cf7ad1c8, rgb(218, 211, 190));
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}

.framer-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: rgb(81, 72, 63);
  border-radius: 1px;
}

/* Mobile Drawer Menu */
.mobile-drawer {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: rgba(237, 233, 221, 0.98);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 12px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

.mobile-drawer.is-open {
  display: flex;
}

.mobile-drawer a {
  text-decoration: none;
  font-family: "Inter Display", Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgb(37, 67, 54);
}

.mobile-drawer .drawer-cta {
  background: var(--wine);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 700;
}

@media (max-width: 809.98px) {
  .site-nav {
    width: 390px;
    max-width: 100%;
    padding: 0 14px;
  }
  .nav-desktop-group,
  .nav-center-logo {
    display: none !important;
  }
  .mobile-nav-bar {
    display: flex !important;
  }
}

.hero { position: relative; min-height: 60vh; display: grid; place-items: center; overflow: hidden; background: var(--wine); color: #fff; border-radius: 0 0 var(--radius) var(--radius); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,12,8,.55), rgba(25,12,8,.15)); }
.hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 48px)); padding: 80px 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; }
.hero h1 { max-width: 900px; margin: .4em 0; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1.05; letter-spacing: -.04em; }
.hero p { max-width: 680px; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.content { max-width: var(--max); margin: auto; padding: 60px 24px 100px; }
.content article { max-width: 850px; margin: auto; }
.content section { padding: 30px 0; border-bottom: 1px solid rgba(81,72,63,.13); }
h2 { font-size: clamp(1.75rem, 3.5vw, 3rem); line-height: 1.1; letter-spacing: -.03em; margin: .4em 0; }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.25; margin: 1.2em 0 .35em; }
p, li { max-width: 75ch; }
.lead { font-size: 1.2rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 32px 0; }
.card { background: var(--sand); border: 1px solid rgba(81,72,63,.12); border-radius: var(--radius); padding: 26px; text-decoration: none; transition: transform .2s; }
.card:hover { transform: translateY(-4px); }
.card h2, .card h3 { font-size: 1.35rem; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 50px 0; }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.gallery img { width: 100%; height: 440px; object-fit: cover; }
.cta { margin: 60px 0; padding: clamp(30px, 6vw, 72px); border-radius: var(--radius); background: var(--wine); color: #fff; text-align: center; }
.cta p { margin-left: auto; margin-right: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: var(--wine); color: #fff; padding: 12px 24px; text-decoration: none; font-weight: 700; }
.hero .button { background: #fff; color: var(--wine); }
.whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 15; background: var(--green); color: #fff; border-radius: 999px; padding: 12px 18px; text-decoration: none; font-weight: 700; box-shadow: 0 8px 28px #0003; }
.site-footer { background: var(--beige); padding: 64px 24px; }
.footer-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-grid nav { display: grid; gap: 8px; }
.legal { max-width: var(--max); margin: 32px auto 0; padding-top: 22px; border-top: 1px solid rgba(81,72,63,.18); font-size: .86rem; }
@media (max-width: 800px) {
  .hero { min-height: 55vh; }
  .hero-inner { width: calc(100% - 36px); padding: 50px 0; }
  .cards, .gallery, .footer-grid { grid-template-columns: 1fr; }
  .gallery img { height: 320px; }
  .content { padding: 40px 18px 80px; }
  .whatsapp { font-size: .85rem; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
