@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --ink: #173d2a;
  --ink-deep: #0b2519;
  --olive: #2f643d;
  --leaf: #7d9a55;
  --gold: #c69a42;
  --gold-light: #e8cf91;
  --sand: #f8f5ec;
  --cream: #fffdf8;
  --muted: #6a7165;
  --line: #e5e0d1;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(18, 53, 32, .11);
  --radius: 22px;
  --wrap: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Alexandria', Arial, sans-serif; color: var(--ink-deep); background: var(--cream); line-height: 1.8; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 99; background: var(--gold); color: var(--ink-deep); border-radius: 8px; padding: 10px 16px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 92px 0; }
.section--sand { background: var(--sand); }
.section--ink { background: var(--ink-deep); color: var(--white); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: .79rem; font-weight: 700; letter-spacing: .05em; }
.eyebrow::before { content: ''; width: 25px; height: 1px; background: currentColor; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 42px; }
.section-head h2, .page-title h1 { margin: 9px 0 0; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.35; color: var(--ink); }
.section-head p { max-width: 500px; margin: 0; color: var(--muted); font-size: .96rem; }
.section--ink .section-head h2 { color: var(--white); }
.section--ink .section-head p { color: rgba(255,255,255,.7); }
.gold { color: var(--gold); }
.note { color: var(--muted); font-size: .79rem; }
.center { text-align: center; }

.topbar { background: var(--ink-deep); color: rgba(255,255,255,.8); font-size: .76rem; }
.topbar .wrap { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { color: var(--gold-light); direction: ltr; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,248,.94); backdrop-filter: blur(13px); border-bottom: 1px solid rgba(229,224,209,.85); }
.navbar { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1.25; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; }
.brand strong { display: block; color: var(--ink); font-size: .9rem; }
.brand small { display: block; color: var(--muted); font-family: 'Playfair Display', serif; letter-spacing: .01em; direction: ltr; font-size: .7rem; }
.navlinks { display: flex; align-items: center; gap: 22px; font-size: .82rem; font-weight: 600; }
.navlinks > a:not(.nav-cta) { transition: color .18s ease; }
.navlinks > a:not(.nav-cta):hover, .navlinks > a.active { color: var(--gold); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 10px; padding: 12px 18px; background: var(--gold); color: var(--ink-deep); font-size: .82rem; font-weight: 800; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.nav-cta:hover, .button:hover { background: #d5ad5b; box-shadow: 0 8px 20px rgba(198,154,66,.25); transform: translateY(-2px); }
.nav-cta:active, .button:active { transform: scale(.97); }
.button--outline { background: transparent; border: 1px solid rgba(255,255,255,.55); color: var(--white); }
.button--outline:hover { background: var(--white); color: var(--ink-deep); }
.button--ink { background: var(--ink); color: var(--white); }
.button--ink:hover { background: var(--olive); }
.menu-toggle { display: none; border: 0; background: transparent; width: 45px; height: 45px; color: var(--ink); }
.menu-toggle svg { width: 25px; height: 25px; }

.hero { min-height: min(770px, calc(100vh - 114px)); position: relative; color: var(--white); display: grid; align-items: center; background: var(--ink-deep); overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity 1s ease; background-size: cover; background-position: center; }
.hero-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,15,.88) 0%, rgba(5,25,15,.62) 40%, rgba(5,25,15,.15) 76%), linear-gradient(0deg, rgba(5,25,15,.45), transparent 50%); }
.hero-slide.is-active { opacity: 1; }
.hero-content { position: relative; z-index: 2; padding: 100px 0 128px; max-width: 690px; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { margin: 12px 0 18px; max-width: 660px; color: var(--white); font-size: clamp(2.15rem, 5vw, 4.6rem); line-height: 1.26; letter-spacing: -.045em; }
.hero p { color: rgba(255,255,255,.83); max-width: 590px; margin: 0 0 30px; font-size: clamp(.92rem, 1.6vw, 1.04rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-stats { position: absolute; z-index: 3; bottom: 0; inset-inline: 0; background: rgba(8,32,19,.72); backdrop-filter: blur(8px); }
.hero-stats .wrap { min-height: 94px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.stat { padding: 10px 34px; border-inline-start: 1px solid rgba(255,255,255,.17); }
.stat:first-child { border: 0; }
.stat strong { display: block; color: var(--gold-light); font-size: 1.42rem; line-height: 1.25; }
.stat span { font-size: .76rem; color: rgba(255,255,255,.76); }
.slider-dots { display: flex; position: absolute; z-index: 3; left: calc((100% - min(1160px, calc(100% - 40px))) / 2); bottom: 122px; gap: 7px; direction: ltr; }
.slider-dot { width: 28px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.5); transition: background .2s, width .2s; }
.slider-dot.is-active { width: 45px; background: var(--gold); }

.intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(32px, 6vw, 90px); align-items: center; }
.image-frame { position: relative; }
.image-frame::before { content: ''; position: absolute; z-index: 0; top: -20px; inset-inline-start: -20px; width: 55%; height: 58%; border: 1px solid var(--gold); }
.image-frame img { position: relative; z-index: 1; width: 100%; height: 470px; object-fit: cover; border-radius: 0 45px 0 45px; box-shadow: var(--shadow); }
.image-caption { position: absolute; z-index: 2; bottom: 18px; inset-inline-start: -18px; max-width: 250px; padding: 15px 18px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); font-size: .75rem; }
.intro-copy h2 { margin: 10px 0 18px; font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1.45; }
.intro-copy p { color: var(--muted); font-size: .94rem; }
.signature { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: .8rem; font-weight: 700; }
.signature span { display: block; color: var(--muted); font-weight: 400; font-size: .74rem; }

.value-grid, .market-grid, .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 28px 25px; background: var(--cream); border: 1px solid var(--line); border-radius: 2px 24px 2px 24px; transition: transform .2s, box-shadow .2s; }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.icon-disc { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 17px; border-radius: 50%; background: rgba(198,154,66,.16); color: var(--gold); }
.icon-disc svg { width: 24px; height: 24px; }
.value-card h3 { margin: 0 0 7px; font-size: 1rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.8; }

.product-feature { display: grid; grid-template-columns: 1.07fr .93fr; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.product-feature img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.product-copy { padding: clamp(30px, 5vw, 70px); display: flex; justify-content: center; flex-direction: column; }
.product-copy h2 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); line-height: 1.35; margin: 10px 0 15px; }
.product-copy p { color: rgba(255,255,255,.73); font-size: .9rem; }
.product-list { list-style: none; padding: 0; margin: 20px 0 28px; }
.product-list li { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .83rem; }
.product-list li::before { content: '●'; color: var(--gold); padding-inline-end: 9px; }

.market-card { position: relative; min-height: 260px; padding: 28px; overflow: hidden; border-radius: 18px; color: var(--white); background: var(--ink); }
.market-card::before { content: ''; position: absolute; width: 180px; height: 180px; inset-inline-start: -65px; bottom: -70px; border: 1px solid rgba(232,207,145,.28); border-radius: 50%; }
.market-card > * { position: relative; }
.market-code { display: block; color: var(--gold-light); font-family: 'Playfair Display', serif; font-size: 1.8rem; direction: ltr; }
.market-card h3 { margin: 8px 0; font-size: 1.1rem; }
.market-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .77rem; line-height: 1.8; }
.market-card .market-link { display: inline-block; margin-top: 17px; color: var(--gold-light); font-size: .76rem; font-weight: 700; }

.process { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; counter-reset: process; }
.process::before { content: ''; position: absolute; height: 1px; background: rgba(232,207,145,.35); top: 43px; inset-inline: 10%; }
.process-step { position: relative; z-index: 1; text-align: center; }
.process-num { width: 86px; height: 86px; margin: 0 auto 14px; display: grid; place-items: center; background: var(--ink-deep); border: 1px solid var(--gold); color: var(--gold-light); border-radius: 50%; font: 700 1.3rem 'Playfair Display', serif; }
.process-step h3 { margin: 0 0 7px; color: var(--white); font-size: .92rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.67); font-size: .75rem; }

.quality-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 52px; align-items: center; }
.quality-image { width: 100%; height: 440px; object-fit: cover; border-radius: 36px 0 36px 0; }
.lab-table { width: 100%; border-collapse: collapse; font-size: .79rem; background: var(--cream); box-shadow: var(--shadow); }
.lab-table caption { padding: 14px 18px; text-align: right; color: var(--white); background: var(--ink); font-size: .82rem; font-weight: 700; }
.lab-table th, .lab-table td { padding: 12px 15px; text-align: right; border-bottom: 1px solid var(--line); }
.lab-table th { color: var(--muted); font-weight: 600; background: #f3efe4; }
.lab-table tr:last-child td { border-bottom: 0; }
.status { display: inline-block; color: var(--olive); background: #eaf1e3; border-radius: 99px; padding: 2px 8px; font-size: .69rem; font-weight: 700; }
.quality-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 17px; }
.quality-points div { padding: 14px; border-inline-start: 2px solid var(--gold); background: var(--sand); font-size: .76rem; }

.testimonial-shell { position: relative; overflow: hidden; padding: clamp(30px, 6vw, 72px); border-radius: var(--radius); background: linear-gradient(116deg, var(--ink-deep), #1f5736); color: var(--white); }
.testimonial-shell::after { content: '“'; position: absolute; top: -70px; left: 22px; color: rgba(232,207,145,.15); font: 18rem 'Playfair Display', serif; line-height: 1; }
.testimonial { position: relative; z-index: 1; min-height: 210px; display: none; }
.testimonial.is-active { display: block; animation: appear .4s ease both; }
.testimonial blockquote { max-width: 800px; margin: 13px 0 24px; font-size: clamp(1rem, 2vw, 1.35rem); line-height: 2; }
.testimonial cite { color: var(--gold-light); font-size: .78rem; font-style: normal; }
.testimonial cite span { color: rgba(255,255,255,.65); }
.testimonial-controls { position: absolute; z-index: 2; left: 35px; bottom: 32px; display: flex; gap: 7px; direction: ltr; }
.testimonial-controls button { display: grid; place-items: center; width: 37px; height: 37px; background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.testimonial-controls button:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
@keyframes appear { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }

.article-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); border-radius: 16px; transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card img { height: 185px; width: 100%; object-fit: cover; }
.article-card > div { padding: 20px; }
.article-card span { color: var(--gold); font-size: .7rem; font-weight: 700; }
.article-card h3 { margin: 6px 0 8px; font-size: .98rem; line-height: 1.7; }
.article-card p { margin: 0; color: var(--muted); font-size: .77rem; }
.article-card a { display: inline-block; margin-top: 14px; color: var(--olive); font-size: .75rem; font-weight: 700; }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 55px; align-items: start; }
.faq-sticky { position: sticky; top: 110px; }
.faq-sticky h2 { color: var(--ink); font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.48; }
.faq-sticky p { color: var(--muted); font-size: .86rem; }
.faq-group { margin-bottom: 27px; }
.faq-group h3 { margin: 0 0 10px; color: var(--olive); font-size: .86rem; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; padding: 16px 0; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ink); text-align: right; font-weight: 700; font-size: .83rem; }
.faq-question svg { flex: 0 0 auto; width: 19px; height: 19px; color: var(--gold); transition: transform .2s; }
.faq-item.open .faq-question svg { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .24s ease; }
.faq-answer > div { min-height: 0; overflow: hidden; color: var(--muted); font-size: .79rem; }
.faq-answer p { margin: 0; padding-bottom: 0; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 17px; }

.cta-band { position: relative; overflow: hidden; padding: 55px 0; background: var(--gold); color: var(--ink-deep); }
.cta-band::before { content: ''; position: absolute; width: 270px; height: 270px; border: 1px solid rgba(23,61,42,.23); border-radius: 50%; left: -55px; top: -155px; }
.cta-content { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-content h2 { margin: 0; max-width: 690px; font-size: clamp(1.35rem, 3vw, 2.25rem); line-height: 1.55; }
.cta-content p { margin: 5px 0 0; font-size: .8rem; }
.cta-band .button { background: var(--ink); color: var(--white); flex: 0 0 auto; }

.site-footer { padding-top: 68px; background: var(--ink-deep); color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr 1fr 1fr; gap: 35px; padding-bottom: 44px; }
.footer-brand .brand { color: var(--white); margin-bottom: 14px; }
.footer-brand .brand strong { color: var(--white); }
.footer-brand p { max-width: 310px; font-size: .76rem; }
.footer-col h3 { margin: 0 0 16px; color: var(--gold-light); font-size: .82rem; }
.footer-col a, .footer-col p { display: block; margin: 0 0 8px; font-size: .75rem; transition: color .18s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-contact { direction: ltr; text-align: right; }
.footer-bottom { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.5); font-size: .68rem; }

.floating-contact { position: fixed; z-index: 40; left: 23px; bottom: 23px; }
.floating-actions { position: absolute; left: 0; bottom: 64px; display: grid; gap: 8px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s, transform .2s, visibility .2s; }
.floating-contact.open .floating-actions { opacity: 1; visibility: visible; transform: translateY(0); }
.floating-actions a { min-width: 164px; padding: 11px 14px; border-radius: 10px; display: flex; align-items: center; gap: 8px; background: var(--white); box-shadow: 0 12px 28px rgba(5,25,15,.21); color: var(--ink); font-size: .76rem; font-weight: 700; }
.floating-actions a:first-child { color: #126e3c; }
.floating-trigger { width: 55px; height: 55px; border: 0; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--ink-deep); box-shadow: 0 10px 26px rgba(14,44,25,.32); transition: transform .2s; }
.floating-trigger:hover { transform: scale(1.05); }
.floating-trigger svg { width: 24px; height: 24px; }

.breadcrumb { padding: 17px 0; background: var(--sand); color: var(--muted); font-size: .73rem; }
.breadcrumb a { color: var(--olive); }
.page-title { position: relative; overflow: hidden; padding: 80px 0; background: var(--ink); color: var(--white); }
.page-title::after { content: ''; position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(232,207,145,.19); left: -110px; top: -220px; }
.page-title .wrap { position: relative; z-index: 1; }
.page-title .eyebrow { color: var(--gold-light); }
.page-title h1 { max-width: 800px; color: var(--white); }
.page-title p { max-width: 650px; margin: 14px 0 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.content-page { padding: 78px 0 95px; }
.content-page h2 { margin: 40px 0 13px; color: var(--ink); font-size: 1.45rem; line-height: 1.55; }
.content-page h2:first-child { margin-top: 0; }
.content-page h3 { margin: 25px 0 8px; color: var(--olive); font-size: 1rem; }
.content-page p, .content-page li { color: #4e5b50; font-size: .89rem; }
.content-page li { margin-bottom: 7px; }
.content-page .lead { font-size: 1rem; line-height: 2; color: var(--ink); }
.content-page .content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 65px; }
.content-page aside { padding: 22px; height: max-content; background: var(--sand); border-top: 3px solid var(--gold); }
.content-page aside h3 { margin-top: 0; }
.content-page aside a { display: block; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .78rem; color: var(--olive); }
.article-hero-image { width: 100%; height: min(470px, 55vw); margin: 30px 0 40px; object-fit: cover; border-radius: 20px; }
.callout { margin: 25px 0; padding: 18px 21px; border-right: 3px solid var(--gold); background: var(--sand); color: var(--ink); font-size: .88rem; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; }
.contact-card { padding: 28px; background: var(--sand); border-radius: 16px; }
.contact-card h3 { margin-top: 0; }
.contact-details a { display: flex; direction: ltr; justify-content: flex-end; margin: 10px 0; color: var(--olive); font-weight: 700; }
.contact-form { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 5px; font-size: .78rem; color: var(--ink); font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: var(--cream); outline: 0; font-size: .83rem; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,154,66,.15); }
.form-feedback { display: none; margin-top: 13px; padding: 10px; background: #edf4e9; color: var(--olive); font-size: .76rem; }
.form-feedback.show { display: block; }
.seo-keywords { padding: 20px; margin-top: 26px; border: 1px dashed var(--gold); border-radius: 9px; color: var(--muted); font-size: .76rem; }

@media (max-width: 980px) {
  .navlinks { display: none; position: absolute; top: 76px; inset-inline: 0; padding: 20px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .navlinks.open { display: grid; }
  .navlinks a { padding: 9px 0; }
  .navlinks .nav-cta { margin-top: 5px; }
  .menu-toggle { display: grid; place-items: center; }
  .intro-grid, .quality-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .quality-layout { gap: 30px; }
  .faq-sticky { position: static; }
  .value-grid, .market-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .content-page .content-grid { grid-template-columns: 1fr; gap: 28px; }
  .content-page aside { display: none; }
}

@media (max-width: 650px) {
  :root { --wrap: min(100% - 30px, 1160px); }
  .topbar .wrap { justify-content: center; }
  .topbar span { display: none; }
  .navbar { min-height: 68px; }
  .navlinks { top: 68px; }
  .brand strong { font-size: .78rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 700px; }
  .hero-content { padding: 80px 0 170px; }
  .hero h1 { font-size: 2.15rem; }
  .hero-stats .wrap { min-height: 95px; }
  .stat { padding: 6px 10px; }
  .stat strong { font-size: 1.05rem; }
  .stat span { font-size: .61rem; line-height: 1.5; display: block; }
  .slider-dots { left: 15px; bottom: 115px; }
  .section { padding: 65px 0; }
  .section-head { display: block; margin-bottom: 28px; }
  .section-head p { margin-top: 12px; }
  .image-frame img { height: 360px; }
  .image-caption { inset-inline-start: 10px; }
  .value-grid, .market-grid, .article-grid, .quality-points { grid-template-columns: 1fr; }
  .product-feature { grid-template-columns: 1fr; }
  .product-feature img { min-height: 280px; max-height: 330px; }
  .process { grid-template-columns: repeat(2, 1fr); gap: 30px 15px; }
  .process::before { display: none; }
  .process-num { width: 68px; height: 68px; }
  .testimonial-shell { padding-bottom: 90px; }
  .testimonial-controls { left: 28px; bottom: 26px; }
  .cta-content { display: block; }
  .cta-band .button { margin-top: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 5px 0; }
  .floating-contact { left: 14px; bottom: 14px; }
  .floating-actions a { min-width: 150px; }
  .page-title { padding: 59px 0; }
  .contact-form { padding: 22px; }
}

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