:root {
  --green: #6f7f64;
  --green-deep: #4e5f45;
  --sage: #a6b89a;
  --sage-light: #d7dfc9;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --peach: #f2d9c6;
  --beige: #ead9c2;
  --ink: #3f473b;
  --muted: #6f756c;
  --line: rgba(78, 95, 69, 0.18);
  --shadow: 0 24px 70px rgba(70, 83, 61, 0.13);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(215, 223, 201, .50), transparent 26%),
    radial-gradient(circle at 90% 18%, rgba(242, 217, 198, .34), transparent 24%),
    var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

::selection { background: var(--sage-light); color: var(--green-deep); }

.container { width: var(--container); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-deep);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 5px rgba(166, 184, 154, .20);
}
.section {
  padding: 110px 0;
  position: relative;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 46px;
}
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2 {
  margin: 13px 0 16px;
  font-size: clamp(2.1rem, 4.5vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 650;
}
.section-heading p { margin: 0; color: var(--muted); font-size: 1.03rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(255, 253, 248, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(78, 95, 69, .07);
}
.nav-wrap {
  width: var(--container);
  margin: 0 auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 650;
  letter-spacing: .08em;
}
.brand img { width: 62px; height: 62px; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 1.18rem; font-weight: 650; letter-spacing: .16em; }
.brand small { margin-top: 5px; font-size: .58rem; letter-spacing: .44em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  font-size: .88rem;
  font-weight: 600;
  color: #50584d;
  position: relative;
}
.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0; right: 100%; bottom: -7px;
  height: 1px;
  background: var(--green);
  transition: right .2s ease;
}
.nav-links a:hover::after { right: 0; }
.nav-cta {
  padding: 12px 18px;
  border: 1px solid var(--green);
  border-radius: 999px;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  border-radius: 999px;
}
.lang-switch a {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 700;
}
.lang-switch a.active { background: var(--green); color: #fff; }
.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.8);
  align-items: center;
  justify-content: center;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  width: 18px; height: 1.5px; background: var(--green-deep); display: block; position: relative;
}
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 135px 0 80px;
  position: relative;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  z-index: -1;
}
.hero::before {
  width: 480px; height: 480px;
  right: -180px; top: 90px;
  background: rgba(215, 223, 201, .50);
}
.hero::after {
  width: 260px; height: 260px;
  left: -90px; bottom: 10px;
  background: rgba(242, 217, 198, .42);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 70px;
}
.hero h1 {
  margin: 18px 0 25px;
  font-size: clamp(3.15rem, 7.2vw, 6.7rem);
  line-height: .96;
  letter-spacing: -.065em;
  font-weight: 620;
}
.hero h1 em { font-style: normal; color: var(--green); }
.hero-copy > p {
  max-width: 620px;
  font-size: 1.12rem;
  color: var(--muted);
  margin: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border-radius: 999px;
  border: 1px solid var(--green);
  font-size: .9rem;
  font-weight: 700;
  transition: .2s ease;
}
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 12px 28px rgba(78, 95, 69, .2); }
.btn-primary:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-secondary { background: rgba(255,255,255,.65); }
.btn-secondary:hover { background: #fff; transform: translateY(-2px); }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
  color: #697064;
  font-size: .82rem;
  font-weight: 600;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta i { width: 6px; height: 6px; background: var(--sage); border-radius: 50%; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.logo-orbit {
  width: min(100%, 590px);
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}
.logo-orbit::before {
  content: "";
  position: absolute;
  inset: 3%;
  border-radius: 50%;
  border: 1px dashed rgba(111, 127, 100, .32);
  animation: spin 32s linear infinite;
}
.logo-orbit::after {
  content: "";
  position: absolute;
  inset: 13%;
  border-radius: 50%;
  background: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
  z-index: -1;
}
.logo-main {
  width: 97%;
  border-radius: 50%;
  filter: drop-shadow(0 18px 42px rgba(70, 83, 61, .14));
}
.value-pill {
  position: absolute;
  width: 156px;
  padding: 13px 16px;
  border-radius: 18px;
  background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(111, 127, 100, .17);
  box-shadow: 0 15px 38px rgba(70, 83, 61, .12);
  font-size: .73rem;
  color: var(--muted);
  animation: float 5s ease-in-out infinite;
}
.value-pill strong { display: block; color: var(--green-deep); font-size: .87rem; margin-bottom: 3px; }
.value-pill b { font-size: 1.1rem; margin-right: 5px; color: var(--green); }
.pill-r { left: -10px; top: 17%; }
.pill-y { right: -10px; top: 25%; animation-delay: -.7s; }
.pill-q { left: 1%; bottom: 18%; animation-delay: -1.4s; }
.pill-x { right: -2%; bottom: 13%; animation-delay: -2.1s; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(246, 242, 233, .72);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.trust-item {
  padding: 31px 24px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 1.05rem; font-weight: 650; }
.trust-item span { color: var(--muted); font-size: .83rem; }

.meaning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.meaning-card {
  min-height: 290px;
  border-radius: var(--radius-md);
  padding: 29px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.meaning-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.meaning-card::after {
  content: attr(data-letter);
  position: absolute;
  right: -12px;
  bottom: -49px;
  font-size: 10rem;
  line-height: 1;
  color: rgba(111,127,100,.075);
  font-weight: 700;
}
.meaning-card .number { color: var(--sage); font-weight: 700; font-size: .75rem; letter-spacing: .14em; }
.meaning-card h3 { margin: 54px 0 12px; font-size: 1.2rem; }
.meaning-card p { color: var(--muted); margin: 0; font-size: .92rem; }

.story-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 76px;
  align-items: start;
}
.story-visual {
  position: sticky;
  top: 118px;
  padding: 25px;
  border-radius: var(--radius-lg);
  background: var(--cream);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.story-visual img { border-radius: 22px; }
.story-quote {
  margin-top: 14px;
  padding: 24px;
  border-left: 2px solid var(--sage);
  color: var(--green-deep);
  font-size: 1.12rem;
  font-weight: 550;
}
.timeline { position: relative; }
.timeline::before {
  content: "";
  position: absolute;
  left: 19px; top: 10px; bottom: 10px;
  width: 1px;
  background: var(--line);
}
.timeline-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 24px;
  padding: 0 0 44px;
}
.timeline-dot {
  width: 39px; height: 39px;
  border-radius: 50%;
  border: 1px solid var(--sage);
  background: var(--paper);
  display: grid; place-items: center;
  color: var(--green);
  font-weight: 700;
  font-size: .77rem;
  z-index: 2;
}
.timeline-content small { color: var(--sage); font-size: .76rem; letter-spacing: .13em; font-weight: 700; text-transform: uppercase; }
.timeline-content h3 { margin: 7px 0 8px; font-size: 1.32rem; }
.timeline-content p { margin: 0; color: var(--muted); }

.products-section {
  background:
    linear-gradient(rgba(246,242,233,.88), rgba(246,242,233,.88)),
    radial-gradient(circle at 20% 20%, var(--sage-light), transparent 35%);
  border-block: 1px solid var(--line);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  min-height: 510px;
  border-radius: var(--radius-md);
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image {
  height: 260px;
  display: grid;
  place-items: center;
  padding: 22px;
  background: linear-gradient(145deg, #fffdf8, #f2ede2);
  position: relative;
}
.product-image::after {
  content: "";
  position: absolute;
  width: 170px; height: 32px;
  border-radius: 50%;
  background: rgba(78,95,69,.10);
  filter: blur(14px);
  bottom: 23px;
}
.product-image img { max-height: 100%; object-fit: contain; position: relative; z-index: 1; }
.product-logo-image img {
  width: min(232px, 95%);
  height: auto;
  border-radius: 50%;
  filter: drop-shadow(0 12px 24px rgba(70, 83, 61, .14));
}
.product-logo-image::before {
  content: "USKORO / COMING SOON";
  position: absolute;
  z-index: 2;
  right: 14px;
  top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 253, 248, .92);
  border: 1px solid rgba(111, 127, 100, .22);
  color: var(--green-deep);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.values-image .coming-soon-logo {
  display: block;
  width: min(520px, 96%);
  margin: 22px auto;
  border-radius: 50%;
  filter: drop-shadow(0 18px 38px rgba(70, 83, 61, .14));
}

.product-body { padding: 25px; display: flex; flex-direction: column; flex: 1; }
.product-tag {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(166,184,154,.18);
  color: var(--green-deep);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-body h3 { margin: 16px 0 8px; font-size: 1.18rem; }
.product-body p { margin: 0; color: var(--muted); font-size: .88rem; }
.product-body ul { margin: auto 0 0; padding: 20px 0 0; list-style: none; }
.product-body li { font-size: .8rem; color: #5f675b; padding: 6px 0; border-top: 1px solid var(--line); }
.product-disclaimer { margin: 28px auto 0; max-width: 820px; text-align: center; color: var(--muted); font-size: .82rem; }

.values-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.values-image {
  position: relative;
  padding: 22px;
  background: #f4efe4;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.values-image img { border-radius: 22px; }
.values-image .caption {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: .78rem;
}
.value-list { display: grid; gap: 14px; }
.value-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.value-icon {
  width: 48px; height: 48px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--green);
  font-size: 1.2rem;
}
.value-row h3 { margin: 0 0 5px; font-size: 1.02rem; }
.value-row p { margin: 0; color: var(--muted); font-size: .9rem; }

.identity-panel {
  padding: 20px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.identity-panel img { border-radius: 22px; }
.color-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
}
.color-dots i { width: 28px; height: 28px; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 1px var(--line); }
.color-dots i:nth-child(1) { background: #6f7f64; }
.color-dots i:nth-child(2) { background: #a6b89a; }
.color-dots i:nth-child(3) { background: #d7dfc9; }
.color-dots i:nth-child(4) { background: #f6f2e9; }
.color-dots i:nth-child(5) { background: #f2d9c6; }

.contact-section { padding-top: 70px; }
.contact-shell {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
}
.contact-copy {
  padding: 56px;
  background: var(--green-deep);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact-copy::after {
  content: "";
  position: absolute;
  width: 270px; height: 270px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  right: -100px; bottom: -110px;
}
.contact-copy h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -.04em; margin: 16px 0; }
.contact-copy p { color: rgba(255,255,255,.74); }
.contact-details { margin-top: 40px; display: grid; gap: 13px; }
.contact-details > a,
.contact-details > span { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; font-size: .9rem; color: #fff; }
.contact-details > a { width: fit-content; transition: opacity .2s ease, transform .2s ease; }
.contact-details > a:hover { opacity: .82; transform: translateX(2px); }
.contact-icon { width: 20px; height: 20px; flex: 0 0 20px; }
.contact-form { padding: 52px; background: var(--paper); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .76rem; font-weight: 700; color: var(--green-deep); }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 14px 15px;
  outline: none;
  color: var(--ink);
  transition: border .2s, box-shadow .2s;
}
.field textarea { min-height: 145px; resize: vertical; }
.field select { appearance: none; cursor: pointer; padding-right: 44px; background-image: linear-gradient(45deg, transparent 50%, var(--green) 50%), linear-gradient(135deg, var(--green) 50%, transparent 50%); background-position: calc(100% - 20px) 52%, calc(100% - 14px) 52%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; }
.field select:invalid { color: #7d8379; }
.field select option { color: var(--ink); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--sage); box-shadow: 0 0 0 4px rgba(166,184,154,.16); }
.form-note { margin-top: 14px; color: var(--muted); font-size: .74rem; }

.site-footer { padding: 55px 0 30px; }
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.footer-copy { max-width: 450px; }
.footer-copy p { color: var(--muted); font-size: .86rem; margin: 16px 0 0; }
.footer-links { display: flex; gap: 42px; }
.footer-links div { display: grid; gap: 8px; }
.footer-links strong { font-size: .8rem; margin-bottom: 4px; }
.footer-links a { color: var(--muted); font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: var(--muted); font-size: .75rem; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.page-hero { padding: 170px 0 80px; }
.page-hero h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: 1; letter-spacing: -.05em; margin: 15px 0 20px; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin-top: 42px; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.success-card {
  max-width: 740px;
  margin: 160px auto 80px;
  padding: 60px;
  text-align: center;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.success-card img { width: 170px; margin: 0 auto 24px; border-radius: 50%; }
.success-card h1 { font-size: clamp(2.2rem, 5vw, 4rem); margin: 0 0 12px; }
.success-card p { color: var(--muted); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .meaning-grid, .products-grid { grid-template-columns: repeat(2, 1fr); }
  .story-layout, .values-layout { grid-template-columns: 1fr; }
  .story-visual { position: relative; top: auto; }
  .contact-shell { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .nav-links {
    position: fixed;
    top: 76px;
    left: 20px;
    right: 20px;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    background: rgba(255,253,248,.97);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: .2s ease;
  }
  .nav-links.open { opacity: 1; transform: none; pointer-events: auto; }
  .nav-links a { padding: 8px 0; }
  .menu-toggle { display: flex; }
  .lang-switch { margin-left: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-top { flex-direction: column; }
}

@media (max-width: 620px) {
  :root { --container: min(100% - 26px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 72px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .5rem; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-visual { min-height: 410px; margin-top: 15px; }
  .logo-orbit { width: 108%; max-width: 440px; }
  .value-pill { width: 128px; padding: 10px 12px; font-size: .62rem; }
  .value-pill strong { font-size: .72rem; }
  .pill-r { left: -4px; }
  .pill-y { right: -4px; }
  .pill-q { left: -4px; bottom: 14%; }
  .pill-x { right: -4px; bottom: 10%; }
  .meaning-grid, .products-grid { grid-template-columns: 1fr; }
  .meaning-card { min-height: 245px; }
  .meaning-card h3 { margin-top: 35px; }
  .story-layout { gap: 42px; }
  .values-layout { gap: 42px; }
  .contact-copy, .contact-form { padding: 32px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-links { width: 100%; justify-content: space-between; gap: 18px; }
  .footer-bottom { flex-direction: column; }
  .section-heading h2 { font-size: 2.5rem; }
  .success-card { margin: 120px 14px 50px; padding: 38px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* Branded FormSubmit thank-you pages */
.thank-you-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 223, 201, .72), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(242, 217, 198, .58), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f5ed 52%, #fffaf3 100%);
}
.thank-you-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 12px;
}
.thank-you-main::before,
.thank-you-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(111, 127, 100, .14);
  border-radius: 50%;
}
.thank-you-main::before { top: -250px; left: -130px; }
.thank-you-main::after { right: -190px; bottom: -260px; }
.thank-you-leaf {
  position: absolute;
  z-index: -1;
  color: rgba(111, 127, 100, .16);
  font-family: Georgia, serif;
  font-size: clamp(150px, 22vw, 310px);
  line-height: 1;
  user-select: none;
}
.thank-you-leaf-left { left: -50px; bottom: -20px; transform: rotate(-22deg); }
.thank-you-leaf-right { right: -50px; top: -20px; transform: scaleX(-1) rotate(-22deg); }
.success-card.success-card-branded {
  width: min(100%, 620px);
  max-height: calc(100vh - 24px);
  overflow-y: auto;
  margin: 0;
  padding: clamp(24px, 4vw, 36px);
  position: relative;
  background: rgba(255, 253, 248, .88);
  border: 1px solid rgba(111, 127, 100, .22);
  box-shadow: 0 34px 100px rgba(70, 83, 61, .18);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.success-card.success-card-branded::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--green-deep), var(--sage), var(--peach));
}
.success-card.success-card-branded::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(166, 184, 154, .25);
  border-radius: calc(var(--radius-lg) - 10px);
  pointer-events: none;
}
.success-logo {
  display: block;
  width: 120px;
  margin: 0 auto 12px;
  position: relative;
  z-index: 1;
}
.success-card.success-card-branded .success-logo img {
  width: 120px;
  margin: 0;
  border-radius: 50%;
  filter: drop-shadow(0 15px 25px rgba(78, 95, 69, .14));
}
.success-check {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin: -2px auto 12px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(166, 184, 154, .18);
  position: relative;
  z-index: 1;
}
.success-check svg { width: 20px; height: 20px; }
.success-card.success-card-branded .eyebrow { justify-content: center; position: relative; z-index: 1; }
.success-card.success-card-branded h1 {
  max-width: 610px;
  margin: 10px auto 8px;
  color: var(--green-deep);
  font-size: clamp(1.65rem, 4.5vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -.055em;
  position: relative;
  z-index: 1;
}
.success-card.success-card-branded > p {
  max-width: 560px;
  margin: 0 auto;
  font-size: .92rem;
  position: relative;
  z-index: 1;
}
.success-card.success-card-branded .redirect-copy {
  margin-top: 14px;
  color: var(--green-deep);
  font-size: .88rem;
}
.redirect-progress {
  width: min(100%, 390px);
  height: 6px;
  margin: 9px auto 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(111, 127, 100, .14);
  position: relative;
  z-index: 1;
}
.redirect-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green-deep), var(--sage));
  transform-origin: left;
  animation: redirectCountdown 10s linear forwards;
}
.success-card.success-card-branded .btn { position: relative; z-index: 1; }
.success-signature {
  margin-top: 16px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@keyframes redirectCountdown { to { transform: scaleX(0); } }
@media (max-width: 620px) {
  .thank-you-main { padding: 8px; }
  .success-card.success-card-branded { margin: 0; padding: 24px 18px 22px; border-radius: 24px; }
  .success-card.success-card-branded::after { inset: 11px; }
  .success-logo, .success-card.success-card-branded .success-logo img { width: 102px; }
  .success-signature { letter-spacing: .06em; }
}
@media (prefers-reduced-motion: reduce) {
  .redirect-progress span { animation: none; }
}


/* RYQX mobile fixed-view and enlarged logo refinements */
html, body { overscroll-behavior-x: none; }
@media (max-width: 860px) {
  html, body { touch-action: pan-y; }
}
@media (min-width: 861px) {
  .hero-visual { min-height: 640px; }
}
@media (max-width: 1050px) and (min-width: 621px) {
  .hero-visual { min-height: 585px; }
}
@media (max-width: 620px) {
  .hero-visual { min-height: 440px; }
  .product-logo-image img { width: min(250px, 96%); }
  .values-image .coming-soon-logo { width: min(540px, 100%); }
}
