.marketing-page,.platform-page{background-color:var(--background);color:var(--color-foreground);width:100%;max-width:none;font-family:'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.marketing-page .btn-lg,.platform-page .btn-lg{min-height:2.5rem;height:2.5rem;padding:0 2rem;font-size:0.875rem;font-weight:500;line-height:1.25;border-radius:calc(var(--radius) - 2px)}.marketing-page .btn-outline.btn-lg,.marketing-page .btn-on-dark.btn-lg,.platform-page .btn-outline.btn-lg,.platform-page .btn-on-dark.btn-lg{border-width:1px}.marketing-page>section,.platform-page>section{padding-left:var(--section-padding-x);padding-right:var(--section-padding-x)}.constrain-sm,.platform-constrain-sm{width:100%;max-width:var(--container-sm);margin-left:auto;margin-right:auto}.constrain-md,.platform-constrain-md{width:100%;max-width:var(--container-md);margin-left:auto;margin-right:auto}.constrain-lg,.platform-constrain-lg{width:100%;max-width:var(--container-lg);margin-left:auto;margin-right:auto}.constrain-xl,.platform-constrain-xl{width:100%;max-width:var(--container-xl);margin-left:auto;margin-right:auto}.lucide-icon{flex-shrink:0;display:block}.marketing-section-head,.home-section-head{max-width:var(--container-narrow);margin:0 auto;text-align:center}.marketing-section-head .eyebrow,.home-section-head .eyebrow{margin:0}.marketing-section-head__title,.home-section-head__title{margin:0.75rem 0 0;font-size:clamp(1.875rem, 3.5vw, 2.25rem);font-weight:700;letter-spacing:-0.02em;line-height:1.15;color:var(--color-foreground)}.marketing-section-head__lead,.home-section-head__lead{margin:1rem 0 0;font-size:1rem;line-height:1.65;color:var(--color-muted-foreground)}.marketing-section-head--lg .marketing-section-head__title,.home-section-head--lg .marketing-section-head__title,.marketing-section-head--lg .home-section-head__title,.home-section-head--lg .home-section-head__title{font-size:2.25rem;font-weight:800;letter-spacing:-0.025em;line-height:1.1}@media (min-width: 640px){.marketing-section-head--lg .marketing-section-head__title,.home-section-head--lg .marketing-section-head__title,.marketing-section-head--lg .home-section-head__title,.home-section-head--lg .home-section-head__title{font-size:3rem}}.marketing-section-head--invert .marketing-section-head__title,.marketing-section-head--invert,.home-section-head--invert .marketing-section-head__title,.home-section-head--invert,.marketing-section-head--invert .home-section-head__title,.home-section-head--invert .home-section-head__title{color:#fff}.marketing-section-head__lead--invert,.home-section-head__lead--invert{color:rgba(255,255,255,0.75)}.marketing-section-head__eyebrow-invert,.home-section-head__eyebrow-invert{color:var(--brand-teal) !important}.home-section-head__title{font-size:2.25rem;font-weight:800;letter-spacing:-0.025em;line-height:1.1}@media (min-width: 640px){.home-section-head__title{font-size:3rem}}.home-section-head__lead{line-height:1.6}.home-blog{padding:6rem 0}.home-blog__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem}.home-blog__head-copy{max-width:40rem}.home-blog__view-all{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.875rem;font-weight:600;color:var(--color-foreground);text-decoration:none;white-space:nowrap}.home-blog__view-all:hover{color:var(--brand-teal)}.home-blog__carousel-wrap{position:relative;display:flex;align-items:center;gap:1rem;margin-top:3rem}.home-blog__carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:0.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.home-blog__carousel::-webkit-scrollbar{display:none}.home-blog__slide{flex:0 0 calc((100% - 3rem) / 3);min-width:16rem;scroll-snap-align:start}@media (max-width: 1023px){.home-blog__slide{flex-basis:calc((100% - 1.5rem) / 2)}}@media (max-width: 639px){.home-blog__slide{flex-basis:85%}}.home-blog__nav{flex:0 0 auto;display:none;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid var(--border);background:var(--background);box-shadow:var(--shadow-soft);cursor:pointer;transition:transform 0.2s ease, box-shadow 0.2s ease}.home-blog__nav:hover{transform:translateY(-2px);box-shadow:var(--shadow-elegant)}@media (min-width: 640px){.home-blog__nav{display:inline-flex}}.marketing-section-title{margin:0.75rem 0 0;font-size:clamp(1.875rem, 3.5vw, 2.25rem);font-weight:700;letter-spacing:-0.02em;line-height:1.15;color:var(--color-foreground)}.surface-card--interactive{border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-soft);transition:transform 0.25s ease, box-shadow 0.25s ease}.surface-card--interactive:hover{transform:translateY(-4px);box-shadow:var(--shadow-elegant)}.marketing-card-title{margin:0.5rem 0 0;font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.marketing-card-body{margin:0.5rem 0 0;font-size:0.875rem;line-height:1.65;color:var(--color-muted-foreground)}.marketing-icon-box,.marketing-feature-grid__icon{display:grid;flex-shrink:0;place-items:center;width:3rem;height:3rem;line-height:0;border-radius:var(--radius-xl);background:var(--gradient-brand);color:var(--primary-foreground)}.marketing-icon-box--sm{width:2.5rem;height:2.5rem;border-radius:var(--radius-lg)}.marketing-icon-box__svg,.marketing-feature-grid__icon-svg{display:block;color:var(--primary-foreground)}.marketing-icon-box--sm .marketing-icon-box__svg,.marketing-icon-box--sm .marketing-feature-grid__icon-svg{width:1.25rem;height:1.25rem}.marketing-split{display:grid;gap:2.5rem;align-items:center}@media (min-width: 1024px){.marketing-split{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.marketing-split--reverse .marketing-split__copy{order:2}.marketing-split--reverse .marketing-split__media{order:1}}.marketing-split__title{margin:0.75rem 0 0;font-size:clamp(1.5rem, 3vw, 1.875rem);font-weight:700;letter-spacing:-0.02em;line-height:1.2;color:var(--color-foreground)}.marketing-split__body{margin:1rem 0 0;font-size:1rem;line-height:1.65;color:var(--color-muted-foreground)}.marketing-split__media{overflow:hidden;border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-elegant)}.marketing-split__img{display:block;width:100%;height:auto;object-fit:cover}.marketing-check-row{display:flex;align-items:flex-start;gap:0.5rem;font-size:0.875rem;line-height:1.5}.marketing-check-row__icon{flex-shrink:0;margin-top:0.125rem;color:var(--brand-teal)}.section-tinted-bordered{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:color-mix(in oklab, var(--secondary) 40%, transparent)}.section-tinted-light{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:color-mix(in oklab, var(--secondary) 30%, transparent)}.marketing-feature-grid__grid{display:grid;gap:1.5rem}@media (min-width: 768px){.marketing-feature-grid__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.marketing-feature-grid__grid{grid-template-columns:repeat(3, 1fr)}}.marketing-feature-grid__card{border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-soft);transition:transform 0.25s ease, box-shadow 0.25s ease;padding:1.75rem}.marketing-feature-grid__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-elegant)}.marketing-feature-grid__card--column{display:flex;flex-direction:column;align-items:flex-start;height:100%}.marketing-feature-grid__icon-svg{width:1.5rem;height:1.5rem}.marketing-feature-grid__card-title{margin:0.5rem 0 0;font-size:1.125rem;font-weight:600;color:var(--color-foreground)}.marketing-feature-grid__card-body{margin:0.5rem 0 0;font-size:0.875rem;line-height:1.65;color:var(--color-muted-foreground)}.marketing-section-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.marketing-section-toolbar .marketing-section-title{flex:0 0 auto;display:flex;align-items:center;height:2rem;margin:0;line-height:1.2}@media (max-width: 767px){.marketing-section-toolbar{flex-direction:column;align-items:stretch;gap:1rem}.marketing-section-toolbar .marketing-section-title{height:auto;display:block}}.marketing-filter-pills-scroll{flex:1 1 auto;min-width:0}.marketing-filter-pills-wrap{position:relative;overflow:hidden}.marketing-filter-pills-wrap::after{content:'';position:absolute;top:0;right:0;height:100%;width:2.5rem;pointer-events:none;background:linear-gradient(to right, transparent, var(--background))}.section-tinted-bordered .marketing-filter-pills-wrap::after,.section-tinted-light .marketing-filter-pills-wrap::after{background:linear-gradient(to right, transparent, color-mix(in oklab, var(--secondary) 40%, transparent))}.marketing-filter-pills{display:flex;flex-wrap:nowrap;align-items:center;gap:0.5rem;width:100%;min-height:2rem;padding-bottom:0.5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:color-mix(in oklab, var(--color-foreground) 25%, transparent) transparent}.marketing-filter-pills::-webkit-scrollbar{height:4px}.marketing-filter-pills::-webkit-scrollbar-track{margin-top:0.25rem;background:color-mix(in oklab, var(--border) 50%, transparent);border-radius:9999px}.marketing-filter-pills::-webkit-scrollbar-thumb{border-radius:9999px;background:color-mix(in oklab, var(--color-foreground) 30%, transparent)}.marketing-filter-pills::-webkit-scrollbar-thumb:hover{background:color-mix(in oklab, var(--color-foreground) 45%, transparent)}.marketing-filter-pill{display:inline-flex;align-items:center;flex:0 0 auto;height:2rem;padding:0 1rem;border-radius:9999px;font-size:0.75rem;font-weight:600;line-height:1;white-space:nowrap;text-decoration:none;transition:background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease}.marketing-filter-pill--active{background:var(--color-foreground);color:var(--background)}.marketing-filter-pill--inactive{background:var(--background);color:var(--color-foreground);box-shadow:inset 0 0 0 1px var(--border)}.marketing-filter-pill--inactive:hover{background:color-mix(in oklab, var(--secondary) 60%, transparent)}.marketing-card-link{border-radius:var(--radius-2xl);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-soft);transition:transform 0.25s ease, box-shadow 0.25s ease;display:flex;flex-direction:column;padding:1.5rem;text-decoration:none;color:inherit}.marketing-card-link:hover{transform:translateY(-4px);box-shadow:var(--shadow-elegant)}.marketing-card-link__media{overflow:hidden;border-radius:var(--radius-xl);height:8rem}.marketing-card-link__image{display:block;width:100%;height:100%;object-fit:cover}.marketing-card-link__media-placeholder{width:100%;height:100%;background:var(--gradient-brand);opacity:0.85}.marketing-card-link .eyebrow{margin-top:1rem}.marketing-card-link .marketing-feature-grid__card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:1.4;min-height:calc(1.125rem * 1.4 * 2)}.marketing-card-link__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem}.marketing-card-link__date{font-size:0.875rem;color:var(--color-muted-foreground)}.marketing-card-link__arrow{display:block;color:var(--color-foreground);transition:transform 0.2s ease}.marketing-card-link:hover .marketing-card-link__arrow{transform:translateX(4px)}.marketing-featured-card{display:grid;overflow:hidden;border-radius:var(--radius-3xl)}@media (min-width: 768px){.marketing-featured-card{grid-template-columns:1.1fr 1fr}}.marketing-featured-card__media{min-height:16rem;overflow:hidden}@media (min-width: 768px){.marketing-featured-card__media{min-height:100%}}.marketing-featured-card__image{display:block;width:100%;height:100%;min-height:16rem;object-fit:cover}.marketing-featured-card__media-placeholder{width:100%;height:100%;min-height:16rem;background:var(--gradient-hero)}.marketing-featured-card__body{padding:1.5rem}@media (min-width: 768px){.marketing-featured-card__body{padding:2.5rem}}.home-trusted{padding:3.5rem 0}.home-trusted__eyebrow{text-align:center;font-size:0.75rem;font-weight:600;letter-spacing:0.22em;text-transform:uppercase;color:var(--color-muted-foreground);margin:0}.home-trusted__row{margin-top:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:3rem;row-gap:1.5rem;opacity:0.7}.home-trusted__brand{font-size:1rem;font-weight:600;letter-spacing:0.18em;color:color-mix(in oklab, var(--color-foreground) 60%, transparent)}@keyframes marketing-logo-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.logo-container{position:relative;width:100%;overflow:hidden;margin-top:2rem;-webkit-mask-image:linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);mask-image:linear-gradient(to right, transparent, #000 5%, #000 95%, transparent)}.logo-scroll{display:flex;align-items:center;flex-wrap:nowrap;gap:3rem;width:max-content;animation:marketing-logo-scroll 30s linear infinite}.logo-scroll:hover{animation-play-state:paused}.logo-scroll .logo-image{flex-shrink:0}.writer-profile-page>section{padding-top:var(--section-padding-y);padding-bottom:var(--section-padding-y)}.writer-profile-page .writer-profile-hero,.writer-profile-page .writer-profile-stats,.writer-profile-page .writer-profile-related{padding-top:5rem;padding-bottom:5rem}.writer-profile-page .writer-profile-hero{position:relative;overflow:hidden;padding-top:7rem}.writer-profile-page .writer-profile-hero::before{content:'';position:absolute;inset:0;pointer-events:none;opacity:0.6;background:radial-gradient(60% 50% at 50% 0%, color-mix(in oklab, var(--brand-teal) 18%, transparent) 0%, transparent 75%)}.writer-profile-hero__back{position:relative;z-index:1;display:inline-flex;align-items:center;gap:0.5rem;margin-bottom:2rem;font-size:0.875rem;font-weight:500;color:var(--color-muted-foreground);text-decoration:none;transition:color 0.2s ease}.writer-profile-hero__back:hover,.writer-profile-hero__back:focus{color:var(--color-foreground);text-decoration:none}.writer-profile-hero__back-icon{display:block;flex-shrink:0}.writer-profile-hero__grid{position:relative;z-index:1;display:grid;gap:2.5rem;align-items:start}@media (min-width: 1024px){.writer-profile-hero__grid{grid-template-columns:minmax(0, 21.25rem) 1fr;gap:2.5rem}}.writer-profile-hero__portrait-wrap{position:relative}.writer-profile-hero__portrait-glow{position:absolute;inset:-0.5rem;z-index:0;border-radius:2rem;background:var(--gradient-brand);opacity:0.45;filter:blur(1.75rem)}.writer-profile-hero__portrait-card{position:relative;z-index:1;overflow:hidden;border-radius:2rem;border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-soft)}.writer-profile-hero__portrait{display:block;width:100%;max-height:26rem;aspect-ratio:4 / 5;object-fit:cover;object-position:center}.writer-profile-hero__vetted-badge{position:absolute;top:1rem;right:1rem;z-index:2;display:inline-flex;align-items:center;gap:0.375rem;padding:0.375rem 0.75rem;border-radius:9999px;border:1px solid color-mix(in oklab, var(--brand-teal) 55%, transparent);background:color-mix(in oklab, var(--brand-teal) 30%, transparent);backdrop-filter:blur(12px);color:#fff;font-size:0.6875rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase}.writer-profile-hero__vetted-icon{display:flex;align-items:center;line-height:0}.writer-profile-hero__vetted-svg{display:block}.writer-profile-hero__name{margin:1rem 0 0;font-size:clamp(2.25rem, 4vw, 3rem);font-weight:800;letter-spacing:-0.025em;line-height:1.1;color:var(--color-foreground)}.writer-profile-hero__title{margin:0.75rem 0 0;font-size:1.125rem;line-height:1.5;color:var(--color-muted-foreground)}.writer-profile-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem 1.5rem;margin-top:1.5rem}.writer-profile-hero__meta-item{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.875rem;line-height:1.25rem;color:var(--color-muted-foreground)}.writer-profile-hero__meta-icon{display:flex;align-items:center;justify-content:center;flex:0 0 1rem;width:1rem;height:1.25rem;margin:0;padding:0;line-height:0}.writer-profile-hero__meta-svg{display:block;width:1rem;height:1rem;margin:0;flex-shrink:0;color:var(--brand-teal)}.writer-profile-hero__meta-svg--filled{fill:var(--brand-teal)}.writer-profile-hero__meta-item>span:last-child{display:block;margin:0;line-height:1.25rem}.writer-profile-hero__focus{max-width:42rem;margin:1.5rem 0 0;font-size:1rem;line-height:1.65;color:color-mix(in oklab, var(--color-foreground) 90%, transparent)}.writer-profile-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem;margin-top:2rem}.writer-profile-hero__hire{display:inline-flex;align-items:center;gap:0.5rem}.writer-profile-hero__hire-icon{display:block}.writer-profile-hero__socials{display:flex;align-items:center;gap:0.5rem;margin-left:0.25rem}.writer-profile-hero__social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;border:1px solid var(--border);background:var(--background);color:var(--color-muted-foreground);font-size:1rem;text-decoration:none;transition:transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease}.writer-profile-hero__social-link:hover,.writer-profile-hero__social-link:focus{transform:translateY(-2px);border-color:transparent;background:var(--gradient-brand);box-shadow:var(--shadow-elegant);color:var(--primary-foreground);text-decoration:none}.writer-profile-about__grid{display:grid;gap:3rem}@media (min-width: 1024px){.writer-profile-about__grid{grid-template-columns:1.5fr 1fr;gap:3rem}}.writer-profile-about__title{margin:0.75rem 0 0;font-size:clamp(1.875rem, 3.5vw, 2.25rem);font-weight:700;letter-spacing:-0.02em;line-height:1.15;color:var(--color-foreground)}.writer-profile-about__bio{margin-top:1.5rem;font-size:1rem;line-height:1.65;color:var(--color-muted-foreground)}.writer-profile-about__bio p{margin:0 0 1.25rem;color:inherit}.writer-profile-about__bio p:last-child{margin-bottom:0}.writer-profile-about__aside{padding:1.75rem}.writer-profile-about__specialties{margin:1.25rem 0 0;padding:0;list-style:none}.writer-profile-about__specialty{display:flex;align-items:flex-start;gap:0.75rem;margin-bottom:0.75rem;font-size:0.875rem;line-height:1.5;color:var(--color-foreground)}.writer-profile-about__specialty::before{content:'';flex-shrink:0;width:0.375rem;height:0.375rem;margin-top:0.4375rem;border-radius:9999px;background:var(--brand-teal)}.writer-profile-about__empty{margin:1.25rem 0 0;font-size:0.875rem;color:var(--color-muted-foreground)}.writer-profile-about__vetted{display:flex;align-items:center;gap:0.5rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid var(--border);font-size:0.75rem;line-height:1rem;font-weight:600;color:var(--brand-teal)}.writer-profile-about__vetted-icon{display:flex;align-items:center;justify-content:center;flex:0 0 1rem;width:1rem;height:1rem;margin:0;padding:0;line-height:0}.writer-profile-about__vetted-svg{display:block;width:1rem;height:1rem;margin:0;flex-shrink:0}.writer-profile-about__vetted-text{display:block;margin:0;line-height:1rem}.writer-profile-stats__grid{display:grid;gap:2rem}@media (min-width: 640px){.writer-profile-stats__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.writer-profile-stats__grid{grid-template-columns:repeat(4, 1fr)}}.writer-profile-stats__card{padding:1.5rem}.writer-profile-stats__label{display:flex;align-items:center;gap:0.5rem;font-size:0.75rem;line-height:1rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--color-muted-foreground)}.writer-profile-stats__label-icon{display:flex;align-items:center;justify-content:center;flex:0 0 1rem;width:1rem;height:1rem;margin:0;padding:0;line-height:0}.writer-profile-stats__label-svg{display:block;width:1rem;height:1rem;margin:0;flex-shrink:0;color:var(--brand-teal)}.writer-profile-stats__label-svg--filled{fill:var(--brand-teal)}.writer-profile-stats__label-text{display:block;margin:0;line-height:1rem}.writer-profile-stats__value{margin:0.75rem 0 0;font-size:1.5rem;font-weight:700;letter-spacing:-0.02em;line-height:1.2;color:var(--color-foreground)}.writer-profile-stats__hint{margin:0.5rem 0 0;font-size:0.75rem;line-height:1.5;color:var(--color-muted-foreground)}.writer-profile-samples__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem}.writer-profile-samples__intro{max-width:var(--container-narrow)}.writer-profile-samples__lead{margin:1rem 0 0;font-size:1rem;line-height:1.65;color:var(--color-muted-foreground)}.writer-profile-samples__filter{flex:0 0 auto}.writer-profile-samples__select{min-width:12rem;padding:0.625rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);color:var(--color-foreground);font-size:0.875rem;line-height:1.25}.writer-profile-samples__grid{display:grid;gap:1.5rem}@media (min-width: 768px){.writer-profile-samples__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.writer-profile-samples__grid{grid-template-columns:repeat(3, 1fr)}}.writer-profile-sample{display:flex;flex-direction:column;height:100%;padding:1.75rem;text-decoration:none;color:inherit}.writer-profile-sample:hover,.writer-profile-sample:focus{text-decoration:none;color:inherit}.writer-profile-sample__tag{display:inline-flex;align-self:flex-start;padding:0.25rem 0.625rem;border-radius:9999px;background:color-mix(in oklab, var(--brand-teal) 12%, transparent);color:var(--brand-teal);font-size:0.625rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase}.writer-profile-sample__title{margin:1rem 0 0;font-size:1.125rem;font-weight:600;line-height:1.35;color:var(--color-foreground)}.writer-profile-sample__excerpt{flex:1 1 auto;margin:1rem 0 0;font-size:0.875rem;line-height:1.65;color:var(--color-muted-foreground)}.writer-profile-sample__footer{display:inline-flex;align-items:center;gap:0.375rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border);font-size:0.75rem;line-height:0.875rem;font-weight:600;color:var(--brand-teal)}.writer-profile-sample__footer-text{display:block;margin:0;line-height:0.875rem}.writer-profile-sample__footer-icon{display:flex;align-items:center;justify-content:center;flex:0 0 0.875rem;width:0.875rem;height:0.875rem;margin:0;padding:0;line-height:0}.writer-profile-sample__footer-svg{display:block;width:0.875rem;height:0.875rem;margin:0;flex-shrink:0}.writer-profile-samples__pagination{margin-top:2.5rem}.writer-profile-related__head{max-width:var(--container-narrow)}.writer-profile-related__grid{display:grid;gap:1.5rem;margin-top:2.5rem}@media (min-width: 640px){.writer-profile-related__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1024px){.writer-profile-related__grid{grid-template-columns:repeat(3, 1fr)}}.writer-profile-related__card{display:flex;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;color:inherit}.writer-profile-related__card:hover,.writer-profile-related__card:focus{text-decoration:none;color:inherit}.writer-profile-related__avatar{flex-shrink:0;width:4rem;height:4rem;border-radius:9999px;object-fit:cover;box-shadow:var(--shadow-elegant),0 0 0 2px var(--background)}.writer-profile-related__info{min-width:0}.writer-profile-related__name{margin:0;overflow:hidden;font-size:0.875rem;font-weight:600;line-height:1.25;color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap}.writer-profile-related__title{margin:0.25rem 0 0;overflow:hidden;font-size:0.75rem;line-height:1.25;color:var(--color-muted-foreground);text-overflow:ellipsis;white-space:nowrap}.writer-profile-related__link{display:inline-flex;align-items:center;gap:0.25rem;margin:0.25rem 0 0;font-size:0.6875rem;line-height:0.75rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--brand-teal)}.writer-profile-related__link-text{display:block;margin:0;line-height:0.75rem}.writer-profile-related__link-icon{display:flex;align-items:center;justify-content:center;flex:0 0 0.75rem;width:0.75rem;height:0.75rem;margin:0;padding:0;line-height:0}.writer-profile-related__link-svg{display:block;width:0.75rem;height:0.75rem;margin:0;flex-shrink:0}.writer-profile-cta{padding-bottom:6rem}.writer-profile-cta__inner{padding:3rem 2rem;text-align:center}.writer-profile-cta__title{margin:0;font-size:clamp(1.75rem, 3vw, 2.25rem);font-weight:700;letter-spacing:-0.02em;line-height:1.15;color:var(--color-foreground)}.writer-profile-cta__lead{margin:1rem 0 0;font-size:1rem;line-height:1.65;color:var(--color-muted-foreground)}.writer-profile-cta__inner .btn{margin-top:1.5rem}@media (max-width: 767px){.writer-profile-hero__grid{text-align:center}.writer-profile-hero__meta{justify-content:center}.writer-profile-hero__actions{justify-content:center}.writer-profile-hero__socials{margin-left:0;justify-content:center;width:100%}.writer-profile-samples__head{flex-direction:column;align-items:stretch}.writer-profile-samples__select{width:100%}}.writer-hero-wrap{display:grid;margin-bottom:0;padding:20px;grid-auto-columns:1fr;grid-column-gap:16px;grid-row-gap:0;grid-template-columns:1fr 0.75fr;grid-template-rows:auto;border:1px solid #f7dc5b;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,0.15);background-color:#fff}.writer-hero-flex{display:flex;margin-bottom:0;justify-content:space-between;align-items:flex-start}.writer-headshot-wrap{position:relative;margin-right:15px;flex:0 0 auto}.writer-headshot-profile{position:relative;z-index:1;width:120px;height:120px;border-radius:100%;background-image:url(https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg);background-position:50% 50%;background-size:cover;background-repeat:no-repeat}.writer-headshot-border-2{position:absolute;left:-7px;top:1px;width:120px;height:120px;border-radius:100%;background-color:#f7dc5b}.writer-detail-wrap{display:flex;margin-left:20px;flex-direction:column;align-items:stretch}.writer-name-wrap{display:flex;margin-bottom:5px;align-items:center}.plan-title-2{margin-bottom:10px;color:var(--primary);font-size:1.2rem;font-weight:600}.plan-title-2.no-margin.large{font-size:1.5rem;line-height:1.8rem;margin-bottom:0}.writer-location{padding-left:20px;background-image:url(/assets/icons/map-db0774bcbf6e6d4a411707a4dc67cdf09457ebedc05d92d4494d00c37def93c7.svg);background-position:0 50%;background-size:15px;background-repeat:no-repeat;font-size:0.8rem}.writer-block-details{display:flex;margin-top:0;align-items:center;color:#6e6e6e;font-size:0.8rem;font-weight:400}.writer-block-details.large{flex-direction:column}.order-detail-divider{width:5px;height:5px;margin:0 0.625rem;flex:0 0 auto;border-radius:100px;background-color:#8d99ae;opacity:0.45}.writer-top-flex{display:flex;margin-bottom:30px;align-items:center}.speciality-badge{display:inline-block;margin-right:0.5rem;margin-bottom:0.5rem;padding:0.3rem 0.5rem;border-radius:24px;font-size:0.75rem;text-align:center;color:var(--primary);background-color:lightgray}@media screen and (max-width: 991px){.writer-hero-wrap{grid-template-columns:1fr}}@media screen and (max-width: 479px){.writer-top-flex{flex-direction:column;align-items:stretch;flex:1}.writer-headshot-wrap{margin:0 0 12px}.writer-detail-wrap{margin-left:0;align-items:flex-start;text-align:center}.writer-name-wrap{margin-bottom:15px;flex-direction:column;align-items:flex-start}.order-detail-divider{display:none}}
