:root {
  --paper: #f7f5f0;
  --paper-2: #efebe3;
  --ink: #1b1b18;
  --muted: #6b6a65;
  --line: rgba(27, 27, 24, 0.18);
  --moss: #465344;
  --moss-light: #667261;
  --ember: #7a332a;
  --earth: #80633f;
  --metal: #aaa9a5;
  --water: #252d30;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.skip-link {
  background: var(--ink);
  color: white;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  z-index: 200;
}
.skip-link:focus { top: 12px; }

.announcement {
  align-items: center;
  background: #10110f;
  color: #fff;
  display: flex;
  font-size: 11px;
  height: 34px;
  justify-content: center;
  letter-spacing: 0.1em;
}
.site-header {
  align-items: center;
  background: rgba(247, 245, 240, 0.95);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: var(--header-height);
  padding: 0 4.8vw;
  position: sticky;
  top: 0;
  z-index: 80;
}
.wordmark {
  font-family: var(--serif);
  font-size: clamp(26px, 2.4vw, 40px);
  letter-spacing: 0.12em;
  line-height: 1;
}
.desktop-nav {
  align-items: center;
  display: flex;
  gap: 36px;
}
.desktop-nav a,
.desktop-nav button {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 8px 0;
  text-transform: uppercase;
}
.desktop-nav a::after,
.desktop-nav button::after,
.text-link::after {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 5px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms ease;
}
.desktop-nav a:hover::after,
.desktop-nav button:hover::after,
.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.header-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 42px;
}
.icon-button svg { height: 22px; width: 22px; }
.bag-count {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  bottom: 2px;
  color: white;
  display: flex;
  font-size: 9px;
  height: 17px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 17px;
}
.menu-button { display: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 43%) 1fr;
  min-height: calc(100vh - 122px);
}
.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw 4.8vw;
}
.hero h1,
.elements-copy h2,
.section-heading h2,
.quiz-prompt h2,
.story-copy h2,
.necklace-copy h2,
.journal-heading h2,
.site-footer h2,
.modal h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}
.hero h1 {
  font-size: clamp(68px, 7.2vw, 118px);
  line-height: 0.86;
  max-width: 670px;
}
.hero-copy > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 36px 0 32px;
  max-width: 380px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  align-items: center;
  border: 1px solid var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 54px;
  padding: 0 28px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--moss); border-color: var(--moss); }
.button-line { background: transparent; }
.button-line:hover { background: var(--ink); color: white; }
.button-light { border-color: rgba(255,255,255,.7); background: transparent; color: white; width: 100%; }
.button-light:hover { background: white; color: var(--moss); }
.hero-media { min-height: 660px; overflow: hidden; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; width: 100%; }

.elements-section {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 660px;
}
.elements-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw 4.8vw;
}
.section-index {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin: 0 0 28px;
  text-transform: uppercase;
}
.elements-copy h2,
.section-heading h2,
.story-copy h2,
.necklace-copy h2,
.journal-heading h2 {
  font-size: clamp(50px, 5.2vw, 82px);
  line-height: .98;
}
.elements-copy > p:not(.section-index),
.story-copy > p:not(.section-index) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 30px 0;
  max-width: 440px;
}
.text-link {
  align-self: flex-start;
  background: none;
  border: 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  font-size: 11px;
  letter-spacing: 0.13em;
  padding: 0 0 7px;
  text-transform: uppercase;
}
.text-link::after { display: none; }
.element-rail { display: grid; grid-template-columns: repeat(5, 1fr); }
.element-panel {
  align-items: center;
  border: 0;
  border-left: 1px solid rgba(255,255,255,.3);
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: 50px 12px;
  position: relative;
  text-align: center;
  transition: flex 300ms ease, filter 300ms ease;
}
.element-panel:hover { filter: brightness(1.12); }
.element-panel span { font-family: var(--serif); font-size: 42px; margin-bottom: auto; opacity: .8; }
.element-panel strong { font-size: 12px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.element-panel small { font-family: var(--serif); font-size: 17px; margin-top: 8px; opacity: .76; }
.element-wood { background: #52614d; }
.element-fire { background: #723a30; }
.element-earth { background: #8a7253; }
.element-metal { background: #777875; }
.element-water { background: #222b2e; }

.shop-section { padding: 8vw 4.8vw 9vw; }
.section-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.section-heading .section-index { margin-bottom: 20px; }
.section-heading > p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
  margin: 0 0 10px;
}
.shop-toolbar {
  align-items: flex-end;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
  padding-bottom: 16px;
}
.filter-group { display: flex; flex-wrap: wrap; gap: 22px; }
.filter-button {
  background: none;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .13em;
  padding: 4px 0;
  text-transform: uppercase;
}
.filter-button.is-active { color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.result-count { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.product-grid {
  display: grid;
  gap: 58px 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-card { cursor: pointer; min-width: 0; }
.product-card:nth-child(8n+1),
.product-card:nth-child(8n+6) { grid-column: span 2; }
.product-image {
  aspect-ratio: 4 / 5;
  background-color: #e8e3da;
  background-repeat: no-repeat;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
}
.product-card:nth-child(8n+1) .product-image,
.product-card:nth-child(8n+6) .product-image { aspect-ratio: 8 / 5; }
.product-image::after {
  background: var(--ink);
  bottom: 0;
  color: white;
  content: "VIEW PIECE  →";
  font-size: 9px;
  left: 0;
  letter-spacing: .14em;
  padding: 14px 18px;
  position: absolute;
  right: 0;
  text-align: right;
  transform: translateY(100%);
  transition: transform 220ms ease;
}
.product-card:hover .product-image::after { transform: translateY(0); }
.product-element {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  margin: 0 0 7px;
  text-transform: uppercase;
}
.product-title-row { align-items: baseline; display: flex; justify-content: space-between; gap: 12px; }
.product-title {
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 400;
  margin: 0;
}
.product-price { font-size: 13px; margin: 7px 0 0; }
.product-type { color: var(--muted); font-size: 10px; letter-spacing: .1em; margin: 8px 0 0; text-transform: uppercase; }

.quiz-prompt {
  background: var(--moss);
  color: white;
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 650px;
  overflow: hidden;
  padding: 7vw 8vw;
  position: relative;
}
.quiz-prompt::before {
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  bottom: -270px;
  content: "";
  height: 620px;
  left: -190px;
  position: absolute;
  width: 620px;
}
.quiz-prompt-copy { align-self: center; position: relative; z-index: 1; }
.quiz-prompt h2 { font-size: clamp(58px, 6vw, 94px); line-height: .98; }
.quiz-prompt-copy > p:last-child {
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: .02em;
  opacity: .76;
}
.quiz-lines { align-self: center; padding-left: 5vw; position: relative; z-index: 1; }
.quiz-lines span {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.25);
  display: flex;
  font-size: 14px;
  min-height: 58px;
}
.quiz-lines b { font-family: var(--serif); font-size: 24px; font-weight: 400; margin-right: 28px; opacity: .65; }
.quiz-lines .button { margin-top: 32px; }

.story-section { display: grid; grid-template-columns: 44% 56%; min-height: 680px; }
.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw;
}
.story-media { overflow: hidden; }
.story-media img { height: 100%; object-fit: cover; width: 100%; }
.necklace-feature {
  align-items: stretch;
  background: var(--paper-2);
  display: grid;
  grid-template-columns: 30% 70%;
  min-height: 520px;
}
.necklace-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6vw 3vw 6vw 6vw;
}
.necklace-copy h2 { font-size: clamp(45px, 4.6vw, 72px); margin-bottom: 34px; }
.necklace-image {
  background-image: url("necklaces-11-15.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 440px;
}
.journal-section { padding: 9vw 8vw; }
.journal-heading { border-bottom: 1px solid var(--line); padding-bottom: 44px; }
.journal-body { display: grid; gap: 10vw; grid-template-columns: 1fr 1fr; padding-top: 46px; }
.journal-lead { font-family: var(--serif); font-size: clamp(28px, 3vw, 48px); line-height: 1.12; margin: 0; }
.journal-body > div { color: var(--muted); font-size: 15px; line-height: 1.75; }

.service-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.service-strip > div {
  border-right: 1px solid var(--line);
  min-height: 250px;
  padding: 54px 4.8vw;
}
.service-strip > div:last-child { border-right: 0; }
.service-strip span {
  color: var(--muted);
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  margin-bottom: 48px;
}
.service-strip strong {
  display: block;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}
.service-strip p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 16px 0 0;
  max-width: 330px;
}
.faq-section {
  display: grid;
  gap: 8vw;
  grid-template-columns: .8fr 1.2fr;
  padding: 9vw 8vw;
}
.faq-heading h2 {
  font-family: var(--serif);
  font-size: clamp(50px, 5.2vw, 82px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0;
}
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button {
  align-items: center;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  font-family: var(--serif);
  font-size: 22px;
  justify-content: space-between;
  padding: 25px 0;
  text-align: left;
  width: 100%;
}
.faq-item button span:last-child {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 22px;
  margin-left: 30px;
}
.faq-item > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-right: 8%;
  transition: max-height 260ms ease, opacity 180ms ease, margin 260ms ease;
}
.faq-item.is-open > p {
  margin: -5px 0 27px;
  max-height: 220px;
  opacity: 1;
}

.site-footer { background: #171815; color: white; display: grid; gap: 5vw; grid-template-columns: 1.2fr 1.5fr .7fr; padding: 6vw 7vw 30px; }
.newsletter h2 { font-size: 42px; }
.newsletter form { display: flex; margin: 28px 0 16px; max-width: 450px; }
.newsletter input {
  background: transparent;
  border: 1px solid rgba(255,255,255,.5);
  border-right: 0;
  color: white;
  min-width: 0;
  padding: 15px;
  width: 100%;
}
.newsletter button {
  background: var(--paper);
  border: 1px solid var(--paper);
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .15em;
  padding: 0 28px;
  text-transform: uppercase;
}
.newsletter p { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.5; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links strong { font-size: 10px; font-weight: 500; letter-spacing: .13em; margin-bottom: 7px; text-transform: uppercase; }
.footer-links a,
.footer-links button {
  background: none;
  border: 0;
  color: rgba(255,255,255,.75);
  cursor: pointer;
  font-size: 11px;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.footer-brand { align-items: center; display: flex; flex-direction: column; font-family: var(--serif); font-size: 27px; gap: 16px; justify-content: center; letter-spacing: .15em; }
.footer-mark { align-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: flex; font-size: 18px; height: 40px; justify-content: center; width: 40px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.55); display: flex; font-size: 9px; grid-column: 1 / -1; justify-content: space-between; letter-spacing: .12em; padding-top: 24px; text-transform: uppercase; }

.overlay {
  background: rgba(15,16,14,.55);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 240ms ease;
  z-index: 110;
}
.overlay.is-visible { opacity: 1; pointer-events: auto; }
.drawer {
  background: var(--paper);
  bottom: 0;
  max-width: 500px;
  padding: 32px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 300ms ease;
  width: min(92vw, 500px);
  z-index: 120;
}
.drawer.is-open { transform: translateX(0); }
.drawer-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 20px; }
.drawer-header h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 0; }
.drawer-header h2 span { color: var(--muted); font-family: var(--sans); font-size: 12px; }
.cart-items { max-height: calc(100vh - 300px); overflow: auto; }
.cart-line {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 15px;
  grid-template-columns: 92px 1fr auto;
  padding: 20px 0;
}
.cart-thumb { aspect-ratio: 1; background-repeat: no-repeat; }
.cart-line h3 { font-family: var(--serif); font-size: 18px; font-weight: 400; margin: 0 0 4px; }
.cart-line p { color: var(--muted); font-size: 10px; margin: 3px 0; }
.quantity-control {
  align-items: center;
  border: 1px solid var(--line);
  display: inline-flex;
  margin: 7px 0 3px;
}
.quantity-control button {
  background: none;
  border: 0;
  cursor: pointer;
  height: 28px;
  padding: 0;
  width: 28px;
}
.quantity-control span {
  font-size: 10px;
  text-align: center;
  width: 24px;
}
.cart-remove { background: none; border: 0; cursor: pointer; font-size: 18px; padding: 0; }
.cart-empty { padding: 70px 0; text-align: center; }
.cart-empty p { font-family: var(--serif); font-size: 30px; }
.cart-summary { border-top: 1px solid var(--line); bottom: 0; left: 32px; padding: 20px 0 32px; position: absolute; right: 32px; }
.cart-summary > div { display: flex; font-family: var(--serif); font-size: 20px; justify-content: space-between; }
.cart-summary p { color: var(--muted); font-size: 10px; }
.checkout-button { width: 100%; }
.mobile-menu nav { display: flex; flex-direction: column; padding-top: 40px; }
.mobile-menu nav a,
.mobile-menu nav button { background: none; border: 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 34px; padding: 22px 0; text-align: left; }

.modal {
  background: var(--paper);
  left: 50%;
  max-height: 92vh;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -48%);
  transition: opacity 220ms ease, transform 220ms ease;
  width: min(94vw, 1100px);
  z-index: 130;
}
.modal.is-open { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%); }
.modal-top { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 24px 32px; }
.modal-top h2 { font-size: 32px; }
.search-modal { padding-bottom: 30px; width: min(92vw, 760px); }
.search-field { display: block; padding: 32px; }
.search-field input { background: transparent; border: 0; border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: 28px; outline: 0; padding: 12px 0; width: 100%; }
.search-results { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); padding: 0 32px 20px; }
.search-result { cursor: pointer; }
.search-result .product-image { aspect-ratio: 1; margin-bottom: 8px; }
.search-result h3 { font-family: var(--serif); font-size: 16px; font-weight: 400; margin: 0; }
.search-result p { font-size: 10px; margin: 5px 0; }
.product-close,
.quiz-close { position: absolute; right: 20px; top: 18px; z-index: 3; }
.product-detail { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 640px; }
.product-detail-image { background-repeat: no-repeat; min-height: 640px; }
.product-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px 6vw; }
.product-detail-copy .product-title { font-size: clamp(40px, 5vw, 68px); line-height: .95; }
.product-cn { color: var(--muted); font-family: var(--serif); font-size: 18px; margin: 7px 0 25px; }
.product-detail-copy .product-price { font-size: 17px; margin-bottom: 24px; }
.product-description { color: var(--muted); font-size: 14px; line-height: 1.7; }
.product-materials { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); font-size: 11px; line-height: 1.6; margin: 20px 0; padding: 17px 0; }
.size-label { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.size-options { display: flex; gap: 8px; margin: 12px 0 25px; }
.size-option { background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 10px; min-height: 38px; padding: 0 13px; }
.size-option.is-selected { background: var(--ink); color: white; }
.product-detail-copy .button { width: 100%; }
.product-note { color: var(--muted); font-size: 9px; line-height: 1.5; margin-top: 14px; }

.quiz-modal { background: var(--moss); color: white; width: min(94vw, 1000px); }
.quiz-shell { min-height: 650px; padding: 8vw; }
.quiz-intro,
.quiz-question,
.quiz-result { margin: auto; max-width: 760px; }
.quiz-intro h2,
.quiz-result h2 { font-size: clamp(50px, 6vw, 86px); line-height: .96; }
.quiz-intro > p:not(.section-index),
.quiz-result > p { font-family: var(--serif); font-size: 20px; line-height: 1.5; opacity: .82; }
.quiz-intro .button { background: white; border-color: white; color: var(--moss); margin-top: 20px; }
.quiz-progress { font-size: 10px; letter-spacing: .15em; opacity: .7; text-transform: uppercase; }
.quiz-question h2 { font-size: clamp(38px, 5vw, 65px); line-height: 1.03; margin: 25px 0 40px; }
.quiz-answers { display: grid; gap: 10px; }
.quiz-answer {
  background: transparent;
  border: 1px solid rgba(255,255,255,.35);
  color: white;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 20px;
  padding: 19px 22px;
  text-align: left;
  transition: background 150ms ease, color 150ms ease;
}
.quiz-answer:hover { background: white; color: var(--moss); }
.quiz-result .result-symbol { font-family: var(--serif); font-size: 80px; margin: 0 0 8px; opacity: .7; }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.result-actions .button:first-child { background: white; border-color: white; color: var(--moss); }

.toast {
  background: var(--ink);
  bottom: 24px;
  color: white;
  font-size: 11px;
  left: 50%;
  letter-spacing: .06em;
  opacity: 0;
  padding: 14px 20px;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, 20px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 160;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.noscript-message {
  background: #fff2cd;
  border: 1px solid #d5bd77;
  bottom: 16px;
  font-size: 13px;
  left: 16px;
  line-height: 1.5;
  padding: 16px;
  position: fixed;
  right: 16px;
  z-index: 300;
}
.noscript-message a { text-decoration: underline; }

.information-header { grid-template-columns: auto 1fr auto; }
.information-header .desktop-nav { justify-content: center; }
.header-shop-link,
.checkout-header > a:last-child {
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  letter-spacing: .13em;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.information-main { padding: 0 7vw; }
.information-hero {
  max-width: 1050px;
  padding: 11vw 0 9vw;
}
.information-hero h1,
.checkout-form-section h1,
.not-found-page h1 {
  font-family: var(--serif);
  font-size: clamp(64px, 8vw, 128px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
  margin: 0;
}
.information-hero > p:last-child {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.5;
  margin: 35px 0 0;
  max-width: 580px;
}
.information-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8vw;
  grid-template-columns: .8fr 1.2fr;
  padding: 7vw 0;
  scroll-margin-top: 120px;
}
.information-title span {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 20px;
}
.information-title h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 4.5vw, 70px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
  margin: 24px 0 0;
}
.information-copy { max-width: 680px; }
.information-copy h3 {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  margin: 34px 0 8px;
}
.information-copy h3:first-child { margin-top: 0; }
.information-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.information-lead { color: var(--ink) !important; font-family: var(--serif); font-size: 26px !important; }
.information-email {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 58px);
  margin: 18px 0 25px;
}
.legal-section .information-copy p + p { margin-top: 22px; }
.information-footer {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 45px 7vw;
}
.information-footer > a:not(.wordmark),
.information-footer span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.checkout-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 88px;
  padding: 0 5vw;
}
.checkout-main {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: calc(100vh - 88px);
}
.checkout-form-section { padding: 7vw; }
.checkout-form-section h1 { font-size: clamp(58px, 6.5vw, 100px); max-width: 720px; }
.checkout-intro {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 42px;
  max-width: 590px;
}
.order-form { max-width: 650px; }
.order-form label {
  display: block;
  font-size: 10px;
  letter-spacing: .12em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.order-form label span { color: var(--muted); }
.order-form input:not([type="checkbox"]),
.order-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  margin-top: 8px;
  outline: 0;
  padding: 10px 0;
  resize: vertical;
  width: 100%;
}
.order-form input:focus,
.order-form textarea:focus { border-color: var(--ink); }
.form-row { display: grid; gap: 25px; grid-template-columns: 1fr 1fr; }
.consent-row {
  align-items: flex-start;
  display: flex !important;
  gap: 10px;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
}
.consent-row input { margin-top: 3px; }
.order-form .button { margin-top: 15px; width: 100%; }
.order-form-message { color: var(--moss); font-size: 12px; line-height: 1.6; min-height: 20px; }
.checkout-summary {
  background: var(--paper-2);
  padding: 7vw 5vw;
}
.checkout-line {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 0;
}
.checkout-line div { display: flex; flex-direction: column; gap: 5px; }
.checkout-line strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.checkout-line span { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.checkout-total {
  display: flex;
  font-family: var(--serif);
  font-size: 23px;
  justify-content: space-between;
  padding: 28px 0 15px;
}
.checkout-summary > p:last-child { color: var(--muted); font-size: 10px; line-height: 1.6; }
.checkout-empty { padding: 55px 0; }
.checkout-empty p { font-family: var(--serif); font-size: 28px; }

.not-found-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 30px;
  text-align: center;
}
.not-found-page main { max-width: 900px; }
.not-found-symbol { color: var(--moss); font-family: var(--serif); font-size: 80px; margin: 0 0 20px; }
.not-found-page > main > p:not(.section-index):not(.not-found-symbol) { color: var(--muted); font-family: var(--serif); font-size: 21px; }
.not-found-page .button { margin-top: 24px; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a, .desktop-nav button { font-size: 9px; }
  .hero { grid-template-columns: 45% 55%; }
  .hero h1 { font-size: 72px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .product-card:nth-child(8n+1), .product-card:nth-child(8n+6) { grid-column: auto; }
  .product-card:nth-child(8n+1) .product-image, .product-card:nth-child(8n+6) .product-image { aspect-ratio: 4 / 5; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { display: none; }
  .information-header .desktop-nav { gap: 16px; }
}

@media (max-width: 760px) {
  :root { --header-height: 66px; }
  .announcement { font-size: 9px; height: 28px; }
  .site-header { grid-template-columns: 42px 1fr auto; padding: 0 16px; }
  .menu-button { display: inline-flex; justify-content: flex-start; }
  .menu-button span { background: currentColor; height: 1px; left: 0; position: absolute; width: 23px; }
  .menu-button span:first-child { top: 17px; }
  .menu-button span:last-child { top: 25px; width: 16px; }
  .wordmark { font-size: 27px; text-align: center; }
  .desktop-nav { display: none; }
  .header-actions { gap: 0; }
  .icon-button { height: 38px; width: 36px; }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero-copy { order: 2; padding: 50px 22px 62px; }
  .hero h1 { font-size: clamp(62px, 19vw, 86px); }
  .hero-copy > p { font-size: 15px; margin: 24px 0; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1; padding: 0 13px; }
  .hero-media { height: 470px; min-height: 0; order: 1; position: relative; }
  .hero-media img {
    height: 100%;
    inset: 0;
    object-position: 63% center;
    position: absolute;
    width: 100%;
  }
  .elements-section { display: block; }
  .elements-copy { padding: 80px 22px 60px; }
  .elements-copy h2, .section-heading h2, .story-copy h2, .necklace-copy h2, .journal-heading h2 { font-size: 52px; }
  .element-rail { grid-template-columns: repeat(5, minmax(100px, 1fr)); overflow-x: auto; }
  .element-panel { min-height: 390px; padding: 30px 10px; }
  .shop-section { padding: 80px 16px; }
  .section-heading { align-items: flex-start; display: block; }
  .section-heading > p { margin-top: 18px; }
  .shop-toolbar { align-items: flex-start; gap: 16px; }
  .filter-group { flex-wrap: nowrap; gap: 20px; overflow-x: auto; padding-bottom: 8px; }
  .filter-button { flex: 0 0 auto; }
  .result-count { flex: 0 0 auto; }
  .product-grid { gap: 42px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-title { font-size: 21px; }
  .product-type { display: none; }
  .quiz-prompt { display: block; min-height: auto; padding: 80px 22px; }
  .quiz-prompt h2 { font-size: 58px; }
  .quiz-lines { padding: 45px 0 0; }
  .quiz-lines span { font-size: 12px; }
  .story-section { display: flex; flex-direction: column; min-height: auto; }
  .story-copy { padding: 80px 22px; }
  .story-media { min-height: 520px; }
  .story-media img { object-position: center; }
  .necklace-feature { display: block; }
  .necklace-copy { padding: 70px 22px 10px; }
  .necklace-image { background-size: 150% auto; min-height: 430px; }
  .journal-section { padding: 80px 22px; }
  .journal-body { display: block; }
  .journal-body > div { margin-top: 40px; }
  .service-strip { display: block; }
  .service-strip > div { border-bottom: 1px solid var(--line); border-right: 0; min-height: 0; padding: 45px 22px; }
  .service-strip > div:last-child { border-bottom: 0; }
  .service-strip span { margin-bottom: 24px; }
  .faq-section { display: block; padding: 80px 22px; }
  .faq-heading { margin-bottom: 55px; }
  .faq-heading h2 { font-size: 52px; }
  .faq-item button { font-size: 19px; }
  .site-footer { display: block; padding: 70px 22px 28px; }
  .footer-links { gap: 16px; margin-top: 65px; }
  .footer-bottom { margin-top: 50px; }
  .drawer { padding: 22px; }
  .cart-summary { left: 22px; right: 22px; }
  .product-detail { display: block; }
  .product-detail-image { min-height: 440px; }
  .product-detail-copy { padding: 45px 22px 55px; }
  .product-close { background: rgba(247,245,240,.9); right: 10px; top: 10px; }
  .search-results { grid-template-columns: repeat(2, 1fr); }
  .quiz-shell { min-height: 660px; padding: 90px 24px 50px; }
  .quiz-answer { font-size: 17px; }
  .information-header { display: flex; height: 66px; justify-content: space-between; }
  .information-header .wordmark { text-align: left; }
  .information-main { padding: 0 22px; }
  .information-hero { padding: 100px 0 80px; }
  .information-hero h1 { font-size: 64px; }
  .information-section { display: block; padding: 70px 0; }
  .information-title { margin-bottom: 45px; }
  .information-footer { align-items: flex-start; flex-direction: column; gap: 25px; padding: 50px 22px; }
  .checkout-header { min-height: 66px; padding: 0 18px; }
  .checkout-header .wordmark { text-align: left; }
  .checkout-main { display: flex; flex-direction: column; }
  .checkout-form-section { order: 2; padding: 70px 22px; }
  .checkout-form-section h1 { font-size: 58px; }
  .checkout-summary { order: 1; padding: 55px 22px; }
  .form-row { display: block; }
}

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