/* © BuyReadySite.com */
:root {
  --color-ink: #1b3027;
  --color-forest: #234834;
  --color-forest-deep: #183326;
  --color-moss: #6f8751;
  --color-sand: #cfb07f;
  --color-sand-soft: #e8dcc5;
  --color-cream: #f7f4ee;
  --color-white: rgba(255, 255, 255, 0.9);
  --color-line: rgba(24, 51, 38, 0.12);
  --color-line-strong: rgba(24, 51, 38, 0.2);
  --shadow-soft: 0 28px 88px rgba(27, 48, 39, 0.14);
  --shadow-card: 0 18px 44px rgba(27, 48, 39, 0.12);
  --shadow-deep: 0 34px 96px rgba(27, 48, 39, 0.18);
  --radius-xs: 12px;
  --radius-sm: 18px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --radius-xl: 40px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Instrument Sans", sans-serif;
  color: var(--color-ink);
  background:
    radial-gradient(circle at top left, rgba(207, 176, 127, 0.2), transparent 36%),
    radial-gradient(circle at top right, rgba(111, 135, 81, 0.12), transparent 30%),
    linear-gradient(180deg, #fbfaf7 0%, #f2eee6 100%);
}

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

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

button,
a {
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease;
}

button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(35, 72, 52, 0.4);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 20px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--color-forest);
  color: #ffffff;
}

.skip-link:focus {
  top: 18px;
}

.page-shell {
  width: min(100% - 32px, var(--max-width));
  margin: 0 auto;
  padding-bottom: 40px;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  display: grid;
  gap: 16px;
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 28px;
  background: rgba(250, 248, 244, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 54px rgba(27, 48, 39, 0.14);
}

.brand-block {
  display: grid;
  gap: 4px;
}

.brand-block__title {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand-block__subtitle {
  margin: 0;
  max-width: 24rem;
  color: rgba(27, 48, 39, 0.68);
  font-size: 0.92rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: rgba(27, 48, 39, 0.82);
  font-size: 0.96rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--color-forest);
}

.lang-switcher {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lang-switcher__button {
  min-width: 48px;
  padding: 10px 12px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: rgba(27, 48, 39, 0.74);
}

.lang-switcher__button.is-active {
  background: var(--color-forest);
  border-color: var(--color-forest);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(35, 72, 52, 0.22);
}

.section {
  padding: 72px 0 0;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.section-heading h2,
.hero__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--color-forest);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: currentColor;
}

.section-lead,
.hero__description,
.story-card p,
.oem-copy p,
.offer-card p,
.why-card p,
.contact-card__value,
.hero-card__copy {
  margin: 0;
  color: rgba(27, 48, 39, 0.76);
  line-height: 1.7;
}

.hero {
  display: grid;
  gap: 28px;
  align-items: center;
}

.hero__content {
  display: grid;
  gap: 24px;
}

.hero__title {
  font-size: clamp(3.3rem, 11vw, 6.6rem);
}

.hero__title span {
  display: block;
}

.hero__title-accent {
  color: var(--color-forest);
}

.hero__description {
  max-width: 40rem;
  font-size: 1.04rem;
}

.hero__actions,
.cta-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button--primary {
  background: var(--color-forest);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(35, 72, 52, 0.22);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--color-forest-deep);
}

.button--secondary {
  border-color: var(--color-line-strong);
  background: rgba(255, 255, 255, 0.72);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  border-color: rgba(35, 72, 52, 0.34);
  background: rgba(255, 255, 255, 0.95);
}

.hero__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pill {
  padding: 12px 16px;
  border: 1px solid rgba(35, 72, 52, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 14px 26px rgba(27, 48, 39, 0.08);
  color: rgba(27, 48, 39, 0.84);
  font-size: 0.95rem;
  animation: pillFloat 8s ease-in-out infinite;
}

.pill:nth-child(2) {
  animation-delay: 1.2s;
}

.pill:nth-child(3) {
  animation-delay: 2.4s;
}

.pill:nth-child(4) {
  animation-delay: 3.6s;
}

.hero-card,
.story-card,
.info-panel,
.extract-card,
.offer-card,
.why-card,
.cta-shell,
.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
  transition:
    transform 320ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease;
}

.hero-card:hover,
.story-card:hover,
.info-panel:hover,
.extract-card:hover,
.offer-card:hover,
.why-card:hover,
.cta-shell:hover,
.contact-card:hover,
.site-footer:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-deep);
}

.hero-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, transparent 36%);
  pointer-events: none;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: auto auto -72px -64px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(207, 176, 127, 0.26), transparent 72%);
  filter: blur(8px);
  animation: auraShift 10s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-card__header {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  max-width: min(32rem, calc(100% - 36px));
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(250, 248, 244, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 42px rgba(27, 48, 39, 0.16);
}

.hero-card__image {
  min-height: 440px;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  animation: heroImageFloat 16s ease-in-out infinite alternate;
}

.hero-card__eyebrow {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--color-forest);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-card__stats {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 12px;
  width: min(260px, calc(100% - 36px));
}

.stat-card {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(250, 248, 244, 0.84);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 34px rgba(27, 48, 39, 0.12);
}

.stat-card__value {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-forest);
}

.stat-card__label {
  color: rgba(27, 48, 39, 0.72);
  font-size: 0.92rem;
}

.section--split .section-heading,
.section--extracts .section-heading,
.section--why .section-heading,
.section--cta .cta-shell {
  max-width: 48rem;
}

.about-grid,
.extracts-layout,
.oem-layout {
  display: grid;
  gap: 20px;
}

.story-card,
.cta-shell {
  padding: 26px;
  border-radius: var(--radius-lg);
}

.story-card {
  display: grid;
  gap: 18px;
}

.stacked-panels {
  display: grid;
  gap: 16px;
}

.info-panel {
  padding: 22px;
  border-radius: var(--radius-md);
}

.info-panel__label,
.contact-card__label {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--color-forest);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.extracts-layout {
  align-items: stretch;
}

.extracts-visual,
.oem-visual {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.extracts-visual img,
.oem-visual img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.extracts-visual:hover img,
.oem-visual:hover img {
  transform: scale(1.04);
  filter: saturate(1.04);
}

.extracts-list,
.offer-grid,
.why-grid,
.contact-grid {
  display: grid;
  gap: 16px;
}

.extract-card,
.offer-card,
.why-card,
.contact-card {
  padding: 22px;
  border-radius: var(--radius-md);
}

.extract-card--featured {
  background:
    linear-gradient(135deg, rgba(35, 72, 52, 0.12), rgba(207, 176, 127, 0.14)),
    rgba(255, 255, 255, 0.82);
}

.extract-card__header {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.extract-card h3,
.offer-card h3,
.why-card h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
}

.extract-card__status {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(35, 72, 52, 0.12);
  color: var(--color-forest);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.extract-card__status--muted {
  background: rgba(111, 135, 81, 0.12);
  color: #5c7446;
}

.offer-card {
  position: relative;
  overflow: hidden;
}

.offer-card::after {
  content: "";
  position: absolute;
  inset: auto -24px -24px auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 135, 81, 0.15), transparent 70%);
  animation: auraShift 8s ease-in-out infinite alternate;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -20%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.45), transparent 72%);
  opacity: 0.8;
}

.offer-card__index {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(35, 72, 52, 0.42);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.section--oem {
  position: relative;
}

.oem-copy {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(232, 220, 197, 0.55)),
    rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow-soft);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: rgba(27, 48, 39, 0.84);
  line-height: 1.6;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-forest), var(--color-moss));
}

.oem-note,
.contact-note {
  color: rgba(27, 48, 39, 0.6);
  font-size: 0.94rem;
}

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

.why-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 244, 238, 0.9)),
    rgba(255, 255, 255, 0.78);
}

.section--cta {
  padding-bottom: 56px;
}

.cta-shell {
  display: grid;
  gap: 22px;
  background:
    linear-gradient(135deg, rgba(35, 72, 52, 0.08), rgba(207, 176, 127, 0.12)),
    rgba(255, 255, 255, 0.82);
  position: relative;
  overflow: hidden;
}

.cta-shell::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 135, 81, 0.14), transparent 70%);
  animation: auraShift 11s ease-in-out infinite alternate;
  pointer-events: none;
}

.cta-copy {
  display: grid;
  gap: 16px;
}

.contact-card__value {
  display: block;
  font-weight: 600;
  color: var(--color-ink);
}

.site-footer {
  position: relative;
  margin-top: 44px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(232, 220, 197, 0.56)),
    rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  color: rgba(27, 48, 39, 0.68);
  font-size: 0.94rem;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: auto -120px -140px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 72, 52, 0.12), transparent 72%);
  animation: auraShift 12s ease-in-out infinite alternate;
  pointer-events: none;
}

.site-footer__grid,
.site-footer__bar {
  position: relative;
  z-index: 1;
}

.site-footer__grid {
  display: grid;
  gap: 24px;
}

.site-footer__brand,
.site-footer__meta {
  display: grid;
  gap: 10px;
}

.site-footer__logo {
  width: fit-content;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--color-forest);
}

.site-footer__tagline,
.site-footer__stage,
.site-footer__bar p {
  margin: 0;
  line-height: 1.7;
}

.site-footer__nav {
  display: grid;
  gap: 12px;
}

.site-footer__nav a,
.site-footer__bar a {
  width: fit-content;
  color: rgba(27, 48, 39, 0.78);
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__bar a:hover,
.site-footer__bar a:focus-visible {
  color: var(--color-forest);
  transform: translateX(3px);
}

.site-footer__meta-label {
  color: var(--color-forest);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__meta-value {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--color-ink);
}

.site-footer__bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 18px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 51, 38, 0.1);
}

.reveal--delay {
  transition-delay: 80ms;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

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

@keyframes heroImageFloat {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.06) translate3d(0, -10px, 0);
  }
}

@keyframes pillFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@keyframes auraShift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-12px, -10px, 0) scale(1.08);
  }
}

@media (min-width: 768px) {
  .page-shell {
    width: min(100% - 48px, var(--max-width));
  }

  .site-header {
    grid-template-columns: minmax(220px, 1fr) auto auto;
    align-items: center;
  }

  .section {
    padding-top: 92px;
  }

  .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 32px;
    min-height: calc(100vh - 180px);
  }

  .about-grid,
  .oem-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .extracts-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }

  .site-footer__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.7fr) minmax(0, 0.8fr);
    align-items: start;
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-card:last-child {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .hero {
    gap: 44px;
  }

  .hero-card__image {
    min-height: 580px;
  }

  .section-heading h2 {
    font-size: 3.6rem;
  }

  .offer-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .hero-card__header {
    top: 24px;
    left: 24px;
  }

  .hero-card__stats {
    right: 24px;
    bottom: 24px;
  }
}

@media (min-width: 1440px) {
  .hero__title {
    font-size: 7rem;
  }
}

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

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

  .js-enabled .reveal,
  .js-enabled .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}