.tm-page{
  --tm-a:#D4A84B;
  --tm-a-soft:#F0D07A;
  --tm-a-deep:#8a6d2f;
  --tm-a-rgb:212, 168, 75;
  background:#09090B;
  color:rgba(255,255,255,0.92);
  font-family:'DM Sans', sans-serif;
  overflow-x:hidden;
  transition:background 1.2s ease;
}
.tm-starfield{
  position:fixed; inset:0; pointer-events:none; z-index:0;
  background-image:radial-gradient(1px 1px at 12% 24%, rgba(255,255,255,0.5), transparent), radial-gradient(1px 1px at 78% 12%, rgba(255,255,255,0.35), transparent), radial-gradient(1.5px 1.5px at 34% 68%, rgba(255,255,255,0.4), transparent), radial-gradient(1px 1px at 64% 82%, rgba(255,255,255,0.3), transparent), radial-gradient(1px 1px at 90% 52%, rgba(255,255,255,0.45), transparent), radial-gradient(1.5px 1.5px at 22% 90%, rgba(255,255,255,0.3), transparent), radial-gradient(1px 1px at 48% 8%, rgba(255,255,255,0.4), transparent);
}
.tm-aura{
  position:fixed; border-radius:50%; pointer-events:none; z-index:0;
  filter:blur(110px); opacity:0.16;
  background:var(--tm-a);
  transition:background 1.6s ease, opacity 1.6s ease;
}
.tm-aura-1{ width:480px; height:480px; top:-10%; left:-8%; animation:tmDrift 26s ease-in-out infinite; }
.tm-aura-2{ width:380px; height:380px; top:40%; right:-10%; opacity:0.10; animation:tmDrift 32s ease-in-out infinite reverse; }
.tm-aura-3{ width:320px; height:320px; bottom:-8%; left:30%; opacity:0.08; animation:tmDrift 38s ease-in-out infinite; }
@keyframes tmDrift{ 0%,100%{ transform:translate(0,0); } 50%{ transform:translate(40px,-30px); } }

main{ position:relative; z-index:1; }
.tm-topbar{
  position:fixed; top:0; left:0; right:0; z-index:50;
  display:flex; justify-content:space-between; align-items:center;
  padding:18px clamp(20px, 4vw, 48px);
  background:linear-gradient(180deg, rgba(9,9,11,0.85), transparent);
}
.tm-brand{ text-decoration:none; font-family:'DM Sans', sans-serif; font-size:14px; font-weight:600; letter-spacing:0.18em; display:flex; align-items:center; gap:8px; white-space:nowrap; }
.tm-brand .w1{ color:rgba(255,255,255,0.92); }
.tm-brand .w2{ color:var(--aurum, #d4a84b); }
.tm-brand-spiral{ width:22px; height:22px; opacity:.9; }
.tm-topcta{
  font-family:'JetBrains Mono', monospace; font-size:11px; letter-spacing:0.16em;
  text-transform:uppercase; color:var(--tm-a-soft); text-decoration:none;
  border:1px solid rgba(var(--tm-a-rgb), 0.35); border-radius:999px; padding:8px 18px;
  transition:border-color .3s ease, background .3s ease, color 1.2s ease;
}
.tm-topcta:hover{ background:rgba(var(--tm-a-rgb), 0.1); border-color:rgba(var(--tm-a-rgb), 0.7); }
.tm-overline{
  font-family:'JetBrains Mono', monospace; font-size:10.5px; letter-spacing:0.24em;
  text-transform:uppercase; color:var(--tm-a); margin-bottom:18px;
  transition:color 1.2s ease;
}
.tm-h1{
  font-family:'Cormorant Garamond', serif; font-weight:400;
  font-size:clamp(38px, 7vw, 76px); line-height:1.12; margin:0 0 22px;
}
.tm-h1-em{ display:block; font-style:italic; color:var(--tm-a-soft); transition:color 1.2s ease; }
.tm-h2{
  font-family:'Cormorant Garamond', serif; font-weight:400;
  font-size:clamp(26px, 4vw, 42px); line-height:1.25; margin:0 0 18px;
}
.tm-sub{
  font-size:clamp(15px, 1.8vw, 17.5px); font-weight:300; line-height:1.7;
  color:rgba(255,255,255,0.66); max-width:620px; margin:0 auto;
}
.tm-body{ font-size:15.5px; font-weight:300; line-height:1.7; color:rgba(255,255,255,0.66); max-width:640px; margin:0 auto 14px; }
.tm-center{ text-align:center; }
.tm-mt{ margin-top:26px; }
.tm-hero{
  min-height:100vh; min-height:100dvh;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; padding:90px clamp(20px, 5vw, 48px) 40px;
}
.tm-scrollcue{
  margin-top:56px; text-decoration:none; color:var(--tm-a);
  font-family:'JetBrains Mono', monospace; font-size:9.5px; letter-spacing:0.26em;
  text-transform:uppercase; opacity:0.65;
}
.tm-scrollcue i{ display:block; font-style:normal; margin-top:6px; animation:tmCue 2.6s ease-in-out infinite; }
@keyframes tmCue{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(6px); } }

.tm-section{
  padding:clamp(72px, 12vh, 130px) clamp(20px, 5vw, 48px);
  max-width:1060px; margin:0 auto; text-align:center;
  position:relative;
}
.tm-section + .tm-section::before{
  content:''; position:absolute; top:0; left:50%; transform:translateX(-50%);
  width:min(560px, 70%); height:1px;
  background:linear-gradient(90deg, transparent, rgba(var(--tm-a-rgb), 0.25), transparent);
}
.tm-narrow{ max-width:720px; }
.tm-line{
  font-family:'Cormorant Garamond', serif; font-size:clamp(21px, 3vw, 32px);
  font-weight:300; line-height:1.6; margin-bottom:10px;
}
.tm-dim{ color:rgba(255,255,255,0.45); }
.tm-reveal-gold{ margin-top:30px; }
.tm-reveal-gold em{ font-style:italic; color:var(--tm-a-soft); transition:color 1.2s ease; }
.tm-mirror-form{
  max-width:480px; margin:36px auto 0; text-align:left;
  display:flex; flex-direction:column; gap:18px;
}
.tm-field label{
  display:block; font-family:'JetBrains Mono', monospace; font-size:10px;
  letter-spacing:0.18em; color:rgba(255,255,255,0.45); margin-bottom:8px;
}
.tm-field input[type="text"], .tm-field input[type="email"],
.tm-field textarea, .tm-field select{
  width:100%; font-size:16px; font-family:'DM Sans', sans-serif; font-weight:300;
  color:rgba(255,255,255,0.92); background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.12); border-radius:10px;
  padding:13px 14px; outline:none; transition:border-color .3s ease;
}
.tm-field input:focus, .tm-field textarea:focus, .tm-field select:focus{
  border-color:rgba(var(--tm-a-rgb), 0.6);
}
.tm-field textarea{ resize:vertical; min-height:74px; }
.tm-field select{ appearance:none; -webkit-appearance:none; }
.dob-group{ display:flex; gap:10px; }
.dob-group select{
  flex:1; font-size:16px; color:rgba(255,255,255,0.92);
  background:rgba(255,255,255,0.04); border:1px solid rgba(255,255,255,0.12);
  border-radius:10px; padding:13px 10px; min-height:48px;
}

.tm-btn{
  display:inline-block; cursor:pointer; text-decoration:none; text-align:center;
  font-family:'DM Sans', sans-serif; font-weight:600; font-size:15px;
  color:#1A0F08; background:linear-gradient(135deg, var(--tm-a), var(--tm-a-soft));
  border:none; border-radius:999px; padding:15px 34px;
  box-shadow:0 10px 34px rgba(var(--tm-a-rgb), 0.25);
  transition:transform .25s ease, box-shadow .25s ease, background 1.2s ease;
}
.tm-btn:hover{ transform:translateY(-2px); box-shadow:0 14px 40px rgba(var(--tm-a-rgb), 0.35); }
.tm-btn-ghosted{
  background:transparent; color:var(--tm-a-soft);
  border:1px solid rgba(var(--tm-a-rgb), 0.45); box-shadow:none;
}
.tm-btn-ghosted:hover{ background:rgba(var(--tm-a-rgb), 0.08); }
.tm-btn-wide{ width:100%; }
.tm-mirror-status, .tm-apply-status{
  min-height:20px; font-size:13px; color:rgba(255,255,255,0.55); text-align:center;
}
.tm-mirror-status.err, .tm-apply-status.err{ color:#e0786a; }
.tm-mirror-result{ margin-top:56px; }
.tm-mirror-result[hidden]{ display:none; }
.tm-result-overline{
  font-family:'JetBrains Mono', monospace; font-size:10px; letter-spacing:0.22em;
  color:var(--tm-a); margin-bottom:8px; transition:color 1.2s ease;
}
.tm-result-number{
  font-family:'Cormorant Garamond', serif; font-size:clamp(40px, 5vw, 58px);
  line-height:1; color:var(--tm-a-soft); transition:color 1.2s ease;
}
.tm-result-name{ font-size:clamp(22px, 3vw, 30px); font-style:italic; color:rgba(255,255,255,0.92); margin-left:6px; }
.tm-result-master{ margin-top:6px; font-size:13px; color:rgba(255,255,255,0.55); }
.tm-result-essence{ margin-top:12px; font-size:15px; font-weight:300; line-height:1.65; color:rgba(255,255,255,0.7); }
.tm-directives{ list-style:none; margin:14px 0 0; padding:0; display:grid; gap:10px; }
.tm-directives li{
  display:flex; gap:14px; align-items:baseline;
  font-size:0.98rem; line-height:1.55; color:rgba(244, 239, 230, 0.86);
  border-left:1px solid rgba(var(--tm-a-rgb), 0.35); padding-left:14px;
}
.tm-directives li b{
  font-family:'Cormorant Garamond', serif; font-style:italic; font-weight:500;
  color:var(--tm-a-soft); font-size:1.05rem; flex:none;
}
.tm-swatches{ display:flex; gap:10px; flex-wrap:wrap; }
.tm-swatch-chip{ display:block; width:100%; height:56px; border-radius:8px; border:1px solid rgba(255,255,255,0.08); }
.tm-palette-note{ margin-top:10px; font-size:0.86rem; color:rgba(244, 239, 230, 0.6); font-style:italic; }
.tm-expr{ margin-top:10px; font-size:0.95rem; line-height:1.55; color:rgba(244, 239, 230, 0.78); }
.tm-swatch{
  flex:1 1 86px; min-width:86px; max-width:130px;
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.09);
  border-radius:12px; padding:8px 8px 10px;
  box-shadow:0 8px 22px rgba(0,0,0,0.35);
  display:flex; flex-direction:column; gap:6px;
}
.tm-swatch i{
  font-style:normal; font-size:9.5px; text-transform:uppercase;
  letter-spacing:0.12em; color:rgba(255,255,255,0.68);
}
.tm-swatch em{
  font-style:normal; font-family:'JetBrains Mono', monospace; font-size:9px;
  letter-spacing:0.04em; color:rgba(255,255,255,0.5);
}
.tm-voice{
  font-family:'Cormorant Garamond', serif; font-style:italic;
  font-size:clamp(17px, 2.2vw, 21px); line-height:1.5; color:rgba(255,255,255,0.88);
}
.tm-words{
  margin-top:10px; font-family:'JetBrains Mono', monospace; font-size:11.5px;
  letter-spacing:0.14em; text-transform:uppercase; color:var(--tm-a);
  transition:color 1.2s ease;
}
.tm-honesty{
  max-width:640px; margin:48px auto 0; font-size:13.5px; font-weight:300;
  line-height:1.7; color:rgba(255,255,255,0.5);
  border-top:1px solid rgba(255,255,255,0.08); padding-top:22px;
}
.tm-mirror-bridge{
  font-family:'Cormorant Garamond', serif; font-size:clamp(19px, 2.6vw, 26px);
  font-style:italic; line-height:1.5; margin:26px auto 22px; max-width:560px;
}
.tm-mirror-bridge em{ color:var(--tm-a-soft); transition:color 1.2s ease; }
.tm-method-grid{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(290px, 1fr));
  gap:16px; margin-top:40px; text-align:left;
}
.tm-method-card{
  border:1px solid rgba(255,255,255,0.08); border-radius:16px;
  background:rgba(255,255,255,0.025); padding:24px;
  transition:border-color .35s ease;
}
.tm-method-card:hover{ border-color:rgba(var(--tm-a-rgb), 0.35); }
.tm-method-in{
  font-family:'JetBrains Mono', monospace; font-size:10.5px; letter-spacing:0.14em;
  color:var(--tm-a); margin-bottom:12px; transition:color 1.2s ease;
}
.tm-method-out{ font-size:14.5px; font-weight:300; line-height:1.7; color:rgba(255,255,255,0.7); }
.tm-method-out em{ color:rgba(255,255,255,0.92); font-style:italic; }
.tm-ledger{
  max-width:820px; margin:38px auto 0; text-align:left;
  border:1px solid rgba(255,255,255,0.08); border-radius:18px; overflow:hidden;
}
.tm-ledger-row{
  display:grid; grid-template-columns:minmax(150px, 220px) 28px 1fr;
  gap:12px; align-items:baseline; padding:18px 22px;
}
.tm-ledger-row + .tm-ledger-row{ border-top:1px solid rgba(255,255,255,0.06); }
.tm-ledger-code{
  font-family:'JetBrains Mono', monospace; font-size:11px; letter-spacing:0.06em;
  color:var(--tm-a-soft); transition:color 1.2s ease;
}
.tm-ledger-arrow{ color:rgba(255,255,255,0.35); }
.tm-ledger-decision{ font-size:14px; font-weight:300; line-height:1.65; color:rgba(255,255,255,0.72); }
.tm-case-coda{
  margin-top:34px; font-family:'Cormorant Garamond', serif; font-style:italic;
  font-size:clamp(19px, 2.6vw, 26px); color:var(--tm-a-soft); transition:color 1.2s ease;
}
.tm-portfolio{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:16px; margin-top:38px;
}
.tm-port-card{
  text-decoration:none; text-align:left; padding:26px;
  border:1px solid rgba(255,255,255,0.08); border-radius:16px;
  background:rgba(255,255,255,0.025); display:flex; flex-direction:column; gap:8px;
  transition:border-color .35s ease, transform .35s ease;
}
.tm-port-card:hover{ border-color:rgba(var(--tm-a-rgb), 0.4); transform:translateY(-3px); }
.tm-port-name{ font-family:'Cormorant Garamond', serif; font-size:22px; color:rgba(255,255,255,0.92); }
.tm-port-type{ font-size:13px; font-weight:300; color:rgba(255,255,255,0.55); }
.tm-port-link{
  margin-top:10px; font-family:'JetBrains Mono', monospace; font-size:11px;
  letter-spacing:0.08em; color:var(--tm-a); transition:color 1.2s ease;
}
.tm-pillars{
  display:grid; grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  gap:16px; margin-top:38px; text-align:left;
}
.tm-pillar{
  border:1px solid rgba(255,255,255,0.08); border-radius:16px;
  background:rgba(255,255,255,0.025); padding:26px;
}
.tm-pillar h3{
  font-family:'Cormorant Garamond', serif; font-weight:500; font-size:22px;
  color:var(--tm-a-soft); margin:0 0 14px; transition:color 1.2s ease;
}
.tm-pillar ul{ list-style:none; margin:0; padding:0; }
.tm-pillar li{
  font-size:14px; font-weight:300; line-height:1.55; color:rgba(255,255,255,0.7);
  padding:6px 0 6px 18px; position:relative;
}
.tm-pillar li::before{ content:'·'; position:absolute; left:4px; color:var(--tm-a); }
.tm-steps{ max-width:560px; margin:34px auto 0; text-align:left; }
.tm-step{ display:flex; gap:16px; align-items:baseline; padding:10px 0; }
.tm-step i{
  font-style:normal; font-family:'JetBrains Mono', monospace; font-size:12px;
  color:var(--tm-a); border:1px solid rgba(var(--tm-a-rgb), 0.35); border-radius:50%;
  width:28px; height:28px; display:grid; place-items:center; flex:0 0 auto;
  transition:color 1.2s ease, border-color 1.2s ease;
}
.tm-step p{ font-size:14.5px; font-weight:300; color:rgba(255,255,255,0.72); margin:0; }
.tm-invest{
  max-width:560px; margin:44px auto 0; padding:28px;
  border:1px solid rgba(var(--tm-a-rgb), 0.3); border-radius:18px;
  background:rgba(var(--tm-a-rgb), 0.05);
  transition:border-color 1.2s ease, background 1.2s ease;
}
.tm-invest-price{
  font-family:'Cormorant Garamond', serif; font-size:clamp(22px, 3vw, 30px);
  color:rgba(255,255,255,0.92); margin-bottom:10px;
}
.tm-invest-price strong{ color:var(--tm-a-soft); font-weight:600; transition:color 1.2s ease; }
.tm-invest-note{ font-size:13.5px; font-weight:300; line-height:1.65; color:rgba(255,255,255,0.6); }
.tm-apply-form{ max-width:560px; margin:36px auto 0; text-align:left; display:flex; flex-direction:column; gap:18px; }
.tm-form-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.tm-honey{ position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }
.tm-privacy{ font-size:11.5px; color:rgba(255,255,255,0.4); text-align:center; }
.tm-privacy a{ color:rgba(255,255,255,0.55); }
.tm-apply-success{ max-width:480px; margin:40px auto 0; }
.tm-apply-success[hidden]{ display:none; }
.tm-success-check{
  width:64px; height:64px; margin:0 auto 18px; border-radius:50%;
  display:grid; place-items:center; font-size:28px; color:#1A0F08;
  background:linear-gradient(135deg, var(--tm-a), var(--tm-a-soft));
}
.tm-apply-success h3{ font-family:'Cormorant Garamond', serif; font-size:30px; font-weight:400; margin:0 0 10px; }
.tm-apply-success p{ font-size:15px; font-weight:300; line-height:1.65; color:rgba(255,255,255,0.7); }
.tm-success-sig{ font-family:'Cormorant Garamond', serif; font-style:italic; font-size:19px; color:var(--tm-a-soft); margin-top:14px; }
.tm-footer{
  text-align:center; padding:60px 20px 90px;
  font-size:14px; font-weight:300; color:rgba(255,255,255,0.6);
}
.tm-footer a{ color:var(--tm-a-soft); transition:color 1.2s ease; }
.tm-footer-links{ margin-top:20px; display:flex; gap:22px; justify-content:center; }
.tm-footer-links a{ font-size:12px; color:rgba(255,255,255,0.45); text-decoration:none; }
.tm-footer-links a:hover{ color:rgba(255,255,255,0.7); }
[data-reveal]{ opacity:0; transform:translateY(18px); transition:opacity .8s ease, transform .8s ease; }
[data-reveal].is-in{ opacity:1; transform:none; }
@media (max-width: 720px){
  .tm-swatches{ justify-content:center; }
  .tm-form-row{ grid-template-columns:1fr; }
  .tm-ledger-row{ grid-template-columns:1fr; gap:4px; }
  .tm-ledger-arrow{ display:none; }
}
@media (max-width: 720px){
  .tm-aura{ filter:blur(64px); }
  .tm-aura-3{ display:none; }
}
@media (prefers-reduced-motion: reduce){
  .tm-aura, .tm-scrollcue i{ animation:none !important; }
  [data-reveal]{ opacity:1; transform:none; transition:none; }
  .tm-page, .tm-aura, .tm-btn, .tm-overline{ transition:none; }
}
