:root {
  --background: #f2ede4;
  --surface: #fbf8f2;
  --sand: #e9dfd0;
  --text: #1f1a16;
  --muted: #6d645b;
  --sage: #a5ad9f;
  --sage-dark: #465343;
  --amber: #bd762e;
  --brown: #4b2e23;
  --border: #d8cfc3;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(185, 120, 55, .6); outline-offset: 4px; }
::selection { background: rgba(185, 120, 55, .22); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 15px; border-radius: 4px; background: var(--text); color: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 28px), var(--container)); margin-inline: auto; }
.section { padding: 76px 0; }
.eyebrow { margin: 0 0 16px; color: var(--amber); font-size: .67rem; font-weight: 600; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: 1; }
h1 { margin-bottom: 26px; font-size: clamp(3.45rem, 15vw, 5.2rem); }
h2 { margin-bottom: 22px; font-size: clamp(3rem, 13vw, 4.8rem); }
h3 { font-size: 2.3rem; }
em { font-weight: 400; }
.section-heading { max-width: 820px; margin-bottom: 44px; }
.section-heading > p:last-child { margin: 0; color: var(--muted); }

.button { display: inline-flex; min-height: 52px; padding: 14px 25px; border: 1px solid transparent; border-radius: 999px; align-items: center; justify-content: center; font-size: .75rem; font-weight: 600; letter-spacing: .035em; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brown); color: #fffdfa; box-shadow: 0 10px 24px rgba(61, 36, 27, .12); }
.button-primary:hover { background: #382119; box-shadow: 0 14px 30px rgba(61, 36, 27, .18); }
.button-ghost { border-color: rgba(36, 28, 24, .35); background: rgba(252, 250, 246, .3); }
.button-ghost:hover { background: rgba(252, 250, 246, .72); }
.button-secondary { border-color: var(--border); background: transparent; }
.button-outline { min-height: 42px; padding: 10px 18px; border-color: rgba(36, 28, 24, .3); }
.button-small { font-size: .72rem; }
.button-row { display: grid; gap: 10px; }
.text-link { display: inline-flex; border-bottom: 1px solid var(--brown); align-items: center; gap: 10px; font-size: .75rem; font-weight: 600; line-height: 1.9; }
.text-link span { color: var(--amber); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 68px; transition: background-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled, .site-header.menu-open { background: rgba(242, 237, 228, .96); box-shadow: 0 1px 0 rgba(86, 55, 42, .1); backdrop-filter: blur(18px); }
.nav-shell { display: flex; width: min(calc(100% - 28px), var(--container)); height: 100%; margin-inline: auto; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand > img { width: 32px; height: 32px; border-radius: 6px; }
.brand > span { font-family: var(--serif); font-size: 1.55rem; letter-spacing: -.03em; line-height: 1; }
.brand > span > span { color: var(--amber); }
.menu-toggle { display: grid; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; place-content: center; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 1.5px; margin: 3px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.primary-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 22px 14px 28px; border-top: 1px solid var(--border); background: var(--background); box-shadow: 0 22px 35px rgba(36, 28, 24, .09); }
.primary-nav.is-open { display: flex; flex-direction: column; }
.primary-nav > a:not(.nav-cta) { padding: 11px 0; border-bottom: 1px solid var(--border); font-size: .83rem; }
.nav-cta { margin-top: 18px; }

.hero { position: relative; display: flex; min-height: 790px; overflow: hidden; align-items: flex-end; isolation: isolate; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -2; object-fit: cover; object-position: 68% center; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(242,237,228,.99) 0%, rgba(242,237,228,.91) 66%, rgba(242,237,228,.26) 100%); }
.hero-content { padding: 124px 0 58px; }
.hero-content .eyebrow { color: var(--brown); }
.hero-content h1 span, .hero-content h1 em { display: block; }
.hero-content h1 span:nth-child(2) { color: #4b4139; }
.hero-content h1 em { margin-top: 5px; color: var(--amber); font-style: italic; }
.hero-copy { max-width: 610px; margin-bottom: 30px; color: #504740; font-size: 1rem; }
.trust-line { max-width: 660px; margin: 26px 0 0; color: #5e554e; font-size: .72rem; }
.hero-scroll { display: none; }

.trade-rail { border-top: 1px solid rgba(75,46,35,.12); border-bottom: 1px solid rgba(75,46,35,.12); background: #24201c; color: #f8f2e9; }
.trade-rail-inner { display: grid; }
.trade-rail p { display: flex; margin: 0; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.11); align-items: center; gap: 15px; font-size: .68rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.trade-rail p:last-child { border-bottom: 0; }
.trade-rail span { color: #d99551; font-family: var(--serif); font-size: .95rem; }

.availability-section { background: var(--sand); }
.availability-grid { display: grid; gap: 12px; }
.supply-card { position: relative; overflow: hidden; padding: 26px 20px; border: 1px solid #d0c3b3; background: rgba(251, 248, 242, .8); box-shadow: 0 16px 35px rgba(68, 45, 31, .045); }
.supply-card::after { position: absolute; top: 0; right: 0; width: 78px; height: 3px; background: var(--amber); content: ""; }
.supply-card-top { display: flex; margin-bottom: 38px; align-items: center; justify-content: space-between; color: var(--muted); font-size: .65rem; }
.availability-status { display: inline-flex; align-items: center; gap: 7px; }
.availability-status::before { width: 6px; height: 6px; border-radius: 50%; background: var(--sage-dark); content: ""; }
.card-kicker { margin-bottom: 7px; color: var(--amber); font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.supply-card h3 { margin-bottom: 14px; font-size: 2.8rem; }
.supply-card > p:not(.card-kicker) { color: var(--muted); }
.supply-card dl { margin: 26px 0; border-top: 1px solid var(--border); }
.supply-card dl div { display: grid; padding: 11px 0; border-bottom: 1px solid var(--border); grid-template-columns: 120px 1fr; gap: 12px; }
.supply-card dt { color: var(--muted); font-size: .59rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.supply-card dd { margin: 0; font-size: .75rem; }
.catalogue-disclaimer { margin-top: 18px; padding: 20px 22px; border-left: 3px solid var(--amber); background: rgba(252, 250, 246, .62); }
.catalogue-disclaimer strong { display: block; margin-bottom: 8px; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-disclaimer p { margin: 0; color: #5d544c; font-size: .78rem; }

.product-section { padding-bottom: 0; }
.product-detail { display: grid; gap: 38px; }
.product-photo { margin: 0; }
.product-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.product-photo p { margin: 9px 0 0; color: var(--muted); font-size: .61rem; }
.product-copy h2 em { display: block; color: var(--brown); }
.product-lead { color: var(--muted); font-size: 1rem; }
.product-specs { margin: 30px 0; border-top: 1px solid var(--border); }
.product-specs div { display: grid; padding: 12px 0; border-bottom: 1px solid var(--border); grid-template-columns: 115px 1fr; gap: 14px; }
.product-specs dt { color: var(--muted); font-size: .61rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.product-specs dd { margin: 0; font-size: .78rem; }
.sample-line { padding: 17px 19px; border-left: 3px solid var(--sage-dark); background: #e8ebe3; color: #455041; font-size: .78rem; }
.verification-strip { display: grid; margin: 26px 0 30px; border-top: 1px solid var(--border); }
.verification-strip p { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--border); color: var(--muted); font-size: .75rem; }
.verification-strip span { display: block; margin-bottom: 3px; color: var(--brown); font-size: .61rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.myrrh-detail { margin-top: 84px; padding: 72px 0; background: #26201c; color: #fffaf3; }
.myrrh-intro { display: grid; margin-bottom: 38px; gap: 18px; }
.myrrh-intro .eyebrow { color: #dba266; }
.myrrh-intro p { color: rgba(255, 250, 243, .68); }
.myrrh-intro strong { color: #fffaf3; }
.myrrh-overview { margin: 0 0 18px; }
.myrrh-overview img { width: 100%; max-height: 420px; object-fit: cover; object-position: center 55%; }
.myrrh-overview figcaption { padding-top: 9px; color: rgba(255, 250, 243, .48); font-size: .62rem; }
.myrrh-form-grid { display: grid; gap: 10px; }
.myrrh-form { background: #f8f2e9; color: var(--text); }
.myrrh-form img { width: 100%; max-height: 245px; aspect-ratio: 5 / 4; object-fit: cover; }
.myrrh-form > div { padding: 23px 19px 26px; }
.myrrh-form > div > span { color: var(--amber); font-size: .61rem; font-weight: 600; letter-spacing: .12em; }
.myrrh-form h3 { margin: 10px 0 13px; font-size: 2.25rem; }
.myrrh-form p { color: var(--muted); font-size: .77rem; }
.myrrh-form .use-note { margin: 20px 0 0; padding-top: 14px; border-top: 1px solid var(--border); color: var(--brown); font-weight: 600; }
.myrrh-footer { display: grid; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); gap: 18px; }
.myrrh-footer p { margin: 0; color: rgba(255,250,243,.68); }
.myrrh-footer .button { background: #f8f2e9; color: var(--brown); }

.process-section { background: var(--brown); color: #fffdfa; }
.process-section .eyebrow { color: #dda66f; }
.process-list { display: grid; margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: #dda66f; font-size: .66rem; letter-spacing: .12em; }
.process-list h3 { margin: 32px 0 12px; font-size: 2rem; }
.process-list p { margin: 0; color: rgba(255,255,255,.64); font-size: .77rem; }

.origin-section { background: #e5e5dc; }
.origin-grid { display: grid; gap: 44px; align-items: center; }
.origin-copy > p:not(.eyebrow) { color: var(--muted); }
.record-panel { padding: 26px 20px; border: 1px solid #c9c8bd; background: var(--surface); }
.record-panel header { display: flex; padding-bottom: 20px; border-bottom: 2px solid var(--brown); align-items: flex-end; justify-content: space-between; gap: 20px; }
.record-panel header span { color: var(--amber); font-family: var(--serif); font-size: 1.35rem; }
.record-panel header strong { font-size: .61rem; letter-spacing: .09em; text-transform: uppercase; }
.record-panel dl { display: grid; margin: 15px 0; }
.record-panel dl div { padding: 10px 0; border-bottom: 1px solid var(--border); }
.record-panel dt { color: var(--muted); font-size: .57rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.record-panel dd { margin: 2px 0 0; font-size: .74rem; }
.record-panel footer { padding-top: 8px; color: var(--muted); font-size: .57rem; letter-spacing: .07em; text-transform: uppercase; }

.samples-section { background: var(--surface); }
.samples-grid { display: grid; gap: 44px; }
.samples-copy > p:not(.eyebrow) { color: var(--muted); }
.sample-options ul { margin: 0 0 28px; padding: 0; border-top: 1px solid var(--border); list-style: none; }
.sample-options li { position: relative; padding: 12px 0 12px 22px; border-bottom: 1px solid var(--border); font-size: .79rem; }
.sample-options li::before { position: absolute; top: 22px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--sage-dark); content: ""; }
.commercial-note { padding: 22px; background: var(--brown); color: #fffdfa; }
.commercial-note p { margin: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.3; }
.testing-note { margin: 20px 0 0; color: var(--muted); font-size: .72rem; }

.enquiry-section { background: var(--background); }
.enquiry-section-priority { position: relative; overflow: hidden; background: #f8f3eb; }
.enquiry-section-priority::before { position: absolute; top: 0; right: 0; width: 42%; height: 100%; background: linear-gradient(180deg, rgba(189,118,46,.06), transparent 70%); content: ""; pointer-events: none; }
.enquiry-grid { display: grid; gap: 44px; align-items: start; }
.enquiry-intro > p:not(.eyebrow) { color: var(--muted); }
.contact-list { margin-top: 36px; border-top: 1px solid var(--border); }
.contact-list > div { padding: 13px 0; border-bottom: 1px solid var(--border); }
.contact-list span { display: block; margin-bottom: 3px; color: var(--muted); font-size: .59rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact-list a, .contact-list p { margin: 0; font-family: var(--serif); font-size: 1.25rem; }
.enquiry-proof { display: flex; margin: 27px 0 0; flex-wrap: wrap; gap: 8px; }
.enquiry-proof span { padding: 7px 11px; border: 1px solid #cfc3b5; border-radius: 999px; color: var(--brown); font-size: .58rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.buyer-form { position: relative; padding: 24px 18px; border: 1px solid #cfc3b5; background: rgba(255,253,249,.94); box-shadow: 0 28px 70px rgba(70,44,29,.09); }
.form-grid { display: grid; margin-bottom: 26px; gap: 18px; }
.field { display: flex; flex-direction: column; }
.field label { margin-bottom: 6px; color: #574e47; font-size: .7rem; font-weight: 600; }
.field label span { color: var(--amber); }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 11px 12px; border: 1px solid #cdc3b6; border-radius: 4px; background: #fffdfa; color: var(--text); }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--amber); outline: 0; box-shadow: 0 0 0 3px rgba(185,120,55,.12); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .consent input[aria-invalid="true"] { border-color: #a84d3d; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #5a514a; font-size: .7rem; cursor: pointer; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--brown); }
.form-method { margin: 18px 0 0; color: var(--muted); font-size: .66rem; }
.form-message { display: none; margin: 15px 0 0; padding: 13px 15px; border-left: 3px solid var(--sage-dark); background: #e8ece5; color: #42503f; font-size: .75rem; }
.form-message.is-visible { display: block; }
.form-message.is-error { border-color: #a84d3d; background: #f5e8e4; color: #7b3428; }

.site-footer { padding: 70px 0 30px; background: var(--text); color: #fffdfa; }
.footer-grid { display: grid; gap: 44px; }
.brand-light > span { color: #fffdfa; }
.brand-light > span > span { color: #d99a5e; }
.footer-brand .brand { margin-bottom: 22px; }
.footer-brand p, .footer-note p { max-width: 390px; color: rgba(255,255,255,.58); font-size: .73rem; }
.footer-brand > a:last-child { color: #dec4aa; font-size: .76rem; }
.footer-nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 18px; }
.footer-nav a { color: rgba(255,255,255,.76); font-size: .72rem; }
.footer-nav a:hover { color: #dec4aa; }
.footer-note p:last-child { margin-bottom: 0; }

.legal-page .site-header { background: rgba(245,241,233,.98); box-shadow: 0 1px 0 rgba(86,55,42,.1); }
.legal-nav { display: flex; align-items: center; gap: 15px; }
.legal-nav > a:not(.button) { display: none; font-size: .72rem; }
.legal-main { min-height: calc(100vh - 260px); padding: 130px 0 90px; }
.legal-main article { max-width: 800px; }
.legal-main h1 { font-size: clamp(3.5rem, 10vw, 5.7rem); }
.legal-main h2 { margin-top: 45px; font-size: 2.2rem; }
.legal-main p, .legal-main li { color: #5d544c; }
.legal-main ul { padding-left: 20px; }
.legal-updated { margin-bottom: 34px; color: var(--muted); font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }

@media (min-width: 760px) {
  body { font-size: 16px; }
  .container, .nav-shell { width: min(calc(100% - 48px), var(--container)); }
  .section { padding: 96px 0; }
  .button-row { display: flex; flex-wrap: wrap; }
  .trade-rail-inner { grid-template-columns: repeat(3, 1fr); }
  .trade-rail p { padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 0; justify-content: center; }
  .trade-rail p:first-child { padding-left: 0; justify-content: flex-start; }
  .trade-rail p:last-child { padding-right: 0; border-right: 0; justify-content: flex-end; }
  .section-heading-row { display: grid; max-width: none; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
  .section-heading-row h2 { margin: 0; }
  .availability-grid { grid-template-columns: repeat(2, 1fr); }
  .supply-card { padding: 34px; }
  .product-detail { grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
  .product-photo { position: sticky; top: 100px; }
  .verification-strip { grid-template-columns: repeat(2, 1fr); }
  .verification-strip p:first-child { padding-right: 24px; border-right: 1px solid var(--border); }
  .verification-strip p:last-child { padding-left: 24px; }
  .myrrh-intro { grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
  .myrrh-form-grid { grid-template-columns: repeat(3, 1fr); }
  .myrrh-footer { grid-template-columns: 1fr auto; align-items: center; }
  .process-list { grid-template-columns: repeat(5, 1fr); }
  .process-list li { min-height: 310px; padding: 20px 20px 24px; border-right: 1px solid rgba(255,255,255,.15); }
  .process-list li:last-child { border-right: 0; }
  .process-list h3 { margin-top: 95px; }
  .origin-grid, .samples-grid, .enquiry-grid { grid-template-columns: .8fr 1.2fr; gap: 70px; }
  .record-panel { padding: 36px; }
  .record-panel dl { grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
  .form-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
  .field-full { grid-column: 1 / -1; }
  .buyer-form { padding: 38px; }
  .footer-grid { grid-template-columns: 1fr .9fr .65fr; gap: 60px; }
  .legal-nav > a:not(.button) { display: inline; }
}

@media (min-width: 900px) {
  .myrrh-detail { margin-top: 105px; padding: 48px 0; }
  .myrrh-detail > .container { display: grid; grid-template-columns: .95fr 1.05fr; gap: 16px 26px; align-items: start; }
  .myrrh-intro { grid-column: 1 / -1; margin-bottom: 0; grid-template-columns: .82fr 1.18fr; gap: 52px; }
  .myrrh-intro h2 { max-width: 540px; margin-bottom: 0; font-size: 3.8rem; }
  .myrrh-intro p { margin-bottom: 7px; font-size: .78rem; line-height: 1.42; }
  .myrrh-overview { grid-column: 1; margin: 0; }
  .myrrh-overview img { height: 340px; max-height: none; }
  .myrrh-form-grid { grid-column: 2; grid-template-columns: 1fr; gap: 9px; }
  .myrrh-form { display: grid; min-height: 105px; grid-template-columns: 122px 1fr; }
  .myrrh-form img { width: 122px; height: 100%; min-height: 105px; max-height: none; aspect-ratio: auto; }
  .myrrh-form > div { padding: 10px 14px; }
  .myrrh-form h3 { margin: 3px 0 4px; font-size: 1.35rem; }
  .myrrh-form p { margin-bottom: 2px; font-size: .61rem; line-height: 1.32; }
  .myrrh-form .use-note { margin-top: 5px; padding-top: 5px; }
  .myrrh-footer { grid-column: 1 / -1; margin-top: 3px; padding-top: 13px; }
  .myrrh-footer p { font-size: .72rem; }
}

@media (min-width: 1080px) {
  .site-header { height: 82px; }
  .menu-toggle { display: none; }
  .primary-nav { position: static; display: flex; padding: 0; border: 0; background: transparent; box-shadow: none; align-items: center; gap: clamp(17px, 1.6vw, 27px); }
  .primary-nav > a:not(.nav-cta) { padding: 0; border: 0; font-size: .72rem; }
  .nav-cta { margin: 0 0 0 4px; }
  .hero { min-height: min(860px, 88svh); align-items: center; }
  .hero-image { object-position: center; }
  .hero-shade { background: linear-gradient(90deg, rgba(242,237,228,.99) 0%, rgba(242,237,228,.87) 38%, rgba(242,237,228,.24) 64%, transparent 78%); }
  .hero-content { padding: 110px 0 70px; }
  .hero-content h1 { max-width: 850px; font-size: clamp(4.3rem, 5.8vw, 5.9rem); }
  .hero-copy { font-size: 1.05rem; }
  .hero-scroll { position: absolute; bottom: 25px; left: 50%; display: flex; transform: translateX(-50%); align-items: center; gap: 10px; color: #514941; font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
  .hero-scroll span { width: 28px; height: 1px; background: currentColor; }
  .supply-card { padding: 43px; }
  .product-detail { grid-template-columns: .82fr 1.18fr; gap: 95px; }
  .origin-grid, .samples-grid, .enquiry-grid { gap: 110px; }
  .enquiry-intro { position: sticky; top: 110px; }
}

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