:root {
  --bone: #eee9dc;
  --paper: #f7f4eb;
  --coal: #22211e;
  --brick: #a93f2d;
  --brass: #b4904e;
  --stone: #b9b4a8;
  --muted: #6e6b64;
  --line: rgba(34, 33, 30, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--coal); font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; height: 98px; padding: 0 clamp(22px, 4.5vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); color: white; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: 9px; font-weight: 800; line-height: 1.15; letter-spacing: .14em; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: italic 16px Georgia, serif; letter-spacing: -.08em; }
nav { display: flex; gap: clamp(24px, 3.5vw, 54px); font-size: 11px; }
nav a, .header-contact { transition: opacity .2s ease; }
nav a:hover, .header-contact:hover { opacity: .55; }
.header-contact { justify-self: end; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.header-contact span { margin-left: 18px; color: #e2c57f; }

.hero { min-height: 820px; height: 100svh; display: grid; grid-template-columns: 64px minmax(0, 1.05fr) minmax(430px, .95fr); background: var(--coal); color: white; overflow: hidden; }
.hero-rail { padding: 122px 0 34px; display: flex; align-items: center; justify-content: space-between; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); }
.hero-rail span { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 8px; letter-spacing: .2em; color: rgba(255,255,255,.48); }
.hero-main { padding: 132px clamp(34px, 5vw, 82px) 64px; display: flex; flex-direction: column; justify-content: center; }
.hero-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 60px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 8px; letter-spacing: .18em; color: rgba(255,255,255,.48); }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(74px, 7.8vw, 126px); line-height: .79; letter-spacing: -.065em; font-weight: 400; }
.hero h1 em { color: #d2b16d; }
.hero-intro { margin-top: 70px; display: grid; grid-template-columns: 1fr auto; gap: 42px; align-items: end; }
.hero-intro p { max-width: 500px; margin: 0; color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.65; }
.hero-intro a { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 11px; white-space: nowrap; }
.hero-intro a span { margin-left: 18px; color: #d2b16d; }

.hero-map { position: relative; overflow: hidden; background: var(--bone); color: var(--coal); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(34,33,30,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(34,33,30,.08) 1px, transparent 1px); background-size: 58px 58px; }
.hero-map::after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -170px; border-radius: 50%; border: 90px solid rgba(169,63,45,.1); }
.route { position: absolute; border: 1.5px dashed var(--brick); border-radius: 50%; opacity: .75; }
.route-a { width: 105%; height: 48%; left: -26%; top: 25%; transform: rotate(-18deg); }
.route-b { width: 76%; height: 68%; right: -18%; top: 15%; border-color: var(--brass); transform: rotate(22deg); }
.pin { position: absolute; z-index: 2; width: 20px; height: 20px; border-radius: 50%; border: 1px solid var(--brick); background: var(--bone); display: grid; place-items: center; }
.pin i { width: 6px; height: 6px; background: var(--brick); border-radius: 50%; }
.pin-a { top: 21%; left: 23%; }.pin-b { top: 53%; right: 13%; }.pin-c { bottom: 14%; left: 37%; }
.manifest { position: absolute; z-index: 3; left: 11%; top: 26%; width: 64%; max-width: 420px; padding: 28px; background: var(--paper); border: 1px solid rgba(34,33,30,.22); box-shadow: 18px 24px 0 rgba(34,33,30,.08); transform: rotate(-3deg); }
.manifest-head { display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 8px; letter-spacing: .14em; }
.manifest p { margin: 46px 0; font: 31px/1.12 Georgia, serif; }
.barcode { height: 48px; display: flex; gap: 5px; align-items: stretch; }
.barcode i { display: block; background: var(--coal); }
.barcode i:nth-child(1), .barcode i:nth-child(5) { width: 3px; }.barcode i:nth-child(2), .barcode i:nth-child(7) { width: 9px; }.barcode i:nth-child(3), .barcode i:nth-child(8) { width: 5px; }.barcode i:nth-child(4), .barcode i:nth-child(9) { width: 14px; }.barcode i:nth-child(6) { width: 7px; }
.seal { position: absolute; z-index: 4; right: 8%; bottom: 15%; width: 116px; height: 116px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--brick); color: white; font: italic 28px/.7 Georgia, serif; transform: rotate(9deg); }
.seal span { font: 7px/1.2 Arial, sans-serif; letter-spacing: .16em; }
.map-caption { position: absolute; left: 11%; bottom: 8%; font: italic 16px Georgia, serif; }

.company, .approach { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 112px); }
.section-tag { display: flex; align-items: center; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .18em; }
.section-tag span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.company-copy { margin-top: 70px; display: grid; grid-template-columns: .5fr 1.35fr .65fr; gap: 6vw; align-items: start; }
.lead { font-size: 13px; color: var(--muted); line-height: 1.6; }
.company h2 { margin: 0; font: 400 clamp(45px, 5.8vw, 86px)/.98 Georgia, serif; letter-spacing: -.045em; }
.company h2 em { color: var(--brick); }
.company-detail { padding-top: 8px; }
.company-detail .rule { display: block; width: 42px; height: 3px; margin-bottom: 26px; background: var(--brass); }
.company-detail p { color: var(--muted); font-size: 15px; line-height: 1.75; }

.work { background: var(--brick); color: white; padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 112px); }
.section-tag.light { color: rgba(255,255,255,.57); border-color: rgba(255,255,255,.28); }
.work-header { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }
.work-header h2 { margin: 54px 0 74px; grid-column: 2; font: 400 clamp(50px, 6.2vw, 92px)/.93 Georgia, serif; letter-spacing: -.045em; }
.work-list { border-top: 1px solid rgba(255,255,255,.32); }
.work-list article { position: relative; min-height: 170px; display: grid; grid-template-columns: 80px 1fr 1fr 35px; gap: 28px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.32); }
.work-no { font: italic 24px Georgia, serif; color: #e6c684; }
.work-title span { display: block; margin-bottom: 10px; font-size: 8px; color: rgba(255,255,255,.5); }
.work-title h3 { margin: 0; font: 400 clamp(24px, 2.5vw, 38px) Georgia, serif; }
.work-list article > p { max-width: 480px; margin: 0; color: rgba(255,255,255,.65); line-height: 1.6; font-size: 14px; }
.work-list article > i { font-style: normal; color: #e6c684; font-size: 20px; }

.approach-grid { margin-top: 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.approach-title > p { font-size: 9px; letter-spacing: .16em; color: var(--brick); }
.approach-title h2 { margin: 28px 0 0; font: 400 clamp(42px, 5vw, 76px)/.98 Georgia, serif; letter-spacing: -.04em; }
.approach-title h2 em { color: var(--brick); }
.steps { border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 55px 1fr 1fr; gap: 20px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps article > span { font-size: 9px; color: var(--brick); }
.steps h3 { margin: 0; font: 400 23px Georgia, serif; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }

.contact { padding: 64px clamp(24px, 7vw, 112px) clamp(95px, 11vw, 170px); background: var(--coal); color: white; }
.contact-label { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.44); font-size: 9px; letter-spacing: .18em; }
.contact-main { margin-top: 74px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; align-items: end; }
.contact h2 { margin: 0; font: 400 clamp(56px, 7.3vw, 112px)/.88 Georgia, serif; letter-spacing: -.055em; }
.contact h2 em { color: #d2b16d; }
.contact-main p { color: rgba(255,255,255,.54); line-height: 1.7; }
.contact-links { margin-top: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.contact-links a { position: relative; padding: 24px 40px 24px 0; border-top: 1px solid rgba(255,255,255,.32); border-bottom: 1px solid rgba(255,255,255,.32); }
.contact-links small { display: block; margin-bottom: 12px; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .16em; }
.contact-links strong { font: 400 clamp(18px, 2.1vw, 30px) Georgia, serif; overflow-wrap: anywhere; }
.contact-links a > span { position: absolute; right: 0; top: 43%; color: #d2b16d; font-size: 20px; }

footer { min-height: 190px; padding: 48px clamp(24px, 4.5vw, 72px); display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 28px; align-items: center; background: var(--bone); }
.footer-brand { color: var(--coal); }
footer p, footer > a { margin: 0; color: var(--muted); font-size: 10px; }

@media (max-width: 960px) {
  .hero { height: auto; grid-template-columns: 54px 1fr; }
  .hero-main { min-height: 760px; }
  .hero-map { grid-column: 1 / 3; min-height: 680px; }
  .company-copy { grid-template-columns: 1fr; }
  .lead { max-width: 320px; }
  .work-header, .approach-grid, .contact-main { grid-template-columns: 1fr; }
  .work-header h2 { grid-column: 1; }
  .contact-links { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .header { height: 82px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-rail { display: none; }
  .hero-main { min-height: 700px; padding-top: 120px; }
  .hero-meta span:last-child { display: none; }
  .hero h1 { font-size: clamp(72px, 22vw, 104px); }
  .hero-intro { grid-template-columns: 1fr; }
  .hero-map { grid-column: 1; min-height: 570px; }
  .manifest { top: 20%; left: 7%; width: 78%; }
  .seal { right: 4%; bottom: 9%; }
  .company-copy { margin-top: 48px; }
  .work-header h2 { margin-top: 46px; }
  .work-list article { grid-template-columns: 45px 1fr 22px; padding: 30px 0; }
  .work-list article > p { grid-column: 2 / 4; }
  .steps article { grid-template-columns: 40px 1fr; }
  .steps p { grid-column: 2; }
  .contact-main { margin-top: 54px; }
  .contact-links { margin-top: 60px; }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
