:root {
  --tnr-green: #1d2c23;
  --tnr-green-soft: #2f3d30;
  --tnr-olive: #697041;
  --tnr-cream: #f7f0e5;
  --tnr-paper: #fffaf2;
  --tnr-ink: #1d1b18;
  --tnr-muted: #766f65;
  --tnr-gold: #c99a4c;
  --tnr-pink: #b84f70;
  --tnr-line: rgba(112, 85, 52, .22);
  --tnr-danger: #a33b35;
  --tnr-success: #42613f;
  --tnr-serif: Georgia, 'Times New Roman', serif;
  --tnr-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --tnr-shell: min(1320px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { min-width: 320px; max-width: 100%; margin: 0; overflow-x: clip; color: var(--tnr-ink); background: var(--tnr-cream); font-family: var(--tnr-sans); }
body::before { content: ''; position: fixed; z-index: -1; inset: 0; background: radial-gradient(circle at 8% 11%, rgba(201,154,76,.13), transparent 28%), radial-gradient(circle at 92% 54%, rgba(184,79,112,.09), transparent 27%); pointer-events: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }

.tnr-skip { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; color: #fff; border-radius: 7px; background: var(--tnr-green); transform: translateY(-150%); transition: transform .2s; }
.tnr-skip:focus { transform: translateY(0); }

.tnr-header { position: relative; z-index: 10; min-height: 94px; border-bottom: 1px solid rgba(74,58,35,.13); background: rgba(250,245,237,.94); backdrop-filter: blur(18px); }
.tnr-header-shell { display: flex; align-items: center; justify-content: space-between; gap: 32px; width: var(--tnr-shell); min-height: 94px; margin: 0 auto; }
.tnr-brand { display: flex; align-items: center; gap: 13px; min-width: 0; }
.tnr-brand img { width: 103px; height: auto; }
.tnr-brand > span { display: grid; gap: 3px; padding-left: 13px; border-left: 1px solid rgba(105,112,65,.36); }
.tnr-brand b { color: var(--tnr-olive); font-size: 10px; letter-spacing: .28em; }
.tnr-brand small { color: var(--tnr-muted); font-size: 7px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.tnr-nav { display: flex; align-items: center; gap: 30px; }
.tnr-nav a { position: relative; color: #554f47; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.tnr-nav a::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--tnr-gold); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.tnr-nav a:hover::after, .tnr-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.tnr-main { padding: 54px 0 104px; }
.tnr-shell { width: var(--tnr-shell); margin: 0 auto; }
.tnr-layout { display: grid; grid-template-columns: minmax(350px, .84fr) minmax(520px, 1.16fr); align-items: stretch; min-height: 760px; border: 1px solid rgba(79,61,38,.16); border-radius: 34px; overflow: hidden; background: var(--tnr-paper); box-shadow: 0 35px 90px rgba(42,33,20,.13); }

.tnr-story { position: relative; isolation: isolate; min-height: 760px; overflow: hidden; color: #fff; background: var(--tnr-green); }
.tnr-story::before, .tnr-story::after { content: ''; position: absolute; z-index: 2; border: 1px solid rgba(235,198,126,.25); border-radius: 50%; pointer-events: none; }
.tnr-story::before { top: -170px; left: -210px; width: 550px; height: 550px; box-shadow: 0 0 0 86px rgba(255,255,255,.025); }
.tnr-story::after { right: -130px; bottom: -160px; width: 390px; height: 390px; box-shadow: 0 0 0 60px rgba(184,79,112,.055); }
.tnr-story-image { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.88) contrast(1.03); }
.tnr-story-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(20,35,26,.12), rgba(17,28,21,.38) 38%, rgba(13,24,17,.94) 100%), linear-gradient(90deg, rgba(20,36,26,.2), transparent 70%); }
.tnr-story-copy { position: absolute; z-index: 3; top: 44px; left: 42px; }
.tnr-story-copy > span { color: #f1c776; font-size: 9px; font-weight: 850; letter-spacing: .26em; }
.tnr-story-copy p { margin: 14px 0 0; font: 400 clamp(35px,3.1vw,51px)/.96 var(--tnr-serif); letter-spacing: -.02em; }
.tnr-story-copy em { color: #efb4c6; font-weight: 400; }

.tnr-gift-card { position: absolute; z-index: 4; top: 45%; left: 50%; display: grid; width: min(72%, 330px); aspect-ratio: 1.62; padding: 28px; border: 1px solid rgba(242,207,138,.58); border-radius: 12px; overflow: hidden; color: #f5d998; background: radial-gradient(circle at 18% 16%, rgba(255,255,255,.08), transparent 27%), linear-gradient(135deg,#213829,#101f17 72%); box-shadow: 0 32px 55px rgba(0,0,0,.36), inset 0 1px rgba(255,255,255,.13); transform: translate(-50%,-50%) rotate(-5deg); }
.tnr-gift-card::before { content: '09'; position: absolute; right: -3px; bottom: -30px; color: rgba(239,194,107,.055); font: 400 126px/1 var(--tnr-serif); }
.tnr-gift-card::after { content: ''; position: absolute; top: 18px; right: 18px; width: 9px; height: 9px; border: 1px solid #d7a955; transform: rotate(45deg); }
.tnr-gift-card small { font-size: 7px; font-weight: 800; letter-spacing: .2em; }
.tnr-gift-card strong { align-self: center; color: #fff8e9; font: 400 clamp(35px,3.2vw,48px)/1 var(--tnr-serif); letter-spacing: .08em; }
.tnr-gift-card span { align-self: end; font-size: 7px; font-weight: 850; letter-spacing: .14em; }

.tnr-story-facts { position: absolute; z-index: 4; right: 34px; bottom: 30px; left: 34px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(240,205,135,.32); }
.tnr-story-facts div { display: grid; gap: 4px; padding: 20px 12px 0; border-left: 1px solid rgba(255,255,255,.13); }
.tnr-story-facts div:first-child { padding-left: 0; border-left: 0; }
.tnr-story-facts b { color: #f0c879; font: 400 23px/1 var(--tnr-serif); }
.tnr-story-facts span { color: rgba(255,255,255,.66); font-size: 8px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }

.tnr-panel { display: flex; flex-direction: column; min-width: 0; padding: clamp(42px,5vw,72px); background: linear-gradient(145deg,#fffaf2,#f8efe2 86%); }
.tnr-intro { max-width: 670px; }
.tnr-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--tnr-olive); font-size: 9px; font-weight: 850; letter-spacing: .22em; }
.tnr-eyebrow i { display: block; width: 30px; height: 1px; background: var(--tnr-gold); }
.tnr-intro h1 { margin: 17px 0 18px; color: var(--tnr-green); font: 400 clamp(45px,4.7vw,67px)/.94 var(--tnr-serif); letter-spacing: -.035em; }
.tnr-intro h1 em, .tnr-success h2 em { color: var(--tnr-pink); font-weight: 400; }
.tnr-intro p { max-width: 620px; margin: 0; color: var(--tnr-muted); font-size: 14px; line-height: 1.72; }

.tnr-progress { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin: 38px 0 0; padding: 0; list-style: none; }
.tnr-progress::before { content: ''; position: absolute; top: 17px; right: 25%; left: 25%; height: 1px; background: var(--tnr-line); }
.tnr-progress li { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; color: #a09a90; }
.tnr-progress li:last-child { justify-self: end; }
.tnr-progress li > span { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(83,72,57,.19); border-radius: 50%; background: #f9f1e6; font-size: 10px; font-weight: 850; }
.tnr-progress li > div { display: grid; gap: 2px; }
.tnr-progress b { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.tnr-progress small { font-size: 9px; }
.tnr-progress li[aria-current="step"], .tnr-progress li.is-complete { color: var(--tnr-green); }
.tnr-progress li[aria-current="step"] > span { color: #fff; border-color: var(--tnr-green); background: var(--tnr-green); box-shadow: 0 0 0 5px rgba(29,44,35,.07); }
.tnr-progress li.is-complete > span { color: #fff; border-color: var(--tnr-olive); background: var(--tnr-olive); }

.tnr-step { flex: 1 0 auto; margin-top: 36px; padding-top: 31px; border-top: 1px solid var(--tnr-line); }
.tnr-step-heading > span { color: var(--tnr-gold); font-size: 8px; font-weight: 850; letter-spacing: .22em; }
.tnr-step-heading h2 { margin: 9px 0 9px; color: var(--tnr-green); font: 400 28px/1.08 var(--tnr-serif); }
.tnr-step-heading p { margin: 0; color: var(--tnr-muted); font-size: 12px; line-height: 1.6; }

.tnr-step form { margin-top: 24px; }
.tnr-field { display: grid; gap: 8px; min-width: 0; }
.tnr-field > span { color: #514b43; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.tnr-field > span small { color: #938b80; font-size: 9px; font-weight: 600; letter-spacing: 0; }
.tnr-field input, .tnr-field output { width: 100%; min-height: 52px; padding: 14px 15px; color: var(--tnr-ink); border: 1px solid rgba(86,67,44,.25); border-radius: 9px; outline: 0; background: rgba(255,253,248,.82); font-size: 15px; transition: border-color .2s,box-shadow .2s,background .2s; }
.tnr-field input::placeholder { color: #aca69d; }
.tnr-field input:hover { border-color: rgba(86,67,44,.42); }
.tnr-field input:focus { border-color: var(--tnr-olive); background: #fffefb; box-shadow: 0 0 0 4px rgba(105,112,65,.11); }
.tnr-field input[aria-invalid="true"] { border-color: var(--tnr-danger); box-shadow: 0 0 0 3px rgba(163,59,53,.08); }
.tnr-field output { display: flex; align-items: center; color: #6d675f; background: rgba(117,107,92,.06); }
.tnr-field > small { color: #8b847a; font-size: 9px; line-height: 1.5; }
.tnr-code-field input { height: 64px; padding-inline: 19px; color: var(--tnr-green); font-size: clamp(19px,2.2vw,25px); font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

.tnr-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 56px; padding: 14px 20px; border: 1px solid transparent; border-radius: 8px; cursor: pointer; font-size: 11px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; transition: color .2s,background .2s,border-color .2s,transform .2s,box-shadow .2s; }
.tnr-button b { font-size: 18px; line-height: 1; }
.tnr-button-primary { width: 100%; margin-top: 18px; color: #fff; background: var(--tnr-green); box-shadow: 0 15px 28px rgba(29,44,35,.16); }
.tnr-button-primary:hover { background: #263b2e; transform: translateY(-1px); box-shadow: 0 18px 34px rgba(29,44,35,.2); }
.tnr-button-secondary { min-width: 245px; color: #fff; background: var(--tnr-green); }
.tnr-button:disabled { cursor: wait; opacity: .66; transform: none; }
.tnr-button.is-loading b { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; font-size: 0; animation: tnr-spin .7s linear infinite; }

.tnr-feedback { margin-top: 13px; padding: 12px 14px; border-radius: 8px; font-size: 11px; line-height: 1.55; }
.tnr-feedback.is-error { color: #822f2b; border: 1px solid rgba(163,59,53,.22); background: rgba(163,59,53,.075); }
.tnr-feedback.is-info { color: #355236; border: 1px solid rgba(66,97,63,.2); background: rgba(66,97,63,.07); }
.tnr-secure-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--tnr-line); }
.tnr-secure-note svg { flex: 0 0 auto; width: 18px; height: 18px; fill: none; stroke: var(--tnr-olive); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tnr-secure-note p { display: grid; gap: 3px; margin: 0; }
.tnr-secure-note b { color: #4a463f; font-size: 10px; }
.tnr-secure-note span { color: #8c857c; font-size: 9px; line-height: 1.5; }

.tnr-approved { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 13px; margin-bottom: 28px; padding: 15px; border: 1px solid rgba(66,97,63,.22); border-radius: 12px; background: rgba(66,97,63,.07); }
.tnr-approved-icon { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; border-radius: 50%; background: var(--tnr-success); font-size: 16px; }
.tnr-approved > div { display: grid; gap: 3px; min-width: 0; }
.tnr-approved small { color: var(--tnr-success); font-size: 7px; font-weight: 850; letter-spacing: .17em; }
.tnr-approved strong { overflow: hidden; color: var(--tnr-green); font: 400 18px/1.2 var(--tnr-serif); text-overflow: ellipsis; white-space: nowrap; }
.tnr-approved > div > span { display: flex; flex-wrap: wrap; gap: 8px; color: #79736a; font-size: 8px; }
.tnr-approved > div > span b { letter-spacing: .08em; }
.tnr-approved > div > span i { padding-left: 8px; border-left: 1px solid rgba(78,71,61,.18); font-style: normal; }
.tnr-approved > button { padding: 6px 0; color: #6b665e; border: 0; border-bottom: 1px solid rgba(107,102,94,.45); background: transparent; cursor: pointer; font-size: 8px; font-weight: 750; text-transform: uppercase; }

.tnr-balance-step { align-content: start; }
.tnr-balance-card { position: relative; display: grid; gap: 9px; margin-top: 24px; padding: 27px; overflow: hidden; color: #fff; border: 1px solid rgba(226,189,111,.34); border-radius: 16px; background: radial-gradient(circle at 100% 0,rgba(226,189,111,.2),transparent 42%),var(--tnr-green); box-shadow: 0 18px 38px rgba(29,44,35,.16); }
.tnr-balance-card::after { content: ''; position: absolute; right: -55px; bottom: -75px; width: 180px; height: 180px; border: 1px solid rgba(226,189,111,.18); border-radius: 50%; box-shadow: 0 0 0 24px rgba(226,189,111,.05); }
.tnr-balance-card small { position: relative; z-index: 1; color: #e7bf70; font-size: 8px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.tnr-balance-card output { position: relative; z-index: 1; color: #fff9ed; font: 400 clamp(39px,5vw,56px)/1 var(--tnr-serif); }
.tnr-balance-card p { position: relative; z-index: 1; max-width: 490px; margin: 5px 0 0; color: rgba(255,255,255,.74); font-size: 11px; line-height: 1.65; }

.tnr-fieldset { margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--tnr-line); }
.tnr-fieldset:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.tnr-fieldset legend { margin-bottom: 14px; color: var(--tnr-green); font: 400 17px/1 var(--tnr-serif); }
.tnr-fields { display: grid; gap: 14px; }
.tnr-fields-two { grid-template-columns: 1fr 1fr; }
.tnr-address-grid { grid-template-columns: minmax(0,1fr) 92px 92px; }
.tnr-postal-code { grid-column: 1; }
.tnr-city { grid-column: 2 / 4; }
.tnr-country { grid-column: 1 / -1; }
.tnr-error-summary { margin-bottom: 20px; padding: 13px 14px; color: #822f2b; border: 1px solid rgba(163,59,53,.22); border-radius: 8px; outline: none; background: rgba(163,59,53,.075); font-size: 11px; line-height: 1.55; }
.tnr-submit-note { margin: 10px 0 0; color: #888178; font-size: 9px; line-height: 1.5; text-align: center; }

.tnr-success { display: grid; place-items: center; align-content: center; flex: 1; min-height: 500px; padding-block: 40px; text-align: center; }
.tnr-success-seal { position: relative; display: grid; place-items: center; width: 90px; height: 90px; margin-bottom: 30px; color: #fff; border-radius: 50%; background: var(--tnr-green); box-shadow: 0 0 0 10px rgba(29,44,35,.055),0 0 0 11px rgba(201,154,76,.34); }
.tnr-success-seal::before { content: ''; position: absolute; inset: 9px; border: 1px dashed rgba(238,201,125,.65); border-radius: 50%; }
.tnr-success-seal span { font-size: 27px; }
.tnr-success h2 { margin: 16px 0; color: var(--tnr-green); font: 400 clamp(42px,4vw,57px)/.95 var(--tnr-serif); letter-spacing: -.03em; }
.tnr-success > p { max-width: 510px; margin: 0; color: var(--tnr-muted); font-size: 13px; line-height: 1.7; }
.tnr-order-number { display: grid; gap: 6px; min-width: 245px; margin: 28px 0 22px; padding: 16px 25px; border: 1px solid var(--tnr-line); border-radius: 10px; background: rgba(255,255,255,.4); }
.tnr-order-number small { color: var(--tnr-gold); font-size: 7px; font-weight: 850; letter-spacing: .2em; }
.tnr-order-number strong { color: var(--tnr-green); font-size: 19px; letter-spacing: .08em; }
.tnr-noscript { margin-top: 25px; padding: 15px; color: #822f2b; border: 1px solid rgba(163,59,53,.2); background: rgba(163,59,53,.06); font-size: 12px; }

.tnr-footer { position: relative; z-index: 2; color: #fff; border-radius: 34px 34px 0 0; overflow: hidden; background: radial-gradient(circle at 12% -12%,rgba(201,154,76,.22),transparent 31%),radial-gradient(circle at 87% 110%,rgba(184,79,112,.18),transparent 35%),var(--tnr-green); }
.tnr-footer-shell { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 35px; width: var(--tnr-shell); min-height: 210px; margin: 0 auto; padding: 42px 0; }
.tnr-footer-shell > div { display: grid; gap: 5px; }
.tnr-footer-shell > div span { color: #fff9ed; font: 400 34px/1 var(--tnr-serif); letter-spacing: .08em; }
.tnr-footer-shell > div small { color: #e7b963; font-size: 7px; font-weight: 850; letter-spacing: .22em; }
.tnr-footer p { margin: 0; padding-left: 35px; color: rgba(255,255,255,.8); border-left: 1px solid rgba(230,190,111,.3); font: 400 24px/1.05 var(--tnr-serif); }
.tnr-footer p em { color: #eeb1c4; font-weight: 400; }
.tnr-footer nav { display: flex; justify-content: flex-end; gap: 25px; }
.tnr-footer nav a { color: rgba(255,255,255,.67); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }

:where(a,button,input):focus-visible { outline: 2px solid var(--tnr-gold); outline-offset: 3px; }
@keyframes tnr-spin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  :root { --tnr-shell: min(100% - 40px, 920px); }
  .tnr-layout { grid-template-columns: minmax(280px,.7fr) minmax(480px,1.3fr); }
  .tnr-panel { padding: 46px 38px; }
  .tnr-story-copy { top: 35px; left: 30px; }
  .tnr-story-facts { right: 25px; left: 25px; }
}

@media (max-width: 820px) {
  :root { --tnr-shell: calc(100vw - 32px); }
  .tnr-header, .tnr-header-shell { min-height: 82px; }
  .tnr-nav a:first-child { display: none; }
  .tnr-layout { grid-template-columns: 1fr; }
  .tnr-story { min-height: 460px; }
  .tnr-story-copy p { font-size: 42px; }
  .tnr-gift-card { width: min(58%,330px); }
  .tnr-panel { padding: 50px; }
  .tnr-footer-shell { grid-template-columns: 1fr 1fr; }
  .tnr-footer nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --tnr-shell: calc(100vw - 24px); }
  .tnr-header, .tnr-header-shell { min-height: 74px; }
  .tnr-brand { gap: 8px; }
  .tnr-brand img { width: 82px; }
  .tnr-brand > span { gap: 2px; padding-left: 9px; }
  .tnr-brand b { font-size: 8px; }
  .tnr-brand small { max-width: 135px; overflow: hidden; font-size: 6px; text-overflow: ellipsis; }
  .tnr-nav { display: none; }
  .tnr-main { padding: 22px 0 62px; }
  .tnr-layout { border-radius: 24px; box-shadow: 0 22px 55px rgba(42,33,20,.12); }
  .tnr-story { min-height: 350px; }
  .tnr-story-copy { top: 25px; left: 23px; }
  .tnr-story-copy p { margin-top: 9px; font-size: 33px; }
  .tnr-gift-card { top: 52%; width: min(73%,300px); padding: 22px; }
  .tnr-gift-card strong { font-size: 35px; }
  .tnr-story-facts { right: 20px; bottom: 17px; left: 20px; }
  .tnr-story-facts div { padding-top: 13px; }
  .tnr-story-facts b { font-size: 19px; }
  .tnr-panel { padding: 38px 22px 42px; }
  .tnr-intro h1 { margin-top: 14px; font-size: clamp(42px,13vw,55px); }
  .tnr-intro p { font-size: 12px; }
  .tnr-progress { gap: 15px; margin-top: 30px; }
  .tnr-progress::before { right: 22%; left: 22%; }
  .tnr-progress li { gap: 8px; }
  .tnr-progress small { display: none; }
  .tnr-step { margin-top: 28px; padding-top: 27px; }
  .tnr-step-heading h2 { font-size: 26px; }
  .tnr-code-field input { font-size: 18px; letter-spacing: .1em; }
  .tnr-approved { grid-template-columns: auto minmax(0,1fr); }
  .tnr-approved > button { grid-column: 2; justify-self: start; }
  .tnr-fields-two { grid-template-columns: 1fr; }
  .tnr-address-grid { grid-template-columns: minmax(0,1fr) 86px; }
  .tnr-street { grid-column: 1; }
  .tnr-house-number { grid-column: 2; }
  .tnr-addition { grid-column: 2; grid-row: 2; }
  .tnr-postal-code { grid-column: 1; grid-row: 2; }
  .tnr-city { grid-column: 1 / -1; }
  .tnr-country { grid-column: 1 / -1; }
  .tnr-success { min-height: 470px; }
  .tnr-success h2 { font-size: 42px; }
  .tnr-footer { border-radius: 25px 25px 0 0; }
  .tnr-footer-shell { grid-template-columns: 1fr; min-height: 0; padding: 40px 6px; }
  .tnr-footer p { padding: 25px 0 0; border-top: 1px solid rgba(230,190,111,.3); border-left: 0; }
  .tnr-footer nav { grid-column: auto; justify-content: flex-start; flex-wrap: wrap; }
}

@media (max-width: 370px) {
  .tnr-panel { padding-inline: 18px; }
  .tnr-gift-card { width: 78%; }
  .tnr-progress li > div { display: none; }
  .tnr-progress li:last-child { justify-self: end; }
  .tnr-progress::before { right: 17px; left: 17px; }
}

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

@media (forced-colors: active) {
  .tnr-gift-card, .tnr-story-shade { border: 1px solid CanvasText; }
  .tnr-button-primary, .tnr-approved-icon, .tnr-success-seal { border: 1px solid ButtonText; }
}
