body.subpage{background:var(--ink);color:var(--white)}
.main-nav>a.is-current:not(.button){color:var(--white)}
.main-nav>a.is-current:not(.button)::after{transform:scaleX(1)}
.page-hero{position:relative;display:flex;align-items:center;min-height:max(40rem,100svh);padding:calc(var(--topbar-h) + var(--header-h) + 2.5rem) var(--gutter) 5.5rem;overflow:hidden;background:#07090b;color:#fff}
.page-hero.reveal{opacity:1;transform:none}
.page-hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(270deg,rgba(5,7,9,.98),rgba(5,7,9,.84) 38%,rgba(5,7,9,.24) 72%),linear-gradient(0deg,rgba(5,7,9,.78),transparent 52%)}
.page-hero__content{position:relative;z-index:1;width:min(55rem,72vw)}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin-bottom:1.4rem;color:#c7cccf;font-size:.78rem}
.breadcrumbs a{border-bottom:1px solid rgba(255,255,255,.35)}
.breadcrumbs span{color:var(--accent)}
.page-hero h1{max-width:53rem;margin:0;font-size:clamp(4.3rem,7.2vw,8rem);font-weight:900;line-height:1.08;letter-spacing:-.055em}
.page-hero p{max-width:42rem;margin:1.25rem 0 1.65rem;color:#d6dadd;font-size:clamp(.95rem,1.25vw,1.15rem);line-height:1.9}
.page-hero__actions{display:flex;align-items:center;gap:1.4rem}
.page-hero__rail{position:absolute;z-index:2;inset:auto var(--gutter) 1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(52rem,68vw);border-top:1px solid rgba(255,255,255,.18);border-inline-start:1px solid rgba(255,255,255,.18);background:rgba(7,9,11,.9);backdrop-filter:blur(8px)}
.page-hero__rail span{padding:1.2rem 1.35rem;border-inline-end:1px solid rgba(255,255,255,.18);font-size:.82rem;font-weight:700}

.page-section{padding:var(--section-y) var(--gutter);background:var(--ink);color:var(--white)}
.page-section--steel{background:var(--surface);color:var(--white)}
.page-section--paper{background:var(--surface-2);color:var(--white)}
.page-section__heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(20rem,.6fr);align-items:end;gap:4rem;margin-bottom:3.5rem}
.page-section__heading h2{max-width:56rem;margin:0;font-size:clamp(3rem,5.4vw,6.2rem);font-weight:900;line-height:1.12;letter-spacing:-.052em}
.page-section__heading p{margin:0;color:var(--muted);line-height:2}
.page-section--steel .page-section__heading p,.page-section--paper .page-section__heading p{color:var(--muted)}
.section-marker{display:block;margin-bottom:.8rem;color:var(--accent);font-weight:900;direction:ltr}
.section-marker--dark{color:var(--accent)}
.section-note{margin:2rem 0 0;color:var(--muted);font-size:.8rem;line-height:1.9}

.editorial-feature{display:grid;grid-template-columns:1.1fr .9fr;min-height:37rem;border:1px solid var(--line);background:var(--ink-2)}
.editorial-feature__media{position:relative;min-height:34rem;overflow:hidden}
.editorial-feature__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}
.editorial-feature:hover .editorial-feature__media img{transform:scale(1.025)}
.editorial-feature__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem)}
.editorial-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;margin-bottom:1rem;color:var(--accent);font-size:.75rem;font-weight:800}
.editorial-meta>*+*{padding-inline-start:.7rem;border-inline-start:1px solid var(--line)}
.editorial-feature h2,.editorial-feature h3{margin:0;font-size:clamp(2.7rem,4.6vw,5.5rem);line-height:1.18;letter-spacing:-.045em}
.editorial-feature p{margin:1.25rem 0 1.8rem;color:#c4c9cc;line-height:2}

.filter-rail{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin-bottom:2rem}
.filter-rail button{min-height:3rem;padding:.55rem 1rem;border:1px solid var(--line);background:transparent;color:inherit;font-weight:700;cursor:pointer}
.filter-rail button:hover,.filter-rail button.is-active{border-color:var(--accent);background:var(--accent);color:var(--accent-contrast)}
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}
.article-card{display:flex;flex-direction:column;min-height:100%;background:var(--ink-2);color:var(--white);transition:background .2s ease,transform .2s var(--ease)}
.article-card:hover{background:var(--surface-2);transform:translateY(-3px)}
.article-card.is-hidden,.showcase-card.is-hidden{display:none}
.article-card>a:first-child{display:block;aspect-ratio:16/10;overflow:hidden;background:#07090b}
.article-card>a:first-child img{width:100%;height:100%;object-fit:cover;object-position:center}
.article-card__body{display:flex;flex:1;flex-direction:column;padding:1.5rem}
.article-card h2,.article-card h3,.article-card h2 a,.article-card h3 a{color:inherit}
.article-card h3{margin:.35rem 0 .75rem;font-size:1.45rem;line-height:1.55}
.article-card p{margin:0 0 1.2rem;color:var(--muted);font-size:.88rem;line-height:1.9}
.article-card .text-link{align-self:flex-start;margin-top:auto}

.topic-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line)}
.topic-rail a{min-height:10rem;padding:1.35rem;border-inline-end:1px solid var(--line);transition:background .2s,color .2s}
.topic-rail a:hover{background:var(--accent);color:var(--accent-contrast)}
.topic-rail span{display:block;margin-bottom:1.5rem;color:var(--accent);font-size:.76rem;font-weight:900}
.topic-rail a:hover span{color:var(--accent-contrast)}
.topic-rail strong{font-size:1.15rem;line-height:1.6}

.service-directory{display:grid;gap:1px;border-block:1px solid var(--line);background:var(--line)}
.service-row{display:grid;grid-template-columns:5.5rem 1.1fr 1.5fr auto;align-items:center;gap:2rem;min-height:8.5rem;padding:1.5rem 2rem;background:var(--ink);transition:background .2s ease}
.service-row:hover{background:var(--ink-2)}
.service-row>span{direction:ltr;color:var(--accent);font-size:1.8rem;font-weight:900}
.service-row h2{margin:0;font-size:clamp(1.6rem,2.8vw,3rem)}
.service-row p{margin:0;color:var(--muted);line-height:1.8}
.service-row a{white-space:nowrap}
.service-detail{display:grid;grid-template-columns:1.08fr .92fr;min-height:40rem;border:1px solid var(--line);background:var(--ink-2);color:var(--white)}
.service-detail+.service-detail{margin-top:2rem}
.service-detail:nth-child(even){grid-template-columns:.92fr 1.08fr}
.service-detail:nth-child(even) .service-detail__media{order:2}
.service-detail__media{min-height:36rem;overflow:hidden}
.service-detail__media img{width:100%;height:100%;object-fit:cover}
.service-detail__copy{align-self:center;padding:clamp(2rem,5vw,5rem)}
.service-detail__copy>span{color:var(--accent);font-size:.75rem;font-weight:900}
.service-detail h2{margin:.4rem 0;font-size:clamp(2.8rem,4.8vw,5.8rem);line-height:1.15}
.service-detail__copy>p{color:#c7cccf;line-height:2}
.service-detail dl{margin:2rem 0;border-top:1px solid var(--line)}
.service-detail dl div{display:grid;grid-template-columns:8rem 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line)}
.service-detail dt{color:var(--accent);font-size:.78rem;font-weight:800}
.service-detail dd{margin:0;color:#eef1f2;line-height:1.8}

.contact-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:2rem}
.contact-layout>*{min-width:0}
.contact-channels{border:1px solid var(--line);background:var(--ink-2);color:var(--white)}
.contact-channel{display:grid;grid-template-columns:6rem 1fr auto;align-items:center;gap:1rem;min-height:6.3rem;padding:1rem 1.4rem;border-bottom:1px solid var(--line)}
.contact-channel:last-child{border-bottom:0}
.contact-channel>span{color:var(--accent);font-size:.72rem;font-weight:900}
.contact-channel strong{direction:ltr;font-family:Arial,"Segoe UI",sans-serif;font-size:1rem}
.contact-channel a{color:var(--muted);font-size:.78rem;font-weight:700}
.contact-channel small{color:var(--muted);font-size:.72rem}.contact-channel--owner strong{direction:rtl;font-family:var(--font)}
.contact-form{padding:clamp(1.5rem,3.5vw,3.5rem);border:1px solid var(--line);background:var(--ink-2);color:var(--white)}
.contact-form h2{margin:0 0 .5rem;font-size:clamp(2.4rem,4vw,4.5rem)}
.contact-form>p{margin:0 0 2rem;color:var(--muted);line-height:1.9}
.contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.contact-form label{display:grid;gap:.55rem;color:#dce0e2;font-size:.82rem;font-weight:700}
.contact-form label.is-wide{grid-column:1/-1}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;min-height:3.55rem;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.24);border-radius:0;background:#0a0d0f;color:#fff;outline:0;resize:vertical}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#98a2a8;opacity:1}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--accent);box-shadow:inset -3px 0 0 var(--accent)}
.contact-form textarea{min-height:9rem}
.contact-form__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.5rem}
.contact-form__status{color:var(--muted);font-size:.8rem;line-height:1.8}
.contact-form__honeypot{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
.contact-form label small{color:var(--muted);font-weight:500;line-height:1.8}
.contact-form input[type="file"]{padding:.75rem}
.contact-form-notice{margin-bottom:1.5rem;padding:1.25rem 1.4rem;border:1px solid var(--line);background:var(--ink-2);color:var(--white)}
.contact-form-notice strong{display:block;font-size:1.1rem}.contact-form-notice p{margin:.45rem 0 0;color:var(--muted);line-height:1.9}
.contact-form-notice.is-success{border-inline-start:4px solid #2aa66a}.contact-form-notice.is-warning{border-inline-start:4px solid var(--accent)}.contact-form-notice.is-error{border-inline-start:4px solid #d14b4b}
.contact-form__success{padding:3rem 0}
.contact-form__success h3{margin:.5rem 0;font-size:2.5rem}
.contact-form__success>span{color:var(--accent);font-weight:900}
.contact-form__success p{color:var(--muted);line-height:1.9}
.contact-note{display:grid;grid-template-columns:repeat(3,1fr);margin-top:2rem;border:1px solid var(--line)}
.contact-note div{padding:1.5rem;border-inline-end:1px solid var(--line)}
.contact-note div:last-child{border-inline-end:0}
.contact-note span{display:block;margin-bottom:.7rem;color:var(--accent);font-size:.72rem;font-weight:900}
.contact-note p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.8}

.article-header{padding:calc(var(--topbar-h) + var(--header-h) + 7rem) var(--gutter) 4rem;background:var(--ink);color:var(--white)}
.article-header__inner{max-width:78rem;margin:auto}
.article-header h1{max-width:68rem;margin:1rem 0 1.4rem;font-size:clamp(3.6rem,6.8vw,7.4rem);font-weight:900;line-height:1.12;letter-spacing:-.055em}
.article-header__lead{max-width:54rem;color:#c6cbce;font-size:1.08rem;line-height:2}
.article-cover{width:calc(100% - 2 * var(--gutter));max-width:88rem;height:clamp(22rem,55vw,50rem);margin:0 auto;object-fit:cover;object-position:center;border:1px solid var(--line)}
.article-layout{display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:clamp(3rem,7vw,8rem);max-width:82rem;margin:auto;padding:var(--section-y) var(--gutter);background:var(--surface);color:var(--white)}
.article-toc{position:sticky;top:calc(var(--topbar-h) + var(--header-h) + 1.5rem);align-self:start;border-top:3px solid var(--accent)}
.article-toc h2{margin:0;padding:1.2rem 0;font-size:1rem}
.article-toc nav{display:grid;border-top:1px solid var(--line)}
.article-toc a{padding:.9rem 0;border-bottom:1px solid var(--line);color:#b9c0c4;font-size:.82rem;line-height:1.6}
.article-toc a:hover,.article-toc a.is-active{color:var(--accent)}
.article-body{max-width:50rem}
.article-body{min-width:0;overflow-wrap:anywhere}
.article-body figure{max-width:100%;margin:2.2rem 0}.article-body img{width:auto;max-width:100%;height:auto}.article-body iframe{max-width:100%}.article-body table{display:block;max-width:100%;overflow-x:auto}
.article-body h2{scroll-margin-top:calc(var(--topbar-h) + var(--header-h) + 2rem);margin:4.5rem 0 1rem;font-size:clamp(2.2rem,3.8vw,4rem);line-height:1.3}
.article-body h2:first-child{margin-top:0}
.article-body h3{margin:2.6rem 0 .8rem;font-size:1.5rem}
.article-body p,.article-body li{color:#d5dade;font-size:1rem;line-height:2.2}
.article-body ul{padding-inline-start:1.2rem}
.article-callout{margin:2.5rem 0;padding:1.5rem 1.7rem;border-inline-start:4px solid var(--accent);background:#1d2328}
.article-callout strong{display:block;margin-bottom:.5rem}
.article-callout p{margin:0}
.article-step{display:grid;grid-template-columns:4rem 1fr;gap:1rem;padding:1.4rem 0;border-top:1px solid var(--line)}
.article-step>span{direction:ltr;color:var(--accent);font-size:1.5rem;font-weight:900}
.article-step h3{margin:0 0 .4rem}
.article-step p{margin:0}
.article-share{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--line)}
.article-share span{margin-inline-end:.5rem;font-weight:800}
.article-share a{padding:.55rem .85rem;border:1px solid var(--line);font-size:.8rem;font-weight:700}

.showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;border:1px solid var(--line);background:var(--line)}
.showcase-card{position:relative;min-height:36rem;overflow:hidden;background:#080a0c;color:#fff}
.showcase-card--wide{grid-column:span 2}
.showcase-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.showcase-card:hover img{transform:scale(1.035)}
.showcase-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,8,10,.98),rgba(6,8,10,.08) 72%)}
.showcase-card__copy{position:absolute;z-index:1;inset:auto 1.5rem 1.5rem}
.showcase-card__copy>span{color:var(--accent);font-size:.72rem;font-weight:900}
.showcase-card h2,.showcase-card h3{margin:.35rem 0;font-size:clamp(1.7rem,3vw,3.2rem);line-height:1.35}
.showcase-card p{max-width:34rem;margin:.35rem 0 1rem;color:#c7cccf;line-height:1.8}
.showcase-card dl{display:flex;flex-wrap:wrap;gap:.65rem;margin:0}
.showcase-card dl div{display:flex;gap:.35rem;padding-inline-end:.65rem;border-inline-end:1px solid rgba(255,255,255,.22);font-size:.72rem}
.showcase-card dt{color:#929a9f}.showcase-card dd{margin:0}

.conversion-band{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;padding:clamp(3rem,7vw,7rem) var(--gutter);border-block:1px solid var(--line);background:#0e1114;color:#fff}
.conversion-band h2{max-width:55rem;margin:0;font-size:clamp(3rem,5.2vw,6rem);line-height:1.15;letter-spacing:-.05em}
.conversion-band>div:last-child{display:flex;align-items:center;justify-content:flex-end;gap:1.3rem}

html[data-theme="light"] body.subpage{background:#f3f4f2;color:#0a0d0f}
html[data-theme="light"] .page-section{background:#f3f4f2;color:#0a0d0f}
html[data-theme="light"] .page-section--steel{background:#d9dde0}
html[data-theme="light"] .page-section--paper{background:#fff}
html[data-theme="light"] .page-section--steel .page-section__heading p,html[data-theme="light"] .page-section--paper .page-section__heading p{color:#3f484e}
html[data-theme="light"] .main-nav>a.is-current:not(.button){color:#0a0d0f}
html[data-theme="light"] .editorial-feature,html[data-theme="light"] .article-card,html[data-theme="light"] .service-row,html[data-theme="light"] .service-detail,html[data-theme="light"] .contact-channels,html[data-theme="light"] .contact-form{border-color:rgba(9,11,13,.18);background:#fff;color:#0a0d0f}
html[data-theme="light"] .editorial-feature p,html[data-theme="light"] .article-card p,html[data-theme="light"] .service-row p,html[data-theme="light"] .service-detail__copy>p,html[data-theme="light"] .contact-form>p,html[data-theme="light"] .contact-form__status,html[data-theme="light"] .contact-form__success p,html[data-theme="light"] .contact-note p{color:#4f595f}
html[data-theme="light"] .article-grid,html[data-theme="light"] .showcase-grid,html[data-theme="light"] .service-directory,html[data-theme="light"] .topic-rail,html[data-theme="light"] .contact-note,html[data-theme="light"] .contact-channel,html[data-theme="light"] .service-detail dl,html[data-theme="light"] .service-detail dl div{border-color:rgba(9,11,13,.16)}
html[data-theme="light"] .article-grid,html[data-theme="light"] .showcase-grid,html[data-theme="light"] .service-directory{background:rgba(9,11,13,.16)}
html[data-theme="light"] .article-card:hover,html[data-theme="light"] .service-row:hover{background:#eef0f1}
html[data-theme="light"] .filter-rail button{border-color:rgba(9,11,13,.22)}
html[data-theme="light"] .service-detail dd{color:#2e363b}
html[data-theme="light"] .contact-channel a{color:#515b62}
html[data-theme="light"] .contact-form label{color:#22292e}
html[data-theme="light"] .contact-form input,html[data-theme="light"] .contact-form select,html[data-theme="light"] .contact-form textarea{border-color:rgba(9,11,13,.22);background:#f6f7f6;color:#11161a}
html[data-theme="light"] .contact-form input::placeholder,html[data-theme="light"] .contact-form textarea::placeholder{color:#657078}
html[data-theme="light"] .article-header{background:#f3f4f2;color:#0a0d0f}
html[data-theme="light"] .article-header__lead{color:#4c565c}
html[data-theme="light"] .article-header .breadcrumbs{color:#4f595f}
html[data-theme="light"] .article-header .breadcrumbs a{border-bottom-color:rgba(9,11,13,.35)}
html[data-theme="light"] .article-layout{background:#f3f4f2;color:#0a0d0f}
html[data-theme="light"] .article-body p,html[data-theme="light"] .article-body li{color:#30383d}
html[data-theme="light"] .article-callout{background:#e5e8ea}
html[data-theme="light"] .article-toc nav,html[data-theme="light"] .article-toc a,html[data-theme="light"] .article-step,html[data-theme="light"] .article-share,html[data-theme="light"] .article-share a{border-color:var(--line-dark)}
html[data-theme="light"] .article-toc a{color:#4f585e}
html[data-theme="light"] .article-toc a:hover,html[data-theme="light"] .article-toc a.is-active,html[data-theme="light"] .article-step>span{color:var(--accent-on-light)}
html[data-theme="light"] .section-marker,html[data-theme="light"] .section-marker--dark,html[data-theme="light"] .editorial-meta,html[data-theme="light"] .text-link--accent,html[data-theme="light"] .topic-rail span,html[data-theme="light"] .service-row>span,html[data-theme="light"] .service-detail__copy>span,html[data-theme="light"] .service-detail dt,html[data-theme="light"] .contact-channel>span,html[data-theme="light"] .contact-note span{color:var(--accent-on-light)}
html[data-theme="light"] .contact-form-notice{border-color:rgba(9,11,13,.18);background:#fff;color:#0a0d0f}
html[data-theme="light"] .contact-form-notice p,html[data-theme="light"] .contact-form label small{color:#4f595f}
html[data-theme="light"] .conversion-band{border-color:rgba(255,255,255,.18)}

@media(min-width:761px){
  .page-hero{height:100svh;min-height:40rem}
  body.admin-bar .page-hero{height:calc(100svh - 32px);min-height:40rem}
}
@media(min-width:761px) and (max-width:782px){body.admin-bar .page-hero{height:calc(100svh - 46px)}}

@media(max-width:1100px){
  .page-section__heading{grid-template-columns:1fr;gap:1.5rem}.editorial-feature,.service-detail,.service-detail:nth-child(even),.contact-layout,.conversion-band{grid-template-columns:1fr}.service-detail:nth-child(even) .service-detail__media{order:0}.article-grid,.showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-rail{grid-template-columns:repeat(2,1fr)}.service-row{grid-template-columns:4rem 1fr 1.2fr}.service-row a{grid-column:2/-1;justify-self:start}.conversion-band>div:last-child{justify-content:flex-start}
}
@media(max-width:760px){
  .page-hero{min-height:100svh;padding:calc(var(--topbar-h) + var(--header-h) + 1.5rem) var(--gutter) 5.7rem}.page-hero__content{width:100%}.page-hero h1{font-size:clamp(2.65rem,10.5vw,4rem);line-height:1.12}.page-hero p{margin:.85rem 0 1rem;font-size:.9rem;line-height:1.75}.breadcrumbs{margin-bottom:.75rem}.page-hero__rail{inset:auto var(--gutter) .55rem;grid-template-columns:repeat(3,minmax(0,1fr));width:calc(100% - 2 * var(--gutter))}.page-hero__rail span{display:grid;place-items:center;min-height:3.9rem;padding:.55rem .3rem;text-align:center;font-size:.64rem;line-height:1.5}.page-hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.65rem}.page-hero__actions .button,.page-hero__actions .text-link{min-height:3.25rem;padding:.55rem .7rem;font-size:.76rem}body.admin-bar .page-hero{min-height:calc(100svh - 46px)}.page-section{padding:4.5rem var(--gutter)}.page-section__heading h2{font-size:clamp(2.7rem,11vw,4.3rem)}.editorial-feature{grid-template-columns:1fr}.editorial-feature__media{min-height:22rem}.article-grid,.showcase-grid{grid-template-columns:1fr}.showcase-card--wide{grid-column:auto}.topic-rail{grid-template-columns:1fr}.topic-rail a{min-height:7rem}.service-row{grid-template-columns:3rem 1fr;gap:1rem;padding:1.2rem}.service-row p,.service-row a{grid-column:2}.service-detail__media{min-height:22rem}.service-detail__copy{padding:1.4rem}.service-detail dl div{grid-template-columns:1fr}.contact-form__grid{grid-template-columns:1fr}.contact-form label.is-wide{grid-column:auto}.contact-form__actions{align-items:stretch;flex-direction:column}.contact-form__actions>*{width:100%}.contact-note{grid-template-columns:1fr}.contact-note div{border-inline-end:0;border-bottom:1px solid var(--line)}.contact-note div:last-child{border-bottom:0}.article-header{padding-top:calc(var(--topbar-h) + var(--header-h) + 5rem)}.article-header h1{font-size:clamp(2.6rem,10vw,4rem)}.article-layout{grid-template-columns:1fr}.article-toc{position:static}.article-cover{height:clamp(14rem,56vw,32rem);min-height:0}.article-share{align-items:stretch;flex-direction:column}.conversion-band>div:last-child{align-items:stretch;flex-direction:column}.showcase-card{min-height:30rem}
}

/* Customer authentication and dashboard */
.account-entry{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(28rem,.95fr);min-height:100svh;padding-top:calc(var(--topbar-h) + var(--header-h));background:#080a0c;color:#fff}
main.account-entry>section{min-height:0;scroll-snap-align:none}
.account-entry__visual{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100svh - var(--topbar-h) - var(--header-h));padding:clamp(3rem,7vw,7rem) var(--gutter);overflow:hidden;border-inline-end:1px solid var(--line);background:radial-gradient(circle at 18% 24%,rgba(17,71,126,.55),transparent 30%),linear-gradient(145deg,rgba(242,138,0,.08),transparent 46%),#0a0d10}
.account-entry__visual::before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:4rem 4rem;mask-image:linear-gradient(135deg,#000,transparent 72%)}
.account-entry__visual>div,.account-entry__visual>ol{position:relative;z-index:1}
.account-entry__visual>div>p:first-of-type{margin:.75rem 0 1rem;color:var(--accent);font-family:Arial,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.13em}
.account-entry__visual h1{max-width:44rem;margin:0;font-size:clamp(4rem,6.5vw,7.5rem);font-weight:900;line-height:1.08;letter-spacing:-.055em}
.account-entry__visual>div>p:last-child{max-width:38rem;margin:1.7rem 0 0;color:#c2c8cb;font-size:1rem;line-height:2}
.account-entry__visual ol{display:grid;grid-template-columns:repeat(3,1fr);margin:3rem 0 0;padding:0;list-style:none;border-block:1px solid var(--line)}
.account-entry__visual li{display:grid;gap:.65rem;padding:1.25rem;border-inline-end:1px solid var(--line);color:#d9dddf;font-size:.76rem;font-weight:700;line-height:1.7}
.account-entry__visual li:first-child{border-inline-end:0}
.account-entry__visual li span{direction:ltr;color:var(--accent);font-family:Arial,sans-serif;font-weight:800}
.account-entry__panel{display:grid;place-items:center;padding:clamp(2rem,5vw,5rem)}
.account-form-card{width:min(100%,36rem)}
.account-kicker{display:block;color:var(--accent);font-family:Arial,"QS IranYekan",sans-serif;font-size:.7rem;font-weight:900;letter-spacing:.09em}
.account-form-card h2{margin:.6rem 0 .5rem;font-size:clamp(2.7rem,4vw,4.5rem);line-height:1.2}
.account-form-card>p{margin:0 0 2rem;color:#aeb5b9;line-height:1.9}
.account-form{display:grid;gap:1.15rem}
.account-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.account-form label{display:grid;gap:.5rem;color:#dce0e2;font-size:.8rem;font-weight:700}
.account-form label.is-wide{grid-column:1/-1}
.account-form input{width:100%;min-height:3.55rem;padding:.8rem 1rem;border:1px solid rgba(255,255,255,.23);border-radius:0;background:#0a0d0f;color:#fff;outline:0}
.account-form input:focus{border-color:var(--accent);box-shadow:inset -3px 0 0 var(--accent)}
.account-form input:disabled{opacity:.62;cursor:not-allowed}
.account-form label small{color:#899197;font-size:.7rem;font-weight:500}
.account-form__between{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.76rem}
.account-form__between>a,.account-form__switch a{color:var(--accent);font-weight:800}
.account-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:.65rem!important;line-height:1.7}
.account-check input{width:1rem!important;min-height:1rem!important;margin-top:.3rem;accent-color:var(--accent)}
.account-form__switch{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--line);color:#9da5a9;font-size:.8rem;text-align:center}
.account-honeypot{position:absolute!important;inset:auto auto auto -10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.account-notice{margin:0 0 1.2rem;padding:1rem 1.15rem;border-inline-start:3px solid currentColor;background:rgba(255,255,255,.05);font-size:.8rem;line-height:1.8}
.account-notice--error{color:#ffb6a8}.account-notice--success{color:#82ddb0}
.customer-dashboard{min-height:100svh;padding:calc(var(--topbar-h) + var(--header-h)) var(--gutter) var(--section-y);background:#0a0d0f;color:#fff}
.dashboard-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;max-width:94rem;margin:auto;padding:clamp(3rem,6vw,6rem) 0 2.4rem;border-bottom:1px solid var(--line)}
.dashboard-hero h1{margin:.55rem 0 0;font-size:clamp(3rem,6vw,6.7rem);line-height:1.1;letter-spacing:-.055em}
.dashboard-hero p{margin:.8rem 0 0;color:#aeb5b9}
.dashboard-hero__meta{display:grid;gap:.35rem;padding-inline-start:2rem;border-inline-start:1px solid var(--line);text-align:left}
.dashboard-hero__meta span{color:#8d969b;font-size:.68rem}.dashboard-hero__meta strong{color:var(--accent);font-family:Arial,sans-serif;letter-spacing:.08em}
.dashboard-shell{display:grid;grid-template-columns:18rem minmax(0,1fr);gap:clamp(2rem,5vw,5rem);max-width:94rem;margin:2.5rem auto 0}
.dashboard-sidebar{align-self:start;position:sticky;top:calc(var(--topbar-h) + var(--header-h) + 1.5rem);border:1px solid var(--line);background:#0d1013}
.dashboard-user{display:flex;align-items:center;gap:.85rem;padding:1.2rem;border-bottom:1px solid var(--line)}
.dashboard-user>span{display:grid;place-items:center;width:2.8rem;height:2.8rem;background:var(--accent);color:var(--accent-contrast);font-size:1.2rem;font-weight:900}
.dashboard-user>div{display:grid;gap:.2rem;min-width:0}.dashboard-user strong,.dashboard-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-user small{color:#8f989d;font-size:.68rem}
.dashboard-sidebar nav{display:grid}.dashboard-sidebar nav a{display:grid;grid-template-columns:2.4rem 1fr;align-items:center;min-height:3.6rem;padding:0 .9rem;border-bottom:1px solid var(--line);color:#b7bec2;font-size:.78rem;font-weight:700;transition:background .18s,color .18s}
.dashboard-sidebar nav a span{direction:ltr;color:#717b81;font-family:Arial,sans-serif;font-size:.65rem}
.dashboard-sidebar nav a:hover,.dashboard-sidebar nav a.is-current{background:rgba(242,138,0,.09);color:#fff}.dashboard-sidebar nav a.is-current span{color:var(--accent)}
.dashboard-sidebar nav .dashboard-logout{border-bottom:0;color:#dc9b8d}
.dashboard-content{min-width:0}
.dashboard-heading{display:grid;grid-template-columns:1fr minmax(15rem,.75fr);align-items:end;gap:2rem;margin-bottom:2rem}
.dashboard-heading span{color:var(--accent);font-family:Arial,sans-serif;font-size:.65rem;font-weight:900;letter-spacing:.1em}.dashboard-heading h2{margin:.4rem 0 0;font-size:clamp(2.5rem,4.5vw,5rem);line-height:1.15;letter-spacing:-.04em}.dashboard-heading>p{margin:0;color:#aeb5b9;line-height:1.9}
.dashboard-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-bottom:1px;background:var(--line)}
.dashboard-stat-grid article{display:grid;align-content:space-between;min-height:12rem;padding:1.3rem;background:#111519}.dashboard-stat-grid article>span{color:#8c969b;font-size:.68rem}.dashboard-stat-grid strong{font-size:1.05rem;line-height:1.7}.dashboard-stat-grid a{color:var(--accent);font-size:.73rem;font-weight:800}
.dashboard-card{padding:clamp(1.3rem,3vw,2.5rem);border:1px solid var(--line);background:#111519;color:#fff}
.dashboard-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.dashboard-card__heading>div{display:flex;align-items:center;gap:.75rem}.dashboard-card__heading span{color:var(--accent);font-weight:900}.dashboard-card__heading h3{margin:0;font-size:1.5rem}.dashboard-card__heading p{max-width:30rem;margin:0;color:#9fa7ab;font-size:.8rem;line-height:1.8}
.account-readiness{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;border-block:1px solid var(--line)}
.account-readiness li{display:grid;gap:.6rem;padding:1.1rem;border-inline-end:1px solid var(--line);color:#8f989d;font-size:.76rem}.account-readiness li:first-child{border-inline-end:0}.account-readiness li span{font-size:1rem}.account-readiness li.is-done{color:#fff}.account-readiness li.is-done span{color:#55cf93}
.dashboard-form-actions{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:.5rem;padding-top:1.4rem;border-top:1px solid var(--line)}.dashboard-form-actions span{color:#929b9f;font-size:.72rem;line-height:1.7}
.account-empty{text-align:center}.account-empty h3{margin:.75rem 0;font-size:clamp(1.8rem,3vw,3rem)}.account-empty p{max-width:42rem;margin:0 auto 1.5rem;color:#9fa7ab;line-height:1.9}.account-empty__symbol{display:grid;place-items:center;width:4rem;height:4rem;margin:auto;border:1px solid var(--accent);color:var(--accent);font-size:2rem}
.dashboard-projects{display:grid;gap:1rem}.dashboard-projects article>span{color:var(--accent);font-size:.72rem;font-weight:800}.dashboard-projects h3{font-size:1.6rem}.dashboard-projects p{color:#aeb5b9}
.project-summary-card{display:flex;align-items:center;justify-content:space-between;gap:2rem}.project-summary-card>div:first-child>span{color:var(--accent);font-size:.7rem;font-weight:800}.project-summary-card h3{margin:.45rem 0}.project-summary-card p{margin:0}.project-summary-card__progress{display:grid;justify-items:end;gap:.65rem;min-width:8rem}.project-summary-card__progress strong{font-family:Arial,sans-serif;font-size:2rem;color:#fff}.project-summary-card__progress a{color:var(--accent);font-size:.72rem;font-weight:800}.project-switcher{display:flex;gap:.6rem;overflow:auto;margin:0 0 1rem;padding-bottom:.25rem}.project-switcher a{flex:0 0 auto;padding:.7rem 1rem;border:1px solid var(--line);background:#0d1013;color:#aeb5b9;font-size:.72rem;font-weight:800}.project-switcher a:hover,.project-switcher a.is-active{border-color:var(--accent);color:#fff}.project-tracker{padding:0;overflow:hidden}.project-tracker__header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:clamp(1.4rem,3vw,2.6rem)}.project-tracker__header>div:first-child>span{color:var(--accent);font-size:.68rem;font-weight:900}.project-tracker__header h3{margin:.55rem 0 0;font-size:clamp(2rem,4vw,4rem);line-height:1.2}.project-tracker__header p{margin:.7rem 0 0;color:#aeb5b9}.project-tracker__header p strong{color:#fff}.project-tracker__progress{display:grid;justify-items:center;flex:0 0 7.5rem;padding:1.1rem;border:1px solid var(--line)}.project-tracker__progress strong{font-family:Arial,sans-serif;font-size:2rem;color:var(--accent)}.project-tracker__progress span{font-size:.65rem;color:#8f989d}.project-progress-bar{height:5px;background:#252b2f}.project-progress-bar span{display:block;height:100%;background:linear-gradient(90deg,#ff9e1b,var(--accent));transition:width .35s ease}.project-tracker__summary{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.project-tracker__summary>div{display:grid;gap:.35rem;padding:1.2rem clamp(1.4rem,3vw,2.6rem);border-inline-end:1px solid var(--line)}.project-tracker__summary>div:last-child{border-inline-end:0}.project-tracker__summary span,.project-current-note>span{color:#8f989d;font-size:.65rem}.project-tracker__summary strong{font-size:1rem}.project-current-note{padding:1.2rem clamp(1.4rem,3vw,2.6rem);border-bottom:1px solid var(--line);background:rgba(242,138,0,.06)}.project-current-note p{margin:.45rem 0 0;line-height:1.9}.project-timeline{margin:0;padding:clamp(1.4rem,3vw,2.6rem);list-style:none}.project-timeline li{position:relative;display:grid;grid-template-columns:3rem 1fr;gap:1rem;min-height:7rem}.project-timeline__rail{position:relative;display:flex;justify-content:center}.project-timeline__rail:after{content:"";position:absolute;top:2.4rem;bottom:0;width:1px;background:var(--line)}.project-timeline li:last-child .project-timeline__rail:after{display:none}.project-timeline__rail>span{position:relative;z-index:1;display:grid;place-items:center;width:2.4rem;height:2.4rem;border:1px solid #4b5358;background:#111519;color:#828b90;font-family:Arial,sans-serif;font-size:.72rem;font-weight:900}.project-timeline__content{padding:.1rem 0 1.6rem}.project-timeline__content>div{display:flex;align-items:center;justify-content:space-between;gap:1rem}.project-timeline__content strong{font-size:1.05rem}.project-timeline__content small{padding:.28rem .55rem;border:1px solid var(--line);color:#8f989d;font-size:.62rem}.project-timeline__content p{max-width:48rem;margin:.65rem 0 0;color:#aeb5b9;font-size:.76rem;line-height:1.9}.project-timeline__content time{display:block;margin-top:.5rem;color:#7f898e;font-family:Arial,sans-serif;font-size:.65rem}.project-timeline li.is-completed .project-timeline__rail>span{border-color:#4cb57a;background:#173525;color:#79d39f}.project-timeline li.is-completed .project-timeline__rail:after{background:#4cb57a}.project-timeline li.is-in-progress .project-timeline__rail>span,.project-timeline li.is-current .project-timeline__rail>span{border-color:var(--accent);background:var(--accent);color:#090b0d;box-shadow:0 0 0 5px rgba(242,138,0,.12)}.project-timeline li.is-current .project-timeline__content strong{color:var(--accent)}.project-tracker__empty{padding:2rem;color:#aeb5b9;text-align:center}
.customer-journey{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;border-block:1px solid var(--line)}
.customer-journey li{position:relative;display:grid;grid-template-columns:2.2rem 1fr;gap:.7rem;min-height:9rem;padding:1.2rem;border-inline-end:1px solid var(--line)}.customer-journey li:nth-child(4n+1){border-inline-end:0}.customer-journey>li>span{direction:ltr;color:var(--accent);font-family:Arial,sans-serif;font-size:.72rem;font-weight:900}.customer-journey li div{display:grid;align-content:start;gap:.55rem}.customer-journey strong{line-height:1.7}.customer-journey small{color:#879197;font-size:.68rem;line-height:1.7}
html[data-theme="light"] .account-entry,html[data-theme="light"] .customer-dashboard{background:#f3f4f2;color:#0a0d0f}
html[data-theme="light"] .account-entry__visual{border-color:rgba(9,11,13,.16);background:radial-gradient(circle at 18% 24%,rgba(17,71,126,.15),transparent 30%),linear-gradient(145deg,rgba(242,138,0,.08),transparent 46%),#e4e8ea;color:#0a0d0f}
html[data-theme="light"] .account-entry__visual::before{background-image:linear-gradient(rgba(9,11,13,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(9,11,13,.08) 1px,transparent 1px)}
html[data-theme="light"] .account-entry__visual>div>p:last-child,html[data-theme="light"] .account-entry__visual li,html[data-theme="light"] .account-form-card>p,html[data-theme="light"] .dashboard-hero p,html[data-theme="light"] .dashboard-heading>p{color:#4f595f}
html[data-theme="light"] .account-entry__visual ol,html[data-theme="light"] .account-entry__visual li,html[data-theme="light"] .account-form__switch,html[data-theme="light"] .dashboard-hero,html[data-theme="light"] .dashboard-sidebar,html[data-theme="light"] .dashboard-user,html[data-theme="light"] .dashboard-sidebar nav a,html[data-theme="light"] .dashboard-card,html[data-theme="light"] .account-readiness,html[data-theme="light"] .account-readiness li,html[data-theme="light"] .customer-journey,html[data-theme="light"] .customer-journey li{border-color:rgba(9,11,13,.17)}
html[data-theme="light"] .account-form label{color:#22292e}html[data-theme="light"] .account-form input{border-color:rgba(9,11,13,.22);background:#fff;color:#11161a}
html[data-theme="light"] .dashboard-sidebar,html[data-theme="light"] .dashboard-card,html[data-theme="light"] .dashboard-stat-grid article{background:#fff;color:#0a0d0f}html[data-theme="light"] .dashboard-stat-grid{background:rgba(9,11,13,.16)}
html[data-theme="light"] .project-summary-card__progress strong,html[data-theme="light"] .project-tracker__header p strong{color:#0a0d0f}html[data-theme="light"] .project-switcher a{background:#fff;color:#4f595f}html[data-theme="light"] .project-switcher a:hover,html[data-theme="light"] .project-switcher a.is-active{color:#0a0d0f}html[data-theme="light"] .project-timeline__rail>span{background:#fff;color:#4f595f}html[data-theme="light"] .project-timeline__content p,html[data-theme="light"] .project-tracker__header p{color:#4f595f}
.project-summary-card,.project-switcher,.project-tracker{--project-accent:#f28a00}.project-summary-card>div:first-child>span,.project-summary-card__progress a,.project-tracker__header>div:first-child>span,.project-tracker__progress strong,.project-timeline li.is-current .project-timeline__content strong{color:var(--project-accent)}.project-switcher a:hover,.project-switcher a.is-active{border-color:var(--project-accent)}.project-progress-bar span{background:linear-gradient(90deg,#ffad3d,var(--project-accent))}.project-timeline li.is-in-progress .project-timeline__rail>span,.project-timeline li.is-current .project-timeline__rail>span{border-color:var(--project-accent);background:var(--project-accent);color:#090b0d;box-shadow:0 0 0 5px rgba(242,138,0,.14)}
html[data-theme="light"] .project-summary-card,html[data-theme="light"] .project-switcher,html[data-theme="light"] .project-tracker{--project-accent:#9c4f00}html[data-theme="light"] .project-timeline li.is-in-progress .project-timeline__rail>span,html[data-theme="light"] .project-timeline li.is-current .project-timeline__rail>span{color:#fff}
html[data-theme="light"] .dashboard-sidebar nav a{color:#444e54}html[data-theme="light"] .dashboard-sidebar nav a:hover,html[data-theme="light"] .dashboard-sidebar nav a.is-current{background:rgba(242,138,0,.12);color:#090b0d}

@media(max-width:1100px){.account-entry{grid-template-columns:1fr}.account-entry__visual{min-height:34rem;border-inline-end:0;border-bottom:1px solid var(--line)}.account-entry__panel{padding-block:4rem}.dashboard-shell{grid-template-columns:14rem minmax(0,1fr)}.dashboard-stat-grid{grid-template-columns:1fr}.dashboard-stat-grid article{min-height:8.5rem}.account-readiness{grid-template-columns:repeat(2,1fr)}.customer-journey{grid-template-columns:repeat(2,1fr)}.customer-journey li:nth-child(4n+1){border-inline-end:1px solid var(--line)}.customer-journey li:nth-child(2n+1){border-inline-end:0}}
@media(max-width:760px){.account-entry{padding-top:calc(var(--topbar-h) + var(--header-h))}.account-entry__visual{min-height:32rem;padding:3rem var(--gutter)}.account-entry__visual h1{font-size:clamp(3.2rem,14vw,5rem)}.account-entry__visual ol{grid-template-columns:1fr}.account-entry__visual li{grid-template-columns:2.4rem 1fr;border-inline-end:0;border-bottom:1px solid var(--line)}.account-entry__visual li:last-child{border-bottom:0}.account-entry__panel{padding:3rem var(--gutter)}.account-form__grid{grid-template-columns:1fr}.account-form label.is-wide{grid-column:auto}.customer-dashboard{padding-inline:var(--gutter)}.dashboard-hero{align-items:flex-start;flex-direction:column}.dashboard-hero__meta{padding:0;border:0;text-align:right}.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{position:static}.dashboard-sidebar nav{grid-template-columns:repeat(2,1fr)}.dashboard-sidebar nav a{border-inline-end:1px solid var(--line)}.dashboard-heading{grid-template-columns:1fr;gap:.8rem}.dashboard-card__heading,.dashboard-form-actions,.project-summary-card,.project-tracker__header{align-items:stretch;flex-direction:column}.project-summary-card__progress{justify-items:start}.project-tracker__progress{justify-items:start;grid-template-columns:auto 1fr;align-items:center;gap:.65rem;flex-basis:auto}.project-tracker__summary{grid-template-columns:1fr}.project-tracker__summary>div{border-inline-end:0;border-bottom:1px solid var(--line)}.project-tracker__summary>div:last-child{border-bottom:0}.project-timeline{padding-inline:1rem}.project-timeline li{grid-template-columns:2.65rem 1fr}.project-timeline__content>div{align-items:flex-start;flex-direction:column;gap:.5rem}.account-readiness{grid-template-columns:1fr}.account-readiness li{grid-template-columns:2rem 1fr;border-inline-end:0;border-bottom:1px solid var(--line)}.account-readiness li:last-child{border-bottom:0}.customer-journey{grid-template-columns:1fr}.customer-journey li,.customer-journey li:nth-child(2n+1),.customer-journey li:nth-child(4n+1){border-inline-end:0;border-bottom:1px solid var(--line)}.customer-journey li:last-child{border-bottom:0}}

.article-card h2{margin:.35rem 0 .75rem;font-size:1.45rem;line-height:1.55}
.site-content{padding-top:calc(var(--topbar-h) + var(--header-h) + var(--section-y))}

/* 1.9 compact editorial rhythm and contact conversion order. */
.page-hero--contact{min-height:max(42rem,100svh);padding-bottom:10rem}
.page-hero--contact .page-hero__content{transform:translateY(-1.4rem)}
.page-hero--contact h1{max-width:50rem;font-size:clamp(3.5rem,5.4vw,6.2rem)}
.page-hero--contact .page-hero__rail{bottom:5.7rem}
.page-hero--contact .page-hero__actions--below{position:absolute;z-index:3;inset:auto var(--gutter) 1rem;display:flex;width:min(52rem,68vw)}
.article-header{padding:calc(var(--topbar-h) + var(--header-h) + 3rem) var(--gutter) 2.5rem}
.article-header h1{font-size:clamp(3.2rem,5.4vw,6.2rem)}
.article-cover{height:clamp(16rem,20vw,22rem);object-position:center}
.article-layout{padding-top:clamp(2.5rem,4vw,4rem)}
@media(max-width:760px){.page-hero--contact{padding-bottom:9rem}.page-hero--contact .page-hero__content{transform:translateY(-1.25rem)}.page-hero--contact h1{font-size:clamp(2.35rem,9.2vw,3.45rem)}.page-hero--contact .page-hero__rail{bottom:4.65rem;grid-template-columns:repeat(3,minmax(0,1fr));width:calc(100% - 2 * var(--gutter))}.page-hero--contact .page-hero__rail span,.page-hero--contact .page-hero__rail span:first-child{display:grid;place-items:center;min-height:3.55rem;padding:.45rem .25rem;text-align:center;font-size:.61rem;line-height:1.45}.page-hero--contact .page-hero__actions--below{inset:auto var(--gutter) .45rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.55rem;width:calc(100% - 2 * var(--gutter))}.article-header{padding-top:calc(var(--topbar-h) + var(--header-h) + 2.5rem);padding-bottom:2rem}.article-header h1{font-size:clamp(2.45rem,9vw,3.75rem)}.article-cover{height:clamp(14rem,52vw,25rem)}.article-layout{padding-top:3rem}}

