@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --orange: #f26432;
  --orange-deep: #de4d1d;
  --ink: #101210;
  --paper: #fff8ef;
  --mint: #dcebdd;
  --peach: #f7dfd0;
  --muted: #605e59;
  --line: rgba(16, 18, 16, .17);
  --display: "Archivo Black", Impact, "Arial Black", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(16, 18, 16, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { color: var(--paper); background: var(--ink); }
.page-width { width: min(1060px, calc(100% - 56px)); margin-inline: auto; }
.light-section { background: var(--paper); }

.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .045; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }

/* Header */
.site-header { position: relative; z-index: 30; height: 92px; background: var(--paper); }
.nav-wrap { width: min(1060px, calc(100% - 56px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-block; transition: transform .22s ease; }
.brand img { width: 174px; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; padding: 13px 0 10px; font-size: 11px; font-weight: 800; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: 2px; left: 0; height: 3px; background: var(--orange); transition: right .32s cubic-bezier(.2,.8,.2,1); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px; background: var(--ink); transition: transform .3s, opacity .3s; }

/* Hero */
.deletion-hero { position: relative; overflow: hidden; background: var(--orange); }
.deletion-hero::before { content: ""; position: absolute; width: 320px; height: 320px; right: -210px; bottom: -220px; border: 1px dashed rgba(16,18,16,.28); border-radius: 50%; animation: spin 24s linear infinite; }
.hero-grid { min-height: 586px; display: grid; grid-template-columns: 1.06fr .94fr; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 62px 62px 62px 0; }
.section-tag { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-tag i { display: block; width: 28px; height: 3px; background: currentColor; }
.hero-copy h1 { margin: 0; font-family: var(--display); font-size: clamp(70px, 6.25vw, 94px); line-height: .88; letter-spacing: -.075em; text-transform: uppercase; }
.hero-description { max-width: 390px; margin: 27px 0 24px; font-size: 12px; line-height: 1.55; font-weight: 600; }
.outline-button { width: max-content; min-width: 170px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 16px; border: 2px solid var(--ink); font-size: 10px; font-weight: 800; transition: color .3s, background .3s, transform .2s, box-shadow .3s; }
.outline-button:hover { color: var(--paper); background: var(--ink); box-shadow: 7px 7px 0 rgba(255,248,239,.33); }
.outline-button b { font-size: 15px; }
.hero-art { position: relative; z-index: 1; min-width: 0; overflow: hidden; transform-style: preserve-3d; background: var(--ink); transition: transform .2s ease-out, box-shadow .35s; }
.hero-art::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.08) 48%, transparent 64%); transform: translateX(-130%); transition: transform .8s ease; }
.hero-art:hover::after { transform: translateX(130%); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 2; }
.hero-pulse { position: absolute; z-index: 3; width: 49%; aspect-ratio: 1; left: 25%; top: 24%; border: 1px solid rgba(242,100,50,.22); border-radius: 50%; pointer-events: none; animation: pulse 3.4s ease-out infinite; }

/* Route cards */
.routes { padding: 72px 0 84px; }
.split-heading { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; margin-bottom: 35px; }
.split-heading .section-tag { margin-top: 12px; }
.split-heading h2, .handling-heading h2, .next-copy h2, .support-inner h2 { margin: 0; font-family: var(--display); letter-spacing: -.055em; }
.split-heading h2 { text-align: right; font-size: clamp(34px, 4vw, 50px); line-height: .94; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; }
.route-card { --spot-x: 50%; --spot-y: 50%; position: relative; min-height: 282px; overflow: hidden; padding: 40px 36px 31px; border: 1px solid rgba(16,18,16,.14); isolation: isolate; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.route-card::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0; background: radial-gradient(230px circle at var(--spot-x) var(--spot-y), rgba(255,255,255,.65), transparent 65%); transition: opacity .3s; }
.route-card:hover { z-index: 2; transform: translateY(-9px); box-shadow: var(--shadow); }
.route-card:hover::before { opacity: 1; }
.app-route { background: var(--mint); }
.support-route { background: var(--peach); }
.route-top { display: flex; align-items: flex-start; justify-content: space-between; min-height: 76px; }
.route-top img { width: 50px; height: 50px; object-fit: contain; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.route-card:hover .route-top img { transform: rotate(-8deg) scale(1.12); }
.route-top span { font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.route-card h3 { margin: 0 0 13px; font-size: 23px; letter-spacing: -.04em; }
.route-card p { max-width: 435px; margin: 0 0 16px; font-size: 11px; line-height: 1.65; }
.route-card > a { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 2px solid var(--ink); font-size: 9px; font-weight: 800; text-transform: uppercase; transition: gap .25s; }
.route-card > a:hover { gap: 18px; }

/* Things to know */
.know { padding: 76px 0; color: var(--paper); background: var(--ink); }
.know-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: center; }
.light-tag { color: var(--paper); }
.know-heading h2, .confirm-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(48px, 5.5vw, 70px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.know-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.24); }
.know-list li { display: grid; grid-template-columns: 56px 1fr; gap: 10px; align-items: center; min-height: 77px; border-bottom: 1px solid rgba(255,255,255,.22); }
.know-list b { color: var(--orange); font-family: var(--display); font-size: 24px; font-weight: 400; }
.know-list span { font-size: 11px; line-height: 1.55; }

/* Data handling */
.handling { padding: 88px 0 105px; }
.handling-heading { max-width: 830px; margin: 0 auto 47px; }
.handling-heading .section-tag { margin-left: -185px; }
.handling-heading h2 { font-size: clamp(43px, 5.2vw, 66px); line-height: .92; text-transform: uppercase; }
.handling-heading > p:last-child { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.data-table { border: 1px solid var(--line); }
.data-row { display: grid; grid-template-columns: .92fr .9fr 1.55fr; min-height: 65px; border-bottom: 1px solid var(--line); }
.data-row:last-child { border-bottom: 0; }
.data-row > * { display: flex; align-items: center; padding: 17px 20px; font-size: 10px; line-height: 1.45; }
.data-row strong { font-weight: 800; }
.data-row span { color: #77746f; }
.table-head { min-height: 48px; color: var(--paper); background: var(--ink); }
.table-head > * { color: inherit; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.data-row:not(.table-head) { transition: background .25s, transform .25s; }
.data-row:not(.table-head):hover { position: relative; z-index: 1; background: #fffdf8; transform: scale(1.008); box-shadow: 0 8px 24px rgba(16,18,16,.07); }

/* Next */
.next-step { position: relative; overflow: hidden; background: var(--orange); }
.next-step::after { content: ""; position: absolute; width: 240px; height: 240px; top: -175px; right: 6%; border: 1px dashed rgba(16,18,16,.26); border-radius: 50%; }
.next-grid { min-height: 250px; display: grid; grid-template-columns: 155px 1fr; gap: 28px; align-items: center; }
.next-icon img { width: 124px; height: 124px; object-fit: contain; transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .4s; }
.next-icon:hover img { transform: rotate(-9deg) scale(1.08); filter: drop-shadow(11px 15px 0 rgba(16,18,16,.11)); }
.next-copy h2 { font-size: clamp(34px, 4.1vw, 50px); line-height: .98; }
.next-copy > p:last-child { max-width: 800px; margin: 19px 0 0; font-size: 10px; line-height: 1.62; font-weight: 600; }

/* Confirm */
.confirm { padding: 85px 0 70px; }
.confirm-grid { display: grid; grid-template-columns: 270px 1fr; gap: 75px; align-items: start; }
.confirm-heading h2 { font-size: 61px; }
.confirm-list { border-top: 2px solid var(--ink); }
.confirm-list article { padding: 22px 0; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.confirm-list article:hover { padding-inline: 16px; background: rgba(220,235,221,.34); }
.confirm-list h3 { margin: 0 0 8px; font-size: 14px; letter-spacing: -.02em; }
.confirm-list p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

/* Support */
.support-callout { padding: 32px 0 100px; }
.support-inner { display: grid; grid-template-columns: 100px 1fr; gap: 36px; align-items: center; }
.support-inner > img { width: 88px; height: 88px; object-fit: contain; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.support-inner:hover > img { transform: rotate(8deg) scale(1.08); }
.support-inner .section-tag { margin-bottom: 13px; }
.support-inner h2 { font-size: clamp(27px, 3vw, 39px); line-height: 1; }
.support-mail { display: inline-flex; align-items: center; gap: 13px; margin-top: 19px; padding: 10px 14px; color: var(--paper); background: var(--ink); font-size: 9px; font-weight: 800; text-transform: uppercase; transition: transform .2s, background .3s, box-shadow .3s; }
.support-mail:hover { background: var(--orange); box-shadow: 6px 6px 0 var(--ink); }

/* Footer */
.site-footer { padding: 58px 0 24px; color: #eee8df; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 205px 1fr 205px; gap: 45px; align-items: center; }
.footer-brand img { width: 170px; }
.footer-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 26px; }
.footer-nav a { position: relative; color: #d3d0ca; padding: 7px 0; font-size: 9px; font-weight: 700; }
.footer-nav a::after { content: ""; position: absolute; right: 100%; bottom: 1px; left: 0; height: 2px; background: var(--orange); transition: right .25s; }
.footer-nav a:hover::after, .footer-nav a.active::after { right: 0; }
.footer-main address { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-style: normal; }
.footer-main address a { display: flex; align-items: center; gap: 9px; color: #aaa7a1; font-size: 9px; transition: color .25s, transform .25s; }
.footer-main address a:hover { color: var(--paper); transform: translateX(4px); }
.footer-main address img { width: 15px; height: 15px; object-fit: contain; filter: brightness(0) invert(1); opacity: .66; }
.footer-bottom { display: flex; align-items: center; justify-content: center; position: relative; margin-top: 40px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; color: #706e6a; font-size: 8px; }
.back-top { position: absolute; right: 0; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); transition: color .25s, border-color .25s, transform .2s; }
.back-top:hover { color: var(--orange); border-color: var(--orange); }

/* Motion */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.delay { transition-delay: .14s; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(.82); opacity: 0; } 35% { opacity: .6; } 100% { transform: scale(1.28); opacity: 0; } }

@media (max-width: 960px) {
  .main-nav { gap: 22px; }
  .hero-copy { padding-right: 38px; }
  .hero-copy h1 { font-size: 70px; }
  .handling-heading .section-tag { margin-left: 0; }
  .confirm-grid { grid-template-columns: 225px 1fr; gap: 48px; }
  .footer-main { grid-template-columns: 175px 1fr; }
  .footer-main address { grid-column: 1 / -1; align-items: center; justify-self: center; flex-direction: row; gap: 30px; }
}

@media (max-width: 760px) {
  .page-width, .nav-wrap { width: calc(100% - 34px); }
  .site-header { height: 78px; }
  .brand img { width: 154px; }
  .menu-toggle { position: relative; z-index: 42; display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: 40; flex-direction: column; justify-content: center; gap: 19px; background: var(--paper); transform: translateX(100%); transition: transform .48s cubic-bezier(.2,.8,.2,1); }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { font-family: var(--display); font-size: 27px; text-transform: uppercase; }
  .hero-grid { width: 100%; min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 63px 17px 57px; }
  .hero-copy h1 { font-size: clamp(60px, 18vw, 87px); }
  .hero-description { max-width: 430px; }
  .hero-art { width: min(480px, 92%); aspect-ratio: 1332 / 1731; margin: 0 auto 48px; box-shadow: 16px 16px 0 rgba(16,18,16,.16); }
  .split-heading { grid-template-columns: 1fr; gap: 8px; }
  .split-heading h2 { text-align: left; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 260px; }
  .know-grid { grid-template-columns: 1fr; gap: 48px; }
  .know-heading h2 { font-size: 64px; }
  .handling-heading { margin-left: 0; }
  .data-table { overflow-x: auto; }
  .data-row { min-width: 760px; }
  .next-grid { padding-block: 46px; grid-template-columns: 110px 1fr; }
  .next-icon img { width: 95px; height: 95px; }
  .confirm-grid { grid-template-columns: 1fr; gap: 44px; }
  .confirm-heading h2 { font-size: 61px; }
  .support-inner { grid-template-columns: 85px 1fr; gap: 23px; }
  .support-inner h2 br { display: none; }
  .footer-main { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-main address { grid-column: auto; flex-direction: column; gap: 10px; }
}

@media (max-width: 480px) {
  .routes { padding: 62px 0 70px; }
  .hero-copy h1 { font-size: 57px; }
  .hero-art { width: calc(100% - 34px); }
  .split-heading h2 { font-size: 36px; }
  .route-card { padding: 31px 25px; }
  .know { padding: 67px 0; }
  .know-heading h2 { font-size: 51px; }
  .know-list li { grid-template-columns: 45px 1fr; }
  .know-list b { font-size: 20px; }
  .handling { padding: 72px 0 82px; }
  .handling-heading h2 { font-size: 38px; }
  .next-grid { grid-template-columns: 1fr; gap: 12px; }
  .next-icon img { width: 92px; height: 92px; }
  .next-copy h2 br { display: none; }
  .confirm { padding: 70px 0 55px; }
  .confirm-heading h2 { font-size: 53px; }
  .support-callout { padding-bottom: 76px; }
  .support-inner { grid-template-columns: 1fr; }
  .support-inner > img { width: 78px; height: 78px; }
  .support-inner h2 { font-size: 28px; }
  .footer-nav { flex-direction: column; gap: 9px; }
  .footer-main address a { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
