:root {
  --ink: #1c3a30;
  --body: #30312e;
  --muted: #4d504b;
  --paper: #fbf8f0;
  --cream: #f7f2e8;
  --product: #efebe4;
  --pine: #214b3c;
  --gold: #9c7132;
  --line: rgba(28, 58, 48, 0.18);
  font-family: "Instrument Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--body);
  background-color: #b9aa92;
  background-image:
    radial-gradient(ellipse at center, rgba(255, 250, 239, 0.06) 0%, rgba(54, 41, 27, 0.2) 100%),
    linear-gradient(rgba(244, 237, 225, 0.48), rgba(244, 237, 225, 0.48)),
    url("./assets/kraft-paper-bg.jpg");
  background-size: 100% 100%, auto, cover;
  background-position: center center, center top, center center;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: fixed, scroll, fixed;
  font-size: 14px;
}

main {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: transparent;
}

.hero,
.intro,
.how,
.shop-preview,
.story-band,
.faq {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  font-size: 34px;
  line-height: 1.04;
}

h3 {
  font-size: 18px;
  line-height: 1.1;
}

p {
  color: var(--muted);
  line-height: 1.42;
}

button,
input {
  font: inherit;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #fffdf7;
  background: var(--pine);
  font-weight: 700;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
button:hover {
  background: #173d30;
}

.button:active,
button:active {
  transform: translateY(1px);
}

.button:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(177, 126, 50, 0.48);
  outline-offset: 3px;
}

.rule {
  display: block;
  width: 24px;
  height: 1px;
  margin: 16px 0;
  background: #8d7957;
}

.pine-sprig {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 66px;
  flex: 0 0 auto;
  color: var(--pine);
  background:
    linear-gradient(77deg, transparent 48%, currentColor 49% 51%, transparent 52%)
    center / 100% 100% no-repeat;
}

.pine-sprig::before,
.pine-sprig::after {
  position: absolute;
  inset: 5px 8px 8px 5px;
  content: "";
  background: repeating-linear-gradient(
    27deg,
    transparent 0 7px,
    currentColor 7px 8px,
    transparent 8px 12px
  );
  clip-path: polygon(48% 0, 58% 6%, 100% 94%, 54% 76%, 48% 100%, 42% 74%, 0 94%, 42% 8%);
}

.pine-sprig::after {
  transform: scaleX(-1);
  opacity: 0.78;
}

.pine-sprig-light {
  color: #fffdf7;
}

.hero {
  height: clamp(442px, 51.4vw, 650px);
  overflow: hidden;
  background: transparent;
}

.hero-inner {
  position: relative;
  width: min(100%, 1600px);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #0a0f0c;
}

.hero-inner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-inner::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 14, 11, 0.78) 0%, rgba(12, 17, 13, 0.62) 30%, rgba(12, 17, 13, 0.48) 56%, rgba(12, 17, 13, 0.12) 74%, rgba(12, 17, 13, 0.03) 100%),
    linear-gradient(0deg, rgba(10, 14, 11, 0.18), transparent 46%);
}

.hero-copy {
  position: absolute;
  z-index: 1;
  top: 12.2%;
  left: clamp(78px, 9.3vw, 132px);
  display: flex;
  width: min(410px, 46vw);
  flex-direction: column;
  align-items: flex-start;
  transform: none;
}
.hero-message {
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 50%;
  display: flex;
  width: min(560px, 52vw);
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
  text-align: center;
}

.brand-wordmark {
  width: 300px;
  max-width: 40vw;
  height: auto;
  margin: 0 0 36px 0;
  transform: translate(-28px, -36px);
}

.story-seal {
  display: block;
  width: 72px;
  height: 72px;
  margin-top: 18px;
  object-fit: contain;
  opacity: 0.72;
}
.hero h1 {
  color: #fffdf7;
  font-size: 54px;
  line-height: 0.98;
  font-weight: 500;
  text-shadow: 0 2px 5px rgba(4, 8, 6, 0.82), 0 0 24px rgba(4, 8, 6, 0.68);
}

.hero .button {
  min-width: 190px;
  min-height: 54px;
  margin-top: 32px;
  padding-right: 36px;
  padding-left: 36px;
  border-color: rgba(255, 253, 247, 0.22);
  font-size: 16px;
  box-shadow: 0 7px 22px rgba(4, 8, 6, 0.36);
}

.intro {
  background: transparent;
}

.intro-inner {
  display: grid;
  width: min(100%, 1600px);
  min-height: clamp(430px, 43vw, 560px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 44fr) minmax(0, 56fr);
  background: var(--paper);
}

.intro-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 28px 34px 28px clamp(54px, 14vw, 194px);
}

.intro-copy p {
  max-width: 248px;
  font-size: 13px;
}

.intro-copy p + p {
  margin-top: 14px;
}

.intro-contrast {
  width: min(100%, 420px);
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.intro-contrast h3 {
  font-size: 24px;
  line-height: 1;
}

.intro-contrast p {
  max-width: 100%;
  margin-top: 12px;
}

.intro-contrast ul {
  display: grid;
  margin: 16px 0 0;
  padding: 0;
  gap: 8px;
  color: #343c35;
  font-size: 12px;
  line-height: 1.32;
  list-style: none;
}

.intro-contrast li {
  position: relative;
  padding-left: 15px;
}

.intro-contrast li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--gold);
}
.image-panel {
  min-width: 0;
  overflow: hidden;
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.how {
  background: transparent;
}

.how-inner {
  display: flex;
  width: min(100%, 1600px);
  min-height: clamp(330px, 31vw, 390px);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px clamp(28px, 8vw, 118px) 28px;
  text-align: center;
  background: linear-gradient(180deg, var(--cream), #faf7ef);
}

.how-inner > h2 {
  margin-bottom: 18px;
}

.steps {
  display: grid;
  width: min(100%, 900px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps article {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 0 44px;
}

.steps article:not(:last-child)::before {
  position: absolute;
  top: 21px;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: var(--line);
}

.steps article:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -13px;
  width: 26px;
  color: var(--pine);
  background: var(--cream);
  content: "\2192";
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-18%);
}

.step-number {
  display: grid;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  place-items: center;
  border-radius: 50%;
  color: #fffdf7;
  background: var(--pine);
  font-family: "Newsreader", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
}

.step-image {
  display: block;
  width: clamp(100px, 10vw, 124px);
  height: clamp(100px, 10vw, 124px);
  margin-top: 6px;
  object-fit: contain;
}

.steps h3 {
  margin-top: 2px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
}

.steps p {
  max-width: 190px;
  margin-top: 10px;
  color: #343c35;
  font-size: 12px;
  line-height: 1.38;
}
.shop-preview {
  background: transparent;
}

.shop-inner {
  display: grid;
  width: min(100%, 1600px);
  min-height: clamp(277px, 32.2vw, 410px);
  margin: 0 auto;
  padding: 0 clamp(34px, 7.8vw, 122px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--product);
}

.shop-inner-sales {
  display: grid;
  min-height: clamp(360px, 34vw, 500px);
  padding-top: clamp(28px, 4.5vw, 60px);
  padding-bottom: clamp(30px, 5vw, 66px);
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.42fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.product-offer {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(280px, 0.92fr) minmax(260px, 0.78fr);
  gap: clamp(22px, 3.5vw, 44px);
  align-items: center;
}

.offer-image {
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 1.34 / 1;
}

.offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% center;
}

.offer-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.eyebrow {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-copy h2 {
  font-size: clamp(32px, 3.1vw, 48px);
}

.price {
  margin-top: 8px;
  color: var(--ink);
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1;
}

.offer-copy > p:not(.eyebrow):not(.price) {
  max-width: 420px;
  margin-top: 16px;
  font-size: 14px;
}

.offer-points {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  gap: 8px;
  color: #343c35;
  font-size: 13px;
  line-height: 1.35;
  list-style: none;
}

.offer-points li {
  position: relative;
  padding-left: 16px;
}

.offer-points li::before {
  position: absolute;
  top: 0.54em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: var(--gold);
}

.offer-copy .button {
  margin-top: 24px;
}

.lamp-note {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
  border-left: 1px solid rgba(255, 255, 255, 0.72);
}

.lamp-note h3 {
  font-size: 28px;
}

.lamp-note p {
  max-width: 280px;
  margin-top: 12px;
  font-size: 14px;
}
.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 12px 12px 16px;
  text-align: center;
}

.product-card + .product-card {
  border-left: 1px solid rgba(255, 255, 255, 0.72);
}

.product-card h2 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1;
}

.product-card img {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}

.product-card p {
  max-width: 250px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.35;
}

.story-band {
  background: transparent;
}

.story-details {
  width: min(100%, 1600px);
  margin: 0 auto;
  border-top: 1px solid rgba(28, 58, 48, 0.12);
  border-bottom: 1px solid rgba(28, 58, 48, 0.12);
  background: var(--paper);
}

.story-summary {
  display: flex;
  min-height: 96px;
  padding: 0 clamp(24px, 7vw, 104px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--pine);
  cursor: pointer;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: 1;
  list-style: none;
}

.story-summary::-webkit-details-marker {
  display: none;
}

.story-summary-icon {
  color: var(--gold);
  font-family: Inter, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.story-details[open] .story-summary-icon {
  transform: rotate(45deg);
}

.story-inner {
  display: grid;
  width: min(100%, 1600px);
  min-height: clamp(240px, 27.8vw, 360px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 49fr) minmax(0, 51fr);
  background: var(--paper);
}

.story-image {
  min-width: 0;
  background:
    linear-gradient(0deg, rgba(18, 52, 42, 0.14), transparent 52%),
    url("./assets/story-cabin.png")
    center 58% / cover;
}

.story-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 24px 72px 22px 31px;
}

.story-copy h2 {
  font-size: 33px;
  line-height: 1.02;
}

.story-copy .rule {
  margin: 13px 0;
}

  .story-copy p {
  max-width: 340px;
  font-size: 12px;
  line-height: 1.34;
}

.story-copy p + p {
  margin-top: 9px;
}

.faq {
  background: transparent;
}

.faq-details {
  width: min(100%, 1600px);
  margin: 0 auto;
  border-top: 1px solid rgba(28, 58, 48, 0.12);
  border-bottom: 1px solid rgba(28, 58, 48, 0.12);
  background: var(--paper);
}

.faq-summary {
  display: flex;
  min-height: 96px;
  padding: 0 clamp(24px, 7vw, 104px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--pine);
  cursor: pointer;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: 1;
  list-style: none;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary-icon {
  color: var(--gold);
  font-family: Inter, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.faq-details[open] .faq-summary-icon {
  transform: rotate(45deg);
}

.faq-inner {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 10px clamp(56px, 10.2vw, 158px) 54px;
  text-align: center;
  background: var(--paper);
}
.faq-grid {
  display: grid;
  max-width: 940px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 56px;
  text-align: left;
}

details {
  min-width: 0;
  border-bottom: 1px solid var(--line);
}

summary {
  position: relative;
  padding: 9px 24px 8px 0;
  color: #363733;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 50%;
  right: 1px;
  color: var(--gold);
  content: "+";
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 22px 9px 0;
  font-size: 12px;
  line-height: 1.38;
}





.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 1180px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 42px;
  }

  .hero h1 {
    font-size: 72px;
  }

  .hero-copy {
    width: 520px;
  }

  .brand-wordmark {
    width: 360px;
    max-width: 42vw;
    margin-bottom: 34px;
    transform: translate(-34px, -42px);
  }

  .intro-copy p {
    max-width: 320px;
    font-size: 15px;
  }

  .how-inner > h2 {
    margin-bottom: 26px;
  }

  .steps {
    width: min(100%, 990px);
  }

  .steps p,
  .product-card p,
  .offer-copy > p:not(.eyebrow):not(.price),
  .lamp-note p,
  .story-copy p {
    font-size: 14px;
  }

  .product-card h2 {
    font-size: 31px;
  }

  .story-copy {
    padding-left: 48px;
  }

  .story-copy h2 {
    font-size: 42px;
  }

  summary,
  details p {
    font-size: 13px;
  }

}
@media (max-width: 1080px) and (min-width: 761px) {
  .hero {
    height: 560px;
  }

  .hero-inner > img {
    object-fit: cover;
    object-position: 68% center;
  }

  .hero-copy {
    top: 14%;
    left: 56px;
    width: min(380px, 44vw);
  }
  .hero-message {
    top: 54%;
    left: 48%;
  }

  .brand-wordmark {
    width: 260px;
    margin-bottom: 28px;
    transform: translate(-18px, -24px);
  }

  .hero h1 {
    font-size: 60px;
  }

  .intro-copy {
    padding-left: 64px;
  }

  .how-inner {
    min-height: 360px;
    padding-right: 42px;
    padding-left: 42px;
  }

  .steps article {
    padding-right: 24px;
    padding-left: 24px;
  }

  .shop-inner {
    padding-right: 26px;
    padding-left: 26px;
  }

  .shop-inner-sales {
    grid-template-columns: 1fr;
  }

  .lamp-note {
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    border-left: 0;
  }

  .product-card {
    padding-right: 9px;
    padding-left: 9px;
  }

  .product-card h2 {
    font-size: 26px;
  }

  .story-copy {
    padding-right: 52px;
    padding-left: 36px;
  }

  .story-copy h2 {
    font-size: 36px;
  }

  .faq-inner {
    padding-right: 46px;
    padding-left: 46px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 34px;
  }

  .hero {
    height: 620px;
  }

  .hero-inner > img {
    object-fit: cover;
    object-position: 72% center;
  }

  .hero-inner::after {
    background:
      linear-gradient(90deg, rgba(10, 14, 11, 0.75), rgba(12, 17, 13, 0.23) 80%),
      linear-gradient(0deg, rgba(10, 14, 11, 0.42), transparent 60%);
  }

  .hero-copy {
    top: 48px;
    right: 24px;
    bottom: auto;
    left: 24px;
    width: auto;
    transform: none;
  }

  .hero-message {
    top: auto;
    right: 24px;
    bottom: 58px;
    left: 24px;
    width: auto;
    transform: none;
  }

  .brand-wordmark {
    width: min(280px, 76vw);
    max-width: 76vw;
    margin-bottom: 28px;
    transform: translateY(-16px);
  }

  .hero h1 {
    font-size: 52px;
  }

  .intro-inner,
  .story-inner {
    height: auto;
    grid-template-columns: 1fr;
  }

  .intro-copy {
    min-height: 330px;
    padding: 54px 26px;
  }

  .intro-copy p {
    max-width: 360px;
    font-size: 15px;
  }

  .image-panel {
    height: 320px;
  }

  .how-inner {
    height: auto;
    padding: 54px 24px 44px;
  }

  .how-inner > h2 {
    margin-bottom: 32px;
  }

  .steps {
    width: 100%;
    max-width: 390px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .steps article {
    padding: 0 18px 26px;
  }

  .step-image {
    width: 150px;
    height: 150px;
    margin-top: 8px;
  }

  .steps article:not(:last-child)::before {
    top: auto;
    right: 18px;
    bottom: 0;
    left: 18px;
    width: auto;
    height: 1px;
  }

  .steps article:not(:last-child)::after {
    display: none;
  }

  .steps p {
    max-width: 230px;
    font-size: 14px;
  }

  .shop-inner {
    height: auto;
    padding: 0 24px;
    grid-template-columns: 1fr;
  }

  .shop-inner-sales {
    padding-top: 42px;
    padding-bottom: 46px;
    gap: 28px;
  }

  .product-offer {
    grid-template-columns: 1fr;
  }

  .offer-copy {
    align-items: center;
    text-align: center;
  }

  .offer-copy > p:not(.eyebrow):not(.price) {
    max-width: 430px;
  }

  .offer-points {
    width: min(100%, 360px);
    text-align: left;
  }

  .lamp-note {
    align-items: center;
    border-top: 1px solid rgba(28, 58, 48, 0.12);
    border-left: 0;
    text-align: center;
  }

  .lamp-note p {
    max-width: 390px;
  }

  .product-card {
    padding: 34px 0;
  }

  .product-card + .product-card {
    border-top: 1px solid rgba(28, 58, 48, 0.12);
    border-left: 0;
  }

  .product-card h2 {
    margin-bottom: 16px;
    font-size: 31px;
  }

  .product-card img {
    max-width: 440px;
  }

  .product-card p {
    max-width: 320px;
    font-size: 14px;
  }

  .story-image {
    height: 320px;
  }

  .story-copy {
    min-height: 390px;
    padding: 52px 82px 52px 26px;
  }

  .story-seal {
    width: 64px;
    height: 64px;
    margin-top: 18px;
  }

  .story-copy p {
    max-width: 400px;
    font-size: 14px;
  }

  .faq-inner {
    min-height: 0;
    padding: 48px 24px 54px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  summary {
    padding-top: 14px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  details p {
    padding-bottom: 13px;
    font-size: 13px;
  }

}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 44px;
  }

  .hero .button {
    width: 100%;
  }

  .intro-copy,
  .story-copy {
    padding-left: 20px;
  }

  .story-copy {
    padding-right: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  button {
    transition: none;
  }
}
















@media (max-width: 760px) {
  .intro-contrast {
    width: 100%;
    margin-top: 26px;
  }

  .intro-contrast h3 {
    font-size: 26px;
  }

  .intro-contrast ul {
    font-size: 14px;
  }
}
/* Purchase decision layout */
.purchase-inner {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: clamp(58px, 6vw, 88px) clamp(30px, 7.8vw, 122px) clamp(44px, 5.5vw, 76px);
  background: var(--product);
}

.purchase-heading {
  max-width: 680px;
  margin-bottom: clamp(30px, 3.4vw, 46px);
}

.purchase-heading .eyebrow {
  margin-bottom: 10px;
}

.purchase-heading h2 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}

.purchase-heading > p:last-child {
  max-width: 560px;
  margin-top: 14px;
  font-size: 15px;
}

.purchase-layout {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
  gap: 16px;
  align-items: stretch;
}

.purchase-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid rgba(28, 58, 48, 0.16);
  border-radius: 6px;
  background: var(--paper);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.purchase-card:hover {
  border-color: rgba(156, 113, 50, 0.5);
  box-shadow: 0 12px 26px rgba(23, 33, 28, 0.08);
  transform: translateY(-2px);
}

.purchase-card.is-selected {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(156, 113, 50, 0.18);
}

.purchase-card-featured {
  min-height: 540px;
  padding: clamp(30px, 3.7vw, 50px);
  overflow: hidden;
  color: var(--cream);
  background: var(--pine);
}


.purchase-card-topline {
  position: absolute;
  top: clamp(24px, 3vw, 40px);
  right: clamp(24px, 3vw, 40px);
  z-index: 2;
}

.purchase-kicker {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.purchase-card-featured .purchase-kicker {
  color: #d2ad77;
}

.purchase-badge {
  padding: 7px 10px;
  border: 1px solid rgba(244, 237, 225, 0.35);
  border-radius: 999px;
  color: var(--cream);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.purchase-card h3 {
  margin-top: 16px;
  font-size: clamp(30px, 3vw, 44px);
}

.purchase-card-featured h3 {
  color: var(--cream);
  font-size: clamp(40px, 4.1vw, 60px);
}

.purchase-summary {
  margin-top: 8px;
  font-size: 15px;
}


.purchase-card-featured .purchase-summary,
.purchase-card-featured .purchase-points {
  color: rgba(247, 242, 232, 0.9);
}

.bundle-contents {
  display: grid;
  width: min(100%, 540px);
  margin-top: clamp(28px, 3vw, 40px);
  padding: 22px 0;
  border-top: 1px solid rgba(244, 237, 225, 0.2);
  border-bottom: 1px solid rgba(244, 237, 225, 0.2);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.bundle-item {
  display: flex;
  min-width: 0;
  min-height: 92px;
  padding: 16px 18px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(244, 237, 225, 0.28);
  border-radius: 4px;
  background: rgba(244, 237, 225, 0.06);
}

.bundle-item strong {
  flex: 0 0 auto;
  color: #d2ad77;
  font-family: "Newsreader", Georgia, serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 0.9;
}

.bundle-item span {
  color: var(--cream);
  font-size: 13px;
  line-height: 1.3;
}

.bundle-plus {
  justify-self: center;
  color: var(--cream);
  font-family: "Newsreader", Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.purchase-price {
  display: flex;
  margin-top: 22px;
  align-items: baseline;
  gap: 10px;
  color: var(--ink);
}

.purchase-price strong {
  color: inherit;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1;
}

.purchase-price span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.purchase-price-featured {
  display: grid;
  justify-items: center;
  width: fit-content;
  margin: 34px auto 0;
  color: var(--cream);
  text-align: center;
}

.purchase-price-featured > span {
  color: #d2ad77;
}

.purchase-price-featured strong {
  width: fit-content;
  margin-top: 18px;
  padding: 12px 18px 9px;
  border: 1px solid rgba(244, 237, 225, 0.3);
  border-radius: 4px;
  color: var(--cream);
  background: rgba(244, 237, 225, 0.06);
  font-size: clamp(38px, 4vw, 56px);
}

.purchase-points {
  display: grid;
  width: fit-content;
  max-width: 560px;
  margin: 30px auto 0;
  padding: 0;
  gap: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

.purchase-points li {
  position: relative;
  padding-left: 17px;
}

.purchase-points li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #d2ad77;
}

.purchase-card-featured .purchase-button {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 28px auto 0;
  padding-right: 34px;
  padding-left: 34px;
  color: var(--ink);
  background: var(--cream);
}

.purchase-card-featured .purchase-button:hover {
  background: #ffffff;
}

.purchase-secondary {
  display: grid;
  min-width: 0;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.purchase-card-compact {
  display: grid;
  justify-items: center;
  min-height: 282px;
  padding: clamp(24px, 2.6vw, 34px);
  text-align: center;
}

.purchase-card-compact h3 {
  font-size: clamp(28px, 2.6vw, 38px);
}

.purchase-card-compact .purchase-summary {
  max-width: 430px;
  font-size: 13px;
}

.purchase-card-compact .purchase-price {
  justify-content: center;
  width: fit-content;
  margin: 26px auto 0;
  padding: 11px 15px 9px;
  border: 1px solid rgba(156, 113, 50, 0.38);
  border-radius: 4px;
  background: rgba(156, 113, 50, 0.055);
}

.purchase-detail {
  max-width: 430px;
  margin: 22px auto 0;
  font-size: 12px;
}

.purchase-card-compact .purchase-button {
  width: fit-content;
  min-height: 40px;
  margin: 24px auto 0;
  padding-right: 22px;
  padding-left: 22px;
}

.button-outline {
  border-color: rgba(28, 58, 48, 0.35);
  color: var(--pine);
  background: transparent;
}

.button-outline:hover {
  border-color: var(--pine);
  color: #fffdf7;
  background: var(--pine);
}

.refill-callout {
  display: grid;
  margin-top: 16px;
  padding: 24px 6px 0;
  border-top: 1px solid rgba(28, 58, 48, 0.2);
  grid-template-columns: minmax(220px, 0.7fr) minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.refill-callout h3 {
  margin-top: 4px;
  font-size: 24px;
}

.refill-callout > p {
  max-width: 520px;
  font-size: 12px;
}

.refill-callout > a {
  color: var(--pine);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.refill-callout > a span {
  display: inline-block;
  margin-left: 7px;
  transition: transform 160ms ease;
}

.refill-callout > a:hover span {
  transform: translateX(4px);
}

@media (max-width: 1040px) {
  .purchase-inner {
    padding-right: clamp(26px, 5vw, 54px);
    padding-left: clamp(26px, 5vw, 54px);
  }

  .purchase-layout {
    grid-template-columns: 1fr;
  }

  .purchase-card-featured {
    min-height: 520px;
  }

  .purchase-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .refill-callout {
    grid-template-columns: minmax(220px, 0.65fr) minmax(280px, 1fr);
  }

  .refill-callout > a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .purchase-inner {
    padding: 50px 20px 42px;
  }

  .purchase-heading h2 {
    font-size: 40px;
  }

  .purchase-secondary {
    grid-template-columns: 1fr;
  }

  .purchase-card-featured {
    min-height: 0;
    padding: 28px 24px;
  }

  .purchase-card-topline {
    top: 20px;
    right: 20px;
  }

  .purchase-card-featured h3 {
    margin-top: 48px;
  }

  .bundle-contents {
    gap: 12px;
  }

  .bundle-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .bundle-item strong {
    font-size: 44px;
  }

  .purchase-price-featured {
    grid-template-columns: 1fr;
  }

  .purchase-price-featured small {
    padding-bottom: 0;
  }

  .purchase-card-featured .purchase-button {
    width: 100%;
    margin-top: 26px;
  }

  .purchase-card-compact .purchase-button {
    width: fit-content;
    margin: 26px auto 0;
  }

  .refill-callout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .refill-callout > a {
    grid-column: auto;
  }
}














