:root {
  --orange: #ef7f24;
  --orange-dark: #d96812;
  --charcoal: #686a6c;
  --dark: #333436;
  --ink: #252628;
  --cream: #faf9f6;
  --light: #f3f3f1;
  --white: #fff;
  --border: #e6e5e1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Montserrat", Arial, sans-serif; color: var(--ink); line-height: 1.65; background: var(--white); }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 44px)); margin: 0 auto; }
.top-accent { height: 5px; background: var(--orange); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.06); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 310px; max-width: 47vw; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { text-decoration: none; font-weight: 700; font-size: .85rem; letter-spacing: .01em; }
.nav a:not(.btn):hover { color: var(--orange); }
.nav-toggle { display: none; border: 0; background: none; color: var(--dark); font-size: 1.7rem; cursor: pointer; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; background: var(--orange); color: #fff; text-decoration: none; font-weight: 800; font-size: .88rem; box-shadow: 0 12px 25px rgba(239,127,36,.24); transition: .2s ease; }
.btn:hover { transform: translateY(-2px); background: var(--orange-dark); }
.btn-small { min-height: 42px; padding: 0 19px; font-size: .79rem; }
.btn-light { background: #fff; color: var(--dark); box-shadow: none; }
.btn-light:hover { background: #f6f6f6; color: var(--orange-dark); }

.hero { position: relative; overflow: hidden; padding: 92px 0 105px; background: linear-gradient(112deg, #fff 0%, #faf9f6 58%, #f3f2ef 100%); }
.hero:after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -175px; top: -245px; border: 80px solid rgba(239,127,36,.08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.hero-dots { position: absolute; left: 3%; bottom: 10%; width: 105px; height: 105px; opacity: .35; background-image: radial-gradient(var(--charcoal) 1.5px, transparent 1.5px); background-size: 14px 14px; }
.eyebrow { margin: 0 0 13px; color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow.light { color: #ffd4b1; }
h1, h2, h3 { line-height: 1.1; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 6vw, 5.65rem); letter-spacing: -.055em; margin-bottom: 24px; font-weight: 800; }
h1 span { color: var(--orange); }
h2 { font-size: clamp(2.25rem, 4vw, 3.6rem); letter-spacing: -.04em; margin-bottom: 20px; font-weight: 800; }
h3 { font-size: 1.18rem; margin-bottom: 10px; }
.hero-text { max-width: 680px; margin: 0; font-size: 1.08rem; color: #66686b; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 32px; }
.text-link { color: var(--dark); text-decoration: none; font-size: .9rem; font-weight: 800; }
.text-link span { color: var(--orange); margin-left: 3px; }
.text-link:hover { color: var(--orange); }
.hero-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 34px; color: #77797b; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.hero-trust i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

.brand-showcase { min-height: 445px; position: relative; display: grid; place-items: center; }
.showcase-card { width: min(405px, 90%); aspect-ratio: 1/1; display: grid; place-items: center; background: #fff; border-radius: 50%; box-shadow: 0 28px 65px rgba(37,38,40,.13); position: relative; z-index: 3; }
.showcase-card img { width: 74%; mix-blend-mode: multiply; }
.showcase-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(104,106,108,.20); }
.ring-one { width: 455px; height: 455px; }
.ring-two { width: 520px; height: 520px; border-color: rgba(239,127,36,.18); }
.floating-tag { position: absolute; z-index: 5; background: var(--dark); color: #fff; border-radius: 10px; padding: 13px 17px; box-shadow: 0 16px 35px rgba(0,0,0,.15); line-height: 1.25; }
.floating-tag strong, .floating-tag span { display: block; }
.floating-tag strong { font-size: .75rem; letter-spacing: .08em; }
.floating-tag span { font-size: .65rem; color: #cfd0d1; margin-top: 2px; }
.tag-one { left: -3px; top: 80px; }
.tag-two { right: -4px; bottom: 85px; background: var(--orange); }
.tag-two span { color: #fff; font-weight: 800; letter-spacing: .04em; margin: 0; }

.quick-strip { background: var(--dark); color: #fff; }
.quick-strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quick-strip p { margin: 0; font-size: .9rem; color: #d7d8d9; }
.quick-strip strong { color: #fff; }
.quick-strip a { color: #fff; text-decoration: none; font-weight: 800; font-size: .75rem; letter-spacing: .08em; white-space: nowrap; }
.quick-strip a:hover { color: #ffb374; }

.section { padding: 100px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.narrow { max-width: 620px; }
.section-heading > p:last-child, .about-copy > p { color: #6b6d70; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 320px; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; padding: 32px 26px 28px; background: #fff; transition: .22s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,0,0,.08); border-color: #d8d6d1; }
.service-card.featured { background: var(--orange); border-color: var(--orange); color: #fff; }
.service-card.featured p, .service-card.featured .service-number { color: rgba(255,255,255,.78); }
.service-card.featured .service-icon { border-color: rgba(255,255,255,.8); }
.service-number { position: absolute; right: 18px; top: 16px; color: #b8b9ba; font-weight: 800; font-size: .68rem; letter-spacing: .1em; }
.service-card p { margin: 0; color: #707275; font-size: .9rem; }
.service-icon { width: 62px; height: 62px; margin: 9px 0 26px; position: relative; border: 2px solid var(--orange); border-radius: 17px; }
.shirt-icon:before { content: "T"; position: absolute; inset: 0; display: grid; place-items: center; font-weight: 800; font-size: 1.5rem; color: var(--orange); }
.cup-icon:before { content: "S"; position: absolute; inset: 0; display: grid; place-items: center; font-weight: 800; font-size: 1.5rem; color: #fff; }
.gift-icon:before { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; font-weight: 800; font-size: 2rem; color: var(--orange); }
.megaphone-icon:before { content: ">"; position: absolute; inset: 0; display: grid; place-items: center; font-weight: 800; font-size: 1.8rem; color: var(--orange); }

.brand-band { background: var(--light); overflow: hidden; }
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 86px; align-items: center; }
.about-visual { min-height: 480px; position: relative; }
.orange-block { position: absolute; width: 68%; height: 76%; left: 0; top: 0; background: var(--orange); border-radius: 24px; }
.logo-panel { position: absolute; width: 75%; right: 0; top: 60px; padding: 40px; background: #fff; border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.12); }
.logo-panel img { mix-blend-mode: multiply; }
.about-caption { position: absolute; left: 40px; bottom: 25px; z-index: 4; padding: 16px 20px; background: var(--dark); color: #fff; font-size: .76rem; line-height: 1.35; letter-spacing: .08em; border-radius: 9px; }
.about-caption strong { color: #ff9d4f; }
.about-copy > p { font-size: .98rem; }
.feature-list { display: grid; gap: 14px; margin-top: 30px; }
.feature-list > div { display: flex; align-items: flex-start; gap: 13px; }
.check { width: 28px; height: 28px; border-radius: 50%; flex: 0 0 28px; display: grid; place-items: center; background: #fff; color: var(--orange); font-weight: 900; box-shadow: 0 5px 14px rgba(0,0,0,.07); }
.feature-list p { margin: 0; color: #6d6f72; font-size: .9rem; }
.feature-list strong { color: var(--dark); }

.process-section { background: #fff; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 20px; align-items: center; }
.step { text-align: center; padding: 30px 25px; }
.step > span { display: grid; place-items: center; width: 48px; height: 48px; margin: 0 auto 20px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 800; box-shadow: 0 8px 20px rgba(239,127,36,.22); }
.step p { margin: 0; color: #717376; font-size: .9rem; }
.step-arrow { color: #c4c5c6; font-size: 1.6rem; }

.cta { position: relative; overflow: hidden; padding: 92px 0; background: var(--dark); color: #fff; }
.cta:before { content: ""; position: absolute; width: 380px; height: 380px; border: 70px solid rgba(239,127,36,.13); border-radius: 50%; left: -180px; bottom: -170px; }
.cta-pattern { position: absolute; top: -12px; left: 0; white-space: nowrap; color: rgba(255,255,255,.025); font-size: 6.5rem; font-weight: 800; letter-spacing: -.04em; }
.cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .75fr; gap: 78px; align-items: center; }
.cta h2 { color: #fff; }
.cta p { color: #d1d2d3; max-width: 620px; }
.contact-box { background: #fff; color: var(--dark); border-radius: 20px; padding: 31px; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.contact-box img { width: 100%; max-width: 340px; margin-bottom: 16px; }
.contact-rule { height: 3px; width: 46px; background: var(--orange); margin: 12px 0 22px; }
.contact-box p { color: var(--dark); margin: 0 0 16px; font-size: .9rem; }
.contact-box a { color: var(--orange-dark); font-weight: 800; text-decoration: none; }
.contact-note { padding-top: 16px; border-top: 1px solid var(--border); margin-bottom: 0 !important; color: #8a8b8d !important; font-size: .72rem !important; }

footer { padding: 30px 0; border-top: 1px solid var(--border); background: #fff; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-inner img { width: 230px; }
.footer-inner p { margin: 0; color: #828486; font-size: .76rem; }

@media (max-width: 930px) {
  .nav-toggle { display: block; }
  .nav { display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 22px; background: #fff; border-bottom: 1px solid var(--border); flex-direction: column; align-items: flex-start; box-shadow: 0 12px 25px rgba(0,0,0,.07); }
  .nav.open { display: flex; }
  .hero-grid, .split, .cta-inner { grid-template-columns: 1fr; }
  .hero-grid { gap: 48px; }
  .brand-showcase { min-height: 395px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .split { gap: 56px; }
  .about-visual { min-height: 430px; max-width: 620px; width: 100%; }
  .steps { grid-template-columns: 1fr; gap: 4px; }
  .step-arrow { transform: rotate(90deg); text-align: center; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 78px; }
  .nav { top: 78px; }
  .brand img { width: 235px; max-width: 70vw; }
  .hero { padding: 66px 0 78px; }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  h2 { font-size: 2.25rem; }
  .brand-showcase { min-height: 330px; }
  .showcase-card { width: 270px; }
  .ring-one { width: 310px; height: 310px; }
  .ring-two { width: 350px; height: 350px; }
  .tag-one { top: 40px; left: -2px; }
  .tag-two { right: -2px; bottom: 45px; }
  .hero-trust { gap: 8px; }
  .quick-strip-inner { padding: 17px 0; align-items: flex-start; flex-direction: column; gap: 8px; }
  .section { padding: 76px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .about-visual { min-height: 350px; }
  .logo-panel { width: 82%; padding: 26px; top: 42px; }
  .orange-block { height: 72%; }
  .about-caption { left: 24px; bottom: 20px; }
  .cta { padding: 78px 0; }
  .footer-inner { flex-direction: column; text-align: center; }
}

/* Expanded service lineup */
.services-five { grid-template-columns: repeat(5, 1fr); }
.services-five .service-card { padding-left: 22px; padding-right: 22px; }
.promo-icon:before { content: "★"; position:absolute; inset:0; display:grid; place-items:center; font-weight:800; font-size:1.45rem; color:#fff; }
.print-icon:before { content: "P"; position:absolute; inset:0; display:grid; place-items:center; font-weight:800; font-size:1.45rem; color:var(--orange); }
.sign-icon:before { content: "S"; position:absolute; inset:0; display:grid; place-items:center; font-weight:800; font-size:1.45rem; color:var(--orange); }
.mail-icon:before { content: "@"; position:absolute; inset:0; display:grid; place-items:center; font-weight:800; font-size:1.45rem; color:var(--orange); }
.design-icon:before { content: "✦"; position:absolute; inset:0; display:grid; place-items:center; font-weight:800; font-size:1.45rem; color:var(--orange); }
.cta h2 span { color: var(--orange); }
@media (max-width: 1100px) { .services-five { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 930px) { .services-five { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-five { grid-template-columns: 1fr; } }
