/* ============================================================
   Duxelina opt-in homepage — page CSS (full polish)
   Loaded conditionally for page ID 16 via duxelina-page.php
   ============================================================ */

/* --- Body base: Inter stylistic sets, line-height, smoothing --- */
body.page-id-16,
body.home {
    font-feature-settings: "ss01", "cv11";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.7;
}

body.page-id-16 ::selection,
body.home ::selection { background: #C8EFE0; color: #1F2937; }

body.page-id-16 :where(button, a, input, select, textarea):focus-visible,
body.home :where(button, a, input, select, textarea):focus-visible {
    outline: 2px solid #4FB592;
    outline-offset: 3px;
    border-radius: 6px;
}

/* ============================================================
   HERO
   ============================================================ */

.dux-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: 90vh;
}

/* Decorative blurred gradient blobs */
.dux-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle at 30% 30%, rgba(200, 239, 224, 0.55), transparent 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}
.dux-hero::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -120px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle at 70% 30%, rgba(252, 224, 224, 0.55), transparent 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

/* Yellow blob: bottom center via fixed-position child container */
.dux-hero-blob-yellow {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 320px;
    background: radial-gradient(ellipse at 50% 100%, rgba(255, 216, 77, 0.35), transparent 70%);
    filter: blur(60px);
    z-index: 0;
    pointer-events: none;
}

.dux-hero > * { position: relative; z-index: 1; }

/* Hero eyebrow line + label */
.dux-eyebrow-row { align-items: center; }
.e-div-block.dux-eyebrow-line, .dux-eyebrow-line { width: 32px !important; min-width: 32px !important; max-width: 32px !important; height: 1px !important; min-height: 1px !important; background: rgba(101,112,126,0.5) !important; flex: 0 0 32px !important; padding: 0 !important; }

/* Hero polaroid stack */
.dux-hero-right { position: relative; padding: 32px 0; }
.dux-polaroid {
    position: relative;
    transform: rotate(0.5deg);
    transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 320ms ease;
    box-shadow:
        0 2px 1px rgba(31,41,55,0.06),
        0 18px 28px -14px rgba(31,41,55,0.28),
        0 36px 60px -24px rgba(31,41,55,0.18);
}
.dux-polaroid:hover {
    transform: rotate(1.5deg) translateY(-4px);
}

/* Backing cards behind hero polaroid */
.dux-hero-backing-mint,
.dux-hero-backing-pink {
    position: absolute;
    z-index: -1;
    top: 32px;
    left: 50%;
    width: 100%;
    max-width: 480px;
    height: 480px;
    border-radius: 32px;
}
.dux-hero-backing-mint {
    transform: translateX(-50%) rotate(-2.5deg) translateY(3px);
    background: rgba(200, 239, 224, 0.55);
    box-shadow: inset 0 0 0 1px rgba(125, 211, 181, 0.25);
}
.dux-hero-backing-pink {
    transform: translateX(-50%) rotate(2.5deg) translateY(-1px);
    background: rgba(252, 224, 224, 0.7);
    box-shadow: inset 0 0 0 1px rgba(31, 41, 55, 0.05);
}

/* Polaroid stamp */
.dux-polaroid-stamp {
    position: absolute !important;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    border: 1px solid #E5E0D6;
    border-radius: 999px;
    padding: 4px 12px !important;
    font-size: 10px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #65707E !important;
    z-index: 2;
}

/* Caveat "01" easter egg */
.dux-polaroid-num {
    position: absolute !important;
    top: 8px !important;
    left: 12px !important;
    font-family: "Caveat", cursive !important;
    font-style: italic !important;
    font-size: 18px !important;
    color: rgba(31, 41, 55, 0.4) !important;
    z-index: 2;
}

/* Floating stickers */
.dux-sticker-yellow,
.dux-sticker-pink {
    position: absolute;
    z-index: 2;
    border: 1px solid #E5E0D6;
}
.dux-sticker-yellow {
    top: 56px;
    left: 8px;
    width: 44px;
    height: 44px;
    background: #FFD84D;
    border-radius: 14px;
    transform: rotate(12deg);
    animation: duxelina-flower-wiggle 4s ease-in-out infinite;
}
.dux-sticker-pink {
    top: 110px;
    right: 8px;
    width: 36px;
    height: 36px;
    background: #FCE0E0;
    border-radius: 50%;
    transform: rotate(-12deg);
}

/* Trust row dots */
.dux-trust-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* Polaroid caption: dotted top border */
.dux-polaroid-caption {
    background-image: radial-gradient(circle, #E5E0D6 1px, transparent 1.4px);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    background-position: 0 0;
}

/* ============================================================
   PREVIEW GRID
   ============================================================ */

.dux-preview-card {
    position: relative;
    overflow: visible;
}
.dux-preview-card .dux-preview-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}
.dux-preview-tag {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 10.5px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #65707E !important;
    margin-top: 8px !important;
}
.dux-preview-card-mint .dux-preview-tag-dot { background: #C8EFE0; }
.dux-preview-card-pink .dux-preview-tag-dot { background: #FCE0E0; }
.dux-preview-card-yellow .dux-preview-tag-dot { background: #FFD84D; }

.dux-preview-tag-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/* Card corner fold (top-right) */
.dux-corner-fold {
    position: relative;
}
.dux-corner-fold::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-bottom: 28px solid #FAF6EE;
    transition: border-width 220ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}
.dux-tilt:hover .dux-corner-fold::before { border-left-width: 36px; border-bottom-width: 36px; }

/* 3D tilt */
.dux-tilt {
    perspective: 800px;
    transform-style: preserve-3d;
    transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dux-tilt-inner {
    transform-style: preserve-3d;
    transition: transform 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   ANTI PITCH
   ============================================================ */

.dux-anti-card { position: relative; overflow: hidden; }
.dux-anti-num {
    position: absolute !important;
    top: 12px !important;
    right: 20px !important;
    font-family: "Fraunces", Georgia, serif !important;
    font-size: 64px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: rgba(31, 41, 55, 0.1) !important;
    pointer-events: none;
    margin: 0 !important;
}
.dux-anti-card .dux-anti-rule {
    width: 40px;
    height: 4px;
    background: rgba(31, 41, 55, 0.15);
    border-radius: 2px;
    margin-top: 8px;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1), background 300ms ease;
}
.dux-anti-card:hover .dux-anti-rule {
    width: 64px;
    background: rgba(31, 41, 55, 0.3);
}

/* ============================================================
   STEPS
   ============================================================ */

.dux-steps-grid { position: relative; }
.dux-step-line-svg {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    height: 60px;
    pointer-events: none;
    z-index: 0;
}
.dux-step-line-svg path {
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    transition: stroke-dashoffset 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.dux-step-line-svg.is-in-view path { stroke-dashoffset: 0; }
@media (max-width: 900px) { .dux-step-line-svg { display: none; } }
.dux-step { position: relative; z-index: 1; }
.dux-step-circle {
    box-shadow: 0 0 0 6px #FAF6EE;
    position: relative;
}
.dux-step-circle::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #7DD3B5;
    border-radius: 50%;
}
.dux-timer-badge {
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E5E0D6;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 10.5px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #65707E !important;
    margin-top: 12px !important;
    animation: duxelina-bob 3.2s ease-in-out infinite;
}

/* ============================================================
   HOW IT'S MADE
   ============================================================ */

.dux-how-right { position: relative; }
.dux-how-bullets {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}
.dux-how-bullets > div {
    background: #FAF6EE;
    border: 1px solid #E5E0D6;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14.5px;
    color: #1F2937;
    width: fit-content;
    line-height: 1.4;
}
.dux-how-coffee-ring {
    position: absolute;
    right: 32px;
    bottom: 96px;
    width: 48px;
    height: 48px;
    border: 3px solid rgba(252, 224, 224, 0.7);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* ============================================================
   FAQ
   ============================================================ */

.dux-faq-list .e-flexbox > h3 { cursor: pointer; user-select: none; }
.dux-faq-list h3::after {
    content: "→";
    float: right;
    color: #7DD3B5;
    transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-left: 12px;
}
.dux-faq-footer {
    text-align: center;
    font-size: 13.5px;
    color: #5F6975;
    margin-top: 24px;
}
.dux-faq-footer a {
    color: #1F2937;
    text-decoration: underline;
    text-decoration-color: #7DD3B5;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.dux-faq-footer a:hover { color: #4FB592; }

/* ============================================================
   FINAL CTA
   ============================================================ */

.dux-final-cta-section { position: relative; isolation: isolate; }
.dux-final-cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 680px;
    height: 460px;
    background: radial-gradient(ellipse at center, rgba(255, 216, 77, 0.45), transparent 65%);
    filter: blur(50px);
    z-index: -1;
    pointer-events: none;
}
.dux-final-cta-section::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 8%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(252, 224, 224, 0.55), transparent 70%);
    filter: blur(50px);
    z-index: -1;
    pointer-events: none;
}
@keyframes duxelina-gradient-drift {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}
.dux-final-cta-bg {
    background-image: linear-gradient(
        120deg,
        rgba(200, 239, 224, 0.55) 0%,
        rgba(255, 243, 196, 0.50) 35%,
        rgba(252, 224, 224, 0.50) 65%,
        rgba(200, 239, 224, 0.55) 100%
    );
    background-size: 200% 200%;
    animation: duxelina-gradient-drift 30s ease infinite;
}
.dux-final-polaroid {
    position: relative;
    transform: rotate(4deg);
    transition: transform 320ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 18px 28px -14px rgba(31,41,55,0.28), 0 36px 60px -24px rgba(31,41,55,0.18);
}
.dux-final-polaroid:hover { transform: rotate(4deg) translateY(-4px); }
.dux-washi-tape {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 80px;
    height: 20px;
    background: rgba(252, 224, 224, 0.75);
    border: 1px solid rgba(229, 224, 214, 0.4);
    transform: translateX(-50%) rotate(-4deg);
    box-shadow: 0 1px 4px rgba(31, 41, 55, 0.08);
    z-index: 2;
}

/* ============================================================
   FOOTER
   ============================================================ */

.dux-footer-right a {
    text-decoration: underline;
    text-decoration-color: #7DD3B5;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* ============================================================
   GRAIN OVERLAY
   ============================================================ */

.dux-grain { position: relative; isolation: isolate; }
.dux-grain::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
    mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.122 0 0 0 0 0.161 0 0 0 0 0.216 0 0 0 0.18 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.dux-grain > * { position: relative; z-index: 1; }

/* ============================================================
   ANIMATIONS
   ============================================================ */

@keyframes duxelina-breathe {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.015); }
}
.dux-breathe {
    animation: duxelina-breathe 3s ease-in-out infinite;
    transform-origin: 50% 90%;
}
@keyframes duxelina-flower-wiggle {
    0%, 100% { transform: rotate(-3deg); }
    50%      { transform: rotate(3deg); }
}
@keyframes duxelina-bob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-1.5px); }
}
@keyframes duxelina-pop {
    0%   { transform: scale(0); }
    60%  { transform: scale(1.08); }
    100% { transform: scale(1); }
}
.dux-pop-in { transform: scale(0); }
.dux-pop-in.is-in-view {
    animation: duxelina-pop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

/* Word fade-up reveal */
.dux-word { display: inline-block; opacity: 0; transform: translateY(14px); }
.dux-word.is-revealed {
    animation: duxelina-word-fade 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes duxelina-word-fade {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Italic emphasis on specific headline words (via JS-injected spans or class) */
.dux-italic {
    font-style: italic;
    font-weight: 300;
}
.dux-under-mint {
    background-image: linear-gradient(transparent 65%, rgba(125, 211, 181, 0.45) 65%);
    background-repeat: no-repeat;
}

/* CTA-focused vignette */
body.cta-focused > main > section:not(.dux-final-cta-section),
body.cta-focused > section:not(.dux-final-cta-section) {
    opacity: 0.85;
    pointer-events: none;
}
body > main > section,
body > section { transition: opacity 600ms ease; }

/* Card hover lift */
.dux-card-lift { transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); }
.dux-card-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 1px 0 rgba(31,41,55,0.05), 0 22px 40px -18px rgba(31,41,55,0.22);
}

/* ============================================================
   ELEMENTOR FORM POLISH (pill input + button)
   ============================================================ */

.elementor-form .elementor-form-fields-wrapper { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px; padding: 6px; background: #FFFFFF; border: 1px solid #E5E0D6; border-radius: 999px; box-shadow: 0 1px 0 rgba(31,41,55,0.04), 0 6px 24px -10px rgba(31,41,55,0.10); transition: box-shadow 220ms ease; max-width: 480px; margin: 0 auto; }
.elementor-form .elementor-form-fields-wrapper:focus-within { box-shadow: 0 1px 0 rgba(31,41,55,0.04), 0 8px 30px -12px rgba(31,41,55,0.18); }
.elementor-form .elementor-field-group { flex: 1 1 200px; margin: 0 !important; padding: 0 !important; }
.elementor-form .elementor-field-group label { display: none; }
.elementor-form input[type="email"] {
    width: 100%;
    border: 0 !important;
    background: transparent !important;
    padding: 12px 18px !important;
    font-size: 16px !important;
    color: #1F2937 !important;
    font-family: inherit !important;
    border-radius: 999px !important;
    height: auto !important;
    box-shadow: none !important;
}
.elementor-form input[type="email"]::placeholder { color: #65707E; }
.elementor-form input[type="email"]:focus { outline: none !important; box-shadow: none !important; }
.elementor-form .elementor-button {
    background: #C8EFE0 !important;
    color: #1F2937 !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 12px 24px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    box-shadow: 0 6px 18px -8px rgba(125, 211, 181, 0.65) !important;
    transition: transform 220ms ease, background 220ms ease !important;
    cursor: pointer;
    white-space: nowrap;
}
.elementor-form .elementor-button:hover {
    background: #7DD3B5 !important;
    transform: translateY(-2px) scale(1.02);
}
.elementor-form .elementor-button:active { transform: scale(0.98); }

.elementor-message { margin-top: 12px !important; font-size: 13px !important; color: #65707E !important; font-style: italic; }

/* Form success custom state */
.dux-form-success {
    display: none;
    margin-top: 12px;
    font-style: italic;
    color: #5F6975;
    font-size: 14px;
    text-align: center;
}
.elementor-form.dux-form-done .dux-form-success {
    display: block;
    animation: duxelina-word-fade 0.4s ease forwards;
}

/* ============================================================
   PETAL CASCADE
   ============================================================ */

.dux-petals { position: absolute; inset: 0; pointer-events: none; overflow: visible; z-index: 5; }
.dux-petal {
    position: absolute;
    top: 0;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50% 0 50% 50%;
    opacity: 0;
    transform: translate(-50%, 0) rotate(0deg);
    animation: duxelina-petal 1.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes duxelina-petal {
    0%   { opacity: 0; transform: translate(-50%, 0) rotate(0deg) scale(0.8); }
    20%  { opacity: 1; }
    100% { opacity: 0; transform: translate(calc(-50% + var(--dux-petal-x, 0px)), var(--dux-petal-y, 80px)) rotate(var(--dux-petal-rot, 240deg)) scale(0.6); }
}

/* ============================================================
   MOBILE STICKY CTA
   ============================================================ */

.dux-mobile-sticky {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 40;
    display: none;
    padding-bottom: env(safe-area-inset-bottom);
    transform: translateY(100%);
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dux-mobile-sticky.is-visible { transform: translateY(0); }
@media (max-width: 767px) {
    .dux-mobile-sticky { display: block; }
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

@media (max-width: 1023px) {
    .dux-hero-content { flex-direction: column !important; gap: 48px !important; }
    .dux-hero-left, .dux-hero-right { flex-basis: 100% !important; }
    .dux-how-row { gap: 32px !important; }
}
@media (max-width: 767px) {
    .dux-headline { font-size: 38px !important; }
    .dux-section h2 { font-size: 36px !important; }
    .dux-hero { padding-bottom: 64px !important; min-height: 0 !important; }
    .dux-hero::before, .dux-hero::after { width: 320px; height: 320px; }
    .dux-anti-num { font-size: 44px !important; }
    .dux-faq-list { padding: 8px 20px !important; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {
    .dux-breathe, .dux-bob, .dux-final-cta-bg,
    .dux-pop-in, .dux-pop-in.is-in-view,
    .dux-word, .dux-word.is-revealed,
    .dux-petal, .dux-sticker-yellow {
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
    .dux-step-line-svg path {
        stroke-dasharray: none;
        stroke-dashoffset: 0;
        transition: none;
    }
}


/* ============================================================
   POST-V2 POLISH
   ============================================================ */

/* Eyebrow line decorator for sections that don't have an explicit eyebrow row */
.dux-section .eyebrow::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 1px;
    background: rgba(101, 112, 126, 0.5);
    vertical-align: middle;
    margin-right: 12px;
}
.dux-eyebrow-row .eyebrow::before { display: none; }

/* Accordion (FAQ) — matches the Tailwind/Framer design */
.dux-faq .elementor-accordion {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #E5E0D6;
    border-radius: 24px;
    box-shadow: 0 1px 0 rgba(31,41,55,0.04), 0 6px 24px -10px rgba(31,41,55,0.10);
    overflow: hidden;
    padding: 8px 32px;
}
.dux-faq .elementor-accordion-item {
    border: 0 !important;
    border-top: 1px solid #E5E0D6 !important;
    background: transparent !important;
}
.dux-faq .elementor-accordion-item:first-child { border-top: 0 !important; }
.dux-faq .elementor-tab-title {
    background: transparent !important;
    color: #1F2937 !important;
    padding: 20px 0 !important;
    border: 0 !important;
    font-family: "Fraunces", Georgia, serif !important;
    font-size: 19px !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    cursor: pointer;
}
.dux-faq .elementor-tab-title:hover { background: rgba(200, 239, 224, 0.12) !important; }
.dux-faq .elementor-tab-title.elementor-active { color: #1F2937 !important; }
.dux-faq .elementor-accordion-icon {
    color: #7DD3B5 !important;
    font-size: 14px !important;
    transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.dux-faq .elementor-tab-title.elementor-active .elementor-accordion-icon { transform: rotate(180deg) !important; }
.dux-faq .elementor-tab-content {
    background: transparent !important;
    color: #5F6975 !important;
    padding: 0 0 20px 0 !important;
    border: 0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* AntiPitch hover-rule (small expanding line under card title) */
.dux-anti-rule {
    width: 40px !important;
    height: 4px !important;
    background: rgba(31, 41, 55, 0.15) !important;
    border-radius: 2px !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1), background 300ms ease;
}
.dux-anti-card:hover .dux-anti-rule {
    width: 64px !important;
    background: rgba(31, 41, 55, 0.3) !important;
}

/* Footer flower mark sits inline after the logo */
.dux-footer-flower {
    display: inline-block;
    margin-left: 8px;
    color: #7DD3B5;
    vertical-align: middle;
}
.dux-footer-flower svg { display: block; }

/* HowItsMade coffee ring */
.dux-how-coffee-ring {
    position: absolute !important;
    right: 32px !important;
    bottom: 96px !important;
    width: 48px !important;
    height: 48px !important;
    border: 3px solid rgba(252, 224, 224, 0.7) !important;
    border-radius: 50% !important;
    pointer-events: none;
    z-index: 1;
}

/* Polaroid stamp z-index fix — above pose image */
.dux-polaroid { position: relative; }

/* Hero left-column eyebrow row should not be flex-wrapped to a new line */
.dux-eyebrow-row { flex-wrap: nowrap !important; }