:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--primary:#1a1a1a;--secondary:#4a4a4a;--accent:#c9a227;--accent-hover:#b8931f;--cream:#faf9f6;--warm-gray:#f5f5f0;--border-light:#e8e6e1;--surface:#fff;--muted:#666;--danger:#b33a3a;--success:#2f6b37;--font-serif:"Cormorant Garamond", serif;--font-sans:"Inter", system-ui, sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font-sans);color:var(--primary);background:#fff;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:600;line-height:1.2}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}a{color:inherit;text-decoration:none}.container-wide{width:100%;max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.main-shell{min-height:calc(100vh - 80px);padding-top:80px}.main-shell--admin{background:var(--cream)}.page-band{padding:4rem 0}.page-band--cream{background:var(--cream)}.grid{gap:1.25rem;display:grid}.grid.two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;transition:box-shadow .3s,background .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 2px 20px #00000014}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:5rem;display:flex}.logo{font-family:var(--font-serif);letter-spacing:.02em;color:var(--primary);font-size:1.75rem;font-weight:700}.nav-desktop{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.25rem;max-width:min(56rem,58vw);display:none}@media (width>=1100px){.nav-desktop{flex-wrap:nowrap;gap:2rem;max-width:none}}@media (width>=900px){.nav-desktop{display:flex}}.nav-link{letter-spacing:.5px;color:var(--primary);font-size:14px;font-weight:500;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--accent)}.nav-link:after{content:"";background:var(--accent);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:none}.nav-cta-compact{letter-spacing:.08em;padding:10px 18px;font-size:11px}@media (width>=900px){.nav-cta{display:flex}}.nav-burger{cursor:pointer;color:var(--primary);background:0 0;border:0;padding:.5rem;display:flex}@media (width>=900px){.nav-burger{display:none}}.mobile-overlay{z-index:1998;opacity:0;pointer-events:none;background:#0006;transition:opacity .3s;position:fixed;inset:0}.mobile-overlay.is-open{opacity:1;pointer-events:auto}.mobile-menu{z-index:1999;background:#fff;width:min(320px,92vw);height:100vh;padding:5rem 2rem 2rem;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 40px #0000001a}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-close{cursor:pointer;color:var(--primary);background:0 0;border:0;padding:.5rem;position:absolute;top:1.5rem;right:1.5rem}.mobile-menu a{color:var(--primary);padding:.5rem 0;font-size:1.125rem;font-weight:500;display:block}.mobile-menu hr{border:0;border-top:1px solid var(--border-light);margin:1.5rem 0}.mobile-menu-admin-heading{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 .25rem;font-size:.75rem;font-weight:600}.hero-section{background:linear-gradient(135deg,#faf9f6 0%,#fff 50%,#f5f5f0 100%);min-height:calc(100vh - 80px);position:relative;overflow:hidden}.hero-bg-pattern{pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#c9a2270f 0%,#0000 50%),radial-gradient(circle at 80% 20%,#c9a2270a 0%,#0000 50%);position:absolute;inset:0}.hero-inner{z-index:1;padding:3rem 0 4rem;position:relative}@media (width>=1024px){.hero-inner{padding:4rem 0 5rem}}.hero-grid{align-items:center;gap:3rem;display:grid}@media (width>=1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-title{font-family:var(--font-serif);color:var(--primary);margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4.25rem);font-weight:600;line-height:1.1}.text-accent{color:var(--accent)}.hero-lead{color:var(--secondary);max-width:32rem;margin:0 0 1.5rem;font-size:1.25rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;padding-top:.5rem;display:flex}.animate-fade-in-up{animation:.8s ease-out forwards fadeInUp}.animate-fade-in{opacity:0;animation:1s ease-out .2s forwards fadeIn}.hero-trust{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:2rem;margin-top:2rem;padding-top:2rem;display:flex}.hero-stat-num{font-family:var(--font-serif);color:var(--primary);font-size:1.75rem;font-weight:700}.hero-stat-label{color:var(--secondary);margin-top:.25rem;font-size:.875rem}.hero-visual{position:relative}.hero-mosaic{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hero-mosaic-col{flex-direction:column;gap:1rem;display:flex}.hero-mosaic-col--offset{padding-top:2rem}.hero-thumb{background:var(--warm-gray);border-radius:.5rem;overflow:hidden;box-shadow:0 10px 40px #0000001f}.hero-thumb--tall{aspect-ratio:3/4}.hero-thumb--sq{aspect-ratio:1}.hero-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hero-thumb:hover img{transform:scale(1.05)}.hero-float-card{background:#fff;border-radius:.5rem;padding:1.25rem 1.5rem;animation:4s ease-in-out infinite float;position:absolute;bottom:-1rem;left:-.5rem;box-shadow:0 20px 50px #00000026}@media (width<=1023px){.hero-float-card{margin-top:1rem;animation:none;position:relative;bottom:0;left:0}}.hero-float-card-inner{align-items:center;gap:.75rem;display:flex}.hero-float-icon{background:var(--accent);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.hero-float-title{font-size:.875rem;font-weight:600}.hero-float-sub{color:var(--secondary);font-size:.75rem}.badge{letter-spacing:1px;text-transform:uppercase;border-radius:2px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.badge-accent{color:#856404;background:#fef3cd}.btn-primary,.button:not(.secondary){background:var(--primary);color:#fff;font-family:var(--font-sans);letter-spacing:1px;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:14px 28px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary:hover,.button:not(.secondary):hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 8px 25px #c9a22759}.btn-secondary,.button.secondary{color:var(--primary);border:1px solid var(--primary);font-family:var(--font-sans);letter-spacing:1px;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:2px;justify-content:center;align-items:center;padding:14px 28px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary:hover,.button.secondary:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.section-title{font-family:var(--font-serif);color:var(--primary);margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem)}.section-title--center{text-align:center}.section-subtitle{color:var(--muted);text-align:center;max-width:40rem;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.card .section-title,.product-card .section-title{margin-bottom:.5rem;font-size:clamp(1.25rem,2vw,1.5rem)}.page-intro .section-title{margin-bottom:.75rem}.page-intro .muted{max-width:48rem}.card{background:var(--surface);border:1px solid var(--border-light);border-radius:4px;padding:1.5rem 1.75rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.product-card{background:var(--surface);border:1px solid var(--border-light);border-radius:4px;gap:.75rem;padding:1.25rem;transition:box-shadow .3s;display:grid}.product-card:hover{box-shadow:0 12px 40px #00000014}.product-card img{object-fit:cover;background:var(--warm-gray);border-radius:4px;width:100%;height:220px}.product-card-link{color:inherit;display:block}.product-card-link:focus-visible .product-card{outline:2px solid var(--accent);outline-offset:4px}.product-media-layout{margin-top:.5rem}.product-detail-layout{gap:1.25rem;display:grid}.product-detail-info{align-self:start}.product-media-desktop{display:none}.product-media-thumbs{flex-direction:column;gap:.75rem;max-height:min(78vh,960px);padding-right:.25rem;display:flex;overflow-y:auto}.product-media-thumb{border:1px solid var(--border-light);cursor:pointer;background:0 0;border-radius:4px;width:72px;padding:0;transition:border-color .2s,box-shadow .2s;display:block;overflow:hidden}.product-media-thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 2px #c9a22733}.product-media-thumb img,.product-media-thumb video{aspect-ratio:3/4;object-fit:cover;background:0 0;width:100%;display:block}.product-media-stage,.product-media-slide{border:1px solid var(--border-light);background:0 0;border-radius:4px;overflow:hidden}.product-media-stage-trigger,.product-media-slide{text-align:left;border:1px solid var(--border-light);cursor:pointer;background:0 0;width:100%;padding:0}.product-media-stage img,.product-media-stage video,.product-media-slide img,.product-media-slide video{aspect-ratio:3/4;object-fit:cover;background:0 0;width:100%;display:block}.product-media-carousel{gap:.75rem;display:grid}.product-media-slide{scroll-snap-align:start}.product-media-main{gap:.75rem;display:grid}.product-media-nav{justify-content:center;align-items:center;gap:.75rem;display:flex}.product-media-layout .product-media-thumb,.product-media-layout .product-media-stage,.product-media-layout .product-media-slide,.product-media-layout .product-media-stage-trigger,.product-media-layout .product-media-thumb img,.product-media-layout .product-media-thumb video,.product-media-layout .product-media-stage img,.product-media-layout .product-media-stage video,.product-media-layout .product-media-slide img,.product-media-layout .product-media-slide video{background:#fff!important}.product-media-layout .icon-btn{color:#111827!important;background:#ffffffeb!important;border:1px solid #171e2a33!important}.product-media-slide.is-active{border-color:var(--accent)}.media-viewer-overlay{z-index:30000;background:#faf9f6eb;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.media-viewer-dialog{background:0 0;border:none;border-radius:8px;width:min(1200px,100%);max-height:calc(100vh - 2rem);padding:1rem;position:relative}.media-viewer-close{z-index:100000;pointer-events:auto;position:fixed;top:1rem;right:1rem}.icon-btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:3.25rem;min-width:3.25rem;height:3.25rem;padding:0;transition:transform .15s,background-color .2s,border-color .2s;display:inline-flex}.icon-btn:focus-visible{outline-offset:2px;outline:2px solid #c9a227cc}.icon-svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.icon-style-airy{color:#1f2937;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd6;border:1px solid #ffffffe0}.icon-style-airy:hover{background:#fffffff5;border-color:#fff}.icon-style-contrast{color:#fff;background:#26282ee6;border:1px solid #ffffffdb}.icon-style-contrast:hover{background:#0a0b0e;border-color:#fff}.media-viewer-layout{gap:1rem;height:100%;display:grid}.media-viewer-thumbs{order:2;gap:.5rem;display:flex;overflow-x:auto}.media-viewer-thumb{cursor:pointer;background:#fff;border:1px solid #ffffff6b;border-radius:4px;width:72px;min-width:72px;padding:0;overflow:hidden}.media-viewer-thumb.is-active{border-color:var(--accent);box-shadow:0 0 0 1px #c9a22766}.media-viewer-thumb img,.media-viewer-thumb video{aspect-ratio:3/4;object-fit:cover;background:#fff;width:100%;display:block}.media-viewer-main{align-content:start;gap:.75rem;min-height:0;display:grid;position:relative}.media-viewer-carousel-track{transition:transform .25s;display:flex}.media-viewer-carousel-slide{background:#fff;border:1px solid #ffffff24;border-radius:6px;min-width:100%;max-height:min(80vh,900px);overflow:hidden}.media-viewer-carousel-slide img,.media-viewer-carousel-slide video{aspect-ratio:3/4;object-fit:contain;background:#fff;width:100%;height:100%;max-height:min(80vh,900px);display:block}.media-viewer-controls{justify-content:center;align-items:center;gap:.75rem;display:flex}.media-viewer-side-nav{display:none}.media-viewer-close.icon-btn{border-radius:999px;width:3.5rem;min-width:3.5rem;height:3.5rem}.media-viewer-overlay .icon-btn{color:#111827!important;background:#ffffffe6!important;border:1px solid #fffffff2!important;border-radius:999px!important}.media-viewer-overlay .icon-btn .icon-svg{width:32px!important;height:32px!important}.media-viewer-overlay .media-viewer-close{z-index:100001!important}.media-viewer-overlay .media-viewer-thumb,.media-viewer-overlay .media-viewer-carousel-slide,.media-viewer-overlay .media-viewer-thumb img,.media-viewer-overlay .media-viewer-thumb video,.media-viewer-overlay .media-viewer-carousel-slide img,.media-viewer-overlay .media-viewer-carousel-slide video{background:0 0!important}.product-media-stage-trigger:hover,.product-media-slide:hover,.product-media-thumb:hover{box-shadow:none;background:0 0;transform:none}@media (width>=1024px){.product-detail-layout{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);align-items:start}.product-media-desktop{grid-template-columns:auto minmax(340px,680px);align-items:start;gap:1rem;display:grid}.product-media-carousel{display:none}.media-viewer-layout{grid-template-columns:84px minmax(0,1fr);align-items:start}.media-viewer-thumbs{z-index:6;flex-direction:column;order:1;width:84px;max-height:min(86vh,900px);padding-right:.25rem;position:relative;overflow:hidden auto}.media-viewer-main{z-index:2;order:2;position:relative}.media-viewer-controls{display:none}.media-viewer-side-nav{z-index:4;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.media-viewer-side-nav--prev{left:.5rem}.media-viewer-side-nav--next{right:.5rem}}.pill-row,.meta-row{flex-wrap:wrap;gap:.5rem;display:flex}.pill{background:var(--cream);border:1px solid var(--border-light);color:var(--secondary);border-radius:2px;align-items:center;padding:4px 10px;font-size:13px;display:inline-flex}.pill.muted{opacity:.85}.actions,.inline-actions{flex-wrap:wrap;gap:.75rem;display:flex}.muted{color:var(--secondary)}.site-footer{background:var(--primary);color:#fff;margin-top:auto;padding:3.5rem 0 2rem}.site-footer a{color:#ffffffd9;transition:color .2s}.site-footer a:hover{color:var(--accent)}.site-footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.site-footer-brand{font-family:var(--font-serif);margin:0 0 1rem;font-size:1.75rem}.site-footer-desc{color:#9ca3af;max-width:22rem;margin:0 0 1.25rem;font-size:.875rem;line-height:1.7}.site-footer-col h4{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;margin:0 0 1rem;font-size:.75rem;font-weight:600}.site-footer-col ul{margin:0;padding:0;list-style:none}.site-footer-col li{margin-bottom:.5rem}.site-footer-bottom{color:#9ca3af;text-align:center;border-top:1px solid #ffffff1a;padding-top:1.5rem;font-size:.8125rem}.layout-admin{grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:1.25rem;display:grid}.form-grid{gap:.75rem;display:grid}.field{gap:.375rem;display:grid}.field input,.field textarea,.field select{border:1px solid var(--border-light);width:100%;font:inherit;background:#fff;border-radius:2px;padding:10px 12px;transition:border-color .2s,box-shadow .2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c9a2271f}.field textarea{resize:vertical;min-height:96px}.table{border-collapse:collapse;width:100%;font-size:.9375rem}.table th,.table td{text-align:left;border-bottom:1px solid var(--border-light);vertical-align:top;padding:.75rem .5rem}.hidden-file-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.status{font-weight:700}.status.published{color:var(--success)}.status.draft,.status.review{color:#7f5a08}.status.archived{color:var(--muted)}.error{color:var(--danger);margin:0}.success{color:var(--success);margin:0}button:not(.secondary):not(.nav-burger):not(.mobile-menu-close):not(.table button):not(.for-authors-submit){cursor:pointer;background:var(--primary);color:#fff;font-weight:600;font:inherit;letter-spacing:.05em;text-transform:uppercase;border:0;border-radius:2px;padding:12px 20px;font-size:13px;transition:all .3s}button:not(.secondary):not(.nav-burger):not(.mobile-menu-close):not(.table button):not(.for-authors-submit):not(.product-media-thumb):not(.product-media-stage-trigger):not(.product-media-slide):not(.media-viewer-thumb):not(.media-viewer-close):not(.icon-btn):hover{background:var(--accent)}button.secondary{color:var(--primary);border:1px solid var(--primary);background:0 0}button.secondary:hover{background:var(--primary);color:#fff}@media (width<=960px){.layout-admin{grid-template-columns:1fr}}.authors-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.author-card{background:var(--surface);border:1px solid var(--border-light);text-align:center;border-radius:4px;padding:1.5rem;transition:box-shadow .3s}.author-card:hover{box-shadow:0 12px 36px #00000014}.author-avatar{object-fit:cover;border:3px solid var(--cream);border-radius:50%;width:120px;height:120px;margin:0 auto 1rem;display:block;box-shadow:0 4px 20px #0000001a}.author-name{font-family:var(--font-serif);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}.author-tag{color:var(--secondary);margin:0 0 .75rem;font-size:.875rem}.star-rating{color:var(--accent);letter-spacing:2px;margin-bottom:.75rem;font-size:1rem}.author-items{color:var(--secondary);margin:0 0 1.25rem;font-size:.875rem}.author-card-cta{width:100%;padding:10px 16px;font-size:11px}.section-cta-row{text-align:center;margin-top:2.5rem}.steps-wrap{max-width:48rem;margin:0 auto}.step-item{padding-bottom:3rem;padding-left:5rem;position:relative}.step-item--last{padding-bottom:0}.step-number{background:var(--primary);color:#fff;width:3.5rem;height:3.5rem;font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex;position:absolute;top:0;left:0}.step-title{font-family:var(--font-serif);margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.step-text{color:var(--secondary);margin:0;line-height:1.7}.for-authors-section{color:#fff;padding:5rem 0;position:relative;overflow:hidden}.for-authors-bg{background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 45%,#1a1a1a 100%);position:absolute;inset:0}.for-authors-pattern{opacity:.07;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.for-authors-inner{z-index:1;position:relative}.for-authors-grid{align-items:start;gap:3rem;display:grid}@media (width>=1024px){.for-authors-grid{grid-template-columns:1fr 1fr}}.for-authors-badge{color:#fef3cd;background:#c9a22740;margin-bottom:1.25rem}.for-authors-heading{font-family:var(--font-serif);margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.15}.for-authors-lead{color:#d1d5db;margin:0 0 1.75rem;font-size:1.125rem;line-height:1.6}.for-authors-form{gap:.75rem;display:grid}.for-authors-input{color:#fff;width:100%;font:inherit;background:#ffffff14;border:1px solid #ffffff38;border-radius:2px;padding:14px 16px;font-size:.9375rem}.for-authors-input::placeholder{color:#9ca3af}.for-authors-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #c9a22733}.for-authors-textarea{resize:vertical;min-height:120px}.for-authors-form select.for-authors-input{color:#fff}.for-authors-form select.for-authors-input option{color:var(--primary);background:#fff}.for-authors-submit{background:var(--accent);width:100%;color:var(--primary);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:0;border-radius:2px;margin-top:.25rem;padding:16px 20px;font-size:13px;font-weight:600;transition:background .3s}.for-authors-submit:hover{background:var(--accent-hover)}.for-authors-form-note{color:#9ca3af;margin:.75rem 0 0;font-size:.875rem}.for-authors-benefits{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.for-authors-benefit{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.for-authors-benefit-icon{background:#c9a22733;border-radius:.5rem;flex-shrink:0;width:3rem;height:3rem;position:relative}.for-authors-benefit-icon:after{content:"✓";color:var(--accent);justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;position:absolute;inset:0}.for-authors-benefit-title{font-family:var(--font-serif);color:#fff;margin:0 0 .35rem;font-size:1.125rem;font-weight:600}.for-authors-benefit-text{color:#9ca3af;margin:0;font-size:.875rem;line-height:1.55}.for-authors-stats{text-align:center;border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;padding-top:2rem;display:grid}.for-authors-stat-num{font-family:var(--font-serif);color:var(--accent);font-size:1.75rem;font-weight:700}.for-authors-stat-label{color:#9ca3af;margin-top:.25rem;font-size:.8125rem}@media (width<=768px){.section-title{font-size:2rem}.hero-title{font-size:2.5rem}.step-item{padding-left:4rem}.step-number{width:3rem;height:3rem;font-size:1.25rem}}
