:root {
  --classic-ink: #1d2b25;
  --classic-green: #233b31;
  --classic-sage: #9aa892;
  --classic-brass: #a87842;
  --classic-ivory: #f4f0e7;
  --classic-paper: #fbfaf6;
  --classic-line: #dcd5c8;
}

body {
  background: var(--classic-paper);
  color: var(--classic-ink);
  overflow-x: hidden;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--classic-brass);
  outline-offset: 3px;
}

.announcement {
  align-items: center;
  background: var(--classic-green);
  color: #f8f5ed;
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: .13em;
  min-height: 34px;
  padding: 0 max(4vw, 24px);
  text-transform: uppercase;
}

.announcement b {
  color: #d7c3a3;
  font-weight: 600;
}

header {
  background: rgba(251, 250, 246, .94);
  border-color: var(--classic-line);
  height: 82px;
  padding: 0 max(5.5vw, 26px);
}

.brand {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand span {
  color: var(--classic-brass);
  font-size: 16px;
}

.brand-logo {
  border-radius: 50%;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

header nav {
  gap: 30px;
}

header nav button {
  color: var(--classic-ink);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cart-btn {
  background: linear-gradient(135deg, #29483a, #172a22)!important;
  border: 1px solid #ffffff35!important;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(29, 43, 37, .16), inset 0 1px #ffffff2b;
  color: #fff!important;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-width: 92px;
  padding: 12px 15px;
}

.cart-btn b {
  background: #bb8b54;
  color: #fff;
  margin-left: 0;
}

.cart-icon {
  filter: grayscale(1) brightness(4);
  font-size: 15px;
  line-height: 1;
}

.nav-count {
  background: var(--classic-ivory);
}

.hero {
  align-items: stretch;
  background: var(--classic-ivory);
  display: grid;
  gap: clamp(35px, 7vw, 110px);
  grid-template-columns: minmax(0, .88fr) minmax(380px, .7fr);
  min-height: 720px;
  overflow: hidden;
  padding: clamp(60px, 7vw, 105px) max(7vw, 34px);
  isolation: isolate;
  position: relative;
}

.hero::after {
  background: linear-gradient(105deg, rgba(244, 240, 231, .96) 10%, rgba(244, 240, 231, .78) 52%, rgba(244, 240, 231, .45));
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero-ambient {
  filter: blur(42px) saturate(.75);
  height: 115%;
  inset: -7.5%;
  object-fit: cover;
  opacity: .24;
  position: absolute;
  transform: scale(1.08);
  transition: opacity .6s ease;
  width: 115%;
  z-index: -2;
}

.hero-copy {
  align-self: center;
  backdrop-filter: blur(20px) saturate(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  background: linear-gradient(135deg, rgba(255, 253, 247, .54), rgba(255, 255, 255, .16));
  border: 1px solid rgba(255, 255, 255, .58);
  box-shadow: 0 30px 70px rgba(49, 45, 36, .07), inset 0 1px rgba(255, 255, 255, .72);
  max-width: 720px;
  min-width: 0;
  padding: clamp(30px, 4vw, 56px);
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--classic-brass);
  font-size: 10px;
  letter-spacing: .24em;
}

.hero h1 {
  color: var(--classic-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(60px, 7vw, 106px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
  margin: 28px 0 32px;
}

.hero h1 em {
  color: var(--classic-brass);
  display: inline-block;
  font-weight: 400;
  letter-spacing: -.065em;
}

.hero p {
  color: #526059;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 34px;
  max-width: 520px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 30px;
}

.primary {
  background: var(--classic-green);
  border-radius: 0;
  font-size: 12px;
  letter-spacing: .06em;
  padding: 17px 21px;
  text-transform: uppercase;
}

.text-cta {
  border-bottom: 1px solid var(--classic-ink);
  color: var(--classic-ink);
  font-size: 12px;
  letter-spacing: .08em;
  padding: 8px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-notes {
  border-top: 1px solid var(--classic-line);
  display: flex;
  gap: 25px;
  margin-top: 65px;
  padding-top: 17px;
}

.hero-notes span {
  color: #647068;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-notes b {
  color: var(--classic-brass);
  font-family: Georgia, serif;
  font-size: 12px;
  margin-right: 6px;
}

.hero-showcase {
  align-self: center;
  background: #ddd4c5;
  border: 0;
  height: min(580px, 66vw);
  justify-self: stretch;
  max-width: 540px;
  min-height: 500px;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}

.hero-stage {
  align-self: center;
  justify-self: stretch;
  max-width: 540px;
  position: relative;
  z-index: 1;
}

.hero-showcase::before {
  border: 1px solid #b8aa96;
  content: '';
  inset: 22px -22px -22px 22px;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.hero-showcase > img {
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-slide-image {
  animation: premium-slide-reveal .8s cubic-bezier(.2, .75, .2, 1) both;
}

@keyframes premium-slide-reveal {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}

.hero-index {
  background: var(--classic-paper);
  color: #68736d;
  font: 10px Georgia, serif;
  left: -1px;
  letter-spacing: .1em;
  padding: 10px 13px;
  position: absolute;
  top: -1px;
  z-index: 2;
}

.hero-product-card {
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  background: rgba(251, 250, 246, .78);
  border: 1px solid rgba(255, 255, 255, .66);
  bottom: -1px;
  display: grid;
  gap: 7px;
  left: -1px;
  min-width: min(330px, 82%);
  padding: 20px 23px;
  position: absolute;
  text-align: left;
  z-index: 2;
}

.hero-carousel-controls {
  align-items: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(250, 247, 239, .72);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  top: 18px;
  box-shadow: 0 14px 38px rgba(22, 34, 28, .16), inset 0 1px #fff;
  display: flex;
  gap: 12px;
  padding: 7px 10px;
  position: absolute;
  right: 18px;
  z-index: 4;
}

.hero-carousel-controls > button {
  background: transparent;
  border: 0;
  color: var(--classic-green);
  font-size: 17px;
  height: 30px;
  padding: 0;
  width: 30px;
}

.hero-carousel-controls > div {
  align-items: center;
  display: flex;
  gap: 6px;
}

.hero-carousel-controls > div button {
  background: #8d958f;
  border: 0;
  border-radius: 99px;
  height: 5px;
  padding: 0;
  transition: .3s ease;
  width: 5px;
}

.hero-carousel-controls > div button.active {
  background: var(--classic-brass);
  width: 20px;
}

.hero-product-card small {
  color: var(--classic-brass);
  font-size: 9px;
  letter-spacing: .18em;
}

.hero-product-card strong {
  font: 22px/1.2 Georgia, serif;
}

.hero-product-card > span {
  align-items: center;
  color: #59645e;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}

.hero-product-card i {
  color: var(--classic-ink);
  font-style: normal;
}

.hero-monogram {
  color: #fff9;
  display: grid;
  font: 120px Georgia, serif;
  height: 100%;
  place-items: center;
}

.trust-ribbon {
  background: var(--classic-green);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 max(7vw, 34px);
}

.trust-ribbon > div {
  align-items: center;
  border-right: 1px solid #ffffff1f;
  display: flex;
  gap: 16px;
  min-height: 104px;
  padding: 22px 35px;
}

.trust-ribbon > div:first-child {
  padding-left: 0;
}

.trust-ribbon > div:last-child {
  border: 0;
}

.trust-ribbon > div > span {
  color: #d6bd96;
  font: 24px Georgia, serif;
}

.trust-ribbon p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.trust-ribbon b {
  font: 16px Georgia, serif;
  font-weight: 400;
}

.trust-ribbon small {
  color: #aebbb4;
  font-size: 10px;
  letter-spacing: .05em;
}

.section {
  max-width: 1540px;
  padding-bottom: 105px;
  padding-top: 105px;
}

.home-catalogue .section-head {
  border-bottom: 1px solid var(--classic-line);
  padding-bottom: 28px;
}

.section h2,
.narrow > h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.section-head > p {
  color: #747e78;
  font: italic 15px Georgia, serif;
}

.category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -8px 0 26px;
}

.category-chips button {
  background: transparent;
  border: 1px solid var(--classic-line);
  color: #59645e;
  font-size: 10px;
  letter-spacing: .1em;
  padding: 10px 15px;
  text-transform: uppercase;
}

.category-chips button.active,
.category-chips button:hover {
  background: var(--classic-green);
  border-color: var(--classic-green);
  color: #fff;
}

.catalogue-tools {
  background: transparent;
  border-bottom: 1px solid var(--classic-line);
  display: grid;
  grid-template-columns: minmax(260px, 1fr) 200px auto;
  margin: 0 0 38px;
  padding: 0 0 18px;
}

.catalogue-tools input[type='search'],
.catalogue-tools select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bdb4a6;
  padding-left: 0;
}

.grid {
  gap: clamp(18px, 2.2vw, 34px);
}

.card {
  position: relative;
}

.card:nth-child(even) {
  margin-top: 38px;
}

.image {
  background: #e9e3d8;
  height: clamp(330px, 31vw, 470px);
}

.card-body {
  align-items: flex-start;
  border-bottom: 1px solid var(--classic-line);
  padding: 18px 0 20px;
}

.card-body h3 {
  font: 19px/1.25 Georgia, serif;
  margin: 5px 0 8px;
}

.card-body p {
  color: var(--classic-green);
  font-size: 13px;
  font-weight: 600;
}

.category-label {
  color: var(--classic-brass);
  font-size: 9px;
  letter-spacing: .16em;
}

.add {
  border-color: var(--classic-line);
  border-radius: 0;
  color: var(--classic-green);
}

.add:hover {
  background: var(--classic-green);
}

.wish {
  border-radius: 0;
  color: #8f968f;
}

.sale-badge {
  background: var(--classic-brass);
  letter-spacing: .1em;
}

.site-footer {
  background: #182720;
  border-top: 1px solid #ffffff1a;
  padding-bottom: 62px;
  padding-top: 62px;
}

.site-footer > div b {
  font: 24px Georgia, serif;
  font-weight: 400;
  letter-spacing: .05em;
}

.whatsapp-float {
  background: var(--classic-green);
  border: 1px solid #ffffff33;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(24, 39, 32, .22);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .announcement span {
    display: none;
  }

  .announcement {
    justify-content: center;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
    min-height: 650px;
  }

  .hero h1 {
    font-size: clamp(54px, 8vw, 76px);
  }

  .hero-showcase {
    min-height: 430px;
  }

  .hero-notes {
    display: none;
  }

  .trust-ribbon > div {
    padding: 20px;
  }
}

@media (max-width: 720px) {
  header {
    height: 70px;
    padding: 0 18px;
  }

  .brand {
    font-size: 20px;
  }

  header nav {
    gap: 8px;
  }

  header nav > button:first-child {
    display: none;
  }

  header nav button {
    font-size: 10px;
  }

  .cart-btn {
    min-width: auto;
    padding: 9px 10px;
  }

  .hero {
    gap: 50px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 65px 22px 75px;
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(54px, 17vw, 80px);
  }

  .hero p {
    font-size: 16px;
  }

  .hero-showcase {
    height: 520px;
    justify-self: center;
    min-height: 0;
    width: calc(100% - 20px);
  }

  .hero-stage {
    justify-self: center;
    width: calc(100% - 20px);
  }

  .hero-stage .hero-showcase {
    width: 100%;
  }

  .hero-showcase::before {
    inset: 12px -12px -12px 12px;
  }

  .trust-ribbon {
    grid-template-columns: 1fr;
  }

  .trust-ribbon > div,
  .trust-ribbon > div:first-child {
    border-bottom: 1px solid #ffffff1f;
    border-right: 0;
    min-height: 82px;
    padding: 16px 0;
  }

  .catalogue-tools {
    grid-template-columns: 1fr 1fr;
  }

  .catalogue-tools .store-search {
    grid-column: 1 / -1;
  }

  .grid {
    gap: 15px;
  }

  .card:nth-child(even) {
    margin-top: 22px;
  }

  .image {
    height: 260px;
  }

  .card-body h3 {
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .announcement {
    font-size: 9px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .hero-showcase {
    height: 430px;
  }

  .hero-product-card {
    min-width: 88%;
    padding: 16px;
  }

  .catalogue-tools {
    grid-template-columns: 1fr;
  }

  .catalogue-tools .store-search {
    grid-column: auto;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image {
    height: 230px;
  }

  header nav {
    gap: 5px;
  }

  .saved-btn > span,
  .cart-btn .cart-label {
    display: none;
  }

  .saved-btn,
  .cart-btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 38px;
    min-width: 38px;
    padding: 7px;
  }

  .saved-btn b,
  .cart-btn b {
    margin: 0;
  }

  .cart-btn {
    gap: 4px;
  }

  .cart-icon {
    display: inline-block;
    font-size: 14px;
  }

  .hero {
    padding-top: 58px;
  }

  .hero h1 {
    font-size: clamp(44px, 12.5vw, 52px);
  }

  .hero p {
    overflow-wrap: anywhere;
  }

  .hero-copy {
    padding: 26px 20px;
  }

  .hero-carousel-controls {
    right: 12px;
    top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide-image { animation: none; }
}
