:root {
  --navy: #17294b;
  --ink: #252c35;
  --muted: #4c5968;
  --gold: #a98954;
  --gold-light: #d3be92;
  --line: #dce2eb;
  --paper: #ffffff;
  --cool: #f7f9fc;
  --warm: #faf8f5;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: Cambria, Georgia, 'Times New Roman', serif; font-weight: 500; line-height: 1.14; }
.wrap { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; background: var(--navy); color: #fff; padding: .5rem .8rem; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin-bottom: 1.1rem; color: var(--gold); font-size: .875rem; font-weight: 700; letter-spacing: .18em; line-height: 1.4; }
.gold-rule { width: 54px; height: 2px; background: var(--gold); margin: 1.65rem 0 1.85rem; }
.site-header { border-top: 4px solid var(--gold); background: #fff; position: relative; z-index: 2; }
.header-inner { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 2.5rem; }
.brand { display: block; width: clamp(238px, 27vw, 307px); flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: clamp(1.2rem, 2.6vw, 2.4rem); align-items: center; }
.main-nav a { text-decoration: none; font-size: .94rem; font-weight: 600; color: var(--navy); white-space: nowrap; }
.main-nav .nav-whatsapp { color: #fff; background: #176b45; padding: .62rem 1rem; border-radius: 2px; }
.main-nav a:hover, .text-action:hover, .contact-details a:hover { text-decoration: underline; text-underline-offset: .35em; }
.hero { border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); align-items: center; min-height: 595px; gap: clamp(2.5rem, 6vw, 6.5rem); padding-block: 3.5rem 5rem; }
.hero-copy { max-width: 650px; }
.hero h1 { font-size: clamp(2.7rem, 4.25vw, 4.75rem); color: var(--ink); letter-spacing: -.025em; max-width: 12ch; margin-bottom: 0; }
.hero .lead { color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.24rem); line-height: 1.75; max-width: 39rem; margin-bottom: 2rem; }
.text-action { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; color: var(--navy); font-weight: 700; padding-bottom: .32rem; border-bottom: 1px solid var(--gold); }
.text-action span { color: var(--gold); font-size: 1.35rem; line-height: .75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.15rem 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px; padding: .78rem 1.15rem; text-decoration: none; font-weight: 700; border: 1px solid transparent; border-radius: 2px; }
.button svg, .floating-whatsapp svg { width: 1.4rem; height: 1.4rem; fill: currentColor; flex: 0 0 auto; }
.button--whatsapp { color: #fff; background: #176b45; box-shadow: 0 9px 22px rgba(23,107,69,.18); }
.button--whatsapp:hover, .nav-whatsapp:hover { background: #12583a; text-decoration: none; }
.button--large { margin-top: .7rem; padding: .95rem 1.35rem; }
.hero-art { height: 468px; border: 2px solid var(--gold); position: relative; display: grid; place-items: center; background: linear-gradient(135deg, #fff 0%, var(--cool) 100%); overflow: hidden; }
.hero-art::before { content: ''; position: absolute; inset: 20px; border: 1px solid rgba(23,41,75,.13); pointer-events: none; }
.hero-art img { width: min(64%, 320px); height: auto; opacity: .92; }
.hero-art__line { position: absolute; left: 13%; right: 13%; height: 2px; background: var(--navy); }
.hero-art__line--top { top: 55px; }
.hero-art__line--bottom { bottom: 55px; }
.section { padding-block: clamp(4.4rem, 8vw, 7.5rem); scroll-margin-top: 1rem; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading h2, .about-copy h2, .section--contact h2 { color: var(--navy); font-size: clamp(2.25rem, 3.35vw, 3.65rem); letter-spacing: -.018em; margin-bottom: 0; }
.section-heading > p:last-child, .about-copy p, .section--contact p { color: var(--muted); font-size: 1.08rem; }
.section--areas { background: #fff; }
.practice-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.practice-card { border: 1px solid var(--line); border-top: 3px solid var(--gold); padding: 2rem 2.1rem; min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; }
.card-number { color: var(--gold); font: 500 2rem Cambria, Georgia, serif; }
.practice-card h3 { font-size: clamp(1.55rem, 2vw, 2.05rem); margin: 1rem 0 0; color: var(--navy); }
.detail-intro { display: flex; justify-content: space-between; gap: 2rem; align-items: baseline; border-bottom: 1px solid var(--line); padding-top: 4.7rem; padding-bottom: 1.3rem; }
.detail-intro h3 { color: var(--navy); font-size: 1.9rem; margin: 0; }
.detail-intro p { color: var(--muted); max-width: 480px; margin: 0; }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; }
.detail-card { min-height: 218px; padding: 2rem 2.2rem 1.75rem 0; border-bottom: 1px solid var(--line); }
.detail-card:not(:nth-child(3n+1)) { padding-left: 2.2rem; border-left: 1px solid var(--line); }
.detail-card:nth-last-child(-n+3) { border-bottom: 0; }
.detail-index { color: var(--gold); font: 500 1.55rem Cambria, Georgia, serif; }
.detail-card h4 { font-size: 1.6rem; color: var(--navy); margin: 1.2rem 0 .7rem; }
.detail-card p { color: var(--muted); margin: 0; max-width: 31ch; }
.section--about { background: var(--cool); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 7vw, 7.5rem); align-items: center; }
.about-mark { min-height: 440px; display: grid; place-items: center; background: #fff; border: 2px solid var(--gold); position: relative; }
.about-mark::before, .about-mark::after { content: ''; position: absolute; height: 2px; width: 20%; background: var(--navy); top: 54px; }
.about-mark::before { left: 9%; } .about-mark::after { right: 9%; }
.about-mark img { width: min(58%, 270px); height: auto; }
.about-copy h2 { max-width: 15ch; }
.about-copy p { max-width: 60ch; }
.about-copy p:last-child { margin-bottom: 0; }
.section--approach { background: var(--warm); }
.section-heading--center { text-align: center; max-width: 880px; margin-inline: auto; margin-bottom: 4rem; }
.section-heading--center .gold-rule { margin-inline: auto; }
.approach-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.approach-grid article { padding: .2rem 1.8rem 0; border-left: 1px solid #dedbd7; }
.approach-grid article:first-child { padding-left: 0; border-left: 0; }
.approach-grid article > span { display: block; color: var(--gold); font: 500 2.25rem Cambria, Georgia, serif; margin-bottom: 1.2rem; }
.approach-grid h3 { font-size: 1.55rem; color: var(--navy); margin-bottom: .75rem; }
.approach-grid p { color: var(--muted); margin: 0; }
.section--news { background: var(--navy); color: #fff; }
.section--news .section-heading h2 { color: #fff; }
.section--news .section-heading > p:last-child { color: #d8e0ec; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.news-card { display: flex; flex-direction: column; min-height: 360px; padding: 2rem; background: #fff; color: var(--ink); border-top: 3px solid var(--gold); }
.news-card--featured { grid-column: 1 / -1; min-height: 0; }
.news-meta { color: var(--gold); text-transform: uppercase; font-size: .82rem; font-weight: 700; letter-spacing: .1em; }
.news-card h3 { color: var(--navy); font-size: clamp(1.55rem, 2.2vw, 2.25rem); margin-bottom: 1rem; }
.news-card > p:not(.news-meta) { color: var(--muted); margin-bottom: 1rem; }
.news-links { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin-top: auto; padding-top: .75rem; }
.news-links a { color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: .3em; }
.news-note { color: #cbd5e3; margin: 1.5rem 0 0; font-size: .9rem; }
.section--contact { border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.section--contact h2 { max-width: 12ch; }
.section--contact p { max-width: 36ch; }
.contact-details { font-style: normal; border-top: 2px solid var(--navy); }
.contact-details > div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.contact-details span { color: var(--gold); font-weight: 700; font-size: .91rem; }
.contact-details a { width: fit-content; text-decoration: none; color: var(--navy); overflow-wrap: anywhere; }
.contact-details p { margin: 0; font-size: 1rem; line-height: 1.6; }
.site-footer { background: var(--navy); color: #f7f9fc; padding-block: 2.3rem; border-top: 4px solid var(--gold); }
.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 10; display: inline-flex; align-items: center; gap: .55rem; color: #fff; background: #176b45; min-height: 54px; padding: .8rem 1rem; border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.24); text-decoration: none; font-weight: 700; }
.floating-whatsapp:hover { background: #12583a; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand img { width: 48px; height: auto; }
.footer-brand strong { font: 500 1.3rem Cambria, Georgia, serif; display: block; letter-spacing: .06em; }
.footer-brand span { display: block; color: #d5dce7; font-size: .84rem; line-height: 1.45; }
.footer-inner p { text-align: right; color: #d5dce7; font-size: .9rem; line-height: 1.65; margin: 0; }
.footer-inner a { color: #fff; }
@media (max-width: 950px) {
  .header-inner { flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.1rem; padding-block: 1.25rem; }
  .main-nav { justify-content: flex-start; }
  .hero-grid { min-height: 0; gap: 2rem; }
  .hero-art { height: 390px; }
  .practice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .approach-grid { grid-template-columns: repeat(2, minmax(0,1fr)); row-gap: 2.2rem; }
  .approach-grid article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .approach-grid article:nth-child(even) { border-left: 1px solid #dedbd7; }
}
@media (max-width: 720px) {
  .wrap { width: min(100% - 36px, 560px); }
  .brand { width: 265px; }
  .main-nav { gap: .5rem 1.15rem; }
  .main-nav a { font-size: .9rem; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 3.5rem 4rem; }
  .hero h1 { max-width: 15ch; }
  .hero-art { height: 290px; }
  .hero-art img { width: 40%; }
  .hero-art__line--top { top: 32px; } .hero-art__line--bottom { bottom: 32px; }
  .section { padding-block: 4.25rem; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card--featured { grid-column: auto; }
  .news-card { min-height: 0; }
  .practice-grid { grid-template-columns: 1fr; gap: .8rem; }
  .practice-card { min-height: 145px; padding: 1.4rem 1.5rem; }
  .practice-card h3 { margin-top: .4rem; }
  .detail-intro { display: block; padding-top: 3.4rem; }
  .detail-intro p { margin-top: .8rem; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .detail-card { padding: 1.7rem 1rem 1.5rem 0; min-height: 0; }
  .detail-card:not(:nth-child(3n+1)) { border-left: 0; padding-left: 0; }
  .detail-card:nth-child(even) { border-left: 1px solid var(--line); padding-left: 1rem; }
  .detail-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .detail-card:nth-last-child(-n+2) { border-bottom: 0; }
  .detail-card h4 { font-size: 1.4rem; }
  .about-mark { min-height: 280px; order: 2; }
  .about-mark img { width: 37%; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner p { text-align: left; }
}
@media (max-width: 430px) {
  .main-nav { gap: .4rem .85rem; }
  .main-nav a { font-size: .85rem; }
  .detail-grid, .approach-grid { grid-template-columns: 1fr; }
  .detail-card, .detail-card:nth-child(even), .detail-card:not(:nth-child(3n+1)) { border-left: 0; padding-left: 0; border-bottom: 1px solid var(--line); }
  .detail-card:last-child { border-bottom: 0; }
  .approach-grid article, .approach-grid article:nth-child(even) { padding: 0 0 1.5rem; border-left: 0; border-bottom: 1px solid #dedbd7; }
  .approach-grid article:last-child { border-bottom: 0; }
  .contact-details > div { grid-template-columns: 1fr; gap: .3rem; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { width: 54px; padding: 0; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
