/* =========================================
   ADAL STUDIO — Styles
   ========================================= */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #111;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button { cursor: pointer; background: none; border: none; font: inherit; }

/* --- Header & Nav --- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 56px;
}
.nav-toggle {
  display: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-item { position: relative; }
.nav-link {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111;
  transition: opacity 0.2s;
}
.nav-link:hover, .nav-link.active { opacity: 0.5; }
.caret { font-size: 10px; margin-left: 4px; }
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  min-width: 220px;
  padding: 8px 0;
  z-index: 200;
}
.has-dropdown.open .dropdown { display: block; }
.has-dropdown.dropdown-open .dropdown { display: block !important; }

.dropdown a {
  display: block;
  padding: 9px 20px;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #111;
  transition: background 0.15s;
}
.dropdown a:hover { background: #f5f5f5; }
.dropdown-divider { height: 1px; background: #e8e8e8; margin: 6px 0; }
.nav-home {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}

/* --- Hero --- */
.hero-full {
  margin-top: 56px;
  width: 100%;
  height: calc(100vh - 56px);
  overflow: hidden;
}
.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* --- Intro Block --- */
.intro-block {
  padding: 80px 40px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 28px;
}
.intro-block h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  margin-bottom: 36px;
}
.cta {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}
.cta:hover { opacity: 0.5; }

/* --- Featured Pieces (Home) --- */
.featured { padding: 0 32px 80px; }
.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.piece-card { display: block; }
.piece-image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 14px;
}
.piece-image img { transition: transform 0.6s ease; }
.piece-card:hover .piece-image img { transform: scale(1.04); }
.piece-name { font-size: 13px; letter-spacing: 0.04em; margin-bottom: 4px; }
.piece-meta { font-size: 11px; color: #888; letter-spacing: 0.08em; text-transform: uppercase; }

/* --- Footer --- */
.site-footer { border-top: 1px solid #e8e8e8; padding: 32px 40px; }
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-socials { display: flex; gap: 20px; align-items: center; }
.social-icon { display: flex; align-items: center; opacity: 0.6; transition: opacity 0.2s; }
.social-icon:hover { opacity: 1; }
.social-icon svg { width: 18px; height: 18px; fill: #111; }
.footer-meta { font-size: 11px; letter-spacing: 0.06em; color: #888; }

/* --- About Page --- */
.page {
  margin-top: 56px;
  padding: 80px 40px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.page-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
  margin-bottom: 48px;
  letter-spacing: -0.01em;
}
.manifesto p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 24px;
}
.manifesto em { font-style: italic; }
.closing { font-style: italic; color: #555; margin-top: 40px !important; }
.signature { font-size: 14px; letter-spacing: 0.08em; color: #888; margin-top: 8px !important; }

/* --- Shop Page --- */
.page-shop { margin-top: 56px; padding: 48px 32px 80px; }
.shop-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.shop-header h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 400;
}
.shop-toolbar { display: flex; align-items: center; gap: 16px; }
.shop-count { font-size: 12px; color: #888; letter-spacing: 0.06em; }
.shop-sort {
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.06em;
  border: 1px solid #ddd;
  padding: 6px 10px;
  background: #fff;
  color: #111;
  cursor: pointer;
}
.shop-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.filters-title { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 24px; color: #888; }
.filter-group { border-top: 1px solid #e8e8e8; padding: 16px 0; }
.filter-group summary {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.filter-group summary::-webkit-details-marker { display: none; }
.filter-group[open] summary::after { content: '−'; }
.filter-group:not([open]) summary::after { content: '+'; }
.filter-content { padding: 4px 0; }
.filter-content label { display: flex; align-items: center; gap: 8px; font-size: 13px; padding: 5px 0; cursor: pointer; }
.filter-content label .count { color: #888; font-size: 11px; }
.filter-content input[type="checkbox"] { width: 14px; height: 14px; accent-color: #111; cursor: pointer; }
.price-range { position: relative; height: 20px; margin-bottom: 12px; }
.price-range .track { position: absolute; top: 50%; left: 0; right: 0; height: 2px; background: #e8e8e8; transform: translateY(-50%); }
.price-range .fill { position: absolute; top: 50%; height: 2px; background: #111; transform: translateY(-50%); }
.price-range input[type="range"] { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; -webkit-appearance: none; background: none; pointer-events: none; height: 20px; }
.price-range input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 14px; height: 14px; border-radius: 50%; background: #111; pointer-events: all; cursor: pointer; }
.price-inputs { display: flex; align-items: center; gap: 8px; font-size: 12px; }
.price-input-box { display: flex; align-items: center; border: 1px solid #ddd; padding: 4px 6px; gap: 2px; flex: 1; }
.price-input-box input { width: 100%; border: none; font-size: 12px; font-family: inherit; color: #111; }
.price-input-box input:focus { outline: none; }
.to { font-size: 11px; color: #888; }
.size-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.size-grid label { border: 1px solid #ddd; display: flex; align-items: center; justify-content: center; padding: 6px; font-size: 12px; cursor: pointer; text-align: center; transition: background 0.15s; }
.size-grid label:has(input:checked) { background: #111; color: #fff; border-color: #111; }
.size-grid input { display: none; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 20px; }
.shop-card { display: block; }
.shop-card.hidden { display: none; }
.shop-image { position: relative; aspect-ratio: 3/4; overflow: hidden; background: #f5f5f5; margin-bottom: 12px; }
.shop-image img { transition: transform 0.6s ease; }
.shop-card:hover .shop-image img { transform: scale(1.04); }
.badge { position: absolute; top: 12px; left: 12px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 8px; z-index: 1; }
.badge.sold { background: #111; color: #fff; }
.shop-info { padding: 0 2px; }
.shop-name { font-size: 13px; letter-spacing: 0.02em; margin-bottom: 4px; }
.shop-price { font-size: 12px; color: #555; }
.back-to-top { position: fixed; bottom: 32px; right: 32px; width: 40px; height: 40px; background: #111; color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 50; }
.back-to-top.visible { opacity: 1; pointer-events: all; }
.back-to-top svg { width: 16px; height: 16px; fill: #fff; }

/* --- Lookbook Page --- */
.page-lookbook { margin-top: 56px; padding: 60px 32px 80px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.lookbook-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 3.5vw, 40px); font-weight: 400; margin-bottom: 12px; }
.lookbook-intro { font-size: 14px; color: #666; margin-bottom: 48px; line-height: 1.6; }
.lookbook-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
.lookbook-item { overflow: hidden; background: #f5f5f5; }
.lookbook-item img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform 0.6s ease; }
.lookbook-item:hover img { transform: scale(1.03); }
.lookbook-item.wide { grid-column: span 2; }
.lookbook-item.wide img { aspect-ratio: 16/9; }

/* --- Contact Page --- */
.page-contact { margin-top: 56px; padding: 80px 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.contact-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 3.5vw, 40px); font-weight: 400; margin-bottom: 40px; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: #888; }
.form-field input, .form-field textarea, .form-field select { font-family: inherit; font-size: 14px; border: none; border-bottom: 1px solid #ddd; padding: 10px 0; background: transparent; color: #111; transition: border-color 0.2s; width: 100%; resize: none; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-bottom-color: #111; }
.form-submit { margin-top: 12px; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; background: #111; color: #fff; padding: 14px 32px; border: none; cursor: pointer; transition: background 0.2s; align-self: flex-start; }
.form-submit:hover { background: #333; }

/* --- Responsive --- */
@media (max-width: 900px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-filters { display: none; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .lookbook-grid { grid-template-columns: 1fr; }
  .lookbook-item.wide { grid-column: span 1; }
  .lookbook-item.wide img { aspect-ratio: 3/4; }
}
@media (max-width: 600px) {
  .nav-wrap { padding: 0 20px; }
  .nav-toggle { display: block; }
  .nav-left { display: none; position: fixed; top: 56px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: flex-start; padding: 24px 20px; gap: 20px; border-bottom: 1px solid #e8e8e8; z-index: 99; }
  .nav-left.open { display: flex; }
  .featured { padding: 0 20px 60px; }
  .featured-grid { grid-template-columns: 1fr; gap: 32px; }
  .intro-block { padding: 60px 20px; }
  .page, .page-contact { padding: 60px 20px; }
  .page-shop { padding: 40px 20px 60px; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 16px 12px; }
  .footer-wrap { flex-direction: column; gap: 16px; text-align: center; }
}

/* --- Contact Page (new) --- */
.page-contact {
  margin-top: 56px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 32px 80px;
}

.contact-section { margin-bottom: 0; }

.contact-heading {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  font-family: inherit;
  font-size: 15px;
  width: 100%;
  padding: 18px 16px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #111;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #aaa; }

.contact-form input:focus,
.contact-form textarea:focus { border-color: #111; }

.contact-submit {
  width: 100%;
  padding: 20px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 4px;
}
.contact-submit:hover { background: #333; }

.form-success {
  display: none;
  font-size: 13px;
  color: #555;
  text-align: center;
  padding: 12px 0;
}
.form-success.visible { display: block; }

/* Assistance accordion */
.assistance-section { margin-top: 0; }

.assistance-group {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.assistance-group summary {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assistance-group summary::-webkit-details-marker { display: none; }
.assistance-group[open] summary::after { content: '∧'; font-size: 16px; font-weight: 300; }
.assistance-group:not([open]) summary::after { content: '∨'; font-size: 16px; font-weight: 300; }

.assistance-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
}
.assistance-links a {
  font-size: 14px;
  font-weight: 500;
  color: #111;
  transition: opacity 0.2s;
}
.assistance-links a:hover { opacity: 0.5; }

/* --- Product Modal --- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 500;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open { display: flex; }

.modal {
  background: #fff;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.modal-image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f5f5f5;
}
.modal-image img { width: 100%; height: 100%; object-fit: cover; }

.modal-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.modal-close {
  align-self: flex-end;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  color: #888;
  transition: color 0.2s;
  margin-bottom: -8px;
}
.modal-close:hover { color: #111; }

.modal-piece { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: #888; }

.modal-name {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.modal-price { font-size: 15px; color: #555; }

.modal-badge-sold {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  width: fit-content;
}

.modal-tagline {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 14px;
  font-style: italic;
  color: #555;
  line-height: 1.6;
  border-top: 1px solid #e8e8e8;
  padding-top: 16px;
}

.modal-section { border-top: 1px solid #e8e8e8; padding-top: 16px; }

.modal-section-title {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.modal-section p,
.modal-section ul {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
}
.modal-section ul { padding-left: 0; list-style: none; }
.modal-section ul li { padding: 3px 0; padding-left: 12px; position: relative; }
.modal-section ul li::before { content: '—'; position: absolute; left: 0; color: #aaa; }

.modal-fit {
  font-size: 12px;
  color: #555;
  background: #f9f9f9;
  padding: 12px 14px;
  border-left: 2px solid #111;
}

@media (max-width: 700px) {
  .modal { grid-template-columns: 1fr; }
  .modal-image { aspect-ratio: 1/1; }
  .modal-body { padding: 24px 20px; }
}

/* --- Shop Grid Override — Olivia Hurst style --- */
.shop-layout {
  grid-template-columns: 180px 1fr;
  gap: 48px;
  align-items: start;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.shop-image {
  aspect-ratio: 2/3;
  margin-bottom: 0;
}

.shop-info {
  padding: 12px 4px 24px;
}

.shop-name {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 4px;
}

.shop-price {
  font-size: 11px;
  color: #111;
  letter-spacing: 0.06em;
}

/* Shop header adjustments */
.shop-header {
  margin-bottom: 24px;
  padding-bottom: 0;
}

.shop-header h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}

/* Filters sidebar — cleaner */
.filters-title {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: none;
  color: #111;
  margin-bottom: 20px;
}

.filter-group summary {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 400;
}

@media (max-width: 900px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 500px) {
  .shop-grid { grid-template-columns: 1fr; gap: 2px; }
}

/* ============================================
   PRODUCT DETAIL MODAL — Olivia Hurst style
   ============================================ */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 500;
  overflow-y: auto;
}
.modal-overlay.open { display: block; }

.modal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  max-width: 100%;
}

/* Left: image */
.modal-image {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: unset;
}
.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* Right: info panel */
.modal-body {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
}

.modal-close {
  align-self: flex-start;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: none;
  font-family: inherit;
  color: #888;
  transition: color 0.2s;
  margin-bottom: 48px;
  padding: 0;
}
.modal-close:hover { color: #111; }

.modal-piece {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 10px;
}

.modal-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: #111;
  margin-bottom: 16px;
}

.modal-price {
  font-size: 16px;
  color: #111;
  margin-bottom: 28px;
}

.modal-badge-sold {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  width: fit-content;
  margin-bottom: 20px;
}

.modal-size-label {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #555;
  margin-bottom: 10px;
}

.modal-size-box {
  display: inline-block;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.modal-cta {
  display: block;
  width: 100%;
  padding: 16px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  margin-bottom: 40px;
  text-decoration: none;
}
.modal-cta:hover { background: #111; color: #fff; }

.modal-divider {
  height: 1px;
  background: #e8e8e8;
  margin-bottom: 32px;
}

.modal-tagline {
  font-size: 13px;
  font-style: italic;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.modal-description {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}

.modal-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.modal-description ul li {
  padding: 4px 0 4px 16px;
  position: relative;
}
.modal-description ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #aaa;
}

.modal-description p { margin-bottom: 12px; }

.modal-fit-care {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  color: #666;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 800px) {
  .modal {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .modal-image {
    position: relative;
    height: 70vw;
  }
  .modal-body { padding: 32px 24px; }
}

/* Modal description formatting */
.why-love {
  font-size: 13px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
  font-style: italic;
}
.details-title {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
  font-style: normal;
}
.details-title strong { font-weight: 500; }

/* --- About Page — centered editorial style --- */
.page-about {
  margin-top: 56px;
  padding: 100px 80px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-about p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.9;
  color: #222;
  margin-bottom: 28px;
}

.page-about p.closing {
  font-style: italic;
  color: #555;
  margin-top: 20px;
}

.page-about p.signature {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #888;
  margin-top: 4px;
}

@media (max-width: 700px) {
  .page-about { padding: 60px 24px; }
  .page-about p { font-size: 15px; }
}


/* --- Custom Sort Dropdown --- */
.sort-wrap { position: relative; }

.sort-btn {
  font-family: inherit;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #111;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sort-btn:hover { opacity: 0.6; }
.sort-caret { font-size: 16px; line-height: 1; }

.sort-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  min-width: 200px;
  z-index: 200;
  padding: 6px 0;
}
.sort-wrap.open .sort-dropdown { display: block; }

.sort-option {
  padding: 10px 18px;
  font-size: 12px;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: #111;
  transition: background 0.15s;
}
.sort-option:hover { background: #f5f5f5; }
.sort-option.active { font-weight: 500; }

/* --- Dropdown All Items --- */
.dropdown-all-items {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 20px;
  display: block;
  color: #111;
  transition: background 0.15s;
}
.dropdown-all-items:hover { background: #f5f5f5; }

/* --- Home Video Hero --- */
body.home {
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Transparent header over video */
.site-header--transparent {
  background: transparent;
  border-bottom: none;
}
.site-header--transparent .nav-link,
.site-header--transparent .nav-home,
.site-header--transparent .nav-toggle { color: #fff; }
.site-header--transparent .caret { color: #fff; }
.site-header--transparent .dropdown { background: #fff; }
.site-header--transparent .dropdown a { color: #111; }

/* Full-screen video */
.hero-video {
  position: fixed;
  inset: 0;
  z-index: -1;
}
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Brand name centered */
.hero-brand {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(16px, 4vw, 56px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
}

/* Footer pinned to bottom on home */
.site-footer--home {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  border-top: 1px solid rgba(255,255,255,0.3);
  z-index: 10;
}
.site-footer--home .footer-meta,
.site-footer--home .social-icon svg { color: #fff; fill: #fff; }
.site-footer--home .footer-meta { color: rgba(255,255,255,0.7); }
.site-footer--home .social-icon { opacity: 0.8; }

/* ============================================
   RESPONSIVE — Mobile & Tablet
   ============================================ */

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

  /* Header */
  .nav-wrap { padding: 0 20px; height: 52px; }
  .nav-toggle { display: block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
  .nav-home { font-size: 12px; letter-spacing: 0.12em; }

  .nav-left {
    display: none;
    position: fixed;
    top: 52px; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 24px;
    border-bottom: 1px solid #e8e8e8;
    z-index: 99;
  }
  .nav-left.open { display: flex; }

  .site-header--transparent .nav-left { background: #fff; }
  .site-header--transparent .nav-left .nav-link,
  .site-header--transparent .nav-left .dropdown-all-items { color: #111; }

  .dropdown {
    position: static;
    border: none;
    padding: 8px 0 0 12px;
    display: none;
    background: transparent;
    min-width: unset;
  }
  .dropdown a { padding: 4px 0; font-size: 13px; }

  /* Hero video */
  .hero-brand { font-size: clamp(22px, 8vw, 40px); letter-spacing: 0.15em; }

  /* Home footer */
  .site-footer--home .footer-wrap { flex-direction: column; gap: 12px; text-align: center; }

  /* Collection page */
  .page-shop { padding: 32px 16px 60px; }
  .shop-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 20px; }
  .shop-layout { grid-template-columns: 1fr; gap: 0; }
  .shop-filters { display: none; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .shop-name { font-size: 10px; }
  .shop-price { font-size: 11px; }

  /* Product modal */
  .modal { grid-template-columns: 1fr; }
  .modal-image { position: relative; height: 60vw; min-height: 260px; }
  .modal-body { padding: 24px 20px 40px; }
  .modal-name { font-size: 22px; }

  /* Lookbook */
  .page-lookbook { padding: 40px 0 60px; }
  .lookbook-title { padding: 0 20px; }
  .lookbook-intro { padding: 0 20px; }
  .lookbook-grid { grid-template-columns: repeat(2, 1fr); gap: 2px; }
  .lookbook-item.wide { grid-column: span 2; }
  .lookbook-item.wide img { aspect-ratio: 3/4; }

  /* About */
  .page-about { padding: 60px 24px 60px; }
  .page-about p { font-size: 15px; }

  /* Contact */
  .page-contact { padding: 48px 20px 60px; }

  /* Footer */
  .site-footer { padding: 24px 20px; }
  .footer-wrap { flex-direction: column; gap: 14px; text-align: center; }

  /* Sort dropdown */
  .sort-dropdown { right: auto; left: 0; }
}

/* --- Small phones --- */
@media (max-width: 380px) {
  .shop-grid { grid-template-columns: 1fr; }
  .modal-image { height: 80vw; }
}

/* --- Tablet --- */
@media (min-width: 769px) and (max-width: 1024px) {
  .shop-layout { grid-template-columns: 160px 1fr; gap: 24px; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .modal-name { font-size: 26px; }
  .modal-body { padding: 48px 36px; }
}
