/* DESIGN: Civic Modernism — carbon ink, limestone field, mineral-green signals, editorial architecture. */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');
@import "tailwindcss";
@import "tw-animate-css";

@custom-variant dark (&:is(.dark *));

@theme inline {
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
}

:root {
  --brass: #bd9368;
  --radius: 0px;
  --background: #ecebe5;
  --foreground: #141816;
  --card: #f7f6f1;
  --card-foreground: #141816;
  --popover: #f7f6f1;
  --popover-foreground: #141816;
  --primary: #176a5a;
  --primary-foreground: #f7f6f1;
  --secondary: #e0e0d8;
  --secondary-foreground: #141816;
  --muted: #e2e1da;
  --muted-foreground: #5d625e;
  --accent: #d7e5df;
  --accent-foreground: #124d41;
  --destructive: #a33d30;
  --destructive-foreground: #fff;
  --border: rgba(20, 24, 22, .17);
  --input: rgba(20, 24, 22, .17);
  --ring: #176a5a;
  --chart-1: #176a5a;
  --chart-2: #b58a5f;
  --chart-3: #39413c;
  --chart-4: #d8d7d0;
  --chart-5: #99b6ac;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #ecebe5; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), a[href] { cursor: pointer; }

.site-shell { overflow: hidden; }
.page-frame { width: min(100% - 56px, 1320px); margin: 0 auto; }
.section-pad { padding: 154px 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #f6f4ee; transition: background .22s cubic-bezier(.23,1,.32,1), color .22s cubic-bezier(.23,1,.32,1), border-color .22s cubic-bezier(.23,1,.32,1); }
.site-header.is-scrolled { background: rgba(236,235,229,.94); color: #141816; border-bottom: 1px solid rgba(20,24,22,.12); backdrop-filter: blur(18px); }
.header-inner { width: min(100% - 56px, 1320px); height: 84px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; gap: 8px; letter-spacing: .16em; font-size: 11px; font-weight: 800; white-space: nowrap; }
.wordmark-mark { width: 26px; height: 26px; object-fit: contain; }
.wordmark em { font-family: "DM Serif Display", Georgia, serif; font-size: 13px; font-weight: 400; letter-spacing: 0; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 34px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .18s cubic-bezier(.23,1,.32,1); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-cta, .button-light, .button-dark { display: inline-flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: transform .16s cubic-bezier(.23,1,.32,1), background .16s cubic-bezier(.23,1,.32,1), color .16s cubic-bezier(.23,1,.32,1); }
.header-cta { border-bottom: 1px solid var(--brass); padding: 8px 0; }
.header-cta:hover { color: var(--brass); }
.menu-toggle, .mobile-nav { display: none; }

.hero-section { position: relative; min-height: 800px; height: 100svh; max-height: 960px; display: flex; align-items: end; color: #f9f8f4; background: #151a18; }
.hero-image, .contact-image { position: absolute; inset: 0; background-image: url('../img/clarion-hero-architecture.svg'); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,12,10,.9) 0%, rgba(8,12,10,.65) 43%, rgba(8,12,10,.19) 100%), linear-gradient(0deg, rgba(8,12,10,.72) 0%, transparent 50%); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(90deg, transparent calc(50% - 1px), rgba(234,235,228,.38) calc(50% - 1px), rgba(234,235,228,.38) 50%, transparent 50%), linear-gradient(90deg, transparent 18%, rgba(234,235,228,.26) 18.04%, transparent 18.1%); }
.hero-content { position: relative; z-index: 1; padding-bottom: 74px; }
.hero-monogram { position: absolute; z-index: 1; top: 128px; right: clamp(32px, 8vw, 132px); display: flex; align-items: center; gap: 13px; color: rgba(240,244,237,.7); font-size: 8px; font-weight: 800; letter-spacing: .16em; line-height: 1.7; }
.hero-monogram::before { content: ""; position: absolute; width: 92px; height: 1px; right: calc(100% + 15px); background: var(--brass); }
.hero-monogram img { width: 50px; height: 50px; object-fit: contain; filter: brightness(0) invert(1); opacity: .96; }
.hero-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 50px; color: #d9dbd6; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: #74a992; box-shadow: 0 0 0 5px rgba(116,169,146,.12); }
.hero h1 { margin: 0; }
.hero-content h1 { width: min(100%, 910px); margin: 0; font-size: clamp(3.3rem, 6.7vw, 6.85rem); line-height: .94; font-weight: 600; letter-spacing: -.07em; }
.hero-content h1 i, .thesis-copy h2 i, .work-copy h2 i, .contact-main h2 i { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 52px; }
.hero-bottom p { max-width: 395px; margin: 0; color: #dcddd8; font-size: 15px; line-height: 1.7; }
.button-light, .button-dark { padding: 17px 20px; }
.button-light { background: #f3f1eb; color: #111713; }
.button-light:hover { background: #7fae9a; transform: translateY(-2px); }
.button-dark { background: #173f36; color: #fff; }
.button-dark:hover { background: #176a5a; transform: translateY(-2px); }
.button-light:active, .button-dark:active { transform: scale(.97); }
.hero-aside { position: absolute; z-index: 1; right: 29px; bottom: 73px; display: flex; align-items: center; gap: 15px; transform: rotate(-90deg); transform-origin: right bottom; color: #dadbd7; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.scroll-stem { width: 62px; height: 1px; background: #8dbba7; }
.reveal { animation: soft-rise .72s cubic-bezier(.23,1,.32,1) both; }
.delay-1 { animation-delay: .08s; }.delay-2 { animation-delay: .16s; }
@keyframes soft-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.thesis-section { background: #ecebe5; }
.thesis-layout { display: grid; grid-template-columns: 1fr 2.4fr; gap: 9vw; }
.eyebrow-block { display: flex; align-items: center; gap: 10px; color: #656a65; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-number { color: #176a5a; }
.inverse { color: #bfc5bf; }.inverse .eyebrow-number { color: #8bb7a6; }
.thesis-copy .kicker { margin: 0 0 20px; color: #176a5a; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.thesis-copy h2, .work-copy h2, .insights-heading h2, .contact-main h2 { max-width: 920px; margin: 0; font-size: clamp(2.55rem, 5vw, 5.1rem); font-weight: 600; line-height: .98; letter-spacing: -.065em; }
.thesis-detail { display: grid; grid-template-columns: minmax(210px, 430px) 1fr; align-items: end; gap: 58px; margin-top: 60px; }
.thesis-detail p { margin: 0; color: #4c534e; font-size: 15px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid #87918a; padding-bottom: 7px; color: #1d3029; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: color .18s ease, border-color .18s ease; }
.text-link svg { color: var(--brass); }
.text-link:hover { color: #176a5a; border-color: #176a5a; }

.expertise-section { position: relative; padding: 135px 0 128px; background: #17211e; color: #f3f1eb; overflow: hidden; }
.expertise-section::before { content: ""; position: absolute; right: -7vw; top: 3vw; width: 38vw; aspect-ratio: 1; border: 1px solid rgba(139,183,166,.22); border-radius: 50%; box-shadow: inset 0 0 0 8vw rgba(139,183,166,.025); }
.expertise-intro { position: relative; display: grid; grid-template-columns: 1fr 2.4fr; gap: 9vw; margin-bottom: 92px; }
.expertise-intro h2 { margin: 0; font-size: clamp(2.5rem, 4.7vw, 4.7rem); font-weight: 600; line-height: .97; letter-spacing: -.06em; }
.expertise-intro p { margin: 21px 0 0; color: #c7cfca; font-size: 15px; }
.practice-list { position: relative; border-top: 1px solid rgba(238,239,232,.21); }
.practice-row { display: grid; grid-template-columns: 74px minmax(245px, 1.1fr) minmax(230px, .9fr) 60px; align-items: center; gap: 30px; padding: 36px 0; border-bottom: 1px solid rgba(238,239,232,.21); transition: padding .25s cubic-bezier(.23,1,.32,1), border-color .25s cubic-bezier(.23,1,.32,1); }
.practice-row:hover { padding-left: 18px; border-color: #79a894; }
.practice-index { color: #7cae9a; font-size: 11px; font-weight: 700; }
.practice-title span { color: #a9b2ab; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.practice-title h3 { margin: 7px 0 0; font-size: 26px; font-weight: 600; letter-spacing: -.045em; }
.practice-row p { max-width: 360px; margin: 0; color: #cdd2cd; font-size: 13px; line-height: 1.65; }
.round-arrow { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid color-mix(in srgb, var(--brass) 72%, transparent); border-radius: 50%; transition: background .2s ease, color .2s ease, transform .2s cubic-bezier(.23,1,.32,1); }
.practice-row:hover .round-arrow { background: #81ab99; color: #10231c; transform: translate(3px,-3px); }
.expertise-rule { position: absolute; left: 0; right: 0; bottom: 28px; height: 1px; background: rgba(128,170,151,.28); }

.work-section { background: #d9d9d2; }
.work-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(50px, 9vw, 150px); }
.image-frame { position: relative; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.23,1,.32,1); }
.image-frame:hover img { transform: scale(1.04); }
.work-visual { min-height: 610px; }
.work-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(9,20,16,.23), transparent 50%); pointer-events: none; }
.image-caption { position: absolute; z-index: 1; bottom: 22px; left: 23px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.brief-ledger { display: flex; gap: 19px; margin: 23px 0 0; padding: 8px 10px; border-top: 1px solid color-mix(in srgb, var(--brass) 72%, transparent); border-bottom: 1px solid rgba(20,24,22,.16); color: #616862; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.work-copy h2 { margin: 31px 0 30px; font-size: clamp(2.55rem, 4.2vw, 4.7rem); }
.work-copy > p { max-width: 480px; margin: 0; color: #4d5550; font-size: 15px; line-height: 1.76; }
.check-list { display: grid; gap: 14px; margin: 34px 0 39px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; color: #24352e; font-size: 13px; font-weight: 700; }.check-list svg { color: #176a5a; }

.insights-section { padding: 136px 0 145px; background: #f4f2ed; }
.insights-heading { display: grid; grid-template-columns: 1fr 2.4fr; gap: 9vw; margin-bottom: 76px; }
.insights-heading h2 { font-size: clamp(2.55rem, 4.8vw, 4.8rem); }
.insight-ledger { width: min(100%, 430px); margin-top: 25px; }
.insights-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 8vw, 125px); align-items: start; }
.insights-image { min-height: 456px; }.insights-image img { position: absolute; inset: 0; }
.insights-image::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 36%, rgba(10,17,14,.52)); pointer-events: none; }
.image-plate { position: absolute; z-index: 1; bottom: 25px; left: 25px; color: #fff; }.image-plate span { display: block; margin-bottom: 9px; font-size: 9px; font-weight: 800; letter-spacing: .16em; }.image-plate strong { font-family: "DM Serif Display", Georgia, serif; font-size: 30px; line-height: .95; font-weight: 400; }
.insight-list { border-top: 1px solid #aeb2ad; }.insight-item { display: grid; grid-template-columns: 31px 1fr 22px; gap: 17px; padding: 26px 0; border-bottom: 1px solid #c7c9c5; transition: color .18s ease, padding .2s cubic-bezier(.23,1,.32,1); }.insight-item:hover { color: #176a5a; padding-left: 9px; }.insight-item > span { color: #7f8780; font-size: 10px; font-weight: 800; }.insight-item small { color: #176a5a; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.insight-item h3 { max-width: 415px; margin: 8px 0 0; font-size: 19px; line-height: 1.28; font-weight: 600; letter-spacing: -.03em; }.insight-item svg { align-self: center; }.all-insights { margin-top: 33px; }

.contact-section { position: relative; min-height: 695px; display: flex; align-items: stretch; color: #f5f3ed; background: #1c2925; }.contact-image { background-image: url('../img/clarion-contact-interior.svg'); background-position: center; filter: saturate(.52) contrast(1.09) brightness(.7); }.contact-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,22,18,.94), rgba(12,22,18,.62)); }.contact-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; padding-top: 105px; padding-bottom: 75px; }.contact-top { display: grid; grid-template-columns: 1fr 2.4fr; gap: 9vw; }.contact-top p { max-width: 360px; margin: 0; color: #d8ddd7; font-size: 14px; line-height: 1.7; }.contact-main { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }.contact-main h2 { font-size: clamp(3rem, 5.5vw, 5.75rem); }.contact-cta { display: flex; align-items: center; justify-content: space-between; min-width: 315px; padding: 18px 0 14px; border-bottom: 1px solid var(--brass); font-size: 13px; font-weight: 800; letter-spacing: .05em; transition: color .18s ease, border-color .18s ease; }.contact-cta:hover { color: #9bceba; border-color: #9bceba; }

.site-footer { background: #101613; color: #d2d7d1; }.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-top: 30px; padding-bottom: 30px; }.footer-inner p { margin: 0; justify-self: center; color: #989f99; font-size: 11px; }.footer-links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; color: #989f99; font-size: 10px; }.footer-links a { display: inline-flex; align-items: center; gap: 5px; color: #e4e9e4; font-weight: 700; }

@media (max-width: 800px) { .page-frame, .header-inner { width: min(100% - 36px, 1320px); }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: grid; place-items: center; padding: 8px 0 8px 12px; color: inherit; background: transparent; border: 0; }.mobile-nav { max-height: 0; overflow: hidden; flex-direction: column; background: #ecebe5; color: #141816; transition: max-height .25s cubic-bezier(.23,1,.32,1), padding .25s cubic-bezier(.23,1,.32,1); }.mobile-nav.open { display: flex; max-height: 270px; padding: 7px 18px 21px; border-bottom: 1px solid rgba(20,24,22,.12); }.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(20,24,22,.12); font-size: 13px; font-weight: 800; }.hero-section { min-height: 740px; }.hero-monogram { top: 105px; right: 23px; }.hero-monogram::before { width: 35px; }.hero-content { padding-bottom: 54px; }.hero-meta { margin-bottom: 33px; font-size: 9px; }.hero-content h1 { font-size: clamp(3.1rem, 14vw, 5rem); line-height: .93; }.hero-bottom { align-items: flex-start; flex-direction: column; gap: 27px; margin-top: 38px; }.hero-bottom p { font-size: 14px; }.hero-aside { display: none; }.section-pad { padding: 90px 0; }.thesis-layout, .expertise-intro, .insights-heading, .contact-top { grid-template-columns: 1fr; gap: 26px; }.thesis-detail { grid-template-columns: 1fr; gap: 28px; margin-top: 39px; }.expertise-section { padding: 91px 0 74px; }.expertise-intro { margin-bottom: 54px; }.practice-row { grid-template-columns: 24px 1fr 44px; gap: 14px; padding: 27px 0; }.practice-row p { display: none; }.practice-title h3 { font-size: 23px; }.round-arrow { width: 40px; height: 40px; }.work-layout, .insights-layout { grid-template-columns: 1fr; gap: 45px; }.work-visual { min-height: 400px; }.work-copy h2 { margin-top: 26px; }.insights-section { padding: 90px 0; }.insights-heading { margin-bottom: 48px; }.insights-image { min-height: 360px; }.contact-section { min-height: 625px; }.contact-content { padding-top: 80px; padding-bottom: 45px; }.contact-main { align-items: flex-start; flex-direction: column; gap: 43px; }.contact-cta { min-width: min(100%, 330px); }.footer-inner { grid-template-columns: 1fr; gap: 19px; }.footer-inner p { justify-self: start; }.footer-links { width: 100%; justify-content: space-between; gap: 10px; } }
@media (max-width: 430px) { .hero-content h1 { font-size: 3rem; }.expertise-intro h2 { font-size: 2.6rem; }.footer-links span { font-size: 9px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { animation: none; }.image-frame img, .practice-row, .round-arrow, .button-light, .button-dark { transition: none; } }

/* Consultation request flow */
.consultation-dialog { background: #f1f0eb; border-radius: 0 !important; color: #141816; box-shadow: 0 32px 96px rgba(0,0,0,.3); }
.consultation-layout { display: grid; grid-template-columns: minmax(260px,.82fr) minmax(0,1.18fr); min-height: 650px; }
.consultation-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 42px 38px 35px; background: #17211e; color: #f3f2ec; }.consultation-code { margin: 0; color: #b58a5f; font-size: 9px; font-weight: 800; letter-spacing: .16em; }.consultation-aside h2 { max-width: 330px; margin: 85px 0 0; font-size: 42px; line-height: .98; font-weight: 600; letter-spacing: -.065em; }.consultation-aside h2::first-letter { font-family: "DM Serif Display", Georgia, serif; }.consultation-aside [data-slot="dialog-description"] { margin: 21px 0 auto; color: #d0d5cf; font-size: 13px; line-height: 1.7; }.consultation-notice { margin-top: 52px; padding-top: 15px; border-top: 1px solid rgba(240,244,237,.26); }.consultation-notice span { color: #9ec9b8; font-size: 9px; font-weight: 800; letter-spacing: .15em; }.consultation-notice p { margin: 10px 0 0; color: #d4d8d2; font-size: 11px; line-height: 1.6; }
.consultation-form { padding: 43px 42px 38px; }.consultation-mobile-header { display: none; }.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 18px; }.consultation-form label { display: grid; gap: 8px; }.consultation-form label > span { color: #5d655f; font-size: 9px; font-weight: 800; letter-spacing: .14em; }.consultation-form input:not([type="checkbox"]), .consultation-form select, .consultation-form textarea { width: 100%; border: 0; border-bottom: 1px solid #aeb4ad; border-radius: 0; padding: 8px 0; background: transparent; color: #14201a; font: 500 13px "Manrope", sans-serif; outline: none; transition: border-color .18s ease; }.consultation-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #176a5a 50%), linear-gradient(135deg, #176a5a 50%, transparent 50%); background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }.consultation-form input:focus, .consultation-form select:focus, .consultation-form textarea:focus { border-color: #176a5a; }.matter-field { margin-top: 28px; }.consultation-form textarea { min-height: 83px; resize: vertical; line-height: 1.5; }.consultation-form textarea::placeholder { color: #929891; }.consent-field { display: flex !important; grid-template-columns: 16px 1fr; align-items: start; margin: 25px 0 18px; }.consent-field input { width: 14px; height: 14px; margin: 1px 0 0; accent-color: #176a5a; }.consent-field span { color: #59615b !important; font-size: 10px !important; font-weight: 600 !important; letter-spacing: 0 !important; line-height: 1.55; }.request-submit { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; border: 0; padding: 16px; background: #176a5a; color: white; font: 800 11px "Manrope", sans-serif; letter-spacing: .06em; transition: background .18s ease, transform .16s ease; }.request-submit:hover:not(:disabled) { background: #124d41; }.request-submit:active:not(:disabled) { transform: scale(.98); }.request-submit:disabled { opacity: .7; cursor: wait; }.form-error { margin: 0 0 14px; color: #a33d30; font-size: 11px; }.request-success { display: flex; min-height: 455px; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(34px,7vw,82px); background: #17211e; color: #f3f2ec; }.request-success > svg { color: #9dceb9; }.request-success > span { margin-top: 20px; color: #b58a5f; font-size: 9px; font-weight: 800; letter-spacing: .16em; }.request-success h2 { max-width: 590px; margin: 16px 0; font-size: clamp(2.4rem,5vw,4rem); line-height: .98; letter-spacing: -.065em; }.request-success [data-slot="dialog-description"] { max-width: 540px; color: #d5d9d3; font-size: 14px; line-height: 1.7; }.request-success .button-dark { margin-top: 26px; border: 1px solid #96c9b3; background: transparent; }.request-success .button-dark:hover { background: #f2f0eb; color: #14201a; }

/* Team and attorney profile system */
.team-section { padding: 132px 0 140px; background: #e2e1da; }.team-heading { display: grid; grid-template-columns: 1fr 2.4fr; gap: 9vw; margin-bottom: 64px; }.team-heading h2 { margin: 0; font-size: clamp(2.6rem,4.9vw,5rem); line-height: .96; font-weight: 600; letter-spacing: -.067em; }.team-heading h2 i, .profile-cta h2 i { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; }.team-heading p { max-width: 410px; margin: 24px 0 0; color: #535a54; font-size: 14px; line-height: 1.7; }.attorney-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(20,24,22,.23); }.attorney-card { position: relative; min-height: 332px; padding: 24px; border-right: 1px solid rgba(20,24,22,.23); border-bottom: 1px solid rgba(20,24,22,.23); overflow: hidden; transition: background .24s ease, color .24s ease; }.attorney-card:first-child { border-left: 1px solid rgba(20,24,22,.23); }.attorney-card::before { content: ""; position: absolute; inset: 0; background: #173f36; transform: translateY(101%); transition: transform .36s cubic-bezier(.23,1,.32,1); }.attorney-card:hover { color: #f2f0eb; }.attorney-card:hover::before { transform: translateY(0); }.attorney-card > * { position: relative; z-index: 1; }.attorney-count { display: block; color: #6d756e; font-size: 10px; font-weight: 800; transition: color .22s ease; }.attorney-card:hover .attorney-count { color: #a9d2bf; }.attorney-initials { display: grid; place-items: center; width: 94px; height: 94px; margin: 32px 0 31px; border: 1px solid #759384; color: #173f36; font-family: "DM Serif Display", Georgia, serif; font-size: 40px; transition: border-color .22s ease, color .22s ease; }.attorney-card:hover .attorney-initials { border-color: #b58a5f; color: #f2f0eb; }.attorney-card p { margin: 0 0 6px; color: #5e6760; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: color .22s ease; }.attorney-card:hover p, .attorney-card:hover .attorney-practice { color: #cbd6cf; }.attorney-card h3 { margin: 0; font-size: 25px; font-weight: 600; letter-spacing: -.05em; }.attorney-practice { display: block; margin-top: 7px; color: #465149; font-size: 12px; transition: color .22s ease; }.attorney-card > svg { position: absolute; right: 22px; bottom: 23px; transition: transform .22s cubic-bezier(.23,1,.32,1); }.attorney-card:hover > svg { color: #b58a5f; transform: translate(3px,-3px); }
.profile-page { min-height: 100vh; background: #f0efea; color: #141816; }.profile-header { display: flex; align-items: center; justify-content: space-between; height: 85px; }.profile-wordmark { font-size: 11px; font-weight: 800; letter-spacing: .16em; }.profile-wordmark em { font-family: "DM Serif Display", Georgia, serif; font-size: 13px; font-weight: 400; letter-spacing: 0; }.profile-back { display: inline-flex; align-items: center; gap: 8px; color: #385348; font-size: 11px; font-weight: 800; }.profile-hero { padding: 90px 0 102px; background: #17211e; color: #f4f3ed; }.profile-hero-grid { display: grid; grid-template-columns: minmax(160px,.65fr) 2.35fr; gap: 9vw; align-items: end; }.profile-monogram { display: grid; place-items: center; width: clamp(136px,15vw,205px); aspect-ratio: 1; border: 1px solid rgba(161,199,182,.5); color: #f4f3ed; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(4rem,8vw,7.5rem); }.profile-code { color: #b58a5f; font-size: 10px; font-weight: 800; letter-spacing: .15em; }.profile-hero h1 { margin: 20px 0 7px; font-size: clamp(3.8rem,8vw,8.8rem); line-height: .87; font-weight: 600; letter-spacing: -.08em; }.profile-title { margin: 0; color: #cfdbd3; font-size: 14px; }.profile-title span { color: #b58a5f; padding: 0 7px; }.profile-disclaimer { max-width: 520px; margin: 40px 0 0; color: #9daca3; font-size: 9px; line-height: 1.6; letter-spacing: .12em; }.profile-intro { display: grid; grid-template-columns: 1fr 2.4fr; gap: 9vw; padding: 123px 0; }.profile-lead { max-width: 760px; margin: 0; font-size: clamp(1.8rem,3.2vw,3.3rem); line-height: 1.06; font-weight: 600; letter-spacing: -.055em; }.profile-detail { max-width: 590px; margin: 28px 0 0; color: #4c554e; font-size: 15px; line-height: 1.8; }.focus-list { display: flex; flex-wrap: wrap; gap: 10px 23px; margin-top: 35px; }.focus-list span { display: inline-flex; align-items: center; gap: 7px; color: #1e4135; font-size: 11px; font-weight: 800; }.focus-list svg { color: #176a5a; }.profile-matters { padding: 108px 0; background: #17211e; color: #f3f2ed; }.profile-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 50px; }.profile-section-heading > p { max-width: 300px; margin: 0; color: #66766d; font-size: 12px; line-height: 1.6; }.profile-matters .profile-section-heading > p { color: #ccd6d0; }.matter-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(240,244,237,.24); border: 1px solid rgba(240,244,237,.24); }.matter-card { position: relative; min-height: 294px; padding: 30px; background: #17211e; }.matter-card > span { color: #9ec9b8; font-size: 9px; font-weight: 800; letter-spacing: .14em; }.matter-card h2 { max-width: 440px; margin: 53px 0 15px; font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1.02; font-weight: 600; letter-spacing: -.05em; }.matter-card p { max-width: 460px; margin: 0; color: #cbd3cd; font-size: 13px; line-height: 1.68; }.matter-card svg { position: absolute; right: 27px; bottom: 27px; color: #b58a5f; }.profile-publications { padding: 120px 0; }.publication-list { border-top: 1px solid #aeb4ad; }.publication-row { display: grid; grid-template-columns: 40px 1fr 22px; gap: 20px; align-items: center; padding: 31px 0; border-bottom: 1px solid #c7c9c5; }.publication-row > span { color: #6d756f; font-size: 10px; font-weight: 800; }.publication-row small { color: #176a5a; font-size: 9px; font-weight: 800; letter-spacing: .15em; }.publication-row h2 { margin: 9px 0; font-size: 25px; line-height: 1.08; letter-spacing: -.045em; }.publication-row p { max-width: 630px; margin: 0; color: #535c55; font-size: 13px; line-height: 1.65; }.profile-cta { padding: 105px 0; background: #be9870; }.profile-cta p { margin: 0 0 18px; color: #37463e; font-size: 9px; font-weight: 800; letter-spacing: .15em; }.profile-cta h2 { margin: 0; font-size: clamp(3rem,5.5vw,5.7rem); line-height: .94; letter-spacing: -.07em; }.profile-cta .button-light { margin-top: 37px; background: #173f36; color: #f3f2ec; }.profile-cta .button-light:hover { background: #f3f2ec; color: #173f36; }

/* Ledger motion and premium interaction */
.ledger-reveal { opacity: 0; transform: translateY(22px); transition: opacity .5s cubic-bezier(.23,1,.32,1), transform .5s cubic-bezier(.23,1,.32,1), padding .25s cubic-bezier(.23,1,.32,1), border-color .25s cubic-bezier(.23,1,.32,1), background .25s ease; }.ledger-reveal.is-visible { opacity: 1; transform: translateY(0); }.ledger-reveal:nth-child(2) { transition-delay: 70ms; }.ledger-reveal:nth-child(3) { transition-delay: 140ms; }.practice-row { position: relative; overflow: hidden; }.practice-row::before { content: ""; position: absolute; inset: auto auto 0 0; width: 0; height: 2px; background: var(--brass); transition: width .36s cubic-bezier(.23,1,.32,1); }.practice-row:hover { background: rgba(158,201,184,.055); }.practice-row:hover::before { width: 100%; }.practice-row:hover .practice-title h3 { color: #a8d0bd; }.practice-row:hover .practice-index { color: var(--brass); transform: translateX(5px); }.practice-index { transition: color .2s ease, transform .22s cubic-bezier(.23,1,.32,1); }.round-arrow { background: transparent; }

@media (max-width: 800px) { .consultation-layout { grid-template-columns: 1fr; }.consultation-aside { display: block; padding: 34px 29px 26px; }.consultation-aside h2 { margin: 25px 0 0; font-size: 32px; }.consultation-aside [data-slot="dialog-description"] { margin-top: 13px; }.consultation-notice { display: none; }.consultation-form { padding: 31px 29px 30px; }.field-grid { grid-template-columns: 1fr; gap: 19px; }.team-section { padding: 88px 0; }.team-heading, .profile-intro, .profile-hero-grid { grid-template-columns: 1fr; gap: 28px; }.attorney-grid { grid-template-columns: 1fr; }.attorney-card, .attorney-card:first-child { border-left: 1px solid rgba(20,24,22,.23); }.profile-hero { padding: 58px 0 69px; }.profile-monogram { width: 126px; }.profile-intro { padding: 82px 0; }.profile-matters, .profile-publications { padding: 80px 0; }.profile-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 35px; }.matter-cards { grid-template-columns: 1fr; }.matter-card { min-height: 260px; }.publication-row { grid-template-columns: 25px 1fr 18px; gap: 10px; }.publication-row h2 { font-size: 21px; }.profile-cta { padding: 78px 0; }.profile-disclaimer { margin-top: 26px; } }
@media (prefers-reduced-motion: reduce) { .ledger-reveal { opacity: 1; transform: none; transition: none; }.attorney-card, .attorney-card::before, .practice-row::before { transition: none; } }

/* Representative matter index */
.matters-index-section { padding: 132px 0 140px; background: #f4f2ed; }.matters-index-heading { display: grid; grid-template-columns: 1fr 2.4fr; gap: 9vw; margin-bottom: 49px; }.matters-index-heading h2 { margin: 0; font-size: clamp(2.6rem,4.9vw,5rem); line-height: .96; font-weight: 600; letter-spacing: -.067em; }.matters-index-heading h2 i { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; }.matters-index-heading p { max-width: 430px; margin: 24px 0 0; color: #535a54; font-size: 14px; line-height: 1.7; }.matter-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }.matter-filter button { border: 1px solid #abb2ac; padding: 10px 13px; background: transparent; color: #3d4740; font: 800 10px "Manrope", sans-serif; letter-spacing: .08em; transition: background .18s ease, color .18s ease, border-color .18s ease, transform .16s ease; }.matter-filter button:hover, .matter-filter button.is-active { border-color: #176a5a; background: #176a5a; color: #f5f3ed; }.matter-filter button:active { transform: scale(.97); }.matter-filter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid #bec2bb; background: #bec2bb; }.filter-matter-card { display: flex; min-height: 350px; flex-direction: column; justify-content: space-between; padding: 27px; background: #f4f2ed; transition: background .26s ease, color .26s ease; }.filter-matter-card:hover { background: #173f36; color: #f4f2ed; }.filter-matter-card small { color: #176a5a; font-size: 9px; font-weight: 800; letter-spacing: .15em; transition: color .26s ease; }.filter-matter-card:hover small { color: #b58a5f; }.filter-matter-card h3 { margin: 51px 0 15px; font-size: 25px; line-height: 1.04; font-weight: 600; letter-spacing: -.05em; }.filter-matter-card p { margin: 0; color: #59625b; font-size: 13px; line-height: 1.68; transition: color .26s ease; }.filter-matter-card:hover p { color: #d4dbd5; }.filter-matter-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 22px; border-top: 1px solid #b7bdb6; color: #536057; font-size: 10px; font-weight: 800; letter-spacing: .04em; transition: border-color .26s ease, color .26s ease; }.filter-matter-card:hover .filter-matter-footer { border-color: rgba(240,244,237,.3); color: #e1e7e1; }.filter-matter-footer svg { color: #b58a5f; }
@media (max-width: 800px) { .matters-index-section { padding: 88px 0; }.matters-index-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 34px; }.matter-filter-grid { grid-template-columns: 1fr; }.filter-matter-card { min-height: 280px; }.filter-matter-card h3 { margin-top: 39px; } }

/* Matter finder controls */
.matters-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 17px; }.matter-search { display: flex; align-items: center; width: min(100%, 440px); border-bottom: 1px solid #88928a; color: #176a5a; transition: border-color .18s ease; }.matter-search:focus-within { border-color: #176a5a; }.matter-search input { min-width: 0; flex: 1; border: 0; padding: 12px 10px; background: transparent; color: #1f2923; font: 600 13px "Manrope", sans-serif; outline: none; }.matter-search input::placeholder { color: #737b75; }.matter-search-clear { display: grid; place-items: center; border: 0; padding: 6px; background: transparent; color: #536057; transition: color .16s ease, transform .16s ease; }.matter-search-clear:hover { color: #176a5a; }.matter-search-clear:active { transform: scale(.9); }.matter-result-status { display: inline-flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 0; color: #5c665f; font-size: 10px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }.matter-loading-spinner { animation: matter-spinner .7s linear infinite; color: #b58a5f; }.matter-filter-grid { transition: opacity .18s cubic-bezier(.23,1,.32,1), transform .18s cubic-bezier(.23,1,.32,1); }.matter-filter-grid.is-filtering { opacity: .5; transform: translateY(4px); pointer-events: none; }.matter-empty { display: flex; grid-column: 1 / -1; min-height: 270px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px; background: #f4f2ed; }.matter-empty p { margin: 0; font-size: clamp(1.6rem,2.7vw,2.4rem); line-height: 1.03; font-weight: 600; letter-spacing: -.055em; }.matter-empty button { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; border: 0; border-bottom: 1px solid #176a5a; padding: 0 0 5px; background: transparent; color: #176a5a; font: 800 10px "Manrope", sans-serif; letter-spacing: .08em; }.matter-empty button:active { transform: scale(.97); }@keyframes matter-spinner { to { transform: rotate(360deg); } }@media (max-width: 800px) { .matters-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }.matter-search { width: 100%; }.matter-result-status { justify-content: flex-start; }.matter-empty { min-height: 220px; } }@media (prefers-reduced-motion: reduce) { .matter-filter-grid, .matter-search-clear, .matter-loading-spinner { animation: none; transition: none; }.matter-filter-grid.is-filtering { transform: none; } }
.matter-toolbar-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.matter-share { display: inline-flex; align-items: center; gap: 7px; border: 0; border-bottom: 1px solid #b58a5f; padding: 5px 0; background: transparent; color: #3e5549; font: 800 9px "Manrope", sans-serif; letter-spacing: .08em; transition: color .18s ease, transform .16s ease, border-color .18s ease; }
.matter-share:hover:not(:disabled) { border-color: #176a5a; color: #176a5a; }.matter-share:active:not(:disabled) { transform: scale(.97); }.matter-share:disabled { opacity: .45; cursor: wait; }
.case-study-method { padding: 110px 0; background: #17211e; color: #f3f2ed; }.case-study-method .profile-section-heading > p { color: #cbd6d0; }.case-scope { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }.case-scope span { border: 1px solid #aab5ac; padding: 8px 10px; color: #204236; font-size: 10px; font-weight: 800; }.case-study-steps { border-top: 1px solid rgba(240,244,237,.3); }.case-study-steps article { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 24px; padding: 27px 0; border-bottom: 1px solid rgba(240,244,237,.22); }.case-study-steps span { color: #b58a5f; font-size: 11px; font-weight: 800; letter-spacing: .12em; }.case-study-steps p { max-width: 680px; margin: 0; color: #e1e6e1; font-size: 17px; line-height: 1.6; }.case-study-position { display: grid; grid-template-columns: 1fr 2.4fr; gap: 9vw; padding: 125px 0; }.case-study-position h2 { margin: 0; font-size: clamp(2.8rem,5vw,5.4rem); line-height: .94; letter-spacing: -.07em; }.case-study-position h2 i { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; }.case-study-position p { max-width: 610px; margin: 27px 0 30px; color: #4d574f; font-size: 16px; line-height: 1.8; }
.profile-related { padding: 106px 0 114px; background: #e0e1db; }.related-matter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 1px solid #b6bcb6; background: #b6bcb6; }.related-matter-card { display: flex; min-height: 250px; flex-direction: column; padding: 27px; background: #e0e1db; transition: background .24s ease, color .24s ease; }.related-matter-card:hover { background: #173f36; color: #f2f1eb; }.related-matter-card small { color: #176a5a; font-size: 9px; font-weight: 800; letter-spacing: .14em; }.related-matter-card:hover small { color: #b58a5f; }.related-matter-card h3 { max-width: 430px; margin: 42px 0 12px; font-size: 25px; line-height: 1.04; font-weight: 600; letter-spacing: -.05em; }.related-matter-card p { max-width: 500px; margin: 0; color: #58625b; font-size: 13px; line-height: 1.65; }.related-matter-card:hover p { color: #d8ddd8; }.related-matter-card > span { display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 18px; border-top: 1px solid #adb5ae; color: #526057; font-size: 10px; font-weight: 800; letter-spacing: .04em; }.related-matter-card:hover > span { border-color: rgba(240,244,237,.25); color: #f0f2ee; }
@media (max-width: 800px) { .matter-toolbar-actions { align-items: flex-start; justify-content: space-between; }.case-study-method { padding: 80px 0; }.case-study-steps article { grid-template-columns: 35px minmax(0,1fr); gap: 15px; }.case-study-steps p { font-size: 15px; }.case-study-position { grid-template-columns: 1fr; gap: 27px; padding: 82px 0; }.profile-related { padding: 80px 0; }.related-matter-grid { grid-template-columns: 1fr; }.related-matter-card { min-height: 230px; } }

/* 404 page */
.not-found-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #17211e; color: #f3f2ed; text-align: center; padding: 40px 24px; }
.not-found-page .profile-code { justify-content: center; display: flex; }
.not-found-page h1 { margin: 18px 0 10px; font-size: clamp(3rem,8vw,6rem); font-weight: 600; letter-spacing: -.06em; }
.not-found-page p { max-width: 460px; margin: 0 auto 34px; color: #cdd3cd; font-size: 15px; line-height: 1.7; }

/* Dialog scaffolding (no component library) */
.consultation-backdrop { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(10,14,12,.6); backdrop-filter: blur(3px); }
.consultation-backdrop.open { display: flex; }
.consultation-dialog { position: relative; width: min(940px, 100%); max-height: 90svh; overflow-y: auto; }
.consultation-close { position: absolute; top: 16px; right: 16px; z-index: 2; display: grid; place-items: center; width: 34px; height: 34px; border: 0; background: rgba(20,24,22,.08); color: inherit; border-radius: 50%; }
.request-success .consultation-close { background: rgba(255,255,255,.12); color: #f3f2ec; }
.consultation-dialog [data-slot="dialog-description"] { display: block; }
body.dialog-open { overflow: hidden; }
