:root{--rk-accent:#6f294d;--rk-accent-hover:#551d3a;--rk-accent-text:#fff;--rk-accent-soft:#f1e7ec;--rk-accent-softer:#f8f2f5;--rk-canvas:#fbf8f5;--rk-surface:#fff;--rk-surface-alt:#f8f3ef;--rk-ink:#2d2328;--rk-muted:#6a6065;--rk-border:#e6dddf;--rk-footer-bg:#6f294d;--rk-footer-text:#fff;--rk-focus:#6f294d;--rk-shadow:0 10px 28px rgba(45, 35, 40, 0.08);--rk-container:1180px;--rk-content:760px;--rk-radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--rk-canvas);color:var(--rk-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:var(--rk-accent);text-decoration:none;text-underline-offset:.18em}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select,textarea{border-radius:8px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--rk-focus);outline-offset:3px}.screen-reader-text{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);word-wrap:normal!important}.skip-link:focus{top:8px;left:8px;width:auto;height:auto;padding:12px 16px;background:#fff;color:#111;clip:auto!important;clip-path:none;z-index:9999}.rk-container{width:min(var(--rk-container),calc(100% - 40px));margin-inline:auto}.rk-prose{width:min(var(--rk-content),100%)}h1,h2,h3,h4{margin:0 0 .7em;font-family:Georgia,"Times New Roman",serif;line-height:1.12;letter-spacing:-.018em}h1{font-size:clamp(2.15rem, 4.6vw, 4rem)}h2{font-size:clamp(1.55rem, 3vw, 2.25rem)}h3{font-size:1.25rem}p{margin:0 0 1.15rem}.rk-lead{max-width:64ch;color:var(--rk-muted);font-size:clamp(1rem, 1.7vw, 1.18rem);line-height:1.65}.rk-eyebrow{display:block;margin-bottom:.55rem;color:var(--rk-accent);font-size:.78rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.rk-meta{color:var(--rk-muted);font-size:.9rem}.site-header{position:sticky;top:0;z-index:100;background:rgb(255 255 255 / .96);border-bottom:1px solid var(--rk-border);backdrop-filter:saturate(150%) blur(14px)}.site-header__inner{display:flex;align-items:center;min-height:78px;gap:28px}.site-brand{display:inline-flex;align-items:center;gap:10px;color:var(--rk-ink);flex:none}.site-brand:hover{text-decoration:none}.custom-logo-link{display:inline-flex;align-items:center;flex:none}.custom-logo-link:hover{text-decoration:none}.custom-logo{display:block;width:auto;max-width:240px;height:auto;max-height:58px;object-fit:contain}.site-brand__name{font-family:Georgia,"Times New Roman",serif;font-size:1.72rem;letter-spacing:-.02em}.rk-logo-mark{width:32px;height:38px;color:var(--rk-accent)}.rk-logo-mark svg{width:100%;height:100%}.primary-navigation{display:flex;align-items:center;gap:18px;margin-left:auto}.primary-menu,.footer-menu{display:flex;align-items:center;gap:22px;margin:0;padding:0;list-style:none}.primary-menu>li{position:relative}.primary-menu>li>a{position:relative;display:block;padding:29px 0 25px;color:var(--rk-ink);font-size:.91rem;font-weight:550;white-space:nowrap}.primary-menu>li.current-menu-item>a::after,.primary-menu>li.current-menu-ancestor>a::after{content:"";position:absolute;left:0;right:0;bottom:16px;height:2px;background:var(--rk-accent);border-radius:99px}.primary-menu .sub-menu{position:absolute;top:calc(100% - 8px);left:-18px;min-width:250px;margin:0;padding:10px;list-style:none;background:var(--rk-surface);border:1px solid var(--rk-border);border-radius:12px;box-shadow:var(--rk-shadow);opacity:0;visibility:hidden;transform:translateY(6px);transition:0.16s ease}.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.primary-menu .sub-menu a{display:block;padding:10px 12px;color:var(--rk-ink);border-radius:8px}.primary-menu .sub-menu a:hover{background:var(--rk-accent-softer);text-decoration:none}.rk-header-cta{margin-left:2px}.rk-menu-toggle{display:none;margin-left:auto;padding:10px;border:0;background:none}.rk-menu-toggle>span:first-child,.rk-menu-toggle>span:first-child::before,.rk-menu-toggle>span:first-child::after{position:relative;display:block;width:24px;height:2px;background:var(--rk-ink);border-radius:99px;content:""}.rk-menu-toggle>span:first-child::before{position:absolute;top:-7px}.rk-menu-toggle>span:first-child::after{position:absolute;top:7px}.rk-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--rk-accent);background:var(--rk-accent);color:var(--rk-accent-text);font-weight:650;line-height:1.2;cursor:pointer}.rk-button:hover{background:var(--rk-accent-hover);border-color:var(--rk-accent-hover);color:var(--rk-accent-text);text-decoration:none}.rk-button--small{min-height:40px;padding:9px 15px;font-size:.9rem}.rk-button--ghost{background:#fff0;color:var(--rk-accent)}.rk-hero{overflow:hidden}.rk-hero--home{background:linear-gradient(100deg,var(--rk-canvas),var(--rk-accent-softer));border-bottom:1px solid var(--rk-border)}.rk-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,0.95fr);align-items:center;min-height:400px}.rk-hero__content{padding:58px 42px 58px 0;padding:20px;background-color:rgb(236 227 219 / .5)}.rk-hero__content h1{max-width:12ch;margin-bottom:20px;text-shadow:1px 1px 2px pink;text-shadow:0 0 10px rgb(236 227 219)}.rk-hero__media{align-self:stretch;min-height:390px}.rk-hero__media img{width:100%;height:100%;object-fit:cover}.rk-section{padding:24px 0}.rk-section--compact{padding-top:14px;padding-bottom:24px}.rk-section--soft{background:var(--rk-surface-alt);border-block:1px solid var(--rk-border)}.rk-section--inside{padding:42px 0 0}.rk-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.rk-section-head h2{margin-bottom:0}.rk-home-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.rk-season-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rk-collection-card{min-width:0}.rk-collection-card>a{display:flex;flex-direction:column;height:100%;background:var(--rk-surface);color:var(--rk-ink);border:1px solid var(--rk-border);border-radius:12px;overflow:hidden;transition:transform 0.16s ease,box-shadow 0.16s ease}.rk-collection-card>a:hover{transform:translateY(-2px);box-shadow:var(--rk-shadow);text-decoration:none}.rk-collection-card__image{height:118px;background:var(--rk-accent-softer);overflow:hidden}.rk-home-cards .rk-collection-card__image{height:128px}.rk-collection-card__image img{width:100%;height:100%;object-fit:contain}.rk-collection-card__swatch{height:128px;background:linear-gradient(145deg,var(--rk-accent-softer),var(--rk-accent-soft))}.rk-collection-card__body{display:grid;gap:5px;padding:14px}.rk-collection-card__body strong{font-family:Georgia,"Times New Roman",serif;font-size:1.04rem}.rk-collection-card__body span{color:var(--rk-muted);font-size:.82rem;line-height:1.45}.rk-generator-banner{display:grid;grid-template-columns:1fr minmax(260px,420px);align-items:center;min-height:190px;background:linear-gradient(90deg,var(--rk-accent-softer),var(--rk-surface));border:1px solid var(--rk-border);border-radius:14px;overflow:hidden}.rk-generator-banner>div{padding:28px 32px}.rk-generator-banner h2{margin-bottom:9px;font-size:1.55rem}.rk-generator-banner p{max-width:58ch;color:var(--rk-muted)}.rk-generator-banner img{width:100%;height:190px;object-fit:cover}.rk-home-two-column{display:grid;grid-template-columns:1.3fr 0.7fr;gap:26px}.rk-daily-poem,.rk-popular-list{padding:28px;background:var(--rk-surface);border:1px solid var(--rk-border);border-radius:14px}.rk-daily-poem blockquote{margin:10px 0 20px;padding-left:24px;border-left:4px solid var(--rk-accent)}.rk-daily-poem blockquote p{font-family:Georgia,"Times New Roman",serif;font-size:1.25rem;line-height:1.72}.rk-daily-poem cite{display:block;margin-top:14px;color:var(--rk-muted);font-style:normal}.rk-popular-list ul{margin:8px 0 0;padding:0;list-style:none}.rk-popular-list li+li{border-top:1px solid var(--rk-border)}.rk-popular-list a{display:block;padding:11px 0;color:var(--rk-ink);font-weight:600}.rk-page{padding:30px 0 66px}.rk-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:2px 0 28px;color:var(--rk-muted);font-size:.78rem}.rk-breadcrumbs a{color:var(--rk-muted)}.rk-page-header{padding:12px 0 22px}.rk-page-header h1{margin-bottom:16px}.rk-entry-content{margin-top:20px}.rk-entry-content h2{margin-top:2.1em}.rk-entry-content h3{margin-top:1.8em}.rk-entry-content ul,.rk-entry-content ol{padding-left:1.4rem}.rk-hub-hero{display:grid;grid-template-columns:1fr minmax(340px,0.9fr);align-items:center;background:var(--rk-surface);border:1px solid var(--rk-border);border-radius:14px;overflow:hidden}.rk-hub-hero>div:first-child{padding:40px 42px}.rk-hub-hero h1{font-size:clamp(2rem, 4vw, 3.45rem)}.rk-hub-hero__media{height:310px}.rk-hub-hero__media img{width:100%;height:100%;object-fit:cover}.rk-collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rk-inline-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:24px 28px;background:linear-gradient(90deg,var(--rk-accent-softer),var(--rk-surface));border:1px solid var(--rk-border);border-radius:14px}.rk-inline-cta h2{margin-bottom:4px;font-size:1.35rem}.rk-inline-cta p{margin:0;color:var(--rk-muted)}.rk-collection-hero{display:grid;grid-template-columns:1fr minmax(230px,360px);align-items:center;min-height:250px;background:linear-gradient(95deg,var(--rk-surface),var(--rk-accent-softer));border:1px solid var(--rk-border);border-radius:14px;overflow:hidden}.rk-collection-hero>div:first-child{padding:38px 42px}.rk-collection-hero h1{font-size:clamp(2rem, 4vw, 3.35rem)}.rk-collection-hero__media{align-self:stretch}.rk-collection-hero__media img{width:100%;height:100%;object-fit:cover}.rk-filterbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 2px 16px;color:var(--rk-muted);font-size:.88rem}.rk-filterbar select{margin-left:8px;padding:8px 34px 8px 10px;border:1px solid var(--rk-border);background:var(--rk-surface)}.rk-poem-list{display:grid;gap:10px}.rk-poem-list--compact{gap:8px}.rk-poem-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:76px;padding:12px 14px;border:1px solid var(--rk-border);border-radius:11px;background:var(--rk-surface)}.rk-poem-row__number{align-self:start;padding-top:9px;font-family:Georgia,"Times New Roman",serif;font-weight:700}.rk-poem-row__preview{overflow:hidden;font-family:Georgia,"Times New Roman",serif;font-size:1rem;line-height:1.5}.rk-wedding-name{font-weight:700}.rk-wedding-name--a{color:#b42318}.rk-wedding-name--b{color:#18794e}.rk-poem-row__link{white-space:nowrap}.rk-poem-card{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;column-gap:14px;row-gap:12px;padding:18px;background:var(--rk-surface);border:1px solid var(--rk-border);border-radius:12px}.rk-poem-card__number{font-family:Georgia,"Times New Roman",serif;font-size:1.12rem}.rk-poem-card__text{grid-column:2;font-family:Georgia,"Times New Roman",serif;font-size:1.02rem;line-height:1.55}.rk-poem-card__content{min-width:0}.rk-poem-card__title{margin:0 0 10px;font-size:1.08rem;line-height:1.35}.rk-poem-card__title a{color:inherit}.rk-poem-card__text>:first-child{margin-top:0}.rk-poem-card__text>:last-child{margin-bottom:0}.rk-poem-card__actions{grid-column:2;display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.rk-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 16px;border:1px solid var(--rk-border);background:var(--rk-surface-alt);color:var(--rk-ink);font-size:.78rem;font-weight:600;text-align:center;cursor:pointer}.rk-action:hover{background:var(--rk-accent-softer);text-decoration:none}.rk-action--primary{background:var(--rk-accent-soft)}.rk-pagination{margin-top:28px}.rk-pagination .page-numbers{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin:0;padding:0;list-style:none}.rk-pagination a,.rk-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:7px 12px;border:1px solid var(--rk-border);border-radius:9px;background:var(--rk-surface)}.rk-pagination .current{border-color:var(--rk-accent);background:var(--rk-accent);color:var(--rk-on-accent)}.rk-single-poem__text{margin:28px 0;padding:clamp(24px, 5vw, 52px);border:1px solid var(--rk-border);border-radius:var(--rk-radius);background:var(--rk-surface);font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.1rem, 2vw, 1.3rem);line-height:1.75}.rk-single-poem__actions{grid-column:auto;margin:0}.rk-poem-terms{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.rk-poem-terms a{padding:7px 12px;border-radius:999px;background:var(--rk-surface-alt);font-size:.88rem}.rk-collection-editorial{margin-top:38px}.rk-related{margin-top:40px}.rk-related h2{font-size:1.4rem}.rk-related-links{display:flex;flex-wrap:wrap;gap:9px}.rk-related-links a{display:inline-flex;padding:8px 12px;border:1px solid var(--rk-border);border-radius:999px;background:var(--rk-surface);color:var(--rk-ink);font-size:.88rem}.rk-related-links a:hover{background:var(--rk-accent-softer);text-decoration:none}.rk-generator-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:34px}.rk-generator-intro{position:sticky;top:110px;align-self:start}.rk-generator-intro h1{font-size:2.25rem}.rk-step-list{margin:28px 0 0;padding:0;list-style:none;background:var(--rk-surface);border:1px solid var(--rk-border);border-radius:12px;overflow:hidden}.rk-step-list li{display:flex;align-items:center;gap:10px;padding:15px 14px;color:var(--rk-muted)}.rk-step-list li+li{border-top:1px solid var(--rk-border)}.rk-step-list span{display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--rk-border);border-radius:50%;font-size:.78rem}.rk-step-list li.is-active{background:var(--rk-accent-soft);color:var(--rk-ink);font-weight:650}.rk-step-list li.is-active span{background:var(--rk-accent);color:var(--rk-accent-text);border-color:var(--rk-accent)}.rk-generator-shell{min-height:520px;padding:28px;background:var(--rk-surface);border:1px solid var(--rk-border);border-radius:14px}.rk-generator-step h2{font-size:1.5rem}.rk-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rk-choice{min-height:100px;padding:14px;border:1px solid var(--rk-border);background:var(--rk-surface-alt);color:var(--rk-ink);font-weight:600;cursor:pointer}.rk-choice:hover,.rk-choice.is-selected{border-color:var(--rk-accent);background:var(--rk-accent-softer)}.rk-generator-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}.rk-generator-fields label{display:grid;gap:6px;font-size:.9rem;font-weight:600}.rk-generator-fields input,.rk-generator-fields textarea{padding:11px 12px;border:1px solid var(--rk-border);background:var(--rk-surface)}.rk-generator-fields textarea{min-height:88px;resize:vertical}.rk-generator-field--wide,.rk-generator-fields--single{grid-column:1 / -1}.rk-generator-step h3{margin:24px 0 10px;font-size:1rem}.rk-choice-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.rk-generator-summary{color:var(--rk-muted);font-size:.9rem}#rk-generated-text{white-space:pre-line}.rk-generated-actions{display:flex;flex-wrap:wrap;gap:10px}.rk-generator-nav{gap:10px}.rk-generator-nav{display:flex;justify-content:flex-end;margin-top:28px}.rk-generated-preview{display:grid;place-items:center;min-height:280px;padding:40px;background:linear-gradient(145deg,var(--rk-accent-softer),var(--rk-surface-alt));border:1px solid var(--rk-border);border-radius:12px}.rk-generated-preview p{max-width:28ch;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;line-height:1.7;text-align:center}.rk-generated-actions{display:flex;justify-content:center;gap:10px;margin-top:16px}.rk-post-grid{display:grid;gap:14px;margin-top:28px}.rk-post-card,.rk-empty{padding:22px 24px;background:var(--rk-surface);border:1px solid var(--rk-border);border-radius:12px}.rk-post-card h2{margin-bottom:8px;font-size:1.35rem}.rk-featured-image{margin:24px 0;border-radius:14px;overflow:hidden}.rk-featured-image img{width:100%}.navigation.pagination{margin-top:30px}.nav-links{display:flex;flex-wrap:wrap;gap:8px}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:38px;border:1px solid var(--rk-border);border-radius:8px;background:var(--rk-surface)}.page-numbers.current{background:var(--rk-accent);color:var(--rk-accent-text);border-color:var(--rk-accent)}.site-footer{background:var(--rk-footer-bg);color:var(--rk-footer-text)}.site-footer__inner{display:flex;align-items:center;min-height:74px;gap:32px}.site-footer a{color:var(--rk-footer-text)}.site-footer__publisher{display:flex;align-items:center;gap:8px;font-size:.82rem;white-space:nowrap}.rk-publisher-mark{display:grid;place-items:center;width:24px;height:24px;border:1px solid currentColor;border-radius:50%;font-size:.7rem}.footer-navigation{margin-left:auto}.footer-menu{gap:26px}.footer-menu a{font-size:.76rem}.rk-social-links{display:flex;gap:7px}.rk-social-links a{display:grid;place-items:center;width:28px;height:28px;border:1px solid rgb(255 255 255 / .45);border-radius:50%;font-size:.65rem;text-decoration:none}.rk-sensitive .rk-collection-hero,.rk-sensitive .rk-inline-cta{background:var(--rk-surface-alt)}.rk-sensitive .rk-collection-hero__media{opacity:.72}.rk-sensitive .rk-poem-card{box-shadow:none}@media (max-width:1100px){.primary-menu{gap:14px}.primary-menu>li>a{font-size:.84rem}.rk-home-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.rk-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.rk-container{width:min(var(--rk-container),calc(100% - 30px))}.rk-menu-toggle{display:block}.primary-navigation{position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - 78px);max-height:calc(100dvh - 78px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:none;align-items:stretch;flex-direction:column;margin:0;padding:14px 18px 20px;background:var(--rk-surface);border-bottom:1px solid var(--rk-border);box-shadow:var(--rk-shadow)}.primary-navigation.is-open{display:flex}.primary-menu{align-items:stretch;flex-direction:column;gap:0}.primary-menu>li>a{padding:11px 0}.primary-menu>li.current-menu-item>a::after,.primary-menu>li.current-menu-ancestor>a::after{display:none}.primary-menu .sub-menu{position:static;margin:0 0 8px;padding:0 0 0 12px;opacity:1;visibility:visible;transform:none;border:0;border-left:2px solid var(--rk-border);border-radius:0;box-shadow:none}.rk-header-cta{width:100%}.rk-hero__grid,.rk-hub-hero,.rk-collection-hero{grid-template-columns:1fr}.rk-hero__content{padding:42px 0 28px}.rk-hero__media{min-height:260px}.rk-hub-hero__media,.rk-collection-hero__media{height:240px}.rk-home-two-column,.rk-generator-layout{grid-template-columns:1fr}.rk-generator-intro{position:static}.rk-step-list{display:grid;grid-template-columns:repeat(4,1fr)}.rk-step-list li{justify-content:center;padding:11px 8px;font-size:.78rem}.rk-step-list li+li{border-top:0;border-left:1px solid var(--rk-border)}.rk-collection-grid,.rk-season-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rk-poem-card{grid-template-columns:34px 1fr}.rk-poem-card__actions{grid-column:2}.rk-generator-banner{grid-template-columns:1fr}.rk-generator-banner img{height:180px}.site-footer__inner{align-items:flex-start;flex-wrap:wrap;padding:20px 0}.footer-navigation{order:3;width:100%;margin:0}.footer-menu{flex-wrap:wrap;gap:12px 22px}}@media (max-width:640px){.rk-container{width:min(var(--rk-container),calc(100% - 24px))}.site-header__inner{min-height:66px}.site-brand__name{font-size:1.45rem}.rk-logo-mark{width:28px;height:34px}.custom-logo{max-width:190px;max-height:48px}.rk-section{padding:38px 0}.rk-poem-row{grid-template-columns:28px minmax(0,1fr);align-items:start}.rk-poem-row__link{grid-column:2;justify-self:start}.rk-home-cards,.rk-season-grid,.rk-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.rk-home-cards .rk-collection-card__image,.rk-collection-card__image{height:88px}.rk-collection-card__body{padding:11px}.rk-collection-card__body span{font-size:.77rem}.rk-generator-banner>div{padding:22px}.rk-section-head{align-items:flex-start}.rk-section-head>a{font-size:.85rem}.rk-hub-hero>div:first-child,.rk-collection-hero>div:first-child{padding:26px 22px}.rk-filterbar{align-items:flex-start;flex-direction:column}.rk-poem-card{grid-template-columns:28px 1fr;padding:14px 12px}.rk-poem-card__actions{grid-template-columns:1fr 1fr;gap:6px}.rk-action{font-size:.75rem}.rk-inline-cta{align-items:flex-start;flex-direction:column;padding:20px}.rk-inline-cta .rk-button{width:100%}.rk-step-list li{flex-direction:column;gap:5px}.rk-step-list span{width:24px;height:24px}.rk-generator-shell{padding:18px}.rk-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.rk-choice{min-height:74px;padding:10px}.rk-generator-fields{grid-template-columns:1fr}.rk-generated-preview{min-height:230px;padding:28px 18px}.footer-menu{flex-direction:column;gap:7px}.site-footer__publisher{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}.rk-age-links{margin-top:36px;padding-top:4px}.rk-age-links h2{font-size:1.4rem}