:root {
  --ink: #171514;
  --muted: #6f6760;
  --line: #e7ded4;
  --warm: #f8f3ed;
  --cream: #fffaf4;
  --milk: #f1e8de;
  --cocoa: #4a2b21;
  --sage: #b7c4b3;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(32, 25, 19, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.menu-open {
  overflow: hidden;
}

body.overlay-open {
  overflow: hidden;
}

.announcement-bar {
  position: fixed;
  z-index: 24;
  top: 0;
  left: 0;
  right: 0;
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 8px 18px;
  background: var(--ink);
  color: var(--cream);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

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

img {
  display: block;
  width: 100%;
}

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 36px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px clamp(18px, 3vw, 42px);
  background: rgba(255, 250, 244, 0.64);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 244, 0.94);
  border-color: var(--line);
}

.brand {
  width: max-content;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.desktop-nav {
  display: flex;
  gap: 28px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.desktop-nav a,
.site-footer a {
  position: relative;
}

.desktop-nav a::after,
.site-footer a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.site-footer a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.icon-button,
.bag-button,
.menu-button,
.language-toggle {
  border: 1px solid rgba(23, 21, 20, 0.18);
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink);
  cursor: pointer;
}

.icon-button,
.bag-button,
.language-toggle {
  min-height: 38px;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 700;
}

.language-toggle {
  min-width: 58px;
}

.bag-button span {
  display: inline-grid;
  min-width: 21px;
  height: 21px;
  margin-left: 6px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  flex-direction: column;
}

.menu-button span {
  width: 16px;
  height: 1px;
  background: var(--ink);
}

.mobile-nav {
  position: absolute;
  top: 100%;
  left: 14px;
  right: 14px;
  display: none;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.mobile-nav a {
  display: block;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
  font-weight: 750;
}

.mobile-nav a:last-child {
  border-bottom: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--warm);
}

.hero img {
  height: 100vh;
  min-height: 660px;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 250, 244, 0.94) 0%, rgba(255, 250, 244, 0.72) 30%, rgba(255, 250, 244, 0.03) 66%);
  content: "";
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(18px, 6vw, 86px);
  width: min(560px, calc(100% - 36px));
  transform: translateY(-45%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cocoa);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  line-height: 0.98;
}

h1 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 8vw, 108px);
  font-weight: 500;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 500;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.hero-copy p:not(.eyebrow) {
  max-width: 510px;
  color: #39322e;
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.primary-button,
.secondary-button,
.quick-add {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.primary-button,
.quick-add {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--cream);
}

.secondary-button {
  border: 1px solid rgba(23, 21, 20, 0.24);
  background: rgba(255, 255, 255, 0.4);
}

.primary-button:hover,
.secondary-button:hover,
.quick-add:hover {
  transform: translateY(-2px);
}

.ticker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--cream);
}

.ticker span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 250, 244, 0.2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.ticker span:last-child {
  border-right: 0;
}

.section,
.fit-section,
.lookbook,
.newsletter {
  width: min(1440px, calc(100% - 36px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(28px, 7vw, 96px);
  padding: clamp(70px, 10vw, 138px) 0 34px;
  align-items: end;
}

.intro p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.product-grid {
  width: min(1440px, calc(100% - 36px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
  padding: 28px 0 92px;
}

.product-grid.four-up {
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  min-width: 0;
}

.product-image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--milk);
}

.product-image img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  transition: transform 420ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.badge {
  position: absolute;
  left: 14px;
  top: 14px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 250, 244, 0.86);
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-info {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
}

.product-info h3 {
  margin-bottom: 4px;
}

.product-info p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.product-info strong {
  white-space: nowrap;
  font-size: 16px;
}

.swatches {
  display: flex;
  gap: 8px;
  padding: 14px 0 16px;
}

.swatch {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(23, 21, 20, 0.18);
  border-radius: 50%;
  cursor: pointer;
}

.swatch.is-active {
  outline: 1px solid var(--ink);
  outline-offset: 3px;
}

.swatch.brown {
  background: #4a261b;
}

.swatch.orange {
  background: #e95c1f;
}

.swatch.yellow {
  background: #e5ad1f;
}

.swatch.red {
  background: #cf2028;
}

.swatch.blue {
  background: #72c8df;
}

.swatch.teal {
  background: #038c9d;
}

.swatch.navy {
  background: #13284b;
}

.swatch.porcelain {
  background: #2d74b8;
}

.swatch.black {
  background: #11100f;
}

.swatch.cream {
  background: #f6efe6;
}

.swatch.sage {
  background: var(--sage);
}

.swatch.cocoa {
  background: #806150;
}

.quick-add {
  width: 100%;
  cursor: pointer;
}

.quick-add.is-added {
  background: #55624d;
  border-color: #55624d;
}

.overlay {
  position: fixed;
  z-index: 30;
  inset: 0;
  background: rgba(23, 21, 20, 0.38);
  backdrop-filter: blur(4px);
}

.close-button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.cart-drawer {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  width: min(460px, 100%);
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: var(--cream);
  box-shadow: -24px 0 70px rgba(32, 25, 19, 0.18);
  transform: translateX(105%);
  transition: transform 220ms ease;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 28px;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2 {
  font-size: 34px;
}

.cart-items {
  overflow: auto;
  padding: 20px 28px;
}

.empty-cart {
  color: var(--muted);
}

.cart-line {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line img {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  background: var(--milk);
}

.cart-line h3 {
  margin-bottom: 4px;
  font-size: 16px;
}

.cart-line p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.cart-line strong {
  display: block;
  margin-bottom: 12px;
}

.cart-line button {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-summary {
  padding: 24px 28px 28px;
  border-top: 1px solid var(--line);
  background: var(--warm);
}

.cart-summary div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 16px;
}

.cart-total-row {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-weight: 850;
}

.cart-summary .primary-button {
  width: 100%;
}

.product-modal {
  position: fixed;
  z-index: 40;
  top: 50%;
  left: 50%;
  width: min(980px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  overflow: auto;
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -48%) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
}

.modal-media {
  background: var(--milk);
}

.modal-media img {
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

.modal-copy {
  padding: clamp(28px, 5vw, 58px);
}

.modal-price {
  margin: 18px 0;
  font-size: 22px;
  font-weight: 850;
}

.modal-copy > p:not(.eyebrow):not(.modal-price) {
  color: var(--muted);
  line-height: 1.7;
}

.size-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 26px 0;
}

.size-picker span {
  width: 100%;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.size-picker button {
  min-width: 98px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  font-weight: 800;
}

.size-picker button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}

.detail-list {
  margin: 0 0 30px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.modal-add {
  width: 100%;
}

.search-panel {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 50%;
  width: min(720px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  border-radius: 0 0 8px 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -24px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.search-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.search-body {
  padding: 28px;
}

.search-body label {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-body input {
  width: 100%;
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  outline: 0;
  padding: 0 20px;
}

.search-results {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.search-result {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--warm);
}

.search-result img {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  object-fit: cover;
}

.search-result h3 {
  margin-bottom: 4px;
  font-size: 16px;
}

.search-result p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.search-result button {
  min-height: 38px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  cursor: pointer;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 850;
}

.size-guide-modal,
.checkout-modal {
  position: fixed;
  z-index: 40;
  top: 50%;
  left: 50%;
  width: min(640px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  border-radius: 8px;
  background: var(--cream);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -48%) scale(0.98);
  transition: opacity 180ms ease, transform 180ms ease;
}

.size-guide-modal.is-open,
.checkout-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.size-guide-modal > div,
.checkout-modal > div {
  padding: clamp(30px, 5vw, 58px);
}

.size-guide-modal p:not(.eyebrow),
.checkout-modal p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.size-table {
  display: grid;
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.size-table div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  background: var(--warm);
}

.size-table span {
  color: var(--muted);
}

.checkout-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.checkout-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-form input {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  outline: 0;
  padding: 0 18px;
}

.shipping-methods,
.card-box {
  display: grid;
  gap: 12px;
  margin: 8px 0 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--warm);
}

.shipping-methods legend,
.card-box legend {
  padding: 0 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shipping-methods label {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.shipping-methods input {
  min-height: auto;
  width: 16px;
  height: 16px;
  padding: 0;
  accent-color: var(--ink);
}

.shipping-methods p,
.card-box p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.checkout-success {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: #e8f0df;
  color: #3c4b32;
}

.collections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.collection-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-right: 1px solid var(--line);
  color: var(--cream);
  overflow: hidden;
  position: relative;
}

.collection-card:last-child {
  border-right: 0;
}

.collection-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 21, 20, 0.02), rgba(23, 21, 20, 0.58));
  content: "";
}

.collection-card::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 250, 244, 0.2), transparent 32%);
  content: "";
  transition: transform 260ms ease;
}

.collection-card:hover::after {
  transform: scale(1.08);
}

.collection-card span,
.collection-card strong {
  position: relative;
  z-index: 1;
}

.collection-card span {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.collection-card strong {
  max-width: 9ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
}

.bodysuits {
  background: #39241f;
}

.activewear {
  background: #c7c0ae;
}

.swim {
  background: #171514;
}

.basics {
  background: #8f7b69;
}

.fit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(24px, 6vw, 82px);
  padding: clamp(80px, 10vw, 140px) 0;
  align-items: start;
}

.fit-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fit-panel {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.fit-panel div {
  display: grid;
  grid-template-columns: 58px 1fr;
  column-gap: 22px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.44);
}

.fit-panel span {
  color: var(--cocoa);
  font-size: 12px;
  font-weight: 850;
}

.fit-panel h3 {
  margin-bottom: 8px;
}

.fit-panel p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.lookbook {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 18px;
  align-items: stretch;
  padding-bottom: 96px;
}

.lookbook > div:first-child {
  padding: 38px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
}

.lookbook > div:first-child .eyebrow {
  color: var(--milk);
}

.lookbook-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.lookbook-steps article {
  min-height: 260px;
  padding: 30px;
  background: var(--warm);
}

.lookbook-steps span {
  display: inline-grid;
  min-width: 44px;
  height: 32px;
  margin-bottom: 58px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cocoa);
  font-size: 12px;
  font-weight: 850;
}

.lookbook-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.newsletter {
  padding: clamp(58px, 8vw, 94px);
  margin-bottom: 24px;
  border-radius: 8px;
  background: var(--milk);
  text-align: center;
}

.service-section {
  width: min(1440px, calc(100% - 36px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 auto 92px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.service-section article {
  min-height: 220px;
  padding: 30px;
  background: var(--warm);
}

.service-section h3 {
  font-size: 24px;
}

.service-section p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.newsletter h2 {
  max-width: 740px;
  margin: 0 auto 28px;
}

.newsletter form {
  max-width: 560px;
  margin: 0 auto;
}

.newsletter label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.newsletter form div {
  display: flex;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(23, 21, 20, 0.18);
  border-radius: 999px;
  background: var(--cream);
}

.newsletter input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 18px;
  color: var(--ink);
  outline: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 34px clamp(18px, 3vw, 42px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.site-footer strong {
  color: var(--ink);
  font-size: 18px;
  letter-spacing: 0.12em;
}

.site-footer nav {
  display: flex;
  gap: 22px;
  color: var(--ink);
  font-weight: 700;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .desktop-nav,
  .icon-button {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  body.menu-open .mobile-nav {
    display: block;
  }

  .hero img {
    object-position: 62% center;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(255, 250, 244, 0.96), rgba(255, 250, 244, 0.34));
  }

  .intro,
  .fit-section,
  .lookbook {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .product-grid.four-up,
  .collections,
  .lookbook-steps,
  .service-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer p {
    text-align: left;
  }

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

  .modal-media img {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .announcement-bar {
    font-size: 10px;
    letter-spacing: 0.04em;
  }

  .site-header {
    padding: 14px;
  }

  .brand {
    font-size: 20px;
  }

  .bag-button {
    padding: 0 12px;
  }

  .hero {
    min-height: 760px;
  }

  .hero img {
    height: 760px;
    min-height: 760px;
    object-position: 69% center;
  }

  .hero-copy {
    top: auto;
    bottom: 36px;
    left: 18px;
    transform: none;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(255, 250, 244, 0.06) 0%, rgba(255, 250, 244, 0.94) 65%);
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-copy p:not(.eyebrow),
  .intro p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-actions,
  .newsletter form div {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .ticker,
  .product-grid,
  .product-grid.four-up,
  .collections,
  .lookbook-steps,
  .service-section {
    grid-template-columns: 1fr;
  }

  .ticker span {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 244, 0.2);
  }

  .section,
  .fit-section,
  .lookbook,
  .newsletter,
  .product-grid,
  .service-section {
    width: calc(100% - 28px);
  }

  .intro {
    padding-top: 68px;
  }

  .product-grid {
    padding-bottom: 70px;
  }

  .collection-card {
    min-height: 190px;
  }

  .fit-panel div {
    grid-template-columns: 1fr;
  }

  .fit-panel p {
    grid-column: auto;
  }

  .lookbook > div:first-child,
  .newsletter {
    padding: 28px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .cart-drawer {
    width: 100%;
  }

  .drawer-header,
  .cart-items,
  .cart-summary {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-modal {
    width: calc(100% - 18px);
    max-height: calc(100vh - 18px);
  }

  .modal-media img {
    min-height: 360px;
  }

  .search-panel {
    width: calc(100% - 18px);
  }

  .search-result {
    grid-template-columns: 72px 1fr;
  }

  .search-result button {
    grid-column: 1 / -1;
  }

  .size-table div {
    display: grid;
  }
}
