/* Renner Shaw Mann, PLLC — site styles */

html{scroll-behavior:auto}
body{margin:0;background:#fff;font-family:'Cormorant Garamond',Georgia,serif;color:#55534a;-webkit-font-smoothing:antialiased}
a{color:#8c631f}a:hover{color:#6d4d17}
.wrap{max-width:1180px;margin:0 auto;padding:0 56px}
.measure{width:62%;margin:0 auto}
.rowgap{display:flex;gap:48px;align-items:flex-start}
.deskonly{display:flex!important}
.mobonly{display:none!important}
.bioGrid{display:flex;gap:44px;align-items:flex-start;padding-top:26px}
.bioAside{width:290px;flex:none;display:flex;flex-direction:column;gap:14px}
@media (max-width:820px){
 .wrap{padding:0 20px}
 .measure{width:100%}
 .deskonly{display:none!important}
 .mobonly{display:flex!important}
 .bioGrid{flex-direction:column;gap:26px}
 .bioAside{width:100%}
 .fcols{flex-direction:column!important;gap:26px!important}
 .fdisc{width:100%!important}
 .bigTitle{font-size:30px!important}
 .bioName{font-size:32px!important}
}

/* interaction states */
.hv0:hover{color:#8c631f !important;border-bottom-color:#b68235 !important}
.hv1:hover{color:#8c631f !important}
.hv2:hover{background:rgba(182,130,53,.12) !important;color:#201f1d !important}
.hv3:hover{color:#e6c179 !important}
.ac0:active{color:#8c631f !important}
a:focus-visible,[data-toggle]:focus-visible{outline:2px solid #b68235;outline-offset:2px}

/* sticky slim header — main.js adds .is-on past 120px of scroll */
.slimbar{position:fixed;top:0;left:0;right:0;z-index:30;background:#fff;border-bottom:1px solid #b68235;transition:opacity .2s ease, transform .2s ease;opacity:0;transform:translateY(-100%);pointer-events:none}
.slimbar.is-on{opacity:1;transform:translateY(0);pointer-events:auto}

/* lawyers dropdown — main.js toggles .is-open on .attys-menu */
.attys-menu{position:absolute;top:100%;left:-18px;background:#fff;border:1px solid rgba(32,31,29,.14);padding:10px 0;flex-direction:column;min-width:190px;box-shadow:0 6px 18px rgba(32,31,29,.08);display:none!important}
.attys-menu.is-open{display:flex!important}
.attys-menu--masthead{z-index:25;min-width:200px}

/* mobile menu overlay — main.js toggles .is-open on .mobile-menu */
.mobile-menu{position:fixed;inset:0;z-index:40;background:#fff;flex-direction:column;display:none!important}
.mobile-menu.is-open{display:flex!important}
body.menu-open{overflow:hidden}

/* ---------- page frame ---------- */
.page{min-height:100vh;display:flex;flex-direction:column}
.main{flex:1}
.link-reset{text-decoration:none;color:inherit}
.divider{height:1px;background:rgba(32,31,29,.16)}

/* gold rule, used across header/footer/body — modifiers add sizing */
.rule-gold{height:1px;background:#b68235}
.rule-gold--stretch{align-self:stretch}
.rule-gold--flex{flex:1}
.rule-gold--faint{opacity:.55}
.rule-gold--hero{width:360px;max-width:100%}
.rule-gold--notfound{width:220px}

/* brand logotype — used in slim bar, mobile menu header, and (larger) masthead */
.brand-mark{font-weight:500;font-size:16px;letter-spacing:.02em;color:#1c1b17;white-space:nowrap;text-decoration:none}
.brand-mark--lg{font-size:34px}
.brand-mark-sm{font-size:12px}
.brand-mark--lg .brand-mark-sm{font-size:25px}
.brand-link{display:flex;flex-direction:column;align-items:flex-start;gap:5px}

.slimbar-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:10px;padding-bottom:10px;min-height:44px}

/* ---------- desktop nav (shared shape, slim bar vs masthead sizing) ---------- */
.nav-desktop{gap:8px 20px;flex-wrap:wrap;white-space:nowrap;justify-content:flex-end;font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:#3a382f}
.nav-desktop--masthead{gap:10px 22px;justify-content:center;font-size:12.5px}

.nav-link{padding-bottom:3px;border-bottom:1px solid transparent;transition:color .12s ease, border-color .12s ease;text-decoration:none;color:inherit}
.nav-link.is-active{border-bottom-color:#b68235}
.nav-link--masthead{padding-bottom:2px}

.lawyers-toggle{cursor:pointer;color:inherit;transition:color .12s ease;position:relative;padding-bottom:16px;margin-bottom:-16px}
.lawyers-toggle.is-active{color:#8c631f}

.lawyers-menu-link{border-left:2px solid transparent;padding:7px 18px 7px 18px;transition:background .12s ease, color .12s ease;font-size:13px;letter-spacing:0;text-transform:none;color:#3a382f;text-decoration:none}
.lawyers-menu-link.is-active{border-left-color:#b68235;padding-left:16px}
.lawyers-menu-link--masthead{font-size:14px}

/* ---------- mobile nav toggle ---------- */
.mobile-toggle{cursor:pointer;flex-direction:column;gap:5px}
.mobile-toggle--slim{flex:none;padding:6px 0}
.mobile-toggle--masthead{padding:4px 0}
.hamburger-line{width:22px;height:1px;background:#201f1d;display:block}
.hamburger-line--lg{width:24px}

/* ---------- mobile menu overlay contents ---------- */
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding-top:14px;padding-bottom:12px;border-bottom:1px solid #b68235}
.mobile-menu-close{cursor:pointer;font-size:22px;line-height:1;color:#201f1d;padding:0 2px}
.mobile-menu-body{padding-top:22px;display:flex;flex-direction:column;overflow:auto;flex:1}
.mobile-nav-link{padding:17px 0;border-bottom:1px solid rgba(32,31,29,.12);border-left:2px solid transparent;padding-left:0px;transition:color .12s ease;font-size:18px;letter-spacing:.08em;text-transform:uppercase;color:#3a382f;text-decoration:none}
.mobile-nav-link.is-active{border-left-color:#b68235;padding-left:12px}
.mobile-lawyers-label{padding:17px 0 10px;border-bottom:1px solid rgba(32,31,29,.12);font-size:18px;letter-spacing:.08em;text-transform:uppercase;color:#3a382f}
.mobile-lawyers-list{padding:14px 0 0 16px;display:flex;flex-direction:column;gap:14px;font-size:15px;color:#55534a}
.mobile-sub-link{transition:color .12s ease;text-decoration:none;color:inherit}
.mobile-contact{margin-top:auto;padding:26px 0 30px;border-top:1px solid rgba(32,31,29,.12);display:flex;flex-direction:column;gap:5px;font-family:'Lora',Georgia,serif;font-size:11px;line-height:1.8;color:rgba(32,31,29,.66)}
.mobile-contact-label{letter-spacing:.28em;text-transform:uppercase;color:#8c631f;margin-bottom:3px;font-size:9px}
.mobile-contact-email{color:#8c631f}

/* ---------- masthead ---------- */
.masthead{padding-top:34px}
.masthead-brand{display:flex;justify-content:center}
.masthead-brand-col{display:flex;flex-direction:column;align-items:stretch;text-align:center;gap:8px;width:max-content;max-width:100%}
.masthead-tagline{font-family:'Lora',Georgia,serif;font-size:8.5px;letter-spacing:.42em;text-transform:uppercase;color:rgba(32,31,29,.55)}
.masthead-nav{padding-top:20px}
.masthead-nav-row{padding:14px 0;display:flex;justify-content:center;align-items:center}

/* ---------- footer ---------- */
.site-footer{margin-top:56px;background:#16150f}
.footer-inner{padding-top:44px;padding-bottom:32px;display:flex;flex-direction:column;gap:28px}
.fcols{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}
.footer-brand{display:flex;flex-direction:column;gap:11px;align-items:flex-start;align-self:flex-start}
.footer-brand-mark{font-size:21px;line-height:1.12;letter-spacing:.16em;text-transform:uppercase;color:#f3f2f2}
.footer-tagline{font-family:'Lora',Georgia,serif;font-size:9.5px;letter-spacing:.34em;text-transform:uppercase;color:rgba(243,242,242,.6)}
.footer-cols-inner{display:flex;gap:40px;flex-wrap:wrap}
.footer-nav{display:flex;flex-direction:column;gap:10px;line-height:1.6;white-space:nowrap;font-family:'Lora',Georgia,serif;font-size:11.5px;letter-spacing:.16em;text-transform:uppercase;color:rgba(243,242,242,.75)}
.footer-heading{color:#b68235;letter-spacing:.28em}
.footer-heading--contact{text-transform:uppercase}
.footer-nav-link{transition:color .12s ease;text-decoration:none;color:inherit}
.footer-contact{display:flex;flex-direction:column;gap:10px;font-family:'Lora',Georgia,serif;font-size:11.5px;line-height:1.6;color:rgba(243,242,242,.75)}
.footer-divider{height:1px;background:rgba(243,242,242,.14)}
.footer-bottom{display:flex;flex-direction:column;gap:14px}
.fdisc{width:74%;font-family:'Lora',Georgia,serif;font-size:11px;line-height:1.9;color:rgba(243,242,242,.55)}
.footer-copyright{font-size:12.5px;letter-spacing:.04em;color:rgba(243,242,242,.6)}

/* ---------- page body: hero / section title ---------- */
.hero{padding-top:42px;padding-bottom:20px;display:flex;flex-direction:column;align-items:center;gap:16px}
.bigTitle{font-size:42px;letter-spacing:.03em;color:#2c2a22;text-align:center}
.section{padding-bottom:20px}
.measure{display:flex;flex-direction:column;gap:20px}

/* ---------- body copy ---------- */
.lede{margin:0;font-size:23px;line-height:1.5;color:#2c2a22;text-wrap:pretty}
.body-text{margin:0;font-size:17px;line-height:1.55;color:#55534a;text-align:justify}

/* drop-cap first letter — per-glyph modifiers correct optical alignment */
.dropcap{float:left;font-size:60px;line-height:1;height:52.7px;padding:0 5px 0 0;margin-left:0;position:relative;top:-1px;color:#6a6860}
.dropcap--w{margin-left:-5px}
.dropcap--a{margin-left:-4px}
.dropcap--j{height:62px;padding:0 9px 0 3px}

/* ---------- bullet / list rows (representative matters, experience, education) ---------- */
.bullet-list{display:flex;flex-direction:column;gap:13px}
.bullet-row{display:flex;gap:13px;align-items:flex-start}
.bullet-dot{color:#8c631f;font-size:15px;line-height:1.75;flex:none}
.bullet-dot--tight{line-height:1.6}
.bullet-text{margin:0;font-size:17px;line-height:1.55;color:#55534a;text-wrap:pretty}
.case-name{color:#3f3e38}
.list-compact{display:flex;flex-direction:column;gap:9px}
.list-text{font-size:17px;line-height:1.6;color:#55534a}

.subhead{margin:8px 0 0;display:flex;flex-direction:column;gap:6px}
.subhead--edu{margin-top:10px}
.subhead-label{font-family:'Lora',Georgia,serif;font-size:11px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:#8c631f}

/* ---------- bio pages ---------- */
.bio-header{padding-top:40px;padding-bottom:8px;display:flex;flex-direction:column;gap:10px}
.bioName{font-size:44px;line-height:1.1;color:#201f1d}
.bio-subrow{display:flex;align-items:center;gap:16px}
.bio-role{font-family:'Lora',Georgia,serif;font-size:9.5px;letter-spacing:.3em;text-transform:uppercase;color:rgba(32,31,29,.55);white-space:nowrap}
.bio-content{flex:1;display:flex;flex-direction:column;gap:18px}
.bio-photo{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#d8d8d0}

.contact-card{border:1px solid rgba(32,31,29,.16);padding:16px 17px;display:flex;flex-direction:column;gap:11px}
.contact-card-head{display:flex;align-items:center;gap:11px}
.contact-card-mark{display:flex;flex-direction:column;gap:5px;align-items:flex-start}
.contact-card-mark-text{font-size:11px;line-height:1.1;letter-spacing:.16em;text-transform:uppercase;color:#201f1d}
.contact-card-label{font-family:'Lora',Georgia,serif;font-size:8px;letter-spacing:.26em;text-transform:uppercase;color:rgba(32,31,29,.5)}
.contact-card-divider{height:1px;background:rgba(32,31,29,.12)}
.contact-card-details{display:flex;flex-direction:column;gap:4px;font-family:'Lora',Georgia,serif;font-size:11px;line-height:1.6;color:rgba(32,31,29,.72)}
.contact-card-details a{text-decoration:none}
.contact-card-details a.tel{color:inherit}

/* ---------- value proposition callout ---------- */
.callout{margin-top:8px;padding-left:22px;border-left:1px solid #b68235}
.callout-text{margin:0;font-size:17px;line-height:1.65;color:#3f3e38;text-align:justify;text-wrap:pretty}

/* ---------- 404 ---------- */
.notfound{padding-top:90px;padding-bottom:110px;display:flex;flex-direction:column;align-items:center;gap:20px}
.notfound-title{font-size:34px;letter-spacing:.03em;color:#2c2a22}
.notfound-text{font-size:16px;color:#55534a}
.notfound-link{font-family:'Lora',Georgia,serif;font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:#8c631f;border-bottom:1px solid #b68235;padding-bottom:4px;margin-top:6px;text-decoration:none}
