.elementor-94 .elementor-element.elementor-element-f3eac07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-f3eac07 */:root {
  --navy: #1B3A5B;
  --navy-deep: #10243B;
  --ink-navy: #0E1A2B;
  --gold: #C6913C;
  --gold-light: #E0B25A;
  --paper: #F4EFE4;
  --paper-alt: #EFE8D8;
  --ink: #191713;
  --muted: #6b6459;
  --terracotta: #B0472F;
  --green: #2f6b45;
  --font-display: 'Libre Caslon Display', Georgia, serif;
  --font-body: 'Newsreader', Georgia, serif;
  --font-label: 'Archivo', system-ui, sans-serif;
}

h1, h2, h3 { font-family: var(--font-display)!important; font-weight: 400!important; letter-spacing: -0.01em!important; }

.eyebrow {
  font-family: var(--font-label);
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--navy);
}
.wrap { max-width: 1120px; margin: 0 auto; }

/* --- Keyframes --- */
@keyframes riseIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes lineGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.rise { animation: riseIn 0.9s cubic-bezier(.19,1,.22,1) both; }

/* --- Utility bar --- */
.utility {
  background: var(--ink-navy);
  color: #E9E0CD;
  font-family: var(--font-label);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.utility a { color: #E9E0CD; }
.utility .status { display: flex; align-items: center; gap: 10px; }
.utility .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px rgba(198,145,60,0.25); }
.utility .right { display: flex; align-items: center; gap: 22px; }
.utility .es { color: var(--gold); }

/* --- Hero --- */
.hero {
  position: relative;
  padding: 100px 6vw 108px;
  background: linear-gradient(155deg,#173250 0%,#0E1E33 52%,#0A1524 100%);
  color: #ECE3D1;
  overflow: hidden;
}
.hero .glow-a { position: absolute; inset: 0; background: radial-gradient(1000px 560px at 84% -8%, rgba(198,145,60,0.30), transparent 60%); pointer-events: none; }
.hero .glow-b { position: absolute; inset: 0; background: radial-gradient(760px 500px at 6% 108%, rgba(43,86,132,0.45), transparent 62%); pointer-events: none; }
.hero .fade { position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(10,21,36,0.55)); pointer-events: none; }
.hero-inner { position: relative; max-width: 1120px; }
.hero .eyebrow { color: var(--gold-light); display: flex; align-items: center; gap: 16px; }
.hero .eyebrow .line { flex: 0 0 120px; height: 1px; background: linear-gradient(90deg,var(--gold-light),transparent); transform-origin: left; animation: lineGrow 1s .3s cubic-bezier(.19,1,.22,1) both; }
.hero h1 { font-size: clamp(40px,6.4vw,84px); line-height: 1.03; letter-spacing: -0.015em; margin: 26px 0 0; max-width: 18ch; color: #F6EFDE; }
.hero .lede { font-size: clamp(18px,2vw,22px); line-height: 1.6; color: #c6bca7; max-width: 60ch; margin: 30px 0 0; }
.hero-cta { display: flex; align-items: center; gap: 26px; margin-top: 40px; flex-wrap: wrap; }
.btn-gold {
  background: linear-gradient(180deg,#D8A64E,#C6913C);
  color: var(--ink-navy);
  font-family: var(--font-label);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 18px 34px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 14px 30px -12px rgba(198,145,60,0.6);
}
.btn-gold:hover { background: linear-gradient(180deg,#E7BC63,#D19E45); color: var(--ink-navy); }
.hero-cta .note { font-size: 16px; color: #9fb6cf; font-style: italic; }
.stats { position: relative; display: flex; gap: 56px; margin-top: 74px; flex-wrap: wrap; border-top: 1px solid rgba(224,178,90,0.28); padding-top: 34px; }
.stat .num { font-family: var(--font-display); font-size: 44px; color: var(--gold-light); line-height: 1; }
.stat .lbl { font-family: var(--font-label); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #93a6bc; margin-top: 8px; }

/* --- Section base --- */
.section { padding: 104px 6vw; }
.section h2 { font-size: clamp(30px,4.2vw,52px); line-height: 1.08; margin: 18px 0 0; }
.section.dark { background: var(--ink-navy); color: #EDE4D2; }
.section.dark .eyebrow { color: var(--gold); }
.section.paper { background: var(--paper); }
.section.paper-alt { background: var(--paper-alt); border-top: 1px solid rgba(25,23,19,0.1); }

/* --- Virginia rules --- */
.rules-intro { font-size: 19px; line-height: 1.6; color: #c3b9a4; max-width: 58ch; margin: 24px 0 60px; }
.rule-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 1px; background: rgba(237,228,210,0.14); border: 1px solid rgba(237,228,210,0.14); }
.rule { background: var(--ink-navy); padding: 44px 40px; }
.rule .n { font-family: var(--font-display); font-size: 60px; color: var(--gold); line-height: 1; }
.rule h3 { font-size: 27px; margin: 20px 0 14px; }
.rule p { font-size: 17.5px; line-height: 1.68; color: #bcb2a0; margin: 0; }
.rules-quote { font-family: var(--font-body); font-style: italic; font-size: 20px; color: var(--gold); margin: 44px 0 0; max-width: 54ch; }

/* --- First weeks --- */
.two-col { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 56px; align-items: start; }
.sticky-col { position: sticky; top: 110px; }
.sticky-col p { font-size: 18.5px; line-height: 1.65; color: #403a30; max-width: 46ch; margin: 0; }
.sticky-col h2 { max-width: 16ch; margin: 20px 0 22px; }
.list-card { border-radius: 3px; padding: 34px 32px; }
.list-card + .list-card { margin-top: 26px; }
.list-card.helps { border: 1px solid rgba(31,90,55,0.35); background: rgba(31,90,55,0.05); }
.list-card.hurts { border: 1px solid rgba(176,71,47,0.4); background: rgba(176,71,47,0.06); }
.list-card .label { font-family: var(--font-label); font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 20px; }
.list-card.helps .label { color: var(--green); }
.list-card.hurts .label { color: var(--terracotta); }
.list-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.list-card li { display: flex; gap: 14px; font-size: 17.5px; line-height: 1.5; color: #25231e; }
.list-card li .mark { font-family: var(--font-label); }
.list-card.helps li .mark { color: var(--green); }
.list-card.hurts li .mark { color: var(--terracotta); }

/* --- Practice areas --- */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 56px; }
.section-head .lead { font-size: 17px; color: var(--muted); max-width: 34ch; margin: 0; }
.practice-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(340px,1fr)); gap: 1px; background: rgba(25,23,19,0.12); border: 1px solid rgba(25,23,19,0.12); }
.practice { background: var(--paper-alt); padding: 38px 34px; transition: background .3s; }
.practice:hover { background: var(--paper); }
.practice .n { font-family: var(--font-label); font-size: 12px; letter-spacing: 0.18em; color: #a89a7c; }
.practice h3 { font-size: 24px; margin: 14px 0 12px; }
.practice p { font-size: 16.5px; line-height: 1.6; color: #4a4438; margin: 0; }

/* --- Founder feature --- */
.founder { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 56px; align-items: center; max-width: 1120px; margin: 0 auto; }
.founder .photo { position: relative; }
.founder .photo img { width: 100%; height: auto; border-radius: 4px; display: block; box-shadow: 0 30px 60px -30px rgba(14,26,43,0.5); }
.founder .caption { position: absolute; left: 0; bottom: 24px; background: var(--navy); color: var(--paper); font-family: var(--font-label); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; padding: 12px 22px; }
.founder .eyebrow { color: var(--gold); }
.founder h2 { font-size: clamp(30px,3.8vw,50px); line-height: 1.08; }
.founder .body { font-size: 19px; line-height: 1.68; color: #403a30; margin: 26px 0 0; }
.founder .body strong { font-weight: 600; color: var(--navy); }
.founder .quote { font-family: var(--font-body); font-style: italic; font-size: 21px; line-height: 1.55; color: var(--navy); margin: 28px 0 0; }

/* --- Fees banner --- */
.fees { padding: 70px 6vw; background: var(--ink-navy); color: #EDE4D2; }
.fees-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; max-width: 1120px; margin: 0 auto; }
.fees .eyebrow { color: var(--gold); margin-bottom: 14px; }
.fees h2 { font-size: clamp(28px,3.6vw,44px); line-height: 1.1; margin: 0; max-width: 20ch; }
.fees p { font-size: 18px; line-height: 1.65; color: #c3b9a4; max-width: 46ch; margin: 0; }

/* --- Team --- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 32px; }
.member { background: var(--paper); border: 1px solid rgba(25,23,19,0.12); border-radius: 3px; padding: 44px 40px; display: flex; gap: 26px; align-items: flex-start; }
.member img { flex: 0 0 120px; width: 120px; height: 152px; object-fit: cover; border-radius: 4px; }
.member h3 { font-size: 27px; margin: 0 0 6px; }
.member .jur { font-family: var(--font-label); font-size: 12.5px; letter-spacing: 0.12em; color: var(--gold); margin-bottom: 8px; }
.member .role { font-family: var(--font-label); font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); }
.member p { font-size: 16.5px; line-height: 1.6; color: #4a4438; margin: 16px 0 0; }

/* --- FAQ --- */
.faq-list details { border-top: 1px solid rgba(25,23,19,0.18); padding: 8px 0; }
.faq-list details:last-child { border-bottom: 1px solid rgba(25,23,19,0.18); }
.faq-list summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; font-family: var(--font-display); font-size: 22px; color: var(--ink); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .plus { font-family: var(--font-label); color: var(--navy); font-size: 22px; }
.faq-list details[open] summary .plus { color: var(--gold); }
.faq-list p { font-size: 17.5px; line-height: 1.65; color: #4a4438; margin: 0 0 22px; max-width: 60ch; }
.faq-list h2 { max-width: 14ch; }

/* --- Final CTA --- */
.cta { position: relative; padding: 120px 6vw; background: var(--navy); color: var(--paper); text-align: center; overflow: hidden; }
.cta .glow { position: absolute; inset: 0; background: radial-gradient(800px 400px at 50% 0%, rgba(198,145,60,0.28), transparent 60%); pointer-events: none; }
.cta-inner { position: relative; max-width: 760px; margin: 0 auto; }
.cta .eyebrow { color: var(--gold-light); }
.cta h2 { font-size: clamp(34px,5vw,64px); line-height: 1.06; margin: 22px 0 0; }
.cta p { font-size: 20px; line-height: 1.65; color: #efdfca; margin: 28px auto 0; max-width: 52ch; }
.cta .btn-light { margin-top: 40px; display: inline-flex; align-items: center; gap: 14px; background: var(--paper); color: var(--navy); font-family: var(--font-label); font-size: 16px; letter-spacing: 0.05em; text-transform: uppercase; padding: 20px 40px; border-radius: 2px; }
.cta .btn-light:hover { background: #fff; color: var(--navy); }
.cta .fine { font-family: var(--font-body); font-style: italic; font-size: 16px; color: var(--gold-light); margin-top: 22px; }/* End custom CSS */