:root {
  --ink: #1e1b1c;
  --muted: #736b6b;
  --paper: #fbf8f5;
  --paper-deep: #eee6df;
  --rose: #d8b7b1;
  --plum: #583b49;
  --lime: #d9e3b6;
  --line: rgba(30, 27, 28, .14);
  --max: 1240px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.site-header { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: .92rem; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--plum); color: #fff; font-family: Georgia, serif; font-size: 1.15rem; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a, .language-picker { color: var(--muted); transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--ink); }
.site-nav .nav-cta { color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: .18rem; }
.language-picker { display: inline-flex; align-items: center; gap: .4rem; }
.language-picker label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.language-picker select { border: 0; background: transparent; color: var(--muted); letter-spacing: .1em; font-size: .72rem; padding: .2rem 0; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.page-section { width: min(var(--max), calc(100% - 64px)); margin-left: auto; margin-right: auto; }
.hero { min-height: 630px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5rem; padding-top: 4rem; padding-bottom: 5rem; }
.hero-copy { max-width: 640px; }
.eyebrow { margin: 0 0 1.1rem; color: var(--plum); font-size: .66rem; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 720px; margin-bottom: 1.5rem; font-size: clamp(3.4rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.1rem, 4vw, 4rem); margin-bottom: 1.25rem; }
h3 { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 500; margin: .65rem 0 .5rem; line-height: 1.12; }
p { color: var(--muted); line-height: 1.7; }
.hero-body { max-width: 500px; font-size: 1.04rem; }
.button-row { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.2rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; min-height: 48px; padding: 0 1.25rem; border: 1px solid transparent; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: var(--lime); color: var(--ink); }
.text-link, .direct-link, .back-link { display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); border-bottom: 1px solid var(--ink); padding-bottom: .2rem; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-art { min-height: 470px; position: relative; background: var(--paper-deep); overflow: hidden; }
.art-circle { width: 360px; height: 360px; position: absolute; right: 5%; top: 10%; border-radius: 50%; background: var(--rose); opacity: .86; }
.art-card { position: absolute; width: 46%; aspect-ratio: .78; padding: 12px; background: var(--paper); box-shadow: 0 25px 55px rgba(51, 29, 32, .18); }
.art-card img { width: 100%; height: 100%; object-fit: cover; }
.art-card-one { left: 10%; top: 15%; transform: rotate(-8deg); }
.art-card-two { right: 12%; bottom: 10%; transform: rotate(7deg); }
.art-caption { position: absolute; left: 8%; bottom: 8%; color: var(--plum); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-light { padding-top: 6rem; padding-bottom: 7rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.7rem; }
.section-heading h2 { margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem 1.35rem; }
.featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { min-width: 0; animation: rise .55s both; animation-delay: var(--delay); }
.product-card a { display: block; }
.product-image { aspect-ratio: .84; overflow: hidden; background: var(--paper-deep); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card a:hover .product-image img { transform: scale(1.04); }
.product-meta { display: flex; justify-content: space-between; gap: .8rem; margin-top: .8rem; color: var(--plum); font-size: .61rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-meta span:last-child { color: var(--muted); }
.product-card h3 { min-height: 2.4em; }
.card-link { color: var(--muted); font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.wholesale-band { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; padding-top: 5rem; padding-bottom: 5rem; background: var(--plum); color: #fff; }
.wholesale-band > div { padding-left: clamp(1.4rem, 6vw, 5rem); padding-right: clamp(1.4rem, 6vw, 5rem); }
.wholesale-band h2 { max-width: 500px; margin-bottom: 0; color: #fff; }
.wholesale-band p { max-width: 420px; color: rgba(255,255,255,.72); }
.page-intro { padding-top: 6.5rem; padding-bottom: 5rem; }
.page-intro h1, .inquiry-intro h1 { max-width: 800px; }
.page-intro > p:last-of-type, .inquiry-intro > p:last-of-type { max-width: 610px; font-size: 1.05rem; }
.collection-section { padding-top: 0; padding-bottom: 8rem; }
.collection-count { display: inline-flex; margin-top: 1.5rem; padding: .5rem .75rem; border: 1px solid var(--line); color: var(--plum); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-detail { display: grid; grid-template-columns: 1.02fr .98fr; align-items: start; gap: clamp(2.5rem, 7vw, 7rem); padding-top: 4rem; padding-bottom: 8rem; }
.back-link { margin-bottom: 1.4rem; border: 0; color: var(--muted); }
.detail-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.detail-image { aspect-ratio: .84; overflow: hidden; background: var(--paper-deep); }
.detail-image-main { grid-column: span 2; aspect-ratio: 1.12; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { position: sticky; top: 2rem; padding-top: 4rem; }
.detail-copy h1 { font-size: clamp(3rem, 5vw, 5.2rem); }
.detail-sku { color: var(--plum); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.fact-list { margin: 2.5rem 0; border-top: 1px solid var(--line); }
.fact-list div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.fact-list dt, .fact-list dd { margin: 0; font-size: .76rem; }
.fact-list dt { color: var(--muted); }
.fact-list dd { text-align: right; }
.detail-actions { display: flex; align-items: start; flex-direction: column; gap: 1rem; }
.inquiry-intro { padding-top: 6.5rem; padding-bottom: 3rem; }
.inquiry-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; padding-bottom: 8rem; }
.inquiry-form { display: flex; flex-direction: column; gap: 1.3rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.inquiry-form label { display: flex; flex-direction: column; gap: .5rem; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.45); color: var(--ink); padding: .85rem 1rem; outline: 0; resize: vertical; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--plum); box-shadow: 0 0 0 2px rgba(88,59,73,.12); }
.form-status { min-height: 1.5rem; margin: 0; font-size: .82rem; }
.form-status.is-error { color: #9a3c3c; }.form-status.is-success { color: #476b40; }
.prepared-request { padding: 1rem; border: 1px solid var(--line); background: var(--paper-deep); }
.prepared-request textarea { min-height: 120px; margin-bottom: .8rem; }
.inquiry-aside { display: flex; flex-direction: column; gap: 1rem; }
.aside-card { padding: 2rem; background: var(--plum); color: #fff; }
.aside-card h2 { color: #fff; font-size: 2.4rem; }.aside-card p { color: rgba(255,255,255,.72); }.aside-card .button { margin: .8rem 0 1.3rem; }.aside-card .direct-link { color: #fff; border-color: #fff; }
.aside-note { background: var(--lime); color: var(--ink); }.aside-note p { color: var(--ink); }.aside-note span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.split-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding-top: 2rem; padding-bottom: 8rem; border-top: 1px solid var(--line); }.large-number { color: var(--rose); font: 7rem/1 Georgia, serif; }.split-section h2 { max-width: 620px; }
.contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-top: 1rem; padding-bottom: 8rem; }.contact-card { min-height: 240px; display: flex; flex-direction: column; align-items: start; justify-content: space-between; padding: 1.6rem; border: 1px solid var(--line); background: rgba(255,255,255,.3); transition: background .2s ease, transform .2s ease; }.contact-card:hover { background: var(--lime); transform: translateY(-3px); }.contact-card strong { font: 1.6rem Georgia, serif; line-height: 1.05; }.contact-card small { color: var(--muted); line-height: 1.5; }
.site-footer { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 3rem; padding: 3.5rem 0 4.5rem; border-top: 1px solid var(--line); }.site-footer > div { display: flex; flex-direction: column; align-items: start; gap: .55rem; }.site-footer p { max-width: 280px; font-size: .78rem; }.footer-brand { font: 1.5rem Georgia, serif; }.footer-label { color: var(--plum); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.footer-links a, .site-footer a { color: var(--muted); font-size: .74rem; }.site-footer a:hover { color: var(--ink); }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 820px) { .site-header, .page-section, .site-footer { width: min(100% - 36px, var(--max)); }.site-header { min-height: 76px; }.menu-toggle { display: inline-flex; align-items: center; gap: .5rem; }.site-nav { display: none; position: absolute; z-index: 20; top: 76px; left: 18px; right: 18px; align-items: stretch; flex-direction: column; gap: 0; padding: .8rem; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 40px rgba(31, 22, 24, .12); }.site-nav.is-open { display: flex; }.site-nav a, .language-picker { padding: .8rem .6rem; }.language-picker { justify-content: space-between; }.hero { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 2.5rem; padding-top: 3.2rem; padding-bottom: 3.5rem; }.hero-art { min-height: 390px; }.art-circle { width: 270px; height: 270px; }.section-light { padding-top: 4rem; padding-bottom: 4.5rem; }.section-heading { align-items: start; flex-direction: column; margin-bottom: 2rem; }.featured-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.1rem .75rem; }.wholesale-band { display: flex; flex-direction: column; align-items: stretch; gap: 2rem; padding-top: 3.2rem; padding-bottom: 3.2rem; }.wholesale-band > div { padding-left: 1.5rem; padding-right: 1.5rem; }.page-intro, .inquiry-intro { padding-top: 4rem; padding-bottom: 2.5rem; }.product-detail, .inquiry-layout { display: block; padding-top: 2rem; padding-bottom: 5rem; }.detail-copy { position: static; padding-top: 2.5rem; }.detail-image-main { aspect-ratio: 1; }.inquiry-aside { margin-top: 2.8rem; }.split-section { display: block; padding-bottom: 5rem; }.large-number { margin-bottom: 2rem; }.contact-cards { grid-template-columns: 1fr; padding-bottom: 5rem; }.site-footer { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; padding-bottom: 3rem; }.site-footer > div:first-child { grid-column: span 2; }.site-footer > div:last-child { grid-column: span 2; }.form-row { grid-template-columns: 1fr; } }
@media (max-width: 420px) { h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }.hero-art { min-height: 320px; }.art-card { padding: 8px; }.product-meta { display: block; }.product-meta span { display: block; margin-bottom: .2rem; }.product-card h3 { font-size: .98rem; }.site-footer { grid-template-columns: 1fr; }.site-footer > div:first-child, .site-footer > div:last-child { grid-column: auto; } }
