/* Dedicated, crawlable Services pages. Uses the PRIMELEDGER design tokens from style.css. */
.services-page{background:var(--background)}
.lang-switch--links{gap:8px;font-size:13px}.lang-switch--links a{display:grid;place-items:center;min-width:38px;min-height:44px;color:var(--muted)}.lang-switch--links a.is-active{font-weight:700;color:var(--foreground);text-decoration:underline;text-underline-offset:5px}
.services-header{position:relative;overflow:hidden;padding:132px max(var(--gutter),calc((100% - 1116px)/2)) 56px;border-bottom:1px solid var(--border);background:linear-gradient(155deg,#fffcf5 0 84%,rgba(185,151,91,.09) 84%)}
.services-header::before{content:'';position:absolute;width:520px;height:1px;right:-100px;top:170px;background:rgba(11,46,94,.17);transform:rotate(-10deg)}
.services-header__inner{position:relative;max-width:900px}.services-back{display:inline-flex;margin-bottom:26px;color:var(--muted);font-size:14px;text-decoration:underline;text-underline-offset:5px}.services-header h1{max-width:22ch;font-size:clamp(36px,4.4vw,56px);line-height:1.25;letter-spacing:-.025em;text-wrap:balance}.services-header__inner>p:last-child{max-width:72ch;margin-top:20px;padding-left:18px;border-left:2px solid var(--accent);color:var(--muted);font-size:16px;line-height:1.85}
.services-hero{position:relative;overflow:hidden;padding:142px var(--gutter) 76px;background:linear-gradient(135deg,#fffcf5 0 68%,#f1e9d9 68%)}
.services-hero::before{content:'';position:absolute;width:520px;height:1px;right:-80px;top:180px;background:rgba(11,46,94,.2);transform:rotate(-11deg)}
.services-hero__shape{position:absolute;width:320px;height:320px;right:-145px;bottom:-190px;border:1px solid rgba(185,151,91,.22);border-radius:50%;box-shadow:0 0 0 48px rgba(185,151,91,.035),0 0 0 96px rgba(185,151,91,.02)}
.services-hero__inner{position:relative;max-width:1116px;margin:auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:60px}
.services-hero h1{max-width:20ch;font-size:clamp(38px,4.7vw,64px);line-height:1.2;letter-spacing:-.025em;text-wrap:balance}
.services-hero__lede{max-width:67ch;margin:24px 0 28px;padding-left:18px;border-left:2px solid var(--accent);color:var(--muted);font-size:17px;line-height:1.85;text-wrap:pretty}
.services-hero__links{display:flex;flex-wrap:wrap;gap:10px}.services-hero figure{overflow:hidden;border:1px solid #c9bfae;border-radius:6px;box-shadow:0 24px 54px -34px #071d3866}.services-hero figure img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform 800ms var(--ease)}
.services-overview,.services-related,.services-faq,.services-cta{padding:72px max(var(--gutter),calc((100% - 1116px)/2));border-top:1px solid var(--border)}
.services-overview__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.75fr);gap:36px;align-items:end;margin-bottom:34px}.services-overview__head .eyebrow{grid-column:1/-1;margin-bottom:-18px}.services-overview__head p:last-child{color:var(--muted);max-width:55ch}
.service-quick-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--foreground)}.service-quick-nav a{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:start;padding:15px 12px;border-bottom:1px solid var(--border);font-size:14px;line-height:1.5;transition:background .2s,color .2s,padding .2s}.service-quick-nav a:nth-child(3n+2),.service-quick-nav a:nth-child(3n+3){border-left:1px solid var(--border)}.service-quick-nav span{font-size:12px;color:#80602c;padding-top:2px}
.service-detail-list{padding:0 max(var(--gutter),calc((100% - 1116px)/2)) 72px;background:linear-gradient(156deg,#fffcf5 0 89%,rgba(185,151,91,.08) 89%)}
.service-detail{border-bottom:1px solid var(--border)}.service-detail:first-child{border-top:1px solid var(--foreground)}.service-detail details{background:rgba(255,254,250,.75)}.service-detail summary{display:grid;grid-template-columns:44px minmax(0,1fr) 34px;gap:20px;align-items:start;padding:28px 4px;cursor:pointer;list-style:none}.service-detail summary::-webkit-details-marker{display:none}.service-detail__num{padding-top:28px;color:#80602c;font-size:13px}.service-detail__overline{display:block;margin-bottom:5px;color:#80602c;font-size:11px;line-height:1.5;letter-spacing:.065em;text-transform:uppercase}.service-detail h2{font-size:clamp(23px,2.5vw,34px);line-height:1.32}.service-detail__summary{display:block;max-width:76ch;margin-top:10px;color:var(--muted);font-size:15px;line-height:1.75}.service-detail__toggle{position:relative;width:28px;height:28px;margin-top:25px}.service-detail__toggle::before,.service-detail__toggle::after{content:'';position:absolute;left:4px;right:4px;top:13px;height:2px;background:var(--foreground);transition:transform .25s}.service-detail__toggle::after{transform:rotate(90deg)}.service-detail details[open] .service-detail__toggle::after{transform:rotate(0)}
.service-detail__body{padding:0 54px 42px 68px;animation:service-open .38s var(--ease)}@keyframes service-open{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.service-detail__intro{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:28px 0;border-top:1px solid var(--border)}.service-detail__intro p{color:var(--muted);font-size:15px;line-height:1.85}
.service-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.service-detail__grid section{padding:22px;border:1px solid var(--border);border-radius:5px;background:#fffefa}.service-detail__grid h3{margin-bottom:12px;font-size:16px;color:var(--foreground)}.service-detail__grid p,.service-detail__grid li{font-size:14px;color:var(--muted);line-height:1.75}.service-detail__grid ul li{position:relative;padding:7px 0 7px 18px;border-bottom:1px solid #e5dece}.service-detail__grid ul li:last-child{border:0}.service-detail__grid ul li::before{content:'✓';position:absolute;left:0;color:#80602c}.service-detail__grid ol{counter-reset:item}.service-detail__grid ol li{display:grid;grid-template-columns:30px 1fr;gap:8px;padding:7px 0;border-bottom:1px solid #e5dece}.service-detail__grid ol li:last-child{border:0}.service-detail__grid ol span{color:#80602c;font-size:12px}
.services-related{background:var(--dark-bg);color:var(--dark-fg)}.services-related>.eyebrow,.services-related .eyebrow{color:#d7bb86}.services-related>div:first-child{max-width:780px;margin-bottom:30px}.services-related__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.services-related__links a{display:flex;flex-direction:column;gap:9px;min-height:160px;padding:24px;border:1px solid #496079;border-radius:5px;background:#0b294a;transition:transform .25s,border-color .25s,background .25s}.services-related__links strong{font-size:19px}.services-related__links span{color:var(--dark-muted);font-size:14px;line-height:1.7}
.services-faq{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:64px}.services-faq__head{position:sticky;top:110px;align-self:start}.services-faq__head p:last-child{margin-top:16px;color:var(--muted)}.services-faq__list{border-top:1px solid var(--foreground)}.service-faq{border-bottom:1px solid var(--border)}.service-faq summary{display:grid;grid-template-columns:1fr 24px;gap:20px;align-items:center;padding:20px 0;cursor:pointer;list-style:none}.service-faq summary::-webkit-details-marker{display:none}.service-faq h3{font-size:16px}.service-faq summary span{position:relative;width:20px;height:20px}.service-faq summary span::before,.service-faq summary span::after{content:'';position:absolute;left:2px;right:2px;top:9px;height:2px;background:currentColor}.service-faq summary span::after{transform:rotate(90deg)}.service-faq[open] summary span::after{transform:rotate(0)}.service-faq div{padding:0 36px 22px 0}.service-faq p{color:var(--muted);font-size:15px}
.services-cta{text-align:center;background:var(--background-alt)}.services-cta h2{max-width:28ch;margin:0 auto}.services-cta>p:not(.eyebrow){max-width:68ch;margin:18px auto 26px;color:var(--muted)}
.services-page .footer{border-top:1px solid var(--border)}
@media(hover:hover){.services-hero figure:hover img{transform:scale(1.025)}.service-quick-nav a:hover{padding-left:18px;background:#f7f1e6;color:#80602c}.service-detail summary:hover{background:#f8f2e8}.service-detail__grid section:hover{border-color:#b9975b;box-shadow:0 18px 38px -30px rgba(7,29,56,.45)}.services-related__links a:hover{transform:translateY(-5px);border-color:#d7bb86;background:#103255}}
@media(max-width:960px){.services-hero__inner{grid-template-columns:1fr}.services-hero figure{max-width:760px}.services-overview__head{grid-template-columns:1fr}.services-overview__head .eyebrow{margin-bottom:-14px}.service-quick-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.service-quick-nav a:nth-child(n){border-left:0}.service-quick-nav a:nth-child(even){border-left:1px solid var(--border)}.service-detail__intro{grid-template-columns:1fr}.services-faq{grid-template-columns:1fr;gap:30px}.services-faq__head{position:static}.services-related__links{grid-template-columns:1fr}.services-related__links a{min-height:0}}
@media(max-width:640px){.services-hero{padding-top:112px;padding-bottom:48px}.services-hero__inner{gap:30px}.services-hero h1{font-size:clamp(32px,9vw,44px)}.services-hero__lede{font-size:15px}.services-hero__links{display:grid}.services-overview,.services-related,.services-faq,.services-cta{padding-top:48px;padding-bottom:48px}.service-quick-nav{grid-template-columns:1fr}.service-quick-nav a:nth-child(n){border-left:0}.service-detail-list{padding-bottom:48px}.service-detail summary{grid-template-columns:30px minmax(0,1fr) 26px;gap:10px;padding:22px 0}.service-detail__num{padding-top:24px}.service-detail__toggle{margin-top:21px}.service-detail h2{font-size:23px}.service-detail__body{padding:0 0 30px 40px}.service-detail__intro{gap:14px;padding:22px 0}.service-detail__grid{grid-template-columns:1fr}.service-detail__grid section{padding:18px}.services-related__links a{padding:20px}.services-faq{gap:22px}}
@media(max-width:640px){.services-header{padding-top:104px;padding-bottom:40px}.services-header h1{font-size:clamp(30px,8.5vw,40px)}.services-header__inner>p:last-child{font-size:15px}.services-back{margin-bottom:20px}}
@media(prefers-reduced-motion:reduce){.service-detail__body{animation:none}}

/* Dedicated service pages */
.service-single__hero{position:relative;overflow:hidden;padding:132px max(var(--gutter),calc((100% - 1116px)/2)) 68px;border-bottom:1px solid var(--border);background:linear-gradient(120deg,#fffcf5 0 76%,#f1e9d9 76%)}
.service-single__hero::before{content:'';position:absolute;width:560px;height:1px;right:-90px;top:176px;background:rgba(11,46,94,.18);transform:rotate(-10deg)}
.service-single__hero-inner{position:relative;max-width:930px}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:38px;color:var(--muted);font-size:13px}.breadcrumbs a{text-decoration:underline;text-underline-offset:4px}.breadcrumbs span:last-child{overflow:hidden;max-width:42ch;text-overflow:ellipsis;white-space:nowrap}
.service-single__hero .eyebrow{margin-bottom:12px}.service-single__hero .service-detail__overline{font-size:12px}
.service-single__hero h1{max-width:none;margin-top:8px;font-size:clamp(38px,4.8vw,62px);line-height:1.18;letter-spacing:-.025em;text-wrap:pretty}
.service-single__lede{max-width:75ch;margin-top:22px;padding-left:18px;border-left:2px solid var(--accent);color:var(--muted);font-size:17px;line-height:1.85;text-wrap:pretty}
.service-single__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.service-single__actions .btn--ghost{border-color:#aa9a80;background:rgba(255,255,255,.35)}
.service-single__content{display:grid;grid-template-columns:minmax(220px,.36fr) minmax(0,1fr);gap:64px;padding:72px max(var(--gutter),calc((100% - 1116px)/2));background:linear-gradient(156deg,#fffcf5 0 91%,rgba(185,151,91,.07) 91%)}
.service-single__aside{position:sticky;top:112px;align-self:start;padding:26px;border-top:2px solid var(--accent);background:#f7f1e6}.service-single__aside>span{color:#80602c;font-size:13px}.service-single__aside h2{margin:10px 0 12px;font-size:22px}.service-single__aside p{color:var(--muted);font-size:14px;line-height:1.75}.service-single__aside a{display:inline-block;margin-top:20px;font-size:14px;text-decoration:underline;text-underline-offset:5px}
.service-single .service-detail__body{padding:0;animation:none}.service-single .service-detail__intro{padding-top:0;border-top:0}.service-single .service-detail__grid{margin-top:8px}.service-single .service-detail__body>.btn{margin-top:8px}
.service-pager{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 max(var(--gutter),calc((100% - 1116px)/2)) 72px;background:var(--background)}.service-pager a{display:flex;min-height:116px;flex-direction:column;justify-content:center;padding:22px 26px;border:1px solid var(--border);transition:transform .25s,border-color .25s,background .25s}.service-pager a:nth-child(2){text-align:right}.service-pager span{margin-bottom:6px;color:#80602c;font-size:12px;letter-spacing:.04em}.service-pager strong{font-size:17px;line-height:1.45}
@media(hover:hover){.service-pager a:hover{transform:translateY(-3px);border-color:var(--accent);background:#f7f1e6}}
@media(max-width:900px){.service-single__content{grid-template-columns:1fr;gap:34px}.service-single__aside{position:static}.service-single .service-detail__intro{grid-template-columns:1fr}}
@media(max-width:640px){.service-single__hero{padding-top:104px;padding-bottom:48px}.breadcrumbs{margin-bottom:28px}.service-single__hero h1{font-size:clamp(31px,9vw,42px)}.service-single__lede{font-size:15px}.service-single__actions{display:grid}.service-single__content{padding-top:48px;padding-bottom:48px}.service-single__aside{padding:22px}.service-pager{grid-template-columns:1fr;padding-bottom:48px}.service-pager a:nth-child(2){text-align:left}.service-pager a{min-height:96px;padding:18px 20px}}

/* Shared inner-page presentation follows the same visual language as the home hero. */
.inner-page__header,.services-page main>.services-header{padding-top:132px;padding-bottom:58px;background:linear-gradient(120deg,#fffcf5 0 76%,#f1e9d9 76%)}
.inner-page__header .services-header__inner,.services-page main>.services-header .services-header__inner{width:100%;max-width:1116px;margin:auto}
.inner-page__header h1,.services-page main>.services-header h1{max-width:none;font-size:clamp(36px,4.2vw,56px);text-wrap:pretty}
.inner-page__header .services-header__inner>p:last-child,.services-page main>.services-header .services-header__inner>p:last-child{max-width:92ch;text-wrap:pretty}
.services-accordion{padding:68px max(var(--gutter),calc((100% - 1116px)/2)) 78px;background:linear-gradient(156deg,#fffcf5 0 93%,rgba(185,151,91,.07) 93%)}
.services-accordion__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:24px 48px;align-items:end;margin-bottom:32px}.services-accordion__head .eyebrow{grid-column:1/-1;margin-bottom:-12px}.services-accordion__head h2{max-width:none}.services-accordion__head>p:last-child{color:var(--muted);line-height:1.8;text-wrap:pretty}
.services-accordion .service-detail-list{padding:0;background:none}.services-accordion .service-detail:first-child{border-top:1px solid var(--foreground)}
.services-accordion .service-detail__intro{display:block;max-width:96ch;padding:28px 0 18px}.services-accordion .service-detail__intro p{margin:0 0 16px;color:var(--muted);font-size:16px;line-height:1.95;text-wrap:pretty}.services-accordion .service-detail__intro p:last-child{margin-bottom:0}
.services-accordion .service-detail__body{padding-right:44px}.services-accordion .service-detail__grid{margin-top:18px}
.page-context{padding:64px max(var(--gutter),calc((100% - 1116px)/2));border-top:1px solid var(--border);background:#fffefa}.page-context__head{margin-bottom:26px}.page-context__head h2{max-width:none}.page-context__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--foreground)}.page-context__grid p{padding:22px 24px 8px 0;color:var(--muted);font-size:15px;line-height:1.85;text-wrap:pretty}.page-context__grid p+p{padding-left:24px;border-left:1px solid var(--border)}
@media(max-width:900px){.services-accordion__head{grid-template-columns:1fr}.services-accordion .service-detail__body{padding-right:0}.services-accordion .service-detail__intro{max-width:none}.page-context__grid{grid-template-columns:1fr}.page-context__grid p,.page-context__grid p+p{padding:18px 0;border-left:0;border-bottom:1px solid var(--border)}}
@media(max-width:640px){.inner-page__header,.services-page main>.services-header{padding-top:104px;padding-bottom:42px;background:linear-gradient(145deg,#fffcf5 0 87%,#f1e9d9 87%)}.services-accordion{padding-top:48px;padding-bottom:52px}.services-accordion__head{margin-bottom:24px}.services-accordion .service-detail__intro{padding-top:20px}.services-accordion .service-detail__intro p{font-size:15px;line-height:1.9;margin-bottom:14px}.page-context{padding-top:48px;padding-bottom:48px}}

/* Individual service pages use the same long-form reading rhythm. */
.service-single .service-detail__intro{display:block;max-width:96ch}.service-single .service-detail__intro p{margin:0 0 16px;font-size:16px;line-height:1.95;text-wrap:pretty}.service-single .service-detail__intro p:last-child{margin-bottom:0}
@media(max-width:900px){.service-single .service-detail__intro{max-width:none}}
@media(max-width:640px){.service-single .service-detail__intro p{font-size:15px;line-height:1.9}}
