:root {
  --ink: #10211d;
  --ink-soft: #18302a;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --line: #d9d5cb;
  --muted: #62706b;
  --accent: #c8f65b;
  --accent-dark: #9bc535;
  --white: #ffffff;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--accent); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #76a900; outline-offset: 3px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.14); color: var(--white); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { position: relative; width: 34px; height: 38px; display: inline-block; }
.brand-mark i { position: absolute; display: block; width: 18px; height: 18px; border: 2px solid currentColor; transform: rotate(30deg) skewY(-30deg) scaleY(.86); }
.brand-mark i:nth-child(1) { top: 1px; left: 8px; background: var(--accent); border-color: var(--accent); }
.brand-mark i:nth-child(2) { bottom: 1px; left: 1px; }
.brand-mark i:nth-child(3) { bottom: 1px; right: 0; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 19px; letter-spacing: .13em; }
.brand-copy small { margin-top: 7px; color: #aab9b4; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.main-nav a { color: #dce4e1; font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 850; letter-spacing: .035em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-dark { background: transparent; border-color: rgba(255,255,255,.38); color: var(--white); }
.button-dark:hover { border-color: var(--accent); color: var(--accent); }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: #d7ff7b; }

.hero { position: relative; overflow: hidden; padding: 166px 0 92px; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: 20px; border: 1px solid rgba(200,246,91,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.12)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 84px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #b9c7c2; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(200,246,91,.13); }
.hero h1 { margin: 0; max-width: 660px; font-size: clamp(48px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
.hero h1 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #b9c7c2; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.35); padding-block: 6px; }
.text-link:hover { color: var(--accent); border-color: var(--accent); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 22px; margin: 38px 0 0; padding: 0; list-style: none; color: #c3ceca; font-size: 12px; font-weight: 700; }
.hero-notes li { display: flex; align-items: center; gap: 7px; }
.hero-notes span { color: var(--accent); }

.operations-card { position: relative; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.045); box-shadow: 0 30px 80px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.card-topline { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.13); color: #8fa19b; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.live-dot { display: flex; align-items: center; gap: 7px; color: #c7d2ce; }
.live-dot i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(200,246,91,.12); }
.package-visual { position: relative; height: 290px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.02), transparent 50%), radial-gradient(circle at 52% 45%, rgba(200,246,91,.08), transparent 38%); }
.package-visual::before, .package-visual::after { content: ""; position: absolute; background: rgba(255,255,255,.06); }
.package-visual::before { inset: 0 50% 0 auto; width: 1px; }
.package-visual::after { inset: 50% 0 auto; height: 1px; }
.box { position: absolute; border: 1px solid rgba(255,255,255,.5); background: #233c35; transform: skewY(-8deg); box-shadow: 18px 24px 36px rgba(0,0,0,.22); }
.box-back { width: 125px; height: 102px; left: 78px; top: 62px; opacity: .55; }
.box-back span { display: grid; place-items: center; height: 100%; color: rgba(255,255,255,.65); font-size: 44px; font-weight: 900; }
.box-front { width: 178px; height: 142px; right: 73px; bottom: 48px; background: #315446; }
.box-front::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 24px; background: rgba(200,246,91,.82); transform: translateX(-50%); }
.box-front span { position: absolute; left: 16px; bottom: 18px; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.box-front i { position: absolute; right: 12px; top: 15px; font-size: 8px; font-style: normal; color: #bac8c3; }
.scan-line { position: absolute; left: 62px; right: 62px; top: 57%; height: 1px; background: var(--accent); box-shadow: 0 0 12px var(--accent); animation: scan 4s ease-in-out infinite; }
.route-line { position: absolute; border: 1px dashed rgba(200,246,91,.35); border-radius: 50%; }
.route-a { width: 280px; height: 92px; left: 48px; top: 102px; transform: rotate(14deg); }
.route-b { width: 230px; height: 140px; right: 36px; bottom: 34px; transform: rotate(-18deg); }
.flow-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.flow-list li { min-width: 0; padding: 17px 16px 18px; border-right: 1px solid rgba(255,255,255,.13); }
.flow-list li:last-child { border: 0; }
.flow-list span, .flow-list strong, .flow-list small { display: block; }
.flow-list span { color: var(--accent); font-size: 9px; font-weight: 900; }
.flow-list strong { margin-top: 4px; font-size: 12px; }
.flow-list small { margin-top: 3px; overflow: hidden; color: #81958e; font-size: 9px; white-space: nowrap; text-overflow: ellipsis; }

.signal-strip { border-bottom: 1px solid var(--line); background: var(--paper); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid p { margin: 0; padding: 25px 24px; border-right: 1px solid var(--line); }
.signal-grid p:first-child { padding-left: 0; }
.signal-grid p:last-child { border: 0; }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { color: #8b948f; font-size: 8px; letter-spacing: .14em; }
.signal-grid span { margin-top: 5px; font-size: 12px; font-weight: 800; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.kicker { margin: 0 0 17px; color: #74817c; font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.kicker-light { color: #91a39d; }
.section-heading h2, .fit-intro h2, .launch-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.services { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 325px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); transition: background .2s ease, transform .2s ease; }
.service-card:hover { z-index: 2; background: var(--paper); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(16,33,29,.08); }
.service-number { color: #87928e; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.service-icon { position: absolute; right: 26px; top: 26px; width: 42px; height: 42px; border: 1px solid #c9cec9; }
.service-icon i { position: absolute; background: var(--ink); }
.service-icon i:first-child { width: 17px; height: 1px; left: 12px; top: 20px; }
.service-icon i:last-child { width: 1px; height: 17px; left: 20px; top: 12px; }
.service-card:nth-child(even) .service-icon { background: var(--accent); border-color: var(--accent); }
.service-card h3 { max-width: 240px; margin: 66px 0 14px; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; }
.service-card p { max-width: 290px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-card a { position: absolute; left: 30px; bottom: 26px; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid #aeb7b2; font-size: 11px; font-weight: 850; }
.service-card a:hover { border-color: var(--ink); }

.fit-section { background: var(--ink); color: var(--white); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.fit-intro p:last-child { max-width: 500px; margin: 28px 0 0; color: #aab9b4; font-size: 15px; line-height: 1.8; }
.fit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.15); }
.fit-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.fit-list article > span { color: var(--accent); font-size: 10px; font-weight: 900; }
.fit-list h3 { margin: 0; font-size: 20px; }
.fit-list p { margin: 8px 0 0; color: #9eb0aa; font-size: 13px; }

.process { background: var(--paper); }
.compact-heading { margin-bottom: 64px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { position: relative; padding: 0 28px 0 0; }
.process-step:not(:last-child) { border-right: 1px solid var(--line); margin-right: 28px; }
.step-top { display: flex; align-items: center; gap: 14px; }
.step-top span { color: #82908a; font-size: 9px; font-weight: 900; }
.step-top i { flex: 1; height: 1px; background: var(--line); }
.process-step h3 { margin: 38px 0 12px; font-size: 19px; }
.process-step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.launch-section { overflow: hidden; background: var(--accent); }
.launch-grid { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 620px; }
.map-panel { position: relative; overflow: hidden; margin-left: calc((100vw - min(1180px, calc(100vw - 48px))) / -2); padding-left: calc((100vw - min(1180px, calc(100vw - 48px))) / 2); background: #17332b; color: var(--white); }
.map-panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; transform: rotate(7deg) scale(1.2); }
.map-lines i { position: absolute; display: block; border: 1px dashed rgba(200,246,91,.35); border-radius: 50%; }
.map-lines i:nth-child(1) { width: 520px; height: 170px; left: -40px; top: 170px; transform: rotate(15deg); }
.map-lines i:nth-child(2) { width: 320px; height: 430px; left: 210px; top: 30px; transform: rotate(-31deg); }
.map-lines i:nth-child(3) { width: 260px; height: 110px; left: 150px; top: 260px; transform: rotate(-8deg); }
.map-lines i:nth-child(4) { width: 1px; height: 650px; left: 47%; top: -30px; border-radius: 0; transform: rotate(43deg); }
.city { position: absolute; color: #8ca099; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.city::before { content: ""; display: inline-block; width: 4px; height: 4px; margin-right: 6px; border: 1px solid #8ca099; border-radius: 50%; }
.city-one { left: 24%; top: 29%; }
.city-two { right: 14%; top: 23%; }
.city-three { right: 19%; bottom: 27%; color: var(--accent); }
.city-four { left: 35%; bottom: 20%; }
.location-pin { position: absolute; left: 53%; top: 46%; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(200,246,91,.5); border-radius: 50%; box-shadow: 0 0 0 16px rgba(200,246,91,.08), 0 0 0 33px rgba(200,246,91,.035); }
.location-pin span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--accent); color: var(--ink); font-size: 17px; font-weight: 950; }
.location-pin i { position: absolute; width: 7px; height: 7px; left: 70px; top: 11px; border-radius: 50%; background: var(--accent); }
.map-panel > p { position: absolute; left: max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2)); bottom: 54px; z-index: 2; margin: 0; color: #8ca099; font-size: 9px; letter-spacing: .16em; }
.map-panel > p strong { display: inline-block; margin-top: 8px; color: var(--white); font-size: 21px; letter-spacing: .08em; }
.launch-copy { padding: 108px 0 95px 80px; }
.launch-copy .kicker { color: #5a751f; }
.launch-copy > p:not(.kicker) { max-width: 510px; margin: 28px 0; color: #40521a; }
.launch-status { max-width: 500px; display: grid; grid-template-columns: 120px 1fr; gap: 8px 16px; margin: 34px 0; padding: 21px 0; border-top: 1px solid rgba(16,33,29,.28); border-bottom: 1px solid rgba(16,33,29,.28); }
.launch-status > span { grid-row: 1 / 3; color: #5e751f; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.launch-status strong { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.launch-status strong i { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.launch-status small { color: #52671f; font-size: 11px; }
.dark-link { border-color: rgba(16,33,29,.45); }
.dark-link:hover { color: var(--ink); border-color: var(--ink); }

.contact { background: var(--ink-soft); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.contact-copy > p:not(.kicker) { max-width: 450px; margin: 25px 0; color: #a9b9b3; }
.email-link { display: inline-flex; gap: 12px; margin-top: 10px; color: var(--accent); border-bottom: 1px solid rgba(200,246,91,.45); font-size: 18px; font-weight: 800; }
.planned-location { display: flex; flex-direction: column; max-width: 450px; gap: 5px; margin-top: 38px; padding: 20px 22px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.055); }
.planned-location span { color: #82978f; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.planned-location strong { color: #eef4f1; font-size: 13px; line-height: 1.45; }
.planned-location small { color: #8fa29b; font-size: 10px; }
.contact-note { display: flex; gap: 14px; max-width: 430px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-note span { flex: 0 0 auto; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid #728781; border-radius: 50%; color: #a9b9b3; font-size: 10px; font-weight: 900; }
.contact-note p { margin: 0; color: #879b94; font-size: 11px; }
.enquiry-form { padding: 40px; background: var(--paper); color: var(--ink); box-shadow: 0 26px 70px rgba(0,0,0,.18); }
.enquiry-form label { display: block; margin-bottom: 20px; }
.enquiry-form label > span { display: block; margin-bottom: 8px; color: #68756f; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid #d3d7d2; border-radius: 0; background: #fff; color: var(--ink); padding: 13px 14px; font-size: 13px; outline: none; }
.enquiry-form input, .enquiry-form select { height: 49px; }
.enquiry-form textarea { resize: vertical; min-height: 105px; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: #759a28; box-shadow: 0 0 0 2px rgba(117,154,40,.15); }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.enquiry-form .consent-field { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 2px 0 20px; cursor: pointer; }
.enquiry-form .consent-field input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: #759a28; }
.enquiry-form .consent-field > span { margin: 0; color: #5f6d67; font-size: 10px; font-weight: 600; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.form-submit { width: 100%; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.form-footnote { margin: 12px 0 0; color: #7c8883; font-size: 9px; text-align: center; }
.form-status { min-height: 18px; margin: 10px 0 0; font-size: 10px; font-weight: 750; line-height: 1.45; text-align: center; }
.form-status:empty { margin-top: 0; min-height: 0; }
.form-status.is-pending { color: #68756f; }
.form-status.is-success { color: #517216; }
.form-status.is-error { color: #a8382d; }

.site-footer { background: #0a1714; color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 60px; align-items: center; padding: 52px 0; }
.brand-footer .brand-mark { color: var(--white); }
.footer-main > p { margin: 0; color: #7f938c; font-size: 12px; }
.footer-main > a:last-child { color: var(--accent); font-size: 13px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; padding: 18px 0 26px; border-top: 1px solid rgba(255,255,255,.1); color: #657a73; font-size: 9px; letter-spacing: .06em; }

@keyframes scan { 0%, 100% { transform: translateY(-80px); opacity: .35; } 50% { transform: translateY(90px); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .main-nav { display: none; }
  .hero { padding-top: 142px; }
  .hero-grid, .fit-grid, .launch-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 60px; }
  .operations-card { max-width: 620px; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-grid p:nth-child(2) { border-right: 0; }
  .signal-grid p:first-child { padding-left: 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-grid { gap: 60px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 50px 0; }
  .launch-grid { width: 100%; }
  .map-panel { min-height: 480px; margin-left: 0; padding-left: 0; }
  .launch-copy { width: var(--shell); margin: 0 auto; padding: 80px 0; }
  .map-panel > p { left: 24px; }
  .contact-grid { gap: 60px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { grid-row: 2; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { position: absolute; }
  .header-inner { min-height: 74px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 7px; }
  .brand-mark { transform: scale(.85); transform-origin: left center; margin-right: -4px; }
  .button-small { min-height: 38px; padding-inline: 13px; font-size: 10px; }
  .hero { padding: 126px 0 70px; }
  .hero h1 { font-size: clamp(43px, 14vw, 60px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .text-link { width: max-content; }
  .hero-notes { gap: 12px 18px; }
  .operations-card { margin-inline: 0; }
  .package-visual { height: 240px; }
  .box-back { left: 34px; }
  .box-front { right: 32px; }
  .flow-list small { display: none; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid p, .signal-grid p:first-child { padding: 18px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal-grid p:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .fit-intro h2, .launch-copy h2, .contact-copy h2 { font-size: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .fit-list article { grid-template-columns: 38px 1fr; gap: 14px; }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-step:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; padding-bottom: 35px; }
  .map-panel { min-height: 420px; }
  .city-two { right: 5%; }
  .location-pin { left: 48%; }
  .launch-copy { padding: 70px 0; }
  .launch-status { grid-template-columns: 1fr; }
  .launch-status > span { grid-row: auto; }
  .enquiry-form { padding: 24px 18px; margin-inline: -2px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-main > p { grid-row: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}
