/**
 * ORENSU homepage — Figma Make source translation.
 * WordPress supplies content and WooCommerce supplies all commerce data.
 */

body.orensu-core-home-v2 {
  background: var(--orensu-color-obsidian);
  color: var(--orensu-color-text);
}

body.orensu-core-home-v2 .site-content,
body.orensu-core-home-v2 .site-content > .ast-container,
body.orensu-core-home-v2 #primary,
body.orensu-core-home-v2 #main,
body.orensu-core-home-v2 article,
body.orensu-core-home-v2 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

body.orensu-core-home-v2 .entry-header {
  display: none;
}

.orensu-home-v2,
.orensu-home-v2 * {
  box-sizing: border-box;
}

.orensu-home-v2 {
  overflow: clip;
  background: var(--orensu-color-obsidian);
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-ui);
}

.orensu-home-v2 :where(h1, h2, h3, h4, p, figure, blockquote) {
  margin: 0;
}

.orensu-home-v2 a {
  color: inherit;
  text-decoration: none;
}

.orensu-home-v2 img {
  display: block;
  max-width: 100%;
}

.orensu-home-v2__container {
  width: min(calc(100% - (2 * var(--orensu-gutter))), var(--orensu-container));
  margin-inline: auto;
}

.orensu-home-v2__section {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
  position: relative;
  padding-block: 128px;
}

.orensu-home-v2__split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.orensu-home-v2__section-heading {
  max-width: 720px;
}

.orensu-home-v2__section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.orensu-home-v2__eyebrow,
.orensu-home-v2__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--orensu-color-gold-highlight);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}

.orensu-home-v2__section-heading--center .orensu-home-v2__eyebrow {
  justify-content: center;
}

.orensu-home-v2__section-heading h2 {
  margin-top: 12px;
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.03;
  text-wrap: balance;
}

.orensu-home-v2__section-heading > p:last-child:not(.orensu-home-v2__eyebrow):not(.orensu-home-v2__social-handle) {
  margin-top: 10px;
  color: var(--orensu-color-muted);
  font-size: 14px;
  line-height: 1.65;
}

.orensu-home-v2__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 32px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  transition: color 240ms ease, background 240ms ease, border-color 240ms ease;
}

.orensu-home-v2__button--gold {
  background: var(--orensu-color-gold);
  color: #fffaf1;
}

.orensu-home-v2__button--gold:hover {
  background: var(--orensu-color-gold-deep);
  color: #fffaf1;
}

.orensu-home-v2__button--ghost {
  border-color: rgba(243, 238, 228, 0.32);
  background: transparent;
  color: var(--orensu-color-text);
}

.orensu-home-v2__button--ghost:hover {
  border-color: var(--orensu-color-gold-highlight);
  color: var(--orensu-color-gold-highlight);
}

.orensu-home-v2__text-link,
.orensu-home-v2__underlined-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(214, 186, 120, 0.42);
  color: var(--orensu-color-muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: border-color 240ms ease, color 240ms ease;
}

.orensu-home-v2__text-link:hover,
.orensu-home-v2__underlined-link:hover {
  border-color: var(--orensu-color-gold-highlight);
  color: var(--orensu-color-gold-highlight);
}

.orensu-home-v2 :where(a, button, input):focus-visible {
  outline: 2px solid var(--orensu-color-gold-highlight);
  outline-offset: 4px;
}

/* Hero — source timing: image 1.5s, copy 1.2s with a 0.4s delay. */
.orensu-home-v2__hero {
  position: relative;
  display: flex;
  min-height: max(640px, 100svh);
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #050504;
}

.orensu-home-v2__hero-media,
.orensu-home-v2__hero-shade {
  position: absolute;
  inset: 0;
}

.orensu-home-v2__hero-media {
  z-index: -3;
}

.orensu-home-v2__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.03) brightness(0.88);
  transition: opacity 1.5s ease;
}

html.orensu-home-js .orensu-home-v2__hero-media img {
  opacity: 0;
}

html.orensu-home-js .orensu-home-v2__hero.is-image-ready .orensu-home-v2__hero-media img {
  opacity: 1;
}

html.orensu-home-motion-fallback .orensu-home-v2__hero-media img {
  opacity: 1;
}

.orensu-home-v2__hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.84), rgba(5, 5, 4, 0.46) 48%, rgba(5, 5, 4, 0.08)),
    linear-gradient(0deg, rgba(5, 5, 4, 0.42), transparent 48%);
}

.orensu-home-v2__hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - (2 * var(--orensu-gutter))), var(--orensu-container));
  margin: 80px auto 40px;
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.4s;
}

html.orensu-home-js .orensu-home-v2__hero-content {
  opacity: 0;
  transform: translateY(20px);
}

html.orensu-home-js .orensu-home-v2__hero.is-image-ready .orensu-home-v2__hero-content {
  opacity: 1;
  transform: translateY(0);
}

html.orensu-home-motion-fallback .orensu-home-v2__hero-content {
  opacity: 1;
  transform: translateY(0);
}

.orensu-home-v2__kicker span {
  width: 32px;
  height: 1px;
  background: var(--orensu-color-gold-highlight);
}

.orensu-home-v2__wordmark {
  margin-top: 32px;
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: clamp(16px, 2vw, 19px);
  font-weight: 300;
  letter-spacing: 0.4em;
}

.orensu-home-v2__hero h1 {
  max-width: 550px;
  margin-top: 12px;
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: clamp(48px, 6.5vw, 88px);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

.orensu-home-v2__hero h1 em,
.orensu-home-v2__story-copy h2 em {
  color: var(--orensu-color-gold-highlight);
  font-weight: 300;
}

.orensu-home-v2__hero-copy {
  max-width: 390px;
  margin-top: 16px;
  color: rgba(243, 238, 228, 0.72);
  font-size: 16px;
  line-height: 1.65;
}

.orensu-home-v2__hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}

.orensu-home-v2__hero .orensu-home-v2__text-link {
  color: var(--orensu-color-gold-highlight);
}

.orensu-home-v2__scroll-cue {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(243, 238, 228, 0.55);
  font-size: 9px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.orensu-home-v2__scroll-cue span {
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, transparent, var(--orensu-color-text));
}

/* Marquee */
.orensu-home-v2__marquee {
  overflow: hidden;
  background: var(--orensu-color-gold);
  color: #fffaf1;
}

.orensu-home-v2__marquee-track {
  display: flex;
  width: max-content;
  animation: orensu-home-marquee var(--orensu-marquee-duration, 28s) linear infinite;
  will-change: transform;
}

.orensu-home-v2__marquee-group {
  display: flex;
  flex: none;
}

.orensu-home-v2__marquee span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 20px;
  padding-inline: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.orensu-home-v2__marquee span::after {
  color: var(--orensu-color-gold-highlight);
  content: "◆";
  font-size: 8px;
}

@keyframes orensu-home-marquee {
  to { transform: translate3d(var(--orensu-marquee-shift, -50%), 0, 0); }
}

/* Collections — 2/5 tall left, 3/5 split right. */
.orensu-home-v2__collections {
  background: #0c0b09;
}

.orensu-home-v2__collection-grid {
  display: grid;
  height: 640px;
  margin-top: 56px;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.orensu-home-v2__collection-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: #17140f;
}

.orensu-home-v2__collection-card.is-large {
  grid-row: 1 / 3;
}

.orensu-home-v2__collection-card.is-wide {
  grid-column: 2 / 4;
}

.orensu-home-v2__collection-card::before,
.orensu-home-v2__collection-card::after {
  position: absolute;
  inset: 0;
  content: "";
}

.orensu-home-v2__collection-card::before {
  z-index: -2;
  background-image: var(--orensu-card-image);
  background-position: center;
  background-size: cover;
  filter: saturate(0.76) brightness(0.88);
  transition: filter 700ms ease, transform 700ms ease;
}

.orensu-home-v2__collection-card::after {
  z-index: -1;
  background: linear-gradient(180deg, transparent 40%, rgba(5, 5, 4, 0.84));
}

.orensu-home-v2__collection-card.is-wide::after {
  background: linear-gradient(90deg, rgba(5, 5, 4, 0.74), transparent 74%);
}

.orensu-home-v2__collection-card:hover::before {
  filter: saturate(0.92) brightness(0.96);
  transform: scale(1.05);
}

.orensu-home-v2__collection-copy {
  display: grid;
  gap: 7px;
  padding: 28px;
}

.orensu-home-v2__collection-copy strong {
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 400;
  line-height: 1.05;
}

.orensu-home-v2__collection-copy small {
  max-width: 350px;
  color: rgba(243, 238, 228, 0.64);
  font-size: 12px;
  line-height: 1.55;
}

.orensu-home-v2__collection-arrow {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(243, 238, 228, 0.78);
  font-size: 19px;
  transition: color 240ms ease, transform 240ms ease;
}

.orensu-home-v2__collection-card:hover .orensu-home-v2__collection-arrow {
  color: var(--orensu-color-gold-highlight);
  transform: translate(3px, -3px);
}

/* Products */
.orensu-home-v2__products {
  background: #17140f;
}

.orensu-home-v2__product-grid {
  display: grid;
  margin-top: 56px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.orensu-home-v2__product-card {
  min-width: 0;
}

.orensu-home-v2__product-media {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}

.orensu-home-v2__product-image {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #211d17;
}

.orensu-home-v2__product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.orensu-home-v2__product-card:hover .orensu-home-v2__product-image img {
  transform: scale(1.05);
}

.orensu-home-v2__product-action {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  transform: translateY(calc(100% + 16px));
  transition: transform 300ms ease;
}

.orensu-home-v2__product-card:hover .orensu-home-v2__product-action,
.orensu-home-v2__product-card:focus-within .orensu-home-v2__product-action {
  transform: translateY(0);
}

body.orensu-core-home-v2 .orensu-home-v2__product-action :where(a, .button) {
  display: grid;
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: rgba(7, 7, 6, 0.94);
  color: #fffaf1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.orensu-core-home-v2 .orensu-home-v2__product-action :where(a, .button):hover {
  background: var(--orensu-color-gold);
  color: #fffaf1;
}

.orensu-home-v2__product-body > p {
  color: var(--orensu-color-gold-highlight);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.orensu-core-home-v2.page .entry-content .orensu-home-v2__product-body h3,
body.orensu-core-home-v2.page .entry-content .orensu-home-v2__product-body h3 a {
  margin-top: 7px;
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.orensu-home-v2__product-body h3 a:hover {
  color: var(--orensu-color-gold-highlight);
}

.orensu-home-v2__product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  color: var(--orensu-color-text);
  font-size: 13px;
  font-weight: 500;
}

.orensu-home-v2__product-meta del {
  color: #80776b;
}

.orensu-home-v2__product-meta ins {
  text-decoration: none;
}

.orensu-home-v2__product-rating {
  color: var(--orensu-color-muted);
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
}

.orensu-home-v2__empty {
  margin-top: 48px;
  color: var(--orensu-color-muted);
}

/* Brand story */
.orensu-home-v2__story {
  background: #0c0b09;
}

.orensu-home-v2__story-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
}

.orensu-home-v2__story-media {
  position: relative;
}

.orensu-home-v2__story-media > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.88);
}

.orensu-home-v2__story-accent {
  position: absolute;
  right: -32px;
  bottom: -24px;
  display: grid;
  min-width: 190px;
  padding: 24px;
  background: #211d17;
}

.orensu-home-v2__story-accent span,
.orensu-home-v2__story-accent small {
  color: var(--orensu-color-gold-highlight);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.orensu-home-v2__story-accent strong {
  margin-block: 6px;
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: 38px;
  font-weight: 300;
}

.orensu-home-v2__story-copy h2 {
  margin-top: 16px;
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: clamp(45px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.orensu-home-v2__story-rule {
  display: block;
  width: 40px;
  height: 1px;
  margin-block: 32px;
  background: var(--orensu-color-gold);
}

.orensu-home-v2__story-copy > p:not(.orensu-home-v2__eyebrow) {
  max-width: 590px;
  margin-top: 18px;
  color: var(--orensu-color-muted);
  font-size: 14px;
  line-height: 1.75;
}

.orensu-home-v2__story-facts {
  display: grid;
  margin-block: 36px 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.orensu-home-v2__story-facts div {
  padding-left: 16px;
  border-left: 2px solid var(--orensu-color-gold);
}

.orensu-home-v2__story-facts strong,
.orensu-home-v2__story-facts span {
  display: block;
}

.orensu-home-v2__story-facts strong {
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: 24px;
  font-weight: 400;
}

.orensu-home-v2__story-facts span {
  margin-top: 3px;
  color: var(--orensu-color-muted);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Craft */
.orensu-home-v2__craft {
  background: #17140f;
}

.orensu-home-v2__craft-grid {
  display: grid;
  margin-top: 64px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.orensu-core-home-v2.page .entry-content .orensu-home-v2__craft-grid article {
  min-height: 0;
}

.orensu-home-v2__craft-media {
  position: relative;
  aspect-ratio: 3 / 4;
  margin-bottom: 24px;
  overflow: hidden;
  background: #0b0a08;
}

.orensu-home-v2__craft-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 54%, rgba(5, 5, 4, 0.62));
}

.orensu-home-v2__craft-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) brightness(0.82);
  transition: filter 700ms ease, transform 700ms ease;
}

.orensu-home-v2__craft-grid article:hover img {
  filter: saturate(0.92) brightness(0.98);
  transform: scale(1.05);
}

.orensu-home-v2__craft-media span {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  left: 16px;
  color: var(--orensu-color-gold-highlight);
  font-size: 12px;
  letter-spacing: 0.2em;
}

body.orensu-core-home-v2.page .entry-content .orensu-home-v2__craft-grid h3 {
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: 21px;
  font-weight: 400;
}

.orensu-home-v2__craft-grid p {
  margin-top: 12px;
  color: var(--orensu-color-muted);
  font-size: 14px;
  line-height: 1.7;
}

.orensu-home-v2__section-action {
  margin-top: 56px;
  text-align: center;
}

/* Real WooCommerce reviews only. */
.orensu-home-v2__reviews {
  background: #0c0b09;
}

.orensu-home-v2__review-grid {
  display: grid;
  margin-top: 64px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.orensu-home-v2__review-grid article {
  padding: 32px;
  border: 1px solid rgba(214, 186, 120, 0.16);
  background: #12100d;
}

.orensu-home-v2__review-stars {
  margin-bottom: 20px;
  color: var(--orensu-color-gold-highlight);
  letter-spacing: 0.12em;
}

.orensu-home-v2__review-grid blockquote {
  margin-bottom: 24px;
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: 18px;
  font-style: italic;
  line-height: 1.55;
}

.orensu-home-v2__review-grid article > div:last-child {
  display: grid;
  gap: 4px;
}

.orensu-home-v2__review-grid article strong {
  color: var(--orensu-color-text);
  font-size: 13px;
}

.orensu-home-v2__review-grid article span {
  color: var(--orensu-color-gold-highlight);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Social gallery — the exact Figma surround composition. */
.orensu-home-v2__social {
  background: #17140f;
}

.orensu-home-v2__social-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--orensu-color-gold-highlight);
  font-size: 10px;
  letter-spacing: 0.3em;
}

.orensu-home-v2__social-grid {
  display: grid;
  height: 500px;
  margin-top: 48px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.orensu-home-v2__social-card {
  position: relative;
  overflow: hidden;
  background: #211d17;
}

.orensu-home-v2__social-card:first-child,
.orensu-home-v2__social-card:last-child {
  grid-row: span 2;
}

.orensu-home-v2__social-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.88);
  transition: filter 700ms ease, transform 700ms ease;
}

.orensu-home-v2__social-card > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(5, 5, 4, 0);
  color: #fffaf1;
  font-size: 22px;
  opacity: 0;
  transition: background 240ms ease, opacity 240ms ease;
}

.orensu-home-v2__social-card:hover img {
  filter: saturate(0.95) brightness(0.98);
  transform: scale(1.1);
}

.orensu-home-v2__social-card:hover > span {
  background: rgba(5, 5, 4, 0.3);
  opacity: 1;
}

.orensu-home-v2__social-follow {
  margin-top: 32px;
  text-align: center;
}

.orensu-home-v2__social-follow :where(a, span) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(214, 186, 120, 0.4);
  color: var(--orensu-color-muted);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.orensu-home-v2__social-follow a:hover {
  border-color: var(--orensu-color-gold-highlight);
  color: var(--orensu-color-gold-highlight);
}

/* Brevo-backed newsletter slot. */
.orensu-home-v2__newsletter-slot,
.orensu-home-v2__newsletter-panel {
  position: relative;
  background: #050504;
}

.orensu-home-v2__newsletter-panel {
  padding: 128px var(--orensu-gutter);
  overflow: hidden;
  text-align: center;
}

.orensu-home-v2__newsletter-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at 50% 0%, rgba(180, 138, 66, 0.1), transparent 42%);
}

.orensu-home-v2__newsletter-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-inline: auto;
}

.orensu-home-v2__newsletter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 16px;
}

.orensu-home-v2__newsletter-eyebrow span {
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orensu-color-gold));
}

.orensu-home-v2__newsletter-eyebrow span:last-child {
  background: linear-gradient(90deg, var(--orensu-color-gold), transparent);
}

.orensu-home-v2__newsletter-eyebrow em {
  color: var(--orensu-color-gold-highlight);
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

body.orensu-core-home-v2.page .entry-content .orensu-home-v2__newsletter-panel h2 {
  color: var(--orensu-color-text);
  font-family: var(--orensu-font-display);
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.orensu-home-v2__newsletter-lead {
  max-width: 600px;
  margin: 16px auto 40px;
  color: var(--orensu-color-muted);
  font-size: 14px;
  line-height: 1.7;
}

.orensu-home-v2__newsletter-form {
  width: min(100%, 520px);
  margin-inline: auto;
}

body.orensu-core-home-v2 .orensu-home-v2__newsletter-form form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 0;
  padding: 0;
  background: transparent;
}

body.orensu-core-home-v2 .orensu-home-v2__newsletter-form :where(p, .form-group, .form-row) {
  margin: 0;
}

body.orensu-core-home-v2 .orensu-home-v2__newsletter-form :where(input[type="email"], input[type="text"]) {
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(243, 238, 228, 0.14);
  border-right: 0;
  border-radius: 0;
  background: rgba(243, 238, 228, 0.06);
  color: var(--orensu-color-text);
  box-shadow: none;
}

body.orensu-core-home-v2 .orensu-home-v2__newsletter-form :where(button[type="submit"], input[type="submit"]) {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--orensu-color-gold);
  border-radius: 0;
  background: var(--orensu-color-gold);
  color: #fffaf1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.orensu-home-v2__newsletter-unavailable {
  width: min(100%, 520px);
  margin-inline: auto;
  padding: 16px 20px;
  border: 1px solid rgba(214, 186, 120, 0.2);
  color: var(--orensu-color-muted);
  font-size: 13px;
}

.orensu-home-v2__newsletter-note {
  margin-top: 16px;
  color: rgba(243, 238, 228, 0.38);
  font-size: 11px;
}

/* Shared reveal timing mirrors the Figma useInView transitions. */
.orensu-js .orensu-home-v2 [data-orensu-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
  transition-delay: var(--orensu-reveal-delay, 0ms);
}

.orensu-js .orensu-home-v2 [data-orensu-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.orensu-core-disabled-note {
  max-width: 720px;
  margin: 120px auto;
  padding: 18px;
  border: 1px solid #c3c4c7;
  background: #fff;
  color: #1d2327;
}

@media (max-width: 1023px) {
  .orensu-home-v2__section {
    padding-block: 96px;
  }

  .orensu-home-v2__collection-grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 320px);
  }

  .orensu-home-v2__collection-card.is-large {
    grid-row: span 2;
  }

  .orensu-home-v2__collection-card.is-wide {
    grid-column: 1 / 3;
  }

  .orensu-home-v2__product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 20px;
  }

  .orensu-home-v2__story-grid {
    grid-template-columns: 1fr;
  }

  .orensu-home-v2__story-copy {
    order: 1;
  }

  .orensu-home-v2__story-media {
    order: 2;
  }

  .orensu-home-v2__craft-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orensu-home-v2__social-grid {
    height: 420px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .orensu-home-v2__hero {
    min-height: max(700px, 100svh);
    align-items: flex-end;
  }

  .orensu-home-v2__hero-shade {
    background: linear-gradient(180deg, rgba(5, 5, 4, 0.18), rgba(5, 5, 4, 0.92) 78%);
  }

  .orensu-home-v2__hero-media img {
    object-position: 58% center;
  }

  .orensu-home-v2__hero-content {
    margin-bottom: 96px;
  }

  .orensu-home-v2__hero h1 {
    font-size: clamp(54px, 18vw, 78px);
  }

  .orensu-home-v2__hero-actions {
    display: grid;
    width: min(100%, 360px);
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .orensu-home-v2__button {
    width: 100%;
  }

  .orensu-home-v2__hero .orensu-home-v2__text-link {
    width: fit-content;
    justify-self: center;
  }

  .orensu-home-v2__scroll-cue {
    display: none;
  }

  .orensu-home-v2__section {
    padding-block: 80px;
  }

  .orensu-home-v2__split-heading {
    display: block;
  }

  .orensu-home-v2__split-heading .orensu-home-v2__underlined-link {
    margin-top: 24px;
  }

  .orensu-home-v2__collection-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .orensu-home-v2__collection-card,
  .orensu-home-v2__collection-card.is-large,
  .orensu-home-v2__collection-card.is-wide {
    min-height: 360px;
    grid-column: auto;
    grid-row: auto;
  }

  .orensu-home-v2__product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }

  .orensu-home-v2__product-meta {
    display: grid;
  }

  .orensu-home-v2__story-accent {
    right: 12px;
  }

  .orensu-home-v2__story-facts {
    grid-template-columns: 1fr;
  }

  .orensu-home-v2__craft-grid,
  .orensu-home-v2__review-grid {
    grid-template-columns: 1fr;
  }

  .orensu-home-v2__social-grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 180px;
  }

  .orensu-home-v2__social-card:first-child,
  .orensu-home-v2__social-card:last-child {
    grid-row: span 2;
  }

  .orensu-home-v2__newsletter-panel {
    padding-block: 88px;
  }

  body.orensu-core-home-v2 .orensu-home-v2__newsletter-form form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.orensu-core-home-v2 .orensu-home-v2__newsletter-form :where(input[type="email"], input[type="text"]) {
    border-right: 1px solid rgba(243, 238, 228, 0.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orensu-home-v2 *,
  .orensu-home-v2 *::before,
  .orensu-home-v2 *::after {
    scroll-behavior: auto;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }

  html.orensu-home-js .orensu-home-v2__hero-media img,
  html.orensu-home-js .orensu-home-v2__hero-content,
  .orensu-js .orensu-home-v2 [data-orensu-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* 1.17.2 unified Sold Out state + fast-add inventory guard */
body.orensu-core-home-v2 .orensu-home-v2__product-action :where(a, .button).is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .4;
  background: #17140f;
  color: #81796f;
}

body.orensu-core-home-v2 .orensu-home-v2__product-action :where(a, span, .button).is-sold-out {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .78;
  background: #17140f;
  color: #9a9185;
}
