:root { --cream: #f7f1e7; --cream-dark: #eadcc9; --paper: #fffaf2; --ink: #30231d; --muted: #806d60; --terracotta: #bd6148; --sage: #8b9a76; --line: #ddcdbc; --shadow: 0 22px 60px rgba(68, 42, 24, .13); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-shell { overflow: hidden; }
.gm-watermark { position: fixed; right: 18px; bottom: 18px; z-index: 80; margin: 0; color: rgba(48, 35, 29, .38); font-size: .55rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); pointer-events: none; }
.site-header { width: min(1280px, calc(100% - 80px)); height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: .9rem; line-height: .9; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-family: "DM Serif Display", Georgia, serif; font-size: 1.45rem; font-style: italic; }
.brand strong, .brand em { display: block; font-family: "DM Serif Display", Georgia, serif; font-size: 1.08rem; font-weight: 400; font-style: normal; }
.brand em { color: var(--terracotta); }
.main-nav { display: flex; gap: 32px; margin-left: auto; color: var(--muted); font-size: .75rem; font-weight: 600; }
.main-nav a, .text-link { transition: color .25s ease; }
.main-nav a:hover, .text-link:hover { color: var(--terracotta); }
.cart-wrap { position: relative; z-index: 10; }
.cart-button { display: inline-flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); cursor: pointer; font-size: .72rem; font-weight: 700; }
.cart-count { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--terracotta); color: var(--paper); font-size: .68rem; transition: transform .3s cubic-bezier(.2, 1.7, .4, 1); }
.cart-count.bump { animation: count-bump .55s ease; }
.cart-preview { width: 320px; position: absolute; top: calc(100% + 15px); right: 0; padding: 20px; visibility: hidden; opacity: 0; transform: translateY(-8px); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
.cart-wrap:hover .cart-preview, .cart-wrap.is-open .cart-preview, .cart-button:focus-visible + .cart-preview { visibility: visible; opacity: 1; transform: translateY(0); }
.cart-preview-head, .cart-total { display: flex; justify-content: space-between; align-items: center; font-size: .78rem; }
.cart-preview-head { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.cart-preview-head span { color: var(--muted); font-size: .65rem; }
.cart-items { max-height: 230px; overflow: auto; }
.empty-cart { color: var(--muted); font-size: .72rem; }
.cart-line { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .7rem; }
.cart-line img { width: 48px; height: 48px; object-fit: cover; }
.cart-line strong, .cart-line small { display: block; }
.cart-line small { margin-top: 4px; color: var(--muted); }
.cart-line > span { font-weight: 700; }
.cart-total { padding: 15px 0; font-size: .85rem; }
.checkout-button { width: 100%; padding: 12px; border: 0; background: var(--ink); color: var(--paper); cursor: pointer; font-size: .7rem; font-weight: 700; transition: background .25s ease; }
.checkout-button:not(:disabled):hover { background: var(--terracotta); }
.checkout-button:disabled { cursor: not-allowed; opacity: .4; }
.hero { width: min(1280px, calc(100% - 80px)); min-height: 620px; margin: 40px auto 120px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; }
.eyebrow { margin: 0 0 20px; color: var(--terracotta); font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.05em; line-height: .9; }
h1 { font-size: clamp(4.5rem, 8vw, 8rem); }
h2 { font-size: clamp(3rem, 5.6vw, 6rem); }
h1 em, h2 em { color: var(--terracotta); font-style: italic; }
.hero-text { max-width: 370px; margin: 30px 0; color: var(--muted); font-size: .95rem; line-height: 1.75; }
.primary-link, .text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: .72rem; font-weight: 700; }
.primary-link span, .text-link span { color: var(--terracotta); font-size: 1.1rem; }
.hero-image-wrap { position: relative; }
.hero-image-wrap img { width: 100%; height: min(580px, 62vw); display: block; object-fit: cover; object-position: center 65%; box-shadow: var(--shadow); }
.hero-caption { position: absolute; right: 18px; bottom: 15px; color: var(--paper); font-size: .62rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero-stamp { width: 92px; height: 92px; position: absolute; z-index: 1; top: -28px; left: -35px; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--paper); font-family: "DM Serif Display", Georgia, serif; font-size: 1.1rem; line-height: .9; text-align: center; transform: rotate(-12deg); }
.collection-section { width: min(1280px, calc(100% - 80px)); margin: auto; padding: 80px 0 140px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading > p { width: 260px; margin: 0 0 5px; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.filter-row { display: flex; gap: 9px; margin: 55px 0 25px; }
.filter-button { padding: 8px 14px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--muted); cursor: pointer; font-size: .68rem; font-weight: 600; transition: .25s ease; }
.filter-button:hover, .filter-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { position: relative; animation: card-in .65s both; }
.product-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1 / 1.07; background: var(--cream-dark); }
.product-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2, .75, .2, 1); }
.product-card:hover .product-image-wrap img { transform: scale(1.06); }
.add-button { position: absolute; right: 12px; bottom: 12px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); cursor: pointer; font-size: 1.3rem; box-shadow: 0 5px 15px rgba(48, 35, 29, .16); transition: transform .25s ease, background .25s ease, color .25s ease; }
.add-button:hover { background: var(--terracotta); color: var(--paper); transform: rotate(90deg) scale(1.08); }
.product-info { padding: 14px 2px 10px; }
.product-info h3 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.product-meta { display: flex; justify-content: space-between; margin-top: 7px; color: var(--muted); font-size: .68rem; }
.fly-image { position: fixed; z-index: 100; pointer-events: none; object-fit: cover; transition: transform .7s cubic-bezier(.2, .8, .2, 1), opacity .7s ease; }
.service-band { padding: 100px max(40px, calc((100% - 1280px) / 2)); display: grid; grid-template-columns: 80px .9fr 1.1fr; align-items: start; gap: 35px; background: var(--ink); color: var(--paper); }
.service-number { color: var(--lime, #d8ff45); font-size: .7rem; font-weight: 700; letter-spacing: .1em; }
.service-band .eyebrow { color: var(--lime, #d8ff45); }
.service-band h2 em { color: var(--orange, #ff7048); }
.service-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; padding-top: 25px; }
.service-steps div { padding-top: 15px; border-top: 1px solid rgba(255, 250, 242, .22); }
.service-steps span { color: var(--muted); font-size: .62rem; }
.service-steps strong { display: block; margin-top: 25px; font-family: "DM Serif Display", Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.service-steps p { color: var(--muted); font-size: .72rem; }
.craft-section { width: min(1080px, calc(100% - 80px)); margin: auto; padding: 150px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 12vw; }
.craft-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.craft-copy > p:not(.eyebrow) { max-width: 360px; margin: 30px 0; color: var(--muted); font-size: .88rem; line-height: 1.75; }
.craft-copy .ai-note { margin: -10px 0 28px; color: var(--terracotta); font-size: .68rem; line-height: 1.55; }
.ai-note span { margin-right: 6px; font-size: .9rem; }
.site-footer { padding: 30px max(40px, calc((100% - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: .65rem; }
.footer-brand { color: var(--ink); }
.toast { position: fixed; z-index: 90; left: 50%; bottom: 28px; padding: 12px 18px; background: var(--ink); color: var(--paper); font-size: .72rem; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes card-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes count-bump { 35% { transform: scale(1.35); } 70% { transform: scale(.9); } }
@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(3, 1fr); } .hero { gap: 5vw; } .service-band { grid-template-columns: 50px 1fr; } .service-steps { grid-column: 2; } }
@media (max-width: 650px) { .site-header, .hero, .collection-section, .craft-section { width: min(100% - 40px, 500px); } .site-header { height: 76px; } .main-nav { display: none; } .cart-preview { position: fixed; top: 76px; right: 20px; width: min(320px, calc(100vw - 40px)); } .hero { min-height: auto; margin: 45px auto 90px; display: flex; flex-direction: column; align-items: stretch; } .hero-copy { padding-top: 20px; } .hero-image-wrap { margin-top: 45px; } .hero-image-wrap img { height: 110vw; max-height: 500px; } .hero-stamp { left: -10px; } .section-heading { display: block; } .section-heading > p { width: auto; margin-top: 25px; } .filter-row { margin-top: 35px; overflow-x: auto; } .product-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; } .product-info h3 { font-size: 1.1rem; } .service-band { padding: 75px 20px; grid-template-columns: 1fr; gap: 25px; } .service-steps { grid-column: auto; grid-template-columns: 1fr; gap: 0; } .service-steps div { padding: 20px 0; } .service-steps strong { margin-top: 10px; } .craft-section { padding: 90px 0; display: flex; flex-direction: column-reverse; gap: 45px; align-items: stretch; } .site-footer { padding: 25px 20px; gap: 15px; align-items: flex-start; flex-direction: column; } .gm-watermark { right: 7px; bottom: 10px; font-size: .46rem; } }
