:root {
  --ink: #241d25;
  --muted: #655d65;
  --paper: #faf8f8;
  --rose: #ead6d9;
  --line: #d9d1d8;
  --accent: #914b65;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
button,
select {
  font: inherit;
}
button,
a,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
select:focus-visible {
  outline: 3px solid #bc6686;
  outline-offset: 5px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(2.6rem, 5.2vw, 5.5rem);
  line-height: 1.04;
}
h2 {
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.1;
}
h3 {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
p {
  font-size: 1.0625rem;
  line-height: 1.65;
}
em {
  font-weight: 400;
  color: var(--rose);
}
.wrap {
  width: min(1360px, calc(100% - 112px));
  margin: auto;
}
.section {
  padding: 96px 0;
}
.eyebrow {
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
.topline {
  display: flex;
  justify-content: space-between;
  padding: 11px 56px;
  background: var(--ink);
  color: #e2d5df;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
.site-header {
  height: 100px;
  padding: 0 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.wordmark span {
  font-size: 0.6rem;
  vertical-align: top;
}
.site-header nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.site-header nav a {
  font-size: 0.9375rem;
}
.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.purchase {
  margin: 0;
}
.purchase button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 49px;
  border: 1px solid var(--ink);
  padding: 14px 22px;
  background: var(--ink);
  color: white;
  font-size: 0.9375rem;
  line-height: 1.25;
  text-align: center;
}
.purchase button:hover,
.button:hover {
  background: #4a3448;
  text-decoration: none;
}
.header-actions button {
  font-size: 0.875rem;
  padding: 12px 16px;
}
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.mobile-nav[hidden] {
  display: none;
}
.skip {
  position: fixed;
  left: 10px;
  top: -100px;
  background: white;
  padding: 12px;
  z-index: 80;
}
.skip:focus {
  top: 10px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  color: #fff;
  min-height: 700px;
}
.hero-copy {
  padding: 67px 9% 40px 10%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hero h1 {
  font-size: clamp(4.8rem, 6.4vw, 7.7rem);
  line-height: 0.99;
  margin: 18px 0 26px;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 400px;
  color: #ddd2dc;
  line-height: 1.6;
}
.hero .eyebrow {
  color: #d3b4c3;
}
.light {
  background: var(--rose);
  color: var(--ink);
  border-color: var(--rose);
  margin-top: 12px;
}
.light:hover {
  background: #fff;
  color: var(--ink);
}
.quiet-link {
  font-size: 0.9375rem;
  margin-top: 22px;
  color: #eee4eb;
}
.hero-image {
  position: relative;
  min-width: 0;
  overflow: hidden;
}
.hero-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}
.hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 32px;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(transparent, rgba(22, 15, 23, 0.85));
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}
.hero-note {
  display: flex;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #685564;
  margin-top: auto;
  padding-top: 23px;
  width: 100%;
  max-width: 400px;
}
.hero-note span {
  font-family: Georgia, serif;
  font-size: 2rem;
  color: #d6b2bf;
}
.hero-note p {
  font-size: 0.875rem;
  line-height: 1.45;
  margin: 0;
}
.benefit-strip {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  padding: 23px 40px;
  border-bottom: 1px solid var(--line);
  font-size: 0.875rem;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 35px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
}
.products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.product-photo {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e7dfe5;
}
.product-photo img {
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 0.5s;
}
.product-photo:hover img {
  transform: scale(1.025);
}
.photo-tag {
  position: absolute;
  bottom: 17px;
  left: 17px;
  background: var(--paper);
  padding: 9px 14px;
  font-size: 0.8125rem;
}
.product-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-top: 24px;
}
.product-heading h3 {
  margin: 0;
}
.product .pdp-price {
  text-align: right;
  margin: 0;
  flex-shrink: 0;
}
.pdp-price strong {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}
.pdp-price small {
  display: block;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 5px;
}
.product > p {
  max-width: 520px;
  color: var(--muted);
  margin: 16px 0;
}
.product .pdp-price strong {
  font-size: 1.3rem;
}
.card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.card-actions .purchase button {
  background: transparent;
  color: var(--ink);
  font-size: 0.875rem;
}
.text-link {
  display: inline-block;
  font-size: 0.9375rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  line-height: 1.5;
}
.editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eee8ed;
}
.editorial-image img {
  height: 100%;
  object-fit: cover;
}
.editorial-copy {
  padding: 80px 11%;
}
.editorial-copy h2 {
  font-size: clamp(2.5rem, 4.3vw, 4.9rem);
}
.editorial-copy em {
  color: var(--accent);
}
.numbered {
  margin-top: 38px;
}
.numbered > div {
  display: flex;
  align-items: baseline;
  border-top: 1px solid #cabdc8;
  gap: 25px;
  padding: 18px 0;
}
.numbered span {
  font-family: Georgia, serif;
  color: var(--accent);
  font-size: 1.2rem;
}
.numbered p {
  margin: 0;
  font-size: 0.9375rem;
}
.film {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
  gap: 10%;
}
.film p {
  max-width: 350px;
  color: var(--muted);
}
video {
  width: 100%;
  aspect-ratio: 1.5;
  background: var(--ink);
  object-fit: cover;
}
.faq {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
summary {
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.5;
}
details p {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--muted);
}
footer {
  background: var(--ink);
  color: #f6edf4;
  padding: 64px 56px 25px;
  margin-top: 60px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.9fr 1.15fr;
  gap: 48px;
  padding-bottom: 55px;
}
.footer-top h2 {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  margin-bottom: 23px;
}
.footer-top > div > a:not(.wordmark) {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 15px;
  color: #d8cbd5;
}
.footer-top p {
  font-size: 0.9375rem;
  color: #d8cbd5;
  line-height: 1.6;
}
.footer-top .wordmark + p {
  margin-top: 24px;
}
.footer-top .eyebrow {
  font-size: 0.75rem;
  color: #bc9caf;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #594454;
  padding-top: 26px;
  font-size: 0.8125rem;
  color: #d5c6d1;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.page-intro {
  padding-top: 70px;
  padding-bottom: 42px;
  max-width: 1360px;
}
.page-intro h1 {
  max-width: 950px;
  margin-bottom: 24px;
}
.page-intro .lede {
  max-width: 750px;
  color: var(--muted);
}
.lede {
  font-size: 1.2rem;
  line-height: 1.65;
}
.collection-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-block: 1px solid var(--line);
  padding-block: 20px;
  font-size: 0.9375rem;
}
.collection-controls label {
  display: flex;
  gap: 16px;
  align-items: center;
}
.collection-controls select {
  border: 1px solid var(--line);
  padding: 12px;
  background: transparent;
  color: var(--ink);
  max-width: 220px;
}
.catalog {
  padding-top: 35px;
}
.breadcrumbs {
  font-size: 0.875rem;
  padding-block: 24px;
  color: var(--muted);
  line-height: 1.6;
}
.product-detail {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 7%;
}
.main-photo {
  display: block;
  position: relative;
}
.main-photo img {
  aspect-ratio: 1;
  object-fit: contain;
  background: #ede5eb;
}
.main-photo span,
.story-photo > span {
  display: block;
  padding: 12px 0;
  font-size: 0.875rem;
  text-align: right;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
}
.gallery-thumbs a {
  width: 84px;
  flex-shrink: 0;
  border: 2px solid transparent;
}
.gallery-thumbs a[aria-current="true"] {
  border-color: var(--accent);
}
.gallery-thumbs img {
  aspect-ratio: 1;
  object-fit: cover;
}
.caption {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.6;
  margin-top: 14px;
}
.summary h1 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  margin-top: 18px;
}
.summary .pdp-price {
  margin-top: 30px;
}
.price-note {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 10px;
}
.quick-specs {
  display: flex;
  gap: 35px;
  border-block: 1px solid var(--line);
  padding: 23px 0;
  margin: 26px 0;
}
.quick-specs dt {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 7px;
}
.quick-specs dd {
  margin: 0;
  font-size: 1.1rem;
}
.primary-buy button {
  width: 100%;
  min-height: 56px;
}
.summary details {
  margin-top: 30px;
}
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: center;
}
.story h2 {
  font-size: 3.3rem;
}
.story p {
  color: var(--muted);
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9375rem;
  margin: 30px 0;
}
caption {
  text-align: left;
  font-size: 0.875rem;
  color: var(--muted);
  padding-bottom: 15px;
}
th,
td {
  text-align: left;
  padding: 17px 16px;
  border-bottom: 1px solid var(--line);
  line-height: 1.5;
}
th {
  font-weight: 500;
}
thead {
  background: #eee7ed;
}
tbody th {
  padding-left: 0;
  width: 40%;
}
.story table {
  margin-bottom: 0;
}
.sticky-buy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--paper);
  padding: 12px 5%;
  border-top: 1px solid var(--line);
  z-index: 25;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
  transform: translateY(110%);
  transition: transform 0.2s;
}
.sticky-buy.shown {
  transform: translateY(0);
}
.sticky-buy > span {
  margin-right: auto;
  font-size: 1.1rem;
}
.sticky-buy .pdp-price strong {
  font-size: 1.2rem;
}
.single-product footer {
  padding-bottom: 110px;
}
.prose {
  max-width: 850px;
  padding-bottom: 50px;
}
.prose h2 {
  font-size: 2.4rem;
  margin: 48px 0 20px;
  letter-spacing: -0.035em;
}
.prose h3 {
  margin-top: 30px;
}
.prose p,
.prose li {
  font-size: 1.0625rem;
  line-height: 1.8;
}
.prose li {
  margin: 12px 0;
}
.prose a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.prose .callout {
  padding: 25px 30px;
  background: #eee7ed;
  border-left: 3px solid var(--accent);
  margin: 30px 0;
}
.compare-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 960px;
  margin: auto;
}
.compare-images img {
  aspect-ratio: 1;
  object-fit: cover;
}
.compare-images h2 {
  font-size: 2rem;
  margin: 20px 0;
}
.compare table {
  margin-top: 45px;
}
.table-scroll {
  overflow-x: auto;
}
dialog {
  padding: 20px;
  border: 0;
  max-width: min(95vw, 1000px);
  max-height: 94vh;
  background: var(--paper);
}
dialog::backdrop {
  background: rgba(18, 11, 19, 0.9);
}
dialog img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
}
dialog p {
  font-size: 0.875rem;
  max-width: 700px;
  margin: 14px 0 0;
}
.close-viewer {
  display: block;
  margin: 0 0 12px auto;
  background: var(--ink);
  color: white;
  padding: 10px 16px;
  border: 0;
  font-size: 0.9375rem;
}
[hidden] {
  display: none !important;
}
@media (min-width: 1700px) {
  .hero {
    min-height: 820px;
  }
  .hero-copy {
    padding-left: max(8%, calc((100vw - 1360px) / 2));
  }
  .hero h1 {
    font-size: 7.6rem;
  }
  .hero-image {
    max-height: 900px;
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 30px;
    gap: 20px;
  }
  .site-header nav {
    gap: 18px;
  }
  .site-header nav a {
    font-size: 0.875rem;
  }
  .header-actions .purchase {
    display: none;
  }
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-copy {
    padding: 50px 8%;
  }
  .hero h1 {
    font-size: 5.5rem;
  }
  .hero {
    min-height: 660px;
  }
  .hero-note {
    margin-top: 35px;
  }
  .editorial-copy {
    padding: 55px 9%;
  }
  .card-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-top {
    gap: 28px;
    grid-template-columns: 1fr 1fr;
  }
  .story h2 {
    font-size: 2.6rem;
  }
  .story {
    gap: 6%;
  }
  .hero-caption {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-detail {
    gap: 5%;
  }
}
@media (max-width: 760px) {
  .topline {
    padding: 10px 20px;
    font-size: 0.6875rem;
  }
  .topline span:first-child {
    display: none;
  }
  .topline {
    justify-content: center;
  }
  .site-header {
    height: 77px;
    padding: 0 20px;
  }
  .wordmark {
    font-size: 1.4rem;
  }
  .site-header > nav:not(.mobile-nav) {
    display: none;
  }
  .menu-toggle {
    display: block;
    min-height: 44px;
  }
  .site-header .mobile-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
    gap: 24px;
  }
  .mobile-nav a {
    font-size: 1rem !important;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-copy {
    padding: 42px 24px 34px;
    min-width: 0;
  }
  .hero h1 {
    font-size: 4rem;
    margin: 12px 0 22px;
  }
  .hero-copy > p:not(.eyebrow) {
    max-width: 100%;
  }
  .hero-note {
    display: none;
  }
  .hero-image {
    height: auto;
    aspect-ratio: 1;
  }
  .hero-image img {
    object-position: center;
  }
  .hero-caption {
    flex-direction: row;
    padding: 25px 20px;
    font-size: 0.75rem;
  }
  .benefit-strip {
    padding: 20px 15px;
    gap: 16px;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.5;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .section {
    padding: 58px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > p {
    margin-top: 22px;
    max-width: 100%;
  }
  .section-heading > a {
    margin-top: 20px;
  }
  .products {
    gap: 42px;
    grid-template-columns: 1fr;
  }
  .product-heading h3 {
    font-size: 1.3rem;
  }
  .card-actions {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .card-actions .purchase button {
    font-size: 0.8125rem;
    padding: 12px;
  }
  .card-actions .text-link {
    font-size: 0.875rem;
  }
  .editorial {
    grid-template-columns: 1fr;
  }
  .editorial-image {
    aspect-ratio: 1;
  }
  .editorial-copy {
    padding: 42px 24px;
  }
  .editorial-copy h2 {
    font-size: 2.9rem;
  }
  .film {
    display: block;
  }
  .film > div {
    margin-bottom: 24px;
  }
  .film p {
    max-width: 100%;
  }
  .film video {
    aspect-ratio: 1.2;
  }
  .faq summary {
    font-size: 1rem;
  }
  .faq details {
    padding: 22px 0;
  }
  footer {
    padding: 45px 24px 24px;
    margin-top: 30px;
  }
  .footer-top {
    gap: 36px 24px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-top > div:first-child,
  .footer-top > div:last-child {
    grid-column: span 2;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom > div {
    margin-top: 20px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .page-intro {
    padding-top: 42px;
    padding-bottom: 20px;
  }
  .page-intro h1 {
    font-size: 3rem;
  }
  .lede {
    font-size: 1.1rem;
  }
  .collection-controls {
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }
  .collection-controls label {
    gap: 12px;
  }
  .collection-controls select {
    max-width: 210px;
    font-size: 0.875rem;
  }
  .product-detail {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .summary h1 {
    font-size: 3rem;
  }
  .summary .lede {
    font-size: 1.0625rem;
  }
  .gallery-thumbs a {
    width: 70px;
  }
  .quick-specs {
    gap: 30px;
  }
  .story,
  .story.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .story h2 {
    font-size: 2.6rem;
  }
  .story.reverse > div {
    grid-row: 1;
  }
  .story.reverse > a {
    grid-row: 2;
  }
  .story {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .sticky-buy {
    padding: 10px 16px;
    gap: 12px;
  }
  .sticky-buy > span {
    display: none;
  }
  .sticky-buy .pdp-price {
    margin-right: auto;
  }
  .sticky-buy .purchase button {
    font-size: 0.8125rem;
    padding: 12px 15px;
  }
  .sticky-buy .pdp-price small {
    font-size: 0.75rem;
  }
  .prose h2 {
    font-size: 2rem;
  }
  .prose {
    padding-bottom: 30px;
  }
  .prose p,
  .prose li {
    font-size: 1rem;
  }
  .prose .callout {
    padding: 20px;
  }
  .compare-images {
    gap: 16px;
  }
  .compare-images h2 {
    font-size: 1.5rem;
  }
  .compare table {
    min-width: 530px;
  }
  .breadcrumbs {
    font-size: 0.8125rem;
  }
  .eyebrow {
    font-size: 0.75rem;
  }
  dialog {
    padding: 14px;
  }
  dialog p {
    font-size: 0.8125rem;
  }
  .single-product footer {
    padding-bottom: 110px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.woocommerce-product-gallery,
.entry-summary {
  min-width: 0;
}
.product-detail {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
}
@media (max-width: 760px) {
  .product-detail {
    grid-template-columns: minmax(0, 1fr);
  }
}
