@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Noto+Serif+TC:wght@400;500;600&display=swap");

:root {
  --oviya-ink: #2f2b27;
  --oviya-muted: #7a7268;
  --oviya-line: #e6dfd4;
  --oviya-cream: #f3eee6;
  --oviya-paper: #faf7f2;
  --oviya-bronze: #8a7355;
  --oviya-gold: #c9b084;
  --oviya-night: #0c0b0a;
  --oviya-max: 1200px;
}

body {
  background: var(--oviya-paper) !important;
  color: var(--oviya-ink) !important;
  font-family: "Noto Serif TC", "Noto Serif CJK TC", "Songti TC", serif !important;
}

.oviya-wrap { width: min(var(--oviya-max), calc(100% - 48px)); margin: 0 auto; }

.oviya-header {
  background: var(--oviya-paper) !important;
  border-bottom: 0 !important;
  position: sticky;
  top: 0;
  z-index: 40;
}
.oviya-bar,
.oviya-promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(var(--oviya-max), calc(100% - 48px));
  margin: 0 auto;
  padding: 10px 0 8px !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  color: var(--oviya-muted) !important;
  background: transparent !important;
  border-bottom: 1px solid var(--oviya-line);
  font-weight: 400;
}
.oviya-bar a { color: var(--oviya-muted) !important; }

.oviya-masthead,
.oviya-header-inner {
  display: grid !important;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px 0 16px !important;
}
.oviya-logo { display: flex; flex-direction: column; gap: 2px; }
.oviya-logo-mark {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  letter-spacing: .32em !important;
  color: var(--oviya-ink) !important;
}
.oviya-logo-sub {
  font-size: 11px !important;
  letter-spacing: .18em !important;
  color: var(--oviya-muted) !important;
}
.oviya-nav,
.oviya-nav ul {
  display: flex !important;
  justify-content: center;
  gap: 32px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.oviya-nav a {
  font-size: 14px !important;
  letter-spacing: 0 !important;
  color: var(--oviya-ink) !important;
  font-weight: 400;
}
.oviya-nav a:hover { color: var(--oviya-bronze) !important; }
.oviya-tools {
  display: flex;
  align-items: center;
  gap: 16px !important;
}
.oviya-tools a,
.oviya-tools button {
  background: none;
  border: 0;
  padding: 4px;
  color: var(--oviya-ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.oviya-bag { position: relative; }
.oviya-cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  border-radius: 99px;
  background: var(--oviya-ink) !important;
  color: #fff;
  font-size: 10px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.oviya-hero {
  position: relative;
  min-height: 0 !important;
  background: var(--oviya-night) !important;
  display: block !important;
  overflow: hidden;
}
.oviya-hero-img {
  width: 100%;
  height: min(80vh, 780px);
  object-fit: cover;
  object-position: 78% center;
  display: block;
  -webkit-mask-image: none;
  mask-image: none;
}
.oviya-hero::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  background: linear-gradient(
    to bottom,
    rgba(12,11,10,0) 0%,
    rgba(12,11,10,.35) 38%,
    rgba(12,11,10,.82) 72%,
    #0c0b0a 100%
  );
  pointer-events: none;
  z-index: 1;
}
.oviya-bridge {
  position: relative;
  z-index: 3;
  margin-top: -118px;
  padding-bottom: 4px;
}
.oviya-hero-fade {
  height: 96px;
  background: linear-gradient(
    to bottom,
    #0c0b0a 0%,
    #161310 22%,
    #3a3128 48%,
    #c9b084 62%,
    #e8dfd2 78%,
    #faf7f2 100%
  );
  border-top: 1px solid rgba(201, 176, 132, .55);
}
.oviya-hero-copy {
  position: absolute;
  z-index: 2;
  left: max(28px, calc((100% - var(--oviya-max)) / 2));
  top: 46%;
  transform: translateY(-50%);
  max-width: 380px !important;
  padding: 8px 0 8px 22px !important;
  border-left: 1px solid rgba(201, 176, 132, .55);
  color: #f4eee4;
}
.oviya-kicker {
  margin: 0 0 18px;
  font-size: 11px !important;
  letter-spacing: .42em !important;
  color: #c9b084 !important;
}
.oviya-kicker.dark { color: var(--oviya-bronze) !important; letter-spacing: .28em !important; }
.oviya-hero h1 {
  font-family: "Cormorant Garamond", "Noto Serif TC", serif !important;
  font-size: clamp(52px, 6.4vw, 84px) !important;
  font-weight: 500 !important;
  line-height: .96;
  letter-spacing: .12em;
  margin: 0 0 18px;
  color: #f7f1e6 !important;
}
.oviya-hero p {
  margin: 0;
  font-size: 15px !important;
  color: rgba(244, 238, 228, .72) !important;
  max-width: 260px !important;
  line-height: 1.9;
  opacity: 1 !important;
}
.oviya-hero .oviya-btn {
  margin-top: 32px !important;
  border: 1px solid #c9b084 !important;
  background: transparent !important;
  color: #f7f1e6 !important;
  letter-spacing: .28em !important;
}
.oviya-hero .oviya-btn:hover {
  background: #c9b084 !important;
  color: #1a1612 !important;
}
.oviya-btn {
  display: inline-block;
  margin-top: 28px !important;
  padding: 12px 26px !important;
  border: 1px solid var(--oviya-ink) !important;
  background: transparent !important;
  color: var(--oviya-ink) !important;
  letter-spacing: .18em !important;
  font-size: 12px !important;
}
.oviya-btn:hover {
  background: var(--oviya-ink) !important;
  color: #fff !important;
}
.oviya-btn.ghost {
  border-color: var(--oviya-ink) !important;
  color: var(--oviya-ink) !important;
}

.oviya-cats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0 !important;
  border-bottom: 0;
}
.oviya-cat {
  background: transparent !important;
  min-height: 0 !important;
  padding: 12px 8px 22px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.oviya-cat span { font-size: 11px; color: var(--oviya-gold); letter-spacing: .16em; }
.oviya-cat strong {
  font-family: "Cormorant Garamond", "Noto Serif TC", serif;
  font-size: 24px !important;
  font-weight: 500;
  margin-top: 6px;
  color: #f4eee4;
}

.oviya-section { padding: 12px 0 72px !important; }
.oviya-section-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}
.oviya-section-head .oviya-kicker { margin: 0; }
.oviya-section h2, .oviya-about h2, .oviya-page h1, .oviya-section-head h2 {
  font-family: "Cormorant Garamond", "Noto Serif TC", serif !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  letter-spacing: .06em;
  text-align: left;
  margin: 0;
}
.oviya-lead { text-align: left; color: var(--oviya-muted); }

.oviya-about,
.oviya-story {
  background: var(--oviya-paper) !important;
  padding: 8px 0 96px !important;
  text-align: left;
}
.oviya-story-grid {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) 1.15fr;
  gap: 64px;
  align-items: center;
}
.oviya-story-copy { max-width: 420px; }
.oviya-story h2 {
  text-align: left !important;
  font-size: clamp(30px, 4vw, 46px) !important;
  letter-spacing: .04em;
  line-height: 1.28;
  margin: 10px 0 22px;
}
.oviya-story-lead {
  max-width: 34em;
  margin: 0 0 32px;
  color: var(--oviya-muted);
  line-height: 2;
}
.oviya-story-visual { margin: 0; }
.oviya-story-visual img {
  width: 100%;
  height: min(68vh, 620px);
  object-fit: cover;
  display: block;
}
.oviya-story-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: none;
  margin: 48px 0 0;
  border-top: 1px solid var(--oviya-line);
  border-bottom: 0;
}
.oviya-story-facts div {
  padding: 22px 0 0;
  text-align: left;
}
.oviya-story-facts em {
  display: block;
  font-style: normal;
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--oviya-bronze);
  margin-bottom: 8px;
}
.oviya-story-facts span {
  font-size: 14px;
  color: var(--oviya-ink);
}
.oviya-textlink {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .18em;
  color: var(--oviya-ink) !important;
  border-bottom: 1px solid var(--oviya-ink);
  padding-bottom: 4px;
}
.oviya-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.oviya-about h2 { text-align: left !important; }
.oviya-about p { color: var(--oviya-muted); line-height: 2; }

.oviya-footer {
  background: #2c2926 !important;
  color: #d5cdc3 !important;
  padding: 64px 0 28px !important;
}

.products li.product { border: 0 !important; background: transparent !important; text-align: left !important; }
.products li.product .woocommerce-loop-product__title,
.products li.product h2,
.products li.product h3 {
  font-family: "Noto Serif TC", serif !important;
  font-weight: 500 !important;
}
.products li.product img {
  width: 100% !important;
  aspect-ratio: 1;
  object-fit: cover;
}
.products .button {
  background: transparent !important;
  color: var(--oviya-ink) !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  letter-spacing: .08em;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.oviya-story-facts em { text-align: left; }

@media (max-width: 900px) {
  .oviya-masthead, .oviya-header-inner { grid-template-columns: 1fr auto; }
  .oviya-nav { display: none !important; }
  .oviya-hero-img { height: 62vh; object-position: 80% center; }
  .oviya-hero-copy { left: 24px; max-width: 70% !important; }
  .oviya-cats, .oviya-about-grid, .oviya-story-facts { grid-template-columns: 1fr 1fr; }
  .oviya-bridge { margin-top: -96px; }
  .oviya-hero-fade { height: 72px; }
  .oviya-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .oviya-story-visual img { height: 52vh; }
  .oviya-story-copy { max-width: none; }
}

ul.products li.product.post-61,
ul.products li.product.post-67,
ul.products li.product.post-109,
ul.products li.product.post-113,
li.product.post-61,
li.product.post-67 {
  display: none !important;
}
