:root {
  --bg: #fbf6f1;
  --bg2: #f7efe8;
  --card: #fffdfb;
  --ink: #302926;
  --muted: #756763;
  --gold: #b87b22;
  --line: rgba(48, 41, 38, .08);
  --shadow: 0 22px 54px rgba(89, 67, 58, .12);
  --shadow2: 0 12px 26px rgba(89, 67, 58, .08);
  --r: 30px
}
* {
  box-sizing: border-box
}
html {
  scroll-behavior: smooth
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(circle at top right, rgba(159, 199, 194, .12), transparent 24%), linear-gradient(180deg, var(--bg), var(--bg2))
}
img {
  max-width: 100%;
  display: block
}
a {
  text-decoration: none;
  color: inherit
}
button, input, select {
  font: inherit
}
.container {
  width: min(1380px, calc(100% - 20px));
  margin: auto
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(251, 246, 241, .84);
  border-bottom: 1px solid rgba(255, 255, 255, .65)
}
.nav {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800
}
.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--shadow2)
}
.brand small {
  display: block;
  color: var(--muted);
  font-weight: 600;
  margin-top: 2px
}
.nav-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .18s ease
}
.btn:hover {
  transform: translateY(-1px)
}
.btn-primary {
  background: #1f1f1f;
  color: #fff;
  box-shadow: var(--shadow)
}
.btn-soft {
  background: #fff;
  border: 1px solid var(--line)
}
.btn-gold {
  background: linear-gradient(180deg, #d39b43, #b87b22);
  color: #fff;
  box-shadow: var(--shadow)
}
.hero {
  padding: 22px 0 20px
}
.hero-box {
  overflow: hidden;
  border-radius: 38px;
  box-shadow: var(--shadow);
  min-height: 460px;
  background: linear-gradient(100deg, rgba(255, 251, 247, .92), rgba(255, 251, 247, .72) 45%, rgba(255, 251, 247, .36) 100%), url('../img/Principal1.png') center/cover no-repeat;
  display: grid;
  grid-template-columns: 1.15fr .85fr
}
.hero-copy {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  font-size: .8rem;
  margin-bottom: 14px
}
h1 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 5vw, 4.9rem);
  line-height: .96
}
.hero p {
  margin: 0 0 22px;
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6
}
.hero-side {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 28px
}
.info-card {
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 24px;
  padding: 18px;
  box-shadow: var(--shadow2)
}
.info-card b {
  display: block;
  margin-bottom: 4px;
  font-size: 1.1rem
}
.section {
  padding: 8px 0 34px
}
.toolbar {
  display: grid;
  grid-template-columns: 1.2fr auto auto auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px
}
.search, .sort {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 18px;
  color: var(--ink)
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px
}
.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 252, 249, .92));
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .65);
  box-shadow: var(--shadow)
}
.card-media {
  position: relative;
  background: linear-gradient(180deg, #f8f1ea, #f6ece3)
}
.card-media img{
  width:100%;
  aspect-ratio: 4/5;
  object-fit:cover;
}
.price-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(31, 31, 31, .92);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  box-shadow: var(--shadow2)
}
.card-body {
  padding: 16px 16px 18px;
  display: grid;
  gap: 10px
}
.card h3 {
  margin: 0;
  font-size: 1.18rem;
  font-family: Georgia, "Times New Roman", serif
}
.desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  min-height: 3.5em
}
.card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 800
}
.chip-dark {
  background: #1f1f1f;
  color: #fff
}
.chip-soft {
  background: #f3ece6;
  color: var(--ink)
}
.note {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  box-shadow: var(--shadow2)
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  background: rgba(41, 31, 28, .56);
  backdrop-filter: blur(6px);
  padding: 18px
}
.modal.open {
  display: grid;
  place-items: center
}
.modal-card {
  position: relative;
  width: min(1180px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  background: linear-gradient(180deg, #fffdfb, #f9f0e7);
  border-radius: 34px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .28);
  display: grid;
  grid-template-columns: 1fr 1fr
}
.close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: var(--shadow2)
}
.modal-image {
  background: linear-gradient(180deg, #f7efe8, #f3e8de)
}
.modal-image img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  object-fit: cover
}
.modal-copy {
  padding: 30px;
  display: grid;
  align-content: start;
  gap: 14px
}
.modal-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  font-family: Georgia, "Times New Roman", serif
}
.modal-price {
  color: var(--gold);
  font-weight: 900;
  font-size: 1.45rem
}
.modal-desc {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.04rem
}
.divider {
  height: 1px;
  background: var(--line);
  margin: 2px 0 4px
}
.addons h4 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  font-family: Georgia, "Times New Roman", serif
}
.addon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px
}
.addon {
  background: #fff;
  border-radius: 22px;
  padding: 14px;
  border: 1px solid rgba(48, 41, 38, .06);
  box-shadow: var(--shadow2);
  display: grid;
  gap: 8px
}
.addon-top {
  display: flex;
  align-items: center;
  gap: 10px
}
.addon-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff6ea, #f4e4cf);
  display: grid;
  place-items: center;
  font-size: 1.35rem
}
.addon-name {
  font-weight: 900
}
.addon-price {
  color: var(--gold);
  font-weight: 800;
  font-size: .96rem
}
.addon p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: .95rem;
  min-height: 4.2em
}
.mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  font-weight: 800;
  background: #1f1f1f;
  color: #fff;
  justify-self: start
}
footer {
  padding: 16px 0 42px;
  color: var(--muted);
  text-align: center
}
.float-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  min-width: 56px;
  height: 56px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1f1f1f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: var(--shadow);
  font-weight: 900
}
@media (max-width:1150px) {
  .card-media img {
    height: 460px
  }
}
@media (max-width:920px) {
  .hero-box, .modal-card {
    grid-template-columns: 1fr
  }
  .hero-copy {
    padding: 30px 22px
  }
  .hero-side {
    padding: 0 22px 22px
  }
  .toolbar {
    grid-template-columns: 1fr 1fr
  }
  .modal-image img {
    min-height: 360px;
    max-height: 48vh
  }
}
@media (max-width:720px) {
  .grid {
    grid-template-columns: 1fr
  }
  .card-media img {
    height: 540px
  }
  .toolbar {
    grid-template-columns: 1fr
  }
  .addon-grid {
    grid-template-columns: 1fr
  }
  .container {
    width: min(100% - 14px, 1380px)
  }
}
@media (max-width:520px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0
  }
  .nav-actions {
    width: 100%
  }
  .nav-actions .btn {
    flex: 1
  }
  .hero {
    padding-top: 14px
  }
  .hero-box {
    min-height: auto
  }
  .card-media img {
    height: 500px
  }
  .modal-copy {
    padding: 20px
  }
  .float-wa span {
    display: none
  }
}