:root {
  --plum: #2b1226; --plum-deep: #1c0d19; --gold: #b8955a; --porcelain: #f7f2ea;
  --rose: #c9a3a7; --ink: #211a20; --muted: #746b70; --line: #ded4c8;
  --background: #f7f2ea; --foreground: #211a20; --card: #fffdf9; --card-foreground: #211a20;
  --popover: #fffdf9; --popover-foreground: #211a20; --primary: #2b1226; --primary-foreground: #f7f2ea;
  --secondary: #eee6dc; --secondary-foreground: #2b1226; --border: #ded4c8; --input: #d2c5b8;
  --ring: #b8955a; --radius: 0;
}

@theme inline {
  --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card);
  --color-card-foreground: var(--card-foreground); --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground); --color-border: var(--border);
  --color-input: var(--input); --color-ring: var(--ring); --radius-sm: 0; --radius-md: 0;
  --radius-lg: 0; --radius-xl: 0; --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--porcelain); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.page-shell { width: min(100% - 80px, 1440px); margin-inline: auto; }

.announcement { height: 31px; display: grid; place-items: center; padding: 0 18px; background: var(--plum-deep); color: var(--porcelain); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.site-header { position: relative; z-index: 40; height: 82px; background: rgba(247,242,234,.96); border-bottom: 1px solid rgba(43,18,38,.13); }
.header-shell { height: 100%; display: grid; grid-template-columns: 230px 1fr 230px; align-items: center; gap: 26px; }
.brand-lockup img { width: 200px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.65vw, 27px); }
.desktop-nav a { position: relative; padding: 31px 0 28px; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 20px; width: 0; height: 1px; background: var(--gold); transition: .25s ease; }
.desktop-nav a:hover::after { left: 0; width: 100%; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.market-trigger { height: 34px !important; border: 0 !important; box-shadow: none !important; color: var(--plum); font-size: 9px !important; letter-spacing: .12em; text-transform: uppercase; }
.icon-button { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; gap: 3px; border: 0; background: transparent; color: var(--plum); cursor: pointer; }
.bag-button span { min-width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: white; font-size: 8px; }
.mobile-menu-button { display: none; }

.hero-shell { position: relative; min-height: calc(100vh - 113px); overflow: hidden; color: white; background: var(--plum); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,9,20,.84) 0%, rgba(36,14,31,.48) 40%, rgba(21,8,18,.04) 70%); }
.hero-copy { position: relative; z-index: 2; min-height: calc(100vh - 113px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 70px; padding-bottom: 90px; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.eyebrow-light { color: #d8bd8f; }
.hero-copy h1, .section-heading h2, .signature-section h2, .market-section h2, .edition-card h3 { font-family: Didot, "Bodoni MT", Georgia, serif; font-weight: 400; }
.hero-copy h1 { max-width: 610px; margin: 0; font-size: clamp(64px, 7.7vw, 118px); line-height: .88; letter-spacing: -.055em; }
.hero-lede { max-width: 505px; margin: 31px 0 0; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 27px; border: 1px solid; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transition: .25s ease; }
.button-light { border-color: white; background: white; color: var(--plum); }
.button-light:hover { background: transparent; color: white; }
.button-gold { border-color: var(--gold); background: var(--gold); color: var(--plum-deep); }
.button-gold:hover { background: transparent; color: var(--gold); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.text-link-light { color: white; }
.hero-caption { position: absolute; z-index: 2; right: 42px; bottom: 32px; margin: 0; color: rgba(255,255,255,.64); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }

.service-row { min-height: 115px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; border-bottom: 1px solid var(--line); }
.service-note { display: flex; align-items: center; justify-content: center; gap: 15px; color: var(--plum); }
.service-note:not(:last-child) { border-right: 1px solid var(--line); }
.service-note strong, .service-note span { display: block; }
.service-note strong { margin-bottom: 4px; font-family: Georgia, serif; font-size: 14px; font-weight: 400; }
.service-note span { color: var(--muted); font-size: 10px; letter-spacing: .08em; }

.edition-section { padding-top: 130px; padding-bottom: 140px; }
.category-directory { padding-top: 125px; }
.category-directory-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.category-directory-card { position: relative; min-height: 255px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 21px; background: var(--plum); color: white; }
.category-directory-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28,13,25,.82), rgba(28,13,25,.02) 72%); }
.category-directory-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.category-directory-card:hover img { transform: scale(1.045); }
.category-directory-card > span, .category-directory-card > svg { position: relative; z-index: 2; }
.category-directory-card > span { display: grid; gap: 5px; }
.category-directory-card strong { font: 20px Georgia, serif; font-weight: 400; }
.category-directory-card small { color: rgba(255,255,255,.65); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.category-directory-card > svg { position: absolute; right: 18px; bottom: 23px; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
.section-heading-center { margin-inline: auto; text-align: center; }
.section-heading h2, .market-section h2 { margin: 0; color: var(--plum); font-size: clamp(44px, 5vw, 74px); line-height: 1; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 530px; margin: 24px auto 0; color: var(--muted); font-family: Georgia, serif; font-size: 16px; line-height: 1.7; }
.edition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.edition-card { position: relative; min-height: 690px; overflow: hidden; background: var(--plum); color: white; }
.edition-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.edition-card:hover img { transform: scale(1.035); }
.edition-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,9,20,.75), transparent 64%); }
.edition-card-copy { position: absolute; z-index: 2; left: 48px; right: 48px; bottom: 46px; }
.edition-card h3 { margin: 0 0 22px; font-size: clamp(37px, 4vw, 58px); line-height: 1; }

.signature-section { min-height: 575px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 24px; background: var(--plum-deep); color: var(--porcelain); text-align: center; }
.signature-mark { display: flex; align-items: center; gap: 13px; margin-bottom: 31px; color: var(--gold); font-family: Georgia, serif; font-size: 30px; }
.signature-section h2 { margin: 0; font-size: clamp(49px, 6vw, 86px); letter-spacing: -.04em; }
.signature-section > p:not(.eyebrow) { max-width: 640px; margin: 25px 0 34px; color: rgba(247,242,234,.72); font-family: Georgia, serif; font-size: 16px; line-height: 1.8; }

.market-section { min-height: 330px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.market-section > p { max-width: 560px; margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 16px; line-height: 1.8; }
.site-footer { padding: 76px 0 24px; background: var(--plum); color: rgba(247,242,234,.72); }
.footer-shell { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; padding-bottom: 70px; }
.footer-brand img { width: 235px; margin-bottom: 22px; }
.footer-brand p { font-family: Georgia, serif; font-size: 15px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; font-size: 11px; }
.footer-links p { margin: 0 0 9px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-links a:hover { color: white; }
.footer-base { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(247,242,234,.15); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.mobile-sheet { background: var(--porcelain) !important; color: var(--plum) !important; border-color: var(--line) !important; }
.mobile-sheet-header { padding: 30px 28px 16px !important; }
.mobile-sheet-header [data-slot="sheet-title"] { font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.mobile-nav { display: flex; flex-direction: column; padding: 20px 28px; border-top: 1px solid var(--line); }
.mobile-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 25px; }
.mobile-sheet-note { margin: auto 28px 30px; color: var(--muted); font-family: Georgia, serif; font-size: 13px; line-height: 1.7; }
.search-sheet { max-height: 470px; padding: 40px max(24px, calc((100vw - 1100px) / 2)) 45px !important; border-color: var(--line) !important; background: var(--porcelain) !important; color: var(--plum) !important; }
.search-sheet-header { padding: 0 0 22px !important; }
.search-sheet-header [data-slot="sheet-title"] { font: 400 31px Georgia, serif; }
.search-box { display: flex; align-items: center; gap: 13px; padding: 0 4px 14px; border-bottom: 1px solid var(--plum); }
.search-box input { width: 100%; border: 0; background: transparent; color: var(--plum); font: 25px Georgia, serif; outline: none; }
.search-box input::placeholder { color: #998b91; }
.search-suggestions { display: grid; grid-template-columns: 150px repeat(3, 1fr); gap: 13px; padding-top: 24px; }
.search-suggestions > p { margin: 0; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.search-suggestions a { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 12px; font: 14px Georgia, serif; }
.search-suggestions img { width: 58px; height: 58px; object-fit: cover; }
.search-suggestions small { display: block; margin-top: 5px; color: var(--muted); font: 8px "Helvetica Neue", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.filter-sheet { padding: 0 !important; border-color: var(--line) !important; background: var(--porcelain) !important; color: var(--plum) !important; }
.filter-sheet-header { padding: 34px 30px 25px !important; border-bottom: 1px solid var(--line); }
.filter-sheet-header [data-slot="sheet-title"] { font: 400 30px Georgia, serif; }
.filter-groups { overflow-y: auto; padding: 10px 30px; }
.filter-groups fieldset { display: grid; gap: 14px; padding: 25px 0; border: 0; border-bottom: 1px solid var(--line); }
.filter-groups legend { margin-bottom: 5px; color: var(--plum); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.filter-groups label { display: flex; align-items: center; gap: 11px; color: var(--muted); font: 13px Georgia, serif; }
.filter-select { width: 100% !important; height: 43px !important; border-color: var(--line) !important; border-radius: 0 !important; background: white !important; box-shadow: none !important; }
.filter-sheet-footer { padding: 24px 30px 30px !important; border-top: 1px solid var(--line); }
.filter-apply { width: 100%; border-color: var(--plum); background: var(--plum); color: white; }
.filter-clear { border: 0; background: none; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-decoration: underline; text-transform: uppercase; }
.load-more-button { display: flex; margin: 58px auto 0; border-color: var(--plum); background: transparent; color: var(--plum); cursor: pointer; }
.load-more-button:hover { background: var(--plum); color: white; }
.collection-empty { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.collection-empty h2 { margin: 0; color: var(--plum); font: 38px Georgia, serif; }
.collection-empty p { margin: 15px 0 25px; color: var(--muted); font: 14px Georgia, serif; }
.collection-empty .button { border-color: var(--plum); background: var(--plum); color: white; cursor: pointer; }

@media (max-width: 1050px) {
  .page-shell { width: min(100% - 48px, 1440px); }
  .header-shell { grid-template-columns: 190px 1fr 190px; }
  .brand-lockup img { width: 175px; }
  .desktop-nav { gap: 17px; }
  .edition-card { min-height: 560px; }
  .category-directory-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .page-shell { width: min(100% - 36px, 1440px); }
  .announcement { font-size: 8px; letter-spacing: .12em; text-align: center; }
  .site-header { height: 70px; }
  .header-shell { width: calc(100% - 22px); grid-template-columns: 42px 1fr 76px; gap: 0; }
  .mobile-menu-button { display: inline-flex; }
  .desktop-nav, .market-trigger, .search-button { display: none !important; }
  .brand-lockup { justify-self: center; }
  .brand-lockup img { width: 165px; }
  .header-actions { gap: 0; }
  .hero-shell, .hero-copy { min-height: calc(100svh - 101px); }
  .hero-image { object-position: 67% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(23,9,20,.88) 0%, rgba(23,9,20,.5) 42%, rgba(23,9,20,.08) 75%); }
  .hero-copy { justify-content: flex-end; padding-bottom: 65px; }
  .hero-copy h1 { max-width: 360px; font-size: clamp(58px, 17vw, 76px); }
  .hero-lede { max-width: 400px; margin-top: 20px; font-size: 14px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; margin-top: 28px; }
  .hero-caption { display: none; }
  .service-row { grid-template-columns: 1fr; padding: 14px 0; }
  .service-note { justify-content: flex-start; padding: 17px 5px; }
  .service-note:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .edition-section { padding-top: 84px; padding-bottom: 86px; }
  .category-directory { padding-top: 84px; }
  .category-directory-grid { grid-template-columns: 1fr 1fr; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .market-section h2 { font-size: 48px; }
  .edition-grid { grid-template-columns: 1fr; }
  .edition-card { min-height: 530px; }
  .edition-card-copy { left: 25px; right: 25px; bottom: 29px; }
  .signature-section { min-height: 520px; }
  .signature-section h2 { font-size: 53px; }
  .market-section { min-height: 410px; grid-template-columns: 1fr; align-content: center; gap: 28px; }
  .footer-shell { grid-template-columns: 1fr; gap: 50px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .page-shell { width: calc(100% - 30px); }
  .announcement { height: 28px; }
  .site-header { height: 66px; }
  .header-shell { grid-template-columns: 40px 1fr 60px; }
  .brand-lockup img { width: 145px; }
  .hero-shell, .hero-copy { min-height: calc(100svh - 94px); }
  .hero-copy { padding-bottom: 45px; }
  .hero-copy h1 { font-size: 58px; }
  .hero-actions .button { width: 100%; }
  .edition-card { min-height: 470px; }
  .category-directory-card { min-height: 220px; padding: 16px; }
  .category-directory-card strong { font-size: 17px; }
  .footer-links { grid-template-columns: 1fr; gap: 34px; }
}

/* Collection */
.collection-hero { position: relative; height: 540px; overflow: hidden; color: white; background: var(--plum); }
.collection-hero > img { width: 100%; height: 100%; object-fit: cover; }
.collection-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,13,25,.82), rgba(28,13,25,.15) 70%); }
.collection-hero-copy { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.collection-hero-copy h1 { max-width: 650px; margin: 0; font: 400 clamp(59px, 7vw, 98px)/.92 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.05em; }
.collection-hero-copy > p:last-child { max-width: 440px; margin: 25px 0 0; font: 16px/1.7 Georgia, serif; color: rgba(255,255,255,.82); }
.collection-body { padding-top: 42px; padding-bottom: 130px; }
.collection-category-strip { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 26px; scrollbar-width: none; }
.collection-category-strip::-webkit-scrollbar { display: none; }
.collection-category-strip a { flex: 0 0 auto; padding: 11px 16px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: .2s ease; }
.collection-category-strip a:hover, .collection-category-strip a.active { border-color: var(--plum); background: var(--plum); color: white; }
.collection-toolbar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.functional-toolbar { gap: 22px; }
.collection-search { width: min(100%, 460px); display: flex; align-items: center; gap: 10px; padding: 0 3px 11px; border-bottom: 1px solid var(--line); color: var(--plum); }
.collection-search input { width: 100%; border: 0; background: transparent; color: var(--ink); font: 14px Georgia, serif; outline: none; }
.collection-search input::placeholder { color: #988d91; }
.collection-search button { width: 24px; height: 24px; display: grid; place-items: center; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.collection-controls { display: flex; align-items: center; gap: 10px; }
.sort-trigger { min-width: 178px; height: 38px !important; border-color: var(--line) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; font-size: 10px !important; letter-spacing: .08em; text-transform: uppercase; }
.collection-tabs { display: flex; gap: 33px; }
.collection-tabs a { position: relative; padding: 11px 0; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.collection-tabs a.active { color: var(--plum); }
.collection-tabs a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -26px; height: 2px; background: var(--gold); }
.filter-button { display: flex; align-items: center; gap: 8px; border: 0; background: none; color: var(--plum); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.collection-count { margin: 34px 0 24px; color: var(--muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px 20px; }
.product-card-image { position: relative; aspect-ratio: .8; display: block; overflow: hidden; background: #eee6dc; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-card-image:hover img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; background: rgba(247,242,234,.9); color: var(--plum); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-stock-badge { position: absolute; z-index: 2; right: 14px; top: 14px; padding: 7px 10px; background: rgba(43,18,38,.88); color: white; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-card-cta { position: absolute; left: 0; right: 0; bottom: -46px; height: 46px; display: grid; place-items: center; background: rgba(43,18,38,.94); color: white; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transition: bottom .3s ease; }
.product-card-image:hover .product-card-cta { bottom: 0; }
.product-card-copy { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; }
.product-card-copy > div { display: flex; flex-direction: column; gap: 6px; }
.product-card-copy a { font: 17px/1.25 Georgia, serif; color: var(--plum); }
.product-card-copy span { color: var(--muted); font-size: 10px; }
.product-card-copy strong { white-space: nowrap; font-size: 11px; font-weight: 600; letter-spacing: .04em; }

/* Product detail */
.breadcrumb { display: flex; gap: 8px; padding-top: 24px; padding-bottom: 20px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--plum); }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr); gap: clamp(45px, 7vw, 110px); padding-bottom: 110px; }
.product-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 34%; align-items: start; gap: 14px; }
.product-main-image, .product-detail-secondary { overflow: hidden; background: #ece3d9; }
.product-main-image { position: relative; aspect-ratio: 1/1.12; }
.product-detail-secondary { aspect-ratio: .74; }
.product-main-image img, .product-detail-secondary img { width: 100%; height: 100%; object-fit: cover; }
.product-information { position: sticky; top: 30px; align-self: start; padding: 43px 0 0; }
.product-information h1 { max-width: 590px; margin: 0; color: var(--plum); font: 400 clamp(48px, 4.8vw, 75px)/.95 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.045em; }
.product-price { margin: 24px 0; color: var(--plum); font-size: 13px; font-weight: 600; letter-spacing: .1em; }
.product-description { max-width: 550px; margin: 0 0 28px; color: var(--muted); font: 15px/1.75 Georgia, serif; }
.purchase-panel { padding: 27px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.finish-choice { padding: 0; border: 0; }
.finish-choice legend { width: 100%; display: flex; justify-content: space-between; margin-bottom: 13px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.finish-choice legend span { color: var(--muted); font-weight: 400; }
.finish-choice > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 22px; }
.finish-choice button { min-height: 43px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.finish-choice button.active { border-color: var(--plum); color: var(--plum); box-shadow: inset 0 0 0 1px var(--plum); }
.quantity-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.quantity-row > div, .quantity-control { display: flex; align-items: center; border: 1px solid var(--line); }
.quantity-row button, .quantity-control button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; background: transparent; color: var(--plum); }
.quantity-row > div > span, .quantity-control > span { min-width: 25px; text-align: center; }
.product-add-button { width: 100%; border-color: var(--plum); background: var(--plum); color: white; cursor: pointer; }
.product-add-button:hover, .product-add-button.added { background: var(--gold); border-color: var(--gold); color: var(--plum-deep); }
.product-add-button.unavailable { border-color: #9f969b; background: #9f969b; color: white; cursor: not-allowed; }
.product-add-button.added { gap: 8px; }
.buy-now-button { width: 100%; margin-top: 10px; border-color: var(--gold); background: transparent; color: var(--plum); cursor: pointer; }
.buy-now-button:hover { background: var(--gold); color: var(--plum-deep); }
.buy-now-button.unavailable { border-color: #b5adb1; color: #9f969b; cursor: not-allowed; }
.product-secondary-zoom { transform: scale(1.48); transform-origin: center; }
.purchase-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.product-promises { display: grid; gap: 13px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.product-promises div { display: flex; align-items: center; gap: 13px; color: var(--plum); font-size: 11px; }
.product-accordions { margin-top: 8px; border-top: 1px solid var(--line); }
.product-accordions [data-slot="accordion-item"] { border-color: var(--line); }
.product-accordions button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; background: none; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-decoration: none !important; text-transform: uppercase; }
.product-accordions [data-slot="accordion-content"] p { max-width: 580px; margin: 0; padding: 0 28px 4px 0; color: var(--muted); font: 13px/1.7 Georgia, serif; }
.product-story { min-height: 540px; display: grid; place-items: center; background: var(--plum-deep); color: white; text-align: center; }
.product-story .page-shell { display: flex; flex-direction: column; align-items: center; }
.product-story h2 { max-width: 800px; margin: 0; font: 400 clamp(48px, 6vw, 84px)/1 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.04em; }
.product-story .page-shell > p:last-child { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.7); font: 15px/1.8 Georgia, serif; }

/* Bag */
.cart-page { padding-top: 80px; padding-bottom: 130px; }
.cart-title { position: relative; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.cart-title h1 { margin: 0; color: var(--plum); font: 400 clamp(54px, 6vw, 82px)/1 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.04em; }
.cart-title > span { position: absolute; right: 0; bottom: 40px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.cart-layout { display: grid; grid-template-columns: 1.55fr .75fr; gap: clamp(55px, 7vw, 110px); padding-top: 38px; }
.cart-empty { min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--plum); text-align: center; }
.cart-empty h2 { margin: 25px 0 10px; font: 42px Georgia, serif; }
.cart-empty p { margin: 0 0 25px; color: var(--muted); font: 14px Georgia, serif; }
.cart-empty .button { border-color: var(--plum); background: var(--plum); color: white; }
.cart-item { position: relative; display: grid; grid-template-columns: 190px 1fr auto; gap: 25px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.cart-item + .cart-item { padding-top: 30px; }
.cart-item-image { aspect-ratio: 1; overflow: hidden; background: #eee6dc; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 7px 0; }
.cart-category { margin: 0 0 10px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cart-item h2 { margin: 0 0 9px; color: var(--plum); font: 400 25px/1.2 Georgia, serif; }
.cart-item-copy > div > p:last-child { margin: 0; color: var(--muted); font-size: 11px; }
.cart-item-actions { display: flex; align-items: center; gap: 20px; }
.remove-button { display: flex; align-items: center; gap: 6px; border: 0; background: none; color: var(--muted); font-size: 10px; text-decoration: underline; cursor: pointer; }
.cart-item-price { padding-top: 9px; color: var(--plum); font-size: 12px; letter-spacing: .05em; }
.cart-continue { margin-top: 30px; color: var(--plum); }
.cart-under-actions { display: flex; align-items: center; justify-content: space-between; }
.cart-under-actions > button { margin-top: 30px; border: 0; background: none; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-decoration: underline; text-transform: uppercase; cursor: pointer; }
.order-summary { align-self: start; padding: 34px; border: 1px solid var(--line); background: #fbf8f2; }
.order-summary > div { display: flex; justify-content: space-between; padding: 13px 0; color: var(--muted); font-size: 11px; }
.order-summary > div strong { color: var(--ink); font-weight: 500; }
.order-summary .summary-total { margin-top: 11px; padding-top: 23px; border-top: 1px solid var(--line); color: var(--plum); font: 17px Georgia, serif; }
.order-summary .summary-total strong { color: var(--plum); }
.duties-note { margin: 12px 0 24px; color: var(--muted); font: 11px/1.55 Georgia, serif; }
.checkout-button { width: 100%; border-color: var(--plum); background: var(--plum); color: white; }
.secure-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 16px 0 0; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

/* Checkout */
.checkout-page { min-height: 100vh; background: #fbf8f2; }
.checkout-header { height: 90px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; border-bottom: 1px solid var(--line); background: var(--porcelain); }
.checkout-header img { width: 205px; }
.checkout-header > span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.checkout-layout { min-height: calc(100vh - 90px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); }
.checkout-form-panel { width: min(100% - 70px, 720px); margin-inline: auto; padding: 50px 0 90px; }
.checkout-back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.checkout-heading { padding: 42px 0 32px; }
.checkout-heading h1 { margin: 0; color: var(--plum); font: 400 clamp(48px, 5vw, 68px)/1 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.04em; }
.checkout-heading > p:last-child { margin: 13px 0 0; color: var(--muted); font-size: 11px; }
.checkout-form { display: grid; gap: 34px; }
.checkout-form fieldset { display: grid; gap: 15px; padding: 0; border: 0; }
.checkout-form legend { margin-bottom: 17px; color: var(--plum); font: 21px Georgia, serif; }
.checkout-form label { display: grid; gap: 8px; color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.checkout-form label > span { color: var(--muted); font-weight: 400; text-transform: none; }
.checkout-form input, .checkout-select { width: 100% !important; height: 49px !important; padding: 0 14px; border: 1px solid var(--line) !important; border-radius: 0 !important; background: white !important; box-shadow: none !important; color: var(--ink); font-size: 12px; text-transform: none; letter-spacing: 0; outline: none; }
.checkout-form input:focus { border-color: var(--gold) !important; box-shadow: 0 0 0 1px var(--gold); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid-three { grid-template-columns: 1fr 1fr 1.2fr; }
.delivery-options { gap: 0 !important; border: 1px solid var(--line); background: white; }
.delivery-options label { min-height: 75px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 14px 16px; text-transform: none; letter-spacing: 0; }
.delivery-options label:not(:last-child) { border-bottom: 1px solid var(--line); }
.delivery-options label > span { display: flex; flex-direction: column; gap: 5px; color: var(--ink); }
.delivery-options small { color: var(--muted); font-size: 10px; font-weight: 400; }
.delivery-options b { font-size: 10px; }
.payment-card { padding: 18px; border: 1px solid var(--line); background: white; }
.payment-card-top { display: flex; justify-content: space-between; margin-bottom: 17px; color: var(--ink); font-size: 10px; font-weight: 600; }
.payment-card-top span:last-child { color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.payment-card label + .form-grid { margin-top: 13px; }
.place-order-button { width: 100%; gap: 9px; border-color: var(--plum); background: var(--plum); color: white; }
.checkout-terms { margin: -16px 0 0; color: var(--muted); font: 10px/1.6 Georgia, serif; text-align: center; }
.checkout-summary { padding: 82px clamp(35px, 5vw, 80px); border-left: 1px solid var(--line); background: #f0e8de; }
.checkout-line-list { max-height: 390px; overflow-y: auto; padding-right: 5px; }
.checkout-product { display: grid; grid-template-columns: 86px 1fr auto; align-items: center; gap: 15px; padding-bottom: 30px; border-bottom: 1px solid #d3c7ba; }
.checkout-product + .checkout-product { padding-top: 20px; }
.checkout-product > div { position: relative; aspect-ratio: 1; }
.checkout-product img { width: 100%; height: 100%; object-fit: cover; }
.checkout-product > div span { position: absolute; top: -8px; right: -8px; width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--plum); color: white; font-size: 9px; }
.checkout-product h2 { margin: 0 0 6px; color: var(--plum); font: 16px Georgia, serif; }
.checkout-product p { margin: 0; color: var(--muted); font-size: 9px; }
.checkout-product > strong { font-size: 10px; }
.checkout-totals { padding: 22px 0; border-bottom: 1px solid #d3c7ba; }
.checkout-totals p { display: flex; justify-content: space-between; margin: 0; padding: 8px 0; color: var(--muted); font-size: 10px; }
.checkout-totals p strong { color: var(--ink); }
.checkout-totals p:last-child { margin-top: 12px; padding-top: 20px; border-top: 1px solid #d3c7ba; color: var(--plum); font: 17px Georgia, serif; }
.checkout-totals p:last-child strong { color: var(--plum); font-size: 22px; }
.checkout-totals small { font: 9px "Helvetica Neue", sans-serif; }
.checkout-assurance { display: flex; gap: 12px; padding-top: 24px; color: var(--plum); }
.checkout-assurance p { display: grid; gap: 4px; margin: 0; }
.checkout-assurance strong { font: 14px Georgia, serif; }
.checkout-assurance span { max-width: 260px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.checkout-confirmation > section, .checkout-empty > section { min-height: calc(100vh - 90px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 20px; color: var(--plum); text-align: center; }
.confirmation-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; background: var(--plum); color: white; }
.checkout-confirmation h1, .checkout-empty h1 { max-width: 780px; margin: 0; font: 400 clamp(50px, 6vw, 82px)/1 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.045em; }
.checkout-confirmation section > p:not(.eyebrow), .checkout-empty section > p { max-width: 560px; margin: 24px 0 31px; color: var(--muted); font: 14px/1.7 Georgia, serif; }
.checkout-confirmation section > div { display: flex; align-items: center; gap: 25px; }
.checkout-confirmation .button, .checkout-empty .button { border-color: var(--plum); background: var(--plum); color: white; }

@media (max-width: 980px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-detail { grid-template-columns: 1fr; gap: 20px; }
  .product-information { position: static; padding-top: 20px; }
  .cart-layout { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { grid-row: 1; padding-top: 42px; padding-bottom: 42px; border-left: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 650px) {
  .collection-hero { height: 500px; }
  .collection-hero > img { object-position: 62% center; }
  .collection-hero-shade { background: linear-gradient(0deg, rgba(28,13,25,.84), rgba(28,13,25,.08) 75%); }
  .collection-hero-copy { justify-content: flex-end; padding-bottom: 44px; }
  .collection-hero-copy h1 { font-size: 58px; }
  .collection-hero-copy > p:last-child { font-size: 14px; }
  .collection-toolbar { align-items: flex-end; }
  .functional-toolbar { align-items: stretch; flex-direction: column; }
  .collection-search { width: 100%; }
  .collection-controls { justify-content: space-between; }
  .sort-trigger { min-width: 170px; }
  .collection-tabs { gap: 20px; }
  .filter-button { font-size: 0; }
  .filter-button svg { width: 19px; height: 19px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 36px 10px; }
  .product-card-copy { display: block; }
  .product-card-copy a { font-size: 14px; }
  .product-card-copy strong { display: block; margin-top: 10px; font-size: 10px; }
  .product-card-cta { display: none; }
  .breadcrumb { overflow: hidden; white-space: nowrap; }
  .product-gallery { display: block; }
  .product-main-image { aspect-ratio: 1; }
  .product-detail-secondary { display: none; }
  .product-information h1 { font-size: 52px; }
  .product-story { min-height: 490px; }
  .cart-page { padding-top: 55px; padding-bottom: 80px; }
  .cart-title > span { position: static; display: block; margin-top: 14px; }
  .cart-item { grid-template-columns: 105px 1fr; gap: 16px; }
  .cart-item-price { position: absolute; right: 0; bottom: 31px; }
  .cart-item-actions { gap: 7px; }
  .remove-button { font-size: 0; }
  .remove-button svg { width: 16px; height: 16px; }
  .order-summary { padding: 25px 20px; }
  .checkout-header { height: 72px; padding: 0 18px; }
  .checkout-header img { width: 165px; }
  .checkout-header > span { font-size: 0; }
  .checkout-form-panel { width: calc(100% - 34px); padding-top: 34px; }
  .checkout-summary { padding: 32px 20px; }
  .checkout-product { grid-template-columns: 75px 1fr; }
  .checkout-product > strong { grid-column: 2; }
  .form-grid, .form-grid-three { grid-template-columns: 1fr; }
  .checkout-heading { padding-top: 34px; }
  .checkout-heading h1 { font-size: 50px; }
  .delivery-options label { grid-template-columns: auto 1fr; }
  .delivery-options label b { grid-column: 2; }
  .search-sheet { padding: 30px 20px 35px !important; }
  .search-sheet-header [data-slot="sheet-title"] { font-size: 25px; }
  .search-box input { font-size: 18px; }
  .search-suggestions { grid-template-columns: 1fr 1fr 1fr; }
  .search-suggestions > p { grid-column: 1 / -1; }
  .search-suggestions a { grid-template-columns: 1fr; }
}

/* Expanded homepage */
.hero-slider .hero-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 1s cubic-bezier(.2,.65,.2,1); }
.hero-slider .hero-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.hero-slider .hero-slide .hero-image { transform: scale(1.045); transition: transform 6.8s cubic-bezier(.2,.65,.2,1); }
.hero-slider .hero-slide.is-active .hero-image { transform: scale(1); }
.hero-copy h2 { max-width: 720px; margin: 0; font: 400 clamp(64px, 7.7vw, 118px)/.88 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.055em; }
.hero-slider-controls { position: absolute; z-index: 5; left: max(40px, calc((100vw - 1440px) / 2)); bottom: 31px; display: flex; align-items: center; gap: 7px; }
.hero-slider-controls > button { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.42); background: rgba(28,13,25,.12); color: white; cursor: pointer; transition: .25s ease; }
.hero-slider-controls > button:hover { border-color: white; background: white; color: var(--plum); }
.hero-slider-dots { display: flex; align-items: center; gap: 3px; padding: 0 5px; }
.hero-slider-dots button { width: 37px; height: 35px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero-slider-dots span { width: 100%; height: 1px; display: block; overflow: hidden; background: rgba(255,255,255,.42); }
.hero-slider-dots button.is-active span { height: 2px; background: white; }
.hero-slide-count { position: absolute; z-index: 5; right: max(42px, calc((100vw - 1440px) / 2)); bottom: 39px; color: rgba(255,255,255,.78); font-size: 9px; letter-spacing: .18em; }

.new-creations { padding-top: 130px; padding-bottom: 20px; }
.featured-products { padding-top: 125px; padding-bottom: 130px; }
.section-heading-row { max-width: none; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading-row h2, .craft-story-copy h2, .gifting-copy h2, .reviews-intro h2 { margin: 0; color: var(--plum); font: 400 clamp(44px, 5vw, 74px)/1 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.04em; }
.section-heading-row > div:last-child { max-width: 500px; justify-self: end; }
.section-heading-row > div:last-child p { margin: 0 0 23px; color: var(--muted); font: 15px/1.7 Georgia, serif; }
.home-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.craft-story { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; padding-top: 15px; padding-bottom: 145px; }
.craft-story-image { position: relative; min-height: 690px; overflow: hidden; background: #e8ded2; }
.craft-story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.craft-story-image:hover img { transform: scale(1.025); }
.craft-story-image > span { position: absolute; left: 25px; bottom: 23px; padding: 9px 12px; background: rgba(247,242,234,.87); color: var(--plum); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.craft-story-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(50px, 7vw, 110px); background: #eee5da; }
.craft-story-copy > p:not(.eyebrow) { max-width: 500px; margin: 27px 0; color: var(--muted); font: 15px/1.8 Georgia, serif; }
.craft-notes { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 38px; padding: 24px 0; border-top: 1px solid #d4c8bb; border-bottom: 1px solid #d4c8bb; color: var(--muted); font-size: 9px; line-height: 1.5; text-transform: uppercase; }
.craft-notes span { display: grid; gap: 5px; }
.craft-notes strong { color: var(--plum); font-size: 8px; letter-spacing: .16em; }
.category-directory { padding-bottom: 140px; }

.product-films-section { padding: 130px 0 140px; background: var(--plum-deep); color: var(--porcelain); }
.product-films-section .section-heading h2 { color: var(--porcelain); }
.product-films-section .section-heading > p:last-child { color: rgba(247,242,234,.68); }
.shoppable-video-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.shoppable-video-card { position: relative; aspect-ratio: .8; overflow: hidden; background: #311e2d; color: white; }
.shoppable-video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(20,8,17,.92), rgba(20,8,17,.02) 65%); pointer-events: none; }
.shoppable-video-card video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.005); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.shoppable-video-card:hover video, .shoppable-video-card:focus-within video { transform: scale(1.045); filter: saturate(.84); }
.video-card-top { position: absolute; z-index: 2; top: 17px; left: 17px; right: 17px; display: flex; justify-content: space-between; color: rgba(255,255,255,.82); font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.video-card-top span:last-child { display: flex; align-items: center; gap: 5px; }
.video-product-overlay { position: absolute; z-index: 3; left: 21px; right: 21px; bottom: 22px; opacity: 0; transform: translateY(17px); transition: .35s ease; }
.shoppable-video-card:hover .video-product-overlay, .shoppable-video-card:focus-within .video-product-overlay { opacity: 1; transform: translateY(0); }
.video-product-overlay > p { margin: 0 0 10px; color: #d8bd8f; font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.video-product-overlay > div { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.32); }
.video-product-overlay h3 { max-width: 220px; margin: 0; font: 400 24px/1.1 Georgia, serif; }
.video-product-overlay strong { white-space: nowrap; padding-top: 4px; font-size: 10px; letter-spacing: .06em; }
.video-product-overlay > a { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.gifting-story { display: grid; grid-template-columns: .86fr 1.14fr; margin-top: 145px; margin-bottom: 145px; background: #e9ddd0; }
.gifting-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(55px, 7vw, 110px); color: var(--plum); }
.gifting-copy > svg { margin-bottom: 27px; color: var(--gold); }
.gifting-copy > p:not(.eyebrow) { max-width: 510px; margin: 28px 0 33px; color: var(--muted); font: 15px/1.8 Georgia, serif; }
.gifting-button { border-color: var(--plum); background: var(--plum); color: white; }
.gifting-button:hover { background: transparent; color: var(--plum); }
.gifting-image { position: relative; min-height: 650px; overflow: hidden; }
.gifting-image img { width: 100%; height: 100%; object-fit: cover; }
.gifting-image span { position: absolute; right: 24px; bottom: 21px; padding: 10px 13px; background: rgba(43,18,38,.9); color: white; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }

.reviews-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 120px); padding-bottom: 150px; }
.reviews-intro { align-self: start; position: sticky; top: 40px; }
.review-disclosure { max-width: 420px; margin: 25px 0 0; padding-left: 15px; border-left: 1px solid var(--gold); color: var(--muted); font: 11px/1.6 Georgia, serif; }
.reviews-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.review-card { min-height: 285px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-stars { color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.review-card blockquote { margin: 30px 0; color: var(--plum); font: 21px/1.45 Georgia, serif; }
.review-card figcaption { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.review-card figcaption strong { color: var(--plum); }

@media (max-width: 1050px) {
  .home-product-grid { grid-template-columns: 1fr 1fr; }
  .shoppable-video-grid { grid-template-columns: repeat(2, 1fr); }
  .craft-story { grid-template-columns: 1fr 1fr; }
  .craft-story-copy { padding: 60px 45px; }
  .craft-notes { grid-template-columns: 1fr; gap: 15px; }
  .gifting-story { grid-template-columns: 1fr 1fr; }
  .gifting-copy { padding: 60px 45px; }
  .reviews-section { grid-template-columns: 1fr; }
  .reviews-intro { position: static; }
  .desktop-nav { gap: 12px; }
  .desktop-nav a { font-size: 9px; letter-spacing: .12em; }
}

@media (max-width: 820px) {
  .hero-copy h2 { max-width: 390px; font-size: clamp(55px, 15vw, 75px); }
  .hero-slider-controls { left: 18px; bottom: 18px; }
  .hero-slider-dots button { width: 25px; }
  .hero-slide-count { right: 18px; bottom: 29px; }
  .new-creations { padding-top: 85px; }
  .featured-products { padding-top: 85px; padding-bottom: 90px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 24px; }
  .section-heading-row > div:last-child { justify-self: start; }
  .craft-story { grid-template-columns: 1fr; padding-bottom: 85px; }
  .craft-story-image { min-height: 520px; }
  .craft-story-copy { padding: 62px 35px; }
  .category-directory { padding-bottom: 90px; }
  .product-films-section { padding: 85px 0 90px; }
  .shoppable-video-grid { grid-template-columns: 1fr 1fr; }
  .gifting-story { grid-template-columns: 1fr; margin-top: 85px; margin-bottom: 90px; }
  .gifting-copy { padding: 65px 35px; }
  .gifting-image { min-height: 520px; }
  .reviews-section { gap: 43px; padding-bottom: 90px; }
}

@media (max-width: 520px) {
  .hero-copy h2 { font-size: 55px; }
  .hero-slider-controls > button { width: 32px; height: 32px; }
  .hero-slider-dots button { width: 18px; height: 32px; }
  .hero-slide-count { display: none; }
  .home-product-grid { gap: 34px 10px; }
  .home-product-grid .product-card-copy { display: block; }
  .home-product-grid .product-card-copy strong { display: block; margin-top: 9px; }
  .craft-story-image, .gifting-image { min-height: 440px; }
  .craft-story-copy, .gifting-copy { padding: 52px 24px; }
  .craft-notes { grid-template-columns: 1fr 1fr; }
  .shoppable-video-grid { grid-template-columns: 1fr; gap: 10px; }
  .video-card-top { top: 10px; left: 10px; right: 10px; }
  .video-card-top span:last-child { display: none; }
  .video-product-overlay { left: 12px; right: 12px; bottom: 13px; }
  .video-product-overlay h3 { font-size: 17px; }
  .video-product-overlay strong { display: none; }
  .video-product-overlay > div { padding-bottom: 10px; }
  .video-product-overlay > a { padding-top: 10px; font-size: 7px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 250px; padding: 29px 24px; }
}

@media (hover: none) {
  .video-product-overlay { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider .hero-slide, .hero-slider .hero-slide .hero-image, .shoppable-video-card video { transition: none; }
}

/* House and client-care pages */
.content-hero { position: relative; height: min(720px, calc(100vh - 113px)); min-height: 570px; overflow: hidden; background: var(--plum); color: white; }
.content-hero > img { width: 100%; height: 100%; object-fit: cover; }
.content-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,13,25,.86), rgba(28,13,25,.13) 74%); }
.content-hero-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.content-hero-copy h1, .contact-intro h1, .policy-hero h1, .not-found-page h1 { max-width: 800px; margin: 0; color: inherit; font: 400 clamp(58px, 7vw, 102px)/.93 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.05em; }
.content-hero-copy > p:last-child { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.8); font: 16px/1.75 Georgia, serif; }

.story-split { display: grid; grid-template-columns: 1fr 1fr; padding-top: 145px; padding-bottom: 145px; }
.story-split-image { min-height: 680px; background: #e9ddd0; }
.story-split-image img { width: 100%; height: 100%; object-fit: cover; }
.story-split-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(55px, 7vw, 115px); background: #eee5da; }
.story-split-copy h2, .about-market h2, .contact-form-panel h2, .policy-note h2 { margin: 0; color: var(--plum); font: 400 clamp(43px, 5vw, 70px)/1 Didot, "Bodoni MT", Georgia, serif; letter-spacing: -.04em; }
.story-split-copy > p:not(.eyebrow) { max-width: 520px; margin: 25px 0 0; color: var(--muted); font: 15px/1.8 Georgia, serif; }
.story-split-copy .text-link { margin-top: 34px; }
.house-values { padding-bottom: 145px; }
.house-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.house-value { min-height: 320px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.house-value > div { display: flex; align-items: center; justify-content: space-between; color: var(--gold); }
.house-value > div span { font-size: 9px; letter-spacing: .16em; }
.house-value h3 { margin: 65px 0 17px; color: var(--plum); font: 27px Georgia, serif; }
.house-value p { margin: 0; color: var(--muted); font: 14px/1.75 Georgia, serif; }
.about-market { padding: 125px 0; background: var(--plum-deep); color: var(--porcelain); text-align: center; }
.about-market h2 { color: var(--porcelain); }
.about-market p:not(.eyebrow) { max-width: 650px; margin: 26px auto 35px; color: rgba(247,242,234,.7); font: 15px/1.8 Georgia, serif; }

.contact-intro { padding-top: 115px; padding-bottom: 80px; text-align: center; }
.contact-intro .eyebrow { margin-bottom: 22px; }
.contact-intro h1 { max-width: none; color: var(--plum); }
.contact-intro > p:last-child { max-width: 650px; margin: 24px auto 0; color: var(--muted); font: 16px/1.75 Georgia, serif; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 0; margin-bottom: 140px; border: 1px solid var(--line); background: #eee5da; }
.contact-details { display: flex; flex-direction: column; padding: clamp(40px, 5vw, 75px); background: var(--plum); color: var(--porcelain); }
.contact-details > div { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 24px 0; border-bottom: 1px solid rgba(247,242,234,.15); }
.contact-details > div:first-child { padding-top: 0; }
.contact-details svg { margin-top: 2px; color: var(--gold); }
.contact-details strong, .contact-details a, .contact-details p { display: block; }
.contact-details strong { margin-bottom: 8px; color: var(--gold); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.contact-details a, .contact-details p { margin: 0; color: rgba(247,242,234,.76); font: 13px/1.7 Georgia, serif; }
.concept-note { margin: auto 0 0; padding-top: 38px; color: rgba(247,242,234,.45); font-size: 9px; line-height: 1.65; }
.contact-form-panel { padding: clamp(45px, 6vw, 90px); }
.contact-form-panel h2 { max-width: 600px; margin-bottom: 42px; }
.contact-form { display: grid; gap: 23px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { color: var(--plum); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d3c7ba; border-radius: 0; background: rgba(255,255,255,.66); color: var(--ink); outline: none; }
.contact-form input, .contact-form select { height: 48px; padding: 0 14px; }
.contact-form textarea { resize: vertical; min-height: 150px; padding: 14px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.contact-submit { width: fit-content; border-color: var(--plum); background: var(--plum); color: white; cursor: pointer; }
.form-success { display: flex; align-items: center; gap: 9px; margin: 0; color: #3f654e; font: 13px Georgia, serif; }
.form-disclosure { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }

.policy-hero { padding-top: 120px; padding-bottom: 85px; text-align: center; }
.policy-hero h1 { max-width: none; color: var(--plum); }
.policy-hero > p:last-child { margin: 24px 0 0; color: var(--muted); font: 16px Georgia, serif; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.policy-card { min-height: 340px; padding: 45px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policy-card svg { color: var(--gold); }
.policy-card h2 { margin: 70px 0 18px; color: var(--plum); font: 26px Georgia, serif; }
.policy-card p { margin: 0; color: var(--muted); font: 14px/1.75 Georgia, serif; }
.policy-note { min-height: 300px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.policy-note h2 { font-size: clamp(38px, 4.5vw, 62px); }
.not-found-page { min-height: 620px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 20px; text-align: center; }
.not-found-page h1 { color: var(--plum); }
.not-found-page > p:not(.eyebrow) { max-width: 590px; margin: 25px 0 34px; color: var(--muted); font: 15px/1.75 Georgia, serif; }
.not-found-page .button { border-color: var(--plum); background: var(--plum); color: white; }

@media (max-width: 900px) {
  .story-split, .contact-layout { grid-template-columns: 1fr; }
  .story-split-image { min-height: 560px; }
  .house-values-grid, .policy-grid { grid-template-columns: 1fr; }
  .house-value, .policy-card { min-height: auto; }
  .contact-details { min-height: 500px; }
}

@media (max-width: 650px) {
  .content-hero { min-height: 530px; height: calc(100svh - 94px); }
  .content-hero > img { object-position: 65% center; }
  .content-hero-shade { background: linear-gradient(0deg, rgba(28,13,25,.88), rgba(28,13,25,.04) 76%); }
  .content-hero-copy { justify-content: flex-end; padding-bottom: 48px; }
  .content-hero-copy h1, .contact-intro h1, .policy-hero h1, .not-found-page h1 { font-size: 54px; }
  .story-split { padding-top: 85px; padding-bottom: 90px; }
  .story-split-image { min-height: 430px; }
  .story-split-copy { padding: 52px 25px; }
  .house-values { padding-bottom: 90px; }
  .house-value, .policy-card { padding: 30px 25px; }
  .house-value h3, .policy-card h2 { margin-top: 44px; }
  .about-market { padding: 90px 18px; }
  .contact-intro, .policy-hero { padding-top: 80px; padding-bottom: 55px; }
  .contact-layout { width: 100%; margin-bottom: 90px; border-inline: 0; }
  .contact-details, .contact-form-panel { padding: 44px 22px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .policy-note { min-height: 340px; align-items: flex-start; justify-content: center; flex-direction: column; }
  .footer-base { align-items: flex-start; flex-direction: column; gap: 13px; }
}

/* Standalone static export additions */
.static-export { overflow-x: hidden; }
.static-site-header { position: relative; }
.static-market-select, .static-mobile-nav select, .static-filter-controls select, .static-option-label select { border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--plum); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.static-market-select { width: 102px; height: 34px; border: 0; }
.static-search-button { font-size: 23px; line-height: 1; }
.static-mobile-nav { position: absolute; z-index: 60; top: 100%; left: 0; right: 0; flex-direction: column; padding: 20px 24px 30px; border-bottom: 1px solid var(--line); background: var(--porcelain); box-shadow: 0 18px 35px rgba(28,13,25,.12); }
.static-mobile-nav:not([hidden]) { display: flex; }
.static-mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--plum); font: 22px Georgia, serif; }
.static-mobile-nav select { height: 44px; margin-top: 22px; padding: 0 12px; }
.static-search-panel { position: fixed; z-index: 80; inset: 0; background: rgba(28,13,25,.58); backdrop-filter: blur(7px); }
.static-search-panel:not([hidden]) { display: block; }
.static-search-inner { margin-top: 72px; padding: 38px; background: var(--porcelain); box-shadow: 0 25px 70px rgba(28,13,25,.28); }
.static-search-inner > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.static-search-inner > div:first-child button { width: 36px; height: 36px; border: 0; background: transparent; color: var(--plum); font-size: 29px; cursor: pointer; }
.static-search-field { display: flex; align-items: center; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid var(--plum); color: var(--plum); font-size: 24px; }
.static-search-field input { width: 100%; border: 0; background: transparent; outline: 0; color: var(--plum); font: 24px Georgia, serif; }
.static-search-results { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 25px; }
.static-search-results a { display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 13px; color: var(--plum); font: 14px Georgia, serif; }
.static-search-results img { width: 68px; height: 68px; object-fit: cover; background: #eee6dc; }
.static-search-results small { display: block; margin-top: 5px; color: var(--muted); font: 8px Helvetica, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.static-search-empty { color: var(--muted); font: 14px Georgia, serif; }
.service-note i { width: 23px; color: var(--gold); font: normal 20px Georgia, serif; text-align: center; }
.category-directory-card b { position: absolute; z-index: 2; right: 18px; bottom: 20px; font-weight: 400; }
.static-collection-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.static-filter-controls { display: flex; align-items: center; gap: 18px; }
.static-filter-controls select { min-width: 175px; height: 39px; padding: 0 10px; }
.static-filter-controls label { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.static-filter-controls input { accent-color: var(--plum); }
.product-card[hidden] { display: none; }
.static-option-label { display: grid; gap: 10px; margin-bottom: 20px; color: var(--plum); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.static-option-label select { width: 100%; height: 45px; padding: 0 12px; }
.static-product-detail-crop { transform: scale(1.48); transform-origin: center; }
.buy-now-button { width: 100%; margin-top: 10px; border-color: var(--gold); background: transparent; color: var(--plum); cursor: pointer; }
.buy-now-button:hover { background: var(--gold); color: var(--plum-deep); }
.buy-now-button.unavailable { border-color: #b5adb1; color: #9f969b; cursor: not-allowed; }
.static-product-accordions { border-top: 1px solid var(--line); }
.static-product-accordions details { border-bottom: 1px solid var(--line); }
.static-product-accordions summary { min-height: 53px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: var(--plum); font-size: 10px; font-weight: 700; letter-spacing: .12em; list-style: none; text-transform: uppercase; }
.static-product-accordions summary::-webkit-details-marker { display: none; }
.static-product-accordions details[open] summary span { transform: rotate(45deg); }
.static-product-accordions summary span { color: var(--gold); font-size: 18px; transition: .2s ease; }
.static-product-accordions p { margin: 0; padding: 0 30px 22px 0; color: var(--muted); font: 13px/1.7 Georgia, serif; }
.static-related { padding-top: 125px; padding-bottom: 135px; }
.cart-empty > span { font-size: 38px; }
.checkout-confirmation:not([hidden]) { display: block; }
.checkout-confirmation { min-height: 100vh; background: var(--porcelain); }
.cod-payment-card { min-height: 92px; display: grid !important; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px !important; padding: 18px; border: 1px solid var(--gold); background: rgba(184,149,90,.08); text-transform: none !important; letter-spacing: 0 !important; cursor: pointer; }
.cod-payment-card input { width: 17px !important; height: 17px !important; padding: 0 !important; accent-color: var(--plum); }
.cod-payment-card > span { display: grid; gap: 6px; color: var(--plum) !important; }
.cod-payment-card strong { font: 16px Georgia, serif; }
.cod-payment-card small { color: var(--muted); font-size: 10px; font-weight: 400; line-height: 1.5; }
.cod-payment-card b { color: var(--gold); font-size: 10px; letter-spacing: .12em; }
[hidden] { display: none !important; }

@media (max-width: 1050px) {
  .static-search-results { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .static-market-select, .static-search-button { display: none; }
  .static-collection-toolbar { align-items: stretch; flex-direction: column; }
  .static-filter-controls { flex-wrap: wrap; }
  .static-search-inner { width: calc(100% - 26px); margin-top: 40px; padding: 28px 20px; }
}
@media (max-width: 520px) {
  .static-search-results { grid-template-columns: 1fr; max-height: 55vh; overflow-y: auto; }
  .static-filter-controls { align-items: stretch; flex-direction: column; }
  .static-filter-controls select { width: 100%; }
  .static-related { padding-top: 85px; padding-bottom: 90px; }
}
