@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-500-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/manrope-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/manrope-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/manrope-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/manrope-700-normal.woff2") format("woff2");
}

:root {
  --navy: #101f34;
  --blue: #163f68;
  --ink: #16202c;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --gold: #c79650;
  --line: #d9d5ca;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-sans); margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; }
.skip-link { background: white; left: 16px; padding: 12px 16px; position: fixed; top: -100px; z-index: 100; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { align-items: center; background: rgba(251,250,246,.94); border-bottom: 1px solid rgba(16,31,52,.12); display: grid; grid-template-columns: 1fr auto 1fr; height: 88px; padding: 0 clamp(24px,4vw,72px); position: relative; z-index: 10; }
.brand { align-items: center; display: flex; gap: 11px; width: max-content; }
.brand > span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font: 700 24px/1 var(--font-serif); letter-spacing: .13em; }
.brand small { font-size: 8px; letter-spacing: .32em; margin-top: 5px; }
.header-location { font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.header-location span { color: var(--gold); padding: 0 8px; }
.header-cta { border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; justify-self: end; padding-bottom: 4px; }
.header-cta span, .button span, .service-card a span { color: var(--gold); margin-left: 7px; }

.hero { background: var(--cream); display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; padding: clamp(74px,8vw,124px) clamp(30px,6.2vw,104px) 54px; }
.eyebrow, .section-kicker, .overline { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.hero h1, .intro-section h2, .attorney-bio h2, .contact-copy h2 { font-family: var(--font-serif); font-weight: 600; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(54px,5.8vw,91px); line-height: .96; margin: 30px 0 26px; max-width: 920px; }
.hero h1 em { color: var(--blue); font-weight: 500; }
.hero-lede { color: #3d4650; font: 500 clamp(20px,1.55vw,25px)/1.48 var(--font-serif); max-width: 700px; }
.hero-actions { align-items: center; display: flex; gap: 34px; margin-top: 28px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font: 700 11px/1 var(--font-sans); justify-content: center; letter-spacing: .06em; min-height: 54px; padding: 0 25px; }
.button-primary { background: var(--navy); color: white; }
.button:disabled { cursor: wait; opacity: .65; }
.text-link { border-bottom: 1px solid #9a9b98; font-size: 12px; font-weight: 700; padding-bottom: 5px; }
.trust-line { color: #68717b; display: flex; flex-wrap: wrap; font-size: 8px; font-weight: 700; gap: 15px 28px; letter-spacing: .14em; margin-top: auto; padding-top: 52px; }
.trust-line span:not(:last-child)::after { color: var(--gold); content: "◆"; font-size: 5px; margin-left: 28px; }
.hero-visual { background: var(--navy) url("/indiana-flag-hero.jpg") center/cover no-repeat; min-height: 660px; overflow: hidden; position: relative; }
.indiana-hero-image { height: 100%; inset: 0; object-fit: cover; object-position: center; opacity: 0; position: absolute; width: 100%; }

.intro-section { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.25fr .75fr; padding: 110px clamp(26px,7vw,118px) 62px; }
.intro-section h2 { font-size: clamp(44px,5vw,74px); line-height: 1.02; margin: 20px 0 0; }
.section-intro { color: #4c5661; font: 500 21px/1.55 var(--font-serif); margin: 0; max-width: 520px; }
.service-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(6,1fr); margin: 0 clamp(26px,7vw,118px) 120px; }
.service-card { border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 330px; padding: 35px 28px 38px; transition: background .25s, transform .25s; }
.service-card:nth-child(-n+3) { border-bottom: 1px solid var(--line); grid-column: span 2; }
.service-card:nth-child(n+4) { grid-column: span 3; }
.service-card:nth-child(3), .service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--cream); transform: translateY(-5px); }
.service-number { color: var(--gold); font: 600 15px/1 var(--font-serif); }
.service-card h3 { font: 600 29px/1.08 var(--font-serif); margin: 35px 0 18px; }
.service-card p { color: #59616a; font-size: 13px; line-height: 1.75; margin: 0; }
.service-card a { font-size: 10px; font-weight: 700; letter-spacing: .12em; margin-top: auto; padding-top: 25px; text-transform: uppercase; }

.attorney-section { background: var(--navy); color: white; display: grid; grid-template-columns: .82fr 1.18fr; }
.attorney-portrait { background: #173b61; min-height: 690px; overflow: hidden; }
.attorney-portrait img { height: 100%; object-fit: cover; object-position: center 35%; width: 100%; }
.attorney-bio { padding: 105px clamp(30px,7vw,116px); }
.attorney-bio .overline, .section-kicker.light { color: #d6aa6d; }
.attorney-bio h2 { font-size: clamp(48px,5vw,75px); line-height: 1; margin: 20px 0 34px; }
.attorney-bio > p:not(.overline) { color: #c6ced7; font-size: 15px; line-height: 1.8; max-width: 750px; }
.bio-facts { border-top: 1px solid rgba(255,255,255,.18); color: #c6ced7; display: grid; font-size: 11px; gap: 40px; grid-template-columns: 1fr 1fr; line-height: 1.6; margin-top: 46px; padding-top: 30px; }
.bio-facts b { color: #d6aa6d; display: block; font-size: 8px; letter-spacing: .17em; margin-bottom: 7px; }
.attorney-quote-section { background: linear-gradient(125deg,#173f68,#0f2137); color: white; padding: 92px clamp(30px,12vw,210px) 98px; text-align: center; }
.attorney-quote-section blockquote { font: italic 500 clamp(36px,4.2vw,68px)/1.12 var(--font-serif); margin: 32px auto 0; max-width: 1240px; }
.quote-attribution { color: #d6aa6d; font-size: 10px; font-weight: 700; letter-spacing: .2em; margin: 28px 0 0; text-transform: uppercase; }

.contact-shell { background: #f3efe5; display: grid; gap: clamp(50px,9vw,140px); grid-template-columns: .75fr 1.25fr; padding: 120px clamp(26px,8vw,134px); }
.contact-copy h2 { font-size: clamp(49px,5vw,76px); line-height: 1; margin: 22px 0; }
.contact-copy > p:not(.section-kicker) { color: #505962; font: 500 20px/1.55 var(--font-serif); }
.office-card { border-top: 1px solid #cfc8b8; display: flex; font-size: 13px; gap: 17px; line-height: 1.65; margin-top: 50px; padding-top: 28px; }
.map-pin { color: var(--gold); }
.office-card strong { display: block; font: 600 20px/1.3 var(--font-serif); }
.office-card address { font-style: normal; margin: 5px 0; }
.office-card small { color: #717981; }
.contact-form { background: white; box-shadow: 0 18px 50px rgba(44,49,53,.08); display: grid; gap: 22px; padding: clamp(28px,4vw,58px); }
.form-row { display: grid; gap: 22px; grid-template-columns: 1fr 1fr; }
.contact-form label { display: grid; font-size: 9px; font-weight: 700; gap: 8px; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { background: transparent; border: 0; border-bottom: 1px solid #b9b8b1; border-radius: 0; color: var(--ink); font: 500 14px/1.4 var(--font-sans); outline: none; padding: 12px 2px; width: 100%; }
.contact-form textarea { border: 1px solid #c8c6be; padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 2px 0 var(--blue); }
.contact-form .consent { align-items: flex-start; color: #68717a; display: flex; font-size: 10px; font-weight: 500; gap: 11px; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.consent input { box-shadow: none; height: 15px; margin-top: 1px; width: 15px; }
.contact-form .button { margin-top: 4px; width: 100%; }
.honeypot { height: 0; left: -10000px; overflow: hidden; position: absolute; width: 0; }
.form-status { font-size: 12px; line-height: 1.6; margin: 0; min-height: 1.6em; }
.form-status[data-state="success"] { color: #285b32; }
.form-status[data-state="error"] { color: #8f1f1f; }

footer { align-items: center; background: #091522; color: #b9c0c8; display: grid; font-size: 10px; gap: 40px; grid-template-columns: 1fr auto auto; padding: 55px clamp(26px,6vw,92px); }
.footer-brand { color: white; }

.error-page { align-items: center; background: var(--cream); display: grid; min-height: 100vh; padding: 40px; text-align: center; }
.error-page h1 { font: 600 clamp(64px,12vw,140px)/.9 var(--font-serif); margin: 0; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-location { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy, .hero-visual { min-height: 650px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(n) { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); grid-column: auto; }
  .service-card:nth-child(2), .service-card:nth-child(4), .service-card:last-child { border-right: 0; }
  .service-card:last-child { border-bottom: 0; grid-column: 1/-1; }
  .attorney-section, .contact-shell { grid-template-columns: 1fr; }
  .attorney-portrait { min-height: 720px; }
  .contact-shell { gap: 55px; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; padding: 0 18px; }
  .header-cta { font-size: 0; }
  .header-cta::after { content: "Contact"; font-size: 11px; }
  .brand strong { font-size: 20px; }
  .hero-copy { min-height: 650px; padding: 66px 24px 38px; }
  .hero h1 { font-size: 51px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-line span:not(:last-child)::after { display: none; }
  .hero-visual { min-height: 570px; }
  .intro-section { gap: 25px; grid-template-columns: 1fr; padding-top: 80px; }
  .service-grid { grid-template-columns: 1fr; margin-bottom: 80px; }
  .service-card { border-bottom: 1px solid var(--line); border-right: 0 !important; min-height: 280px; }
  .service-card:last-child { border-bottom: 0; }
  .attorney-portrait { min-height: 480px; }
  .attorney-quote-section, .attorney-bio, .contact-shell { padding: 75px 24px; }
  .attorney-quote-section blockquote { margin-top: 26px; }
  .form-row { grid-template-columns: 1fr; }
  footer { gap: 20px; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
