/* ===================== FONTS ===================== */
@font-face {
  font-family: "Kinetika";
  src: url("../fonts/Kinetika-Light.woff2") format("woff2"),
       url("../fonts/Kinetika-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ===================== RESET / BASE ===================== */
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  max-width: 100%;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background-color: #F0F1ED;
  font-family: "Kinetika", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
}

img,
picture,
video,
canvas,
svg { display: block; max-width: 100%; }

input,
button,
textarea,
select { font: inherit; }

button { cursor: pointer; }

a { text-decoration: none; color: #000; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===================== HEADER / NAV / LOGO ===================== */
.header {
  padding: 24px 0;
  border-top: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}

.nav { display: flex; justify-content: center; }

.nav-list {
  display: flex;
  gap: 48px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-list a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6b6b;
  transition: color 0.2s ease;
}

.nav-list a:hover { color: #000; }

.logo-container {
  width: 100%;
  height: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===================== FOOTER ===================== */
.footer {
  background-color: #ffffff;
  border-top: 1px solid #d6d6d6;
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 260px;
  gap: 12px;
  padding: 64px 24px;

  text-align: center;
  text-decoration: none;
  color: #000;

  border-right: 1px solid #d6d6d6;
}

.footer-box:last-child { border-right: none; }

.footer-label {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000000;
}

.footer-value {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.footer-box:hover svg path,
.footer-box:hover svg rect,
.footer-box:hover svg circle { stroke: #908b71; }

.footer-box:hover .footer-value { color: #908b71; }

/* ============================================================= */
/* ===================== PAGES / SECTIONS ======================= */
/* ============================================================= */

/* ---------- ATELIER ---------- */
.atelier-page { padding: 20px 0 140px; }

.atelier-section {
  text-align: center;
  margin-bottom: 20px;
}

.atelier-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}

.divider {
  width: 80px;
  height: 1px;
  background: #000;
  margin: 0 auto 40px;
}

.atelier-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: 0 auto;
}

.atelier-list li {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 800px;
  margin: 0 auto;
}

.price-card {
  border: 1px solid #000;
  padding: 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.price-card span {
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.price-card small { font-size: 13px; opacity: 0.6; }

.price-card:hover { background: #908b71; color: #fff; }

.atelier-cta {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 20px;
}

.cta-button {
  border: 1px solid #000;
  padding: 18px 50px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.cta-button:hover { background: #908b71; color: #ffffff; }

/* ---------- EDITION (gallery rows) ---------- */
.collection-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.edition { padding-bottom: 120px; }

.edition-gallery {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.gallery-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.arrow {
  position: absolute;
  top: -48px;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
  color: #000;
  transition: opacity 0.2s ease;
}

.arrow:hover { opacity: 0.5; }
.arrow-left { left: 0; }
.arrow-right { right: 0; }

/* ---------- EVENTS ---------- */
.events-page {
  padding: 10px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.events-showcase {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 34px;
  align-items: start;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.25);
}

.events-showcase--alt {
  grid-template-columns: 1fr max-content;
}

.events-showcase__slider {
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 9 / 16;
  justify-self: start;
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.events-showcase--alt .events-showcase__slider {
  order: 2;
}

.events-showcase__info {
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.events-showcase__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.events-showcase__meta span {
  border: 1px solid #000;
  padding: 8px 12px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.events-showcase__title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.events-showcase__text {
  font-size: 15px;
  line-height: 1.75;
  max-width: 44ch;
}

.events-showcase__brand {
  width: 136px;
  height: auto;
}

.event-link {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid #000;
  padding: 0 22px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.event-link:hover {
  background-color: #2b2a27;
  color: #fff;
}

.event-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.event-slider__viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.event-slider__track {
  display: flex;
  height: 100%;
  transition: transform 0.45s ease;
  will-change: transform;
}

.event-slide {
  flex: 0 0 100%;
  margin: 0;
  height: 100%;
  min-height: 0;
}

.event-slide img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.event-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid #000;
  background: rgba(240, 241, 237, 0.9);
  color: #000;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.2s ease;
}

.event-slider__nav:hover {
  background: #2b2a27;
  color: #fff;
}

.event-slider__nav--prev { left: 14px; }
.event-slider__nav--next { right: 14px; }

.event-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.event-slider__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.85);
  padding: 0;
}

.event-slider__dot.is-active {
  background: #000;
}

/* ---------- GALLERY PAGE (2 columns) ---------- */
.gallery-page { padding: 10px 0 140px; }

.gallery-hero {
  text-align: center;
  margin-bottom: 80px;
}

.gallery-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 90px;
  height: 90px;
  margin-bottom: 40px;
}

.gallery-box span {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
}

.gallery-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 24px;
}

.gallery-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-top: 150px;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
  margin-bottom: 140px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ---------- HOME / LOOKBOOK / CONTACT (3-col grid + lookbook + contact) ---------- */
.gallery { width: 100%; }

.gallery-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 488px;
  gap: 32px;
}

.gallery-item--big {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Lookbook */
.lookbook-viewport {
  max-width: 1155px;
  margin: 0 auto;
  overflow-x: auto;
}

.lookbook {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}

.lookbook-track {
  display: flex;
  gap: 20px;
  align-items: flex-end;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.lookbook-item {
  flex: 0 0 auto;
  scroll-snap-align: center;
}

.lookbook-item img {
  height: 380px;
  width: auto;
}

.lookbook-viewport { scrollbar-width: none; }
.lookbook-viewport::-webkit-scrollbar { display: none; }

/* Shop button */
.shop-cta {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.shop-button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  padding: 16px 88px;
  border: 1px solid #000;

  background-color: #2b2a27;
  color: #ffffff;
  text-decoration: none;

  transition: background-color 0.25s ease, transform 0.2s ease;
}

.shop-button:hover { background-color: #ffffff; color: #000; }

/* Contact */
.contact {
  margin-top: 40px;
  background-color: #2b2a27;
  color: #ffffff;
  padding: 120px 0;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

.contact h2 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 48px;
}

.form-group { margin-bottom: 32px; }

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #e5e5e5;
}

.form-group input,
.form-group textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 8px 0;
  color: #ffffff;
  font-size: 14px;
}

.form-group textarea {
  border: 1px solid #ffffff;
  padding: 16px;
  margin-top: 8px;
  resize: none;
  height: 120px;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #908b71;
}

.submit-button {
  background-color: transparent;
  border: 1px solid #908b71;
  color: #ffffff;

  padding: 14px 40px;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  font-family: "Roboto", sans-serif;
  font-weight: 500;

  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.submit-button:hover { background-color: #908b71; color: #000000; }

/* Accordion */
.accordion-item { border-bottom: 1px solid #ffffff; }

.accordion-header {
  font-family: "Roboto", sans-serif;
  width: 100%;
  background: none;
  border: none;
  color: #ffffff;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 16px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.accordion-header .plus {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #e5e5e5;
}

.accordion-text h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.accordion-text p { margin-bottom: 5px; }

.accordion-text ul { margin: 16px 0 24px 20px; }

.accordion-text li {
  margin-bottom: 8px;
  list-style: disc;
}

.accordion-text strong { font-weight: 500; color: #ffffff; }

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  padding: 16px 0 24px;
  font-size: 18px;
  line-height: 1.6;
  color: #e5e5e5;
}

.accordion-item.active .accordion-content { max-height: 1200px; }
.accordion-item.active .plus { transform: rotate(45deg); }

/* ---------- PRODUCT ---------- */
.product {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
  align-items: start;
}

.product-media { width: 100%; }

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.product-gallery img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.product-panel {
  max-width: 420px;
  width: 100%;
  position: sticky;
  top: 140px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.product-title {
  font-size: 18px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
}

.product-price { font-size: 18px; }

.preorder-note {
  font-size: 15px;
  line-height: 1.5;
  color: #6b6b6b;
}

.panel-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.panel-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.size-grid {
  --choice-gap: 12px;
  --size-btn-width: 90px;
  display: flex;
  gap: var(--choice-gap);
  width: calc(var(--size-btn-width) * 3 + var(--choice-gap) * 2);
}

.size-btn {
  width: var(--size-btn-width);
  padding: 10px 0;
  border: 1px solid #000;
  background: transparent;
  font-size: 13px;
  cursor: pointer;
}

.size-btn.active { background: #000000; color: #fff; }

.size-note { font-size: 12px; color: #6b6b6b; }

.color-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  width: calc(90px * 3 + 12px * 2);
}

.color-btn {
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  position: relative;
  border: 1px solid #000;
  overflow: hidden;
  background: transparent;
}

.color-btn.active {
  border-color: #000;
  box-shadow: 0 0 0 2px #000, 0 0 0 2px #fff inset;
}

.color-btn.active::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px #000;
}

.color-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.color-selected {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-request {
  margin-top: 16px;
  padding: 16px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #6b6b6b;
  background: #000000;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn-request:hover { color: #000000; background-color: #ffffff; }

.panel-tabs {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}

.tab {
  background: none;
  border: none;
  padding: 0 0 6px 0;

  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  color: #9a9a9a;
  cursor: pointer;

  border-bottom: 1px solid transparent;
}

.tab.active { color: #908b71; border-bottom: 1px solid #000; }
.tab:focus { outline: none; }

.panel-tab-content { margin-top: 24px; }

.tab-content {
  display: none;
  font-size: 14px;
  line-height: 1.6;
  max-width: 420px;
}

.tab-content.active { display: block; }

.panel-description {
  font-size: 14px;
  line-height: 1.6;
  max-width: 420px;
}

/* ---------- SHOP ---------- */
.shop { padding: 0 40px 120px; }

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.product-slider { position: relative; }

.slides { display: flex; overflow-x: auto; }

.slide { flex: 0 0 100%; scroll-snap-align: start; }

.slide img { width: 100%; display: block; }

.product-link { text-decoration: none; color: #000; }

.product-info h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-top: 5px;
}

.price { font-size: 14px; }

.size-select {
  display: flex;
  flex-direction: row;
  gap: 6px;
}

.size-dropdown {
  font-size: 13px;
  padding-right: 10px;
}

option:hover { background-color: #262521; color: #fff; }

.btn-buy {
  margin-top: 10px;
  background: #262521;
  border: 1px solid #000;
}

.link-buy {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  padding: 12px 0;

  text-decoration: none;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.btn-buy:hover .link-buy { color: #000; }
.btn-buy:hover { background: #fff; }



/* ============================================================= */
/* ===================== RESPONSIVE ============================ */
/* ============================================================= */

@media (max-width: 1024px) {
  /* Gallery on home/lookbook section */
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .gallery-item--big {
    grid-column: span 2;
    grid-row: span 1;
  }

  .lookbook-track {
    gap: 48px;
    padding: 0 24px;
  }

  .contact-inner { gap: 72px; }
}

@media (max-width: 768px) {
  body { width: 100%; }

  .edition { padding-top: 120px; }

  /* Mobile header burger */
  .header {
    position: relative;
    border-bottom: 1px solid #F0F1ED;
  }

  .nav { display: none; }

  .logo-container {
    max-width: 414px;
    position: absolute;
    top: 20px;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    z-index: 20;
  }

  .logo {
    padding-left: 30px;
    margin-bottom: 16px;
    height: 60px;
    width: auto;
  }

  .header::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 20px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 30;
  }

  .header::before {
    content: "";
    position: absolute;
    top: 55px;
    right: 30px;
    width: 24px;
    height: 2px;
    background: #000;
    box-shadow: 0 6px 0 #000, 0 -6px 0 #000;
    z-index: 31;
    pointer-events: none;
  }

  .nav.nav--open {
    display: block;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background-color: #F0F1ED;
    padding: 24px 0;
    z-index: 10;
  }

  .nav-list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .header::before,
  .header::after { pointer-events: auto; }

  /* Atelier */
  .atelier-page { padding: 80px 0 100px; }

  .price-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .atelier-list li { font-size: 14px; }

  /* Edition */
  .edition-gallery { gap: 72px; }

  .gallery-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gallery-item { max-width: 360px; margin: 0 auto; }

  .arrow { display: none; }

  /* Events */
  .events-page { padding: 80px 0 100px; }

  .events-showcase,
  .events-showcase--alt {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .events-showcase__slider,
  .event-slide,
  .event-slide img {
    max-width: 100%;
    min-height: 0;
  }

  .events-showcase__slider { max-width: 280px; }

  .events-showcase--alt .events-showcase__slider { order: initial; }

  .events-showcase__info { padding: 24px; }

  .events-showcase__title { font-size: 23px; }

  .events-showcase__text { font-size: 14px; }

  .event-slider__nav {
    width: 38px;
    height: 38px;
  }

  /* Gallery page (2 columns -> 1) */
  .gallery-page { padding: 80px 0 100px; }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .gallery-box { width: 70px; height: 70px; }

  .gallery-title,
  .gallery-subtitle { font-size: 18px;}

  /* Home gallery tweaks on mobile */
  .gallery-grid {
    margin-top: 15%;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding-left: 30px;
    padding-right: 30px;
    grid-auto-rows: auto;
  }

  .gallery-item--big {
    grid-column: span 2;
    grid-row: span 2;
  }

  .gallery-item img {
    width: 100%;
    height: auto;
  }

  /* Lookbook */
  .lookbook { padding: 56px 0; }

  .lookbook-viewport { max-width: 100%; overflow-x: auto; }

  .lookbook-track {
    gap: 24px;
    padding: 0 16px;
    width: max-content;
  }

  .lookbook-item { min-height: 260px; }

  .lookbook-item img { height: 220px; }

  /* Shop CTA */
  .shop-cta { margin: 20px 0; }

  .shop-button {
    font-size: 14px;
    padding: 14px 56px;
  }

  /* Contact */
  .contact { padding: 72px 0; }

  .contact-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  /* Product */
  .product {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 55px 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-panel {
    position: static;
    max-width: 95%;
    gap: 24px;
  }

  .is-mobile .product-gallery { flex-direction: row; overflow-x: auto; scroll-snap-type: x mandatory; }

  .product-gallery {
    flex-direction: row;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .product-gallery img {
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .product-gallery::-webkit-scrollbar { display: none; }
  .product-gallery { scrollbar-width: none; }

  .product-gallery::after {
    content: "Swipe";
    position: absolute;
    bottom: 12px;
    right: 16px;
    font-size: 11px;
    letter-spacing: 0.1em;
    opacity: 0.5;
  }

  /* Shop */
  .shop { padding: 60px 30px 80px; }

  .shop-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .product-card { gap: 14px; }

  .product-info h3 { font-size: 14px; }

  .price { font-size: 13px; }

  .link-buy {
    padding: 14px 0;
    font-size: 14px;
  }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr; }

  .footer-box {
    min-height: 200px;
    border-right: none;
    border-bottom: 1px solid #d6d6d6;
  }

  .footer-box:last-child { border-bottom: none; }
}

@media (max-width: 480px) {
  .logo-container { height: 96px; }

  .lookbook-item img {
    height: 200px;
    max-width: 75vw;
  }

  .footer-box {
    padding: 32px 16px;
    min-height: 180px;
  }
}
