:root{
  --ink:#17171a;
  --muted:#6d6d74;
  --cream:#f7f1e9;
  --white:#fff;
  --pink:#ec4f77;
  --purple:#6c4ed9;
  --orange:#f38a3d;
  --teal:#2ba7a1;
  --shadow:0 16px 40px rgba(0,0,0,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
.topbar{background:var(--ink);color:#fff;text-align:center;padding:9px 20px;font-size:12px;font-weight:700;letter-spacing:.12em}
.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid #ececec}
.brand{display:inline-flex;align-items:center;gap:11px;font-size:17px;line-height:1}
.brand-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;font-size:18px;background:linear-gradient(135deg,var(--pink),var(--orange) 48%,var(--purple));box-shadow:0 7px 18px rgba(108,78,217,.25)}
.brand strong,.brand em{display:block;letter-spacing:.08em}
.brand strong{font-size:20px}
.brand em{font-style:normal;color:var(--pink);font-weight:800;font-size:14px;margin-top:4px;letter-spacing:.22em}
.nav{display:flex;gap:26px;align-items:center;font-size:13px;font-weight:700}
.nav a:hover{color:var(--pink)}
.nav-shop{padding:11px 17px;background:var(--ink);color:#fff!important;border-radius:99px}
.menu-toggle{display:none;background:none;border:0;font-size:28px}
.hero{min-height:640px;position:relative;display:flex;align-items:center;overflow:hidden}
.hero-photo,.cta-photo,.card-photo,.split-image{background-size:cover;background-position:center}
.hero-photo{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?auto=format&fit=crop&w=1800&q=88');background-position:center 40%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,12,.84) 0%,rgba(8,8,12,.68) 43%,rgba(8,8,12,.18) 72%,rgba(8,8,12,.05) 100%)}
.hero-content{position:relative;z-index:2;color:#fff;max-width:760px;padding:80px 6vw}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.2em;margin:0 0 14px;color:#ffc3d1}.eyebrow.dark{color:var(--pink)}
h1,h2,h3{font-family:'Playfair Display',Georgia,serif;line-height:1.05;margin-top:0}
h1{font-size:clamp(48px,6vw,82px);margin-bottom:24px;max-width:880px}
h2{font-size:clamp(36px,4vw,58px);margin-bottom:18px}
h3{font-size:28px;margin-bottom:12px}
.hero-copy{font-size:18px;max-width:690px;color:#f4f4f4;margin-bottom:30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;padding:15px 23px;border-radius:4px;font-size:13px;font-weight:800;letter-spacing:.06em;transition:.2s transform,.2s opacity}.btn:hover{transform:translateY(-2px);opacity:.92}.btn-primary{background:linear-gradient(90deg,var(--pink),var(--orange));color:#fff}.btn-light{background:#fff;color:#17171a}.btn-dark{background:#17171a;color:#fff}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--cream);border-bottom:1px solid #eadfd2}.trust-strip>div{padding:24px 26px;text-align:center;border-right:1px solid #e3d5c5}.trust-strip>div:last-child{border:0}.trust-strip strong{display:block;font-size:12px;letter-spacing:.12em}.trust-strip span{display:block;margin-top:5px;font-size:12px;color:#766f68}
.section{padding:92px 6vw}.section-heading{max-width:760px;margin-bottom:42px}.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading>p:last-child{color:var(--muted);font-size:16px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;max-width:1280px;margin:auto}.category-card{background:#fff;box-shadow:var(--shadow);overflow:hidden;border-radius:8px}.card-photo{height:310px}.ready-photo{background-image:url('https://images.unsplash.com/photo-1583743814966-8936f37f4678?auto=format&fit=crop&w=1000&q=86')}.blanks-photo{background-image:url('https://images.unsplash.com/photo-1523381210434-271e8be1f52b?auto=format&fit=crop&w=1000&q=86')}.custom-photo{background-image:url('https://images.unsplash.com/photo-1618354691373-d851c5c3a990?auto=format&fit=crop&w=1000&q=86')}.card-body{padding:27px 28px 31px}.mini-label{font-size:10px;letter-spacing:.18em;font-weight:800;color:var(--pink)}.card-body p:not(.mini-label){color:var(--muted);font-size:14px}.text-link{font-size:12px;font-weight:800;letter-spacing:.08em;color:var(--purple)}
.split-feature{display:grid;grid-template-columns:1.05fr .95fr;min-height:640px;background:var(--cream)}.transfer-photo{background-image:url('https://images.unsplash.com/photo-1603252110481-7ba873bf42ab?auto=format&fit=crop&w=1300&q=88')}.split-copy{padding:80px 7vw;display:flex;flex-direction:column;justify-content:center}.split-copy>p{color:var(--muted)}.check-list{list-style:none;padding:0;margin:20px 0 29px}.check-list li{padding:10px 0 10px 30px;position:relative;border-bottom:1px solid #ddd1c2}.check-list li:before{content:'✓';position:absolute;left:2px;color:var(--pink);font-weight:900}
.business-section{background:linear-gradient(115deg,var(--purple),#3e2d94 60%,#271f59);color:#fff;padding:70px 6vw}.business-inner{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:50px}.business-inner>div{max-width:760px}.business-inner h2{margin-bottom:14px}.business-inner p:last-child{color:#ebe7ff}
.how-section{background:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;max-width:1050px;margin:auto}.step{text-align:center;padding:15px 20px}.step span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:0 auto 20px;background:var(--cream);color:var(--pink);font-weight:900}.step h3{font-size:28px}.step p{color:var(--muted);font-size:14px}
.cta-section{min-height:500px;position:relative;display:grid;place-items:center;overflow:hidden}.cta-photo{position:absolute;inset:0;background-image:url('https://images.unsplash.com/photo-1551488831-00ddcb6c6bd3?auto=format&fit=crop&w=1800&q=88');background-position:center 55%}.cta-overlay{position:absolute;inset:0;background:rgba(10,9,17,.67)}.cta-content{position:relative;color:#fff;text-align:center;max-width:850px;padding:60px 7vw}.cta-content h2{font-size:clamp(38px,5vw,64px)}
.footer{background:#111114;color:#ddd;padding:66px 6vw 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:50px;max-width:1280px;margin:auto}.footer h4{font-size:11px;letter-spacing:.16em;color:#fff}.footer a:not(.brand){display:block;font-size:13px;margin:8px 0;color:#c9c9cc}.footer p{font-size:13px;color:#aaa;max-width:360px}.footer-brand{color:#fff;margin-bottom:18px}.footer-bottom{max-width:1280px;margin:55px auto 0;padding-top:22px;border-top:1px solid #2b2b2f;display:flex;justify-content:space-between;font-size:11px;color:#777}
.store-note{position:fixed;left:50%;bottom:24px;transform:translate(-50%,160%);width:min(680px,90vw);background:#fff;border:1px solid #eee;box-shadow:0 15px 50px rgba(0,0,0,.22);padding:18px 22px;z-index:100;display:flex;justify-content:space-between;align-items:center;gap:20px;transition:.3s}.store-note.show{transform:translate(-50%,0)}.store-note span{font-size:12px;color:var(--muted)}.store-note button{border:0;background:none;font-size:27px;cursor:pointer}
@media(max-width:980px){.menu-toggle{display:block}.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:22px 6vw;flex-direction:column;align-items:flex-start;box-shadow:0 12px 22px rgba(0,0,0,.08)}.nav.open{display:flex}.hero{min-height:590px}.hero-overlay{background:rgba(8,8,12,.65)}.trust-strip{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:1fr}.category-card{display:grid;grid-template-columns:.9fr 1.1fr}.card-photo{height:auto;min-height:300px}.split-feature{grid-template-columns:1fr}.split-image{height:480px}.business-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:650px){.site-header{height:72px;padding:0 20px}.brand-mark{width:42px;height:42px}.brand strong{font-size:17px}.nav{top:72px}.hero-content{padding:70px 24px}.hero{min-height:620px}.hero-copy{font-size:16px}.trust-strip{grid-template-columns:1fr}.trust-strip>div{border-right:0;border-bottom:1px solid #e3d5c5}.section{padding:70px 22px}.category-card{display:block}.card-photo{height:265px}.split-image{height:350px}.split-copy{padding:60px 24px}.business-section{padding:60px 24px}.steps{grid-template-columns:1fr;gap:5px}.footer{padding:55px 24px 24px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:8px}.topbar{font-size:9px}.cta-section{min-height:450px}}

.brand-logo{display:block;width:auto;height:64px;max-width:300px;object-fit:contain}
.footer-logo{height:72px;max-width:330px}
@media(max-width:650px){.brand-logo{height:52px;max-width:230px}.footer-logo{height:62px;max-width:270px}}

/* Enlarged Songster Ink logo */
.site-header{height:210px}
.brand-logo{height:192px;max-width:900px}
.footer-logo{height:216px;max-width:990px}
@media(max-width:980px){.nav{top:210px}}
@media(max-width:650px){.site-header{height:150px}.nav{top:150px}.brand-logo{height:130px;max-width:92vw}.footer-logo{height:150px;max-width:92vw}}

/* Cross-browser sizing fixes (Chrome / Firefox) */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{min-width:320px}
button,input,select,textarea{font:inherit}
img{max-width:100%;height:auto}
.site-header,.nav,.brand,.hero-content,.category-card,.footer-grid>*{min-width:0}

/* Tight-cropped logo: fixed by width instead of intrinsic image height */
.site-header{height:180px;gap:28px}
.brand{flex:0 1 560px;max-width:560px;overflow:visible}
.brand-logo{display:block;width:540px;height:auto;max-width:100%;object-fit:contain;object-position:left center}
.footer-logo{width:500px;height:auto;max-width:100%}
.nav{flex:1;justify-content:flex-end;gap:20px}

@media(max-width:1180px){
  .site-header{height:150px}
  .brand{flex-basis:430px;max-width:430px}
  .brand-logo{width:420px}
  .nav{gap:14px;font-size:12px}
}
@media(max-width:980px){
  .site-header{height:140px}
  .brand{flex-basis:auto;max-width:min(520px,78vw)}
  .brand-logo{width:500px}
  .nav{top:140px}
}
@media(max-width:650px){
  .site-header{height:112px;padding:0 18px}
  .brand{max-width:76vw}
  .brand-logo{width:360px;max-width:100%}
  .nav{top:112px}
  .footer-logo{width:360px}
}
.store-note{display:none!important}
