/* Smaller directory entries share Luna's visual language without package modules. */
.re-previewBody { margin: 0; }
.re-entry {
  --re-ink: #171612; --re-muted: #6f6d66; --re-gold: #725017;
  --re-line: #dfddd5; --re-paper: #fff; --re-canvas: #f5f4f0;
  min-height: 100vh; color: var(--re-ink); background: var(--re-canvas); color-scheme: light;
  font-family: var(--font-geist-sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 15px; line-height: 1.65; overflow-wrap: anywhere;
}
.re-entry *, .re-entry *::before, .re-entry *::after { box-sizing: border-box; }
.re-entry a { color: inherit; text-decoration: none; }
.re-entry a:hover { text-decoration: underline; text-underline-offset: 3px; }
.re-entry :is(a, summary):focus-visible { outline: 3px solid #a6792b; outline-offset: 4px; }
.re-entry [id] { scroll-margin-top: 84px; }
.re-entry :is(h1, h2, h3, p) { margin-top: 0; }
.re-header-inner, .re-hero-inner, .re-profile-area, .re-footer-inner { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.re-header { position: sticky; z-index: 20; top: 0; color: #fff; background: #0d0d0c; border-bottom: 1px solid #302b20; }
.re-header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 62px; }
.re-brand { display: inline-flex; justify-self: start; align-items: center; gap: 10px; font-size: 16px; letter-spacing: -.03em; }
.re-brand img { width: 32px; height: 32px; object-fit: contain; padding: 2px; border: 1px solid #3a3020; border-radius: 8px; }
.re-navigation { display: flex; gap: 28px; color: #ccc7bd; font-size: 12px; font-weight: 650; }
.re-directory-link { justify-self: end; display: inline-flex; align-items: center; gap: 18px; min-height: 36px; padding: 7px 14px; border: 1px solid #78643d; border-radius: 999px; color: #f2ddb1 !important; font-size: 12px; font-weight: 700; }
.re-hero { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(105deg, #ede9e0 0%, #e5ddcb 68%, #d2c4a7 100%); border-bottom: 1px solid #d8ceba; }
.re-hero::before, .re-hero::after { content: ""; position: absolute; z-index: -1; width: 420px; height: 420px; border: 1px solid #fff7e47a; border-radius: 50%; pointer-events: none; }
.re-hero::before { top: -175px; right: max(3%, calc((100% - 1500px) / 2)); box-shadow: 0 0 0 70px #fff6e328, 0 0 0 140px #fff6e31c; }
.re-hero::after { bottom: -370px; right: 25%; width: 600px; height: 600px; }
.re-hero-inner { padding-block: 20px 38px; }
.re-breadcrumb { margin-bottom: 22px; color: #5c574c; font-size: 11px; }
.re-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 4px 10px; margin: 0; padding: 0; list-style: none; }
.re-breadcrumb li + li::before { content: "/"; margin-right: 10px; color: #938979; }
.re-hero-card { width: min(820px, 83%); padding: 30px 32px; background: #ffffffde; border: 1px solid #fffffff0; border-radius: 19px; box-shadow: 0 18px 55px #2c231414; }
.re-identity { display: flex; align-items: center; gap: 21px; }
.re-identity > div { min-width: 0; }
.re-monogram { display: grid; flex: 0 0 auto; place-items: center; width: 74px; height: 74px; border: 1px solid #dbc391; border-radius: 16px; background: linear-gradient(145deg, #f4e8cb, #c7953c); color: #312512; font: 700 38px/1 Georgia, serif; box-shadow: 0 8px 20px #1f190f12; }
.re-entry .re-eyebrow { margin-bottom: 9px; color: var(--re-gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.re-entry h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.06; letter-spacing: -.045em; }
.re-category { margin: 20px 0 0; color: #575042; font-size: 16px; }
.re-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 24px; }
.re-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 41px; padding: 10px 18px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; line-height: 1.4; font-weight: 800; }
.re-entry .re-button:hover { text-decoration: none; }
.re-entry .re-button-primary { background: var(--re-ink); color: #fff; }
.re-entry .re-button-primary:hover { background: #3a3223; }
.re-button-secondary { border-color: #cfcac0; background: #fff; }
.re-detail-link { padding: 8px 5px; color: var(--re-gold) !important; font-size: 12px; font-weight: 700; }
.re-detail-link span { margin-left: 8px; }
.re-profile-area { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: start; gap: 24px; margin-block: 28px 48px; }
.re-sidebar, .re-main-column { display: grid; gap: 16px; min-width: 0; }
.re-card { min-width: 0; background: var(--re-paper); border: 1px solid var(--re-line); border-radius: 14px; box-shadow: 0 8px 28px #2d271b0b; }
.re-company-card, .re-hours-card { padding: 21px; }
.re-company-heading { display: flex; align-items: center; gap: 12px; padding-bottom: 17px; border-bottom: 1px solid var(--re-line); }
.re-monogram-small { width: 43px; height: 43px; border-radius: 10px; font-size: 22px; box-shadow: none; }
.re-company-heading h2 { margin: 0; font-size: 14px; line-height: 1.4; letter-spacing: -.02em; }
.re-address-block { padding-top: 20px; }
.re-entry h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 9px; color: var(--re-gold); font-size: 11px; font-weight: 800; letter-spacing: .055em; }
.re-entry :is(h2, h3) svg { flex: 0 0 auto; width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.re-address-block address, .re-location, .re-service-area p { margin: 0; color: #403b31; font-size: 13px; font-style: normal; font-weight: 600; line-height: 1.65; }
.re-location-note { margin: 9px 0 0; color: var(--re-muted); font-size: 11px; }
.re-service-area { margin-top: 18px; }
.re-entry .re-unavailable { margin: 0; color: var(--re-muted); font-size: 13px; line-height: 1.7; }
.re-location + .re-unavailable { margin-top: 5px; font-size: 12px; }
.re-contact-list { display: grid; margin: 18px 0 0; border-top: 1px solid var(--re-line); }
.re-contact-list:empty { display: none; }
.re-contact-list > div { display: grid; gap: 3px; padding-block: 12px; border-bottom: 1px solid #eeece6; }
.re-contact-list > div:last-child { padding-bottom: 0; border-bottom: 0; }
.re-contact-list dt, .re-overview dt { color: var(--re-muted); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.re-contact-list dd, .re-overview dd { margin: 0; font-size: 13px; font-weight: 650; }
.re-contact-list a { color: var(--re-gold); }
.re-hours-card h2 { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; font-size: 14px; }
.re-hours-card h2 svg { color: var(--re-gold); }
.re-hours-list { margin: 0; }
.re-hours-list > div { display: flex; justify-content: space-between; gap: 10px; padding-block: 7px; border-bottom: 1px solid #eeece6; font-size: 11px; }
.re-hours-list > div:last-child { padding-bottom: 0; border-bottom: 0; }
.re-hours-list dt { color: var(--re-muted); }
.re-hours-list dd { margin: 0; text-align: right; font-weight: 750; }
.re-about-card { padding: 30px 32px; }
.re-about-card h2 { margin: 0 0 20px; font-size: clamp(25px, 3vw, 34px); line-height: 1.15; letter-spacing: -.035em; }
.re-intro { margin-bottom: 16px; color: #38352e; font-size: 17px; line-height: 1.75; }
.re-description { color: #5c584f; font-size: 14px; line-height: 1.8; }
.re-description p:last-child { margin-bottom: 0; }
.re-overview { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 18px; margin: 25px 0 0; padding-top: 19px; border-top: 1px solid var(--re-line); }
.re-overview > div { display: grid; align-content: start; gap: 4px; }
.re-provenance { padding: 23px 28px; color: var(--re-muted); font-size: 12px; }
.re-provenance-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.re-provenance-heading h2 { margin: 0; color: var(--re-ink); font-size: 14px; }
.re-info-mark { display: grid; flex: 0 0 auto; place-items: center; width: 26px; height: 26px; border: 1px solid #eadcc1; border-radius: 50%; color: var(--re-gold); background: #faf5e9; font: 700 16px/1 Georgia, serif; }
.re-provenance p { margin: 0 0 14px; }
.re-provenance-links { display: flex; flex-wrap: wrap; gap: 9px 21px; margin: 0; padding: 0; list-style: none; }
.re-provenance a { color: var(--re-gold); text-decoration: underline; text-underline-offset: 3px; }
.re-sources { margin-top: 17px; padding-top: 15px; border-top: 1px solid #eeece6; }
.re-sources summary { width: fit-content; cursor: pointer; color: #514a3e; }
.re-sources ul { margin-bottom: 0; padding-left: 18px; }
.re-sources li + li { margin-top: 8px; }
.re-footer { color: #ccc7bd; background: #0d0d0c; }
.re-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 24px; }
.re-footer p { display: grid; gap: 3px; margin: 0; font-size: 11px; }
.re-footer strong { color: #fff; font-size: 12px; }
.re-footer nav { display: flex; flex-wrap: wrap; gap: 12px 22px; font-size: 11px; }

@media (min-width: 1600px) { .re-hero-inner { padding-block: 22px 42px; } }
@media (max-width: 850px) {
  .re-header-inner { grid-template-columns: 1fr auto; }
  .re-navigation { display: none; }
  .re-hero-card { width: 95%; }
  .re-profile-area { grid-template-columns: 255px minmax(0, 1fr); gap: 18px; }
  .re-company-card, .re-hours-card { padding: 18px; }
  .re-about-card { padding: 25px; }
  .re-overview { grid-template-columns: 1fr; gap: 13px; }
}
@media (max-width: 650px) {
  .re-header-inner, .re-hero-inner, .re-profile-area, .re-footer-inner { width: calc(100% - 28px); }
  .re-header-inner { min-height: 58px; gap: 12px; }
  .re-brand { gap: 7px; font-size: 14px; }
  .re-directory-link { gap: 8px; padding-inline: 11px; font-size: 10px; }
  .re-hero-inner { padding-block: 17px 22px; }
  .re-breadcrumb { margin-bottom: 18px; font-size: 10px; }
  .re-hero-card { width: 100%; padding: 23px 21px; border-radius: 16px; }
  .re-identity { align-items: flex-start; gap: 13px; }
  .re-monogram { width: 52px; height: 52px; border-radius: 12px; font-size: 29px; }
  .re-entry h1 { font-size: clamp(27px, 7.8vw, 36px); line-height: 1.08; }
  .re-entry .re-eyebrow { margin-bottom: 8px; font-size: 9px; letter-spacing: .09em; }
  .re-category { margin-top: 18px; font-size: 14px; }
  .re-hero-actions { gap: 9px; margin-top: 20px; }
  .re-button { min-height: 42px; padding-inline: 15px; }
  .re-detail-link { font-size: 11px; }
  .re-profile-area { grid-template-columns: minmax(0, 1fr); gap: 16px; margin-block: 18px 28px; }
  .re-sidebar, .re-main-column { gap: 14px; }
  .re-company-card, .re-hours-card { padding: 21px; }
  .re-monogram-small { width: 43px; height: 43px; border-radius: 10px; font-size: 22px; }
  .re-about-card { padding: 24px 22px; }
  .re-intro { font-size: 16px; }
  .re-provenance { padding: 22px; }
  .re-footer-inner { align-items: flex-start; flex-direction: column; gap: 18px; }
}
@media print {
  .re-header { position: static; }
  .re-header, .re-footer, .re-hero { color: #171612; background: #fff; }
  .re-header-inner, .re-hero-inner, .re-profile-area, .re-footer-inner { width: 100%; }
  .re-hero-card { width: 100%; box-shadow: none; }
  .re-card { box-shadow: none; break-inside: avoid; }
  .re-entry { background: #fff; font-size: 11pt; }
  .re-directory-link, .re-hero-actions, .re-navigation { display: none; }
}
