:root {
  --bg: #e8e9ee;
  --bg-soft: #f3f4f8;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-solid: #fafbff;
  --ink: #17181c;
  --ink-soft: #5f616b;
  --line: rgba(58, 61, 70, 0.16);
  --accent: #747780;
  --accent-strong: #5a5b63;
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow-soft: 0 26px 48px rgba(41, 45, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sora", sans-serif;
  color: var(--ink);
  background: linear-gradient(175deg, #f7f8fb 0%, var(--bg) 54%, #d9dbe4 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
}

.background-aura {
  position: fixed;
  inset: -18vh -20vw auto auto;
  width: 62vw;
  max-width: 760px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(90, 91, 99, 0.28) 0%, rgba(90, 91, 99, 0) 70%);
  filter: blur(18px);
  pointer-events: none;
  z-index: -1;
}

.shell {
  width: min(1180px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.announcement {
  border-bottom: 1px solid rgba(58, 61, 70, 0.08);
  background: rgba(255, 255, 255, 0.46);
}

.announcement-inner {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #6f737f;
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.topbar {
  margin-top: 0.95rem;
  margin-bottom: .95rem;
  padding: 0.78rem 1.08rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.67);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  position: sticky;
  top: 12px;
  z-index: 25;
  box-shadow: 0 10px 26px rgba(41, 45, 58, 0.1);
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: clamp(110px, 13vw, 165px);
  height: auto;
  display: block;
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.topbar nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  list-style: none;
  cursor: pointer;
  color: var(--ink-soft);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 210px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 26px rgba(41, 45, 58, 0.18);
  padding: 0.45rem;
  display: none;
  z-index: 35;
}

.nav-dropdown[open] .nav-dropdown-menu {
  display: grid;
  gap: 0.2rem;
}

.nav-dropdown-menu a,
.nav-dropdown-menu span {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: none;
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
}

.nav-dropdown-menu a:hover {
  background: rgba(90, 91, 99, 0.14);
}

.btn,
input,
textarea,
select,
button {
  font: inherit;
}

.btn {
  border: 0;
  border-radius: 12px;
  padding: 0.7rem 1.08rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-strong);
}

.btn-dark {
  background: var(--accent-strong);
  color: #fff;
}

.btn-dark span {
  margin-left: 0.35rem;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.06rem 0.42rem;
  min-width: 1.3rem;
  text-align: center;
}

.btn-outline {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}

.btn-soft,
.btn-muted {
  border: 1px solid rgba(58, 61, 70, 0.1);
  background: rgba(0, 0, 0, 0.05);
  color: var(--ink);
}

main {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.05rem;
  margin-bottom: 2.2rem;
}

.vacation-wrap {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 1.1rem 0;
}

.vacation-card {
  width: min(980px, 100%);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  box-shadow: var(--shadow-soft);
}

.vacation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 440px;
}

.vacation-copy {
  padding: clamp(1rem, 2.2vw, 1.6rem);
  display: grid;
  align-content: center;
  gap: 0.6rem;
}

.vacation-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.vacation-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.hero-luxe {
  background: linear-gradient(142deg, rgba(255, 255, 255, 0.76) 0%, rgba(214, 218, 229, 0.58) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.2rem, 2.4vw, 2rem);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(1rem, 2vw, 1.8rem);
  animation: rise-in 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.kicker {
  margin: 0 0 0.5rem;
  color: #707481;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.hero-copy h1,
.section-head h2,
.atelier-card h3,
.modal-box h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.18rem, 5vw, 4.3rem);
  line-height: 0.98;
  max-width: 14ch;
}

.hero-copy p {
  color: var(--ink-soft);
  line-height: 1.75;
  max-width: 58ch;
}

.hero-signature {
  width: clamp(132px, 20vw, 230px);
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
  opacity: 0.86;
}

.hero-actions {
  margin-top: 1.15rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.68rem;
}

.hero-media {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
  gap: 0.68rem;
  min-height: 380px;
}

.hero-main,
.hero-secondary {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.hero-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.68rem;
}

.scroll-note {
  overflow: hidden;
  border: 1px solid rgba(58, 61, 70, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.scroll-note p {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #666b78;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.72rem;
  white-space: nowrap;
  animation: marquee 22s linear infinite;
}

.section-luxe {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  padding: clamp(1rem, 2vw, 1.4rem);
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.8vw, 2.4rem);
  line-height: 1.05;
}

.badge {
  border: 1px solid rgba(58, 61, 70, 0.18);
  border-radius: 999px;
  padding: 0.28rem 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #606571;
  white-space: nowrap;
}

.product-grid-luxe {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.9rem;
}

.category-break {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(58, 61, 70, 0.12);
  margin-top: 0.15rem;
  padding-top: 0.9rem;
  scroll-margin-top: 96px;
}

.category-break h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.product-tile {
  grid-column: span 4;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(58, 61, 70, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.product-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(41, 45, 58, 0.15);
}

.tile-image-wrap {
  margin: 0;
  overflow: hidden;
}

.tile-carousel {
  position: relative;
  overflow: hidden;
}

.tile-image-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.carousel-image {
  display: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transform: translate(var(--img-tx, 0%), var(--img-ty, 0%))
    rotate(var(--img-rotate, 0deg))
    scale(var(--img-zoom, 1));
  transform-origin: center center;
}

.carousel-image.is-active {
  display: block;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.carousel-nav.prev {
  left: 8px;
}

.carousel-nav.next {
  right: 8px;
}

.carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.carousel-dot.is-active {
  background: #fff;
}

.tile-body {
  padding: 0.85rem;
  display: grid;
  gap: 0.45rem;
}

.tile-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.7rem;
}

.tile-body h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
}

.tile-body p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.89rem;
  line-height: 1.55;
}

.size-picker {
  display: grid;
  gap: 0.3rem;
}

.size-picker label {
  color: #6b707c;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.size-picker select {
  border: 1px solid rgba(58, 61, 70, 0.16);
  border-radius: 10px;
  padding: 0.48rem 0.55rem;
  background: rgba(255, 255, 255, 0.88);
}

.tile-body small {
  color: #6b707c;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price {
  font-size: 0.94rem;
  font-weight: 600;
  white-space: nowrap;
}

.row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.tile-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hint-price {
  color: #686d79;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.atelier-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.15fr;
  gap: 0.85rem;
}

.atelier-card {
  border-radius: 18px;
  padding: 1rem;
  border: 1px solid rgba(58, 61, 70, 0.12);
}

.atelier-card h3 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 0.95;
}

.atelier-card p {
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.atelier-card.-tone-a {
  background: rgba(255, 255, 255, 0.8);
}

.atelier-card.-tone-b {
  background: linear-gradient(150deg, rgba(206, 210, 221, 0.7), rgba(241, 244, 252, 0.8));
}

.atelier-card.-image {
  padding: 0;
  overflow: hidden;
}

.atelier-card.-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout-block p {
  margin-top: 0;
  max-width: 64ch;
  line-height: 1.7;
  color: var(--ink-soft);
}

.msg {
  margin-top: 0.7rem;
  font-size: 0.92rem;
}

.msg.error {
  color: #8f2d2d;
}

.msg.success {
  color: #22643f;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(430px, 95vw);
  height: 100dvh;
  border-left: 1px solid var(--line);
  background: var(--surface-solid);
  box-shadow: -16px 0 34px rgba(0, 0, 0, 0.15);
  transform: translateX(105%);
  transition: transform 0.26s ease;
  z-index: 40;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.drawer.open {
  transform: translateX(0);
}

.drawer-head {
  border-bottom: 1px solid var(--line);
  padding: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-head h3 {
  margin: 0;
  font-size: 1.58rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.drawer-head button {
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
}

.cart-items {
  padding: 0.82rem;
  overflow: auto;
  display: grid;
  gap: 0.67rem;
}

.cart-item {
  border: 1px solid rgba(58, 61, 70, 0.12);
  border-radius: 12px;
  padding: 0.66rem;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0.62rem;
}

.cart-item img {
  width: 60px;
  height: 60px;
  border-radius: 9px;
  object-fit: cover;
}

.cart-item h4,
.cart-item p {
  margin: 0;
}

.cart-item p {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.qty {
  margin-top: 0.3rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.qty button {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.drawer-foot {
  border-top: 1px solid var(--line);
  padding: 0.92rem;
  display: grid;
  gap: 0.45rem;
}

.drawer-foot p {
  margin: 0;
}

.overlay,
.modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.overlay {
  background: rgba(22, 24, 33, 0.46);
  z-index: 35;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  z-index: 50;
  padding: 1rem;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.36);
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

.modal-box {
  width: min(730px, 100%);
  max-height: min(90dvh, 780px);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 1rem;
}

.modal-box h3 {
  margin: 0;
  font-size: 2.15rem;
}

.form-grid {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.field {
  display: grid;
  gap: 0.34rem;
}

.choice-grid {
  display: grid;
  gap: 0.35rem;
}

.choice-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ink-soft);
}

.choice-inline input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.field input,
.field textarea,
.field select {
  border: 1px solid rgba(58, 61, 70, 0.15);
  border-radius: 12px;
  padding: 0.62rem 0.72rem;
  background: #fff;
}

.field input.is-invalid {
  border-color: #c03838;
  background: #fff5f5;
  color: #7a1f1f;
}

.field input.is-invalid:focus {
  outline: 2px solid rgba(192, 56, 56, 0.25);
  outline-offset: 1px;
}

.is-hidden {
  display: none !important;
}

.field.address-field.is-hidden {
  display: none;
}

.field input.is-attention {
  border-color: #c03838;
  background: #fff8f8;
}

#shippingSummary {
  border: 1px dashed rgba(58, 61, 70, 0.22);
  border-radius: 12px;
  padding: 0.66rem;
  color: var(--ink-soft);
  min-height: 44px;
}

#paymentFeeSummary {
  border: 1px dashed rgba(58, 61, 70, 0.22);
  border-radius: 12px;
  padding: 0.66rem;
  color: var(--ink-soft);
  min-height: 44px;
}

#paymentFeeSummary.error {
  color: #8f2d2d;
  border-color: rgba(143, 45, 45, 0.35);
}

.field.-full {
  grid-column: 1 / -1;
}

.action-row {
  margin-top: 0.9rem;
}

.footer-note {
  margin: 0 auto 1.4rem;
  padding-top: 0.9rem;
  text-align: center;
  color: #636875;
}

.footer-logo {
  width: clamp(126px, 16vw, 210px);
  height: auto;
  display: block;
  margin: 0 auto 0.35rem;
  opacity: 0.88;
}

.footer-note p {
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.whatsapp-fab {
  position: fixed;
  left: 1rem;
  right: auto;
  bottom: 1rem;
  z-index: 70;
  background: #1f9e57;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.32);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.whatsapp-fab::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: url("/img/whatsapp.png") center / contain no-repeat;
  flex: 0 0 17px;
}

.whatsapp-fab:hover {
  transform: translateY(-2px);
  background: #158447;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-45%);
  }
}

@media (max-width: 1000px) {
  .hero-luxe {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-media {
    min-height: 320px;
  }

  .product-tile {
    grid-column: span 6;
  }

  .atelier-grid {
    grid-template-columns: 1fr 1fr;
  }

  .atelier-card.-image {
    grid-column: 1 / -1;
    min-height: 220px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100%, calc(100% - 1.2rem));
  }

  .announcement-inner {
    justify-content: center;
  }

  .announcement-inner span:nth-child(2),
  .announcement-inner span:nth-child(3) {
    display: none;
  }

  .topbar {
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand cart"
      "nav nav";
    gap: 0.72rem;
  }

  .brand {
    grid-area: brand;
  }

  .topbar nav {
    grid-area: nav;
    overflow-x: auto;
    white-space: nowrap;
    gap: 0.85rem;
    padding-bottom: 0.2rem;
  }

  .nav-dropdown {
    position: static;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 0.35rem;
    box-shadow: none;
  }

  .hero-media {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .vacation-card {
    grid-template-columns: 1fr;
  }

  .vacation-media img {
    min-height: 260px;
  }

  .hero-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .scroll-note p {
    animation-duration: 16s;
  }

  .product-grid-luxe {
    grid-template-columns: 1fr;
  }

  .product-tile {
    grid-column: span 1;
  }

  .atelier-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .modal-box h3 {
    font-size: 1.72rem;
  }

  .whatsapp-fab {
    left: 0.7rem;
    right: auto;
    bottom: 0.7rem;
    padding: 0.56rem 0.78rem;
    font-size: 0.78rem;
  }
}
