/* Shared composition for imported service pages. */
.service-details{display:grid;gap:18px}
.service-details .service-detail-section{border:0;border-radius:28px;padding:48px 42px;background:#f4f4f0;overflow:hidden}
.service-details .service-detail-section:nth-child(4n+2){background:#e8efff}
.service-details .service-detail-section:nth-child(4n+3){background:#e5f1d9}
.service-details .service-detail-section:nth-child(4n){background:#ffe6d9}
.service-details .section-number{font-size:12px;color:#5571a4;margin-bottom:28px}
.service-details .service-detail-section>h2{font-size:clamp(31px,3.3vw,46px);letter-spacing:-.05em;margin-bottom:35px}
.service-details .service-detail-body{font-size:16px}
.service-details .service-detail-body>div>div:first-child>p:first-child,.service-details .service-detail-body>div>p:first-child{font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:700;color:#5973a4}
.service-details .service-detail-body a{color:inherit;text-decoration:none}
.service-details .detail-cards{gap:13px}
.service-details .detail-card{padding:25px;border-radius:20px;background:#ffffffb8;box-shadow:inset 0 0 0 1px #ffffff80}
.service-details .detail-card>span:first-child{display:inline-block;font-size:11px;color:#5571a4;margin-bottom:18px}
.service-details .detail-card h2,.service-details .detail-card h3{font-size:clamp(21px,2vw,27px);margin:8px 0 15px;letter-spacing:-.04em}
.service-details .detail-card p{font-size:14px;line-height:1.65;color:#515151}
.service-details .detail-card strong{display:inline-block;font-size:11px;margin-top:24px;padding:7px 10px;border-radius:30px;background:#fff}
.service-details .detail-card ul{padding-left:18px}
.service-details .detail-card li,.service-details .detail-card dt,.service-details .detail-card dd{font-size:12px;line-height:1.55}
.service-details .detail-card dl{margin:20px 0}
.service-details .detail-card dt{color:#707070}
.service-details .detail-card dd{margin:2px 0 12px}
.service-section-projects .detail-cards{grid-template-columns:repeat(3,1fr)}
.service-section-projects .detail-card{padding:14px 14px 20px;background:#fff}
.service-section-projects .detail-card>a{display:flex;flex-direction:column;height:100%}
.service-section-projects .detail-card figure{order:-1;margin:0 0 20px}
.service-section-projects .detail-card img{width:100%;height:190px;object-fit:cover;object-position:top;border-radius:14px;margin:0}
.service-section-projects .detail-card h2{color:#242424}
.service-section-projects .detail-card small{font-size:10px;color:#666}
.service-section-projects .detail-card>a>div:nth-of-type(2){margin-top:auto}
.service-section-packages .detail-card{display:flex;flex-direction:column}
.service-section-packages .detail-card>a{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:12px 16px;border-radius:10px;background:#242424;color:#fff;font-size:13px;font-weight:700}
.service-section-packages .service-detail-body a[href*="/czeny"]{display:inline-flex;align-items:center;justify-content:center;margin:18px 0 24px;padding:14px 19px;border-radius:11px;background:#242424;color:#fff;font-weight:700}
.service-section-process ol{list-style:none;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:13px;counter-reset:service-step}
.service-section-process ol>li{padding:25px;border-radius:20px;background:#ffffffb8;margin:0;counter-increment:service-step}
.service-section-process ol>li::before{content:counter(service-step,decimal-leading-zero);display:block;font-size:12px;color:#5874a5;margin-bottom:25px}
.service-section-process ol>li>span:first-child{display:none}
.service-section-links .service-detail-body>div>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.service-section-links .service-detail-body a{position:relative;display:flex;flex-direction:column;min-height:170px;padding:22px 54px 22px 22px;border:0;border-radius:18px;background:#ffffffb5;transition:transform .2s,background .2s}
.service-section-links .service-detail-body a:hover{transform:translateY(-3px);background:#fff}
.service-section-links .service-detail-body a::after{content:"↗";position:absolute;right:22px;bottom:20px;width:34px;height:34px;border-radius:50%;background:#242424;color:#fff;display:grid;place-items:center;font-size:17px}
.service-section-links .service-detail-body a>span:last-child{display:none}
.service-section-story .service-detail-body{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:42px;align-items:center}
.service-section-story .service-detail-body>div{display:block}
.service-section-story .service-detail-body figure:empty{display:none}
.service-section-story .service-detail-body p{max-width:720px}
.section-visual{margin:0;position:relative;border-radius:22px;overflow:hidden;min-height:370px;background:#c8d9ff}
.section-visual img{width:100%;height:100%;min-height:370px;object-fit:cover}
.section-visual figcaption{position:absolute;left:16px;right:16px;bottom:16px;padding:13px 15px;border-radius:13px;background:#ffffffe0;backdrop-filter:blur(10px);font-size:12px;line-height:1.45}
.service-details .service-faq{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.service-details .service-faq details{margin:0;background:#fff}
.service-details .service-faq details[open]{background:#fff8d9}
.service-inline-cta{border-radius:28px;padding:38px 42px;background:linear-gradient(120deg,#2868f4,#7139ef 60%,#ff6948);color:#fff;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:end;overflow:hidden;position:relative}
.service-inline-cta::after{content:"";position:absolute;width:240px;height:240px;border:1px solid #ffffff45;border-radius:50%;right:-80px;top:-120px}
.service-inline-cta h2{font-size:clamp(30px,3vw,44px);max-width:680px;margin-top:12px}
.service-inline-cta p{max-width:480px}.service-inline-cta .actions{position:relative;z-index:1}.service-inline-cta .button{background:#fff;color:#222}.service-inline-cta .button.light{background:#ffffff22;color:#fff;border:1px solid #ffffff5c}
.conversion-cta{text-align:left;display:grid;grid-template-columns:auto 1fr auto;gap:24px 34px;align-items:center;background:linear-gradient(120deg,#cbff95,#a9f2e6)}
.conversion-cta>img{width:64px;height:64px;border-radius:50%;background:#fff;padding:7px}.conversion-cta h2,.conversion-cta p{margin:0;max-width:650px}.conversion-cta .actions{margin:0;justify-content:flex-end}.button.bordered{border:1px solid #242424}
.brief-section{padding-top:10px}.brief-intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:20px;background:#edf2ff;border-radius:28px;padding:22px}.brief-intro>div{padding:34px 28px;display:flex;flex-direction:column;justify-content:center}.brief-intro h2{margin:16px 0}.brief-intro figure{margin:0;border-radius:21px;overflow:hidden;position:relative;min-height:390px}.brief-intro figure img{width:100%;height:100%;object-fit:cover}.brief-intro figcaption{position:absolute;left:16px;right:16px;bottom:16px;border-radius:14px;background:#ffffffe6;padding:16px;text-align:center;font-size:13px}.brief-intro figcaption span{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#2868f4;color:#fff;margin:0 5px}.brief-intro figcaption b{margin:0 7px;color:#777}
.brief-layout{display:grid;grid-template-columns:.68fr 1.32fr;gap:20px;margin-top:20px}.brief-layout>aside{background:#242424;color:#fff;border-radius:28px;padding:38px;display:flex;flex-direction:column}.brief-layout ol{list-style:none;padding:0;margin:28px 0}.brief-layout li{display:grid;gap:5px;padding:20px 0;border-top:1px solid #ffffff26}.brief-layout li::before{content:counter(list-item,decimal-leading-zero);color:#9fc3ff;font-size:12px}.brief-layout li span{font-size:13px;color:#bbb}.phone-card{display:grid;grid-template-columns:1fr auto;margin-top:auto;background:#fff;color:#222;padding:17px;border-radius:14px}.phone-card small,.phone-card strong{grid-column:1}.phone-card>span{grid-column:2;grid-row:1/3;align-self:center;font-size:22px}.brief-form-wrap{border-radius:28px;background:#ffe7d9;padding:14px}.brief-form{background:#fff;border-radius:19px;padding:32px}.brief-form fieldset{border:0;padding:0;margin:0 0 24px}.brief-form legend{font-size:14px;font-weight:700;margin-bottom:10px}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.choice{margin:0!important}.choice input{position:absolute;opacity:0;pointer-events:none}.choice span{display:flex;align-items:center;min-height:52px;border:1px solid #d7d7d7;border-radius:10px;padding:11px 14px;font-size:13px}.choice input:checked+span{background:#242424;color:#fff;border-color:#242424}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.brief-submit{display:flex;align-items:center;gap:18px}.brief-submit p{font-size:12px;color:#666}
@media(max-width:900px){.service-details .service-detail-section{padding:38px 30px}.service-section-projects .detail-cards{grid-template-columns:1fr 1fr}.service-section-process ol{grid-template-columns:1fr 1fr}.service-section-story .service-detail-body{grid-template-columns:1fr}.service-details .service-faq{grid-template-columns:1fr}.service-inline-cta,.brief-intro,.brief-layout{grid-template-columns:1fr}.conversion-cta{grid-template-columns:auto 1fr}.conversion-cta .actions{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:760px){.service-details{gap:12px}.service-details .service-detail-section{padding:30px 20px;border-radius:22px}.service-details .section-number{margin-bottom:18px}.service-details .service-detail-section>h2{font-size:30px;margin-bottom:25px}.service-section-projects .detail-cards,.service-section-process ol,.service-section-links .service-detail-body>div>div:last-child{grid-template-columns:1fr}.service-section-projects .detail-card img{height:210px}.service-details .detail-card{padding:21px}.service-section-projects .detail-card{padding:12px 12px 20px}.section-visual,.section-visual img{min-height:270px}.service-inline-cta{padding:30px 22px}.conversion-cta{grid-template-columns:1fr;padding:31px 23px}.conversion-cta .actions{grid-column:auto}.brief-intro{padding:12px}.brief-intro>div{padding:25px 13px}.brief-intro figure{min-height:280px}.brief-layout>aside{padding:28px 22px}.brief-form{padding:24px 18px}.choice-grid,.form-pair{grid-template-columns:1fr}.brief-submit{align-items:flex-start;flex-direction:column}}

/* Full price catalogue: clear anchors, visual category headers and actionable cards. */
.full-pricing{padding-top:0}.price-guide{border-radius:28px;background:#292929;color:#fff;padding:24px;display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center}.price-guide>div{padding:28px}.price-guide h2{margin:18px 0}.price-guide p:last-child{color:#d5d5d5;max-width:540px}.price-guide img{height:360px;width:100%;object-fit:cover;border-radius:20px}.price-nav{position:sticky;top:8px;z-index:12;display:flex;gap:8px;overflow:auto;padding:12px;margin:18px 0 32px;border:1px solid #ddd;background:#fffffff0;backdrop-filter:blur(14px);border-radius:18px}.price-nav a{white-space:nowrap;padding:10px 14px;border-radius:30px;background:#f1f2ef;font-size:12px}.price-nav a:hover{background:#235fee;color:#fff}.price-group{scroll-margin-top:90px;margin:18px 0;border-radius:28px;background:#f2f3ef;padding:22px}.price-group:nth-of-type(3n+2){background:#e5efff}.price-group:nth-of-type(3n){background:#ffe5d8}.price-group:nth-of-type(3n+1){background:#e4efd6}.price-group>header{display:grid;grid-template-columns:1.05fr .95fr;gap:25px;align-items:center;padding:14px 14px 28px}.price-group>header>div>span{font-size:12px;color:#4f6fa9}.price-group>header h2{font-size:clamp(32px,3.5vw,50px);margin:18px 0}.price-group>header>div>p:last-child{max-width:600px}.price-group>header img{width:100%;height:250px;object-fit:cover;border-radius:20px}.price-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.price-cards article{background:#ffffffe0;border-radius:19px;padding:23px;display:flex;flex-direction:column;min-height:420px}.price-cards .price-value{font-size:14px;color:#4468ad;margin-bottom:28px;font-weight:700}.price-cards h3{font-size:25px;margin-bottom:16px}.price-cards article>p:not(.price-value){font-size:13px;color:#595959}.price-cards ul{list-style:none;padding:0;margin:22px 0}.price-cards li{font-size:12px;padding:7px 0;border-top:1px solid #00000010}.price-cards .button{margin-top:auto;width:100%;padding:13px;font-size:12px}.price-note{margin-top:20px;background:linear-gradient(120deg,#ff6a3c,#ffb548);border-radius:28px;padding:38px;display:grid;grid-template-columns:1fr 1fr auto;gap:25px;align-items:center}.price-note strong{font-size:28px;letter-spacing:-.04em}.price-note .button{white-space:nowrap}
@media(max-width:1100px){.price-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.price-guide,.price-group>header{grid-template-columns:1fr}.price-guide>div{padding:13px}.price-guide img{height:250px}.price-nav{margin-bottom:20px}.price-group{padding:12px}.price-group>header{padding:15px 10px}.price-group>header img{height:220px}.price-cards{grid-template-columns:1fr}.price-cards article{min-height:0}.price-note{grid-template-columns:1fr;padding:28px 22px}.price-note strong{font-size:24px}}
.brief-layout ol{counter-reset:brief-step}.brief-layout li{counter-increment:brief-step}.brief-layout li::before{content:counter(brief-step,decimal-leading-zero)}

/* Flagship development and support pages. */
.flagship-page{display:grid;gap:20px}.flagship-page>section{border-radius:28px;overflow:hidden}.flagship-opening{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;background:#ff6a3c;padding:22px}.opening-copy{padding:38px 30px;display:flex;flex-direction:column;justify-content:center}.opening-copy h2{font-size:clamp(36px,4vw,58px);margin:20px 0}.opening-copy>p:not(.eyebrow,.opening-price){font-size:17px;max-width:590px}.opening-price{font-size:42px;font-weight:600;letter-spacing:-.05em;margin-top:27px}.opening-price small{font-size:14px;letter-spacing:0}.flagship-opening figure{margin:0;border-radius:21px;overflow:hidden;position:relative;min-height:520px}.flagship-opening figure img{width:100%;height:100%;object-fit:cover}.flagship-opening figcaption{position:absolute;left:16px;right:16px;bottom:16px;padding:14px 16px;border-radius:14px;background:#ffffffe6;font-size:12px;text-align:center}.format-section,.development-process,.development-projects,.development-faq{padding:52px 42px;background:#f3f4ef}.format-section .section-title>p{max-width:430px}.format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.format-grid>a{position:relative;padding:15px 22px 24px;border-radius:21px;background:#fff;display:flex;flex-direction:column;min-height:430px}.format-grid>a>span{font-size:11px;color:#5673a5}.format-grid h3{font-size:27px;margin:19px 0 12px}.format-grid p{font-size:14px;color:#5d5d5d}.format-grid strong{margin-top:auto;font-size:19px}.format-grid i{position:absolute;right:20px;bottom:20px;font-style:normal;font-size:22px}.format-art{height:180px;margin:12px -7px 2px;border-radius:16px;display:grid;place-items:center;font-size:86px;line-height:1;font-weight:600;text-shadow:4px 6px #ffffff66}.format-orange{background:#ffc496;color:#f14b2c}.format-blue{background:#acd4ff;color:#2467ee}.format-green{background:#b9e8bd;color:#0b9d5e}.development-story{display:grid;grid-template-columns:1fr 1fr;background:#174f37;color:#fff;min-height:590px}.development-story>img{width:100%;height:100%;object-fit:cover}.development-story>div{padding:52px;display:flex;flex-direction:column;justify-content:center}.development-story h2{font-size:clamp(34px,3.5vw,50px);margin:20px 0}.development-story ul{padding-left:20px;margin:25px 0}.development-story li{margin:9px 0}.development-story .button{width:max-content;margin-top:10px}.development-process{background:#e5edff}.development-process ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.development-process li{background:#ffffffc7;border-radius:20px;padding:26px;min-height:245px}.development-process li span{font-size:12px;color:#496fac}.development-process li h3{margin:48px 0 13px}.development-process li p{font-size:14px;color:#595959}.development-projects{background:#fff0e7}.development-projects .project-grid{max-width:none}.development-faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:50px;background:#e6f0da}.development-faq>div:first-child h2{margin:18px 0}.development-faq .faq details{background:#fff;border:0;border-radius:15px;margin:8px 0;padding:20px 22px}.development-faq .faq details:first-child{margin-top:0}.development-faq .faq summary{font-size:17px}.support-opening{background:#c9ec9c}.support-opening figcaption span{display:inline-block;width:9px;height:9px;border-radius:50%;background:#17a266;margin-right:7px}.care-dashboard{display:grid;grid-template-columns:.65fr 1.35fr;gap:35px;background:#202322;color:#fff;padding:52px 42px}.care-dashboard>div:first-child h2{margin:18px 0}.care-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.care-cards article{background:#ffffff12;border:1px solid #ffffff12;border-radius:20px;padding:23px}.care-cards article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#d2ff9d;color:#202322;font-size:25px}.care-cards h3{font-size:21px;margin:30px 0 10px}.care-cards p{font-size:13px;color:#d5d5d5}.support-proof{display:grid;grid-template-columns:1.1fr .9fr;background:#dce8ff}.support-proof figure{margin:0;padding:18px}.support-proof figure img{width:100%;height:100%;min-height:530px;object-fit:cover;border-radius:21px}.support-proof>div{padding:52px 45px;display:flex;flex-direction:column;justify-content:center}.support-proof h2{margin:18px 0}.support-proof>div>p:not(.eyebrow){margin-top:22px}.support-proof .button{width:max-content;margin-top:25px}.support-numbers{display:grid;grid-template-columns:1fr 1fr;gap:9px}.support-numbers p{background:#fff8;border-radius:16px;padding:18px}.support-numbers strong{font-size:30px;display:block}.support-numbers span{font-size:11px;display:block;margin-top:6px}.support-choice{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#bbb}.support-choice>div{padding:48px 42px;background:#ffe5d7}.support-choice>div+div{background:#eee9ff}.support-choice h2{font-size:clamp(31px,3vw,44px);margin:20px 0}.support-choice p:not(.eyebrow){max-width:550px}.support-choice .button{margin-top:28px}
@media(max-width:900px){.flagship-opening,.development-story,.development-faq,.care-dashboard,.support-proof{grid-template-columns:1fr}.format-grid{grid-template-columns:1fr 1fr}.development-process ol{grid-template-columns:1fr 1fr}.flagship-opening figure{min-height:400px}.support-proof figure img{min-height:400px}}
@media(max-width:760px){.flagship-opening{padding:12px}.opening-copy{padding:27px 15px}.opening-copy h2{font-size:35px}.flagship-opening figure{min-height:290px}.format-section,.development-process,.development-projects,.development-faq,.care-dashboard{padding:34px 22px}.format-grid,.development-process ol,.care-cards,.support-choice{grid-template-columns:1fr}.format-grid>a{min-height:390px}.development-story>div{padding:34px 23px}.development-story>img{height:330px}.support-proof figure img{min-height:0;height:330px}.support-proof>div{padding:35px 23px}.support-choice>div{padding:35px 23px}}

/* Product-like inner service pages: strong hero, audience, conversion and proof. */
.page-hero.service-hero{background:#1e1f1d;color:#fff;min-height:520px;padding:24px;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:28px}.service-hero .page-heading-copy{padding:34px 28px}.service-hero .page-heading-copy .eyebrow{color:#bcd5a0}.service-hero h1{font-size:clamp(40px,4.3vw,64px);max-width:740px}.service-hero .lead{color:#d4d4d0}.service-hero .text-link{color:#fff}.service-hero .service-heading-art{height:470px;position:relative;border-radius:20px;background:#e6e8df}.service-hero .service-heading-art>img{height:100%;object-fit:cover}.service-hero-facts{position:absolute;right:15px;bottom:15px;display:grid;grid-template-columns:1fr 1fr;gap:8px;width:min(390px,calc(100% - 30px))}.service-hero-facts>span{background:#ffffffe9;color:#232323;border-radius:14px;padding:15px;box-shadow:0 10px 30px #0002}.service-hero-facts>span:first-child{background:#c9fa9a}.service-hero-facts b{font-size:20px;display:block;letter-spacing:-.04em}.service-hero-facts small{font-size:10px;color:#575757;display:block;margin-top:3px}.service-audience{padding:65px 0 45px}.service-audience .section-title p{max-width:650px;margin-inline:auto}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.audience-grid article{background:#f1f2ed;border-radius:20px;padding:10px 10px 22px}.audience-photo{height:250px;border-radius:14px;overflow:hidden;margin-bottom:19px}.audience-photo img{width:400%;max-width:none;height:100%;object-fit:cover}.audience-photo-1 img{transform:translateX(0)}.audience-photo-2 img{transform:translateX(-25%)}.audience-photo-3 img{transform:translateX(-50%)}.audience-photo-4 img{transform:translateX(-75%)}.audience-grid h3{font-size:20px;margin:0 10px 8px}.audience-grid p{font-size:12px;line-height:1.55;color:#5d5d5d;margin:0 10px}.service-offer-band{background:linear-gradient(110deg,#3f7fdc,#7d64e8);color:#fff;border-radius:24px;padding:38px 42px;display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center;position:relative;overflow:hidden}.service-offer-band::after{content:"↗";position:absolute;right:-15px;bottom:-55px;font-size:190px;line-height:1;color:#ffffff12}.service-offer-band h2{font-size:clamp(29px,3vw,43px);margin-top:12px}.service-offer-band>div:last-child{position:relative;z-index:1}.service-offer-band>div:last-child>p{color:#e7e7ff}.service-offer-band .actions>a:not(.button){font-size:13px;text-decoration:underline;text-underline-offset:5px}.service-evidence{border-radius:28px;min-height:570px;position:relative;isolation:isolate;overflow:hidden;color:#fff;display:flex!important;align-items:center;padding:48px}.service-evidence>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.service-evidence::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#111d17eb 0%,#111d17b0 45%,transparent 80%);z-index:-1}.service-evidence>div{max-width:590px}.service-evidence h2{font-size:clamp(37px,4vw,58px);margin:20px 0}.service-evidence p:not(.eyebrow){font-size:17px;max-width:530px}.service-evidence .button{margin-top:28px}.service-details>.service-evidence{margin:0}.service-details>.service-audience+.service-offer-band{margin-bottom:18px}
@media(max-width:1000px){.page-hero.service-hero{grid-template-columns:1fr;min-height:0}.service-hero .service-heading-art{height:360px}.audience-grid{grid-template-columns:1fr 1fr}.audience-photo{height:300px}.service-offer-band{grid-template-columns:1fr}.service-evidence{min-height:520px}}
@media(max-width:760px){.page-hero.service-hero{padding:12px}.service-hero .page-heading-copy{padding:23px 12px}.service-hero .service-heading-art{height:300px}.service-hero-facts b{font-size:16px}.service-audience{padding:43px 10px 30px}.audience-grid{grid-template-columns:1fr 1fr;gap:7px}.audience-grid article{padding:7px 7px 17px}.audience-photo{height:205px}.audience-grid h3{font-size:16px}.audience-grid p{font-size:11px}.service-offer-band{padding:30px 23px;gap:20px}.service-evidence{min-height:580px;padding:32px 23px;align-items:flex-end}.service-evidence::after{background:linear-gradient(0deg,#111d17ef 0%,#111d17a6 55%,transparent 100%)} }
.audience-photo img{width:400%;max-width:none;height:100%;object-fit:cover;transform:none}.audience-photo-1 img{transform:translateX(0)}.audience-photo-2 img{transform:translateX(-25%)}.audience-photo-3 img{transform:translateX(-50%)}.audience-photo-4 img{transform:translateX(-75%)}

.services-directory-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;background:#202220;color:#fff;border-radius:28px;padding:22px;margin-bottom:18px}.services-directory-intro>img{width:100%;height:470px;object-fit:cover;border-radius:20px}.services-directory-intro>div{padding:38px 30px;display:flex;flex-direction:column;justify-content:center}.services-directory-intro h2{font-size:clamp(34px,3.5vw,52px);margin:20px 0}.services-directory-intro>div>p:not(.eyebrow){color:#d0d0d0}.catalogue-section{border-radius:28px;padding:22px 22px 40px;margin:18px 0;background:#e7efff}.catalogue-group-care{background:#e3f0d8}.catalogue-group-design{background:#ffe6d9}.catalogue-group-marketing{background:#eee7ff}.directory-group-heading{display:grid;grid-template-columns:1fr .75fr;gap:30px;align-items:center;padding:16px 16px 30px}.directory-group-heading>div>span{font-size:12px;color:#4e6da5}.directory-group-heading h2{font-size:clamp(34px,3.6vw,52px);margin:14px 0}.directory-group-heading>div>p:last-child{max-width:550px}.directory-group-heading img{width:100%;height:235px;object-fit:cover;border-radius:20px}.catalogue-section .catalogue-card{background:#ffffffd9;min-height:315px}.catalogue-section .catalogue-symbol{display:grid;place-items:center;width:55px;height:55px;border-radius:16px;background:#d4e4ff}.catalogue-group-care .catalogue-symbol{background:#cdefac}.catalogue-group-design .catalogue-symbol{background:#ffd0b7}.catalogue-group-marketing .catalogue-symbol{background:#d9ceff}.directory-offer{margin:18px 0}.article-next-step{max-width:1120px;margin:65px auto 0;border-radius:28px;padding:18px;background:#ffe0d0;display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;align-items:center}.article-next-step>img{width:100%;height:310px;object-fit:cover;border-radius:20px}.article-next-step>div{padding:25px 28px}.article-next-step h2{font-size:clamp(30px,3vw,43px);margin:16px 0}.article-next-step>div>p:not(.eyebrow){max-width:560px}
@media(max-width:900px){.services-directory-intro,.directory-group-heading,.article-next-step{grid-template-columns:1fr}.services-directory-intro>img{height:350px}.services-directory-intro>div{padding:25px 18px}.directory-group-heading img{height:270px}}
@media(max-width:760px){.services-directory-intro{padding:12px}.services-directory-intro>img{height:270px}.services-directory-intro>div{padding:24px 12px}.catalogue-section{padding:12px 12px 25px}.directory-group-heading{padding:18px 10px}.directory-group-heading img{height:220px}.article-next-step{padding:12px;gap:10px}.article-next-step>img{height:240px}.article-next-step>div{padding:22px 10px}}

/* Restrained inner-page system: photography, real work and content-led hierarchy. */
.flagship-opening{background:#1f211f;color:#fff}.support-opening{background:#263226}.opening-copy h1{font-size:clamp(42px,4.6vw,68px);line-height:.98;letter-spacing:-.055em;margin:20px 0;max-width:760px}.flagship-opening .opening-copy>p:not(.eyebrow,.opening-price){color:#d6d7d2}.flagship-opening .opening-price{color:#fff}.flagship-opening .button.light.bordered{border-color:#ffffff55;color:#fff;background:transparent}.flagship-opening figure::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,#1118)}
.format-photo{display:block;width:100%;height:185px;object-fit:cover;border-radius:15px;margin:12px -7px 2px;width:calc(100% + 14px)}
.format-grid>a{min-height:445px}.format-grid>a:hover .format-photo{transform:scale(1.015)}.format-photo{transition:transform .25s ease}
.service-details .service-detail-section{background:#f4f5f1}.service-details .service-detail-section.service-section-projects{background:#e7eefc}.service-details .service-detail-section.service-section-packages{background:#f7e8df}.service-details .service-detail-section.service-section-process{background:#eef2e8}.service-details .service-detail-section.service-section-links{background:#edf1f8}.service-details .service-detail-section.service-section-story{background:#f4f5f1}
.service-details .service-section-story .section-visual{border-radius:20px;overflow:hidden}.service-details .service-section-story .section-visual img{object-fit:cover}
.service-inline-cta{display:none}.catalogue-section{background:#f1f2ee}.catalogue-group-care,.catalogue-group-design,.catalogue-group-marketing{background:#f1f2ee}.catalogue-section .catalogue-symbol{background:#e1e5dc}.catalogue-group-care .catalogue-symbol,.catalogue-group-design .catalogue-symbol,.catalogue-group-marketing .catalogue-symbol{background:#e1e5dc}
.price-group,.price-group:nth-of-type(3n+2),.price-group:nth-of-type(3n),.price-group:nth-of-type(3n+1){background:#f1f2ee}.price-group:nth-of-type(3n+2){background:#e8eef8}.price-group:nth-of-type(3n){background:#f6e9e1}
@media(max-width:760px){.opening-copy h1{font-size:38px}.format-grid>a{min-height:390px}.format-photo{height:170px}}

/* Compact product page for Landing Page. */
.landing-product-page{display:grid;gap:18px}.landing-product-page>section,.landing-product-page>aside{border-radius:28px;overflow:hidden}
.landing-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;background:#1d1f1e;color:#fff;padding:22px}.landing-hero-copy{padding:40px 30px;display:flex;flex-direction:column;justify-content:center}.landing-hero h1{font-size:clamp(44px,4.8vw,72px);line-height:.96;letter-spacing:-.06em;margin:20px 0}.landing-hero-copy>p:not(.eyebrow){font-size:18px;color:#d3d5d1;max-width:650px}.landing-hero-actions{display:flex;align-items:center;gap:20px;margin-top:30px}.landing-hero-actions>span{font-size:20px;font-weight:700}.landing-hero figure{position:relative;margin:0;border-radius:20px;overflow:hidden;min-height:540px}.landing-hero figure img{width:100%;height:100%;object-fit:cover}.landing-hero figcaption{position:absolute;left:15px;right:15px;bottom:15px;background:#ffffffe9;color:#222;border-radius:14px;padding:15px;text-align:center;font-size:12px}.landing-hero figcaption b{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#222;color:#fff;margin:0 6px}.landing-hero figcaption i{font-style:normal;color:#888}
.landing-facts{list-style:none;margin:0;padding:18px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;border:1px solid #dedfd9;border-radius:20px}.landing-facts li{font-size:13px;padding-left:22px;position:relative}.landing-facts li::before{content:"✓";position:absolute;left:0;color:#3c7b35;font-weight:800}
.landing-audience{padding:58px 0 15px}.landing-audience .section-title p{max-width:680px;margin-inline:auto}.landing-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.landing-audience-grid article{background:#f1f2ee;border-radius:20px;padding:10px 10px 22px}.landing-person{height:260px;overflow:hidden;border-radius:14px;margin-bottom:18px}.landing-person img{width:400%;max-width:none;height:100%;object-fit:cover}.landing-person-1 img{transform:translateX(0)}.landing-person-2 img{transform:translateX(-25%)}.landing-person-3 img{transform:translateX(-50%)}.landing-person-4 img{transform:translateX(-75%)}.landing-audience-grid h3,.landing-audience-grid p{margin-left:10px;margin-right:10px}.landing-audience-grid h3{font-size:21px;margin-bottom:8px}.landing-audience-grid p{font-size:12px;color:#60605d}
.landing-outcome{padding:52px 42px;background:#f1f4ed;display:grid;grid-template-columns:.7fr 1.3fr;gap:45px}.landing-outcome h2{margin-top:18px}.outcome-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.outcome-grid article{background:#fff;border-radius:18px;padding:23px;min-height:190px}.outcome-grid article>span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#8aaa68;color:#fff}.outcome-grid h3{font-size:20px;margin:24px 0 8px}.outcome-grid p{font-size:12px;color:#5c5c59}.outcome-grid .outcome-accent{background:#769557;color:#fff;display:flex;flex-direction:column;justify-content:flex-end}.outcome-accent strong{font-size:58px;letter-spacing:-.06em}.outcome-grid .outcome-accent p{color:#fff}
.landing-action{background:#477bc7;color:#fff;padding:40px 44px;display:grid;grid-template-columns:1.05fr .95fr;gap:45px;align-items:center}.landing-action h2{font-size:clamp(31px,3.3vw,48px);margin-top:12px}.landing-action>div:last-child>p{color:#e2eaff}.landing-action .button{margin-top:18px}
.landing-cases{padding:52px 42px;background:#f1f2ee}.landing-case-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.landing-case-grid a{background:#fff;border-radius:20px;padding:12px 12px 23px}.landing-case-grid img{width:100%;height:340px;object-fit:cover;border-radius:14px}.landing-case-grid h3,.landing-case-grid p{margin-left:10px;margin-right:10px}.landing-case-grid h3{font-size:25px;margin-top:20px}.landing-case-grid p{font-size:13px;color:#60605d}
.landing-plan{display:grid;grid-template-columns:.75fr 1.25fr;gap:38px;background:#e8edf7;padding:52px 42px}.landing-plan>div h2{margin:18px 0}.landing-price{font-size:31px;font-weight:700;margin:28px 0 18px}.landing-plan ol{list-style:none;margin:0;padding:0;background:#fff;border-radius:20px}.landing-plan li{display:grid;grid-template-columns:55px 1fr;gap:15px;padding:22px;border-bottom:1px solid #e5e5e2}.landing-plan li:last-child{border:0}.landing-plan li>span{font-size:12px;color:#5472a8}.landing-plan h3{font-size:20px;margin:0 0 6px}.landing-plan li p{font-size:12px;color:#60605d}
.landing-reviews{padding:52px 42px;background:#f3e8df}.landing-reviews .section-title>p{max-width:460px}.landing-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.landing-review-grid blockquote{margin:0;background:#fff;border-radius:20px;padding:27px;display:flex;flex-direction:column;min-height:250px}.landing-review-grid blockquote p{font-size:17px;line-height:1.55}.landing-review-grid footer{margin-top:auto;font-size:12px;color:#686865}.landing-final{margin-top:12px;border-radius:20px;background:#1f211f;color:#fff;padding:34px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.landing-final h2{font-size:clamp(30px,3vw,44px);margin:12px 0}.landing-final p:not(.eyebrow){color:#cfd0cc}.landing-final .actions{justify-content:flex-end}.landing-final .actions>a:not(.button){font-size:13px;text-decoration:underline;text-underline-offset:5px}
@media(max-width:960px){.landing-hero,.landing-outcome,.landing-plan{grid-template-columns:1fr}.landing-hero figure{min-height:420px}.landing-audience-grid{grid-template-columns:1fr 1fr}.landing-action{grid-template-columns:1fr}.landing-final{grid-template-columns:1fr}.landing-final .actions{justify-content:flex-start}}
@media(max-width:760px){.landing-hero{padding:12px}.landing-hero-copy{padding:28px 14px}.landing-hero h1{font-size:40px}.landing-hero-actions{align-items:flex-start;flex-direction:column}.landing-hero figure{min-height:300px}.landing-facts{grid-template-columns:1fr 1fr}.landing-audience{padding-top:40px}.landing-audience-grid{grid-template-columns:1fr 1fr;gap:7px}.landing-audience-grid article{padding:7px 7px 17px}.landing-person{height:210px}.landing-audience-grid h3{font-size:17px}.landing-outcome,.landing-action,.landing-cases,.landing-plan,.landing-reviews{padding:34px 22px}.outcome-grid,.landing-case-grid,.landing-review-grid{grid-template-columns:1fr}.landing-case-grid img{height:230px}.landing-review-grid blockquote{min-height:0}.landing-final{padding:28px 22px}.landing-facts li{font-size:11px}}
.landing-hero figure>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.landing-hero figure>figcaption{z-index:1}
.audience-photo img,.landing-person img{width:200%;max-width:none;height:auto;object-fit:contain}.audience-photo-1 img,.landing-person-1 img{transform:translate(0,0)}.audience-photo-2 img,.landing-person-2 img{transform:translate(-50%,0)}.audience-photo-3 img,.landing-person-3 img{transform:translate(0,-50%)}.audience-photo-4 img,.landing-person-4 img{transform:translate(-50%,-50%)}
.landing-faq{margin-top:12px;display:grid;grid-template-columns:.45fr 1.55fr;gap:24px;background:#fff;border-radius:20px;padding:28px}.landing-faq>h3{font-size:24px;margin:0}.landing-faq details{border-bottom:1px solid #ddd;padding:0}.landing-faq details:first-child{border-top:1px solid #ddd}.landing-faq summary{cursor:pointer;padding:18px 2px;font-size:15px;font-weight:700}.landing-faq details p{padding:0 2px 18px;font-size:13px;color:#5f5f5c;max-width:700px}
@media(max-width:960px){.landing-faq{grid-template-columns:1fr}}

/* Landing page refinement: documentary photography and product-page rhythm. */
.landing-product-page{gap:22px}
.landing-hero{grid-template-columns:1.08fr .92fr;background:#171918}
.landing-hero h1{font-size:clamp(43px,4.15vw,64px);line-height:1;max-width:820px}
.landing-hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.6;max-width:720px}
.landing-audience{padding-top:76px}
.landing-audience .section-title h2{font-size:clamp(42px,5vw,72px);letter-spacing:-.055em;margin:12px 0 18px}
.landing-audience .section-title>p:last-child{font-size:18px;line-height:1.55}
.landing-person img{width:100%;max-width:100%;height:100%;object-fit:cover;transform:none}
.landing-audience-grid article{padding:10px 10px 25px}
.landing-audience-grid h3{font-size:23px;line-height:1.08}
.landing-audience-grid p{font-size:13px;line-height:1.5}
.landing-outcome{grid-template-columns:1fr;padding:64px 48px}
.landing-outcome-heading{display:grid;grid-template-columns:.85fr 1.15fr;gap:36px;align-items:end}
.landing-outcome-heading .eyebrow{grid-column:1/-1}
.landing-outcome-heading h2{font-size:clamp(40px,4.7vw,68px);line-height:1;letter-spacing:-.055em;margin:0}
.landing-outcome-heading>p:last-child{font-size:18px;line-height:1.55;max-width:650px}
.outcome-grid{grid-template-columns:repeat(4,1fr);margin-top:12px}
.outcome-grid article{min-height:245px;display:flex;flex-direction:column}
.outcome-grid h3{font-size:21px;line-height:1.15}
.outcome-grid article p{margin-top:auto}
.landing-action h2{max-width:760px}
.landing-cases .section-title h2,.landing-plan h2,.landing-reviews .section-title h2{letter-spacing:-.045em}
.landing-review-grid blockquote p{font-size:18px}
@media(max-width:1100px){.outcome-grid{grid-template-columns:1fr 1fr}.landing-hero{grid-template-columns:1fr}.landing-hero figure{min-height:480px}}
@media(max-width:760px){.landing-product-page{gap:12px}.landing-hero h1{font-size:38px;line-height:1.02}.landing-hero-copy>p:not(.eyebrow){font-size:16px}.landing-audience{padding-top:48px}.landing-audience .section-title h2{font-size:38px}.landing-audience .section-title>p:last-child{font-size:15px}.landing-person{height:170px}.landing-audience-grid h3{font-size:17px}.landing-audience-grid p{font-size:12px}.landing-outcome{padding:38px 22px}.landing-outcome-heading{grid-template-columns:1fr}.landing-outcome-heading h2{font-size:37px}.landing-outcome-heading>p:last-child{font-size:15px}.outcome-grid{grid-template-columns:1fr}.outcome-grid article{min-height:190px}}
