:root {
  --white: #fffdfb;
  --peach: #ffe2d2;
  --peach-soft: #fff3ec;
  --peach-deep: #f49a78;
  --rose: #d96f75;
  --ink: #31211f;
  --muted: #806764;
  --cream: #fff8f2;
  --line: rgba(217, 111, 117, 0.16);
  --shadow: 0 24px 64px rgba(217, 111, 117, 0.16);
  --shadow-soft: 0 14px 34px rgba(217, 111, 117, 0.1);
  --radius: 30px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 226, 210, 0.8), transparent 28rem),
    radial-gradient(circle at 88% 10%, rgba(244, 154, 120, 0.2), transparent 24rem),
    linear-gradient(180deg, var(--white), var(--peach-soft));
  color: var(--ink);
  font-family: "Noto Sans Thai", Arial, sans-serif;
  line-height: 1.75;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  margin: 0 auto;
  width: min(100% - 40px, var(--container));
}

.eyebrow {
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section {
  padding: 86px 0;
}

.section-title,
.hero h1,
.page-hero h1 {
  color: var(--ink);
  font-family: "Noto Serif Thai", Georgia, serif;
  font-weight: 700;
  line-height: 1.25;
}

.section-title {
  font-size: clamp(2.1rem, 4vw, 4rem);
  margin: 12px 0 16px;
}

.section-copy {
  color: var(--muted);
  max-width: 720px;
}

.nav {
  background: rgba(255, 253, 251, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.nav-inner {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: flex;
  font-weight: 900;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--peach-deep), var(--rose));
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  color: white;
  display: inline-flex;
  font-family: "Noto Serif Thai", Georgia, serif;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 26px;
  list-style: none;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a.active,
.nav-links a:hover {
  color: var(--rose);
}

.nav-toggle {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  display: none;
  height: 44px;
  padding: 0 12px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 5px 0;
  width: 22px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  transition: 0.2s ease;
}

.button-primary {
  background: linear-gradient(135deg, var(--peach-deep), var(--rose));
  box-shadow: 0 16px 34px rgba(217, 111, 117, 0.24);
  color: white;
}

.button-light {
  background: white;
  border: 1px solid var(--line);
  color: var(--rose);
}

.button:hover {
  transform: translateY(-2px);
}

.hero {
  padding: 82px 0 94px;
}

.hero-grid,
.page-hero-grid,
.split {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 0.95fr 1.05fr;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  margin: 14px 0 22px;
}

.hero-lead {
  color: var(--muted);
  font-size: 1.12rem;
  margin-bottom: 30px;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-visual,
.page-visual {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 226, 210, 0.62)),
    radial-gradient(circle at 80% 20%, rgba(244, 154, 120, 0.22), transparent 12rem);
  border: 1px solid var(--line);
  border-radius: 42px;
  box-shadow: var(--shadow);
  min-height: 520px;
  padding: 34px;
  position: relative;
}

.dress-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 18px;
  grid-template-columns: 0.82fr 1.18fr;
  margin-top: 28px;
  padding: 18px;
}

.dress-card + .dress-card {
  margin-left: 46px;
  margin-top: 20px;
}

.dress-visual {
  align-items: center;
  background: linear-gradient(160deg, var(--cream), var(--peach));
  border-radius: 24px;
  display: flex;
  height: 230px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.dress-visual::before {
  background: linear-gradient(180deg, #fff7f2, var(--peach-deep));
  border-radius: 48px 48px 18px 18px;
  clip-path: polygon(28% 0, 72% 0, 100% 100%, 0 100%);
  content: "";
  height: 158px;
  position: absolute;
  top: 42px;
  width: 132px;
}

.dress-visual::after {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  content: "";
  height: 24px;
  position: absolute;
  top: 52px;
  width: 58px;
}

.dress-visual.blush::before { background: linear-gradient(180deg, #fff9f5, #f7b2a0); }
.dress-visual.seoul::before { background: linear-gradient(180deg, #ffffff, #d96f75); }
.dress-visual.office::before { background: linear-gradient(180deg, #fffdfb, #c98f82); }
.dress-visual.date::before { background: linear-gradient(180deg, #fff6fb, #ef9fa6); }

.dress-card h3,
.product-card h3,
.article-card h3,
.panel h2,
.panel h3 {
  color: var(--ink);
  font-family: "Noto Serif Thai", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.32;
}

.dress-card p,
.product-card p,
.article-card p,
.panel p,
.panel li {
  color: var(--muted);
}

.price {
  color: var(--rose);
  display: block;
  font-weight: 900;
  margin-top: 12px;
}

.feature-strip {
  background: white;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: 30px 0;
}

.feature-grid,
.category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.feature,
.category-card,
.product-card,
.article-card,
.panel {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.feature,
.category-card {
  padding: 24px;
}

.feature strong,
.category-card span {
  color: var(--rose);
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
}

.head-row {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 36px;
}

.product-grid,
.article-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.product-card {
  overflow: hidden;
  padding: 16px;
}

.product-card .dress-visual {
  height: 270px;
  margin-bottom: 20px;
}

.product-body {
  padding: 0 10px 12px;
}

.swatches {
  display: flex;
  gap: 8px;
  margin: 14px 0;
}

.swatch {
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--line);
  height: 22px;
  width: 22px;
}

.swatch.peach { background: var(--peach); }
.swatch.rose { background: var(--rose); }
.swatch.white { background: white; }
.swatch.latte { background: #c98f82; }
.swatch.pink { background: #ef9fa6; }

.story {
  background: linear-gradient(135deg, var(--rose), var(--peach-deep));
  border-radius: 38px;
  color: white;
  display: grid;
  gap: 38px;
  grid-template-columns: 0.92fr 1.08fr;
  padding: clamp(34px, 6vw, 72px);
}

.story .eyebrow,
.story p {
  color: rgba(255, 255, 255, 0.84);
}

.story .section-title {
  color: white;
}

.story-list {
  display: grid;
  gap: 16px;
}

.story-item {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 24px;
  padding: 22px;
}

.article-card,
.panel {
  padding: 30px;
}

.article-card small {
  color: var(--rose);
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
}

.page-hero {
  padding: 80px 0 54px;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  margin: 12px 0 18px;
}

.page-visual {
  min-height: 360px;
}

.panel ul {
  margin-left: 22px;
}

.info-list {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

.info-item {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.info-item span {
  color: var(--rose);
  display: block;
  font-weight: 900;
  margin-bottom: 4px;
}

.form-grid {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.form-grid label {
  color: var(--ink);
  display: grid;
  font-weight: 800;
  gap: 8px;
}

.form-grid input,
.form-grid textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  font: inherit;
  padding: 14px 16px;
}

.form-grid textarea {
  min-height: 150px;
}

.cta {
  background: linear-gradient(135deg, var(--rose), var(--peach-deep));
  border-radius: 38px;
  color: white;
  padding: clamp(36px, 6vw, 72px);
  text-align: center;
}

.cta h2 {
  color: white;
  font-family: "Noto Serif Thai", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.25;
  margin-bottom: 18px;
}

.cta p {
  color: rgba(255, 255, 255, 0.84);
  margin: 0 auto 28px;
  max-width: 720px;
}

.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.74);
  padding: 42px 0;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.footer strong {
  color: white;
  display: block;
  font-family: "Noto Serif Thai", Georgia, serif;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-links a:hover {
  color: white;
}

@media (max-width: 980px) {
  .hero-grid,
  .page-hero-grid,
  .split,
  .story {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .category-grid,
  .product-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-links {
    align-items: flex-start;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    display: none;
    flex-direction: column;
    padding: 22px;
    position: absolute;
    right: 20px;
    top: 70px;
    width: min(310px, calc(100vw - 40px));
  }

  .nav-links.open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .dress-card + .dress-card {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .hero {
    padding: 48px 0 64px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .section-title,
  .cta h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-visual {
    min-height: 0;
    padding: 18px;
  }

  .dress-card {
    grid-template-columns: 1fr;
  }

  .dress-visual,
  .product-card .dress-visual {
    height: 220px;
  }

  .feature-grid,
  .category-grid,
  .product-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .head-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Zalora-inspired ecommerce layout */
.promo-bar {
  background: var(--ink);
  color: white;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 9px 0;
  text-align: center;
}

.store-header {
  background: rgba(255, 253, 251, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 60;
}

.store-top {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  min-height: 78px;
}

.search-box {
  align-items: center;
  background: #f7f0ec;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  padding: 0 18px;
}

.search-box input {
  background: transparent;
  border: 0;
  color: var(--ink);
  flex: 1;
  font: inherit;
  min-height: 46px;
  outline: 0;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  font-size: 0.9rem;
  font-weight: 900;
}

.category-nav {
  border-top: 1px solid var(--line);
  overflow-x: auto;
  white-space: nowrap;
}

.category-nav .container {
  display: flex;
  gap: 28px;
  padding: 13px 0;
}

.category-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 900;
}

.category-nav a:hover,
.category-nav a.active {
  color: var(--rose);
}

.market-hero {
  padding: 34px 0 56px;
}

.market-campaign {
  background:
    linear-gradient(90deg, rgba(49, 33, 31, 0.78), rgba(217, 111, 117, 0.28)),
    linear-gradient(135deg, #fff7f2, var(--peach));
  border-radius: 0;
  color: white;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 460px;
  overflow: hidden;
  padding: clamp(30px, 5vw, 72px);
}

.market-campaign h1 {
  color: white;
  font-family: "Noto Serif Thai", Georgia, serif;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 1.16;
  margin: 10px 0 18px;
}

.market-campaign p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 560px;
}

.campaign-visual {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.campaign-look {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  min-height: 310px;
  padding: 16px;
}

.campaign-look:nth-child(2) { margin-top: 46px; }
.campaign-look:nth-child(3) { margin-top: 92px; }

.quick-cats {
  padding: 34px 0 10px;
}

.quick-cat-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(6, 1fr);
}

.quick-cat {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  padding: 20px 12px;
  text-align: center;
}

.quick-cat .dress-visual {
  height: 118px;
  margin-bottom: 12px;
}

.quick-cat strong {
  display: block;
  font-size: 0.94rem;
}

.ecom-section {
  padding: 54px 0;
}

.ecom-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.ecom-head h2 {
  font-family: "Noto Serif Thai", Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.2;
}

.product-listing {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.shop-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  transition: 0.2s ease;
}

.shop-card:hover {
  box-shadow: var(--shadow-soft);
  transform: translateY(-3px);
}

.shop-image {
  background: linear-gradient(160deg, var(--cream), var(--peach));
  min-height: 310px;
  padding: 22px;
}

.shop-card .dress-visual {
  border-radius: 0;
  height: 266px;
}

.shop-badge {
  background: var(--ink);
  color: white;
  font-size: 0.74rem;
  font-weight: 900;
  left: 12px;
  padding: 6px 10px;
  position: absolute;
  top: 12px;
}

.wishlist {
  background: white;
  border: 1px solid var(--line);
  border-radius: 50%;
  height: 38px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 38px;
}

.shop-body {
  padding: 16px;
}

.shop-brand {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.shop-name {
  color: var(--muted);
  margin: 3px 0 8px;
}

.shop-price {
  color: var(--rose);
  font-weight: 900;
}

.old-price {
  color: #aa9994;
  font-size: 0.9rem;
  margin-left: 8px;
  text-decoration: line-through;
}

.size-row {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 10px;
}

.editorial-banner {
  background: linear-gradient(135deg, var(--peach-soft), white);
  border: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
  padding: clamp(28px, 5vw, 64px);
}

.editorial-banner h2 {
  font-family: "Noto Serif Thai", Georgia, serif;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
  line-height: 1.2;
}

.shop-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: 240px 1fr;
}

.filter-panel {
  background: white;
  border: 1px solid var(--line);
  padding: 22px;
  position: sticky;
  top: 138px;
}

.filter-panel h3 {
  margin-bottom: 14px;
}

.filter-group {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

.filter-group label {
  color: var(--muted);
  display: block;
  margin: 8px 0;
}

.sort-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.sort-select {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  padding: 10px 16px;
}

@media (max-width: 980px) {
  .store-top {
    grid-template-columns: auto auto;
  }

  .search-box {
    grid-column: 1 / -1;
    order: 3;
  }

  .market-campaign,
  .editorial-banner,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .campaign-visual,
  .product-listing,
  .quick-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-panel {
    position: static;
  }
}

@media (max-width: 620px) {
  .promo-bar { font-size: 0.78rem; }
  .store-top { min-height: 70px; }
  .header-actions { font-size: 0.8rem; gap: 10px; }
  .market-hero { padding-top: 18px; }
  .market-campaign { min-height: auto; padding: 28px 20px; }
  .market-campaign h1 { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  .campaign-visual { grid-template-columns: 1fr; }
  .campaign-look:nth-child(2), .campaign-look:nth-child(3) { margin-top: 0; }
  .quick-cat-grid, .product-listing { grid-template-columns: 1fr; }
  .shop-image { min-height: 270px; }
  .ecom-head, .sort-row { align-items: flex-start; flex-direction: column; }
}

.product-photo {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.shop-image {
  padding: 0;
}

.shop-image .product-photo {
  aspect-ratio: 4 / 5;
  min-height: 310px;
}

.campaign-look {
  overflow: hidden;
  padding: 0;
}

.campaign-look .product-photo {
  min-height: 310px;
}

.quick-cat {
  overflow: hidden;
}

.quick-cat .product-photo {
  border-radius: 18px;
  height: 118px;
  margin-bottom: 12px;
}

.lookbook-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.lookbook-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.lookbook-card .product-photo {
  aspect-ratio: 4 / 5;
  min-height: 280px;
}

.lookbook-card div {
  padding: 16px;
}

.lookbook-card strong,
.lookbook-card span {
  display: block;
}

.lookbook-card strong {
  color: var(--ink);
  font-weight: 900;
}

.lookbook-card span {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 4px;
}

.page-visual {
  overflow: hidden;
  padding: 0;
}

.page-visual .product-photo {
  min-height: 520px;
}

@media (max-width: 980px) {
  .lookbook-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .lookbook-grid {
    grid-template-columns: 1fr;
  }
}