:root {
  --black: #070708;
  --panel: #101014;
  --panel-2: #17171c;
  --white: #f5f1e9;
  --muted: #aaa7a1;
  --red: #f21b2d;
  --red-bright: #ff4a5a;
  --blue: #168cff;
  --line: rgba(255,255,255,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--white); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 14px; background: linear-gradient(90deg, #c90e20, var(--red)); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.announcement span, .eyebrow span { width: 3px; height: 3px; border-radius: 50%; background: currentColor; }

.site-header { height: 88px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: absolute; top: 30px; z-index: 5; width: 100%; }
.wordmark { width: max-content; display: flex; flex-direction: column; line-height: .82; text-transform: uppercase; transform: skew(-6deg); }
.wordmark-main { font-family: "Bebas Neue", sans-serif; font-size: 27px; letter-spacing: .02em; }
.wordmark-main b { color: var(--red); }
.wordmark-main em { color: var(--white); font-style: normal; padding: 0 2px; }
.wordmark-main strong { color: var(--blue); }
.wordmark-sub { font-size: 8px; letter-spacing: .46em; padding-left: 4px; margin-top: 5px; transform: skew(6deg); }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.desktop-nav a { transition: color .2s; }
.desktop-nav a:hover { color: var(--red); }
.header-actions { justify-self: end; display: flex; gap: 16px; align-items: center; }
.cart-button { color: var(--white); background: transparent; border: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; cursor: pointer; }
.cart-count { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-left: 8px; border-radius: 50%; color: #070708; background: var(--white); }
.icon-button { display: none; }

.hero { min-height: 820px; height: 100vh; max-height: 960px; position: relative; display: grid; grid-template-columns: 47% 53%; overflow: hidden; padding-top: 118px; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #070708 0%, rgba(7,7,8,.88) 38%, transparent 65%), linear-gradient(0deg, #070708 0%, transparent 22%); }
.hero-glow { position: absolute; width: 500px; height: 500px; left: -250px; top: 20%; background: var(--red); opacity: .08; border-radius: 50%; filter: blur(60px); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 3vw 0 4vw 8vw; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--red-bright); text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 800; }
.hero h1, h2 { font-family: "Bebas Neue", sans-serif; text-transform: uppercase; margin: 0; font-weight: 400; line-height: .85; letter-spacing: -.02em; }
.hero h1 { font-size: clamp(95px, 11vw, 175px); margin: 25px 0 22px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px var(--blue); text-shadow: 0 0 30px rgba(5,153,255,.22); }
.hero-lede { max-width: 480px; color: #c7c4bd; line-height: 1.7; font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 52px; padding: 0 24px; border: 0; cursor: pointer; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 10px 30px rgba(242,27,45,.24); transition: transform .2s, background .2s; }
.button-primary:hover { transform: translateY(-2px); background: #ff3447; }
.text-link { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 12px 0; border-bottom: 1px solid var(--line); }
.text-link b { margin-left: 12px; color: var(--blue); }
.hero-stats { display: flex; gap: 45px; margin-top: 60px; padding-top: 20px; width: max-content; border-top: 1px solid var(--line); }
.hero-stats div { display: flex; flex-direction: column; gap: 3px; }
.hero-stats strong { font-family: "Bebas Neue"; font-size: 18px; letter-spacing: .08em; }
.hero-stats span { color: #777; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.hero-art { position: absolute; width: 64%; height: calc(100% - 118px); right: 1.5%; top: 118px; display: grid; place-items: center; }
.hero-art img { width: 100%; max-height: 95%; object-fit: contain; filter: saturate(1.1) drop-shadow(0 20px 45px #000); }
.scroll-cue { position: absolute; z-index: 3; right: 4vw; bottom: 3vw; display: flex; align-items: center; gap: 15px; writing-mode: vertical-rl; color: #8d8b86; text-transform: uppercase; font-size: 8px; letter-spacing: .2em; }
.scroll-cue b { color: var(--red); font-size: 14px; }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0b0b0d; padding: 19px 0; overflow: hidden; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 42px; animation: scroll 24s linear infinite; font-family: "Bebas Neue"; font-size: 25px; letter-spacing: .12em; color: #6c6b6b; }
.marquee-track b { color: var(--red); font-size: 12px; }
@keyframes scroll { to { transform: translateX(-50%); } }

.section { padding: 120px 7vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
h2 { font-size: clamp(62px, 7vw, 105px); }
.section-heading .eyebrow { margin-bottom: 15px; }
.filters { display: flex; gap: 6px; padding-bottom: 9px; }
.filter { color: #898783; background: transparent; border: 1px solid var(--line); padding: 10px 16px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; cursor: pointer; }
.filter.active, .filter:hover { color: #090909; border-color: var(--white); background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { transition: opacity .25s, transform .25s; }
.product-card.hidden { display: none; }
.product-image { height: 390px; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.product-image::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.12), transparent 40%); }
.product-image::after { content: ""; position: absolute; width: 70%; height: 15px; bottom: 12%; z-index: -1; background: #000; filter: blur(15px); opacity: .65; border-radius: 50%; }
.product-image-one { background: #142035; }
.product-image-two { background: #4b2410; }
.product-image-three { background: #202024; }
.product-image-four { background: #132b28; }
.product-badge { position: absolute; left: 15px; top: 15px; padding: 7px 9px; background: var(--white); color: #0a0a0a; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; font-weight: 800; }
.quick-add { position: absolute; left: 12px; right: 12px; bottom: 12px; transform: translateY(75px); border: 0; background: rgba(7,7,8,.9); color: var(--white); padding: 15px; display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; cursor: pointer; transition: transform .25s; }
.product-card:hover .quick-add, .quick-add:focus { transform: translateY(0); }
.quick-add b { color: var(--red); font-size: 15px; }
.product-info { display: flex; justify-content: space-between; align-items: start; padding: 17px 2px; gap: 10px; }
.product-info p { color: #777; margin: 0 0 6px; text-transform: uppercase; font-size: 8px; letter-spacing: .16em; font-weight: 700; }
.product-info h3 { margin: 0; font-size: 13px; font-weight: 600; }
.product-info > strong { font-size: 12px; white-space: nowrap; color: var(--red-bright); }
.print-object { position: relative; filter: drop-shadow(0 25px 15px rgba(0,0,0,.45)); }
.planter { width: 155px; height: 180px; background: linear-gradient(115deg, #0876d5, #11b4ff 45%, #004f9a); clip-path: polygon(8% 0, 92% 0, 100% 83%, 75% 100%, 25% 100%, 0 83%); overflow: hidden; }
.planter::before, .planter::after, .planter i { content:""; position:absolute; width: 2px; height: 120%; background: rgba(255,255,255,.35); transform: rotate(-18deg); left: 30%; top: -10%; }
.planter::after { left: 60%; transform: rotate(18deg); }
.planter i:nth-child(1) { left: 10%; } .planter i:nth-child(2) { left: 82%; transform: rotate(18deg); }
.lamp { width: 165px; height: 225px; border-radius: 46% 46% 25% 25%; background: repeating-linear-gradient(90deg, #c90e20 0 4px, #ff4051 4px 7px, #430810 8px 10px); box-shadow: inset 0 0 35px #ff8c96, 0 0 55px rgba(242,27,45,.42); }
.lamp::after { content: ""; position: absolute; left: 43%; bottom: -50px; width: 14%; height: 55px; background: #17171b; box-shadow: -30px 50px 0 25px #17171b; }
.sign { font-family: "Bebas Neue"; text-align: center; font-size: 48px; line-height: .72; color: var(--red); text-shadow: 3px 3px 0 #111, 5px 5px 0 var(--blue); transform: rotate(-5deg); }
.sign span { font-size: 30px; letter-spacing: .1em; color: var(--white); text-shadow: 2px 2px 0 #111; }
.organizer { width: 210px; height: 155px; display:flex; align-items: end; gap: 6px; transform: perspective(500px) rotateX(8deg) rotateY(-15deg); }
.organizer i { display:block; flex:1; height: 60%; background: linear-gradient(130deg, #0a8e81, #35dbc7 60%, #07554d); border-radius: 5px 5px 12px 12px; box-shadow: inset -5px -8px 12px rgba(0,0,0,.2); }
.organizer i:nth-child(2) { height: 85%; }.organizer i:nth-child(3) { height: 100%; }.organizer i:nth-child(4) { height: 70%; }

.gallery { background: #080809; border-top: 1px solid var(--line); }
.gallery-note { margin: -20px 0 34px; padding: 14px 18px; max-width: 720px; color: #8d8982; background: rgba(255,255,255,.04); border-left: 4px solid var(--blue); font-size: 13px; line-height: 1.7; }
.gallery-note strong { color: var(--white); }
.gallery-category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: -14px 0 42px; }
.gallery-category-nav a { padding: 12px 15px; color: #c8c5bd; background: rgba(255,255,255,.04); border: 1px solid var(--line); font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .2s, border-color .2s, background .2s; }
.gallery-category-nav a:hover, .gallery-category-nav a:focus, .gallery-category-nav a.active { color: #090909; border-color: var(--white); background: var(--white); }
.gallery-category-overview { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.gallery-category-overview.hidden { display: none; }
.category-card { transition: transform .2s, border-color .2s; }
.category-card:hover, .category-card:focus { transform: translateY(-4px); border-color: rgba(255,255,255,.32); }
.category-card .product-photo img { object-fit: contain; background: #fff; }
.category-card .gallery-info { min-height: 150px; }
.category-card .gallery-info strong { align-self: start; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.gallery-subsection { display: none; scroll-margin-top: 110px; }
.gallery-subsection.active { display: block; }
.gallery-subsection + .gallery-subsection { margin-top: 58px; }
.gallery-subheading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.gallery .gallery-subheading h3 { margin: 0; font-family: "Bebas Neue"; font-size: 42px; font-weight: 400; text-transform: uppercase; letter-spacing: .04em; }
.gallery-subheading span { color: var(--red-bright); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; white-space: nowrap; }
.gallery-back { color: #c8c5bd; border: 1px solid var(--line); padding: 10px 12px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.gallery-back:hover, .gallery-back:focus { color: #090909; background: var(--white); border-color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-card { display: grid; background: var(--panel); border: 1px solid var(--line); overflow: hidden; }
.order-card { cursor: pointer; transition: border-color .2s, transform .2s; }
.order-card:hover { border-color: rgba(255,255,255,.32); transform: translateY(-2px); }
.gallery-photo { min-height: 430px; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.gallery-photo.product-photo { min-height: 0; aspect-ratio: 1; background: #f7f7f5; isolation: auto; }
.gallery-photo.product-photo::before { display: none; }
.gallery-photo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.2), transparent 42%); }
.gallery-photo span { padding: 10px 14px; color: rgba(255,255,255,.78); border: 1px dashed rgba(255,255,255,.34); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 900; }
.gallery-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-photo.product-photo-contain img { object-fit: contain; background: #fff; }
.gallery-photo.product-photo-tall { aspect-ratio: 1195 / 1316; }
.sample-photo-one { background: linear-gradient(135deg, #123257, #0c0d11 70%); }
.sample-photo-two { background: linear-gradient(135deg, #55230d, #0c0d11 72%); }
.sample-photo-three { background: linear-gradient(135deg, #073d39, #0c0d11 72%); }
.gallery-info { display: flex; justify-content: space-between; gap: 18px; padding: 20px; border-top: 1px solid var(--line); }
.gallery-info p { margin: 0 0 7px; color: #76736e; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; font-weight: 800; }
.gallery-info h3 { margin: 0 0 8px; font-size: 18px; }
.gallery-info span { color: #9b9891; font-size: 12px; line-height: 1.5; }
.gallery-info strong { color: var(--red-bright); white-space: nowrap; }
.holiday-category-preview { min-height: 0; aspect-ratio: 1; display: grid; place-items: end start; padding: 24px; }
.holiday-category-preview::before { display: none; }
.holiday-category-preview span { padding: 0; color: inherit; border: 0; font-family: "Bebas Neue", sans-serif; font-size: 30px; letter-spacing: .06em; }
.christmas-preview { color: #fff; background: linear-gradient(145deg, #9f1723, #38080d); }
.fourth-july-preview { color: #fff; background: linear-gradient(145deg, #174d8a 0 58%, #a71926 58%); }
.birthday-preview { color: #32103f; background: linear-gradient(145deg, #ffd05e, #ff78ae); }
.holiday-empty { min-height: 360px; display: grid; place-items: center; padding: 40px; border: 1px solid var(--line); text-align: center; }
.holiday-empty > div { max-width: 520px; }
.holiday-empty p { margin: 0 0 12px; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.holiday-empty h3 { margin: 0 0 12px; font-family: "Bebas Neue", sans-serif; font-size: 46px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }
.holiday-empty span { font-size: 13px; line-height: 1.7; }
.gallery-order { position: static; transform: none; margin: 0 20px 20px; background: #060606; }
.gallery-order:hover, .gallery-order:focus { transform: none; }
.request-link { display: flex; justify-content: space-between; margin: 0 20px 20px; background: #060606; color: var(--white); padding: 15px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; text-decoration: none; }
.request-link b { color: var(--red); font-size: 15px; }

.work-order-form h3, .board-header h3 { margin: 0 0 12px; font-family: "Bebas Neue"; font-size: 34px; font-weight: 400; text-transform: uppercase; letter-spacing: .03em; }
.workbench-note { color: #92908a; line-height: 1.7; font-size: 13px; }
.work-order-form { display: grid; gap: 14px; }
label { display: grid; gap: 7px; color: #c8c5bd; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
input, textarea, select { width: 100%; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05); color: var(--white); padding: 13px 14px; outline: 0; border-radius: 0; }
select option { background: #111114; color: var(--white); }
textarea { min-height: 118px; resize: vertical; text-transform: none; }
input:focus, textarea:focus, select:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(242,27,45,.14); }
.button-light { background: var(--white); color: #080808; }

.workbench { background: #f2ece1; color: #111114; }
.workbench .eyebrow { color: #b50f20; }
.workbench-note { margin: -25px 0 34px; padding: 14px 18px; color: #4e4a43; background: #fff7f8; border-left: 4px solid var(--red); }
.workbench-note strong { color: #111114; }
.workbench-grid { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(380px, 1.1fr); gap: 24px; align-items: start; }
.work-order-form, .work-order-board { padding: 28px; background: #fffaf0; border: 1px solid #ded5c6; box-shadow: 0 20px 55px rgba(50,34,15,.08); }
.work-order-form label { color: #403c35; }
.work-order-form input, .work-order-form textarea, .work-order-form select { background: #fff; border-color: #d6cbbb; color: #111114; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.board-header { display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-bottom: 15px; border-bottom: 1px solid #ded5c6; }
.board-header h3 { margin: 0; }
.clear-orders { border: 0; background: transparent; color: #9d4200; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.work-order-list { display: grid; gap: 14px; padding-top: 16px; }
.work-card { background: #fff; border: 1px solid #ded5c6; padding: 18px; }
.work-card-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.work-card h3, .work-card h4 { margin: 0 0 5px; font-size: 17px; }
.work-card p { margin: 0; color: #69645b; font-size: 12px; line-height: 1.6; }
.status-pill { height: max-content; padding: 7px 9px; color: #111114; background: #f4d7bd; font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.status-pill.paid { background: #b9e8cb; }
.status-pill.waiting { background: #ffe29a; }
.status-pill.printing { background: #b9dcff; }
.status-pill.done { background: #ddd7cc; }
.work-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 14px 0; }
.work-meta span { display: grid; gap: 4px; color: #7b756c; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.work-meta strong { color: #111114; font-size: 12px; text-transform: none; letter-spacing: 0; }
.work-card-actions { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; border-top: 1px solid #eee4d6; padding-top: 12px; }
.balance-due { color: #b50f20; font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.delete-work-order { border: 0; background: #111114; color: var(--white); cursor: pointer; padding: 9px 12px; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.empty-work-orders { padding: 24px; color: #6a655d; background: #fff; border: 1px dashed #cfc3b2; font-size: 13px; line-height: 1.6; }

.admin-login { min-height: calc(100vh - 30px); display: grid; place-items: center; padding-top: 92px; background: #f2ece1; color: #111114; }
.admin-login[hidden], .admin-panel[hidden] { display: none !important; }
.admin-login-card { width: min(520px, 100%); padding: 34px; background: #fffaf0; border: 1px solid #ded5c6; box-shadow: 0 24px 65px rgba(50,34,15,.12); }
.admin-login-card h1 { margin: 12px 0 12px; font-family: "Bebas Neue"; font-size: clamp(52px, 7vw, 82px); font-weight: 400; line-height: .9; text-transform: uppercase; }
.admin-login-card p:not(.eyebrow) { margin: 0 0 24px; color: #5d574f; line-height: 1.7; }
.admin-login-card input { background: #fff; border-color: #d6cbbb; color: #111114; }
.admin-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px; }
.status-control { min-width: 190px; max-width: 240px; color: #403c35; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-control select { margin-top: 7px; padding: 9px 10px; background: #fff; border-color: #d6cbbb; color: #111114; font-size: 11px; }

.custom { display: grid; grid-template-columns: 1fr 1fr; min-height: 750px; padding: 0; background: var(--white); color: #0c0c0e; }
.custom-visual { position: relative; overflow: hidden; display: grid; place-items: center; background: #087eda; color: var(--white); }
.blueprint-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 30px 30px; }
.model-ring { position: absolute; width: 380px; height: 380px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.ring-two { width: 520px; height: 520px; border-style: dashed; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.model-cube { width: 230px; height: 230px; display: grid; place-items: center; border: 3px solid #fff; transform: rotate(45deg); box-shadow: inset 0 0 80px rgba(255,255,255,.17), 0 0 60px rgba(0,0,0,.15); }
.model-cube span { transform: rotate(-45deg); font-family: "Bebas Neue"; font-size: 70px; }
.custom-visual p { position: absolute; bottom: 30px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.custom-visual p b { color: var(--red-bright); margin: 0 12px; }
.custom-copy { padding: 9vw; align-self: center; }
.custom-copy .eyebrow { color: #c45100; }
.custom-copy h2 { margin: 18px 0 28px; font-size: clamp(70px, 7vw, 110px); }
.custom-copy > p:not(.eyebrow) { color: #64615c; line-height: 1.7; max-width: 520px; font-size: 14px; }
.custom-copy ol { margin: 32px 0 35px; padding: 0; list-style: none; max-width: 520px; border-top: 1px solid #d7d2ca; }
.custom-copy li { display: flex; gap: 20px; padding: 16px 0; border-bottom: 1px solid #d7d2ca; }
.custom-copy li > b { color: #d65a00; font-family: "Bebas Neue"; font-size: 18px; }
.custom-copy li span { display: flex; flex-direction: column; gap: 3px; color: #77736d; font-size: 11px; }
.custom-copy li strong { color: #111; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }

.story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; }
.story-card { min-height: 620px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, #22242d, #0d0d10 66%); overflow: hidden; }
.story-card::before { content:""; position:absolute; inset:25px; border:1px solid var(--line); }
.story-card img { width: 93%; z-index: 1; filter: drop-shadow(0 20px 30px #000); }
.story-copy blockquote { margin: 25px 0; max-width: 600px; font-family: "Bebas Neue"; font-size: clamp(55px, 6vw, 95px); line-height: .98; text-transform: uppercase; }
.story-copy > p:not(.eyebrow) { max-width: 520px; color: #898681; line-height: 1.8; font-size: 13px; margin-bottom: 30px; }

footer { display: grid; grid-template-columns: 2fr 1fr 1fr 1.6fr; gap: 60px; padding: 65px 7vw 45px; border-top: 1px solid var(--line); }
footer h4 { margin: 0 0 20px; color: #777; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
footer div:not(.footer-note) a { display: block; margin: 11px 0; font-size: 11px; }
.footer-note { justify-self: end; text-align: right; }
.footer-note p { margin: 0 0 32px; font-family: "Bebas Neue"; font-size: 25px; text-transform: uppercase; line-height: 1.05; }
.footer-note span { color: #59595c; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }

[hidden] { display: none !important; }
.customizer-modal { position: fixed; z-index: 22; left: 50%; top: 4vh; width: min(1040px, calc(100% - 36px)); max-height: 92vh; overflow: auto; background: #111114; border: 1px solid var(--line); box-shadow: 0 35px 90px rgba(0,0,0,.65); opacity: 0; pointer-events: none; transform: translate(-50%, 28px); transition: opacity .25s, transform .25s; }
.customizer-modal.open { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.customizer-header { display: flex; justify-content: space-between; gap: 24px; align-items: start; padding: 24px; border-bottom: 1px solid var(--line); }
.customizer-header h2 { font-size: clamp(42px, 5vw, 70px); }
.customizer-close { border: 0; background: transparent; color: var(--white); font-size: 34px; line-height: 1; cursor: pointer; }
.customizer-grid { display: grid; grid-template-columns: minmax(300px, .95fr) minmax(320px, 1.05fr); gap: 24px; padding: 24px; }
.customizer-preview { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 18px; align-items: center; padding: 18px; background: #f8f8f5; color: #111114; }
.customizer-image-wrap { display: grid; place-items: center; aspect-ratio: 1; overflow: hidden; background: #fff; border: 1px solid #ece9e3; }
.customizer-image { width: 100%; height: 100%; object-fit: contain; display: block; }
.preview-panel { display: grid; gap: 10px; justify-items: center; align-content: center; min-height: 100%; }
.preview-label { margin: 0; color: #57534d; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.customizer-form { display: grid; gap: 16px; align-content: start; }
.customizer-price { color: var(--red-bright); font-size: 18px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.customizer-form fieldset { margin: 0; padding: 14px; border: 1px solid var(--line); }
.customizer-form legend { padding: 0 8px; color: var(--red-bright); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.body-style-field { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.body-style-choice { display: flex; grid-template-columns: none; align-items: center; gap: 8px; width: max-content; letter-spacing: .08em; }
.body-style-choice input { width: auto; margin: 0; accent-color: var(--red); }
.color-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.three-color-options { margin-bottom: 12px; }
.single-color-options { margin-bottom: 12px; }
.customizer-help { margin: 0; padding: 14px; color: #aaa49b; border: 1px solid var(--line); background: rgba(255,255,255,.04); font-size: 12px; line-height: 1.7; }
.customizer-summary { display: flex; flex-wrap: wrap; gap: 8px; min-height: 28px; }
.customizer-summary span { padding: 8px 10px; color: #dfddd8; background: rgba(255,255,255,.06); border: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.customizer-submit { width: 100%; }
.koozie-render { --preview-top: #050505; --preview-middle: #050505; --preview-bottom: #050505; --preview-lid: #050505; --preview-handle: #050505; --preview-spout: #050505; position: relative; width: 190px; height: 255px; margin: 0 auto; }
.koozie-handle-preview { position: absolute; top: 0; left: 22px; right: 22px; height: 74px; border: 14px solid var(--preview-handle); border-bottom: 0; border-radius: 42px 42px 0 0; }
.koozie-lid-preview { position: absolute; top: 54px; left: 42px; right: 42px; height: 24px; background: var(--preview-lid); border-radius: 14px 14px 5px 5px; box-shadow: inset 0 -4px rgba(0,0,0,.14); }
.koozie-body-preview { position: absolute; top: 74px; left: 34px; right: 34px; height: 150px; overflow: hidden; border-radius: 16px 16px 26px 26px; box-shadow: inset 0 0 0 4px rgba(0,0,0,.18), 0 18px 28px rgba(0,0,0,.18); }
.koozie-band-preview { display: block; height: 33.333%; }
.koozie-top-preview { background: var(--preview-top); }
.koozie-middle-preview { background: var(--preview-middle); }
.koozie-bottom-preview { background: var(--preview-bottom); }
.koozie-spout-preview { position: absolute; left: 78px; bottom: 14px; width: 34px; height: 34px; background: var(--preview-spout); border-radius: 50%; box-shadow: inset 0 0 0 8px rgba(255,255,255,.18), 0 10px 18px rgba(0,0,0,.18); }
.koozie-spout-preview::after { content: ""; position: absolute; left: 11px; bottom: -12px; width: 12px; height: 16px; background: var(--preview-spout); border-radius: 0 0 6px 6px; }
.general-color-preview { display: flex; justify-content: center; gap: 12px; }
.general-color-preview span { width: 46px; height: 46px; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 10px 18px rgba(0,0,0,.18); }
.primary-preview { background: var(--preview-primary, #050505); }
.secondary-preview { background: var(--preview-secondary, #f8f8f4); }
.accent-preview { background: var(--preview-accent, #0057c8); }
.cart-drawer { position: fixed; z-index: 20; top: 0; right: 0; width: min(430px, 100%); height: 100%; padding: 26px; background: #111114; transform: translateX(100%); transition: transform .35s ease; display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-header h2 { font-size: 44px; }
.cart-close { border: 0; background: transparent; color: var(--white); font-size: 32px; cursor: pointer; }
.cart-items { flex: 1; padding: 15px 0; overflow: auto; min-height: 120px; }
.empty-cart { color: #777; font-size: 12px; }
.cart-item { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item-art { width: 55px; height: 55px; overflow: hidden; background: linear-gradient(135deg, var(--red), var(--blue)); }
.cart-item-art img { width: 100%; height: 100%; object-fit: cover; display: block; background: #fff; }
.cart-item p { margin: 0 0 5px; font-size: 12px; font-weight: 700; }.cart-item span { color: var(--red-bright); font-size: 11px; }.cart-item small { display: block; color: #88857f; font-size: 10px; line-height: 1.45; }.cart-item button { border: 0; background: transparent; color: #777; cursor: pointer; }
.cart-footer { border-top: 1px solid var(--line); padding-top: 20px; }
.cart-contact { display: grid; gap: 10px; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); text-transform: none; letter-spacing: 0; }
.cart-contact label { text-transform: uppercase; letter-spacing: .12em; }
.recommended-field { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: none; }
.cart-contact input, .cart-contact textarea { padding: 11px 12px; font-size: 12px; text-transform: none; letter-spacing: 0; }
.cart-contact textarea { min-height: 82px; }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 18px; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.cart-footer > .cart-contact { display: grid; }
.cart-footer .button { width: 100%; }
.cart-footer .button:disabled { cursor: wait; opacity: .72; transform: none; }
.cart-footer .button.disabled { pointer-events: none; opacity: .5; }
.cart-footer small { display: block; text-align: center; margin-top: 12px; color: #666; font-size: 9px; }
.checkout-page { background: #f2ece1; color: #111114; border-top: 1px solid #ded2c0; }
.checkout-body { background: #f2ece1; }
.checkout-header { position: relative; top: 0; background: #0b0b0d; }
.checkout-main { min-height: calc(100vh - 118px); }
.checkout-main .checkout-page { padding-top: 88px; }
.checkout-page h1 { margin: 0; font-family: "Bebas Neue", sans-serif; font-size: clamp(62px, 7vw, 105px); font-weight: 400; line-height: .85; text-transform: uppercase; }
.checkout-shop-link { padding-bottom: 5px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a[aria-current="page"] { color: var(--red); }
.checkout-page .eyebrow { color: #b50f20; }
.checkout-page .section-heading { align-items: center; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 430px); gap: 24px; align-items: start; }
.checkout-summary-panel, .checkout-form-panel { background: #fff; border: 1px solid #d6cbbb; padding: 24px; }
.checkout-summary-panel h2, .checkout-form-panel h2, .checkout-summary-panel h3, .checkout-form-panel h3 { margin: 0 0 18px; font-family: "Bebas Neue", sans-serif; font-size: 32px; font-weight: 400; letter-spacing: .03em; line-height: 1; text-transform: uppercase; }
.checkout-items { min-height: 180px; }
.checkout-items .cart-item { border-bottom-color: #e4d9c9; }
.checkout-items .cart-item small { color: #6b655c; }
.checkout-items .cart-item button { color: #a50e1d; }
.checkout-total { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 18px; border-top: 1px solid #e4d9c9; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; }
.checkout-total strong { color: #b50f20; font-size: 18px; }
.checkout-form-panel .cart-contact { border-bottom: 0; padding-bottom: 0; }
.checkout-form-panel input, .checkout-form-panel textarea { background: #fff; border-color: #c8bcab; color: #111; -webkit-text-fill-color: #111; caret-color: #111; }
.checkout-form-panel input::placeholder, .checkout-form-panel textarea::placeholder { color: #66615a; opacity: 1; -webkit-text-fill-color: #66615a; }
.checkout-form-panel small { display: block; margin-top: 12px; color: #6b655c; font-size: 10px; text-align: center; }
.checkout-form-panel .button { width: 100%; }
.checkout-form-panel .button:disabled { cursor: wait; opacity: .72; transform: none; }
.checkout-empty { display: grid; justify-items: start; gap: 18px; padding: 20px 0; }
.checkout-empty p { margin: 0; color: #6b655c; font-size: 13px; }
.overlay { position: fixed; z-index: 19; inset: 0; background: rgba(0,0,0,.72); opacity: 0; pointer-events: none; transition: opacity .3s; }
.overlay.show { opacity: 1; pointer-events: all; }
.toast { position: fixed; z-index: 25; bottom: 25px; left: 50%; transform: translate(-50%, 100px); background: var(--white); color: #0a0a0b; padding: 12px 20px; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; transition: transform .25s; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-category-overview { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .customizer-grid { grid-template-columns: 1fr; }
  .workbench-grid { grid-template-columns: 1fr; }
  .checkout-grid { grid-template-columns: 1fr; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-left: 6vw; }
  .hero-art { width: 72%; right: 0; opacity: .63; }
  .custom-copy { padding: 7vw; }
}
@media (max-width: 760px) {
  .announcement { font-size: 8px; }
  .site-header { height: 70px; top: 30px; padding: 0 18px; grid-template-columns: 1fr 1fr; }
  .desktop-nav { display: none; }
  .header-actions { gap: 8px; }
  .icon-button { width: 28px; height: 24px; display: flex; flex-direction: column; gap: 6px; justify-content: center; border: 0; background: transparent; }
  .icon-button span { width: 20px; height: 1px; background: var(--white); }
  .cart-button { font-size: 0; }.cart-count { font-size: 10px; margin: 0; }
  .hero { min-height: 760px; height: auto; max-height: none; padding-top: 100px; }
  .hero::after { background: linear-gradient(0deg, #070708 3%, rgba(7,7,8,.72) 28%, transparent 52%); }
  .hero-copy { padding: 460px 22px 50px; align-self: auto; }
  .hero h1 { font-size: 92px; margin: 15px 0; }
  .hero-art { width: calc(100% - 24px); max-width: 460px; height: auto; top: 108px; right: auto; left: 50%; opacity: 1; transform: translateX(-50%); }
  .hero-art img { width: 100%; max-height: none; filter: saturate(1.08) brightness(1.08); }
  .hero-lede { font-size: 13px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 10px; margin-top: 24px; }
  .hero-stats, .scroll-cue { display: none; }
  .section { padding: 80px 18px; }
  .section-heading { align-items: start; flex-direction: column; gap: 30px; }
  .filters { width: 100%; overflow: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { height: 410px; }
  .quick-add { transform: translateY(0); }
  .gallery-category-nav { display: grid; grid-template-columns: 1fr 1fr; margin-top: -16px; }
  .gallery-category-nav a { text-align: center; font-size: 10px; }
  .gallery-category-overview { grid-template-columns: 1fr; }
  .holiday-empty { min-height: 300px; padding: 28px 18px; }
  .holiday-empty h3 { font-size: 36px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-subheading { align-items: start; flex-direction: column; }
  .gallery .gallery-subheading h3 { font-size: 36px; }
  .gallery-photo { min-height: 350px; }
  .gallery-info { flex-direction: column; }
  .customizer-modal { top: 2vh; width: calc(100% - 22px); max-height: 96vh; }
  .customizer-header, .customizer-grid { padding: 18px; }
  .customizer-preview { grid-template-columns: 1fr; }
  .preview-panel { min-height: auto; }
  .color-choice-grid { grid-template-columns: 1fr; }
  .work-order-form, .work-order-board { padding: 22px; }
  .form-row, .work-meta { grid-template-columns: 1fr; }
  .checkout-summary-panel, .checkout-form-panel { padding: 22px; }
  .checkout-header .checkout-shop-link { display: none; }
  .work-card-top, .work-card-actions { align-items: start; flex-direction: column; }
  .custom { grid-template-columns: 1fr; }
  .custom-visual { min-height: 480px; }
  .custom-copy { padding: 75px 22px; }
  .model-ring { width: 300px; height: 300px; }.ring-two { width: 410px; height: 410px; }.model-cube { width: 180px; height: 180px; }
  .story { grid-template-columns: 1fr; gap: 50px; }
  .story-card { min-height: 430px; }
  .story-copy blockquote { font-size: 58px; }
  footer { grid-template-columns: 1fr 1fr; gap: 45px 20px; padding: 50px 22px; }
  .footer-note { justify-self: start; text-align: left; }
  .cart-drawer { padding: 22px; }
}

@media print {
  body { background: #fff; color: #111; }
  .announcement, .site-header, .hero, .marquee, .shop, .custom, .story, footer, .customizer-modal, .cart-drawer, .overlay, .toast, .work-order-form, .print-orders, .workbench-note { display: none !important; }
  .workbench { display: block; padding: 0; background: #fff; color: #111; }
  .section-heading { margin: 0 0 18px; }
  .workbench-grid { display: block; }
  .work-order-board { box-shadow: none; border: 0; padding: 0; }
  .work-card { break-inside: avoid; margin-bottom: 14px; }
}
