:root {
  --forest: #123f32;
  --forest-2: #1c5644;
  --leaf: #7fae79;
  --mint: #dce9d8;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --gold: #d69545;
  --orange: #eb7444;
  --ink: #17322a;
  --muted: #64736d;
  --line: rgba(23, 50, 42, .14);
  --shadow: 0 24px 70px rgba(16, 55, 43, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; z-index: 20; background-image: radial-gradient(circle at 20% 30%, rgba(18,63,50,.08) 0 1px, transparent 1px), radial-gradient(circle at 70% 60%, rgba(214,149,69,.08) 0 1px, transparent 1px); background-size: 31px 31px, 43px 43px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.12; }
h1 { font-size: clamp(3.25rem, 6.3vw, 6.7rem); margin-bottom: 28px; font-weight: 680; }
h1 em { color: var(--forest-2); font-style: normal; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); margin-bottom: 28px; font-weight: 650; }
h3 { line-height: 1.3; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 132px 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; background: var(--paper); padding: 10px 16px; border-radius: 8px; transform: translateY(-160%); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--forest-2); font-size: .74rem; letter-spacing: .15em; font-weight: 750; text-transform: uppercase; margin-bottom: 22px; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--gold); }
.eyebrow.light { color: #bcd6cb; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 25px; border-radius: 5px; font-weight: 680; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .role-tabs button:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.button-primary { color: white; background: var(--forest); box-shadow: 0 12px 30px rgba(18, 63, 50, .18); }
.button-primary:hover { background: var(--forest-2); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.button-light { background: var(--cream); color: var(--forest); }
.button-outline-light { border: 1px solid rgba(255,255,255,.35); color: white; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,243,233,.88); border-bottom: 1px solid rgba(23,50,42,.08); backdrop-filter: blur(16px); }
.nav-shell { width: min(1280px, calc(100% - 48px)); height: 78px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { border-radius: 12px; box-shadow: 0 4px 12px rgba(183,88,42,.2); }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: 1.08rem; letter-spacing: .05em; }
.brand small { color: var(--muted); margin-top: 5px; font-size: .65rem; letter-spacing: .12em; }
.site-nav { display: flex; align-items: center; gap: 29px; font-size: .88rem; color: #345047; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--gold); transition: right .2s; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { color: white; padding: 11px 18px; border-radius: 4px; background: var(--forest); font-weight: 650; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--forest); }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 82px 70px; }
.hero-copy { z-index: 2; }
.hero-lead { max-width: 650px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.27rem); line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.hero-keywords { list-style: none; padding: 0; margin: 64px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.hero-keywords li { padding: 18px 0 0; display: grid; font-weight: 700; }
.hero-keywords span { color: var(--gold); font: 600 .67rem/1.5 ui-monospace, monospace; margin-bottom: 5px; }
.hero-visual { position: relative; height: 625px; overflow: hidden; border-radius: 180px 180px 24px 24px; background: #dce7d5; box-shadow: var(--shadow); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; top: 50px; right: -90px; background: #c1d4bb; }
.sun-orbit { position: absolute; width: 145px; height: 145px; left: 34px; top: 36px; border-radius: 50%; background: #edb95f; box-shadow: 0 0 0 30px rgba(255,255,255,.17); }
.visual-card { position: absolute; z-index: 3; background: rgba(255,253,248,.95); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 16px 34px rgba(18,63,50,.14); backdrop-filter: blur(8px); }
.plan-card { left: 34px; top: 174px; width: 220px; padding: 22px; border-radius: 15px; transform: rotate(-3deg); }
.plan-card strong { display: block; margin: 8px 0 14px; font-size: .9rem; }
.mini-label { color: var(--gold); letter-spacing: .1em; font-size: .65rem; font-weight: 700; }
.plan-line { display: flex; gap: 8px; align-items: center; margin-top: 9px; }
.plan-line i { width: 12px; height: 12px; border: 1.5px solid var(--leaf); border-radius: 50%; }
.plan-line span { height: 5px; background: #dfe5dc; border-radius: 5px; flex: 1; }
.focus-card { top: 80px; right: 30px; width: 178px; padding: 19px 21px; border-radius: 14px; text-align: center; }
.focus-card span, .focus-card small, .idea-card small { color: var(--muted); font-size: .67rem; }
.focus-card strong { display: block; font: 650 2.2rem/1.25 ui-monospace, monospace; color: var(--forest); }
.focus-card small, .idea-card small { display: block; }
.idea-card { right: 24px; bottom: 130px; width: 200px; padding: 19px; border-radius: 14px; }
.idea-card strong { display: block; font-size: .87rem; margin-left: 33px; }
.idea-card small { margin-left: 33px; margin-top: 3px; }
.idea-dot { position: absolute; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--orange); }
.desk { position: absolute; inset: auto 0 0; height: 185px; background: #c68756; border-top: 12px solid #a9683f; }
.tablet { position: absolute; width: 186px; height: 248px; left: 50%; bottom: 48px; transform: translateX(-50%) rotate(2deg); border: 10px solid var(--forest); border-radius: 20px; background: #fff; display: grid; place-items: center; box-shadow: 0 18px 25px rgba(63,36,17,.2); }
.tablet img { border-radius: 23px; }
.book { position: absolute; width: 180px; height: 22px; left: 20px; bottom: 63px; border-radius: 2px 12px 12px 2px; }
.book-one { background: #e7ba67; transform: rotate(4deg); }
.book-two { background: #f2e7cc; bottom: 36px; left: 37px; transform: rotate(-2deg); box-shadow: inset 0 -4px #bb8456; }
.pencil { position: absolute; width: 115px; height: 8px; bottom: 27px; left: 48%; background: var(--orange); transform: rotate(-9deg); border-radius: 5px; }
.plant { position: absolute; right: 35px; bottom: 33px; width: 75px; height: 104px; }
.plant b { position: absolute; bottom: 0; width: 75px; height: 53px; background: #e3a552; clip-path: polygon(8% 0, 92% 0, 80% 100%, 20% 100%); }
.plant i { position: absolute; width: 42px; height: 65px; background: #477b55; border-radius: 90% 10% 80% 20%; transform: rotate(-35deg); }
.plant i:nth-child(2) { right: 0; transform: rotate(35deg) scaleX(-1); background: #6d9d66; }
.section-heading { max-width: 720px; }
.section-heading > p:last-child { max-width: 600px; color: var(--muted); font-size: 1.05rem; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { margin-inline: auto; color: #c5d8d0; }
.why { background: var(--forest); color: white; }
.why .section-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.why .section-heading > p:last-child { color: #b8cec5; }
.pain-list { border-top: 1px solid rgba(255,255,255,.18); }
.pain-item { display: grid; grid-template-columns: 55px 1fr 1fr; gap: 20px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.pain-item > span { color: var(--gold); font: .72rem ui-monospace, monospace; }
.pain-item h3 { margin: 0; font-size: 1.15rem; }
.pain-item p { margin: 0; color: #aac1b7; font-size: .89rem; }
.belief { grid-column: 1/-1; margin: 20px 0 0; padding: 50px 0 0; text-align: center; color: #aec6bc; font-size: clamp(1.4rem, 2.6vw, 2.25rem); line-height: 1.5; }
.belief strong { color: white; }
.abilities { background: var(--paper); }
.ability-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 75px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ability { min-height: 280px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: background .25s, color .25s; }
.ability:hover { background: #eef3e9; }
.ability.featured { background: var(--forest); color: white; }
.ability.featured.warm { background: #bf7449; }
.ability-icon { width: 49px; height: 49px; border-radius: 50%; background: var(--mint); color: var(--forest); display: grid; place-items: center; font-weight: 750; }
.ability span { color: var(--gold); font: .68rem ui-monospace, monospace; }
.ability h3 { margin: 9px 0 8px; font-size: 1.32rem; }
.ability p { margin: 0; color: var(--muted); font-size: .91rem; }
.ability.featured p { color: #bdd1c8; }
.ability.featured.warm p { color: #ffe3d2; }
.together { background: #204f40; color: white; }
.role-tabs { width: fit-content; display: flex; margin: 62px auto 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.role-tabs button { border: 0; padding: 16px 34px; color: #9dbbae; background: transparent; cursor: pointer; font-weight: 650; }
.role-tabs button[aria-selected="true"] { color: white; box-shadow: inset 0 -3px var(--gold); }
.role-panels { width: min(880px, 100%); margin: 35px auto 0; }
.role-panel { background: var(--cream); color: var(--ink); padding: 48px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; border-radius: 5px; min-height: 310px; }
.role-panel[hidden] { display: none; }
.role-number { color: var(--gold); font: .72rem ui-monospace, monospace; }
.role-panel h3 { font-size: 1.9rem; margin: 13px 0 14px; }
.role-panel p { color: var(--muted); }
.role-panel ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; }
.role-panel li { padding: 13px 14px; border: 1px solid var(--line); border-radius: 4px; font-size: .86rem; }
.role-panel li::before { content: "✓"; color: var(--leaf); margin-right: 7px; }
.privacy-note { text-align: center; color: #aac5ba; margin: 30px 0 0; font-size: .84rem; }
.loop { background: var(--cream); }
.loop-flow { list-style: none; padding: 0; margin: 76px 0 0; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); }
.loop-flow li { position: relative; padding: 26px 18px 33px 0; }
.loop-flow li::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); top: -5px; left: 0; box-shadow: 0 0 0 5px var(--cream); }
.loop-flow li:not(:last-child)::after { content: "→"; position: absolute; right: 18px; top: 44px; color: #a5afa9; }
.loop-flow span { display: block; font: .66rem ui-monospace, monospace; color: var(--gold); }
.loop-flow strong { display: block; font-size: 1.35rem; margin: 9px 0 4px; }
.loop-flow small { color: var(--muted); }
.method { margin: 65px 0 0; padding: 45px 0 0 9%; border: 0; border-top: 1px solid var(--line); font: 550 clamp(1.3rem, 2.4vw, 2rem)/1.7 Georgia, "Songti SC", serif; }
.method cite { display: block; margin-top: 14px; color: var(--muted); font: normal .75rem/1.7 Inter, sans-serif; letter-spacing: .05em; }
.co-create { background: #b96840; color: white; overflow: hidden; }
.co-create-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.create-copy > p:nth-of-type(2) { color: #f6d4c3; font-size: 1.03rem; }
.create-steps { list-style: none; padding: 0; margin: 32px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.create-steps li { border-top: 1px solid rgba(255,255,255,.25); padding: 14px 0; font-size: .9rem; }
.create-steps li::before { content: "↗"; color: #ffd28b; margin-right: 8px; }
.create-art { position: relative; height: 530px; border-radius: 50% 50% 8px 8px; background: #e7b66e; box-shadow: 0 30px 60px rgba(95,36,18,.25); }
.idea-path { position: absolute; inset: 36px 40px auto; display: flex; justify-content: space-between; align-items: center; color: var(--forest); font-size: .68rem; font-weight: 750; }
.idea-path i { height: 1px; flex: 1; margin: 0 12px; background: rgba(18,63,50,.3); }
.prototype-window { position: absolute; left: 50%; top: 52%; width: 315px; height: 275px; transform: translate(-50%,-50%) rotate(-3deg); border: 8px solid var(--forest); border-radius: 14px; background: var(--paper); box-shadow: 0 25px 40px rgba(102,46,21,.23); padding: 42px 25px 25px; }
.prototype-window > b { position: absolute; top: 15px; width: 7px; height: 7px; border-radius: 50%; background: #c6d2c8; }
.prototype-window > b:first-child { left: 18px; }.prototype-window > b:nth-child(2) { left: 31px; }.prototype-window > b:nth-child(3) { left: 44px; }
.proto-title { height: 22px; width: 62%; border-radius: 4px; background: var(--forest); margin-bottom: 32px; }
.proto-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.proto-grid i { height: 105px; border-radius: 8px; background: var(--mint); border: 1px solid #c2d3bd; }
.proto-grid i:nth-child(2) { background: #f1ce94; }.proto-grid i:nth-child(3) { background: #efb294; }
.spark { position: absolute; font-size: 2.5rem; color: white; }.spark-one { left: 38px; bottom: 80px; }.spark-two { right: 40px; top: 125px; }
.five { background: var(--paper); }
.five-intro { text-align: center; }
.five-intro .eyebrow { justify-content: center; }
.five-track { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 70px; }
.five-track article { min-height: 230px; padding: 25px; border-left: 1px solid var(--line); }
.five-track article:last-child { border-right: 1px solid var(--line); }
.five-track span { width: 55px; height: 55px; border-radius: 50%; display: grid; place-items: center; color: white; font: 700 1.25rem Georgia, serif; background: var(--forest); }
.five-track article:nth-child(2) span { background: #607f4f; }.five-track article:nth-child(3) span { background: #bf7844; }.five-track article:nth-child(4) span { background: #a86561; }.five-track article:nth-child(5) span { background: #7d6f53; }
.five-track h3 { margin: 35px 0 7px; font-size: 1.2rem; }.five-track p { color: var(--muted); font-size: .84rem; }
.for-whom { background: var(--forest); color: white; }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.fit-grid .section-heading > p:last-child { color: #aec7bc; }
.fit-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.fit-list li { display: flex; gap: 25px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 1.05rem; }
.fit-list span { color: var(--gold); font: .68rem ui-monospace, monospace; }
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 115px; }
.about-mark { height: 420px; display: grid; place-items: center; align-content: center; background: #e5d6b8; border-radius: 48% 48% 3px 3px; }
.about-mark img { border-radius: 42px; box-shadow: 0 23px 40px rgba(115,63,35,.2); }
.about-mark p { margin: 26px 0 0; font-size: .7rem; letter-spacing: .18em; color: #6a5e4e; }
.about-copy h3 { color: var(--forest-2); font-size: 1.05rem; margin-bottom: 22px; }
.about-copy > p:nth-of-type(2) { color: var(--muted); max-width: 660px; }
.about-copy blockquote { margin: 40px 0 0; padding: 22px 0 22px 28px; border-left: 3px solid var(--gold); font: 550 1.25rem/1.7 Georgia, "Songti SC", serif; }
.final-cta { background: #315d4c; color: white; text-align: center; }
.cta-inner .eyebrow { justify-content: center; }.cta-inner p:nth-of-type(2) { color: #bed0c8; }.cta-inner .hero-actions { justify-content: center; }
.site-footer { padding: 72px 0 26px; color: #b9c9c2; background: #0d2e25; font-size: .83rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 80px; }
.footer-brand { color: white; margin-bottom: 20px; width: fit-content; }
.footer-grid h2 { color: white; font-size: .8rem; letter-spacing: .1em; margin-bottom: 20px; }
.footer-grid > div:nth-child(n+2) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.legal-page { background: var(--paper); }
.legal-page main { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 50px 0 90px; }
.legal-brand { display: flex; align-items: center; gap: 10px; width: fit-content; font-weight: 700; }.legal-brand img { border-radius: 11px; }
.legal-page article { margin-top: 70px; }.legal-page h1 { font-size: clamp(3rem, 7vw, 5rem); margin-bottom: 10px; }.legal-page h2 { font-size: 1.4rem; margin-top: 42px; margin-bottom: 10px; letter-spacing: -.02em; }.legal-page p { color: #52635d; }.legal-date { font-size: .82rem; }.legal-page .button { color: white; margin-top: 28px; }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 22px 24px 28px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(20,50,40,.08); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.open { display: flex; }.site-nav a { padding: 12px 4px; }.nav-cta { text-align: center; margin-top: 10px; }.menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }.hero-copy { max-width: 760px; }.hero-visual { width: min(620px,100%); margin: 0 auto; }
  .why .section-shell, .fit-grid, .co-create-grid, .about-grid { gap: 70px; }
  .ability-grid { grid-template-columns: repeat(2,1fr); }
  .loop-flow { grid-template-columns: repeat(3,1fr); row-gap: 20px; }.loop-flow li:nth-child(3)::after { display: none; }
  .five-track { grid-template-columns: repeat(3,1fr); row-gap: 35px; }.five-track article:nth-child(4) { border-left: 0; }
}

@media (max-width: 720px) {
  .section-shell, .nav-shell { width: min(100% - 32px, 1180px); }.section-pad { padding: 88px 0; }.nav-shell { height: 70px; }.site-nav { top: 70px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }.hero { min-height: auto; gap: 55px; padding-block: 58px; }.hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-keywords { grid-template-columns: repeat(2,1fr); gap: 18px; }.hero-keywords li { border-bottom: 1px solid var(--line); padding-bottom: 12px; }
  .hero-visual { height: 520px; border-radius: 120px 120px 18px 18px; }.focus-card { top: 50px; right: 16px; }.plan-card { left: 16px; top: 160px; width: 190px; }.idea-card { right: 14px; bottom: 105px; width: 175px; }.tablet { width: 158px; height: 220px; }.book { left: -20px; }.plant { right: 15px; }
  .why .section-shell, .section-heading.split, .co-create-grid, .fit-grid, .about-grid { grid-template-columns: 1fr; gap: 55px; }.pain-item { grid-template-columns: 38px 1fr; }.pain-item p { grid-column: 2; }.belief { padding-top: 25px; }
  .ability-grid { grid-template-columns: 1fr; margin-top: 48px; }.ability { min-height: 240px; }
  .role-tabs { width: 100%; }.role-tabs button { flex: 1; padding-inline: 8px; }.role-panel { grid-template-columns: 1fr; gap: 20px; padding: 30px 24px; }.role-panel ul { grid-template-columns: 1fr 1fr; }
  .loop-flow { grid-template-columns: repeat(2,1fr); }.loop-flow li:nth-child(3)::after { display: block; }.loop-flow li:nth-child(2n)::after { display: none; }.method { padding-left: 0; }
  .co-create-grid { display: flex; flex-direction: column-reverse; }.create-art { width: 100%; height: 430px; }.prototype-window { width: 270px; height: 240px; }.proto-grid i { height: 80px; }.create-steps { grid-template-columns: 1fr; }
  .five-track { grid-template-columns: 1fr 1fr; }.five-track article { min-height: 190px; }.five-track article:nth-child(odd) { border-left: 1px solid var(--line); }.five-track article:nth-child(even) { border-right: 1px solid var(--line); }.five-track article:last-child { grid-column: 1/-1; }
  .about-mark { height: 350px; }.footer-grid { grid-template-columns: 1fr; gap: 42px; }.footer-bottom { flex-direction: column; gap: 10px; }
}

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