/* ============================================================
   Summit Studio — Conversion Funnel
   Brand: emerald #021F17 / mint #2EE59D / dark green #063124
   ============================================================ */

:root {
  --navy: #021F17;
  --navy-90: #04271D;
  --navy-soft: #063124;
  --gold: #2EE59D;
  --gold-bright: #4EF0B0;
  --cream: #063124;
  --cream-deep: #0A3528;
  --ink: #B7C4BC;
  --muted: #7E978C;
  --line: rgba(46, 229, 157, 0.15);
  --white: #0A3528;
  --shadow-sm: 0 1px 3px rgba(46, 229, 157, 0.1);
  --shadow-md: 0 12px 32px -12px rgba(46, 229, 157, 0.2);
  --shadow-lg: 0 28px 60px -24px rgba(46, 229, 157, 0.3);
  --radius: 10px;
  --radius-lg: 16px;
  --maxw: 1140px;
  --gutter: clamp(20px, 5vw, 64px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--navy);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, h2, h3, h4 {
  font-family: "Fraunces", "Inter", Georgia, serif;
  color: #F5F1E8;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  font-weight: 600;
}

p { margin: 0 0 1em; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }

.eyebrow {
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 1rem;
  display: inline-block;
}
.eyebrow--light { color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 1.05em 1.9em;
  border-radius: var(--radius);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  text-align: center;
}
.btn:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }

.btn--gold { background: var(--gold); color: #021F17; box-shadow: var(--shadow-sm); }
.btn--gold:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--navy { background: var(--navy); color: #F5F1E8; border-color: var(--line); }
.btn--navy:hover { background: var(--navy-soft); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--ghost { background: transparent; color: #B7C4BC; border-color: var(--line); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }

.btn--ghost-light { background: transparent; color: #F5F1E8; border-color: rgba(46,229,157,0.3); }
.btn--ghost-light:hover { border-color: var(--gold); color: var(--gold); }

.btn--lg { font-size: 1.08rem; padding: 1.15em 2.4em; }
.btn--block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(2, 31, 23, 0.88);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: baseline; gap: 0.1em; font-family: "Fraunces", serif; font-weight: 600; font-size: 1.32rem; color: #F5F1E8; letter-spacing: -0.01em; }
.brand .tm { font-size: 0.6rem; transform: translateY(-0.7em); color: var(--gold); }
.brand small { display:block; }
.nav__links { display: flex; align-items: center; gap: 2rem; }
.nav__links a { font-size: 0.92rem; font-weight: 500; color: #7E978C; transition: color 0.15s; }
.nav__links a:hover { color: #F5F1E8; }
@media (max-width: 860px) { .nav__links a:not(.btn) { display: none; } }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(46,229,157,0.12), transparent 60%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-90) 100%);
  color: #F5F1E8;
  overflow: hidden;
  padding: clamp(64px, 11vw, 128px) 0 clamp(72px, 12vw, 140px);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(120% 80% at 70% 0%, #000 30%, transparent 75%);
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 2; max-width: 760px; }
.hero h1 { color: #F5F1E8; font-size: clamp(2.3rem, 6vw, 4rem); font-weight: 600; }
.hero h1 .accent { color: var(--gold); font-style: italic; }
.hero__sub { font-size: clamp(1.08rem, 2.4vw, 1.32rem); color: #B7C4BC; max-width: 620px; margin-bottom: 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.hero__trust { margin-top: 2.2rem; padding-top: 1.5rem; border-top: 1px solid rgba(46,229,157,0.15); display: flex; align-items: center; gap: 0.8rem; color: #7E978C; font-size: 0.9rem; max-width: 560px; }
.hero__trust .badge { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; background: rgba(46,229,157,0.12); border: 1px solid rgba(46,229,157,0.4); display: grid; place-items: center; color: var(--gold); font-weight: 700; font-family: "Fraunces", serif; }

/* ---------- Section scaffolding ---------- */
.section { padding: clamp(60px, 9vw, 110px) 0; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--deep { background: var(--cream-deep); }
.section--navy { background: var(--navy); color: #B7C4BC; }
.section--navy h2, .section--navy h3 { color: #F5F1E8; }
.section__head { max-width: 680px; margin-bottom: 3rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.section h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.lead { font-size: 1.12rem; color: #B7C4BC; }
.section--navy .lead { color: #B7C4BC; }

/* ---------- Problem cards ---------- */
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.25rem; }
.problem-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.8rem 1.6rem; box-shadow: var(--shadow-sm); transition: transform 0.2s, box-shadow 0.2s; }
.problem-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.problem-card .ico { width: 46px; height: 46px; border-radius: 12px; background: rgba(46,229,157,0.1); color: var(--gold); display: grid; place-items: center; margin-bottom: 1.1rem; }
.problem-card .ico svg { width: 24px; height: 24px; }
.problem-card h3 { font-size: 1.18rem; margin-bottom: 0.35em; }
.problem-card p { color: var(--muted); font-size: 0.96rem; margin: 0; }

/* ---------- Audit / opt-in ---------- */
.audit { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (max-width: 880px) { .audit { grid-template-columns: 1fr; } }
.audit__list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.audit__list li { position: relative; padding-left: 2.2rem; margin-bottom: 1rem; font-size: 1rem; }
.audit__list li::before {
  content: ""; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 50%;
  background: rgba(46,229,157,0.12); color: var(--gold);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232EE59D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 13px;
}
.audit__list li .n { font-weight: 600; color: var(--gold); }

.optin-card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(1.6rem, 4vw, 2.4rem); box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.optin-card h3 { font-size: 1.4rem; }
.optin-card .sub { color: #7E978C; font-size: 0.96rem; margin-bottom: 1.5rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; color: #B7C4BC; margin-bottom: 0.4rem; letter-spacing: 0.01em; }
.field input {
  width: 100%; font: inherit; font-size: 1rem; padding: 0.85em 1em;
  border: 1.5px solid var(--line); border-radius: var(--radius); background: #021F17;
  transition: border-color 0.15s, box-shadow 0.15s; color: #F5F1E8;
}
.field input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(46,229,157,0.18); background: #04271D; }
.field input:invalid:not(:placeholder-shown) { border-color: #c0492f; }
.field--hp { position: absolute; left: -9999px; }
.form-note { font-size: 0.82rem; color: #7E978C; text-align: center; margin: 1rem 0 0; }
.form-note strong { color: var(--gold); }
.reassure { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.86rem; color: var(--gold); font-weight: 600; margin-bottom: 1.2rem; }

/* ---------- Tripwire ---------- */
.tripwire { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-90) 100%); color: #B7C4BC; }
.tripwire .lead { color: #B7C4BC; }
.offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.offer-card { background: rgba(10,53,40,0.5); border: 1px solid rgba(46,229,157,0.15); border-radius: var(--radius-lg); padding: 2rem 1.8rem; display: flex; flex-direction: column; transition: transform 0.2s, border-color 0.2s; }
.offer-card:hover { transform: translateY(-4px); border-color: rgba(46,229,157,0.4); }
.offer-card .tag { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold); font-weight: 700; margin-bottom: 0.8rem; }
.offer-card h3 { color: #F5F1E8; font-size: 1.4rem; margin-bottom: 0.2em; }
.offer-card .price { font-family: "Fraunces", serif; font-size: 2.6rem; font-weight: 600; color: var(--gold); margin: 0.3rem 0 1rem; line-height: 1; }
.offer-card .price small { font-size: 0.9rem; color: #7E978C; font-family: "Inter", sans-serif; }
.offer-card ul { list-style: none; padding: 0; margin: 0 0 1.6rem; }
.offer-card li { padding-left: 1.6rem; position: relative; margin-bottom: 0.7rem; color: #B7C4BC; font-size: 0.95rem; }
.offer-card li::before { content: "→"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.offer-card .btn { margin-top: auto; }
.urgency { display: inline-flex; align-items: center; gap: 0.45rem; font-size: 0.82rem; color: #7E978C; margin-top: 0.9rem; justify-content: center; }
.urgency .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(46,229,157,0.6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(46,229,157,0.5);} 70% { box-shadow: 0 0 0 8px rgba(46,229,157,0);} 100%{ box-shadow:0 0 0 0 rgba(46,229,157,0);} }

/* ---------- Authority ---------- */
.authority { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 880px) { .authority { grid-template-columns: 1fr; } }
.authority__photo { aspect-ratio: 4/5; border-radius: var(--radius-lg); background: linear-gradient(160deg, var(--navy-soft), var(--navy)); display: grid; place-items: center; color: #7E978C; font-size: 0.85rem; text-align: center; padding: 1rem; border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow-md); }
.authority__photo img { width: 100%; height: 100%; object-fit: cover; }
.signature { font-family: "Fraunces", serif; font-style: italic; font-size: 1.3rem; color: var(--gold); margin-top: 1.2rem; }

/* ---------- Services ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.svc-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.8rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.svc-card .num { font-family: "Fraunces", serif; font-size: 0.9rem; color: var(--gold); font-weight: 600; letter-spacing: 0.1em; margin-bottom: 0.8rem; }
.svc-card h3 { font-size: 1.3rem; color: #F5F1E8; }
.svc-card ul { list-style: none; padding: 0; margin: 0.5rem 0 1.5rem; }
.svc-card li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 0; border-bottom: 1px dashed var(--line); font-size: 0.95rem; color: #B7C4BC; }
.svc-card li:last-child { border-bottom: none; }
.svc-card li .from { color: var(--gold); font-weight: 600; white-space: nowrap; }
.svc-card .btn { margin-top: auto; }
.fineprint { font-size: 0.85rem; color: #7E978C; margin-top: 2rem; text-align: center; max-width: 700px; margin-inline: auto; }

/* ---------- Retainer ladder ---------- */
.ladder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
@media (max-width: 920px) { .ladder { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.tier { background: rgba(10,53,40,0.4); border: 1px solid rgba(46,229,157,0.15); border-radius: var(--radius-lg); padding: 2.1rem 1.8rem; display: flex; flex-direction: column; position: relative; }
.tier--featured { background: #0A3528; color: #B7C4BC; border-color: var(--gold); box-shadow: var(--shadow-lg); transform: translateY(-8px); }
@media (max-width: 920px){ .tier--featured { transform: none; } }
.tier--featured h3 { color: #F5F1E8; }
.tier__flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #021F17; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.4em 1em; border-radius: 999px; white-space: nowrap; }
.tier h3 { font-size: 1.35rem; margin-bottom: 0.1em; color: #F5F1E8; }
.tier .price { font-family: "Fraunces", serif; font-size: 2.3rem; font-weight: 600; margin: 0.4rem 0 0.2rem; line-height: 1; color: var(--gold); }
.tier .price small { font-size: 0.85rem; font-family: "Inter"; opacity: 0.65; font-weight: 400; }
.tier .tier__sub { font-size: 0.85rem; opacity: 0.7; margin-bottom: 1.3rem; color: #7E978C; }
.tier ul { list-style: none; padding: 0; margin: 0 0 1.8rem; }
.tier li { padding-left: 1.6rem; position: relative; margin-bottom: 0.7rem; font-size: 0.93rem; line-height: 1.45; color: #B7C4BC; }
.tier li::before { content: ""; position: absolute; left: 0; top: 3px; width: 16px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232EE59D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain; }
.tier .btn { margin-top: auto; }

/* ---------- Proof ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 3rem; text-align: center; }
@media (max-width: 600px){ .stats { grid-template-columns: 1fr; gap: 1.5rem; } }
.stat .num { font-family: "Fraunces", serif; font-size: clamp(2.2rem, 5vw, 3.2rem); font-weight: 600; color: var(--gold); line-height: 1; }
.stat .lbl { font-size: 0.88rem; color: #7E978C; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.4rem; }
.section--navy .stat .lbl { color: #7E978C; }
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.quote { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.8rem; box-shadow: var(--shadow-sm); }
.quote .stars { color: var(--gold); letter-spacing: 0.1em; margin-bottom: 0.8rem; }
.quote p { font-size: 1rem; font-style: italic; color: #B7C4BC; margin-bottom: 1.2rem; }
.quote .who { font-size: 0.88rem; color: #7E978C; font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { max-width: 760px; margin-inline: auto; }
.faq details { border-bottom: 1px solid var(--line); padding: 0.4rem 0; }
.faq summary { cursor: pointer; list-style: none; padding: 1.1rem 2.5rem 1.1rem 0; font-weight: 600; color: #F5F1E8; position: relative; font-size: 1.06rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0.4rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--gold); transition: transform 0.2s; font-weight: 400; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { color: #7E978C; padding: 0 0 1.2rem; margin: 0; }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; }
.final-cta h2 { font-size: clamp(2rem, 5vw, 3rem); color: #F5F1E8; max-width: 720px; margin-inline: auto; }
.final-cta p { color: #B7C4BC; max-width: 560px; margin: 0 auto 2rem; font-size: 1.1rem; }

/* ---------- Footer ---------- */
.footer { background: #021F17; color: #7E978C; padding: 3.5rem 0 5.5rem; border-top: 1px solid var(--line); }
.footer__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; align-items: flex-start; }
.footer .brand { color: #F5F1E8; }
.footer__tag { color: #7E978C; font-size: 0.9rem; margin-top: 0.6rem; max-width: 280px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 1.4rem; font-size: 0.92rem; }
.footer__links a:hover { color: var(--gold); }
.footer__divide { height: 1px; background: rgba(46,229,157,0.1); margin: 2.5rem 0 1.5rem; }
.footer__legal { font-size: 0.82rem; color: #7E978C; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem; }

/* ---------- Mobile sticky CTA ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 0.7rem var(--gutter) calc(0.7rem + env(safe-area-inset-bottom)); background: rgba(2,31,23,0.95); backdrop-filter: blur(8px); border-top: 1px solid var(--line); display: none; }
.sticky-cta .btn { width: 100%; }
@media (max-width: 760px) { .sticky-cta { display: block; } .footer { padding-bottom: 6.5rem; } }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ---------- Sub-page hero (offer / thank-you) ---------- */
.subhero { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-90) 100%); color: #B7C4BC; padding: clamp(56px, 10vw, 104px) 0 clamp(48px, 8vw, 88px); text-align: center; position: relative; overflow: hidden; }
.subhero h1 { color: #F5F1E8; font-size: clamp(2rem, 5.5vw, 3.4rem); }
.subhero h1 .accent { color: var(--gold); font-style: italic; }
.subhero p { color: #B7C4BC; max-width: 600px; margin: 0 auto 1.8rem; font-size: 1.12rem; }
.subhero .back { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.88rem; color: var(--gold); margin-bottom: 1.5rem; }

/* check badge for thank-you */
.tick { width: 76px; height: 76px; border-radius: 50%; background: rgba(46,229,157,0.12); border: 1.5px solid var(--gold); display: grid; place-items: center; margin: 0 auto 1.6rem; }
.tick svg { width: 38px; height: 38px; stroke: var(--gold); }

.steps { max-width: 620px; margin: 0 auto; list-style: none; padding: 0; text-align: left; }
.steps li { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.steps li:last-child { border-bottom: none; }
.steps .step-n { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: var(--gold); color: #021F17; display: grid; place-items: center; font-weight: 700; font-family: "Fraunces", serif; font-size: 0.95rem; }
.steps .step-b strong { display: block; color: #F5F1E8; margin-bottom: 0.15rem; }
.steps .step-b span { color: #7E978C; font-size: 0.95rem; }

.upsell-box { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: clamp(1.8rem, 4vw, 2.6rem); max-width: 720px; margin: 0 auto; text-align: center; }
.upsell-box .price-row { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1.6rem; }
.mini-offer { flex: 1 1 220px; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; background: #04271D; }
.mini-offer .p { font-family: "Fraunces", serif; font-size: 2rem; color: var(--gold); font-weight: 600; line-height: 1; margin: 0.2rem 0 0.8rem; }
.mini-offer h4 { margin: 0 0 0.3rem; font-size: 1.05rem; color: #F5F1E8; }
.mini-offer p { font-size: 0.86rem; color: #7E978C; margin-bottom: 1.1rem; }

/* utility */
.center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.tm-inline { font-size: 0.55em; vertical-align: super; color: var(--gold); }
