@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600&display=swap');

:root {
  --navy: #10213b;
  --navy-2: #172c4d;
  --burgundy: #7d2035;
  --copper: #d2a75f;
  --ink: #172033;
  --muted: #606a78;
  --line: #dfe3e8;
  --soft: #f5f7f9;
  --white: #fff;
  --serif: "Roboto Slab", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 20px 60px rgba(16,33,59,.11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--navy); color: #fff; }
.skip-link:focus { top: 1rem; }
.site-header { height: 84px; padding: 0 clamp(1.25rem,5vw,5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; flex: 0 0 auto; }
.brand-mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.brand-name { line-height: 1; }
.brand-name strong { display: block; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; letter-spacing: .02em; }
.brand-name small { display: block; margin-top: .28rem; color: var(--burgundy); font-size: .64rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem,2.1vw,2rem); }
.site-nav a { color: #334055; font-size: .79rem; font-weight: 600; letter-spacing: .045em; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--burgundy); }
.site-nav .nav-contact { color: #fff; background: var(--burgundy); padding: .72rem 1rem; border-radius: 2px; }
.site-nav .nav-contact:hover, .site-nav .nav-contact[aria-current="page"] { color: #fff; background: var(--navy); }
.menu-button { display: none; }
.eyebrow, .kicker, .section-number, .blog-meta, .card-no, .role { font-size: .7rem; line-height: 1.35; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow, .kicker, .blog-meta, .card-no, .role { color: var(--burgundy); }
.section-number { color: var(--copper); }
.section-pad, .page-section { padding: clamp(4rem,6vw,6.5rem) clamp(1.25rem,7vw,7.5rem); }
h1, h2, h3 { text-wrap: balance; }
em { font-style: normal; font-weight: inherit; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .8rem; min-height: 52px; padding: .8rem 1.25rem; border: 1px solid transparent; text-decoration: none; font-size: .8rem; font-weight: 600; letter-spacing: .06em; }
.button-primary { background: var(--burgundy); color: white; }
.button-primary:hover { background: var(--navy); }
.button-outline { border-color: var(--navy); color: var(--navy); }
.button-outline:hover { background: var(--navy); color: #fff; }
.button-light { border-color: rgba(255,255,255,.72); color: white; }
.button-light:hover { background: white; color: var(--navy); }
.text-link { color: var(--burgundy); text-underline-offset: 5px; font-size: .82rem; font-weight: 600; }
.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,44%); background: var(--white); }
.hero-copy { padding: clamp(4rem,8vw,7rem) clamp(1.25rem,6vw,6.5rem); display: flex; flex-direction: column; justify-content: center; }
.hero h1 { max-width: 760px; margin: 1.1rem 0 1.3rem; font-family: var(--serif); font-size: clamp(4rem,6.8vw,7.6rem); font-weight: 400; line-height: .91; letter-spacing: -.045em; }
.hero h1 em { color: var(--burgundy); font-weight: inherit; }
.page-hero h1 em { color: var(--copper); font-weight: inherit; }
.hero .eyebrow { display: none; }
.hero-intro { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(1.08rem,1.4vw,1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.hero-visual { position: relative; min-height: 680px; overflow: hidden; background: var(--navy); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 54%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(16,33,59,.05),rgba(16,33,59,.55)); }
.hero-visual figcaption { position: absolute; z-index: 1; left: 2rem; bottom: 2rem; color: #fff; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.credibility { padding: 0 clamp(1.25rem,7vw,7.5rem); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credibility div { padding: 1.6rem 2rem; border-right: 1px solid var(--line); }
.credibility div:first-child { padding-left: 0; }
.credibility div:last-child { border-right: 0; }
.credibility strong { display: block; color: var(--navy); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; line-height: 1; }
.credibility span { display: block; margin-top: .4rem; color: var(--muted); font-size: .78rem; }
.home-intro { display: grid; grid-template-columns: 24% 76%; gap: 3rem; }
.home-intro h2, .section-heading h2, .split-intro h2 { max-width: 850px; margin: .8rem 0 1.7rem; font-family: var(--serif); font-size: clamp(2.8rem,4.6vw,5.2rem); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.statement-grid { max-width: 900px; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.statement-grid p { margin: 0; color: var(--muted); }
.featured-services { background: var(--navy); color: white; }
.section-heading { display: grid; grid-template-columns: 21% 1fr auto; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2 { margin: 0; }
.featured-services .section-number,
.featured-services .kicker,
.featured-services .text-link,
.featured-services .feature-card > span { color: var(--copper); }
.feature-card-grid, .blog-grid, .service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.feature-card { background: var(--navy-2); text-decoration: none; padding-bottom: 1.5rem; overflow: hidden; border-bottom: 3px solid transparent; transition: .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: var(--copper); }
.feature-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.feature-card > span, .feature-card h3, .feature-card p { margin-left: 1.3rem; margin-right: 1.3rem; }
.feature-card > span { display: block; margin-top: 1.2rem; color: #e0ad80; font-size: .68rem; letter-spacing: .14em; }
.feature-card h3 { margin-top: 1rem; margin-bottom: .7rem; font-family: var(--serif); font-size: clamp(1.75rem,2.3vw,2.55rem); font-weight: 400; line-height: 1.08; }
.feature-card p { margin-bottom: 0; color: rgba(255,255,255,.7); font-size: .94rem; }
.home-profile { display: grid; grid-template-columns: minmax(360px,42%) 1fr; gap: clamp(2.5rem,6vw,6rem); align-items: center; }
.home-profile-photo { min-height: 470px; box-shadow: var(--shadow); overflow: hidden; }
.home-profile-photo img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.home-profile-copy h2 { margin: .8rem 0 1.3rem; font-family: var(--serif); font-size: clamp(2.9rem,4.5vw,5rem); line-height: .98; font-weight: 400; }
.home-profile-copy > p { max-width: 680px; color: var(--muted); }
.blog-card { border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 34px rgba(16,33,59,.06); }
.blog-card a { display: block; height: 100%; padding-bottom: 1.4rem; text-decoration: none; }
.blog-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.blog-card .blog-meta, .blog-card h3, .blog-card p, .blog-card .read-link { margin-left: 1.25rem; margin-right: 1.25rem; }
.blog-card .blog-meta { margin-top: 1.25rem; }
.blog-card h3 { margin-top: .8rem; margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(1.7rem,2.2vw,2.35rem); font-weight: 400; line-height: 1.08; }
.blog-card p { color: var(--muted); font-size: .94rem; }
.read-link { display: inline-block; margin-top: .5rem; color: var(--burgundy); font-size: .78rem; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.gallery-preview { background: var(--soft); }
.gallery-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.gallery-strip a { overflow: hidden; background: var(--navy); }
.gallery-strip img { width: 100%; aspect-ratio: 9/12; object-fit: cover; transition: transform .3s; }
.gallery-strip a:hover img { transform: scale(1.025); }
.cta-band { padding: clamp(3.5rem,5vw,5rem) clamp(1.25rem,7vw,7.5rem); background: var(--burgundy); color: #fff; display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.cta-band h2 { max-width: 700px; margin: .7rem 0 0; font-family: var(--serif); font-size: clamp(2.8rem,4.5vw,5rem); font-weight: 400; line-height: 1; }
.cta-band .kicker { color: #f0c9aa; }
.site-footer { padding: 3rem clamp(1.25rem,7vw,7.5rem); background: var(--navy); color: #fff; display: grid; grid-template-columns: 1.3fr .8fr 1fr; align-items: start; gap: 3rem; }
.footer-brand { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: .9rem; }
.footer-brand .brand-mark { background: #fff; color: var(--navy); grid-row: span 2; }
.footer-brand strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.footer-brand small { color: rgba(255,255,255,.62); font-size: .72rem; }
.footer-nav { display: grid; gap: .42rem; }
.footer-nav a { font-size: .78rem; text-decoration: none; }
.footer-nav a:hover { color: #e0ad80; }
.footer-legal { color: rgba(255,255,255,.6); font-size: .7rem; }
.footer-legal p { margin: 0 0 .8rem; }
.page-hero { min-height: 390px; padding: clamp(3.8rem,6vw,6rem) clamp(1.25rem,7vw,7.5rem) 3.8rem; background: var(--navy); color: #fff; display: grid; grid-template-columns: 24% 76%; align-items: end; }
.breadcrumbs { align-self: start; color: rgba(255,255,255,.62); font-size: .74rem; }
.breadcrumbs a { text-underline-offset: 4px; }
.page-hero h1 { max-width: 980px; margin: 0; font-family: var(--serif); font-size: clamp(4rem,7.5vw,8.2rem); font-weight: 400; letter-spacing: -.04em; line-height: .9; }
.page-hero p { max-width: 720px; margin: 1.5rem 0 0; color: rgba(255,255,255,.73); font-size: 1.08rem; }
.split-intro { display: grid; grid-template-columns: 26% 74%; gap: 3rem; }
.body-copy { max-width: 860px; }
.body-copy p { color: var(--muted); margin: 0 0 1.15rem; }
.profile-detail { display: grid; grid-template-columns: minmax(390px,42%) 1fr; background: var(--soft); }
.profile-detail figure { margin: 0; min-height: 650px; overflow: hidden; }
.profile-detail figure img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: 50% 22%; }
.profile-detail-copy { padding: clamp(3rem,5.5vw,6rem); }
.profile-detail-copy h2 { margin: .7rem 0 1.4rem; font-family: var(--serif); font-size: clamp(2.9rem,4.7vw,5.4rem); font-weight: 400; line-height: .96; }
.profile-detail-copy p { max-width: 760px; color: var(--muted); }
.profile-facts { margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.profile-facts div { background: #fff; padding: 1rem; }
.profile-facts span { display: block; margin-bottom: .3rem; color: var(--burgundy); font-size: .64rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.profile-note { margin-top: 1.5rem; padding: 1rem 1.2rem; border-left: 3px solid var(--copper); background: #fff; }
.team-member { margin-top: 2rem; display: grid; grid-template-columns: minmax(260px,30%) 1fr; border: 1px solid var(--line); }
.team-monogram { min-height: 310px; display: grid; place-items: center; background: var(--burgundy); color: #fff; font-family: var(--serif); font-size: 7rem; }
.team-copy { padding: clamp(2rem,4vw,4rem); }
.team-copy h3 { margin: .2rem 0 1rem; font-family: var(--serif); font-size: clamp(2.5rem,4vw,4rem); font-weight: 400; line-height: 1; }
.service-grid { margin-top: 2.5rem; }
.service-card { overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 32px rgba(16,33,59,.06); scroll-margin-top: 100px; }
.service-card img { width: 100%; aspect-ratio: 16/8; object-fit: cover; }
.service-card-body { padding: 1.6rem; }
.service-card h2 { margin: .8rem 0 .85rem; font-family: var(--serif); font-size: clamp(2rem,2.8vw,3rem); font-weight: 400; line-height: 1.03; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-card ul { list-style: none; padding: 1rem 0 0; margin: 1rem 0 0; border-top: 1px solid var(--line); }
.service-card li { padding: .25rem 0; font-size: .86rem; }
.service-card li::before { content: "—"; margin-right: .6rem; color: var(--burgundy); }
.practice-note { margin-top: 2rem; padding: 1rem 1.2rem; background: var(--soft); color: var(--muted); font-size: .82rem; }
.blog-lead { margin-top: 2.5rem; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--navy); color: #fff; }
.blog-lead img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.blog-lead-copy { padding: clamp(2.5rem,4.5vw,4.5rem); display: flex; flex-direction: column; justify-content: center; }
.blog-lead h2 { margin: 1rem 0; font-family: var(--serif); font-size: clamp(2.8rem,4vw,4.5rem); font-weight: 400; line-height: 1; }
.blog-lead p { color: rgba(255,255,255,.7); }
.blog-lead .read-link { color: #fff; }
.blog-page-grid { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.article-hero { padding: clamp(3.5rem,6vw,6rem) clamp(1.25rem,8vw,8rem) 3rem; border-bottom: 1px solid var(--line); }
.article-hero .breadcrumbs { color: var(--muted); }
.article-hero h1 { max-width: 1050px; margin: 2.2rem 0 1.4rem; font-family: var(--serif); font-size: clamp(3.4rem,6.5vw,7rem); line-height: .94; font-weight: 400; letter-spacing: -.035em; }
.article-cover { width: 100%; max-height: 560px; object-fit: cover; }
.article-layout { padding: 3.5rem clamp(1.25rem,8vw,8rem) 5rem; display: grid; grid-template-columns: 190px minmax(0,780px); justify-content: center; gap: clamp(2rem,5vw,5rem); }
.article-aside { color: var(--muted); font-size: .8rem; }
.article-aside strong { display: block; margin-bottom: .35rem; color: var(--navy); }
.article-body { font-family: Georgia, serif; font-size: 1.13rem; line-height: 1.78; }
.article-body .lead { font-family: var(--serif); font-size: 2rem; line-height: 1.25; }
.article-body h2 { margin: 2.7rem 0 1rem; font-family: var(--serif); font-size: clamp(2.1rem,3vw,3rem); line-height: 1.06; font-weight: 400; }
.article-body li { margin-bottom: .55rem; }
.article-disclaimer { margin-top: 3rem; padding: 1.25rem; border: 1px solid var(--line); background: var(--soft); color: var(--muted); font-family: var(--sans); font-size: .82rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.gallery-card { position: relative; padding: 0; border: 0; background: var(--soft); cursor: zoom-in; overflow: hidden; }
.gallery-card img { width: 100%; aspect-ratio: 9/16; object-fit: cover; transition: transform .3s; }
.gallery-card:hover img { transform: scale(1.02); }
.gallery-card span { position: absolute; left: .8rem; right: .8rem; bottom: .8rem; padding: .7rem; background: rgba(16,33,59,.86); color: #fff; font-size: .7rem; letter-spacing: .08em; text-align: left; }
.lightbox { width: min(92vw,700px); max-height: 92vh; padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(8,17,31,.9); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: fixed; right: 1.2rem; top: 1rem; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: var(--navy); color: #fff; cursor: pointer; }
.contact-grid { display: grid; grid-template-columns: minmax(320px,37%) 1fr; gap: 1.5rem; }
.contact-panel { padding: clamp(2.2rem,4vw,4rem); background: var(--burgundy); color: #fff; }
.contact-panel h2 { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2.8rem,4vw,4rem); font-weight: 400; line-height: 1; }
.contact-item { padding: 1.15rem 0; border-top: 1px solid rgba(255,255,255,.28); }
.contact-item span { display: block; margin-bottom: .35rem; color: rgba(255,255,255,.7); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-item a { overflow-wrap: anywhere; text-decoration: none; }
.map-wrap { min-height: 520px; background: var(--soft); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; display: block; }
.contact-note { padding: 1.2rem clamp(1.25rem,7vw,7.5rem); background: var(--soft); color: var(--muted); font-size: .78rem; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1050px) {
  .site-header { height: 74px; }
  .menu-button { display: flex; align-items: center; gap: .65rem; background: transparent; border: 0; color: var(--navy); }
  .menu-lines, .menu-lines::after { display: block; content: ""; width: 22px; height: 1px; background: currentColor; transition: .2s; }
  .menu-lines::after { transform: translateY(6px); }
  .menu-button[aria-expanded="true"] .menu-lines { transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines::after { transform: rotate(-90deg); }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 74px; padding: 1.5rem clamp(1.25rem,5vw,3rem) 2rem; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: .85rem; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .5rem 0; font-size: .9rem; }
  .site-nav .nav-contact { text-align: center; padding: .8rem; }
  .hero { grid-template-columns: 1fr 42%; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .feature-card-grid, .blog-grid, .blog-page-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name strong { font-size: 1.18rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .hero h1 { font-size: clamp(3.6rem,16vw,5.6rem); }
  .hero-visual { min-height: 380px; }
  .credibility { grid-template-columns: 1fr; }
  .credibility div, .credibility div:first-child { padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .credibility div:last-child { border-bottom: 0; }
  .home-intro, .split-intro, .page-hero { grid-template-columns: 1fr; gap: 1.5rem; }
  .statement-grid { grid-template-columns: 1fr; gap: 1rem; }
  .feature-card-grid, .blog-grid, .blog-page-grid, .service-grid { grid-template-columns: 1fr; }
  .home-profile, .profile-detail, .blog-lead, .team-member, .contact-grid { grid-template-columns: 1fr; }
  .home-profile-photo { min-height: 340px; }
  .home-profile-photo img { min-height: 340px; }
  .profile-detail figure, .profile-detail figure img { min-height: 560px; }
  .profile-detail-copy { padding: 3rem 1.25rem; }
  .profile-facts { grid-template-columns: 1fr; }
  .team-monogram { min-height: 220px; font-size: 5rem; }
  .gallery-strip { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .page-hero { min-height: 330px; padding-top: 3.2rem; }
  .page-hero h1 { font-size: clamp(3.7rem,15vw,5.5rem); }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 430px) {
  .brand-name small { letter-spacing: .1em; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .gallery-card span { display: none; }
  .article-hero h1 { font-size: 3.25rem; }
  .article-body { font-size: 1.03rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
