:root {
  --blue: #1b2d5f;
  --deep: #0e1935;
  --mid: #203775;
  --pale: #e8edf5;
  --mist: #f4f6fa;
  --grey: #ebeef4;
  --ink: #172033;
  --text: #465069;
  --muted: #7a8293;
  --line: #dcdfe5;
  --white: #fff;
  --content: 1180px;
  --sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", YuGothic, sans-serif;
  --latin: "Inter", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .025em;
  line-break: strict;
  word-break: auto-phrase;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--deep); color: var(--white); }
.skip-link:focus { top: 16px; }

.site-header {
  min-height: 94px;
  padding: 12px clamp(24px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 80px; }
.global-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.global-nav a { position: relative; text-decoration: none; }
.global-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--blue); transition: width .25s ease; }
.global-nav a:not(.nav-contact):hover::after { width: 100%; }
.nav-contact { padding: 11px 24px; background: var(--blue); color: var(--white); border-radius: 999px; }

.hero {
  position: relative;
  max-width: 1440px;
  min-height: calc(100vh - 94px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) clamp(24px, 7vw, 108px);
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(310px, .72fr);
  align-items: center;
  gap: clamp(56px, 8vw, 124px);
  overflow: hidden;
  background-color: #fbfaf6;
  background-image: url("assets/indigo-ink-texture.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero::before { content: ""; position: absolute; top: 34px; left: clamp(24px, 7vw, 108px); width: 72px; height: 5px; background: var(--blue); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .profile-en, .mark-index { font-family: var(--latin); }
.eyebrow, .section-label, .profile-en { font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.eyebrow { display: flex; gap: 20px; margin: 0 0 36px; color: var(--blue); }
.eyebrow span + span { color: var(--muted); }
.hero h1 {
  margin: 0;
  font-size: clamp(44px, 4.5vw, 64px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.055em;
}
.hero-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.hero-accent { margin-top: 6px; color: var(--blue); }
.mobile-line { display: inline; }
.hero-lead { max-width: 34em; margin: 34px 0 40px; color: var(--text); font-size: clamp(16px, 1.35vw, 19px); font-weight: 400; line-height: 1.9; }
.button { display: inline-flex; align-items: center; gap: 24px; min-width: 208px; padding: 15px 24px 15px 28px; text-decoration: none; font-size: 14px; font-weight: 600; border-radius: 999px; transition: transform .25s ease, background .25s ease; }
.button::after { content: "→"; margin-left: auto; font-size: 18px; }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: var(--deep); transform: translateY(-2px); }
.hero-mark {
  position: relative;
  align-self: stretch;
  min-height: 480px;
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: var(--white);
  border-left: 1px solid rgba(255,255,255,.45);
  border-radius: 0;
}
.hero-mark::before, .hero-mark::after { content: ""; position: absolute; width: 54px; height: 54px; border-color: rgba(255,255,255,.36); }
.hero-mark::before { top: 24px; left: 24px; border-top: 1px solid; border-left: 1px solid; }
.hero-mark::after { right: 24px; bottom: 24px; border-right: 1px solid; border-bottom: 1px solid; }
.hero-mark img { width: min(52%, 220px); filter: drop-shadow(0 2px 12px rgba(14,25,53,.18)); }
.hero-mark p { align-self: flex-start; margin: 54px 0 0; font-family: var(--latin); font-size: 11px; font-weight: 600; line-height: 1.8; letter-spacing: .16em; }
.mark-index { position: absolute; top: 27px; right: 34px; font-size: 10px; letter-spacing: .14em; opacity: .72; }

.idea-strip { min-height: 104px; padding: 24px clamp(24px, 5vw, 72px); display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 42px); background: var(--deep); color: var(--white); font-size: clamp(15px, 1.35vw, 19px); font-weight: 600; letter-spacing: .06em; white-space: nowrap; overflow-x: auto; scrollbar-width: none; }
.idea-strip::-webkit-scrollbar { display: none; }
.idea-strip i { width: 5px; height: 5px; background: var(--white); opacity: .45; transform: rotate(45deg); }

.section { position: relative; max-width: var(--content); margin: 0 auto; padding: clamp(92px, 12vw, 164px) 24px; }
.section::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 4px; background: var(--blue); }
.section-label { display: flex; align-items: center; gap: 18px; margin: 0 0 clamp(52px, 7vw, 88px); color: var(--blue); font-family: var(--sans); font-size: 14px; font-weight: 600; letter-spacing: .08em; }
.section-label::after { content: ""; width: 56px; height: 3px; background: var(--blue); }
.heading-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.section h2 { margin: 0; font-size: clamp(32px, 3.8vw, 52px); font-weight: 700; line-height: 1.45; letter-spacing: -.035em; text-wrap: balance; }
.statement { position: relative; }
.statement::after { content: "中"; position: absolute; right: 3%; bottom: 7%; color: var(--mist); font-size: min(27vw, 360px); font-weight: 700; line-height: 1; z-index: -1; }
.statement-body, .section-intro { display: grid; grid-template-columns: minmax(290px, .9fr) minmax(340px, 1.1fr); gap: clamp(50px, 9vw, 124px); }
.statement-body h2::first-line { color: var(--blue); }
.statement-copy { max-width: 660px; color: var(--text); font-size: 16px; line-height: 2; }
.statement-copy p:first-child { margin-top: 0; color: var(--ink); font-size: 18px; font-weight: 500; }

.support { max-width: none; padding-left: max(24px, calc((100% - var(--content)) / 2)); padding-right: max(24px, calc((100% - var(--content)) / 2)); background: var(--mist); }
.support::before, .profile::before, .contact::before { left: max(24px, calc((100% - var(--content)) / 2)); right: max(24px, calc((100% - var(--content)) / 2)); }
.section-intro { align-items: end; }
.section-intro > p { max-width: 540px; margin: 0; color: var(--text); font-size: 16px; line-height: 2; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 28px; margin-top: 76px; }
.service-card { position: relative; min-height: 100%; padding: clamp(40px, 5vw, 64px); display: grid; grid-template-rows: auto auto minmax(8.5em, 1fr) auto; align-content: start; background: var(--white); border: 1px solid var(--line); border-radius: 0; overflow: hidden; }
.service-card::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 8px; background: var(--blue); }
.service-card-tinted { margin-top: 0; background: var(--pale); border-color: var(--line); }
.service-kicker { display: inline-block; margin: 0 0 28px; padding-bottom: 7px; color: var(--blue); border-bottom: 3px solid var(--blue); font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.service-card h3 { margin: 0 0 28px; font-size: clamp(24px, 2.4vw, 32px); font-weight: 600; line-height: 1.55; letter-spacing: -.02em; text-wrap: balance; }
.service-card > p:not(.service-kicker) { margin: 0; color: var(--text); }
.service-card ul { align-self: end; width: 100%; margin: 30px 0 0; padding: 24px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card li { position: relative; padding: 6px 0 6px 22px; }
.service-card li::before { content: ""; position: absolute; top: 1.15em; left: 0; width: 9px; height: 2px; background: var(--mid); }
.open-door { position: relative; max-width: 850px; margin: 84px auto 0; padding: 44px 46px; background: var(--deep); color: rgba(255,255,255,.78); text-align: left; font-size: clamp(16px, 2vw, 20px); border-radius: 0; overflow: hidden; }
.open-door::after { content: ""; position: absolute; right: -10px; bottom: -28px; width: 140px; height: 140px; border: 24px solid rgba(255,255,255,.08); transform: rotate(45deg); }
.open-door strong { color: var(--white); font-size: 1.16em; font-weight: 600; }

.process { position: relative; }
.process-list { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 76px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li { position: relative; min-height: 310px; padding: 36px 26px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list li > div { padding-top: 68px; }
.process-list li:not(:last-child)::after { content: "→"; position: absolute; top: 32px; right: -12px; z-index: 1; display: grid; place-items: center; width: 24px; height: 24px; background: var(--white); color: var(--blue); }
.process-list h3 { margin: 0 0 12px; font-size: 21px; font-weight: 600; line-height: 1.5; }
.process-list p { margin: 0; color: var(--text); font-size: 14px; line-height: 1.8; }

.profile { max-width: none; padding-left: max(24px, calc((100% - var(--content)) / 2)); padding-right: max(24px, calc((100% - var(--content)) / 2)); background: var(--deep); color: var(--white); }
.profile::before { background: rgba(255,255,255,.8); }
.profile .section-label { color: rgba(255,255,255,.58); }
.profile .section-label::after { background: var(--white); opacity: .45; }
.profile .section-label span { background: rgba(255,255,255,.12); color: var(--white); }
.profile-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(400px, 1.18fr); gap: clamp(58px, 10vw, 142px); align-items: start; }
.profile-photo { position: relative; max-width: 390px; margin: 0 0 42px; }
.profile-photo::before { content: ""; position: absolute; top: -16px; right: -16px; z-index: 0; width: 36%; height: 36%; border-top: 1px solid rgba(255,255,255,.6); border-right: 1px solid rgba(255,255,255,.6); }
.profile-photo img { position: relative; z-index: 1; width: 100%; filter: contrast(1.04); }
.profile-role { margin: 0 0 12px; color: rgba(255,255,255,.7); font-size: 13px; font-weight: 600; }
.profile-heading h2 { font-size: clamp(40px, 5vw, 62px); }
.profile-en { margin-top: 14px; color: rgba(255,255,255,.5); }
.profile-copy { color: rgba(255,255,255,.74); }
.profile-lead { margin-top: 0; color: var(--white); font-size: clamp(22px, 2.4vw, 30px); font-weight: 500; line-height: 1.6; letter-spacing: -.02em; text-wrap: balance; }
.career-highlights { margin: 42px 0 0; border-top: 1px solid rgba(255,255,255,.18); }
.career-highlights div { display: grid; grid-template-columns: 132px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.career-highlights dt { color: rgba(255,255,255,.58); font-size: 12px; font-weight: 700; }
.career-highlights dd { margin: 0; color: var(--white); }

.talents { max-width: none; padding-left: max(24px, calc((100% - var(--content)) / 2)); padding-right: max(24px, calc((100% - var(--content)) / 2)); background: var(--mist); }
.talents::before { left: max(24px, calc((100% - var(--content)) / 2)); right: max(24px, calc((100% - var(--content)) / 2)); }
.talents-intro { display: grid; grid-template-columns: minmax(330px, 1.05fr) minmax(300px, .95fr); align-items: end; gap: clamp(48px, 8vw, 110px); }
.talents-intro > p { max-width: 520px; margin: 0; color: var(--text); line-height: 2; }
.talent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 24px; margin-top: 72px; }
.talent-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border-top: 5px solid var(--blue); }
.talent-photo { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--pale); }
.talent-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(100%) contrast(1.04); transition: filter .3s ease, transform .45s ease; }
.talent-photo-ota img { object-position: 50% 24%; transform: scale(1.55); }
.talent-photo-setsu img { object-position: 50% 24%; transform: scale(1.08); }
.talent-photo-takahashi img { object-position: 50% 30%; transform: scale(1.12); }
.talent-card:hover .talent-photo img { filter: grayscale(25%) contrast(1.02); }
.talent-card:hover .talent-photo-ota img { transform: scale(1.59); }
.talent-card:hover .talent-photo-setsu img { transform: scale(1.11); }
.talent-card:hover .talent-photo-takahashi img { transform: scale(1.15); }
.talent-body { flex: 1; padding: 30px 28px 34px; display: flex; flex-direction: column; }
.talent-body h3 { margin: 0 0 16px; color: var(--ink); font-size: 26px; line-height: 1.45; }
.talent-affiliation { min-height: 5.8em; margin: 0; padding-bottom: 20px; color: var(--blue); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; line-height: 1.85; }
.talent-description { margin: 22px 0 0; color: var(--text); font-size: 14px; line-height: 1.95; }
.talent-link { align-self: flex-start; margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 13px; font-weight: 700; text-underline-offset: 5px; }

.belief { position: relative; padding: clamp(88px, 13vw, 164px) 24px; background: var(--white); text-align: center; overflow: hidden; }
.belief::before, .belief::after { content: ""; position: absolute; width: 94px; height: 94px; border-color: var(--pale); }
.belief::before { top: 34px; left: 5%; border-top: 14px solid; border-left: 14px solid; }
.belief::after { right: 5%; bottom: 34px; border-right: 14px solid; border-bottom: 14px solid; }
.belief p { margin: 0; font-size: clamp(34px, 4.7vw, 62px); font-weight: 500; line-height: 1.45; letter-spacing: -.04em; text-wrap: balance; }
.belief strong { color: var(--blue); font-weight: 700; }
.belief span { display: block; margin-top: 25px; color: var(--text); }

.contact { max-width: none; padding-left: max(24px, calc((100% - var(--content)) / 2)); padding-right: max(24px, calc((100% - var(--content)) / 2)); display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(52px, 10vw, 142px); background: var(--pale); }
.contact-mark { position: relative; display: flex; align-items: center; justify-content: center; background: var(--white); border: 1px solid #b8bdc8; border-radius: 0; aspect-ratio: 14 / 10; overflow: hidden; }
.contact-mark::after { content: ""; position: absolute; inset: 18px; border: 1px solid var(--pale); pointer-events: none; }
.contact-mark img { position: relative; z-index: 1; width: 42%; }
.contact-copy .eyebrow { color: var(--blue); }
.contact-copy h2 { font-size: clamp(32px, 3.8vw, 50px); line-height: 1.5; }
.contact-copy > p:not(.eyebrow) { max-width: 660px; color: var(--text); }
.contact-note { margin-top: 34px; padding-top: 25px; border-top: 1px solid #b8bdc8; font-size: 14px; }
.contact-actions { margin-top: 32px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; }
.contact-email { color: var(--blue); font-family: var(--latin); font-size: 13px; font-weight: 600; letter-spacing: .02em; overflow-wrap: anywhere; }

.site-footer { min-height: 190px; padding: 42px clamp(24px, 5vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; border-top: 1px solid var(--line); }
.site-footer img { width: 68px; }
.site-footer p { margin: 0; color: var(--blue); font-weight: 500; }
.site-footer small { justify-self: end; color: var(--muted); }
.site-footer small a { color: inherit; text-underline-offset: 4px; }
.legal-page { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-page h1 { margin: 0 0 48px; color: var(--blue); font-size: clamp(34px, 5vw, 52px); line-height: 1.4; }
.legal-page h2 { margin: 48px 0 12px; padding-bottom: 8px; color: var(--ink); font-size: 21px; border-bottom: 1px solid var(--line); }
.legal-page p { color: var(--text); }
.legal-date { margin-top: 54px; }
:focus-visible { outline: 3px solid #c9a227; outline-offset: 4px; }

@media (max-width: 880px) {
  .site-header {
    min-height: 0;
    padding: 10px 20px 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px 20px;
  }
  .brand img { width: 66px; }
  .global-nav {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--line);
  }
  .global-nav a {
    min-height: 44px;
    padding: 10px 8px;
    display: grid;
    place-items: center;
    text-align: center;
    line-height: 1.35;
  }
  .global-nav a:not(.nav-contact)::after { display: none; }
  .nav-contact { border-radius: 0; }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 72px 0 0;
    background: #fbfaf6;
  }
  .hero::before { top: 34px; left: 36px; }
  .hero-copy { padding: 24px 36px 64px; }
  .hero-mark {
    min-height: 420px;
    max-width: none;
    width: 100%;
    padding: 42px;
    justify-self: stretch;
    border-left: 0;
    background-image: url("assets/indigo-ink-texture.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .statement-body, .section-intro, .profile-grid, .contact { grid-template-columns: 1fr; }
  .talents-intro { grid-template-columns: 1fr; gap: 32px; }
  .talent-grid { grid-template-columns: 1fr; max-width: 620px; margin-left: auto; margin-right: auto; }
  .talent-card { display: grid; grid-template-columns: minmax(180px, .75fr) minmax(0, 1.25fr); }
  .talent-photo { aspect-ratio: auto; min-height: 100%; }
  .statement-body h2, .section-intro h2 { max-width: 720px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-tinted { margin-top: 0; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-list li:nth-child(2)::after { display: none; }
  .contact-mark { max-width: 420px; width: 100%; }
  .site-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .site-footer small { justify-self: center; }
}

@media (min-width: 881px) and (max-width: 1120px) {
  .hero { grid-template-columns: minmax(0, 1.22fr) minmax(280px, .78fr); gap: 42px; }
  .hero h1 { font-size: clamp(44px, 5vw, 54px); }
  .hero-mark { min-height: 430px; padding: 34px; }
  .statement-body, .section-intro { gap: 56px; }
}

@media (max-width: 560px) {
  body { letter-spacing: .01em; }
  .site-header { padding: 8px 14px 0; gap: 6px 12px; }
  .brand img { width: 58px; }
  .global-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 11px;
    letter-spacing: .04em;
  }
  .global-nav a { min-height: 42px; padding: 8px 6px; border-bottom: 1px solid var(--line); }
  .global-nav a:nth-child(odd) { border-right: 1px solid var(--line); }
  .nav-contact { padding: 8px 6px; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .hero { padding: 58px 0 0; }
  .hero::before { top: 28px; left: 20px; width: 56px; height: 4px; }
  .hero-copy { padding: 16px 20px 52px; }
  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(32px, 9.7vw, 42px);
    line-height: 1.38;
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
  }
  .mobile-line { display: block; width: 100%; }
  .hero-line {
    width: 100%;
    max-width: none;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }
  .hero-accent { margin-top: 2px; }
  .hero-lead br { display: none; }
  .hero-lead {
    width: 100%;
    max-width: none;
    margin: 28px 0 34px;
    font-size: 15px;
    line-height: 1.85;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
  }
  .hero-mark { min-height: 300px; padding: 30px 24px; border-radius: 0; background-position: 58% center; }
  .hero-mark img { width: min(42%, 150px); }
  .hero-mark p { margin-top: 38px; font-size: 9px; }
  .section h2 { font-size: clamp(29px, 8.7vw, 38px); line-height: 1.5; }
  .heading-line { width: auto; white-space: normal; }
  .section-label { margin-bottom: 42px; }
  .statement-body, .section-intro { gap: 32px; }
  .statement-copy, .section-intro > p { font-size: 15px; line-height: 1.95; }
  .statement-copy p:first-child { font-size: 16px; }
  .service-card { padding: 34px 24px; }
  .service-card h3 { font-size: 24px; }
  .idea-strip { min-height: 88px; justify-content: flex-start; padding-left: 24px; padding-right: 24px; font-size: 16px; gap: 18px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list li:last-child { border-bottom: 0; }
  .process-list li > div { padding-top: 0; }
  .process-list li::after { display: none !important; }
  .career-highlights div { grid-template-columns: 1fr; gap: 3px; }
  .open-door { margin-top: 54px; padding: 32px 24px; font-size: 15px; line-height: 1.9; }
  .open-door br { display: none; }
  .profile-grid { gap: 40px; }
  .profile-heading h2 { font-size: 38px; }
  .profile-copy { font-size: 15px; }
  .talent-grid { margin-top: 50px; }
  .talent-card { display: flex; }
  .talent-photo { min-height: auto; aspect-ratio: 4 / 3; }
  .talent-body { padding: 26px 22px 30px; }
  .talent-body h3 { font-size: 24px; }
  .talent-affiliation { min-height: 0; }
  .belief { padding: 80px 22px; }
  .belief p { font-size: clamp(31px, 9vw, 40px); }
  .belief span { font-size: 14px; line-height: 1.9; }
  .contact-copy h2 { font-size: 30px; }
  .contact-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.95; }
}

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