:root {
  --ink: #102c42;
  --ink-deep: #092033;
  --paper: #f7f3ec;
  --paper-warm: #eee7dc;
  --clay: #c86a4a;
  --clay-pale: #e9c0ad;
  --line: rgba(16, 44, 66, 0.18);
  --white-line: rgba(255, 255, 255, 0.23);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 30; padding: 10px 14px; background: var(--white); color: var(--ink); transition: top .18s var(--ease); }
.skip-link:focus { top: 20px; }

.announcement { color: #e9e3d9; background: var(--ink-deep); font-size: 12px; letter-spacing: .04em; }
.announcement-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.announcement p { margin: 0; }
.announcement a { font-weight: 600; transition: color .18s var(--ease); }
.announcement a:hover { color: var(--clay-pale); }
.site-header { position: relative; z-index: 10; background: var(--paper); }
.navigation { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; color: var(--clay); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: -.035em; }
.brand-copy small { font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 600; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; bottom: -6px; left: 0; width: 100%; height: 1px; background: var(--clay); transform: scaleX(0); transform-origin: right; transition: transform .22s var(--ease); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; min-height: 52px; padding: 0 22px; font-size: 13px; font-weight: 700; letter-spacing: .01em; transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.97); }
.button span { font-size: 18px; line-height: 0; }
.button-small { min-height: 43px; padding: 0 16px; font-size: 12px; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--clay); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--clay-pale); }

.hero { position: relative; isolation: isolate; min-height: min(710px, calc(100vh - 122px)); display: flex; align-items: center; overflow: hidden; color: var(--paper); background: var(--ink); }
.hero-image { position: absolute; z-index: -2; inset: 0; background: url("/hero-home.jpg") center 56% / cover no-repeat; transform: scale(1.02); }
.hero-scrim { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8, 29, 44, .92) 0%, rgba(8, 29, 44, .74) 38%, rgba(8, 29, 44, .30) 100%); }
.hero-content { padding: 105px 0 127px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--clay); }
.eyebrow-light { color: #f4ede4; }
.eyebrow-light span { background: var(--clay-pale); }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 92px); font-weight: 500; letter-spacing: -.062em; line-height: .98; }
h1 em, h2 em { color: var(--clay-pale); font-weight: 500; }
.hero-lead { max-width: 560px; margin: 30px 0 35px; color: rgba(247,243,236,.9); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; transition: color .18s var(--ease), border-color .18s var(--ease); }
.text-link span { font-size: 17px; transition: transform .18s var(--ease); }
.text-link:hover { color: var(--clay); border-color: var(--clay); }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--paper); border-color: rgba(247,243,236,.7); }
.text-link-light:hover { color: var(--clay-pale); border-color: var(--clay-pale); }
.hero-bottom { position: absolute; bottom: 31px; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; color: rgba(247,243,236,.75); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-bottom p { margin: 0; }
.hero-bottom span { display: inline-flex; align-items: center; gap: 12px; }
.hero-bottom i { display: block; width: 34px; height: 1px; background: currentColor; }

.section { padding: 120px 0; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 2fr); gap: clamp(36px, 10vw, 150px); }
.intro-kicker { display: flex; flex-direction: column; justify-content: space-between; }
.section-number { margin: 76px 0 0; color: var(--clay); font-family: var(--serif); font-size: 58px; line-height: 1; }
.intro-copy { max-width: 745px; }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.8vw, 64px); font-weight: 500; letter-spacing: -.056em; line-height: 1.02; }
.large-copy { margin: 36px 0 23px; font-family: var(--serif); font-size: clamp(23px, 2.5vw, 31px); letter-spacing: -.032em; line-height: 1.25; }
.intro-copy > p:not(.large-copy) { max-width: 615px; margin: 0 0 31px; color: #465862; font-size: 16px; }

.services { background: var(--paper-warm); }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 52px; }
.split-heading h2 { margin-top: 6px; }
.split-heading > p { max-width: 350px; margin: 0 0 2px; color: #465862; font-size: 15px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.service-card { min-height: 367px; display: flex; flex-direction: column; align-items: flex-start; padding: 32px; background: var(--paper); transition: background .22s var(--ease), color .22s var(--ease); }
.service-card:hover, .service-card-featured { color: var(--paper); background: var(--ink); }
.service-icon { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: auto; border: 1px solid currentColor; border-radius: 999px; font-family: var(--serif); font-size: 16px; }
.service-card h3 { margin: 43px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
.service-card p { min-height: 75px; margin: 0; color: #54636c; font-size: 14px; line-height: 1.55; transition: color .22s var(--ease); }
.service-card:hover p, .service-card-featured p { color: rgba(247,243,236,.75); }
.service-card a { display: inline-flex; gap: 8px; margin-top: 25px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.service-card a span { font-size: 15px; }

.approach { color: var(--paper); background: var(--ink); }
.approach-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: clamp(55px, 9vw, 135px); }
.approach-title h2 { margin-bottom: 30px; }
.approach-title > p:last-child { max-width: 360px; margin: 0; color: rgba(247,243,236,.75); font-size: 15px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--white-line); }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 27px 0 29px; border-bottom: 1px solid var(--white-line); }
.steps li > span { color: var(--clay-pale); font-family: var(--serif); font-size: 18px; }
.steps h3 { margin: 0 0 7px; color: #fffaf4; font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -.04em; line-height: 1.15; }
.steps p { max-width: 445px; margin: 0; color: rgba(247,243,236,.72); font-size: 14px; }

.contact { padding: 120px 0; background: var(--paper); }
.contact-card { display: grid; grid-template-columns: minmax(270px, .86fr) minmax(0, 1.14fr); min-height: 525px; overflow: hidden; background: var(--clay-pale); }
.contact-art { position: relative; display: grid; place-items: center; overflow: hidden; color: var(--ink); background: #d77a59; }
.contact-art::before, .contact-art::after { content: ""; position: absolute; width: 80%; height: 1px; background: rgba(16,44,66,.25); transform: rotate(-45deg); }
.contact-art::after { transform: rotate(45deg); }
.contact-art .sun { position: absolute; top: 17%; left: 24%; width: 74px; height: 74px; border: 1px solid var(--ink); border-radius: 50%; }
.contact-art svg { position: relative; z-index: 1; width: 77%; max-width: 330px; }
.contact-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 7vw, 88px); background: var(--paper-warm); }
.contact-copy h2 { margin-bottom: 23px; }
.contact-copy > p { max-width: 480px; margin: 0 0 31px; color: #52616a; }
.contact-details { display: grid; max-width: 450px; border-top: 1px solid var(--line); }
.contact-details a { display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; transition: color .18s var(--ease); }
.contact-details a:hover { color: var(--clay); }
.contact-details span { color: #65736e; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-details b { font-size: 16px; font-weight: 400; }
.office-hours { margin: 18px 0 0 !important; color: #65736e !important; font-size: 12px; }
.office-hours strong { margin-right: 8px; color: var(--ink); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.office-hours span { margin: 0 6px; color: var(--clay); }

.site-footer { color: rgba(247,243,236,.8); background: var(--ink-deep); }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 40px; padding: 61px 0 53px; }
.brand-footer { color: var(--paper); }
.site-footer .brand-mark { color: var(--clay-pale); }
.footer-top > p { max-width: 260px; margin: 0; font-size: 13px; line-height: 1.55; }
.footer-email { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid rgba(247,243,236,.6); color: var(--paper); font-size: 13px; font-weight: 700; }
.footer-email span { margin-left: 8px; font-size: 17px; }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--white-line); color: rgba(247,243,236,.55); font-size: 10px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 34px, 1180px); }
  .announcement-inner { min-height: 31px; }
  .announcement p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .announcement a { display: none; }
  .navigation { min-height: 74px; }
  .brand-copy strong { font-size: 18px; }
  .nav-links, .navigation > .button { display: none; }
  .hero { min-height: 610px; }
  .hero-content { padding: 100px 0 106px; }
  .hero h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero-lead { max-width: 430px; font-size: 16px; }
  .hero-bottom { bottom: 23px; font-size: 8px; }
  .hero-bottom p { max-width: 170px; }
  .hero-bottom span { display: none; }
  .section { padding: 78px 0; }
  .intro-grid, .approach-grid, .contact-card { grid-template-columns: 1fr; }
  .intro-kicker { display: block; }
  .section-number { display: none; }
  .large-copy { margin-top: 28px; }
  .split-heading { display: block; margin-bottom: 36px; }
  .split-heading > p { margin-top: 23px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 292px; }
  .service-card h3 { margin-top: 35px; }
  .service-card p { min-height: 0; }
  .approach-grid { gap: 43px; }
  .contact { padding: 78px 0; }
  .contact-card { min-height: 0; }
  .contact-art { min-height: 280px; }
  .contact-copy { padding: 45px 28px; }
  .contact-details a { grid-template-columns: 55px 1fr auto; font-size: 13px; gap: 10px; }
  .footer-top { grid-template-columns: 1fr; gap: 26px; padding: 48px 0 40px; }
  .footer-email { justify-self: start; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-image { animation: hero-enter 900ms var(--ease) both; }
  @keyframes hero-enter { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1.02); } }
}
