/*
Theme Name: MK Active Digital
Theme URI: https://digital.gandzel.com/
Author: gandzel.com
Description: Lightweight custom WordPress theme for MK Active Digital.
Version: 0.5.2
Text Domain: mkactive-digital
*/

:root {
  --navy:#071d49;
  --blue:#1468ff;
  --ink:#14223b;
  --muted:#5f6d7d;
  --line:#dde5ef;
  --cool:#f7f9fc;
  --warm:#faf8f4;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.serif{font-family:Georgia,"Times New Roman",serif}
.eyebrow{font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
.btn{display:inline-flex;align-items:center;gap:.55rem;border-radius:7px;padding:.88rem 1.15rem;font-weight:700;font-size:.92rem;border:1px solid transparent;transition:.2s ease}
.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{transform:translateY(-1px)}
.btn-secondary{border-color:#b8c5d8;background:#fff;color:var(--ink)}
.arrow{font-size:1.15em}

.site-header{background:#fff;border-bottom:1px solid #edf1f5;position:relative;z-index:20}
.header-inner{min-height:88px;display:flex;align-items:center;gap:42px}
.brand img{width:245px;height:auto;object-fit:contain}
.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto;font-size:.91rem;font-weight:650}
.main-nav a{padding:.35rem 0;border-bottom:2px solid transparent}
.main-nav a:hover,.main-nav a.is-active{border-color:var(--blue)}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;font-size:1.6rem}

.hero{background:#fff}
.hero-grid{display:grid;grid-template-columns:48% 52%;min-height:510px;align-items:stretch}
.hero-copy{padding:66px clamp(32px,3vw,48px) 50px clamp(44px,6vw,112px);display:flex;flex-direction:column;justify-content:center}
.hero h1{font-size:clamp(3rem,4.8vw,5rem);line-height:.96;letter-spacing:-.035em;margin:14px 0 20px;font-weight:400;max-width:760px}
.hero p{max-width:610px;font-size:1.08rem;color:#3e4d60;margin:0 0 16px}
.hero-actions{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}
.hero-points{display:flex;gap:28px;margin-top:34px;font-size:.82rem;color:#415168;flex-wrap:wrap}
.hero-points span::before{content:"◌";margin-right:8px;color:var(--navy)}
.hero-media{min-height:510px;background:#eee}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}

.band{border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}
.band-cool{background:var(--cool)}
.band-warm{background:var(--warm)}
.band-white{background:#fff}
.section{padding:62px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-heading h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(2rem,3vw,3rem);line-height:1.05;margin:.35rem 0 0}


.simple-head{margin-bottom:28px}.simple-head h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.15rem,3.5vw,3.35rem);line-height:1.05;font-weight:400;margin:.3rem 0 0}

.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.category-image{aspect-ratio:1.52/1;background:#f7f9fc;overflow:hidden;display:flex;align-items:center;justify-content:center}
.category-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.category-body{padding:20px 24px 24px}
.category-body h3{font-family:Georgia,"Times New Roman",serif;font-size:2rem;font-weight:400;margin:0 0 10px}
.category-body p{color:#516074;font-size:.94rem;margin:0 0 18px;min-height:70px}
.text-link{color:var(--blue);font-weight:700;font-size:.9rem}

.why-head{margin-bottom:28px}.why-head h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,4.4vw,4.1rem);line-height:1.05;font-weight:400;margin:.3rem 0 0}
.benefits{display:grid;grid-template-columns:repeat(4,1fr)}
.benefit{padding:4px 30px 0;border-right:1px solid #d8dfe8}
.benefit:first-child{padding-left:0}.benefit:last-child{border-right:0;padding-right:0}
.benefit-visual{height:240px;margin-bottom:22px;display:flex;align-items:center;justify-content:center;padding:8px 0}
.benefit-visual img{width:100%;height:100%;max-width:none;object-fit:contain;display:block}
.benefit h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.28rem,1.75vw,1.52rem);line-height:1.1;font-weight:400;margin:0 0 12px;white-space:nowrap}
.benefit p{font-size:1.02rem;line-height:1.55;color:#4f5d6d;margin:0;max-width:270px}

.panorama{height:200px;overflow:hidden;background:#d9e1eb}
.panorama img{width:100%;height:100%;object-fit:cover;object-position:center 54%}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;min-width:0}
.product-image{aspect-ratio:1.08/1;background:#f6f7f8;display:grid;place-items:center;overflow:hidden;border-bottom:1px solid #eef2f6}
.product-image img{width:100%;height:100%;object-fit:cover;object-position:center top}
.product-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.product-body h3{font-size:1.22rem;line-height:1.2;margin:0 0 10px}.product-body p{font-size:.97rem;line-height:1.52;color:#5c6979;margin:0 0 18px}.product-body .text-link{margin-top:auto}

.platform-wrap{display:grid;grid-template-columns:1.1fr repeat(3,1fr);align-items:stretch}
.platform-intro{padding:36px 38px 36px 0}.platform-intro h2{font-family:Georgia,"Times New Roman",serif;font-size:2rem;font-weight:400;line-height:1.06;margin:.35rem 0 12px}.platform-intro p{font-size:.9rem;color:#5a6878;margin:0}
.platform{padding:36px 28px;border-left:1px solid #dbe2ea;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.platform-name{font-size:2rem;font-weight:800;line-height:1;margin-bottom:14px}.platform .etsy{font-family:Georgia,serif;color:#f1641e;font-weight:400}.platform .payhip{color:#3a3a83}.platform .whop{color:#111}
.platform p{font-size:.84rem;color:#5d6874;max-width:220px;margin:0 0 13px}

.about-grid{display:grid;grid-template-columns:1.05fr 1.15fr .9fr;gap:48px;align-items:center}
.about-grid h2{font-family:Georgia,"Times New Roman",serif;font-size:2.05rem;font-weight:400;line-height:1.06;margin:.35rem 0 0}.about-grid p{font-size:.9rem;color:#576575;margin:0}.checklist{list-style:none;padding:0;margin:0}.checklist li{font-size:.87rem;margin:.55rem 0}.checklist li::before{content:"✓";color:var(--blue);font-weight:800;margin-right:.6rem}

.site-footer{background:linear-gradient(90deg,#071d49,#02142f);color:#fff;padding:38px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.4fr .85fr .85fr 1fr;gap:42px}.footer-brand img{width:205px;height:auto;background:transparent;border-radius:0;display:block}.footer-brand p{font-size:.82rem;max-width:280px;color:#d3deef}.footer-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#9eb4d6;margin-bottom:12px}.footer-links{display:grid;gap:7px;font-size:.84rem}.footer-note{margin-top:26px;color:#a8bad6;font-size:.78rem}.footer-note a{color:#6fa1ff}.footer-partof{display:flex;align-items:center;gap:10px}.footer-partof span{white-space:nowrap}.footer-partof a{display:inline-flex;align-items:center}.footer-partof img{width:118px;height:auto;display:block}

.content-page{padding:74px 0 100px}.content-page article{max-width:820px}.content-page h1{font-family:Georgia,"Times New Roman",serif;font-size:3.2rem;font-weight:400}.content-page .entry-content{font-size:1.02rem;color:#35445a}.content-page .entry-content h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:2rem;margin-top:2.2rem}
.products-page article{max-width:1040px}
.products-page h1{margin:0 0 44px;font-size:clamp(3rem,5vw,4.6rem);line-height:1;font-weight:400;letter-spacing:-.025em}
.products-editor-content{max-width:940px}
.products-editor-content>p{max-width:860px;line-height:1.7}
.products-editor-content h2{font-size:clamp(2rem,3.2vw,3rem)!important;line-height:1.08;margin:3.4rem 0 1.1rem!important;color:var(--ink)}
.products-editor-content h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.12;font-weight:400;margin:2.2rem 0 .9rem;color:var(--ink)}
.products-editor-content hr{border:0;border-top:1px solid var(--line);margin:3rem 0}
.products-editor-content ul{padding-left:1.2rem;margin:1rem 0 1.8rem}
.products-editor-content li{margin:.45rem 0}
.products-editor-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}

@media (max-width: 960px){
  .header-inner{min-height:76px}.brand img{width:205px}.main-nav,.header-cta{display:none}.menu-toggle{display:block}.main-nav.is-open{position:absolute;display:flex;top:76px;left:0;right:0;background:#fff;padding:24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(10,30,60,.08)}
  .hero-grid{grid-template-columns:1fr}.hero-copy{padding:54px 26px}.hero-media{min-height:390px}.hero h1{max-width:780px}
  .category-grid{grid-template-columns:1fr}.category-card{display:grid;grid-template-columns:42% 58%}.category-image{aspect-ratio:auto;height:100%}.category-body p{min-height:auto}
  .benefits{grid-template-columns:repeat(2,1fr);gap:28px}.benefit{border-right:0;border-bottom:1px solid #d8dfe8;padding:0 0 24px}.benefit:nth-last-child(-n+2){border-bottom:0}.benefit-visual{height:220px}.benefit-visual img{max-width:none}.benefit h3{white-space:normal}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .platform-wrap{grid-template-columns:1fr 1fr}.platform-intro{grid-column:1/-1;padding-right:0}.platform:nth-child(2),.platform:nth-child(4){border-left:0}
  .about-grid{grid-template-columns:1fr;gap:24px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 620px){
  .container{width:min(calc(100% - 28px),var(--max))}.header-inner{gap:10px}.brand img{width:175px}
  .hero-copy{padding:42px 20px}.hero h1{font-size:3rem}.hero-media{min-height:300px}.hero-points{gap:13px;flex-direction:column}
  .section{padding:46px 0}.category-card{display:block}.category-image{height:220px}.benefits{grid-template-columns:1fr}.benefit,.benefit:nth-last-child(-n+2){border-bottom:1px solid #d8dfe8;padding:0 0 24px}.benefit:last-child{border-bottom:0}.benefit-visual{height:220px}.benefit-visual img{max-width:none}.benefit h3{white-space:normal}.why-head h2{font-size:2.2rem}
  .panorama{height:140px}.product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.18/1}.platform-wrap{grid-template-columns:1fr}.platform{border-left:0;border-top:1px solid #dbe2ea}.platform-intro{padding:28px 0}.footer-grid{grid-template-columns:1fr}.footer-brand img{width:175px}
}


/* Inner pages v0.1.8 */
.page-hero{padding:86px 0 72px;background:#fff;border-bottom:1px solid #eef2f6}
.page-hero.compact{padding:70px 0 56px}
.page-hero-inner{max-width:920px}
.page-hero h1{font-size:clamp(3rem,5.8vw,5.5rem);line-height:.98;letter-spacing:-.035em;font-weight:400;margin:14px 0 24px}
.page-hero.compact h1{font-size:clamp(2.8rem,4.7vw,4.6rem)}
.page-hero p{max-width:800px;color:#46566a;font-size:1.05rem;margin:0 0 14px}
.page-hero .page-lead{font-size:1.2rem;line-height:1.62;color:#2f4057}
.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hub-grid.two-col{grid-template-columns:repeat(2,1fr)}
.hub-grid.three-col{grid-template-columns:repeat(3,1fr)}
.hub-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px;min-height:250px;display:flex;flex-direction:column}
.hub-card .hub-index{font-size:.75rem;font-weight:800;letter-spacing:.12em;color:var(--blue);margin-bottom:34px}
.hub-card h2{font-family:Georgia,"Times New Roman",serif;font-size:1.85rem;line-height:1.08;font-weight:400;margin:0 0 14px}
.hub-card p{color:#566477;margin:0 0 22px}
.hub-card .text-link{margin-top:auto}
.closing-panel{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:34px 0}
.closing-panel>div{max-width:720px}
.closing-panel h2{font-family:Georgia,"Times New Roman",serif;font-size:2.7rem;line-height:1.06;font-weight:400;margin:.35rem 0 12px}
.closing-panel p{color:#566477;margin:0;max-width:680px}
.editorial-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}
.editorial-split h2{font-family:Georgia,"Times New Roman",serif;font-size:2.8rem;line-height:1.06;font-weight:400;margin:.35rem 0 0}
.editorial-split p{font-size:1.03rem;color:#4c5a6b;margin:0 0 18px}
.section-heading.simple{justify-content:flex-start}
.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.principles-grid article{padding:32px 34px;border-right:1px solid var(--line)}
.principles-grid article:first-child{padding-left:0}.principles-grid article:last-child{border-right:0;padding-right:0}
.principles-grid h3{font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;font-weight:400;margin:0 0 10px}.principles-grid p{color:#566477;margin:0}
.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.contact-topics{display:grid;gap:26px}.contact-topics article{padding-bottom:24px;border-bottom:1px solid var(--line)}.contact-topics article:last-child{border-bottom:0}
.contact-topics h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:1.6rem;margin:0 0 8px}.contact-topics p{color:#566477;margin:0}
.contact-form-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:34px;min-height:360px}
.form-placeholder{padding:44px 10px}.form-placeholder h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:2rem;margin:.4rem 0 12px}.form-placeholder p{color:#5b6877}
.small-note{font-size:.95rem;color:#596778;text-align:center}
.faq-list{max-width:900px}.faq-item{border-top:1px solid var(--line);padding:0}.faq-item:last-child{border-bottom:1px solid var(--line)}
.faq-item summary{cursor:pointer;list-style:none;font-family:Georgia,"Times New Roman",serif;font-size:1.4rem;padding:22px 42px 22px 0;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";position:absolute;right:5px;top:20px;color:var(--blue);font-family:Inter,sans-serif}.faq-item[open] summary::after{content:"−"}.faq-item p{color:#526175;max-width:780px;margin:0 0 24px}
.legal-content{max-width:860px}.legal-content h2{font-family:Georgia,"Times New Roman",serif;font-size:1.9rem;font-weight:400;margin:2.4rem 0 .7rem}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:#4d5c6d;font-size:1rem}.legal-content ul{padding-left:1.2rem}.legal-date{margin-top:3rem;padding-top:1.4rem;border-top:1px solid var(--line);font-size:.88rem!important;color:#7a8796!important}

@media (max-width:960px){
  .page-hero{padding:64px 0 54px}.hub-grid,.hub-grid.two-col,.hub-grid.three-col{grid-template-columns:repeat(2,1fr)}
  .editorial-split,.contact-layout{grid-template-columns:1fr;gap:36px}.principles-grid{grid-template-columns:1fr}.principles-grid article,.principles-grid article:first-child,.principles-grid article:last-child{padding:24px 0;border-right:0;border-bottom:1px solid var(--line)}.principles-grid article:last-child{border-bottom:0}
}
@media (max-width:620px){
  .products-page h1{margin-bottom:32px;font-size:2.8rem}
  .products-editor-content h2{margin-top:2.6rem!important}
  .page-hero{padding:48px 0 42px}.page-hero h1,.page-hero.compact h1{font-size:2.8rem}.page-hero .page-lead{font-size:1.08rem}
  .hub-grid,.hub-grid.two-col,.hub-grid.three-col{grid-template-columns:1fr}.hub-card{min-height:0}.closing-panel{align-items:flex-start;flex-direction:column;gap:24px}.closing-panel h2{font-size:2.15rem}.editorial-split h2{font-size:2.2rem}.contact-form-card{padding:24px}
}


/* v0.2.2 - editor-driven About + footer back-to-top */
.about-page article{max-width:1040px}
.about-page h1{margin:0 0 44px;font-size:clamp(3rem,5vw,4.6rem);line-height:1;font-weight:400;letter-spacing:-.025em}
.about-editor-content{max-width:940px}
.about-editor-content>p{max-width:860px;line-height:1.7}
.about-editor-content h2{font-size:clamp(2rem,3.2vw,3rem)!important;line-height:1.08;margin:3.4rem 0 1.1rem!important;color:var(--ink)}
.about-editor-content h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.12;font-weight:400;margin:2.2rem 0 .9rem;color:var(--ink)}
.about-editor-content hr{border:0;border-top:1px solid var(--line);margin:3rem 0}
.about-editor-content ul{padding-left:1.2rem;margin:1rem 0 1.8rem}
.about-editor-content li{margin:.45rem 0}
.about-editor-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.footer-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:26px}
.footer-bottom .footer-note{margin-top:0}
.back-top{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.28);color:#fff!important;font-size:1.25rem;line-height:1;transition:.2s ease}
.back-top:hover{border-color:rgba(255,255,255,.62);transform:translateY(-2px)}
@media (max-width:620px){
  .about-page h1{margin-bottom:32px;font-size:2.8rem}
  .about-editor-content h2{margin-top:2.6rem!important}
  .footer-bottom{align-items:center}
  .back-top{width:36px;height:36px}
}

/* v0.2.3 - editor-driven Contact + Fluent Forms integration */
.contact-page article{max-width:1040px}
.contact-page h1{margin:0 0 44px;font-size:clamp(3rem,5vw,4.6rem);line-height:1;font-weight:400;letter-spacing:-.025em}
.contact-editor-content{max-width:940px}
.contact-editor-content>p{max-width:860px;line-height:1.7}
.contact-editor-content h2{font-size:clamp(2rem,3.2vw,3rem)!important;line-height:1.08;margin:3.4rem 0 1.1rem!important;color:var(--ink)}
.contact-editor-content h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.12;font-weight:400;margin:2.2rem 0 .9rem;color:var(--ink)}
.contact-editor-content hr{border:0;border-top:1px solid var(--line);margin:3rem 0}
.contact-editor-content a{color:var(--blue);text-decoration:underline;text-underline-offset:3px}

/* Fluent Forms - intentionally restrained, aligned with the editorial site UI. */
.contact-editor-content .fluentform{max-width:760px;margin:2.4rem 0}
.contact-editor-content .ff-el-group{margin-bottom:20px}
.contact-editor-content .ff-el-input--label{margin-bottom:7px}
.contact-editor-content .ff-el-input--label label{font-size:.86rem;font-weight:700;color:var(--ink);letter-spacing:.01em}
.contact-editor-content .ff-el-form-control{width:100%;min-height:48px;border:1px solid #cfd9e6!important;border-radius:7px!important;background:#fff!important;color:var(--ink)!important;font:inherit!important;padding:12px 14px!important;box-shadow:none!important;transition:border-color .18s ease,box-shadow .18s ease}
.contact-editor-content textarea.ff-el-form-control{min-height:160px;resize:vertical}
.contact-editor-content .ff-el-form-control:focus{border-color:var(--blue)!important;box-shadow:0 0 0 3px rgba(20,104,255,.09)!important;outline:0!important}
.contact-editor-content .ff-btn-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;border:1px solid var(--navy)!important;border-radius:7px!important;background:var(--navy)!important;color:#fff!important;font:inherit!important;font-weight:700!important;padding:12px 22px!important;box-shadow:none!important;cursor:pointer!important;transition:transform .18s ease,opacity .18s ease!important}
.contact-editor-content .ff-btn-submit:hover{transform:translateY(-1px);opacity:.94}
.contact-editor-content .ff-el-is-error .ff-el-form-control{border-color:#b43a3a!important}
.contact-editor-content .text-danger,.contact-editor-content .error{font-size:.84rem!important}
.contact-editor-content .ff-message-success{border:1px solid #cbd8e8!important;border-radius:7px!important;background:var(--cool)!important;color:var(--ink)!important;padding:16px 18px!important;box-shadow:none!important}

@media (max-width:620px){
  .contact-page h1{margin-bottom:32px;font-size:2.8rem}
  .contact-editor-content h2{margin-top:2.6rem!important}
  .contact-editor-content .fluentform{margin-top:2rem}
}

/* v0.2.6 - About gandzel.com graphical CTA */
.mkad-about-gandzel-cta{
  margin-top:1.15rem;
}
.mkad-about-gandzel-cta p{
  margin:0 0 .9rem!important;
  color:var(--ink)!important;
}
.about-editor-content .mkad-gandzel-wordmark{
  display:inline-flex;
  align-items:center;
  width:min(205px,52vw);
  margin:0;
  text-decoration:none!important;
  vertical-align:middle;
}
.about-editor-content .mkad-gandzel-wordmark img{
  display:block;
  width:100%;
  height:auto;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.about-editor-content .mkad-gandzel-wordmark:hover{opacity:.78}
.about-editor-content .mkad-gandzel-wordmark:focus-visible{
  outline:2px solid currentColor;
  outline-offset:5px;
  border-radius:2px;
}


/* v0.3.0 — gandzel.com footer system adapted for MK Active Digital */
.site-footer{
  background:#fff;
  color:var(--ink);
  padding:0;
  border-top:1px solid var(--line);
}
.footer-inner{
  min-height:78px;
  padding:16px clamp(24px,4vw,72px);
  display:grid;
  grid-template-columns:240px minmax(270px,1fr) auto auto;
  gap:36px;
  align-items:center;
}
.footer-brand-link{display:inline-flex;align-items:center;width:max-content;max-width:100%}
.footer-wordmark{width:220px;height:auto;background:transparent;border:0;border-radius:0;box-shadow:none}
.footer-meta{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}
.copyright{color:#7e8998;font-size:11px;line-height:1.35}
.footer-partof-inline{display:flex;align-items:center;gap:7px;color:#7e8998;font-size:10px;line-height:1}
.footer-partof-inline span{white-space:nowrap}
.footer-partof-inline a{display:inline-flex;align-items:center}
.footer-partof-inline img{width:88px;height:auto;display:block;background:transparent;border:0;box-shadow:none}
.footer-social{display:flex;align-items:center;justify-content:center;gap:14px;min-width:0}
.footer-social a{width:21px;height:21px;display:block;opacity:.78;transition:opacity .18s ease}
.footer-social a:hover{opacity:1}
.footer-social img{width:21px;height:21px;object-fit:contain}
.footer-links{display:flex;gap:42px;align-items:center;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.01em;white-space:nowrap}
.footer-links a{color:var(--ink)}
.footer-links>a:not(.back-top){position:relative}
.footer-links>a:not(.back-top)::after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:1px;background:var(--blue);transition:right .18s ease}
.footer-links>a:not(.back-top):hover::after{right:0}
.footer-links .back-top{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  border:0;
  color:var(--ink)!important;
  font-size:20px;
  line-height:1;
  transition:transform .18s ease;
}
.footer-links .back-top:hover{border:0;transform:translateY(-2px)}

@media (max-width:860px){
  .footer-inner{display:block;padding:28px 24px 32px}
  .footer-wordmark{width:220px}
  .footer-meta{margin:18px 0 18px;gap:7px}
  .copyright{font-size:11px}
  .footer-social{justify-content:flex-start;margin:0 0 20px;gap:16px}
  .footer-social a,.footer-social img{width:24px;height:24px}
  .footer-links{gap:28px;flex-wrap:wrap;white-space:normal}
  .footer-links .back-top{margin-left:auto}
}

@media (max-width:520px){
  .footer-wordmark{width:min(220px,72vw)}
  .footer-links{gap:20px 24px}
  .footer-links .back-top{margin-left:0}
}

/* v0.3.2 — calmer typography for editor-driven inner pages */
.content-page > .container > article > h1,
.products-page h1,
.about-page h1,
.contact-page h1{
  font-size:clamp(2.65rem,4.1vw,3.75rem);
  line-height:1.02;
  letter-spacing:-.025em;
  text-transform:none;
}

.products-editor-content h2,
.about-editor-content h2,
.contact-editor-content h2,
.content-page .entry-content h2{
  font-size:clamp(1.8rem,2.7vw,2.55rem)!important;
  line-height:1.1;
  text-transform:none;
  letter-spacing:-.015em;
}

.products-editor-content h3,
.about-editor-content h3,
.contact-editor-content h3,
.content-page .entry-content h3{
  text-transform:none;
}

@media (max-width:860px){
  .content-page > .container > article > h1,
  .products-page h1,
  .about-page h1,
  .contact-page h1{
    font-size:2.55rem;
  }
}

/* v0.3.3 — editor content heading hierarchy fix */
.products-editor-content h1,
.about-editor-content h1,
.contact-editor-content h1,
.content-page .entry-content h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.45rem,3.6vw,3.25rem)!important;
  line-height:1.04!important;
  font-weight:400;
  letter-spacing:-.025em!important;
  text-transform:none!important;
  margin:0 0 2.2rem!important;
}

.products-editor-content h2,
.about-editor-content h2,
.contact-editor-content h2,
.content-page .entry-content h2{
  font-size:clamp(1.75rem,2.5vw,2.35rem)!important;
}

.products-editor-content h3,
.about-editor-content h3,
.contact-editor-content h3,
.content-page .entry-content h3{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.35rem,2vw,1.85rem)!important;
  line-height:1.12!important;
  font-weight:400;
  letter-spacing:-.01em!important;
  text-transform:none!important;
}

@media (max-width:860px){
  .products-editor-content h1,
  .about-editor-content h1,
  .contact-editor-content h1,
  .content-page .entry-content h1{
    font-size:2.35rem!important;
  }
}


/* v0.5.2 — Homepage top hero refreshed with the new gandzel-style workspace visual */
.hero-copy{
  padding:72px clamp(32px,3vw,48px) 54px clamp(44px,6vw,112px);
}
.hero h1{
  font-size:clamp(3.15rem,5vw,5.2rem);
  line-height:.94;
  letter-spacing:-.04em;
  max-width:700px;
}
.hero p{
  max-width:640px;
  font-size:1.06rem;
  color:#4b5a6b;
}
.hero-actions{
  margin-top:26px;
}
.hero-media{
  min-height:620px;
}
.hero-media img{
  object-position:center;
}
@media (max-width: 980px){
  .hero-media{min-height:420px}
}
@media (max-width: 640px){
  .hero-copy{padding:42px 20px}
  .hero h1{font-size:3rem}
  .hero-actions{margin-top:20px}
  .hero-media{min-height:300px}
}
