:root {
  --navy: #071b33;
  --navy2: #0d2c4f;
  --yellow: #ffd43b;
  --cream: #f6f4ee;
  --soft: #f3f6f8;
  --gray: #617086;
  --line: #d9e0e6;
  --white: #fff;
  --max: 1180px;
  --shadow: 0 18px 60px rgba(7, 27, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--navy); font-family: "Noto Sans JP", sans-serif; line-height: 1.85; background: #fff; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); line-height: 1.35; letter-spacing: -.035em; margin-bottom: 38px; }
h3 { line-height: 1.45; }
p { color: #3d5064; }

.container { width: min(calc(100% - 64px), var(--max)); margin: auto; }
.narrow { max-width: 900px; }
.center { text-align: center; }
.section { padding: 120px 0; }
.section-label { font-size: .78rem; font-weight: 800; letter-spacing: .19em; color: #254a6b; margin-bottom: 22px; }
.yellow { color: var(--yellow); }
.lead { font-size: 1.12rem; line-height: 2.1; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(7, 27, 51, .08); backdrop-filter: blur(12px); }
.header-inner { height: 84px; width: min(calc(100% - 48px), 1320px); margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; font-size: 2rem; font-weight: 900; letter-spacing: .04em; }
.site-header .logo { width: clamp(200px, 21vw, 305px); }
.site-header .logo img { display: block; width: 100%; height: auto; }
.global-nav { display: flex; align-items: center; justify-content: center; gap: 22px; font-size: .86rem; font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: 10px; }

.button { min-height: 58px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; font-weight: 700; border: 1px solid transparent; transition: .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(7, 27, 51, .15); }
.button-small { min-width: 148px; min-height: 48px; padding: 0 14px 0 18px; gap: 12px; font-size: .82rem; }
.button-icon { width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: currentColor; }
.button-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; }
.button-navy { color: #fff; background: var(--navy); }
.button-outline { background: rgba(255, 255, 255, .9); border-color: var(--navy); }
.button-outline .button-icon { color: var(--navy); }
.button-yellow { background: var(--yellow); color: var(--navy); }
.button-white { background: #fff; color: var(--navy); border-color: var(--navy); }
.button-yellow .button-icon, .button-white .button-icon { color: var(--navy); }
.full { width: 100%; }
.menu-button { display: none; }

.hero { position: relative; min-height: calc(100vh - 84px); overflow: hidden; background: #fff; }
.hero-photo { position: absolute; inset: 0 0 0 28%; background: url('assets/hero-workshop.jpg') center right / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 34%, rgba(255, 255, 255, .78) 52%, rgba(255, 255, 255, .08) 78%); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 128px), 1320px); margin: auto; padding: 74px 0 170px; }
.eyebrow { display: inline-flex; align-items: center; min-height: 46px; padding: 0 22px; background: var(--navy); font-size: 1.12rem; font-weight: 700; letter-spacing: .04em; color: #fff; box-shadow: 0 10px 28px rgba(7, 27, 51, .12); }
.hero h1 { font-size: clamp(2.8rem, 5vw, 5.25rem); line-height: 1.22; letter-spacing: -.045em; margin: 24px 0 28px; max-width: 900px; font-weight: 900; }
.hero h1 span { white-space: nowrap; }
.hero h1 .hanging-quote { display: inline-block; margin-left: -.5em; }
.hero h1 .tight-mo { display: inline-block; margin-left: -.08em; }
.hero-lead { max-width: 820px; font-size: 1.34rem; line-height: 2; font-weight: 600; color: var(--navy); }
.hero-lead mark { background: linear-gradient(transparent 58%, rgba(255, 212, 59, .78) 0); color: inherit; padding: 0 .08em; }
.hero-actions { display: flex; gap: 16px; margin-top: 40px; }
.hero-actions .button { min-width: 230px; min-height: 72px; padding: 0 22px 0 34px; gap: 24px; font-size: 1.08rem; }
.hero-actions .button-icon { width: 26px; height: 26px; }
.hero-actions .button-icon svg { width: 100%; height: 100%; }
.hero-facts { position: absolute; z-index: 3; left: max(4vw, calc((100% - 1320px) / 2)); bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); width: min(930px, 78vw); background: var(--navy); color: #fff; clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%); }
.hero-facts div { display: flex; align-items: center; gap: 18px; padding: 28px 30px; border-right: 1px solid rgba(255, 255, 255, .3); }
.hero-facts b { color: var(--yellow); font-size: 1.38rem; }
.hero-facts span { font-size: 1.02rem; font-weight: 700; line-height: 1.65; color: #fff; }

.intro { background: #fff; }
.challenge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; margin-top: 28px; }
.challenge-copy p { font-size: 1.08rem; line-height: 2.05; font-weight: 600; color: var(--navy); margin-bottom: 26px; }
.engineer-illustration { display: block; width: min(100%, 560px); height: auto; margin-top: 10px; }
.challenge-list { list-style: none; padding: 0; margin: 0; }
.challenge-list li { position: relative; padding: 18px 0 18px 42px; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--navy); }
.challenge-list li:before { content: ""; position: absolute; left: 0; top: 27px; width: 14px; height: 14px; background: var(--yellow); }
.statement { margin-top: 64px; text-align: center; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.65; font-weight: 800; letter-spacing: -.03em; color: #123f64; }
.statement strong { background: linear-gradient(transparent 66%, var(--yellow) 0); }
.statement:before, .statement:after { content: ""; display: block; width: 0; height: 0; margin: 0 auto 24px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 26px solid var(--yellow); }
.statement:after { margin: 24px auto 0; }
.intro { padding-bottom: 68px; }

.dark-section { background: var(--navy); color: #fff; }
.dark-section h2, .dark-section h3 { color: #fff; }
.dark-section p { color: #dbe4ec; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.body-copy p { margin-bottom: 20px; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.training-block { background: var(--soft); }
.outcomes { padding-top: 54px; }
.process.training-block { padding-top: 72px; padding-bottom: 70px; }
.features.training-block { padding-top: 70px; }
.works-program-block { background: var(--soft); padding-top: 82px; padding-bottom: 82px; }
.process > .container > .section-label,
.process > .container > h2,
.features > .container > .section-label,
.features > .container > h2,
.schedule > .container > .section-label,
.schedule > .container > h2,
.price > .container:first-child,
.ratings > .container > div:first-child,
.case > .container > .section-label,
.case > .container > h2,
.flow > .container > .section-label,
.flow > .container > h2,
.faq > .container > .section-label,
.faq > .container > h2 { text-align: center; }
.process-card { position: relative; padding: 38px 30px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 40px rgba(7, 27, 51, .06); }
.process-no { font-size: 3.4rem; font-weight: 800; line-height: 1; color: #d9e2e8; }
.process-action { font-weight: 700; color: #315573; margin: 26px 0 6px; }
.process-card h3 { font-size: 1.38rem; margin: 0 0 22px; }
.process-image { display: block; width: calc(100% + 60px); height: 150px; margin: 0 -30px 26px; object-fit: cover; object-position: center; }
.process-card ul, .day-grid ul { padding-left: 1.2em; color: #4e6274; }
.process-card li::marker, .day-grid li::marker { color: var(--yellow); }
.section-cta { margin-top: 48px; }
.soft-section { background: var(--soft); }

.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 60px; }
.feature-list article { display: grid; grid-template-columns: auto 1fr; gap: 26px; background: #fff; padding: 38px 30px; border: 1px solid var(--line); box-shadow: 0 10px 40px rgba(7, 27, 51, .06); }
.feature-list article > span { font-size: 3.4rem; font-weight: 800; line-height: 1; color: #d9e2e8; }
.feature-list h3 { font-size: 1.38rem; line-height: 1.45; margin: 0 0 22px; }
.feature-list p { margin: 0; color: #3d5064; }

.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; margin-top: 28px; }
.outcome-copy p { font-size: 1.08rem; line-height: 2.05; font-weight: 600; color: var(--navy); margin-bottom: 26px; }
.outcome-illustration { display: block; width: min(100%, 560px); height: auto; margin-top: 10px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 18px 0 18px 42px; border-bottom: 1px solid var(--line); font-weight: 600; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--navy); background: var(--yellow); width: 25px; height: 25px; text-align: center; line-height: 25px; border-radius: 50%; }

.case { background: #fff; }
.works-card { padding: 48px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 40px rgba(7, 27, 51, .04); }
.case-company { color: #315573; font-size: .92rem; font-weight: 800; letter-spacing: .08em; margin-bottom: 14px; }
.works-header h2 { font-size: clamp(1.5rem, 2.6vw, 2.35rem); margin-bottom: 34px; }
.works-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; }
.works-main p { font-weight: 600; line-height: 2; color: var(--navy); margin-bottom: 20px; }
.works-main p:last-child { margin-bottom: 0; }
.works-change { padding: 32px; background: #fff; border: 1px solid var(--line); }
.works-change h3, .works-support h3 { font-size: 1.2rem; margin: 0 0 18px; }
.works-change ul { list-style: none; padding: 0; margin: 0; }
.works-change li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--navy); }
.works-change li:last-child { border-bottom: 0; }
.works-change li:before { content: ""; position: absolute; left: 0; top: 24px; width: 10px; height: 10px; background: var(--yellow); }
.works-support { margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--line); }
.works-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.works-tags span { display: inline-flex; align-items: center; min-height: 38px; padding: 0 16px; background: #fff; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-weight: 800; font-size: .88rem; }

.rating-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 55px; }
.rating-grid > div { padding: 38px; text-align: center; background: #fff; }
.rating-grid span, .rating-grid small { display: block; }
.rating-grid b { display: block; font-size: 3.5rem; line-height: 1.3; }
.rating-highlight { background: #fff !important; }
.stars { --rating: 0%; position: relative; display: inline-block; margin-top: 12px; font-size: 1.45rem; line-height: 1; letter-spacing: .12em; color: #c9d4de; }
.stars:before { content: "★★★★★"; position: absolute; inset: 0 auto auto 0; width: var(--rating); overflow: hidden; color: var(--navy); white-space: nowrap; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.voice-grid p { margin: 0; padding: 20px; background: #fff; border: 1px solid var(--line); font-size: .92rem; line-height: 1.75; font-weight: 700; color: var(--navy); }
.note { font-size: .78rem; color: #718192; margin-top: 20px; }

.day-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 50px; }
.day-grid article { padding: 42px; background: #fff; }
.day { display: inline-block; padding: 5px 12px; background: var(--navy); color: #fff !important; font-weight: 800; }
.day-grid h3 { font-size: 1.4rem; }

.price-grid { display: grid; grid-template-columns: 1fr; gap: 0; align-items: start; margin-top: 22px; }
.price-card { padding: 46px; background: var(--navy); color: #fff; box-shadow: var(--shadow); }
.price-card p { color: #dbe4ec; }
.price-lead { margin: 0 0 34px; padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, .18); font-size: 1.08rem; line-height: 2; font-weight: 700; text-align: center; color: #fff !important; }
.price-detail { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(360px, .82fr); gap: 56px; align-items: center; justify-content: center; max-width: 900px; margin: 0 auto; }
.price-main p { margin-bottom: 14px; font-size: 1.2rem; font-weight: 800; color: #fff; }
.price-value { padding-bottom: 0; }
.price-value b { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px; line-height: 1; }
.price-num { font-size: clamp(3rem, 6vw, 5rem); font-weight: 900; letter-spacing: -.04em; }
.price-unit { font-size: clamp(1rem, 1.8vw, 1.45rem); font-weight: 800; }
.price-tax { font-size: clamp(.82rem, 1.1vw, 1rem); font-weight: 700; white-space: nowrap; color: #c7d3de; margin-left: 2px; }
.price-separator { font-size: clamp(1.4rem, 2vw, 2rem); font-weight: 800; opacity: .75; }
.price-card dl div { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.price-card dt { color: #aebdcc; }
.price-card dd { margin: 0; font-weight: 600; }
.price-contact { display: flex; justify-content: center; margin-top: 36px; }
.price-contact .button { min-width: 340px; min-height: 72px; padding: 0 22px 0 34px; gap: 24px; font-size: 1.08rem; }
.price-contact .button-icon { width: 26px; height: 26px; }

.flow { background: #fff; color: var(--navy); }
.flow-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; counter-reset: flow; margin-top: 55px; }
.flow-list li { position: relative; min-height: 190px; padding: 92px 22px 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 34px rgba(7, 27, 51, .06); counter-increment: flow; }
.flow-list li:before { content: "0" counter(flow); position: absolute; top: 24px; left: 22px; font-size: 3.4rem; line-height: 1; font-weight: 800; color: #d9e2e8; }
.flow-list li:not(:last-child):after { content: ""; position: absolute; top: 50%; right: -22px; width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 14px solid #91a0ad; transform: translateY(-50%); z-index: 2; }
.flow-list b, .flow-list span { display: block; }
.flow-list b { font-size: 1.38rem; line-height: 1.45; color: var(--navy); }
.flow-list span { font-size: .8rem; color: #4e6274; margin-top: 12px; }

.faq { padding: 120px 0; }
.accordion { margin-top: 50px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; list-style: none; font-size: 1.12rem; font-weight: 800; padding: 30px 56px 30px 54px; position: relative; }
.accordion summary:before { content: "Q"; position: absolute; left: 0; color: #fff; background: var(--navy); width: 32px; height: 32px; text-align: center; line-height: 32px; }
.accordion summary:after { content: "＋"; position: absolute; right: 8px; }
.accordion details[open] summary:after { content: "−"; }
.accordion details p { padding: 0 54px 30px; margin: 0; font-size: 1.02rem; line-height: 2; }

.center-actions { justify-content: center; }
.download-section { background: var(--navy2); color: #fff; padding-bottom: 92px; }
.contact-form-section { background: var(--soft); padding-top: 92px; }
.section-heading { margin-bottom: 46px; }
.download-section .section-heading h2 { color: #fff; }
.section-heading p:not(.section-label) { margin: 0 auto; max-width: 780px; font-size: 1.08rem; font-weight: 600; color: #3d5064; }
.download-section .section-heading p:not(.section-label) { color: #dce6ee; }
.download-card,
.form-panel { background: #fff; color: var(--navy); border: 1px solid var(--line); box-shadow: 0 18px 60px rgba(7, 27, 51, .1); }
.download-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; padding: 34px; }
.download-card h3,
.form-panel h3 { margin: 0 0 20px; font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: 1.35; letter-spacing: -.03em; color: var(--navy); }
.download-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border: 1px solid var(--line); }
.download-card p { margin-bottom: 28px; font-weight: 600; color: #3d5064; }
.download-card .button { min-width: 260px; min-height: 72px; gap: 24px; font-size: 1.08rem; }
.form-panel { width: min(100%, 820px); margin: 0 auto; padding: 40px; }
.form-panel > p { margin-bottom: 28px; font-weight: 600; color: #3d5064; }
.hubspot-form { min-height: 440px; }
.site-footer { background: #061b33; color: #fff; }
.footer-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.footer-inner p { margin: 0; font-weight: 700; color: #fff; }
.footer-right { display: flex; align-items: center; gap: 40px; }
.footer-right a { font-weight: 800; color: #fff; }
.footer-right small { color: #fff; white-space: nowrap; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  .intro { padding-bottom: 56px; }
  .outcomes { padding-top: 46px; }
  .process.training-block { padding-top: 62px; padding-bottom: 60px; }
  .features.training-block { padding-top: 60px; }
  .works-program-block { padding-top: 64px; padding-bottom: 64px; }
  .container { width: min(calc(100% - 40px), var(--max)); }
  .global-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 24px; background: #fff; flex-direction: column; align-items: stretch; }
  .global-nav.open { display: flex; }
  .header-actions { display: none; }
  .header-actions .button { flex: 1; }
  .menu-button { display: block; border: 0; background: none; width: 36px; }
  .menu-button span { display: block; height: 2px; background: var(--navy); margin: 8px 0; }
  .header-inner { height: 72px; grid-template-columns: auto auto; justify-content: space-between; }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero-photo { position: relative; inset: auto; height: 48vw; min-height: 300px; background-position: center right; }
  .hero-shade { display: none; }
  .hero-content { width: calc(100% - 40px); padding: 48px 0 36px; }
  .hero h1 { font-size: clamp(2.35rem, 9vw, 3.9rem); }
  .hero h1 span { white-space: normal; }
  .hero h1 .hanging-quote { margin-left: -.45em; }
  .hero-lead { font-size: 1.08rem; line-height: 1.9; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions .button { min-width: min(320px, 100%); }
  .hero-facts { position: relative; left: auto; width: 100%; clip-path: none; }
  .site-header .logo { width: min(250px, calc(100vw - 94px)); }
  .split, .challenge-grid, .outcome-grid, .works-body, .price-grid { grid-template-columns: 1fr; gap: 45px; }
  .download-card { grid-template-columns: 1fr; gap: 24px; }
  .price-detail { grid-template-columns: 1fr; gap: 34px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li { min-height: auto; padding: 30px 24px 30px 92px; border-bottom: 1px solid var(--line); }
  .flow-list li:before { top: 30px; left: 24px; font-size: 3rem; }
  .flow-list li:not(:last-child):after { display: none; }
  .mobile-cta { display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; box-shadow: 0 -5px 20px rgba(7, 27, 51, .15); }
  .mobile-cta a { padding: 15px; text-align: center; font-weight: 700; background: #fff; }
  .mobile-cta a:last-child { background: var(--yellow); }
  footer { padding-bottom: 54px; }
  .footer-inner { min-height: auto; padding: 34px 0; align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-right { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (max-width: 600px) {
  h2 { font-size: 2rem; }
  .section { padding: 70px 0; }
  .intro { padding-bottom: 48px; }
  .outcomes { padding-top: 38px; }
  .process.training-block { padding-top: 52px; padding-bottom: 52px; }
  .features.training-block { padding-top: 52px; }
  .works-program-block { padding-top: 52px; padding-bottom: 52px; }
  .hero-photo { height: 78vw; min-height: 280px; }
  .eyebrow { font-size: .9rem; min-height: 40px; padding: 0 14px; }
  .hero h1 { font-size: 2.55rem; }
  .hero-lead br { display: none; }
  .hero-actions { display: grid; }
  .header-actions { display: none; }
  .button { width: 100%; gap: 18px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div { padding: 18px 22px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
  .hero-facts span br { display: none; }
  .process-grid, .rating-grid, .voice-grid, .day-grid { grid-template-columns: 1fr; }
  .statement { text-align: left; font-size: 1.62rem; }
  .statement br { display: none; }
  .feature-list article { grid-template-columns: 1fr; gap: 18px; padding: 28px 22px; }
  .feature-list article > span { font-size: 2.8rem; }
  .works-card { padding: 30px 22px; }
  .works-change { padding: 26px 22px; }
  .price-card { padding: 32px 24px; }
  .price-lead { font-size: .98rem; }
  .price-num { font-size: 3.4rem; }
  .price-contact .button { min-width: 0; }
  .accordion summary { font-size: 1.02rem; padding-left: 48px; }
  .accordion details p { padding-left: 48px; padding-right: 10px; font-size: .96rem; }
  .download-card,
  .form-panel { padding: 26px 20px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading p:not(.section-label) { font-size: .98rem; }
  .download-card .button { min-width: 0; width: 100%; }
  .hubspot-form { min-height: 520px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content > * { animation: rise .6s both; }
  .hero-content > *:nth-child(2) { animation-delay: .08s; }
  .hero-content > *:nth-child(3) { animation-delay: .16s; }
  .hero-content > *:nth-child(4) { animation-delay: .24s; }

  @keyframes rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
  }
}
