/* Home, catalog, product, checkout and content-page presentation. */

p {
  color: var(--muted);
}

.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  z-index: 100;
  padding: 12px;
}

.skip:focus {
  top: 10px;
}

.hero {
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 670px;
}

.hero-copy {
  padding: 75px 8% 45px 10.6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 em {
  color: #8b774f;
}

.hero-intro {
  max-width: 365px;
  font-size: 17px;
  line-height: 1.8;
  margin: 28px 0;
}

.hero-buttons {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 55px;
}

.hero-note>span {
  font-size: 12px;
  letter-spacing: 2px;
  color: #76643f;
}

.hero-note p {
  border-left: 1px solid var(--line);
  padding-left: 22px;
  font-size: 12px;
  line-height: 1.6;
}

.hero-visual {
  position: relative;
  background: #ecebe7;
  overflow: hidden;
}

.hero-visual>img {
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  object-position: center;
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 22px 32px;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(transparent,#0009);
}

.image-caption a {
  border-bottom: 1px solid #fff8;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: 24px 5%;
  gap: 20px;
  background: #f6f6f2;
  font-size: 13px;
  text-align: center;
}

.benefit-strip>*+* {
  border-left: 1px solid #d9dbd1;
}

.benefit-strip button {
  font-size: 13px;
}

.section {
  padding: 95px 5%;
}

.selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  color: #fff;
  position: relative;
  margin: 0 5%;
  min-height: 570px;
  overflow: hidden;
}

.selection>div:first-child {
  padding: 75px 13% 60px 10%;
  z-index: 1;
}

.selection small {
  display: block;
  color: #b9bfaf;
  font-size: 12px;
  margin-top: 20px;
}

.selection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selection-image {
  min-height: 500px;
}

.selection-number {
  position: absolute;
  bottom: -70px;
  left: 34%;
  font: 300px var(--serif);
  color: #ffffff07;
  pointer-events: none;
}

.philosophy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: center;
}

.philosophy-image {
  position: relative;
  height: 670px;
}

.philosophy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-label {
  position: absolute;
  bottom: 20px;
  left: 24px;
  letter-spacing: 2px;
  font-size: 10px;
  background: #fffe;
  padding: 7px 11px;
}

.principle {
  display: flex;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}

.principle>span {
  color: #9d8452;
  font-size: 13px;
  padding-top: 2px;
}

.principle h3 {
  font-size: 17px;
  margin-bottom: 6px;
}

.principle p {
  font-size: 14px;
  max-width: 400px;
}

.journal {
  padding-top: 76px;
  background: #f7f7f3;
  border-top: 1px solid var(--line);
}

.ritual {
  background: #f5f5f0;
}

.ritual-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 50px;
  margin-top: 60px;
}

.ritual-grid article+article {
  border-left: 1px solid #d7d8cf;
  padding-left: 45px;
}

.step {
  font-size: 12px;
  letter-spacing: 1.6px;
  color: #76643f;
}

.ritual h3 {
  font-family: var(--serif);
  font-size: 29px;
  margin: 25px 0 16px;
}

.ritual-grid p {
  font-size: 15px;
}

.review-section {
  text-align: center;
  padding: 90px 5%;
  border-bottom: 1px solid var(--line);
}

blockquote {
  font: 400 clamp(28px,3.2vw,47px)/1.4 var(--serif);
  letter-spacing: -.025em;
  margin: 25px auto;
  max-width: 900px;
}

.review-date {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin: 8px 0 20px;
}

.gallery {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 42px)/3);
  gap: 21px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  scroll-behavior: smooth;
}

.gallery button {
  padding: 0;
  scroll-snap-align: start;
  height: 400px;
  overflow: hidden;
  background: #ecece7;
  box-shadow: 0 14px 40px #20251e0d;
}

.gallery picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}

.gallery button:hover img {
  transform: none;
}

.gallery-caption {
  font-size: 12px;
  margin-top: 12px;
}

.faq {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 10%;
  padding-top: 75px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0 0 22px;
  margin-bottom: 22px;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary:after {
  content: '+';
  font-size: 23px;
  font-weight: 400;
}

.faq-list details[open] summary:after {
  content: '−';
}

.faq-list details p {
  font-size: 15px;
  margin-top: 18px;
}

.faq-list details button {
  margin-top: 15px;
}

.newsletter {
  background: #eaece3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding: 65px 8%;
  align-items: center;
}

.newsletter h2 {
  font-size: 43px;
}

.newsletter p {
  font-size: 14px;
  margin-top: 15px;
}

.newsletter label {
  font-size: 13px;
}

.email-row {
  display: flex;
  border-bottom: 1px solid #6d7361;
  margin-top: 10px;
}

.email-row input {
  border: 0;
  background: none;
  width: 100%;
  padding: 12px 0;
  min-width: 0;
  border-radius: 0;
  color: var(--ink);
  font-size: 16px;
}

.email-row button {
  white-space: nowrap;
  font-size: 14px;
}

.consent {
  min-height: 44px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

.consent input {
  accent-color: var(--ink);
  width: 16px;
  height: 16px;
}

.newsletter small {
  font-size: 11px;
  color: #646959;
  display: block;
  margin-top: 8px;
}

.lightbox {
  max-width: 100%;
  max-height: 70dvh;
  object-fit: contain;
  margin: auto;
}

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

.demo-note {
  display: block;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.gallery-shell {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0,1fr) 52px;
  align-items: center;
  gap: 12px;
}

.gallery-shell .gallery {
  min-width: 0;
  scrollbar-width: none;
}

.gallery-shell .gallery::-webkit-scrollbar {
  display: none;
}

select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.demo-banner {
  padding: 8px 24px;
  text-align: center;
  font-size: .875rem;
  background: var(--cream);
  color: var(--ink);
}

.quick-view {
  font-size: .875rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 0;
}

.page-intro {
  margin: 24px 0 32px;
  max-width: 650px;
}

.content-page {
  max-width: 1100px;
  margin: auto;
  min-height: 55vh;
}

.content-page h1,
.checkout-page h1 {
  font-size: clamp(36px, 5vw, 66px);
  margin-bottom: 32px;
  overflow-wrap: anywhere;
}

.content-page p,
.content-page h2 {
  margin: 24px 0;
}

.content-page h2 {
  font-size: 32px;
}

.catalog-page h1 {
  font-size: clamp(46px, 6vw, 80px);
}

.catalog-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 300px);
  gap: 32px;
  max-width: 880px;
}

#result-count {
  font-size: .875rem;
  margin: 0 0 24px;
}

.empty-results {
  grid-column: 1 / -1;
  padding: 40px 0;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 100px);
}

.product-main-image {
  display: block;
  width: 100%;
  background: var(--cream);
  padding: 0;
  cursor: zoom-in;
}

.product-main-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.product-copy {
  padding-top: 24px;
}

.product-copy h1 {
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.12;
}

.stock-note,
.image-hint {
  font-size: .875rem;
  margin: 12px 0;
}

.purchase-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
  margin: 24px 0;
}

.product-information {
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}

.product-information h2 {
  font-size: 30px;
  margin-bottom: 24px;
}

.product-information dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 12px;
}

.product-information dd {
  margin: 0;
  color: var(--muted);
}

.related-products {
  margin-top: 80px;
}

.related-products h2 {
  margin: 16px 0 40px;
}

.mobile-purchase {
  display: none;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 64px;
  align-items: start;
}

.checkout-layout > *,
.checkout-layout fieldset {
  min-width: 0;
}

.checkout-layout legend {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.checkout-layout fieldset {
  padding: 24px 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.checkout-layout legend {
  font-size: 21px;
  padding: 16px 0;
}

.checkout-summary {
  position: sticky;
  top: 130px;
  padding: 32px;
  background: var(--cream);
}

.checkout-summary h2 {
  font-size: 32px;
  margin-bottom: 24px;
}

.checkout-summary p {
  margin: 16px 0;
}
