:root {
  --navy: #172f3d;
  --copper: #a95733;
  --paper: #f5f2ec;
  --slate: #52636d;
  --rule: #d8ddde;
  --white: #ffffff;
  --light: #dce5ea;
  --font: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7.5rem; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: var(--font); font-size: 1rem; line-height: 1.65; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--copper); outline-offset: 5px; }
::selection { background: var(--copper); color: var(--white); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.025em; text-wrap: balance; }
p { font-size: 1.0625rem; }
.container { width: min(100% - 5rem, 76rem); margin-inline: auto; }
.section { padding-block: 7.25rem; }
.accent { color: var(--copper); }
.eyebrow { color: var(--copper); font-size: .875rem; line-height: 1.5; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.button { display: inline-flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 1rem; min-height: 3.25rem; padding: .9rem 1.4rem; border: 1px solid var(--navy); color: var(--white); background: var(--navy); text-decoration: none; font-size: .9375rem; line-height: 1.4; font-weight: 700; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.button:hover { background: #294959; border-color: #294959; transform: translateY(-2px); }
.button span { font-size: 1.25rem; line-height: 1; }
.button-small { min-height: 2.85rem; padding: .75rem 1.05rem; font-size: .875rem; }
.text-link { display: inline-flex; align-items: center; gap: .8rem; min-height: 2.75rem; font-size: .9375rem; font-weight: 700; text-decoration: underline; }
.text-link:hover { color: var(--copper); }
.skip-link { position: fixed; z-index: 20; top: .75rem; left: .75rem; transform: translateY(-180%); background: var(--navy); color: white; padding: .7rem 1rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 10; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(216,221,222,.7); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; min-height: 6.1rem; }
.brand { display: inline-flex; align-items: center; margin-left: -.7rem; flex-shrink: 1; min-width: 0; max-width: calc(100% - 6.25rem); }
.brand img { display: block; width: 15.9rem; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 1.75rem; }
.primary-nav > a:not(.button) { display: flex; align-items: center; min-height: 2.75rem; text-decoration: none; font-size: .875rem; font-weight: 600; }
.primary-nav > a:not(.button):hover { color: var(--copper); }
.nav-toggle { display: none; }

.hero { padding: 4.5rem 0 5rem; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 4rem; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1.7rem; font-size: .875rem; letter-spacing: .08em; }
.hero-copy .eyebrow > span { width: 1.75rem; height: 2px; background: var(--copper); flex-shrink: 0; }
.hero h1 { font-size: clamp(2.85rem, 5.35vw, 4.65rem); line-height: 1.045; letter-spacing: -.03em; font-weight: 700; }
.hero h1 > span { display: block; }
.hero-intro { max-width: 32rem; margin-top: 1.65rem; color: var(--slate); font-size: 1.125rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem 1.55rem; margin-top: 2rem; }
.hero-visual { min-width: 0; }
.photo-frame { position: relative; aspect-ratio: 1 / 1.06; background: var(--navy); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), calc(100% - 2.5rem) 100%, 0 100%); }
.photo-frame::after { content: ""; position: absolute; top: 0; left: 0; width: 5px; height: 6rem; background: var(--copper); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-visual figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .3rem 1rem; padding-top: 1rem; color: var(--slate); font-size: .875rem; }
.hero-visual figcaption span:last-child { color: var(--navy); font-weight: 700; }

.difference { background: var(--white); }
.difference-heading { max-width: 50rem; }
.difference-heading h2 { margin-top: 1.1rem; font-size: clamp(2.2rem, 4vw, 3.45rem); line-height: 1.1; }
.difference-heading > p:last-child { max-width: 44rem; margin-top: 1.4rem; color: var(--slate); }
.difference-rule { display: grid; grid-template-columns: minmax(12rem,.55fr) minmax(0,1.45fr); align-items: center; gap: 2rem; margin-top: 1.25rem; border: 1px solid var(--rule); border-left: 4px solid var(--copper); padding: 1.35rem 1.5rem; }
.difference-rule strong { font-size: 1.25rem; line-height: 1.3; }
.difference-rule p { color: var(--slate); font-size: 1rem; line-height: 1.65; }

.value-band { background: var(--navy); color: var(--white); }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding-block: 3.1rem; }
.value-grid > div { padding-right: 2.5rem; }
.value-grid > div + div { border-left: 1px solid #405765; padding-left: 2.5rem; }
.value-grid > div:last-child { padding-right: 0; }
.value-label { margin-bottom: .85rem; color: #d1b09e; font-size: .875rem; line-height: 1.5; }
.value-grid h2 { max-width: 18rem; font-size: 1.5rem; line-height: 1.25; }
.value-grid p:last-child { margin-top: .9rem; color: var(--light); font-size: 1rem; line-height: 1.65; }

.fit h2, .contact h2 { margin-top: 1.1rem; font-size: clamp(2rem, 3.5vw, 3.05rem); line-height: 1.13; }

.fit { background: var(--paper); }
.fit-grid { display: grid; grid-template-columns: .86fr 1.4fr; align-items: start; gap: 5rem; }
.fit-copy > p:not(.eyebrow) { margin-top: 1.4rem; color: var(--slate); }
.fit-copy .text-link { margin-top: 1.6rem; }
.fit-columns { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.25rem; }
.fit-card { min-width: 0; height: 100%; border-top: 4px solid var(--copper); padding: 1.7rem; background: var(--white); }
.fit-card-dark { color: var(--white); background: var(--navy); }
.fit-label { color: var(--copper); font-size: .875rem; line-height: 1.5; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fit-card-dark .fit-label { color: #d1b09e; }
.fit-card h3 { margin-top: .8rem; font-size: 1.35rem; line-height: 1.25; }
.fit-card ul { margin: 1.35rem 0 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding-left: 1.25rem; color: var(--slate); font-size: 1rem; line-height: 1.7; }
.fit-card li + li { margin-top: .8rem; }
.fit-card li::before { content: ""; position: absolute; top: .68rem; left: 0; width: .45rem; height: .45rem; background: var(--copper); }
.fit-card-dark li { color: var(--light); }

.contact { position: relative; overflow: hidden; color: white; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1.14fr 1fr; align-items: center; gap: 5rem; }
.contact-copy .eyebrow { color: #d1b09e; }
.contact h2 { font-size: clamp(2rem, 3.4vw, 3.05rem); }
.contact-accent { color: #d1b09e; }
.contact-copy > p:last-child { color: var(--light); margin-top: 1.5rem; max-width: 33rem; font-size: 1.0625rem; }
.contact-card { padding: 2rem; color: var(--navy); background: var(--white); border-top: 4px solid var(--copper); min-width: 0; }
.contact-person { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; }
.contact-person > div { flex: 1 1 10rem; min-width: 0; }
.contact-initials { display: flex; justify-content: center; align-items: center; width: 3.25rem; height: 3.25rem; background: var(--paper); font-size: .9375rem; font-weight: 700; flex-shrink: 0; }
.contact-person h3 { font-size: 1.1875rem; }
.contact-person p { margin-top: .3rem; font-size: .875rem; color: var(--slate); line-height: 1.5; }
.contact-email { display: inline-block; max-width: 100%; margin-top: 1.5rem; color: var(--navy); font-size: clamp(1.1rem,2vw,1.45rem); line-height: 1.45; font-weight: 700; overflow-wrap: anywhere; }
.contact-email:hover { color: var(--copper); }
.contact-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.25rem; }
.contact-actions .button { flex: 1 1 11rem; min-width: 0; }

.site-footer { padding-top: 2.5rem; background: white; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding-bottom: 2.5rem; }
.footer-brand { display: inline-block; margin-left: -.65rem; }
.footer-brand img { width: 14.6rem; display: block; }
.footer-top > p { line-height: 1.5; font-size: 1rem; color: var(--slate); }
.footer-top > p strong { color: var(--navy); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--rule); padding-block: 1.2rem; }
.footer-bottom p, .footer-bottom a { font-size: .875rem; color: var(--slate); }
.footer-bottom a { display: inline-flex; align-items: center; gap: .65rem; min-height: 2.75rem; }

@media (min-width: 1500px) { .hero { padding-block: 5.5rem; } }
@media (max-width: 1100px) {
  .container { width: min(100% - 3rem,76rem); }
  .primary-nav { gap: 1.1rem; }
  .brand img { width: 14rem; }
  .hero-grid { gap: 2rem; }
  .hero-copy .eyebrow { max-width: 24rem; }
  .hero h1 { font-size: clamp(2.85rem, 5.8vw, 4rem); }
  .hero-intro { font-size: 1.0625rem; }
  .hero-actions { gap: .75rem 1rem; }
  .value-grid > div { padding-right: 1.6rem; }
  .value-grid > div + div { padding-left: 1.6rem; }
  .contact-grid { gap: 3rem; }
  .fit-grid { gap: 3rem; }
}
@media (max-width: 940px) {
  html { scroll-padding-top: 6rem; }
  .header-inner { flex-wrap: wrap; gap: 0; min-height: 5.5rem; }
  .brand img { width: 14.6rem; }
  .primary-nav { width: 100%; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding: 0 0 1.5rem; }
  .js-ready .primary-nav { display: none; }
  .js-ready .primary-nav.is-open { display: flex; }
  .js-ready .nav-toggle { display: inline-flex; align-items: center; gap: .85rem; min-height: 2.75rem; padding: .45rem .55rem; border: 0; background: transparent; color: var(--navy); font-size: .875rem; font-weight: 700; cursor: pointer; }
  .menu-lines { display: flex; flex-direction: column; gap: 5px; width: 21px; }
  .menu-lines > span { height: 2px; width: 100%; background: currentColor; transition: transform .18s ease; }
  .nav-toggle[aria-expanded="true"] .menu-lines > span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .menu-lines > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { padding-top: 3.5rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 1.75rem; }
  .hero h1 { font-size: clamp(2.55rem, 5.65vw, 3.4rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-copy .eyebrow { font-size: .875rem; }
  .photo-frame { aspect-ratio: 1 / 1.35; }
  .hero-visual figcaption { flex-direction: column; font-size: .8125rem; }
  .section { padding-block: 5rem; }
  .value-grid h2 { font-size: 1.25rem; }
  .fit-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .fit-copy { max-width: 39rem; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .contact-card { padding: 1.6rem; }
  .contact-person { align-items: flex-start; gap: .7rem; }
  .contact-initials { width: 2.7rem; height: 2.7rem; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 2.5rem); }
  .section { padding-block: 4rem; }
  .header-inner { min-height: 5rem; }
  .brand img { width: 13.5rem; }
  .primary-nav { flex-direction: column; align-items: stretch; gap: .35rem; padding: .4rem 0 1.3rem; }
  .primary-nav > a:not(.button) { padding-block: .4rem; font-size: 1rem; }
  .primary-nav .button { margin-top: .55rem; }
  .hero { padding: 2.75rem 0 3.25rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero h1 { font-size: clamp(2.65rem, 10.5vw, 4rem); line-height: 1.06; }
  .hero-copy .eyebrow { font-size: .875rem; margin-bottom: 1.35rem; max-width: 27rem; }
  .hero-intro { margin-top: 1.4rem; max-width: 34rem; font-size: 1.0625rem; }
  .hero-actions { flex-direction: row; align-items: center; gap: .9rem 1.3rem; margin-top: 1.6rem; }
  .difference-rule { grid-template-columns: 1fr; gap: .55rem; }
  .photo-frame { aspect-ratio: 4 / 3; clip-path: polygon(0 0,100% 0,100% calc(100% - 1.75rem),calc(100% - 1.75rem) 100%,0 100%); }
  .hero-visual figcaption { flex-direction: row; font-size: .875rem; }
  .value-grid { grid-template-columns: 1fr; padding-block: .6rem; }
  .value-grid > div, .value-grid > div + div { padding: 1.75rem 0; border-left: none; }
  .value-grid > div + div { border-top: 1px solid #405765; }
  .value-label { margin-bottom: .5rem; }
  .value-grid h2 { font-size: 1.5rem; max-width: none; }
  .value-grid p:last-child { margin-top: .65rem; max-width: 31rem; }
  .fit h2, .contact h2 { font-size: clamp(2rem,7.5vw,2.75rem); }
  .fit-columns { grid-template-columns: 1fr; }
  .fit-card { padding: 1.5rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.35rem; }
  .contact-card { padding: 1.5rem; }
  .contact-person { align-items: center; gap: .9rem; }
  .contact-initials { width: 3rem; height: 3rem; }
  .contact-person h3 { font-size: 1.2rem; }
  .contact-actions .button { flex-basis: auto; }
  .footer-top { flex-wrap: wrap; gap: 1.5rem 2rem; padding-bottom: 2rem; }
  .footer-brand { flex-basis: 100%; }
  .footer-brand img { width: 14.5rem; }
  .footer-top .text-link { font-size: .875rem; }
  .footer-bottom { align-items: flex-start; gap: .5rem; flex-direction: column; padding-block: 1rem; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 2rem); }
  .brand img { width: 12.5rem; }
  .nav-toggle-label { font-size: .875rem; }
  .js-ready .nav-toggle { gap: .5rem; padding-inline: .25rem; }
  .hero h1 { font-size: 2.65rem; }
  .hero-copy .eyebrow { font-size: .875rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { padding-inline: .9rem; }
  .contact-card { padding: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
  .button:hover { transform: none; }
}
@media print {
  .site-header { position: static; }
  .primary-nav, .nav-toggle, .hero-actions, .footer-bottom a { display: none !important; }
  .section { padding-block: 2rem; }
  .container { width: 100%; }
  .hero { padding-block: 1rem 2rem; }
  .hero h1 { font-size: 2.8rem; }
  .hero-grid { gap: 2rem; }
  .contact, .value-band { print-color-adjust: exact; }
  .contact-card, .fit-card { break-inside: avoid; }
}
