@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");

:root {
  --ink: #171717;
  --muted: #707070;
  --line: #e4e4e4;
  --paper: #fefefe;
  --silver: #ededed;
  --font: "DM Sans", Arial, sans-serif;
  --heading: "Manrope", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.5 var(--font);
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) {
  overflow: hidden;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
button:disabled {
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
select:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid #555;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  line-height: 1.15;
}
h1,
h2 {
  letter-spacing: -1.8px;
}
h2 {
  font-size: 46px;
  font-weight: 750;
}
h2 em {
  font-style: normal;
  color: #888888;
}
button {
  border: 0;
  background: none;
}
.shell {
  max-width: 1432px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 8px;
}
.announcement {
  height: 40px;
  background: linear-gradient(108deg, #3a3a3a, #858585 60%, #414141);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.7px;
}
.announcement a {
  font-size: 9px;
  letter-spacing: 1px;
}
.announcement a span {
  margin-left: 10px;
}
.announcement-divider {
  height: 12px;
  border-left: 1px solid #ffffff63;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fefefef5;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  height: 94px;
  max-width: 1536px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.wordmark {
  display: block;
  width: 185px;
  flex-shrink: 0;
  min-height: 44px;
}
.wordmark img {
  width: 100%;
  height: auto;
}
.header nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
  height: 100%;
  align-items: center;
}
.header nav a {
  position: relative;
}
.header nav a:after {
  content: "";
  height: 1px;
  background: var(--ink);
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  transition: right 0.2s;
}
.header nav a:hover:after,
.header nav a.active:after {
  right: 0;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
}
.region {
  font-size: 11px;
  white-space: nowrap;
}
.region span {
  color: #797979;
  margin-left: 8px;
}
.icon-button {
  padding: 8px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 29px;
  line-height: 1;
}
.icon-button:hover {
  background: #e7e7e750;
  border-radius: 50%;
}
.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 17px;
  height: 17px;
  background: #171717;
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cart-count:not([hidden]) {
  display: flex;
}
.menu-toggle {
  display: none;
}
.product-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  padding-top: 50px;
  padding-bottom: 64px;
}
.gallery {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: sticky;
  top: 124px;
  height: fit-content;
  min-width: 0;
}
.thumbnail-list {
  width: 58px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 38px;
}
.thumbnail-list button {
  width: 58px;
  height: 68px;
  padding: 3px;
  border: 1px solid var(--line);
  background: #fff;
  opacity: 0.6;
  transition:
    opacity 0.2s,
    border-color 0.2s;
}
.thumbnail-list button.active,
.thumbnail-list button:hover {
  border-color: #373737;
  opacity: 1;
}
.thumbnail-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-stage {
  width: 100%;
  overflow: hidden;
}
.gallery-eyebrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #848484;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 8px 4px 0;
}
.hero-image-button {
  display: block;
  width: 100%;
  padding: 0;
  background: #fff;
  cursor: zoom-in;
  aspect-ratio: 0.84;
}
.hero-image-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.15s;
}
.gallery-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  color: #848484;
  font-size: 9px;
  font-weight: 550;
  letter-spacing: 1px;
}
.tiny-cross {
  font-size: 17px;
  font-style: normal;
  margin-right: 8px;
  vertical-align: middle;
  color: #555;
}
.zoom-button {
  height: 28px;
  width: 28px;
  padding: 4px;
}
.zoom-button svg {
  width: 18px;
  height: 18px;
}
.product-info {
  min-width: 0;
}
.status-dot {
  width: 5px;
  height: 5px;
  background: #535353;
  border-radius: 50%;
  flex-shrink: 0;
}
.product-info h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1.8px;
  margin: 5px 0 8px;
}
.mobile-title-break {
  display: none;
}
.product-intro {
  font-size: 14px;
  color: var(--muted);
}
.price-line {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 0 18px;
  margin: 0 0 15px;
  border-bottom: 1px solid var(--line);
}
.price-line strong {
  font: 800 32px/1 var(--heading);
  letter-spacing: -1px;
}
.price-caption {
  font-size: 10px;
  color: var(--muted);
}
.preview-price {
  font-size: 9px;
  margin-left: auto;
  color: #7b7b7b;
  border: 1px solid var(--line);
  padding: 3px 6px;
  border-radius: 3px;
}
.benefits {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 14px;
}
.benefits li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.benefit-check {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #343434;
}
.finish-heading {
  font-size: 12px;
  margin-bottom: 10px;
  color: #787878;
}
.finish-heading strong {
  color: var(--ink);
  margin-left: 4px;
  font-weight: 500;
}
.finish-selector {
  display: flex;
  gap: 9px;
}
.finish-swatch {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  padding: 8px 15px 8px 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
  transition: border 0.2s;
}
.finish-swatch.selected {
  border-color: #282828;
  background: #f4f4f4;
}
.finish-swatch > span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #8a8a8a;
}
.swatch-silver {
  background: linear-gradient(135deg, #707070, #e1e1e1 48%, #989898);
}
.swatch-black {
  background: linear-gradient(135deg, #141414, #4f4f4f 48%, #202020);
}
.bundle-heading {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 25px 0 16px;
}
.bundle-heading span {
  height: 1px;
  background: #d4d4d4;
  flex: 1;
}
.bundle-heading h2 {
  font: 650 10px var(--font);
  letter-spacing: 1.7px;
}
.bundles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bundle {
  border: 1px solid #d5d5d5;
  border-radius: 7px;
  position: relative;
  background: #f0f0f0;
  transition: border-color 0.15s;
}
.bundle.selected {
  border: 2px solid #242424;
  background: #e6e6e6;
}
.bundle-radio {
  padding: 17px 17px 17px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  border-radius: 6px;
}
.bundle.selected .bundle-radio {
  padding: 16px 16px 16px 19px;
}
.radio-dot {
  width: 20px;
  height: 20px;
  border: 1.5px solid #a9a9a9;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.selected .radio-dot {
  border: 1px solid #252525;
}
.selected .radio-dot:after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #252525;
  border-radius: 50%;
}
.bundle-name {
  font: 750 18px/1.2 var(--heading);
  letter-spacing: -0.4px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.bundle-note {
  font-size: 10px;
  display: block;
  color: #676767;
  margin-top: 4px;
}
.save-tag {
  font: 500 9px var(--font);
  background: #fff9;
  padding: 4px 6px;
  border-radius: 3px;
  letter-spacing: 0;
}
.bundle-cost {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  font: 650 18px var(--heading);
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.bundle-cost small {
  font: 400 10px var(--font);
  letter-spacing: 0;
  color: #6b6b6b;
  text-decoration: line-through;
}
.bundle-ribbon {
  position: absolute;
  top: -8px;
  right: 14px;
  border-radius: 3px;
  background: #252525;
  color: #fff;
  padding: 4px 10px;
  font-size: 8px;
  letter-spacing: 1.2px;
  font-weight: 500;
  pointer-events: none;
}
.bundle-options {
  padding: 0 17px 16px 53px;
  display: grid;
  gap: 9px;
}
.bundle-options[hidden] {
  display: none;
}
.case-options {
  display: flex;
  gap: 8px;
  align-items: center;
}
.case-options > img {
  width: 33px;
  height: 37px;
  border-radius: 3px;
  object-fit: cover;
  background: white;
}
.case-number {
  font-size: 9px;
  color: #717171;
  width: 16px;
  flex-shrink: 0;
}
.case-options select {
  min-width: 0;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background: #fff;
  color: #272727;
  font-size: 10px;
  height: 36px;
  padding: 0 20px 0 8px;
  flex: 1;
  max-width: 195px;
}
.case-options select:last-child {
  max-width: 92px;
}
.case-options select.invalid {
  border-color: #a33c2e;
  outline: 1px solid #a33c2e;
}
.bundle-foot {
  background: #252525;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 17px;
  border-radius: 0 0 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.primary-button {
  background: #191919;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.9px;
  font-weight: 600;
  padding: 19px 22px;
  min-height: 56px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary-button:hover {
  background: #3e3e3e;
  transform: translateY(-1px);
}
.add-to-bag {
  width: 100%;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
}
.button-right {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}
.button-right > span:last-child {
  font-size: 20px;
}
.under-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 10px;
  color: #6d6d6d;
  margin: 13px 0 25px;
}
.under-button svg {
  width: 14px;
  height: 14px;
}
.mini-editorial {
  display: flex;
  gap: 17px;
  align-items: center;
  background: linear-gradient(120deg, #e4e4e4, #f2f2f2 55%, #dbdbdb);
  padding: 18px 22px;
  border-radius: 5px;
  margin-bottom: 22px;
}
.mini-cross {
  font-size: 35px;
  color: #717171;
}
.mini-editorial strong {
  font-size: 13px;
  font-weight: 650;
}
.mini-editorial p {
  font-size: 11px;
  color: #707070;
  margin-top: 2px;
}
.quick-details details {
  border-bottom: 1px solid var(--line);
}
details summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  gap: 15px;
  font-size: 12px;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary span {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  transition: transform 0.2s;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  color: #737373;
  font-size: 12px;
  line-height: 1.8;
  padding: 0 25px 17px 0;
}
.feature-strip {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 25px;
  background: #292929;
  color: white;
  padding: 20px 25px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 550;
  overflow: hidden;
  white-space: nowrap;
}
.feature-strip span:nth-child(even) {
  color: #b8b8b8;
  font-size: 17px;
}
.lookbook-section {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 70px;
  padding-top: 88px;
  padding-bottom: 88px;
  align-items: center;
}
.lookbook-copy h2 {
  font-size: 57px;
  letter-spacing: -2.5px;
  margin: 20px 0;
}
.lookbook-copy p {
  font-size: 13px;
  color: #747474;
  line-height: 1.9;
}
.section-cta {
  max-width: 330px;
  margin-top: 25px;
}
.small-caption {
  font-size: 8px;
  letter-spacing: 1.4px;
  color: #8d8d8d;
  margin-top: 12px;
  display: block;
}
.editorial-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  padding-top: 22px;
}
.editorial-card {
  padding: 0;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  height: 405px;
  cursor: zoom-in;
}
.editorial-card:first-child {
  transform: translateY(-22px);
}
.editorial-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.editorial-card:hover img {
  transform: scale(1.035);
}
.editorial-card > span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, #000a);
  padding: 45px 17px 18px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.editorial-card > span > span {
  font-size: 16px;
}
.details-section {
  background: #ebebeb;
}
.details-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 75px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.detail-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.detail-image > img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
.image-index {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #e7e7e7;
  font-size: 8px;
  letter-spacing: 1.5px;
}
.details-copy h2 {
  margin: 17px 0 18px;
}
.section-intro {
  font-size: 13px;
  color: #757575;
}
.feature-list {
  margin-top: 27px;
}
.feature-list article {
  padding: 21px 0;
  border-top: 1px solid #cfcfcf;
  display: flex;
  gap: 22px;
}
.feature-list article > span {
  color: #8a8a8a;
  font-size: 11px;
  padding-top: 3px;
}
.feature-list h3 {
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.5px;
}
.feature-list p {
  font-size: 12px;
  line-height: 1.8;
  color: #717171;
  max-width: 330px;
  margin-top: 7px;
}
.campaign-section {
  padding-top: 70px;
  padding-bottom: 65px;
}
.campaign {
  position: relative;
  min-height: 480px;
  background: #171717;
  overflow: hidden;
  border-radius: 9px;
  display: flex;
  align-items: center;
}
.campaign > img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.campaign-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #171717fa 0%,
    #171717d9 28%,
    #17171730 58%,
    transparent
  );
}
.campaign-copy {
  position: relative;
  color: #fff;
  padding: 70px 55px;
  z-index: 1;
}
.campaign-copy > .eyebrow {
  color: #afafaf;
}
.campaign-copy h2 {
  font-size: 46px;
  margin: 20px 0;
}
.campaign-copy h2 em {
  color: #a2a2a2;
}
.campaign-copy p {
  font-size: 12px;
  line-height: 1.9;
  color: #b0b0b0;
}
.light-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 270px;
  background: #f0f0f0;
  color: #171717;
  border-radius: 4px;
  padding: 17px 20px;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.8px;
  margin-top: 25px;
}
.light-button:hover {
  background: #d0d0d0;
}
.campaign-corner {
  position: absolute;
  bottom: 25px;
  right: 28px;
  color: #b7b7b7;
  font-size: 9px;
  letter-spacing: 2px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 35px;
  gap: 30px;
}
.section-heading h2 {
  margin-top: 15px;
  font-size: 39px;
}
.section-heading p {
  font-size: 12px;
  color: #797979;
  margin-top: 17px;
}
.faq-section {
  padding-top: 48px;
  padding-bottom: 60px;
  border-top: 1px solid var(--line);
}
.centered {
  justify-content: center;
  text-align: center;
}
.centered .eyebrow {
  justify-content: center;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  max-width: 1020px;
  margin: 40px auto 0;
}
.faq-grid > div {
  border: 1px solid var(--line);
  border-radius: 7px;
  align-self: start;
  overflow: hidden;
}
.faq-grid details + details {
  border-top: 1px solid var(--line);
}
.faq-grid summary {
  padding: 21px 23px;
  font-size: 12px;
}
.faq-grid details p {
  padding: 0 23px 22px;
}
.newsletter {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 75px;
}
.newsletter-spark {
  font-size: 37px;
  color: #989898;
  display: block;
  margin-bottom: 13px;
}
.newsletter > .eyebrow {
  justify-content: center;
}
.newsletter h2 {
  font-size: 33px;
  letter-spacing: -1.3px;
  margin: 14px 0;
}
.newsletter > p {
  font-size: 12px;
  color: #7a7a7a;
}
.newsletter form {
  max-width: 470px;
  display: flex;
  margin: 25px auto 11px;
  border: 1px solid #cacaca;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
}
.newsletter input {
  background: none;
  border: 0;
  padding: 10px 12px;
  min-width: 0;
  flex: 1;
  font-size: 12px;
  outline-offset: -3px;
}
.newsletter form button {
  height: 39px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #323232;
  color: white;
  border-radius: 3px;
  font-size: 22px;
}
.newsletter .newsletter-status {
  font-size: 10px;
  min-height: 15px;
}
.newsletter-status.notice {
  color: #353535;
}
footer {
  background: #131313;
  color: #e9e9e9;
}
.footer-inner {
  padding-top: 55px;
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 0.85fr;
  gap: 40px;
}
.footer-brand .wordmark {
  width: 205px;
}
.footer-brand p {
  font-size: 12px;
  color: #a0a0a0;
  margin-top: 10px;
}
.footer-brand > span {
  font-size: 10px;
  color: #727272;
  display: block;
  margin-top: 8px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding-top: 8px;
}
.footer-links h3 {
  font: 600 9px var(--font);
  letter-spacing: 1.6px;
  margin-bottom: 6px;
  color: #a6a6a6;
}
.footer-links a,
.footer-links button {
  font-size: 11px;
  padding: 0;
  color: #cfcfcf;
}
.footer-links a:hover,
.footer-links button:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-monogram {
  width: 100%;
  max-width: 145px;
  justify-self: end;
  align-self: center;
}
.footer-monogram img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  filter: grayscale(1);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
  padding-bottom: 23px;
  border-top: 1px solid #2b2b2b;
  font-size: 8px;
  letter-spacing: 0.8px;
  color: #7c7c7c;
}
.mobile-buy-bar {
  display: none;
}
.selection-error {
  font-size: 11px;
  color: #a13e31;
  margin-top: 12px;
}
.cart-dialog {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  width: min(460px, 100%);
  height: 100%;
  max-height: 100%;
  border: 0;
  max-width: 100%;
  padding: 0;
  background: var(--paper);
  box-shadow: -15px 0 70px #0002;
}
.cart-dialog[open] {
  display: flex;
  flex-direction: column;
}
.cart-dialog::backdrop,
dialog::backdrop {
  background: #10101070;
  backdrop-filter: blur(3px);
}
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.cart-header h2 {
  font-size: 24px;
  letter-spacing: -0.8px;
}
.cart-header h2 span {
  font-size: 12px;
  color: #909090;
  margin-left: 10px;
}
#cart-content {
  padding: 24px;
  flex: 1;
  overflow: auto;
}
.empty-bag {
  text-align: center;
  padding: 60px 10px;
}
.empty-bag svg {
  width: 42px;
  height: 42px;
  margin: 0 auto 20px;
}
.empty-bag h3 {
  font-size: 22px;
  letter-spacing: -0.7px;
}
.empty-bag p {
  font-size: 13px;
  color: #7b7b7b;
  margin: 12px 0 25px;
}
.empty-bag .primary-button {
  width: 100%;
  justify-content: center;
}
.cart-set {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cart-set-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}
.remove-set {
  font-size: 10px;
  text-decoration: underline;
  font-weight: 400;
  color: #747474;
  padding: 4px;
}
.cart-case {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 13px;
}
.cart-case img {
  width: 60px;
  height: 66px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--line);
}
.cart-case h3 {
  font-size: 12px;
  font-family: var(--font);
  margin-bottom: 5px;
}
.cart-case p {
  font-size: 11px;
  color: #7b7b7b;
}
.cart-set-price {
  font-size: 12px;
  text-align: right;
  font-weight: 600;
}
.cart-bottom {
  padding: 24px;
  border-top: 1px solid var(--line);
  background: #f0f0f0;
}
.subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
}
.cart-bottom > p {
  font-size: 10px;
  color: #808080;
  margin: 9px 0 16px;
}
.cart-bottom button {
  width: 100%;
}
.cart-bottom .checkout-note {
  font-size: 10px;
  color: #646464;
  text-align: center;
  line-height: 1.7;
  margin-top: 12px;
}
.cart-dialog .continue-link {
  display: block;
  text-align: center;
  padding: 12px 0 0;
  font-size: 11px;
  text-decoration: underline;
}
.image-dialog {
  border: 0;
  background: #fff;
  border-radius: 7px;
  padding: 30px 55px;
  width: min(850px, 92vw);
  max-height: 92dvh;
  overflow: hidden;
}
.image-dialog[open] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.image-dialog > img {
  height: auto;
  max-height: 78dvh;
  max-width: 100%;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fffd;
}
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}
.lightbox-prev {
  left: 7px;
}
.lightbox-next {
  right: 7px;
}
#lightbox-caption {
  font-size: 10px;
  color: #7b7b7b;
  margin-top: 15px;
  text-align: center;
}
.info-dialog {
  padding: 35px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  width: 420px;
  max-width: 92vw;
  background: var(--paper);
}
.info-dialog > .icon-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
.info-dialog h2 {
  font-size: 28px;
  letter-spacing: -0.8px;
  margin: 20px 0 16px;
}
.info-dialog p {
  font-size: 13px;
  line-height: 1.8;
  color: #737373;
}
.info-dialog > .primary-button {
  margin-top: 25px;
  width: 100%;
  font-size: 10px;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 20px);
  background: #212121;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  z-index: 100;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  transform: translateY(-200%);
  z-index: 200;
  background: #fff;
  padding: 10px;
}
.skip-link:focus {
  transform: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.noscript {
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  z-index: 200;
}
@media (min-width: 1500px) {
  .product-info h1 {
    font-size: 44px;
  }
  .product-section {
    gap: 80px;
  }
  .hero-image-button {
    aspect-ratio: 0.8;
  }
}
@media (max-width: 1150px) {
  .shell {
    padding-left: 32px;
    padding-right: 32px;
  }
  .header-inner {
    padding: 0 32px;
    gap: 35px;
    height: 82px;
  }
  .header nav {
    gap: 21px;
  }
  .region {
    display: none;
  }
  .product-section {
    gap: 35px;
    padding-top: 35px;
  }
  .product-info h1 {
    font-size: 34px;
  }
  .gallery {
    top: 110px;
    gap: 10px;
  }
  .thumbnail-list {
    width: 48px;
  }
  .thumbnail-list button {
    width: 48px;
    height: 57px;
  }
  .lookbook-section {
    gap: 35px;
  }
  .lookbook-copy h2 {
    font-size: 48px;
  }
  .editorial-card {
    height: 345px;
  }
  .details-inner {
    gap: 40px;
  }
  .detail-image > img {
    height: 520px;
  }
  .campaign-copy {
    padding-left: 40px;
  }
  .campaign-copy h2 {
    font-size: 41px;
  }
  .feature-strip span:last-child {
    display: none;
  }
  .bundle-options {
    padding-left: 20px;
  }
  .footer-inner {
    grid-template-columns: 1.7fr 1fr 1fr 0.65fr;
    gap: 25px;
  }
}
@media (max-width: 800px) {
  html {
    scroll-padding-top: 80px;
  }
  .shell {
    padding-left: 22px;
    padding-right: 22px;
  }
  .announcement {
    height: 32px;
    font-size: 8px;
    letter-spacing: 1px;
    gap: 12px;
  }
  .announcement a {
    font-size: 8px;
  }
  .header-inner {
    height: 72px;
    padding: 0 18px;
    gap: 10px;
    justify-content: space-between;
  }
  .menu-toggle {
    display: flex;
  }
  .header .wordmark {
    width: 155px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-actions {
    margin-left: 0;
    gap: 0;
  }
  .header nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 8px 22px 20px;
    gap: 0;
  }
  .header nav.open {
    display: flex;
  }
  .header nav a {
    padding: 13px 0;
    font-size: 14px;
  }
  .header nav a:after {
    display: none;
  }
  .product-section {
    display: block;
    padding-top: 18px;
    padding-bottom: 38px;
  }
  .gallery {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .gallery-stage {
    background: #fff;
  }
  .gallery-eyebrow {
    font-size: 8px;
    padding: 6px 4px;
  }
  .hero-image-button {
    aspect-ratio: 1.12;
    max-height: 530px;
  }
  .hero-image-button img {
    object-fit: contain;
  }
  .gallery-bottom {
    display: none;
  }
  .thumbnail-list {
    width: 100%;
    flex-direction: row;
    padding-top: 0;
    gap: 8px;
    justify-content: center;
  }
  .thumbnail-list button {
    width: 48px;
    height: 51px;
    border-radius: 3px;
  }
  .product-info {
    padding-top: 30px;
  }
  .product-info > .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .product-info h1 {
    font-size: 34px;
    letter-spacing: -1.8px;
    margin-top: 5px;
  }
  .product-intro {
    font-size: 13px;
  }
  .price-line {
    padding: 18px 0;
    margin-bottom: 17px;
  }
  .price-line strong {
    font-size: 29px;
  }
  .benefits {
    font-size: 13px;
    gap: 11px;
  }
  .finish-heading {
    font-size: 11px;
  }
  .finish-swatch {
    font-size: 11px;
  }
  .bundle-radio {
    padding: 19px 17px 19px 18px;
  }
  .bundle.selected .bundle-radio {
    padding: 18px 16px 18px 17px;
  }
  .bundle-name {
    font-size: 18px;
  }
  .bundle-options {
    padding-left: 47px;
  }
  .case-options select {
    font-size: 11px;
    height: 38px;
  }
  .case-options {
    gap: 6px;
  }
  .bundle-note {
    font-size: 11px;
  }
  .bundle-ribbon {
    font-size: 8px;
  }
  .bundle-foot {
    font-size: 8px;
  }
  .primary-button {
    min-height: 56px;
  }
  .add-to-bag {
    font-size: 13px;
  }
  .mini-editorial {
    margin-bottom: 15px;
  }
  .quick-details summary {
    font-size: 12px;
    padding: 17px 0;
  }
  .feature-strip {
    padding: 17px 20px;
    gap: 24px;
    font-size: 8px;
    justify-content: center;
  }
  .feature-strip span:nth-child(n + 4) {
    display: none;
  }
  .lookbook-section {
    padding-top: 55px;
    padding-bottom: 55px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .lookbook-copy {
    align-self: flex-start;
  }
  .lookbook-copy .eyebrow {
    font-size: 8px;
  }
  .lookbook-copy h2 {
    font-size: 48px;
    margin: 15px 0;
  }
  .lookbook-copy p {
    font-size: 12px;
  }
  .section-cta {
    margin-top: 22px;
    min-width: 280px;
  }
  .editorial-cards {
    width: 100%;
    gap: 12px;
    padding-top: 20px;
  }
  .editorial-card {
    height: 300px;
  }
  .editorial-card img {
    object-position: 70% center;
  }
  .editorial-card:first-child {
    transform: translateY(-12px);
  }
  .editorial-card > span {
    padding: 40px 13px 16px;
    font-size: 8px;
  }
  .details-inner {
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 30px;
    padding-bottom: 38px;
  }
  .detail-image {
    width: 100%;
  }
  .detail-image > img {
    height: auto;
    aspect-ratio: 1.1;
    object-fit: cover;
  }
  .details-copy {
    width: 100%;
  }
  .details-copy > .eyebrow {
    font-size: 8px;
  }
  .details-copy h2 {
    font-size: 43px;
  }
  .feature-list {
    margin-top: 25px;
  }
  .feature-list article {
    padding: 18px 0;
  }
  .feature-list p {
    max-width: none;
  }
  .campaign-section {
    padding: 30px 16px;
  }
  .campaign {
    min-height: 560px;
    align-items: flex-start;
  }
  .campaign > img {
    object-position: 69% center;
    top: auto;
    bottom: 0;
    height: 62%;
    width: 100%;
  }
  .campaign-shade {
    background: linear-gradient(
      180deg,
      #171717 0%,
      #171717fa 30%,
      #17171770 48%,
      transparent 70%
    );
  }
  .campaign-copy {
    padding: 30px 25px;
  }
  .campaign-copy h2 {
    font-size: 35px;
    letter-spacing: -1.6px;
    margin: 14px 0;
  }
  .campaign-copy > .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .campaign-copy p {
    font-size: 11px;
  }
  .light-button {
    margin-top: 18px;
    width: 230px;
    padding: 14px 17px;
    font-size: 9px;
  }
  .campaign-corner {
    font-size: 8px;
    bottom: 17px;
    right: 20px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading h2 {
    font-size: 35px;
    margin-top: 12px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
  }
  .section-heading > p {
    margin-top: 10px;
  }
  .faq-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .faq-grid {
    display: block;
    margin-top: 28px;
  }
  .faq-grid > div {
    margin-bottom: 13px;
  }
  .faq-grid summary {
    font-size: 12px;
    padding: 20px 17px;
  }
  .faq-grid details p {
    padding-left: 17px;
    padding-right: 17px;
  }
  .newsletter {
    padding-top: 22px;
    padding-bottom: 42px;
  }
  .newsletter h2 {
    font-size: 29px;
    max-width: 290px;
    margin: 15px auto;
  }
  .newsletter p {
    font-size: 11px;
  }
  .newsletter > .eyebrow {
    font-size: 8px;
  }
  .newsletter form {
    margin-top: 23px;
  }
  .footer-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand .wordmark {
    width: 180px;
  }
  .footer-monogram {
    display: none;
  }
  .footer-links {
    gap: 12px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    row-gap: 10px;
    font-size: 7px;
    padding-bottom: 90px;
  }
  .footer-bottom > span:last-child {
    display: none;
  }
  .mobile-buy-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #fefefef5;
    backdrop-filter: blur(10px);
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    box-shadow: 0 -2px 20px #0000000b;
    border-top: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transform: translateY(100%);
    transition: transform 0.2s;
  }
  .mobile-buy-bar.visible {
    transform: translateY(0);
  }
  .mobile-buy-bar strong {
    display: block;
    font-size: 11px;
    line-height: 1.5;
  }
  .mobile-buy-bar div > span {
    display: block;
    font-size: 10px;
    color: #7a7a7a;
  }
  .mobile-buy-bar > a {
    font-size: 8px;
    letter-spacing: 0.6px;
    border-radius: 4px;
    background: #1c1c1c;
    color: white;
    padding: 13px 15px;
    font-weight: 600;
  }
  .image-dialog {
    padding: 45px 35px 20px;
    max-width: 96vw;
    width: 96vw;
  }
  .image-dialog > img {
    max-height: 75dvh;
  }
  .toast {
    bottom: 85px;
    max-width: 90%;
    width: max-content;
    font-size: 11px;
  }
  .cart-bottom {
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 380px) {
  .shell {
    padding-left: 17px;
    padding-right: 17px;
  }
  .product-info h1 {
    font-size: 30px;
  }
  .bundle-name {
    font-size: 16px;
    gap: 7px;
  }
  .save-tag {
    font-size: 8px;
  }
  .bundle-cost {
    font-size: 16px;
  }
  .bundle-options {
    padding-left: 17px;
  }
  .case-options select {
    font-size: 10px;
  }
  .editorial-card {
    height: 260px;
  }
  .lookbook-copy h2 {
    font-size: 43px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
/* Small type remains legible on silver surfaces. */
.gallery-eyebrow,
.gallery-bottom,
.price-caption,
.preview-price,
.small-caption,
#lightbox-caption,
.newsletter > .newsletter-status {
  color: #696969;
}
.cart-bottom > p,
.cart-case p,
.bundle-note,
.bundle-cost small {
  color: #646464;
}
@media (max-width: 800px) {
  .bundle-options {
    padding-left: 17px;
    padding-right: 17px;
  }
  .case-options select {
    max-width: none;
  }
  .case-options select:last-child {
    max-width: 74px;
    flex: 0 0 74px;
  }
  .mobile-buy-bar {
    visibility: hidden;
  }
  .mobile-buy-bar.visible {
    visibility: visible;
  }
}
@media (min-width: 801px) {
  .campaign > img {
    object-fit: contain;
    object-position: right center;
  }
}
@media (max-width: 800px) {
  .campaign > img {
    object-position: 100% center;
  }
}

/* Photo reviews */
.reviews-section {
  padding-top: 45px;
  padding-bottom: 65px;
  scroll-margin-top: 100px;
}
.reviews-section .section-heading {
  margin-bottom: 42px;
}
.reviews-preview {
  display: inline-block;
  background: #eee;
  color: #555;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 10px;
  letter-spacing: 1.4px;
}
.reviews-section .section-heading h2 {
  font-size: 42px;
}
.reviews-section .section-heading .review-disclosure {
  font-size: 11px;
  margin-top: 12px;
  color: #737373;
}
.reviews-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.reviews-track::-webkit-scrollbar {
  display: none;
}
.review-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 0;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
}
.review-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.review-body {
  padding: 24px 20px 20px;
}
.review-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.review-stars {
  font-size: 19px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.review-person {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  font-size: 11px;
}
.review-person small {
  color: #777;
  font-size: 10px;
}
.review-quote {
  font-size: 13px;
  line-height: 1.85;
  margin: 18px 0 24px;
  color: #686868;
}
.review-product {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #f8f8f8;
  padding: 12px;
}
.review-product > img {
  width: 42px;
  height: 58px;
  object-fit: cover;
  border-radius: 3px;
}
.review-product > span:nth-child(2) {
  display: grid;
  gap: 5px;
  flex: 1;
  font-size: 11px;
}
.review-product strong {
  font-size: 12px;
}
.review-product small {
  color: #777;
  font-size: 9px;
}
.review-controls {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 35px;
}
.review-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.review-controls button:hover:not(:disabled) {
  background: #171717;
  color: white;
}
.review-controls button:disabled {
  opacity: 0.3;
  cursor: default;
}
.review-position {
  text-align: center;
  color: #777;
  font-size: 10px;
  margin-top: 14px;
}
.gallery-eyebrow {
  justify-content: flex-end;
}
@media (min-width: 801px) {
  .campaign > img {
    width: auto;
    max-width: none;
    height: 100%;
    mask-image: linear-gradient(90deg, transparent 0%, #000 35%);
  }
}
@media (max-width: 800px) {
  .campaign > img {
    mask-image: linear-gradient(180deg, transparent 0%, #000 35%);
  }
  .reviews-section {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .reviews-section .section-heading {
    margin-bottom: 26px;
  }
  .reviews-section .section-heading h2 {
    font-size: 34px;
  }
  .reviews-track {
    gap: 14px;
  }
  .review-card {
    flex-basis: 88%;
  }
  .review-body {
    padding: 20px 16px 16px;
  }
  .review-controls {
    margin-top: 24px;
  }
}

.stock-message {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #383838;
}
.stock-message > .stock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff7900;
  flex-shrink: 0;
}
.stock-message strong {
  font-weight: 700;
}
.product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  color: #343434;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}
.product-rating strong {
  font-weight: 600;
}
.rating-stars {
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  white-space: nowrap;
}
.rating-stars > span {
  background: linear-gradient(90deg, #343434 50%, #ddd 50%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (max-width: 800px) {
  .product-rating { gap: 5px 8px; font-size: 11px; }
  .rating-stars { font-size: 16px; }
}

.cart-shipping { margin-top: 12px; font-size: 13px; }

.announcement-marquee { position: relative; overflow: hidden; background: #fff; border-bottom: 1px solid #ededed; }
.announcement-track { display: flex; width: max-content; animation: announcement-scroll 40s linear infinite; }
.announcement-group { display: flex; flex-shrink: 0; align-items: center; justify-content: space-around; min-width: 100vw; gap: 72px; padding: 11px 36px; }
.announcement-group > span { white-space: nowrap; font-size: 13px; line-height: 1.3; font-weight: 700; }
.announcement-motion { position: absolute; inset: 0 0 0 auto; width: 34px; background: #fff; box-shadow: -8px 0 12px #ffffffd9; font-size: 13px; color: #555; }
.announcement-marquee:hover .announcement-track,
.announcement-marquee:focus-within .announcement-track,
.announcement-marquee.paused .announcement-track { animation-play-state: paused; }
@keyframes announcement-scroll { to { transform: translateX(-50%); } }
@media (max-width: 800px) {
 .announcement-group { gap: 40px; padding: 10px 20px; }
 .announcement-group > span { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
 .announcement-track { animation: none; width: 100%; }
 .announcement-group { min-width: 0; width: 100%; flex-wrap: wrap; gap: 5px 20px; padding: 10px 16px; }
 .announcement-group[aria-hidden="true"], .announcement-group > span:nth-child(n+3), .announcement-motion { display: none; }
}

/* Mobile usability: readable inputs, complete labels, and comfortable tap areas. */
@media (max-width: 800px) {
  .icon-button { width: 44px; height: 44px; min-width: 44px; }
  .finish-swatch { min-height: 44px; }
  .skip-link { min-height: 44px; }
  .footer-links a, .footer-links button { min-width: 44px; }
  .header-inner {
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }
  .header .wordmark {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .announcement { min-height: 44px; }
  .announcement a { display: inline-flex; align-items: center; min-height: 44px; }
  .announcement-motion { width: 44px; height: 44px; }
  .announcement-group { min-height: 44px; }
  .bundle-options { padding: 0 16px 16px; gap: 14px; }
  .case-options {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 10px;
  }
  .case-number { grid-column: 1; grid-row: 1; width: auto; text-align: center; font-size: 11px; }
  .case-options > img { grid-column: 1; grid-row: 2; width: 32px; height: 40px; }
  .case-options select,
  .case-options select:last-child {
    grid-column: 2;
    width: 100%;
    max-width: none;
    min-height: 44px;
    font-size: 16px;
    padding-left: 10px;
  }
  .newsletter input { font-size: 16px; }
  .newsletter input,
  .newsletter form button { min-height: 48px; }
  .footer-links { gap: 0; }
  .footer-links a,
  .footer-links button { min-height: 44px; display: flex; align-items: center; font-size: 13px; }
  .footer-brand p,
  .newsletter p,
  .lookbook-copy p,
  .campaign-copy p { font-size: 14px; line-height: 1.65; }
  .footer-bottom { font-size: 9px; padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
  .section-cta { min-width: 0; width: 100%; }
  .mobile-buy-bar > a { min-height: 44px; display: flex; align-items: center; font-size: 10px; }
  .mobile-buy-bar strong { font-size: 12px; }
  .mobile-buy-bar div > span { font-size: 12px; }
  .cart-dialog { height: 100dvh; max-height: 100dvh; }
  .cart-header { padding-top: max(18px, env(safe-area-inset-top)); }
  .remove-set,
  .continue-link { min-height: 44px; font-size: 13px; }
  .image-dialog { max-height: calc(100dvh - 24px); overflow: auto; }
  .light-button { font-size: 12px; }
}
