@import url('https://fonts.googleapis.com/css2?family=Fragment+Mono&family=Manrope:wght@400;500;600;700;800&family=Roboto:wght@400;500&display=swap');

:root { --ink: #151515; --muted: #5e5e5e; --line: #dedede; --cream: #f6f4ef; --olive: #4c604a; --body-font: "Google Sans Text", "Google Sans", Roboto, Arial, sans-serif; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: #fff; font: 400 1rem/1.6 var(--body-font); } a { color: inherit; text-decoration: none; }
.notice { padding: 0.7rem 1.4rem; background: var(--ink); color: white; text-align: center; font: 0.68rem/1 Fragment Mono, monospace; letter-spacing: 0.02em; }.notice span { margin: 0 0.5rem; color: #a5a5a5; }
.store-header, main, footer { width: min(1240px, calc(100% - 3rem)); margin: auto; }.store-header { min-height: 6.2rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }.wordmark { font: 800 1rem/.86 Manrope, sans-serif; letter-spacing: -0.07em; }.store-header nav { display: flex; gap: 1.4rem; font-size: 0.78rem; }.store-header nav a:hover, .store-story a:hover { text-decoration: underline; text-underline-offset: 0.25rem; }.cart-button { justify-self: end; padding: 0; border: 0; background: transparent; color: var(--ink); font: 500 0.75rem Fragment Mono, monospace; cursor: pointer; }.cart-button span { display: inline-grid; min-width: 1.45rem; min-height: 1.45rem; place-items: center; margin-left: 0.4rem; border-radius: 50%; background: var(--ink); color: white; font-size: 0.65rem; }
.store-hero { display: grid; grid-template-columns: 0.8fr 1.2fr; min-height: 38rem; align-items: center; gap: clamp(2rem, 6vw, 7rem); padding: 4rem 0; }.kicker { margin: 0 0 1rem; color: var(--olive); font: 0.67rem Fragment Mono, monospace; letter-spacing: 0.06em; text-transform: uppercase; }.store-hero h1, h2, h3, p { margin-top: 0; }.store-hero h1, h2, h3 { font-family: Manrope, Arial, sans-serif; letter-spacing: -0.07em; }.store-hero h1 { margin-bottom: 1.8rem; font-size: clamp(3.6rem, 7vw, 6.9rem); font-weight: 800; line-height: 0.89; }.shop-link { display: inline-flex; gap: 1.5rem; align-items: center; padding-bottom: 0.4rem; border-bottom: 1px solid var(--ink); font-weight: 600; font-size: 0.9rem; }.shop-link span { font-size: 1.3rem; }.hero-image { height: 29rem; margin: 0; overflow: hidden; background: var(--cream); }.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.collection { padding: 6.8rem 0; border-top: 1px solid var(--line); }.collection-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.1rem; }.collection-heading h2 { margin-bottom: 0; font-size: clamp(2.1rem, 4vw, 4rem); font-weight: 800; line-height: 0.95; }.filters { display: flex; flex-wrap: wrap; gap: 0.45rem; }.filter { padding: 0.55rem 0.85rem; border: 1px solid var(--line); background: white; color: var(--muted); font: 0.68rem Fragment Mono, monospace; cursor: pointer; }.filter:hover, .filter.is-active { border-color: var(--ink); color: white; background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.product { transition: transform 150ms ease; }.product[hidden] { display: none; }.product-image { height: 25rem; overflow: hidden; background: var(--cream); }.product-image img { width: 100%; height: 100%; object-fit: cover; }.image-bottle img { object-position: 16.5% center; }.image-tote img { object-position: 50% center; }.image-candle img { object-position: 83.5% center; }.product-meta { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0 0.8rem; }.product-meta h3 { margin: 0 0 0.25rem; font-size: 1.05rem; font-weight: 700; }.product-meta p { margin: 0; color: var(--muted); font-size: 0.79rem; }.product-meta strong { font-size: 0.88rem; }.add-button { width: 100%; display: flex; justify-content: space-between; padding: 0.78rem 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; color: var(--ink); font: 0.72rem Fragment Mono, monospace; cursor: pointer; text-align: left; }.add-button:hover { color: white; border-color: var(--ink); background: var(--ink); padding-left: 0.7rem; padding-right: 0.7rem; }.cart-status { min-height: 1.5rem; margin: 1.6rem 0 0; color: var(--muted); font-size: 0.82rem; }
.store-story { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 6vw, 7rem); padding: 6.5rem clamp(1.5rem, 5vw, 5.5rem); background: var(--cream); }.store-story h2 { max-width: 30rem; margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 800; line-height: 0.98; }.store-story p:not(.kicker) { max-width: 35rem; color: var(--muted); }.store-story a { display: inline-block; margin-top: 0.5rem; padding-bottom: 0.3rem; border-bottom: 1px solid var(--ink); font-size: 0.84rem; font-weight: 600; }
.catalog-state { grid-column: 1 / -1; padding: 2rem 0; color: var(--muted); }.catalog-state.is-error { color: #a33c28; }.add-button:disabled { cursor: not-allowed; color: var(--muted); background: #f2f2f2; }.cart-dialog { width: min(100% - 2rem, 38rem); max-width: 38rem; margin: auto; padding: 0; border: 1px solid var(--ink); background: #fff; color: var(--ink); box-shadow: 12px 12px 0 var(--ink); }.cart-dialog::backdrop { background: rgb(21 21 21 / 40%); }.cart-sheet { padding: clamp(1.4rem, 4vw, 2.4rem); }.cart-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: start; border-bottom: 1px solid var(--line); }.cart-heading h2 { margin-bottom: 1.4rem; font: 800 clamp(2rem, 6vw, 3rem)/0.95 Manrope, Arial, sans-serif; letter-spacing: -0.07em; }.close-cart { width: 2.5rem; height: 2.5rem; border: 1px solid var(--ink); background: #fff; color: var(--ink); font-size: 1.6rem; line-height: 1; cursor: pointer; }.close-cart:hover, .quantity-button:hover { background: var(--ink); color: #fff; }.cart-items { min-height: 5rem; }.cart-empty { padding: 1.5rem 0; color: var(--muted); }.cart-line { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }.cart-line strong, .cart-line span { display: block; }.cart-line > div:first-child span { margin-top: 0.15rem; color: var(--muted); font-size: 0.83rem; }.quantity-controls { display: flex; align-items: center; gap: 0.45rem; font: 0.74rem Fragment Mono, monospace; }.quantity-button { width: 1.85rem; height: 1.85rem; border: 1px solid var(--line); background: #fff; color: var(--ink); font-size: 1rem; cursor: pointer; }.cart-total { display: flex; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--ink); }.checkout-form { display: grid; gap: 0.7rem; margin-top: 1.6rem; }.checkout-form label { font-size: 0.88rem; font-weight: 500; }.checkout-form input { width: 100%; min-height: 2.9rem; border: 1px solid var(--line); border-radius: 0; padding: 0.65rem 0.75rem; color: var(--ink); background: #fff; font: inherit; }.checkout-form input:focus { outline: 2px solid var(--olive); outline-offset: 2px; }.submit-order { display: flex; justify-content: space-between; align-items: center; min-height: 3rem; margin-top: 0.35rem; padding: 0.65rem 0.8rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; font: 500 0.72rem Fragment Mono, monospace; cursor: pointer; }.submit-order:hover { background: var(--olive); border-color: var(--olive); }.submit-order:disabled { cursor: wait; opacity: 0.65; }.checkout-note, .checkout-status { margin: 0.3rem 0 0; color: var(--muted); font-size: 0.78rem; }.checkout-status { min-height: 1.5rem; color: var(--ink); }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 2.2rem 0; color: var(--muted); border-top: 1px solid var(--line); font: 0.65rem Fragment Mono, monospace; text-transform: uppercase; } footer a { color: var(--ink); }
@media (max-width: 760px) { .store-header, main, footer { width: min(100% - 1.5rem, 1240px); }.store-header { grid-template-columns: 1fr auto; }.store-header nav { display: none; }.store-hero, .store-story { grid-template-columns: 1fr; }.store-hero { min-height: 0; padding: 4rem 0; }.hero-image { height: 23rem; }.collection { padding: 4.5rem 0; }.collection-heading { display: block; }.filters { margin-top: 1.4rem; }.product-grid { grid-template-columns: 1fr; gap: 2.2rem; }.product-image { height: 28rem; }.store-story { padding: 3rem 1.5rem; } footer { flex-direction: column; } }
@media (max-width: 440px) { .notice { font-size: 0.58rem; }.store-hero h1 { font-size: 3.5rem; }.hero-image, .product-image { height: 22rem; }.product-grid { gap: 1.8rem; } }
