:root {
  /* =====================================================
     PENGATURAN HERO / VIDEO
     Ubah nilai ini saja untuk mengatur ukuran dan posisi video.
     ===================================================== */
  --hero-desktop-min-height: 100svh;
  --hero-mobile-height: 600px;
  --hero-mobile-video-position: 50% 42%;
  --hero-mobile-grain-opacity: 0;

  --ink: #15120f;
  --paper: #f7f1e7;
  --cream: #efe4d3;
  --line: rgba(67, 51, 34, 0.16);
  --gold: #bd9150;
  --gold2: #e2bd7a;
  --dark: #0c0b09;
  --muted: #776e64;
  --green: #1c8b5a;
  --radius: 28px;
  --serif: "Bodoni 72", "Didot", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
body.locked {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.eyebrow:before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}
.topbar {
  height: 34px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0b0a08;
  color: #e5c58e;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.marquee {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee span {
  padding-right: 70px;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.header {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 50;
  color: #fff;
  transition: 0.35s;
}
.header.scrolled,
.inner-page .header {
  top: 0;
  background: rgba(247, 241, 231, 0.92);
  color: var(--ink);
  box-shadow: 0 8px 35px rgba(24, 18, 12, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.header-row {
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.nav {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav a {
  font-size: 13px;
  position: relative;
  white-space: nowrap;
}
.nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: 0.25s;
}
.nav a:hover:after {
  width: 100%;
}
.logo-shell {
  width: 210px;
  height: 70px;
  padding: 8px 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(189, 145, 80, 0.42);
  border-radius: 999px;
  background: rgba(246, 238, 225, 0.94);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}
.logo-shell img {
  max-height: 52px;
  width: 100%;
  object-fit: contain;
}
.logo-fallback {
  display: none;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #111;
}
.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.icon-btn,
.menu-btn {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: 0.25s;
}
.icon-btn:hover,
.menu-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-2px);
}
.menu-btn {
  display: none;
}
.cart-count {
  position: absolute;
  right: -4px;
  top: -4px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 20px;
  background: var(--gold);
  color: #fff;
  font-size: 10px;
  display: grid;
  place-items: center;
}
.hero {
  position: relative;
  min-height: var(--hero-desktop-min-height);
  background: #0d0b09;
  color: #fff;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-media,
.hero-media video,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-media img {
  z-index: -1;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(9, 8, 6, 0.92) 0%,
      rgba(9, 8, 6, 0.62) 45%,
      rgba(9, 8, 6, 0.14) 78%
    ),
    linear-gradient(0deg, rgba(9, 8, 6, 0.72), transparent 48%);
}
.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.17;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E");
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 190px;
  padding-bottom: 105px;
}
.hero-copy {
  max-width: 720px;
}
.hero-copy .eyebrow {
  color: #e6c58f;
  margin-bottom: 24px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(56px, 7.5vw, 116px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.045em;
  margin: 0;
  max-width: 900px;
}
.hero h1 em {
  color: var(--gold2);
  font-weight: 400;
}
.hero p {
  max-width: 590px;
  margin: 30px 0 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.btn {
  border: 1px solid var(--ink);
  background: transparent;
  min-height: 52px;
  padding: 0 25px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.16);
}
.btn.gold {
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  border-color: transparent;
  color: #18120c;
}
.btn.light {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.btn.dark {
  background: #111;
  color: #fff;
  border-color: #111;
}
.btn.full {
  width: 100%;
}
.scroll-cue {
  position: absolute;
  right: 4%;
  bottom: 48px;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.scroll-cue:after {
  content: "";
  width: 1px;
  height: 70px;
  background: linear-gradient(#fff, transparent);
  animation: cue 2s ease-in-out infinite;
}
@keyframes cue {
  50% {
    transform: scaleY(0.55);
    transform-origin: top;
  }
}
.signature-strip {
  background: #12100d;
  color: #efe3d0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.signature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.signature-item {
  padding: 27px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.signature-item:last-child {
  border: 0;
}
.signature-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
}
.signature-item span {
  font-size: 12px;
  color: #958c80;
}
.section {
  padding: 110px 0;
}
.section.soft {
  background: #efe7da;
}
.section.dark {
  background: #0e0d0b;
  color: #fff;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 46px;
}
.section-head h2,
.editorial-copy h2,
.finder-copy h2,
.about-story h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 10px 0;
}
.section-head p {
  color: var(--muted);
  max-width: 520px;
  line-height: 1.75;
}
.link-arrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.collection-card {
  position: relative;
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #17130f;
  color: #fff;
  box-shadow: 0 25px 60px rgba(54, 39, 22, 0.08);
}
.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.collection-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 62%);
}
.collection-card-copy {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 25px;
  z-index: 2;
}
.collection-card-copy span {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d8b679;
}
.collection-card-copy h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  margin: 8px 0 0;
}
.collection-card:hover img {
  transform: scale(1.07);
}
.collection-card:nth-child(2),
.collection-card:nth-child(4) {
  transform: translateY(28px);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.product-card {
  min-width: 0;
}
.product-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 7/8.2;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #16130f;
  cursor: pointer;
}
.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.product-card:hover .product-visual img {
  transform: scale(1.045);
}
.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(247, 241, 231, 0.9);
  backdrop-filter: blur(8px);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.quick-label {
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translate(-50%, 18px);
  opacity: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f6eee1;
  color: #17130f;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  white-space: nowrap;
  transition: 0.3s;
}
.product-card:hover .quick-label {
  opacity: 1;
  transform: translate(-50%, 0);
}
.product-info {
  padding: 19px 4px;
}
.product-notes {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--muted);
  font-size: 11px;
}
.product-info h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  margin: 6px 0 18px;
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-bottom strong {
  font-size: 14px;
}
.round-add {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  transition: 0.25s;
}
.round-add:hover {
  background: #111;
  color: #fff;
  transform: rotate(90deg);
}
.editorial {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 720px;
}
.editorial-media {
  position: relative;
  min-height: 660px;
  overflow: hidden;
}
.editorial-media video,
.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(45px, 7vw, 110px);
  background: #15120f;
  color: #fff;
}
.editorial-copy .eyebrow {
  color: #dcb879;
}
.editorial-copy p {
  color: #aaa197;
  line-height: 1.9;
  max-width: 500px;
  margin-bottom: 30px;
}
.finder {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}
.finder-copy p {
  line-height: 1.8;
  color: var(--muted);
  max-width: 550px;
}
.finder-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.finder-option {
  min-height: 180px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.45);
  padding: 28px;
  text-align: left;
  cursor: pointer;
  transition: 0.35s;
}
.finder-option b {
  display: block;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 9px;
}
.finder-option span {
  font-size: 12px;
  color: var(--muted);
}
.finder-option:hover {
  background: #15120f;
  color: #fff;
  transform: translateY(-6px);
}
.finder-option:hover span {
  color: #aaa197;
}
.testimonial {
  padding: 130px 0;
  text-align: center;
  background: #e4d7c4;
}
.testimonial blockquote {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.testimonial cite {
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.newsletter {
  background: #0d0b09;
  color: #fff;
  padding: 80px 0;
}
.newsletter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.newsletter h2 {
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
  margin: 0;
}
.newsletter-form {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.newsletter-form input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 18px 0;
  outline: 0;
}
.newsletter-form button {
  border: 0;
  background: transparent;
  color: #d4b277;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  cursor: pointer;
}
.footer {
  padding: 75px 0 25px;
  background: #090806;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 70px;
}
.footer-logo {
  width: 210px;
  background: #f3eadb;
  border-radius: 80px;
  padding: 10px 20px;
  margin-bottom: 22px;
}
.footer-logo img {
  max-height: 56px;
  margin: auto;
}
.footer p {
  color: #928a81;
  line-height: 1.8;
  font-size: 13px;
}
.footer h3 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #d5b275;
  margin: 0 0 22px;
}
.footer a {
  display: block;
  color: #a59d94;
  font-size: 13px;
  margin: 13px 0;
  transition: 0.2s;
}
.footer a:hover {
  color: #fff;
  transform: translateX(4px);
}
.footer-bottom {
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  color: #716b64;
  font-size: 11px;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(7, 6, 5, 0.65);
  backdrop-filter: blur(5px);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.drawer-backdrop.open {
  opacity: 1;
  visibility: visible;
}
.side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: #f8f1e7;
  transition: 0.45s cubic-bezier(0.22, 0.8, 0.25, 1);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.18);
}
.cart-drawer {
  right: 0;
  width: min(460px, 94vw);
  transform: translateX(105%);
  display: flex;
  flex-direction: column;
}
.cart-drawer.open {
  transform: none;
}
.mobile-menu {
  left: 0;
  width: min(390px, 90vw);
  transform: translateX(-105%);
  padding: 34px;
}
.mobile-menu.open {
  transform: none;
}
.mobile-menu .menu-logo {
  background: #eee1cf;
  border-radius: 80px;
  padding: 10px 18px;
  margin-bottom: 38px;
}
.mobile-menu > a {
  display: block;
  font-family: var(--serif);
  font-size: 34px;
  border-bottom: 1px solid var(--line);
  padding: 15px 2px;
}
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px;
  border-bottom: 1px solid var(--line);
}
.drawer-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 35px;
  margin: 0;
}
.close-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}
.cart-items {
  padding: 20px;
  overflow: auto;
  flex: 1;
}
.cart-item {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item img {
  width: 84px;
  height: 100px;
  object-fit: cover;
  border-radius: 13px;
}
.cart-item h4 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  margin: 6px 0;
}
.cart-item small {
  color: var(--muted);
}
.remove {
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  align-self: start;
}
.qty {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}
.qty button {
  width: 26px;
  height: 26px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.drawer-foot {
  padding: 24px;
  border-top: 1px solid var(--line);
}
.cart-total {
  display: flex;
  justify-content: space-between;
  font-family: var(--serif);
  font-size: 25px;
  margin-bottom: 20px;
}
.empty-state {
  text-align: center;
  padding: 80px 20px;
  color: var(--muted);
}
.empty-state span {
  font-size: 50px;
  color: var(--gold);
}
.empty-state h3 {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--ink);
  font-weight: 400;
}
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1e9e64;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 15px 40px rgba(20, 105, 67, 0.3);
  animation: float 3s ease-in-out infinite;
}
.wa-float svg {
  width: 27px;
}
.wa-float:after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid #1e9e64;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes float {
  50% {
    transform: translateY(-7px);
  }
}
@keyframes pulse {
  to {
    transform: scale(1.35);
    opacity: 0;
  }
}
.modal{
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(6,5,4,.74);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  overflow-y: auto;
}

.modal.show{
  opacity: 1;
  visibility: visible;
}
.welcome-card{
  position: relative;
  width: min(920px, 96vw);
  min-height: 570px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: #f5ede1;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 110px rgba(0,0,0,.4);
  transform: translateY(30px) scale(.97);
  transition: .45s;
  margin: auto;
}
.modal.show .welcome-card,
.modal.show .quick-card {
  transform: none;
}
.welcome-media {
  position: relative;
  min-height: 570px;
}
.welcome-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 55%);
}
.welcome-logo {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 2;
  width: 180px;
  padding: 8px 16px;
  border-radius: 80px;
  background: rgba(245, 237, 225, 0.94);
}
.welcome-copy {
  padding: 65px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.welcome-copy .eyebrow {
  color: #a5793c;
}
.welcome-copy h2 {
  font-family: var(--serif);
  font-size: 54px;
  line-height: 0.95;
  font-weight: 400;
  margin: 20px 0;
}
.welcome-copy p {
  color: var(--muted);
  line-height: 1.75;
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.84);
  font-size: 24px;
  cursor: pointer;
}
.quick-card {
  position: relative;
  width: min(900px, 96vw);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f5ede1;
  border-radius: 30px;
  overflow: hidden;
  transform: translateY(30px) scale(0.97);
  transition: 0.4s;
}
.quick-card > img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.quick-copy {
  padding: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quick-copy .eyebrow {
  color: #9a7038;
}
.quick-copy h2 {
  font-family: var(--serif);
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0 14px;
}
.quick-notes {
  color: #9a7038;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.quick-copy p {
  color: var(--muted);
  line-height: 1.8;
}
.quick-price {
  font-family: var(--serif);
  font-size: 31px;
  margin: 25px 0;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 200;
  transform: translate(-50%, 30px);
  opacity: 0;
  padding: 14px 22px;
  border-radius: 99px;
  background: #111;
  color: #fff;
  font-size: 12px;
  transition: 0.3s;
  pointer-events: none;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.page-hero {
  padding: 220px 0 90px;
  background: #15120f;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-hero:after {
  content: "SI";
  position: absolute;
  right: -30px;
  bottom: -90px;
  font-family: var(--serif);
  font-size: 330px;
  color: rgba(255, 255, 255, 0.025);
}
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 105px);
  font-weight: 400;
  line-height: 0.9;
  margin: 20px 0;
}
.page-hero p {
  color: #a69c91;
  max-width: 590px;
  line-height: 1.8;
}
.breadcrumb {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.catalog-tools {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
.search-box {
  position: relative;
  flex: 1;
  max-width: 520px;
}
.search-box input {
  width: 100%;
  height: 55px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 55px 0 22px;
  outline: 0;
}
.search-box svg {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 20px;
}
.search-result {
  font-size: 11px;
  color: var(--muted);
}
.filter-row {
  display: flex;
  gap: 10px;
  overflow: auto;
  padding-bottom: 8px;
}
.filter-chip {
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: transparent;
  padding: 0 18px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 11px;
}
.filter-chip.active,
.filter-chip:hover {
  background: #111;
  color: #fff;
}
.all-collections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.all-collections .collection-card {
  min-height: 460px;
}
.all-collections .collection-card:nth-child(even) {
  transform: translateY(40px);
}
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-visual {
  position: relative;
  min-height: 650px;
  border-radius: 40px;
  overflow: hidden;
}
.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.about-visual-badge {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #e3bf7b;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--serif);
  font-size: 23px;
  animation: float 4s ease-in-out infinite;
}
.about-story p {
  color: var(--muted);
  line-height: 1.9;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.value-card {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 25px;
}
.value-card span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 45px;
}
.value-card h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}
.value-card p {
  color: var(--muted);
  line-height: 1.75;
}
.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1050px) {
  .nav {
    display: none;
  }
  .menu-btn {
    display: grid;
  }
  .header-row {
    grid-template-columns: 1fr auto 1fr;
  }
  .collection-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .collection-card:nth-child(2),
  .collection-card:nth-child(4) {
    transform: none;
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .editorial {
    grid-template-columns: 1fr;
  }
  .editorial-media {
    min-height: 520px;
  }
  .finder {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    display: none;
  }
}
@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1240px);
  }
  .topbar {
    height: 30px;
  }
  .header {
    top: 30px;
  }
  .header-row {
    height: 76px;
    gap: 8px;
  }
  .logo-shell {
    width: 155px;
    height: 55px;
    padding: 7px 14px;
  }
  .logo-shell img {
    max-height: 39px;
  }
  .icon-btn,
  .menu-btn {
    width: 39px;
    height: 39px;
  }
  .header-actions .icon-btn:first-child {
    display: none;
  }
  /* =====================================================
     HERO MOBILE
     Tinggi utama dikontrol oleh --hero-mobile-height di atas.
     Contoh: 540px lebih pendek, 650px lebih tinggi.
     ===================================================== */
  .hero {
    min-height: 0;
    height: var(--hero-mobile-height);
    max-height: none;
  }

  .hero-media,
  .hero-media video,
  .hero-media img {
    width: 100%;
    height: 100%;
  }

  .hero-media video,
  .hero-media img {
    object-fit: cover;
    object-position: var(--hero-mobile-video-position);
    filter: none;
    transform: none;
  }

  /* Grain dimatikan di mobile agar video tidak tampak buram. */
  .hero-grain {
    opacity: var(--hero-mobile-grain-opacity);
  }

  .hero-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 118px;
    padding-bottom: 24px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-copy .eyebrow {
    margin-bottom: 14px;
    font-size: 9px;
    line-height: 1.4;
  }

  .hero h1 {
    font-size: clamp(40px, 11vw, 48px);
    line-height: 0.92;
  }

  .hero p {
    font-size: 13px;
    line-height: 1.6;
    margin: 18px 0 20px;
  }

  .hero-actions {
    gap: 9px;
  }

  .hero-actions .btn {
    min-height: 44px;
    padding: 0 19px;
    font-size: 10px;
  }
  .scroll-cue {
    display: none;
  }
  .signature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .signature-item:nth-child(2) {
    border-right: 0;
  }
  .signature-item {
    padding: 21px 16px;
  }
  .signature-item strong {
    font-size: 17px;
  }
  .section {
    padding: 76px 0;
  }
  .section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .section-head h2,
  .editorial-copy h2,
  .finder-copy h2,
  .about-story h2 {
    font-size: 46px;
  }
  .collection-grid {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    margin-right: -14px;
    padding-right: 14px;
  }
  .collection-card {
    min-width: 78vw;
    min-height: 410px;
    scroll-snap-align: start;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .product-info h3 {
    font-size: 21px;
  }
  .product-notes {
    font-size: 9px;
  }
  .round-add {
    width: 36px;
    height: 36px;
  }
  .editorial-media {
    min-height: 430px;
  }
  .editorial-copy {
    padding: 60px 24px;
  }
  .finder-options {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .finder-option {
    min-height: 145px;
    padding: 20px;
  }
  .finder-option b {
    font-size: 24px;
  }
  .testimonial {
    padding: 90px 15px;
  }
  .newsletter-row {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .newsletter h2 {
    font-size: 38px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .welcome-card {
    grid-template-columns: 1fr;
    max-height: 90svh;
    overflow: auto;
  }
  .welcome-media {
    min-height: 270px;
  }
  .welcome-copy {
    padding: 38px 26px;
  }
  .welcome-copy h2 {
    font-size: 43px;
  }
  .quick-card {
    grid-template-columns: 1fr;
    max-height: 92svh;
    overflow: auto;
  }
  .quick-card > img {
    height: 330px;
  }
  .quick-copy {
    padding: 35px 25px;
  }
  .quick-copy h2 {
    font-size: 43px;
  }
  .page-hero {
    padding: 165px 0 65px;
  }
  .page-hero h1 {
    font-size: 62px;
  }
  .catalog-tools {
    align-items: flex-start;
    flex-direction: column;
  }
  .search-box {
    width: 100%;
    max-width: none;
  }
  .all-collections {
    grid-template-columns: 1fr;
  }
  .all-collections .collection-card:nth-child(even) {
    transform: none;
  }
  .all-collections .collection-card {
    min-height: 390px;
  }
  .about-story {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .about-visual {
    min-height: 480px;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .wa-float {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 390px) {
  .hero h1 {
    font-size: 39px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .finder-options {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
}

/* Scentsual Inspire variant selector + clean logo */
.logo-shell {
  width: 250px;
  height: 78px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.logo-shell img {
  width: 100%;
  max-height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 5px 16px rgba(0, 0, 0, 0.25));
}
.header.scrolled .logo-shell img,
.inner-page .logo-shell img {
  filter: none;
}
.welcome-logo {
  left: 24px;
  bottom: 24px;
  width: 230px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.55));
}
.welcome-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.menu-logo {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.menu-logo img {
  width: 240px;
  max-height: 95px;
  object-fit: contain;
  margin: 0 auto 20px;
}
.footer-logo {
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}
.footer-logo img {
  width: 260px;
  max-height: 105px;
  object-fit: contain;
}
.variant-block {
  margin-top: 18px;
}
.variant-title {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8f6531;
}
.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.variant-chip {
  min-width: 66px;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid rgba(74, 54, 34, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: 0.22s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.variant-chip b {
  font-size: 12px;
  font-weight: 700;
}
.variant-chip small {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  letter-spacing: 0.04em;
  color: #8a8075;
}
.variant-chip:hover,
.variant-chip.active {
  background: #15120f;
  border-color: #15120f;
  color: #fff;
  transform: translateY(-2px);
}
.variant-chip.active small,
.variant-chip:hover small {
  color: #d7c8b4;
}
.variant-chip.concentration {
  min-width: 100px;
}
.quick-selection {
  margin-top: 16px;
  padding: 10px 13px;
  border-radius: 12px;
  background: rgba(189, 145, 80, 0.13);
  font-size: 11px;
  color: #79562c;
}
.quick-price {
  margin: 16px 0 !important;
}
.cart-variant {
  display: block;
  margin: 4px 0 6px;
  color: #9a7038;
  font-size: 10px;
  letter-spacing: 0.03em;
}
@media (max-width: 760px) {
  .logo-shell {
    width: 190px;
    height: 62px;
  }
  .logo-shell img {
    max-height: 60px;
  }
  .welcome-logo {
    width: 205px;
    left: 18px;
    bottom: 18px;
  }
  .quick-copy {
    padding: 30px 24px 34px;
  }
  .quick-copy h2 {
    margin: 13px 0 10px;
  }
  .variant-block {
    margin-top: 14px;
  }
  .variant-options {
    gap: 7px;
  }
  .variant-chip {
    min-width: 58px;
    min-height: 40px;
    padding: 7px 10px;
  }
  .variant-chip.concentration {
    min-width: 91px;
  }
}
@media (max-width: 390px) {
  .logo-shell {
    width: 160px;
  }
  .variant-chip.concentration {
    min-width: 84px;
  }
  @media (max-width: 760px){
  .modal{
    padding: 14px;
    align-items: center;
    justify-content: center;
  }

  .welcome-card{
    width: min(100%, 390px);
    min-height: auto;
    height: auto;
    max-height: calc(100svh - 28px);
    grid-template-columns: 1fr;
    margin: auto;
    border-radius: 26px;
    overflow: hidden auto;
  }

  .welcome-media{
    min-height: 180px;
    max-height: 180px;
  }

  .welcome-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .welcome-copy{
    padding: 26px 22px 24px;
  }

  .welcome-copy h2{
    font-size: 34px;
    line-height: 1.02;
    margin: 14px 0;
  }

  .welcome-copy p{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .welcome-copy .btn{
    width: 100%;
  }

  .welcome-logo{
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    width: 150px;
  }

  .modal-close{
    right: 14px;
    top: 14px;
  }
}

