:root {
  --ink: #143f3a;
  --ink-2: #1c514a;
  --text: #24312f;
  --muted: #5b6c68;
  --cream: #f6f2ea;
  --paper: #fffdf9;
  --mist: #e9f1ed;
  --sand: #d9cbb6;
  --line: #d8dfdb;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(20,63,58,.10);
  --pexels-hero: url("https://images.pexels.com/photos/10366590/pexels-photo-10366590.jpeg?cs=srgb&dl=pexels-john-de-leon-142955220-10366590.jpg&fm=jpg");
  --pexels-family: url("https://images.pexels.com/photos/120232/pexels-photo-120232.jpeg?cs=srgb&dl=pexels-josh-willink-11499-120232.jpg&fm=jpg");
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: 54px; height: 54px; object-fit: contain; flex: 0 0 auto; }
.brand-wordmark { display: inline-flex; flex-direction: column; justify-content: center; line-height: .94; color: var(--ink); margin-left: 12px; }
.brand-wordmark span:first-child { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 600; letter-spacing: .04em; }
.brand-wordmark span:last-child { margin-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: .42em; text-transform: uppercase; padding-left: .42em; }
.header-actions { display: flex; align-items: center; gap: 14px; justify-self: end; }
.language-switcher, .mobile-language { border: 1px solid #b8ccc5; background: #e9f3ef; color: var(--ink); border-radius: 999px; padding: 10px 14px; font-size: 13px; font-weight: 700; cursor: pointer; }
.language-switcher:hover, .mobile-language:hover { background: #deece7; }
.globe { margin-right: 5px; }
.header-phone { font-weight: 800; color: var(--ink); text-decoration: none; white-space: nowrap; }
.header-phone::before { content: "☎"; margin-right: 7px; }
.site-nav { justify-self: center; display: flex; gap: 25px; align-items: center; }
.site-nav a { text-decoration: none; color: var(--ink); font-size: 14px; font-weight: 650; }
.site-nav a:hover { color: var(--ink-2); }
.nav-cta { padding: 10px 15px; border: 1px solid var(--ink); border-radius: 999px; }
.mobile-language, .menu-toggle { display: none; }
.hero { min-height: 630px; position: relative; overflow: hidden; color: var(--white); isolation: isolate; }
.hero-image { position: absolute; inset: 0; background-image: var(--pexels-hero), url("assets/hero.jpg"); background-size: cover, cover; background-position: center center, center 58%; z-index: -3; background-color: #506a66; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,38,35,.82) 0%, rgba(12,38,35,.72) 37%, rgba(12,38,35,.17) 72%, rgba(12,38,35,.05) 100%); z-index: -2; }
.hero-content { min-height: 630px; display: flex; align-items: center; padding: 84px 0; }
.hero-copy { width: min(690px, 100%); }
.eyebrow { margin: 0 0 13px; font-size: 11px; line-height: 1.3; letter-spacing: .18em; font-weight: 800; color: #7a5b37; }
.hero .eyebrow { color: #dcefe9; }
h1, h2, h3 { line-height: 1.08; margin: 0; letter-spacing: -.02em; font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(50px, 7vw, 86px); font-weight: 500; max-width: 760px; }
h1 em { font-style: italic; color: #f1e2cb; }
.hero-text { max-width: 650px; margin: 26px 0 29px; font-size: 20px; color: rgba(255,255,255,.92); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 21px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--ink); color: var(--white); }
.hero .button-primary { background: #f4efe6; color: var(--ink); }
.hero .button-primary:hover { background: var(--white); }
.button-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.72); }
.button-outline:hover { background: rgba(255,255,255,.10); }
.language-note { margin: 19px 0 0; font-weight: 700; color: #f3ddbf; }
.trust-strip { background: var(--ink); color: var(--white); padding: 60px 0; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.trust-strip .eyebrow { color: #d7bd99; }
.trust-strip h2 { font-size: clamp(34px, 4vw, 50px); font-weight: 500; }
.trust-strip p:not(.eyebrow) { margin: 0; max-width: 540px; color: rgba(255,255,255,.83); font-size: 18px; }
.section { padding: 92px 0; }
.section-light { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; margin-bottom: 45px; }
.section-heading h2, .vision-label h2, .about-copy h2, .contact-copy h2 { font-size: clamp(40px, 5vw, 62px); font-weight: 500; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.practice-card { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 225px; }
.practice-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--mist); color: var(--ink); font-size: 24px; font-weight: 500; }
.practice-card h3 { font-size: 26px; font-weight: 500; margin: 2px 0 13px; }
.practice-card p { margin: 0; color: var(--muted); font-size: 15px; }
.vision-section { background: var(--cream); }
.vision-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.vertical-rule { width: 1px; height: 92px; background: #a18a69; margin: 34px 0 22px 5px; }
.vision-tag { max-width: 290px; color: var(--muted); font-size: 17px; }
.vision-copy { max-width: 720px; }
.vision-copy p { margin: 0 0 22px; color: var(--muted); font-size: 18px; }
.vision-copy .lead { color: var(--ink); font-size: 26px; line-height: 1.45; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.founder-photo { width: min(450px, 100%); aspect-ratio: 4 / 5; background: linear-gradient(145deg, #dfe8e4, #f7f3ea); border: 1px solid var(--line); display: grid; place-items: center; }
.founder-placeholder { display: grid; place-items: center; text-align: center; padding: 25px; color: var(--ink); }
.founder-monogram { width: 96px; height: 96px; border-radius: 50%; border: 1px solid #a4b9b1; display: grid; place-items: center; font: 500 30px Georgia, serif; margin-bottom: 20px; background: rgba(255,255,255,.48); }
.founder-placeholder p { margin: 0 0 4px; font-family: Georgia, serif; font-size: 21px; }
.founder-placeholder small { color: var(--muted); font-size: 13px; }
.founder-role { color: #7a5b37 !important; font-size: 11px !important; font-weight: 800; letter-spacing: .18em; margin: 11px 0 26px !important; }
.about-copy > p:not(.eyebrow):not(.founder-role) { color: var(--muted); font-size: 18px; max-width: 600px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 12px; text-decoration: none; border-bottom: 1px solid #8d7455; padding-bottom: 7px; font-weight: 800; color: var(--ink); }
.image-callout { display: grid; grid-template-columns: 46% 54%; min-height: 400px; background: var(--mist); }
.image-callout-media { min-height: 400px; overflow: hidden; background-image: var(--pexels-family), url("assets/immigration-card.jpg"); background-size: cover, cover; background-position: center, center; background-repeat: no-repeat; background-color: #dfe8e4; }
.image-callout-copy { display: flex; align-items: center; padding: 65px 8% 65px 7%; }
.image-callout-copy > div { max-width: 520px; }
.image-callout-copy h2 { font-size: clamp(40px, 4.4vw, 58px); font-weight: 500; color: var(--ink); }
.image-callout-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; margin: 20px 0 28px; }
.contact-section { background: #eef4f1; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy > p:not(.eyebrow):not(.language-note) { color: var(--muted); font-size: 18px; max-width: 555px; }
.language-note.dark { color: #7a5b37; }
.contact-details { margin-top: 36px; border-top: 1px solid #cbd7d2; }
.contact-details > div { padding: 17px 0; border-bottom: 1px solid #cbd7d2; }
.contact-details span { display: block; margin-bottom: 5px; color: #7a5b37; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.contact-details strong, .contact-details a { font-size: 18px; font-weight: 650; text-decoration: none; }
.contact-form { background: var(--white); padding: 35px; border: 1px solid #ccd9d4; box-shadow: var(--shadow); border-radius: 18px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 12px; font-weight: 800; }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #bdcbc6; border-radius: 10px; background: #fff; padding: 13px 14px; color: var(--text); outline: none; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(20,63,58,.10); }
.form-row textarea { resize: vertical; min-height: 160px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { margin: 4px 0 18px; color: #6c7a76; font-size: 12px; line-height: 1.55; }
.form-submit { width: 100%; }
.form-status { min-height: 24px; margin: 12px 0 0; color: var(--ink); font-size: 13px; }
.site-footer { background: #102f2c; color: rgba(255,255,255,.78); padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr .8fr .75fr; gap: 45px; padding-bottom: 42px; }
.brand-footer { display: inline-flex; align-items: center; }
.footer-logo { width: 54px; height: 54px; filter: invert(1) brightness(1.15); }
.footer-wordmark { color: var(--white); }
.footer-wordmark span:first-child { color: var(--white); }
.footer-tagline { margin: 14px 0 0; font-family: Georgia, serif; font-style: italic; color: rgba(255,255,255,.84); }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.79); text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--white); }
.footer-language { justify-self: end; text-align: right; }
.footer-closing { margin: 18px 0 0; width: 180px; font-family: Georgia, serif; font-style: italic; color: rgba(255,255,255,.72); line-height: 1.25; }
.footer-closing span { display: block; white-space: nowrap; }
.footer-language-button { background: #e8f2ee; border-color: transparent; }
.legal-line { display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; font-size: 11px; }
.legal-line p { margin: 0; max-width: 700px; color: rgba(255,255,255,.55); }

@media (max-width: 980px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .site-nav { display: none; position: absolute; top: 88px; left: 20px; right: 20px; background: var(--paper); padding: 16px; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; flex-direction: column; align-items: stretch; }
  .site-nav a, .mobile-language { padding: 12px 10px; }
  .nav-cta { text-align: center; }
  .mobile-language { display: block; text-align: center; }
  .header-actions { gap: 8px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 9px 13px; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; color: var(--ink); cursor: pointer; }
  .header-phone { display: none; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-language { justify-self: start; text-align: left; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 76px; }
  .brand-logo { width: 160px; }
  .language-switcher { padding: 9px 11px; font-size: 12px; }
  .site-nav { top: 76px; left: 14px; right: 14px; }
  .hero { min-height: 620px; }
  .hero-content { min-height: 620px; padding: 70px 0 60px; }
  .hero-overlay { background: linear-gradient(180deg, rgba(12,38,35,.80) 0%, rgba(12,38,35,.68) 52%, rgba(12,38,35,.50) 100%); }
  h1 { font-size: clamp(44px, 13vw, 66px); }
  .hero-text { font-size: 18px; }
  .trust-grid, .section-heading, .vision-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust-grid { gap: 25px; }
  .section { padding: 72px 0; }
  .section-heading { gap: 17px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 0; }
  .image-callout { grid-template-columns: 1fr; }
  .image-callout-media { min-height: 300px; }
  .image-callout-copy { padding: 52px 28px 60px; }
  .two-col, .footer-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
  .legal-line { flex-direction: column; }
}
.founder-portrait { width: 100%; height: 100%; object-fit: cover; }
