@font-face {
  font-family: "Kronix Condensed";
  src: url("fonts/nimbus-sans-narrow-bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --paper: #f3f0e8;
  --paper-deep: #e6e1d6;
  --ink: #191b19;
  --muted: #66695f;
  --olive: #94bb13;
  --olive-dark: #657f0d;
  --blue: #1648d8;
  --stone: #c9c5ba;
  --white: #fffef9;
  --line: rgba(25, 27, 25, .23);
  --content: 1440px;
  --display: "Kronix Condensed", "Arial Narrow", sans-serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: white; background: var(--blue); transform: translateY(-180%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }

.topbar { position: relative; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 90px; padding: 0 clamp(22px, 4.8vw, 76px); border-bottom: 2px solid var(--ink); background: rgba(243, 240, 232, .97); }
.brand { text-decoration: none; font-family: var(--display); font-size: clamp(35px, 3vw, 50px); font-weight: 900; letter-spacing: -.035em; line-height: 1; }
.main-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 52px); }
.main-nav a { position: relative; text-decoration: none; font-family: var(--display); font-size: 18px; font-weight: 800; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 3px; background: var(--olive); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.top-proof { display: flex; align-items: center; gap: 22px; font-family: var(--display); font-size: 14px; font-weight: 800; }
.top-proof span { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.top-proof span::before { content: ""; width: 9px; height: 9px; border: 2px solid var(--ink); border-radius: 50%; box-shadow: inset 0 0 0 2px var(--paper); background: var(--olive); }

.hero { position: relative; display: grid; grid-template-columns: minmax(480px, 39%) 1fr; min-height: 790px; overflow: hidden; border-bottom: 2px solid var(--ink); background: var(--paper); }
.hero::before { content: "+"; position: absolute; z-index: 4; top: 32px; left: 20px; color: #92958b; font-size: 38px; font-weight: 200; }
.hero::after { content: ""; position: absolute; z-index: 4; left: 28px; top: 116px; bottom: 74px; width: 1px; background: var(--line); }
.hero-copy { position: relative; z-index: 5; display: flex; flex-direction: column; justify-content: center; padding: 62px clamp(24px, 2.2vw, 36px) 54px clamp(74px, 6.2vw, 104px); background: var(--paper); }
.hero-copy::before { content: ""; position: absolute; top: 70px; right: 16px; width: 42px; height: 36px; opacity: .45; background: repeating-linear-gradient(0deg, transparent 0 5px, var(--ink) 6px 7px); }
.edition { margin: 0 0 22px; font-family: var(--display); font-size: 17px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.edition span { color: var(--muted); }
.edition b { color: var(--olive); }
.hero h1 { width: 190%; max-width: none; margin: 0; font-family: var(--display); font-size: clamp(72px, 7vw, 116px); font-weight: 900; letter-spacing: -.045em; line-height: .84; text-transform: uppercase; transform: scaleX(.525); transform-origin: left top; }
.hero h1 em { color: var(--olive); font-style: normal; }
.hero-intro { max-width: 590px; margin: 28px 0 0; font-size: clamp(17px, 1.35vw, 21px); font-weight: 520; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-actions .button { flex: 1 1 0; min-width: 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 195px; min-height: 56px; padding: 14px; border: 2px solid var(--ink); text-decoration: none; font-family: var(--display); font-size: 18px; font-weight: 900; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.button span { margin-left: 8px; font-family: var(--sans); font-size: 25px; font-weight: 400; line-height: 1; transition: transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translateX(4px); }
.button-primary { border-color: var(--olive); background: var(--olive); }
.button-primary:hover { color: white; border-color: var(--ink); background: var(--ink); }
.button-outline { color: var(--blue); border-color: var(--blue); background: transparent; }
.button-outline:hover { color: white; background: var(--blue); }
.button-dark { color: white; border-color: var(--ink); background: var(--ink); }
.button-dark:hover { color: var(--ink); border-color: var(--olive); background: var(--olive); }
.button-light { color: var(--ink); border-color: white; background: white; }
.button-light:hover { color: white; border-color: var(--blue); background: var(--blue); }
.hero-places { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.hero-places span { padding: 5px 10px; border: 1px solid rgba(25,27,25,.45); font-family: var(--display); font-size: 13px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }

.hero-image { position: relative; z-index: 1; min-width: 0; min-height: 790px; margin: 0; overflow: hidden; background: #d1d1c9; }
.hero-image img { position: absolute; right: 0; bottom: 0; display: block; width: auto; max-width: none; height: 111.111%; min-height: 0; object-fit: contain; object-position: right bottom; }
.hero-image figcaption { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.intro-strip { display: grid; grid-template-columns: .8fr 1.5fr .8fr; align-items: center; gap: 30px; padding: 26px clamp(24px, 5vw, 78px); color: white; border-bottom: 2px solid var(--ink); background: var(--ink); text-transform: uppercase; }
.intro-strip p, .intro-strip strong, .intro-strip span { margin: 0; }
.intro-strip p, .intro-strip span { font-family: var(--display); font-size: 16px; font-weight: 800; letter-spacing: .06em; }
.intro-strip strong { color: var(--olive); font-family: var(--display); font-size: clamp(24px, 2.2vw, 36px); line-height: 1; }
.intro-strip span { justify-self: end; }

.section { max-width: var(--content); margin: 0 auto; padding: 112px clamp(24px, 5vw, 78px); }
.section-number { margin: 0 0 26px; color: var(--blue); font-family: var(--display); font-size: 16px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 54px; }
.section-heading h2, .lab-title h2, .province h2, .planning h2, .faq h2, .final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(54px, 5.8vw, 92px); font-weight: 900; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; }
.section-heading p { max-width: 520px; margin: 0; font-size: 18px; line-height: 1.65; }

.drop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.drop-card { min-height: 500px; padding: 30px; border: 2px solid var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.drop-card:hover { transform: translateY(-7px); box-shadow: 9px 9px 0 var(--ink); }
.drop-code { margin: 0 0 80px; font-family: var(--display); font-weight: 900; letter-spacing: .1em; }
.drop-card h3 { margin: 0 0 24px; font-family: var(--display); font-size: clamp(50px, 4vw, 70px); line-height: .88; text-transform: uppercase; }
.drop-card > p:not(.drop-code) { max-width: 390px; font-size: 17px; }
.drop-card ul { margin: 28px 0 0; padding: 0; list-style: none; font-size: 14px; font-weight: 750; text-transform: uppercase; }
.drop-card li { padding: 9px 0; border-top: 1px solid currentColor; }
.drop-green { background: var(--olive); }
.drop-blue { color: white; background: var(--blue); }
.drop-ink { color: white; background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--blue); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 6px; }

.order-lab { display: grid; grid-template-columns: .78fr 1.22fr; max-width: none; gap: clamp(50px, 8vw, 130px); color: white; background: var(--ink); }
.lab-title { align-self: start; position: sticky; top: 30px; }
.lab-title .section-number { color: var(--olive); }
.lab-title p:last-child { max-width: 520px; margin-top: 32px; color: #cfd1c9; font-size: 18px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.process-list li { display: grid; grid-template-columns: 58px 1fr auto; align-items: start; gap: 24px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.process-list .step { color: var(--olive); font-family: var(--display); font-size: 28px; font-weight: 900; }
.process-list h3 { margin: 0 0 7px; font-family: var(--display); font-size: 32px; text-transform: uppercase; }
.process-list p { margin: 0; color: #cfd1c9; }
.status { padding: 5px 10px; color: var(--ink); background: var(--olive); font-family: var(--display); font-size: 13px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }

.pack-heading { align-items: start; }
.pack-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 34px; border: 2px solid var(--ink); }
.pack-grid article { min-height: 360px; padding: 32px; border-right: 2px solid var(--ink); background: var(--white); }
.pack-grid article:last-child { border-right: 0; }
.pack-grid .featured-pack { background: var(--olive); }
.pack-label { display: flex; align-items: center; justify-content: space-between; margin: 0 0 64px; font-family: var(--display); font-size: 18px; font-weight: 900; text-transform: uppercase; }
.pack-label b { padding: 5px 8px; color: white; background: var(--blue); font-size: 11px; letter-spacing: .08em; }
.pack-grid h3 { margin: 0 0 18px; font-family: var(--display); font-size: 43px; line-height: 1; text-transform: uppercase; }
.pack-grid article > span { display: block; margin-top: 36px; padding-top: 14px; border-top: 1px solid var(--ink); font-size: 13px; font-weight: 750; text-transform: uppercase; }

.technique-section { max-width: none; background: var(--paper-deep); }
.technique-section > * { max-width: calc(var(--content) - 156px); margin-right: auto; margin-left: auto; }
.tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.tech-grid article { min-height: 260px; padding: 26px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.tech-grid b { color: var(--blue); font-family: var(--display); font-size: 18px; }
.tech-grid h3 { margin: 42px 0 12px; font-family: var(--display); font-size: 36px; text-transform: uppercase; }
.tech-grid p { margin: 0; color: #4f524b; }

.province { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(54px, 8vw, 120px); max-width: none; color: white; background: var(--blue); }
.province .section-number { color: var(--olive); }
.province-lead > p:last-child { max-width: 540px; margin: 34px 0 0; color: #d9e1ff; font-size: 18px; }
.route-board { border-top: 1px solid rgba(255,255,255,.5); }
.route-board article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.5); }
.route-board article > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--olive); font-family: var(--display); font-size: 21px; font-weight: 900; }
.route-board h3 { margin: 0 0 5px; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.route-board p { margin: 0; color: #d9e1ff; }

.planning { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.planning-grid { display: grid; grid-template-columns: 1fr 1fr; align-self: start; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.planning-grid span { min-height: 92px; padding: 23px 18px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); font-family: var(--display); font-size: 20px; font-weight: 900; text-transform: uppercase; }
.planning-note { grid-column: 1 / -1; margin: 18px 0 0; padding: 22px 24px; color: white; background: var(--ink); }

.faq { display: grid; grid-template-columns: .76fr 1.24fr; gap: 80px; max-width: none; background: var(--white); }
.faq-title { align-self: start; position: sticky; top: 30px; }
.faq-list { border-top: 2px solid var(--ink); }
.faq details { border-bottom: 2px solid var(--ink); }
.faq summary { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: 27px; font-weight: 900; text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; place-items: center; width: 36px; height: 36px; color: white; background: var(--blue); font-family: var(--sans); transition: transform .18s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 800px; margin: 0; padding: 0 55px 28px 0; color: #52564d; font-size: 17px; }

.final-cta { padding: 108px clamp(24px, 7vw, 112px); color: white; background: var(--ink); text-align: center; }
.final-cta .edition { color: var(--olive); }
.final-cta h2 { max-width: 1100px; margin: 0 auto; }
.final-cta > p:not(.edition) { max-width: 650px; margin: 28px auto 0; color: #cfd1c9; font-size: 19px; }
.final-cta .hero-actions { justify-content: center; }

footer { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 40px; padding: 52px clamp(24px, 5vw, 78px); border-top: 2px solid var(--ink); background: var(--paper); }
.footer-brand { font-family: var(--display); font-size: 54px; font-weight: 900; line-height: 1; }
footer p { margin: 0 0 8px; }
footer address { font-style: normal; }
footer a { text-underline-offset: 4px; }

@media (max-width: 1180px) {
  .topbar { grid-template-columns: auto 1fr; }
  .top-proof { display: none; }
  .main-nav { justify-content: flex-end; }
  .hero { grid-template-columns: minmax(440px, 45%) 1fr; min-height: 730px; }
  .hero-copy { padding-left: 62px; }
  .hero h1 { font-size: clamp(67px, 8vw, 93px); }
  .hero-image, .hero-image img { min-height: 730px; }
  .hero-image img { height: 111.111%; }
  .drop-card { min-height: 535px; }
  .order-lab, .province, .faq { gap: 54px; }
}

@media (max-width: 920px) {
  .topbar { min-height: 76px; }
  .main-nav a:nth-child(3) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 690px; padding: 66px 44px 44px 68px; }
  .hero h1 { font-size: clamp(65px, 11vw, 100px); }
  .hero-image { min-height: 0; aspect-ratio: 882 / 810; }
  .hero-image img { width: auto; max-width: none; height: 111.111%; min-height: 0; object-position: right bottom; }
  .intro-strip { grid-template-columns: 1fr 1fr; }
  .intro-strip span { display: none; }
  .drop-grid, .pack-grid, .tech-grid { grid-template-columns: 1fr; }
  .drop-card { min-height: auto; }
  .drop-code { margin-bottom: 60px; }
  .pack-grid article { min-height: 300px; border-right: 0; border-bottom: 2px solid var(--ink); }
  .pack-grid article:last-child { border-bottom: 0; }
  .order-lab, .province, .planning, .faq { grid-template-columns: 1fr; }
  .lab-title, .faq-title { position: static; }
  .technique-section > * { max-width: none; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .topbar { grid-template-columns: 1fr auto; min-height: 68px; padding: 0 18px; }
  .brand { font-size: 34px; }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 14px; }
  .main-nav a:nth-child(2), .main-nav a:nth-child(3) { display: none; }
  .hero::before, .hero::after, .hero-copy::before { display: none; }
  .hero-copy { min-height: auto; padding: 52px 20px 38px; }
  .edition { font-size: 14px; }
  .hero h1 { font-size: clamp(54px, 18vw, 78px); line-height: .86; }
  .hero-intro { margin-top: 22px; font-size: 17px; }
  .hero-actions, .button { width: 100%; }
  .hero-actions { gap: 10px; }
  .hero-places { margin-top: 26px; }
  .hero-places span { font-size: 11px; }
  .hero-image { min-height: 0; aspect-ratio: 882 / 810; }
  .hero-image img { width: auto; max-width: none; height: 111.111%; min-height: 0; }
  .intro-strip { grid-template-columns: 1fr; gap: 6px; padding: 22px 20px; }
  .section { padding: 78px 20px; }
  .section-number { margin-bottom: 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 36px; }
  .section-heading h2, .lab-title h2, .province h2, .planning h2, .faq h2, .final-cta h2 { font-size: clamp(47px, 14vw, 66px); }
  .drop-card { padding: 24px; }
  .drop-card h3 { font-size: 51px; }
  .order-lab, .province, .faq { gap: 44px; }
  .process-list li { grid-template-columns: 40px 1fr; gap: 15px; }
  .process-list .status { grid-column: 2; justify-self: start; }
  .pack-grid article { padding: 24px; }
  .pack-label { margin-bottom: 44px; }
  .tech-grid article { min-height: 230px; }
  .planning-grid { grid-template-columns: 1fr; }
  .planning-note { margin-top: 0; }
  .faq summary { font-size: 22px; }
  .final-cta { padding: 78px 20px; }
  footer { grid-template-columns: 1fr; gap: 28px; padding: 42px 20px; }
}

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