.family-explore{flex-shrink:0;position:relative}.family-explore>summary{box-sizing:border-box;min-height:40px;color:var(--foreground);border:1px solid var(--border-strong);letter-spacing:.02em;white-space:nowrap;cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:7px;padding:8px 12px;font:500 13px/1.4 Space Grotesk,Inter,system-ui,sans-serif;list-style:none;transition:color .16s,border-color .16s,background .16s;display:inline-flex}.family-explore>summary::-webkit-details-marker{display:none}.family-explore>summary::marker{content:""}.family-explore>summary:hover{color:var(--gold);border-color:var(--gold-border,var(--gold));background:var(--gold-glow,transparent)}.family-explore>summary:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.family-explore__glyph{width:17px;height:17px;color:var(--gold);flex-shrink:0}.family-explore__caret{flex-shrink:0;width:13px;height:13px;transition:transform .18s}.family-explore[open]>summary{color:var(--gold);border-color:var(--gold-border,var(--gold))}.family-explore[open] .family-explore__caret{transform:rotate(180deg)}.family-explore__panel{z-index:120;top:calc(100% + 10px);box-sizing:border-box;background:var(--background);border:1px solid var(--border-strong);width:max-content;max-width:min(840px,100vw - 32px);box-shadow:inset 0 0 0 1px var(--surface), var(--shadow-md);border-radius:4px;position:absolute;inset-inline-start:0}.family-explore__grid{grid-template-columns:repeat(3,minmax(214px,1fr));gap:4px 22px;padding:16px 18px;display:grid}.family-explore__group{align-content:start;min-width:0;display:grid}.family-explore__heading{color:var(--gold);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:5px;margin:0 0 8px;padding:0 8px;font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:10px;font-weight:600;line-height:1.6;text-decoration:none;display:flex}.family-explore__heading-arrow{opacity:0;transition:opacity .14s,transform .14s;transform:translate(-3px)}.family-explore__heading--link:hover .family-explore__heading-arrow{opacity:1;transform:translate(0)}.family-explore__heading--link:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.family-explore__item{box-sizing:border-box;color:var(--foreground-muted);border-radius:3px;align-items:flex-start;gap:9px;padding:7px 8px;text-decoration:none;transition:color .14s,background .14s;display:flex}.family-explore__icon{width:17px;height:17px;color:var(--gold);opacity:.75;flex-shrink:0;margin-top:1px;transition:opacity .14s}.family-explore__text{min-width:0;display:grid}.family-explore__name{color:var(--foreground);font:500 14px/1.4 Inter,system-ui,sans-serif}.family-explore__blurb{color:var(--foreground-muted);opacity:.8;font:400 12px/1.45 Inter,system-ui,sans-serif}a.family-explore__item:hover{background:var(--surface-hover,var(--surface))}a.family-explore__item:hover .family-explore__icon{opacity:1}a.family-explore__item:hover .family-explore__name{color:var(--gold)}a.family-explore__item:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}.family-explore__item--current{cursor:default}.family-explore__item--current .family-explore__icon{opacity:1}.family-explore__item--current .family-explore__name{align-items:center;font-family:Playfair Display,Georgia,serif;font-size:15px;font-weight:600;display:flex}.family-explore__item--current .family-explore__name:after{content:"";background:var(--gold);flex-shrink:0;width:5px;height:5px;margin-inline-start:8px}.family-explore__foot{border-top:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:20px;padding:12px 26px 14px;display:flex}.family-explore__hub{border-radius:3px;align-items:center;gap:9px;min-width:0;margin-inline:-8px;padding:6px 8px;text-decoration:none;transition:background .14s;display:flex}.family-explore__hub-icon{width:17px;height:17px;color:var(--gold);opacity:.75;flex-shrink:0;transition:opacity .14s}.family-explore__hub-arrow{color:var(--gold);opacity:0;margin-inline-start:4px;transition:opacity .14s,transform .14s;transform:translate(-3px)}a.family-explore__hub:hover{background:var(--surface-hover,var(--surface))}a.family-explore__hub:hover .family-explore__hub-icon{opacity:1}a.family-explore__hub:hover .family-explore__hub-arrow{opacity:1;transform:translate(0)}.family-explore__hub-name{color:var(--foreground);font:600 15px/1.3 Playfair Display,Georgia,serif}.family-explore__hub--current{cursor:default;cursor:default}.family-explore__hub--current .family-explore__hub-icon{opacity:1}.family-explore__hub--current .family-explore__hub-name{align-items:center;display:flex}.family-explore__hub--current .family-explore__hub-name:after{content:"";background:var(--gold);flex-shrink:0;width:5px;height:5px;margin-inline-start:8px}a.family-explore__hub:hover .family-explore__hub-name{color:var(--gold)}a.family-explore__hub:focus-visible,.family-explore__pricing:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.family-explore__pricing{border:1px solid var(--border-strong);min-height:36px;color:var(--foreground);white-space:nowrap;border-radius:4px;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font:500 13px/1.35 Inter,system-ui,sans-serif;text-decoration:none;transition:border-color .14s,color .14s;display:inline-flex}.family-explore__pricing:hover{border-color:var(--gold);color:var(--gold)}[dir=rtl] .family-explore__heading-arrow,[dir=rtl] .family-explore__pricing span{transform:scaleX(-1)}@media (max-width:1040px){.family-explore{position:static}.family-explore>summary{gap:6px;padding:8px 10px}.family-explore__panel{top:100%;width:auto;max-width:none;box-shadow:var(--shadow-md);border-inline:0;border-radius:0;max-height:calc(100dvh - 72px);inset-inline:0;overflow-y:auto}.family-explore__grid{grid-template-columns:1fr 1fr;gap:0 18px;padding:14px clamp(16px,4vw,28px) 16px}.family-explore__blurb{display:none}.family-explore__item{align-items:center;min-height:40px;padding-block:5px}.family-explore__icon{margin-top:0}.family-explore__group:first-child{-moz-column-gap:18px;border-bottom:1px solid var(--border);grid-column:1/-1;grid-template-columns:1fr 1fr;column-gap:18px;margin-bottom:8px;padding-bottom:8px}.family-explore__group:first-child .family-explore__heading{grid-column:1/-1}.family-explore__foot{padding:12px clamp(16px,4vw,28px) 16px}.family-explore__hub .family-explore__blurb{display:block}}@media (max-width:480px){.family-explore>summary{gap:5px;padding:8px 9px}.family-explore__label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.family-explore__glyph{width:19px;height:19px}}@media (prefers-reduced-motion:reduce){.family-explore>summary,.family-explore__caret,.family-explore__icon,.family-explore__heading-arrow,.family-explore__item{transition:none}}.family-explore{--background:var(--color-popover);--foreground:var(--color-popover-foreground);--foreground-muted:var(--color-muted-foreground);--muted:var(--color-muted-foreground);--gold:var(--color-gold);--gold-border:var(--color-gold-muted);--surface:var(--color-card);--surface-hover:var(--color-secondary);--border:var(--color-border);--border-strong:var(--color-input);--shadow-md:0 12px 40px #0000002e}
