/* Edit the brand palette here. Everything is local: no fonts, images, or imports. */
:root {
  color-scheme: dark;
  --bg: #151816;
  --surface: #1d211e;
  --surface-raised: #252a26;
  --text: #f3f3e9;
  --muted: #b9bfb6;
  --accent: #d5f27b;
  --border: #3e473f;
  --error: #ffb6a7;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--bg); color: var(--text); font: 1rem/1.65 var(--font); -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--bg); }
a { color: inherit; text-underline-offset: .25em; }
a, button, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
a, button { touch-action: manipulation; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .7; }
img, svg { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { line-height: 1.08; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
main:focus { outline: none; }
.container { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 104px; scroll-margin-top: 1rem; }
.eyebrow { color: var(--accent); font: 600 .72rem/1.5 var(--mono); text-transform: uppercase; letter-spacing: .11em; margin-bottom: 23px; }
.mono { font: .68rem/1.5 var(--mono); letter-spacing: .07em; }
.accent { color: var(--accent); }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .7rem 1rem; background: var(--accent); color: var(--bg); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--bg); border-bottom: 1px solid var(--border); }
.header-inner { min-height: 91px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 1.07rem; font-weight: 750; letter-spacing: -.035em; text-decoration: none; line-height: 1.15; }
.brand-mark { color: var(--accent); flex: 0 0 36px; width: 36px; height: 36px; }
.wordmark-tail { color: var(--muted); }
.site-header nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; text-decoration: none; font-size: .84rem; color: var(--muted); }
.site-header nav a:hover { color: var(--accent); }
.site-header nav .nav-contact { color: var(--text); gap: 15px; }
.hero { display: grid; grid-template-columns: 1.06fr 1fr; gap: 64px; align-items: center; padding-block: 83px 64px; }
.signal { display: inline-block; width: 7px; height: 7px; margin-right: 9px; background: var(--accent); border-radius: 50%; vertical-align: 1px; }
h1 { font-size: clamp(3.5rem, 6.6vw, 5.7rem); font-weight: 750; letter-spacing: -.067em; line-height: .98; }
h1 > span { display: inline-block; font-size: .77em; color: var(--accent); letter-spacing: -.065em; margin-top: .2em; }
.hero-description { max-width: 480px; margin-block: 28px 27px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 53px; padding: 14px 22px; border: 1px solid transparent; border-radius: 5px; font-size: .88rem; font-weight: 700; text-decoration: none; line-height: 1.4; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.button > span:last-child { font-size: 1.3rem; line-height: 1; }
.button-primary { background: var(--accent); color: var(--bg); }
.button-primary:hover { background: #e2ffa0; transform: translateY(-2px); }
.button-secondary { background: transparent; color: var(--text); border-color: #697668; }
.button-secondary:hover { background: var(--surface-raised); border-color: var(--accent); }
.hero-note { font: .69rem/1.6 var(--mono); margin-top: 20px; color: var(--text); }
.hero-note span { color: var(--accent); padding-inline: 8px; }
.timing-note { max-width: 400px; color: var(--muted); font-size: .69rem; margin-top: 7px; }
.hero-visual { min-width: 0; padding-top: 13px; }
.visual-meta { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-bottom: 14px; font-size: .74rem; color: var(--muted); }
.visual-meta .mono { font-size: .6rem; }
.concept-art { position: relative; aspect-ratio: 1.16; isolation: isolate; overflow: hidden; border-radius: 8px; background: #e6e7db; color: #202820; }
.art-topline, .art-bottomline { position: absolute; inset-inline: 6%; display: flex; justify-content: space-between; align-items: center; font: 600 .57rem/1.3 var(--mono); letter-spacing: .09em; z-index: 3; }
.art-topline { top: 6%; }
.art-bottomline { bottom: 5.5%; }
.art-bottomline > span:last-child { font: 2rem/1 var(--font); }
.art-circle { position: absolute; width: 70%; aspect-ratio: 1; background: #d2d8c1; border-radius: 50%; top: 11%; right: -20%; z-index: -1; }
.art-headline { position: absolute; top: 20%; left: 6%; font-size: clamp(2.3rem, 4.7vw, 4.3rem); font-weight: 850; letter-spacing: -.065em; line-height: .97; transform: rotate(-5deg); }
.art-headline span { color: #546344; }
.product-can { position: absolute; width: 29%; height: 63%; top: 20%; right: 12%; background: #d5f27b; border: 2px solid #263320; border-radius: 17% 17% 20% 20% / 8% 8% 7% 7%; box-shadow: 12px 13px 0 #a8b58c; transform: rotate(13deg); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.can-top { position: absolute; height: 6%; width: 91%; top: 1%; left: 4.5%; border: 2px solid #263320; border-radius: 50%; background: #d7dfc5; }
.can-top::after { content: ""; position: absolute; width: 24%; height: 65%; top: 8%; left: 37%; border: 1px solid #263320; border-radius: 50%; }
.can-small, .can-bottom { font: 700 clamp(.29rem, .48vw, .43rem)/1.2 var(--mono); letter-spacing: .04em; }
.can-brand { text-align: center; font-size: clamp(1.1rem, 2.2vw, 2rem); font-weight: 900; letter-spacing: -.07em; line-height: .93; margin-top: 16%; }
.can-star { width: 36%; aspect-ratio: 1; margin-top: 9%; background: #263320; clip-path: polygon(50% 0, 61% 30%, 85% 15%, 70% 39%, 100% 50%, 70% 61%, 85% 85%, 61% 70%, 50% 100%, 39% 70%, 15% 85%, 30% 61%, 0 50%, 30% 39%, 15% 15%, 39% 30%); }
.can-bottom { position: absolute; bottom: 9%; }
.art-stamp { position: absolute; left: 7%; bottom: 17%; display: grid; place-content: center; width: 22%; aspect-ratio: 1; border: 1.5px solid #546344; border-radius: 50%; font-size: clamp(.72rem, 1.2vw, 1rem); line-height: 1.1; text-align: center; letter-spacing: -.025em; transform: rotate(-12deg); }
.storyboard-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 7px; }
.storyboard-strip > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px; padding: 13px 14px 12px; border: 1px solid var(--border); border-radius: 4px; background: var(--surface); }
.storyboard-strip span { color: var(--accent); font: .6rem var(--mono); }
.storyboard-strip strong { font-size: .67rem; font-weight: 500; }
.strip-line { display: block; grid-column: 1 / -1; height: 3px; background: #647456; margin-top: 3px; }
.storyboard-strip > div:nth-child(2) .strip-line { background: #b5c691; }
.storyboard-strip > div:nth-child(3) .strip-line { background: var(--accent); }
.hero-visual figcaption { margin-top: 13px; font-size: .66rem; color: var(--muted); }
.production-line { display: flex; align-items: center; justify-content: space-between; gap: 32px; border-block: 1px solid var(--border); padding-block: 26px; }
.production-line p { font-size: .82rem; color: var(--muted); line-height: 1.5; }
.production-line strong { color: var(--text); font-weight: 600; }
.production-line ul { list-style: none; display: flex; flex-wrap: wrap; gap: 34px; padding: 0; margin: 0; }
.production-line li { font: .68rem/1.6 var(--mono); text-transform: uppercase; letter-spacing: .065em; }
.production-line li::before { content: "+"; color: var(--accent); margin-right: 10px; }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: end; margin-bottom: 42px; }
h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); letter-spacing: -.052em; font-weight: 650; }
.section-heading > p { max-width: 420px; color: var(--muted); font-size: .94rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { display: flex; flex-direction: column; min-width: 0; padding: 27px; background: var(--surface); border: 1px solid var(--border); border-radius: 7px; transition: border-color .18s ease, background-color .18s ease; }
.service-card:hover { border-color: #738460; background: #222820; }
.card-top { display: flex; justify-content: space-between; align-items: center; height: 29px; margin-bottom: 32px; color: var(--muted); }
.format-icon { display: inline-block; width: 25px; height: 25px; border: 1.5px solid var(--accent); border-radius: 3px; }
.format-portrait { width: 17px; height: 27px; }
.format-wide { width: 33px; height: 20px; }
.format-stack { width: 18px; height: 23px; box-shadow: 4px -4px 0 var(--surface), 5px -5px 0 var(--accent); margin-right: 4px; }
h3 { font-size: 1.18rem; font-weight: 600; letter-spacing: -.025em; }
.service-card p { margin-top: 15px; margin-bottom: 23px; color: var(--muted); font-size: .86rem; line-height: 1.75; }
.card-tag { display: block; margin-top: auto; color: #d3dec4; font: .62rem/1.6 var(--mono); }
.process-section, .faq-section { background: var(--surface); border-block: 1px solid var(--border); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.steps > li { padding-top: 27px; border-top: 1px solid #65725d; }
.step-number { display: block; margin-bottom: 39px; font: 400 2.5rem/1 var(--mono); letter-spacing: -.09em; color: var(--accent); }
.steps p { margin-top: 17px; color: var(--muted); font-size: .87rem; }
.agency-note { display: grid; grid-template-columns: 1fr 1.8fr auto; gap: 35px; align-items: center; margin-top: 59px; padding: 28px; border: 1px solid var(--border); border-radius: 7px; }
.agency-note h3 { font-size: 1.2rem; line-height: 1.25; }
.agency-note p { color: var(--muted); font-size: .82rem; }
.text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; color: var(--accent); font-size: .81rem; font-weight: 600; text-underline-offset: .35em; }
.text-link:hover { text-decoration: none; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { display: flex; flex-direction: column; padding: 29px 25px 25px; min-width: 0; background: var(--surface); border: 1px solid var(--border); border-radius: 7px; }
.price-card-featured { border-color: var(--accent); box-shadow: inset 0 3px 0 var(--accent); }
.package-label { margin-bottom: 20px; color: var(--muted); font: .6rem/1.5 var(--mono); }
.price-card-featured .package-label { color: var(--accent); }
.price-card h3 { font-size: 1.55rem; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 5px; margin-block: 21px 19px; }
.price > span { flex-basis: 100%; font-size: .75rem; color: var(--muted); margin-bottom: 3px; }
.price strong { font-size: clamp(2rem, 3.2vw, 2.8rem); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.price small { font-size: .72rem; color: var(--muted); }
.package-description { color: var(--muted); font-size: .82rem; padding-bottom: 23px; border-bottom: 1px solid var(--border); }
.feature-list { list-style: none; padding: 0; margin: 23px 0 29px; flex: 1; }
.feature-list li { position: relative; padding-left: 18px; font-size: .8rem; color: #d5dacd; line-height: 1.6; }
.feature-list li + li { margin-top: 14px; }
.feature-list li::before { content: "+"; position: absolute; left: 0; color: var(--accent); }
.price-card .button { font-size: .8rem; gap: 10px; }
.pricing-note { max-width: 860px; margin: 22px auto 0; color: var(--muted); font-size: .75rem; text-align: center; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.65fr; gap: 72px; }
.faq-intro { font-size: .89rem; color: var(--muted); margin-top: 22px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 24px; list-style: none; font-size: .95rem; font-weight: 550; cursor: pointer; line-height: 1.45; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex-shrink: 0; font: 1.4rem/1 var(--mono); font-weight: 400; color: var(--accent); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary:hover { color: var(--accent); }
.faq-answer { padding: 0 24px 25px 0; color: var(--muted); font-size: .86rem; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 85px; }
.contact-copy h2 { font-size: clamp(3.3rem, 5.5vw, 4.65rem); }
.contact-copy > p:not(.eyebrow) { max-width: 340px; margin-top: 27px; font-size: .96rem; color: var(--muted); }
.contact-promise { display: flex; align-items: flex-start; gap: 18px; margin-top: 41px; max-width: 360px; padding-top: 23px; border-top: 1px solid var(--border); }
.contact-promise > span { color: var(--accent); font-size: 1.65rem; line-height: 1; }
.contact-promise p { font-size: .8rem; color: var(--muted); }
.contact-form { min-width: 0; }
.honeypot { display: none; }
.form-intro { margin-bottom: 25px; font-size: .96rem; }
.form-intro > span { font-size: .72rem; color: var(--muted); }
.package-interest { color: var(--accent); padding: 10px 13px; background: var(--surface); border: 1px solid var(--border); border-radius: 4px; margin-bottom: 21px; font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 18px; }
.field { display: flex; flex-direction: column; min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .77rem; margin-bottom: 8px; color: var(--text); font-weight: 550; }
.optional { color: var(--muted); font-size: .67rem; font-weight: 400; }
input, select, textarea { width: 100%; min-height: 49px; padding: 12px; border: 1px solid #71806e; border-radius: 4px; color: var(--text); background: var(--surface); font-size: 1rem; line-height: 1.4; }
textarea { min-height: 145px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: #a0af95; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline-offset: 2px; }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--error); }
textarea::placeholder { color: #aeb6a8; opacity: 1; }
.field-hint { font-size: .69rem; color: var(--muted); margin-top: 9px; }
.field-error { display: block; min-height: 23px; color: var(--error); font-size: .71rem; line-height: 1.5; padding-top: 3px; }
.form-privacy { font-size: .72rem; color: var(--muted); margin: 8px 0 20px; }
.form-privacy a:hover { color: var(--text); }
.submit-button { min-width: 196px; }
.form-status { min-height: 4.4rem; margin-top: 15px; font-size: .84rem; line-height: 1.6; overflow-wrap: anywhere; }
.form-status[data-state="error"] { color: var(--error); }
.form-status[data-state="success"] { color: var(--accent); }
.native-submit { border: 0; background: none; padding: 0; text-align: left; text-decoration: underline; }
.site-footer { padding-block: 39px 24px; border-top: 1px solid var(--border); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 29px; }
.footer-top p { color: var(--muted); font-size: .77rem; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 30px; color: var(--muted); font-size: .72rem; }
.footer-bottom p { margin-right: auto; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.domain-note { border-top: 1px solid var(--border); margin-top: 19px; padding-top: 18px; font-size: .69rem; color: var(--muted); }
.domain-note a { display: inline-block; padding-block: 5px; }
.site-footer a:hover { color: var(--accent); }
/* Privacy page shares the site shell. */
.legal-main { max-width: 780px; padding-block: 78px 100px; }
.legal-main h1 { font-size: clamp(2.8rem, 6vw, 4.5rem); margin-bottom: 23px; }
.legal-main .legal-date { font: .73rem/1.5 var(--mono); color: var(--muted); margin-bottom: 35px; }
.legal-main h2 { font-size: 1.4rem; margin-block: 35px 13px; letter-spacing: -.03em; }
.legal-main p, .legal-main li { font-size: .94rem; color: var(--muted); }
.legal-main p + p { margin-top: 15px; }
.legal-main a { color: var(--text); overflow-wrap: anywhere; }
.legal-main .back-link { display: inline-flex; margin-top: 38px; }
.legal-main .button-primary { color: var(--bg); }
@media (min-width: 1500px) {
  .hero { gap: 90px; }
}
@media (max-width: 1050px) {
  .container { width: calc(100% - 56px); }
  .hero { gap: 35px; padding-top: 64px; }
  h1 { font-size: clamp(3.3rem, 6.8vw, 4.8rem); }
  .production-line ul { gap: 17px; }
  .section-heading { gap: 45px; }
  .service-card { padding: 22px; }
  .agency-note { grid-template-columns: 1fr 2fr; gap: 20px; }
  .agency-note .text-link { grid-column: 2; }
  .price-card { padding: 25px 20px 20px; }
  .contact-layout { gap: 45px; }
  .faq-layout { gap: 45px; }
}
@media (max-width: 800px) {
  .section { padding-block: 76px; }
  .header-inner { gap: 16px; min-height: 82px; }
  .site-header nav { gap: 18px; }
  .wordmark { font-size: .94rem; }
  .hero { grid-template-columns: 1fr; gap: 46px; padding-block: 60px 45px; }
  h1 { font-size: clamp(3.65rem, 10vw, 5.8rem); }
  .hero-description { max-width: 580px; }
  .hero-visual { width: min(100%, 550px); margin-inline: auto; }
  .concept-art { aspect-ratio: 1.2; }
  .art-headline { font-size: clamp(3rem, 8.5vw, 4.7rem); }
  .can-brand { font-size: clamp(1.65rem, 4.3vw, 2.1rem); }
  .can-small, .can-bottom { font-size: clamp(.32rem, .85vw, .47rem); }
  .art-stamp { font-size: clamp(.85rem, 2.3vw, 1.1rem); }
  .production-line { gap: 23px; }
  .production-line ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 580px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { gap: 23px; }
  .step-number { margin-bottom: 27px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 29px; }
  .price strong { font-size: 2.8rem; }
  .price-card .button { margin-top: auto; }
  .feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 22px; }
  .feature-list li + li { margin-top: 0; }
  .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-intro { margin-top: 17px; }
  .contact-copy > p:not(.eyebrow), .contact-promise { max-width: 580px; }
  .contact-promise { margin-top: 23px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 1.5rem; }
  .container { width: calc(100% - 40px); }
  .site-header { position: static; }
  .header-inner { flex-direction: column; align-items: stretch; gap: 6px; padding-block: 19px 7px; }
  .header-inner .wordmark { align-self: flex-start; font-size: 1.08rem; }
  .site-header nav { justify-content: space-between; gap: 8px; }
  .site-header nav a { font-size: .76rem; }
  .site-header nav .nav-contact { gap: 6px; }
  .hero { padding-top: 43px; gap: 34px; }
  .eyebrow { font-size: .65rem; letter-spacing: .07em; margin-bottom: 22px; }
  h1 { font-size: clamp(3.5rem, 11vw, 4.5rem); }
  h1 > span { font-size: .75em; }
  .hero-description { font-size: .96rem; margin-top: 25px; }
  .hero-note { font-size: .62rem; }
  .hero-note span { padding-inline: 4px; }
  .timing-note { max-width: 290px; }
  .visual-meta { font-size: .66rem; }
  .visual-meta .mono { font-size: .53rem; }
  .art-headline { font-size: clamp(2.6rem, 9vw, 3.7rem); }
  .can-brand { font-size: clamp(1.3rem, 4.4vw, 1.9rem); }
  .can-small, .can-bottom { font-size: clamp(.28rem, .9vw, .42rem); }
  .art-stamp { font-size: .78rem; }
  .art-topline, .art-bottomline { font-size: .44rem; }
  .product-can { box-shadow: 8px 10px 0 #a8b58c; }
  .storyboard-strip > div { padding: 11px 9px 10px; gap: 6px; }
  .storyboard-strip strong { font-size: .59rem; }
  .hero-visual figcaption { font-size: .6rem; }
  .production-line { flex-direction: column; align-items: stretch; gap: 20px; }
  .production-line p br { display: none; }
  .production-line p strong::before { content: " "; }
  .production-line ul { gap: 12px; }
  .production-line li { font-size: .65rem; }
  .section { padding-block: 62px; }
  h2 { font-size: 2.35rem; }
  .section-heading { margin-bottom: 31px; }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .service-card { padding: 25px; }
  .card-top { margin-bottom: 24px; }
  .service-card p { font-size: .88rem; }
  .steps { gap: 32px; }
  .steps > li { display: grid; grid-template-columns: 45px 1fr; gap: 9px 20px; padding-top: 22px; }
  .step-number { grid-row: 1 / 3; font-size: 1.8rem; margin: 0; }
  .steps h3 { margin-top: 4px; }
  .steps p { grid-column: 2; margin: 0; }
  .agency-note { grid-template-columns: 1fr; margin-top: 38px; padding: 24px; gap: 17px; }
  .agency-note h3 br { display: none; }
  .agency-note .text-link { grid-column: auto; }
  .price-card { padding: 27px; }
  .feature-list { grid-template-columns: 1fr; }
  .pricing-note { text-align: left; }
  .faq-list summary { font-size: .9rem; padding-block: 22px; }
  .faq-answer { padding-right: 10px; }
  .contact-copy h2 { font-size: 3.5rem; }
  .form-grid { grid-template-columns: 1fr; gap: 5px; }
  .submit-button { width: 100%; }
  .footer-top { align-items: flex-start; flex-direction: column; gap: 17px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 0; }
  .footer-bottom p { margin-bottom: 9px; }
  .legal-main { padding-block: 48px 65px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .button-primary:hover { transform: none; }
}
