/* Transit Cargo Limited, tclgroupe.com
   Hand-written stylesheet. No framework. */

@font-face{font-family:"Atkinson Hyperlegible Mono";font-style:normal;font-weight:400 600;font-display:swap;src:url("../fonts/ahm-400.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Atkinson Hyperlegible Next";font-style:normal;font-weight:400 700;font-display:swap;src:url("../fonts/ahn-400.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Atkinson Hyperlegible Next";font-style:italic;font-weight:400;font-display:swap;src:url("../fonts/ahn-400i.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Big Shoulders Display";font-style:normal;font-weight:700 800;font-display:swap;src:url("../fonts/bsd-700.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:"Big Shoulders Stencil Display";font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/bss-800.woff2") format("woff2");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

:root {
  --ink: #0f1b16;
  --ink-2: #17251e;
  --ink-3: #22322a;
  --text: #16211b;
  --muted: #56645c;
  --paper: #f4f5f1;
  --card: #ffffff;
  --line: #d9ddd5;
  --line-strong: #b9c0b6;
  --line-dark: #2c3b33;
  --green: #0a8f43;
  --green-ink: #067a36;
  --green-bright: #4cc47f;
  --red: #e3232b;
  --jute: #a87c4f;
  --gold: #f2b705;
  --on-dark: #e9eeea;
  --on-dark-muted: #9fb0a6;

  --f-display: "Big Shoulders Display", "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --f-stencil: "Big Shoulders Stencil Display", "Big Shoulders Display", "Arial Narrow", Impact, sans-serif;
  --f-body: "Atkinson Hyperlegible Next", "Segoe UI", Arial, sans-serif;
  --f-mono: "Atkinson Hyperlegible Mono", ui-monospace, Consolas, monospace;

  --wrap: 1320px;
  --gutter: clamp(20px, 5vw, 56px);
  --gap: clamp(16px, 2.4vw, 32px);
  --section: clamp(64px, 9vw, 128px);
  --header-h: 76px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font: 400 1.0625rem/1.6 var(--f-body);
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; text-wrap: balance; }
p { margin: 0; }
ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--green); color: #fff; }

:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--gold);
  border-radius: 2px;
}
.on-dark :focus-visible, .site-footer :focus-visible, .hero :focus-visible, .contact-band :focus-visible {
  outline-color: var(--gold);
  box-shadow: none;
}

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--ink); color: #fff; padding: 10px 16px; text-decoration: none;
  font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 12px; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }

/* ---------- type primitives ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 600 .78rem/1.2 var(--f-mono);
  letter-spacing: .09em; text-transform: uppercase;
  color: var(--muted);
}
.eyebrow::before { content: ""; width: 9px; height: 9px; background: var(--red); flex: none; }
.on-dark .eyebrow, .hero .eyebrow, .contact-band .eyebrow { color: var(--on-dark-muted); }

.h-display {
  font-family: var(--f-display); font-weight: 800; text-transform: uppercase;
  letter-spacing: .005em; line-height: .92;
}
.h2 { font-family: var(--f-display); font-weight: 800; text-transform: uppercase; line-height: .94;
      font-size: clamp(2.3rem, 4.4vw, 3.9rem); letter-spacing: .004em; }
.h3 { font-family: var(--f-display); font-weight: 700; text-transform: uppercase; line-height: 1;
      font-size: clamp(1.5rem, 2.2vw, 2rem); letter-spacing: .01em; }
.lead { font-size: clamp(1.125rem, 1.4vw, 1.3rem); line-height: 1.5; color: var(--muted); max-width: 58ch; }
.prose p + p { margin-top: 1em; }
.prose p { max-width: 66ch; }
.mono { font-family: var(--f-mono); }

.text-link {
  color: var(--green-ink); font-weight: 700; text-decoration: underline;
  text-decoration-thickness: 2px; text-underline-offset: 4px;
  transition: text-underline-offset .2s var(--ease), color .2s;
}
.text-link:hover { text-underline-offset: 7px; color: var(--ink); }
.on-dark .text-link, .contact-band .text-link, .site-footer .text-link { color: var(--green-bright); }
.on-dark .text-link:hover, .contact-band .text-link:hover { color: #fff; }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--green-ink); --fg: #fff; --bd: var(--green-ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px;
  background: var(--bg); color: var(--fg); border: 2px solid var(--bd);
  font: 700 1rem/1 var(--f-body); letter-spacing: .01em; text-decoration: none;
  border-radius: 0; cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s, transform .2s var(--ease);
}
.btn:hover { --bg: var(--ink); --bd: var(--ink); }
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-ghost { --bg: transparent; --fg: var(--ink); --bd: var(--ink); }
.btn-ghost:hover { --bg: var(--ink); --fg: #fff; }
.hero .btn:hover, .contact-band .btn:hover { --bg: #fff; --fg: var(--ink); --bd: #fff; }
.hero .btn-ghost, .contact-band .btn-ghost { --fg: #fff; --bd: rgba(255,255,255,.55); }
.hero .btn-ghost:hover, .contact-band .btn-ghost:hover { --bg: #fff; --fg: var(--ink); --bd: #fff; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244, 245, 241, .96);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
}
@supports (backdrop-filter: blur(8px)) {
  .site-header { background: rgba(244, 245, 241, .88); backdrop-filter: saturate(1.4) blur(10px); }
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 24px -20px rgba(15, 27, 22, .5); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); }
.brand { display: block; flex: 0 1 auto; min-width: 0; line-height: 0; }
.brand img { height: 50px; width: auto; max-width: 100%; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav-list { display: flex; align-items: center; gap: 2px; }
.nav-link, .nav-trigger {
  display: inline-flex; align-items: center; gap: 6px;
  min-height: 44px; padding: 0 14px;
  background: none; border: 0; cursor: pointer;
  font: 700 .98rem/1 var(--f-body); color: var(--text); text-decoration: none;
  position: relative;
}
.nav-link::after, .nav-trigger::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 8px; height: 2px;
  background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease);
}
.nav-link:hover::after, .nav-trigger:hover::after,
.nav-link[aria-current="page"]::after, .nav-trigger.is-current::after,
.nav-trigger[aria-expanded="true"]::after { transform: scaleX(1); }
.nav-trigger svg { width: 12px; height: 12px; transition: transform .2s; }
.nav-trigger[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav-call { margin-left: 12px; min-height: 46px; padding: 0 18px; font-size: .95rem; }

.has-panel { position: relative; }
.services-panel {
  position: absolute; top: calc(100% + 10px); left: -12px; width: 560px;
  background: var(--card); border: 1px solid var(--line);
  box-shadow: 0 24px 48px -24px rgba(15, 27, 22, .35);
  padding: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s var(--ease), transform .18s var(--ease), visibility 0s linear .18s;
}
.services-panel.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.services-panel a {
  display: block; padding: 14px 16px; text-decoration: none; border-left: 3px solid transparent;
  transition: background .15s, border-color .15s;
}
.services-panel a:hover, .services-panel a[aria-current="page"] { background: var(--paper); border-left-color: var(--green); }
.services-panel strong { display: block; font: 700 1rem/1.2 var(--f-body); color: var(--text); }
.services-panel span { display: block; margin-top: 4px; font-size: .86rem; line-height: 1.35; color: var(--muted); }

.header-actions { display: none; align-items: center; gap: 8px; }
.icon-btn {
  display: inline-grid; place-items: center; width: 46px; height: 46px;
  background: transparent; border: 2px solid var(--ink); color: var(--ink); cursor: pointer;
  text-decoration: none;
}
.icon-btn svg { width: 20px; height: 20px; }
.icon-btn.solid { background: var(--green-ink); border-color: var(--green-ink); color: #fff; }
.menu-icon line { transition: transform .2s var(--ease), opacity .2s; transform-origin: center; }
.menu-toggle[aria-expanded="true"] .l1 { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .l2 { opacity: 0; }
.menu-toggle[aria-expanded="true"] .l3 { transform: translateY(-6px) rotate(-45deg); }

.mobile-panel { display: none; }

@media (max-width: 1060px) {
  :root { --header-h: 66px; }
  .header-row { gap: 12px; }
  .brand img { height: auto; width: 236px; }
  .nav { display: none; }
  .header-actions { display: flex; }
  .mobile-panel {
    display: block; position: fixed; inset: var(--header-h) 0 0 0; z-index: 49;
    background: var(--paper); overflow-y: auto; overscroll-behavior: contain;
    padding: 8px 0 40px; border-top: 1px solid var(--line);
    opacity: 0; visibility: hidden; transform: translateY(-8px);
    transition: opacity .2s var(--ease), transform .2s var(--ease), visibility 0s linear .2s;
  }
  .mobile-panel.is-open { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
  .mobile-panel .eyebrow { margin: 22px 0 8px; }
  .m-links a {
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 15px 0; border-bottom: 1px solid var(--line); text-decoration: none;
    font: 700 1.15rem/1.2 var(--f-body);
  }
  .m-links a[aria-current="page"] { color: var(--green-ink); }
  .m-links a small { font: 400 .85rem/1.3 var(--f-body); color: var(--muted); text-align: right; }
  .m-contact { margin-top: 28px; display: grid; gap: 10px; }
  .m-contact .btn { width: 100%; }
  body.menu-open { overflow: hidden; }
}
.no-js .mobile-panel { position: static; opacity: 1; visibility: visible; transform: none; }
.no-js .menu-toggle { display: none; }
.no-js .has-panel:hover .services-panel,
.no-js .has-panel:focus-within .services-panel { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.carriers li:last-child { grid-column: span 2; border-right: 0; }

/* ---------- hero (home) ---------- */
.hero {
  position: relative; color: var(--on-dark); background-color: var(--ink);
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0) 0 30px, rgba(255,255,255,.03) 30px 32px);
  padding-top: clamp(40px, 6vw, 72px); overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 1px; background: var(--line-dark);
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 4vw, 64px); align-items: stretch;
}
.hero-copy { padding-bottom: clamp(40px, 6vw, 72px); display: flex; flex-direction: column; }
.hero-title { margin-top: 26px; font-weight: 800; }
.slogan {
  display: block; font-family: var(--f-stencil); font-weight: 800; text-transform: uppercase;
  font-size: clamp(3.5rem, 8.6vw, 8.4rem); line-height: .84; letter-spacing: .004em; color: #fff;
}
.slogan .line { display: block; }
.slogan .tcl { color: var(--green-bright); }
.hero-sub {
  display: block; margin-top: 26px; max-width: 24ch;
  font: 700 clamp(1.3rem, 2.1vw, 1.85rem)/1.06 var(--f-display);
  text-transform: uppercase; letter-spacing: .012em; color: var(--on-dark);
}
.hero-lead { margin-top: 18px; max-width: 50ch; font-size: 1.125rem; line-height: 1.55; color: var(--on-dark-muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.facts {
  margin-top: auto; padding-top: clamp(36px, 5vw, 56px);
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
}
.facts > div { padding: 16px 18px 0 0; border-top: 1px solid var(--line-dark); }
.facts > div + div { padding-left: 18px; border-left: 1px solid var(--line-dark); }
.facts dt { font: 600 .72rem/1.2 var(--f-mono); letter-spacing: .09em; text-transform: uppercase; color: var(--on-dark-muted); }
.facts dd { margin-top: 8px; font-weight: 700; font-size: .98rem; line-height: 1.3; color: #fff; }

.hero-photo { position: relative; min-height: 100%; }
.hero-photo picture, .hero-photo img { height: 100%; width: 100%; }
.hero-photo img { object-fit: cover; object-position: 50% 40%; min-height: 520px; }
.photo-tag {
  position: absolute; left: 0; bottom: 0; max-width: calc(100% - 24px);
  display: flex; align-items: center; gap: 10px;
  background: var(--ink); color: #fff; padding: 11px 16px 11px 14px;
  font: 400 .8rem/1.25 var(--f-mono); letter-spacing: .04em;
}
.photo-tag::before { content: ""; width: 8px; height: 8px; background: var(--red); flex: none; }

@media (prefers-reduced-motion: no-preference) {
  .hero .reveal { animation: rise .7s var(--ease) both; }
  .hero .reveal:nth-child(2) { animation-delay: .06s; }
  .hero .d1 { animation-delay: .08s; }
  .hero .d2 { animation-delay: .16s; }
  .hero .d3 { animation-delay: .24s; }
  .hero .d4 { animation-delay: .32s; }
  .hero-photo img { animation: settle 1.1s var(--ease) both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes settle { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: none; } }

@media (max-width: 1060px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .facts > div { padding-bottom: 16px; }
  .hero-photo { margin: 0 calc(-1 * var(--gutter)); }
  .hero-photo img { min-height: 0; aspect-ratio: 4 / 4.2; }
}
@media (max-width: 520px) {
  .facts { grid-template-columns: 1fr; }
  .facts > div + div { padding-left: 0; border-left: 0; }
}

/* ---------- generic sections ---------- */
.section { padding-block: var(--section); }
.section + .section { padding-top: 0; }
.section.tint { background: var(--card); padding-top: var(--section); }
.section.tint + .section { padding-top: var(--section); }
.section-head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--gap); align-items: end; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head .h2 { margin-top: 18px; }
.section-head .lead { justify-self: start; }
@media (max-width: 860px) { .section-head { grid-template-columns: 1fr; } }

/* ---------- services list (home) ---------- */
.svc-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 4vw, 64px); align-items: start; }
.svc-list { border-top: 2px solid var(--ink); counter-reset: svc; }
.svc a {
  display: grid; grid-template-columns: minmax(0, 17.5rem) minmax(0, 1fr) 40px; gap: 24px; align-items: center;
  padding: 26px 8px 26px 0; border-bottom: 1px solid var(--line); text-decoration: none;
  transition: padding .25s var(--ease), background .25s;
}
.svc-name { font: 800 clamp(1.55rem, 2.2vw, 2rem)/1 var(--f-display); text-transform: uppercase; letter-spacing: .01em; transition: color .2s; }
.svc-desc { color: var(--muted); font-size: 1rem; line-height: 1.45; }
.svc-go { justify-self: end; width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid var(--line-strong); transition: all .25s var(--ease); }
.svc-go svg { width: 16px; height: 16px; }
.svc a:hover, .svc a:focus-visible, .svc a.is-active { padding-left: 14px; background: var(--card); }
.svc a:hover .svc-name, .svc a.is-active .svc-name { color: var(--green-ink); }
.svc a:hover .svc-go, .svc a.is-active .svc-go { background: var(--green-ink); border-color: var(--green-ink); color: #fff; }
.svc-preview { position: sticky; top: calc(var(--header-h) + 28px); }
.svc-preview .frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink); }
.svc-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .35s var(--ease); }
.svc-preview img.is-hidden { opacity: 0; }
@media (max-width: 1060px) {
  .svc-layout { grid-template-columns: 1fr; }
  .svc-preview { display: none; }
  .svc a { grid-template-columns: minmax(0, 1fr) 40px; gap: 8px 16px; padding: 22px 0; }
  .svc a:hover, .svc a.is-active { padding-left: 0; background: transparent; }
  .svc-name { grid-column: 1; }
  .svc-desc { grid-column: 1; grid-row: 2; }
  .svc-go { grid-column: 2; grid-row: 1 / span 2; }
}

/* ---------- commodities (home) ---------- */
.commod { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px); align-items: center; }
.commod-photo { position: relative; }
.commod-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.commod-list { margin-top: 30px; border-top: 2px solid var(--ink); }
.commod-list li {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding: 16px 0; border-bottom: 1px solid var(--line);
  font: 800 clamp(1.7rem, 3vw, 2.6rem)/1 var(--f-display); text-transform: uppercase;
}
.commod-list li span { font: 400 .8rem/1.2 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); text-align: right; }
.commod-list li::before { content: ""; width: 10px; height: 10px; background: var(--jute); align-self: center; flex: none; margin-right: 4px; }
.commod-list li b { font-weight: 800; flex: 1; }
.commod .prose { margin-top: 26px; }
.link-row { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 24px; }
@media (max-width: 860px) { .commod { grid-template-columns: 1fr; } .commod-photo img { aspect-ratio: 4 / 3; } }

/* ---------- photo mosaic ---------- */
.mosaic { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: var(--gap); aspect-ratio: 16 / 8.2; }
.mosaic figure { position: relative; overflow: hidden; background: var(--ink); }
.mosaic figure:nth-child(1) { grid-column: 1 / span 8; grid-row: 1 / span 2; }
.mosaic figure:nth-child(2) { grid-column: 9 / span 4; grid-row: 1; }
.mosaic figure:nth-child(3) { grid-column: 9 / span 4; grid-row: 2; }
.mosaic picture, .mosaic img { width: 100%; height: 100%; }
.mosaic img { object-fit: cover; transition: transform .8s var(--ease); }
.mosaic figure:hover img { transform: scale(1.03); }
.mosaic figcaption { position: absolute; left: 0; bottom: 0; }
@media (max-width: 860px) {
  .mosaic { grid-template-columns: 1fr; grid-template-rows: none; aspect-ratio: auto; }
  .mosaic figure:nth-child(n) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
}
.more { margin-top: 26px; }

/* ---------- people ---------- */
.people { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gap); }
.person img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 18%; background: var(--line); }
.person h3 { margin-top: 16px; font: 800 clamp(1.3rem, 1.8vw, 1.6rem)/1.02 var(--f-display); text-transform: uppercase; letter-spacing: .01em; }
.person p { margin-top: 8px; font: 600 .76rem/1.2 var(--f-mono); letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 860px) { .people { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- credentials ---------- */
.creds { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 80px); }
.creds h3 { margin-bottom: 18px; }
.rule-list { border-top: 2px solid var(--ink); }
.rule-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 700; line-height: 1.35; }
.rule-list li small { display: block; margin-top: 3px; font-weight: 400; color: var(--muted); font-size: .9rem; }
.carriers { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid var(--ink); }
.carriers li { display: grid; place-items: center; min-height: 116px; padding: 20px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.carriers li:nth-child(4n) { border-right: 0; }
.carriers img { max-height: 48px; max-width: min(100%, 160px); width: auto; object-fit: contain; }
.carriers li.note { place-items: center start; font: 400 .82rem/1.4 var(--f-mono); color: var(--muted); letter-spacing: .02em; }
@media (max-width: 860px) {
  .creds { grid-template-columns: 1fr; }
  .carriers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .carriers li:nth-child(4n) { border-right: 1px solid var(--line); }
  .carriers li:nth-child(2n) { border-right: 0; }
}

/* ---------- contact band (every page) ---------- */
.contact-band {
  color: var(--on-dark); background-color: var(--ink);
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0) 0 30px, rgba(255,255,255,.03) 30px 32px);
  padding-block: clamp(56px, 8vw, 104px);
}
.cb-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 80px); align-items: end; }
.cb-phone {
  display: block; width: fit-content; margin-top: 18px; text-decoration: none; color: #fff;
  font: 800 clamp(2.5rem, 6.6vw, 6rem)/.9 var(--f-stencil); letter-spacing: .01em; white-space: nowrap;
  transition: color .2s;
}
.cb-phone:hover { color: var(--green-bright); }
.cb-note { margin-top: 16px; color: var(--on-dark-muted); max-width: 46ch; }
.cb-details { border-top: 1px solid var(--line-dark); }
.cb-details div { display: grid; grid-template-columns: 7.5rem minmax(0, 1fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.cb-details dt { font: 600 .72rem/1.5 var(--f-mono); letter-spacing: .09em; text-transform: uppercase; color: var(--on-dark-muted); padding-top: 2px; }
.cb-details dd { line-height: 1.45; }
.cb-details a { color: #fff; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 4px; }
.cb-details a:hover { text-decoration-color: var(--green-bright); }
@media (max-width: 860px) { .cb-grid { grid-template-columns: 1fr; } .cb-phone { white-space: normal; } }
@media (max-width: 420px) { .cb-details div { grid-template-columns: 1fr; gap: 4px; } }

/* ---------- footer ---------- */
.site-footer { background: var(--ink-2); color: var(--on-dark-muted); padding: clamp(48px, 6vw, 72px) 0 28px; font-size: .95rem; }
.ft-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 3fr) minmax(0, 2fr) minmax(0, 2fr); gap: var(--gap); }
.ft-brand img { height: 50px; width: auto; }
.ft-brand p { margin-top: 18px; max-width: 38ch; line-height: 1.55; }
.site-footer h2 { font: 600 .72rem/1.2 var(--f-mono); letter-spacing: .09em; text-transform: uppercase; color: var(--on-dark); margin-bottom: 14px; }
.site-footer li + li { margin-top: 9px; }
.site-footer a { color: var(--on-dark-muted); text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.ft-bottom { margin-top: clamp(40px, 5vw, 56px); padding-top: 20px; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; font-size: .85rem; }
@media (max-width: 860px) { .ft-grid { grid-template-columns: 1fr 1fr; } .ft-brand { grid-column: 1 / -1; } }

/* ---------- inner page head ---------- */
.page-head { padding-top: clamp(28px, 4vw, 48px); padding-bottom: clamp(40px, 6vw, 80px); border-bottom: 1px solid var(--line); }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px 10px; font: 400 .82rem/1.3 var(--f-mono); letter-spacing: .03em; color: var(--muted); }
.crumbs li { display: flex; align-items: center; gap: 10px; }
.crumbs li + li::before { content: "/"; color: var(--line-strong); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--green-ink); text-decoration: underline; text-underline-offset: 3px; }
.crumbs [aria-current] { color: var(--text); }
.page-title { margin-top: clamp(28px, 4vw, 44px); font: 800 clamp(3rem, 7.2vw, 6.4rem)/.88 var(--f-display); text-transform: uppercase; letter-spacing: .004em; }
.page-head .lead { margin-top: 22px; }
.page-head .split { margin-top: clamp(20px, 3vw, 36px); align-items: center; }
.page-head .split .page-title { margin-top: 0; }
.page-head .split-photo { margin-top: 0; }
.page-head .hero-actions { margin-top: 28px; }

.split { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 80px); align-items: end; }
.split-photo { position: relative; margin-top: clamp(28px, 4vw, 44px); }
.split-photo img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; }
.split-photo.wide img { aspect-ratio: 4 / 3; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split-photo img, .split-photo.wide img { aspect-ratio: 4 / 3; } }

/* ---------- service detail ---------- */
.detail { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(28px, 5vw, 80px); align-items: start; }
.manifest { border-top: 2px solid var(--ink); counter-reset: m; }
.manifest li { display: grid; grid-template-columns: 3.2rem minmax(0, 1fr); gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); line-height: 1.45; }
.manifest li::before { counter-increment: m; content: counter(m, decimal-leading-zero); font: 600 .8rem/1.9 var(--f-mono); color: var(--muted); letter-spacing: .04em; }
.manifest.unordered li { grid-template-columns: 1.5rem minmax(0, 1fr); }
.manifest.unordered li::before { content: ""; width: 8px; height: 8px; margin-top: .55em; background: var(--green); }
.manifest strong { font-weight: 700; }
.detail-aside { position: sticky; top: calc(var(--header-h) + 28px); display: grid; gap: var(--gap); }
.detail-aside img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.detail .prose { margin-top: clamp(32px, 4vw, 48px); }
.detail h2.h3 { margin-bottom: 20px; }
@media (max-width: 860px) { .detail { grid-template-columns: 1fr; } .detail-aside { position: static; } }

.others { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 2px solid var(--ink); }
.others strong { padding-right: 4px; }
@media (min-width: 1061px) { .others a { min-height: 132px; } }
.others a { position: relative; display: flex; flex-direction: column; gap: 10px; min-height: 0; padding: 20px 64px 22px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s, padding .25s var(--ease); }
.others li + li a { padding-left: 18px; border-left: 1px solid var(--line); }
.others .svc-go { position: absolute; right: 14px; top: 20px; width: 34px; height: 34px; }
.others a:hover .svc-go { background: var(--green-ink); border-color: var(--green-ink); color: #fff; }
.others strong { font: 800 1.4rem/1 var(--f-display); text-transform: uppercase; letter-spacing: .01em; }
.others span { font-size: .9rem; color: var(--muted); line-height: 1.4; }
.others a:hover { background: var(--card); }
.others a:hover strong { color: var(--green-ink); }
@media (max-width: 1060px) { .others { grid-template-columns: repeat(2, minmax(0, 1fr)); } .others li + li a { padding-left: 0; border-left: 0; } .others li:nth-child(2n) a { padding-left: 18px; border-left: 1px solid var(--line); } }
@media (max-width: 520px) { .others { grid-template-columns: 1fr; } .others li:nth-child(2n) a { padding-left: 0; border-left: 0; } .others a { min-height: 0; } }

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid var(--ink); counter-reset: s; }
.steps li { padding: 20px 20px 22px 0; border-bottom: 1px solid var(--line); }
.steps li + li { padding-left: 20px; border-left: 1px solid var(--line); }
.steps li::before { counter-increment: s; content: "Step " counter(s); display: block; font: 600 .74rem/1 var(--f-mono); letter-spacing: .09em; text-transform: uppercase; color: var(--muted); }
.steps strong { display: block; margin-top: 14px; font: 800 1.5rem/1 var(--f-display); text-transform: uppercase; }
.steps span { display: block; margin-top: 8px; color: var(--muted); font-size: .95rem; line-height: 1.45; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr 1fr; } .steps li:nth-child(3) { padding-left: 0; border-left: 0; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } .steps li + li { padding-left: 0; border-left: 0; } }

/* ---------- about ---------- */
.statement { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 2px solid var(--ink); }
.statement > div { padding: 28px 32px 32px 0; border-bottom: 1px solid var(--line); }
.statement > div + div { padding-left: 32px; border-left: 1px solid var(--line); }
.statement blockquote { margin: 16px 0 0; font: 700 clamp(1.4rem, 2.3vw, 2rem)/1.12 var(--f-display); text-transform: uppercase; letter-spacing: .01em; }
.statement p { margin-top: 14px; color: var(--muted); }
.slogan-line { margin-top: 18px; font: 400 .9rem/1.6 var(--f-mono); color: var(--green-ink); letter-spacing: .02em; }
@media (max-width: 860px) { .statement { grid-template-columns: 1fr; } .statement > div + div { padding-left: 0; border-left: 0; } }
.values { display: grid; grid-template-columns: 1fr; border-top: 2px solid var(--ink); }
.values li { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 700; display: flex; gap: 12px; align-items: baseline; }
.values li::before { content: ""; width: 8px; height: 8px; background: var(--green); flex: none; transform: translateY(-2px); }
.data { border-top: 2px solid var(--ink); }
.data div { display: grid; grid-template-columns: 11rem minmax(0, 1fr); gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.data dt { font: 600 .74rem/1.6 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.data dd { font-weight: 700; line-height: 1.45; }
@media (max-width: 520px) { .data div { grid-template-columns: 1fr; gap: 2px; } }
.two { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 5vw, 80px); align-items: start; }
@media (max-width: 860px) { .two { grid-template-columns: 1fr; } }
.photo-pair { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: var(--gap); }
.photo-pair figure { position: relative; }
.photo-pair img { width: 100%; height: clamp(260px, 34vw, 480px); object-fit: cover; }
@media (max-width: 860px) { .photo-pair { grid-template-columns: 1fr; } .photo-pair img { height: auto; aspect-ratio: 4 / 3; } }

/* ---------- gallery ---------- */
.g-group + .g-group { margin-top: clamp(48px, 6vw, 80px); }
.g-group > h2 { margin-bottom: 20px; }
.g-grid { --row: clamp(200px, 22vw, 300px); display: flex; flex-wrap: wrap; gap: 12px; }
.g-grid::after { content: ""; flex: 1000 1 0; }
.g-item { flex: var(--ar) 1 calc(var(--ar) * var(--row)); min-width: 0; }
.g-item button { display: block; width: 100%; padding: 0; border: 0; background: var(--ink); cursor: zoom-in; position: relative; overflow: hidden; }
.g-item picture { aspect-ratio: var(--ar); }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.g-item button:hover img { transform: scale(1.025); }
.g-item .photo-tag { font-size: .74rem; padding: 8px 12px 8px 10px; text-align: left; }
@media (max-width: 560px) { .g-grid { --row: 150px; gap: 8px; } .g-item .photo-tag { position: static; max-width: none; } }

.lightbox { width: min(100vw, 1400px); max-width: 100vw; max-height: 100dvh; height: 100dvh; margin: auto; padding: 0; border: 0; background: transparent; color: #fff; overflow: hidden; }
.lightbox::backdrop { background: rgba(10, 17, 13, .94); }
.lb-inner { height: 100%; display: grid; grid-template-rows: 64px minmax(0, 1fr) auto; }
.lb-top { display: flex; justify-content: space-between; align-items: center; padding: 0 16px; font: 400 .85rem/1 var(--f-mono); color: var(--on-dark-muted); }
.lb-stage { display: grid; grid-template-columns: 64px minmax(0, 1fr) 64px; align-items: center; min-height: 0; }
.lb-stage img { max-height: calc(100dvh - 150px); max-width: 100%; width: auto; margin: auto; object-fit: contain; }
.lb-btn { width: 52px; height: 52px; display: grid; place-items: center; margin: auto; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: #fff; cursor: pointer; }
.lb-btn:hover { background: rgba(255,255,255,.18); }
.lb-btn svg { width: 20px; height: 20px; }
.lb-cap { padding: 14px 16px 22px; text-align: center; font: 400 .9rem/1.4 var(--f-mono); color: var(--on-dark); }
@media (max-width: 640px) { .lb-stage { grid-template-columns: 0 minmax(0, 1fr) 0; } .lb-stage .lb-btn { display: none; } }

/* ---------- contact page ---------- */
.ways { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 2px solid var(--ink); }
.ways > div { padding: 24px 24px 28px 0; border-bottom: 1px solid var(--line); }
.ways > div + div { padding-left: 24px; border-left: 1px solid var(--line); }
.ways .big { display: block; margin-top: 14px; font: 800 clamp(1.7rem, 2.6vw, 2.3rem)/1 var(--f-display); text-transform: uppercase; letter-spacing: .01em; text-decoration: none; color: var(--text); word-break: break-word; }
.ways .big.email { text-transform: none; font-family: var(--f-body); font-weight: 700; font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.3; }
.ways a.big:hover { color: var(--green-ink); }
.ways p { margin-top: 10px; color: var(--muted); line-height: 1.5; }
@media (max-width: 860px) { .ways { grid-template-columns: 1fr; } .ways > div + div { padding-left: 0; border-left: 0; } }

.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.field { display: grid; gap: 7px; align-content: start; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .95rem; }
.field label .opt { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 12px 14px;
  font: 400 1rem/1.4 var(--f-body); color: var(--text);
  background: var(--card); border: 1.5px solid var(--line-strong); border-radius: 0;
  transition: border-color .15s, box-shadow .15s;
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%2316211b' stroke-width='1.8'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 12px; padding-right: 40px; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--muted); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px var(--gold); }
.field [aria-invalid="true"] { border-color: var(--red); }
.field .err { color: #b3161d; font-size: .88rem; font-weight: 700; min-height: 0; }
.form-foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin-top: 6px; }
.form-foot p { color: var(--muted); font-size: .92rem; max-width: 48ch; }
.form-status { grid-column: 1 / -1; font-weight: 700; }
.form-status.ok { color: var(--green-ink); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 640px) { .form { grid-template-columns: 1fr; } }

.map { position: relative; border-top: 2px solid var(--ink); }
.map iframe { display: block; width: 100%; height: clamp(320px, 42vw, 480px); border: 0; filter: saturate(.85); }

/* ---------- 404 ---------- */
.nf { padding-block: clamp(56px, 10vw, 140px); }
.nf-code { min-height: .8em; font: 800 clamp(7rem, 26vw, 20rem)/.8 var(--f-stencil); color: var(--line); letter-spacing: -.01em; user-select: none; }
.nf-code::before { content: "404"; }  /* decorative watermark; the h1 carries the meaning */
.nf .page-title { margin-top: 18px; }
.nf .lead { margin-top: 18px; }

/* ---------- print ---------- */
@media print {
  .site-header, .mobile-panel, .contact-band .btn, .lightbox, .map, .svc-preview { display: none !important; }
  body { background: #fff; }
  .hero, .contact-band, .site-footer { background: #fff !important; color: #000 !important; }
}

@media (max-width: 380px) {
  .brand img { width: 196px; }
  .icon-btn { width: 44px; height: 44px; }
}

/* ---------- photo band (service pages) ---------- */
.photo-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--gap); }
.photo-band figure { position: relative; overflow: hidden; background: var(--ink); }
.photo-band img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .8s var(--ease); }
.photo-band figure:hover img { transform: scale(1.03); }
@media (max-width: 860px) { .photo-band { grid-template-columns: 1fr; } }
