/* L15 · l15.solutions · Aubergine & Saffron */

:root {
  --pine: #2B1745;
  --pine-deep: #1F0F34;
  --pine-line: #4A3366;
  --saffron: #E9A53A;
  --sand: #F2E9D6;
  --sand-deep: #E6DAC1;
  --brick: #B8471F;
  --mist: #D5C9E3;
  --ink: #2B1745;
  --ink-soft: #4A3A5E;

  --font: "Alexandria", "Segoe UI", Tahoma, sans-serif;
  --mono: "Martian Mono", ui-monospace, Menlo, monospace;

  --wrap: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(72px, 10vw, 128px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: auto; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; scrollbar-color: var(--pine-line) var(--pine-deep); }
body { background: var(--pine); color: var(--sand); font: 400 17px/1.55 var(--font); }
::selection { background: var(--saffron); color: var(--pine); }
a { color: inherit; text-underline-offset: 4px; }
:focus-visible { outline: 3px solid var(--saffron); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--saffron); color: var(--pine); padding: 10px 16px; border-radius: 40px; font-weight: 700; }
.skip:focus { top: 12px; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: var(--pine-deep); border-bottom: 1px solid var(--pine-line); }
.nav__inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); height: 76px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 12px; font: 900 26px/1 var(--font); letter-spacing: -.02em; text-decoration: none; color: var(--sand); }
.logo i { width: 26px; height: 26px; border-radius: 50%; background: var(--saffron); display: block; }
.nav ul { display: flex; align-items: center; gap: 34px; list-style: none; }
.nav li a { display: inline-flex; align-items: center; gap: 8px; height: 40px; line-height: 1; font-size: 15px; font-weight: 500; text-decoration: none; }
.nav__link a:hover { color: var(--saffron); }
.pill { background: var(--saffron); color: var(--pine) !important; padding: 0 18px; border-radius: 40px; font-weight: 700 !important; }
.pill:hover { background: var(--sand); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 12px; background: var(--saffron); color: var(--pine); font: 700 17px/1 var(--font); padding: 19px 28px; border-radius: 40px; text-decoration: none; transition: background-color .15s ease-out; }
.btn:hover { background: var(--sand); }
.btn--dark { background: var(--pine); color: var(--sand); }
.btn--dark:hover { background: var(--pine-deep); }
.btn--big { font-size: clamp(18px, 2.4vw, 26px); padding: 24px 34px; }

/* ---------- hero ---------- */
.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 104px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(40px, 5vw, 72px); align-items: center; }
.hero__title { font: 900 clamp(44px, 6.2vw, 92px)/.95 var(--font); letter-spacing: -.04em; color: var(--sand); }
.hero__title > * { display: block; white-space: nowrap; }
.hero__title em { font-style: normal; color: var(--saffron); }
.hero__lede { margin-top: 32px; max-width: 30ch; font-size: clamp(18px, 1.6vw, 20px); color: var(--mist); }
.hero__cta { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.mail { font: 500 13px var(--mono); color: var(--mist); text-decoration: none; }
.mail:hover { color: var(--saffron); text-decoration: underline; }
.cities { margin-top: 56px; font: 700 12px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: var(--mist); }

/* the handover label */
.label { background: var(--sand); color: var(--pine); border: 3px solid var(--pine-deep); border-radius: 10px; overflow: hidden; transform: rotate(-2deg); box-shadow: 0 30px 50px -24px rgba(0, 0, 0, .55); display: flex; flex-direction: column; max-width: 520px; justify-self: end; width: 100%; }
.label__cell { padding: 14px 22px; border-bottom: 2px solid var(--pine); position: relative; }
.label__cell--grow { min-height: 118px; }
.label__row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 2px solid var(--pine); }
.label__row .label__cell { border-bottom: 0; }
.label__row .label__cell + .label__cell { border-left: 2px solid var(--pine); }
.label__cell--code { border-bottom: 0; padding: 18px 22px 20px; }
.k { display: block; margin-bottom: 6px; font: 700 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.v { display: block; font: 700 clamp(20px, 2vw, 25px)/1.15 var(--font); letter-spacing: -.01em; }
.v--accent { color: var(--brick); }
.v--small { font-size: 16px; font-weight: 500; line-height: 1.55; }
.label__mark { position: absolute; right: 20px; top: 12px; font: 900 clamp(44px, 4.4vw, 58px)/1 var(--font); letter-spacing: -.04em; color: var(--brick); }
.barcode { display: block; width: 62%; height: 42px; fill: var(--pine); }

/* ---------- section heads ---------- */
.section-head { max-width: 760px; }
.section-head h2 { font: 900 clamp(38px, 5vw, 60px)/1 var(--font); letter-spacing: -.035em; text-wrap: balance; }
.section-head p { margin-top: 16px; font-size: 19px; max-width: 48ch; }

/* ---------- route ---------- */
.route { background: var(--sand); color: var(--pine); padding: var(--section) 0; }
.stops { --line: 18px; --dot: 38px; list-style: none; margin-top: clamp(48px, 6vw, 80px); display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.stops::before { content: ""; position: absolute; left: calc(var(--dot) / 2); right: 0; top: calc(var(--dot) / 2 - var(--line) / 2); height: var(--line); background: var(--saffron); }
.stop { position: relative; padding-right: 20px; }
.stop__dot { display: block; width: var(--dot); height: var(--dot); border-radius: 50%; background: var(--sand); border: 8px solid var(--pine); position: relative; }
.stop--start .stop__dot { background: var(--sand); border-width: 10px; }
.stop--end .stop__dot { background: var(--pine); border-color: var(--pine); box-shadow: 0 0 0 6px var(--sand); }
.stop h3 { margin-top: 26px; font: 700 19px/1.2 var(--font); letter-spacing: -.01em; }
.stop p { margin-top: 10px; font-size: 15.5px; line-height: 1.5; color: var(--ink-soft); max-width: 22ch; }

/* ---------- what we handle ---------- */
.handle { padding: var(--section) 0; }
.handle__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.section-head--dark p { color: var(--mist); }
.manifest { background: var(--sand); color: var(--pine); border-radius: 10px; overflow: hidden; border: 3px solid var(--pine-deep); }
.manifest__head, .manifest__row { display: grid; grid-template-columns: 150px minmax(0, 1fr) 96px; gap: 20px; padding: 16px 24px; align-items: baseline; }
.manifest__head { background: var(--pine-deep); color: var(--sand); font: 700 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; padding-block: 14px; }
.manifest__row + .manifest__row { border-top: 2px solid var(--sand-deep); }
.manifest__row { font-size: 16px; line-height: 1.5; }
.manifest__item { font-weight: 700; font-size: 18px; letter-spacing: -.01em; }
.manifest__by { font: 700 13px var(--mono); color: var(--brick); text-align: right; }
.manifest__head span:last-child { text-align: right; }
.manifest__row--you { background: var(--saffron); border-top: 0 !important; }
.manifest__row--you .manifest__by { color: var(--pine); }

/* ---------- who it's for ---------- */
.for { padding: 0 0 var(--section); }
.for__grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--pine-line); }
.for__card { padding: clamp(36px, 5vw, 64px) clamp(0px, 4vw, 56px) 0 0; }
.for__card--alt { padding-left: clamp(24px, 4vw, 56px); border-left: 2px solid var(--pine-line); }
.for__card h3 { font: 900 clamp(28px, 3.4vw, 42px)/1.05 var(--font); letter-spacing: -.03em; color: var(--saffron); text-wrap: balance; max-width: 16ch; }
.for__card p { margin-top: 18px; color: var(--mist); max-width: 40ch; font-size: 18px; }

/* ---------- where we work ---------- */
.where { background: var(--sand); color: var(--pine); padding: var(--section) 0; }
.cities-list { list-style: none; margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 3px solid var(--pine); }
.cities-list li { display: flex; flex-direction: column; gap: 6px; padding: 32px 24px 0 0; }
.cities-list li + li { border-left: 2px solid var(--sand-deep); padding-left: 24px; }
.city { font: 900 clamp(40px, 5.6vw, 72px)/1 var(--font); letter-spacing: -.04em; }
.market { margin-top: 18px; font: 700 13px var(--mono); color: var(--brick); letter-spacing: .04em; }

/* ---------- contact ---------- */
.contact { background: var(--saffron); color: var(--pine); padding: var(--section) 0; }
.contact__inner { display: flex; flex-direction: column; align-items: flex-start; }
.contact h2 { font: 900 clamp(44px, 7vw, 92px)/.95 var(--font); letter-spacing: -.04em; max-width: 12ch; text-wrap: balance; }
.contact p { margin-top: 22px; font-size: 20px; max-width: 42ch; }
.contact .btn { margin-top: 40px; }

/* ---------- footer ---------- */
.footer { background: var(--pine-deep); padding: 48px 0; }
.footer__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 32px; }
.footer p { color: var(--mist); font-size: 15px; }
.footer__meta { margin-left: auto; font: 500 12px var(--mono) !important; }
.footer__meta a:hover { color: var(--saffron); }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .stops { grid-template-columns: repeat(3, 1fr); row-gap: 48px; }
  .stops::before { display: none; }
  .stop { padding-top: 0; }
  .stop::before { content: ""; position: absolute; left: 19px; right: 0; top: 10px; height: 18px; background: var(--saffron); z-index: -1; }
  .stop { isolation: isolate; }
  .handle__grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .label { justify-self: start; transform: rotate(-1.5deg); }
  .nav__link { display: none; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .stops { grid-template-columns: 1fr; row-gap: 0; padding-left: 0; }
  .stop { display: grid; grid-template-columns: 38px 1fr; column-gap: 20px; padding: 0 0 32px; }
  .stop::before { left: 10px; right: auto; top: 19px; bottom: -19px; width: 18px; height: auto; }
  .stop--end::before { display: none; }
  .stop__dot { grid-row: 1 / span 2; }
  .stop h3 { margin-top: 6px; }
  .stop p { max-width: none; }
  .manifest__head { display: none; }
  .manifest__head, .manifest__row { grid-template-columns: minmax(0, 1fr) auto; gap: 4px 16px; padding: 16px 18px; }
  .manifest__row > span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .for__grid { grid-template-columns: 1fr; }
  .for__card--alt { border-left: 0; padding-left: 0; border-top: 2px solid var(--pine-line); margin-top: 40px; }
  .cities-list { grid-template-columns: 1fr; }
  .cities-list li, .cities-list li + li { border-left: 0; padding: 24px 0; border-bottom: 2px solid var(--sand-deep); flex-direction: row; flex-wrap: wrap; align-items: baseline; column-gap: 14px; }
  .market { margin: 0 0 0 auto; }
  .footer__meta { margin-left: 0; }
  .label__cell { padding: 12px 16px; }
}
