@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --ink:#101114;
  --muted:#676a70;
  --lime:#cbed32;
  --lime-soft:#f2f9d9;
  --line:#e4e5e1;
  --paper:#fbfbf8;
  --white:#fff;
  --shadow:0 18px 48px rgba(15,18,20,.08);
  --page-pad:clamp(24px,4.5vw,84px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:14px Inter,Arial,sans-serif;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 4% 8%,rgba(225,226,220,.55),transparent 28%),radial-gradient(circle at 96% 25%,rgba(203,237,50,.09),transparent 22%)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* Full-page layout: no small centered canvas */
.shell{width:100%;max-width:none;margin:0;padding-left:var(--page-pad);padding-right:var(--page-pad)}
.skip{position:fixed;top:-60px;left:12px;background:#111;color:#fff;padding:9px 12px;border-radius:6px;z-index:100}.skip:focus{top:12px}

/* Header */
.top{width:calc(100% - (var(--page-pad) * 1.2));margin:18px auto 0;padding:0 clamp(18px,2vw,34px);height:72px;background:rgba(255,255,255,.94);border:1px solid #ecece8;border-radius:18px;box-shadow:var(--shadow);display:flex;align-items:center;gap:24px;position:relative;z-index:20;backdrop-filter:blur(14px)}
.logo{font-size:25px;font-weight:800;letter-spacing:-1.2px;white-space:nowrap}
.top nav{display:flex;align-items:center;gap:clamp(12px,1.6vw,25px);margin-left:auto;font-size:10px;font-weight:700}
.top nav a{position:relative;padding:27px 0}
.top nav a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--lime);transition:.2s}
.top nav a:hover:after{right:0}
.talk{margin-left:clamp(8px,1.5vw,22px);background:var(--lime);border:1px solid var(--lime);border-radius:11px;padding:14px 18px;font-size:11px;font-weight:800;white-space:nowrap;transition:.2s}
.talk:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(158,186,30,.2)}
.menu{display:none}

/* Hero: full-width composition */
.hero{min-height:690px;padding-top:78px;padding-bottom:78px;display:flex;align-items:center;gap:clamp(56px,7vw,130px);position:relative}
.hero:after{content:"";position:absolute;right:-13vw;top:10%;width:40vw;height:40vw;border-radius:50%;background:radial-gradient(circle,rgba(203,237,50,.12),transparent 67%);pointer-events:none}
.hero>div:first-child{flex:0 1 44%;min-width:420px;position:relative;z-index:2}
.hero .dashboard{flex:1 1 56%;position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;margin:0 0 22px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.06em;background:rgba(255,255,255,.6)}
.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:8px}
.hero h1{margin:0;font:clamp(48px,4.2vw,78px)/1.04 'Archivo Black',Impact,sans-serif;letter-spacing:-3px;max-width:880px}
.hero h1 span{display:inline-block;width:42px;height:9px;background:var(--lime);margin-left:10px;vertical-align:middle}
.hero h2{font-size:clamp(19px,1.6vw,27px);margin:25px 0 12px}.hero h2 b{color:#a9cd18;padding:0 10px}
.intro{max-width:700px;margin:0;color:var(--muted);font-size:clamp(13px,1vw,16px);line-height:1.75}
.actions{display:flex;gap:16px;margin-top:28px;flex-wrap:wrap}.actions a{min-width:190px;padding:16px 22px;border:1px solid #aaaeb4;border-radius:10px;font-size:12px;font-weight:800;transition:.2s}.actions a:first-child{background:var(--lime);border-color:var(--lime)}.actions a:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(10,10,10,.08)}
.trust{display:flex;align-items:center;gap:16px;margin-top:24px;color:var(--muted);font-size:10px}.trust div{display:flex}.trust i{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-left:-5px;border:2px solid white;border-radius:50%;background:#24312e;color:white;font-size:8px;font-style:normal}.trust i:nth-child(even){background:#a35e39}

/* Dashboard visual */
.dashboard{min-height:470px;display:flex;overflow:hidden;background:#fff;border:1px solid #e8e9e5;border-radius:24px;box-shadow:0 28px 70px rgba(25,30,18,.12)}
.dashboard aside{width:142px;flex:0 0 142px;padding:21px 14px;border-right:1px solid #eee;background:#fcfcfa}.dashboard aside strong{display:flex;align-items:center;justify-content:center;width:31px;height:31px;margin:0 0 22px 8px;background:var(--lime);border-radius:50%}.dashboard aside a{display:block;padding:11px 9px;border-radius:7px;font-size:8px}.dashboard aside .on{background:#eff8cf}.dash{flex:1;padding:22px;min-width:0}.dash>header{display:flex;justify-content:space-between;gap:18px}.dash header b{display:block;font-size:15px}.dash header small{display:block;margin-top:5px;color:#777;font-size:8px}.dash header button{align-self:flex-start;padding:7px 9px;background:#fff;border:1px solid #ddd;border-radius:5px;font-size:7px}.metrics{display:flex;flex-wrap:wrap;gap:11px;margin-top:16px}.metrics article{width:calc(50% - 6px);min-width:0;padding:14px;border:1px solid #ececec;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.025)}.metrics small{font-size:7px}.metrics h3{margin:8px 0;font-size:17px}.metrics em{margin-left:7px;color:#51aa34;font-size:7px;font-style:normal}.metrics svg{width:100%;height:42px}.metrics polyline{fill:none;stroke:#abd51a;stroke-width:2}.progress{height:5px;margin-top:22px;background:#eee}.progress i{display:block;width:67%;height:100%;background:#b5dd20}.bars{height:36px;display:flex;align-items:flex-end;gap:5px}.bars i{width:10%;height:17%;background:#add521}.bars i:nth-child(2){height:33%}.bars i:nth-child(3){height:14%}.bars i:nth-child(4){height:46%}.bars i:nth-child(5){height:28%}.bars i:nth-child(6){height:60%}.bars i:nth-child(7){height:42%}.bars i:nth-child(8){height:75%}.bars i:nth-child(9){height:100%}.lower{display:flex;gap:11px;margin-top:11px}.lower article{flex:1;min-width:0;padding:13px;border:1px solid #ececec;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.025)}.lower article:first-child{flex:1.35}.lower h4{margin:0 0 9px;font-size:8px}.lower p{margin:8px 0;font-size:7px}.lower time{float:right;color:#777;font-size:6px}.lower a{display:block;padding:7px;border:1px solid #eee;border-radius:4px;text-align:center;font-size:6px}

/* Section rhythm */
.build,.work,.tools,.about{padding-top:72px;padding-bottom:72px}
.build{border-top:1px solid rgba(228,229,225,.7);background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.9))}
.build>h2{text-align:left;font-size:15px;margin:0 0 20px;letter-spacing:.02em}
.heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}.heading h2{margin:0;font-size:15px}.heading>a{font-size:10px;font-weight:700}

/* Service cards: flexible full-width row */
.four{display:flex;gap:18px;width:100%}.build article,.tools .four>a{flex:1 1 0;min-width:0;min-height:182px;padding:24px 21px;display:flex;gap:15px;position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 7px 22px rgba(0,0,0,.035);transition:.22s}.four i{display:flex;align-items:center;justify-content:center;flex:0 0 46px;width:46px;height:46px;background:#eff8cf;border-radius:11px;font-size:24px;font-style:normal}.four h3{margin:4px 0 9px;font-size:14px}.four p{margin:0;color:var(--muted);font-size:10.5px;line-height:1.7}.build article>a{position:absolute;bottom:17px;left:22px;font-size:20px}.build article:hover,.tools .four>a:hover{transform:translateY(-5px);box-shadow:var(--shadow)}

/* Featured work: larger, edge-filling cards */
.work{background:#f5f6f2;border-top:1px solid #ecece8;border-bottom:1px solid #ecece8}.three{display:flex;gap:22px;width:100%}.project{flex:1 1 0;min-width:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 26px rgba(0,0,0,.04);transition:.22s}.project:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.art{height:clamp(230px,18vw,330px);position:relative;overflow:hidden}.art strong{font-size:clamp(24px,2vw,34px);line-height:1}.art small{display:block;margin-top:11px}.city{padding:clamp(32px,3vw,50px);color:#fff;background:linear-gradient(135deg,#08213b,#174b78 62%,#e78449)}.city i{position:absolute;left:35%;right:-5%;bottom:-5px;height:76%;background:#111d31;clip-path:polygon(0 100%,0 70%,6% 70%,6% 43%,11% 43%,14% 18%,17% 43%,22% 43%,22% 65%,30% 65%,30% 36%,35% 36%,38% 0,41% 36%,48% 36%,48% 65%,56% 65%,56% 28%,62% 28%,66% 8%,70% 28%,75% 28%,75% 62%,83% 62%,83% 25%,90% 25%,90% 68%,100% 68%,100% 100%)}.lead{padding:22px 24px;background:#f5f6f8}.lead strong{font-size:17px}.lead small{font-size:8px}.lead i{position:absolute;inset:63px 26px 18px;background:linear-gradient(90deg,#f5f6f8 24%,transparent 24%),linear-gradient(170deg,#fff 55%,#cbed32 56% 58%,#fff 59%);border:15px solid white;border-radius:9px;box-shadow:0 0 0 1px #ddd}.shelf{padding:clamp(32px,3vw,50px);background:#070807;color:white}.shelf small{font-size:13px}.shelf button{margin-top:16px;padding:8px 13px;border:0;border-radius:5px}.shelf i{position:absolute;right:8%;top:9%;width:30%;height:82%;padding:12px;border:7px solid #503019;background:linear-gradient(90deg,#9b5f2f,#ddb477,#7b451f);text-align:center;font-size:22px;line-height:1.9;font-style:normal}.project>div:last-child{padding:15px 17px}.project h3{margin:0 0 7px;font-size:13px}.project h3 b{float:right;padding:2px 5px;border:1px solid #ccc;border-radius:4px}.project p{margin:0;color:var(--muted);font-size:9.5px;line-height:1.55}

/* Tools */
.tools .four>a{min-height:158px}.tools .four b{display:block;margin-top:20px;font-size:9px}

/* About: full horizontal band */
.about{display:flex;align-items:center;gap:clamp(36px,4vw,80px);background:#fff}.photo{flex:0 0 210px;height:185px;position:relative}.photo:before{content:"";position:absolute;width:170px;height:170px;left:3px;border:2px solid var(--lime);border-radius:50%}.photo img{position:absolute;top:7px;left:10px;width:160px;height:160px;object-fit:cover;object-position:center 18%;border-radius:50%}.photo b{position:absolute;left:138px;bottom:7px;font:23px cursive;transform:rotate(-8deg)}.about>div:nth-child(2){flex:1 1 auto;max-width:760px}.about h2{font-size:15px;margin:0 0 12px}.about>div:nth-child(2)>p{font-size:11px;line-height:1.8;color:#3f4145}.about nav{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.about nav span{padding:7px 10px;background:white;border:1px solid var(--line);border-radius:7px;font-size:7px}.stats{margin-left:auto;flex:0 1 520px;padding-left:34px;border-left:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:22px;text-align:center}.stats p{flex:1;margin:0}.stats b{display:block;font-size:clamp(27px,2.2vw,38px)}.stats small{display:block;margin-top:5px;font-size:7px;color:var(--muted)}

/* CTA */
.cta{width:calc(100% - (var(--page-pad) * 2));margin:10px auto 0;padding:25px 36px;min-height:116px;display:flex;align-items:center;gap:28px;background:linear-gradient(115deg,#cff133,#bade20);border-radius:15px}.cta>i{display:flex;align-items:center;justify-content:center;flex:0 0 72px;width:72px;height:64px;background:#0e1014;border-radius:10px;font-size:30px;font-style:normal}.cta>div{flex:1}.cta h2{margin:0 0 5px;font-size:clamp(23px,2vw,31px)}.cta p{margin:0;font-size:10px}.cta a{min-width:195px;padding:18px 26px;background:#101116;color:#fff;border-radius:10px;font-size:11px;font-weight:700;text-align:center}

/* Footer */
.footer{padding-top:58px;padding-bottom:70px;display:flex;gap:clamp(32px,4vw,75px);align-items:flex-start;position:relative;flex-wrap:wrap}.footer>div:first-child{flex:1.4 1 260px}.footer>div:not(:first-child){flex:1 1 145px}.footer h2{font-size:15px}.footer h3{font-size:9px}.footer p,.footer a{display:block;color:#505156;font-size:8px;line-height:1.85}.footer nav{display:flex;gap:8px}.footer nav a{display:flex;align-items:center;justify-content:center;width:37px;height:37px;background:#f0f0ee;border-radius:8px;color:#111;font-size:14px}.copy{flex:0 0 100%!important;width:100%;margin:16px 0 0!important;padding-top:15px;border-top:1px solid var(--line);text-align:center}

@media(max-width:1180px){
  :root{--page-pad:32px}
  .hero{gap:42px}.hero>div:first-child{min-width:350px}.hero h1{font-size:52px}
  .dashboard{min-height:445px}.four{flex-wrap:wrap}.build article,.tools .four>a{flex:1 1 calc(50% - 9px)}
  .about{flex-wrap:wrap}.stats{flex:1 1 100%;margin-left:246px;border-left:0;border-top:1px solid var(--line);padding:22px 0 0}
}

@media(max-width:900px){
  :root{--page-pad:20px}
  .top{width:calc(100% - 28px);height:60px;margin-top:10px;padding:0 15px}.logo{font-size:20px}.menu{display:block;margin-left:auto;padding:8px 10px;background:white;border:1px solid #ddd;border-radius:7px}.top nav{display:none;position:absolute;top:67px;left:0;right:0;margin:0;padding:12px;background:#fff;border-radius:12px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.top nav.open{display:flex}.top nav a{padding:12px}.top nav a:after{display:none}.talk{margin-left:0;padding:11px 13px;font-size:10px}
  .hero{min-height:0;padding-top:56px;padding-bottom:56px;flex-direction:column;align-items:stretch}.hero>div:first-child{min-width:0;width:100%}.hero h1{font-size:clamp(44px,8vw,64px)}.dashboard{width:100%;min-height:440px}
  .three{flex-direction:column}.art{height:300px}.project{width:100%}
  .about{align-items:flex-start}.stats{margin-left:0}.cta{width:calc(100% - 40px);flex-wrap:wrap}.cta a{width:100%}
}

@media(max-width:600px){
  :root{--page-pad:14px}.top{width:calc(100% - 18px)}.talk{padding:10px 8px}.hero{padding-top:42px}.hero h1{font-size:clamp(38px,11vw,50px);letter-spacing:-2px}.hero h1 br{display:none}.actions{flex-direction:column}.actions a{width:100%}.trust{align-items:flex-start;flex-direction:column}
  .dashboard{min-height:0}.dashboard aside{width:54px;flex-basis:54px;padding:12px 6px}.dashboard aside strong{margin-left:5px}.dashboard aside a{font-size:0}.dashboard aside a:first-letter{font-size:11px}.dash{padding:10px}.metrics{flex-direction:column}.metrics article{width:100%}.lower{flex-direction:column}
  .build,.work,.tools,.about{padding-top:48px;padding-bottom:48px}.four{flex-direction:column}.build article,.tools .four>a{flex-basis:auto;min-height:160px}.art{height:250px}
  .about{flex-direction:column}.photo{margin:0 auto}.stats{width:100%;display:flex;flex-wrap:wrap;gap:0}.stats p{flex:0 0 50%;padding:12px 0}.cta{width:calc(100% - 28px);padding:24px;flex-direction:column;text-align:center}.cta>i{margin:auto}.footer{gap:24px}.footer>div{flex:1 1 calc(50% - 12px)!important}.footer>div:first-child,.copy{flex-basis:100%!important}.shelf i{right:10px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}


/* === About + Footer refinement 2026-08 === */
.about{padding-top:88px!important;padding-bottom:88px!important;background:#fff!important}
.about-inner{display:flex;align-items:stretch;gap:clamp(52px,6vw,110px);max-width:1500px;margin:0 auto}
.about-profile{flex:0 0 clamp(250px,22vw,330px);display:flex;flex-direction:column;justify-content:center}
.about .photo{width:100%;height:clamp(230px,22vw,310px);position:relative;flex:none}
.about .photo:before{width:min(88%,278px);height:auto;aspect-ratio:1;left:0;top:0;border-width:3px}
.about .photo img{top:10px;left:10px;width:min(84%,264px);height:auto;aspect-ratio:1}
.about .photo b{left:min(72%,225px);bottom:8%;font-size:clamp(24px,2vw,34px)}
.about-label{margin-top:18px;font-size:10px;font-weight:800;letter-spacing:.12em;color:#6a6d71}
.about-content{flex:1;min-width:0;max-width:980px}
.about-kicker{margin:0 0 14px!important;color:#6a6d71!important;font-size:11px!important;font-weight:800!important;letter-spacing:.12em}
.about h2{max-width:850px;margin:0 0 20px!important;font-size:clamp(28px,3vw,48px)!important;line-height:1.08;letter-spacing:-1.6px}
.about-content>p:not(.about-kicker){max-width:850px;margin:0 0 13px!important;color:#4a4d52!important;font-size:14px!important;line-height:1.8!important}
.about nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.about nav span{padding:9px 12px;background:#fafbf7;border:1px solid var(--line);border-radius:9px;font-size:9px;font-weight:600;color:#44474b}
.about-link{display:inline-flex;margin-top:22px;font-size:11px;font-weight:800;border-bottom:1px solid #aeb1b4;padding-bottom:4px}
.about .stats{display:flex;align-items:stretch;margin:38px 0 0!important;padding:28px 0 0!important;border:0!important;border-top:1px solid var(--line)!important;flex:none!important;text-align:left!important}
.about .stats p{flex:1;margin:0;padding:0 22px;border-left:1px solid var(--line)}
.about .stats p:first-child{padding-left:0;border-left:0}
.about .stats b{display:block;font-size:clamp(32px,3vw,48px)!important;letter-spacing:-1.5px}
.about .stats small{display:block;margin-top:7px;color:#55595f!important;font-size:9px!important;font-weight:600;line-height:1.45}

.cta{border-radius:14px!important}
.cta p{color:#34373b!important;font-size:11px!important;font-weight:500}
.cta a{border-radius:10px!important;transition:.2s}
.cta a:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(16,17,20,.16)}

.footer{padding-top:68px!important;padding-bottom:28px!important;display:block!important}
.footer-main{display:flex;gap:clamp(55px,7vw,130px);align-items:flex-start;padding-bottom:48px}
.footer-brand{flex:1.1 1 430px;max-width:560px}
.footer-mark{display:inline-block;margin-bottom:18px;font-size:13px;font-weight:800;letter-spacing:.1em}
.footer-brand h2{margin:0 0 16px;font-size:clamp(25px,2.5vw,38px);line-height:1.12;letter-spacing:-1px}
.footer-brand>p{max-width:520px;margin:0;color:#55595f!important;font-size:13px!important;line-height:1.75!important}
.footer-cta{display:inline-flex!important;margin-top:24px;padding:13px 18px;background:var(--ink);color:#fff!important;border-radius:10px;font-size:11px!important;font-weight:800}
.footer-socials{display:flex!important;gap:9px;margin-top:20px}
.footer-socials a{display:flex!important;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #dfe1dc;border-radius:10px;background:#fff;color:#111!important;font-size:13px!important;font-weight:700}
.footer-links{flex:1.3 1 620px;display:flex;justify-content:space-between;gap:35px}
.footer-links>div{min-width:130px}
.footer h3{margin:2px 0 16px;font-size:10px!important;letter-spacing:.06em;text-transform:uppercase}
.footer-links a{display:block;margin:0 0 10px;color:#55595f!important;font-size:11px!important;font-weight:500;line-height:1.45}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:18px;border-top:1px solid var(--line);color:#666a70;font-size:10px}
.footer-bottom a{color:#44484c;font-weight:600}

@media(max-width:1180px){
  .about-inner{gap:42px}.about-profile{flex-basis:240px}.about .stats{flex-wrap:wrap}.about .stats p{flex:0 0 50%;padding:15px 18px}.about .stats p:nth-child(3){border-left:0}
  .footer-main{flex-direction:column}.footer-brand{max-width:700px}.footer-links{width:100%}
}
@media(max-width:900px){
  .about-inner{flex-direction:column}.about-profile{width:260px;flex-basis:auto}.about-content{max-width:none}.about .stats p{flex:1 1 25%}
  .footer-links{flex-wrap:wrap}.footer-links>div{flex:1 1 calc(50% - 18px)}.footer-bottom{flex-wrap:wrap}
}
@media(max-width:600px){
  .about{padding-top:56px!important;padding-bottom:56px!important}.about-profile{width:220px;margin:0 auto}.about-label{text-align:center}.about h2{font-size:32px!important}.about-content>p:not(.about-kicker){font-size:13px!important}.about .stats p{flex:0 0 50%;padding:16px 12px}.about .stats p:nth-child(3){border-left:0}.about .stats b{font-size:34px!important}
  .footer{padding-top:48px!important}.footer-main{gap:38px}.footer-links{gap:26px}.footer-links>div{flex:1 1 calc(50% - 13px)}.footer-brand h2{font-size:28px}.footer-bottom{flex-direction:column;align-items:flex-start}
}


/* === UI polish: profile, footer, button consistency === */

/* 1) Profile section safe spacing / no clipping */
.about{
  padding-top:112px!important;
  padding-bottom:88px!important;
  overflow:visible!important;
}
.about-inner{
  align-items:flex-start!important;
}
.about-profile{
  padding-top:12px;
}
.about .photo{
  margin-top:8px;
  overflow:visible!important;
}
.about-label{
  margin-top:22px!important;
}

/* 2) Footer contrast */
.footer-brand>p,
.footer-links a,
.footer-bottom,
.footer-bottom a{
  color:#4a4a4a!important;
}
.footer-links a{
  font-weight:500!important;
}
.footer-bottom{
  color:#555!important;
}

/* 3) Footer spacing / vertical balance */
.footer-main{
  align-items:flex-start!important;
  padding-bottom:34px!important;
}
.footer-brand{
  display:flex;
  flex-direction:column;
}
.footer-brand>p{
  margin-bottom:0!important;
}
.footer-cta{
  margin-top:18px!important;
}
.footer-socials{
  margin-top:14px!important;
}
.footer-bottom{
  min-height:48px;
  align-items:center!important;
  padding-top:0!important;
}
.footer-bottom span,
.footer-bottom a{
  display:flex;
  align-items:center;
  min-height:48px;
}

/* 4) Unified button radius */
:root{
  --button-radius:10px;
}
.talk,
.actions a,
.cta a,
.footer-cta,
.shelf button{
  border-radius:var(--button-radius)!important;
}

/* Tablet */
@media(max-width:900px){
  .about{
    padding-top:86px!important;
  }
  .about-profile{
    padding-top:0;
  }
  .footer-bottom{
    align-items:center!important;
  }
}

/* Mobile */
@media(max-width:600px){
  .about{
    padding-top:68px!important;
  }
  .about .photo{
    margin-top:0;
  }
  .footer-main{
    padding-bottom:28px!important;
  }
  .footer-bottom{
    min-height:0;
    gap:8px!important;
    padding-top:16px!important;
  }
  .footer-bottom span,
  .footer-bottom a{
    min-height:auto;
  }
}


/* === Final About / Footer polish === */

/* 1) About section clearance: keep the avatar fully inside the section */
#about{
  padding-top:4rem!important;
  scroll-margin-top:96px;
  overflow:visible!important;
}
#about .about-inner{
  padding-top:28px;
  align-items:flex-start!important;
}
#about .about-profile{
  padding-top:0!important;
}
#about .photo{
  margin-top:0!important;
  overflow:visible!important;
}
#about .about-label{
  margin-top:20px!important;
}

/* 2) One primary button shape everywhere */
:root{
  --button-radius:10px;
}
.talk,
.actions a,
.cta a,
.footer-cta,
.shelf button{
  border-radius:var(--button-radius)!important;
}

/* 3) Footer balance and anchoring */
.footer-main{
  align-items:flex-start!important;
  padding-bottom:28px!important;
}
.footer-brand{
  align-self:flex-start;
}
.footer-brand>p{
  margin-bottom:0!important;
}
.footer-cta{
  margin-top:18px!important;
}
.footer-socials{
  margin-top:14px!important;
}
.footer-bottom{
  margin-top:18px;
  padding-top:22px!important;
  min-height:auto!important;
  align-items:center!important;
  border-top:1px solid var(--line)!important;
}
.footer-bottom span,
.footer-bottom a{
  min-height:auto!important;
  display:block!important;
  line-height:1.4;
}

/* 4) Stronger small-text contrast */
.footer-brand>p,
.footer-links a,
.footer-bottom,
.footer-bottom span,
.footer-bottom a,
.about-content>p:not(.about-kicker),
.about .stats small{
  color:#4a4a4a!important;
}
.footer-links a{
  font-weight:500!important;
}
.footer-bottom{
  color:#555!important;
}

@media(max-width:900px){
  #about{
    padding-top:4rem!important;
    scroll-margin-top:78px;
  }
  #about .about-inner{
    padding-top:18px;
  }
}

@media(max-width:600px){
  #about{
    padding-top:3.5rem!important;
    scroll-margin-top:70px;
  }
  #about .about-inner{
    padding-top:12px;
  }
  .footer-main{
    padding-bottom:22px!important;
  }
  .footer-bottom{
    margin-top:12px;
    padding-top:18px!important;
    gap:8px!important;
  }
}
