:root {
  --black: #10110e;
  --black-soft: #191a16;
  --cream: #f1e8d6;
  --cream-dark: #ded1b9;
  --paper: #e9dfcc;
  --olive: #454839;
  --olive-dark: #292c22;
  --gold: #bd8c39;
  --gold-light: #d8b46d;
  --white: #fffaf0;
  --line-dark: rgba(16, 17, 14, 0.2);
  --line-light: rgba(255, 250, 240, 0.2);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Arial", sans-serif;
  --shell: min(1240px, calc(100vw - 64px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--black);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 9px 14px;
  color: var(--black);
  background: var(--cream);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--shell);
  min-height: 92px;
  color: var(--white);
  transform: translateX(-50%);
}

.mark37 {
  display: inline-flex;
  align-items: baseline;
  width: max-content;
  color: inherit;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-decoration: none;
}

.mark37 b {
  color: var(--gold-light);
}

.site-header__label {
  margin: 0;
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

.site-header__buy {
  justify-self: end;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(9, 9, 7, 0.08) 15%, rgba(9, 9, 7, 0.26) 48%, rgba(9, 9, 7, 0.88) 77%, rgba(9, 9, 7, 0.98) 100%),
    linear-gradient(0deg, rgba(9, 9, 7, 0.78) 0%, transparent 36%);
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(565px, 42vw);
  margin-left: max(calc((100vw - 1240px) / 2 + 665px), 53vw);
  padding: 150px 0 100px;
}

.overline,
.section__eyebrow,
.product__kicker {
  margin: 0 0 30px;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.overline::before,
.section__eyebrow::before {
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-right: 14px;
  background: currentColor;
  content: "";
  vertical-align: middle;
}

.hero h1,
.message h2,
.conversation h2,
.product h2,
.mission h2,
.newsletter h2,
.faq h2,
.closing h2,
.closing strong {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
}

.hero h1 {
  font-size: clamp(5.6rem, 8vw, 9.2rem);
}

h1 em,
h2 em {
  color: var(--gold-light);
  font-weight: 400;
}

.hero blockquote {
  margin: 30px 0 0;
  padding: 18px 0 0 22px;
  border-top: 1px solid var(--line-light);
  border-left: 2px solid var(--gold);
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.4;
}

.hero cite {
  display: block;
  margin-top: 8px;
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 0.61rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__copy {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 0.88rem;
}

.hero__copy p {
  margin: 0 0 10px;
}

.hero__copy p:first-child,
.hero__copy p:nth-last-child(2) {
  color: var(--white);
  font-weight: 750;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 32px;
}

.hero__actions > p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.35;
}

.hero__actions strong {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.hero__actions p span {
  color: rgba(255, 250, 240, 0.58);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 56px;
  padding: 16px 20px;
  border: 1px solid transparent;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--gold {
  color: var(--black);
  background: var(--gold-light);
}

.button--gold:hover {
  background: var(--cream);
}

.button--dark {
  color: var(--cream);
  background: var(--black);
}

.button--dark:hover {
  color: var(--black);
  background: var(--gold-light);
}

.button--cream {
  color: var(--black);
  background: var(--cream);
}

.hero__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll i {
  display: block;
  width: 1px;
  height: 30px;
  background: var(--gold-light);
}

.message {
  padding-block: clamp(100px, 12vw, 175px);
}

.message__heading {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 65px;
  align-items: start;
}

.message__heading > p {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-style: italic;
}

.message h2 {
  max-width: 880px;
  font-size: clamp(4.5rem, 7.2vw, 7.8rem);
}

.message h2 em {
  color: var(--olive);
}

.message__layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
  margin-top: 90px;
}

.detail-photo {
  margin: 0;
  padding: 15px;
  background: #cbc2ad;
  box-shadow: 0 30px 80px rgba(30, 28, 21, 0.14);
  transform: rotate(-1.2deg);
}

.detail-photo img {
  width: 100%;
}

.detail-photo figcaption {
  padding: 12px 4px 0;
  color: rgba(16, 17, 14, 0.62);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.message__copy {
  font-size: 0.94rem;
}

.message__copy p {
  margin: 0 0 20px;
}

.message__copy .action-list {
  margin-bottom: 34px;
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(1.32rem, 2vw, 1.8rem);
  line-height: 1.38;
}

.message__closing {
  margin-top: 35px !important;
  padding-top: 25px;
  border-top: 1px solid var(--line-dark);
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.45;
}

.message__closing strong {
  color: #8a601f;
  font-weight: 400;
}

.conversation {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--black-soft);
}

.conversation::before {
  position: absolute;
  top: -20vw;
  right: -18vw;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(216, 180, 109, 0.16);
  border-radius: 50%;
  content: "";
}

.conversation__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(100px, 12vw, 170px);
}

.section__eyebrow--light {
  color: var(--gold-light);
}

.conversation h2 {
  max-width: 1000px;
  font-size: clamp(4.5rem, 7.8vw, 8.2rem);
}

.conversation__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.78fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
  margin-top: 75px;
}

.conversation__photo {
  position: relative;
  margin: 0;
  padding: 12px;
  background: rgba(241, 232, 214, 0.08);
  border: 1px solid rgba(216, 180, 109, 0.24);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
  transform: rotate(-0.8deg);
}

.conversation__photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.conversation__photo figcaption {
  padding: 12px 4px 1px;
  color: rgba(241, 232, 214, 0.58);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.conversation__copy {
  max-width: 665px;
  margin: 0;
  color: rgba(241, 232, 214, 0.7);
  font-size: 1.03rem;
}

.conversation__copy p {
  margin: 0 0 12px;
}

.conversation__copy p:nth-child(2),
.conversation__copy p:nth-child(3),
.conversation__copy strong {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}

.product {
  padding-block: clamp(105px, 13vw, 185px);
}

.product__layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}

.product__photo {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  min-height: 620px;
  padding: clamp(28px, 5vw, 70px);
  background:
    radial-gradient(circle at 50% 42%, rgba(216, 180, 109, 0.22), transparent 33%),
    #f8f6ef;
  border: 1px solid rgba(16, 17, 14, 0.1);
  box-shadow: 0 35px 90px rgba(27, 25, 19, 0.18);
}

.product__photo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 570px;
  object-fit: contain;
}

.product__photo > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  color: var(--cream);
  background: rgba(16, 17, 14, 0.88);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

.product__panel {
  padding: 10px 0;
}

.product__kicker {
  margin-bottom: 20px;
}

.product__title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line-dark);
}

.product h2 {
  max-width: 420px;
  font-size: clamp(4rem, 6vw, 6.5rem);
}

.product__price {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 1.75rem;
}

.product__description {
  max-width: 560px;
  margin: 28px 0;
  color: rgba(16, 17, 14, 0.66);
  font-size: 0.93rem;
}

.product__facts {
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.product__facts li {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-dark);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product__facts span {
  color: rgba(16, 17, 14, 0.52);
}

.product__facts strong {
  font-weight: 800;
  text-align: right;
}

.sizes {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.sizes legend {
  margin-bottom: 12px;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sizes__options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.sizes label {
  position: relative;
  cursor: pointer;
}

.sizes input {
  position: absolute;
  opacity: 0;
}

.sizes label span {
  display: grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid var(--line-dark);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 150ms ease, background 150ms ease;
}

.sizes input:checked + span {
  color: var(--cream);
  background: var(--olive-dark);
}

.sizes input:focus-visible + span {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.sizes label.is-unavailable {
  cursor: not-allowed;
}

.sizes label.is-unavailable span {
  opacity: 0.42;
  text-decoration: line-through;
}

.product__button {
  width: 100%;
}

.product__checkout-note {
  margin: 10px 0 0;
  color: rgba(16, 17, 14, 0.55);
  font-size: 0.64rem;
  text-align: center;
}

.product__unavailable > p {
  margin: 0 0 14px;
  font-weight: 750;
}

.product__gallery {
  margin-top: 27px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.product__gallery summary {
  padding: 15px 0;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.product__gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-bottom: 15px;
}

.product__gallery-grid figure {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 12px;
  background: #f8f6ef;
  border: 1px solid rgba(16, 17, 14, 0.1);
}

.product__gallery-image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #fff;
}

.product__gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__gallery-image--front img {
  transform: scale(1.28);
}

.product__gallery-grid figcaption {
  color: rgba(16, 17, 14, 0.6);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.mission {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--olive);
}

.mission__watermark {
  position: absolute;
  top: -0.25em;
  left: 50%;
  color: rgba(241, 232, 214, 0.045);
  font-size: clamp(11rem, 27vw, 28rem);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}

.mission__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(110px, 13vw, 180px);
}

.section__eyebrow--gold {
  color: var(--gold-light);
}

.mission__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(75px, 12vw, 170px);
  align-items: start;
}

.mission h2 {
  max-width: 560px;
  font-size: clamp(4.5rem, 7.2vw, 7.8rem);
}

.mission__copy {
  max-width: 600px;
  padding-top: 15px;
  color: rgba(241, 232, 214, 0.72);
}

.mission__copy p {
  margin: 0 0 18px;
}

.mission__copy p:first-child {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.4;
}

.mission__last {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.55rem;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold-light);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newsletter {
  padding-block: clamp(95px, 12vw, 165px);
}

.newsletter__card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(50px, 8vw, 115px);
  padding: clamp(55px, 7vw, 95px);
  color: var(--cream);
  background: var(--black-soft);
  box-shadow: 0 35px 90px rgba(25, 23, 17, 0.16);
}

.newsletter h2 {
  margin-bottom: 35px;
  font-size: clamp(3.9rem, 5.6vw, 6rem);
}

.newsletter__copy > p {
  color: rgba(241, 232, 214, 0.67);
  font-size: 0.88rem;
}

.newsletter__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 15px;
  align-content: center;
}

.newsletter__form label {
  display: grid;
  gap: 7px;
}

.newsletter__form label span {
  color: var(--gold-light);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.newsletter__form input {
  width: 100%;
  min-height: 52px;
  padding: 10px 0;
  color: var(--cream);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(241, 232, 214, 0.4);
  border-radius: 0;
}

.newsletter__email,
.newsletter__form .button,
.newsletter__note,
.newsletter__status {
  grid-column: 1 / -1;
}

.newsletter__form .button {
  margin-top: 10px;
}

.newsletter__note,
.newsletter__status {
  margin: -10px 0 0;
  color: rgba(241, 232, 214, 0.5);
  font-size: 0.61rem;
}

.newsletter__status {
  min-height: 1.2em;
  color: var(--gold-light);
}

.newsletter__form--embed {
  display: block;
  align-self: center;
  padding: 14px;
  background: rgba(241, 232, 214, 0.06);
  border: 1px solid rgba(216, 180, 109, 0.22);
}

.newsletter__form--embed iframe {
  display: block;
  width: 100%;
  height: 500px;
  background: var(--cream);
  border: 0;
}

.newsletter__form--embed .newsletter__note {
  margin: 12px 2px 0;
  line-height: 1.5;
}

.newsletter__form--embed noscript p {
  margin: 14px 0 0;
}

.faq {
  padding-bottom: clamp(110px, 14vw, 190px);
}

.faq__layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(70px, 11vw, 165px);
}

.faq h2 {
  font-size: clamp(4rem, 6vw, 6.4rem);
}

.faq__list {
  padding-top: 5px;
}

.faq details {
  border-top: 1px solid var(--line-dark);
}

.faq details:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.faq summary {
  position: relative;
  padding: 22px 45px 22px 0;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}

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

.faq summary::after {
  position: absolute;
  top: 50%;
  right: 5px;
  color: var(--gold);
  content: "+";
  font-family: var(--sans);
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 620px;
  margin: -3px 0 24px;
  color: rgba(16, 17, 14, 0.64);
  font-size: 0.86rem;
}

.closing {
  color: var(--black);
  background: var(--gold);
}

.closing__inner {
  padding-block: clamp(95px, 12vw, 160px);
  text-align: center;
}

.closing__inner > p {
  margin: 0 0 22px;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.closing h2 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(3.4rem, 5.6vw, 6rem);
  line-height: 0.96;
}

.closing strong {
  display: block;
  margin: 28px 0 42px;
  font-size: clamp(4.2rem, 7vw, 7.6rem);
  font-style: italic;
}

.closing__button {
  gap: 22px;
  min-height: 64px;
  padding: 18px 22px;
  font-size: clamp(0.85rem, 1.3vw, 1.05rem);
  letter-spacing: 0.1em;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.4fr 1fr auto;
  gap: 35px;
  align-items: center;
  min-height: 130px;
  padding-inline: max(32px, calc((100vw - 1240px) / 2));
  color: rgba(241, 232, 214, 0.62);
  background: var(--black);
  font-size: 0.66rem;
}

.mark37--footer {
  color: var(--cream);
}

.site-footer nav {
  display: flex;
  gap: 25px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-buy {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  :root {
    --shell: min(100vw - 44px, 920px);
  }

  .hero__content {
    width: 48vw;
    margin-left: 49vw;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(9, 9, 7, 0.08) 8%, rgba(9, 9, 7, 0.44) 43%, rgba(9, 9, 7, 0.96) 77%);
  }

  .message__heading {
    grid-template-columns: 0.25fr 1fr;
  }

  .product__layout {
    gap: 55px;
  }

  .mission__layout {
    gap: 75px;
  }
}

@media (max-width: 800px) {
  :root {
    --shell: min(100vw - 34px, 680px);
  }

  .site-header {
    min-height: 76px;
  }

  .site-header__label {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: 1040px;
  }

  .hero__image {
    height: 58%;
    object-position: 35% center;
  }

  .hero__shade {
    background:
      linear-gradient(0deg, var(--black) 38%, rgba(16, 17, 14, 0.2) 72%, rgba(16, 17, 14, 0.2) 100%),
      linear-gradient(90deg, transparent, rgba(16, 17, 14, 0.25));
  }

  .hero__content {
    width: var(--shell);
    margin: 0 auto;
    padding: 520px 0 100px;
  }

  .hero h1 {
    font-size: clamp(5.4rem, 18vw, 8.5rem);
  }

  .hero__copy {
    max-width: 620px;
  }

  .hero__scroll {
    display: none;
  }

  .message__heading,
  .message__layout,
  .conversation__layout,
  .product__layout,
  .mission__layout,
  .newsletter__card,
  .faq__layout {
    grid-template-columns: 1fr;
  }

  .message__heading {
    gap: 20px;
  }

  .message__heading > p {
    margin-top: 0;
  }

  .message__layout {
    margin-top: 65px;
  }

  .message__copy {
    max-width: 620px;
  }

  .conversation__copy {
    max-width: 650px;
  }

  .conversation__photo {
    width: min(100%, 580px);
  }

  .product__photo {
    max-width: 620px;
    min-height: 540px;
  }

  .product__panel {
    max-width: 620px;
  }

  .mission__copy {
    max-width: 650px;
  }

  .newsletter__card {
    gap: 45px;
  }

  .faq__layout {
    gap: 45px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    padding-block: 35px;
  }

  .site-footer > p {
    text-align: right;
  }

  .site-footer nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 540px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  body {
    padding-bottom: 67px;
  }

  .site-header__buy {
    font-size: 0.59rem;
  }

  .hero {
    min-height: 1100px;
  }

  .hero__image {
    height: 47%;
    object-position: 36% center;
  }

  .hero__shade {
    background: linear-gradient(0deg, var(--black) 54%, rgba(16, 17, 14, 0.02) 79%);
  }

  .hero__content {
    padding-top: 460px;
  }

  .overline,
  .section__eyebrow,
  .product__kicker {
    font-size: 0.57rem;
  }

  .hero h1 {
    font-size: clamp(4.7rem, 24vw, 7rem);
  }

  .hero blockquote {
    font-size: 0.98rem;
  }

  .hero__copy {
    font-size: 0.82rem;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .message,
  .conversation__inner,
  .product,
  .mission__inner,
  .newsletter {
    padding-block: 90px;
  }

  .message h2,
  .conversation h2,
  .product h2,
  .mission h2,
  .newsletter h2,
  .faq h2 {
    font-size: clamp(3.7rem, 17vw, 5.2rem);
  }

  .message__layout {
    gap: 48px;
  }

  .detail-photo {
    padding: 9px;
  }

  .conversation__photo {
    transform: none;
  }

  .conversation__photo picture {
    display: block;
  }

  .conversation__photo img {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .conversation__copy p:nth-child(2),
  .conversation__copy p:nth-child(3),
  .conversation__copy strong {
    font-size: 1.25rem;
  }

  .product__title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .product__photo {
    min-height: 470px;
    padding: 22px;
  }

  .product__gallery-grid {
    grid-template-columns: 1fr;
  }

  .sizes__options {
    gap: 4px;
  }

  .sizes label span {
    font-size: 0.56rem;
  }

  .newsletter__card {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 65px 22px;
  }

  .newsletter__form {
    grid-template-columns: 1fr;
  }

  .newsletter__email,
  .newsletter__form .button,
  .newsletter__note,
  .newsletter__status {
    grid-column: 1;
  }

  .faq {
    padding-bottom: 90px;
  }

  .closing strong {
    font-size: clamp(4rem, 19vw, 5.8rem);
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 35px 18px;
  }

  .site-footer > p {
    margin: 0;
    text-align: left;
  }

  .site-footer nav {
    grid-column: 1;
    flex-wrap: wrap;
  }

  .mobile-buy {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 67px;
    padding: 9px 14px;
    color: var(--black);
    background: var(--gold-light);
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    transform: translateY(110%);
    transition: transform 220ms ease;
  }

  .mobile-buy.is-visible {
    transform: translateY(0);
  }

  .mobile-buy span {
    font-family: var(--serif);
    font-size: 1rem;
  }

  .mobile-buy strong {
    font-size: 0.57rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
