@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root { --ink: #18211f; --paper: #f3f0e8; --acid: #d9ff54; --coral: #ff725e; --line: #c9c5ba; --muted: #6c746f; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Space Grotesk', sans-serif; } button, input, select, textarea { font: inherit; } button, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; }
.site-header { align-items: center; border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; padding: 24px 5vw; } .brand { font-size: 15px; font-weight: 700; letter-spacing: .05em; text-decoration: none; } .brand span { color: var(--coral); } nav { align-items: center; display: flex; gap: 28px; } nav a { font-size: 14px; text-decoration: none; } nav a:hover { text-decoration: underline; }
.cart-button, .account-button, .primary-button, .add-button { border: 0; cursor: pointer; } .cart-button, .account-button { background: transparent; border-bottom: 1px solid var(--ink); padding: 4px 0; } .cart-button b { background: var(--coral); border-radius: 50%; display: inline-grid; font-size: 11px; height: 21px; margin-left: 6px; place-items: center; width: 21px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); min-height: 620px; padding: 7vw 10vw 8vw; } .hero-copy { align-self: center; max-width: 650px; } .eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .12em; margin: 0 0 18px; text-transform: uppercase; } h1, h2, h3, p { margin-top: 0; } h1 { font-size: clamp(48px, 7vw, 96px); letter-spacing: -.06em; line-height: .94; margin-bottom: 28px; max-width: 720px; } h1 em { color: var(--coral); font-style: normal; } .hero-text { color: var(--muted); line-height: 1.6; max-width: 420px; } .primary-button { background: var(--ink); color: var(--paper); display: inline-flex; gap: 18px; justify-content: center; margin-top: 24px; padding: 15px 20px; text-decoration: none; } .primary-button:hover { background: var(--coral); color: var(--ink); }
.hero-object { background: var(--acid); height: 380px; margin: auto; max-width: 380px; overflow: hidden; position: relative; transform: rotate(3deg); width: 100%; } .hero-object span { bottom: 24px; font-family: 'DM Mono', monospace; font-size: 13px; left: 24px; line-height: 1.1; position: absolute; } .shape { position: absolute; } .shape-one { background: var(--coral); border-radius: 45% 55% 44% 56%; height: 230px; right: 40px; top: 46px; transform: rotate(25deg); width: 180px; } .shape-two { background: var(--ink); height: 190px; left: 48px; top: 100px; transform: rotate(-32deg); width: 80px; } .shape-three { background: var(--paper); bottom: 35px; height: 100px; right: 100px; transform: rotate(12deg); width: 100px; }
.shop-section { border-top: 1px solid var(--ink); padding: 90px 10vw; } .section-heading, .panel-heading { align-items: end; display: flex; justify-content: space-between; } h2 { font-size: clamp(32px, 4vw, 58px); letter-spacing: -.05em; margin-bottom: 42px; } .text-button { background: none; border: 0; border-bottom: 1px solid var(--ink); cursor: pointer; margin-bottom: 48px; padding: 5px 0; } .text-button span { color: var(--coral); font-size: 18px; margin-left: 8px; } .product-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, 1fr); } .product-card { border-top: 1px solid var(--ink); } .product-art { aspect-ratio: 1 / 1.05; overflow: hidden; position: relative; } .product-art span { font-family: 'DM Mono', monospace; font-size: 11px; left: 17px; line-height: 1.1; position: absolute; top: 17px; } .product-art i { background: var(--paper); border-radius: 40%; bottom: 18%; display: block; height: 45%; left: 27%; position: absolute; transform: rotate(22deg); width: 42%; } .product-art i:after { background: inherit; border-radius: 50%; content: ''; height: 55%; left: 26%; position: absolute; top: -25%; width: 48%; } .coral { background: var(--coral); } .lime { background: var(--acid); } .sky { background: #82d7e8; } .gold { background: #f4bd4f; } .product-info { padding: 17px 0 21px; } .product-topline, .product-bottom, .total-row { align-items: center; display: flex; justify-content: space-between; } h3 { font-size: 19px; margin-bottom: 7px; } .product-topline strong { font-family: 'DM Mono', monospace; font-size: 14px; } .product-info p, .product-bottom small { color: var(--muted); font-size: 13px; } .product-info p { min-height: 40px; } .add-button { background: transparent; border-bottom: 1px solid var(--ink); font-size: 12px; padding: 4px 0; } .add-button:disabled { color: var(--muted); cursor: not-allowed; }
.how-section { background: var(--ink); color: var(--paper); padding: 78px 10vw; } .how-section .eyebrow { color: var(--acid); } .steps { display: grid; gap: 40px; grid-template-columns: repeat(3, 1fr); } .steps strong { color: var(--coral); font-family: 'DM Mono', monospace; } .steps h3 { font-size: 25px; margin: 22px 0 10px; } .steps p { color: #aab1a9; font-size: 14px; line-height: 1.5; }
.inventory-panel { background: #e3dfd4; margin-bottom: 45px; padding: 28px; } .inventory-panel h2 { font-size: 33px; margin: 0; } .panel-heading { align-items: start; } .icon-button { background: none; border: 0; cursor: pointer; font-size: 19px; padding: 0 3px; } .panel-note, .dialog-note, .secure-note { color: var(--muted); font-size: 13px; line-height: 1.5; } .product-form { display: grid; gap: 10px; grid-template-columns: 2fr 1fr 1fr 1fr auto; margin: 26px 0; } input, select, textarea { background: var(--paper); border: 1px solid var(--line); border-radius: 0; color: var(--ink); padding: 12px; width: 100%; } .product-form .primary-button { margin: 0; padding: 12px 14px; } .inventory-list { border-top: 1px solid var(--line); } .inventory-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 16px; grid-template-columns: 1fr 150px 70px; padding: 13px 0; } .inventory-row label { align-items: center; display: flex; font-size: 12px; gap: 8px; } .inventory-row input { padding: 7px; width: 70px; } .delete-button { background: none; border: 0; color: var(--coral); cursor: pointer; font-size: 12px; }
.cart-drawer { background: var(--paper); display: flex; flex-direction: column; height: 100vh; max-width: 420px; padding: 30px; position: fixed; right: 0; top: 0; transform: translateX(100%); transition: transform .3s ease; width: 90%; z-index: 4; } .cart-drawer.open { transform: translateX(0); } .drawer-heading { align-items: start; display: flex; justify-content: space-between; } .drawer-heading h2 { margin-bottom: 20px; } .cart-items { flex: 1; overflow: auto; } .cart-item { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 18px 0; } .cart-item small { color: var(--muted); display: block; font-size: 12px; margin-top: 5px; } .quantity { align-items: center; display: flex; gap: 12px; } .quantity button { background: none; border: 1px solid var(--line); cursor: pointer; height: 26px; width: 26px; } .cart-footer { border-top: 1px solid var(--ink); padding-top: 22px; } .total-row { font-size: 17px; } .full-width { margin-top: 20px; width: 100%; } .secure-note { font-size: 11px; text-align: center; } .overlay { background: rgba(24, 33, 31, .45); inset: 0; position: fixed; z-index: 3; }
#checkout-dialog, #account-dialog { background: var(--paper); border: 1px solid var(--ink); max-width: 450px; padding: 35px; width: calc(100% - 30px); } #checkout-dialog::backdrop, #account-dialog::backdrop { background: rgba(24, 33, 31, .5); } .dialog-close { float: right; } #checkout-dialog h2, #account-dialog h2 { font-size: 42px; margin-bottom: 10px; } #checkout-form label, .account-form label { display: block; font-size: 12px; margin-top: 17px; } #checkout-form label span { color: var(--muted); } #checkout-form input, #checkout-form textarea, .account-form input { display: block; margin-top: 7px; } .secondary-button { background: transparent; border: 1px solid var(--ink); cursor: pointer; padding: 14px 20px; } .account-form .primary-button, .account-form .secondary-button { margin-top: 20px; } #account-dialog hr { border: 0; border-top: 1px solid var(--line); margin: 30px 0; } .form-message { color: var(--coral); font-size: 12px; min-height: 18px; }
.account-form, #account-signed-in { min-width: 0; } #account-name { font-size: clamp(26px, 7vw, 42px) !important; overflow-wrap: anywhere; word-break: break-word; }
.empty-state { color: var(--muted); padding: 35px 0; } .setup-button { background: none; border: 0; color: var(--muted); cursor: pointer; font-size: 11px; margin-top: 18px; padding: 0; text-decoration: underline; } [hidden] { display: none !important; }
@media (max-width: 800px) { .site-header { align-items: flex-start; gap: 20px; } nav { gap: 15px; } nav a { display: none; } .hero { grid-template-columns: 1fr; padding: 70px 7vw; } .hero-object { margin-top: 55px; max-width: 310px; } .shop-section, .how-section { padding: 65px 7vw; } .product-grid { grid-template-columns: repeat(2, 1fr); } .section-heading { align-items: start; flex-direction: column; } .text-button { margin-bottom: 30px; } .product-form { grid-template-columns: 1fr 1fr; } .product-form input:first-child { grid-column: span 2; } .product-form .primary-button { grid-column: span 2; } .steps { grid-template-columns: 1fr; gap: 25px; } }
.exit-button { color: var(--coral); font-size: 14px; text-decoration: none; }
.product-art img { height: 100%; object-fit: cover; width: 100%; }
.product-form { grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr auto; }
@media (max-width: 800px) { .product-form { grid-template-columns: 1fr 1fr; } }
.give-stock { align-items: center; display: flex; flex-wrap: wrap; gap: 6px; }
.give-stock label { display: flex; font-size: 11px; gap: 5px; }
.give-stock input { padding: 6px; width: 52px; }
.give-button, .all-button { background: transparent; border: 1px solid var(--ink); cursor: pointer; font-size: 11px; padding: 6px 8px; }
.give-button { background: var(--coral); }
.give-button:disabled, .all-button:disabled { cursor: not-allowed; opacity: .45; }
@media (max-width: 800px) { .inventory-row { align-items: start; grid-template-columns: 1fr 110px; } .give-stock { grid-column: span 2; } .delete-button { justify-self: start; } }
@media (max-width: 470px) { .brand { font-size: 12px; } h1 { font-size: 51px; } .product-grid { gap: 12px; } .product-topline { align-items: start; flex-direction: column; } .product-info p { font-size: 12px; } .inventory-panel { padding: 18px; } .inventory-row { grid-template-columns: 1fr 110px 50px; gap: 5px; } }
