:root {
    --navy:      #141A4C;
    --navy-deep: #0E1238;
    --navy-soft: #1C2360;
    --champ:     #BCAE93;
    --champ-hi:  #D6C9A8;
    --champ-lo:  #8F8266;
    --ivory:     #F7F4ED;
    --white:     #FFFFFF;
    --ink:       #1C2030;
    --ink-2:     #43475A;
    --line:      #E6E0D2;
    --coral:     #D6521F;
    --coral-hi:  #E8663C;
    --coral-lo:  #C94E28;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Jost", system-ui, sans-serif;
    --wrap: 1180px;
    --gold-grad: linear-gradient(100deg, var(--champ-lo), var(--champ-hi) 55%, var(--champ-lo));
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
  body { font-family: var(--sans); font-weight: 400; background: var(--ivory); color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
  .wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
  h1,h2,h3,h4 { font-family: var(--serif); font-weight: 600; line-height: 1.08; letter-spacing: 0.005em; }
  a { color: inherit; text-decoration: none; }

  .label { font-family: var(--sans); font-weight: 600; font-size: 0.76rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--champ); }
  .label.dark { color: #7A5A2E; }

  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55em; font-family: var(--sans); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 1.05em 2.1em; border: 1px solid transparent; cursor: pointer; transition: all .2s ease; line-height: 1; white-space: nowrap; }
  .btn-cta { background: var(--coral); color: #fff; border-color: var(--coral); box-shadow: 0 10px 26px rgba(232,102,60,0.32); }
  .btn-cta:hover { background: var(--coral-hi); border-color: var(--coral-hi); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(232,102,60,0.4); }
  .btn-ghost { background: transparent; color: var(--champ); border-color: rgba(188,174,147,0.55); }
  .btn-ghost:hover { border-color: var(--champ); background: rgba(188,174,147,0.08); }
  .btn-navy { background: var(--navy); color: var(--ivory); border-color: var(--navy); }

  .imgslot { position: relative; background: radial-gradient(120% 120% at 30% 20%, var(--navy-soft), var(--navy) 70%); overflow: hidden; }
  .imgslot img { width: 100%; height: 100%; object-fit: cover; display: block; position: relative; z-index: 2; }
  .imgslot .ph { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; }
  .imgslot .ph svg { opacity: 0.16; width: 46%; max-width: 210px; height: auto; }
  .imgslot .ph .cap { position: absolute; bottom: 14px; left: 0; right: 0; text-align: center; font-size: 0.64rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(188,174,147,0.55); }
  .frame { border: 1px solid rgba(188,174,147,0.65); padding: 10px; }
  .frame .imgslot { height: 100%; }
  .frame.arch, .frame.arch .imgslot { border-radius: 999px 999px 14px 14px / 460px 460px 14px 14px; }

  .nav { position: sticky; top: 0; z-index: 50; background: var(--navy); transition: box-shadow .25s ease; }
  .nav.scrolled { box-shadow: 0 8px 30px rgba(8,10,34,0.45); }
  .nav::after { content: ""; display: block; height: 1px; background: var(--gold-grad); opacity: 0.7; }
  .nav-in { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
  .brandlock { display: flex; align-items: center; gap: 12px; color: var(--ivory); }
  .brandlock .em { width: 40px; height: 40px; }
  .brandlock .nm { display: flex; flex-direction: column; line-height: 1.12; }
  .brandlock .nm b { font-family: var(--serif); font-weight: 600; font-size: 1.18rem; letter-spacing: 0.14em; color: var(--champ-hi); }
  .brandlock .nm span { font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(247,244,237,0.65); }
  .nav-links { display: flex; align-items: center; gap: 30px; }
  .nav-links a.lk { font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(247,244,237,0.8); }
  .nav-links a.lk:hover { color: var(--champ-hi); }
  .nav .btn { padding: 0.78em 1.5em; font-size: 0.76rem; }
  .menu-toggle { display: none; }

  .brandlock img.em { width: 40px; height: 40px; object-fit: contain; }
  .brandlock .nm { align-items: flex-start; }
  .brandlock img.wm { height: 22px; width: 149px; max-width: none; object-fit: contain; display: block; margin-bottom: 3px; flex: 0 0 auto; align-self: flex-start; }


  .hero { position: relative; background: radial-gradient(140% 110% at 78% 0%, var(--navy-soft) 0%, var(--navy) 52%, var(--navy-deep) 100%); color: var(--ivory); overflow: hidden; }
  .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 56px; align-items: center; padding: 40px 0 60px; }
  .hero-copy { align-self: center; }
  .hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); color: var(--ivory); margin: 22px 0 20px; font-weight: 500; }
  .hero h1 em { font-style: italic; color: var(--champ-hi); }
  .hero p.lede { font-size: clamp(1rem, 1.8vw, 1.14rem); color: rgba(247,244,237,0.82); max-width: 520px; margin-bottom: 34px; }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-bottom: 22px; }
  .hero-cta .sub { font-size: 0.82rem; color: rgba(247,244,237,0.6); letter-spacing: 0.04em; }
  .hero-trust { display: flex; flex-wrap: wrap; align-items: center; padding-top: 26px; border-top: 1px solid rgba(188,174,147,0.3); max-width: 560px; }
  .hero-trust span { font-size: 0.8rem; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(247,244,237,0.75); }
  .hero-trust .dot { margin: 0 15px; color: var(--champ); font-size: 0.7rem; }
  .hero-art { position: relative; }
  .hero-art .frame { height: 400px; display: block; align-self: center; }

  section.block { padding: 96px 0; }
  .sec-head { max-width: 720px; margin-bottom: 54px; }
  .sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .sec-head h2 { font-size: clamp(2rem, 4.2vw, 3rem); color: var(--navy); margin: 16px 0 14px; font-weight: 500; }
  .sec-head p { font-size: 1.05rem; color: var(--ink-2); }
  .dark .sec-head h2, .sec-head.dark h2 { color: var(--ivory); }
  .dark .sec-head p, .sec-head.dark p { color: rgba(247,244,237,0.82); }
  .sec-head.dark .label { color: var(--champ-hi); }

  .pas { background: var(--ivory); }
  .pas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .pain-list { list-style: none; display: flex; flex-direction: column; gap: 16px; }
  .pain-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.02rem; color: var(--ink-2); }
  .pain-list .x { flex: none; width: 24px; height: 24px; border-radius: 50%; background: rgba(232,102,60,0.12); color: var(--coral-lo); display: grid; place-items: center; font-size: 0.9rem; margin-top: 2px; }
  .solution { background: var(--navy); color: var(--ivory); padding: 44px 40px; }
  .solution .label { color: var(--champ); }
  .solution h3 { font-size: 1.8rem; color: var(--ivory); margin: 12px 0 18px; font-weight: 500; }
  .solution ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
  .solution li { padding-left: 30px; position: relative; color: rgba(247,244,237,0.9); }
  .solution li::before { content: ""; position: absolute; left: 0; top: 8px; width: 13px; height: 13px; transform: rotate(45deg); border: 1px solid var(--champ); }

  .trust { background: var(--navy-deep); color: var(--ivory); padding: 40px 0; }
  .trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
  .trust .big { font-family: var(--serif); font-weight: 500; font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--champ-hi); line-height: 1; }
  .trust .lab2 { margin-top: 8px; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(247,244,237,0.6); }

  .models { background: var(--ivory); }
  .tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
  .tab { font-family: var(--sans); font-weight: 500; font-size: 0.86rem; letter-spacing: 0.04em; padding: 0.85em 1.5em; border: 1px solid var(--line); background: var(--white); color: var(--ink-2); cursor: pointer; transition: all .2s ease; }
  .tab .rn { font-family: var(--serif); font-weight: 600; color: #7A5A2E; margin-right: 8px; }
  .tab:hover { border-color: var(--champ); }
  .tab.active { background: var(--navy); color: var(--ivory); border-color: var(--navy); }
  .tab.active .rn { color: var(--champ-hi); }
  .panel { display: none; }
  .panel.active { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 50px; align-items: center; animation: fade .4s ease; }
  @keyframes fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
  .panel .frame { height: 380px; display: block; }
  .panel .pinfo .rn { font-family: var(--serif); font-weight: 600; font-size: 1rem; letter-spacing: 0.24em; color: #7A5A2E; }
  .panel .pinfo h3 { font-size: 2rem; color: var(--navy); margin: 6px 0 4px; font-weight: 600; }
  .panel .pinfo .best { font-size: 0.95rem; font-weight: 600; color: #A83E15; letter-spacing: 0.02em; margin-bottom: 18px; }
  .panel .pinfo ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }
  .panel .pinfo li { position: relative; padding-left: 26px; font-size: 1rem; color: var(--ink-2); }
  .panel .pinfo li::before { content: ""; position: absolute; left: 0; top: 10px; width: 12px; height: 1px; background: var(--coral); }
  .panel .meta { display: flex; gap: 34px; padding: 16px 0 22px; border-top: 1px solid var(--line); margin-bottom: 8px; }
  .panel .meta .k { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-2); display: block; }
  .panel .meta .v { font-family: var(--serif); font-weight: 600; font-size: 1.1rem; color: var(--navy); }

  .quiz { background: radial-gradient(130% 120% at 50% 0%, var(--navy-soft), var(--navy) 55%, var(--navy-deep)); color: var(--ivory); }
  .quiz-card { max-width: 720px; margin: 0 auto; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(8,10,34,0.5); border-top: 3px solid var(--coral); }
  .quiz-prog { height: 4px; background: var(--line); }
  .quiz-prog .bar { height: 100%; width: 20%; background: var(--coral); transition: width .35s ease; }
  .quiz-body { padding: 44px 44px 40px; }
  .quiz-step { display: none; }
  .quiz-step.active { display: block; animation: fade .35s ease; }
  .quiz-count { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: #7A5A2E; margin-bottom: 12px; }
  .quiz h3 { font-size: 1.7rem; color: var(--navy); font-weight: 600; margin-bottom: 24px; line-height: 1.15; }
  .opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .opt { text-align: left; font-family: var(--sans); font-size: 0.98rem; color: var(--ink); background: var(--ivory); border: 1px solid var(--line); padding: 1.05em 1.2em; cursor: pointer; transition: all .18s ease; display: flex; align-items: center; gap: 12px; }
  .opt::before { content: ""; flex: none; width: 18px; height: 18px; border: 1px solid var(--champ-lo); border-radius: 50%; transition: all .18s ease; }
  .opt:hover { border-color: var(--coral); background: #fff; }
  .opt.sel { border-color: var(--coral); background: rgba(232,102,60,0.06); }
  .opt.sel::before { background: var(--coral); border-color: var(--coral); box-shadow: inset 0 0 0 3px #fff; }
  .quiz-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
  .quiz-back { background: none; border: none; color: var(--ink-2); font-family: var(--sans); font-size: 0.9rem; cursor: pointer; letter-spacing: 0.04em; }
  .quiz-back:hover { color: var(--navy); }
  .quiz-back[disabled] { opacity: 0; pointer-events: none; }
  .quiz-match { text-align: center; }
  .quiz-match .rn { font-family: var(--serif); font-size: 1rem; letter-spacing: 0.24em; color: #7A5A2E; }
  .quiz-match h3 { font-size: 2.1rem; margin: 6px 0 10px; }
  .quiz-match p { color: var(--ink-2); max-width: 460px; margin: 0 auto 26px; }
  .quiz-match .why { font-size: 0.85rem; color: var(--ink-2); margin-top: 16px; }

  .enquire { background: var(--ivory); }
  .enquire-inner { max-width: 640px; margin: 0 auto; }
  .enquire .sec-head { text-align: center; margin-left: auto; margin-right: auto; }
  form { background: var(--white); padding: 40px 38px; color: var(--ink); border: 1px solid var(--line); border-top: 3px solid var(--coral); box-shadow: 0 24px 60px rgba(20,26,76,0.1); }
  .fstep { display: none; } .fstep.active { display: block; animation: fade .3s ease; }
  .fstep-head { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: #7A5A2E; margin-bottom: 6px; }
  .fstep h3 { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; color: var(--navy); margin-bottom: 20px; }
  .field { margin-bottom: 16px; }
  .field.row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  label { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 7px; color: var(--ink-2); }
  input, select { width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink); padding: 0.85em 0.9em; border: 1px solid var(--line); background: var(--ivory); border-radius: 0; -webkit-appearance: none; appearance: none; transition: border-color .16s ease; }
  select { background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0l5 6 5-6z' fill='%238F8266'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; }
  input:focus, select:focus { outline: none; border-color: var(--coral); }
  input.err { border-color: #B0483C; }
  .fnav { display: flex; gap: 12px; align-items: center; margin-top: 8px; }
  .fnav .btn { flex: 1; }
  .fnav .back { flex: 0 0 auto; background: none; border: none; color: var(--ink-2); cursor: pointer; font-family: var(--sans); font-size: 0.9rem; padding: 0 6px; }
  .form-fine { font-size: 0.78rem; color: var(--ink-2); margin-top: 14px; text-align: center; }
  .fprog { display: flex; gap: 6px; margin-bottom: 24px; }
  .fprog i { flex: 1; height: 3px; background: var(--line); }
  .fprog i.on { background: var(--coral); }
  .form-success { display: none; text-align: center; padding: 20px 0; }
  .form-success.show { display: block; }
  .form-success .ring { width: 72px; height: 72px; margin: 0 auto 18px; border: 1px solid var(--champ); border-radius: 50%; display: grid; place-items: center; }
  .form-success .ring span { font-size: 1.8rem; color: var(--champ-lo); }
  .form-success h3 { font-family: var(--serif); font-size: 1.7rem; color: var(--navy); font-weight: 600; margin-bottom: 8px; }
  .form-success p { color: var(--ink-2); }
  form.hide { display: none; }

  .faq { background: var(--white); }
  .faq-list { max-width: 820px; margin: 0 auto; }
  .qa { border-bottom: 1px solid var(--line); }
  .qa:first-child { border-top: 1px solid var(--line); }
  .qa button { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--serif); font-weight: 600; font-size: 1.28rem; color: var(--navy); padding: 26px 46px 26px 0; position: relative; }
  .qa button::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--sans); font-weight: 400; font-size: 1.5rem; color: var(--coral); }
  .qa.open button::after { content: "\2212"; }
  .qa .a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .qa .a p { padding: 0 0 26px; color: var(--ink-2); font-size: 0.99rem; max-width: 700px; }

  footer { background: var(--navy-deep); color: rgba(247,244,237,0.55); padding: 54px 0 38px; }
  .foot-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid rgba(188,174,147,0.18); }
  .foot-contact a:hover { color: var(--champ-hi); }
  .foot-bottom { padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 0.78rem; letter-spacing: 0.05em; }

  .sticky-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; }
  .sticky-call .btn { width: 100%; border-radius: 0; padding: 1.1em; }

  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .07s; } .reveal.d2 { transition-delay: .14s; } .reveal.d3 { transition-delay: .21s; }

  @media (max-width: 960px) {
    .hero-grid { grid-template-columns: 1fr; gap: 44px; padding: 66px 0 76px; }
    .hero-art .frame { height: 360px; max-width: 440px; margin: 0 auto; }
    .pas-grid { grid-template-columns: 1fr; gap: 40px; }
    .trust-row { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
    .panel.active { grid-template-columns: 1fr; gap: 30px; }
    .panel .frame { height: 300px; max-width: 480px; }
    section.block { padding: 68px 0; }
    
    .menu-toggle { display: flex; flex-direction: column; justify-content: space-between; width: 24px; height: 16px; background: none; border: none; cursor: pointer; margin-left: auto; z-index: 100; }
    .menu-toggle span { display: block; width: 100%; height: 2px; background: var(--ivory); transition: all .3s ease; transform-origin: left center; }
    .nav.menu-open .menu-toggle span:nth-child(1) { transform: rotate(45deg); }
    .nav.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
    .nav.menu-open .menu-toggle span:nth-child(3) { transform: rotate(-45deg); }
    
    .nav-links { position: absolute; top: 100%; left: 0; width: 100%; background: var(--navy-deep); flex-direction: column; gap: 0; align-items: stretch; max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .4s ease; padding: 0 24px; box-shadow: 0 10px 30px rgba(8,10,34,0.45); }
    .nav.menu-open .nav-links { max-height: 400px; padding-bottom: 24px; border-top: 1px solid rgba(255,255,255,0.05); }
    .nav-links a.lk { display: block; padding: 16px 0; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,0.05); color: var(--ivory); text-align: left; }
    .nav .btn.top-cta { margin-top: 20px; width: 100%; display: flex; justify-content: center; }
  }
  @media (max-width: 560px) {
    .nav .btn { display: none; }
    .opts { grid-template-columns: 1fr; }
    .field.row { grid-template-columns: 1fr; }
    .quiz-body { padding: 32px 26px 30px; }
    .sticky-call { display: block; }
    body { padding-bottom: 66px; }
    .brandlock .nm span { display: none; }
    .brandlock img.wm { height: 19px; width: 129px; }
    .brandlock img.em { width: 34px; height: 34px; }
    .wrap { padding: 0 24px; }
    section.block { padding: 66px 0; }
    .sec-head { margin-bottom: 44px; }
    .hero-grid { padding: 32px 24px 50px; }
    .hero h1 { font-size: 2.5rem; margin: 18px 0 16px; }
    .hero p.lede { font-size: 1.05rem; margin-bottom: 30px; }
    .hero-cta { flex-direction: column; align-items: stretch; gap: 12px; }
    .hero-cta .btn { width: 100%; padding: 1.1em; font-size: 0.96rem; }
    .hero-cta .sub { text-align: center; margin-top: 6px; }
    .hero-trust { gap: 12px 0; padding-top: 30px; margin-top: 10px; }
    .hero-art .frame { height: 340px; max-width: 100%; }
    .sec-head h2 { font-size: 1.95rem; }
    .solution { padding: 38px 30px; border-radius: 12px; }
    .solution h3 { font-size: 1.55rem; line-height: 1.25; }
    .trust-row { gap: 32px 16px; }
    .trust .big { font-size: 2.1rem; }
    .tabs { gap: 10px; margin-bottom: 34px; }
    .tab { flex: 1 1 44%; padding: 0.9em 0.8em; font-size: 0.85rem; text-align: center; }
    .panel .pinfo h3 { font-size: 1.75rem; }
    .panel .meta { gap: 24px; }
    .quiz h3 { font-size: 1.5rem; }
    .quiz-match h3 { font-size: 1.8rem; }
    .opt { padding: 1.1em 1.2em; font-size: 1rem; }
    form { padding: 36px 26px; border-radius: 12px; }
    .fstep h3 { font-size: 1.45rem; margin-bottom: 24px; }
    .qa button { font-size: 1.15rem; padding: 24px 46px 24px 0; }
    .foot-top { flex-direction: column; align-items: flex-start; gap: 20px; }
    .foot-bottom { flex-direction: column; gap: 10px; font-size: 0.82rem; }
  }
  @media (max-width: 380px) {
    .hero h1 { font-size: 2.05rem; }
    .sec-head h2 { font-size: 1.65rem; }
    .tab { flex-basis: 100%; }
    .btn { font-size: 0.86rem; padding: 1em 1.4em; }
  }
  @media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; animation: none !important; }
    .reveal { opacity: 1; transform: none; transition: none; }
  }
/* ===================== ENHANCED ANIMATION ===================== */
/* hero storefront: subtle float + parallax hook */
.hero-art .frame { will-change: transform; transition: transform .3s ease-out; }
.hero-art .frame img { transition: transform 6s ease-in-out; }
.hero-art:hover .frame img { transform: scale(1.04); }

/* emblem gold shimmer sweep */
.brandlock .em { position: relative; }
@keyframes shimmer { 0%{ filter: brightness(1); } 50%{ filter: brightness(1.18); } 100%{ filter: brightness(1); } }
.brandlock:hover .em { animation: shimmer 1.6s ease-in-out; }

/* model tab underline grow */
.tab { position: relative; overflow: hidden; }
.tab::after { content:""; position:absolute; left:50%; right:50%; bottom:0; height:2px; background:var(--coral); transition:left .25s ease,right .25s ease; }
.tab:hover::after { left:14%; right:14%; }
.tab.active::after { left:0; right:0; }

/* model card image zoom on hover */
.panel .frame .imgslot img { transition: transform .5s ease; }
.panel .frame:hover .imgslot img { transform: scale(1.05); }

/* quiz option press feedback */
.opt { transition: all .18s ease, transform .1s ease; }
.opt:active { transform: scale(0.985); }

/* CTA sheen */
.btn-cta { position: relative; overflow: hidden; }
.btn-cta::before { content:""; position:absolute; top:0; left:-120%; width:60%; height:100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-18deg); transition: left .6s ease; }
.btn-cta:hover::before { left:130%; }

/* count-up numbers subtle rise */
.trust .big, .cred .big { display:inline-block; }

/* staggered reveal already present; add gentle scale */
.reveal { transform: translateY(24px) scale(0.995); }
.reveal.in { transform: none; }

@media (prefers-reduced-motion: reduce) {
  .hero-art:hover .frame img, .panel .frame:hover .imgslot img { transform:none; }
  .btn-cta::before { display:none; }
  .brandlock:hover .em { animation:none; }
}

/* ===================== HERO ENTRANCE (on load) ===================== */
/* headline + copy rise in immediately on load, staggered */
.hero .label, .hero h1, .hero p.lede, .hero-cta, .hero-trust {
  opacity: 0; transform: translateY(18px);
  animation: heroIn .7s cubic-bezier(.22,.61,.36,1) forwards;
}
.hero .label   { animation-delay: .05s; }
.hero h1       { animation-delay: .16s; }
.hero p.lede   { animation-delay: .30s; }
.hero-cta      { animation-delay: .42s; }
.hero-trust    { animation-delay: .54s; }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* storefront frame fades + lifts in */
.hero-art .frame {
  opacity: 0; transform: translateY(26px) scale(0.98);
  animation: frameIn .9s cubic-bezier(.22,.61,.36,1) .35s forwards;
}
@keyframes frameIn { to { opacity: 1; transform: none; } }

/* headline emphasis word draws a gold underline after it lands */
.hero h1 em { position: relative; }
.hero h1 em::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--gold-grad); animation: underline .7s ease 1.0s forwards;
}
@keyframes underline { to { width: 100%; } }

/* the hero elements use animation, so neutralise the old .reveal opacity on them */
.hero .reveal { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .hero .label, .hero h1, .hero p.lede, .hero-cta, .hero-trust, .hero-art .frame {
    opacity: 1 !important; transform: none !important; animation: none !important;
  }
  .hero h1 em::after { animation: none; width: 100%; }
}
