:root {
  --pt-ink: #0c1725;
  --pt-ink-soft: #52606d;
  --pt-cream: #f1ede3;
  --pt-paper: #faf8f2;
  --pt-ivory: #fbf7ed;
  --pt-navy: #08111e;
  --pt-mint: #dce5df;
  --pt-green: #526b5c;
  --pt-green-dark: #162e25;
  --pt-gold: #c8a15b;
  --pt-gold-dark: #8d682c;
  --pt-gold-light: #eadfca;
  --pt-line: #d9dfda;
  --pt-white: #ffffff;
  --pt-ivory-70: rgba(251, 247, 237, 0.7);
  --pt-ivory-64: rgba(251, 247, 237, 0.64);
  --pt-ivory-46: rgba(251, 247, 237, 0.46);
  --pt-ivory-15: rgba(251, 247, 237, 0.15);
  --pt-navy-84: rgba(8, 17, 30, 0.84);
  --pt-shadow: 0 24px 70px rgba(16, 35, 29, 0.12);
  --pt-radius-sm: 12px;
  --pt-radius-md: 22px;
  --pt-radius-lg: 34px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pt-ink);
  background: var(--pt-paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.pt-brand {
  font-family: "Manrope", sans-serif;
}

h1 {
  font-size: clamp(2.75rem, 6vw, 5.8rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

h3 {
  letter-spacing: -0.025em;
}

.pt-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pt-is-hidden {
  display: none !important;
}

.pt-skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--pt-white);
  background: var(--pt-green-dark);
  border-radius: 8px;
}

.pt-skip-link:focus {
  top: 20px;
}

.pt-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: rgba(250, 248, 242, 0.94);
  border-bottom: 1px solid rgba(12, 23, 37, 0.1);
  backdrop-filter: blur(18px);
  will-change: transform;
  transition:
    background-color 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease,
    backdrop-filter 320ms ease,
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pt-header.is-scrolled {
  background: rgba(250, 248, 242, 0.98);
  border-bottom-color: rgba(12, 23, 37, 0.14);
  box-shadow: 0 12px 36px rgba(8, 17, 30, 0.08);
  backdrop-filter: blur(24px);
}

.pt-header__inner {
  display: grid;
  min-height: 78px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transition: min-height 320ms ease;
}

.pt-header.is-scrolled .pt-header__inner {
  min-height: 66px;
}

.pt-brand {
  position: relative;
  display: inline-flex;
  width: max-content;
  padding-bottom: 7px;
  align-items: center;
  justify-self: start;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  transition: font-size 320ms ease, letter-spacing 320ms ease;
}

.pt-header .pt-brand::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--pt-gold);
  content: "";
}

.pt-header.is-scrolled .pt-brand {
  font-size: 1.12rem;
  letter-spacing: -0.025em;
}

.pt-brand img {
  width: auto;
  max-height: 42px;
}

.pt-brand__mark {
  display: inline-block;
  width: 22px;
  height: 22px;
  background:
    radial-gradient(circle at 70% 30%, var(--pt-mint) 0 15%, transparent 16%),
    linear-gradient(145deg, var(--pt-green), var(--pt-green-dark));
  border-radius: 62% 38% 55% 45% / 44% 54% 46% 56%;
  transform: rotate(-12deg);
}

.pt-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 52px);
  font-size: 0.92rem;
  font-weight: 600;
}

.pt-nav a {
  position: relative;
  padding: 9px 2px;
  transition: color 180ms ease;
}

.pt-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--pt-gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.pt-nav a:hover::after,
.pt-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pt-nav a:hover,
.pt-text-link:hover,
.pt-back-link:hover {
  color: var(--pt-navy);
}

.pt-cart-link {
  position: relative;
  display: grid;
  width: 30px;
  height: 38px;
  align-items: center;
  justify-items: center;
  justify-self: end;
}

.pt-cart-icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pt-cart-count {
  position: absolute;
  top: 0;
  right: -7px;
  z-index: 1;
  display: grid;
  min-width: 19px;
  height: 19px;
  padding-inline: 4px;
  place-items: center;
  color: var(--pt-white);
  background: var(--pt-gold-dark);
  border: 2px solid var(--pt-paper);
  border-radius: 999px;
  font-size: 0.63rem;
  font-weight: 700;
  line-height: 1;
}

.pt-eyebrow {
  margin-bottom: 18px;
  color: var(--pt-green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pt-hero {
  overflow: hidden;
  padding: 88px 0 96px;
  background:
    radial-gradient(circle at 82% 15%, rgba(217, 238, 228, 0.9), transparent 28%),
    var(--pt-paper);
}

.pt-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 80px;
  align-items: center;
}

.pt-hero h1 em {
  color: var(--pt-green);
  font-style: normal;
}

.pt-hero__lead {
  max-width: 640px;
  margin-bottom: 32px;
  color: var(--pt-ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.pt-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pt-button {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease;
}

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

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

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

.pt-button--secondary {
  color: var(--pt-ink);
  background: transparent;
  border-color: var(--pt-ink);
}

.pt-button--light {
  color: var(--pt-green-dark);
  background: var(--pt-white);
}

.pt-button--wide {
  width: 100%;
}

.pt-text-link,
.pt-back-link {
  font-weight: 700;
}

.pt-trust-row {
  display: flex;
  margin: 42px 0 0;
  padding: 0;
  gap: 22px;
  color: var(--pt-ink-soft);
  font-size: 0.82rem;
  list-style: none;
}

.pt-trust-row li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--pt-green);
  font-weight: 700;
}

.pt-hero__visual {
  position: relative;
  min-height: 500px;
}

.pt-orbit {
  position: absolute;
  border: 1px solid rgba(29, 107, 78, 0.25);
  border-radius: 50%;
}

.pt-orbit--one {
  inset: 15px 40px 55px 0;
}

.pt-orbit--two {
  inset: 70px 0 0 80px;
}

.pt-kit-card,
.pt-product-kit {
  color: var(--pt-paper);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 45%),
    var(--pt-green-dark);
  box-shadow: var(--pt-shadow);
}

.pt-kit-card {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 290px;
  height: 390px;
  padding: 30px;
  border-radius: var(--pt-radius-md);
  transform: translateX(-50%) rotate(5deg);
}

.pt-kit-card__brand,
.pt-product-kit__brand {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.pt-kit-card p,
.pt-product-kit p {
  margin: 50px 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.pt-kit-card small,
.pt-product-kit small {
  color: var(--pt-mint);
}

.pt-sample-dots {
  display: flex;
  margin-top: 56px;
  gap: 8px;
}

.pt-sample-dots span {
  width: 22px;
  height: 22px;
  background: var(--pt-mint);
  border: 5px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.pt-baseline-card {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: 210px;
  padding: 22px;
  background: var(--pt-white);
  border: 1px solid var(--pt-line);
  border-radius: var(--pt-radius-sm);
  box-shadow: var(--pt-shadow);
}

.pt-baseline-card span,
.pt-baseline-card strong {
  display: block;
}

.pt-baseline-card span {
  color: var(--pt-ink-soft);
  font-size: 0.8rem;
}

.pt-baseline-card strong {
  margin: 4px 0 20px;
  font-size: 1.35rem;
}

.pt-baseline-card__line {
  height: 5px;
  background: linear-gradient(90deg, var(--pt-green) 68%, var(--pt-mint) 68%);
  border-radius: 999px;
}
