:root {
    --dw-navy: #26344d;
    --dw-ink: #344057;
    --dw-muted: #6f7483;
    --dw-purple: #a675c7;
    --dw-purple-deep: #8e5db4;
    --dw-lilac: #efe4f7;
    --dw-pink: #f399b9;
    --dw-peach: #ffe6d7;
    --dw-blush: #fff7f2;
    --dw-mint: #bde8df;
    --dw-blue: #d9eef7;
    --dw-gold: #f4a900;
    --dw-white: #fff;
    --dw-line: #eee7e3;
    --dw-shadow: 0 12px 35px rgba(70, 43, 84, .09);
    --dw-radius: 18px;
    --dw-shell: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--dw-ink);
    background: #fff;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body, button, input, textarea, select { font-family: "DM Sans", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
.screen-reader-text {
    border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
    height: 1px; margin: -1px; overflow: hidden; padding: 0;
    position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
    background: #fff; clip: auto !important; clip-path: none; color: var(--dw-navy);
    display: block; font-size: 14px; font-weight: 700; height: auto; left: 12px;
    padding: 12px 18px; top: 12px; width: auto; z-index: 100000;
}
.material-symbols-rounded {
    font-family: "Material Symbols Rounded";
    font-weight: normal; font-style: normal; font-size: 24px; line-height: 1;
    letter-spacing: normal; text-transform: none; display: inline-block;
    white-space: nowrap; word-wrap: normal; direction: ltr;
    -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga";
}
.dw-shell { width: min(calc(100% - 48px), var(--dw-shell)); margin-inline: auto; }
.dw-shell--article { max-width: 930px; }

.dw-announcement { background: var(--dw-peach); color: #7d4f49; font-size: 12px; }
.dw-announcement .dw-shell { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.dw-announcement strong { color: #ea6b75; }

.dw-header { background: rgba(255,255,255,.97); border-bottom: 1px solid #f0ecea; position: relative; z-index: 50; }
.dw-header__inner { min-height: 116px; display: grid; grid-template-columns: 250px 1fr minmax(300px, 430px); align-items: center; gap: 36px; }
.dw-logo { display: inline-flex; flex-direction: column; width: max-content; color: var(--dw-purple); }
.dw-logo__image { width: 205px; height: auto; }
.dw-logo__word { font-family: "Allura", cursive; font-size: 58px; line-height: .75; letter-spacing: -1px; position: relative; }
.dw-logo__word::after { content: "♡"; color: var(--dw-pink); font-family: serif; font-size: 22px; position: absolute; right: -12px; top: -4px; }
.dw-logo__tag { margin-top: 8px; color: var(--dw-navy); font-size: 8px; font-weight: 700; letter-spacing: .13em; }
.custom-logo { width: auto; max-height: 82px; }
.dw-nav__list { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; align-items: center; gap: 34px; }
.dw-nav__list > li { position: relative; }
.dw-nav__list > li > a { color: #202633; display: inline-flex; align-items: center; gap: 3px; font-size: 14px; font-weight: 700; min-height: 48px; position: relative; }
.dw-nav__list > li > a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 4px; height: 2px; background: var(--dw-purple); transition: .2s ease; }
.dw-nav__list > li > a:hover::after, .dw-nav__list > li > a[aria-current="page"]::after { left: 0; right: 0; }
.dw-nav__list .material-symbols-rounded { font-size: 18px; }
.dw-submenu { list-style: none; opacity: 0; visibility: hidden; transform: translateY(7px); position: absolute; top: 46px; left: -22px; min-width: 210px; padding: 12px; margin: 0; background: #fff; border: 1px solid var(--dw-line); border-radius: 14px; box-shadow: var(--dw-shadow); transition: .2s ease; }
.dw-submenu a { display: block; padding: 9px 11px; border-radius: 8px; font-size: 14px; }
.dw-submenu a:hover { background: var(--dw-blush); color: var(--dw-purple-deep); }
.dw-has-submenu:hover .dw-submenu, .dw-has-submenu:focus-within .dw-submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.dw-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.dw-search { display: flex; align-items: center; width: min(100%, 345px); height: 48px; border: 1px solid #e6e2e7; border-radius: 999px; background: #fff; transition: .2s ease; }
.dw-search:focus-within { border-color: var(--dw-purple); box-shadow: 0 0 0 3px rgba(166,117,199,.12); }
.dw-search input { min-width: 0; width: 100%; height: 100%; padding: 0 8px 0 19px; border: 0; outline: 0; background: transparent; color: var(--dw-navy); font-size: 13px; }
.dw-search button { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; border: 0; border-radius: 50%; background: transparent; color: var(--dw-navy); cursor: pointer; }
.dw-round-link { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #e6e2e7; border-radius: 50%; color: var(--dw-purple); }
.dw-round-link:hover { background: var(--dw-lilac); }
.dw-menu-toggle { display: none; border: 0; background: transparent; color: var(--dw-navy); padding: 7px; }

.dw-hero { background: var(--dw-blush); overflow: hidden; }
.dw-hero__inner { min-height: 590px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: stretch; }
.dw-hero__copy { padding: 74px 35px 42px 56px; position: relative; z-index: 2; }
.dw-kicker { margin: 0 0 12px; color: #ed6f66; font-size: 13px; font-weight: 700; letter-spacing: .045em; }
.dw-hero h1, .dw-page-hero h1, .dw-article__header h1 { margin: 0; color: var(--dw-navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(48px, 5vw, 78px); line-height: 1.06; letter-spacing: -.035em; }
.dw-hero h1 span { color: var(--dw-purple); font-family: "Allura", cursive; font-size: 1.16em; font-weight: 400; letter-spacing: 0; }
.dw-hero__lead { max-width: 575px; margin: 24px 0 27px; color: #4e5769; font-size: 17px; line-height: 1.55; }
.dw-button-row { display: flex; flex-wrap: wrap; gap: 16px; }
.dw-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.dw-button:hover { transform: translateY(-2px); }
.dw-button--primary { color: #fff; background: var(--dw-purple); box-shadow: 0 9px 24px rgba(142,93,180,.22); }
.dw-button--primary:hover { background: var(--dw-purple-deep); }
.dw-button--secondary { color: var(--dw-navy); border-color: #e6bca7; background: #fff; }
.dw-button--secondary:hover { border-color: var(--dw-purple); }
.dw-benefits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 40px; max-width: 660px; }
.dw-benefits > div { display: flex; align-items: center; gap: 10px; }
.dw-benefits .material-symbols-rounded { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #4ea99b; background: #dff4ed; font-size: 21px; }
.dw-benefits strong, .dw-benefits small { display: block; }
.dw-benefits strong { color: var(--dw-navy); font-size: 11px; }
.dw-benefits small { color: var(--dw-muted); font-size: 9px; line-height: 1.3; }
.dw-hero__visual { position: relative; min-width: 0; }
.dw-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dw-hero__badge { position: absolute; left: 43%; bottom: 45px; width: 116px; height: 116px; display: grid; place-items: center; text-align: center; border-radius: 50%; border: 6px solid rgba(255,255,255,.75); background: #bfe8e3; color: var(--dw-navy); font-size: 12px; font-weight: 700; line-height: 1.28; transform: rotate(-4deg); box-shadow: 0 10px 25px rgba(45,92,94,.14); }

.dw-section { padding: 54px 0; }
.dw-section--tint { background: #fffaf7; }
.dw-section-heading { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 27px; position: relative; }
.dw-section-heading h2 { margin: 0; color: var(--dw-navy); font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.dw-section-heading__spark { color: var(--dw-pink); font-size: 10px; letter-spacing: 4px; }
.dw-section-heading > a { position: absolute; right: 0; color: var(--dw-purple-deep); font-size: 12px; font-weight: 700; }
.dw-section-heading > a:hover { text-decoration: underline; }

.dw-categories { padding-top: 18px; }
.dw-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.dw-category { min-height: 228px; position: relative; overflow: hidden; border-radius: 18px; box-shadow: 0 8px 20px rgba(62,56,74,.07); }
.dw-category img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dw-category:hover img { transform: scale(1.035); }
.dw-category__content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 27px 20px 24px 27px; width: 56%; min-height: 228px; color: var(--dw-navy); }
.dw-category__content strong, .dw-category__content em { display: block; font-family: "Playfair Display", Georgia, serif; font-size: clamp(24px, 2vw, 33px); line-height: 1.05; font-weight: 600; font-style: normal; }
.dw-category__content em { font-family: "Allura", cursive; color: var(--dw-purple-deep); font-size: 34px; }
.dw-category__content > span { margin-top: auto; padding: 7px 15px; border-radius: 999px; background: rgba(255,255,255,.88); box-shadow: 0 5px 14px rgba(64,48,77,.08); color: var(--dw-navy); font-size: 11px; font-weight: 700; }

.dw-card-grid { display: grid; gap: 18px; }
.dw-card-grid--six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.dw-card-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dw-card { min-width: 0; overflow: hidden; border: 1px solid var(--dw-line); border-radius: 15px; background: #fff; box-shadow: 0 7px 21px rgba(60,46,69,.045); transition: transform .2s ease, box-shadow .2s ease; }
.dw-card:hover { transform: translateY(-4px); box-shadow: var(--dw-shadow); }
.dw-card__image { display: block; position: relative; overflow: hidden; aspect-ratio: 1 / .83; background: var(--dw-blush); }
.dw-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dw-card:hover .dw-card__image img { transform: scale(1.03); }
.dw-card__heart { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--dw-purple); font-size: 17px; box-shadow: 0 3px 9px rgba(54,46,61,.12); }
.dw-card__body { padding: 14px 14px 15px; }
.dw-card__eyebrow { color: var(--dw-purple-deep); font-size: 9px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.dw-card h3 { margin: 4px 0 10px; color: #293245; font-size: 12px; line-height: 1.28; font-weight: 700; }
.dw-card h3 a:hover { color: var(--dw-purple-deep); }
.dw-card__meta { display: flex; justify-content: space-between; align-items: center; gap: 6px; color: var(--dw-gold); font-size: 9px; }
.dw-free-pill { padding: 4px 8px; border-radius: 999px; background: #e5f6f1; color: #298574; font-size: 9px; font-weight: 800; text-transform: uppercase; }

.dw-collection-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.dw-collection { overflow: hidden; border: 1px solid var(--dw-line); border-radius: 15px; background: #fff; transition: transform .2s ease; }
.dw-collection:hover { transform: translateY(-3px); }
.dw-collection img { width: 100%; aspect-ratio: 1.7 / 1; object-fit: cover; }
.dw-collection__body { display: grid; grid-template-columns: 1fr auto; gap: 3px 12px; padding: 14px 16px 16px; }
.dw-collection__body strong { grid-column: 1 / -1; color: var(--dw-navy); font-size: 14px; line-height: 1.25; }
.dw-collection__body span { color: var(--dw-muted); font-size: 11px; }
.dw-collection__body em { align-self: center; padding: 4px 8px; border-radius: 999px; background: var(--dw-lilac); color: var(--dw-purple-deep); font-size: 9px; font-weight: 700; font-style: normal; }

.dw-love { padding-top: 35px; padding-bottom: 42px; }
.dw-value-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 28px; }
.dw-value-grid > div { display: flex; align-items: center; gap: 14px; }
.dw-value-grid .material-symbols-rounded { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--dw-purple); background: var(--dw-lilac); font-size: 29px; }
.dw-value-grid > div:nth-child(2) .material-symbols-rounded { color: #4e9d90; background: #dff4ef; }
.dw-value-grid > div:nth-child(3) .material-symbols-rounded { color: #ec7899; background: #ffe5ed; }
.dw-value-grid > div:nth-child(4) .material-symbols-rounded { color: #d59820; background: #fff0ce; }
.dw-value-grid > div:nth-child(5) .material-symbols-rounded { color: #5c9fca; background: #e2f2fb; }
.dw-value-grid p { margin: 0; }
.dw-value-grid strong, .dw-value-grid small { display: block; }
.dw-value-grid strong { color: var(--dw-navy); font-size: 12px; }
.dw-value-grid small { color: var(--dw-muted); font-size: 10px; line-height: 1.35; }

.dw-how { background: #fffaf7; }
.dw-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 55px; max-width: 1250px; margin-inline: auto; }
.dw-steps > div { min-height: 124px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 20px 22px; border-radius: 20px; background: #fff; box-shadow: 0 9px 25px rgba(75,52,79,.055); position: relative; }
.dw-steps > div:not(:last-child)::after { content: "••••••"; color: #caa8c9; letter-spacing: 5px; position: absolute; right: -52px; }
.dw-steps b { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--dw-pink); color: #fff; font-family: "Playfair Display", serif; font-size: 21px; }
.dw-steps > div:nth-child(2) b { background: var(--dw-purple); }
.dw-steps > div:nth-child(3) b { background: #65b4a4; }
.dw-steps strong, .dw-steps small { display: block; }
.dw-steps strong { color: var(--dw-navy); font-size: 12px; }
.dw-steps small { color: var(--dw-muted); font-size: 10px; line-height: 1.35; margin-top: 5px; }
.dw-steps i { color: var(--dw-purple); font-size: 38px; font-style: normal; }

.dw-inspire-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 13px; }
.dw-inspire-grid a { overflow: hidden; border-radius: 15px; aspect-ratio: 1.35 / 1; }
.dw-inspire-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.dw-inspire-grid a:hover img { transform: scale(1.04); }
.dw-social-button { width: max-content; display: flex; align-items: center; gap: 6px; margin: -10px auto 0; padding: 9px 20px; border: 2px solid var(--dw-lilac); border-radius: 999px; background: #fff; color: var(--dw-purple-deep); position: relative; z-index: 2; font-size: 12px; font-weight: 700; }
.dw-social-button .material-symbols-rounded { font-size: 17px; }

.dw-newsletter { padding-top: 28px; background: #fff; }
.dw-newsletter__inner { min-height: 125px; display: grid; grid-template-columns: 120px minmax(270px,.8fr) minmax(350px,1.3fr) 80px; align-items: center; gap: 30px; padding: 25px 56px; border-radius: 40px 40px 0 0; background: #eadcf6; overflow: hidden; }
.dw-newsletter__art { width: 80px; height: 60px; display: grid; place-items: center; border-radius: 12px; background: #fff7ef; color: var(--dw-purple); font-size: 44px; transform: rotate(-6deg); }
.dw-newsletter h2 { margin: 0 0 3px; color: var(--dw-navy); font-family: "Playfair Display", serif; font-size: 27px; }
.dw-newsletter p { margin: 0; color: #596178; font-size: 12px; line-height: 1.4; }
.dw-newsletter__form { display: grid; grid-template-columns: 1fr auto; position: relative; }
.dw-newsletter__form input { min-width: 0; height: 50px; padding: 0 20px; border: 0; border-radius: 999px 0 0 999px; outline: 0; background: #fff; font-size: 13px; }
.dw-newsletter__form input:focus { box-shadow: inset 0 0 0 2px var(--dw-purple); }
.dw-newsletter__form button { min-width: 155px; border: 0; border-radius: 0 999px 999px 0; background: var(--dw-purple); color: #fff; font-weight: 700; cursor: pointer; }
.dw-newsletter__form button:hover { background: var(--dw-purple-deep); }
.dw-newsletter__message { grid-column: 1 / -1; min-height: 18px; padding-top: 5px; text-align: center; color: #39776d !important; font-weight: 700; }
.dw-newsletter__heart { color: var(--dw-pink); font-size: 60px; transform: rotate(14deg); }

.dw-footer { padding: 45px 0 18px; background: #fffaf7; }
.dw-footer__grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr 1.1fr; gap: 75px; }
.dw-footer .dw-logo__image { width: 190px; }
.dw-footer__brand p, .dw-footer > .dw-shell p { max-width: 320px; color: var(--dw-muted); font-size: 12px; }
.dw-footer h2 { margin: 0 0 12px; color: var(--dw-navy); font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.dw-footer ul { list-style: none; padding: 0; margin: 0; }
.dw-footer li { margin: 4px 0; }
.dw-footer li a { color: #4c5362; font-size: 12px; }
.dw-footer li a:hover { color: var(--dw-purple-deep); text-decoration: underline; }
.dw-footer__badges { display: flex; gap: 8px; margin-top: 14px; }
.dw-footer__badges > span { display: inline-flex; align-items: center; gap: 4px; padding: 5px 9px; border: 1px solid var(--dw-line); border-radius: 7px; background: #fff; color: #455064; font-size: 10px; font-weight: 700; }
.dw-footer__badges .material-symbols-rounded { font-size: 15px; color: #4ca795; }
.dw-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 18px; border-top: 1px solid var(--dw-line); color: #7b7e87; font-size: 11px; }

.dw-page-hero { padding: 78px 0; text-align: center; background: var(--dw-blush); }
.dw-page-hero h1 { font-size: clamp(43px, 6vw, 72px); }
.dw-page-hero h1 .page-title-action { display: none; }
.dw-page-hero__description, .dw-page-hero > .dw-shell > p:last-child { max-width: 700px; margin: 18px auto 0; color: #626879; font-size: 17px; }
.dw-page-hero .search-form { max-width: 600px; margin: 28px auto 0; display: flex; }
.dw-page-hero .search-form label { flex: 1; }
.dw-page-hero .search-field { width: 100%; height: 52px; padding: 0 20px; border: 1px solid var(--dw-line); border-radius: 999px 0 0 999px; background: #fff; }
.dw-page-hero .search-submit { min-width: 120px; border: 0; border-radius: 0 999px 999px 0; background: var(--dw-purple); color: #fff; }
.dw-pagination { margin-top: 42px; text-align: center; }
.dw-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.dw-pagination .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--dw-line); border-radius: 999px; background: #fff; color: var(--dw-navy); font-size: 13px; font-weight: 700; }
.dw-pagination .page-numbers.current, .dw-pagination a:hover { background: var(--dw-purple); border-color: var(--dw-purple); color: #fff; }
.dw-empty { padding: 80px 20px; text-align: center; }
.dw-empty .material-symbols-rounded { color: var(--dw-purple); font-size: 56px; }
.dw-empty h2 { margin: 12px 0 5px; color: var(--dw-navy); font-family: "Playfair Display", serif; }
.dw-empty p { margin: 0; color: var(--dw-muted); }

.dw-article__header { padding: 58px 0 52px; text-align: center; background: var(--dw-blush); }
.dw-article__header-image { display: none; }
.dw-breadcrumbs { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: #898694; font-size: 12px; }
.dw-breadcrumbs a:hover { color: var(--dw-purple-deep); }
.dw-article__header h1 { font-size: clamp(42px, 5vw, 68px); }
.dw-article__dek { max-width: 760px; margin: 18px auto 0; color: #656b7a; font-size: 17px; }
.dw-article__meta { margin-top: 20px; display: flex; justify-content: center; align-items: center; gap: 8px; color: #858590; font-size: 12px; }
.dw-article__meta .material-symbols-rounded { color: var(--dw-purple); font-size: 17px; }
.dw-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 58px; padding-top: 60px; padding-bottom: 70px; }
.dw-article__featured { overflow: hidden; margin: 0 0 30px; border-radius: 22px; background: var(--dw-blush); box-shadow: var(--dw-shadow); }
.dw-article__featured img { width: 100%; max-height: 780px; object-fit: contain; background: #fffaf8; }
.dw-download-box { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-bottom: 34px; padding: 22px; border: 1px solid #dcefe9; border-radius: 18px; background: #f1fbf8; }
.dw-download-box > .material-symbols-rounded { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #d8f0e9; color: #39907e; font-size: 26px; }
.dw-download-box strong { color: var(--dw-navy); font-size: 15px; }
.dw-download-box p { margin: 3px 0 0; color: #65726f; font-size: 12px; line-height: 1.4; }
.dw-download-box a { padding: 10px 14px; border-radius: 999px; background: #68b2a2; color: #fff; font-size: 11px; font-weight: 700; }
.dw-prose { color: #40495a; font-size: 17px; line-height: 1.78; }
.dw-prose h2, .dw-prose h3 { color: var(--dw-navy); font-family: "Playfair Display", Georgia, serif; line-height: 1.22; }
.dw-prose h2 { margin-top: 42px; font-size: 34px; }
.dw-prose h3 { margin-top: 32px; font-size: 26px; }
.dw-prose a { color: var(--dw-purple-deep); text-decoration: underline; text-underline-offset: 3px; }
.dw-prose img { border-radius: 16px; }
.dw-prose .wp-block-image { margin: 28px 0; }
.dw-prose .wp-block-button__link, .dw-prose a[download] { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; background: var(--dw-purple); color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; }
.dw-print-note { display: flex; align-items: flex-start; gap: 15px; margin-top: 38px; padding: 20px; border-radius: 16px; background: #fff3e9; }
.dw-print-note .material-symbols-rounded { color: #d7844c; font-size: 28px; }
.dw-print-note strong { color: var(--dw-navy); }
.dw-print-note p { margin: 3px 0 0; color: #6f6863; font-size: 13px; }
.dw-article__sidebar { align-self: start; display: grid; gap: 22px; position: sticky; top: 24px; }
.dw-sidebar-card { padding: 25px; border: 1px solid var(--dw-line); border-radius: 19px; background: #fff; box-shadow: 0 8px 24px rgba(54,43,62,.05); }
.dw-sidebar-card > .material-symbols-rounded { color: var(--dw-pink); font-size: 35px; }
.dw-sidebar-card h2 { margin: 8px 0; color: var(--dw-navy); font-family: "Playfair Display", serif; font-size: 24px; }
.dw-sidebar-card p { margin: 0 0 18px; color: var(--dw-muted); font-size: 13px; }
.dw-sidebar-card > a:not(.dw-button) { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--dw-line); color: #505767; font-size: 13px; }
.dw-sidebar-card > a:last-child { border-bottom: 0; }
.dw-sidebar-card > a:hover { color: var(--dw-purple-deep); }
.dw-related { padding-top: 46px; }

@media (min-width: 901px) {
    .dw-article__header { padding: 46px 0; text-align: left; }
    .dw-article__hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 440px); align-items: center; gap: 58px; }
    .dw-article__hero-copy { min-width: 0; }
    .dw-article__header .dw-breadcrumbs { justify-content: flex-start; margin-bottom: 22px; }
    .dw-article__header h1 { font-size: clamp(43px, 4vw, 64px); }
    .dw-article__dek { margin: 16px 0 0; }
    .dw-article__meta { justify-content: flex-start; margin-top: 18px; }
    .dw-article__header-image { display: block; overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border: 1px solid rgba(238, 231, 227, .9); border-radius: 22px; background: #fff; box-shadow: var(--dw-shadow); }
    .dw-article__header-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
    .dw-article__featured--mobile { display: none; }
    .dw-prose .wp-block-image { width: min(100%, 720px); margin: 28px auto; }
    .dw-prose .wp-block-image img { width: 100%; height: auto; margin-inline: auto; }
}

@media (max-width: 1220px) {
    .dw-header__inner { min-height: 72px; grid-template-columns: 140px 1fr 250px; gap: 14px; }
    .dw-logo__image { width: 126px; }
    .dw-nav__list { gap: 14px; }
    .dw-nav__list > li > a { min-height: 40px; font-size: 11px; }
    .dw-hero__inner { min-height: 332px; }
    .dw-hero__copy { padding: 20px 20px 14px; }
    .dw-hero h1 { font-size: 42px; }
    .dw-kicker { margin-bottom: 8px; font-size: 10px; }
    .dw-hero__lead { margin: 11px 0 13px; font-size: 12px; line-height: 1.42; }
    .dw-button { min-height: 38px; padding-inline: 17px; font-size: 11px; }
    .dw-button-row { gap: 10px; }
    .dw-benefits { gap: 9px; margin-top: 15px; }
    .dw-benefits .material-symbols-rounded { width: 29px; height: 29px; font-size: 16px; }
    .dw-benefits strong { font-size: 9px; }
    .dw-benefits small { font-size: 8px; }
    .dw-hero__badge { width: 82px; height: 82px; bottom: 22px; font-size: 8px; }
    .dw-section { padding: 24px 0; }
    .dw-section-heading { margin-bottom: 13px; }
    .dw-category, .dw-category__content { min-height: 145px; }
    .dw-category__content { padding: 16px 12px 14px 17px; }
    .dw-category__content strong { font-size: 21px; }
    .dw-category__content em { font-size: 24px; }
    .dw-newsletter__inner { padding-inline: 35px; }
}

@media (max-width: 780px) {
    .dw-shell { width: min(calc(100% - 32px), var(--dw-shell)); }
    .dw-announcement .dw-shell span:first-child { display: none; }
    .dw-announcement .dw-shell { justify-content: center; }
    .dw-header__inner { min-height: 88px; grid-template-columns: 1fr auto auto; }
    .dw-menu-toggle { display: grid; place-items: center; grid-column: 3; grid-row: 1; }
    .dw-header__actions { grid-column: 2; grid-row: 1; }
    .dw-round-link { display: none; }
    .dw-search { width: 48px; overflow: hidden; }
    .dw-search input { padding: 0; opacity: 0; }
    .dw-search:focus-within, .dw-search.is-expanded { position: absolute; right: 66px; width: min(320px, calc(100% - 180px)); background: #fff; }
    .dw-search:focus-within input, .dw-search.is-expanded input { padding-left: 17px; opacity: 1; }
    .dw-nav { display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 15px 16px 22px; border-top: 1px solid var(--dw-line); background: #fff; box-shadow: var(--dw-shadow); }
    .dw-nav.is-open { display: block; }
    .dw-nav__list { align-items: stretch; flex-direction: column; gap: 0; }
    .dw-nav__list > li > a { width: 100%; justify-content: space-between; }
    .dw-submenu { opacity: 1; visibility: visible; transform: none; position: static; box-shadow: none; border: 0; padding: 0 0 5px 15px; }
    .dw-hero__inner { grid-template-columns: 1fr; }
    .dw-hero__copy { padding: 62px 26px 40px; text-align: center; }
    .dw-hero__lead { margin-inline: auto; }
    .dw-button-row { justify-content: center; }
    .dw-benefits { margin-inline: auto; text-align: left; }
    .dw-hero__visual { height: 480px; }
    .dw-hero__badge { left: auto; right: 10%; }
    .dw-category-grid, .dw-collection-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dw-card-grid--six { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dw-card-grid--four { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dw-value-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dw-steps { grid-template-columns: 1fr; gap: 16px; }
    .dw-steps > div:not(:last-child)::after { display: none; }
    .dw-inspire-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .dw-newsletter__inner { grid-template-columns: 72px 1fr; border-radius: 26px 26px 0 0; }
    .dw-newsletter__heart { display: none; }
    .dw-newsletter__form { grid-column: 1 / -1; }
    .dw-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 40px; }
    .dw-article__layout { grid-template-columns: 1fr; }
    .dw-article__sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 620px) {
    .dw-shell { width: min(calc(100% - 24px), var(--dw-shell)); }
    .dw-logo__image { width: 166px; }
    .dw-hero__copy { padding-inline: 10px; }
    .dw-hero h1 { font-size: 45px; }
    .dw-hero__lead { font-size: 15px; }
    .dw-button-row { flex-direction: column; align-items: stretch; padding-inline: 16px; }
    .dw-benefits { grid-template-columns: 1fr; max-width: 260px; }
    .dw-benefits small { font-size: 10px; }
    .dw-hero__visual { height: 350px; }
    .dw-hero__badge { width: 90px; height: 90px; right: 6%; bottom: 26px; font-size: 9px; }
    .dw-section { padding: 42px 0; }
    .dw-section-heading { justify-content: flex-start; flex-wrap: wrap; }
    .dw-section-heading > a { position: static; margin-left: auto; }
    .dw-section-heading__spark { display: none; }
    .dw-category-grid, .dw-collection-grid, .dw-card-grid--six, .dw-card-grid--four { grid-template-columns: 1fr; }
    .dw-category { min-height: 205px; }
    .dw-category__content { min-height: 205px; }
    .dw-card__image { aspect-ratio: 1.25 / 1; }
    .dw-value-grid { grid-template-columns: 1fr; gap: 18px; }
    .dw-inspire-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .dw-newsletter__inner { grid-template-columns: 1fr; text-align: center; padding: 28px 20px; }
    .dw-newsletter__art { margin-inline: auto; }
    .dw-newsletter__form { grid-template-columns: 1fr; }
    .dw-newsletter__form input, .dw-newsletter__form button { border-radius: 999px; }
    .dw-newsletter__form button { min-height: 48px; margin-top: 8px; }
    .dw-footer__grid { grid-template-columns: 1fr; gap: 28px; }
    .dw-footer__bottom { flex-direction: column; }
    .dw-page-hero { padding: 58px 0; }
    .dw-page-hero h1, .dw-article__header h1 { font-size: 38px; }
    .dw-article__layout { gap: 35px; padding-top: 35px; }
    .dw-download-box { grid-template-columns: auto 1fr; }
    .dw-download-box a { grid-column: 1 / -1; text-align: center; }
    .dw-article__sidebar { grid-template-columns: 1fr; }
}

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