@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;600;700&display=swap');

:root { --ink: #17231f; --paper: #f2efe8; --lime: #c9e86b; --orange: #ed704b; --line: #b9b8ae; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; }
a { color: inherit; text-decoration: none; }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; padding: 24px 5vw; border-bottom: 1px solid var(--line); font: 500 11px 'DM Mono', monospace; letter-spacing: .08em; }
.header-cluster { display: flex; align-items: center; gap: 48px; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a:hover, .text-link:hover { color: var(--orange); }
.brand { font-weight: 500; }
.brand span { color: var(--orange); margin-left: 8px; }
.bag-button { border: 1px solid var(--ink); background: transparent; padding: 9px 12px; font: inherit; cursor: pointer; }
.bag-button span { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 8px; border-radius: 50%; background: var(--lime); }
.hero { position: relative; min-height: 600px; padding: 12vh 10vw 10vh; overflow: hidden; background: var(--lime); }
.eyebrow { margin: 0 0 22px; font: 500 11px 'DM Mono', monospace; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 770px; margin-bottom: 28px; font-size: clamp(3.5rem, 8vw, 8rem); line-height: .92; letter-spacing: -.04em; }
.hero-copy { max-width: 410px; font-size: 16px; line-height: 1.7; }
.text-link { display: inline-block; margin-top: 34px; border-bottom: 1px solid var(--ink); padding-bottom: 6px; font-weight: 700; }
.text-link span { margin-left: 14px; font-size: 20px; }
.hero-mark { position: absolute; right: 10vw; bottom: 9vh; color: var(--orange); font: 700 100px/.8 Manrope, sans-serif; text-align: right; }
.hero-mark span { color: var(--ink); font: 500 11px 'DM Mono', monospace; letter-spacing: .1em; }
.catalog { padding: 110px 10vw; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-bottom: 54px; border-bottom: 1px solid var(--line); }
h2 { max-width: 580px; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; letter-spacing: -.04em; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-link { display: block; }
.product-link:hover h3 { color: var(--orange); }
.product-image { position: relative; display: flex; align-items: flex-end; justify-content: flex-end; aspect-ratio: 1 / 1.1; overflow: hidden; padding: 18px; font: 500 11px 'DM Mono', monospace; }
.product-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.image-one { background: #d8d2c2; }.image-two { background: var(--orange); }.image-three { background: #7d9ca0; }
.product-image span { padding: 7px 9px; background: var(--paper); }
.product-meta { display: flex; justify-content: space-between; gap: 14px; padding: 18px 0 14px; border-bottom: 1px solid var(--line); }
h3 { margin-bottom: 7px; font-size: 16px; }.product-meta p { margin: 0; color: #65706a; font-size: 13px; }.product-meta strong { font: 500 13px 'DM Mono', monospace; }
.add-button { display: flex; justify-content: space-between; width: 100%; margin-top: 14px; border: 0; background: transparent; padding: 0; color: var(--ink); font: 600 13px Manrope, sans-serif; text-align: left; cursor: pointer; }.add-button span { font-size: 20px; }.add-button:hover { color: var(--orange); }
.product-page { min-height: calc(100vh - 140px); padding: 80px 10vw 110px; }
.back-link { display: inline-block; margin-bottom: 58px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font: 500 11px 'DM Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }.back-link:hover { color: var(--orange); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 8vw; align-items: start; }
.detail-image { aspect-ratio: 1 / 1.08; overflow: hidden; background: #d8d2c2; }.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { padding-top: 16px; }.detail-copy h1 { margin-bottom: 20px; font-size: clamp(3rem, 6vw, 6.5rem); }.detail-price { margin-bottom: 34px; font: 500 16px 'DM Mono', monospace; }.detail-description { max-width: 430px; margin-bottom: 38px; color: #59655e; font-size: 16px; line-height: 1.8; }
.detail-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; }.detail-specs dt { margin-bottom: 6px; color: #68736b; font: 500 10px 'DM Mono', monospace; text-transform: uppercase; }.detail-specs dd { margin: 0; font-size: 13px; }
.detail-actions { display: grid; grid-template-columns: auto minmax(150px, 1fr) minmax(120px, 1fr); gap: 12px; align-items: stretch; max-width: 520px; }.quantity { display: flex; align-items: center; border: 1px solid var(--ink); }.quantity button, .quantity input { width: 38px; height: 46px; border: 0; background: transparent; color: var(--ink); text-align: center; font: inherit; }.quantity button { cursor: pointer; font-size: 18px; }.quantity input { width: 30px; appearance: textfield; }.detail-actions .add-button, .buy-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin: 0; padding: 0 18px; border: 1px solid var(--ink); white-space: nowrap; text-align: center; }.detail-actions .add-button { background: transparent; }.detail-actions .add-button:hover { background: var(--lime); color: var(--ink); }.buy-button { background: var(--ink); color: var(--paper); font: 600 13px Manrope, sans-serif; cursor: pointer; }.buy-button:hover { background: var(--orange); border-color: var(--orange); }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 100px 10vw; background: var(--ink); color: var(--paper); }.about .eyebrow { color: var(--lime); }.about h2 { margin-bottom: 0; }.about p:last-child { max-width: 330px; align-self: end; line-height: 1.7; color: #c5cbc2; }
.site-footer { border-top: 1px solid var(--line); border-bottom: 0; }.toast { position: fixed; right: 24px; bottom: 24px; transform: translateY(20px); opacity: 0; padding: 14px 18px; background: var(--ink); color: var(--paper); font-size: 13px; transition: .25s ease; pointer-events: none; }.toast.visible { transform: translateY(0); opacity: 1; }
@media (max-width: 700px) { .site-header { padding: 18px 6vw; }.site-header nav { display: none; }.hero { min-height: 570px; padding: 80px 8vw; }.hero-mark { right: 8vw; bottom: 55px; font-size: 70px; }.catalog { padding: 80px 8vw; }.section-heading { display: block; }.section-heading h2 { margin-bottom: 0; }.product-grid { grid-template-columns: 1fr; gap: 48px; }.about { display: block; padding: 80px 8vw; }.about h2 { margin-bottom: 34px; }.site-footer { padding: 20px 6vw; font-size: 9px; }.product-page { padding: 52px 8vw 80px; }.back-link { margin-bottom: 38px; }.product-detail { grid-template-columns: 1fr; gap: 42px; }.detail-copy { padding-top: 0; }.detail-copy h1 { font-size: clamp(3rem, 15vw, 5rem); }.detail-actions { grid-template-columns: auto 1fr; max-width: none; }.detail-actions .add-button, .buy-button { min-height: 46px; }.buy-button { grid-column: 1 / -1; } }
