/* ==========================================================================
   הזינוק — hazinuk.co.il
   Palette sampled directly from the הזינוק wordmark and the הנוסחה logo.
   ========================================================================== */

@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/assistant-hebrew.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/assistant-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/assistant-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- tokens ---------- */
:root {
  --brown:      #4E3024;
  --brown-deep: #2F1C14;
  --gold:       #CF9C09;
  --gold-text:  #8A6504;
  --gold-soft:  #E7C55E;
  --cream:      #FEF7DA;
  --sand:       #F4E9D7;
  --paper:      #FFFCF1;
  --line:       rgba(78, 48, 36, .16);

  --wrap: 1080px;
  --gap: clamp(1rem, 3vw, 2rem);
  --sec-y: clamp(3.5rem, 8vw, 6.5rem);

  --r: 4px;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  direction: rtl;
  font-family: 'Assistant', system-ui, 'Segoe UI', Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(1.0625rem, .55vw + .95rem, 1.1875rem);
  line-height: 1.75;
  color: var(--brown);
  background: var(--paper);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-text); }

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

/* ---------- type scale ---------- */
h1, h2, h3 {
  margin: 0 0 .5em;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.015em;
  color: var(--brown-deep);
  text-wrap: balance;
}
h1 { font-size: clamp(2rem, 5.4vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.8vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.4rem); }
p  { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.lede {
  font-weight: 200;
  font-size: clamp(1.15rem, 1.9vw, 1.5rem);
  line-height: 1.6;
}

.eyebrow {
  display: block;
  margin: 0 0 1.1rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .22em;
  color: var(--gold-text);
  text-transform: none;
}

.hl { color: var(--gold-text); font-weight: 800; }

/* ---------- layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.narrow { width: min(100% - 2.5rem, 760px); margin-inline: auto; }

.sec { padding-block: var(--sec-y); }
.sec--cream { background: var(--cream); }
.sec--sand  { background: var(--sand); }
.sec--dark  { background: var(--brown-deep); color: var(--sand); }
.sec--dark h2, .sec--dark h3 { color: var(--cream); }
.sec--dark .eyebrow { color: var(--gold-soft); }
.sec--dark .hl { color: var(--gold-soft); }

.center { text-align: center; }

.skip {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  background: var(--brown-deep); color: var(--cream);
  padding: .75rem 1.25rem;
  z-index: 100;
}
.skip:focus {
  width: auto; height: auto;
  clip-path: none;
  inset-inline-start: 1rem;
  top: 1rem;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .95rem 2.4rem;
  border: 0;
  border-radius: var(--r);
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  background: var(--gold);
  color: var(--brown-deep);
  box-shadow: 0 2px 0 #A57C05;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.btn:hover { background: #DFA80D; transform: translateY(-1px); box-shadow: 0 3px 0 #A57C05; }
.btn:active { transform: translateY(1px); box-shadow: 0 1px 0 #A57C05; }
.btn--ghost {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(254, 247, 218, .45);
  box-shadow: none;
}
.btn--ghost:hover { background: rgba(254, 247, 218, .1); border-color: var(--gold-soft); }
.btn--block { width: 100%; }
@media (prefers-reduced-motion: reduce) {
  .btn, .btn:hover, .btn:active { transition: none; transform: none; }
}

/* ---------- hero ---------- */
.hero {
  background: var(--cream);
}
.hero__banner { width: 100%; }
.hero__body {
  padding-block: clamp(2.25rem, 5vw, 3.75rem) clamp(2.75rem, 6vw, 4.5rem);
  text-align: center;
}
.hero h1 { margin-bottom: .35em; }
.hero .lede { margin-inline: auto; max-width: 40ch; }
.hero__cta { margin-top: 2rem; }
.hero__note {
  margin-top: 1rem;
  font-size: .95rem;
  font-weight: 300;
  opacity: .75;
}

/* ---------- pain list ---------- */
.pain {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.pain li {
  background: var(--paper);
  padding: 1.15rem clamp(1rem, 3vw, 1.75rem);
  font-weight: 300;
}
.pain li strong { font-weight: 700; }

/* ---------- story ---------- */
.story {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}
@media (min-width: 820px) {
  .story { grid-template-columns: 300px minmax(0, 1fr); }
}
.story__portrait { position: relative; }
.story__portrait img {
  width: 100%;
  border-radius: var(--r);
  filter: saturate(.92);
}
.story__portrait::after {
  content: '';
  position: absolute;
  inset-block-end: -10px;
  inset-inline-start: -10px;
  width: 64px; height: 64px;
  border-inline-start: 3px solid var(--gold);
  border-block-end: 3px solid var(--gold);
}
.story__caption {
  margin-top: 1.25rem;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.55;
}

.pull {
  margin: 1.75rem 0;
  padding-inline-start: 1.25rem;
  border-inline-start: 3px solid var(--gold);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 200;
  line-height: 1.5;
}

/* ---------- stat row ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.stat__n {
  display: block;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
  color: var(--gold-text);
}
.stat__l {
  display: block;
  margin-top: .4rem;
  font-size: .95rem;
  font-weight: 300;
}

/* ---------- testimonials ---------- */
.quotes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
  margin-top: 2.5rem;
}
.quote {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.35rem, 2.5vw, 1.9rem);
  display: flex;
  flex-direction: column;
}
.quote p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  flex: 1;
}
.quote__by {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}
.quote__by img {
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}
.quote__name { display: block; font-weight: 800; font-size: 1rem; line-height: 1.3; }
.quote__role { display: block; font-size: .875rem; font-weight: 300; opacity: .8; line-height: 1.3; }

/* ---------- video ---------- */
.videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
  margin-top: 2.25rem;
}
.vid {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--r);
  overflow: hidden;
}
.vid iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vid__cap {
  margin-top: .7rem;
  font-size: .9rem;
  font-weight: 300;
  text-align: center;
}
.videos--solo { max-width: 720px; margin-inline: auto; }

/* ---------- learn grid ---------- */
.learn {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.learn li { padding-inline-start: 1.1rem; border-inline-start: 2px solid rgba(207, 156, 9, .45); }
.learn b { display: block; font-weight: 800; margin-bottom: .25rem; }
.learn span { font-weight: 300; font-size: 1rem; line-height: 1.6; opacity: .92; }

/* ==========================================================================
   SIGNATURE — the ascent. Ten lessons on a rising gold spine.
   ========================================================================== */
.ascent { position: relative; margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.ascent__rail {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 21px;
  width: 2px;
  background: rgba(254, 247, 218, .18);
}
.ascent__rail::after {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  height: var(--fill, 0%);
  background: linear-gradient(to bottom, var(--gold-soft), var(--gold));
  transition: height .35s linear;
}
@media (prefers-reduced-motion: reduce) {
  .ascent__rail::after { height: 100%; transition: none; }
}

.step {
  position: relative;
  padding-inline-start: 4rem;
  padding-block: 0 clamp(1.5rem, 3vw, 2.25rem);
}
.step:last-child { padding-block-end: 0; }

.step__n {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: .1rem;
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brown-deep);
  border: 2px solid rgba(254, 247, 218, .28);
  font-size: 1rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: rgba(254, 247, 218, .55);
  transition: border-color .3s ease, color .3s ease, background-color .3s ease;
}
.step.is-on .step__n {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--brown-deep);
}
@media (prefers-reduced-motion: reduce) {
  .step__n { transition: none; }
  .step .step__n { background: var(--gold); border-color: var(--gold); color: var(--brown-deep); }
}

.step__t {
  margin: 0 0 .3rem;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 800;
  color: var(--cream);
  line-height: 1.3;
}
.step__list {
  list-style: none;
  margin: .5rem 0 0;
  padding: 0;
  display: grid;
  gap: .3rem;
}
.step__list li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(254, 247, 218, .82);
  padding-inline-start: 1.1rem;
  position: relative;
}
.step__list li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: .68em;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

.ascent__meta {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.75rem;
  border-top: 1px solid rgba(254, 247, 218, .16);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 300;
}
.ascent__meta b { font-weight: 800; color: var(--gold-soft); }

/* ---------- who it's for ---------- */
.who {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  display: grid;
  gap: .9rem;
}
.who li {
  position: relative;
  padding-inline-start: 2rem;
  font-weight: 300;
}
.who li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: .58em;
  width: 11px; height: 7px;
  border-inline-start: 2.5px solid var(--gold);
  border-block-end: 2.5px solid var(--gold);
  transform: rotate(-45deg);
}
@media (min-width: 760px) {
  .who { grid-template-columns: 1fr 1fr; gap: .9rem 2.5rem; }
}

/* ---------- bonuses ---------- */
.bonus {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
}
.bonus__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem 1rem;
  padding-block: 1.15rem;
  border-bottom: 1px solid var(--line);
}
.bonus__txt { flex: 1 1 300px; font-weight: 300; }
.bonus__txt b { font-weight: 800; }
.bonus__val {
  flex: none;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--gold-text);
  white-space: nowrap;
}
.bonus__sum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: .5rem 1rem;
  padding-block: 1.35rem;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
}
.bonus__sum span:last-child { color: var(--gold-text); font-variant-numeric: tabular-nums; }

/* ---------- price ---------- */
.price {
  margin-top: 2.5rem;
  background: var(--paper);
  border: 2px solid var(--gold);
  border-radius: var(--r);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  text-align: center;
}
.price__math {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}
.price__was {
  font-size: 1.05rem;
  font-weight: 300;
}
.price__was s { opacity: .6; }
.price__now {
  display: block;
  margin: .35rem 0 .1rem;
  font-size: clamp(2.75rem, 7vw, 4.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--brown-deep);
  font-variant-numeric: tabular-nums;
}
.price__vat { font-size: 1rem; font-weight: 300; opacity: .8; }
.price__alt {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 1.15rem;
  font-weight: 300;
}
.price__alt b { font-weight: 800; font-variant-numeric: tabular-nums; }
.price__cap {
  margin-top: 1.5rem;
  font-size: .95rem;
  font-weight: 300;
  opacity: .85;
}

/* ---------- guarantee ---------- */
.guarantee {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: center;
  text-align: center;
}
@media (min-width: 760px) {
  .guarantee { grid-template-columns: 220px minmax(0, 1fr); text-align: start; }
}
.guarantee img { width: 200px; margin-inline: auto; }
.guarantee__fine { font-size: .9rem; font-weight: 300; opacity: .75; }

/* ---------- form ---------- */
.formcard {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 560px;
  margin-inline: auto;
}
.field { margin-bottom: 1.1rem; }
.field label {
  display: block;
  margin-bottom: .4rem;
  font-size: .95rem;
  font-weight: 700;
}
.field input {
  width: 100%;
  padding: .8rem 1rem;
  font-family: inherit;
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--brown-deep);
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--r);
  direction: rtl;
  text-align: right;
}
.field input:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(207, 156, 9, .25);
  outline-offset: 0;
}
.field input[type="tel"],
.field input[type="email"] { direction: rtl; text-align: right; }
.field input[aria-invalid="true"] { border-color: #B02A20; }
.field__err {
  display: none;
  margin-top: .35rem;
  font-size: .875rem;
  font-weight: 600;
  color: #B02A20;
}
.field__err.is-shown { display: block; }
.hp {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.formcard__fine {
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 300;
  text-align: center;
  opacity: .8;
}

/* ---------- gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
  margin-top: 2.25rem;
}
.gallery img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--r); }

/* ---------- footer ---------- */
.foot {
  background: var(--brown-deep);
  color: rgba(254, 247, 218, .8);
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}
.foot a { color: var(--gold-soft); }
.foot__logos {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
  padding: 1.15rem clamp(1.5rem, 4vw, 2.5rem);
  background: var(--cream);
  border-radius: var(--r);
}
.foot__logos img { height: 42px; width: auto; }
.foot__logos img.is-tree { height: 54px; }
.foot__give {
  max-width: 46ch;
  margin: 0 auto 1.5rem;
  padding-block: 1.25rem;
  border-block: 1px solid rgba(254, 247, 218, .18);
}
.foot__legal { margin-top: 1.5rem; font-size: .875rem; opacity: .6; }

/* ---------- sticky cta ---------- */
.sticky {
  position: fixed;
  inset-inline: 0;
  inset-block-end: 0;
  z-index: 50;
  background: rgba(47, 28, 20, .96);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(207, 156, 9, .35);
  padding: .7rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  transform: translateY(110%);
  transition: transform .25s ease;
}
.sticky.is-up { transform: translateY(0); }
.sticky__txt {
  color: var(--cream);
  font-size: 1rem;
  font-weight: 300;
}
.sticky__txt b { font-weight: 800; color: var(--gold-soft); }
@media (prefers-reduced-motion: reduce) { .sticky { transition: none; } }
@media (max-width: 520px) { .sticky__txt { display: none; } .sticky .btn { width: 100%; } }

/* ---------- thank-you page ---------- */
.thanks__next {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-top: clamp(2rem, 4vw, 2.75rem);
  border-top: 1px solid var(--line);
  text-align: start;
}
.thanks__next h2 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); }
.thanks__steps {
  list-style: none;
  counter-reset: s;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.thanks__steps li {
  counter-increment: s;
  position: relative;
  padding-inline-start: 3rem;
  font-weight: 300;
  min-height: 34px;
  display: flex;
  align-items: center;
}
.thanks__steps li::before {
  content: counter(s);
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--brown-deep);
  font-size: .95rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.thanks__urgent {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  font-weight: 300;
  line-height: 2;
}
.thanks__urgent a { font-weight: 700; }

/* ---------- whitelist cards (post-purchase page) ---------- */
.whitelist__addr {
  margin: 1rem 0 1.75rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  text-align: center;
}
.whitelist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 1rem;
}
.whitelist__card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.25rem;
}
.whitelist__card h3 {
  font-size: 1.05rem;
  margin-bottom: .4rem;
  color: var(--gold-text);
}
.whitelist__card p {
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.6;
}

/* ---------- policy page ---------- */
.policy {
  margin-top: 2rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: var(--paper);
  border-inline-start: 3px solid var(--gold);
  border-radius: var(--r);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 300;
  line-height: 1.7;
}
.policy p { margin-bottom: .75rem; }
.policy p:last-child { margin-bottom: 0; }

.policy__law {
  margin-top: clamp(2.25rem, 4vw, 3rem);
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
}
.policy__law h2 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
.policy__links { margin: 1rem 0 0; padding-inline-start: 1.15rem; }
.policy__links li { margin-bottom: .5rem; font-weight: 300; }
.policy__note {
  margin-top: 1.5rem;
  font-size: .95rem;
  font-weight: 300;
  opacity: .8;
}

/* ---------- order page ---------- */
.order {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-top: 2rem;
  text-align: start;
}
.order__card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
}
.order__n {
  position: absolute;
  inset-block-start: -16px;
  inset-inline-start: clamp(1.5rem, 3vw, 2rem);
  width: 34px; height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--brown-deep);
  font-size: .95rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.order__card h3 { margin-top: .35rem; font-size: 1.15rem; }
.order__card > p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1.35rem;
}
.order__card .btn:disabled {
  background: #E2D8BE;
  color: rgba(47, 28, 20, .45);
  box-shadow: none;
  cursor: not-allowed;
}
.order__card .btn:disabled:hover { background: #E2D8BE; transform: none; box-shadow: none; }
.order__pending {
  margin: .85rem 0 0;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.55;
  opacity: .8;
  flex: none;
}
.order__fine {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  font-size: .95rem;
  font-weight: 300;
}
