@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap');
/*var(--accent);*/
:root {
  --navy: #071c2c;
  --navy-soft: #0c2b40;
  --cream: #f5f0e8;
  --ivory: #fbf8f2;
  --ink: #13202a;
  --muted: #647078;
  --line: #d9d6cf;
  --accent: #d77b2e;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
*:focus-visible { outline: 3px solid #f5a052; outline-offset: 4px; }

.site-header { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 34px; padding: 0 clamp(24px, 5vw, 76px); background: rgba(251,248,242,.94); border-bottom: 1px solid rgba(7,28,44,.12); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 15px; width: fit-content; }
.brand-mark { font-family: "Libre Caslon Display", Georgia, serif; font-size: 58px; letter-spacing: .08em; color: var(--navy); border-bottom: 2px solid var(--accent); line-height: 1.1; }
.brand-name { max-width: 168px; color: #53616b; font-size: 11.5px; font-weight: 600; letter-spacing: .15em; line-height: 1.35; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 500; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: var(--accent); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-call { justify-self: end; display: flex; align-items: center; gap: 12px; padding-left: 24px; border-left: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.header-call strong { font-size: 14px; color: var(--navy); letter-spacing: 0; }

.hero { min-height: calc(100vh - 86px); background: var(--cream); display: grid; grid-template-columns: 55% 45%; position: relative; overflow: hidden; }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .25; pointer-events: none; background-image: linear-gradient(rgba(7,28,44,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(7,28,44,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: 8vh clamp(26px, 6vw, 100px); }
.eyebrow, .kicker { margin: 0 0 24px; color: #000; font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 34px; height: 1px; background: var(--accent); }
h1, h2 { margin: 0; font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; color: var(--navy); }
h1 { font-size: clamp(54px, 5.9vw, 72px); max-width: 820px; }
h1 em, h2 em { color: var(--accent); font-weight: inherit; }
.hero-lede { max-width: 625px; margin: 34px 0 0; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.7; color: #485760; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 0 24px; font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover { background: var(--accent); }
.text-link { color: var(--navy); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; border-bottom: 1px solid var(--navy); padding: 5px 0; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 660px; margin-top: 64px; padding-top: 25px; border-top: 1px solid rgba(7,28,44,.16); }
.hero-trust div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; }
.hero-trust strong { font-family: "Libre Caslon Display", Georgia, serif; font-size: 28px; color: var(--navy); font-weight: 400; }
.hero-trust span { color: #6b777e; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 620px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(7,28,44,.25), transparent 35%), linear-gradient(to top, rgba(7,28,44,.4), transparent 50%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.7) contrast(1.04); }
.image-caption { position: absolute; z-index: 2; left: 38px; bottom: 42px; display: flex; gap: 13px; align-items: flex-start; color: var(--white); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; line-height: 1.55; }
.caption-line { width: 32px; height: 1px; margin-top: 7px; background: var(--accent); }
.location-card { position: absolute; z-index: 3; left: -50px; top: 48px; width: 220px; padding: 24px; background: var(--ivory); box-shadow: 0 24px 60px rgba(5,20,31,.16); display: flex; flex-direction: column; }
.location-card small { color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.location-card strong { margin-top: 5px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 19px; color: var(--navy); font-weight: 400; }
.location-card span { color: var(--muted); font-size: 10px; margin-top: 4px; }

.audience-band { min-height: 128px; padding: 28px clamp(26px, 6vw, 100px); color: white; background: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.audience-band p { color: #99aab5; text-transform: uppercase; font-size: 10px; letter-spacing: .16em; white-space: nowrap; }
.audience-band div { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 3vw, 42px); flex-wrap: wrap; font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(16px, 1.5vw, 23px); }
.audience-band i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.section { padding: clamp(80px, 10vw, 150px) clamp(26px, 7vw, 112px); }
.section-intro { display: grid; grid-template-columns: 1fr 1.25fr .85fr; gap: 60px; align-items: end; }
.section-intro .kicker { align-self: start; }
h2 { font-size: clamp(44px, 5vw, 74px); }
.section-intro > p:last-child, .specialized-heading + p { color: var(--muted); font-size: 18px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 72px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; padding: 34px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: white; transform: translateY(-3px); box-shadow: 0 20px 45px rgba(7,28,44,.07); z-index: 2; }
.card-top { display: flex; justify-content: space-between; color: #8b9498; font-size: 11px; }
.card-top span:last-child { color: var(--accent); font-size: 18px; }
.service-card h3 { /*max-width: 420px;*/ margin: 48px 0 20px; font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(28px, 2.5vw, 38px); line-height: 1.1; font-weight: 400; color: var(--navy); }
.service-card > p {/* max-width: 540px;*/ color: var(--muted); font-size: 20px; }
.tags { display: flex; gap: 27px; flex-wrap: wrap; margin-top: 31px; text-align:center; padding-left: 25%;}
.tags span { padding: 6px 10px; border: 1px solid var(--line); color: #000; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.approach { background: var(--navy); color: white; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 12vw, 190px); position: relative; overflow: hidden; }
.approach::after { content: "INIA"; position: absolute; left: -35px; bottom: -110px; font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(220px, 30vw, 470px); line-height: 1; color: rgba(255,255,255,.025); pointer-events: none; }
.light { color: #e99a58; }
.approach h2 { color: white; }
.approach-copy > p:not(.kicker) { max-width: 500px; margin: 34px 0; color: #b2c0c9; font-size: 26px; line-height: 1.8; }
.button-light { color: var(--navy); background: var(--cream); }
.button-light:hover { background: var(--accent); color: white; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: var(--accent); font-size: 11px; letter-spacing: .12em; }
.process-list h3 { margin: 0 0 8px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 27px; font-weight: 400; }
.process-list p { max-width: 560px; margin: 0; color: #9fb0ba; font-size: 24px; }

.specialized { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 11vw, 180px); background: #ebe5da; }
.specialized-heading { position: sticky; top: 140px; align-self: start; }
.specialized-list { border-top: 1px solid #c8c2b8; }
.specialized-list div { display: grid; grid-template-columns: 50px 1fr auto; gap: 20px; align-items: center; min-height: 103px; border-bottom: 1px solid #c8c2b8; }
.specialized-list span { color: #899196; font-size: 10px; }
.specialized-list strong { font-family: "Libre Caslon Display", Georgia, serif; color: var(--navy); font-size: clamp(20px, 2vw, 29px); font-weight: 400; }
.specialized-list span:last-child { color: var(--accent); font-size: 19px; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 12vw, 190px); align-items: center; }
.about-monogram { min-height: 500px; background: var(--navy); color: white; position: relative; display: grid; place-items: center; overflow: hidden; }
.about-monogram::before, .about-monogram::after { content: ""; position: absolute; inset: 32px; border: 1px solid rgba(255,255,255,.12); }
.about-monogram::after { inset: 62px; border-color: rgba(215,123,46,.35); }
.about-monogram > span { font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(100px, 14vw, 190px); letter-spacing: -.05em; color: var(--cream); }
.about-monogram small { position: absolute; bottom: 44px; left: 50%; transform: translateX(-50%); color: #91a5b2; letter-spacing: .17em; text-transform: uppercase; font-size: 8px; white-space: nowrap; }
.about-lede { margin: 34px 0 18px; font-family: "Libre Caslon Display", Georgia, serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.45; color: var(--navy); }
.about-copy > p:not(.kicker):not(.about-lede) { color: var(--muted); max-width: 680px; }
blockquote { margin: 30px 0 0; padding: 18px 0 18px 26px; border-left: 2px solid var(--accent); color: #53616b; font-family: "Libre Caslon Display", Georgia, serif; font-size: 20px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 12vw, 190px); background: var(--cream); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 24px 0; }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 30px; color: var(--navy); }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--accent); font-family: "DM Sans", sans-serif; font-size: 21px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 700px; margin: 18px 45px 2px 0; color: var(--muted); font-size: 18px; }

.final-cta { min-height: 620px; background: var(--navy); color: white; position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 24px; overflow: hidden; }
.final-cta .cta-grid { opacity: .18; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); mask-image: radial-gradient(circle at center, #000, transparent 68%); }
.final-cta > *:not(.cta-grid) { position: relative; z-index: 1; }
.final-cta h2 { color: white; font-size: clamp(54px, 7vw, 104px); }
.final-cta > p:not(.kicker) { color: #a6b6c0; margin: 28px 0; }

footer { min-height: 170px; padding: 42px clamp(26px, 6vw, 100px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; background: #061721; color: #81949f; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-brand .brand-mark { color: white; }
.footer-brand .brand-name { color: #82959f; }
.footer-details { display: flex; gap: 25px; }
.footer-details a { color: white; }
footer > p { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.09); margin: 0; padding-top: 20px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; padding-top: 90px; }
  .hero-visual { min-height: 620px; }
  .location-card { left: auto; right: 26px; top: -55px; }
  .section-intro { grid-template-columns: .5fr 1.5fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .approach, .specialized, .about, .faq { grid-template-columns: 1fr; }
  .specialized-heading { position: static; }
  .about-monogram { min-height: 420px; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand-name { display: none; }
  .header-call { border: 0; padding: 0; }
  .header-call span { display: none; }
  .header-call strong { font-size: 12px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 650px; padding: 68px 24px 62px; }
  h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .button { width: 100%; }
  .text-link { width: fit-content; }
  .hero-trust { grid-template-columns: 1fr; gap: 12px; margin-top: 45px; }
  .hero-trust div { grid-template-columns: 70px 1fr; }
  .hero-visual { min-height: 510px; }
  .location-card { width: 205px; top: -42px; }
  .audience-band { align-items: flex-start; flex-direction: column; }
  .audience-band div { justify-content: flex-start; }
  .audience-band i { display: none; }
  .section { padding: 84px 24px; }
  .section-intro { display: block; }
  .section-intro h2 { margin-bottom: 25px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .service-card { min-height: auto; padding: 30px 26px 36px; }
  .service-card h3 { margin-top: 32px; }
  .approach { gap: 55px; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .specialized { gap: 50px; }
  .specialized-list div { grid-template-columns: 32px 1fr auto; }
  .about { gap: 55px; }
  .about-monogram { min-height: 340px; }
  .faq { gap: 45px; }
  summary { font-size: 20px; }
  .final-cta { min-height: 560px; }
  footer { grid-template-columns: 1fr; }
  .footer-details { flex-direction: column; gap: 8px; }
}

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