:root {
  --ink: #191b19;
  --ink-soft: #3c413c;
  --paper: #f7f5ef;
  --paper-deep: #eeece5;
  --line: #d6d7cf;
  --orange: #f29a66;
  --orange-deep: #9b4823;
  --lime: #d5e899;
  --white: #ffffff;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
::selection { background: var(--orange); color: var(--ink); }
:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 4px; }
.skip-link { position: absolute; z-index: 100; top: -80px; left: 16px; padding: 10px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { top: 12px; }
.shell { width: min(100% - 80px, 1440px); margin-inline: auto; }
.narrow { max-width: 970px; }
.eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 34px; color: #586057; font-size: .72rem; font-weight: 700; letter-spacing: .19em; line-height: 1.5; text-transform: uppercase; }
.eyebrow.light { color: #dadfd3; }
.eyebrow-line { width: 30px; height: 1px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.052em; }
h1 em, h2 em { font-weight: 400; }
p { overflow-wrap: anywhere; }

.site-header { position: relative; z-index: 5; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 40px; }
.wordmark, .footer-wordmark { font-family: var(--sans); font-size: 2.55rem; font-weight: 800; letter-spacing: -.09em; line-height: 1; }
.wordmark span, .footer-wordmark span { color: var(--orange-deep); }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3.1vw, 52px); margin-left: auto; }
.main-nav a, .header-contact { position: relative; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--orange-deep); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-contact { display: inline-flex; align-items: center; gap: 27px; margin-left: 18px; border: 1px solid var(--ink); padding: 13px 19px; transition: background .2s ease, color .2s ease; }
.header-contact:hover { background: var(--ink); color: var(--white); }
.header-contact span { font-size: 1.1rem; font-weight: 400; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: radial-gradient(#dfe3d9 .6px, transparent .6px); background-size: 7px 7px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; gap: clamp(20px, 4vw, 70px); min-height: 720px; padding-block: 84px 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 34px; font-size: clamp(5rem, 8vw, 9rem); line-height: .91; }
.hero h1 em { color: var(--orange); }
.hero-intro { max-width: 565px; margin-bottom: 32px; color: #d4d8cf; font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 57px; padding: 15px 20px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.2rem; font-weight: 400; }
.button-orange { background: var(--orange); color: var(--ink); }
.button-orange:hover { background: #f8b38b; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #414741; }
.text-link { display: inline-flex; align-items: center; gap: 20px; border-bottom: 1px solid currentColor; padding-block: 7px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 27px; color: var(--orange-deep); }
.light-link:hover { color: var(--orange); }
.hero-baseline { position: relative; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #4c5049; padding-block: 18px; color: #aeb6a9; font-size: .68rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-art { position: relative; height: min(39vw, 565px); min-height: 435px; }
.art-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(#b4bcb1 1px, transparent 1px), linear-gradient(90deg, #b4bcb1 1px, transparent 1px); background-size: 52px 52px; transform: rotate(-7deg) scale(.93); }
.art-frame { position: absolute; box-shadow: 0 18px 45px #0004; }
.art-frame-back { top: 10%; right: 6%; width: 61%; height: 64%; display: flex; align-items: flex-start; justify-content: space-between; padding: 22px; background: var(--lime); color: var(--ink); transform: rotate(13deg); }
.art-frame-back span, .art-frame-back b { font-size: .65rem; letter-spacing: .18em; }
.art-disc { position: absolute; top: 3%; left: 11%; width: 65%; aspect-ratio: 1; border: 1px solid #ffffff48; border-radius: 50%; transform: rotate(-14deg); }
.art-disc::before, .art-disc::after { content: ""; position: absolute; inset: 13%; border: 1px solid #ffffff35; border-radius: 50%; }
.art-disc::after { inset: 29%; }
.art-frame-front { top: 18%; left: 5%; width: 70%; min-height: 70%; display: flex; flex-direction: column; padding: clamp(25px, 3vw, 45px); background: var(--orange); color: var(--ink); transform: rotate(-9deg); }
.art-kicker { font-size: .65rem; font-weight: 800; letter-spacing: .22em; }
.art-frame-front strong { margin: auto 0; font-family: var(--serif); font-size: clamp(2.65rem, 4.2vw, 5.5rem); font-weight: 400; letter-spacing: -.06em; line-height: .97; }
.art-bottom { display: flex; align-items: center; gap: 8px; border-top: 1px solid #191b1977; padding-top: 15px; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.art-bottom i { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.art-side { position: absolute; right: -5%; bottom: 4%; color: #aeb6a9; font-size: .57rem; font-weight: 800; letter-spacing: .24em; writing-mode: vertical-rl; }

.ticker { background: var(--orange); }
.ticker-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.ticker-star { font-size: 1.3rem; font-weight: 400; }
.section { padding-block: clamp(85px, 10vw, 155px); }
.intro-section { background: var(--paper); }
.intro-grid, .two-col { display: grid; grid-template-columns: .35fr 1fr; gap: clamp(50px, 10vw, 170px); }
.intro-grid h2, .section-heading h2, .approach-copy h2, .identity-grid h2, .contact-grid h2 { margin-bottom: 34px; font-size: clamp(3rem, 5vw, 5.9rem); }
.intro-grid h2 em, .approach-copy h2 em, .detail-grid h2 em { color: var(--orange-deep); }
.section-lead { max-width: 740px; color: var(--ink-soft); font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.6; }
.intro-grid .text-link { margin-top: 12px; }
.services-section { background: var(--paper-deep); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 62px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 345px; margin-bottom: 10px; color: var(--ink-soft); font-size: 1.04rem; }
.services-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 90px 1fr 70px; align-items: center; gap: 28px; border-bottom: 1px solid #aeb4a9; padding: 32px 12px; transition: background .2s ease, padding .2s ease; }
.service-row:hover { background: #f8f7f1; padding-left: 26px; }
.service-index { align-self: start; padding-top: 10px; color: var(--orange-deep); font-size: .8rem; font-weight: 800; }
.service-row h3 { margin-bottom: 7px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.55rem); font-weight: 400; letter-spacing: -.04em; }
.service-row p { margin-bottom: 0; color: var(--ink-soft); font-size: .94rem; }
.service-arrow { justify-self: end; font-size: 2rem; line-height: 1; }
.approach-section { background: var(--paper); }
.approach-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: clamp(60px, 8vw, 135px); align-items: center; }
.approach-art { position: relative; display: grid; place-items: center; aspect-ratio: .92; overflow: hidden; background: #dce4ce; }
.approach-art::before { content: ""; position: absolute; width: 32%; height: 120%; background: var(--orange); transform: rotate(36deg); }
.approach-art::after { content: ""; position: absolute; inset: 7%; border: 1px solid #191b1955; }
.orbit { position: absolute; z-index: 1; width: 80%; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; }
.orbit-two { width: 57%; }
.orbit-core { position: relative; z-index: 2; display: grid; place-items: center; width: 37%; aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: var(--sans); font-size: clamp(3rem, 6vw, 7rem); font-weight: 800; letter-spacing: -.12em; }
.approach-label { position: absolute; z-index: 2; left: 11%; bottom: 11%; font-size: .7rem; font-weight: 800; letter-spacing: .16em; }
.approach-copy > p:not(.eyebrow) { max-width: 625px; color: var(--ink-soft); font-size: 1.07rem; }
.steps { margin-top: 36px; border-top: 1px solid var(--line); }
.steps > div { display: grid; grid-template-columns: 42px 140px 1fr; align-items: baseline; gap: 20px; border-bottom: 1px solid var(--line); padding-block: 18px; }
.steps span { color: var(--orange-deep); font-size: .75rem; font-weight: 800; }
.steps strong { font-size: .92rem; }
.steps p { margin: 0; color: var(--ink-soft); font-size: .85rem; }
.cta-section { background: #2a332e; color: var(--paper); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.cta-inner h2 { margin-bottom: 0; font-size: clamp(3.6rem, 6vw, 7.3rem); }
.cta-inner > div:last-child { width: min(100%, 365px); padding-bottom: 8px; }
.cta-inner p:not(.eyebrow) { color: #d3d9d0; font-size: 1.06rem; }
.cta-inner .button { margin-top: 20px; }

.subhero { background: var(--paper-deep); border-bottom: 1px solid var(--line); padding-block: clamp(85px, 10vw, 155px); }
.subhero-grid { display: grid; grid-template-columns: 1fr .56fr; align-items: end; gap: 80px; }
.subhero h1 { margin-bottom: 0; font-size: clamp(4.8rem, 8.2vw, 9.2rem); line-height: .94; }
.subhero h1 em { color: var(--orange-deep); }
.lead { max-width: 510px; margin-bottom: 6px; color: var(--ink-soft); font-size: clamp(1.2rem, 1.7vw, 1.65rem); line-height: 1.55; }
.paper-section { background: var(--paper); }
.prose-large h2 { font-size: clamp(3rem, 4.4vw, 5.2rem); }
.prose-large p { max-width: 760px; color: var(--ink-soft); font-size: clamp(1.1rem, 1.5vw, 1.37rem); line-height: 1.75; }
.values-section { background: var(--paper-deep); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; }
.value-grid article { border-top: 1px solid var(--ink); padding-top: 22px; }
.value-grid span { color: var(--orange-deep); font-size: .75rem; font-weight: 800; }
.value-grid h3 { margin-block: 48px 18px; font-family: var(--serif); font-size: clamp(2.2rem, 3vw, 3.5rem); font-weight: 400; letter-spacing: -.04em; }
.value-grid p { max-width: 340px; color: var(--ink-soft); }
.identity-section { background: var(--ink); color: var(--paper); }
.identity-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; }
.identity-grid h2 { margin-bottom: 0; }
.identity-card { border-top: 1px solid #7f877b; }
.identity-card p { display: grid; grid-template-columns: 140px 1fr; gap: 20px; border-bottom: 1px solid #596056; padding-block: 21px; margin: 0; }
.identity-card span { color: #bec6b9; font-size: .74rem; font-weight: 700; text-transform: uppercase; }
.identity-card strong, .identity-card a { font-size: 1.02rem; font-weight: 600; line-height: 1.5; }
.identity-card a, .legal-content a { text-decoration: underline; text-underline-offset: 4px; }
.mini-cta { text-align: center; }
.mini-cta .eyebrow { justify-content: center; }
.mini-cta h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.mini-cta .button { margin-top: 20px; }
.service-detail { border-bottom: 1px solid var(--line); }
.service-detail.alternate { background: var(--paper-deep); }
.detail-grid { display: grid; grid-template-columns: .36fr 1fr; gap: clamp(50px, 9vw, 160px); }
.detail-label > span { display: block; margin-bottom: 20px; color: var(--orange-deep); font-family: var(--serif); font-size: 4.5rem; line-height: 1; }
.detail-grid h2 { font-size: clamp(3.3rem, 5vw, 6rem); }
.detail-grid > div:last-child > p { max-width: 790px; color: var(--ink-soft); font-size: clamp(1.15rem, 1.65vw, 1.45rem); line-height: 1.65; }
.plain-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; max-width: 760px; margin: 50px 0 0; padding: 0; list-style: none; }
.plain-list li { border-top: 1px solid var(--line); padding-block: 17px; font-size: .9rem; font-weight: 700; }
.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr .68fr; gap: clamp(60px, 9vw, 150px); }
.contact-grid > div > p:not(.eyebrow) { max-width: 620px; color: var(--ink-soft); font-size: 1.12rem; }
.contact-email { display: inline-flex; align-items: center; gap: 18px; margin-top: 45px; border-bottom: 2px solid var(--orange-deep); padding-bottom: 10px; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.65rem); line-height: 1.2; overflow-wrap: anywhere; }
.contact-email:hover { color: var(--orange-deep); }
.contact-aside { background: var(--paper-deep); padding: clamp(28px, 4vw, 60px); }
.contact-aside dl { margin: 0; }
.contact-aside dl > div { border-top: 1px solid var(--line); padding-block: 19px; }
.contact-aside dt { margin-bottom: 7px; color: #626b5d; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-aside dd { margin: 0; font-size: 1.05rem; font-weight: 600; }
.contact-aside a { text-decoration: underline; text-underline-offset: 4px; }
.legal-hero { padding-block: 100px; }
.legal-hero h1 { margin-bottom: 25px; }
.legal-content { max-width: 840px; }
.legal-content h2 { margin: 54px 0 16px; font-family: var(--sans); font-size: 1.4rem; font-weight: 750; letter-spacing: -.025em; }
.legal-content p { color: var(--ink-soft); font-size: 1.04rem; line-height: 1.8; }
.legal-content .legal-date { color: #687266; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { background: #171a17; color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 70px; padding-block: 85px 100px; }
.footer-wordmark { display: inline-block; margin-bottom: 17px; font-size: 4.7rem; }
.footer-top > div:first-child p { color: #aeb6a9; font-family: var(--serif); font-size: 1.4rem; font-style: italic; }
.footer-top > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-label { margin-bottom: 10px; color: #acb8a8; font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.footer-top a:not(.footer-wordmark):hover, .footer-bottom a:hover { color: var(--orange); }
.footer-address { margin: 7px 0 0; color: #afb6ae; font-size: .88rem; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #50574e; padding-block: 24px 32px; color: #aeb6a9; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; gap: 28px; }

@media (max-width: 1080px) {
  .shell { width: min(100% - 56px, 1440px); }
  .header-inner { gap: 26px; }
  .main-nav { gap: 22px; }
  .header-contact { margin-left: 0; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; min-height: 670px; }
  .hero h1 { font-size: clamp(4.7rem, 8vw, 7rem); }
  .hero-art { min-height: 360px; }
  .art-frame-front strong { font-size: clamp(2.5rem, 4vw, 4rem); }
  .approach-grid, .contact-grid { gap: 55px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 40px, 1440px); }
  .header-inner { min-height: 116px; flex-wrap: wrap; justify-content: space-between; align-content: center; gap: 12px 20px; padding-block: 14px; }
  .wordmark { font-size: 2.2rem; }
  .main-nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; margin-left: 0; }
  .main-nav a { font-size: .7rem; }
  .header-contact { padding: 8px 13px; font-size: .68rem; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 15px; min-height: 0; padding-block: 75px 15px; }
  .hero h1 { font-size: clamp(4.7rem, 14vw, 7.4rem); }
  .hero-intro { max-width: 600px; }
  .hero-art { width: min(100%, 575px); height: 430px; min-height: 0; margin: 15px auto 0; }
  .hero-baseline { font-size: .58rem; }
  .ticker-inner { flex-wrap: wrap; justify-content: center; gap: 12px 18px; padding-block: 17px; font-size: .64rem; }
  .intro-grid, .two-col, .approach-grid, .detail-grid, .identity-grid, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro-grid .eyebrow, .two-col .eyebrow { margin-bottom: 0; }
  .section-heading, .cta-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
  .section-heading { margin-bottom: 45px; }
  .section-heading > p { max-width: 600px; }
  .approach-art { max-width: 600px; width: 100%; aspect-ratio: 1.3; }
  .steps > div { grid-template-columns: 35px 115px 1fr; }
  .subhero-grid { grid-template-columns: 1fr; gap: 40px; }
  .subhero h1 { font-size: clamp(4.7rem, 12vw, 7.7rem); }
  .value-grid { grid-template-columns: 1fr; gap: 35px; }
  .value-grid h3 { margin-top: 20px; }
  .identity-grid { gap: 48px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 55px 25px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .shell { width: min(100% - 32px, 1440px); }
  .header-contact { display: none; }
  .main-nav a { font-size: .63rem; letter-spacing: .04em; }
  .hero-grid { padding-top: 62px; }
  .hero h1 { font-size: clamp(4.1rem, 14.1vw, 5.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-art { height: 310px; }
  .art-frame-front { padding: 21px; }
  .art-frame-front strong { font-size: clamp(2.15rem, 8vw, 3.2rem); }
  .art-frame-back { padding: 14px; }
  .art-kicker, .art-bottom, .art-frame-back span, .art-frame-back b { font-size: .48rem; }
  .art-side { right: -7%; font-size: .47rem; }
  .hero-baseline { display: none; }
  .ticker-inner { gap: 6px 11px; }
  .ticker-star { font-size: .9rem; }
  .section { padding-block: 72px; }
  .intro-grid h2, .section-heading h2, .approach-copy h2, .identity-grid h2, .contact-grid h2 { font-size: clamp(2.9rem, 10.5vw, 4.2rem); }
  .service-row { grid-template-columns: 30px 1fr 24px; gap: 12px; padding: 24px 0; }
  .service-row:hover { padding-left: 8px; }
  .service-row h3 { font-size: 1.9rem; }
  .service-row p { font-size: .83rem; }
  .service-arrow { font-size: 1.3rem; }
  .approach-art { aspect-ratio: 1; }
  .steps > div { grid-template-columns: 28px 1fr; gap: 2px 12px; }
  .steps p { grid-column: 2; }
  .subhero { padding-block: 72px; }
  .subhero h1 { font-size: clamp(4rem, 13.5vw, 5.4rem); }
  .plain-list { grid-template-columns: 1fr; margin-top: 35px; }
  .detail-label > span { font-size: 3.2rem; }
  .detail-grid h2 { font-size: 3.2rem; }
  .identity-card p { grid-template-columns: 1fr; gap: 5px; }
  .contact-email { font-size: 1.65rem; }
  .footer-top { grid-template-columns: 1fr; padding-block: 65px; }
  .footer-top > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}
@media (max-width: 350px) {
  .subhero h1 { font-size: 3.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
