@font-face {
  font-family: "851 Tegaki Zatsu";
  src: url("assets/851tegaki-zatsu-omowaku.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #101111; --paper: #fff; --mint: #35ebc4; --mint-soft: #c9fff2; --pink: #ff73ad; --yellow: #ffe727;
  --line: rgba(16,17,17,.17); --pad: clamp(22px,4.6vw,74px);
  --display: "Arial Black", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif; --hand-display: "851 Tegaki Zatsu", "Noto Sans JP", sans-serif; --sans: "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); }
body.menu-open { overflow: hidden; } a { color: inherit; } img { display: block; width: 100%; height: 100%; object-fit: cover; } button { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; justify-content: space-between; align-items: flex-start; padding: 22px var(--pad); pointer-events: none; }
.brand, .menu-toggle { pointer-events: auto; }
.brand { display: block; transform-origin: left top; transition: transform .35s ease; }
.brand-logo { display: block; width: auto; height: clamp(52px,4.8vw,68px); object-fit: contain; }
.site-header.is-scrolled .brand { transform: scale(.78); }
.menu-toggle { width: 80px; height: 80px; border: 0; border-radius: 50%; background: var(--mint); color: var(--ink); display: grid; place-items: center; align-content: center; cursor: pointer; box-shadow: 0 14px 35px rgba(0,0,0,.14); transition: transform .25s ease; }
.menu-toggle:hover { transform: rotate(7deg) scale(1.04); }
.menu-toggle:focus-visible, .menu-close:focus-visible, a:focus-visible { outline: 3px solid var(--pink); outline-offset: 4px; }
.menu-symbol { position: relative; width: 36px; height: 31px; display: block; }
.menu-dot { position: absolute; width: 18px; height: 18px; border-radius: 50%; left: 0; top: 7px; background: var(--ink); }
.menu-star { position: absolute; right: 0; top: -7px; color: #fff; font-size: 29px; }
.menu-label { font-size: .62rem; line-height: 1; font-weight: 900; letter-spacing: .12em; }

.menu-backdrop { position: fixed; inset: 0; z-index: 180; background: rgba(0,0,0,.18); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s; }
.menu-panel { position: fixed; z-index: 200; right: -13vmax; top: -12vmax; width: min(92vmax,1020px); height: min(92vmax,1020px); min-width: 720px; min-height: 720px; border-radius: 50%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; clip-path: circle(0 at 86% 11%); visibility: hidden; transition: clip-path .68s cubic-bezier(.65,0,.2,1),visibility .68s; overflow: hidden; box-shadow: -30px 30px 70px rgba(0,0,0,.16); }
body.menu-open .menu-backdrop { opacity: 1; visibility: visible; } body.menu-open .menu-panel { clip-path: circle(76% at 50% 50%); visibility: visible; }
.menu-close { position: absolute; right: clamp(100px,14vmax,190px); top: clamp(105px,14vmax,190px); width: 66px; height: 66px; border: 0; background: transparent; cursor: pointer; display: grid; place-content: center; }
.menu-close span { font-size: 3rem; font-weight: 200; line-height: .6; } .menu-close small { margin-top: 13px; font-size: .6rem; font-weight: 900; }
.menu-list { list-style: none; padding: 0; margin: 70px 0 18px; width: min(48%,430px); }
.menu-list li { border-bottom: 1px solid var(--line); }
.menu-list a { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 16px; padding: 11px 0; text-decoration: none; transition: transform .2s ease,color .2s ease; }
.menu-list a:hover { transform: translateX(10px); color: #07b78f; }
.menu-list a > span { font: 900 .76rem/1 var(--sans); }
.menu-list b { font: 900 clamp(1.7rem,3.2vmin,2.6rem)/1 var(--display); letter-spacing: -.04em; }
.menu-list small { display: block; margin-top: 5px; font: 500 .7rem/1.2 var(--sans); letter-spacing: .04em; }
.menu-brand-logo { display: block; width: clamp(130px,17vmin,175px); height: auto; object-fit: contain; }
.menu-float { position: absolute; animation: float 7s ease-in-out infinite alternate; }
.menu-float-a { left: 17%; top: 25%; font-size: 44px; color: var(--pink); } .menu-float-b { right: 17%; bottom: 18%; width: 34px; height: 34px; border: 3px solid var(--ink); border-radius: 50%; animation-delay: -3s; }

.hero { position: relative; min-height: 100svh; padding: clamp(145px,17vh,200px) var(--pad) 90px; display: grid; grid-template-columns: minmax(330px,.86fr) minmax(500px,1.14fr); align-items: center; gap: clamp(20px,3.5vw,56px); isolation: isolate; background: radial-gradient(circle at 48% 23%,rgba(53,235,196,.08),transparent 20%),#fff; }
.hero::after { content: ""; position: absolute; left: -9vw; bottom: -11vw; width: 26vw; height: 26vw; min-width: 230px; min-height: 230px; border-radius: 50%; background: var(--mint); opacity: .75; z-index: -1; }
.hero-copy { position: relative; z-index: 5; align-self: center; }
.hero h1 { margin: 0; font-family: var(--hand-display); font-size: clamp(2.6rem,4.4vw,4.8rem); font-weight: 400; line-height: 1.23; letter-spacing: -.045em; transform: rotate(-2deg); }
.hero h1 em { font-style: normal; }
.hero h1 .copy-line, .contact h2 .copy-line { display: block; white-space: nowrap; }
.eyebrow, .section-no { margin: 7px 0 22px; font-size: .7rem; font-weight: 900; letter-spacing: .19em; }
.hero-note { max-width: 360px; margin: 0; font-weight: 700; line-height: 2; }
.scribble { width: min(85%,430px); height: auto; margin: -2px 0 0 4%; overflow: visible; }
.scribble path, .company-art svg path, .collage-swoop path { fill: none; stroke: var(--mint); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 700; stroke-dashoffset: 700; }
.is-visible .scribble path, .company.is-visible .company-art svg path, .hero:has(.hero-copy.is-visible) .collage-swoop path { animation: draw 1.35s .25s ease forwards; }
.hero-collage { position: relative; height: min(65vw,720px); min-height: 560px; z-index: 2; }
.photo { position: absolute; margin: 0; background: #fff; overflow: hidden; box-shadow: 0 16px 35px rgba(0,0,0,.16); transition: transform .5s ease; }
.photo img { transition: transform .65s ease; } .photo:hover img { transform: scale(1.04); }
.photo figcaption { position: absolute; color: #fff; font: italic 900 clamp(.9rem,1.6vw,1.55rem)/1.15 var(--sans); letter-spacing: .02em; text-shadow: 0 2px 8px rgba(0,0,0,.35); transform: rotate(-5deg); }
.photo-city { width: 59%; height: 73%; left: 13%; top: 1%; transform: rotate(7deg); } .photo-city figcaption { left: 12%; top: 10%; }
.photo-portrait { width: 44%; height: 50%; right: 0; top: 23%; z-index: 2; transform: rotate(-4deg); } .photo-portrait figcaption { right: 10%; bottom: 10%; }
.photo-live { width: 58%; height: 39%; left: 4%; bottom: 0; z-index: 3; transform: rotate(5deg); } .photo-live figcaption { left: 8%; bottom: 8%; }
.collage-sticker { position: absolute; left: -2%; bottom: 5%; z-index: 5; width: 126px; aspect-ratio: 1; border-radius: 50%; background: var(--pink); display: grid; place-content: center; text-align: center; transform: rotate(-9deg); font: italic 900 .76rem/1.28 var(--sans); letter-spacing: .07em; }
.collage-swoop { position: absolute; z-index: 6; width: 72%; height: auto; right: -6%; bottom: -3%; overflow: visible; pointer-events: none; }
.hero-orbit { position: absolute; border: 12px solid var(--mint); border-radius: 50%; z-index: 0; opacity: .65; }
.orbit-one { right: -5vw; top: -18vw; width: 43vw; height: 43vw; border-width: 38px; } .orbit-two { right: 22%; bottom: -7%; width: 21vw; height: 21vw; border-width: 16px; opacity: .18; }
.float-shape { position: absolute; z-index: 4; animation: float 6s ease-in-out infinite alternate; }
.hero-star { left: 40%; top: 14%; font-size: 48px; } .hero-star-small { left: 37%; top: 38%; color: var(--mint); font-size: 30px; animation-delay: -2s; }
.hero-dot { width: 22px; height: 22px; border-radius: 50%; background: var(--yellow); left: 48%; bottom: 12%; animation-delay: -3s; }
.scroll-cue { position: absolute; left: calc(var(--pad)/2); bottom: 34px; margin: 0; font-size: .59rem; font-weight: 900; letter-spacing: .16em; writing-mode: vertical-rl; }

.section-shell { padding: clamp(90px,11vw,155px) var(--pad); }
.service { position: relative; background: #fff; padding-top: clamp(80px,8vw,120px); }
.service::before { content: ""; position: absolute; right: -5vw; top: -8vw; width: 18vw; height: 18vw; border-radius: 50%; background: var(--mint-soft); }
.section-intro { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: clamp(45px,5vw,75px); border-bottom: 2px solid var(--ink); padding-bottom: 22px; }
.section-intro .section-no { margin-bottom: 10px; }
.section-intro h2 { margin: 0; font: 900 clamp(3.9rem,7.7vw,8rem)/.82 var(--display); letter-spacing: -.075em; white-space: nowrap; }
.section-kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 5px; font-size: clamp(1rem,1.7vw,1.45rem); font-weight: 900; white-space: nowrap; }
.section-kicker span { width: 36px; aspect-ratio: 1; border-radius: 50%; background: var(--mint); } .section-kicker b { font-size: 2rem; }
.service-grid { display: grid; grid-template-columns: 1.08fr .94fr .98fr; gap: clamp(24px,3vw,48px); align-items: start; }
.service-card { --accent: var(--mint); position: relative; min-width: 0; padding: 0 0 24px; }
.card-idol { --accent: var(--pink); margin-top: 26px; } .card-event { --accent: var(--yellow); margin-top: -8px; }
.card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.card-no { font: 900 clamp(1.7rem,2.9vw,3rem)/1 var(--display); letter-spacing: -.06em; }
.card-tag { display: flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.card-tag::before { content: ""; width: 20px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); }
.card-photo { position: relative; aspect-ratio: 1.2/1; margin: 0 0 25px; overflow: visible; transform: rotate(-1.5deg); transition: transform .4s ease; }
.card-idol .card-photo { transform: rotate(1.4deg); aspect-ratio: 1.05/1; } .card-event .card-photo { transform: rotate(-.7deg); aspect-ratio: 1.18/1; }
.card-photo img { border-radius: 2px; box-shadow: 0 13px 27px rgba(0,0,0,.12); }
.service-card:hover .card-photo { transform: rotate(1.8deg) scale(1.025); }
.photo-note { position: absolute; right: -5px; bottom: 8px; padding: 8px 10px; background: var(--ink); color: #fff; font: italic 900 .8rem/1.25 var(--sans); letter-spacing: .03em; transform: rotate(-3deg); }
.service-card h3 { margin: 0 0 13px; font-size: clamp(1.25rem,1.8vw,1.8rem); line-height: 1.35; letter-spacing: -.04em; }
.service-card p { margin: 0; font-size: .93rem; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; padding: 8px 17px 8px 9px; border: 2px solid var(--accent); border-radius: 999px; text-decoration: none; font-weight: 900; }
.text-link span { display: grid; place-items: center; width: 32px; aspect-ratio: 1; border-radius: 50%; background: var(--accent); font-size: 1.3rem; }
.card-doodle { position: absolute; right: -18px; bottom: -18px; font-size: 50px; }
.card-orbit { position: absolute; width: 80px; height: 80px; right: -24px; top: 42%; border: 10px solid var(--pink); border-radius: 50%; opacity: .5; pointer-events: none; }

.company { position: relative; min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(35px,6vw,105px); overflow: hidden; background: linear-gradient(166deg,#f7f7f7 0 58%,var(--ink) 58.2% 100%); }
.company-content { position: relative; z-index: 3; padding: 40px; background: rgba(255,255,255,.94); box-shadow: 14px 16px 0 var(--mint); transform: rotate(-1deg); }
.company-content h2 { margin: 0 0 clamp(30px,4vw,55px); font: 900 clamp(4rem,8vw,8rem)/.8 var(--display); letter-spacing: -.09em; }
.company-list { margin: 0; border-top: 2px solid var(--ink); }
.company-list > div { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--ink); }
.company-list dt { font-size: .75rem; font-weight: 900; letter-spacing: .12em; } .company-list dd { margin: 0; font-weight: 600; }
.company-list ul { margin: 0; padding: 0; list-style: none; } .company-list li::before { content: "●"; color: var(--mint); margin-right: 8px; font-size: .7em; }
.company-art { position: relative; min-height: 560px; }
.company-circle { position: absolute; inset: 6% auto auto -8%; width: min(39vw,510px); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg,#bdf7eb 0 49%,var(--mint) 50% 100%); overflow: hidden; display: grid; place-items: center; transform: rotate(-7deg); }
.company-circle span { font: 900 clamp(11rem,27vw,27rem)/1 var(--display); letter-spacing: -.14em; color: rgba(255,255,255,.42); transform: translateX(-5%); }
.company-circle small { position: absolute; left: 18%; bottom: 17%; color: var(--ink); font: italic 900 clamp(1.1rem,2.2vw,2rem)/1.2 var(--sans); }
.company-star { position: absolute; right: 1%; top: 3%; font-size: clamp(4rem,9vw,8rem); color: var(--pink); animation: float 7s ease-in-out infinite alternate; }
.company-art svg { position: absolute; width: 115%; left: -11%; bottom: 1%; overflow: visible; }

.contact { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: clamp(95px,12vw,165px) var(--pad); }
.contact::before { content: ""; position: absolute; left: -7vw; top: -10vw; width: 30vw; height: 30vw; border-radius: 50%; background: var(--mint); opacity: .92; }
.contact::after { content: ""; position: absolute; right: -5vw; bottom: -9vw; width: 25vw; height: 25vw; border: 28px solid var(--mint); border-radius: 50%; }
.contact-inner { position: relative; z-index: 2; } .contact .section-no { text-align: center; }
.contact h2 { max-width: 1000px; margin: 0 auto clamp(55px,7vw,95px); font: 400 clamp(3.2rem,6vw,6.8rem)/1.3 var(--hand-display); letter-spacing: -.045em; text-align: center; transform: rotate(-2deg); }
.contact h2::after { content: ""; display: block; width: 47%; height: 9px; margin: -3px 11% 0 auto; background: var(--mint); transform: rotate(-3deg); }
.contact-action { width: min(760px,100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.35); }
.contact-action p { margin: 0; } .contact-action strong { display: block; margin-bottom: 10px; font: 900 clamp(2rem,4vw,4rem)/1 var(--display); }
.contact-button { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 20px; justify-content: center; padding: 17px 24px; background: var(--mint); color: var(--ink); text-decoration: none; border-radius: 999px; font-weight: 900; transition: transform .25s ease; }
.contact-button:hover { transform: rotate(-3deg) scale(1.04); } .contact-button span { font-size: 1.5rem; }
.contact-spark { position: absolute; z-index: 2; animation: float 7s ease-in-out infinite alternate; }
.spark-one { left: 9%; bottom: 12%; color: var(--pink); font-size: 70px; } .spark-two { right: 10%; top: 15%; color: var(--yellow); font-size: 48px; animation-delay: -3s; }

.site-footer { position: relative; min-height: 430px; padding: 70px var(--pad) 38px; background: var(--ink); color: #fff; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 1fr auto; gap: 40px; overflow: hidden; border-top: 1px solid rgba(255,255,255,.2); }
.footer-brand { position: relative; z-index: 2; margin-left: clamp(24px,4vw,64px); } .footer-brand-logo { display: block; width: clamp(260px,37vw,520px); height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.site-footer nav { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.site-footer nav a { text-underline-offset: 5px; font-weight: 700; } .copyright { position: relative; z-index: 2; margin: 0; font-size: .72rem; letter-spacing: .1em; }
.footer-graphic { position: absolute; right: -9vw; bottom: -19vw; width: min(58vw,720px); aspect-ratio: 1; }
.footer-ring { position: absolute; inset: 0; border: 26px solid var(--mint); border-radius: 50%; }
.footer-star { position: absolute; left: 18%; top: 13%; color: var(--pink); font-size: 13vw; }
.footer-dot { position: absolute; width: 11%; aspect-ratio: 1; left: 2%; top: 48%; border-radius: 50%; background: var(--pink); }
.footer-dot.dot-yellow { width: 7%; left: 52%; top: 2%; background: var(--yellow); }
.privacy-page { background: radial-gradient(circle at 95% 25%,var(--mint-soft),transparent 22%),#fff; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease,transform .75s ease; } .reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal { opacity: 1; transform: none; }
@keyframes draw { to { stroke-dashoffset: 0; } } @keyframes float { to { transform: translateY(12px) rotate(8deg); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 145px; } .hero-copy { width: min(720px,100%); } .hero h1 { font-size: clamp(3.2rem,9vw,5.4rem); }
  .hero-collage { height: 680px; width: min(100%,720px); justify-self: center; } .hero-star { left: auto; right: 7%; top: 25%; } .hero-star-small { left: 7%; top: 50%; }
  .service-grid { grid-template-columns: 1fr; width: min(680px,100%); margin: 0 auto; gap: 62px; } .service-card:nth-child(n) { margin-top: 0; }
  .section-intro { align-items: flex-start; flex-direction: column; } .section-kicker { align-self: flex-end; }
  .company { grid-template-columns: 1fr; background: linear-gradient(170deg,#f7f7f7 0 67%,var(--ink) 67.2% 100%); } .company-content { order: 1; } .company-art { order: 2; min-height: 430px; } .company-circle { width: min(68vw,480px); }
}

@media (max-width: 640px) {
  :root { --pad: 20px; } body { font-size: 16px; }
  .site-header { padding-top: max(15px,env(safe-area-inset-top)); } .brand-logo { height: 46px; }
  .menu-toggle { width: 62px; height: 62px; } .menu-symbol { transform: scale(.78); height: 24px; }
  .menu-panel { right: -54vw; top: -9vh; width: 151vw; height: 112vh; min-width: 0; min-height: 0; clip-path: circle(0 at 75% 8%); align-items: flex-start; padding-left: 46vw; }
  body.menu-open .menu-panel { clip-path: circle(76% at 50% 50%); } .menu-close { right: 57vw; top: max(25px,env(safe-area-inset-top)); width: 58px; height: 58px; }
  .menu-list { width: 48vw; margin-top: 80px; } .menu-list a { grid-template-columns: 30px 1fr; gap: 7px; } .menu-list b { font-size: clamp(1.45rem,7.2vw,2.2rem); }
  .menu-brand-logo { width: 135px; } .menu-float-a { left: 36%; top: 16%; } .menu-float-b { right: 26%; bottom: 8%; }
  .hero { padding-top: 124px; padding-bottom: 80px; gap: 34px; } .hero h1 { font-size: clamp(2.35rem,10.6vw,3.2rem); line-height: 1.24; }
  .scribble { width: 92%; } .eyebrow { font-size: .62rem; } .hero-note { font-size: .9rem; line-height: 1.8; }
  .hero-collage { height: 510px; min-height: 0; width: 100%; } .photo-city { width: 64%; height: 68%; left: 12%; } .photo-portrait { width: 47%; height: 45%; right: -3%; top: 25%; } .photo-live { width: 65%; height: 37%; left: 0; }
  .photo figcaption { font-size: .78rem; } .collage-sticker { width: 88px; font-size: .57rem; } .collage-swoop { width: 82%; right: -16%; bottom: -2%; }
  .orbit-one { width: 82vw; height: 82vw; right: -35vw; top: -18vw; border-width: 22px; } .orbit-two { width: 58vw; height: 58vw; right: -20vw; bottom: 4%; }
  .hero-star { right: 3%; top: 35%; font-size: 31px; } .hero-star-small { top: 43%; } .scroll-cue { display: none; }
  .section-shell { padding-top: 80px; padding-bottom: 90px; } .section-intro { gap: 20px; margin-bottom: 45px; }
  .section-intro h2 { font-size: clamp(3.2rem,15vw,5.4rem); white-space: normal; } .section-kicker { align-self: flex-start; font-size: 1rem; white-space: normal; }
  .service-grid { gap: 56px; } .service-card { width: 94%; } .service-card:nth-child(even) { margin-left: auto; }
  .card-photo, .card-idol .card-photo, .card-event .card-photo { aspect-ratio: 1.2/1; } .service-card h3 { font-size: 1.4rem; }
  .company { min-height: 0; } .company-content { padding: 26px 20px; box-shadow: 8px 9px 0 var(--mint); }
  .company-content h2 { font-size: clamp(3.2rem,17vw,5.4rem); } .company-list > div { grid-template-columns: 75px 1fr; gap: 12px; padding: 15px 0; }
  .company-list > .company-business { grid-template-columns: 1fr; } .company-list > .company-business li { white-space: nowrap; }
  .company-art { min-height: 340px; } .company-circle { width: min(78vw,340px); left: -3%; } .company-circle span { font-size: 13rem; }
  .contact { padding-top: 100px; padding-bottom: 110px; } .contact::before { width: 55vw; height: 55vw; left: -26vw; top: -13vw; }
  .contact::after { width: 55vw; height: 55vw; right: -32vw; bottom: -15vw; border-width: 16px; } .contact h2 { font-size: clamp(2.35rem,10.6vw,3.2rem); line-height: 1.32; }
  .contact-action { flex-direction: column; align-items: flex-start; } .contact-button { width: 100%; }
  .spark-one { left: 3%; bottom: 5%; font-size: 43px; } .spark-two { right: 5%; top: 8%; font-size: 34px; }
  .site-footer { min-height: 470px; grid-template-columns: 1fr; grid-template-rows: auto auto 1fr; } .footer-brand-logo { width: min(84vw,380px); }
  .site-footer nav { align-items: flex-start; } .footer-graphic { width: 90vw; right: -40vw; bottom: -25vw; }
}

@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; } .scribble path,.company-art svg path,.collage-swoop path { stroke-dashoffset: 0; }
}
