/*
 * Final art direction layer.
 * Strategy: contemporary luxury retail, Chinese craft cues, clear buyer path.
 */

:root {
  --ad-ink: #15100d;
  --ad-ink-soft: #43342b;
  --ad-paper: #f7f1e8;
  --ad-rice: #fffaf1;
  --ad-stone: #e8dccb;
  --ad-bronze: #b98538;
  --ad-bronze-soft: rgba(185, 133, 56, 0.18);
  --ad-cinnabar: #9d2f23;
  --ad-jade: #8fb29b;
  --ad-obsidian: #070a08;
  --ad-night: #17100d;
  --ad-line: rgba(40, 27, 20, 0.13);
  --ad-line-dark: rgba(255, 238, 202, 0.13);
  --ad-shadow: 0 32px 90px rgba(41, 27, 19, 0.14);
  --ad-shadow-dark: 0 42px 120px rgba(0, 0, 0, 0.38);
  --ad-radius-xs: 10px;
  --ad-radius: 22px;
  --ad-radius-lg: 34px;
  --ad-container: min(100% - clamp(28px, 5vw, 96px), 1380px);
  --ad-container-narrow: min(100% - clamp(28px, 5vw, 96px), 1160px);
  --ad-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 8% 0%, rgba(185, 133, 56, 0.12), transparent 30rem),
    radial-gradient(circle at 92% 12%, rgba(143, 178, 155, 0.14), transparent 24rem),
    linear-gradient(180deg, #fbf6ed 0%, #f0e5d5 54%, #e7dac8 100%) !important;
  color: var(--ad-ink);
  text-rendering: geometricPrecision;
}

body::before,
.home-hero__cloud-band,
.page-hero__cloud-band,
.home-hero__seal,
.page-hero__seal,
.about-hero__stamp,
.contact-hero__medallion,
.gift-advice__medallion,
.fw-section-decor,
.featured-piece__inner::after,
.feeling-finder::after,
.gift-finder::after,
.gift-advice::after,
.contact-content__inner::after,
.card-piece::before,
.card-story::before,
.gift-card::before,
.feeling-card::before,
.product-detail::before,
.fw-commerce-hero::before {
  content: none !important;
  display: none !important;
}

.has-js .reveal-ready,
.has-js .reveal-ready.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

.fw-container,
.fw-container-wide {
  width: var(--ad-container);
}

.fw-main {
  background:
    linear-gradient(90deg, transparent calc(50% - 0.5px), rgba(93, 66, 40, 0.07) calc(50% - 0.5px), rgba(93, 66, 40, 0.07) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    transparent !important;
}

.fw-section {
  padding-block: clamp(72px, 8vw, 132px) !important;
}

.fw-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  align-items: end;
  gap: clamp(22px, 5vw, 96px);
  margin-bottom: clamp(28px, 4vw, 58px) !important;
  border-bottom: 1px solid var(--ad-line);
  padding-bottom: clamp(18px, 2.3vw, 32px);
}

.fw-section-head h2 {
  max-width: 10ch !important;
  color: var(--ad-ink);
  font-size: clamp(2.8rem, 6vw, 7.4rem);
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.fw-section-head p {
  max-width: 36rem;
  margin: 0;
  color: var(--ad-ink-soft);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.82;
}

.fw-kicker {
  color: var(--ad-cinnabar) !important;
  font-size: 0.68rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.fw-btn,
.product-actions__cart .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 44px;
  border-radius: 999px !important;
  border: 1px solid rgba(185, 133, 56, 0.36) !important;
  box-shadow: none !important;
  letter-spacing: 0.02em;
  transition:
    transform 180ms var(--ad-ease),
    border-color 180ms var(--ad-ease),
    background-color 180ms var(--ad-ease),
    color 180ms var(--ad-ease) !important;
}

.fw-btn:hover,
.product-actions__cart .single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-1px);
}

.fw-btn--primary,
.product-actions__cart .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--ad-cinnabar) !important;
  color: #fff8ec !important;
}

.fw-btn--secondary {
  background: rgba(255, 250, 241, 0.08) !important;
  color: inherit !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 238, 202, 0.1);
  background: rgba(18, 13, 11, 0.74) !important;
  backdrop-filter: blur(18px);
}

.site-header__inner {
  width: var(--ad-container);
  min-height: 74px;
  grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr) !important;
}

.site-header__brand {
  gap: 13px;
  color: #f2cb79 !important;
}

.site-header__brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 0;
  background: linear-gradient(135deg, rgba(157, 47, 35, 0.72), rgba(185, 133, 56, 0.46)) !important;
  transform: rotate(45deg);
  box-shadow: inset 0 0 0 1px rgba(255, 238, 202, 0.24);
}

.site-header__brand-mark > * {
  transform: rotate(-45deg);
}

.site-header__nav {
  padding: 8px;
  border: 1px solid rgba(255, 238, 202, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.055);
}

.site-header__nav a {
  color: rgba(255, 248, 236, 0.82) !important;
}

.site-header__actions {
  justify-self: end;
}

.home-hero {
  isolation: isolate;
  min-height: auto !important;
  padding-block: clamp(56px, 7vw, 104px) clamp(56px, 7vw, 96px) !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(185, 133, 56, 0.18), transparent 24rem),
    linear-gradient(112deg, #050806 0%, #10140f 42%, #2a1d18 100%) !important;
  color: #fff8ec;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 9% auto 8% 38.2%;
  z-index: -1;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 238, 202, 0.26), transparent);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto -8vw -18vw auto;
  z-index: -1;
  width: min(56vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(185, 133, 56, 0.15);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.home-hero__ambience {
  background:
    linear-gradient(90deg, rgba(3, 6, 5, 0.94), rgba(3, 6, 5, 0.5) 42%, rgba(3, 6, 5, 0.1)),
    linear-gradient(135deg, transparent 0 58%, rgba(255, 238, 202, 0.1) 58.2%, transparent 58.6%) !important;
}

.home-hero__inner {
  width: var(--ad-container);
  min-height: min(60vw, 760px) !important;
  height: auto !important;
  display: grid;
  grid-template-columns: minmax(0, 0.618fr) minmax(0, 1fr) !important;
  gap: clamp(42px, 7vw, 118px);
  align-items: center;
}

.home-hero__content {
  max-width: 33rem;
  padding: 0 !important;
  gap: clamp(14px, 1.8vw, 22px);
}

.home-hero__content::before {
  content: none !important;
  display: none !important;
}

.home-hero__culture-note {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 238, 202, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.06);
  color: rgba(255, 231, 180, 0.9) !important;
}

.home-hero__content h1 {
  max-width: 8.4ch;
  margin: 0;
  color: #fff9ef;
  font-size: clamp(4.8rem, 9vw, 10.6rem);
  line-height: 0.79;
  letter-spacing: -0.085em;
}

.home-hero__content > p:not(.home-hero__culture-note) {
  max-width: 29rem;
  color: rgba(255, 248, 236, 0.76);
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.86;
}

.home-hero .fw-actions {
  gap: 11px;
  margin-top: 4px;
}

.home-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(12px, 2vw, 22px) 0 0;
  padding: clamp(14px, 1.6vw, 18px) 0 0;
  border-top: 1px solid rgba(255, 238, 202, 0.13);
  color: rgba(255, 248, 236, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  list-style: none;
  text-transform: uppercase;
}

.home-hero__proof li::before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 8px;
  background: var(--ad-bronze);
}

.home-hero__media {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.618;
  border: 1px solid rgba(255, 238, 202, 0.18);
  border-radius: 0 var(--ad-radius-lg) 0 var(--ad-radius-lg) !important;
  box-shadow: var(--ad-shadow-dark) !important;
  overflow: hidden;
}

.home-hero__media::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  border: 1px solid rgba(255, 238, 202, 0.16);
  border-radius: 0 calc(var(--ad-radius-lg) - 12px) 0 calc(var(--ad-radius-lg) - 12px);
  pointer-events: none;
}

.home-hero__media::after {
  content: "";
  position: absolute;
  inset: -20% -24% auto auto;
  z-index: 2;
  width: 62%;
  height: 140%;
  background: linear-gradient(135deg, transparent 42%, rgba(255, 238, 202, 0.18) 50%, transparent 58%);
  opacity: 0.46;
  pointer-events: none;
}

.home-hero__media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: var(--fw-hero-position, 62% 50%);
  filter: saturate(0.96) contrast(1.1) brightness(0.88) !important;
}

.home-hero__halo {
  display: none !important;
}

.atelier-index {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding-block: clamp(34px, 4.8vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96), rgba(239, 226, 208, 0.84)),
    var(--ad-paper);
}

.atelier-index__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.382fr) minmax(0, 0.618fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: stretch;
}

.atelier-index__intro {
  display: grid;
  align-content: center;
  gap: 14px;
  padding-block: 12px;
}

.atelier-index__intro h2 {
  max-width: 10ch;
  margin: 0;
  color: var(--ad-ink);
  font-size: clamp(2.4rem, 4.6vw, 5.9rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.atelier-index__intro p:not(.fw-kicker) {
  max-width: 30rem;
  margin: 0;
  color: var(--ad-ink-soft);
  line-height: 1.82;
}

.atelier-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--ad-line);
  background: rgba(255, 250, 241, 0.68);
}

.atelier-index__tile {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(280px, 28vw, 410px);
  padding: clamp(22px, 3vw, 34px);
  color: var(--ad-ink);
  text-decoration: none;
  overflow: hidden;
}

.atelier-index__tile + .atelier-index__tile {
  border-left: 1px solid var(--ad-line);
}

.atelier-index__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 56%, rgba(185, 133, 56, 0.14) 56.2%, transparent 56.5%),
    radial-gradient(circle at 76% 18%, rgba(157, 47, 35, 0.12), transparent 30%);
  opacity: 0;
  transition: opacity 220ms var(--ad-ease);
}

.atelier-index__tile:hover::before {
  opacity: 1;
}

.atelier-index__number {
  position: absolute;
  top: 22px;
  left: 22px;
  color: var(--ad-bronze);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.atelier-index__mark {
  position: absolute;
  top: clamp(18px, 3vw, 34px);
  right: clamp(18px, 3vw, 34px);
  color: rgba(157, 47, 35, 0.14);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5rem, 9vw, 9rem);
  line-height: 1;
}

.atelier-index__tile h3 {
  position: relative;
  max-width: 10ch;
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.atelier-index__tile p {
  position: relative;
  max-width: 22rem;
  margin: 0;
  color: var(--ad-ink-soft);
  font-size: 0.9rem;
  line-height: 1.62;
}

.atelier-index__tile em {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--ad-cinnabar);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.featured-piece {
  background: linear-gradient(180deg, rgba(251, 246, 237, 0.2), rgba(232, 220, 203, 0.64));
}

.featured-piece__inner {
  width: var(--ad-container-narrow);
  display: grid;
  grid-template-columns: minmax(0, 0.618fr) minmax(0, 0.382fr) !important;
  gap: clamp(28px, 5vw, 84px);
  padding: clamp(18px, 2vw, 28px) !important;
  border: 1px solid rgba(255, 250, 241, 0.9);
  border-radius: var(--ad-radius-lg) !important;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(239, 226, 208, 0.78)),
    var(--ad-rice) !important;
  box-shadow: var(--ad-shadow) !important;
}

.featured-piece__media {
  border-radius: calc(var(--ad-radius-lg) - 10px) !important;
  background: #1a100d;
}

.featured-piece__media img {
  aspect-ratio: 1.42;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
}

.featured-piece__content {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(18px, 3vw, 42px) clamp(10px, 2vw, 26px);
}

.featured-piece__content h2 {
  max-width: 8.6ch;
  color: var(--ad-ink);
  font-size: clamp(2.35rem, 4.3vw, 5.2rem);
  line-height: 0.86;
  letter-spacing: -0.065em;
}

.featured-piece__content > p:not(.fw-kicker) {
  color: var(--ad-ink-soft);
  line-height: 1.76;
}

.story-shelf {
  background:
    linear-gradient(180deg, rgba(248, 241, 232, 0.68), rgba(238, 228, 214, 0.92));
}

.story-shelf__track {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(0, 0.5fr));
  grid-auto-rows: minmax(176px, auto);
  gap: clamp(14px, 1.8vw, 24px) !important;
}

.shelf-card {
  min-height: 0 !important;
  border: 1px solid rgba(255, 238, 202, 0.14) !important;
  border-radius: 0 var(--ad-radius) 0 var(--ad-radius) !important;
  background: #110c0a !important;
  box-shadow: none !important;
}

.shelf-card:first-child {
  grid-row: span 2;
  aspect-ratio: 0.92;
}

.shelf-card img {
  height: 100%;
  object-fit: contain !important;
  padding: 2rem;
  background:
    radial-gradient(circle at 50% 42%, rgba(111, 148, 125, 0.18), transparent 38%),
    #0b0d0b;
  filter: saturate(0.94) contrast(1.08) brightness(0.78);
}

.shelf-card span {
  inset: auto 0 0;
  padding: clamp(16px, 2vw, 26px);
  background: linear-gradient(180deg, transparent, rgba(7, 10, 8, 0.88));
}

.shelf-card strong {
  color: #fff8ec;
  font-size: clamp(1.35rem, 2vw, 2.35rem);
  line-height: 0.9;
}

.shelf-card em {
  max-width: 22rem;
  color: rgba(255, 248, 236, 0.74);
}

.shop-feeling {
  background: var(--ad-paper);
}

.shop-feeling__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  border: 1px solid var(--ad-line);
  background: var(--ad-line);
}

.feeling-card,
.gift-card,
.about-values article {
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 250, 241, 0.88) !important;
  box-shadow: none !important;
}

.feeling-card {
  min-height: 220px !important;
  padding: clamp(20px, 2.2vw, 32px) !important;
}

.feeling-card__icon,
.gift-card span,
.about-values article span {
  width: 34px !important;
  height: 34px !important;
  color: var(--ad-cinnabar) !important;
}

.feeling-card strong,
.gift-card strong {
  color: var(--ad-ink);
  font-size: clamp(1.28rem, 1.65vw, 1.76rem) !important;
  line-height: 0.98;
}

.feeling-card em,
.gift-card em {
  color: var(--ad-ink-soft) !important;
  font-size: 0.9rem;
}

.feeling-finder,
.gift-finder,
.gift-advice,
.contact-content__inner,
.fw-contact-form {
  border: 1px solid var(--ad-line) !important;
  border-radius: var(--ad-radius) !important;
  background: rgba(255, 250, 241, 0.84) !important;
  box-shadow: none !important;
}

.feeling-finder {
  display: grid !important;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(22px, 4vw, 72px);
  margin-top: clamp(22px, 3vw, 38px);
  padding: clamp(24px, 3vw, 42px) !important;
}

.feeling-finder__intro h3,
.gift-finder__header h2,
.gift-advice h2 {
  color: var(--ad-ink);
  font-size: clamp(2rem, 4vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.stories-preview {
  background: linear-gradient(180deg, #f3eadf, #e8dccb);
}

.stories-preview__grid {
  gap: 1px !important;
  border: 1px solid var(--ad-line);
  background: var(--ad-line);
}

.card-story {
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--ad-rice) !important;
  box-shadow: none !important;
}

.card-story__media img {
  filter: saturate(0.94) contrast(1.04);
}

.card-story h3,
.card-story h3 a {
  color: var(--ad-ink) !important;
}

.card-story p {
  color: var(--ad-ink-soft) !important;
}

.gift-guide-banner {
  padding-block: clamp(58px, 8vw, 120px);
  background: linear-gradient(180deg, #e8dccb, #120d0b);
}

.gift-guide-banner__inner {
  width: var(--ad-container);
  display: grid;
  grid-template-columns: minmax(0, 0.382fr) minmax(0, 0.618fr) !important;
  min-height: clamp(420px, 44vw, 680px);
  border: 1px solid var(--ad-line-dark);
  border-radius: var(--ad-radius-lg) !important;
  background: linear-gradient(135deg, rgba(157, 47, 35, 0.84), rgba(49, 28, 20, 0.94)) !important;
  overflow: hidden;
}

.gift-guide-banner__content {
  padding: clamp(34px, 5vw, 76px) !important;
}

.gift-guide-banner__content h2 {
  max-width: 8ch;
  color: #fff8ec;
  font-size: clamp(3.2rem, 6vw, 8rem);
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.gift-guide-banner__content p:not(.fw-kicker) {
  color: rgba(255, 248, 236, 0.78);
  line-height: 1.72;
}

.gift-guide-banner__media {
  border: 0;
}

.gift-guide-banner__media img {
  height: 100%;
  filter: saturate(0.95) contrast(1.08) brightness(0.82);
}

.page-hero {
  min-height: auto !important;
  background: #100b09 !important;
}

.page-hero::after {
  background:
    linear-gradient(90deg, rgba(7, 10, 8, 0.92), rgba(7, 10, 8, 0.54) 39%, rgba(7, 10, 8, 0.18)),
    linear-gradient(135deg, transparent 0 62%, rgba(255, 238, 202, 0.12) 62.2%, transparent 62.5%) !important;
}

.page-hero__inner {
  width: var(--ad-container);
  min-height: clamp(420px, 42vw, 640px) !important;
  align-items: center !important;
  padding-block: clamp(72px, 9vw, 130px) !important;
}

.page-hero--image h1 {
  max-width: 8.5ch;
  color: #fff8ec;
  font-size: clamp(4.2rem, 8vw, 10rem) !important;
  line-height: 0.82;
  letter-spacing: -0.085em;
}

.page-hero__content p:not(.fw-kicker) {
  max-width: 31rem;
  color: rgba(255, 248, 236, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.8;
}

.page-hero__bg {
  filter: saturate(0.94) contrast(1.06) brightness(0.66) !important;
}

.collection-grid {
  padding-block: clamp(56px, 7vw, 108px) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(185, 133, 56, 0.13), transparent 22rem),
    linear-gradient(180deg, #17100d 0%, #0b0908 100%) !important;
}

.collection-grid .filter-chips {
  width: var(--ad-container);
  margin-inline: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.collection-grid__meta {
  width: var(--ad-container);
  margin-inline: auto;
  border: 1px solid var(--ad-line-dark) !important;
  border-radius: var(--ad-radius) !important;
  background: rgba(255, 250, 241, 0.055) !important;
}

.collection-grid__items {
  width: var(--ad-container);
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.3vw, 34px) !important;
}

.collection-grid .card-piece,
.pieces-in-story .card-piece {
  border: 1px solid rgba(255, 238, 202, 0.18) !important;
  border-radius: 0 var(--ad-radius) 0 var(--ad-radius) !important;
  background: #f6efe5 !important;
  color: var(--ad-ink) !important;
  box-shadow: none !important;
  overflow: hidden;
}

.card-piece__media {
  border-radius: 0 !important;
  background: #120d0b;
}

.card-piece__media img {
  aspect-ratio: 1.1;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.collection-grid .card-piece__body,
.pieces-in-story .card-piece__body {
  padding: clamp(20px, 2vw, 30px) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(240, 229, 213, 0.96)) !important;
  color: var(--ad-ink) !important;
}

.collection-grid .card-piece h3,
.collection-grid .card-piece h3 a,
.pieces-in-story .card-piece h3,
.pieces-in-story .card-piece h3 a {
  color: var(--ad-ink) !important;
  font-size: clamp(1.7rem, 2.2vw, 2.45rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.collection-grid .card-piece p,
.pieces-in-story .card-piece p {
  color: var(--ad-ink-soft) !important;
  line-height: 1.7;
}

.collection-grid .card-piece__terms span,
.pieces-in-story .card-piece__terms span {
  border: 1px solid rgba(185, 133, 56, 0.24) !important;
  background: transparent !important;
  color: #8b6735 !important;
}

.collection-grid .card-piece__price,
.pieces-in-story .card-piece__price {
  color: var(--ad-bronze) !important;
}

.collection-gift-strip {
  width: var(--ad-container);
  border-radius: var(--ad-radius) !important;
  background: linear-gradient(135deg, rgba(157, 47, 35, 0.9), rgba(78, 47, 25, 0.88)) !important;
}

.gift-guide-hero {
  background:
    radial-gradient(circle at 84% 10%, rgba(185, 133, 56, 0.18), transparent 24rem),
    linear-gradient(112deg, #17100d 0%, #6c2b22 100%) !important;
}

.gift-guide-hero__inner {
  width: var(--ad-container);
  min-height: clamp(460px, 48vw, 720px) !important;
  grid-template-columns: minmax(0, 0.382fr) minmax(0, 0.618fr) !important;
  gap: clamp(34px, 7vw, 116px);
}

.gift-guide-hero h1 {
  color: #fff8ec;
  font-size: clamp(4.4rem, 8vw, 10rem);
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.gift-guide-hero p:not(.fw-kicker) {
  color: rgba(255, 248, 236, 0.78);
  line-height: 1.78;
}

.gift-guide-hero__media {
  border-radius: 0 var(--ad-radius-lg) 0 var(--ad-radius-lg) !important;
}

.gift-guide-content {
  background: linear-gradient(180deg, #f5efe6, #eadfce);
}

.gift-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  border: 1px solid var(--ad-line);
  background: var(--ad-line);
}

.gift-card {
  min-height: 210px !important;
  padding: clamp(20px, 2.4vw, 34px) !important;
}

.trust-row--badges {
  border-radius: var(--ad-radius) !important;
}

.site-footer {
  background:
    linear-gradient(180deg, #0a0d0b 0%, #050706 100%) !important;
}

@media (min-width: 1180px) {
  .home-hero__media {
    transform: translateY(2%) rotate(-0.6deg);
  }

  .featured-piece__media {
    transform: translateY(-6%);
  }
}

@media (max-width: 1100px) {
  .site-header__inner {
    grid-template-columns: auto 1fr auto !important;
  }

  .home-hero__inner,
  .atelier-index__inner,
  .featured-piece__inner,
  .gift-guide-banner__inner,
  .gift-guide-hero__inner {
    grid-template-columns: 1fr !important;
  }

  .home-hero__inner {
    min-height: auto !important;
  }

  .home-hero__media {
    order: -1;
    aspect-ratio: 1.58;
  }

  .atelier-index__grid {
    grid-template-columns: 1fr;
  }

  .atelier-index__tile {
    min-height: 220px;
  }

  .atelier-index__tile + .atelier-index__tile {
    border-left: 0;
    border-top: 1px solid var(--ad-line);
  }

  .story-shelf__track,
  .collection-grid__items,
  .gift-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shelf-card:first-child {
    grid-column: span 2;
    aspect-ratio: 1.5;
  }

  .shop-feeling__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .feeling-finder {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --ad-container: min(100% - 28px, 1380px);
    --ad-container-narrow: min(100% - 28px, 1160px);
  }

  .fw-section {
    padding-block: 48px !important;
  }

  .fw-section-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 22px !important;
  }

  .fw-section-head h2 {
    max-width: 9ch !important;
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .site-header__inner {
    min-height: 48px;
  }

  .site-header__brand-mark {
    width: 26px;
    height: 26px;
  }

  .home-hero {
    padding-block: 18px 42px !important;
  }

  .home-hero::before,
  .home-hero::after {
    display: none;
  }

  .home-hero__inner {
    gap: 18px;
  }

  .home-hero__content {
    gap: 11px;
  }

  .home-hero__content h1 {
    max-width: 8.5ch;
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .home-hero__content > p:not(.home-hero__culture-note) {
    max-width: 21rem;
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .home-hero .fw-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .home-hero .fw-actions .fw-btn {
    min-height: 34px;
    justify-content: center;
    padding: 8px 10px;
    font-size: 0.66rem;
    white-space: nowrap;
  }

  .home-hero__proof {
    grid-template-columns: 1fr;
    gap: 6px;
    font-size: 0.66rem;
  }

  .home-hero__proof li::before {
    display: inline-block;
    margin: 0 8px 3px 0;
    vertical-align: middle;
  }

  .home-hero__media {
    aspect-ratio: 1.64;
    border-radius: 0 18px 0 18px !important;
  }

  .home-hero__media::before {
    inset: 10px;
    border-radius: 0 12px 0 12px;
  }

  .atelier-index {
    padding-block: 34px;
  }

  .atelier-index__inner {
    gap: 22px;
  }

  .atelier-index__intro h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .atelier-index__tile {
    min-height: 176px;
    padding: 22px;
  }

  .atelier-index__mark {
    font-size: 5rem;
  }

  .featured-piece__inner {
    padding: 10px !important;
    border-radius: 22px !important;
  }

  .featured-piece__content {
    padding: 14px 8px 18px;
  }

  .featured-piece__content h2 {
    font-size: clamp(2.3rem, 12vw, 3.8rem);
  }

  .story-shelf__track,
  .collection-grid__items,
  .gift-guide-grid {
    grid-template-columns: 1fr !important;
  }

  .shelf-card:first-child {
    grid-column: auto;
    aspect-ratio: 1.26;
  }

  .shelf-card {
    aspect-ratio: 1.42;
    border-radius: 0 16px 0 16px !important;
  }

  .shop-feeling__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .feeling-card {
    min-height: 112px !important;
    align-content: center;
    justify-items: center;
    padding: 18px 12px !important;
    text-align: center;
  }

  .feeling-card em {
    display: none;
  }

  .feeling-finder,
  .gift-finder,
  .gift-advice {
    padding: 22px !important;
  }

  .page-hero__inner {
    min-height: 330px !important;
    padding-block: 58px 42px !important;
  }

  .page-hero--image h1 {
    max-width: 8.4ch;
    font-size: clamp(3.3rem, 15vw, 4.8rem) !important;
  }

  .collection-grid {
    padding-block: 34px 46px !important;
  }

  .collection-grid .filter-chips {
    width: var(--ad-container);
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 6px;
  }

  .collection-grid .filter-chip {
    flex: 0 0 auto;
  }

  .collection-grid__meta {
    display: grid !important;
    gap: 14px;
    width: var(--ad-container);
    padding: 18px !important;
  }

  .collection-grid__tool-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .collection-grid__tool-pill {
    flex: 0 0 auto;
  }

  .card-piece__media img {
    aspect-ratio: 1.15;
  }

  .collection-grid .card-piece h3,
  .collection-grid .card-piece h3 a,
  .pieces-in-story .card-piece h3,
  .pieces-in-story .card-piece h3 a {
    font-size: clamp(1.65rem, 9vw, 2.45rem);
  }

  .gift-guide-banner {
    padding-block: 46px;
  }

  .gift-guide-banner__inner {
    min-height: 0;
    border-radius: 22px !important;
  }

  .gift-guide-banner__content {
    padding: 26px !important;
  }

  .gift-guide-banner__content h2 {
    font-size: clamp(3rem, 14vw, 4.9rem);
  }

  .gift-guide-hero__inner {
    min-height: auto !important;
    padding-block: 44px !important;
  }

  .gift-guide-hero h1 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }
}

/* 2026 refinement: quieter luxury, sharper product evidence, clearer buying path. */
:root {
  --ad-ink: #17130f;
  --ad-ink-soft: #4f463e;
  --ad-paper: #f5efe6;
  --ad-rice: #fffaf2;
  --ad-porcelain: #eef3ee;
  --ad-stone: #ded2c0;
  --ad-bronze: #a77835;
  --ad-cinnabar: #94291f;
  --ad-jade: #6f947d;
  --ad-obsidian: #080a08;
  --ad-line: rgba(42, 32, 24, 0.16);
  --ad-line-dark: rgba(255, 244, 222, 0.16);
  --ad-radius-xs: 3px;
  --ad-radius: 6px;
  --ad-radius-lg: 8px;
  --ad-shadow: 0 24px 70px rgba(37, 28, 19, 0.12);
}

body {
  background:
    linear-gradient(90deg, rgba(111, 148, 125, 0.07), transparent 31%),
    linear-gradient(180deg, #fbf7ef 0%, var(--ad-paper) 44%, #ebe0d2 100%) !important;
}

h1,
h2,
h3,
h4,
.home-hero__content h1,
.fw-section-head h2,
.atelier-index__intro h2,
.featured-piece__content h2,
.gift-guide-banner__content h2,
.page-hero--image h1,
.gift-guide-hero h1,
.curated-edit__head h2,
.object-assurance__copy h2 {
  letter-spacing: 0 !important;
}

.fw-main {
  background:
    linear-gradient(90deg, transparent 38.2%, rgba(42, 32, 24, 0.055) 38.2% calc(38.2% + 1px), transparent calc(38.2% + 1px)),
    linear-gradient(180deg, rgba(255, 250, 242, 0.72), rgba(245, 239, 230, 0.92)) !important;
}

.fw-section {
  padding-block: 6rem !important;
}

.fw-kicker {
  color: var(--ad-cinnabar) !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.12em !important;
}

.fw-section-head {
  grid-template-columns: minmax(0, 0.382fr) minmax(0, 0.618fr);
  align-items: start;
  margin-bottom: 2.4rem !important;
  padding-bottom: 1.25rem;
}

.fw-section-head h2 {
  max-width: 11ch !important;
  font-size: 4.75rem;
  line-height: 0.92;
}

.fw-section-head p {
  max-width: 40rem;
  font-size: 1.02rem;
  line-height: 1.78;
}

.fw-btn,
.product-actions__cart .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 46px;
  border-radius: 3px !important;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.fw-btn--primary,
.product-actions__cart .single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #17130f !important;
  border-color: #17130f !important;
  color: #fffaf2 !important;
}

.fw-btn--primary:hover,
.product-actions__cart .single_add_to_cart_button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--ad-cinnabar) !important;
  border-color: var(--ad-cinnabar) !important;
}

.fw-btn--secondary {
  background: transparent !important;
  border-color: rgba(167, 120, 53, 0.42) !important;
  color: inherit !important;
}

.site-header {
  border-bottom: 1px solid rgba(42, 32, 24, 0.13);
  background: rgba(251, 247, 239, 0.92) !important;
  color: var(--ad-ink);
  box-shadow: none;
}

.site-header__inner {
  min-height: 68px;
}

.site-header__logo {
  color: var(--ad-ink) !important;
}

.site-header__mark {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border: 1px solid rgba(148, 41, 31, 0.72);
  background:
    linear-gradient(45deg, transparent 0 47%, rgba(167, 120, 53, 0.72) 47% 53%, transparent 53%),
    linear-gradient(135deg, rgba(148, 41, 31, 0.12), rgba(111, 148, 125, 0.1));
  transform: rotate(45deg);
}

.site-header__brand {
  color: var(--ad-ink);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
}

.site-header__nav {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.site-header__nav a {
  color: rgba(23, 19, 15, 0.72) !important;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible,
.site-header__nav a[aria-current="page"] {
  border-color: var(--ad-cinnabar);
  color: var(--ad-ink) !important;
}

.fw-icon-btn,
.site-header__toggle {
  color: var(--ad-ink);
}

.home-hero {
  padding-block: 0 !important;
  background:
    linear-gradient(90deg, #070a08 0%, #10130f 41%, #241813 100%) !important;
}

.home-hero__inner {
  min-height: 43rem !important;
  grid-template-columns: minmax(0, 0.382fr) minmax(0, 0.618fr) !important;
  gap: 5.5rem;
}

.home-hero__content {
  max-width: 34rem;
}

.home-hero__content h1 {
  max-width: 9.2ch;
  font-size: 6.6rem;
  line-height: 0.88;
}

.home-hero__content > p:not(.home-hero__culture-note) {
  max-width: 31rem;
  font-size: 1.05rem;
  line-height: 1.78;
}

.home-hero__culture-note {
  border-radius: 3px;
  color: #e8c88b !important;
}

.home-hero__media {
  aspect-ratio: 1.54;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
}

.home-hero__media::before {
  inset: 18px;
  border-radius: 0;
}

.home-hero__media::after {
  background: linear-gradient(135deg, transparent 45%, rgba(255, 244, 222, 0.19) 49.5%, transparent 54%);
}

.home-hero__proof {
  border-top-color: rgba(255, 244, 222, 0.18);
}

.atelier-index {
  background: linear-gradient(180deg, #fbf7ef, #f3eadf);
}

.atelier-index__inner {
  grid-template-columns: minmax(0, 0.382fr) minmax(0, 0.618fr);
}

.atelier-index__intro h2 {
  max-width: 12ch;
  font-size: 4.1rem;
  line-height: 0.94;
}

.atelier-index__grid {
  border-color: var(--ad-line);
  background: transparent;
}

.atelier-index__tile {
  min-height: 20rem;
  background: rgba(255, 250, 242, 0.54);
}

.atelier-index__tile::before {
  background:
    linear-gradient(135deg, transparent 0 55%, rgba(111, 148, 125, 0.16) 55.4%, transparent 55.9%),
    radial-gradient(circle at 72% 18%, rgba(148, 41, 31, 0.08), transparent 32%);
}

.atelier-index__mark {
  color: rgba(111, 148, 125, 0.14);
}

.curated-edit {
  background:
    linear-gradient(90deg, rgba(238, 243, 238, 0.78), transparent 42%),
    linear-gradient(180deg, #f3eadf, #efe4d7);
}

.curated-edit__inner {
  display: grid;
  gap: 2.6rem;
}

.curated-edit__head {
  display: grid;
  grid-template-columns: minmax(0, 0.382fr) minmax(0, 0.382fr) minmax(13rem, 0.236fr);
  gap: 2.25rem;
  align-items: end;
  border-bottom: 1px solid var(--ad-line);
  padding-bottom: 1.4rem;
}

.curated-edit__head h2 {
  max-width: 11ch;
  font-size: 4.5rem;
  line-height: 0.92;
}

.curated-edit__head > p:not(.fw-kicker) {
  max-width: 36rem;
  color: var(--ad-ink-soft);
  font-size: 1.02rem;
  line-height: 1.76;
}

.curated-edit__head .fw-card-link {
  justify-self: end;
  align-self: end;
}

.curated-edit__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.618fr) minmax(18rem, 0.382fr);
  gap: 1px;
  border: 1px solid var(--ad-line);
  background: var(--ad-line);
}

.curated-edit__feature {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 42rem;
  background: var(--ad-rice);
  color: var(--ad-ink);
  overflow: hidden;
}

.curated-edit__media {
  min-height: 0;
  background: #13100d;
}

.curated-edit__media img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.04);
}

.curated-edit__feature-copy {
  display: grid;
  gap: 0.85rem;
  padding: 2rem;
}

.curated-edit__eyebrow,
.curated-edit__mini p {
  color: var(--ad-bronze);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.curated-edit__feature-copy strong {
  font-family: var(--fw-font-serif);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 0.98;
}

.curated-edit__feature-copy span:not(.curated-edit__eyebrow) {
  max-width: 36rem;
  color: var(--ad-ink-soft);
  line-height: 1.72;
}

.curated-edit__feature-copy em,
.curated-edit__mini span {
  color: var(--ad-cinnabar);
  font-style: normal;
  font-weight: 800;
}

.curated-edit__rail {
  display: grid;
  grid-auto-rows: minmax(11rem, auto);
  gap: 1px;
  background: var(--ad-line);
}

.curated-edit__mini {
  display: grid;
  grid-template-columns: 9.5rem minmax(0, 1fr);
  gap: 1.15rem;
  align-items: center;
  min-height: 12rem;
  padding: 1.25rem;
  background: rgba(255, 250, 242, 0.88);
}

.curated-edit__mini-media {
  aspect-ratio: 1;
  background: #14100d;
  overflow: hidden;
}

.curated-edit__mini-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.curated-edit__mini h3 {
  margin: 0.35rem 0 0.55rem;
  font-size: 1.55rem;
  line-height: 1;
}

.curated-edit__promise {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.4rem;
  background: #17130f;
  color: rgba(255, 250, 242, 0.78);
}

.curated-edit__promise span {
  color: var(--ad-bronze);
}

.curated-edit__promise p {
  line-height: 1.64;
}

.featured-piece {
  background: linear-gradient(180deg, #efe4d7, #f6f0e7);
}

.featured-piece__inner {
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.featured-piece__media,
.featured-piece__media img {
  border-radius: 0 !important;
}

.featured-piece__content h2 {
  max-width: 10ch;
  font-size: 4.25rem;
  line-height: 0.92;
}

.story-shelf__track {
  grid-template-columns: minmax(0, 0.618fr) repeat(2, minmax(0, 0.309fr));
}

.shelf-card {
  border-radius: 0 !important;
}

.shop-feeling {
  background: #f6f0e7;
}

.shop-feeling__grid,
.stories-preview__grid,
.gift-guide-grid,
.about-values__grid {
  border-color: var(--ad-line);
}

.feeling-card,
.gift-card,
.about-values article,
.card-story,
.collection-grid .card-piece,
.pieces-in-story .card-piece {
  border-radius: 0 !important;
}

.object-assurance {
  background:
    linear-gradient(135deg, #0a0d0b 0%, #15120f 48%, #263429 100%);
  color: #fffaf2;
}

.object-assurance__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.382fr) minmax(0, 0.618fr);
  gap: 4rem;
  align-items: start;
}

.object-assurance__copy {
  position: sticky;
  top: 7rem;
  display: grid;
  gap: 1rem;
}

.object-assurance__copy h2 {
  max-width: 11ch;
  font-size: 4.35rem;
  line-height: 0.92;
}

.object-assurance__copy p:not(.fw-kicker) {
  max-width: 31rem;
  color: rgba(255, 250, 242, 0.76);
  font-size: 1.02rem;
  line-height: 1.78;
}

.object-assurance__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--ad-line-dark);
  background: var(--ad-line-dark);
  gap: 1px;
}

.object-assurance__item {
  min-height: 17rem;
  padding: 2rem;
  background: rgba(255, 250, 242, 0.055);
}

.object-assurance__item span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 4.8rem;
  place-items: center;
  color: #d6aa62;
}

.object-assurance__item h3 {
  margin-bottom: 0.8rem;
  color: #fffaf2;
  font-size: 1.72rem;
  line-height: 1;
}

.object-assurance__item p {
  color: rgba(255, 250, 242, 0.72);
  line-height: 1.68;
}

.stories-preview {
  background: linear-gradient(180deg, #f6f0e7, #ebe0d2);
}

.gift-guide-banner {
  background: linear-gradient(180deg, #ebe0d2, #0a0d0b);
}

.gift-guide-banner__inner {
  border-radius: 0 !important;
}

@media (max-width: 1240px) {
  .home-hero__content h1 {
    font-size: 5.55rem;
  }

  .fw-section-head h2,
  .curated-edit__head h2,
  .object-assurance__copy h2 {
    font-size: 3.8rem;
  }

  .atelier-index__intro h2,
  .featured-piece__content h2 {
    font-size: 3.55rem;
  }
}

@media (max-width: 1100px) {
  .home-hero {
    padding-block: 2rem 4rem !important;
  }

  .home-hero__inner,
  .atelier-index__inner,
  .curated-edit__head,
  .curated-edit__layout,
  .object-assurance__inner {
    grid-template-columns: 1fr !important;
  }

  .home-hero__media {
    order: -1;
  }

  .curated-edit__head .fw-card-link {
    justify-self: start;
  }

  .object-assurance__copy {
    position: static;
  }
}

@media (max-width: 767px) {
  .fw-section {
    padding-block: 3.4rem !important;
  }

  .site-header__inner {
    min-height: 54px;
  }

  .site-header__mark {
    display: none;
  }

  .site-header__brand {
    font-size: 0.72rem;
  }

  .site-header__nav {
    background: rgba(251, 247, 239, 0.98);
  }

  .home-hero {
    padding-block: 1rem 2.6rem !important;
  }

  .home-hero__inner {
    gap: 1.25rem;
  }

  .home-hero__content h1 {
    max-width: 9ch;
    font-size: 3.25rem;
    line-height: 0.92;
  }

  .home-hero__content > p:not(.home-hero__culture-note) {
    max-width: 23rem;
    font-size: 0.95rem;
  }

  .home-hero__media {
    aspect-ratio: 1.28;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  }

  .home-hero__media img {
    object-position: var(--fw-hero-position-mobile, 72% 50%);
  }

  .fw-section-head h2,
  .curated-edit__head h2,
  .object-assurance__copy h2,
  .atelier-index__intro h2,
  .featured-piece__content h2 {
    max-width: 12ch !important;
    font-size: 2.7rem;
    line-height: 0.95;
  }

  .curated-edit__head {
    gap: 0.9rem;
  }

  .curated-edit__feature {
    min-height: 0;
  }

  .curated-edit__media img {
    min-height: 19rem;
  }

  .curated-edit__feature-copy {
    padding: 1.25rem;
  }

  .curated-edit__feature-copy strong {
    font-size: 2.1rem;
  }

  .curated-edit__rail {
    grid-template-rows: none;
  }

  .curated-edit__mini {
    grid-template-columns: 6.7rem minmax(0, 1fr);
    min-height: 8.7rem;
    padding: 0.85rem;
  }

  .curated-edit__mini h3 {
    font-size: 1.18rem;
  }

  .object-assurance__grid {
    grid-template-columns: 1fr;
  }

  .object-assurance__item {
    min-height: 0;
    padding: 1.45rem;
  }

  .object-assurance__item span {
    margin-bottom: 2.2rem;
  }

  .story-shelf__track,
  .story-shelf__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1px !important;
    overflow: visible !important;
    padding-bottom: 0;
    border: 1px solid var(--ad-line-dark);
    background: var(--ad-line-dark);
  }

  .shelf-card,
  .shelf-card:first-child {
    display: grid;
    grid-column: auto;
    grid-row: auto;
    grid-template-rows: minmax(9.5rem, auto) auto;
    aspect-ratio: auto !important;
    min-height: 0 !important;
    border: 0 !important;
  }

  .shelf-card::after {
    display: none;
  }

  .shelf-card img {
    min-height: 9.5rem;
    padding: 1.15rem;
  }

  .shelf-card span {
    position: relative;
    inset: auto;
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    background: #0b0d0b;
  }

  .shelf-card strong {
    font-size: 1.5rem;
  }

  .shelf-card em {
    max-width: none;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .shop-feeling__grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

body * {
  letter-spacing: 0 !important;
}

.fw-section-head h2,
.pieces-in-story h2,
.story-detail__body h2 {
  color: var(--ad-ink) !important;
  font-family: var(--fw-font-serif) !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.fw-btn,
.filter-chip,
.site-header__nav a,
.fw-card-link,
.fw-text-link {
  text-transform: none !important;
}

.site-header__nav {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-hero__media img {
  filter: saturate(1.02) contrast(1.06) brightness(1.05) !important;
}

.home-hero__media {
  clip-path: none !important;
}

.home-hero__media::before,
.home-hero__media::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 1101px) {
  .home-hero__inner {
    min-height: 39.5rem !important;
  }

  .home-hero__content h1 {
    font-size: 6rem;
  }
}

/* Homepage polish pass: make each module earn its place. */
:root {
  --ad-page-gutter: clamp(18px, 4.8vw, 64px);
}

.site-header {
  background: rgba(250, 247, 239, 0.94) !important;
}

.site-header__inner {
  width: min(100% - var(--ad-page-gutter), 1320px);
}

.site-header__logo {
  min-width: 7rem;
}

.site-header__brand {
  color: #a87935;
}

.site-header__nav a {
  font-size: 0.82rem;
}

.home-hero {
  background:
    linear-gradient(135deg, #060908 0%, #12100d 54%, #2b1b15 100%) !important;
}

.home-hero__inner {
  width: min(100% - var(--ad-page-gutter), 1320px);
}

.home-hero__media {
  border: 1px solid rgba(255, 244, 222, 0.1);
  background: #070908;
}

.home-hero__media img {
  opacity: 0.92;
}

.home-hero__culture-note {
  border-color: rgba(214, 170, 98, 0.42);
  background: rgba(255, 250, 242, 0.035);
}

.home-hero__content > p:not(.home-hero__culture-note) {
  color: rgba(255, 250, 242, 0.82);
}

.home-hero .fw-btn--primary {
  background: #fffaf2 !important;
  border-color: #fffaf2 !important;
  color: #17130f !important;
}

.home-hero .fw-btn--primary:hover {
  background: #d6aa62 !important;
  border-color: #d6aa62 !important;
}

.atelier-index {
  border-top: 1px solid rgba(42, 32, 24, 0.08);
}

.atelier-index__grid {
  box-shadow: 0 18px 56px rgba(37, 28, 19, 0.07);
}

.atelier-index__tile {
  transition:
    background-color 180ms var(--ad-ease),
    color 180ms var(--ad-ease),
    transform 180ms var(--ad-ease);
}

.atelier-index__tile:hover {
  background: #17130f;
  color: #fffaf2;
  transform: translateY(-2px);
}

.atelier-index__tile:hover p,
.atelier-index__tile:hover .atelier-index__number,
.atelier-index__tile:hover em {
  color: rgba(255, 250, 242, 0.78) !important;
}

.curated-edit__layout {
  box-shadow: 0 24px 70px rgba(37, 28, 19, 0.1);
}

.curated-edit__feature,
.curated-edit__mini,
.card-story,
.feeling-card,
.object-assurance__item {
  transition:
    transform 180ms var(--ad-ease),
    background-color 180ms var(--ad-ease),
    border-color 180ms var(--ad-ease);
}

.curated-edit__feature:hover,
.curated-edit__mini:hover,
.card-story:hover {
  transform: translateY(-2px);
}

.curated-edit__media img,
.curated-edit__mini-media img {
  transition: transform 560ms var(--ad-ease);
}

.curated-edit__feature:hover .curated-edit__media img,
.curated-edit__mini:hover .curated-edit__mini-media img {
  transform: scale(1.035);
}

.featured-piece {
  background:
    radial-gradient(circle at 8% 16%, rgba(111, 148, 125, 0.11), transparent 22rem),
    linear-gradient(180deg, #efe4d7, #f8f3eb);
}

.featured-piece__inner {
  width: min(100% - var(--ad-page-gutter), 1180px);
  align-items: stretch;
}

.featured-piece__media {
  min-height: 100%;
  border: 1px solid rgba(42, 32, 24, 0.12);
  background:
    radial-gradient(circle at 48% 42%, rgba(167, 120, 53, 0.2), transparent 35%),
    #120d0b;
}

.featured-piece__media img {
  height: 100%;
  min-height: 34rem;
  object-fit: contain;
  padding: clamp(1.6rem, 4vw, 3.5rem);
}

.featured-piece__content {
  border-top: 1px solid var(--ad-line);
  border-bottom: 1px solid var(--ad-line);
}

.featured-piece__details {
  display: grid;
  gap: 0;
  margin: 1.25rem 0 0;
  padding: 0;
  border-top: 1px solid var(--ad-line);
}

.featured-piece__details div {
  display: grid;
  grid-template-columns: minmax(6rem, 0.36fr) minmax(0, 0.64fr);
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--ad-line);
}

.featured-piece__details dt {
  color: var(--ad-bronze);
  font-size: 0.72rem;
  font-weight: 800;
}

.featured-piece__details dd {
  margin: 0;
  color: var(--ad-ink-soft);
  line-height: 1.55;
}

.story-shelf {
  background: #f8f3eb;
}

.story-shelf__track {
  border: 1px solid var(--ad-line-dark);
  background: var(--ad-line-dark);
  gap: 1px !important;
}

.shelf-card {
  border: 0 !important;
}

.shelf-card span {
  background: linear-gradient(180deg, transparent, rgba(5, 7, 6, 0.92));
}

.shelf-card strong {
  max-width: 9ch;
}

.shop-feeling {
  background:
    linear-gradient(90deg, rgba(238, 243, 238, 0.74), transparent 48%),
    #f7f1e8;
}

.shop-feeling__body {
  display: grid;
  grid-template-columns: minmax(0, 0.618fr) minmax(18rem, 0.382fr);
  gap: 1px;
  border: 1px solid var(--ad-line);
  background: var(--ad-line);
}

.shop-feeling__grid {
  border: 0;
  background: var(--ad-line);
}

.feeling-card {
  min-height: 15rem !important;
}

.feeling-card:hover {
  background: #fffaf2 !important;
}

.shop-feeling__aside {
  display: grid;
  align-content: end;
  gap: 1rem;
  min-height: 100%;
  padding: clamp(1.6rem, 3.2vw, 3rem);
  background:
    linear-gradient(135deg, rgba(23, 19, 15, 0.74), rgba(23, 19, 15, 0.94)),
    url("../images/homepage/home-hero-rain-window.png") center / cover;
  color: #fffaf2;
}

.shop-feeling__aside h3 {
  max-width: 10ch;
  font-size: clamp(2rem, 3.2vw, 3.65rem);
  line-height: 0.95;
}

.shop-feeling__aside p:not(.fw-kicker) {
  color: rgba(255, 250, 242, 0.74);
  line-height: 1.68;
}

.object-assurance {
  background:
    linear-gradient(90deg, rgba(214, 170, 98, 0.06) 0 1px, transparent 1px 100%) 0 0 / 18rem 100%,
    linear-gradient(135deg, #080a08 0%, #111410 54%, #243125 100%);
}

.object-assurance__item {
  background: rgba(255, 250, 242, 0.04);
}

.object-assurance__item:hover {
  background: rgba(255, 250, 242, 0.08);
}

.stories-preview__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) repeat(3, minmax(0, 0.16fr)) !important;
  gap: 1px !important;
}

.stories-preview .card-story--feature {
  grid-row: span 2;
}

.stories-preview .card-story {
  display: grid;
  background: #fffaf2 !important;
}

.stories-preview .card-story--feature .card-story__media img {
  aspect-ratio: 1.12;
}

.stories-preview .card-story__media img {
  aspect-ratio: 1.25;
  object-fit: cover;
}

.stories-preview .card-story__body {
  padding: clamp(1.15rem, 2vw, 1.8rem) !important;
}

.gift-guide-banner__inner {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.gift-guide-banner__media img {
  object-position: center;
}

.site-footer__ornament {
  display: none;
}

.site-footer__inner,
.site-footer__bottom {
  width: min(100% - var(--ad-page-gutter), 1180px);
}

@media (min-width: 1024px) {
  .home-hero {
    min-height: calc(100vh - 68px);
    display: grid;
    align-items: center;
    padding-block: clamp(2rem, 5vw, 5rem) !important;
  }

  .home-hero__inner {
    grid-template-columns: minmax(24rem, 0.382fr) minmax(0, 0.618fr) !important;
    min-height: min(45rem, calc(100vh - 9rem)) !important;
  }

  .home-hero__media {
    order: 2;
    align-self: stretch;
    aspect-ratio: auto;
  }

  .home-hero__media img {
    height: 100% !important;
  }

  .home-hero__content {
    order: 1;
  }
}

@media (max-width: 1100px) {
  .shop-feeling__body,
  .stories-preview__grid {
    grid-template-columns: 1fr !important;
  }

  .shop-feeling__aside {
    min-height: 22rem;
  }
}

@media (max-width: 767px) {
  .home-hero__media {
    aspect-ratio: 1.18;
  }

  .home-hero__culture-note {
    font-size: 0.66rem;
  }

  .featured-piece__media img {
    min-height: 18rem;
    padding: 1.4rem;
  }

  .featured-piece__details div {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .shop-feeling__body {
    display: grid;
    grid-template-columns: 1fr !important;
  }

  .shop-feeling__aside {
    min-height: 18rem;
  }

  .stories-preview .card-story,
  .stories-preview .card-story--feature {
    grid-row: auto;
  }

  .stories-preview .card-story__media img,
  .stories-preview .card-story--feature .card-story__media img {
    aspect-ratio: 1.45;
  }
}

/* Story shelf correction: equal editorial tiles, no oversized black void. */
.story-shelf__track {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  grid-auto-rows: auto !important;
}

.shelf-card,
.shelf-card:first-child {
  grid-column: auto !important;
  grid-row: auto !important;
  aspect-ratio: 1.06 !important;
  min-height: 18rem !important;
}

.shelf-card img {
  min-height: 0 !important;
  padding: 1rem !important;
}

.featured-piece__media img {
  min-height: 28rem;
}

.stories-preview__grid--secondary-0 {
  grid-template-columns: minmax(0, 1fr) !important;
}

.stories-preview__grid--secondary-0 .card-story--feature {
  display: grid !important;
  grid-row: auto;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
  grid-template-rows: 1fr;
  align-items: stretch;
}

.stories-preview__grid--secondary-0 .card-story--feature .card-story__media {
  grid-column: 1;
  grid-row: 1;
}

.stories-preview__grid--secondary-0 .card-story--feature .card-story__body {
  grid-column: 2;
  grid-row: 1;
  align-content: center;
  background: #fffaf2;
}

.stories-preview__grid--secondary-0 .card-story--feature .card-story__media img {
  height: 100%;
  aspect-ratio: 1.62;
}

.stories-preview__grid--secondary-1 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.stories-preview__grid--secondary-1 .card-story,
.stories-preview__grid--secondary-1 .card-story--feature {
  grid-column: auto !important;
  grid-row: auto !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto !important;
}

.stories-preview__grid--secondary-1 .card-story__media,
.stories-preview__grid--secondary-1 .card-story__body {
  grid-column: 1 !important;
  grid-row: auto !important;
}

.stories-preview__grid--secondary-1 .card-story__media img,
.stories-preview__grid--secondary-1 .card-story--feature .card-story__media img {
  height: auto !important;
  aspect-ratio: 1.45 !important;
}

.stories-preview__grid--secondary-2 {
  grid-template-columns: minmax(0, 0.5fr) repeat(2, minmax(0, 0.25fr)) !important;
}

@media (max-width: 767px) {
  .stories-preview__grid--secondary-0 .card-story--feature {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .stories-preview__grid--secondary-0 .card-story--feature .card-story__media,
  .stories-preview__grid--secondary-0 .card-story--feature .card-story__body {
    grid-column: 1;
    grid-row: auto;
  }
}

/* Final featured object correction: keep it editorial without black dead space. */
.featured-piece__media {
  display: grid;
  place-items: center;
  overflow: hidden;
  transform: none;
}

.featured-piece__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
}

@media (min-width: 768px) {
  .featured-piece__media {
    min-height: clamp(30rem, 44vw, 38rem);
  }
}

@media (max-width: 767px) {
  .featured-piece__media {
    min-height: 0 !important;
    aspect-ratio: 1 / 1.06;
  }

  .featured-piece__content {
    padding-block: 0.4rem 0;
  }
}

@media (max-width: 900px) {
  .story-shelf__track {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .story-shelf__track {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    grid-auto-columns: auto !important;
    grid-auto-flow: row !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .shelf-card,
  .shelf-card:first-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    aspect-ratio: 1.42 !important;
    min-height: 13.5rem !important;
  }

  .shelf-card img {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    object-fit: cover;
  }

  .stories-preview__grid,
  .stories-preview__grid--secondary-0,
  .stories-preview__grid--secondary-1,
  .stories-preview__grid--secondary-2 {
    grid-template-columns: 1fr !important;
  }

  .stories-preview .card-story,
  .stories-preview .card-story--feature {
    grid-column: auto !important;
    grid-row: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }
}

@media (min-width: 768px) {
  .featured-piece__media img {
    object-fit: contain !important;
    padding: clamp(0.85rem, 1.7vw, 1.45rem) !important;
    background: #160f0c;
  }
}

@media (max-width: 767px) {
  .featured-piece__media img {
    object-fit: cover !important;
    padding: 0 !important;
  }
}

@media (min-width: 1024px) {
  .story-shelf__track {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(17rem, auto) !important;
  }

  .story-shelf__track .shelf-card,
  .story-shelf__track .shelf-card:first-child {
    grid-column: span 2 !important;
    grid-row: auto !important;
    aspect-ratio: auto !important;
    min-height: 17rem !important;
  }

  .story-shelf__track .shelf-card:nth-child(4),
  .story-shelf__track .shelf-card:nth-child(5) {
    grid-column: span 3 !important;
  }

  .shelf-card span {
    inset: auto 0 0 !important;
    width: 100%;
    box-sizing: border-box;
    padding: 1.45rem 1.15rem 1rem;
  }

  .shelf-card strong {
    max-width: 8ch;
    font-size: clamp(1.28rem, 1.55vw, 1.75rem);
    line-height: 0.96;
  }

  .shelf-card em {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.78rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .shop-feeling__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .feeling-card {
    min-height: 11rem;
    align-content: center;
  }

  .feeling-card em {
    max-width: 18rem;
  }
}

/* Balance pass: calmer proportions and steadier module weight. */
:root {
  --ad-balance-max: 1200px;
  --ad-balance-wide: 1280px;
  --ad-balance-gap: clamp(1.5rem, 3vw, 3.25rem);
  --ad-balance-y: clamp(4.75rem, 7vw, 7.5rem);
}

.home-hero__inner,
.atelier-index__inner,
.curated-edit__inner,
.featured-piece__inner,
.story-shelf .fw-container,
.shop-feeling .fw-container,
.object-assurance__inner,
.stories-preview .fw-container,
.gift-guide-banner__inner {
  width: min(100% - var(--ad-page-gutter), var(--ad-balance-max)) !important;
}

.fw-section {
  padding-block: var(--ad-balance-y) !important;
}

.fw-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.38fr) minmax(0, 0.62fr);
  gap: var(--ad-balance-gap);
  align-items: end;
  margin-bottom: clamp(1.8rem, 3vw, 3rem);
  padding-bottom: clamp(1rem, 1.8vw, 1.4rem);
  border-bottom: 1px solid var(--ad-line);
}

.fw-section-head > div {
  display: grid;
  gap: 0.85rem;
}

.fw-section-head h2,
.curated-edit__head h2,
.atelier-index__intro h2,
.featured-piece__content h2,
.object-assurance__copy h2,
.gift-guide-banner__content h2 {
  max-width: 12.5ch !important;
  font-size: clamp(3.25rem, 5vw, 4.6rem) !important;
  line-height: 0.98 !important;
}

.fw-section-head p:not(.fw-kicker),
.curated-edit__head > p:not(.fw-kicker),
.atelier-index__intro p:not(.fw-kicker),
.featured-piece__content > p:not(.fw-kicker),
.object-assurance__copy p:not(.fw-kicker),
.gift-guide-banner__content p:not(.fw-kicker) {
  max-width: 36rem;
  font-size: clamp(0.98rem, 1.1vw, 1.05rem);
  line-height: 1.72;
}

@media (min-width: 900px) {
  .site-header__inner {
    grid-template-columns: minmax(11rem, 1fr) auto minmax(11rem, 1fr) !important;
    min-height: 64px;
  }

  .site-header__logo {
    justify-self: start;
  }

  .site-header__nav {
    justify-self: center;
    gap: clamp(1rem, 2vw, 1.55rem) !important;
  }

  .site-header__actions {
    justify-self: end;
  }
}

@media (min-width: 1024px) {
  .home-hero {
    padding-block: clamp(3rem, 5vw, 4.4rem) !important;
  }

  .home-hero__inner {
    grid-template-columns: minmax(22rem, 0.4fr) minmax(0, 0.6fr) !important;
    gap: clamp(3rem, 6vw, 5rem) !important;
    min-height: min(38.25rem, calc(100vh - 7rem)) !important;
    align-items: center;
  }

  .home-hero__content {
    max-width: 31rem;
  }

  .home-hero__content h1 {
    max-width: 9.6ch;
    font-size: clamp(4.65rem, 6.2vw, 5.85rem) !important;
    line-height: 0.93 !important;
  }

  .home-hero__content > p:not(.home-hero__culture-note) {
    max-width: 30rem;
    font-size: 1rem;
    line-height: 1.7;
  }

  .home-hero__media {
    align-self: center;
    aspect-ratio: 1.38 !important;
  }

  .home-hero__proof {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr) minmax(0, 1.16fr);
    gap: 1rem;
  }

  .home-hero__proof li {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .atelier-index__inner {
    grid-template-columns: minmax(20rem, 0.36fr) minmax(0, 0.64fr) !important;
    gap: var(--ad-balance-gap);
    align-items: stretch;
  }

  .atelier-index__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .atelier-index__tile {
    min-height: 17.5rem !important;
    padding: clamp(1.4rem, 2vw, 2rem);
  }

  .atelier-index__mark {
    font-size: clamp(3.8rem, 6vw, 5.2rem);
    opacity: 0.65;
  }

  .curated-edit__head {
    grid-template-columns: minmax(0, 0.56fr) minmax(22rem, 0.44fr) !important;
    gap: var(--ad-balance-gap);
    align-items: end;
  }

  .curated-edit__head .fw-kicker {
    grid-column: 1;
    grid-row: 1;
  }

  .curated-edit__head h2 {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }

  .curated-edit__head > p:not(.fw-kicker) {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
  }

  .curated-edit__head .fw-card-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }

  .curated-edit__layout {
    grid-template-columns: minmax(0, 0.56fr) minmax(22rem, 0.44fr) !important;
  }

  .curated-edit__feature {
    min-height: 36rem !important;
  }

  .curated-edit__media img {
    min-height: 24rem !important;
  }

  .curated-edit__feature-copy strong {
    max-width: 12ch;
    font-size: clamp(2.25rem, 3.3vw, 3rem) !important;
    line-height: 1.02;
  }

  .curated-edit__mini {
    grid-template-columns: 8.25rem minmax(0, 1fr) !important;
    min-height: 10.75rem !important;
  }

  .featured-piece__inner {
    grid-template-columns: minmax(0, 0.52fr) minmax(23rem, 0.48fr) !important;
    gap: clamp(2.2rem, 4vw, 4rem);
    align-items: center;
    padding: clamp(1.5rem, 2.6vw, 2rem);
    border: 1px solid rgba(42, 32, 24, 0.12);
  }

  .featured-piece__media {
    min-height: clamp(25rem, 35vw, 31rem) !important;
    aspect-ratio: 1.32;
  }

  .featured-piece__media img {
    object-fit: contain !important;
    padding: clamp(1rem, 2vw, 1.6rem) !important;
  }

  .featured-piece__content {
    justify-self: center;
    max-width: 33rem;
  }

  .story-shelf__track {
    grid-auto-rows: minmax(16.5rem, auto) !important;
  }

  .story-shelf__track .shelf-card,
  .story-shelf__track .shelf-card:first-child {
    min-height: 16.5rem !important;
  }

  .shop-feeling__body {
    grid-template-columns: minmax(0, 0.58fr) minmax(22rem, 0.42fr) !important;
    align-items: stretch;
  }

  .feeling-card {
    min-height: 10.5rem;
    padding: 1.75rem;
  }

  .shop-feeling__aside {
    min-height: auto;
    display: grid;
    align-content: center;
    padding: clamp(2rem, 3.2vw, 3rem);
  }

  .shop-feeling__aside h3 {
    max-width: 10ch;
    font-size: clamp(2.5rem, 3.7vw, 3.45rem);
    line-height: 0.98;
  }

  .object-assurance__inner {
    grid-template-columns: minmax(20rem, 0.38fr) minmax(0, 0.62fr) !important;
    gap: clamp(2.5rem, 5vw, 4rem);
  }

  .object-assurance__item {
    min-height: 14.5rem;
    padding: clamp(1.5rem, 2.4vw, 2rem);
  }

  .object-assurance__item span {
    margin-bottom: clamp(2.2rem, 4vw, 3.2rem);
  }

  .stories-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .stories-preview .card-story,
  .stories-preview .card-story--feature {
    grid-column: auto !important;
    grid-row: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }

  .stories-preview .card-story__media img,
  .stories-preview .card-story--feature .card-story__media img {
    height: auto !important;
    aspect-ratio: 1.5 !important;
  }

  .gift-guide-banner__inner {
    grid-template-columns: minmax(21rem, 0.38fr) minmax(0, 0.62fr) !important;
    min-height: 25rem;
  }
}

@media (max-width: 1023px) {
  .fw-section-head,
  .curated-edit__head {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  :root {
    --ad-page-gutter: 28px;
    --ad-balance-y: 4rem;
  }

  .home-hero__content h1 {
    font-size: clamp(3rem, 14vw, 3.7rem) !important;
    line-height: 0.94 !important;
  }

  .home-hero__inner {
    gap: 1.35rem !important;
  }

  .home-hero .fw-actions {
    grid-template-columns: 1fr;
  }

  .collection-grid .filter-chips {
    overflow-x: visible !important;
    flex-wrap: wrap !important;
    gap: 0.55rem;
    padding-bottom: 0 !important;
  }

  .collection-grid .filter-chip {
    flex: 0 1 auto !important;
  }

  .fw-section-head h2,
  .curated-edit__head h2,
  .atelier-index__intro h2,
  .featured-piece__content h2,
  .object-assurance__copy h2,
  .gift-guide-banner__content h2 {
    font-size: clamp(2.55rem, 12vw, 3.15rem) !important;
    line-height: 0.98 !important;
  }

  .atelier-index__tile {
    min-height: 15rem !important;
  }

  .curated-edit__mini {
    grid-template-columns: 6.2rem minmax(0, 1fr) !important;
  }

  .featured-piece__inner {
    padding: 0 !important;
    border: 0;
  }

  .object-assurance__copy h2 {
    max-width: 11.5ch !important;
  }

  .object-assurance__item span {
    margin-bottom: 1.6rem !important;
  }

  .shop-feeling__grid {
    grid-template-columns: 1fr !important;
  }

  .feeling-card {
    min-height: 8.75rem;
  }

  .collection-grid__tool-pills {
    overflow-x: visible !important;
    flex-wrap: wrap !important;
    gap: 0.55rem;
    padding-bottom: 0 !important;
  }

  .collection-grid__tool-pill {
    flex: 1 1 calc(50% - 0.55rem) !important;
    min-width: 0;
    justify-content: center;
    white-space: normal;
  }

  .collection-grid__tool-pill--soft {
    flex-basis: 100% !important;
  }
}

@media (min-width: 1024px) {
  .home-hero__content h1 {
    font-size: clamp(4.35rem, 5.7vw, 5.4rem) !important;
    line-height: 0.94 !important;
  }

  .fw-section-head h2,
  .curated-edit__head h2,
  .atelier-index__intro h2,
  .featured-piece__content h2,
  .object-assurance__copy h2,
  .gift-guide-banner__content h2 {
    max-width: 13.6ch !important;
    font-size: clamp(3rem, 4.2vw, 4.12rem) !important;
    line-height: 1 !important;
  }

  .object-assurance__copy h2,
  .gift-guide-banner__content h2 {
    max-width: 11.8ch !important;
  }
}

/* Flow refinement pass: clearer first action, calmer cards, steadier mobile path. */
:root {
  --fw-flow-surface: rgba(255, 250, 242, 0.84);
  --fw-flow-surface-strong: #fffaf2;
  --fw-flow-border: rgba(76, 54, 38, 0.14);
  --fw-flow-border-dark: rgba(244, 216, 158, 0.16);
  --fw-flow-shadow: 0 18px 46px rgba(41, 27, 18, 0.1);
  --fw-flow-radius: 10px;
}

.site-header {
  z-index: 90;
  background: rgba(12, 10, 9, 0.86) !important;
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.site-header__inner {
  gap: clamp(0.6rem, 1.4vw, 1.4rem);
}

.site-header__nav {
  padding: 0.35rem !important;
  background: rgba(255, 250, 242, 0.04) !important;
}

.site-header__nav a {
  min-height: 2.25rem;
  padding: 0.55rem 0.75rem !important;
  border: 0 !important;
  border-radius: 999px;
}

.site-header__nav a[aria-current="page"],
.site-header__nav a:hover,
.site-header__nav a:focus-visible {
  background: rgba(244, 216, 158, 0.1);
}

.site-header__shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(244, 216, 158, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.08);
  color: #fff8ec;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: background-color 180ms var(--ad-ease), border-color 180ms var(--ad-ease), color 180ms var(--ad-ease);
}

.site-header__shop-link:hover,
.site-header__shop-link:focus-visible {
  border-color: rgba(244, 216, 158, 0.5);
  background: rgba(244, 216, 158, 0.16);
  color: #f4d89e;
  outline: 0;
}

.home-hero {
  padding-block: clamp(2.4rem, 4.4vw, 4.8rem) clamp(3.4rem, 5vw, 5.8rem) !important;
}

.home-hero__inner {
  align-items: center;
}

.home-hero__content {
  gap: clamp(0.85rem, 1.5vw, 1.2rem) !important;
}

.home-hero__content h1 {
  max-width: 10ch !important;
  letter-spacing: -0.045em !important;
  text-wrap: balance;
}

.home-hero__content > p:not(.home-hero__culture-note) {
  max-width: 31rem !important;
}

.home-hero__proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.6rem !important;
  margin: clamp(0.8rem, 1.8vw, 1.3rem) 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  list-style: none;
  text-transform: none !important;
}

.home-hero__proof li {
  min-width: 0;
  font-size: 1rem !important;
  letter-spacing: 0 !important;
}

.home-hero__proof li::before {
  content: none !important;
  display: none !important;
}

.home-hero__proof a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 0.24rem 0.65rem;
  min-height: 6.5rem;
  padding: 0.95rem;
  border: 1px solid var(--fw-flow-border-dark);
  border-radius: var(--fw-flow-radius);
  background: rgba(255, 250, 242, 0.075);
  color: rgba(255, 248, 236, 0.78);
  transition: transform 180ms var(--ad-ease), background-color 180ms var(--ad-ease), border-color 180ms var(--ad-ease);
}

.home-hero__proof a:hover,
.home-hero__proof a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 216, 158, 0.42);
  background: rgba(255, 250, 242, 0.12);
  outline: 0;
}

.home-hero__proof strong {
  color: #fff8ec;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
}

.home-hero__proof span {
  grid-column: 1 / -1;
  color: rgba(255, 248, 236, 0.64);
  font-size: 0.78rem;
  line-height: 1.42;
}

.home-hero__proof svg {
  grid-column: 2;
  grid-row: 1;
  color: #f4d89e;
}

.home-hero__media {
  border-radius: var(--fw-flow-radius) !important;
  clip-path: none !important;
}

.home-hero__media::before {
  border-radius: calc(var(--fw-flow-radius) - 2px) !important;
}

.atelier-index {
  padding-block: clamp(3.8rem, 6vw, 6rem) !important;
}

.atelier-index__inner {
  align-items: center !important;
}

.atelier-index__intro {
  gap: 1rem;
}

.atelier-index__intro h2 {
  max-width: 11.5ch !important;
  text-wrap: balance;
}

.atelier-index__grid {
  gap: 0.8rem !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.atelier-index__tile,
.atelier-index__tile + .atelier-index__tile {
  display: grid;
  align-content: start;
  min-height: 18.25rem !important;
  padding: clamp(1.15rem, 2vw, 1.55rem) !important;
  border: 1px solid var(--fw-flow-border) !important;
  border-radius: var(--fw-flow-radius) !important;
  background: var(--fw-flow-surface) !important;
  box-shadow: none !important;
  color: var(--ad-ink) !important;
}

.atelier-index__tile:hover,
.atelier-index__tile:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(157, 47, 35, 0.22) !important;
  background: var(--fw-flow-surface-strong) !important;
  color: var(--ad-ink) !important;
  outline: 0;
}

.atelier-index__tile::before,
.atelier-index__mark {
  content: none !important;
  display: none !important;
}

.atelier-index__number {
  position: static !important;
  display: inline-flex;
  width: fit-content;
  min-width: 2.1rem;
  min-height: 2.1rem;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid rgba(157, 47, 35, 0.18);
  border-radius: 999px;
  background: rgba(157, 47, 35, 0.07);
  color: var(--ad-cinnabar) !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.atelier-index__tile h3 {
  max-width: 12ch !important;
  margin-bottom: 0.75rem !important;
  font-size: clamp(1.55rem, 2vw, 2rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.02em !important;
}

.atelier-index__tile p {
  max-width: 24rem !important;
  color: var(--ad-ink-soft) !important;
  font-size: 0.93rem;
  line-height: 1.58 !important;
}

.atelier-index__cue {
  display: block;
  margin-top: 1.05rem;
  padding-top: 1rem;
  border-top: 1px solid var(--fw-flow-border);
  color: #7c5b32;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.45;
}

.atelier-index__tile em {
  margin-top: 1rem !important;
  color: var(--ad-cinnabar) !important;
}

.curated-edit__layout,
.featured-piece__inner,
.shop-feeling__body,
.object-assurance__grid,
.stories-preview__grid,
.gift-guide-banner__inner {
  border-radius: var(--fw-flow-radius) !important;
  overflow: hidden;
  box-shadow: var(--fw-flow-shadow) !important;
}

.curated-edit__feature,
.curated-edit__mini,
.curated-edit__promise,
.feeling-card,
.object-assurance__item,
.card-story {
  border-radius: 0 !important;
}

.curated-edit__promise {
  background:
    linear-gradient(135deg, rgba(10, 13, 11, 0.96), rgba(30, 22, 17, 0.96)),
    #17130f !important;
}

.featured-piece__details div {
  grid-template-columns: minmax(6.5rem, 0.32fr) minmax(0, 0.68fr);
}

.shop-feeling__aside {
  border-radius: 0 !important;
}

.object-assurance__copy {
  top: 6rem;
}

.object-assurance__item {
  min-height: 12.5rem !important;
}

.object-assurance__item span {
  margin-bottom: clamp(1.8rem, 3vw, 2.6rem) !important;
}

.gift-guide-banner__content {
  align-content: center;
}

@media (min-width: 1024px) {
  .site-header__actions {
    align-items: center;
    gap: 0.35rem;
  }

  .home-hero__inner {
    grid-template-columns: minmax(24rem, 0.43fr) minmax(0, 0.57fr) !important;
    gap: clamp(2rem, 4.5vw, 4.25rem) !important;
  }

  .home-hero__media {
    height: min(36vw, 500px) !important;
    min-height: 380px !important;
  }

  .atelier-index__inner {
    grid-template-columns: minmax(20rem, 0.34fr) minmax(0, 0.66fr) !important;
  }

  .curated-edit__layout {
    grid-template-columns: minmax(0, 0.58fr) minmax(22rem, 0.42fr) !important;
  }

  .stories-preview__grid--secondary-3 {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr) !important;
  }
}

@media (max-width: 1023px) {
  .site-header__shop-link {
    display: none;
  }

  .home-hero__proof {
    grid-template-columns: 1fr !important;
  }

  .home-hero__proof a {
    min-height: 0;
  }

  .atelier-index__inner {
    gap: 1.6rem !important;
  }

  .atelier-index__grid {
    grid-template-columns: 1fr !important;
  }

  .atelier-index__tile,
  .atelier-index__tile + .atelier-index__tile {
    min-height: 0 !important;
  }

  .atelier-index__number {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {
  :root {
    --fw-flow-radius: 8px;
  }

  .home-hero {
    padding-block: 1rem 2.6rem !important;
  }

  .home-hero__inner {
    width: min(100% - 24px, var(--fw-container-wide)) !important;
    gap: 1rem !important;
  }

  .home-hero__content {
    gap: 0.75rem !important;
  }

  .home-hero__content h1 {
    max-width: 9.5ch !important;
    font-size: clamp(2.35rem, 12vw, 3.25rem) !important;
  }

  .home-hero__content > p:not(.home-hero__culture-note) {
    font-size: 0.94rem !important;
    line-height: 1.58 !important;
  }

  .home-hero .fw-actions {
    grid-template-columns: 1fr !important;
  }

  .home-hero .fw-actions .fw-btn {
    min-height: 42px !important;
    font-size: 0.78rem !important;
    white-space: normal !important;
  }

  .home-hero__proof a {
    padding: 0.85rem;
  }

  .home-hero__proof span {
    font-size: 0.76rem;
  }

  .atelier-index {
    padding-block: 3rem !important;
  }

  .atelier-index__intro h2,
  .fw-section-head h2,
  .curated-edit__head h2,
  .featured-piece__content h2,
  .object-assurance__copy h2,
  .gift-guide-banner__content h2 {
    letter-spacing: -0.035em !important;
  }

  .curated-edit__mini {
    grid-template-columns: 5.75rem minmax(0, 1fr) !important;
    gap: 0.85rem;
    padding: 0.9rem !important;
  }

  .curated-edit__mini h3 {
    font-size: 1.16rem !important;
    line-height: 1.08;
  }

  .featured-piece__details div {
    grid-template-columns: 1fr;
  }

  .object-assurance__grid {
    grid-template-columns: 1fr !important;
  }

  .object-assurance__item {
    min-height: 0 !important;
    padding: 1.15rem !important;
  }

  .object-assurance__item span {
    margin-bottom: 1.2rem !important;
  }
}

/* Polish pass: mobile menu, gift decision steps, and footer conversion finish. */
.site-header__mobile-nav {
  padding: 0 !important;
  border-top: 1px solid rgba(244, 216, 158, 0.12) !important;
  background:
    linear-gradient(180deg, rgba(12, 10, 9, 0.98), rgba(20, 14, 12, 0.98)),
    #0c0a09 !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.site-header__mobile-links {
  display: grid;
  padding: 0.6rem clamp(1rem, 5vw, 1.5rem) 0.45rem;
}

.site-header__mobile-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.2rem;
  border-bottom: 1px solid rgba(244, 216, 158, 0.1) !important;
  color: rgba(255, 248, 236, 0.9);
  font-size: 0.95rem;
  font-weight: 800;
}

.site-header__mobile-links a::after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1px solid rgba(244, 216, 158, 0.72);
  border-right: 1px solid rgba(244, 216, 158, 0.72);
  transform: rotate(45deg);
}

.site-header__mobile-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 1rem clamp(1rem, 5vw, 1.5rem) 1.25rem;
}

.site-header__mobile-actions a {
  display: inline-flex;
  min-width: 0;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(244, 216, 158, 0.17);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.055);
  color: rgba(255, 248, 236, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.site-header__mobile-actions .site-header__mobile-cta {
  grid-column: 1 / -1;
  border-color: rgba(244, 216, 158, 0.35);
  background: var(--ad-cinnabar);
  color: #fff8ec;
}

.site-header__mobile-actions svg {
  flex: 0 0 auto;
  color: #f4d89e;
}

.site-header__toggle {
  border-radius: 999px;
}

.site-header__toggle:hover,
.site-header__toggle:focus-visible {
  background: rgba(255, 250, 242, 0.08);
  outline: 0;
}

.gift-guide-banner__content {
  gap: clamp(0.9rem, 1.6vw, 1.25rem) !important;
}

.gift-guide-banner__content .fw-btn {
  width: fit-content;
  margin-top: 0.15rem;
}

.gift-guide-banner__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 36rem;
  margin: 0.3rem 0 0;
  padding: 0;
  border: 1px solid rgba(244, 216, 158, 0.16);
  border-radius: var(--fw-flow-radius);
  background: rgba(244, 216, 158, 0.16);
  list-style: none;
  overflow: hidden;
}

.gift-guide-banner__steps li {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
  padding: 0.9rem;
  background: rgba(255, 250, 242, 0.075);
}

.gift-guide-banner__steps strong {
  color: #fff8ec;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.gift-guide-banner__steps span {
  color: rgba(255, 248, 236, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}

.gift-guide-banner__media {
  min-height: 100%;
}

.gift-guide-banner__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 13, 11, 0.28), transparent 42%),
    radial-gradient(circle at 76% 22%, rgba(244, 216, 158, 0.12), transparent 30%);
  pointer-events: none;
}

.site-footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(185, 133, 56, 0.12), transparent 24rem),
    linear-gradient(180deg, #0b0d0b 0%, #050706 100%) !important;
}

.site-footer__guide {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding-block: clamp(2.4rem, 5vw, 4.6rem);
  border-bottom: 1px solid rgba(244, 216, 158, 0.12);
}

.site-footer__guide h2 {
  max-width: 12ch;
  color: #fff8ec;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.site-footer__guide p:not(.fw-kicker) {
  max-width: 28rem;
  margin-top: 0.75rem;
  color: rgba(255, 248, 236, 0.68);
  line-height: 1.68;
}

.site-footer__guide-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.site-footer__guide-actions a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  min-height: 4.75rem;
  padding: 1rem;
  border: 1px solid rgba(244, 216, 158, 0.16);
  border-radius: var(--fw-flow-radius);
  background: rgba(255, 250, 242, 0.055);
  color: rgba(255, 248, 236, 0.86);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.22;
  transition: transform 180ms var(--ad-ease), background-color 180ms var(--ad-ease), border-color 180ms var(--ad-ease);
}

.site-footer__guide-actions a:hover,
.site-footer__guide-actions a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(244, 216, 158, 0.36);
  background: rgba(255, 250, 242, 0.09);
  outline: 0;
}

.site-footer__guide-actions a.is-primary {
  border-color: rgba(157, 47, 35, 0.72);
  background: var(--ad-cinnabar);
  color: #fff8ec;
}

.site-footer__guide-actions svg {
  color: #f4d89e;
}

.site-footer__inner {
  padding-block: clamp(2.6rem, 4vw, 4rem) !important;
}

.site-footer__brand h2,
.site-footer__newsletter h2,
.site-footer__group summary {
  color: #f4d89e !important;
}

.site-footer__brand a,
.site-footer__group a,
.site-footer__bottom a {
  transition: color 160ms var(--ad-ease);
}

.site-footer__brand a:hover,
.site-footer__group a:hover,
.site-footer__bottom a:hover {
  color: #f4d89e !important;
}

@media (max-width: 1100px) {
  .site-footer__guide {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer__guide-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .site-header__mobile-actions {
    grid-template-columns: 1fr;
  }

  .site-header__mobile-actions .site-header__mobile-cta {
    grid-column: auto;
  }

  .gift-guide-banner__steps {
    grid-template-columns: 1fr;
  }

  .gift-guide-banner__content .fw-btn {
    width: 100%;
  }

  .gift-guide-banner__media {
    min-height: 14rem;
  }

  .site-footer__guide {
    width: min(100% - 24px, var(--fw-container)) !important;
    padding-block: 2.25rem;
  }

  .site-footer__guide h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .site-footer__guide-actions a {
    min-height: 3.6rem;
  }
}
