:root {
  --orange: #f26a21;
  --orange-dark: #d84e08;
  --ink: #111315;
  --charcoal: #1b1e21;
  --slate: #343a40;
  --paper: #f4f1eb;
  --white: #ffffff;
  --muted: #6d7378;
  --line: #dfe2e4;
  --shadow: 0 24px 60px rgba(17, 19, 21, 0.14);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(17,19,21,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); }
.brand-symbol, .brand-wordmark { display: block; object-fit: contain; }
.brand-symbol { width: 58px; height: 58px; }
.brand-wordmark { width: 190px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #f7f7f7; font-size: 14px; font-weight: 600; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--orange); }
.site-nav a.active { color: var(--orange); }
.nav-cta { padding: 12px 18px; background: var(--orange); border-radius: 999px; color: var(--white) !important; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-button span { display: block; height: 2px; background: #fff; margin: 5px 0; }

.hero { overflow: hidden; background: linear-gradient(115deg, #111315 0%, #202428 65%, #262b2f 100%); color: var(--white); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; padding-block: 76px; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .18em; }
.hero h1, h2 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: -.025em; }
.hero h1 { margin: 0; font-size: clamp(58px, 7.4vw, 94px); line-height: .89; }
.hero h1 span { color: var(--orange); }
.hero-text { max-width: 650px; margin: 28px 0 30px; color: #d5d8da; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 8px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: var(--white); }
.button.primary:hover { background: var(--orange-dark); }
.button.secondary { border-color: rgba(255,255,255,.35); color: var(--white); }
.button.secondary:hover { border-color: var(--white); }
.hero-points { display: flex; gap: 22px; flex-wrap: wrap; list-style: none; padding: 0; margin: 32px 0 0; color: #f2f2f2; font-size: 14px; font-weight: 700; }
.hero-points li::before { content: "✓"; color: var(--orange); margin-right: 7px; }

.hero-visual { aspect-ratio: 1536 / 881; border-radius: 26px; overflow: hidden; background: #090a0b; box-shadow: var(--shadow); }
.hero-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mock-neck { position: absolute; top: 0; left: 50%; width: 42px; height: 23px; border: 7px solid #303030; border-top: 0; border-radius: 0 0 30px 30px; transform: translateX(-50%); }

.trust-strip { background: var(--orange); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 25px 34px; display: grid; border-right: 1px solid rgba(255,255,255,.25); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { font: 800 22px/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.trust-grid span { font-size: 13px; opacity: .88; margin-top: 5px; }

.section { padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 50px; margin-bottom: 44px; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 64px); line-height: .96; }
.section-heading > p { margin: 0; color: var(--muted); max-width: 530px; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.product-card { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(20,25,30,.1); border-color: #c9cdd0; }
.product-card h3 { margin: 24px 0 8px; font: 800 25px/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.product-card p { margin: 0; color: var(--muted); font-size: 15px; }
.product-icon { width: 80px; height: 80px; position: relative; border-radius: 18px; background: var(--paper); }
.product-icon::before { content: ""; position: absolute; inset: 18px; background: var(--orange); }
.tee-icon::before { clip-path: polygon(20% 0, 37% 0, 43% 14%, 57% 14%, 63% 0, 80% 0, 100% 24%, 80% 42%, 72% 32%, 74% 100%, 26% 100%, 28% 32%, 20% 42%, 0 24%); }
.hoodie-icon::before { clip-path: polygon(35% 0, 65% 0, 78% 18%, 100% 36%, 84% 55%, 75% 43%, 76% 100%, 24% 100%, 25% 43%, 16% 55%, 0 36%, 22% 18%); border-radius: 18px 18px 4px 4px; }
.polo-icon::before { clip-path: polygon(20% 0, 38% 0, 50% 18%, 62% 0, 80% 0, 100% 24%, 80% 42%, 72% 32%, 74% 100%, 26% 100%, 28% 32%, 20% 42%, 0 24%); }
.vest-icon::before { clip-path: polygon(16% 0, 38% 0, 43% 20%, 57% 20%, 62% 0, 84% 0, 100% 22%, 84% 38%, 76% 30%, 78% 100%, 22% 100%, 24% 30%, 16% 38%, 0 22%); }
.scrub-icon::before { clip-path: polygon(10% 0, 38% 0, 50% 18%, 62% 0, 90% 0, 100% 22%, 84% 34%, 76% 28%, 76% 100%, 24% 100%, 24% 28%, 16% 34%, 0 22%); }
.cap-icon::before { inset: 24px 15px; border-radius: 60% 60% 10% 10%; clip-path: polygon(0 65%, 8% 28%, 28% 0, 70% 0, 91% 28%, 100% 65%, 72% 65%, 60% 100%, 15% 88%); }

.process-section { background: var(--charcoal); color: var(--white); }
.light-heading > p { color: #b9bec2; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.steps article { padding: 28px; min-height: 265px; background: #24282c; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); }
.steps span { display: inline-grid; place-items: center; width: 45px; height: 45px; background: var(--orange); border-radius: 50%; font-weight: 800; }
.steps h3 { margin: 28px 0 10px; font: 800 23px/1.1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.steps p { color: #b9bec2; margin: 0; font-size: 14px; }

.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.gallery-card { margin: 0; min-height: 440px; border-radius: var(--radius); position: relative; overflow: hidden; background: var(--charcoal); }
.gallery-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.65)); }
.gallery-card p { position: absolute; bottom: 20px; left: 24px; z-index: 3; margin: 0; color: #fff; font-weight: 800; }
.gallery-page-link { display: flex; justify-content: center; margin-top: 34px; }

.examples-page { background: #f2efe8; }
.examples-hero { overflow: hidden; background: var(--ink); color: var(--white); padding: 102px 0 0; }
.examples-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; padding-bottom: 92px; }
.examples-hero h1 { max-width: 760px; margin: 10px 0 0; font: 800 clamp(72px,10vw,142px)/.78 "Barlow Condensed",sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.examples-intro { padding-bottom: 8px; }
.examples-intro p { margin: 0 0 28px; color: #b9bec2; font-size: 18px; }
.examples-marquee { width: 100%; overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); background: var(--orange); color: var(--ink); }
.examples-marquee div { width: max-content; padding: 14px 0; font: 800 20px/1 "Barlow Condensed",sans-serif; letter-spacing: .08em; animation: marquee-slide 24s linear infinite; }
.examples-marquee span { margin: 0 22px; color: #fff; }
@keyframes marquee-slide { to { transform: translateX(-50%); } }

.examples-possibilities { background: #fff; }
.work-showcase { padding: 112px 0 130px; background: #f2efe8; }
.showcase-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; }
.showcase-heading h2 { margin: 5px 0 0; font: 800 clamp(64px,8vw,116px)/.8 "Barlow Condensed",sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.showcase-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 42px 0 28px; }
.filter-button { border: 1px solid #c8c5bd; border-radius: 999px; padding: 10px 18px; background: transparent; color: #4f5355; cursor: pointer; font-size: 13px; font-weight: 800; transition: background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease; }
.filter-button:hover { border-color: var(--ink); transform: translateY(-2px); }
.filter-button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 22px; align-items: start; }
.project-card { grid-column: span 6; margin: 0; transition: opacity .25s ease,transform .25s ease; }
.project-card.project-wide { grid-column: span 7; }
.project-card.project-tall { grid-column: span 5; }
.project-card.project-square { grid-column: span 5; }
.project-card:nth-of-type(4) { grid-column: span 7; }
.project-card:nth-of-type(5) { margin-top: 10px; }
.project-card:nth-of-type(6) { grid-column: 6 / span 7; }
.project-card.is-hidden { display: none; }
.project-image { display: block; width: 100%; border: 0; border-radius: 3px; padding: 0; position: relative; overflow: hidden; background: #d9d6cf; cursor: zoom-in; }
.project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(17,19,21,.28)); opacity: 0; transition: opacity .3s ease; }
.project-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.project-wide .project-image { aspect-ratio: 1.25; }
.project-tall .project-image { aspect-ratio: .75; }
.project-square .project-image { aspect-ratio: 1; }
.project-card:nth-of-type(4) .project-image { aspect-ratio: 1.48; }
.project-card:nth-of-type(6) .project-image { aspect-ratio: 1.25; }
.dark-project .project-image { background: #111511; }
.project-image:hover img { transform: scale(1.035); }
.project-image:hover::after { opacity: 1; }
.view-mark { position: absolute; right: 16px; bottom: 16px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--ink); font-size: 21px; opacity: 0; transform: translateY(8px); transition: opacity .25s ease,transform .25s ease; }
.project-image:hover .view-mark,.project-image:focus-visible .view-mark { opacity: 1; transform: translateY(0); }
.project-card figcaption { padding: 17px 2px 28px; }
.project-card figcaption span { color: var(--orange-dark); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-card figcaption h3 { margin: 4px 0 3px; font: 800 30px/1 "Barlow Condensed",sans-serif; text-transform: uppercase; }
.project-card figcaption p { margin: 0; color: var(--muted); font-size: 14px; }
.examples-cta { background: #292d30; color: #fff; padding: 100px 0; }
.examples-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.examples-cta h2 { margin: 8px 0 0; font: 800 clamp(52px,7vw,94px)/.86 "Barlow Condensed",sans-serif; text-transform: uppercase; }
.image-lightbox { width: min(94vw,1200px); max-height: 92vh; border: 0; padding: 0; overflow: visible; background: transparent; }
.image-lightbox::backdrop { background: rgba(8,9,10,.92); backdrop-filter: blur(8px); }
.image-lightbox img { display: block; max-width: 100%; max-height: 88vh; margin: auto; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox-close { position: fixed; top: 22px; right: 28px; z-index: 3; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(17,19,21,.65); color: #fff; cursor: pointer; font-size: 30px; line-height: 1; }

.about-section { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.about-grid p { color: var(--muted); }
.about-art { min-height: 480px; display: grid; place-items: center; overflow: hidden; border-radius: 24px; background: #090a0b; box-shadow: 0 24px 55px rgba(17,19,21,.18); }
.about-logo { display: block; width: min(88%, 560px); height: auto; object-fit: contain; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--orange-dark); font-weight: 800; }
.text-link span { font-size: 24px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.quote-section { background: #f7f7f7; }
.quote-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 66px; align-items: start; }
.quote-copy { position: sticky; top: 120px; }
.quote-copy > p { color: var(--muted); }
.contact-note { margin-top: 32px; padding: 22px; border-left: 4px solid var(--orange); background: #fff; box-shadow: 0 12px 30px rgba(17,19,21,.07); }
.contact-note p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.quote-form { background: #fff; padding: 34px; border-radius: 20px; box-shadow: var(--shadow); }
.quote-form label, .quote-form legend { display: grid; gap: 7px; font-size: 13px; font-weight: 800; color: #353a3e; }
.quote-form label span, .quote-form legend span { color: var(--orange-dark); }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #ccd1d4; border-radius: 7px; padding: 12px 13px; background: #fff; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,106,33,.13); }
.form-row { margin-bottom: 18px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form > label { margin-bottom: 18px; }
.quote-form fieldset { border: 0; margin: 3px 0 20px; padding: 0; }
.checkbox-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 9px; }
.checkbox-grid label { display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 7px; padding: 10px; font-size: 12px; font-weight: 600; }
.checkbox-grid input { accent-color: var(--orange); }
.quote-form small { color: var(--muted); font-weight: 500; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 9px !important; font-weight: 600 !important; }
.consent input { margin-top: 3px; accent-color: var(--orange); }
.consent span { color: var(--muted) !important; }
.submit-button { width: 100%; border: 0; margin-top: 3px; }
.form-footnote { text-align: center; margin: 10px 0 0; font-size: 12px; color: var(--muted); }
.hidden-field { position: absolute; left: -9999px; }

.site-footer { background: var(--ink); color: #c8cccf; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; }
.footer-logo-link { margin-bottom: 16px; }
.footer-symbol { width: 64px; height: 64px; }
.footer-wordmark { width: 170px; }
.footer-brand p { color: #8f969b; max-width: 280px; }
.footer-grid h3 { color: #fff; font: 800 17px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .06em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-grid a:hover { color: var(--orange); }
.copyright { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; color: #838a8f; }

.success-page { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(145deg,#111315,#30363a); color: #fff; padding: 30px; }
.success-card { max-width: 620px; text-align: center; background: #fff; color: var(--ink); border-radius: 24px; padding: 55px 38px; box-shadow: var(--shadow); }
.success-icon { margin: 0 auto 20px; width: 70px; height: 70px; display: grid; place-items: center; background: var(--orange); color: #fff; border-radius: 50%; font-size: 34px; font-weight: 800; }
.success-card h1 { margin: 0; font: 800 54px/.95 "Barlow Condensed",sans-serif; text-transform: uppercase; }
.success-card p { color: var(--muted); margin: 18px auto 28px; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 70px; padding: 18px; flex-direction: column; align-items: stretch; background: #202428; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 9px; }
  .nav-cta { text-align: center; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card { min-height: 390px; }
  .examples-hero-grid,.showcase-heading { grid-template-columns: 1fr; gap: 36px; }
  .examples-hero h1 { max-width: 850px; }
  .project-card,.project-card.project-wide,.project-card.project-tall,.project-card.project-square,.project-card:nth-of-type(4),.project-card:nth-of-type(6) { grid-column: span 6; margin-top: 0; }
  .about-grid, .quote-grid { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 84px; }
  .brand { gap: 8px; }
  .brand-symbol { width: 48px; height: 48px; }
  .brand-wordmark { width: 145px; }
  .hero-grid { padding-block: 58px; }
  .hero h1 { font-size: clamp(53px,18vw,72px); }
  .hero-text { font-size: 16px; }
  .hero-visual { border-radius: 18px; }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .product-grid, .steps { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
  .about-grid { gap: 38px; }
  .about-art { min-height: 390px; }
  .about-logo { width: 92%; }
  .quote-form { padding: 22px 18px; }
  .two-col { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .copyright { align-items: flex-start; flex-direction: column; }
  .examples-hero { padding-top: 70px; }
  .examples-hero-grid { padding-bottom: 64px; }
  .examples-hero h1 { font-size: clamp(66px,22vw,105px); }
  .work-showcase { padding: 78px 0 90px; }
  .showcase-heading h2 { font-size: 72px; }
  .project-grid { display: block; }
  .project-card { margin: 0 0 18px !important; }
  .project-wide .project-image,.project-tall .project-image,.project-square .project-image,.project-card:nth-of-type(4) .project-image,.project-card:nth-of-type(6) .project-image { aspect-ratio: 1 / .9; }
  .project-card:nth-of-type(2) .project-image,.project-card:nth-of-type(5) .project-image { aspect-ratio: .78; }
  .examples-cta { padding: 76px 0; }
  .examples-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .examples-marquee div { animation: none; }
  .project-image img,.view-mark,.filter-button { transition: none; }
}
