:root {
  --navy: #123047;
  --navy-dark: #0b2233;
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --copper: #945f3e;
  --muted: #626d74;
  --line: rgba(18, 48, 71, 0.13);
  --shadow: 0 24px 60px rgba(18, 48, 71, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--navy);
  background: var(--cream);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: white;
  background: var(--navy-dark);
  border-radius: 6px;
  transform: translateY(-150%);
}

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

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 40px));
  height: 82px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.brand {
  text-decoration: none;
}

.brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

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

.button-header {
  min-height: 44px;
  padding-inline: 20px;
  color: var(--navy);
  background: transparent;
}

.button-header:hover {
  color: white;
  background: var(--navy);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
  align-items: center;
  gap: clamp(50px, 8vw, 118px);
  width: min(1160px, calc(100% - 40px));
  min-height: calc(100vh - 82px);
  min-height: calc(100svh - 82px);
  margin: 0 auto;
  padding: 52px 0 74px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1 {
  max-width: 620px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 6.4vw, 92px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-wrap: balance;
}

.lede {
  max-width: 430px;
  margin: 24px 0 22px;
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1.35;
}

.offer-details {
  max-width: 460px;
  margin: 0 0 16px;
}

.offer-details p {
  margin: 0;
}

.offer-main {
  display: flex;
  align-items: baseline;
  gap: 13px;
  margin-bottom: 7px !important;
}

.offer-main strong {
  font-size: 19px;
  letter-spacing: -0.02em;
}

.offer-main strong span {
  font-size: 10px;
  letter-spacing: 0.08em;
}

.offer-main > span,
.offer-details > p:last-child {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.button-primary {
  min-height: 56px;
  gap: 18px;
  padding-inline: 28px;
  color: white;
  background: var(--navy);
  box-shadow: 0 12px 30px rgba(18, 48, 71, 0.2);
}

.button-primary:hover {
  background: var(--navy-dark);
}

.checkout-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 14px 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.checkout-note svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ingredient-note {
  max-width: 460px;
  margin: 0 0 24px;
  padding-top: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.5;
}

.ingredient-note p {
  margin: 0;
}

.ingredient-note p + p {
  margin-top: 2px;
}

.ingredient-note strong {
  color: var(--navy);
}

.hero-product {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}

.product-halo {
  display: none;
}

.tin-card {
  position: relative;
  width: min(100%, 540px);
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  mix-blend-mode: multiply;
  transform: rotate(1.2deg);
}

.tin-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}

.story {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.story-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 116px) 0;
}

.story-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: end;
  gap: clamp(48px, 8vw, 110px);
  margin-bottom: 56px;
}

.story h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 4.5vw, 60px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.story-lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-grid article {
  padding: 34px clamp(24px, 3vw, 42px) 38px 0;
}

.story-grid article + article {
  padding-left: clamp(24px, 3vw, 42px);
  border-left: 1px solid var(--line);
}

.story-number {
  margin: 0 0 28px;
  color: var(--copper);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.story-grid h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.story-grid article > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.story-note {
  max-width: 740px;
  margin: 34px auto 0;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
}

.story-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.site-footer {
  padding: 18px 20px 24px;
  color: var(--muted);
  background: var(--cream);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.site-footer p,
.site-footer address,
.site-footer nav {
  margin: 0;
}

.footer-business {
  display: grid;
  gap: 5px;
}

.footer-business address {
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: none;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

.site-footer a {
  text-decoration: none;
}

.site-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 2px;
}

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  width: min(860px, calc(100% - 40px));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 0;
}

.legal-header {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.legal-page h1 {
  max-width: none;
  font-size: clamp(52px, 7vw, 78px);
}

.legal-summary {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1.45;
}

.legal-updated {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-content {
  max-width: 760px;
  padding-top: 16px;
}

.legal-content section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.legal-content h3 {
  margin: 24px 0 10px;
  font-size: 13px;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-content a {
  color: var(--navy);
  text-underline-offset: 3px;
}

a:focus-visible {
  outline: 3px solid #c57b42;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 70px;
    padding: 10px 15px;
    gap: 12px;
    background: var(--cream);
  }

  #main-content,
  #top {
    scroll-margin-top: 70px;
  }

  .brand strong {
    font-size: 21px;
    line-height: 1;
  }

  .button-header {
    min-height: 44px;
    padding-inline: 17px;
    font-size: 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    width: calc(100% - 30px);
    min-height: auto;
    padding: 38px 0 46px;
  }

  .eyebrow {
    margin-bottom: 13px;
    font-size: 10px;
  }

  h1 {
    max-width: 470px;
    font-size: clamp(48px, 15vw, 68px);
    line-height: 0.92;
  }

  .lede {
    margin: 18px 0;
    font-size: 20px;
  }

  .offer-details {
    margin-bottom: 16px;
  }

  .offer-main {
    flex-wrap: wrap;
    gap: 4px 12px;
  }

  .button-primary {
    width: 100%;
  }

  .checkout-note {
    justify-content: center;
    margin-left: 0;
    text-align: center;
  }

  .ingredient-note {
    margin-left: 0;
    text-align: left;
  }

  .tin-card {
    width: min(94%, 440px);
    padding: 0;
    transform: rotate(0.8deg);
  }

  .story-shell {
    width: calc(100% - 30px);
    padding: 62px 0;
  }

  .story-intro {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
  }

  .story h2 {
    font-size: 44px;
  }

  .story-lead {
    font-size: 15px;
    line-height: 1.7;
  }

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

  .story-grid article,
  .story-grid article + article {
    padding: 28px 0 30px;
    border-left: 0;
  }

  .story-grid article + article {
    border-top: 1px solid var(--line);
  }

  .story-number {
    margin-bottom: 18px;
  }

  .story-note {
    margin-top: 28px;
    font-size: 19px;
    text-align: left;
  }

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

  .site-footer nav {
    justify-content: flex-start;
  }

  .legal-page {
    width: calc(100% - 30px);
    min-height: calc(100vh - 70px);
    padding: 54px 0 70px;
  }

  .legal-page h1 {
    font-size: 48px;
  }

  .legal-summary {
    font-size: 20px;
  }

  .legal-content section {
    padding: 28px 0;
  }
}

@media (max-width: 360px) {
  .site-header {
    min-height: 64px;
  }

  #main-content,
  #top {
    scroll-margin-top: 64px;
  }

  .brand strong {
    font-size: 19px;
  }

  .button-header {
    padding-inline: 14px;
  }

  .hero {
    gap: 28px;
    padding-top: 20px;
  }

  .eyebrow {
    margin-bottom: 8px;
  }

  h1 {
    font-size: 44px;
  }

  .lede {
    margin: 12px 0;
    font-size: 19px;
  }

  .offer-details {
    margin-bottom: 10px;
  }

  .ingredient-note {
    margin-bottom: 16px;
    padding-top: 8px;
  }
}

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

  .button {
    transition: none;
  }
}
