:root {
  --paper: #f3f0e8;
  --ink: #181818;
  --acid: #c9ff3d;
  --orange: #ff6b35;
  --lavender: #c7b8ff;
  --line: rgba(24, 24, 24, .17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(1440px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-button > span { width: 19px; height: 1px; background: currentColor; display: block; margin: 4px 0; transition: transform .25s, opacity .25s; }
.menu-button b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 850; font-size: 1.15rem; }
.brand-mark {
  width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: var(--acid);
  display: grid; place-items: center; font-family: Arial, sans-serif; font-size: .9rem;
}
.nav-links { display: flex; gap: 36px; font-size: .86rem; }
.nav-links a { position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s; }
.nav-links a:hover::after { right: 0; }
.cart-button {
  border: 1px solid var(--ink); background: transparent; border-radius: 99px; padding: 8px 8px 8px 16px;
  display: flex; align-items: center; gap: 12px; cursor: pointer; transition: background .2s, color .2s;
}
.cart-button:hover { background: var(--ink); color: white; }
.cart-button b { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; transition: background .2s, color .2s; }
.cart-button:hover b { background: var(--acid); color: var(--ink); }

.hero {
  min-height: 720px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 3.5vw;
  padding: 58px 0 76px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 750; }
.eyebrow i { display: inline-block; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.eyebrow--light { color: rgba(255,255,255,.72); }
.eyebrow--light i { background: var(--acid); }
h1 { font-size: clamp(4rem, 7vw, 7.8rem); line-height: .94; letter-spacing: -.075em; margin: 26px 0 30px; font-weight: 900; }
h1 em, h2 em { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; color: var(--orange); }
.hero-copy > p { max-width: 500px; font-size: 1.06rem; line-height: 2; color: #494842; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { min-height: 54px; padding: 0 24px; border: 0; border-radius: 99px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; font-weight: 750; cursor: pointer; }
.button-dark { background: var(--ink); color: white; box-shadow: 0 10px 30px rgba(24,24,24,.18); transition: transform .25s, box-shadow .25s; }
.button-dark:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(24,24,24,.24); }
.button-dark span { color: var(--acid); font-size: 1.4rem; }
.button-light { background: var(--paper); color: var(--ink); }
.button-light span { color: var(--orange); font-size: 1.35rem; }
.text-link { font-weight: 750; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { display: inline-block; transition: transform .2s; }
.text-link:hover span { transform: translateX(-5px); }
.hero-proof { display: flex; gap: 32px; margin-top: 44px; padding-top: 25px; border-top: 1px solid var(--line); max-width: 510px; }
.hero-proof div { display: flex; flex-direction: column; gap: 3px; }
.hero-proof strong { font: 700 1.05rem Arial, sans-serif; }
.hero-proof span { font-size: .67rem; color: #6b6962; }

.hero-art {
  min-height: 595px;
  border-radius: 48% 48% 10% 10% / 39% 39% 9% 9%;
  background: #eee7d9;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-art::before { content: ""; position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: var(--acid); left: 11%; top: 13%; z-index: -1; }
.hero-art::after { content: "CRAFT"; position: absolute; inset: auto -7% 2%; z-index: 1; font: 900 clamp(6rem, 13vw, 12rem)/1 Arial; color: rgba(24,24,24,.07); letter-spacing: -.08em; pointer-events: none; }
.hero-product-image { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; filter: contrast(1.03); z-index: 0; }
.hero-orbit { position: absolute; z-index: 2; border: 1px solid rgba(24,24,24,.3); border-radius: 50%; transform: rotate(-16deg); pointer-events: none; }
.hero-orbit--one { width: 85%; height: 31%; left: 7%; top: 45%; }
.hero-orbit--two { width: 58%; height: 86%; left: 22%; top: 8%; }
.art-label { position: absolute; z-index: 3; right: 7%; top: 8%; font-size: .7rem; line-height: 1.7; }
.art-label b { font-size: .95rem; }
.material-chip, .hero-sticker { position: absolute; z-index: 3; border-radius: 50%; display: grid; place-items: center; text-align: center; }
.material-chip { left: 6%; bottom: 8%; width: 70px; height: 70px; font: 700 .65rem/1.4 Arial; background: var(--orange); color: white; transform: rotate(-10deg); }
.hero-sticker { right: 7%; bottom: 7%; width: 90px; height: 90px; padding: 10px; font-size: .65rem; line-height: 1.6; background: var(--ink); color: white; border: 1px solid rgba(255,255,255,.2); transform: rotate(8deg); }

.marquee { background: var(--ink); color: white; overflow: hidden; transform: rotate(-1.2deg) scale(1.02); }
.marquee div { width: max-content; padding: 15px 0; font-weight: 700; animation: ticker 28s linear infinite; }
.marquee span { color: var(--acid); margin: 0 30px; }
@keyframes ticker { to { transform: translateX(-30%); } }

.category-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 140px 0 30px; }
.category-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.category-heading h2 { max-width: 830px; }
.category-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, minmax(330px, 36vw)); gap: 20px; }
.category-card { position: relative; border-radius: 28px; overflow: hidden; isolation: isolate; background: var(--ink); color: white; }
.category-card--wide { grid-row: 1 / -1; }
.category-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 35%, rgba(10,10,10,.78) 100%); }
.category-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .7s; }
.category-card:hover img { transform: scale(1.045); filter: saturate(1.08); }
.category-card > div { position: absolute; left: 32px; right: 32px; bottom: 30px; }
.category-card small { font-size: .64rem; letter-spacing: .16em; color: rgba(255,255,255,.72); }
.category-card h3 { margin: 7px 0 10px; font: 400 clamp(2.2rem, 4vw, 4.8rem)/1 "DM Serif Display", Georgia, serif; }
.category-card > div > span { display: inline-block; font-size: .75rem; font-weight: 750; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.75); }
.category-number { position: absolute; top: 24px; right: 26px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font: 700 .68rem Arial, sans-serif; backdrop-filter: blur(8px); }

.products-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 140px 0 150px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 46px; }
.section-heading > p { max-width: 360px; line-height: 1.9; font-size: .9rem; color: #68665f; margin: 0 0 5px; }
h2 { font-size: clamp(3rem, 5vw, 5.3rem); letter-spacing: -.065em; line-height: 1.02; margin: 18px 0 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { position: relative; min-width: 0; }
.product-visual { aspect-ratio: .84; border-radius: 26px; position: relative; overflow: hidden; }
.product-image-link { position: absolute; inset: 0; display: block; }
.product-card--cream .product-visual { background: #eee7d9; }
.product-card--lavender .product-visual { background: var(--lavender); }
.product-card--orange .product-visual { background: #ee7147; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.product-card:hover img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 18px; right: 18px; background: rgba(243,240,232,.9); backdrop-filter: blur(8px); border-radius: 99px; padding: 7px 13px; font-size: .7rem; font-weight: 750; }
.quick-add { position: absolute; z-index: 2; left: 18px; bottom: 18px; width: 52px; height: 52px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--ink); color: white; font-size: 1.4rem; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.quick-add:hover { transform: rotate(90deg) scale(1.06); background: var(--acid); color: var(--ink); }
.product-view { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 10px 14px; border-radius: 99px; color: white; background: rgba(24,24,24,.8); backdrop-filter: blur(8px); font-size: .68rem; font-weight: 750; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.product-card:hover .product-view { opacity: 1; transform: none; }
.product-info { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding: 18px 4px 0; }
.product-info h3 { font-size: 1.13rem; margin: 0 0 5px; }
.product-info p { margin: 0; font-size: .72rem; color: #706e68; }
.product-info strong { white-space: nowrap; font: 700 .93rem Arial, sans-serif; direction: ltr; }
.product-info small { font: 500 .64rem "Manrope", sans-serif; }

.custom-section { background: var(--ink); color: white; min-height: 800px; display: grid; grid-template-columns: .9fr 1.1fr; }
.custom-copy { align-self: center; padding: 90px max(5vw, 40px); }
.custom-copy h2 { font-size: clamp(3.8rem, 6vw, 6.6rem); }
.custom-copy h2 em { color: var(--acid); }
.custom-copy > p { max-width: 470px; color: rgba(255,255,255,.62); line-height: 2.05; margin: 30px 0 36px; }
.option-group { padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between; max-width: 480px; }
.option-group > span { font-size: .75rem; color: rgba(255,255,255,.62); }
.swatches { display: flex; gap: 10px; direction: ltr; }
.swatch { width: 31px; height: 31px; border-radius: 50%; background: var(--swatch); border: 4px solid var(--ink); outline: 1px solid rgba(255,255,255,.32); cursor: pointer; transition: transform .2s, outline-color .2s; }
.swatch:hover { transform: scale(1.1); }
.swatch.is-active { outline: 2px solid white; transform: scale(1.08); }
.custom-preview { position: relative; overflow: hidden; background: var(--piece-color); transition: background .4s ease; min-height: 800px; }
.custom-preview::before { content: ""; position: absolute; width: 75%; aspect-ratio: 1; border: 1px solid rgba(24,24,24,.2); border-radius: 50%; left: 12%; top: 12%; box-shadow: 0 0 0 90px rgba(255,255,255,.06), 0 0 0 180px rgba(255,255,255,.04); }
.preview-number { position: absolute; right: 6%; top: 5%; font: 800 1.05rem Arial; }
.preview-note { position: absolute; left: 6%; top: 5%; font-size: .68rem; }
.custom-vase { position: absolute; width: min(46%, 340px); height: 64%; bottom: 6%; left: 50%; transform: translateX(-50%); filter: drop-shadow(0 30px 30px rgba(0,0,0,.22)); }
.custom-vase span { position: absolute; inset: 0; border-radius: 42% 42% 18% 18% / 12% 12% 8% 8%; clip-path: polygon(27% 0, 73% 0, 66% 13%, 89% 35%, 70% 58%, 94% 100%, 6% 100%, 30% 58%, 11% 35%, 34% 13%); background: linear-gradient(100deg, #1a1a19 0 48%, #30302f 49% 65%, #141414 66%); transform: scale(calc(1 - (var(--i, 0) * .035))) translateY(calc(var(--i, 0) * 12px)); opacity: calc(1 - (var(--i, 0) * .12)); }
.custom-vase span:nth-child(1) { --i: 0; }
.custom-vase span:nth-child(2) { --i: 1; }
.custom-vase span:nth-child(3) { --i: 2; }
.custom-vase span:nth-child(4) { --i: 3; }
.custom-vase span:nth-child(5) { --i: 4; }
.custom-vase::after { content: ""; position: absolute; width: 41%; height: 7%; border-radius: 50%; background: #080808; left: 29.5%; top: 1%; box-shadow: inset 0 3px 0 rgba(255,255,255,.08); }
.custom-art-preview { position: absolute; width: min(62%, 520px); aspect-ratio: .8; left: 50%; top: 50%; transform: translate(-50%, -48%) rotate(-2deg); padding: 10px; background: #a8782d; box-shadow: 0 34px 60px rgba(0,0,0,.28); }
.custom-art-preview img { width: 100%; height: 100%; object-fit: cover; }
.preview-meta { position: absolute; bottom: 4%; left: 5%; right: 5%; display: flex; justify-content: space-between; border-top: 1px solid rgba(24,24,24,.26); padding-top: 14px; font: 700 .68rem Arial, sans-serif; }

.story-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 160px 0 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.story-intro h2 { font-size: clamp(3.6rem, 6vw, 6.4rem); }
.story-body { align-self: end; }
.story-lead { font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.8; letter-spacing: -.025em; margin: 0 0 55px; }
.story-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--line); padding-top: 24px; }
.story-facts div { display: flex; flex-direction: column; gap: 8px; }
.story-facts strong { font: 800 clamp(1.4rem, 2vw, 2rem) Arial, sans-serif; }
.story-facts span { font-size: .67rem; color: #6b6962; line-height: 1.7; }

.process-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 40px 0 150px; display: grid; grid-template-columns: repeat(3, 1fr); }
.process-card { min-height: 260px; padding: 32px; border: 1px solid var(--line); position: relative; }
.process-card + .process-card { border-left: 0; }
.process-card:first-child { border-radius: 22px 0 0 22px; }
.process-card:last-child { border-radius: 0 22px 22px 0; }
.process-card > span { font: 700 .75rem Arial; color: var(--orange); }
.process-card h3 { margin: 70px 0 12px; font-size: 1.35rem; }
.process-card p { margin: 0; max-width: 300px; color: #67655e; font-size: .82rem; line-height: 1.85; }

.final-cta { margin: 0 24px 24px; min-height: 620px; border-radius: 28px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: var(--acid); position: relative; overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(24,24,24,.2); border-radius: 50%; width: 600px; height: 260px; transform: rotate(-18deg); }
.final-cta::after { transform: rotate(18deg); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta p { margin: 0; font-size: .8rem; font-weight: 700; }
.final-cta h2 { font-size: clamp(4rem, 7vw, 7.2rem); margin: 18px 0 36px; }
.final-cta h2 em { color: var(--orange); }
.cta-spark { position: absolute; top: 10%; right: 12%; font-size: 2rem; animation: spin 7s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-footer { width: min(1440px, calc(100% - 48px)); margin: 0 auto; min-height: 300px; padding: 75px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-content: start; }
.brand--footer { font-size: 1.5rem; }
.site-footer > p { margin: 5px 0 0; text-align: left; color: #6b6962; }
.footer-links { grid-column: 1 / -1; display: flex; gap: 30px; margin-top: 45px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .8rem; }
.site-footer small { grid-column: 1 / -1; color: #85827a; font-size: .65rem; }

.drawer-overlay { position: fixed; z-index: 80; inset: 0; background: rgba(0,0,0,.38); opacity: 0; pointer-events: none; transition: opacity .3s; backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; height: 100dvh; width: min(440px, 100%); padding: 28px; background: var(--paper); transform: translateX(105%); transition: transform .38s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; }
.drawer-open .drawer-overlay { opacity: 1; pointer-events: auto; }
.drawer-open .cart-drawer { transform: translateX(0); }
.drawer-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { font-size: 1.6rem; margin: 0; }
.drawer-header button { border: 0; background: none; font-size: 2rem; cursor: pointer; }
.cart-items { flex: 1; overflow: auto; padding: 20px 0; }
.empty-cart { height: 100%; min-height: 300px; display: grid; place-content: center; text-align: center; }
.empty-cart > span { width: 80px; height: 80px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 20px; background: var(--lavender); font: 700 1.6rem Arial; }
.empty-cart h3 { margin: 0 0 8px; }
.empty-cart p { margin: 0; color: #75726a; font-size: .8rem; }
.cart-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line div { display: flex; flex-direction: column; gap: 4px; }
.cart-line strong { font-size: .9rem; }
.cart-line span { color: #747168; font-size: .7rem; }
.cart-line b { width: 34px; height: 34px; border-radius: 50%; background: var(--acid); display: grid; place-items: center; font: 700 .75rem Arial; }
.drawer-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.drawer-footer > span { display: block; margin-bottom: 14px; font-size: .67rem; color: #716e67; }
.drawer-footer .button { width: 100%; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%, 30px); background: var(--ink); color: white; border-radius: 99px; padding: 13px 22px; font-size: .78rem; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; box-shadow: 0 15px 35px rgba(0,0,0,.25); }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Inner pages */
.page-hero { width: min(1440px, calc(100% - 48px)); min-height: 600px; margin: 0 auto; padding: 95px 0 80px; display: flex; align-items: center; justify-content: space-between; gap: 60px; position: relative; border-bottom: 1px solid var(--line); overflow: hidden; }
.page-hero-copy { max-width: 1050px; position: relative; z-index: 2; }
.page-hero h1 { margin-bottom: 24px; }
.page-hero p { max-width: 560px; color: #66635c; font-size: 1rem; line-height: 1.9; }
.page-index { align-self: start; margin-top: 35px; font: 800 .78rem Arial, sans-serif; writing-mode: vertical-rl; letter-spacing: .18em; }
.page-hero--shop::after { content: "SHOP"; position: absolute; right: -1vw; bottom: -2vw; font: 900 clamp(8rem, 22vw, 20rem)/.8 Arial, sans-serif; letter-spacing: -.09em; color: rgba(24,24,24,.035); }
.shop-hero-orbit { flex: 0 0 230px; width: 230px; height: 230px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; text-align: center; position: relative; z-index: 2; }
.shop-hero-orbit::before, .shop-hero-orbit::after { content: ""; position: absolute; inset: 28px; border: 1px solid var(--line); border-radius: 50%; }
.shop-hero-orbit::after { inset: 58px; background: var(--acid); border: 0; z-index: -1; }
.shop-hero-orbit span { font: 900 3.2rem/1 Arial, sans-serif; }
.shop-hero-orbit small { margin-top: 5px; font-size: .58rem; line-height: 1.5; }

.gallery-list { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0 150px; }
.gallery-row { min-height: 470px; display: grid; grid-template-columns: 80px .8fr 1.2fr; align-items: stretch; border-top: 1px solid var(--line); padding: 22px 0; gap: 30px; }
.gallery-row:last-child { border-bottom: 1px solid var(--line); }
.gallery-row-number { padding-top: 12px; font: 800 .72rem Arial, sans-serif; color: var(--orange); }
.gallery-row-copy { align-self: center; padding-right: 30px; }
.gallery-row-copy small { text-transform: uppercase; letter-spacing: .14em; color: #737069; font-size: .62rem; }
.gallery-row-copy h2 { font-size: clamp(3.2rem, 6vw, 6.4rem); margin: 12px 0 20px; }
.gallery-row-copy p { max-width: 440px; line-height: 1.85; color: #65625b; font-size: .86rem; }
.gallery-row-copy b { display: inline-block; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .74rem; }
.gallery-row-image { min-height: 420px; overflow: hidden; border-radius: 24px; background: #e8e1d5; }
.gallery-row-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.gallery-row:hover .gallery-row-image img { transform: scale(1.045); }
.category-card--portraits .gallery-row-image { background: var(--lavender); }
.category-card--heritage .gallery-row-image { background: var(--orange); }

.category-hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: .86fr 1.14fr; background: var(--ink); color: white; }
.category-hero-copy { padding: 80px max(5vw, 44px); align-self: center; }
.category-hero-copy .back-link { display: inline-block; margin-bottom: 70px; }
.category-hero-copy h1 { font-size: clamp(5rem, 9vw, 9.4rem); margin: 28px 0 30px; }
.category-hero-copy > p { max-width: 500px; line-height: 1.95; color: rgba(255,255,255,.65); margin-bottom: 34px; }
.category-hero-image { position: relative; min-height: 720px; overflow: hidden; background: var(--acid); }
.category-card--portraits .category-hero-image { background: var(--lavender); }
.category-card--heritage .category-hero-image { background: var(--orange); }
.category-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.category-hero-image > span { position: absolute; left: 25px; bottom: 24px; font: 800 .64rem Arial, sans-serif; color: var(--ink); letter-spacing: .12em; }
.inner-products { padding-top: 130px; }
.product-grid--category { grid-template-columns: minmax(0, .75fr) minmax(330px, 1.25fr); }
.coming-soon-card { border-radius: 26px; min-height: 500px; padding: 42px; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.coming-soon-card::before, .coming-soon-card::after { content: ""; position: absolute; width: 460px; height: 180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; left: 20%; top: 15%; transform: rotate(-20deg); }
.coming-soon-card::after { transform: rotate(20deg); }
.coming-soon-card span, .coming-soon-card h3, .coming-soon-card b { position: relative; z-index: 1; }
.coming-soon-card span { color: var(--acid); font-size: .64rem; letter-spacing: .14em; }
.coming-soon-card h3 { max-width: 500px; margin: 18px 0 26px; font: 400 clamp(2.5rem, 4vw, 4.6rem)/1.05 "DM Serif Display", Georgia, serif; }
.coming-soon-card b { font-size: .76rem; }

.shop-toolbar { width: min(1440px, calc(100% - 48px)); margin: 0 auto; display: flex; gap: 28px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); font-size: .7rem; }
.shop-toolbar span { background: var(--ink); color: white; padding: 9px 15px; border-radius: 99px; }
.shop-toolbar a { color: #68655e; }
.shop-products { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 150px; }
.shop-custom { margin: 0 24px 24px; min-height: 590px; border-radius: 28px; padding: 70px; background: var(--ink); color: white; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; position: relative; }
.shop-custom::after { content: "✦"; position: absolute; right: 12%; top: 22%; color: var(--acid); font-size: 7rem; animation: spin 12s linear infinite; }
.shop-custom h2 { font-size: clamp(4rem, 8vw, 8rem); margin: 24px 0 42px; }
.shop-custom h2 em { color: var(--acid); }

.product-detail { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 135px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 6vw; align-items: start; }
.product-gallery { position: sticky; top: 25px; }
.product-main-image { min-height: 660px; border-radius: 28px; overflow: hidden; position: relative; background: #e9e2d5; }
.product-main-image.product-card--lavender { background: var(--lavender); }
.product-main-image.product-card--orange { background: var(--orange); }
.product-main-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: contain; transition: opacity .22s, transform .45s; }
.product-main-image.is-changing img { opacity: .25; transform: scale(1.015); }
.product-image-label { position: absolute; left: 22px; top: 22px; z-index: 2; padding: 8px 12px; border-radius: 99px; background: rgba(243,240,232,.85); backdrop-filter: blur(8px); font: 700 .62rem Arial, sans-serif; }
.gallery-hint { position: absolute; right: 22px; bottom: 22px; z-index: 2; font-size: .62rem; color: rgba(24,24,24,.66); }
.product-thumbnails { display: grid; grid-template-columns: repeat(auto-fit, minmax(88px, 1fr)); gap: 12px; margin-top: 12px; }
.product-thumbnails button { aspect-ratio: 1.1; border: 1px solid transparent; border-radius: 15px; padding: 0; overflow: hidden; background: #e6dfd2; cursor: pointer; opacity: .62; transition: opacity .2s, border-color .2s; }
.product-thumbnails button.is-active { opacity: 1; border-color: var(--ink); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-copy { padding-top: 16px; }
.back-link { font-size: .73rem; font-weight: 700; }
.product-detail-category { display: block; margin-top: 82px; color: var(--orange); font: 800 .66rem Arial, sans-serif; letter-spacing: .12em; }
.product-detail-copy h1 { font-size: clamp(4.6rem, 7vw, 7.5rem); margin: 20px 0 16px; }
.product-detail-price { display: block; font: 800 1.25rem Arial, sans-serif; }
.product-detail-description { margin: 35px 0; max-width: 550px; line-height: 2; color: #5f5c56; }
.product-options { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-options > div { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.product-options span { font-size: .68rem; font-weight: 750; }
.product-options small { color: #6c6962; font-size: .68rem; min-width: 80px; text-align: right; }
.swatches--light { margin-left: auto; }
.swatches--light .swatch { border-color: var(--paper); outline-color: rgba(24,24,24,.25); }
.swatches--light .swatch.is-active { outline-color: var(--ink); }
.product-add { width: 100%; margin: 24px 0 36px; }
.product-specs { margin: 0; border-top: 1px solid var(--line); }
.product-specs div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: .74rem; }
.product-specs dt { color: #77746c; }
.product-specs dd { margin: 0; font-weight: 650; }
.product-highlights { display: flex; flex-wrap: wrap; gap: 8px; padding: 25px 0 0; margin: 0; list-style: none; }
.product-highlights li { padding: 9px 13px; border: 1px solid var(--line); border-radius: 99px; font-size: .65rem; }
.detail-story { min-height: 650px; margin: 0 24px 24px; padding: 70px; border-radius: 28px; background: var(--acid); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.detail-story::after { content: ""; position: absolute; width: 640px; height: 640px; border: 1px solid rgba(24,24,24,.18); border-radius: 50%; right: -5%; top: 5%; box-shadow: 0 0 0 80px rgba(255,255,255,.08), 0 0 0 160px rgba(255,255,255,.05); }
.detail-story > * { position: relative; z-index: 1; max-width: 850px; }
.detail-story > span { font-size: .68rem; letter-spacing: .14em; font-weight: 750; }
.detail-story h2 { font-size: clamp(4rem, 7vw, 7.4rem); margin: 25px 0 35px; }
.detail-story p { max-width: 530px; line-height: 1.9; }

.contact-page { min-height: calc(100vh - 92px); display: grid; grid-template-columns: .95fr 1.05fr; background: var(--ink); color: white; }
.contact-intro { padding: 90px max(5vw, 45px); align-self: center; }
.contact-intro h1 { font-size: clamp(4.8rem, 8vw, 8.3rem); margin: 28px 0 35px; }
.contact-intro h1 em { color: var(--acid); }
.contact-intro > p { max-width: 550px; line-height: 2; color: rgba(255,255,255,.62); }
.contact-notes { margin-top: 60px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-notes div { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-notes span { color: var(--acid); font: 700 .68rem Arial, sans-serif; }
.contact-notes p { margin: 0; color: rgba(255,255,255,.72); font-size: .76rem; }
.contact-form { margin: 35px; padding: 48px; border-radius: 28px; background: var(--paper); color: var(--ink); align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.form-heading { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.form-heading span { font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.form-heading b { color: #77746c; font-size: .62rem; font-weight: 500; }
.contact-form label { display: block; margin-top: 25px; }
.contact-form label > span { display: block; margin-bottom: 8px; font-size: .68rem; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; border-radius: 0; padding: 10px 0 14px; color: var(--ink); font: 500 .85rem "Manrope", sans-serif; outline: none; resize: vertical; }
.contact-form textarea { border: 1px solid var(--line); border-radius: 14px; padding: 15px; }
.contact-form input:focus, .contact-form select:focus { border-bottom-color: var(--ink); }
.contact-form textarea:focus { border-color: var(--ink); }
.contact-form .button { margin-top: 28px; align-self: flex-start; }
.contact-form > small { margin-top: 14px; color: #858178; font-size: .6rem; }
.contact-form label small,.contact-validation { display:block; margin-top:7px; color:#a83d30; font-size:.67rem; }
.contact-validation:empty,.contact-form label small:empty { display:none; }
.contact-honeypot { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; }
.legal-shell { width:min(1440px, calc(100% - 48px)); margin:0 auto; padding:92px 0 140px; }
.legal-heading { padding:40px 0 78px; border-bottom:1px solid var(--line); }
.legal-heading h1 { margin:28px 0 22px; font-size:clamp(64px, 10vw, 150px); line-height:.82; letter-spacing:-.07em; }
.legal-heading h1 em { color:var(--orange); font-family:"DM Serif Display", serif; font-weight:400; }
.legal-heading > p { margin:0; color:var(--muted); }
.legal-layout { display:grid; grid-template-columns:260px minmax(0, 760px); gap:clamp(50px, 9vw, 150px); align-items:start; padding-top:70px; }
.legal-nav { position:sticky; top:110px; display:grid; gap:14px; font-size:13px; }
.legal-nav strong { margin-bottom:8px; letter-spacing:.12em; text-transform:uppercase; }
.legal-nav a { color:var(--muted); text-decoration:none; }
.legal-nav a:hover { color:var(--orange); }
.legal-copy { min-width:0; }
.legal-copy section { padding:0 0 54px; margin:0 0 54px; border-bottom:1px solid var(--line); scroll-margin-top:120px; }
.legal-copy section:last-child { border:0; }
.legal-copy h2 { margin:0 0 22px; font-size:clamp(28px, 4vw, 44px); letter-spacing:-.04em; }
.legal-copy h3 { margin:34px 0 12px; font-size:20px; }
.legal-copy p { margin:0 0 18px; color:#57534c; font-size:16px; line-height:1.85; }
.legal-copy a:not(.button) { color:inherit; text-decoration-color:var(--orange); text-underline-offset:3px; }
.legal-contact { padding:38px !important; border:0 !important; border-radius:26px; background:#e9e3d8; }
.legal-contact .button { margin-top:10px; }
.policy-summary { display:grid; grid-template-columns:repeat(3, 1fr); border-bottom:1px solid var(--line); }
.policy-summary div { padding:28px 30px; border-right:1px solid var(--line); }
.policy-summary div:last-child { border-right:0; }
.policy-summary span { display:block; margin-bottom:10px; color:var(--orange); font-size:11px; font-weight:800; letter-spacing:.13em; }
.policy-summary strong { font-size:16px; }
.check-row a { color:inherit; text-underline-offset:3px; }
.contact-thanks { min-height:calc(100vh - 92px); padding:clamp(80px,12vw,170px) max(6vw,24px); background:var(--paper); }
.contact-thanks h1 { max-width:1000px; margin:28px 0; font-size:clamp(4.5rem,10vw,10rem); }
.contact-thanks h1 em { color:var(--orange); }
.contact-thanks p { max-width:590px; color:#68635b; line-height:1.8; }
.contact-thanks small { display:block; margin:24px 0; color:#777168; font:700 .7rem Arial,sans-serif; letter-spacing:.08em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.product-card:nth-child(2), .process-card:nth-child(2) { transition-delay: .1s; }
.product-card:nth-child(3), .process-card:nth-child(3) { transition-delay: .2s; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .nav-links { position: absolute; left: 0; right: 0; top: 76px; display: flex; flex-direction: column; gap: 0; padding: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 24px 55px rgba(24,24,24,.14); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .25s, transform .25s; }
  .nav-links a { padding: 13px 14px; border-radius: 10px; }
  .nav-links a:hover { background: rgba(24,24,24,.05); }
  .nav-links a::after { display: none; }
  .nav-open .nav-links { opacity: 1; transform: none; pointer-events: auto; }
  .nav-open .menu-button > span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .nav-open .menu-button > span:nth-child(2) { opacity: 0; }
  .nav-open .menu-button > span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-copy { max-width: 720px; }
  .hero-art { min-height: 620px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 540px 380px; }
  .category-card--wide { grid-column: 1 / -1; grid-row: auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); }
  .custom-section { grid-template-columns: 1fr; }
  .custom-preview { min-height: 700px; order: -1; }
  .story-section { gap: 5vw; }
  .gallery-row { grid-template-columns: 55px .9fr 1.1fr; }
  .category-hero { grid-template-columns: 1fr; }
  .category-hero-image { min-height: 650px; order: -1; }
  .category-hero-copy .back-link { margin-bottom: 50px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .contact-page { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header, .hero, .category-section, .products-section, .story-section, .process-section, .site-footer { width: min(100% - 28px, 1440px); }
  .site-header { height: 76px; }
  .cart-button span { display: none; }
  .cart-button { border: 0; padding: 5px; }
  h1 { font-size: clamp(3.55rem, 18vw, 5rem); }
  .hero { min-height: auto; padding: 42px 0 64px; }
  .hero-art { min-height: 440px; border-radius: 44% 44% 8% 8%; }
  .hero-sticker { width: 72px; height: 72px; }
  .hero-actions { flex-wrap: wrap; gap: 24px; }
  .hero-proof { gap: 20px; }
  .hero-proof span { font-size: .6rem; }
  .marquee div { padding: 12px 0; }
  .category-section { padding: 100px 0 10px; }
  .category-heading { align-items: start; }
  .category-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 430px); }
  .category-card--wide { grid-column: auto; }
  .category-card > div { left: 22px; right: 22px; bottom: 22px; }
  .products-section { padding: 105px 0; }
  .section-heading { align-items: start; }
  .section-heading > p { display: none; }
  .product-grid { grid-template-columns: 1fr; gap: 46px; }
  .product-card:last-child { grid-column: auto; width: auto; }
  .product-visual { aspect-ratio: .92; }
  .product-info { gap: 8px; }
  .product-view { opacity: 1; transform: none; }
  .custom-copy { padding: 78px 22px; }
  .custom-copy h2 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .custom-preview { min-height: 530px; }
  .custom-vase { height: 62%; width: 52%; }
  .story-section { padding: 105px 0 65px; grid-template-columns: 1fr; }
  .story-facts { gap: 8px; }
  .process-section { grid-template-columns: 1fr; padding-bottom: 100px; }
  .process-card + .process-card { border-left: 1px solid var(--line); border-top: 0; }
  .process-card:first-child { border-radius: 18px 18px 0 0; }
  .process-card:last-child { border-radius: 0 0 18px 18px; }
  .final-cta { margin: 0 10px 10px; min-height: 560px; padding: 30px 18px; }
  .final-cta h2 { font-size: clamp(3.7rem, 17vw, 5.3rem); }
  .site-footer { grid-template-columns: 1fr; padding-top: 60px; }
  .site-footer > p { text-align: left; }
  .footer-links { grid-column: auto; flex-wrap: wrap; margin-top: 20px; }
  .site-footer small { grid-column: auto; }
  .page-hero { width: min(100% - 28px, 1440px); min-height: 520px; padding: 70px 0; }
  .page-index, .shop-hero-orbit { display: none; }
  .gallery-list { width: min(100% - 28px, 1440px); padding: 55px 0 100px; }
  .gallery-row { grid-template-columns: 1fr; min-height: auto; gap: 14px; padding: 22px 0 35px; }
  .gallery-row-number { padding: 0; }
  .gallery-row-copy { padding: 0; }
  .gallery-row-image { min-height: 390px; grid-row: 2; }
  .gallery-row-copy h2 { font-size: 3.6rem; }
  .category-hero { min-height: auto; }
  .category-hero-image { min-height: 470px; }
  .category-hero-copy { padding: 65px 22px 80px; }
  .category-hero-copy h1 { font-size: 4.7rem; }
  .product-grid--category { grid-template-columns: 1fr; }
  .coming-soon-card { min-height: 460px; padding: 28px; }
  .shop-toolbar, .shop-products { width: min(100% - 28px, 1440px); }
  .shop-toolbar { overflow: auto; gap: 22px; }
  .shop-toolbar > * { white-space: nowrap; }
  .shop-products { padding: 52px 0 105px; }
  .shop-custom { margin: 0 10px 10px; min-height: 520px; padding: 50px 24px; }
  .shop-custom::after { font-size: 4rem; right: 10%; top: 16%; }
  .product-detail { width: min(100% - 28px, 1440px); padding: 28px 0 95px; gap: 45px; }
  .product-main-image { min-height: 470px; }
  .product-detail-category { margin-top: 50px; }
  .product-detail-copy h1 { font-size: 4.5rem; }
  .product-options > div { flex-wrap: wrap; }
  .swatches--light { margin-left: 0; }
  .detail-story { min-height: 560px; margin: 0 10px 10px; padding: 45px 24px; }
  .contact-intro { padding: 80px 22px 65px; }
  .contact-intro h1 { font-size: 4.7rem; }
  .contact-form { margin: 0 10px 10px; padding: 30px 22px; border-radius: 22px; }
  .form-heading { flex-direction: column; gap: 8px; }
  .legal-shell { width:min(100% - 32px, 1440px); padding-top:56px; }
  .legal-heading { padding-bottom:54px; }
  .legal-layout { grid-template-columns:1fr; padding-top:45px; }
  .legal-nav { display:none; }
  .policy-summary { grid-template-columns:1fr; }
  .policy-summary div { border-right:0; border-bottom:1px solid var(--line); }
  .policy-summary div:last-child { border-bottom:0; }
  .legal-contact { padding:28px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
