:root {
  --bg: #ffffff;
  --cream: #fbf5e7;
  --beige: #d4aa7a;
  --navy: #253162;
  --navy-soft: #51638d;
  --accent: #a13a32;
  --text: #1c1c1c;
  --muted: #5d6783;
  --line: rgba(37, 49, 98, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Jost", sans-serif;
}

img,
iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.shell {
  width: min(1680px, calc(100% - 80px));
  margin: 0 auto;
}

.container {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #f1eee7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.store-nav {
  min-height: 131px;
  display: grid;
  grid-template-columns: 64px auto 1fr auto 1fr 90px;
  align-items: center;
  gap: 28px;
}

.store-nav a,
.store-nav button {
  letter-spacing: 0.18em;
  font-family: "Montserrat", sans-serif;
}

.store-nav-left a,
.store-nav-right a {
  font-size: 1.12rem;
}

.store-nav-left a,
.store-nav-right a,
.store-icons a,
.search-trigger {
  color: rgba(17, 17, 17, 0.62);
}

.store-nav-left,
.store-nav-right,
.store-icons {
  display: flex;
  align-items: center;
  gap: 60px;
}

.store-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.store-nav-left {
  justify-content: flex-end;
}

.store-nav-right {
  justify-content: flex-start;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
}

.lang-button {
  min-width: 36px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(17, 17, 17, 0.62);
  font-family: "Jost", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.lang-button.is-active {
  background: #111;
  color: #fff;
}

.store-logo {
  justify-self: center;
  font-size: 3rem;
  color: #111111;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.store-logo-stacked {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  letter-spacing: normal;
  line-height: 0.95;
}

.store-logo-stacked span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
}

.store-logo-stacked em {
  font-family: serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}

.nav-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
}

.search-trigger span,
.search-trigger span::after {
  position: absolute;
  border-radius: 50%;
}

.search-trigger span {
  width: 24px;
  height: 24px;
  border: 2px solid #222;
  left: 7px;
  top: 6px;
}

.search-trigger span::after {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #222;
  right: -8px;
  bottom: -3px;
  transform: rotate(45deg);
}

.user-icon::before,
.user-icon::after,
.bag-icon::before,
.bag-icon::after {
  content: "";
  position: absolute;
}

.user-icon::before {
  width: 14px;
  height: 14px;
  border: 2px solid #222;
  border-radius: 50%;
  top: 5px;
}

.user-icon::after {
  width: 24px;
  height: 14px;
  border: 2px solid #222;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  bottom: 6px;
}

.bag-icon::before {
  width: 22px;
  height: 24px;
  border: 2px solid #222;
  bottom: 4px;
}

.bag-icon::after {
  width: 12px;
  height: 10px;
  border: 2px solid #222;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  top: 2px;
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.66rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-brand-strip {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 26px 20px;
}

.brand-strip-inner {
  font-size: 4rem;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
}

.hero-shot-image {
  min-height: 958px;
  background: url("./local/autumn-25.png") center center / cover no-repeat;
  position: relative;
}

.hero-shot-copy {
  position: absolute;
  left: 58px;
  bottom: 108px;
  color: #fff;
}

.hero-shot-copy h1 {
  margin: 0 0 24px;
  max-width: 520px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(3.2rem, 6vw, 5.9rem);
  line-height: 0.9;
}

.hero-shot-copy h1 span {
  display: block;
}

.cta-pill,
.shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 20px 38px;
  border-radius: 999px;
  border: 0;
  background: var(--accent);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.cta-pill:hover,
.shop-button:hover {
  transform: scale(1.06);
}

.section {
  padding: 94px 0;
}

.about-shell,
.store-shell,
.visit-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.about-collage {
  display: grid;
  grid-template-columns: 210px 348px;
  grid-template-rows: 220px 388px 150px;
  gap: 24px;
  align-items: start;
}

.about-collage img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.collage-small.top {
  grid-column: 1;
  grid-row: 1;
  width: 210px;
  height: 220px;
}

.collage-tall {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 348px;
  height: 632px;
}

.collage-large {
  grid-column: 1;
  grid-row: 2;
  width: 210px;
  height: 388px;
}

.collage-small.bottom {
  grid-column: 2;
  grid-row: 3;
  width: 170px;
  height: 142px;
  align-self: start;
}

.about-copy h2,
.section-title,
.visit-copy h2,
.welcome-inner h2 {
  margin: 0 0 28px;
  color: var(--navy);
  font-family: "Jost", sans-serif;
  font-weight: 800;
}

.about-copy h2 {
  font-size: clamp(4rem, 6.6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.about-copy p,
.store-copy p,
.visit-copy p,
.visit-copy h3,
.welcome-text,
.product-text,
.rating-text {
  color: var(--navy-soft);
  font-size: 1.16rem;
  line-height: 1.55;
  font-family: "Jost", sans-serif;
}

.about-copy {
  max-width: 520px;
}

.about-copy p:first-of-type {
  margin-top: 22px;
}

.about-copy .cta-pill {
  margin-top: 18px;
  min-width: 226px;
  padding: 18px 34px;
  font-size: 1rem;
}

.section-title {
  text-align: center;
  font-size: clamp(2.15rem, 3.4vw, 3.8rem);
  letter-spacing: 0.04em;
  margin-bottom: 62px;
}

.big-title {
  margin-bottom: 72px;
}

.editorial-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.editorial-product {
  text-align: center;
}

.editorial-product-image {
  display: block;
  overflow: hidden;
}

.editorial-product img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.editorial-product:hover img {
  transform: scale(1.08);
}

.editorial-product-name {
  margin-top: 26px;
  display: block;
  color: #202a45;
  font-family: "Montserrat", sans-serif;
  font-size: 1.22rem;
  letter-spacing: 0.08em;
}

.editorial-product-price {
  margin-top: 10px;
  color: var(--navy-soft);
  font-size: 1.2rem;
}

.model-grid {
  display: block;
}

.model-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.ratings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.rating-card {
  min-height: 380px;
}

.rating-author {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
  font-style: italic;
  font-size: 1.08rem;
}

.rating-author img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.rating-stars {
  margin-top: 12px;
  color: #f0b04d;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.slider-stage {
  position: relative;
}

.slider-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.slider-track.is-animated {
  animation: lookbook-shift 0.45s ease;
}

.lookbook-slide img {
  width: 100%;
  height: 820px;
  object-fit: cover;
}

@keyframes lookbook-shift {
  from {
    transform: translateX(30px);
    opacity: 0.92;
  }

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

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
}

.slider-arrow.left {
  left: 12px;
}

.slider-arrow.right {
  right: 12px;
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 26px 0 0;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #d0d0d0;
  cursor: pointer;
}

.dot.active {
  background: #0d0d0d;
}

.store-photo {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.map-frame iframe {
  width: 100%;
  height: 600px;
}

.map-frame {
  position: relative;
}

.map-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.contact-page-main {
  background: #fff;
  min-height: calc(100vh - 131px);
  padding: 60px 0 100px;
}

.contact-page-shell {
  max-width: 1220px;
}

.contact-intro {
  text-align: center;
  margin-bottom: 72px;
}

.contact-intro h1 {
  margin: 0 0 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
}

.contact-intro p {
  margin: 12px 0;
  font-size: 1.1rem;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

.contact-form span {
  letter-spacing: 0.34em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #ddd;
  min-height: 54px;
  padding: 14px 16px;
  background: #fff;
}

.contact-form textarea {
  min-height: 220px;
  resize: vertical;
}

.message-field {
  margin-top: 30px;
}

.send-button {
  margin: 40px auto 0;
  display: block;
  background: #111;
  color: #fff;
  border: 0;
  padding: 18px 34px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.28em;
  cursor: pointer;
}

.login-page-main {
  min-height: 100vh;
  background: #f6f5f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.login-card {
  width: min(594px, 100%);
  background: #fff;
  border-radius: 22px;
  padding: 48px 52px;
}

.login-brand {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
}

.login-brand-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 0.95;
}

.login-brand-stacked span {
  font-size: 2.1rem;
  font-weight: 800;
}

.login-brand-stacked em {
  font-family: serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}

.login-badge {
  width: fit-content;
  margin: 6px auto 36px;
  padding: 6px 12px;
  border-radius: 8px;
  background: #101010;
  color: #fff;
  font-size: 0.95rem;
}

.login-card h1 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.1rem;
}

.login-card > p {
  margin: 0 0 24px;
  color: #676767;
  font-size: 1.1rem;
}

.shop-login-button {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 20px;
  background: #5d31f4;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  cursor: pointer;
}

.or-divider {
  position: relative;
  text-align: center;
  margin: 28px 0;
}

.or-divider::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 1px;
  background: #e3e3e3;
}

.or-divider span {
  position: relative;
  padding: 0 18px;
  background: #fff;
  color: #666;
}

.login-input {
  width: 100%;
  border: 2px solid #111;
  border-radius: 14px;
  padding: 18px;
  font-size: 1.15rem;
}

.continue-button {
  width: 100%;
  margin-top: 18px;
  border: 0;
  border-radius: 14px;
  padding: 20px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  cursor: pointer;
}

.offers-checkbox {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.05rem;
}

.offers-checkbox input {
  width: 24px;
  height: 24px;
}

.terms-line {
  margin: 28px 0 0;
  text-align: center;
  color: #757575;
}

.terms-line a,
.privacy-link {
  color: #6d6d6d;
}

.privacy-link {
  margin-top: 26px;
  font-size: 1rem;
}

.visit-copy h2 {
  font-size: clamp(3.6rem, 6vw, 5.8rem);
}

.visit-copy h3 {
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  margin: 34px 0 18px;
}

.welcome-banner {
  background: #d4aa7a;
  padding: 0;
  overflow: hidden;
}

.welcome-hero-image {
  min-height: 850px;
  background: url("./local/hero-split.png") center center / cover no-repeat;
  position: relative;
}

.welcome-hero-copy {
  position: absolute;
  top: 50%;
  left: 54%;
  width: min(760px, 42vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 24px;
  transform: translate(-50%, -50%);
}

.welcome-hero-copy h2 {
  margin: 0;
  max-width: 100%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(2.35rem, 4.8vw, 4.6rem);
  line-height: 1.08;
}

.welcome-hero-copy p {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1.08rem;
  line-height: 1.5;
  margin: 22px 0 30px;
}

.store-footer {
  background: #f1eee7;
  padding: 86px 54px 110px;
  color: #111111;
  font-family: "Jost", sans-serif;
  font-size: 12px;
}

.footer-shell {
  max-width: 1840px;
  margin: 0 auto;
}

.footer-top,
.footer-bottom {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.1fr;
  gap: 28px;
}

.footer-bottom {
  margin-top: 42px;
}

.footer-brand {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: clamp(2.1rem, 2.9vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.footer-about,
.footer-newsletter,
.footer-support,
.footer-company {
  max-width: 430px;
}

.store-footer h3 {
  margin: 0 0 14px;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3em;
}

.footer-about p,
.footer-support p,
.footer-links a {
  margin: 0;
  color: #1c1c1c;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}

.footer-email-field {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #191919;
  padding: 0 54px 12px 0;
  min-height: 58px;
}

.footer-email-field input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  outline: none;
  color: #151515;
  font-family: "Jost", sans-serif;
  font-size: 12px;
}

.footer-email-field input::placeholder {
  color: #272727;
}

.footer-mail-icon {
  position: absolute;
  right: 0;
  top: 6px;
  width: 38px;
  height: 26px;
  border: 1.5px solid #1a1a1a;
}

.footer-mail-icon::before,
.footer-mail-icon::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 18px;
  height: 1.5px;
  background: #1a1a1a;
}

.footer-mail-icon::before {
  left: 2px;
  transform: rotate(34deg);
  transform-origin: left center;
}

.footer-mail-icon::after {
  right: 2px;
  transform: rotate(-34deg);
  transform-origin: right center;
}

.footer-facebook {
  margin-top: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #101010;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.footer-support p + p {
  margin-top: 14px;
  max-width: 300px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-payments {
  margin-top: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.payment-badge {
  min-width: 72px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-family: "Jost", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: none;
}

.payment-badge:nth-child(1) {
  font-family: Georgia, serif;
  font-size: 1.05rem;
  text-transform: lowercase;
}

.payment-badge:nth-child(2) {
  color: #1774d0;
}

.payment-badge:nth-child(4) {
  color: #2b8ec8;
}

.payment-badge:nth-child(5) {
  color: #ef8b1e;
}

.payment-badge:nth-child(6) {
  color: #4d84e6;
}

.payment-badge:nth-child(7) {
  color: #ef5b2d;
}

.payment-badge:nth-child(8) {
  color: #134b93;
}

.payment-badge:nth-child(9) {
  background: #6e3cff;
  color: #fff;
  border-color: #6e3cff;
  text-transform: lowercase;
}

.payment-badge:nth-child(10) {
  color: #2d5eb9;
}

.footer-copy {
  margin: 42px 0 0;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 12px;
}

#search-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 24px;
  z-index: 80;
}

#search-overlay.is-open {
  display: flex;
}

.search-box {
  width: min(800px, 100%);
  background: #fff;
  border-radius: 26px;
  padding: 28px;
}

.search-box-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.search-close {
  background: #f2f2f2;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
}

#global-search-input {
  width: 100%;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.search-results {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.search-result {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 18px;
}

.search-result img {
  width: 72px;
  height: 84px;
  object-fit: cover;
}

.page-hero {
  padding: 88px 0 48px;
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
}

.page-hero-dark {
  background: linear-gradient(180deg, #2c3038 0%, #4b5260 100%);
}

.page-hero-men {
  background: linear-gradient(180deg, #f2f0ea 0%, #e5e0d6 100%);
}

.page-hero-dark .eyebrow-label,
.page-hero-dark h1,
.page-hero-dark p {
  color: #fff;
}

.cart-hero {
  background: #7b2430;
}

.cart-hero .eyebrow-label,
.cart-hero h1,
.cart-hero p {
  color: #fff;
}

.page-hero-inner {
  max-width: 940px;
}

.page-hero h1 {
  margin: 10px 0 18px;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.page-hero p {
  color: var(--navy-soft);
  font-size: 1.2rem;
  line-height: 1.55;
}

.page-hero.cart-hero .eyebrow-label,
.page-hero.cart-hero h1,
.page-hero.cart-hero p {
  color: #fff;
}

.info-grid,
.about-grid,
.reviews-grid {
  display: grid;
  gap: 24px;
}

.info-grid,
.about-grid {
  grid-template-columns: repeat(3, 1fr);
}

.reviews-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.about-panel,
.review-card {
  padding: 26px;
}

.info-card h2,
.about-panel h2 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
}

.review-stats {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.review-stats strong {
  color: var(--navy);
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
}

.review-stats span {
  color: var(--navy-soft);
}

.catalog-toolbar {
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.field input,
.field select {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid var(--line);
}

.faq-block {
  margin-top: 40px;
}

.faq-block h2 {
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
}

.product-card,
.review-card,
.cart-summary,
.empty-state,
.cart-item {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}

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

.product-image-wrap {
  display: block;
}

.product-image {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}

.product-body {
  padding: 20px;
}

.product-category,
.eyebrow-label {
  color: var(--navy-soft);
  letter-spacing: 0.14em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
}

.product-title,
.product-detail h1,
.empty-state h2,
.cart-summary h2 {
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
}

.product-title {
  display: inline-block;
  margin: 8px 0 10px;
  font-size: 1.3rem;
}

.product-meta,
.summary-row,
.cart-item,
.cart-layout,
.detail-actions,
.chip-row {
  display: flex;
  gap: 18px;
}

.product-meta,
.summary-row {
  justify-content: space-between;
  align-items: center;
}

.shop-button {
  min-width: 0;
  padding: 12px 18px;
  font-size: 0.95rem;
}

.product-page-grid {
  width: min(1400px, calc(100% - 80px));
  margin: 60px auto 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.product-page-shell {
  width: 100%;
}

.product-page-top {
  align-items: start;
  margin-bottom: 0;
}

.product-gallery-panel {
  background: #f7f7f5;
  border-radius: 0;
}

.product-detail-image {
  width: 100%;
  border-radius: 0;
  height: 980px;
  object-fit: cover;
}

.product-detail-panel {
  padding-top: 8px;
}

.product-rating-row {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #111;
  font-size: 1.18rem;
  letter-spacing: 0.04em;
}

.product-rating-row span {
  font-family: "Jost", sans-serif;
  font-size: 1.15rem;
  letter-spacing: normal;
}

.product-detail h1 {
  font-size: clamp(3rem, 4.3vw, 4.6rem);
  margin: 12px 0 18px;
}

.product-prices strong {
  color: var(--navy);
  font-size: 2rem;
}

.product-prices-hero {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e9e5dd;
}

.price-compare {
  color: #1a1a1a;
  text-decoration: line-through;
  font-size: 1.15rem;
}

.price-save {
  padding: 8px 14px;
  border-radius: 10px;
  background: #4f9c3e;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.product-stock-note {
  margin-top: 28px;
  color: #111;
  font-family: "Jost", sans-serif;
  font-size: 1.3rem;
}

.product-hero-text {
  margin: 28px 0 26px;
  max-width: 680px;
  color: #252525;
  font-size: 1.12rem;
  line-height: 1.7;
}

.detail-block {
  margin-top: 28px;
}

.detail-block-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.detail-block h3 {
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  margin: 0;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 1rem;
}

.detail-meta-link {
  color: #1c1c1c;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}

.chip {
  padding: 14px 24px;
  border: 1px solid #e1ddd6;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}

.chip-row-wide {
  flex-wrap: wrap;
  gap: 10px;
}

.chip.is-selected {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.detail-actions {
  margin-top: 14px;
}

.detail-actions-wide {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
}

.cta-pill-dark {
  width: 100%;
  min-width: 0;
  border-radius: 0;
  padding: 24px 30px;
  background: #111;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.product-benefits {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.product-benefit-item {
  color: #1c1c1c;
  font-family: "Jost", sans-serif;
  font-size: 1.1rem;
}

.product-benefit-item.accent {
  color: #d89a2f;
}

.product-shipping-note {
  margin-top: 18px;
  padding: 18px 24px;
  border-radius: 16px;
  background: #f3f3f3;
  color: #1f1f1f;
  font-family: "Jost", sans-serif;
  font-size: 1.05rem;
  text-align: center;
}

.product-section-title {
  margin-bottom: 54px;
  color: #111;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}

.product-love-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.love-card {
  text-align: center;
}

.love-card-image {
  position: relative;
  display: block;
}

.love-card-image img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
}

.love-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #c73b20;
  color: #fff;
  padding: 10px 14px;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
}

.love-card-name {
  display: block;
  margin-top: 16px;
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
}

.love-card-price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
}

.love-old-price {
  text-decoration: line-through;
  color: #222;
}

.love-new-price {
  color: #e45644;
}

.product-community-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 14px;
  overflow: hidden;
}

.community-shot {
  border-radius: 20px;
  overflow: hidden;
}

.community-shot img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.cart-layout {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto 100px;
  align-items: flex-start;
}

.cart-items {
  flex: 1.5;
  display: grid;
  gap: 18px;
}

.cart-summary {
  flex: 1;
  padding: 26px;
  position: sticky;
  top: 160px;
}

.cart-item {
  padding: 18px;
  align-items: center;
}

.cart-item img {
  width: 130px;
  height: 156px;
  object-fit: cover;
  border-radius: 20px;
}

.cart-item-controls {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.summary-row {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.summary-total {
  font-weight: 700;
}

.button-wide {
  width: 100%;
  margin-top: 24px;
}

.empty-state {
  padding: 40px;
}

@media (max-width: 1200px) {
  .store-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 22px 0;
  }

  .store-nav-left,
  .store-nav-right,
  .store-icons,
  .store-tools {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about-shell,
  .store-shell,
  .visit-shell,
  .ratings-grid,
  .editorial-products,
  .product-love-grid,
  .product-grid,
  .product-page-grid,
  .cart-layout,
  .info-grid,
  .about-grid,
  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }

  .model-grid,
  .slider-track {
    grid-template-columns: 1fr;
  }

  .product-community-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

  .footer-brand-block,
  .footer-newsletter {
    max-width: none;
  }

  .lookbook-slide img,
  .model-grid img {
    height: 620px;
  }
}

@media (max-width: 780px) {
  body {
    overflow-x: hidden;
  }

  .shell {
    width: min(100% - 28px, 100%);
  }

  .container,
  .product-page-grid,
  .cart-layout {
    width: min(100% - 28px, 100%);
  }

  .store-header {
    position: static;
  }

  .store-nav {
    gap: 16px;
    padding: 18px 0;
  }

  .language-switch {
    order: -1;
  }

  .store-nav-left,
  .store-nav-right,
  .store-tools,
  .store-icons {
    width: 100%;
    justify-content: center;
  }

  .brand-strip-inner {
    font-size: 2.5rem;
  }

  .hero-shot-image {
    min-height: 620px;
  }

  .hero-shot-copy {
    left: 24px;
    right: 24px;
    bottom: 30px;
  }

  .about-shell,
  .store-shell,
  .visit-shell,
  .editorial-products,
  .product-love-grid,
  .ratings-grid,
  .product-grid,
  .product-page-grid,
  .cart-layout,
  .info-grid,
  .about-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .catalog-toolbar,
  .review-stats {
    flex-direction: column;
  }

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

  .collage-tall,
  .collage-large,
  .collage-small.top,
  .collage-small.bottom,
  .store-photo,
  .map-frame iframe,
  .lookbook-slide img,
  .model-grid img,
  .product-detail-image,
  .community-shot img {
    height: auto;
    width: 100%;
    margin: 0;
  }

  .section {
    padding: 60px 0;
  }

  .welcome-hero-image {
    min-height: 560px;
    background-position: 30% center;
  }

  .welcome-hero-copy {
    left: 50%;
    width: min(100%, 420px);
    padding: 20px 16px;
  }

  .welcome-hero-copy h2 {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
    line-height: 1.08;
  }

  .welcome-hero-copy p {
    font-size: 0.98rem;
    line-height: 1.45;
    margin: 16px 0 22px;
  }

  .cta-pill,
  .shop-button {
    min-width: 0;
    width: 100%;
    padding: 18px 24px;
    font-size: 0.98rem;
  }

  .about-copy h2,
  .visit-copy h2,
  .section-title,
  .product-detail h1,
  .page-hero h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.05;
  }

  .about-copy,
  .store-copy,
  .visit-copy,
  .product-detail-panel {
    max-width: none;
  }

  .product-page-top {
    gap: 24px;
  }

  .product-detail-panel {
    padding-top: 0;
  }

  .product-rating-row {
    font-size: 1rem;
    gap: 10px;
    flex-wrap: wrap;
  }

  .product-rating-row span,
  .product-hero-text,
  .product-stock-note,
  .product-benefit-item,
  .product-shipping-note,
  .page-hero p,
  .contact-intro p {
    font-size: 1rem;
  }

  .product-prices-hero {
    gap: 10px;
    padding-bottom: 18px;
  }

  .product-prices strong {
    font-size: 1.5rem;
  }

  .price-compare,
  .price-save,
  .detail-meta-link {
    font-size: 0.92rem;
  }

  .detail-block {
    margin-top: 20px;
  }

  .detail-block-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .chip {
    padding: 12px 16px;
    font-size: 0.95rem;
  }

  .detail-actions-wide .ghost-link {
    justify-content: center;
  }

  .product-section-title {
    font-size: 1.6rem;
    margin-bottom: 28px;
  }

  .love-card-name {
    font-size: 0.98rem;
    letter-spacing: 0.08em;
  }

  .love-card-price {
    font-size: 0.95rem;
  }

  .page-hero {
    padding: 56px 0 34px;
  }

  .contact-page-main {
    padding: 36px 0 60px;
  }

  .contact-intro {
    margin-bottom: 42px;
  }

  .login-page-main {
    padding: 20px 14px;
  }

  .login-card {
    padding: 30px 20px;
    border-radius: 18px;
  }

  .search-box {
    padding: 20px;
    border-radius: 18px;
  }

  .search-box-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .cart-item-controls {
    margin-left: 0;
  }

  .summary-row {
    gap: 16px;
  }

  .footer-payments {
    gap: 8px;
  }

  .payment-badge {
    min-width: 64px;
    font-size: 0.66rem;
  }

  .detail-actions-wide {
    grid-template-columns: 1fr;
  }

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

  .store-logo {
    font-size: 1.65rem;
    text-align: center;
  }

  .store-logo-stacked span {
    font-size: 1.85rem;
  }

  .store-footer {
    padding: 56px 20px 72px;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    margin-top: 48px;
  }

  .footer-payments {
    margin-top: 54px;
    justify-content: flex-start;
  }

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

  .store-nav-left,
  .store-nav-right,
  .store-tools {
    gap: 18px;
  }

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

@media (max-width: 480px) {
  .store-nav-left a,
  .store-nav-right a {
    font-size: 0.92rem;
    letter-spacing: 0.12em;
  }

  .store-logo {
    font-size: 1.45rem;
  }

  .store-logo-stacked span {
    font-size: 1.55rem;
  }

  .product-detail h1,
  .page-hero h1,
  .about-copy h2 {
    font-size: clamp(1.7rem, 9vw, 2.4rem);
  }

  .product-rating-row span,
  .product-hero-text,
  .page-hero p {
    font-size: 0.94rem;
  }

  .product-prices strong {
    font-size: 1.35rem;
  }

  .love-card-image img {
    aspect-ratio: 0.9;
  }

  .community-shot {
    border-radius: 14px;
  }

  .footer-brand {
    font-size: 1.8rem;
  }
}
