/*
Theme Name: Mannco
Author: Imran
Description: Custom editable WordPress theme with pixel-accurate layouts, native WordPress menus and content controls, flexible design settings, and Yoast SEO compatibility.
Version: 6.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mannco
*/

:root{
  --ink:#111111;
  --paper:#f6f6f1;
  --white:#fff;
  --acid:#d8ff46;
  --muted:#6d6d68;
  --line:rgba(17,17,17,.14);
  --radius:26px;
  --shadow:0 18px 60px rgba(0,0,0,.08);
  --header-bg:rgba(246,246,241,.88);
  --testimonial-bg:#ecece5;
  --container-width:1240px;
  --section-space:120px;
  --header-height:86px;
  --hero-heading-max:132px;
  --section-heading-max:88px;
  --body-font:'DM Sans',sans-serif;
  --heading-font:'Manrope',sans-serif;
  --service-showcase-card-bg:#fff;
  --service-showcase-width:1560px;
  --service-showcase-card-height:535px;
  --service-showcase-card-radius:44px;
  --service-showcase-stagger:93px;
  --service-showcase-title-size:78px;
  --footer-logo-width:150px;
  --footer-social-icon-size:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
[id]{scroll-margin-top:calc(var(--header-height) + 24px)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body-font);line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
.mannco-icon{display:block;width:1.15em;height:1.15em;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.button-label:empty{display:none}
.nav-cta.icon-only,.btn.icon-only{padding-inline:13px}
.container{width:min(var(--container-width),calc(100% - 48px));margin:auto}
.kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;display:flex;align-items:center;gap:10px}
.kicker:before{content:"";width:28px;height:2px;background:currentColor;display:inline-block}

/* header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--header-bg);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.25s ease}
.site-header.scrolled{border-bottom-color:var(--line)}
.nav{height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{font:800 24px/1 var(--heading-font);letter-spacing:-.04em;display:flex;align-items:center;gap:8px}
.brand-dot{width:11px;height:11px;border-radius:50%;background:var(--acid);border:1px solid var(--ink)}
.nav-links{display:flex;gap:30px;font-size:14px;font-weight:600}
.nav-links a{position:relative}
.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:1px;background:var(--ink);transition:.25s}
.nav-links a:hover:after{right:0}
.nav-cta,.btn{border:1px solid var(--ink);padding:13px 19px;border-radius:999px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:.25s ease}.nav-cta .mannco-icon,.btn .mannco-icon{transition:transform .25s ease}
.nav-cta:hover,.btn:hover{background:var(--ink);color:var(--white);transform:translateY(-1px)}.nav-cta:hover .mannco-icon,.btn:hover .mannco-icon{transform:translate(2px,-2px)}
.menu-btn{display:none;border:1px solid var(--line);width:44px;height:44px;border-radius:50%;background:transparent;padding:0;align-items:center;justify-content:center;color:var(--ink);cursor:pointer}.menu-btn .mannco-icon{width:21px;height:21px}.menu-btn .icon-close{display:none}.site-header.menu-open .menu-btn .icon-menu{display:none}.site-header.menu-open .menu-btn .icon-close{display:block}
.brand .custom-logo{width:auto;height:30px;max-width:220px;object-fit:contain}
.nav-links .menu{display:flex;gap:30px;align-items:center;list-style:none;margin:0;padding:0}
.nav-links .menu li{margin:0;padding:0;position:relative}
.nav-links .menu .sub-menu{position:absolute;left:-18px;top:calc(100% + 16px);min-width:190px;list-style:none;margin:0;padding:10px;background:var(--paper);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.08);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.nav-links .menu li:hover>.sub-menu,.nav-links .menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.nav-links .sub-menu a{display:block;padding:9px 10px;white-space:nowrap}
.nav-links .sub-menu a:after{display:none}
.nav-mobile-cta{display:none}


/* hero */
.hero{padding:145px 0 72px;min-height:100vh;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}
.hero h1{font:800 clamp(64px,8.5vw,var(--hero-heading-max))/.88 var(--heading-font);letter-spacing:-.07em;margin:20px 0 28px;max-width:830px}
.hero h1 .accent{position:relative;display:inline-block;z-index:1}
.hero h1 .accent:before{content:"";position:absolute;z-index:-1;left:-8px;right:-8px;bottom:.07em;height:.29em;background:var(--acid);transform:rotate(-1deg)}
.hero-copy{max-width:570px;font-size:18px;color:var(--muted)}
.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.btn.primary{background:var(--ink);color:white}.btn.primary:hover{background:var(--acid);color:var(--ink)}
.hero-media{position:relative;min-height:620px}
.photo-main{position:absolute;right:0;top:20px;width:86%;height:76%;border-radius:160px 160px 28px 28px;overflow:hidden;box-shadow:var(--shadow)}
.photo-main img{filter:saturate(.75) contrast(.96)}
.metric-card{position:absolute;left:0;bottom:34px;width:245px;background:var(--ink);color:white;border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.metric-card .num{font:700 52px/1 var(--heading-font);letter-spacing:-.05em}.metric-card small{color:#bdbdb7}.spark{height:48px;margin-top:17px;display:flex;align-items:end;gap:5px}.spark i{display:block;width:11px;background:var(--acid);border-radius:9px 9px 2px 2px}.spark i:nth-child(1){height:30%}.spark i:nth-child(2){height:47%}.spark i:nth-child(3){height:40%}.spark i:nth-child(4){height:75%}.spark i:nth-child(5){height:65%}.spark i:nth-child(6){height:100%}.spark i:nth-child(7){height:82%}.spark i:nth-child(8){height:95%}
.orbit{position:absolute;right:-38px;bottom:5px;width:138px;height:138px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;background:var(--acid);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:11px;animation:float 4s ease-in-out infinite}
.orbit span{max-width:76px;text-align:center}@keyframes float{50%{transform:translateY(-12px) rotate(3deg)}}

/* logo strip */
.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:27px 0;margin-top:20px}.logos{display:grid;grid-template-columns:1.4fr repeat(var(--trust-count,5),1fr);gap:24px;align-items:center}.logos p{font-size:13px;color:var(--muted);margin:0}.logo-word{font:700 18px var(--heading-font);opacity:.55;text-align:center;letter-spacing:-.03em}

/* general sections */
section{padding:var(--section-space) 0}.section-head{display:grid;grid-template-columns:.42fr 1.58fr;gap:40px;margin-bottom:54px}.section-head h2{font:700 clamp(46px,6vw,var(--section-heading-max))/.96 var(--heading-font);letter-spacing:-.06em;margin:0;max-width:960px}.section-head p{max-width:520px;color:var(--muted);font-size:17px}

/* about */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.about-photo{height:640px;border-radius:var(--radius);overflow:hidden;position:relative}.about-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.36))}.about-card{min-height:640px;background:var(--acid);border-radius:var(--radius);padding:48px;display:flex;flex-direction:column;justify-content:space-between}.about-card h3{font:700 clamp(42px,5vw,72px)/.98 var(--heading-font);letter-spacing:-.05em;margin:0}.about-card p{max-width:520px;font-size:18px}.round-arrow{width:58px;height:58px;border-radius:999px;border:1px solid var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0;transition:.25s}.round-arrow.has-text{width:auto;padding:0 18px;font-size:14px;font-weight:700}.round-arrow .mannco-icon{width:23px;height:23px;transition:transform .25s ease}.about-card:hover .round-arrow{background:var(--ink);color:var(--acid)}.about-card:hover .round-arrow .mannco-icon{transform:rotate(45deg)}

/* screenshot-matched What We Do cards */
.service-showcase{
  color:var(--ink);
  padding:18px 0 122px;
  overflow:hidden;
}
/* The section intentionally has no background declaration, so it inherits the
   site's default background. Add a custom class/ID and Additional CSS when a
   separate section background is desired. */
.service-showcase-inner{width:min(var(--container-width),calc(100% - 48px));margin:auto}
.service-showcase-heading{width:min(var(--service-showcase-width),100%);margin:0 auto;text-align:center}
.service-showcase-heading h2{font:400 clamp(56px,4.7vw,var(--service-showcase-title-size))/1.05 var(--body-font);letter-spacing:-.045em;margin:0}
.service-showcase-grid{width:min(var(--service-showcase-width),100%);margin:132px auto 0;display:grid;grid-template-columns:repeat(var(--service-card-count,4),minmax(0,1fr));gap:20px;align-items:start}
.service-showcase-card{min-width:0;height:var(--service-showcase-card-height);padding:49px 34px 50px;border-radius:var(--service-showcase-card-radius);background:var(--service-showcase-card-bg);box-shadow:0 18px 48px rgba(17,17,17,.075);display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--ink);transition:box-shadow .28s ease}
.service-showcase-card:hover{box-shadow:0 10px 28px rgba(17,17,17,.052)}
.service-showcase-card.stagger-low{margin-top:var(--service-showcase-stagger)}
.service-card-icon{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 52px;color:var(--ink)}
.service-card-icon-svg,.service-card-icon-svg svg{display:block;width:62px;height:62px}
.service-card-icon-image{width:62px;height:62px;object-fit:contain}
.service-showcase-card h3{font:500 clamp(34px,2.25vw,42px)/1.08 var(--body-font);letter-spacing:-.035em;margin:0 0 43px}
.service-showcase-card p{font:400 18px/1.55 var(--body-font);margin:0;max-width:310px;color:var(--ink)}
.service-card-link{margin-top:auto;display:inline-flex;align-items:center;gap:18px;font:500 18px/1 var(--body-font);transition:transform .25s ease}
.service-card-link .button-label{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.service-card-arrow{display:inline-flex;align-items:center;transition:transform .25s ease}.service-card-arrow .mannco-icon{width:29px;height:29px;stroke-width:1.45}.service-card-link.icon-only{gap:0}
.service-card-link:hover{transform:translateX(5px)}
.service-card-link:hover .service-card-arrow{transform:translateX(5px)}

/* services */
.services{background:var(--ink);color:white}.services .kicker,.services .section-head p{color:#aaa}.service-list{border-top:1px solid rgba(255,255,255,.18)}.service-row{display:grid;grid-template-columns:110px 1fr 1fr 70px;gap:26px;align-items:center;padding:36px 0;border-bottom:1px solid rgba(255,255,255,.18);transition:.25s}.service-row:hover{padding-left:12px}.service-index{color:#8b8b86;font-size:13px}.service-row h3{font:600 clamp(30px,4vw,54px)/1 var(--heading-font);letter-spacing:-.045em;margin:0}.service-row p{color:#aaa;margin:0;max-width:440px}.service-icon{width:54px;height:54px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center;transition:.25s}.service-icon .mannco-icon{width:21px;height:21px;transition:transform .25s}.service-row:hover .service-icon{background:var(--acid);color:var(--ink);border-color:var(--acid)}.service-row:hover .service-icon .mannco-icon{transform:rotate(45deg)}

/* work */
.work-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}.case{border-radius:var(--radius);overflow:hidden;position:relative;background:#ddd;min-height:660px}.case.small{min-height:460px;margin-top:120px}.case img{transition:transform .7s ease}.case:hover img{transform:scale(1.035)}.case-overlay{position:absolute;inset:auto 0 0 0;padding:70px 28px 28px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:white}.case h3{font:650 36px/1.05 var(--heading-font);letter-spacing:-.04em;margin:0 0 8px}.case p{margin:0;color:rgba(255,255,255,.72)}

/* process */
.process-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.process-sticky{position:sticky;top:130px;align-self:start}.process-sticky h2{font:700 clamp(46px,5vw,76px)/.98 var(--heading-font);letter-spacing:-.055em;margin:20px 0}.process-sticky p{color:var(--muted);max-width:420px}.step{display:grid;grid-template-columns:76px 1fr;gap:28px;padding:28px 0 48px;border-top:1px solid var(--line)}.step:last-child{border-bottom:1px solid var(--line)}.step-no{width:56px;height:56px;border-radius:50%;background:var(--acid);display:grid;place-items:center;font-weight:800}.step h3{font:650 32px/1.1 var(--heading-font);letter-spacing:-.035em;margin:0 0 8px}.step p{color:var(--muted);margin:0}

/* team */
.team-grid{display:grid;grid-template-columns:repeat(var(--team-count,4),1fr);gap:18px}.person .portrait{aspect-ratio:.78;border-radius:22px;overflow:hidden;background:#ddd}.person h4{font:650 22px var(--heading-font);letter-spacing:-.03em;margin:16px 0 2px}.person p{margin:0;color:var(--muted);font-size:14px}.person img{filter:grayscale(1);transition:.5s}.person:hover img{filter:grayscale(0);transform:scale(1.02)}

/* testimonials */
.testimonials{background:var(--testimonial-bg)}.quote-wrap{display:grid;grid-template-columns:.4fr 1.6fr;gap:60px}.quote-mark{font:800 120px/1 var(--heading-font);color:var(--acid);-webkit-text-stroke:1px var(--ink)}.quote{font:500 clamp(38px,5vw,68px)/1.08 var(--heading-font);letter-spacing:-.045em;margin:0}.quote-meta{display:flex;align-items:center;justify-content:space-between;margin-top:42px;border-top:1px solid var(--line);padding-top:20px}.quote-author{display:flex;align-items:center;gap:14px}.avatar{width:48px;height:48px;border-radius:50%;overflow:hidden}.quote-author strong{display:block}.quote-author span{font-size:13px;color:var(--muted)}.quote-nav{display:flex;gap:9px}.quote-nav button{width:46px;height:46px;border-radius:50%;border:1px solid var(--ink);background:transparent;display:grid;place-items:center;padding:0;cursor:pointer;color:var(--ink)}.quote-nav button .mannco-icon{width:20px;height:20px}.quote-nav button:hover{background:var(--ink);color:white}

/* CTA */
.cta-section{padding:24px 0 0}.cta{background:var(--acid);border-radius:34px;padding:70px;display:grid;grid-template-columns:1.25fr .75fr;gap:30px;align-items:end}.cta h2{font:750 clamp(54px,7vw,100px)/.92 var(--heading-font);letter-spacing:-.065em;margin:0}.cta-right{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.cta p{font-size:18px;margin:0;max-width:390px}
footer{padding:80px 0 34px}
.footer-top{display:grid;gap:40px}
.footer-top.footer-has-brand.footer-cols-4{grid-template-columns:minmax(240px,1.4fr) repeat(3,minmax(150px,.6fr))}
.footer-top.footer-has-brand.footer-cols-3{grid-template-columns:minmax(240px,1.4fr) repeat(2,minmax(170px,.8fr))}
.footer-top.footer-has-brand.footer-cols-2{grid-template-columns:minmax(240px,1.4fr) minmax(180px,1fr)}
.footer-top.footer-has-brand.footer-cols-1{grid-template-columns:1fr}
.footer-top.footer-no-brand{grid-template-columns:repeat(var(--footer-columns,3),minmax(0,1fr))}
.footer-top.footer-no-brand.footer-cols-4{--footer-columns:4}
.footer-top.footer-no-brand.footer-cols-3{--footer-columns:3}
.footer-top.footer-no-brand.footer-cols-2{--footer-columns:2}
.footer-top.footer-no-brand.footer-cols-1{--footer-columns:1}
.footer-brand p{max-width:330px;color:var(--muted);margin:18px 0 0}
.footer-logo-link{display:inline-flex;align-items:center;max-width:var(--footer-logo-width)}
.footer-logo-image{width:auto;max-width:100%;height:auto;max-height:96px;object-fit:contain}
.footer-text-brand{display:inline-flex}
.footer-col h5{font-size:12px;text-transform:uppercase;letter-spacing:.13em;margin:0 0 16px}
.footer-col a{display:block;color:var(--muted);margin:8px 0;font-size:14px}
.footer-contact-line{display:block;color:var(--muted);margin:8px 0;font-size:14px;font-style:normal;white-space:pre-line}
a.footer-contact-line:hover,.footer-col a:hover{color:var(--ink)}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;color:var(--muted);font-size:12px;border-top:1px solid var(--line);padding-top:22px;margin-top:54px}
.footer-bottom:empty{display:none}
.footer-legal:empty{display:none}

/* animation */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;transition-delay:var(--reveal-delay,0s)}.reveal.on{opacity:1;transform:none}

@media(max-width:980px){
 .container{width:min(100% - 30px,900px)}
 .nav-links,.nav-cta{display:none}.site-header.no-primary-menu .nav-cta{display:inline-flex}.menu-btn{display:grid;place-items:center}
 .hero{padding-top:120px}.hero-grid,.about-grid,.work-grid,.process-grid,.quote-wrap,.cta{grid-template-columns:1fr}.hero-media{min-height:560px}.photo-main{width:88%}.orbit{right:0}
 .section-head{grid-template-columns:1fr}.service-showcase{padding:42px 0 92px}.service-showcase-inner{width:min(100% - 30px,900px)}.service-showcase-grid{width:100%;margin-top:88px;grid-template-columns:repeat(2,1fr);gap:24px}.service-showcase-card{height:auto;min-height:500px}.service-showcase-card.stagger-low{margin-top:48px}.service-row{grid-template-columns:60px 1fr 56px}.service-row p{grid-column:2 / 3}.team-grid{grid-template-columns:repeat(2,1fr)}.process-sticky{position:static}.case.small{margin-top:0}.cta{padding:48px}
 .footer-top.footer-has-brand,.footer-top.footer-no-brand{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
 .nav{height:72px}.hero h1{font-size:59px}.hero-media{min-height:450px}.photo-main{width:92%;height:74%;border-radius:100px 100px 24px 24px}.metric-card{width:210px;padding:18px}.metric-card .num{font-size:42px}.orbit{width:110px;height:110px}
 section{padding:82px 0}.logos{grid-template-columns:1fr 1fr}.logos p{grid-column:1/-1}.service-showcase{padding:36px 0 74px}.service-showcase-inner{width:min(100% - 30px,900px)}.service-showcase-heading{width:100%}.service-showcase-heading h2{font-size:54px}.service-showcase-grid{width:100%;margin-top:58px;grid-template-columns:1fr;gap:22px}.service-showcase-card,.service-showcase-card.stagger-low{margin-top:0;min-height:470px;height:auto;padding:42px 28px}.service-card-icon{margin-bottom:38px}.service-showcase-card h3{font-size:36px;margin-bottom:30px}.service-showcase-card p{font-size:17px}.about-photo,.about-card{min-height:480px;height:auto}.about-card{padding:30px}.service-row{grid-template-columns:46px 1fr 46px;gap:14px;padding:28px 0}.service-row p{font-size:14px}.team-grid{grid-template-columns:1fr 1fr}.quote-wrap{gap:18px}.quote-mark{font-size:80px}.cta{padding:34px 26px}.footer-top.footer-has-brand,.footer-top.footer-no-brand{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.section-head h2{font-size:48px}
}

/* WordPress integration only: preserve fixed-header position while logged in. */
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}

/* Native WordPress menu normalisation */
.footer-menu,.footer-legal-menu{list-style:none;margin:0;padding:0}
.footer-menu li,.footer-legal-menu li{list-style:none;margin:0;padding:0}
.footer-menu a{display:block;color:var(--muted);margin:8px 0;font-size:14px}
.footer-social-fallback{display:flex;flex-direction:column;align-items:flex-start}
.footer-social-icons{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:10px}
ul.footer-social-icons{list-style:none;margin:0;padding:0}
ul.footer-social-icons li{list-style:none;margin:0;padding:0}
.footer-social-icons .footer-social-icon{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin:0;color:var(--ink);background:transparent;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
.footer-social-icons .footer-social-icon svg{width:var(--footer-social-icon-size);height:var(--footer-social-icon-size);display:block;flex:none}
.footer-social-icons .footer-social-icon:hover,.footer-social-icons .footer-social-icon:focus-visible{background:var(--ink);color:var(--white);border-color:var(--ink);transform:translateX(2px)}
.footer-social-column.is-icon-mode h5{margin-bottom:20px}
.footer-social-text-link{display:block;color:var(--muted);margin:8px 0;font-size:14px}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.screen-reader-text:focus{background:#f1f1f1;clip:auto!important;clip-path:none;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;top:5px;width:auto;z-index:100000}
.footer-legal-menu{display:inline-flex;gap:0}
.footer-legal-menu li+li:before{content:" · ";color:var(--muted)}
.footer-legal-menu a{color:var(--muted)}

/* Mobile navigation */
@media(max-width:980px){
 .nav{position:relative}
 .nav-links{display:none;position:absolute;top:100%;left:-15px;right:-15px;padding:18px 15px 22px;background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 18px 30px rgba(0,0,0,.06)}
 .site-header.menu-open .nav-links{display:block}
 .nav-links .menu{display:flex;flex-direction:column;align-items:flex-start;gap:0}
 .nav-links .menu li{width:100%}
 .nav-links .menu .sub-menu{position:static;min-width:0;padding:0 0 0 18px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none;background:transparent}
 .nav-links .menu a{display:block;width:100%;padding:11px 0;font-size:17px}
 .nav-links .menu a:after{display:none}
 .nav-mobile-cta{display:inline-flex;margin-top:10px;border:1px solid var(--ink);padding:12px 18px;border-radius:999px;font-weight:700;font-size:14px}
}

/* Standard WordPress pages/posts */
.standard-main{padding:160px 0 90px;min-height:70vh}
.standard-container{width:min(900px,calc(100% - 48px));margin:auto}
.standard-article h1,.archive-head h1,.error-404 h1{font:750 clamp(48px,7vw,90px)/.96 var(--heading-font);letter-spacing:-.055em;margin:18px 0 34px}
.standard-featured{aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;margin:0 0 42px}
.entry-content{font-size:18px;color:var(--ink)}
.entry-content p,.entry-content ul,.entry-content ol{margin:0 0 1.25em}
.entry-content h2{font:700 42px/1.05 var(--heading-font);letter-spacing:-.04em;margin:1.6em 0 .55em}
.entry-content h3{font:700 30px/1.1 var(--heading-font);letter-spacing:-.03em;margin:1.4em 0 .5em}
.entry-content a{text-decoration:underline;text-underline-offset:3px}
.archive-head{margin-bottom:55px}
.archive-item{display:grid;grid-template-columns:150px 1fr;gap:35px;padding:32px 0;border-top:1px solid var(--line)}
.archive-item:last-of-type{border-bottom:1px solid var(--line)}
.archive-date{color:var(--muted);font-size:14px}
.archive-item h2{font:650 34px/1.05 var(--heading-font);letter-spacing:-.035em;margin:0 0 10px}
.archive-item p{color:var(--muted);margin:0}
.navigation.pagination{margin-top:38px}
.nav-links{font-family:var(--body-font)}
@media(max-width:640px){.standard-main{padding:125px 0 70px}.standard-container{width:min(100% - 30px,900px)}.archive-item{grid-template-columns:1fr;gap:8px}}
