:root {
  --blush: #f7e5e4;
  --blush-deep: #e7bfc3;
  --rose: #c9959c;
  --charcoal: #262525;
  --charcoal-soft: #343131;
  --gold: #c59a45;
  --gold-light: #e1c882;
  --cream: #fffaf6;
  --white: #ffffff;
  --ink: #292526;
  --muted: #756d6c;
  --border: #eadfda;
  --shadow: 0 22px 60px rgba(75, 49, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.hero-copy, .hero-art, .frequency-copy, .frequency-list, .about-copy, .about-visual, .contact-details, .quote-form, .gift-section > *, .split-heading > * { min-width: 0; }
section[id] { scroll-margin-top: 92px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  height: 88px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(197,154,69,.2);
  backdrop-filter: blur(12px);
}
.header-logo { width: 82px; height: 70px; overflow: hidden; }
.header-logo img { width: 100%; height: 100%; object-fit: cover; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.site-nav > a:not(.button) {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  transition: color .2s ease;
}
.site-nav > a:not(.button):hover { color: var(--gold); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; }
.button-dark { background: var(--charcoal); color: var(--white); }
.button-outline { border-color: var(--charcoal); background: transparent; }
.button-light { background: var(--white); color: var(--charcoal); }
.button-gold { background: var(--gold); color: var(--white); width: 100%; }

.hero {
  min-height: calc(100vh - 88px);
  padding: clamp(70px, 9vw, 135px) clamp(22px, 7vw, 110px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(45px, 8vw, 120px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,255,255,.8) 0 8%, transparent 8.2%),
    linear-gradient(112deg, var(--cream) 0 51%, var(--blush) 51% 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -250px;
  bottom: -250px;
  border: 1px solid rgba(197,154,69,.35);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(197,154,69,.05), 0 0 0 90px rgba(197,154,69,.04);
}
.hero-copy, .hero-art { position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  font-weight: 400;
}
h1 { font-size: clamp(46px, 5.7vw, 84px); letter-spacing: -.045em; }
h2 { font-size: clamp(40px, 4.7vw, 68px); letter-spacing: -.035em; }
h1 em, h2 em {
  color: var(--rose);
  font-weight: 400;
}
.script {
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-style: italic;
}
.hero-intro { max-width: 620px; color: var(--muted); font-size: 16px; }
.mission-line {
  margin: 28px 0 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.mission-line span { display: inline-block; width: 36px; height: 1px; background: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-art { min-height: 540px; display: grid; place-items: center; }
.logo-frame {
  width: min(440px, 80%);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: white;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}
.logo-frame img { width: 100%; height: 100%; object-fit: cover; }
.gold-orbit { position: absolute; border: 1px solid rgba(197,154,69,.48); border-radius: 50%; }
.orbit-one { width: min(520px, 93%); aspect-ratio: 1; transform: rotate(-8deg); }
.orbit-two { width: min(570px, 102%); aspect-ratio: 1; border-style: dashed; transform: rotate(15deg); }
.hero-note {
  position: absolute;
  right: 2%;
  bottom: 7%;
  z-index: 3;
  padding: 17px 22px;
  display: flex;
  flex-direction: column;
  background: var(--charcoal);
  color: var(--white);
  box-shadow: var(--shadow);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-note .script { color: var(--blush-deep); font-size: 22px; letter-spacing: 0; text-transform: none; }
.hero-flower { position: absolute; color: rgba(197,154,69,.25); font-size: 70px; }
.hero-flower-one { top: 12%; left: 47%; transform: rotate(-18deg); }
.hero-flower-two { bottom: 8%; right: -12px; font-size: 120px; color: rgba(255,255,255,.6); }

.market-strip {
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 4vw, 60px);
  background: var(--charcoal);
  color: var(--blush-deep);
  font-size: clamp(10px, 1.4vw, 13px);
  letter-spacing: .3em;
  text-transform: uppercase;
}
.market-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.section { padding: clamp(80px, 10vw, 145px) clamp(22px, 7vw, 110px); }
.section-heading { margin-bottom: 56px; }
.section-heading.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading > p:last-child { max-width: 580px; margin-inline: auto; color: var(--muted); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
}
.service-card {
  grid-column: span 2;
  min-height: 300px;
  padding: 32px;
  border: 1px solid var(--border);
  background: var(--white);
  position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--blush); border-color: transparent; }
.service-number { position: absolute; top: 22px; right: 24px; color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.service-icon { margin-bottom: 44px; color: var(--gold); font-size: 30px; }
.service-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }

.frequency-section {
  padding: clamp(80px, 9vw, 130px) clamp(22px, 9vw, 150px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 10vw, 150px);
  background: var(--charcoal);
  color: var(--white);
}
.eyebrow-light { color: var(--blush-deep); }
.frequency-copy p:not(.eyebrow) { max-width: 500px; color: #bdb5b3; }
.text-link { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.text-link span { padding-left: 10px; font-size: 18px; }
.frequency-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; }
.frequency-list > div {
  min-height: 145px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: solid rgba(255,255,255,.13);
  border-width: 0 0 1px 1px;
}
.frequency-list > div:nth-child(even) { border-right-width: 1px; }
.frequency-list > div:nth-child(-n+2) { border-top-width: 1px; }
.frequency-list span { color: var(--blush-deep); font-family: Georgia, serif; font-size: 48px; font-style: italic; }
.frequency-list p { margin: 0; font-family: Georgia, serif; font-size: clamp(22px, 2.3vw, 32px); }
.frequency-list small { display: block; margin-bottom: 3px; color: var(--gold-light); font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 10vw, 145px); }
.about-visual { min-height: 610px; position: relative; display: grid; place-items: center; background: var(--blush); }
.about-visual::before, .about-visual::after {
  content: "✿";
  position: absolute;
  color: rgba(197,154,69,.3);
  font-size: 80px;
}
.about-visual::before { top: 4%; left: 4%; }
.about-visual::after { right: 4%; bottom: 4%; transform: rotate(35deg); }
.about-arch {
  width: 72%;
  height: 78%;
  overflow: hidden;
  border-radius: 50% 50% 4px 4px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.about-arch img { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  bottom: 8%;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--white);
  box-shadow: 0 0 0 8px var(--blush), 0 0 0 9px var(--gold);
  text-transform: uppercase;
}
.about-badge strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.about-badge span { color: var(--gold-light); font-size: 8px; letter-spacing: .25em; }
.about-copy .lead { color: var(--ink); font-family: Georgia, serif; font-size: 20px; line-height: 1.7; }
.about-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.mission-card { margin-top: 35px; padding: 22px 0 22px 26px; border-left: 2px solid var(--gold); }
.mission-card span { display: block; color: var(--gold); font-size: 9px; letter-spacing: .25em; text-transform: uppercase; }
.mission-card strong { display: block; margin-top: 6px; font-family: Georgia, serif; font-size: 18px; font-weight: 400; }

.gift-section {
  margin: 0 clamp(22px, 7vw, 110px);
  padding: clamp(46px, 6vw, 82px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(30px, 5vw, 75px);
  align-items: center;
  position: relative;
  overflow: hidden;
  background: var(--blush);
}
.gift-section::after {
  content: "";
  width: 320px;
  height: 320px;
  position: absolute;
  right: -130px;
  top: -160px;
  border: 1px solid rgba(197,154,69,.5);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(197,154,69,.07), 0 0 0 50px rgba(197,154,69,.05);
}
.gift-mark { width: 115px; height: 115px; display: flex; align-items: center; justify-content: center; gap: 1px; border: 1px solid var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 42px; }
.gift-mark span { color: var(--rose); font-style: italic; }
.gift-copy { position: relative; z-index: 1; min-width: 0; }
.gift-section h2 { margin-bottom: 12px; font-size: clamp(34px, 4vw, 56px); }
.gift-section p:last-child { max-width: 690px; margin-bottom: 0; color: var(--muted); }
.gift-section .button { position: relative; z-index: 2; }
.gift-section .button-light { box-shadow: var(--shadow); }

.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 400px; margin: 0; color: var(--muted); font-size: 12px; }
.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; gap: 18px; }
.gallery-grid figure { margin: 0; min-height: 350px; overflow: hidden; position: relative; background: var(--blush); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-brand-card { grid-row: span 2; }
.gallery-grid figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 15px;
  background: rgba(38,37,37,.88);
  color: var(--white);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-section {
  padding: clamp(85px, 10vw, 145px) clamp(22px, 9vw, 150px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(50px, 10vw, 150px);
  background: var(--charcoal);
  color: var(--white);
}
.contact-details > p:not(.eyebrow) { color: #bdb5b3; }
.contact-list { margin: 38px 0; display: grid; gap: 12px; }
.contact-list a { min-width: 0; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-list span { display: block; color: var(--gold-light); font-size: 8px; letter-spacing: .25em; text-transform: uppercase; }
.contact-list strong { display: block; overflow-wrap: anywhere; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.quote-form { padding: clamp(28px, 5vw, 60px); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.form-business-info { margin-bottom: 34px; padding: 0 0 24px; border-bottom: 1px solid var(--border); }
.form-business-info > span { display: block; margin-bottom: 7px; color: var(--gold); font-size: 8px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.form-business-info > strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.form-business-info p { margin-bottom: 12px; color: var(--muted); font-size: 11px; }
.form-business-info a { overflow-wrap: anywhere; color: var(--ink); font-size: 12px; font-weight: 700; }
.form-business-info div { margin-top: 8px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.form-business-info i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.quote-form label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, select, textarea { width: 100%; padding: 13px 0; border: solid var(--border); border-width: 0 0 1px; border-radius: 0; background: transparent; color: var(--ink); outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
.privacy-note { margin: 15px 0 0; padding: 14px; border-left: 2px solid var(--gold); background: var(--cream); color: var(--muted); font-size: 10px; line-height: 1.6; }
.privacy-note strong { color: var(--ink); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

footer {
  padding: 38px clamp(22px, 7vw, 110px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--border);
}
.footer-logo { width: 82px; height: 70px; overflow: hidden; }
.footer-logo img { width: 100%; height: 100%; object-fit: cover; }
footer p { margin: 0; font-family: Georgia, serif; font-size: 13px; }
footer p span { color: var(--muted); font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: flex; gap: 24px; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--border); color: var(--muted); text-align: center; }

@media (max-width: 980px) {
  section[id] { scroll-margin-top: 80px; }
  .site-header { height: 76px; padding-inline: 20px; }
  .header-logo { width: 68px; height: 60px; }
  .menu-toggle {
    width: 48px; height: 48px; padding: 12px; display: grid; align-content: center; gap: 5px; position: relative; z-index: 2; border: 0; background: transparent; cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: var(--charcoal); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav {
    max-height: calc(100vh - 76px);
    padding: 24px 20px calc(24px + env(safe-area-inset-bottom));
    display: none;
    align-items: stretch;
    position: absolute;
    top: 76px; left: 0; right: 0;
    overflow-y: auto;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: grid; gap: 8px; }
  .site-nav > a:not(.button) { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--border); }
  .site-nav .button { margin-top: 8px; width: 100%; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-art { width: min(620px, 100%); min-height: 490px; margin-inline: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card, .service-card:nth-child(4) { grid-column: auto; }
  .service-card:last-child { grid-column: 1 / -1; }
  .frequency-section, .about-section, .contact-section { grid-template-columns: 1fr; }
  .frequency-list { max-width: 700px; width: 100%; }
  .about-visual { min-height: 520px; }
  .gift-section { grid-template-columns: auto 1fr; }
  .gift-section .button { grid-column: 1 / -1; justify-self: start; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .section, .frequency-section, .contact-section { padding: 64px 18px; }
  .section-heading { margin-bottom: 36px; }
  .eyebrow { margin-bottom: 12px; letter-spacing: .24em; }
  h1 { font-size: clamp(36px, 11.5vw, 46px); line-height: 1.08; overflow-wrap: normal; }
  h2 { font-size: clamp(34px, 10.5vw, 39px); line-height: 1.1; }
  .hero { padding: 52px 18px 58px; gap: 30px; background: linear-gradient(160deg, var(--cream) 0 55%, var(--blush) 55% 100%); }
  .hero-intro { font-size: 15px; }
  .mission-line { margin: 22px 0 26px; align-items: flex-start; font-size: 10px; letter-spacing: .12em; }
  .mission-line span { flex: 0 0 24px; margin-top: 8px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: auto; aspect-ratio: 1 / 1.05; margin-top: 0; overflow: hidden; }
  .logo-frame { width: 74%; }
  .orbit-one { width: 84%; }
  .orbit-two { width: 91%; }
  .hero-note { right: 0; bottom: 0; padding: 12px 15px; }
  .hero-note .script { font-size: 18px; }
  .hero-flower-one { display: none; }
  .hero-flower-two { right: 0; font-size: 80px; }
  .market-strip { padding: 18px 14px; display: grid; grid-template-columns: 1fr 4px 1fr; gap: 8px 12px; text-align: center; }
  .market-strip span { letter-spacing: .14em; }
  .market-strip i:nth-of-type(2) { display: none; }
  .service-grid, .frequency-list, .gallery-grid, .form-row { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 0; padding: 28px 24px; }
  .service-icon { margin-bottom: 28px; }
  .frequency-section { gap: 38px; }
  .frequency-list > div { min-height: 100px; padding: 18px 20px; border-width: 0 1px 1px; }
  .frequency-list > div:first-child { border-top-width: 1px; }
  .about-section { gap: 42px; }
  .about-visual { min-height: auto; aspect-ratio: 1 / 1.08; }
  .about-arch { width: 76%; height: 76%; }
  .about-badge { width: 86px; height: 86px; right: 3%; bottom: 6%; }
  .about-badge strong { font-size: 18px; }
  .about-copy .lead { font-size: 18px; line-height: 1.55; }
  .mission-card { margin-top: 26px; padding: 16px 0 16px 18px; }
  .gift-section {
    width: auto;
    max-width: calc(100% - 36px);
    margin: 0 auto;
    padding: 34px 22px;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .gift-section::after {
    width: 150px;
    height: 150px;
    right: -62px;
    top: -58px;
    opacity: .32;
    box-shadow: 0 0 0 14px rgba(197,154,69,.04);
  }
  .gift-mark { display: none; }
  .gift-copy { width: 100%; max-width: 100%; }
  .gift-section h2 {
    margin-bottom: 14px;
    font-size: clamp(29px, 8.2vw, 35px);
    line-height: 1.08;
    letter-spacing: -.025em;
  }
  .gift-section h2 em { display: block; }
  .gift-section .eyebrow { margin-top: 0; font-size: 9px; letter-spacing: .2em; }
  .gift-section p:last-child { font-size: 15px; line-height: 1.65; }
  .gift-section .button { width: 100%; justify-self: stretch; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 20px; }
  .gallery-brand-card { grid-row: auto; }
  .gallery-grid figure { min-height: 0; aspect-ratio: 1; }
  .contact-section { gap: 38px; }
  .contact-list { margin: 28px 0 0; }
  .contact-list a { min-height: 64px; padding: 12px 0; }
  .contact-list strong { font-size: clamp(16px, 5.1vw, 20px); }
  .quote-form { padding: 26px 18px; }
  .form-business-info { margin-bottom: 28px; }
  .form-business-info > strong { font-size: 18px; }
  .form-business-info a { min-height: 36px; display: inline-flex; align-items: center; }
  .quote-form label { font-size: 9px; }
  input, select, textarea { min-height: 48px; padding: 12px 0; font-size: 16px; }
  textarea { min-height: 120px; }
  .button { min-height: 52px; padding-inline: 18px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 380px) {
  .section, .frequency-section, .contact-section { padding-inline: 15px; }
  .hero { padding-inline: 15px; }
  h1 { font-size: 34px; }
  h2 { font-size: 32px; }
  .gift-section { max-width: calc(100% - 30px); padding-inline: 20px; }
  .hero-note { font-size: 8px; }
}

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