@charset "UTF-8";

:root {
  --offwhite: #f7f4ef;
  --beige: #e7dccb;
  --brown: #8a6f55;
  --dark-brown: #4a3b2a;
  --font-body: 'Arial Nova', Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  background: var(--offwhite);
  color: var(--dark-brown);
  overflow-x: hidden;
}

/* iOS Safe Area Support */
body {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: clamp(20px, 6vw, 120px);
  padding-right: clamp(20px, 6vw, 120px);
}

.back-home {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--dark-brown);
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-home:hover {
  opacity: 1;
  transform: translateY(-1px);
}

/* HERO */
.hero-video-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: #1b1510;
  animation: fadeIn 1.5s ease;
  padding: 0;
}

.hero-video-section video::-webkit-media-controls {
  display: none;
}

.hero-overlay {
  position: relative;
  z-index: 4;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:
    max(28px, calc(env(safe-area-inset-top) + 20px))
    clamp(20px, 5vw, 72px)
    max(48px, calc(env(safe-area-inset-bottom) + 36px));
}

.hero-copy {
  position: relative;
  width: min(100%, 860px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(18px, 2.8vh, 28px);
  padding: clamp(24px, 4vw, 40px) clamp(12px, 3vw, 24px);
}

.hero-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.hero-logo {
  width: clamp(180px, 15vw, 260px);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.28));
}

.brand-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
}

.brand-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 6rem);
  margin: 0;
  color: #f8f3ea;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.42);
}

.slogan {
  letter-spacing: clamp(0.22em, 0.9vw, 0.42em);
  font-size: clamp(0.75rem, 1.2vw, 0.95rem);
  margin: 0;
  color: rgba(247, 244, 239, 0.82);
  text-transform: uppercase;
  text-align: center;
  padding: 0 16px;
  max-width: 680px;
  line-height: 1.6;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-video-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(165, 134, 92, 0.2), transparent 36%),
    linear-gradient(180deg, rgba(18, 14, 10, 0.12) 0%, rgba(18, 14, 10, 0.58) 100%);
  box-shadow: none;
  isolation: isolate;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hero-video-frame.is-video-fallback {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><defs><radialGradient id="g1" cx="22%25" cy="18%25"><stop offset="0%25" stop-color="rgba(179,143,98,0.28)"/><stop offset="100%25" stop-color="rgba(179,143,98,0)"/></radialGradient><radialGradient id="g2" cx="78%25" cy="24%25"><stop offset="0%25" stop-color="rgba(118,148,88,0.18)"/><stop offset="100%25" stop-color="rgba(118,148,88,0)"/></radialGradient></defs><rect width="1920" height="1080" fill="%23110c08"/><circle cx="422" cy="194" r="290" fill="url(%23g1)"/><circle cx="1497" cy="259" r="230" fill="url(%23g2)"/><rect width="1920" height="1080" fill="url(%23linear)" opacity="0.8"/></svg>');
  background:
    radial-gradient(circle at 22% 18%, rgba(179, 143, 98, 0.28), transparent 34%),
    radial-gradient(circle at 78% 24%, rgba(118, 148, 88, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(33, 24, 17, 0.92) 0%, rgba(17, 12, 8, 0.98) 100%);
}

.hero-video-frame::after {
  content: '';
  position: absolute;
  inset: -4%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 252, 244, 0.28) 0%, rgba(255, 252, 244, 0.08) 28%, rgba(255, 252, 244, 0) 64%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%, rgba(255, 248, 235, 0.16) 100%);
  mix-blend-mode: screen;
  filter: blur(34px);
  transform: scale(1.04);
  transition: opacity 700ms ease, transform 700ms ease;
}

.hero-video-frame.is-transitioning::after {
  opacity: 0.85;
  transform: scale(1);
}

.hero-video-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  filter: blur(0);
  transform: scale(1);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, filter, transform;
}

.hero-video-layer.is-active {
  opacity: 1;
  z-index: 2;
}

.hero-video-layer.is-incoming {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  z-index: 2;
}

.hero-video-frame.is-transitioning .hero-video-layer.is-active {
  opacity: 0;
  filter: blur(12px) brightness(0.78);
  transform: scale(1.02);
}

.hero-video-frame.is-transitioning .hero-video-layer.is-incoming {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.hero-video-layer:not(.is-active):not(.is-incoming) {
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.015);
}

@media (max-width: 767px) {
  .hero-video-section {
    min-height: 100vh;
    min-height: 100svh;
  }

  .brand-stack {
    gap: 14px;
  }

  .hero-copy {
    width: min(100%, 560px);
    padding: 24px 12px;
  }

  .brand-name {
    line-height: 1.02;
  }

  .slogan {
    max-width: 320px;
  }

  .hero-video-frame {
    border-radius: 0;
  }
}

/* ========================================
   EDITORIAL TYPOGRAPHY SYSTEM
   ======================================== */

.collection-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dark-brown);
  margin-bottom: 20px;
  line-height: 1.2;
}

.collection-description {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.5vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: var(--brown);
  margin-bottom: 28px;
  max-width: 520px;
}

.collection-button {
  display: inline-block;
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--dark-brown);
  border: 2px solid var(--dark-brown);
  padding: 14px 26px;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.collection-button:hover {
  background: var(--dark-brown);
  color: var(--offwhite);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(74, 59, 42, 0.2);
}

/* ========================================
   LIFESTYLE SCENE SECTION
   ======================================== */

@keyframes zoomSlow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lifestyle-scene {
  background: var(--offwhite);
  padding: clamp(80px, 12vw, 120px) clamp(20px, 8vw, 120px);
  position: relative;
  overflow: hidden;
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.lifestyle-image {
  position: relative;
  overflow: hidden;
  border-radius: clamp(12px, 2vw, 24px);
  aspect-ratio: 4 / 3;
  box-shadow: 0 20px 60px rgba(74, 59, 42, 0.15);
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.lifestyle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: zoomSlow 12s ease-in-out infinite alternate;
  will-change: transform;
}

.lifestyle-content {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}

.lifestyle-content .collection-title {
  margin-top: 0;
}

/* RESPONSIVE LIFESTYLE SCENE */

@media (max-width: 1024px) {
  .lifestyle-grid {
    grid-template-columns: 1fr;
    gap: clamp(30px, 5vw, 60px);
  }

  .lifestyle-image {
    order: -1;
  }
}

@media (max-width: 768px) {
  .lifestyle-scene {
    padding: clamp(60px, 10vw, 90px) clamp(16px, 6vw, 80px);
  }

  .lifestyle-grid {
    gap: clamp(20px, 4vw, 40px);
  }

  .lifestyle-image {
    aspect-ratio: 1 / 1;
  }

  .lifestyle-content .collection-description {
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  }

  .collection-button {
    width: 100%;
    text-align: center;
  }
}

/* ABOUT */
.about {
  padding: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 100px;
}

.about-box {
  background: linear-gradient(145deg, var(--beige), var(--offwhite));
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* ABOUT V2 */
.about-v2 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.about-header {
  max-width: 680px;
  margin-bottom: 80px;
}

.about-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin-bottom: 14px;
}

.about-header p {
  color: var(--brown);
  line-height: 1.7;
}

/* GRID */
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* CARD */
.about-card {
  position: relative;
  padding: 50px;
  border-radius: 26px;
  background: linear-gradient(145deg, var(--beige), var(--offwhite));
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: var(--dark-brown);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.10);
}

/* HIGHLIGHT CARD */
.about-card.highlight {
  background: linear-gradient(145deg, var(--brown), #6f573f);
  color: #fff;
}

.about-card.highlight p,
.about-card.highlight .about-link {
  color: #f7f4ef;
}

/* TAG */
.about-tag {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  opacity: 0.6;
  display: block;
  margin-bottom: 18px;
}

/* TEXT */
.about-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.about-card p {
  line-height: 1.7;
  margin-bottom: 24px;
}

/* LINK */
.about-link {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brown);
}

/* REVEAL ANIMATION */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  animation: revealUp 1.2s ease forwards;
}

.reveal:nth-child(2) {
  animation-delay: 0.15s;
}

.reveal:nth-child(3) {
  animation-delay: 0.3s;
}

.reveal:nth-child(4) {
  animation-delay: 0.45s;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .about-header h2 {
    font-size: 2.2rem;
  }

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

  .about-card {
    padding: 38px;
  }
}

/* ABOUT – MODERN */
.about-modern {
  padding-top: clamp(90px, 10vw, 140px);
  padding-bottom: clamp(90px, 10vw, 140px);
  background: #f7f4ef;
}
  .about-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
  }

  /* LEFT TEXT */
  .about-text h2 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--dark-brown);
  }

  .about-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--dark-brown);
    margin-bottom: 22px;
    max-width: 620px;
  }

  /* RIGHT CARD */
  .about-highlight {
    background: linear-gradient(135deg,
        #e7dccb,
        #8a6f55,
        #4a3b2a);
    border-radius: 28px;
    padding: 50px 46px;
    color: #ffffff;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.25);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .about-highlight:hover {
    transform: translateY(-6px);
    box-shadow: 0 40px 80px rgba(15, 23, 42, 0.35);
  }

  .about-highlight h3 {
    font-size: 1.7rem;
    margin-bottom: 26px;
  }

  /* LIST */
  .about-highlight ul {
    list-style: none;
    padding: 0;
  }

  .about-highlight li {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 14px;
    position: relative;
    padding-left: 26px;
  }

  .about-highlight li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #c7d2fe;
    font-weight: 600;
  }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .about-container {
      grid-template-columns: 1fr;
      gap: 50px;
    }

    .about-text h2 {
      font-size: 2.4rem;
    }

    .about-highlight {
      padding: 40px 32px;
    }
  }

  /* PRODUCTS */
  .products {
    padding: clamp(80px, 9vw, 120px) 0;
  }

  /* ABOUT PAGE */
  .about-page {
    padding: clamp(90px, 10vw, 140px) 0;
  }

  .about-page h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3rem);
    margin-bottom: 20px;
    color: var(--dark-brown);
  }

  .about-lead {
    font-size: 1.1rem;
    color: var(--brown);
    max-width: 720px;
    line-height: 1.8;
    margin-bottom: 50px;
  }

  .about-content {
    max-width: 720px;
    line-height: 1.9;
  }

  .products-list {
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 7vw, 90px);
  }

  .category-header {
    margin-bottom: 22px;
  }

  .category-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }

  .category-header p {
    max-width: 720px;
    color: var(--brown);
    line-height: 1.7;
  }

  .category-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
  }

  .view-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(74, 59, 42, 0.16);
    color: var(--dark-brown);
    text-decoration: none;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }

  .view-all-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.95);
  }

  .carousel {
    position: relative;
  }

  .carousel-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 10px 4px 18px;
  }

  .carousel-viewport:focus-visible {
    outline: 2px solid rgba(138, 111, 85, 0.7);
    outline-offset: 6px;
    border-radius: 18px;
  }

  .carousel-track {
    display: flex;
    gap: 24px;
    align-items: stretch;
  }

  .carousel-slide {
    flex: 0 0 auto;
    scroll-snap-align: start;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 18px;
  }

  .carousel-slide:focus-visible {
    outline: 2px solid rgba(138, 111, 85, 0.9);
    outline-offset: 6px;
  }

  .carousel-slide img {
    width: 280px;
    height: 360px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: block;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .carousel-slide:hover img {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  }

  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(74, 59, 42, 0.2);
    background: rgba(247, 244, 239, 0.85);
    color: var(--dark-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    backdrop-filter: blur(8px);
  }

  .carousel-btn.prev {
    left: 6px;
  }

  .carousel-btn.next {
    right: 6px;
  }

  .carousel-btn:disabled {
    opacity: 0.35;
    cursor: default;
  }

  /* FOOTER */
  .footer {
    background: linear-gradient(to right, var(--beige), var(--brown));
    color: white;
    padding: 60px 0;
  }

  .footer-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .footer-brand {
    text-align: left;
  }

  .footer-logo {
    width: 80px;
    margin-bottom: 15px;
    display: block;
  }

  .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 22px;
    text-align: center;
  }

  .footer-links a {
    color: white;
    text-decoration: none;
    font-weight: 300;
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .footer-links a:hover {
    opacity: 1;
    transform: translateY(-1px);
  }

  /* ZOOM OVERLAY */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .overlay-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    text-align: center;
  }

  .overlay img {
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .size-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .size-btn {
    padding: 10px 20px;
    background: var(--beige);
    color: var(--dark-brown);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
  }

  .size-btn:hover {
    background: var(--brown);
    color: white;
  }

  .size-btn.selected {
    background: var(--brown);
    color: white;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: var(--dark-brown);
  }

  /* ANIMATION */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 768px) {

    /* HERO */
    .brand-name {
      font-size: 2.4rem;
      text-align: center;
    }

    .slogan {
      letter-spacing: 0.25em;
      font-size: 0.7rem;
      text-align: center;
      padding: 0 20px;
    }

    /* ABOUT */
    .about {
      grid-template-columns: 1fr;
      padding: 60px 25px;
    }

    .about-box {
      padding: 35px;
    }

    /* PRODUCTS */
    .products {
      padding: 60px 0;
    }

    .products-list {
      gap: 60px;
    }

    .category-header h2 {
      font-size: 2.05rem;
    }

    .carousel-btn {
      display: none;
    }

    .carousel-track {
      gap: 18px;
    }

    .carousel-slide img {
      width: 220px;
      height: 280px;
    }

    /* FOOTER */
    .footer {
      padding: 40px 0;
    }

    .footer-inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 18px;
    }

    .footer-links {
      justify-content: flex-start;
    }

  }

  @media (max-width: 1024px) {

    .brand-name {
      font-size: 3rem;
    }

    .about {
      padding: 80px 50px;
    }

    .products {
      padding: 80px 0;
    }

    .products-list {
      gap: 70px;
    }

    .carousel-slide img {
      width: 250px;
      height: 320px;
    }
  }

  @media (min-width: 1440px) {

    .brand-name {
      font-size: 4.5rem;
    }

    .category-header h2 {
      font-size: 3rem;
    }

    .carousel-slide img {
      width: 320px;
      height: 400px;
    }
  }

  .section-padding {
    padding-left: clamp(20px, 6vw, 120px);
    padding-right: clamp(20px, 6vw, 120px);
  }


  .carousel-viewport {
    scrollbar-width: none;
  }

  .carousel-viewport::-webkit-scrollbar {
    display: none;
  }


  /* iPhone specific optimization */
  @media only screen and (max-width: 430px) {

    /* HERO */
    .hero {
      padding-top: 6px;
      padding-bottom: 70px;
    }

    .hero-logo {
      width: 95px;
      transform: translateX(-4px);
      /* optical centering */
    }

    .brand-name {
      font-size: 2.2rem;
      line-height: 1.2;
      margin-top: 5px;
      margin-bottom: 14px;
    }

    .slogan {
      font-size: 0.68rem;
      letter-spacing: 0.22em;
      padding: 0 20px;
      line-height: 1.6;
    }

    /* ABOUT */
    .about {
      padding: 80px 22px;
      row-gap: 28px;
    }

    .about-box {
      padding: 38px 28px;
      border-radius: 18px;
    }

    /* PRODUCTS */
    .products {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .category-header h2 {
      font-size: 1.9rem;
      margin-bottom: 10px;
    }

    .category-header p {
      font-size: 0.95rem;
      max-width: 100%;
      line-height: 1.7;
    }

    /* IMAGE SCROLL */
    .carousel-track {
      gap: 18px;
    }

    .carousel-slide img {
      width: 210px;
      height: 270px;
      border-radius: 16px;
    }

    /* FOOTER */
    .footer {
      padding: 60px 24px;
    }

    .footer h3 {
      font-size: 1.6rem;
    }

    .footer-links a {
      display: block;
      margin: 14px 0;
      font-size: 0.95rem;
    }
  }

  @media only screen and (min-width: 414px) and (max-width: 430px) {

    .brand-name {
      font-size: 2.35rem;
    }

    .carousel-slide img {
      width: 225px;
      height: 290px;
    }
  }

  /* HOW TO ORDER */
  .how-to-order {
    padding: 120px 0;
    text-align: center;
  }

  .how-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    margin-bottom: 60px;
  }

  .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    max-width: 900px;
    margin: 0 auto;
  }

  .step {
    animation: fadeIn 1.5s ease;
  }

  .step-number {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    color: var(--brown);
    margin-bottom: 12px;
  }

  .step p {
    font-size: 1.05rem;
    color: var(--dark-brown);
  }

  /* MOBILE */
  @media (max-width: 768px) {
    .steps {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }

  .footer-tagline {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 20px;
  }

  /* FLOATING WHATSAPP BUTTON */
  .whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: linear-gradient(145deg, var(--beige), var(--offwhite));
    color: var(--dark-brown);
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    font-size: 0.9rem;
    z-index: 999;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .whatsapp-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
  }

  .wa-icon {
    width: 22px;
    height: 22px;
  }

  .wa-text {
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  /* MOBILE – ICON ONLY */
  @media (max-width: 768px) {
    .wa-text {
      display: none;
    }

    .whatsapp-float {
      padding: 14px;
      border-radius: 50%;
    }
  }

  /* HOW TO ORDER – HIGHLIGHT */
  .how-to-order {
    position: relative;
    background: linear-gradient(180deg,
        rgba(231, 220, 203, 0.35),
        rgba(247, 244, 239, 0));
    border-radius: 28px;
    margin: 140px auto;
  }

  /* soft divider line */
  .how-to-order::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--brown);
    opacity: 0.5;
  }

  @media (max-width: 768px) {
    .step:active {
      background: linear-gradient(145deg, var(--offwhite), var(--beige));
    }
  }

  /* HOW TO ORDER – STRONGLY HIGHLIGHTED BOX */
  .how-to-order-wrapper {
    padding: clamp(90px, 10vw, 140px) 0;
  }

  .how-to-order-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(56px, 7vw, 90px) clamp(22px, 6vw, 70px);
    background: linear-gradient(145deg, var(--beige), var(--offwhite));
    border-radius: 36px;
    box-shadow:
      0 40px 80px rgba(0, 0, 0, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.6);
    text-align: center;
    animation: fadeIn 1.5s ease;
  }

  /* Title */
  .how-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    margin-bottom: 70px;
  }

  /* Steps layout */
  .steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    max-width: 900px;
    margin: 0 auto;
  }

  /* Individual step */
  .step {
    padding: 30px 20px;
    border-radius: 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  .step:hover {
    transform: translateY(-4px);
  }

  /* Number */
  .step-number {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.35em;
    color: var(--brown);
    margin-bottom: 14px;
  }

  /* Text */
  .step p {
    font-size: 1.05rem;
    color: var(--dark-brown);
  }

  /* MOBILE */
  @media (max-width: 768px) {

    .how-to-order-box {
      padding: 70px 26px;
      border-radius: 28px;
    }

    .how-title {
      font-size: 2.1rem;
      margin-bottom: 50px;
    }

    .steps {
      grid-template-columns: 1fr;
      gap: 36px;
    }

    /* Tap targets */
    .step {
      background: linear-gradient(145deg, var(--offwhite), var(--beige));
      box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
      cursor: pointer;
    }

    .step:active {
      transform: scale(0.97);
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    }
  }

  /* ORDERING TUTORIAL + FAQ */
  .order-help {
    padding: clamp(70px, 8vw, 110px) 0 clamp(55px, 6vw, 85px);
  }

  .order-help-header {
    max-width: 840px;
    margin: 0 auto clamp(30px, 5vw, 48px);
    text-align: center;
  }

  .order-help-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4.2vw, 2.8rem);
    margin-bottom: 14px;
    color: var(--dark-brown);
  }

  .order-help-header p {
    color: var(--brown);
    line-height: 1.8;
  }

  .tutorial-interactive {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(26px, 4vw, 38px);
    border-radius: 24px;
    border: 1px solid rgba(74, 59, 42, 0.14);
    background: linear-gradient(145deg, rgba(231, 220, 203, 0.45), rgba(255, 255, 255, 0.88));
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.08);
  }

  .tutorial-progress {
    margin-bottom: 18px;
  }

  .tutorial-progress-text {
    color: var(--brown);
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .tutorial-progress-track {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: rgba(74, 59, 42, 0.14);
    overflow: hidden;
  }

  .tutorial-progress-fill {
    display: block;
    width: 12.5%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #8a6f55, #4a3b2a);
    transition: width 0.28s ease;
  }

  .tutorial-stage {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(74, 59, 42, 0.12);
    border-radius: 20px;
    padding: clamp(22px, 3.5vw, 32px);
  }

  .tutorial-stage-number {
    font-size: 0.8rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--brown);
    margin-bottom: 10px;
  }

  .tutorial-stage-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.45rem, 3vw, 2rem);
    color: var(--dark-brown);
    margin-bottom: 12px;
  }

  .tutorial-stage-description {
    line-height: 1.8;
    color: var(--dark-brown);
  }

  .tutorial-controls {
    display: flex;
    gap: 12px;
    margin-top: 18px;
  }

  .tutorial-btn {
    flex: 1;
    border: 1px solid rgba(74, 59, 42, 0.22);
    background: rgba(255, 255, 255, 0.8);
    color: var(--dark-brown);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }

  .tutorial-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  .tutorial-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
  }

  .tutorial-btn-primary {
    background: linear-gradient(145deg, #8a6f55, #4a3b2a);
    color: #fff;
    border-color: transparent;
  }

  .tutorial-jump {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
  }

  .tutorial-jump-btn {
    border: 1px solid rgba(74, 59, 42, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--dark-brown);
    padding: 9px 6px;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .tutorial-jump-btn.is-active {
    background: var(--dark-brown);
    color: #fff;
    border-color: var(--dark-brown);
  }

  .faq-section {
    padding: clamp(60px, 7vw, 90px) 0 clamp(90px, 9vw, 130px);
  }

  .faq-header {
    max-width: 760px;
    margin: 0 auto clamp(28px, 4vw, 40px);
    text-align: center;
  }

  .faq-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    margin-bottom: 12px;
    color: var(--dark-brown);
  }

  .faq-header p {
    color: var(--brown);
    line-height: 1.75;
  }

  .faq-list {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .faq-dropdown {
    background: linear-gradient(145deg, rgba(231, 220, 203, 0.45), rgba(255, 255, 255, 0.88));
    border: 1px solid rgba(74, 59, 42, 0.15);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  }

  .faq-dropdown summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 46px 18px 18px;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: var(--dark-brown);
    position: relative;
  }

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

  .faq-dropdown summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6rem;
    line-height: 1;
    color: var(--brown);
    transition: transform 0.2s ease;
  }

  .faq-dropdown[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
  }

  .faq-answer {
    border-top: 1px solid rgba(74, 59, 42, 0.12);
    padding: 14px 18px 18px;
    background: rgba(255, 255, 255, 0.84);
  }

  .faq-answer p {
    line-height: 1.75;
    color: var(--dark-brown);
    margin-bottom: 10px;
  }

  .faq-answer p:last-child {
    margin-bottom: 0;
  }

  .faq-answer ol {
    margin: 8px 0 12px 20px;
    line-height: 1.75;
    color: var(--dark-brown);
  }

  .faq-answer li {
    margin-bottom: 8px;
  }

  .faq-answer li:last-child {
    margin-bottom: 0;
  }

  @media (max-width: 900px) {
    .tutorial-jump {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (max-width: 768px) {
    .order-help {
      padding-top: 60px;
    }

    .tutorial-interactive {
      border-radius: 18px;
      padding: 22px 16px;
    }

    .tutorial-stage {
      border-radius: 16px;
      padding: 18px 14px;
    }

    .tutorial-jump {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .faq-dropdown summary {
      font-size: 1.06rem;
      padding: 16px 42px 16px 14px;
    }

    .faq-answer {
      padding: 12px 14px 16px;
    }
  }

  @media (max-width: 520px) {
    .tutorial-controls {
      flex-direction: column;
    }

    .tutorial-jump {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  /* REFINEMENTS: THEME + SMOOTH MOTION */
  html {
    scroll-behavior: smooth;
  }

  .theme-toggle {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 1001;
    border: 1px solid rgba(74, 59, 42, 0.22);
    background: rgba(247, 244, 239, 0.9);
    color: var(--dark-brown);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.11);
  }

  .theme-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  }

  .theme-toggle:focus-visible {
    outline: 2px solid rgba(138, 111, 85, 0.7);
    outline-offset: 2px;
  }

  .js .smooth-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
  }

  .js .smooth-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  body,
  .about-modern,
  .how-to-order-box,
  .about-highlight,
  .tutorial-interactive,
  .tutorial-stage,
  .faq-dropdown,
  .faq-answer,
  .footer,
  .view-all-btn,
  .carousel-btn,
  .theme-toggle,
  .whatsapp-float {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .carousel-slide img,
  .about-highlight,
  .how-to-order-box,
  .tutorial-interactive,
  .faq-dropdown,
  .theme-toggle,
  .whatsapp-float {
    will-change: transform;
  }

  body.theme-dark {
    --offwhite: #10141d;
    --beige: #1b2432;
    --brown: #c8a888;
    --dark-brown: #efe5d8;
    background: var(--offwhite);
    color: var(--dark-brown);
  }

  body.theme-dark .about-modern,
  body.theme-dark .products,
  body.theme-dark .order-help,
  body.theme-dark .faq-section {
    background: var(--offwhite);
  }

  body.theme-dark .about-highlight {
    background: linear-gradient(135deg, #273246, #1e2737, #161f2c);
    box-shadow: 0 28px 54px rgba(0, 0, 0, 0.42);
  }

  body.theme-dark .how-to-order-box,
  body.theme-dark .step,
  body.theme-dark .tutorial-interactive,
  body.theme-dark .tutorial-stage,
  body.theme-dark .faq-dropdown,
  body.theme-dark .faq-answer,
  body.theme-dark .overlay-content {
    background: linear-gradient(145deg, rgba(27, 36, 50, 0.95), rgba(17, 23, 33, 0.95));
    border-color: rgba(239, 229, 216, 0.15);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.35);
    color: var(--dark-brown);
  }

  body.theme-dark .about-text p,
  body.theme-dark .category-header p,
  body.theme-dark .order-help-header p,
  body.theme-dark .faq-header p,
  body.theme-dark .tutorial-progress-text,
  body.theme-dark .tutorial-stage-number,
  body.theme-dark .step-number {
    color: rgba(239, 229, 216, 0.8);
  }

  body.theme-dark .view-all-btn,
  body.theme-dark .carousel-btn,
  body.theme-dark .size-btn,
  body.theme-dark .tutorial-btn,
  body.theme-dark .tutorial-jump-btn,
  body.theme-dark .theme-toggle,
  body.theme-dark .whatsapp-float {
    background: rgba(27, 36, 50, 0.88);
    color: var(--dark-brown);
    border-color: rgba(239, 229, 216, 0.22);
  }

  body.theme-dark .tutorial-btn-primary {
    background: linear-gradient(145deg, #d2b496, #886f56);
    color: #171e2a;
  }

  body.theme-dark .tutorial-jump-btn.is-active {
    background: #d2b496;
    border-color: #d2b496;
    color: #171e2a;
  }

  body.theme-dark .faq-dropdown summary::after {
    color: #d2b496;
  }

  body.theme-dark .footer {
    background: linear-gradient(to right, #1a2230, #7d644b);
  }

  body.theme-dark .close-btn {
    color: var(--dark-brown);
  }

  @media (max-width: 768px) {
    .theme-toggle {
      top: auto;
      right: 18px;
      bottom: 92px;
      font-size: 0.74rem;
      padding: 9px 12px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
