@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600&display=swap');
.sagesequ-reduced * { animation: none !important; transition: none !important; }
*, *::before, *::after { box-sizing: border-box; }
body.sagesequ-body {
  margin: 0; font-family: "Libre Baskerville", "Source Serif 4", Georgia, serif;
  color: #2a332c; background: #e8efe6; line-height: 1.7;
}
.sagesequ-overlay-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.5rem; color: #f4f7f2; pointer-events: none;
}
.sagesequ-overlay-nav a.sagesequ-mark {
  pointer-events: auto; color: #f4f7f2; text-decoration: none;
  font-size: 1.15rem; letter-spacing: 0.02em; font-weight: 700;
}
.sagesequ-fab {
  pointer-events: auto; position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 50;
  width: 3.6rem; height: 3.6rem; border-radius: 50%; border: 0;
  background: #3d5a45; color: #f4f7f2; font-family: inherit; font-size: 0.72rem;
  letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer;
  box-shadow: 0 8px 24px rgba(42,51,44,0.25);
}
.sagesequ-nav-panel {
  position: fixed; inset: 0; z-index: 45; background: rgba(42,51,44,0.96);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.25rem;
  opacity: 0; pointer-events: none; transition: opacity 0.35s ease;
}
.sagesequ-nav-panel.is-open { opacity: 1; pointer-events: auto; }
.sagesequ-nav-panel a { color: #e8efe6; font-size: 1.5rem; text-decoration: none; }
.sagesequ-hero {
  min-height: 88vh; background: linear-gradient(160deg, #3d5a45 0%, #2a332c 55%, #1e2820 100%);
  color: #f4f7f2; display: flex; align-items: flex-end; padding: 6rem 8% 3.5rem;
}
.sagesequ-hero-inner { max-width: 34rem; }
.sagesequ-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin: 0 0 0.6rem; font-weight: 700; line-height: 1.15; }
.sagesequ-hero p { margin: 0 0 1.25rem; font-size: 1.05rem; opacity: 0.92; }
.sagesequ-btn {
  display: inline-block; background: #c5d9c0; color: #1e2820; border: 0;
  padding: 0.7rem 1.2rem; font-family: inherit; font-size: 0.95rem; cursor: pointer; text-decoration: none;
}
.sagesequ-btn-ghost { background: transparent; color: inherit; border: 1px solid currentColor; }
.sagesequ-map-hero {
  margin-top: 1.5rem; border: 1px solid rgba(244,247,242,0.35); padding: 1rem 1.1rem;
  font-size: 0.88rem; max-width: 22rem;
}
.sagesequ-map-hero code { display: block; white-space: pre; font-family: "Source Serif 4", Georgia, serif; line-height: 1.35; color: #e8efe6; }
.sagesequ-main { max-width: 42rem; margin: 0 auto; padding: 5rem 1.5rem; }
.sagesequ-main h2 { font-size: 1.75rem; margin: 0 0 1rem; }
.sagesequ-dl { margin: 2.5rem 0; }
.sagesequ-dl dt { font-weight: 700; margin-top: 1.4rem; font-size: 1.1rem; }
.sagesequ-dl dd { margin: 0.35rem 0 0; color: #3a453c; }
.sagesequ-break {
  background: #2a332c; color: #e8efe6; padding: 4.5rem 8%; text-align: center;
  font-size: clamp(1.4rem, 3.5vw, 2.2rem); letter-spacing: 0.04em;
}
.sagesequ-snap {
  display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 2rem 8% 3rem;
}
.sagesequ-snap article {
  flex: 0 0 min(78vw, 20rem); scroll-snap-align: start;
  background: #f4f7f2; padding: 1.5rem; border: 1px solid #c5d9c0;
}
.sagesequ-contact-band { max-width: 52rem; margin: 0 auto; padding: 3.5rem 1.5rem 5rem; }
.sagesequ-locs { display: grid; gap: 1.5rem; margin-bottom: 2rem; }
@media (min-width: 720px) { .sagesequ-locs { grid-template-columns: 1fr 1fr; } }
.sagesequ-locs article { border-top: 2px solid #3d5a45; padding-top: 0.8rem; }
.sagesequ-foot {
  display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: flex-start;
  padding: 2.5rem 8%; border-top: 1px solid #b7c9b3; background: #dfe8dc;
}
.sagesequ-qr { width: 4.5rem; height: 4.5rem; border: 3px solid #2a332c; background:
  repeating-linear-gradient(0deg,#2a332c 0 2px,transparent 2px 6px),
  repeating-linear-gradient(90deg,#2a332c 0 2px,transparent 2px 6px); opacity: 0.35; flex-shrink: 0; }
.sagesequ-foot-contact { flex: 1; min-width: 14rem; }
.sagesequ-legal-links { width: 100%; margin: 0; font-size: 0.9rem; }
.sagesequ-legal-links a { color: #2a332c; }
.sagesequ-cookie {
  position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 80;
  width: min(26rem, 92vw); background: #f4f7f2; border: 2px solid #2a332c; padding: 1.4rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.sagesequ-cookie[hidden], .sagesequ-cookie-panel[hidden], .sagesequ-form-ok[hidden] { display: none !important; }
.sagesequ-cookie-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.8rem; }
.sagesequ-cookie-panel { margin-top: 0.8rem; display: grid; gap: 0.4rem; }
.sagesequ-form { display: grid; gap: 0.85rem; max-width: 28rem; }
.sagesequ-form label { display: grid; gap: 0.3rem; font-size: 0.92rem; }
.sagesequ-form input, .sagesequ-form textarea {
  font: inherit; padding: 0.55rem 0.65rem; border: 1px solid #8aa388; background: #fff;
}
.sagesequ-page-hero { padding: 7rem 8% 2rem; background: #3d5a45; color: #f4f7f2; }
.sagesequ-page-hero h1 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.sagesequ-prose { max-width: 42rem; margin: 0 auto; padding: 2.5rem 1.5rem 4rem; }
.sagesequ-prose h2 { margin-top: 2rem; }
@media (max-width: 640px) {
  .sagesequ-hero { padding: 5.5rem 1.25rem 2.5rem; min-height: 78vh; }
}
