@font-face {
  font-family: "Bodoni Moda";
  src: url("fonts/display.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Spline Sans";
  src: url("fonts/body.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --pine: #17292c;
  --flax: #f6f0e2;
  --gold: #d8b928;
  --blue: #9ec9c3;
  --clay: #a94734;
  --white: #fffdf6;
  --muted: #526361;
  --edge: clamp(20px, 5vw, 82px);
  --section: clamp(66px, 9vw, 132px);
  --display: "Bodoni Moda", Georgia, serif;
  --body: "Spline Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 128px; }
body { margin: 0; overflow-x: hidden; background: var(--flax); color: var(--pine); font: 400 17px/1.6 var(--body); }
body.menu-open { overflow: hidden; }
h1, h2, h3, p, figure, ul, ol, dl, dd { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 650; line-height: .96; letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 8vw, 124px); }
h2 { font-size: clamp(34px, 5vw, 72px); }
h3 { font-size: clamp(24px, 2.6vw, 38px); }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 5px; }
address { font-style: normal; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; box-shadow: 0 0 0 7px var(--pine); }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }

.shell { width: min(1520px, 100%); margin-inline: auto; padding-inline: var(--edge); }
.skip-link { position: fixed; z-index: 900; top: 12px; left: 12px; padding: 12px 18px; background: var(--gold); color: var(--pine); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.eyebrow { font-size: 14px; font-weight: 700; line-height: 1.2; letter-spacing: .105em; text-transform: uppercase; }
.lead { max-width: 48rem; font-size: clamp(19px, 2vw, 27px); line-height: 1.35; }
.small-note { color: var(--muted); font-size: 14px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 34px; border: 2px solid currentColor; padding: 11px 17px; background: transparent; color: inherit; font-weight: 700; text-decoration: none; }
.button::after { content: "→"; font-size: 22px; }
.button:hover { background: var(--pine); color: var(--flax); }
.button.light:hover { background: var(--white); color: var(--pine); }
.strings { position: relative; }
.strings::after { position: absolute; z-index: 0; inset: 0; background-image: linear-gradient(to right, transparent calc(100% - 1px), rgba(23,41,44,.2) 0); background-size: 20% 100%; pointer-events: none; content: ""; }
.strings > * { position: relative; z-index: 1; }

.site-header { position: sticky; z-index: 300; top: 0; border-bottom: 2px solid var(--pine); background: rgba(246,240,226,.97); backdrop-filter: blur(14px); }
.header-row { display: grid; min-height: 118px; grid-template-columns: minmax(250px, .8fr) minmax(470px, 1.4fr) auto; align-items: center; gap: clamp(24px, 4vw, 64px); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 15px; text-decoration: none; }
.brand-mark { display: flex; width: 94px; align-items: center; font: 700 26px/1 var(--display); }
.brand-mark i { height: 2px; flex: 1; margin-inline: 5px; background: var(--clay); }
.brand-name { font-size: 14px; font-weight: 700; line-height: 1.18; letter-spacing: .04em; }
.brand-name small { display: block; margin-top: 5px; color: var(--clay); font-size: 12px; letter-spacing: .1em; }
.line-nav { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); align-self: stretch; }
.line-nav::before { position: absolute; top: 43px; right: 7%; left: 7%; height: 1px; background: var(--pine); content: ""; }
.line-nav a { position: relative; display: flex; align-items: flex-end; justify-content: center; padding: 59px 7px 24px; font-size: 14px; font-weight: 650; text-align: center; text-decoration: none; }
.line-nav a::before { position: absolute; top: 37px; width: 13px; height: 13px; border: 2px solid var(--pine); background: var(--flax); content: ""; transform: rotate(45deg); }
.line-nav a:hover::before, .line-nav a[aria-current="page"]::before { background: var(--gold); }
.line-nav a[aria-current="page"] { color: var(--clay); }
.header-contact { display: grid; gap: 7px; justify-items: end; font-weight: 650; }
.header-contact a:last-child { font: 650 20px/1.1 var(--display); text-decoration: none; }
.menu-toggle { display: none; min-width: 86px; min-height: 48px; border: 2px solid var(--pine); background: var(--gold); font-weight: 700; }
.mobile-menu { display: none; }

.measure-hero { position: relative; min-height: min(790px, 82vh); overflow: hidden; background: var(--pine); color: var(--white); }
.measure-hero figure { position: absolute; inset: 0; }
.measure-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; filter: brightness(.55) saturate(.8); }
.measure-hero .strings { position: absolute; inset: 0; }
.measure-hero .strings::after { background-image: linear-gradient(to right, transparent calc(100% - 2px), rgba(255,253,246,.42) 0); }
.hero-copy { position: relative; z-index: 2; display: flex; min-height: min(790px, 82vh); flex-direction: column; justify-content: space-between; padding-block: clamp(52px, 8vw, 116px); }
.hero-copy .eyebrow { color: var(--gold); }
.hero-copy h1 { max-width: 11ch; text-wrap: balance; }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.hero-bottom .lead { max-width: 38rem; }
.hero-photo-note { position: absolute; z-index: 3; right: 18px; bottom: 18px; max-width: 280px; color: var(--white); font-size: 12px; text-align: right; }
.fact-band { background: var(--gold); }
.fact-band .shell { display: grid; grid-template-columns: .5fr 1.4fr auto; gap: 42px; align-items: center; min-height: 140px; padding-block: 25px; }
.fact-band h2 { font-size: clamp(28px, 3.6vw, 52px); }
.fact-band a { font-weight: 700; }

.chord-section { padding-block: var(--section); }
.chord-intro { display: grid; grid-template-columns: .65fr 1fr; gap: 7vw; margin-bottom: 60px; }
.chord-intro h2 { max-width: 10ch; }
.chord-intro p { color: var(--muted); }
.chords { overflow: hidden; }
.chord { display: grid; width: var(--width); min-height: 108px; grid-template-columns: minmax(170px, .35fr) 1fr auto; align-items: center; margin-left: var(--left); border-top: 2px solid var(--pine); }
.chord:last-child { border-bottom: 2px solid var(--pine); }
.chord:nth-child(2) { background: var(--blue); }
.chord:nth-child(4) { background: var(--gold); }
.chord span, .chord strong { padding: 22px 26px; }
.chord span { font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.chord strong { border-left: 1px solid var(--pine); font: 600 clamp(23px, 2.7vw, 38px)/1.05 var(--display); }
.chord::after { padding: 20px 26px; color: var(--clay); content: "→"; font-size: 27px; }
.chord-a { --width: 76%; --left: 0%; }
.chord-b { --width: 83%; --left: 17%; }
.chord-c { --width: 92%; --left: 5%; }
.chord-d { --width: 72%; --left: 28%; }
.chord-e { --width: 88%; --left: 0%; }
.address-band { background: var(--clay); color: var(--white); }
.address-band .shell { display: grid; grid-template-columns: .52fr 1fr auto; gap: 45px; align-items: center; min-height: 170px; padding-block: 30px; }
.address-band address { font: 600 clamp(23px, 3.2vw, 46px)/1.18 var(--display); }
.address-band a { font-weight: 700; }

.notes-title { padding-block: var(--section) 70px; }
.notes-title h1 { max-width: 10ch; margin-top: 32px; }
.notes-title .lead { margin: 34px 0 0 auto; }
.note-register { border-top: 2px solid var(--pine); }
.service-note { display: grid; min-height: 220px; grid-template-columns: minmax(170px, .28fr) .82fr 1fr; align-items: center; border-bottom: 2px solid var(--pine); }
.service-note > * { height: 100%; padding: clamp(28px, 4vw, 58px); border-right: 1px solid var(--pine); }
.service-note > *:last-child { border-right: 0; }
.service-note .eyebrow { display: flex; align-items: center; }
.service-note h2 { display: flex; align-items: center; font-size: clamp(30px, 4vw, 58px); }
.service-note p { display: flex; align-items: center; color: var(--muted); }
.service-note:nth-child(2) { background: var(--blue); }
.service-note:nth-child(4) { background: var(--gold); }
.service-note:nth-child(2) p, .service-note:nth-child(4) p { color: var(--pine); }
.note-photo { position: relative; height: clamp(420px, 55vw, 760px); overflow: hidden; border-bottom: 2px solid var(--pine); }
.note-photo img { width: 100%; height: 100%; object-fit: cover; }
.note-photo figcaption { position: absolute; right: var(--edge); bottom: 24px; max-width: 400px; padding: 15px 18px; background: var(--pine); color: var(--white); font-size: 13px; }
.notes-close { display: grid; grid-template-columns: .7fr 1fr; gap: 8vw; padding-block: var(--section); }
.notes-close p { color: var(--muted); }
.notes-close .button { margin-top: 30px; }

.road-opening { display: grid; min-height: 720px; grid-template-columns: 1.2fr .8fr; border-bottom: 2px solid var(--pine); }
.road-opening figure { position: relative; min-width: 0; overflow: hidden; }
.road-opening img { width: 100%; height: 100%; object-fit: cover; object-position: 42% center; }
.road-opening figcaption { position: absolute; right: 20px; bottom: 18px; left: 20px; padding: 12px 16px; background: rgba(246,240,226,.94); font-size: 13px; }
.road-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(40px, 6vw, 92px); background: var(--pine); color: var(--white); }
.road-copy .eyebrow { color: var(--gold); }
.road-copy h1 { margin-top: 38px; font-size: clamp(53px, 7vw, 105px); }
.road-copy .lead { margin-top: 40px; color: var(--blue); }
.road-copy .button { align-self: flex-start; margin-top: 40px; }
.road-pair { display: grid; grid-template-columns: 1fr 1fr; }
.road-pair article { min-height: 410px; padding: clamp(40px, 6vw, 90px) var(--edge); }
.road-pair article:first-child { border-right: 2px solid var(--pine); }
.road-pair article:last-child { background: var(--blue); }
.road-pair h2 { max-width: 9ch; }
.road-pair p { max-width: 37rem; margin-top: 32px; color: var(--muted); }
.road-pair article:last-child p { color: var(--pine); }
.request-lines { padding-block: var(--section); }
.request-line { display: grid; grid-template-columns: .32fr 1fr; min-height: 90px; align-items: center; border-top: 1px solid var(--pine); }
.request-line:last-child { border-bottom: 1px solid var(--pine); }
.request-line dt { color: var(--clay); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.request-line dd { padding-block: 20px; font: 600 clamp(21px, 2.7vw, 38px)/1.15 var(--display); }

.warehouse-stage { display: grid; grid-template-columns: minmax(340px, .43fr) 1fr; border-bottom: 2px solid var(--pine); }
.worker-frame { min-height: 780px; overflow: hidden; border-right: 2px solid var(--pine); }
.worker-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.warehouse-copy { display: flex; min-height: 780px; flex-direction: column; justify-content: space-between; padding: clamp(45px, 7vw, 104px); }
.warehouse-copy h1 { max-width: 9ch; }
.warehouse-copy .lead { max-width: 38rem; margin-top: 42px; }
.warehouse-copy .small-note { max-width: 36rem; }
.task-register { border-bottom: 2px solid var(--pine); }
.task-row { display: grid; grid-template-columns: .45fr 1fr; min-height: 200px; border-top: 1px solid var(--pine); }
.task-row > * { display: flex; align-items: center; padding: clamp(30px, 5vw, 70px); }
.task-row h2 { border-right: 1px solid var(--pine); font-size: clamp(29px, 4vw, 58px); }
.task-row p { color: var(--muted); }
.task-row:nth-child(2) { background: var(--gold); }
.task-row:nth-child(2) p { color: var(--pine); }
.aisle-photo { position: relative; height: clamp(480px, 62vw, 820px); overflow: hidden; }
.aisle-photo img { width: 100%; height: 100%; object-fit: cover; }
.aisle-caption { position: absolute; right: 0; bottom: 0; display: grid; width: min(620px, 75%); grid-template-columns: .8fr 1.2fr; gap: 25px; padding: 28px var(--edge); background: var(--clay); color: var(--white); }
.warehouse-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 54px; }
.warehouse-cta h2 { max-width: 15ch; font-size: clamp(29px, 4vw, 58px); }

.contact-opening { padding-block: var(--section); background: var(--pine); color: var(--white); }
.contact-opening h1 { max-width: 10ch; }
.contact-links { margin-top: 70px; border-top: 1px solid var(--blue); }
.contact-link { display: grid; grid-template-columns: .28fr 1fr auto; gap: 30px; align-items: center; min-height: 126px; border-bottom: 1px solid var(--blue); }
.contact-link .eyebrow { color: var(--gold); }
.contact-link a { font: 600 clamp(24px, 3.5vw, 50px)/1.15 var(--display); text-decoration: none; overflow-wrap: anywhere; }
.contact-link span:last-child { font-size: 14px; font-weight: 700; text-transform: uppercase; }
.form-section { padding-block: var(--section); }
.form-head { display: grid; grid-template-columns: .62fr 1fr; gap: 8vw; margin-bottom: 55px; }
.form-head p { color: var(--muted); }
.line-form { border-top: 2px solid var(--pine); }
.line-field { display: grid; grid-template-columns: minmax(190px, .3fr) 1fr; min-height: 86px; border-bottom: 1px solid var(--pine); }
.line-field label { display: flex; align-items: center; padding: 18px 24px 18px 0; border-right: 1px solid var(--pine); font-size: 14px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.line-field input, .line-field select, .line-field textarea { width: 100%; min-width: 0; border: 0; border-radius: 0; padding: 18px 25px; background: transparent; color: var(--pine); }
.line-field textarea { min-height: 210px; resize: vertical; }
.form-finish { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; padding-top: 32px; }
.form-finish p { max-width: 48rem; color: var(--muted); font-size: 14px; }
.form-status { margin-top: 14px; font-weight: 700; }
.contact-address { background: var(--gold); }
.contact-address .shell { display: grid; grid-template-columns: .42fr 1fr; gap: 55px; align-items: center; min-height: 220px; padding-block: 42px; }
.contact-address address { font: 600 clamp(25px, 4vw, 56px)/1.14 var(--display); }

.footer { border-top: 2px solid var(--pine); }
.footer-rule { height: 12px; background: repeating-linear-gradient(to right, var(--pine) 0 1px, transparent 1px 20%); }
.footer-main { display: grid; grid-template-columns: .8fr 1fr auto; gap: 45px; align-items: start; padding-block: 52px 70px; }
.footer-name { font: 650 clamp(30px, 4vw, 58px)/.98 var(--display); }
.footer-main nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.footer-main nav a { min-height: 30px; }
.footer-contact { text-align: right; }
.footer-legal { grid-column: 1 / -1; color: var(--muted); font-size: 13px; }

@media (max-width: 1120px) {
  .header-row { grid-template-columns: 230px 1fr auto; }
  .header-contact a:first-child { display: none; }
  .line-nav a { font-size: 13px; }
  .service-note { grid-template-columns: 150px .8fr 1fr; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 98px; }
  body { font-size: 16px; }
  .header-row { min-height: 94px; grid-template-columns: 1fr auto auto; }
  .line-nav { display: none; }
  .header-contact { display: block; }
  .header-contact a { display: none; }
  .header-contact a:last-child { display: block; font-size: 18px; }
  .menu-toggle { display: block; }
  .mobile-menu:not([hidden]) { position: fixed; z-index: 290; inset: 94px 0 0; display: flex; flex-direction: column; justify-content: center; overflow-y: auto; padding: 32px var(--edge); background-color: var(--pine); background-image: linear-gradient(to right, transparent calc(100% - 1px), rgba(158,201,195,.28) 0); background-size: 20% 100%; color: var(--white); }
  .mobile-menu a { display: flex; min-height: 68px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--blue); font: 600 clamp(23px, 5vw, 36px)/1.1 var(--display); text-decoration: none; }
  .mobile-menu a::after { color: var(--gold); content: "◆"; font-size: 15px; }
  .mobile-menu a[aria-current="page"] { color: var(--gold); }
  .hero-copy { min-height: 700px; }
  .hero-bottom { grid-template-columns: 1fr; }
  .hero-bottom .button { justify-self: start; }
  .fact-band .shell, .address-band .shell { grid-template-columns: 1fr auto; }
  .fact-band .eyebrow, .address-band .eyebrow { grid-column: 1 / -1; }
  .chord-intro, .notes-close, .form-head { grid-template-columns: 1fr; gap: 32px; }
  .service-note { grid-template-columns: 125px 1fr; }
  .service-note p { grid-column: 1 / -1; border-top: 1px solid var(--pine); border-right: 0; }
  .road-opening { grid-template-columns: 1fr; }
  .road-opening figure { min-height: 520px; }
  .road-copy { min-height: 600px; }
  .road-pair { grid-template-columns: 1fr; }
  .road-pair article:first-child { border-right: 0; border-bottom: 2px solid var(--pine); }
  .warehouse-stage { grid-template-columns: 1fr; }
  .worker-frame { min-height: 690px; border-right: 0; border-bottom: 2px solid var(--pine); }
  .warehouse-copy { min-height: 640px; }
  .contact-link { grid-template-columns: .25fr 1fr; }
  .contact-link span:last-child { grid-column: 2; padding-bottom: 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-contact { text-align: left; }
  .footer-legal { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .brand-mark { width: 76px; }
  .brand-name { font-size: 12px; }
  .header-contact { display: none; }
  .header-row { grid-template-columns: 1fr auto; }
  .measure-hero, .hero-copy { min-height: 690px; }
  .hero-copy h1 { font-size: 53px; }
  .hero-photo-note { right: 12px; bottom: 10px; max-width: 230px; }
  .fact-band .shell, .address-band .shell { grid-template-columns: 1fr; }
  .chord { width: 100%; grid-template-columns: 1fr auto; margin-left: 0; }
  .chord span { grid-column: 1 / -1; padding-bottom: 0; }
  .chord strong { border-left: 0; }
  .service-note { grid-template-columns: 1fr; }
  .service-note > *, .service-note p { grid-column: 1; border-right: 0; border-top: 1px solid var(--pine); }
  .service-note .eyebrow { border-top: 0; }
  .note-photo { height: 470px; }
  .notes-title h1 { font-size: 52px; }
  .road-opening figure { min-height: 420px; }
  .road-copy h1 { font-size: 55px; }
  .request-line { grid-template-columns: 1fr; padding-block: 14px; }
  .request-line dd { padding-top: 7px; }
  .worker-frame { min-height: 590px; }
  .warehouse-copy { min-height: 590px; padding-inline: var(--edge); }
  .task-row { grid-template-columns: 1fr; }
  .task-row h2 { border-right: 0; border-bottom: 1px solid var(--pine); }
  .aisle-photo { height: 560px; }
  .aisle-caption { right: 14px; bottom: 14px; left: 14px; width: auto; grid-template-columns: 1fr; }
  .warehouse-cta { align-items: flex-start; flex-direction: column; }
  .contact-opening h1 { font-size: 55px; }
  .contact-link { grid-template-columns: 1fr; gap: 6px; padding-block: 21px; }
  .contact-link span:last-child { grid-column: 1; padding-bottom: 0; }
  .line-field { grid-template-columns: 1fr; }
  .line-field label { padding-bottom: 4px; border-right: 0; }
  .line-field input, .line-field select, .line-field textarea { padding-inline: 0; }
  .form-finish { grid-template-columns: 1fr; }
  .form-finish .button { width: 100%; }
  .contact-address .shell { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-legal { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
