:root {
  --ink: #201d19;
  --ink-soft: #595248;
  --paper: #f6f0e5;
  --paper-deep: #ede1ce;
  --card: #fffaf1;
  --amber: #e4a51c;
  --amber-deep: #b87408;
  --forest: #33493e;
  --line: rgba(32, 29, 25, 0.16);
  --white: #fffdf8;
  --shell: min(1160px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

a:hover {
  color: var(--amber-deep);
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--ink);
  transform: translateY(-160%);
}

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

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

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 240, 229, 0.96);
}

.header-inner {
  min-height: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}

.brand:hover {
  color: var(--ink);
}

.brand img {
  width: 96px;
  aspect-ratio: 709 / 364;
  object-fit: contain;
}

.brand span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.88rem;
  font-weight: 650;
}

.nav-list a {
  text-decoration: none;
}

.nav-list .nav-contact {
  display: inline-block;
  padding: 9px 16px;
  color: var(--white);
  background: var(--forest);
  border-radius: 999px;
}

.nav-list .nav-contact:hover {
  background: var(--ink);
}

.back-link {
  font-size: 0.9rem;
  font-weight: 700;
}

.back-link::before {
  content: "←";
  margin-right: 8px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 10vw, 138px) 0 clamp(88px, 11vw, 150px);
}

.hero::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  top: -330px;
  right: -230px;
  border: 1px solid rgba(184, 116, 8, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(228, 165, 28, 0.035),
    0 0 0 142px rgba(228, 165, 28, 0.025);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: clamp(60px, 9vw, 120px);
  align-items: center;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--amber-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.25rem, 7vw, 6.4rem);
}

h2 {
  max-width: 650px;
  font-size: clamp(2.35rem, 4.8vw, 4.4rem);
}

.hero-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.button-primary {
  color: var(--white);
  background: var(--ink);
}

.button-primary:hover {
  color: var(--white);
  background: var(--forest);
  border-color: var(--forest);
}

.button-secondary:hover {
  color: var(--ink);
  background: var(--paper-deep);
}

.hero-mark {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.hero-mark p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
}

.sun-disc {
  width: clamp(210px, 25vw, 310px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, #ffd867 0, #f3b322 42%, #d7870c 100%);
  border-radius: 50%;
  box-shadow: 0 28px 80px rgba(130, 78, 0, 0.2);
}

.resin-drop {
  width: 68px;
  height: 94px;
  display: block;
  background: rgba(255, 250, 229, 0.9);
  border: 1px solid rgba(90, 47, 0, 0.15);
  border-radius: 58% 42% 62% 38% / 70% 45% 55% 30%;
  transform: rotate(36deg);
  box-shadow:
    inset 10px 10px 22px rgba(255, 255, 255, 0.75),
    10px 18px 30px rgba(95, 50, 0, 0.15);
}

.fact-strip {
  color: var(--white);
  background: var(--forest);
}

.fact-grid {
  min-height: 98px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.fact-grid p {
  margin: 0;
  padding: 10px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.fact-grid p:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.fact-grid span {
  margin-right: 14px;
  color: #e7bd67;
  font-family: var(--serif);
  font-style: italic;
}

.section {
  padding: clamp(90px, 11vw, 150px) 0;
  scroll-margin-top: 30px;
}

.section-warm {
  background: var(--paper-deep);
}

.split-layout,
.company-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.prose {
  max-width: 710px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.lead-prose {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.45;
}

.prose p {
  margin: 0;
}

.prose p + p {
  margin-top: 1.4em;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(70px, 11vw, 150px);
  align-items: center;
}

.product-visual {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #d9bf91;
  border-radius: 180px 180px 18px 18px;
}

.product-visual::before {
  content: "";
  position: absolute;
  inset: 40px;
  border: 1px solid rgba(49, 45, 38, 0.16);
  border-radius: 150px 150px 8px 8px;
}

.bottle {
  position: relative;
  z-index: 2;
  width: 146px;
  height: 260px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #855114, #b8751c 45%, #73430d);
  border-radius: 22px 22px 28px 28px;
  box-shadow: 18px 30px 50px rgba(71, 40, 5, 0.25);
}

.bottle-neck {
  position: absolute;
  width: 70px;
  height: 56px;
  top: -48px;
  background: #2c2924;
  border-radius: 8px 8px 3px 3px;
}

.bottle-label {
  width: 112px;
  padding: 20px 8px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 2rem;
  text-align: center;
}

.botanical-line {
  position: absolute;
  width: 150px;
  height: 260px;
  border-left: 2px solid rgba(51, 73, 62, 0.48);
  border-radius: 50%;
  transform: rotate(-32deg);
}

.botanical-line::before,
.botanical-line::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 24px;
  border: 2px solid rgba(51, 73, 62, 0.48);
  border-radius: 100% 0 100% 0;
}

.botanical-line::before {
  top: 65px;
  left: -50px;
  transform: rotate(15deg);
}

.botanical-line::after {
  top: 135px;
  left: 4px;
  transform: scaleX(-1) rotate(15deg);
}

.botanical-one {
  right: -30px;
  bottom: -30px;
}

.botanical-two {
  left: 15px;
  top: -80px;
  transform: rotate(148deg) scale(0.8);
}

.product-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.feature-list {
  max-width: 650px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.feature-list li {
  position: relative;
  padding: 15px 42px 15px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 680;
}

.feature-list li::after {
  content: "✓";
  position: absolute;
  right: 8px;
  color: var(--forest);
}

.product-copy .small-note {
  font-size: 0.9rem;
}

.company-section {
  color: var(--white);
  background: var(--ink);
}

.company-section .eyebrow {
  color: #e7bd67;
}

.company-card {
  max-width: 720px;
}

.company-card > p {
  margin: 0 0 38px;
  color: rgba(255, 253, 248, 0.72);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.5;
}

.company-facts {
  margin: 0 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.company-facts div,
.legal-facts div {
  display: grid;
  grid-template-columns: minmax(135px, 0.42fr) 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.company-facts dt {
  color: rgba(255, 253, 248, 0.55);
}

.company-facts dd,
.legal-facts dd {
  margin: 0;
}

.text-link {
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-section {
  padding: clamp(80px, 10vw, 120px) 0;
  color: var(--white);
  background: var(--forest);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 70px;
  align-items: end;
}

.eyebrow-light {
  color: #e7bd67;
}

.contact-details {
  font-style: normal;
}

.contact-details p {
  margin: 0;
}

.contact-details p + p {
  margin-top: 24px;
}

.contact-details a {
  color: var(--white);
  font-weight: 700;
}

.site-footer {
  padding: 28px 0;
  color: var(--ink-soft);
  background: var(--paper);
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner nav {
  display: flex;
  gap: 24px;
}

.legal-main {
  padding: clamp(72px, 10vw, 130px) 0;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.legal-heading {
  position: sticky;
  top: 40px;
}

.legal-heading h1 {
  font-size: clamp(3rem, 6vw, 5.2rem);
}

.legal-heading > p:last-child {
  max-width: 420px;
  margin-top: 26px;
  color: var(--ink-soft);
}

.legal-content {
  max-width: 720px;
}

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

.legal-content section + section {
  padding-top: 42px;
}

.legal-content h2 {
  margin-bottom: 18px;
  font-family: var(--sans);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
}

.legal-content p,
.legal-content address {
  margin: 0;
  color: var(--ink-soft);
  font-style: normal;
}

.legal-content p + p,
.legal-content address + p {
  margin-top: 18px;
}

.legal-facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.legal-facts div {
  border-bottom-color: var(--line);
}

.legal-facts dt {
  color: var(--ink-soft);
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 60px 0;
}

.error-content {
  max-width: 760px;
  text-align: center;
}

.brand-centered {
  margin-bottom: 70px;
}

.error-content h1 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
}

.error-content > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: var(--ink-soft);
}

@media (max-width: 860px) {
  .header-inner {
    min-height: 88px;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 18px;
  }

  .brand img {
    width: 82px;
  }

  .nav-list {
    gap: 8px 18px;
    padding-bottom: 4px;
  }

  .nav-list .nav-contact {
    padding: 5px 12px;
  }

  .hero-grid,
  .split-layout,
  .product-grid,
  .company-grid,
  .contact-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 70px;
  }

  .hero-mark {
    justify-self: center;
  }

  .split-layout,
  .company-grid,
  .legal-layout {
    gap: 45px;
  }

  .product-grid {
    gap: 65px;
  }

  .product-visual {
    min-height: 430px;
    max-width: 430px;
    width: 100%;
    justify-self: center;
  }

  .contact-grid {
    gap: 45px;
  }

  .legal-heading {
    position: static;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: min(100% - 28px, 1160px);
  }

  body {
    font-size: 16px;
  }

  .brand span {
    display: none;
  }

  .nav-list {
    font-size: 0.79rem;
  }

  .hero {
    padding-top: 64px;
  }

  .hero::before {
    display: none;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.15rem);
  }

  .fact-grid {
    grid-template-columns: 1fr;
    padding: 14px 0;
  }

  .fact-grid p,
  .fact-grid p:last-child {
    padding: 9px 6px;
    border: 0;
  }

  .company-facts div,
  .legal-facts div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

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

  .brand-centered span {
    display: inline;
  }
}

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

@media print {
  .site-header,
  .site-footer,
  .button-row {
    display: none;
  }

  body {
    color: #000;
    background: #fff;
    font-size: 11pt;
  }

  .section,
  .legal-main {
    padding: 30px 0;
  }
}
