/* ================================================================
   Strata Family Law — Attorney Bio Styles (Rebuilt)
   Template: bio.php
   Prefix: sfl | Built by Legal Guardian Digital

   Rebuilt from approved HTML: attorney-bio.html
   Date: 2026-04-14

   NOTE: Base resets, header, footer, pill nav are in global.css.
   This file is page-specific only.
   ================================================================ */

* {
    margin:0;padding:0;box-sizing:border-box;
}

body {
    font-family:'DM Sans',sans-serif;
  font-size:1.1rem;
  line-height:1.85;
  color:var(--ink);
  background:var(--warm-white);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family:'Geraldton',sans-serif;
  font-weight:600;
  line-height:1.08;
  color:var(--ink);
}

img {
    max-width:100%;display:block;
}

a {
    color:inherit;text-decoration:none;
}

.container {
    max-width:1560px;margin:0 auto;padding:0 40px;
}

.eyebrow {
    font-family:'Geraldton',sans-serif;
  font-size:0.8rem;
  font-weight:600;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:var(--copper);
  display:inline-block;
  margin-bottom:20px;
}

.eyebrow.on-dark {
    color:var(--copper-light);
}

.divider {
    width:60px;height:2px;background:var(--copper);margin:30px 0;
}

.bio-hero {
    background: linear-gradient(135deg, #FAF7F2 0%, #F5EFE5 50%, #EFE4D2 100%) !important;
  padding:200px 0 100px;
}

.bio-hero-grid {
    display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:100px;
  align-items:end;
}

.bio-hero h1 {
    font-size:5rem;
  margin-bottom:24px;
}

.bio-tagline {
    font-size:1.35rem;
  color:var(--ink-soft);
  font-style:italic;
  margin-bottom:40px;
  line-height:1.5;
  max-width:540px;
}

.bio-meta {
    display:flex;
  flex-wrap:wrap;
  gap:16px 32px;
  font-family:'Geraldton',sans-serif;
  font-size:0.82rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--ink-soft);
  padding-top:28px;
  border-top:1px solid var(--border-copper);
}

.bio-meta span {
    position:relative;
}

.bio-photo {
    position:relative;
  aspect-ratio:4/5;
  overflow:hidden;
}

.bio-photo img {
    width:100%;height:100%;object-fit:cover;
}

.bio-hero-actions {
    display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:50px;
  padding-top:50px;
  border-top:1px solid var(--border-copper);
  grid-column:1/-1;
}

.btn-primary,.btn-secondary {
    display:inline-flex;
  align-items:center;
  gap:12px;
  padding:20px 38px;
  font-family:'DM Sans',sans-serif;
  font-size:0.92rem;
  font-weight:600;
  letter-spacing:0.06em;
  text-transform:uppercase;
  transition:all .3s ease;
  cursor:pointer;
  border:1px solid transparent;
}

.btn-primary {
    background:var(--copper);color:var(--deep-navy);
}

.btn-secondary {
    background:transparent;color:var(--ink);border-color:var(--ink);
}

.section-dark .btn-secondary {
    color:var(--warm-white);border-color:rgba(255,255,255,0.3);
}

.section-dark .btn-secondary:hover {
    border-color:var(--copper);color:var(--copper);background:transparent;
}

.stats-strip {
    background:var(--deep-navy);
  padding:60px 0;
  color:var(--cream-text);
}

.stats-grid {
    display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  max-width:1400px;
  margin:0 auto;
}

.stat-cell {
    padding:10px 40px;
  text-align:center;
  border-right:1px solid rgba(197,163,119,0.25);
}

.stat-cell:last-child {
    border-right:none;
}

.stat-label {
    font-family:'Geraldton',sans-serif;
  font-size:0.72rem;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:var(--copper);
  margin-bottom:14px;
}

.stat-number {
    font-family:'Geraldton',sans-serif;
  font-size:2.4rem;
  font-weight:600;
  color:var(--warm-white);
  line-height:1.1;
  margin-bottom:8px;
}

.stat-text {
    font-size:0.95rem;
  color:rgba(237,230,220,0.75);
}

.bio-body {
    background:var(--cream);
  padding:120px 0;
}

.bio-body-grid {
    display:grid;
  grid-template-columns:1fr 400px;
  gap:100px;
  align-items:start;
}

.bio-body-main {
    max-width:720px;
}

.bio-body-main h2 {
    font-size:2.6rem;
  margin:60px 0 30px;
}

.bio-body-main h2:first-child {
    margin-top:0;
}

.bio-body-main p {
    font-size:1.1rem;
  line-height:1.85;
  color:var(--ink-soft);
  margin-bottom:24px;
}

.pullquote {
    border-left:3px solid var(--copper);
  padding:30px 40px;
  margin:50px 0;
  background:var(--warm-white);
}

.pullquote p {
    font-family:'Geraldton',sans-serif;
  font-size:1.7rem;
  line-height:1.3;
  color:var(--ink);
  margin-bottom:16px;
  font-style:italic;
}

.pullquote cite {
    font-style:normal;
  font-family:'DM Sans',sans-serif;
  font-size:0.85rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--copper);
}

.bio-list {
    list-style:none;
  margin-top:8px;
}

.bio-list li {
    position:relative;
  padding:14px 0 14px 28px;
  border-bottom:1px solid var(--border);
  font-size:1.05rem;
  color:var(--ink-soft);
}

.bio-list li::before {
    content:'';
  position:absolute;
  left:0;top:26px;
  width:12px;height:1px;
  background:var(--copper);
}

.bio-sidebar {
    position:sticky;
  top:120px;
  max-width:360px;
}

.sidebar-card {
    background: var(--deep-navy);
    color: var(--cream-text);
    border: 1px solid rgba(197, 163, 119, 0.15);
    padding: 40px 36px;
    margin-bottom: 24px;
    margin-top: 40px;
}

.sidebar-card .eyebrow {
    color: var(--copper);
    margin-bottom: 8px;
}

.sidebar-card h4 {
    font-size: 1.5rem;
    color: var(--warm-white);
    margin-bottom: 24px;
    line-height: 1.25;
}

/* Static form fallback */
.sidebar-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sidebar-form input,
.sidebar-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(197, 163, 119, 0.15);
    padding: 14px 18px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    color: var(--cream-text);
    outline: none;
    transition: border-color 0.3s ease;
}

.sidebar-form input:focus,
.sidebar-form textarea:focus {
    border-color: var(--copper);
    box-shadow: 0 0 0 3px rgba(197, 163, 119, 0.1);
}

.sidebar-form input::placeholder,
.sidebar-form textarea::placeholder {
    color: rgba(237, 230, 220, 0.3);
}

.sidebar-form textarea {
    resize: vertical;
    min-height: 120px;
}

.sidebar-form button {
    background: var(--copper);
    color: var(--deep-navy);
    border: none;
    padding: 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.3s ease;
    width: 100%;
}

.sidebar-form button:hover {
    background: var(--copper-light);
}

/* ── Gravity Forms overrides for sidebar card ── */
.sidebar-card .gform_wrapper {
    max-width: 100% !important;
}

.sidebar-card .gform_wrapper .gform_fields {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.sidebar-card .gform_wrapper .gfield {
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar-card .gform_wrapper .gfield_label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: rgba(237, 230, 220, 0.6) !important;
    margin-bottom: 8px !important;
}

.sidebar-card .gform_wrapper .gfield_required {
    color: var(--copper) !important;
    font-size: 0.7rem !important;
}

.sidebar-card .gform_wrapper input[type="text"],
.sidebar-card .gform_wrapper input[type="email"],
.sidebar-card .gform_wrapper input[type="tel"],
.sidebar-card .gform_wrapper textarea,
.sidebar-card .gform_wrapper select {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(197, 163, 119, 0.15) !important;
    padding: 14px 18px !important;
    color: var(--cream-text) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.95rem !important;
    transition: border-color 0.3s ease !important;
}

.sidebar-card .gform_wrapper input:focus,
.sidebar-card .gform_wrapper textarea:focus,
.sidebar-card .gform_wrapper select:focus {
    border-color: var(--copper) !important;
    box-shadow: 0 0 0 3px rgba(197, 163, 119, 0.1) !important;
    outline: none !important;
}

.sidebar-card .gform_wrapper input::placeholder,
.sidebar-card .gform_wrapper textarea::placeholder {
    color: rgba(237, 230, 220, 0.3) !important;
}

.sidebar-card .gform_wrapper textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

.sidebar-card .gform_wrapper select option {
    background: var(--deep-navy) !important;
    color: var(--cream-text) !important;
}

.sidebar-card .gform_wrapper .gform_button,
.sidebar-card .gform_wrapper input[type="submit"] {
    width: 100% !important;
    padding: 16px !important;
    background: var(--copper) !important;
    color: var(--deep-navy) !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    margin-top: 6px !important;
}

.sidebar-card .gform_wrapper .gform_button:hover,
.sidebar-card .gform_wrapper input[type="submit"]:hover {
    background: var(--copper-light) !important;
}

.sidebar-card .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin-top: 8px !important;
}

.sidebar-card .gform_wrapper .gform_ajax_spinner {
    display: none !important;
}

.sidebar-card .gform_wrapper .validation_message {
    color: #e74c3c !important;
    font-size: 0.8rem !important;
}

.sidebar-call {
    display:block;
  margin-top:22px;
  text-align:center;
  font-size:0.95rem;
  color:var(--cream-text);
}

.sidebar-call a {
    color:var(--copper-light);font-weight:600;
}

.sidebar-fine-print {
    text-align:center;
  margin-top:10px;
  font-size:0.78rem;
  color:rgba(237,230,220,0.55);
  letter-spacing:0.06em;
}

.testimonials {
    background:var(--deep-navy);
  padding:120px 0;
  color:var(--cream-text);
}

.testimonials h2 {
    color:var(--warm-white);
}

.section-header {
    text-align:center;margin-bottom:80px;
}

.section-header h2 {
    font-size:3.6rem;margin-top:12px;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    max-width: 1560px;
    margin: 0 auto;
}

/* Stats strip divider — shown when ACF stats are empty */
.stats-strip-divider {
    height: 4px;
    background: var(--forest, #1d2836);
    width: 100%;
}

.testimonial {
    padding:50px 48px;
  border:1px solid rgba(197,163,119,0.25);
  background:rgba(197,163,119,0.04);
}

.testimonial blockquote {
    font-family: 'Geraldton', sans-serif;
    font-size: 1.2rem;
    line-height: 1.35;
    color: var(--warm-white);
    margin-bottom: 36px;
    font-style: italic;
    border-left: none;
    padding: 20px 0;
}

.testimonial-attribution {
    font-size: 0.9rem;
}

.related {
    background:var(--cream);padding:120px 0;
}

.attorneys-grid {
    display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:60px 48px;
  margin-top:20px;
}

.attorney-card {
    display:flex;flex-direction:column;
}

.attorney-photo {
    margin-bottom:40px;
  aspect-ratio:4/5;
  overflow:hidden;
}

.attorney-photo img {
    width:100%;height:100%;object-fit:cover;transition:transform .6s ease;
}

.attorney-card:hover .attorney-photo img {
    transform:scale(1.03);
}

.attorney-role {
    font-family:'Geraldton',sans-serif;
  font-size:0.78rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--copper);
  margin-bottom:14px;
  display:block;
}

.attorney-card h3 {
    font-size:2rem;margin-bottom:18px;
}

.attorney-bio {
    font-size:1.05rem;color:var(--ink-soft);margin-bottom:24px;
}

.attorney-link {
    display:inline-flex;align-items:center;gap:10px;
  font-weight:600;
  color:var(--copper);
  letter-spacing:0.04em;
  border-bottom:1px solid transparent;
  padding-bottom:2px;
  transition:border-color .25s ease;
}

.attorney-link:hover {
    border-bottom-color:var(--copper);
}

.frame {
    position:relative;display:inline-block;width:100%;
}

.frame::after {
    content:'';position:absolute;
  bottom:-20px;right:-20px;
  width:100%;height:100%;
  border:2px solid rgba(197,163,119,0.4);
  z-index:0;
}

.frame img {
    position:relative;z-index:1;width:100%;height:auto;
}

@media(max-width:1024px) {
.bio-hero-grid {
    grid-template-columns:1fr;gap:60px;
}

.bio-hero h1 {
    font-size:4rem;
}

.bio-body-grid {
    grid-template-columns:1fr;gap:80px;
}

.bio-sidebar {
    position:static;max-width:none;
}

.stats-grid {
    grid-template-columns:repeat(2,1fr);gap:40px 0;
}

.stat-cell:nth-child(2) {
    border-right:none;
}

.attorneys-grid {
    grid-template-columns:repeat(2,1fr);
}

.testimonials-grid {
    grid-template-columns: 1fr 1fr;
}
}

@media(max-width:768px) {

.testimonials-grid {
    grid-template-columns: 1fr;
}
.container {
    padding:0 24px;
}

.bio-hero {
    padding:150px 0 80px;
}

.bio-hero h1 {
    font-size:3rem;
}

.bio-tagline {
    font-size:1.1rem;
}

.bio-body,.testimonials,.related {
    padding:80px 0;
}

.section-header h2 {
    font-size:2.6rem;
}

.testimonial blockquote {
    font-size:1.35rem;
}

.stats-grid {
    grid-template-columns:1fr;
}

.stat-cell {
    border-right:none;border-bottom:1px solid rgba(197,163,119,0.25);padding:24px;
}

.stat-cell:last-child {
    border-bottom:none;
}

.attorneys-grid {
    grid-template-columns:1fr;gap:70px;
}

.pullquote {
    padding:26px 28px;
}

.pullquote p {
    font-size:1.3rem;
}

body {
    padding-bottom:100px;
}
}

@media(max-width:480px) {
.bio-hero h1 {
    font-size:2.4rem;
}
}

refined ---- */

minimal */

.footer-lgd-credit {
    color: #c5a377 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(197, 163, 119, 0.25) !important;
  padding-bottom: 1px !important;
  transition: color 0.3s ease, border-color 0.3s ease !important;
}

.footer-lgd-credit:hover {
    color: #EDE6DC !important;
  border-bottom-color: #EDE6DC !important;
}