:root {
  --navy: #09264d;
  --navy-2: #123c72;
  --ink: #10233f;
  --gold: #f2c758;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --blue-soft: #dce9f2;
  --coral: #ef8d73;
  --sage: #cadbc9;
  --line: #dcd9d1;
  --muted: #667184;
  --shadow: 0 28px 70px rgba(9, 38, 77, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; }
button, input { font: inherit; }
button, a { color: inherit; }
a { text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { font-family: "Manrope", Arial, sans-serif; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; left: 12px; top: -60px; padding: 12px 18px; border-radius: 8px; background: white; }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 20px; color: var(--navy-2); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }

.announcement { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 max(4vw, calc((100vw - 1480px) / 2)); background: var(--navy); color: white; font-size: 10px; letter-spacing: .05em; }
.announcement p { margin: 0; }
.announcement p:last-child { color: #b9c9dc; }
.announcement span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--gold); }

.site-header { min-height: 86px; position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 38px; padding: 12px max(4vw, calc((100vw - 1480px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255, 253, 248, .95); }
.brand { display: flex; align-items: center; gap: 12px; justify-self: start; white-space: nowrap; }
.brand img { width: 42px; height: 55px; object-fit: contain; }
.brand > span { display: flex; flex-direction: column; }
.brand strong { font-size: 14px; letter-spacing: .17em; }
.brand small { margin-top: 2px; color: #6c7480; font-size: 7px; letter-spacing: .05em; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 46px); font-size: 12px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 15px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--coral); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-tools { display: flex; align-items: center; justify-self: end; gap: 12px; }
.search-trigger { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
.pill { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; font: 700 12px "Manrope", Arial, sans-serif; cursor: pointer; }
.pill span { font-size: 16px; }
.pill-dark { background: var(--navy); color: white; }
.pill-gold { background: var(--gold); color: var(--navy); }
.pill-light { background: white; color: var(--navy); }
.menu-trigger, .mobile-nav { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 6vw; padding: 72px max(5vw, calc((100vw - 1440px) / 2)) 80px; background: var(--cream); overflow: hidden; }
.hero-copy { max-width: 680px; position: relative; z-index: 2; }
.hero-copy h1 { margin: 0 0 26px; color: var(--navy); font-size: clamp(62px, 7.4vw, 112px); line-height: .86; letter-spacing: -.075em; }
.hero-copy h1 em { position: relative; color: var(--coral); font-style: normal; }
.hero-copy h1 em::after { content: ""; position: absolute; left: 3%; right: -4%; bottom: 2px; height: 7px; border-radius: 50%; background: var(--gold); transform: rotate(-2deg); z-index: -1; }
.hero-intro { max-width: 580px; margin-bottom: 32px; color: #526278; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { padding: 12px 0 8px; border-bottom: 1px solid #a3a5a3; font-size: 12px; font-weight: 800; }
.text-link span { margin-left: 20px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; padding-top: 22px; border-top: 1px solid #d8d2c6; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--navy); font-size: 16px; }
.hero-proof span { margin-top: 5px; color: #7b7e80; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { min-height: 530px; position: relative; display: grid; place-items: center; }
.visual-backdrop { position: absolute; width: min(520px, 75%); aspect-ratio: 1; border-radius: 44% 56% 58% 42% / 49% 42% 58% 51%; background: var(--blue-soft); transform: rotate(-7deg); }
.visual-backdrop::before { content: ""; position: absolute; inset: 42px -46px -28px 45px; border: 2px solid var(--navy); border-radius: inherit; }
.hero-collage { width: min(650px, 96%); height: 520px; position: relative; z-index: 2; filter: drop-shadow(0 28px 24px rgba(9, 38, 77, .13)); }
.hero-product { position: absolute; overflow: hidden; border: 7px solid white; border-radius: 24px; background: white; box-shadow: 0 16px 35px rgba(9,38,77,.14); }
.hero-product > img:first-child { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-product-shirt { width: 64%; height: 76%; left: 19%; top: 0; transform: rotate(-3deg); }
.hero-product-mug { width: 37%; height: 43%; right: 0; bottom: 4%; transform: rotate(6deg); }
.hero-product-cards { width: 39%; height: 39%; left: 0; bottom: 1%; transform: rotate(-7deg); }
.hero-applied-logo { position: absolute; z-index: 2; object-fit: contain; pointer-events: none; }
.hero-product-shirt .hero-applied-logo { width: 19%; height: auto; left: 40.5%; top: 38%; }
.hero-product-mug .hero-applied-logo { width: 26%; height: auto; left: 36%; top: 43%; }
.hero-product-cards .hero-applied-logo { width: 23%; height: auto; left: 37%; top: 37%; transform: rotate(9deg); }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: white; box-shadow: 0 16px 40px rgba(9, 38, 77, .12); font-size: 10px; line-height: 1.2; transform: rotate(-4deg); }
.float-card span, .float-card i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font: 800 9px "Manrope"; font-style: normal; }
.float-one { left: -10px; top: 70px; }
.float-two { right: -15px; bottom: 50px; transform: rotate(4deg); }
.float-two i { background: var(--coral); color: white; }
.scribble { position: absolute; left: 4%; bottom: 30px; width: 100px; height: 38px; border-bottom: 4px solid var(--coral); border-radius: 50%; transform: rotate(10deg); }

.category-strip { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 42px; padding: 25px max(4vw, calc((100vw - 1480px) / 2)); background: var(--navy); color: white; }
.category-strip p { margin: 0; color: #aebed0; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.category-strip > div { display: flex; align-items: center; justify-content: flex-end; gap: 10px; overflow-x: auto; }
.category-link { flex: none; padding: 10px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: transparent; color: white; font-size: 11px; cursor: pointer; transition: .2s; }
.category-link:hover, .category-link.active { border-color: var(--gold); background: var(--gold); color: var(--navy); }

.products { padding: 110px max(5vw, calc((100vw - 1440px) / 2)) 135px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 390px); align-items: end; gap: 7vw; margin-bottom: 55px; }
.section-heading h2, .how h2, .business h2, .about h2, .contact h2 { margin: 0; color: var(--navy); font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.product-search-wrap label { display: block; margin-bottom: 9px; color: #7b8290; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.product-search-wrap > div { display: flex; height: 50px; border-bottom: 2px solid var(--navy); }
.product-search-wrap input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--navy); }
.product-search-wrap button { width: 44px; border: 0; background: transparent; font-size: 20px; cursor: pointer; opacity: 0; }
.product-search-wrap.has-value button { opacity: 1; }
.product-search-wrap p { margin: 10px 0 0; color: #8b9098; font-size: 10px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; }
.product-card[hidden] { display: none; }
.product-card-wide { grid-column: span 2; }
.product-media { height: 350px; position: relative; overflow: hidden; display: grid; place-items: center; border-radius: 24px; }
.product-card-wide .product-media { height: 430px; }
.media-photo { background: #f1f1ed; }
.media-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.media-shirt img { object-position: center center; }
.media-bottle img { object-position: center center; }
.product-card:hover .media-photo img { transform: scale(1.035); }
.card-tag { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 12px; border-radius: 999px; background: var(--gold); color: var(--navy); font: 800 8px "Manrope"; letter-spacing: .1em; text-transform: uppercase; }
.tag-blue { background: var(--navy); color: white; }
.branded-product .product-photo { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .branded-product .product-photo { transform: scale(1.025); }
.applied-logo { position: absolute; z-index: 2; display: block; height: auto; object-fit: contain; pointer-events: none; filter: drop-shadow(0 2px 1px rgba(9,38,77,.08)); }
.brand-shirt .applied-logo { width: 17%; left: 41.5%; top: 39%; }
.brand-mug .applied-logo { width: 23%; left: 38%; top: 44%; }
.brand-bottle .applied-logo { width: 14%; left: 43%; top: 49%; }
.brand-tote .applied-logo { width: 20%; left: 40%; top: 53%; }
.brand-hoodie .applied-logo { width: 18%; left: 41%; top: 41%; }
.brand-workwear .applied-logo { width: 13%; left: 43.5%; top: 38%; }
.brand-cushion .applied-logo { width: 20%; left: 40%; top: 42%; }
.brand-gift .applied-logo { width: 15%; left: 43%; top: 30%; transform: rotate(-13deg) skewX(-4deg); }
.brand-business-cards .product-photo { width: 82%; height: 82%; object-fit: contain; }
.product-card:hover .brand-business-cards .product-photo { transform: scale(1.015); }
.brand-business-cards .applied-logo { width: 14%; left: 38.5%; top: 39.5%; transform: rotate(9deg); }
.business-card-lines { position: absolute; z-index: 2; width: 12.5%; left: 55%; top: 45%; display: flex; flex-direction: column; gap: 4px; transform: rotate(9deg); }
.business-card-lines i { height: 3px; border-radius: 4px; background: var(--navy); opacity: .72; }
.business-card-lines i:nth-child(2) { width: 78%; }
.business-card-lines i:nth-child(3) { width: 58%; }
.product-copy { display: flex; justify-content: space-between; gap: 16px; padding: 17px 3px 27px; border-bottom: 1px solid var(--line); }
.product-copy p { margin-bottom: 7px; color: #8b9097; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.product-copy h3 { margin: 0; color: var(--navy); font-size: 16px; }
.product-copy > div:last-child { display: flex; align-items: center; gap: 15px; flex: none; color: #7f858f; font-size: 10px; }
.product-copy strong { color: var(--navy); }
.product-copy button, .customize-link { min-height: 37px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--navy); background: transparent; color: var(--navy); cursor: pointer; transition: .2s; }
.product-copy button { width: 37px; border-radius: 50%; }
.customize-link { gap: 7px; padding: 0 11px; border-radius: 999px; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.customize-link b { font-size: 12px; }
.product-copy button:hover, .customize-link:hover { background: var(--navy); color: white; }

.media-tote { background: #f0c8b9; }
.tote-shape { width: 185px; height: 215px; display: grid; place-items: center; background: #f7ead1; box-shadow: 0 25px 30px rgba(70,39,28,.15); transform: rotate(-5deg); }
.tote-shape::before, .tote-shape::after { content: ""; position: absolute; top: -65px; width: 56px; height: 76px; border: 10px solid #f7ead1; border-bottom: 0; border-radius: 50% 50% 0 0; }
.tote-shape::before { left: 18px; }
.tote-shape::after { right: 18px; }
.tote-shape img { width: 92px; }
.art-caption { position: absolute; right: 16px; bottom: 18px; color: var(--navy); font: 800 9px/1.3 "Manrope"; letter-spacing: .08em; }

.media-hoodie { background: #e3c760; }
.hoodie-body { width: 205px; height: 225px; display: grid; place-items: center; background: var(--navy); clip-path: polygon(19% 10%,37% 1%,63% 1%,81% 10%,100% 28%,86% 49%,78% 43%,78% 100%,22% 100%,22% 43%,14% 49%,0 28%); filter: drop-shadow(0 24px 25px rgba(41,31,12,.2)); }
.hoodie-body img { width: 82px; margin-top: 20px; }
.hood { position: absolute; z-index: 2; top: 55px; width: 74px; height: 74px; border: 12px solid #18447d; border-radius: 50%; transform: translateY(-30px); }

.media-workwear { display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 45px; background: #b8d2e0; }
.media-workwear > p { align-self: start; margin: 0; color: var(--navy); font: 800 clamp(32px, 4vw, 64px)/.86 "Manrope"; letter-spacing: -.07em; }
.polo { width: 190px; height: 230px; position: relative; display: grid; place-items: center; justify-self: center; background: var(--navy); clip-path: polygon(22% 10%,39% 0,61% 0,78% 10%,100% 29%,83% 49%,76% 43%,76% 100%,24% 100%,24% 43%,17% 49%,0 29%); transform: rotate(4deg); filter: drop-shadow(0 26px 22px rgba(9,38,77,.2)); }
.polo::before { content: ""; position: absolute; top: -5px; width: 58px; height: 58px; border: 10px solid #214f85; border-radius: 50%; }
.polo img { width: 38px; margin: 22px 0 0 38px; }
.media-workwear small { align-self: end; justify-self: end; color: #3d5873; font-size: 10px; line-height: 1.5; }

.media-cushion { background: #cbdcc9; }
.cushion { width: 220px; height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 7px solid rgba(255,255,255,.55); border-radius: 35px; background: #f6efdf; box-shadow: inset 0 0 18px rgba(65,76,52,.08), 0 22px 28px rgba(46,64,49,.16); transform: rotate(-5deg); }
.cushion small { font: 800 9px "Manrope"; letter-spacing: .2em; }
.cushion strong { color: var(--navy); font-size: 42px; line-height: 1; }
.cushion em { color: var(--coral); font: 700 30px "Manrope"; }

.media-gift { background: #d8d1e6; }
.gift-box { width: 210px; height: 160px; position: relative; display: grid; place-items: center; background: #f4e4bf; border: 12px solid #dfbd69; box-shadow: 0 25px 30px rgba(53,40,73,.16); transform: rotate(-7deg); }
.gift-box::before { content: ""; position: absolute; width: 25px; top: -12px; bottom: -12px; background: var(--coral); }
.gift-box img { z-index: 2; width: 70px; padding: 5px; background: #f4e4bf; }
.gift-note { position: absolute; right: 18px; bottom: 18px; color: #403c51; font-size: 9px; line-height: 1.4; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.empty-state strong { color: var(--navy); font-size: 25px; }
.empty-state p { color: var(--muted); }
.empty-state button { padding: 11px 16px; border: 0; border-radius: 99px; background: var(--navy); color: white; cursor: pointer; }

.how { padding: 120px max(6vw, calc((100vw - 1380px) / 2)); background: var(--cream); }
.how-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid #cfc8bb; }
.steps article { min-height: 340px; position: relative; padding: 27px 34px 35px 0; border-right: 1px solid #cfc8bb; }
.steps article:not(:first-child) { padding-left: 34px; }
.steps article:last-child { border-right: 0; }
.steps article > span { color: #92918b; font: 800 9px "Manrope"; letter-spacing: .18em; }
.step-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 45px 0 33px; border-radius: 50%; background: var(--navy); color: var(--gold); font-size: 25px; }
.steps h3 { color: var(--navy); font-size: 20px; }
.steps p { max-width: 330px; color: #697383; font-size: 13px; line-height: 1.75; }

.business { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 720px; background: var(--navy); color: white; overflow: hidden; }
.business-art { position: relative; display: grid; place-items: center; background: var(--navy-2); }
.business-art::before { content: "3"; position: absolute; left: -40px; bottom: -90px; color: rgba(255,255,255,.04); font: 800 650px/.8 "Manrope"; letter-spacing: -.18em; }
.business-art > img { width: min(390px, 66%); position: relative; z-index: 2; }
.stamp { width: 120px; height: 120px; position: absolute; z-index: 3; right: 10%; top: 12%; display: grid; place-items: center; padding: 18px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); text-align: center; font-size: 8px; line-height: 1.1; letter-spacing: .15em; transform: rotate(8deg); }
.stamp strong { font-size: 17px; }
.business-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(7vw, 90px); }
.business-copy .eyebrow { color: var(--gold); }
.business-copy h2 { color: white; }
.business-copy > p:not(.eyebrow) { max-width: 600px; margin: 30px 0 20px; color: #b7c4d5; font-size: 15px; line-height: 1.8; }
.business-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; padding: 24px 0 28px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); list-style: none; color: #dbe2eb; font-size: 11px; }
.business-copy li::before { content: "✓"; margin-right: 9px; color: var(--gold); }
.business-copy .pill { align-self: flex-start; margin-top: 10px; }

.about { display: grid; grid-template-columns: 1.05fr 1fr .8fr; gap: 7vw; padding: 120px max(6vw, calc((100vw - 1400px) / 2)); background: white; }
.about h2 em { color: var(--coral); font-style: normal; }
.about-story { padding-top: 34px; }
.about-story > p { color: #5f6e81; font-size: 14px; line-height: 1.85; }
.signature { display: flex; align-items: center; gap: 13px; margin-top: 28px; }
.signature > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-weight: 800; }
.signature > div { display: flex; flex-direction: column; }
.signature strong { color: var(--navy); font-size: 12px; }
.signature small { color: #8b9098; font-size: 9px; }
.about-quote { min-height: 390px; align-self: center; display: flex; flex-direction: column; justify-content: center; padding: 40px; background: var(--gold); color: var(--navy); transform: rotate(2deg); box-shadow: var(--shadow); }
.about-quote > span { height: 40px; font: 800 70px/.8 "Manrope"; }
.about-quote blockquote { margin: 25px 0; font: 800 27px/1.15 "Manrope"; letter-spacing: -.03em; }
.about-quote small { font-size: 8px; font-weight: 800; letter-spacing: .13em; }

.contact { min-height: 440px; position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; padding: 85px max(7vw, calc((100vw - 1380px) / 2)); background: var(--coral); overflow: hidden; }
.contact h2 { color: var(--navy); font-size: clamp(58px, 7vw, 100px); line-height: .88; }
.contact-copy { position: relative; z-index: 2; }
.contact-copy > p { max-width: 540px; color: #563a39; font-size: 16px; line-height: 1.75; }
.contact-copy small { display: block; margin-top: 12px; color: #6c4641; font-size: 8px; }
.contact-mark { position: absolute; right: -50px; bottom: -130px; opacity: .08; transform: rotate(-10deg); }
.contact-mark img { width: 430px; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 75px max(6vw, calc((100vw - 1400px) / 2)) 28px; background: #061a35; color: white; }
.footer-brand img { width: 52px; height: 68px; }
.footer-brand small { color: #8292a8; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-nav > div { display: flex; flex-direction: column; gap: 11px; }
.footer-nav strong { margin-bottom: 5px; color: var(--gold); font-size: 10px; }
.footer-nav a { color: #aab7c7; font-size: 11px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #71839b; font-size: 9px; }

.enquiry-dialog { width: min(560px, calc(100vw - 30px)); padding: 50px; border: 0; border-radius: 24px; color: var(--ink); box-shadow: var(--shadow); }
.enquiry-dialog::backdrop { background: rgba(4, 18, 39, .75); backdrop-filter: blur(5px); }
.enquiry-dialog h2 { color: var(--navy); font-size: 40px; line-height: 1.05; letter-spacing: -.04em; }
.enquiry-dialog h2 span { color: var(--coral); }
.enquiry-dialog > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.dialog-close { position: absolute; right: 18px; top: 14px; border: 0; background: transparent; color: var(--navy); font-size: 28px; cursor: pointer; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 20px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about { grid-template-columns: 1fr 1fr; }
  .about-quote { grid-column: 1 / -1; min-height: 250px; }
}

@media (max-width: 840px) {
  .announcement p:last-child, .desktop-nav, .search-trigger, .header-tools > .pill { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-trigger { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 50%; background: var(--navy); }
  .menu-trigger i { width: 20px; height: 1px; background: white; }
  .mobile-nav { position: absolute; top: 86px; left: 4vw; right: 4vw; display: none; flex-direction: column; gap: 18px; padding: 25px; border-radius: 18px; background: white; box-shadow: var(--shadow); font-weight: 700; }
  .mobile-nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-visual { margin-top: 30px; }
  .category-strip { grid-template-columns: 1fr; gap: 14px; }
  .category-strip > div { justify-content: flex-start; }
  .section-heading { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:not(:first-child) { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid #cfc8bb; }
  .step-icon { margin: 25px 0; }
  .business { grid-template-columns: 1fr; }
  .business-art { min-height: 520px; }
  .business-copy { padding: 80px 7vw; }
  .contact { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 560px) {
  .announcement { min-height: 34px; justify-content: center; }
  .site-header { min-height: 78px; padding-top: 8px; padding-bottom: 8px; }
  .brand img { width: 34px; height: 46px; }
  .brand small { display: none; }
  .mobile-nav { top: 78px; }
  .hero { min-height: auto; padding: 50px 6vw 55px; }
  .hero-copy h1 { font-size: 64px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof div:last-child { display: none; }
  .hero-visual { min-height: 390px; }
  .hero-collage { width: 108%; height: 390px; }
  .hero-product { border-width: 5px; border-radius: 17px; }
  .visual-backdrop { width: 82%; }
  .float-one { left: -5px; top: 25px; }
  .float-two { right: -8px; bottom: 15px; }
  .category-strip { padding: 20px 5vw; }
  .products { padding: 80px 5vw 95px; }
  .section-heading h2, .how h2, .business h2, .about h2 { font-size: 45px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 28px 12px; }
  .product-card-wide { grid-column: span 2; }
  .product-media, .product-card-wide .product-media { height: 260px; border-radius: 17px; }
  .product-card:not(.product-card-wide) .product-copy { flex-direction: column; }
  .product-card:not(.product-card-wide) .product-copy > div:last-child { justify-content: space-between; }
  .product-copy h3 { font-size: 13px; }
  .tote-shape { transform: rotate(-5deg) scale(.72); }
  .hoodie-body { transform: scale(.72); }
  .hood { top: 43px; transform: translateY(-30px) scale(.72); }
  .polo { transform: rotate(4deg) scale(.7); }
  .media-workwear { grid-template-columns: 1fr 1fr; padding: 22px; }
  .media-workwear small { display: none; }
  .cushion { transform: rotate(-5deg) scale(.72); }
  .gift-box { transform: rotate(-7deg) scale(.7); }
  .gift-note, .art-caption { display: none; }
  .how { padding: 85px 7vw; }
  .business-art { min-height: 390px; }
  .business-copy ul { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; padding: 85px 7vw; }
  .about-quote { grid-column: auto; }
  .contact { padding: 80px 7vw; }
  .contact h2 { font-size: 65px; }
  footer { grid-template-columns: 1fr; padding: 65px 7vw 25px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .enquiry-dialog { padding: 44px 26px; }
}
