:root {
  --navy: #0b1a2e;
  --navy-soft: #13243a;
  --ink: #162033;
  --pearl: #f7f5f2;
  --blush: #d5b9b9;
  --rose: #a57478;
  --silver: #dbe0e3;
  --white: #fff;
  --line: rgba(11, 26, 46, 0.16);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--pearl);
  font-family: var(--sans);
  letter-spacing: 0;
}
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
.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;
}

.announcement {
  height: 34px;
  padding: 0 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f1ede7;
  background: var(--navy);
  font-size: 11px;
  text-transform: uppercase;
}
.announcement-offer { color: #e7cfd0; }

.site-header {
  height: 80px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 20;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.brand span { font-family: var(--serif); font-size: 24px; }
.brand small { margin-top: 6px; font-size: 7px; letter-spacing: 2px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); }
.desktop-nav a { font-size: 13px; }
.desktop-nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 5px;
  background: currentColor;
  transition: width .25s;
}
.desktop-nav a:hover::after { width: 100%; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 5px; }
.icon-button, .quick-add {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.icon-button svg { width: 19px; }
.bag-button { position: relative; }
.cart-count {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--blush);
  color: var(--navy);
  font-size: 10px;
  font-weight: 600;
}
.menu-toggle { display: none; }

.hero {
  height: min(860px, calc(100vh - 34px));
  min-height: 650px;
  position: relative;
  overflow: hidden;
  color: var(--white);
}
.hero-media {
  position: absolute;
  inset: 0;
  background-color: #14202c;
  background-position: center 44%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.015);
  animation: settle 1.5s ease-out forwards;
}
@keyframes settle { to { transform: scale(1); } }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 18, 33, .74) 0%, rgba(7, 18, 33, .15) 54%, rgba(7, 18, 33, .05) 100%);
}
.hero-copy {
  width: min(760px, 58vw);
  position: absolute;
  left: 8vw;
  top: 50%;
  transform: translateY(-39%);
}
.eyebrow {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.6px;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 {
  margin-bottom: 26px;
  font-size: clamp(62px, 7vw, 112px);
  line-height: .9;
}
.hero-copy h1 { font-size: clamp(58px, 6.2vw, 96px); }
h1 em, h2 em { color: #e4c5c6; font-weight: 400; }
.hero-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1.7;
}
.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border: 1px solid;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.button svg { width: 16px; }
.button-light { border-color: rgba(255,255,255,.7); }
.button-light:hover { background: var(--white); color: var(--navy); }
.button-ghost { margin-left: 10px; border-color: transparent; }
.button-ghost:hover { border-color: rgba(255,255,255,.7); }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; }
.button-dark { background: var(--navy); border-color: var(--navy); color: var(--white); }
.button-dark:hover { background: var(--navy-soft); }
.hero-index {
  position: absolute;
  right: 4vw;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
}
.hero-index div { width: 90px; height: 1px; background: rgba(255,255,255,.6); }

.trust-strip {
  min-height: 76px;
  padding: 18px 5vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.trust-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 11px;
  text-transform: uppercase;
  border-right: 1px solid var(--line);
}
.trust-strip div:last-child { border: 0; }
.trust-strip svg { width: 17px; color: var(--rose); }

.product-section, .journal-section { padding: 110px 5vw 125px; }
.section-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.section-heading h2, .collection-intro h2, .story-copy h2, .newsletter h2 {
  margin-bottom: 0;
  font-size: clamp(43px, 5vw, 72px);
  line-height: 1;
}
.filter-tabs { display: flex; gap: 8px; }
.filter-tabs button {
  padding: 10px 16px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}
.filter-tabs button.active { border-color: var(--navy); font-weight: 600; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card.is-hidden { display: none; }
.product-image {
  aspect-ratio: .82;
  display: block;
  position: relative;
  overflow: hidden;
  background: #edf0f1;
}
.product-image img { height: 100%; object-fit: cover; transition: transform .65s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.badge {
  padding: 7px 10px;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: var(--navy);
  color: var(--white);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1px;
}
.badge-sale { background: var(--rose); }
.product-meta { padding-top: 18px; display: flex; justify-content: space-between; }
.product-series { margin-bottom: 7px; color: var(--rose); font-size: 9px; font-weight: 600; letter-spacing: 2px; }
.product-meta h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.product-meta p:last-child { font-size: 13px; }
.product-meta s { margin-left: 5px; color: #8a8e95; }
.quick-add {
  flex: 0 0 42px;
  border: 1px solid var(--line);
  transition: .2s;
}
.quick-add:hover { color: var(--white); background: var(--navy); }
.quick-add svg { width: 17px; }

.collection-section {
  padding: 100px 5vw;
  display: grid;
  grid-template-columns: .8fr 1.2fr .8fr;
  gap: 20px;
  align-items: center;
  background: var(--navy);
  color: var(--white);
}
.collection-intro { padding: 30px 4vw 30px 2vw; }
.collection-intro h2 { margin-bottom: 50px; }
.text-link {
  padding-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  text-transform: uppercase;
}
.text-link svg { width: 15px; }
.collection-tile { display: block; position: relative; overflow: hidden; }
.collection-tile img { aspect-ratio: 1; object-fit: cover; transition: transform .6s; }
.collection-tile:hover img { transform: scale(1.04); }
.collection-tile span {
  padding: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(11, 26, 46, .78);
  font-family: var(--serif);
  font-size: 23px;
}
.collection-tile span small { font-family: var(--sans); font-size: 9px; opacity: .7; }
.collection-tile span svg { width: 17px; margin-left: auto; }
.collection-main img { aspect-ratio: .78; }
.collection-stack { display: grid; gap: 20px; }
.collection-stack .collection-tile img { aspect-ratio: 1.45; }

.story-section { min-height: 760px; display: grid; grid-template-columns: 1.1fr .9fr; background: #e7d8d6; }
.story-image { min-height: 680px; position: relative; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-mark {
  position: absolute;
  right: -5px;
  bottom: -70px;
  color: rgba(255,255,255,.5);
  font-family: var(--serif);
  font-size: 300px;
  line-height: 1;
}
.story-copy { padding: 8vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { margin-bottom: 34px; }
.story-copy h2 em { color: var(--rose); }
.story-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 40px; line-height: 1.8; font-size: 15px; }
.story-copy .button { align-self: flex-start; }

.journal-section { background: var(--white); }
.journal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.journal-grid article img { height: 470px; object-fit: cover; }
.journal-grid article p { margin: 20px 0 10px; color: var(--rose); font-size: 9px; letter-spacing: 2px; }
.journal-grid article h3 { max-width: 550px; margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 400; }

.why-section { padding: 110px 5vw; background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }
.why-grid article { min-height: 300px; padding: 38px 30px; background: var(--white); }
.why-grid svg { width: 25px; height: 25px; margin-bottom: 60px; color: var(--rose); }
.why-grid h3 { margin-bottom: 15px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.why-grid p { color: #626a75; font-size: 13px; line-height: 1.75; }
.review-section { padding: 110px 12vw; text-align: center; color: var(--white); background: var(--navy); }
.review-section blockquote { max-width: 940px; margin: 20px auto 30px; font-family: var(--serif); font-size: clamp(34px, 4vw, 58px); line-height: 1.25; }
.review-source { max-width: 760px; margin: auto; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.7; }
.business-cta { padding: 75px 7vw; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: var(--white); background: var(--navy-soft); }
.business-cta h2 { margin-bottom: 12px; font-size: clamp(35px, 4vw, 55px); }
.business-cta p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.65); }

.newsletter {
  min-height: 520px;
  padding: 90px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #d9dfe1;
}
.newsletter h2 { margin-bottom: 25px; }
.newsletter > p:not(.eyebrow) { margin-bottom: 30px; font-size: 14px; }
.newsletter form { width: min(460px, 90vw); display: flex; border-bottom: 1px solid var(--navy); }
.newsletter input { flex: 1; padding: 15px 0; border: 0; outline: 0; background: transparent; }
.newsletter button { width: 50px; border: 0; background: transparent; cursor: pointer; }
.form-message { min-height: 20px; margin-top: 12px; }

footer { padding: 80px 5vw 30px; color: #e2deda; background: var(--navy); }
.footer-brand { align-items: flex-start; margin-bottom: 70px; }
.footer-brand span { font-size: clamp(42px, 7vw, 100px); }
.footer-brand small { font-size: 9px; letter-spacing: 4px; }
.footer-links { display: grid; grid-template-columns: repeat(4, minmax(130px, 180px)); gap: 45px; justify-content: end; }
.footer-links div { display: flex; flex-direction: column; gap: 10px; }
.footer-links h3 { margin-bottom: 10px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.footer-links a { font-size: 13px; opacity: .72; }
.footer-bottom {
  margin-top: 70px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 10px;
  opacity: .65;
}

.mobile-menu, .cart-drawer {
  width: min(420px, 92vw);
  position: fixed;
  z-index: 101;
  top: 0;
  bottom: 0;
  background: var(--pearl);
  transition: transform .35s ease;
}
.mobile-menu { left: 0; padding: 20px 28px; transform: translateX(-105%); }
.mobile-menu.open { transform: translateX(0); }
.drawer-head {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 24px;
}
.mobile-menu nav { padding-top: 30px; display: flex; flex-direction: column; }
.mobile-menu nav a {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 26px;
}
.mobile-menu nav svg { width: 18px; }
.cart-drawer { right: 0; padding: 0 28px; transform: translateX(105%); }
.cart-drawer.open { transform: translateX(0); }
.cart-empty { height: calc(100% - 70px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty > svg { width: 34px; height: 34px; margin-bottom: 20px; }
.cart-empty h2 { margin-bottom: 8px; font-size: 32px; }
.cart-empty p { margin-bottom: 28px; color: #737984; font-size: 13px; }
.cart-items { max-height: calc(100vh - 260px); overflow: auto; }
.cart-item { padding: 20px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.cart-item h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.cart-item p { margin: 0; font-size: 12px; }
.cart-item button { align-self: center; border: 0; background: none; text-decoration: underline; cursor: pointer; font-size: 11px; }
.cart-footer { padding-top: 24px; position: absolute; bottom: 24px; left: 28px; right: 28px; background: var(--pearl); }
.cart-footer > div { margin-bottom: 18px; display: flex; justify-content: space-between; }
.cart-footer .button { width: 100%; }
.cart-footer small { display: block; margin-top: 10px; text-align: center; color: #737984; font-size: 10px; }
.overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(5,14,26,.55);
  transition: opacity .3s;
}
.overlay.open { pointer-events: auto; opacity: 1; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto 1fr; }
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; justify-self: start; }
  .account-button, .search-button { display: none; }
  .hero-copy { width: 78vw; left: 7vw; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,18,33,.72), rgba(7,18,33,.08)); }
  .trust-strip { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .trust-strip div:nth-child(2) { border: 0; }
  .product-grid { gap: 14px; }
  .collection-section { grid-template-columns: 1fr 1fr; }
  .collection-intro { grid-column: 1 / -1; padding-bottom: 50px; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { height: 640px; }
  .story-copy { padding: 90px 8vw; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .business-cta { align-items: flex-start; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .announcement { justify-content: center; font-size: 9px; }
  .announcement > span:first-child { display: none; }
  .site-header { height: 68px; padding: 0 16px; }
  .brand span { font-size: 20px; }
  .brand small { font-size: 5px; letter-spacing: 1.5px; }
  .hero { height: 700px; min-height: 0; }
  .hero-media { background-position: 54% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,18,33,.77) 0%, rgba(7,18,33,.04) 72%); }
  .hero-copy { width: auto; left: 22px; right: 22px; top: auto; bottom: 54px; transform: none; }
  h1 { margin-bottom: 17px; font-size: 56px; }
  .hero-copy > p:not(.eyebrow) { margin-bottom: 25px; font-size: 13px; line-height: 1.55; }
  .hero-copy h1 { font-size: 50px; }
  .hero-buttons { align-items: stretch; flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .button-ghost { margin: 8px 0 0; }
  .hero-index { display: none; }
  .trust-strip { padding: 22px 15px; }
  .trust-strip div { justify-content: flex-start; border: 0; font-size: 8px; }
  .product-section, .journal-section { padding: 75px 16px 85px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 28px; }
  .section-heading h2, .collection-intro h2, .story-copy h2, .newsletter h2 { font-size: 44px; }
  .filter-tabs { width: 100%; overflow-x: auto; }
  .product-grid { grid-template-columns: 1fr; gap: 45px; }
  .product-image { aspect-ratio: .9; }
  .collection-section { padding: 75px 16px; grid-template-columns: 1fr; }
  .collection-intro { grid-column: auto; padding: 0 0 35px; }
  .collection-main img, .collection-stack .collection-tile img { aspect-ratio: 1; }
  .story-image { min-height: 0; height: 490px; }
  .story-mark { font-size: 200px; }
  .story-copy { padding: 75px 22px; }
  .journal-grid { grid-template-columns: 1fr; gap: 50px; }
  .journal-grid article img { height: 370px; }
  .journal-grid article h3 { font-size: 25px; }
  .why-section { padding: 75px 16px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { min-height: 0; }
  .why-grid svg { margin-bottom: 35px; }
  .review-section { padding: 80px 22px; }
  .business-cta { padding: 65px 22px; }
  .newsletter { min-height: 480px; }
  footer { padding: 65px 22px 25px; }
  .footer-brand { margin-bottom: 50px; }
  .footer-brand span { font-size: 42px; }
  .footer-links { grid-template-columns: 1fr 1fr; justify-content: start; gap: 45px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* Inner pages */
.inner-page .site-header {
  position: relative;
  top: 0;
  color: var(--navy);
  background: var(--pearl);
  border-bottom-color: var(--line);
}
.inner-page .announcement { height: 34px; }
.page-hero {
  min-height: 360px;
  padding: 90px 7vw 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #e3d5d4;
}
.page-hero.dark { color: var(--white); background: var(--navy); }
.page-hero.image-hero {
  min-height: 540px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background-position: center;
  background-size: cover;
}
.page-hero.image-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,18,33,.72), rgba(7,18,33,.08));
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(54px, 8vw, 112px);
}
.page-hero > p:not(.eyebrow) { max-width: 620px; margin: 25px 0 0; line-height: 1.7; }
.breadcrumbs {
  padding: 18px 5vw;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  color: #747983;
  font-size: 10px;
  text-transform: uppercase;
}
.breadcrumbs a:hover { color: var(--navy); }
.shop-tools {
  padding: 30px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.shop-tools span { font-size: 12px; }
.shop-tools select {
  padding: 10px 34px 10px 12px;
  border: 1px solid var(--line);
  color: var(--navy);
  background: var(--pearl);
  font-size: 11px;
}
.shop-page-grid { padding: 55px 5vw 120px; grid-template-columns: repeat(4, 1fr); }
.shop-page-grid .product-meta h3 { font-size: 19px; }
.collections-page {
  padding: 70px 5vw 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.collection-card { position: relative; overflow: hidden; color: var(--white); }
.collection-card img { height: 620px; object-fit: cover; transition: transform .7s; }
.collection-card:hover img { transform: scale(1.035); }
.collection-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(7,18,33,.72));
}
.collection-card-copy { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 30px; }
.collection-card-copy p { margin-bottom: 10px; font-size: 9px; letter-spacing: 2px; }
.collection-card-copy h2 { margin-bottom: 13px; font-size: 46px; }
.collection-card-copy span { font-size: 11px; text-transform: uppercase; }

.product-detail {
  padding: 60px 5vw 110px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 7vw;
}
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.product-gallery img { aspect-ratio: .82; object-fit: cover; background: #e9edef; }
.product-gallery img:first-child { grid-column: 1 / -1; aspect-ratio: 1.15; }
.product-info { padding-top: 20px; align-self: start; position: sticky; top: 30px; }
.product-info h1 { margin-bottom: 18px; color: var(--navy); font-size: clamp(45px, 5vw, 70px); line-height: 1; }
.product-price { margin-bottom: 25px; font-size: 17px; }
.product-rating { margin-bottom: 22px; color: var(--rose); font-size: 12px; }
.product-summary { margin-bottom: 30px; color: #5c626d; line-height: 1.75; }
.option-label { margin: 0 0 10px; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.swatches { margin-bottom: 28px; display: flex; gap: 10px; }
.swatch {
  width: 32px;
  height: 32px;
  border: 3px solid var(--pearl);
  border-radius: 50%;
  outline: 1px solid var(--line);
  cursor: pointer;
  transition: transform .18s ease, outline-color .18s ease;
}
.swatch:hover { transform: scale(1.08); }
.swatch.active {
  outline: 2px solid var(--navy);
  transform: scale(1.08);
}
.product-info .button { width: 100%; min-height: 58px; }
.product-notes { margin-top: 28px; border-top: 1px solid var(--line); }
.product-note {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.product-features {
  padding: 90px 7vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  color: var(--white);
  background: var(--navy);
}
.product-features h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.product-features p { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.specifications-section { padding: 90px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: #e4d5d4; }
.specifications-section h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 66px); }
.specifications-section > div > p:last-child { color: #5b626c; line-height: 1.75; }
.spec-table { margin: 0; border-top: 1px solid var(--line); }
.spec-table div { padding: 17px 0; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.spec-table dt { font-size: 11px; font-weight: 600; text-transform: uppercase; }
.spec-table dd { margin: 0; font-size: 13px; }
.review-disclosure { padding: 50px 7vw; display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; align-items: start; background: var(--white); }
.review-disclosure h2 { margin: 0; font-size: 32px; }
.review-disclosure p { margin: 0; color: #5b626c; font-size: 12px; line-height: 1.8; }

.editorial-section {
  padding: 110px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
}
.editorial-section.reverse .editorial-image { order: 2; }
.editorial-image img { height: 660px; object-fit: cover; }
.editorial-copy h2 { margin-bottom: 30px; font-size: clamp(48px, 6vw, 82px); line-height: 1; }
.editorial-copy p { max-width: 570px; color: #555d69; line-height: 1.9; }
.values-band {
  padding: 90px 6vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  background: #d9dfe1;
}
.values-band span { font-family: var(--serif); color: var(--rose); font-size: 38px; }
.values-band h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.values-band p { color: #59616d; font-size: 13px; line-height: 1.7; }
.authorization-band { padding: 90px 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; background: #d9dfe1; }
.authorization-band h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); }
.authorization-band p { color: #505965; line-height: 1.85; }

.journal-page { padding: 80px 5vw 120px; }
.featured-article {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  background: #e4d5d4;
}
.featured-article img { height: 600px; object-fit: cover; }
.featured-copy { padding: 7vw; display: flex; flex-direction: column; justify-content: center; }
.featured-copy h2 { margin-bottom: 24px; font-size: clamp(45px, 5vw, 68px); }
.featured-copy > p:not(.eyebrow) { line-height: 1.8; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.article-card img { height: 350px; object-fit: cover; }
.article-card p { margin: 18px 0 10px; color: var(--rose); font-size: 9px; letter-spacing: 2px; }
.article-card h2 { font-size: 27px; }
.article-body { max-width: 780px; padding: 90px 24px 120px; margin: auto; }
.article-body .lead { font-family: var(--serif); font-size: 29px; line-height: 1.5; }
.article-body h2 { margin: 55px 0 18px; font-size: 43px; }
.article-body p { color: #535b67; line-height: 1.9; }
.article-body img { margin: 50px 0; }

.contact-layout {
  min-height: 700px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
}
.contact-aside { padding: 90px 7vw; color: var(--white); background: var(--navy); }
.contact-aside h1 { font-size: clamp(55px, 7vw, 90px); }
.contact-aside > p { max-width: 440px; line-height: 1.8; color: rgba(255,255,255,.7); }
.contact-details { margin-top: 60px; }
.contact-details div { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-details small { display: block; margin-bottom: 7px; opacity: .55; text-transform: uppercase; }
.contact-form { padding: 90px 8vw; display: grid; gap: 25px; align-content: center; }
.field { display: grid; gap: 8px; }
.field label { font-size: 10px; font-weight: 600; text-transform: uppercase; }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  outline: 0;
  color: var(--navy);
  background: transparent;
}
.field textarea { min-height: 120px; resize: vertical; }
.contact-form .button { justify-self: start; }
.policy-layout {
  max-width: 1100px;
  padding: 90px 5vw 130px;
  margin: auto;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 80px;
}
.policy-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; position: sticky; top: 30px; align-self: start; }
.policy-nav a { font-size: 12px; }
.policy-content h2 { margin: 55px 0 16px; font-size: 38px; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content p, .policy-content li { color: #535b67; line-height: 1.85; }
.faq-list { max-width: 980px; padding: 80px 24px 120px; margin: auto; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 40px 25px 0; position: relative; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 25px; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; font-family: var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding: 0 0 28px; color: #59616d; line-height: 1.8; }
.oem-process { padding: 100px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; color: var(--white); background: var(--navy); }
.oem-process h2, .quote-section h2 { font-size: clamp(45px, 5vw, 72px); }
.oem-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.oem-process li { padding: 22px 0; display: grid; grid-template-columns: 60px 1fr; border-bottom: 1px solid rgba(255,255,255,.2); }
.oem-process li span { color: #e4c5c6; font-family: var(--serif); font-size: 24px; }
.oem-process li p { margin: 0; color: rgba(255,255,255,.74); line-height: 1.7; }
.quote-section { padding: 100px 7vw; display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; background: #e4d5d4; }
.quote-section > div > p:last-child { color: #59616d; line-height: 1.8; }
.quote-form { padding: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }

@media (max-width: 900px) {
  .shop-page-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail { grid-template-columns: 1fr; }
  .specifications-section, .review-disclosure { grid-template-columns: 1fr; }
  .product-info { position: static; }
  .editorial-section, .featured-article, .contact-layout { grid-template-columns: 1fr; }
  .authorization-band { grid-template-columns: 1fr; }
  .oem-process, .quote-section { grid-template-columns: 1fr; }
  .editorial-section.reverse .editorial-image { order: 0; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .product-features, .values-band { gap: 30px; }
}

@media (max-width: 640px) {
  .inner-page .site-header { padding: 0 16px; }
  .page-hero { min-height: 300px; padding: 65px 22px 55px; }
  .page-hero.image-hero { min-height: 470px; }
  .page-hero h1 { font-size: 54px; }
  .shop-tools { padding: 20px 16px; }
  .shop-page-grid { padding: 35px 16px 85px; grid-template-columns: 1fr; }
  .collections-page { padding: 35px 16px 85px; grid-template-columns: 1fr; }
  .collection-card img { height: 480px; }
  .collection-card-copy h2 { font-size: 38px; }
  .product-detail { padding: 35px 16px 75px; }
  .specifications-section, .review-disclosure { padding: 65px 22px; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery img:first-child { grid-column: auto; aspect-ratio: .82; }
  .product-info h1 { font-size: 47px; }
  .product-features, .values-band { padding: 65px 22px; grid-template-columns: 1fr; }
  .editorial-section { padding: 75px 22px; grid-template-columns: 1fr; }
  .authorization-band { padding: 70px 22px; }
  .oem-process, .quote-section { padding: 70px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .editorial-image img { height: 470px; }
  .journal-page { padding: 35px 16px 85px; }
  .featured-article img { height: 410px; }
  .featured-copy { padding: 55px 25px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card img { height: 390px; }
  .contact-aside, .contact-form { padding: 70px 24px; }
  .policy-layout { padding: 60px 22px 90px; grid-template-columns: 1fr; gap: 45px; }
  .policy-nav { position: static; flex-direction: row; flex-wrap: wrap; }
}

/* WordPress and WooCommerce integration */
.screen-reader-text,
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; top: 8px; left: 8px; padding: 12px 16px; clip: auto; z-index: 9999; color: var(--navy); background: var(--white); }
.wristorie-icon { width: 19px; height: 19px; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 180px; max-height: 52px; }
.desktop-nav > ul,
.desktop-nav .menu { margin: 0; padding: 0; display: flex; align-items: center; gap: clamp(14px, 1.8vw, 28px); list-style: none; }
.desktop-nav li { position: relative; }
.desktop-nav .sub-menu { min-width: 210px; margin: 0; padding: 14px 0; position: absolute; top: 100%; left: -18px; display: none; color: var(--navy); background: var(--white); box-shadow: 0 16px 35px rgba(11, 26, 46, .15); list-style: none; }
.desktop-nav li:hover > .sub-menu,
.desktop-nav li:focus-within > .sub-menu { display: block; }
.desktop-nav .sub-menu a { padding: 9px 18px; display: block; white-space: nowrap; }
.mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.mobile-menu .sub-menu { padding-left: 18px; }
.mobile-menu .sub-menu a { font-size: 18px; }
.footer-links ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; list-style: none; }
.footer-links li { margin: 0; }
.site-footer { padding: 80px 5vw 30px; color: #e2deda; background: var(--navy); }
.site-footer a { color: inherit; }
.page-content > *:first-child { margin-top: 0; }
.page-content > *:last-child { margin-bottom: 0; }
.page-content ul,
.page-content ol { color: #535b67; line-height: 1.85; }
.placeholder-media { height: 470px; background: #d9dfe1; }
.notice-box { padding: 30px; border: 1px solid var(--line); background: var(--white); }
.wristorie-newsletter-form { width: min(460px, 90vw); display: flex; border-bottom: 1px solid var(--navy); }
.wristorie-newsletter-form input { flex: 1; padding: 15px 0; border: 0; outline: 0; background: transparent; }
.wristorie-newsletter-form button { width: 50px; border: 0; background: transparent; }
.saga-hero { background-color: var(--navy); }

.woocommerce-main { min-height: 60vh; }
.woocommerce-products-header { min-height: 360px; padding: 90px 7vw 75px; display: flex; flex-direction: column; justify-content: flex-end; background: #e3d5d4; }
.woocommerce-products-header__title { margin: 0; font-family: var(--serif); font-size: clamp(54px, 8vw, 112px); font-weight: 400; }
.woocommerce .woocommerce-result-count { margin: 30px 0 30px 5vw; font-size: 12px; }
.woocommerce .woocommerce-ordering { margin: 20px 5vw 20px 0; }
.woocommerce .woocommerce-ordering select { padding: 10px 34px 10px 12px; border: 1px solid var(--line); color: var(--navy); background: var(--pearl); }
.woocommerce ul.products { padding: 35px 5vw 120px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 38px 22px; clear: both; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto; margin: 0; float: none; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: .82; margin: 0 0 18px; object-fit: cover; background: #edf0f1; transition: transform .5s ease; }
.woocommerce ul.products li.product:hover a img { transform: scale(1.02); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.25; }
.woocommerce ul.products li.product .price { color: var(--ink); font-size: 13px; }
.woocommerce ul.products li.product .price del { color: #8a8e95; }
.woocommerce ul.products li.product .button { min-height: 42px; margin-top: 12px; padding: 0 16px; color: var(--white); background: var(--navy); border-color: var(--navy); }
.woocommerce span.onsale { min-width: 0; min-height: 0; padding: 7px 10px; top: 14px; left: 14px; right: auto; border-radius: 0; color: var(--white); background: var(--rose); font-size: 9px; line-height: 1; letter-spacing: 1px; }
.woocommerce nav.woocommerce-pagination { margin: -70px 0 90px; }
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { padding: 12px 15px; }

.woocommerce div.product { padding: 60px 5vw 110px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { width: auto; margin: 0; float: none; }
.woocommerce div.product div.summary { padding-top: 20px; }
.woocommerce div.product .product_title { margin-bottom: 18px; font-family: var(--serif); color: var(--navy); font-size: clamp(45px, 5vw, 70px); font-weight: 400; line-height: 1; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--ink); font-size: 17px; }
.woocommerce-product-details__short-description { color: #5c626d; line-height: 1.75; }
.woocommerce div.product form.cart { margin: 30px 0 10px; }
.woocommerce div.product form.cart .variations { margin-bottom: 22px; }
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td { padding: 8px 0; text-align: left; }
.woocommerce div.product form.cart select { min-width: 220px; padding: 12px; border: 1px solid var(--line); background: var(--white); }
.woocommerce .quantity .qty { min-height: 50px; border: 1px solid var(--line); }
.woocommerce div.product form.cart .button { min-height: 50px; color: var(--white); background: var(--navy); border-color: var(--navy); }
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells { grid-column: 1 / -1; width: 100%; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 8px 0 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 900px; color: #535b67; line-height: 1.85; }
.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 { font-size: 45px; }

.cart-drawer .widget_shopping_cart_content { height: calc(100% - 70px); position: relative; }
.cart-drawer ul.cart_list { max-height: calc(100vh - 260px); margin: 0; padding: 5px 0; overflow-y: auto; list-style: none; }
.cart-drawer ul.cart_list li { min-height: 100px; padding: 18px 20px 18px 80px; border-bottom: 1px solid var(--line); }
.cart-drawer ul.cart_list li img { width: 60px; position: absolute; left: 0; }
.cart-drawer .remove_from_cart_button { color: var(--rose) !important; }
.cart-drawer .woocommerce-mini-cart__total { padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.cart-drawer .woocommerce-mini-cart__buttons { display: grid; gap: 8px; }
.cart-drawer .woocommerce-mini-cart__buttons .button { width: 100%; color: var(--white); background: var(--navy); border-color: var(--navy); }
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce { max-width: 1200px; padding: 70px 5vw 120px; margin: auto; }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 0; }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals { width: min(100%, 500px); }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { border-radius: 0; }
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt { color: var(--white); background: var(--navy); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { padding: 13px; border: 1px solid var(--line); background: var(--white); }
.woocommerce-info,
.woocommerce-message,
.woocommerce-error { border-top-color: var(--rose); background: var(--white); }

@media (max-width: 1000px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-footer { padding: 65px 22px 25px; }
  .desktop-nav > ul,
  .desktop-nav .menu { display: none; }
  .woocommerce-products-header { min-height: 300px; padding: 65px 22px 55px; }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering { margin: 18px 16px; float: none; }
  .woocommerce ul.products { padding: 25px 16px 85px; grid-template-columns: 1fr; }
  .woocommerce div.product { padding: 35px 16px 75px; }
  .woocommerce div.product .related > h2,
  .woocommerce div.product .upsells > h2 { font-size: 35px; }
}
