/*!
 * RECONSTRUCTED PLACEHOLDER — not a recovered file. Revised 2026-09-01 after live testing
 * on wrightlaw.com caught a bug in the first version. See HANDOFF.md §0, Revision 3.
 *
 * The original wright_talisman/assets/css/styles.min.css was not present in either the
 * production (wrightlawprd) or staging (wrightlawstg) backup archive checked on 2026-09-01.
 *
 * First version of this file added a "safety net" fallback rule:
 *   #main-nav-wrapper.active { height: auto !important; }
 * That was wrong and caused a real, reported bug: main.css already carries correct, more
 * generous fixed-height rules (150px / 300px / 500px depending on viewport) sized to cover
 * the open nav AND the logo above it. Because of !important, this file's height:auto
 * overrode all three of them, shrinking the open nav's white background down to fit only
 * the (short, single-line at wide viewports) nav links — which is shorter than the logo
 * sitting above it, so the bottom of a two-line logo poked out past the white background
 * into the hero photo behind it. Confirmed live at 1512px viewport width: removing this
 * override fixed it immediately (150px rule then applies, comfortably covers a 130px logo).
 *
 * Correct fix: this file should do nothing. main.css's existing rules are already correct;
 * nothing here needs to touch #main-nav-wrapper at all.
 */
