/* ---------------- Reset & Base ---------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  font-family: unna;
  color: #55191c;
  background: #ddd;
}
::selection {
  background: #55191c;
  color: #cec8b3;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
main {
  padding-top: 5vh;
  padding-bottom: 0.5rem;
  margin-top: 10vh;
}
h1 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}

/* ---------------- Layout: carousel ---------------- */
.section1 {
  width: 100%;
  margin-bottom: 18px;
  background-color: #55191c;
}
.nest-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nest-track {
  height: 50vh;
  display: flex;
  align-items: stretch;
  transition: transform 420ms cubic-bezier(0.22, 0.9, 0.3, 1);
  will-change: transform;
  touch-action: pan-y;
  user-select: none;
}
.nest-slide {
  flex: 0 0 33.3333%;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 6/5;
  position: relative;
  overflow: hidden;
}
.frame .image-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.frame img.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.frame img.frame-overlay {
  position: absolute;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.nest-slide.center .frame {
  transform: scale(1.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.79);
  border: 2px solid #111;
  cursor: grab;
}

.nest-slide.left .frame,
.nest-slide.right .frame {
  transform: scale(0.92);
  opacity: 0.92;
  filter: saturate(0.95) brightness(0.97);
  box-shadow: 0 10px 20px rgb(2 6 23 / 66%);
  border: 2px solid #111;
  cursor: pointer;
}

/* ---------------- Product info top ---------------- */
/* ---------------- Product info below nest (left column style content) ---------------- */
.prod-info {
  padding: 2rem;
  padding-top: 0rem;
  display: flex;
  height: 75vh;
  width: 100%;
  justify-content: center;
}

.prod-info img {
  width: auto;
  height: auto;
  position: absolute;
  left: 0%;
}

.info-left {
  color: #55191c;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  z-index: 10;
  max-height: 22vh;
}

.prod-info-top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.prod-title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 6px;
  text-align: center;
}
.prod-desc {
  color: rgb(2 6 23 / 66%);
  margin-bottom: 10px;
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  letter-spacing: 0.03rem;
  line-height: 1.5rem;
}
.prod-meta {
  display: flex;
  margin: 0.7rem;
  text-align: center;
  flex-direction: column;
}
.prod-price {
  font-size: 1.5rem;
  font-weight: 900;
}

.info-list {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  font-style: italic;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.note-wing {
  display: none;
  justify-content: center;
}
.note-wing img {
  width: 80%;
}
.note-content span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  width: 100%;
  padding: 1.75rem 0;
}

.note-content span ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0.4rem 1.2rem;
  justify-items: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  color: #cec8b3;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2rem;
}

.F_M_heading {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  letter-spacing: 0.05rem;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 2rem;
}

.F_M_reason {
  display: flex;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  margin-top: 0.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.4rem;
  justify-content: center;
  font-size: 1rem;
  opacity: 0.7;
  text-transform: uppercase;
}

.scent-content img {
  position: relative;
  top: 2px;
}

.top-content {
  display: flex;
  flex-direction: column;
  background: #55191c;
  padding-bottom: 4rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.family-classification {
  color: #cec8b3;
  display: flex;
  justify-content: center;
  font-size: xx-large;
  font-style: italic;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  text-align: center;
  gap: 1rem;
}

.classification-heading {
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.signature-container {
  color: #cec8b3;
  padding-top: 0.5rem;
  padding-left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 3rem;
}

.stage-heading {
  color: #cec8b3;
  display: flex;
  justify-content: flex-start;
  padding-left: 2rem;
  padding-top: 1rem;
  font-size: x-large;
  font-weight: 900;
  letter-spacing: 0.1rem;
}

.top-content ul {
  color: #cec8b3;
  display: flex;
  justify-content: flex-start;
  padding-left: 4rem;
  flex-direction: column;
  list-style: none;
  padding-top: 0.5rem;
}

.oud-presence {
  color: #cec8b3;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: larger;
  padding-left: 2rem;
  font-weight: 700;
  padding-bottom: 1rem;
  padding-top: 4rem;
}

.oud-presence img {
  width: 2rem;
  padding-left: 0.5rem;
}

.oud-style-container {
  color: #cec8b3;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: larger;
  padding-left: 2rem;
  font-weight: 700;
}

.oud-style-heading {
  padding-right: 1rem;
}

.oud-style-description {
  letter-spacing: 0.05rem;
}

.layering-section {
  display: flex;
  padding: 4rem 2rem;
  height: 140vh;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.PS_CTA {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 1rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
  justify-content: center;
}

.layer-blur-top {
  position: absolute;
  opacity: 0.3;
  font-size: 7vw;
  display: flex;
  justify-content: center;
  top: -5vh;
  font-weight: bold;
}

.layer-cta {
  position: absolute;
  opacity: 1;
  font-size: 7vw;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.layer-blur-bottom {
  position: absolute;
  opacity: 0.3;
  font-size: 7vw;
  display: flex;
  justify-content: center;
  top: -10vh;
  font-weight: bold;
}

.layering-content {
  width: min(45vw, 700px);
  text-align: justify;
  margin-top: 10rem;
  margin-bottom: 10rem;
  margin-right: 0.5rem;
}
.layer-heading {
  text-align: justify;
  margin-bottom: 0.8rem;
  display: flex;
}

.heading-text {
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 6vw;
  max-width: 100%;
}
.layer-definition {
  text-align: justify;
  text-align-last: left;
  font-size: 4vw;
  letter-spacing: 0.14em;
  line-height: 1.2;
  max-width: 100%;
}
@media (max-width: 640px) {
  .note-content span ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sticky-purchase {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  z-index: 10;
}
.qty-buttons {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 400px;
  margin-bottom: 0.5rem;
}
.qty-buttons button {
  flex: 1;
  border: 1px solid #221b2d;
  background: transparent;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem;
}
.qty-buttons button.active {
  background: #221b2d;
  color: #fff;
}
.purchase-btn {
  width: 80%;
  max-width: 400px;
  padding: 1rem;
  background: #221b2d;
  color: #fff;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.purchase-btn span {
  font-weight: 600;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 640px) {
  .nest-slide {
    flex: 0 0 80%;
    padding: 8px;
  }
  .purchase-btn,
  .qty-buttons {
    width: 100%;
  }
  .note-content span {
    padding: 3rem 0;
  }
  .sticky-purchase {
    padding: 0.75rem 0.5rem;
  }
  .purchase-btn {
    width: 100%;
    max-width: none;
    font-size: 0.9rem;
    padding: 0.8rem;
  }
  .qty-buttons {
    width: 100%;
    max-width: none;
    gap: 0.25rem;
  }
  .qty-buttons button {
    font-size: 0.85rem;
    padding: 0.4rem;
  }
  .layering-section {
    height: 120vh;
  }
  .layer-blur-top {
    font-size: 6vw;
    top: -1vw;
  }
  .layer-cta {
    font-size: 6vw;
  }
  .layer-blur-bottom {
    font-size: 6vw;
    top: -6vw;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  .nest-slide {
    flex: 0 0 65%;
    padding: 8px;
  }
  .note-content span {
    padding: 3rem 0;
  }
}
@media (min-width: 900px) {
  .purchase-btn,
  .qty-buttons {
    width: 100%;
  }
  .note-content span {
    padding: 3rem 0;
  }
}
@media (max-width: 400px) and (min-height: 880px) {
  .info-left {
    max-height: 24vh;
  }
}
@media (min-width: 640px) {
  .prod-info {
    width: 100vw;
    height: 100vh;
  }
  .info-left {
    margin-top: 24vw;
  }
  .current-bid {
    font-size: 1.5rem;
  }
  .prod-price {
    font-size: 2.5rem;
  }
  .info-list {
    font-size: 1.5rem;
  }
  .F_M_heading {
    font-size: 3rem;
  }
  .F_M_reason {
    font-size: 1.3rem;
    padding-bottom: 5rem;
  }
  .family-classification {
    font-size: 3rem;
  }
  .signature-container {
    font-size: 1.5rem;
  }
  .stage-heading {
    font-size: 2rem;
    padding-left: 4rem;
  }
  .top-content ul {
    padding-left: 6rem;
    font-size: 1.5rem;
  }
  .oud-presence {
    font-size: 2rem;
    padding-left: 4rem;
  }
  .oud-presence img {
    width: 3rem;
  }
  .oud-style-container {
    font-size: 2rem;
    padding-left: 4rem;
  }
  .layer-blur-top {
    top: -1vh;
    font-size: 7vw;
  }
  .layer-cta {
    font-size: 7vw;
  }
  .layer-blur-bottom {
    top: -5vh;
    font-size: 7vw;
  }
  .heading-text {
    font-size: 6vw;
  }
  .layering-content {
    width: min(45vw, 700px);
    margin-left: 0.5rem;
  }
  .layer-definition {
    font-size: 3vw;
  }
}

@media (min-width: 1023px) and (max-height: 1023px) {
  .prod-info {
    width: 100%;
    height: 100vh;
  }
  .info-left {
    margin-top: 8%;
  }
  .current-bid {
    font-size: 1rem;
  }
  .prod-price {
    font-size: 1.5rem;
  }
  .info-list {
    font-size: 1rem;
  }
  .notes-section {
    display: flex;
    justify-content: center;
  }
  .scent-content {
    max-width: 65%;
  }
  .layering-section {
    height: 170vh;
  }
  .layer-blur-bottom {
    font-size: 7vw;
    top: -6vw;
  }
  .layer-blur-top {
    font-size: 7vw;
    top: -2vw;
  }
  .layer-cta {
    font-size: 7vw;
  }
  .layering-content {
    width: min(12vw, 700px);
  }
  .heading-text {
    font-size: 2vw;
  }
  .layer-definition {
    font-size: 1.2vw;
  }
}
@media (min-width: 1366px) {
  .info-left {
    margin-top: 10%;
  }
  .notes-section {
    margin-top: 10rem;
  }
}
