.info-page {
  --ivory: #f8f5ee;
  --paper: #fffdf8;
  --forest: #1f2d16;
  --taupe: #93836f;
  --ink: #20231c;
  --muted: #6b6d63;
  --line: rgba(32, 35, 28, .14);
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font: 16px/1.65 Arial, sans-serif;
}
.info-page * { box-sizing: border-box; }
.info-page a { color: inherit; }
.info-page .top-note {
  min-height: 38px;
  padding: 8px 5vw;
  display: flex;
  justify-content: center;
  gap: 24px;
  background: var(--forest);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.info-page .site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  min-height: 88px;
  padding: 12px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}
.info-page .brand img { display: block; width: 150px; max-height: 56px; object-fit: contain; }
.info-page .main-nav { display: flex; align-items: center; gap: 28px; }
.info-page .main-nav a { font-family: Georgia, serif; text-decoration: none; }
.info-page .main-nav a:hover,
.info-page .main-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 7px; }
.info-page .nav-instagram {
  padding: 11px 16px;
  border: 1px solid var(--forest);
  font: 700 10px/1 Arial, sans-serif !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.info-page .menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 22px;
}
.info-page .page-hero {
  padding: 90px max(6vw, calc((100vw - 1180px) / 2));
  background: #826f60;
  color: #fff;
}
.info-page .eyebrow {
  margin: 0 0 14px;
  color: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.info-page h1,
.info-page h2,
.info-page h3 { font-family: Georgia, serif; font-weight: 400; }
.info-page h1 { max-width: 850px; margin: 0; font-size: clamp(52px, 7vw, 92px); line-height: .98; }
.info-page .hero-copy { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.84); font-family: Georgia, serif; font-size: 21px; }
.info-page .page-content { width: min(1180px, 88vw); margin: 0 auto; padding: 76px 0 96px; }
.info-page .intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.info-page h2 { margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.05; }
.info-page h3 { margin: 0 0 8px; font-size: 27px; }
.info-page p { color: var(--muted); }
.info-page .lead { margin-top: 0; font-size: 19px; }
.info-page .detail-list { margin-top: 58px; border-top: 1px solid var(--line); }
.info-page .detail-row {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 70px 260px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.info-page .detail-row > span { color: var(--taupe); font-family: Georgia, serif; font-size: 25px; }
.info-page .detail-row p { margin: 3px 0 0; }
.info-page .service-band {
  margin-top: 72px;
  padding: 52px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.info-page .service-band p { margin-bottom: 0; }
.info-page .faq-list { max-width: 900px; margin: 48px auto 0; border-top: 1px solid var(--line); }
.info-page details { border-bottom: 1px solid var(--line); }
.info-page summary { padding: 23px 0; cursor: pointer; font-family: Georgia, serif; font-size: 23px; }
.info-page details p { max-width: 760px; margin: 0 0 25px; }
.info-page .page-cta { margin-top: 72px; padding: 46px; background: var(--forest); color: #fff; }
.info-page .page-cta p { color: rgba(255,255,255,.78); }
.info-page .page-cta a { display: inline-block; margin-top: 12px; padding: 13px 18px; background: #fff; color: var(--forest); text-decoration: none; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.info-page footer { padding: 42px 6vw; background: #ece6dc; border-top: 1px solid var(--line); }
.info-page .footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.info-page .footer-links { display: flex; flex-wrap: wrap; gap: 16px 24px; }
.info-page .footer-links a { color: var(--muted); font-size: 13px; }
.info-page .footer-links button {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--muted);
  font: inherit;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.instagram-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147483000;
  min-height: 48px;
  padding: 0 17px 0 11px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 6px;
  background: #1f2d16;
  box-shadow: 0 12px 30px rgba(31,45,22,.24);
  color: #fff !important;
  font: 800 11px/1 Arial, sans-serif;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
  touch-action: none;
  user-select: none;
  cursor: grab;
}
.instagram-widget:active { cursor: grabbing; }
.instagram-widget-mark {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  font-size: 16px;
  letter-spacing: 0;
}

@media (max-width: 760px) {
  .info-page .top-note { gap: 12px; text-align: center; }
  .info-page .site-header { min-height: 66px; padding: 9px 4vw; }
  .info-page .brand img { width: 118px; max-height: 40px; }
  .info-page .menu-toggle { display: inline-flex; }
  .info-page .main-nav {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: 4vw;
    right: 4vw;
    display: none;
    padding: 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 14px 34px rgba(32,35,28,.16);
  }
  .info-page .main-nav.open { display: flex; }
  .info-page .main-nav a { padding: 12px 8px; border-bottom: 1px solid var(--line); }
  .info-page .main-nav a:last-child { border-bottom: 0; }
  .info-page .main-nav .nav-instagram { border: 1px solid var(--forest) !important; }
  .info-page .page-hero { padding: 64px 6vw; }
  .info-page h1 { font-size: 50px; }
  .info-page .page-content { width: 88vw; padding: 58px 0 74px; }
  .info-page .intro-grid,
  .info-page .service-band { grid-template-columns: 1fr; gap: 28px; }
  .info-page .detail-row { grid-template-columns: 48px 1fr; gap: 14px; }
  .info-page .detail-row p { grid-column: 2; }
  .info-page .page-cta { padding: 30px 24px; }
  .info-page .footer-inner { flex-direction: column; }
  .instagram-widget { right: 12px; bottom: 12px; min-height: 46px; }
}
