:root {
  --content-width: 1500px;
  --green: #82ff3e;
  --green-soft: #b7ff52;
  --yellow: #dfff45;
  --black: #020302;
  --panel: #09100b;
  --panel-2: #11140b;
  --white: #f7f8f6;
  --muted: #c9ccc8;
  --border: rgba(255, 255, 255, 0.18);
  --tech-border: rgba(56, 255, 142, 0.42);
  --creative-border: rgba(209, 255, 58, 0.42);
  --font-display: "Oxanium", "Arial Rounded MT Bold", sans-serif;
  --font-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color:var(--green) #050805; scrollbar-width:thin; }
html::-webkit-scrollbar { width:12px; }
html::-webkit-scrollbar-track { background:#050805; }
html::-webkit-scrollbar-thumb { border:3px solid #050805; border-radius:999px; background:var(--green); }
html::-webkit-scrollbar-thumb:hover { background:var(--green-soft); }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  background: var(--black);
  border: 0;
  box-shadow: none;
}
.site-shell::before {
  content: "";
  position: absolute;
  inset: 38% -16% auto -12%;
  height: 430px;
  background: linear-gradient(110deg, transparent 8%, rgba(55,255,113,.12) 24%, rgba(168,255,61,.07) 55%, transparent 75%);
  clip-path: polygon(0 45%, 34% 5%, 52% 42%, 76% 2%, 100% 42%, 100% 72%, 76% 31%, 53% 70%, 34% 34%, 0 76%);
  display: none;
  pointer-events: none;
}
.site-header,
.hero,
.services-section,
.about-section,
.site-footer {
  width: min(var(--content-width), 100%);
  margin-inline: auto;
}
.site-header {
  position: relative;
  z-index: 20;
  height: 96px;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  font: 700 25px/1 var(--font-display);
  letter-spacing: .06em;
  transform: scaleX(1.08);
  transform-origin: left center;
}
.logo-orbit {
  position: relative;
  color: var(--green);
  font-size: .92em;
  margin: 0 .01em;
}
.logo-orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 24px;
  left: 45%;
  top: -3px;
  border-radius: 100% 0 100% 0;
  background: var(--green);
  transform: rotate(42deg);
  box-shadow: 0 0 10px rgba(130,255,62,.55);
}
.brand-image-logo {
  position: relative;
  justify-self: start;
  display: block;
  width: 165px;
  height: 40px;
  overflow: hidden;
}
.brand-image-logo img {
  position: absolute;
  width: 220px;
  max-width: none;
  left: -30px;
  top: -19px;
}
.footer-image-logo { width: 185px; height: 44px; }
.footer-image-logo img { width: 253px; left: -35px; top: -22px; }
.brand-lockup { display:flex; flex-direction:column; align-items:flex-start; width:max-content; }
.brand-lockup-logo { position:relative; display:block; width:145px; height:31px; overflow:hidden; }
.brand-lockup-logo img { position:absolute; width:200px; max-width:none; left:-28px; top:-17px; }
.brand-division { margin:-1px 0 0 9px; font:italic 25px/1 "Segoe Print",cursive; text-transform:none; transform:rotate(-4deg); }
.division-tech { color:var(--green); }
.division-creative { color:var(--yellow); }
.brand-lockup-compact .brand-lockup-logo { width:127px; height:27px; }
.brand-lockup-compact .brand-lockup-logo img { width:175px; left:-24px; top:-15px; }
.brand-lockup-compact .brand-division { margin-top:-2px; font-size:19px; }
.main-nav { display: flex; align-items: center; gap: 42px; }
.main-nav a {
  padding: 12px 0;
  font-size: 12px;
  font-weight: 500;
  color: #efefef;
  transition: color .25s ease;
}
.main-nav a:hover, .main-nav a.active { color: var(--green); }
.header-cta { justify-self: end; }
.menu-toggle { display: none; }
.button {
  display: inline-flex;
  min-height: 49px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--green);
  border-radius: 9px;
  color: #071006;
  background: linear-gradient(130deg, #63ee55, #b6ff51);
  box-shadow: 0 7px 16px rgba(0,0,0,.24);
  font-size: 13px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.button:hover { transform: translateY(-2px); box-shadow:0 9px 18px rgba(0,0,0,.32); filter:saturate(1.06); }
.button-small { min-height: 42px; padding: 0 27px; border-radius: 12px; }
.button-outline { color: var(--white); background: rgba(0,0,0,.28); box-shadow: none; }
.button-outline:hover { color: var(--green); background: rgba(100,255,70,.07); }
.hero {
  position: relative;
  z-index: 2;
  min-height: max(650px, calc(100svh - 96px));
  padding: 52px 36px 38px;
  display: grid;
  grid-template-columns: .89fr 1.11fr;
  column-gap: 30px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 5; align-self: start; padding-top: 70px; }
.eyebrow { display: none; }
.hero h1 {
  margin: 0 0 25px;
  font: 600 clamp(42px, 4vw, 56px)/1.16 var(--font-display);
  letter-spacing: -.035em;
}
.hero h1 span, .section-title span, .cta-section h2 span { color: var(--green); }
.typewriter-line { display:inline-flex; align-items:baseline; white-space:nowrap; }
.typewriter-cursor { margin-left:.05em; animation:typewriter-caret .72s steps(1,end) infinite; }
@keyframes typewriter-caret { 50% { opacity:0; } }
.hero-lead { max-width: 480px; margin: 0; color: #efefef; font-size: 15px; line-height: 1.48; }
.hero-actions { display: flex; gap: 19px; margin-top: 34px; }
.hero-visual { position: relative; align-self: stretch; justify-self:end; width:100%; max-width:680px; min-height: 730px; perspective: 1100px; }
.portal {
  position: absolute;
  width: 490px;
  height: 610px;
  left: 52%;
  top: 49%;
  transform: translate(-50%,-50%) rotate(-7deg);
  filter: drop-shadow(0 0 28px rgba(130,255,62,.2));
}
.portal-core {
  position: absolute;
  inset: 20px 35px;
  border: 78px solid var(--green);
  border-radius: 85px 110px 90px 88px;
  clip-path: polygon(7% 0,100% 8%,94% 42%,72% 48%,89% 100%,34% 91%,0 57%);
  background: transparent;
  box-shadow: 0 0 34px rgba(89,255,48,.22);
}
.portal-glow { display: none; }
.dog {
  position: absolute;
  z-index: 4;
  width: 390px;
  will-change: transform;
  transform-style: preserve-3d;
  transform-origin: 50% 72%;
  transition: transform .22s cubic-bezier(.2,.8,.2,1), filter .25s ease;
  filter: drop-shadow(0 26px 18px rgba(0,0,0,.58));
  user-select: none;
}
.dog:hover, .cta-dog:hover { z-index: 9; filter: drop-shadow(0 34px 24px rgba(0,0,0,.72)) drop-shadow(0 0 12px rgba(132,255,57,.3)); }
.dog-tech { width: 365px; left: 0; top: 178px; }
.dog-creative { width: 255px; right: 0; top: 270px; }
.floating-card {
  position: absolute;
  z-index: 8;
  width: 150px;
  padding: 15px 14px;
  color: white;
  background: rgba(3,7,3,.88);
  border: 2px solid var(--green);
  border-radius: 18px;
  box-shadow: 0 9px 22px rgba(0,0,0,.45), inset 0 0 24px rgba(102,255,55,.04);
  backdrop-filter: blur(8px);
}
.tech-label { left: 0; top: 510px; transform: rotate(-1deg); }
.creative-label { right: 0; top: 74px; border-color: var(--yellow); }
.hero-note { position: absolute; right: 20px; top: 668px; z-index: 8; margin: 0; font: italic 20px/1.1 "Segoe Print", cursive; text-align: center; transform: rotate(-7deg); }
.hero-note::after { content:""; display:block; width:84px; height:9px; margin:6px 0 0 auto; border-top:3px solid var(--green); border-radius:50%; transform:rotate(-6deg); }
.spark { position: absolute; z-index: 8; color: var(--yellow); font-size: 46px; text-shadow: 0 0 16px rgba(215,255,66,.42); }
.spark-one { right: 92px; top: 26px; }
.spark-two { left: 106px; top: 42px; font-size: 36px; }
.spark-three { right: 5px; top: 130px; font-size: 58px; transform: rotate(35deg); }
.services-section { position: relative; z-index: 3; min-height:100svh; padding:25px 36px 78px; }
.section-title { margin: 0 0 33px; text-align: center; font: 600 clamp(31px,3.1vw,42px)/1.12 var(--font-display); letter-spacing: -.03em; }
.services-grid { position:relative; display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.services-grid::before { display:none; }
.service-panel {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  padding: 34px 30px 26px;
  border:1px solid rgba(40,240,132,.5);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(5,23,14,.94),rgba(2,9,6,.98));
}
.service-panel::after {
  content:"";
  position:absolute;
  width:360px;
  height:420px;
  right:-190px;
  bottom:-80px;
  border:70px solid rgba(121,255,60,.08);
  border-radius:60px;
  transform:rotate(45deg);
  pointer-events:none;
}
.creative-panel { border-color:rgba(211,255,52,.5); background:linear-gradient(145deg,rgba(24,28,5,.93),rgba(8,10,3,.98)); }
.panel-heading { position:relative; z-index:2; display:grid; grid-template-columns:155px 1fr; gap:24px; align-items:center; min-height:78px; }
.panel-heading p { margin:0; font:italic 18px/1.18 "Segoe Print",cursive; text-align:center; transform:rotate(-4deg); }
.panel-heading p::after { content:""; display:block; width:72px; height:8px; margin:5px 5px 0 auto; border-top:3px solid var(--green); border-radius:50%; transform:rotate(-5deg); }
.creative-panel .panel-heading p::after { border-color:var(--yellow); }
.service-list { position:relative; z-index:2; display:grid; gap:0; margin-top:22px; padding-left:0; }
.service-list::before { display:none; }
.service-item { position:relative; min-height:112px; display:grid; grid-template-columns:42px 1fr; gap:16px; align-items:center; padding:16px 18px; border:0; background:transparent; transition:transform .22s ease,color .22s ease; }
.service-item::before { display:none; }
.service-item::after { content:""; position:absolute; left:18px; right:18px; bottom:0; height:1px; background:rgba(255,255,255,.13); }
.service-item:last-child::after { display:none; }
.service-item:hover { color:var(--green-soft); transform:translateX(6px); }
.creative-panel .service-list::before { display:none; }
.creative-panel .service-item { background:transparent; }
.creative-panel .service-item::before { display:none; }
.creative-panel .service-item::after { background:rgba(255,255,255,.13); }
.creative-panel .service-item:hover { color:var(--yellow); }
.paw-mark { width:36px; height:36px; display:grid; place-items:center; color:var(--green); transform:rotate(-10deg); }
.paw-mark svg { width:31px; height:31px; fill:currentColor; filter:none; }
.creative-panel .paw-mark { color:var(--yellow); transform:rotate(10deg); }
.service-icon { width:73px; height:73px; display:grid; place-items:center; border-radius:17px; color:var(--green); background:linear-gradient(145deg,rgba(145,255,64,.20),rgba(35,65,33,.28)); box-shadow:inset 0 0 18px rgba(134,255,61,.08); font:800 23px var(--font-display); }
.service-icon svg { width:47px; height:47px; fill:none; stroke:currentColor; stroke-width:2.6; stroke-linecap:round; stroke-linejoin:round; }
.service-item h4 { margin:0 0 5px; font-size:16px; line-height:1.15; }
.service-item p { margin:0; color:#d8dad7; font-size:12.5px; line-height:1.23; }
.panel-button { position:relative; z-index:3; width:max-content; min-width:260px; height:47px; margin:14px auto 0; display:flex; align-items:center; justify-content:center; gap:14px; border:2px solid var(--green); border-radius:10px; color:var(--green); font-weight:700; font-size:14px; transition:.25s ease; }
.panel-button:hover { color:#081007; background:var(--green); box-shadow:0 8px 16px rgba(0,0,0,.28); }
.creative-panel .service-icon, .creative-panel .panel-button { color:var(--yellow); border-color:var(--yellow); }
.creative-panel .panel-button:hover { color:#101405; background:var(--yellow); }
.about-section { position:relative; z-index:3; padding:96px 36px 52px; background:transparent; }
.about-intro { max-width:850px; margin:0 auto 30px; text-align:center; }
.about-intro h2 { margin:0; font:600 clamp(31px,3vw,42px)/1.08 var(--font-display); letter-spacing:-.035em; }
.about-intro h2 span { color:var(--green); }
.about-intro p { max-width:750px; margin:18px auto 0; color:#dfe2de; font-size:13px; line-height:1.55; }
.about-grid { display:grid; grid-template-columns:1fr 1.08fr; gap:24px; }
.about-values { display:grid; gap:17px; }
.about-value-card,.about-process { border:1px solid rgba(45,242,140,.32); border-radius:18px; background:linear-gradient(135deg,rgba(13,29,20,.86),rgba(3,9,6,.95)); }
.about-value-card { min-height:133px; display:grid; grid-template-columns:62px 1fr; gap:18px; align-items:center; padding:20px 24px; }
.about-number { display:grid; place-items:center; min-height:55px; border-right:1px solid rgba(52,255,139,.28); color:var(--green); font:700 23px var(--font-display); }
.about-value-card h3 { margin:0 0 7px; font-size:15px; }
.about-value-card p,.process-summary,.process-list p { margin:0; color:#cdd2cd; font-size:11px; line-height:1.42; }
.about-process { padding:27px 34px 24px; box-shadow:inset 0 0 35px rgba(65,255,88,.035); }
.process-eyebrow { margin:0 0 8px; color:#a4aaa4; font-size:9px; letter-spacing:.32em; }
.about-process > h3 { margin:0; font:600 30px/1.05 var(--font-display); }
.process-summary { margin-top:13px; }
.process-list { position:relative; margin:20px 0 0; padding:0; list-style:none; }
.process-list::before { content:""; position:absolute; z-index:0; left:20px; top:24px; bottom:24px; width:2px; background:linear-gradient(var(--green),rgba(130,255,62,.22)); box-shadow:0 0 10px rgba(130,255,62,.32); }
.process-list li { position:relative; min-height:70px; display:grid; grid-template-columns:42px 1fr; gap:18px; align-items:center; }
.process-list li > span { position:relative; z-index:1; width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(130,255,62,.72); border-radius:50%; color:var(--green); background:#08120a; box-shadow:0 0 15px rgba(130,255,62,.13); font:700 14px var(--font-display); }
.process-list li > div { padding:10px 0; }
.process-list strong { display:block; margin-bottom:4px; font-size:13px; }
.about-pillars { position:relative; z-index:4; margin-top:26px; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; align-items:stretch; padding:10px 0; background:var(--black); }
.about-pillars span { position:relative; min-height:76px; display:flex; align-items:center; justify-content:center; padding:16px 18px 16px 43px; overflow:hidden; border:1px solid rgba(52,255,139,.3); border-radius:999px; text-align:center; background:#071009; box-shadow:none; font-size:12px; font-weight:700; transition:transform .22s ease,border-color .22s ease,background .22s ease; }
.about-pillars span::before { content:""; position:absolute; left:20px; top:50%; width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 0 4px rgba(130,255,62,.06); transform:translateY(-50%); }
.about-pillars span::after { content:""; position:absolute; width:38px; height:38px; left:5px; top:50%; border:1px solid rgba(130,255,62,.16); border-radius:50%; transform:translateY(-50%) rotate(22deg) scaleY(.45); }
.about-pillars span:hover { transform:translateY(-3px); border-color:rgba(130,255,62,.62); background:#0a160c; }
.cta-section { position:relative; z-index:3; height:213px; display:flex; align-items:center; justify-content:center; overflow:visible; clip-path:inset(-90px 0 0 0); border-top:1px solid rgba(126,255,56,.42); border-bottom:1px solid rgba(126,255,56,.4); background:linear-gradient(90deg,rgba(4,19,8,.95),rgba(17,61,17,.7) 50%,rgba(5,18,7,.96)); }
.cta-glow { display:none; }
.cta-copy { position:relative; z-index:5; text-align:center; }
.cta-copy p { margin:0 0 6px; font-size:14px; }
.cta-section h2 { margin:0; font:600 36px/1.06 var(--font-display); letter-spacing:-.035em; }
.cta-actions { display:flex; justify-content:center; gap:18px; margin-top:17px; }
.cta-actions .button { min-width:185px; min-height:46px; }
.cta-dog { position:absolute; z-index:4; width:285px; bottom:-122px; will-change:transform; transform-style:preserve-3d; transform-origin:50% 70%; transition:transform .22s cubic-bezier(.2,.8,.2,1),filter .25s ease; filter:drop-shadow(0 16px 13px rgba(0,0,0,.72)); }
.cta-tech { left:max(-20px, calc(50% - 735px)); transform:rotate(9deg); }
.cta-creative { right:max(-13px, calc(50% - 735px)); transform:rotate(-8deg); }
.cta-star { position:absolute; z-index:6; color:var(--green-soft); font-size:42px; }
.star-a { left:max(255px, calc(50% - 335px)); top:30px; }.star-b { right:max(251px, calc(50% - 339px)); top:56px; font-size:54px; }.star-c { right:max(315px, calc(50% - 275px)); bottom:18px; font-size:28px; }
.site-footer { position:relative; z-index:3; min-height:0; display:grid; grid-template-columns:1.55fr 1fr .9fr 1.35fr; gap:28px; padding:34px 36px 28px; border-top:1px solid rgba(93,255,57,.25); background:#020302; }
.footer-logo { font-size:28px; }
.footer-brand p { margin:12px 0 0; font:italic 15px/1.25 "Segoe Print",cursive; transform:rotate(-2deg); }
.footer-column { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }
.footer-column h3 { margin:0 0 4px; color:var(--green); font-size:14px; }
.footer-column a,.footer-column p { margin:0; color:#ededed; font-size:11px; }
.footer-column a:hover { color:var(--green); }
.socials { display:flex; gap:12px; margin-top:9px; }
.socials a { width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(130,255,62,.3); border-radius:50%; color:#f7f8f6; background:rgba(130,255,62,.035); transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease; }
.socials a:hover { color:var(--green); border-color:var(--green); background:rgba(130,255,62,.09); transform:translateY(-2px); }
.socials svg { width:22px; height:22px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.reveal { opacity:0; transform:translateY(16px); transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 950px) {
  .site-shell { width:100%; margin:0; border:0; }
  .site-header { grid-template-columns:1fr auto; height:78px; padding:0 26px; }
  .main-nav { position:absolute; top:78px; left:0; right:0; display:grid; gap:0; padding:12px 24px 20px; background:rgba(2,3,2,.98); border-bottom:1px solid rgba(130,255,62,.2); transform:translateY(-140%); opacity:0; pointer-events:none; transition:.25s ease; }
  .main-nav.open { transform:translateY(0); opacity:1; pointer-events:auto; }
  .main-nav a { padding:13px; text-align:center; }
  .menu-toggle { justify-self:end; width:44px; height:44px; display:grid; place-content:center; gap:5px; color:white; border:1px solid rgba(130,255,62,.4); border-radius:9px; background:transparent; }
  .menu-toggle span { display:block; width:21px; height:2px; background:var(--green); }
  .header-cta { display:none; }
  .hero { min-height:auto; padding:50px 30px 25px; grid-template-columns:1fr; }
  .hero-copy { padding-top:18px; text-align:center; }
  .hero-lead { margin-inline:auto; }
  .hero-actions { justify-content:center; }
  .hero-visual { min-height:660px; max-width:630px; width:100%; margin:20px auto 0; justify-self:center; }
  .services-section,.about-section { padding-inline:30px; }
  .services-grid { grid-template-columns:1fr; max-width:650px; margin-inline:auto; }
  .about-grid { grid-template-columns:1fr; max-width:720px; margin-inline:auto; }
  .cta-tech { left:-70px; }.cta-creative { right:-70px; }
  .cta-star { display:none; }
  .site-footer { grid-template-columns:1.4fr 1fr 1fr; padding-inline:34px; }
  .contact-column { grid-column:2/4; }
}

@media (max-width: 620px) {
  .site-header { padding-inline:20px; }
  .logo { font-size:22px; }
  .brand-image-logo { width:150px; height:38px; }
  .brand-image-logo img { width:201px; left:-28px; top:-17px; }
  .hero { padding:38px 20px 8px; }
  .hero h1 { font-size:clamp(34px,10vw,46px); }
  .hero-lead { font-size:14px; }
  .hero-actions { flex-direction:column; align-items:center; gap:11px; }
  .hero-actions .button { width:min(290px,100%); }
  .hero-visual { min-height:570px; margin-top:10px; }
  .portal { width:330px; height:470px; }
  .portal-core { inset:24px 18px; border-width:58px; }
  .dog-tech { width:min(250px,48vw); left:0; top:296px; }
  .dog-creative { width:min(200px,40vw); right:-10px; top:300px; }
  .floating-card { width:125px; padding:11px; border-radius:14px; }
  .brand-lockup-compact .brand-lockup-logo { width:112px; height:24px; }
  .brand-lockup-compact .brand-lockup-logo img { width:155px; left:-21px; top:-13px; }
  .brand-lockup-compact .brand-division { font-size:16px; }
  .tech-label { left:0; top:445px; }.creative-label { left:auto; right:0; top:66px; }
  .hero-note { right:16px; top:auto; bottom:5px; font-size:16px; }
  .spark-one { right:40px; }.spark-two { left:58px; }
  .services-section,.about-section { padding-inline:18px; }
  .section-title { font-size:29px; }
  .service-panel { min-height:auto; padding:23px 16px 18px; }
  .panel-heading { grid-template-columns:1fr; justify-items:center; gap:10px; padding-left:0; text-align:center; }
  .panel-heading p { font-size:16px; }
  .service-list { padding-left:30px; }
  .service-item { grid-template-columns:34px 1fr; gap:12px; padding:14px 10px; }
  .paw-mark { width:30px; height:30px; }
  .paw-mark svg { width:27px; height:27px; }
  .service-icon { width:61px; height:61px; }
  .service-item h4 { font-size:14px; }
  .service-item p { font-size:11px; }
  .panel-button { min-width:0; width:92%; }
  .about-intro p { font-size:12px; }
  .about-value-card { grid-template-columns:52px 1fr; padding:18px 15px; }
  .about-process { padding:24px 18px; }
  .about-pillars { grid-template-columns:1fr 1fr; gap:10px; }
  .about-pillars span { min-height:70px; padding:13px 12px 13px 38px; }
  .about-pillars span::before { left:16px; }
  .about-pillars span::after { left:0; }
  .cta-section { height:285px; align-items:flex-start; padding-top:38px; }
  .cta-section h2 { font-size:29px; }
  .cta-copy p { font-size:12px; }
  .cta-actions { gap:9px; }
  .cta-actions .button { min-width:0; padding-inline:15px; }
  .cta-dog { width:205px; bottom:-101px; }
  .cta-tech { left:-54px; }.cta-creative { right:-54px; }
  .site-footer { grid-template-columns:1fr 1fr; gap:24px 18px; padding:36px 24px 26px; }
  .footer-brand { grid-column:1/-1; }
  .contact-column { grid-column:1/-1; }
}

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