:root {
  --ink: #080808;
  --charcoal: #151515;
  --gold: #d4a013;
  --gold-deep: #9d7200;
  --gold-pale: #efe0ae;
  --paper: #ffffff;
  --ivory: #f6f4ef;
  --line: #d9d6cf;
  --muted: #66645f;
  --shell: 1240px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { 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.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
section[id] { scroll-margin-top: 94px; }
.shell { width: min(calc(100% - 72px), var(--shell)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: -90px;
  left: 20px;
  z-index: 1000;
  padding: 11px 16px;
  color: var(--paper);
  background: var(--ink);
  font-size: .8rem;
  font-weight: 700;
}
.skip-link:focus { top: 20px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Shared typography */
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}
h1 em, h2 em { color: var(--gold-deep); font-weight: 400; }
h2 {
  margin-bottom: 0;
  font-size: clamp(3.1rem, 5.3vw, 5.5rem);
  line-height: .98;
}
h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -.018em;
}
.overline,
.eyebrow {
  color: var(--gold-deep);
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .19em;
  line-height: 1.3;
  text-transform: uppercase;
}
.overline { margin-bottom: 22px; }
.section-index {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 10px;
  color: var(--muted);
}
.section-index span {
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1;
}
.section-index p {
  margin: 0;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .17em;
  line-height: 1;
  text-transform: uppercase;
}
.section-index.inverse { color: #9f9d98; }
.section-index.inverse span { color: var(--gold); }

/* Header */
.utility-bar {
  color: #d7d4ce;
  background: var(--ink);
  border-bottom: 1px solid #292929;
}
.utility-inner {
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  font-size: .61rem;
  font-weight: 650;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.utility-inner span { display: flex; align-items: center; }
.utility-inner span + span::before {
  width: 2px;
  height: 2px;
  margin: 0 15px;
  background: var(--gold);
  content: "";
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .965);
  border-bottom: 1px solid rgba(8, 8, 8, .11);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.brand { width: 194px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a {
  position: relative;
  padding: 10px 0;
  color: #242321;
  text-decoration: none;
  font-size: .67rem;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.site-nav a:not(.nav-contact)::after {
  position: absolute;
  right: 100%;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transition: right .25s ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { right: 0; }
.site-nav .nav-contact {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  color: var(--paper);
  background: var(--ink);
  border: 1px solid var(--ink);
  transition: color .2s ease, background .2s ease;
}
.site-nav .nav-contact:hover,
.site-nav .nav-contact:focus-visible { color: var(--ink); background: transparent; }
.menu-toggle { display: none; }

/* Hero */
.hero {
  min-height: 830px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(212,160,19,.16) 50%, transparent calc(50% + .5px)),
    var(--paper);
}
.hero::before,
.hero::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 48%;
  background: linear-gradient(to bottom, transparent, rgba(8,8,8,.11));
  content: "";
}
.hero::before { left: max(36px, calc((100vw - var(--shell)) / 2)); }
.hero::after { right: max(36px, calc((100vw - var(--shell)) / 2)); }
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 108px;
  text-align: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.eyebrow span { width: 27px; height: 1px; background: var(--gold); }
h1 {
  margin-bottom: 28px;
  font-size: clamp(5rem, 9vw, 8.7rem);
  line-height: .82;
}
h1 em { display: inline-block; padding-top: .12em; }
.hero-lead {
  max-width: 680px;
  margin-bottom: 0;
  color: #575550;
  font-size: 1.08rem;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 35px;
}
.button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.button span { font-size: 1rem; line-height: 1; }
.arrow-up-right {
  position: relative;
  width: .82rem;
  height: .82rem;
  display: inline-block;
  flex: 0 0 .82rem;
  font-size: 0 !important;
  line-height: 1;
  vertical-align: -.08em;
}
.arrow-up-right::before {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
}
.arrow-up-right::after {
  position: absolute;
  bottom: 2px;
  left: 1px;
  width: 12px;
  height: 1.5px;
  background: currentColor;
  content: "";
  transform: rotate(-45deg);
  transform-origin: left center;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-pale); border-color: var(--gold-deep); }
.button-dark { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { color: var(--ink); background: transparent; }
.button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button-light:hover, .button-light:focus-visible { color: var(--paper); background: transparent; }
.text-link,
.partner-link,
.experience-footer a,
.footer-email {
  text-decoration-color: rgba(8,8,8,.3);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.text-link { font-size: .82rem; font-weight: 650; }
.text-link span { margin-left: 8px; color: var(--gold-deep); }
.hero-signature { position: relative; z-index: 2; margin-top: 66px; }
.signature-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #77746d;
  font-family: var(--serif);
  font-size: .79rem;
  font-style: italic;
  letter-spacing: .08em;
}
.signature-line i { width: 38px; height: 1px; background: var(--line); }
.hero-art { width: 100%; margin-top: auto; }
.hero-art img { width: 100%; max-height: 295px; object-fit: cover; object-position: center bottom; }

/* Federal certification */
.certification {
  position: relative;
  padding: 70px 0;
  color: var(--paper);
  background: var(--ink);
  border-top: 5px solid var(--gold);
}
.certification-grid {
  display: grid;
  grid-template-columns: 150px minmax(300px, .9fr) minmax(360px, 1.1fr);
  gap: 5.5%;
  align-items: center;
}
.certification-status {
  padding-right: 28px;
  border-right: 1px solid rgba(255,255,255,.18);
}
.certification-status span {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1;
}
.certification-status p {
  margin: 10px 0 0;
  color: #aaa69d;
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.certification .overline { color: var(--gold); }
.certification-title h2 {
  color: var(--paper);
  font-size: clamp(2.8rem, 4.2vw, 4.6rem);
}
.certification-title h2 em { color: var(--gold); }
.certification-copy p {
  margin: 0 0 24px;
  color: #b8b5ae;
}
.certification-copy a {
  color: var(--paper);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .15em;
  text-decoration-color: rgba(255,255,255,.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  text-transform: uppercase;
}
.certification-copy a span { margin-left: 10px; color: var(--gold); }

/* Company statement */
.statement { position: relative; padding: 148px 0 0; overflow: hidden; }
.statement-grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  gap: 5.5%;
  align-items: start;
}
.statement-copy { max-width: 850px; }
.statement-body {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 9%;
  margin-top: 49px;
}
.statement-body p { margin-bottom: 0; color: var(--muted); }
.statement-body .lead {
  color: #252421;
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.55;
}
.statement-mark {
  align-self: end;
  padding-bottom: 7px;
  opacity: .17;
}
.statement-mark img { width: 96px; margin-left: auto; filter: grayscale(1); }
.fact-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 100px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fact-line div { min-height: 113px; padding: 27px 25px 25px 0; }
.fact-line div + div { padding-left: 30px; border-left: 1px solid var(--line); }
.fact-line span,
.contact-lines span,
.profile-details dt {
  display: block;
  margin-bottom: 8px;
  color: #77746e;
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.fact-line strong { font-size: .9rem; font-weight: 650; }

/* Shared section heading */
.section-heading {
  display: grid;
  grid-template-columns: 150px minmax(520px, 1fr) 265px;
  gap: 5.5%;
  align-items: end;
  margin-bottom: 77px;
}
.heading-note { margin: 0 0 7px; color: var(--muted); font-size: .94rem; }

/* Services */
.services { margin-top: 148px; padding: 138px 0 145px; background: var(--ivory); }
.service-list { border-top: 1px solid #c9c5bb; }
.service-list article {
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr) 46px;
  gap: 26px;
  align-items: center;
  min-height: 154px;
  padding: 30px 8px 30px 0;
  border-bottom: 1px solid #c9c5bb;
  transition: padding .3s ease, background .3s ease;
}
.service-list article:hover { padding-left: 20px; background: rgba(255,255,255,.55); }
.service-number {
  align-self: start;
  padding-top: 6px;
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-style: italic;
}
.service-list h3 { margin-bottom: 9px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.service-list p { max-width: 780px; margin: 0; color: var(--muted); font-size: .93rem; }
.service-mark {
  justify-self: end;
  color: var(--gold-deep);
  font-size: 1.15rem;
  transition: transform .25s ease;
}
.service-list article:hover .service-mark { transform: translate(3px, -3px); }

/* Experience */
.experience {
  position: relative;
  padding: 148px 0 58px;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}
.experience-glow {
  position: absolute;
  top: -280px;
  right: -120px;
  width: 670px;
  height: 670px;
  border: 1px solid rgba(212,160,19,.17);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(212,160,19,.025), 0 0 0 210px rgba(212,160,19,.018);
}
.experience-grid {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 850px);
  gap: 5.5%;
}
.experience .overline { color: var(--gold); }
.experience h2 { max-width: 850px; color: var(--paper); }
.experience h2 em { color: var(--gold); }
.experience-intro > p:last-child {
  max-width: 700px;
  margin: 42px 0 0;
  color: #a9a7a2;
  font-size: 1rem;
}
.experience-portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 86px;
  border-top: 1px solid #33322f;
  border-left: 1px solid #33322f;
}
.experience-portfolio article {
  min-height: 265px;
  padding: 31px 30px;
  border-right: 1px solid #33322f;
  border-bottom: 1px solid #33322f;
  transition: background .3s ease;
}
.experience-portfolio article:hover { background: #111; }
.experience-portfolio article > span {
  display: block;
  margin-bottom: 57px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: .95rem;
  font-style: italic;
}
.experience-portfolio h3 { max-width: 285px; margin-bottom: 15px; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.experience-portfolio p { max-width: 280px; margin: 0; color: #8f8d88; font-size: .87rem; }
.experience-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
  color: #77746f;
  font-size: .72rem;
}
.experience-footer p { margin: 0; }
.experience-footer a {
  flex: 0 0 auto;
  color: #d6d3cd;
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.experience-footer a span { margin-left: 8px; color: var(--gold); }

/* Delivery */
.delivery { padding: 148px 0; }
.delivery-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--ink);
}
.delivery-steps article {
  position: relative;
  min-height: 250px;
  padding: 32px 27px 10px 0;
}
.delivery-steps article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.delivery-steps article::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 44px;
  height: 3px;
  background: var(--gold);
  content: "";
}
.delivery-steps article + article::before { left: 28px; }
.delivery-steps article > span {
  display: block;
  margin-bottom: 48px;
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: .95rem;
  font-style: italic;
}
.delivery-steps h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.delivery-steps p { margin: 0; color: var(--muted); font-size: .89rem; }

/* Profile */
.profile {
  position: relative;
  padding: 104px 0;
  color: var(--paper);
  background: var(--charcoal);
  border-top: 7px solid var(--gold);
}
.profile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 58%, rgba(212,160,19,.045) 58% 100%);
  content: "";
  pointer-events: none;
}
.profile-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .9fr 1fr .68fr;
  gap: 7%;
  align-items: center;
}
.profile .overline { color: var(--gold); }
.profile h2 { color: var(--paper); font-size: clamp(2.8rem, 4.2vw, 4.5rem); }
.profile h2 em { color: var(--gold); }
.profile-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  border-top: 1px solid #3e3d39;
}
.profile-details div { padding: 21px 18px 18px 0; border-bottom: 1px solid #3e3d39; }
.profile-details div:nth-child(even) { padding-left: 20px; border-left: 1px solid #3e3d39; }
.profile-details dt { color: #85827b; }
.profile-details dd { margin: 0; color: #f0eee9; font-size: .88rem; font-weight: 600; }
.profile-action p { margin: 0 0 24px; color: #aaa7a0; font-size: .9rem; }

/* Contact */
.contact { padding: 148px 0 132px; }
.contact-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 5.5%;
  margin-bottom: 76px;
}
.contact-grid {
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: 11%;
  padding-left: calc(150px + 5.5%);
  align-items: start;
}
.contact-details > p { max-width: 470px; margin-bottom: 39px; color: var(--muted); font-size: 1rem; }
.contact-lines { border-top: 1px solid var(--line); }
.contact-lines > a,
.contact-lines > div {
  display: grid;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.contact-lines strong { font-size: .97rem; font-weight: 600; }
.contact-lines a:hover strong { color: var(--gold-deep); }
.partner-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  font-size: .8rem;
  font-weight: 650;
}
.partner-link span { color: var(--gold-deep); }
.contact-form {
  padding: 40px;
  background: var(--ivory);
  border-top: 4px solid var(--gold);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  color: #4e4c47;
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 11px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aaa69d;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.45;
  text-transform: none;
}
.contact-form textarea { min-height: 115px; resize: vertical; }
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--gold-deep);
  box-shadow: 0 2px 0 var(--gold);
}
.form-submit { width: 100%; margin-top: 7px; }
.form-note { margin: 13px 0 0; color: #77736b; font-size: .72rem; }

/* Footer */
.site-footer { padding: 60px 0 27px; background: var(--ivory); border-top: 1px solid var(--line); }
.footer-main {
  display: grid;
  grid-template-columns: .7fr 1fr auto;
  gap: 7%;
  align-items: center;
  padding-bottom: 47px;
}
.footer-brand { width: 178px; }
.footer-main p { margin: 0; color: var(--muted); font-size: .82rem; }
.footer-email { font-size: .79rem; font-weight: 650; }
.footer-email span { margin-left: 7px; color: var(--gold-deep); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  color: #77736b;
  border-top: 1px solid var(--line);
  font-size: .66rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-bottom-links { display: flex; align-items: center; gap: 28px; }
.footer-bottom-links a {
  text-decoration-color: rgba(8,8,8,.28);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.footer-bottom-links a:hover,
.footer-bottom-links a:focus-visible { color: var(--gold-deep); }

/* Legal policies */
.legal-hero {
  position: relative;
  padding: 112px 0 105px;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(212,160,19,.17) 50%, transparent calc(50% + .5px)),
    var(--paper);
}
.legal-hero::before,
.legal-hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(8,8,8,.08);
  content: "";
}
.legal-hero::before { left: max(36px, calc((100vw - var(--shell)) / 2)); }
.legal-hero::after { right: max(36px, calc((100vw - var(--shell)) / 2)); }
.legal-hero-inner { position: relative; z-index: 1; max-width: 1050px; }
.legal-hero h1 {
  max-width: 980px;
  margin-bottom: 32px;
  font-size: clamp(4.4rem, 8vw, 8rem);
  line-height: .9;
}
.legal-hero-lead { max-width: 690px; margin-bottom: 32px; color: var(--muted); font-size: 1.06rem; }
.legal-effective {
  display: inline-flex;
  padding-top: 15px;
  color: var(--gold-deep);
  border-top: 1px solid var(--gold);
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.legal-content { padding: 112px 0 125px; background: var(--ivory); }
.legal-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 820px);
  gap: 9%;
  justify-content: center;
  align-items: start;
}
.legal-nav {
  position: sticky;
  top: 132px;
  padding-top: 5px;
  border-top: 3px solid var(--gold);
}
.legal-nav p {
  margin: 18px 0 14px;
  color: var(--gold-deep);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.legal-nav a {
  display: block;
  padding: 11px 0;
  color: #45433f;
  border-bottom: 1px solid var(--line);
  font-size: .82rem;
  font-weight: 650;
  text-decoration: none;
}
.legal-nav a:hover,
.legal-nav a:focus-visible { color: var(--gold-deep); }
.legal-document {
  padding: 62px 70px;
  background: var(--paper);
  border-top: 5px solid var(--ink);
}
.legal-part + .legal-part { margin-top: 76px; padding-top: 70px; border-top: 1px solid var(--line); }
.legal-part > .overline { margin-bottom: 15px; }
.legal-part h2 { margin-bottom: 42px; font-size: clamp(2.7rem, 4.5vw, 4.5rem); }
.legal-clause + .legal-clause { margin-top: 38px; }
.legal-clause h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.legal-clause p { margin-bottom: 12px; color: #4e4c47; }
.legal-clause p:last-child { margin-bottom: 0; }
.legal-clause ul { margin: 14px 0 0; padding-left: 22px; color: #4e4c47; }
.legal-clause li + li { margin-top: 6px; }
.legal-contact {
  margin-top: 76px;
  padding: 42px;
  color: var(--paper);
  background: var(--ink);
  border-top: 5px solid var(--gold);
}
.legal-contact .overline { color: var(--gold); }
.legal-contact h2 { margin-bottom: 24px; color: var(--paper); font-size: clamp(2.5rem, 4vw, 4rem); }
.legal-contact p { margin-bottom: 4px; color: #bbb7af; }
.legal-contact a { color: var(--paper); font-weight: 650; }
.legal-contact address { margin-top: 21px; color: #bbb7af; font-style: normal; }

/* Motion and focus */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 22px; }
  .section-heading { grid-template-columns: 125px minmax(0, 1fr) 220px; gap: 4.5%; }
  .statement-grid { grid-template-columns: 125px minmax(0, 1fr) 100px; gap: 4.5%; }
  .contact-grid { padding-left: calc(125px + 4.5%); gap: 7%; }
  .profile-grid { grid-template-columns: .9fr 1fr; }
  .profile-action { grid-column: 2; }
}

@media (max-width: 940px) {
  .shell { width: min(calc(100% - 48px), var(--shell)); }
  .header-inner { min-height: 82px; }
  .brand { width: 176px; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    padding: 0;
    background: var(--paper);
    border: 1px solid #c9c6be;
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--ink);
    transition: opacity .2s ease, transform .2s ease;
  }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    top: 82px;
    right: 24px;
    left: 24px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 17px 24px 23px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 24px 60px rgba(0,0,0,.13);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .site-nav .nav-contact { justify-content: center; margin-top: 15px; border-bottom: 1px solid var(--ink); }
  .hero { min-height: 760px; }
  .hero-copy { padding-top: 96px; }
  h1 { font-size: clamp(4.6rem, 14vw, 7.2rem); }
  .certification-grid { grid-template-columns: 1fr 1fr; }
  .certification-status {
    grid-column: 1 / -1;
    padding: 0 0 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .statement { padding-top: 112px; }
  .statement-grid,
  .section-heading,
  .experience-grid,
  .contact-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .statement-mark { display: none; }
  .statement-body { gap: 6%; }
  .fact-line { margin-top: 75px; grid-template-columns: 1fr 1fr; }
  .fact-line div:nth-child(3) { border-left: 0; }
  .fact-line div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .services { margin-top: 112px; padding: 105px 0 112px; }
  .section-heading { align-items: start; margin-bottom: 57px; }
  .heading-note { max-width: 490px; }
  .experience { padding-top: 112px; }
  .experience-portfolio { grid-template-columns: 1fr 1fr; margin-top: 65px; }
  .delivery { padding: 112px 0; }
  .delivery-steps { grid-template-columns: 1fr 1fr; }
  .delivery-steps article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .delivery-steps article:nth-child(4) { border-top: 1px solid var(--line); }
  .delivery-steps article:nth-child(3)::before { left: 0; }
  .profile-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .profile-title { grid-column: 1 / -1; }
  .profile-action { grid-column: auto; }
  .contact { padding: 112px 0 100px; }
  .contact-grid { padding-left: 0; grid-template-columns: 1fr 1fr; gap: 6%; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-email { grid-column: 2; }
  .legal-grid { grid-template-columns: 1fr; gap: 52px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: 0 28px; }
  .legal-nav p { width: 100%; }
  .legal-nav a { min-width: 165px; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .utility-inner { min-height: 30px; justify-content: center; }
  .utility-inner span:nth-child(2) { display: none; }
  .header-inner { min-height: 76px; }
  .brand { width: 156px; }
  .site-nav { top: 76px; right: 17px; left: 17px; }
  h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero { min-height: 700px; }
  .hero::before { left: 17px; }
  .hero::after { right: 17px; }
  .hero-copy { padding-top: 78px; }
  h1 { font-size: clamp(4.1rem, 20vw, 6.2rem); }
  .hero-lead { max-width: 520px; font-size: 1rem; }
  .hero-actions { flex-direction: column; gap: 20px; margin-top: 31px; }
  .hero-signature { margin-top: 48px; }
  .signature-line { gap: 9px; font-size: .7rem; }
  .signature-line i { width: 16px; }
  .hero-art img { min-height: 205px; object-fit: cover; }
  .certification { padding: 58px 0; }
  .certification-grid { grid-template-columns: 1fr; gap: 30px; }
  .certification-status { grid-column: auto; }
  .statement { padding-top: 87px; }
  .statement-body { grid-template-columns: 1fr; gap: 22px; margin-top: 37px; }
  .statement-body .lead { font-size: 1.25rem; }
  .fact-line { grid-template-columns: 1fr; margin-top: 58px; }
  .fact-line div,
  .fact-line div + div { min-height: auto; padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  .fact-line div:first-child { border-top: 0; }
  .services { margin-top: 87px; padding: 84px 0 90px; }
  .service-list article {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    min-height: auto;
    padding: 26px 0;
  }
  .service-list article:hover { padding-left: 8px; }
  .service-mark { display: none; }
  .service-list h3 { font-size: 1.35rem; }
  .experience { padding-top: 88px; }
  .experience-portfolio { grid-template-columns: 1fr; margin-top: 50px; }
  .experience-portfolio article { min-height: auto; padding: 26px 23px 29px; }
  .experience-portfolio article > span { margin-bottom: 30px; }
  .experience-footer { align-items: flex-start; flex-direction: column; }
  .delivery { padding: 88px 0; }
  .delivery-steps { grid-template-columns: 1fr; }
  .delivery-steps article,
  .delivery-steps article + article {
    min-height: auto;
    padding: 26px 0 28px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .delivery-steps article:first-child { border-top: 0; }
  .delivery-steps article::before,
  .delivery-steps article + article::before { left: 0; }
  .delivery-steps article > span { margin-bottom: 25px; }
  .profile { padding: 78px 0; }
  .profile-grid { grid-template-columns: 1fr; gap: 48px; }
  .profile-title { grid-column: auto; }
  .profile-details { grid-template-columns: 1fr; }
  .profile-details div:nth-child(even) { padding-left: 0; border-left: 0; }
  .contact { padding: 88px 0 80px; }
  .contact-head { margin-bottom: 52px; }
  .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .contact-form { padding: 29px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-email { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-bottom-links { align-items: flex-start; flex-direction: column; gap: 10px; }
  .legal-hero { padding: 75px 0 72px; }
  .legal-hero::before { left: 17px; }
  .legal-hero::after { right: 17px; }
  .legal-hero h1 { font-size: clamp(3.7rem, 18vw, 5.4rem); }
  .legal-content { padding: 72px 0 85px; }
  .legal-nav { display: grid; }
  .legal-nav a { min-width: 0; }
  .legal-document { padding: 42px 24px; }
  .legal-part + .legal-part { margin-top: 58px; padding-top: 52px; }
  .legal-part h2 { margin-bottom: 34px; }
  .legal-contact { margin-top: 58px; padding: 34px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
