:root{--soc-bg:#f3f8f7;--soc-card:#fff;--soc-text:#102528;--soc-muted:#6f8588;--soc-line:#d9e7e4;--soc-accent:#20c9bb;--soc-accent-dark:#0e8178;--soc-dark:#061719;--soc-radius:22px}.soc-catalog,.soc-project{color:var(--soc-text);font-family:Manrope,system-ui,sans-serif}.soc-catalog__head{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin:20px 0 34px}.soc-catalog__head h1,.soc-project h1{font-family:Sora,Manrope,sans-serif;font-weight:500;letter-spacing:-.04em}.soc-catalog__head h1{font-size:clamp(36px,5vw,66px);margin:.35rem 0 1rem}.soc-catalog__head p{max-width:720px;color:var(--soc-muted);font-size:17px}.soc-eyebrow{font-size:11px;letter-spacing:.18em;color:var(--soc-accent-dark);font-weight:600}.soc-catalog__count{min-width:150px;padding:18px 20px;border:1px solid var(--soc-line);border-radius:18px;background:#fff}.soc-catalog__count strong{display:block;font-size:30px;font-weight:500}.soc-catalog__count span{font-size:12px;color:var(--soc-muted)}.soc-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:20px;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:rgba(255,255,255,.82);margin-bottom:30px}.soc-filter{display:flex;flex-direction:column;gap:7px;min-width:0}.soc-filter label{font-size:11px;color:var(--soc-muted);font-weight:600;letter-spacing:.04em}.soc-filter input,.soc-filter select{width:100%;min-width:0;height:46px;border:1px solid var(--soc-line);border-radius:12px;background:#fff;padding:0 13px;color:var(--soc-text)}.soc-filter--price>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.soc-filters__actions{display:flex;align-items:end;gap:10px;grid-column:span 3}.soc-filters__actions button,.soc-filters__actions a{height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:0 18px;text-decoration:none}.soc-filters__actions button{border:0;background:var(--soc-accent);color:#062927;cursor:pointer}.soc-filters__actions a{border:1px solid var(--soc-line);color:var(--soc-text)}.soc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.soc-card{overflow:hidden;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:var(--soc-card);transition:transform .25s,border-color .25s}.soc-card:hover{transform:translateY(-4px);border-color:#99dcd5}.soc-card__image{position:relative;display:block;aspect-ratio:16/10;background:#e8f0ef;overflow:hidden}.soc-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.soc-card:hover .soc-card__image img{transform:scale(1.025)}.soc-card__placeholder,.soc-project__placeholder{display:grid;place-items:center;width:100%;height:100%;font-family:Sora,sans-serif;letter-spacing:.18em;color:var(--soc-accent-dark)}.soc-status,.soc-project__status{display:inline-flex;border-radius:999px;background:#e4faf7;color:#08736b;padding:8px 12px;font-size:11px;font-weight:600}.soc-card__image .soc-status{position:absolute;top:14px;left:14px}.soc-card.is-sold .soc-status,.soc-project.is-sold .soc-project__status{background:#eef1f1;color:#718082}.soc-card__body{padding:20px}.soc-card__meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--soc-muted);font-size:11px}.soc-card__meta span+span:before{content:'·';margin-right:8px}.soc-card h2{font-family:Sora,sans-serif;font-size:20px;line-height:1.35;font-weight:500;margin:12px 0}.soc-card h2 a{color:inherit;text-decoration:none}.soc-card__theme{color:var(--soc-muted);font-size:13px}.soc-card__footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--soc-line);margin-top:18px;padding-top:16px}.soc-card__footer strong{font-size:20px;font-weight:500}.soc-card__footer a{color:var(--soc-accent-dark);text-decoration:none;font-size:13px}.soc-empty{text-align:center;padding:70px 25px;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:#fff}.soc-pagination{display:flex;justify-content:center;gap:8px;margin:34px 0}.soc-pagination a{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--soc-line);border-radius:11px;text-decoration:none;color:var(--soc-text);background:#fff}.soc-pagination a.is-active{background:var(--soc-dark);color:#fff;border-color:var(--soc-dark)}.soc-project__head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin:20px 0 30px}.soc-project__head h1{font-size:clamp(34px,5vw,62px);line-height:1.08;margin:.45rem 0 0;max-width:940px}.soc-project__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.soc-project__main{min-width:0}.soc-project__visual{overflow:hidden;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:#e8f0ef}.soc-project__visual img{display:block;width:100%;height:auto}.soc-project__content{margin-top:22px;padding:30px;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:#fff;line-height:1.75}.soc-project__content h2,.soc-project__content h3{font-family:Sora,sans-serif;font-weight:500}.soc-buybox{position:static;padding:28px;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:#fff}.soc-buybox__label{font-size:11px;color:var(--soc-accent-dark);letter-spacing:.12em;text-transform:uppercase}.soc-buybox__price{display:block;font-family:Sora,sans-serif;font-weight:500;font-size:38px;letter-spacing:-.04em;margin:8px 0 24px}.soc-buybox__facts{border-top:1px solid var(--soc-line)}.soc-buybox__facts div{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--soc-line);font-size:13px}.soc-buybox__facts span{color:var(--soc-muted)}.soc-buybox__facts b{font-weight:500;text-align:right}.soc-buybox__actions{display:grid;gap:10px;margin-top:24px}.soc-button{min-height:50px;display:flex;align-items:center;justify-content:center;border-radius:13px;text-decoration:none;padding:0 18px;font-weight:500}.soc-button--primary{background:var(--soc-accent);color:#062927}.soc-button--secondary{border:1px solid var(--soc-line);color:var(--soc-text)}.soc-button--disabled{background:#eef2f1;color:#7a898b}.soc-buybox__note{font-size:11px;line-height:1.5;color:var(--soc-muted);text-align:center;margin:15px 0 0}@media(max-width:1050px){.soc-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.soc-filters__actions{grid-column:span 1}.soc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.soc-project__layout{grid-template-columns:minmax(0,1fr) 320px}}@media(max-width:760px){.soc-catalog__head,.soc-project__head{display:block}.soc-catalog__count{margin-top:18px;width:max-content}.soc-filters{grid-template-columns:1fr}.soc-filters__actions{grid-column:span 1}.soc-grid{grid-template-columns:1fr}.soc-project__layout{grid-template-columns:1fr}.soc-buybox{position:static}.soc-project__content{padding:22px}.soc-project__head .soc-project__status{margin-top:15px}.soc-filters__actions{align-items:stretch}.soc-filters__actions button,.soc-filters__actions a{flex:1}}
.soc-buybox__demo{margin-top:22px}.soc-bundle{margin-top:20px;border-top:1px solid var(--soc-line);padding-top:20px}.soc-bundle__title{font-family:Sora,Manrope,sans-serif;font-size:17px;font-weight:500;margin:0 0 14px}.soc-bundle__base{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px;border:1px solid var(--soc-line);border-radius:14px;background:#f6faf9}.soc-bundle__base div{display:grid;gap:3px}.soc-bundle__base strong,.soc-service__text strong{font-size:13px;font-weight:600}.soc-bundle__base span,.soc-service__text small{font-size:10px;color:var(--soc-muted);line-height:1.35}.soc-bundle__base b,.soc-service>b{font-size:12px;font-weight:600;white-space:nowrap}.soc-bundle__services{display:grid;gap:8px;margin-top:10px}.soc-service{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--soc-line);border-radius:13px;background:#fff;cursor:pointer;transition:border-color .2s,background .2s}.soc-service:hover{border-color:#99dcd5}.soc-service:has(input:checked){border-color:var(--soc-accent);background:#effbf9}.soc-service input{position:absolute;opacity:0;pointer-events:none}.soc-service__check{width:18px;height:18px;border:1px solid #b8cbc8;border-radius:5px;background:#fff;display:grid;place-items:center}.soc-service input:checked+.soc-service__check{background:var(--soc-accent);border-color:var(--soc-accent)}.soc-service input:checked+.soc-service__check:after{content:'✓';font-size:12px;color:#062927;font-weight:700}.soc-service__text{display:grid;gap:2px;min-width:0}.soc-bundle__empty{font-size:11px;line-height:1.55;color:var(--soc-muted);padding:12px 0;margin:0}.soc-bundle__total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid var(--soc-line)}.soc-bundle__total span{font-size:12px;color:var(--soc-muted)}.soc-bundle__total strong{font-family:Sora,Manrope,sans-serif;font-size:22px;font-weight:500}.soc-bundle__submit{width:100%;border:0;margin-top:14px;cursor:pointer;font:inherit}.soc-bundle__submit[disabled]{opacity:.65;cursor:wait}.soc-buybox__disabled{margin-top:22px}.soc-buybox:target{scroll-margin-top:100px;animation:socPurchasePulse 1.2s ease}@keyframes socPurchasePulse{0%,100%{box-shadow:none}45%{box-shadow:0 0 0 5px rgba(32,201,187,.16)}}@media(max-width:760px){.soc-service{grid-template-columns:18px minmax(0,1fr)}.soc-service>b{grid-column:2}.soc-buybox:target{scroll-margin-top:76px}}

/* SITEONE checkout 1.2 */
.soc-checkout,.soc-success{color:var(--soc-text);font-family:Manrope,system-ui,sans-serif}.soc-checkout__head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;margin:22px 0 34px}.soc-checkout__head h1,.soc-success h1{font-family:Sora,Manrope,sans-serif;font-weight:500;letter-spacing:-.045em}.soc-checkout__head h1{font-size:clamp(38px,5vw,64px);line-height:1.04;margin:.45rem 0 .8rem}.soc-checkout__head p{max-width:700px;margin:0;color:var(--soc-muted);font-size:16px;line-height:1.65}.soc-checkout__back{display:inline-flex;align-items:center;min-height:44px;padding:0 15px;border:1px solid var(--soc-line);border-radius:12px;background:#fff;color:var(--soc-text);text-decoration:none;white-space:nowrap}.soc-checkout__layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.soc-checkout-form{display:grid;gap:18px}.soc-checkout-card{padding:28px;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:#fff}.soc-checkout-card__head{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}.soc-checkout-card__head>span{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--soc-line);border-radius:11px;background:#f3f9f8;color:var(--soc-accent-dark);font-size:11px;font-weight:700}.soc-checkout-card__head h2{font-family:Sora,Manrope,sans-serif;font-size:22px;font-weight:500;margin:0 0 4px}.soc-checkout-card__head p{margin:0;color:var(--soc-muted);font-size:12px}.soc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.soc-field{display:grid;gap:7px}.soc-field--wide{grid-column:1/-1}.soc-field>span{font-size:12px;font-weight:600;color:#40585b}.soc-field small{font-weight:400;color:var(--soc-muted)}.soc-field input,.soc-field textarea{width:100%;box-sizing:border-box;border:1px solid var(--soc-line);border-radius:13px;background:#fbfdfd;color:var(--soc-text);font:inherit;font-size:15px;outline:none;transition:border-color .2s,box-shadow .2s}.soc-field input{height:50px;padding:0 14px}.soc-field textarea{min-height:120px;padding:13px 14px;resize:vertical}.soc-field input:focus,.soc-field textarea:focus{border-color:var(--soc-accent);box-shadow:0 0 0 3px rgba(32,201,187,.12)}.soc-consent{display:flex;gap:11px;align-items:flex-start;padding:14px 0;border-top:1px solid var(--soc-line);font-size:13px;line-height:1.55}.soc-consent:last-child{border-bottom:1px solid var(--soc-line)}.soc-consent input{width:18px;height:18px;flex:0 0 auto;margin-top:1px;accent-color:var(--soc-accent)}.soc-consent a{color:var(--soc-accent-dark)}.soc-checkout-summary{position:sticky;top:100px;padding:28px;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:#fff}.soc-checkout-summary__label{font-size:11px;color:var(--soc-accent-dark);font-weight:600;letter-spacing:.14em;text-transform:uppercase}.soc-checkout-summary h2{font-family:Sora,Manrope,sans-serif;font-size:21px;line-height:1.35;font-weight:500;margin:9px 0 20px}.soc-checkout-items{border-top:1px solid var(--soc-line)}.soc-checkout-item{display:flex;justify-content:space-between;gap:16px;padding:15px 0;border-bottom:1px solid var(--soc-line)}.soc-checkout-item>div{display:grid;gap:3px;min-width:0}.soc-checkout-item strong{font-size:13px;font-weight:600;line-height:1.4}.soc-checkout-item small{color:var(--soc-muted);font-size:10px}.soc-checkout-item b{font-size:12px;font-weight:600;white-space:nowrap}.soc-checkout-total{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.soc-checkout-total span{font-size:12px;color:var(--soc-muted)}.soc-checkout-total strong{font-family:Sora,Manrope,sans-serif;font-size:28px;font-weight:500}.soc-checkout-submit{width:100%;border:0;cursor:pointer;font:inherit}.soc-checkout-summary__note{margin:12px 0 0;color:var(--soc-muted);font-size:10px;line-height:1.55;text-align:center}.soc-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.soc-checkout-empty{max-width:760px;margin:70px auto;padding:50px;border:1px solid var(--soc-line);border-radius:var(--soc-radius);background:#fff;text-align:center}.soc-checkout-empty h1{font-family:Sora,Manrope,sans-serif;font-size:36px;font-weight:500;margin:12px 0}.soc-checkout-empty p{color:var(--soc-muted);margin:0 0 22px}.soc-success{padding:50px 0}.soc-success__panel{max-width:760px;margin:0 auto;padding:48px;border:1px solid var(--soc-line);border-radius:28px;background:#fff;text-align:center}.soc-success__icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 22px;border-radius:50%;background:#e4faf7;color:var(--soc-accent-dark);font-size:24px;font-weight:700}.soc-success h1{font-size:clamp(34px,5vw,54px);line-height:1.08;margin:10px 0 13px}.soc-success__panel>p{max-width:580px;margin:0 auto;color:var(--soc-muted);line-height:1.65}.soc-success__summary{margin:28px 0;padding:4px 22px;border:1px solid var(--soc-line);border-radius:17px;background:#f8fbfa;text-align:left}.soc-success__summary>div{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--soc-line);font-size:13px}.soc-success__summary>div:last-child{border-bottom:0}.soc-success__summary b{white-space:nowrap}.soc-success__total strong{font-family:Sora,Manrope,sans-serif;font-size:20px;font-weight:500}.soc-success__notice{margin:0 0 24px;padding:18px;border-left:3px solid var(--soc-accent);background:#f0faf8;text-align:left}.soc-success__notice strong{display:block;margin-bottom:5px}.soc-success__notice p{margin:0;color:var(--soc-muted);font-size:12px;line-height:1.6}
@media(max-width:900px){.soc-checkout__layout{grid-template-columns:1fr}.soc-checkout-summary{position:static}.soc-checkout__head{align-items:flex-start}.soc-checkout__back{margin-top:12px}}
@media(max-width:640px){.soc-checkout__head{display:block}.soc-checkout__back{margin-top:18px}.soc-checkout-card,.soc-checkout-summary,.soc-success__panel,.soc-checkout-empty{padding:22px;border-radius:18px}.soc-form-grid{grid-template-columns:1fr}.soc-field--wide{grid-column:auto}.soc-checkout__head h1{font-size:38px}.soc-success{padding:24px 0}.soc-success__summary{padding:4px 14px}.soc-success__summary>div{display:grid;gap:5px}.soc-success__summary b{white-space:normal}}

/* SITEONE project descriptions 1.2.1 */
.soc-project__content-label{display:block;margin-bottom:8px;font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--soc-accent-dark)}
.soc-project__content>h2{margin:0 0 18px;font-family:Sora,Manrope,sans-serif;font-size:clamp(24px,3vw,34px);line-height:1.2;font-weight:500;letter-spacing:-.035em}
.soc-project__content-body{color:#40585b}
.soc-project__content-body>:first-child{margin-top:0}
.soc-project__content-body>:last-child{margin-bottom:0}
.soc-project__content-body p{margin:0 0 14px}
.soc-project__content-body ul,.soc-project__content-body ol{margin:14px 0;padding-left:22px}
.soc-project__content-body li+li{margin-top:6px}
.soc-project__content-body a{color:var(--soc-accent-dark)}
.soc-service{align-items:start}
.soc-service__check{margin-top:2px}
.soc-service>b{padding-top:2px}
.soc-service__text{gap:5px}
.soc-service__description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:11px!important;line-height:1.45!important;color:var(--soc-muted);font-weight:400}
.soc-checkout-item small{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.45}


/* SITEONE custom website CTA 1.3.1 */
.soc-custom-note{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:16px 0 28px;padding:15px 18px;border:1px solid var(--soc-line);border-radius:14px;background:#f6faf9;color:#40585b;font-size:13px;line-height:1.5}.soc-custom-note a{flex:0 0 auto;color:var(--soc-accent-dark);font-weight:600;text-decoration:none}.soc-custom-note a:hover{text-decoration:underline}.soc-empty__custom{margin-top:18px}.soc-custom-cta,.soc-project-custom{display:flex;align-items:center;justify-content:space-between;gap:34px;margin-top:46px;padding:34px;border:1px solid rgba(32,201,187,.35);border-radius:24px;background:#071719;color:#f3fbfa}.soc-custom-cta>div,.soc-project-custom>div{max-width:760px}.soc-custom-cta h2,.soc-project-custom h2{margin:8px 0 11px;font-family:Sora,Manrope,sans-serif;font-size:clamp(27px,4vw,42px);line-height:1.12;font-weight:500;letter-spacing:-.04em}.soc-custom-cta p,.soc-project-custom p{margin:0;color:#a9c0be;font-size:14px;line-height:1.65}.soc-custom-cta .soc-eyebrow,.soc-project-custom .soc-eyebrow{color:var(--soc-accent)}.soc-custom-cta .soc-button,.soc-project-custom .soc-button{flex:0 0 auto;min-width:190px}.soc-project-custom{margin-bottom:24px}.soc-project-custom h2{font-size:clamp(26px,3.4vw,38px)}
@media(max-width:760px){.soc-custom-note{align-items:flex-start;display:grid;gap:8px}.soc-custom-note a{justify-self:start}.soc-custom-cta,.soc-project-custom{display:grid;gap:24px;margin-top:32px;padding:24px;border-radius:18px}.soc-custom-cta .soc-button,.soc-project-custom .soc-button{width:100%;min-width:0}.soc-custom-cta h2,.soc-project-custom h2{font-size:30px}}

/* SITEONE custom development page 1.4.0 */
.soc-custom-page{color:var(--soc-text);font-family:Manrope,system-ui,sans-serif}.soc-custom-page h1,.soc-custom-page h2,.soc-custom-page h3{font-family:Sora,Manrope,sans-serif;font-weight:500}.soc-custom-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:center;min-height:610px;padding:54px 0 70px}.soc-custom-hero__copy h1{max-width:780px;margin:12px 0 20px;font-size:clamp(40px,5.5vw,70px);line-height:1.03;letter-spacing:-.055em}.soc-custom-hero__copy>p{max-width:690px;margin:0;color:var(--soc-muted);font-size:17px;line-height:1.72}.soc-custom-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.soc-custom-hero__actions .soc-button{min-width:180px}.soc-custom-hero__facts{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:28px;color:#40585b;font-size:12px}.soc-custom-hero__facts span{display:flex;align-items:center;gap:8px}.soc-custom-hero__facts span:before{content:'✓';color:var(--soc-accent-dark);font-weight:700}.soc-custom-hero__visual{position:relative;min-height:470px;border:1px solid var(--soc-line);border-radius:32px;background:linear-gradient(145deg,#071719 0%,#0c292b 100%);overflow:hidden}.soc-custom-hero__visual:before{content:'';position:absolute;inset:8% auto auto 10%;width:280px;height:280px;border:1px solid rgba(32,201,187,.18);border-radius:50%}.soc-custom-hero__visual:after{content:'';position:absolute;right:-70px;bottom:-90px;width:280px;height:280px;border-radius:50%;background:rgba(32,201,187,.08)}.soc-custom-screen{position:absolute;border:1px solid rgba(255,255,255,.16);background:#f8fbfa;box-shadow:0 24px 60px rgba(0,0,0,.25)}.soc-custom-screen--main{left:9%;top:14%;width:70%;height:66%;border-radius:18px;transform:rotate(-3deg);padding:24px}.soc-custom-screen--mobile{right:8%;bottom:9%;width:28%;height:58%;border-radius:22px;transform:rotate(5deg);padding:16px}.soc-custom-screen__bar{display:block;width:100%;height:10px;border-radius:999px;background:#dce8e6}.soc-custom-screen__title{width:64%;height:24px;margin-top:36px;border-radius:7px;background:#102528}.soc-custom-screen__text{width:82%;height:10px;margin-top:14px;border-radius:999px;background:#b9c9c7}.soc-custom-screen__button{width:38%;height:28px;margin-top:22px;border-radius:8px;background:var(--soc-accent)}.soc-custom-screen__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:32px}.soc-custom-screen__grid i{display:block;height:74px;border-radius:10px;background:#e2ecea}.soc-custom-screen--mobile .soc-custom-screen__title{width:78%;height:17px;margin-top:28px}.soc-custom-screen--mobile .soc-custom-screen__text{width:92%;height:8px}.soc-custom-screen--mobile .soc-custom-screen__button{width:64%;height:25px}.soc-custom-orbit{position:absolute;z-index:3;display:grid;place-items:center;width:66px;height:66px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#0b2224;color:var(--soc-accent);font-size:12px;font-weight:700;letter-spacing:.08em}.soc-custom-orbit--one{right:8%;top:8%}.soc-custom-orbit--two{left:8%;bottom:8%}.soc-section-head{max-width:780px;margin-bottom:30px}.soc-section-head h2{margin:9px 0 12px;font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:-.045em}.soc-section-head p{margin:0;color:var(--soc-muted);font-size:15px;line-height:1.7}.soc-custom-types{padding:64px 0}.soc-custom-types__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.soc-custom-types__grid article{min-height:245px;padding:24px;border:1px solid var(--soc-line);border-radius:20px;background:#fff}.soc-custom-types__grid article>span{display:inline-flex;margin-bottom:44px;color:var(--soc-accent-dark);font-size:11px;letter-spacing:.13em}.soc-custom-types__grid h3{margin:0 0 12px;font-size:20px;line-height:1.3}.soc-custom-types__grid p{margin:0;color:var(--soc-muted);font-size:13px;line-height:1.65}.soc-custom-process{margin:64px 0;padding:46px;border-radius:28px;background:#071719;color:#f4fbfa}.soc-section-head--light p{color:#a9c0be}.soc-custom-process .soc-eyebrow{color:var(--soc-accent)}.soc-custom-process ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:34px 0 0;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.12)}.soc-custom-process li{display:grid;grid-template-columns:auto 1fr;gap:16px;padding:24px 20px 8px 0;border-right:1px solid rgba(255,255,255,.12)}.soc-custom-process li+li{padding-left:20px}.soc-custom-process li:last-child{border-right:0}.soc-custom-process li>span{color:var(--soc-accent);font-size:11px;letter-spacing:.12em}.soc-custom-process h3{margin:0 0 8px;font-size:17px}.soc-custom-process p{margin:0;color:#a9c0be;font-size:12px;line-height:1.65}.soc-custom-included{padding:64px 0}.soc-custom-included__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--soc-line);border-left:1px solid var(--soc-line)}.soc-custom-included__grid>div{min-height:145px;padding:24px;border-right:1px solid var(--soc-line);border-bottom:1px solid var(--soc-line);background:#fff}.soc-custom-included__grid strong{display:block;margin-bottom:9px;font-size:15px;font-weight:600}.soc-custom-included__grid span{color:var(--soc-muted);font-size:12px;line-height:1.6}.soc-custom-brief{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:42px;align-items:start;margin:70px 0;padding:42px;border:1px solid var(--soc-line);border-radius:28px;background:#fff}.soc-custom-brief__intro{position:sticky;top:105px}.soc-custom-brief__intro h2{margin:9px 0 14px;font-size:clamp(31px,4vw,48px);line-height:1.1;letter-spacing:-.045em}.soc-custom-brief__intro>p{margin:0;color:var(--soc-muted);font-size:14px;line-height:1.72}.soc-custom-brief__note{display:grid;gap:5px;margin-top:26px;padding:18px;border-left:3px solid var(--soc-accent);background:#f3faf8}.soc-custom-brief__note strong{font-size:13px}.soc-custom-brief__note span{color:var(--soc-muted);font-size:11px;line-height:1.55}.soc-custom-form{padding:28px;border:1px solid var(--soc-line);border-radius:20px;background:#f8fbfa}.soc-custom-form .soc-field select{width:100%;height:50px;box-sizing:border-box;border:1px solid var(--soc-line);border-radius:13px;background:#fff;color:var(--soc-text);font:inherit;font-size:14px;padding:0 13px;outline:none}.soc-custom-form .soc-field select:focus{border-color:var(--soc-accent);box-shadow:0 0 0 3px rgba(32,201,187,.12)}.soc-custom-form__submit{width:100%;margin-top:18px;border:0;cursor:pointer;font:inherit}.soc-custom-form__submit[disabled]{opacity:.65;cursor:wait}.soc-custom-form__footnote{margin:10px 0 0;color:var(--soc-muted);font-size:10px;text-align:center}.soc-custom-faq{padding:54px 0 90px}.soc-custom-faq__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.soc-custom-faq details{border:1px solid var(--soc-line);border-radius:16px;background:#fff;padding:0 20px}.soc-custom-faq summary{position:relative;padding:20px 28px 20px 0;cursor:pointer;font-weight:600;font-size:14px;list-style:none}.soc-custom-faq summary::-webkit-details-marker{display:none}.soc-custom-faq summary:after{content:'+';position:absolute;right:0;top:18px;color:var(--soc-accent-dark);font-size:20px;font-weight:400}.soc-custom-faq details[open] summary:after{content:'–'}.soc-custom-faq details p{margin:0;padding:0 0 20px;color:var(--soc-muted);font-size:12px;line-height:1.7}.soc-custom-success{max-width:840px;margin:80px auto;padding:54px;border:1px solid var(--soc-line);border-radius:28px;background:#fff;text-align:center}.soc-custom-success__icon{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 22px;border-radius:50%;background:#e4faf7;color:var(--soc-accent-dark);font-size:26px;font-weight:700}.soc-custom-success h1{margin:10px 0 14px;font-size:clamp(36px,5vw,56px);line-height:1.08;letter-spacing:-.05em}.soc-custom-success p{max-width:650px;margin:0 auto;color:var(--soc-muted);font-size:15px;line-height:1.7}.soc-custom-success__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:28px}.soc-custom-success__actions .soc-button{min-width:220px}
@media(max-width:1080px){.soc-custom-hero{grid-template-columns:1fr 380px;gap:34px}.soc-custom-types__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.soc-custom-process ol{grid-template-columns:1fr 1fr}.soc-custom-process li:nth-child(2){border-right:0}.soc-custom-process li:nth-child(n+3){border-top:1px solid rgba(255,255,255,.12)}.soc-custom-process li:nth-child(3){padding-left:0}.soc-custom-included__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.soc-custom-brief{grid-template-columns:1fr;}.soc-custom-brief__intro{position:static;max-width:760px}}
@media(max-width:760px){.soc-custom-hero{grid-template-columns:1fr;min-height:0;padding:30px 0 50px}.soc-custom-hero__copy h1{font-size:42px}.soc-custom-hero__copy>p{font-size:15px}.soc-custom-hero__actions{display:grid}.soc-custom-hero__actions .soc-button{width:100%;min-width:0}.soc-custom-hero__facts{display:grid}.soc-custom-hero__visual{min-height:360px;border-radius:22px}.soc-custom-screen--main{left:7%;top:14%;width:74%;height:64%;padding:18px}.soc-custom-screen--mobile{right:6%;width:30%;height:56%;padding:12px}.soc-custom-screen__grid i{height:50px}.soc-custom-orbit{width:52px;height:52px}.soc-custom-types,.soc-custom-included{padding:42px 0}.soc-custom-types__grid,.soc-custom-included__grid,.soc-custom-faq__grid{grid-template-columns:1fr}.soc-custom-types__grid article{min-height:0}.soc-custom-types__grid article>span{margin-bottom:24px}.soc-custom-process{margin:42px 0;padding:24px;border-radius:20px}.soc-custom-process ol{grid-template-columns:1fr}.soc-custom-process li,.soc-custom-process li+li{padding:20px 0;border-right:0;border-top:1px solid rgba(255,255,255,.12)}.soc-custom-process li:first-child{border-top:0}.soc-custom-brief{margin:44px 0;padding:22px;border-radius:20px}.soc-custom-form{padding:18px;border-radius:16px}.soc-custom-success{margin:36px auto;padding:28px;border-radius:20px}.soc-custom-success__actions{display:grid}.soc-custom-success__actions .soc-button{width:100%;min-width:0}.soc-custom-faq{padding:36px 0 60px}}

/* SITEONE custom website page 1.4.1 */
.soc-build{
    --soc-build-dark:#061719;
    --soc-build-dark-2:#0a2426;
    --soc-build-ink:#102528;
    --soc-build-copy:#4f6669;
    --soc-build-soft:#eef6f4;
    --soc-build-light:#f7fbfa;
    width:100%;
    overflow:clip;
}
.soc-build *{box-sizing:border-box}
.soc-build h1,.soc-build h2,.soc-build h3{color:var(--soc-build-ink)}
.soc-build-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:var(--soc-accent-dark);
    font-size:11px;
    line-height:1.2;
    font-weight:650;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.soc-build-label:before{
    content:'';
    width:22px;
    height:1px;
    background:currentColor;
}
.soc-build-heading{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(300px,.54fr);
    gap:60px;
    align-items:end;
    margin-bottom:38px;
}
.soc-build-heading h2{
    max-width:800px;
    margin:12px 0 0;
    font-size:clamp(34px,4.1vw,54px);
    line-height:1.08;
    letter-spacing:-.045em;
}
.soc-build-heading>p{
    max-width:560px;
    margin:0;
    color:var(--soc-build-copy);
    font-size:15px;
    line-height:1.75;
}
.soc-build-section{padding:92px 0}

.soc-build-hero{
    display:grid;
    grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);
    gap:56px;
    align-items:center;
    min-height:700px;
    margin-top:24px;
    padding:64px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:34px;
    background:var(--soc-build-dark);
    color:#fff;
    position:relative;
    overflow:hidden;
}
.soc-build-hero:before{
    content:'';
    position:absolute;
    inset:auto auto -190px -130px;
    width:460px;
    height:460px;
    border:1px solid rgba(32,201,187,.14);
    border-radius:50%;
}
.soc-build-hero:after{
    content:'';
    position:absolute;
    top:-180px;
    right:-130px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(32,201,187,.055);
}
.soc-build-hero__copy,.soc-build-hero__visual{position:relative;z-index:1}
.soc-build-hero .soc-build-label{color:var(--soc-accent)}
.soc-build-hero h1{
    max-width:790px;
    margin:16px 0 22px;
    color:#f7ffff !important;
    font-size:clamp(44px,5.4vw,72px);
    line-height:1.02;
    letter-spacing:-.055em;
}
.soc-build-hero__lead{
    max-width:670px;
    margin:0;
    color:#aec2c0;
    font-size:17px;
    line-height:1.72;
}
.soc-build-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.soc-build-hero__actions .soc-button{min-width:190px}
.soc-build-button--ghost{
    border:1px solid rgba(255,255,255,.22);
    color:#effafa;
    background:rgba(255,255,255,.025);
}
.soc-build-button--ghost:hover{border-color:rgba(32,201,187,.55);color:#fff}
.soc-build-hero__proof{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.13);
}
.soc-build-hero__proof>div{padding:20px 18px 0 0}
.soc-build-hero__proof>div+div{padding-left:18px;border-left:1px solid rgba(255,255,255,.13)}
.soc-build-hero__proof strong{display:block;margin-bottom:7px;color:var(--soc-accent);font-size:10px;letter-spacing:.12em}
.soc-build-hero__proof span{display:block;color:#c3d2d1;font-size:11px;line-height:1.55}
.soc-build-hero__visual{
    min-height:530px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:28px;
    background:
        linear-gradient(rgba(32,201,187,.06) 1px,transparent 1px),
        linear-gradient(90deg,rgba(32,201,187,.06) 1px,transparent 1px),
        linear-gradient(145deg,#0b292b,#071b1d);
    background-size:42px 42px,42px 42px,auto;
    overflow:hidden;
}
.soc-build-visual__caption{
    position:absolute;
    left:25px;
    top:22px;
    display:grid;
    gap:5px;
    color:#d7e7e5;
}
.soc-build-visual__caption span{font-size:9px;letter-spacing:.15em;color:var(--soc-accent)}
.soc-build-visual__caption b{font-size:12px;font-weight:550}
.soc-build-desktop{
    position:absolute;
    left:8%;
    top:20%;
    width:77%;
    height:58%;
    padding:14px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:17px;
    background:#f8fcfb;
    box-shadow:0 30px 65px rgba(0,0,0,.34);
    transform:rotate(-2.5deg);
}
.soc-build-browser{display:flex;align-items:center;gap:5px;height:20px;color:#77908e;font-size:7px}
.soc-build-browser i{width:5px;height:5px;border-radius:50%;background:#c5d3d1}
.soc-build-browser span{margin-left:8px;padding:4px 16px;border-radius:999px;background:#e8f0ef}
.soc-build-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:15px;margin-top:12px}
.soc-build-layout__copy{padding:14px 8px}
.soc-build-layout__copy small{display:block;margin-bottom:12px;color:var(--soc-accent-dark);font-size:6px;letter-spacing:.13em}
.soc-build-layout__copy strong{display:block;width:86%;height:12px;margin-top:6px;border-radius:4px;background:#102528}
.soc-build-layout__copy strong+strong{width:66%}
.soc-build-layout__copy p{width:92%;height:5px;margin:13px 0 0;border-radius:99px;background:#bdccca}
.soc-build-layout__copy p+p{width:72%;margin-top:5px}
.soc-build-layout__copy button{height:24px;margin-top:17px;padding:0 13px;border:0;border-radius:6px;background:var(--soc-accent);color:#062927;font-size:6px}
.soc-build-layout__image{display:grid;place-items:end start;min-height:145px;padding:12px;border-radius:10px;background:linear-gradient(145deg,#0d3b3e,#20c9bb)}
.soc-build-layout__image span{display:grid;place-items:center;width:29px;height:29px;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#fff;font-size:8px}
.soc-build-layout__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:11px}
.soc-build-layout__cards i{height:43px;border:1px solid #d9e7e4;border-radius:8px;background:#eef5f4}
.soc-build-phone{
    position:absolute;
    right:7%;
    bottom:7%;
    z-index:3;
    width:28%;
    min-width:118px;
    height:48%;
    padding:26px 13px 14px;
    border:4px solid #102528;
    border-radius:23px;
    background:#fff;
    box-shadow:0 24px 48px rgba(0,0,0,.36);
    transform:rotate(5deg);
}
.soc-build-phone__speaker{position:absolute;top:8px;left:50%;width:34%;height:4px;border-radius:99px;background:#c2cecd;transform:translateX(-50%)}
.soc-build-phone small{display:block;color:var(--soc-accent-dark);font-size:5px;letter-spacing:.1em}
.soc-build-phone strong{display:block;width:84%;height:8px;margin-top:8px;border-radius:3px;background:#102528}
.soc-build-phone strong+strong{width:60%;margin-top:4px}
.soc-build-phone i{display:block;height:45%;margin-top:15px;border-radius:9px;background:linear-gradient(145deg,#0c2f32,#b5ebe5)}
.soc-build-phone button{display:block;width:70%;height:17px;margin-top:12px;border:0;border-radius:5px;background:var(--soc-accent)}
.soc-build-float{
    position:absolute;
    z-index:4;
    display:grid;
    place-items:center;
    width:62px;
    height:62px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:50%;
    background:#0b292b;
    color:var(--soc-accent);
    font-size:10px;
    font-weight:700;
    letter-spacing:.08em;
}
.soc-build-float--cms{right:7%;top:8%}
.soc-build-float--seo{left:5%;bottom:7%}
.soc-build-visual__status{
    position:absolute;
    right:17%;
    top:11%;
    display:grid;
    grid-template-columns:auto 1fr;
    gap:2px 8px;
    align-items:center;
    padding:10px 13px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:12px;
    background:rgba(6,23,25,.88);
    color:#d8e7e5;
    font-size:8px;
}
.soc-build-visual__status i{grid-row:1/3;width:7px;height:7px;border-radius:50%;background:var(--soc-accent);box-shadow:0 0 0 4px rgba(32,201,187,.12)}
.soc-build-visual__status strong{color:var(--soc-accent);font-size:7px;font-weight:600}

.soc-build-stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    margin:20px 0 0;
    border:1px solid var(--soc-line);
    border-radius:20px;
    background:#fff;
}
.soc-build-stats>div{padding:22px 24px}
.soc-build-stats>div+div{border-left:1px solid var(--soc-line)}
.soc-build-stats span{display:block;margin-bottom:7px;color:var(--soc-accent-dark);font-size:9px;font-weight:650;letter-spacing:.13em}
.soc-build-stats strong{display:block;color:var(--soc-build-ink);font-size:13px;font-weight:550;line-height:1.45}

.soc-build-formats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.soc-build-format{
    position:relative;
    min-height:390px;
    padding:28px;
    border:1px solid var(--soc-line);
    border-radius:22px;
    background:#fff;
    overflow:hidden;
}
.soc-build-format--accent{background:#eef9f7;border-color:#b8e5df}
.soc-build-format__number{position:absolute;right:20px;top:18px;color:#9eb1af;font-size:10px;letter-spacing:.15em}
.soc-build-format__icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:42px;border:1px solid var(--soc-line);border-radius:14px;background:var(--soc-build-light);color:var(--soc-accent-dark);font-size:19px}
.soc-build-format h3{margin:0 0 12px;font-size:21px;line-height:1.25}
.soc-build-format p{margin:0;color:var(--soc-build-copy);font-size:13px;line-height:1.65}
.soc-build-format ul{display:grid;gap:8px;margin:25px 0 0;padding:20px 0 0;border-top:1px solid var(--soc-line);list-style:none}
.soc-build-format li{position:relative;padding-left:15px;color:#40585b;font-size:11px;line-height:1.45}
.soc-build-format li:before{content:'';position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--soc-accent)}

.soc-build-choice{
    display:grid;
    grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr);
    margin:18px 0 92px;
    border-radius:30px;
    overflow:hidden;
}
.soc-build-choice__intro{padding:58px;background:var(--soc-build-dark);color:#fff}
.soc-build-choice__intro .soc-build-label{color:var(--soc-accent)}
.soc-build-choice__intro h2{margin:16px 0 20px;color:#f5ffff !important;font-size:clamp(34px,4vw,50px);line-height:1.1;letter-spacing:-.045em}
.soc-build-choice__intro p{margin:0;color:#aec2c0;font-size:14px;line-height:1.75}
.soc-build-choice__intro a{display:inline-flex;align-items:center;gap:12px;margin-top:30px;color:var(--soc-accent);font-size:13px;text-decoration:none}
.soc-build-choice__intro a span{font-size:18px}
.soc-build-choice__list{display:grid;background:#fff;border:1px solid var(--soc-line);border-left:0}
.soc-build-choice__list article{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:29px 34px;border-bottom:1px solid var(--soc-line)}
.soc-build-choice__list article:last-child{border-bottom:0}
.soc-build-choice__list article>span{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--soc-line);border-radius:12px;color:var(--soc-accent-dark);font-size:10px}
.soc-build-choice__list h3{margin:0 0 6px;font-size:17px}
.soc-build-choice__list p{margin:0;color:var(--soc-build-copy);font-size:12px;line-height:1.6}

.soc-build-included{padding-top:0}
.soc-build-included__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--soc-line);border-left:1px solid var(--soc-line)}
.soc-build-included article{display:grid;grid-template-columns:32px 1fr;gap:14px;min-height:180px;padding:25px;border-right:1px solid var(--soc-line);border-bottom:1px solid var(--soc-line);background:#fff}
.soc-build-included article>span{color:var(--soc-accent-dark);font-size:9px;letter-spacing:.12em;padding-top:4px}
.soc-build-included h3{margin:0 0 8px;font-size:16px;line-height:1.35}
.soc-build-included p{margin:0;color:var(--soc-build-copy);font-size:11px;line-height:1.62}

.soc-build-scenarios{
    display:grid;
    grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
    gap:42px;
    align-items:start;
    margin:12px 0 94px;
    padding:46px;
    border:1px solid var(--soc-line);
    border-radius:28px;
    background:var(--soc-build-soft);
}
.soc-build-scenarios__head h2{margin:13px 0 0;font-size:clamp(31px,3.6vw,46px);line-height:1.12;letter-spacing:-.04em}
.soc-build-scenarios__track{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.soc-build-scenarios__track article{min-height:180px;padding:23px;border:1px solid #cfe0dd;border-radius:17px;background:rgba(255,255,255,.7)}
.soc-build-scenarios__track span{display:block;margin-bottom:30px;color:var(--soc-accent-dark);font-size:9px;letter-spacing:.14em}
.soc-build-scenarios__track h3{margin:0 0 8px;font-size:17px}
.soc-build-scenarios__track p{margin:0;color:var(--soc-build-copy);font-size:11px;line-height:1.65}

.soc-build-process{
    margin:0 0 94px;
    padding:56px;
    border-radius:30px;
    background:var(--soc-build-dark);
    color:#fff;
}
.soc-build-process .soc-build-label{color:var(--soc-accent)}
.soc-build-process__head{max-width:800px}
.soc-build-process__head h2{margin:14px 0 14px;color:#f6ffff !important;font-size:clamp(34px,4.2vw,54px);line-height:1.08;letter-spacing:-.045em}
.soc-build-process__head p{max-width:650px;margin:0;color:#abc0be;font-size:14px;line-height:1.7}
.soc-build-process__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:44px 0 0;padding:0;list-style:none}
.soc-build-process__grid li{min-height:285px;padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.025)}
.soc-build-process__number{color:var(--soc-accent);font-size:10px;letter-spacing:.14em}
.soc-build-process__line{width:100%;height:1px;margin:22px 0 27px;background:rgba(255,255,255,.14);position:relative}
.soc-build-process__line:after{content:'';position:absolute;left:0;top:-3px;width:7px;height:7px;border-radius:50%;background:var(--soc-accent)}
.soc-build-process h3{margin:0 0 11px;color:#f3ffff !important;font-size:18px;line-height:1.3}
.soc-build-process p{margin:0;color:#aec2c0;font-size:11px;line-height:1.67}
.soc-build-process small{display:block;margin-top:22px;color:#d8e5e3;font-size:9px;letter-spacing:.04em}

.soc-build-pricing{padding-top:0}
.soc-build-pricing__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.soc-build-pricing__grid article{display:flex;flex-direction:column;min-height:475px;padding:30px;border:1px solid var(--soc-line);border-radius:22px;background:#fff}
.soc-build-pricing__grid article.soc-build-pricing__featured{border-color:#8fd7cf;background:#eefaf8}
.soc-build-pricing__tag{color:var(--soc-accent-dark);font-size:9px;font-weight:650;letter-spacing:.14em}
.soc-build-pricing h3{margin:28px 0 11px;font-size:24px;line-height:1.3}
.soc-build-pricing article>p{min-height:65px;margin:0;color:var(--soc-build-copy);font-size:12px;line-height:1.65}
.soc-build-pricing article>strong{display:block;margin:25px 0;font-family:Sora,Manrope,sans-serif;color:var(--soc-build-ink);font-size:30px;font-weight:500;letter-spacing:-.04em}
.soc-build-pricing ul{display:grid;gap:10px;margin:0 0 28px;padding:22px 0 0;border-top:1px solid var(--soc-line);list-style:none}
.soc-build-pricing li{position:relative;padding-left:18px;color:#40585b;font-size:11px;line-height:1.5}
.soc-build-pricing li:before{content:'✓';position:absolute;left:0;color:var(--soc-accent-dark);font-weight:700}
.soc-build-pricing article>a{display:flex;align-items:center;justify-content:center;min-height:47px;margin-top:auto;border:1px solid var(--soc-line);border-radius:12px;color:var(--soc-build-ink);font-size:12px;font-weight:600;text-decoration:none}
.soc-build-pricing__featured>a{border-color:var(--soc-accent)!important;background:var(--soc-accent);color:#062927!important}
.soc-build-pricing__note{margin:16px 0 0;color:var(--soc-muted);font-size:10px;line-height:1.6}

.soc-build .soc-build-brief{
    grid-template-columns:minmax(0,.86fr) minmax(520px,1.14fr);
    gap:54px;
    margin:12px 0 92px;
    padding:54px;
    border:0;
    border-radius:30px;
    background:var(--soc-build-dark);
}
.soc-build-brief__intro{position:sticky;top:105px}
.soc-build-brief__intro .soc-build-label{color:var(--soc-accent)}
.soc-build-brief__intro h2{margin:15px 0 17px;color:#f6ffff !important;font-size:clamp(34px,4vw,52px);line-height:1.08;letter-spacing:-.045em}
.soc-build-brief__intro>p{margin:0;color:#aec2c0;font-size:14px;line-height:1.72}
.soc-build-brief__steps{display:grid;gap:0;margin-top:32px;border-top:1px solid rgba(255,255,255,.13)}
.soc-build-brief__steps>div{display:grid;grid-template-columns:34px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.soc-build-brief__steps span{color:var(--soc-accent);font-size:9px;letter-spacing:.12em;padding-top:3px}
.soc-build-brief__steps p{margin:0;color:#9fb5b3;font-size:10px;line-height:1.55}
.soc-build-brief__steps strong{display:block;margin-bottom:4px;color:#edfafa;font-size:12px;font-weight:550}
.soc-build-brief__catalog{display:inline-flex;align-items:center;gap:10px;margin-top:25px;color:var(--soc-accent);font-size:12px;text-decoration:none}
.soc-build .soc-build-form{padding:30px;border-color:#d6e4e2;border-radius:22px;background:#f8fbfa}
.soc-build-form__head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid var(--soc-line)}
.soc-build-form__head span{color:var(--soc-accent-dark);font-size:10px;font-weight:650;letter-spacing:.13em;text-transform:uppercase}
.soc-build-form__head strong{color:#40585b;font-size:10px;font-weight:500;text-align:right}
.soc-build-form .soc-field>span{color:#40585b}
.soc-build-form .soc-consent{margin-top:4px}
.soc-build-form .soc-custom-form__submit{min-height:55px;font-size:14px}

.soc-build-faq{padding:0 0 90px}
.soc-build-faq .soc-custom-faq__grid{gap:12px}
.soc-build-faq details{border-radius:17px}
.soc-build-faq summary{padding:22px 31px 22px 0;font-size:13px}
.soc-build-faq details p{font-size:11px}

.soc-build-final{
    display:flex;
    justify-content:space-between;
    gap:50px;
    align-items:center;
    margin-bottom:80px;
    padding:42px 46px;
    border-radius:26px;
    background:var(--soc-build-dark);
}
.soc-build-final .soc-build-label{color:var(--soc-accent)}
.soc-build-final h2{max-width:770px;margin:12px 0 0;color:#f6ffff !important;font-size:clamp(29px,3.4vw,44px);line-height:1.1;letter-spacing:-.04em}
.soc-build-final__actions{display:flex;flex:0 0 auto;gap:10px}
.soc-build-final__actions .soc-button{min-width:175px}

@media(max-width:1180px){
    .soc-build-hero{grid-template-columns:1fr 420px;gap:38px;padding:48px}
    .soc-build-hero__proof{grid-template-columns:1fr}
    .soc-build-hero__proof>div,.soc-build-hero__proof>div+div{padding:12px 0;border-left:0;border-bottom:1px solid rgba(255,255,255,.1)}
    .soc-build-formats__grid,.soc-build-included__grid,.soc-build-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .soc-build .soc-build-brief{grid-template-columns:1fr;gap:38px}
    .soc-build-brief__intro{position:static;max-width:800px}
}
@media(max-width:900px){
    .soc-build-heading{grid-template-columns:1fr;gap:18px}
    .soc-build-heading>p{max-width:720px}
    .soc-build-hero{grid-template-columns:1fr;padding:42px;min-height:0}
    .soc-build-hero__visual{min-height:500px}
    .soc-build-stats{grid-template-columns:1fr 1fr}
    .soc-build-stats>div:nth-child(3){border-left:0;border-top:1px solid var(--soc-line)}
    .soc-build-stats>div:nth-child(4){border-top:1px solid var(--soc-line)}
    .soc-build-choice{grid-template-columns:1fr}
    .soc-build-choice__list{border-left:1px solid var(--soc-line);border-top:0}
    .soc-build-scenarios{grid-template-columns:1fr}
    .soc-build-pricing__grid{grid-template-columns:1fr}
    .soc-build-pricing__grid article{min-height:0}
    .soc-build-pricing article>p{min-height:0}
    .soc-build-final{display:grid}
    .soc-build-final__actions{width:100%}
    .soc-build-final__actions .soc-button{flex:1}
}
@media(max-width:640px){
    .soc-build-section{padding:58px 0}
    .soc-build-heading{margin-bottom:26px}
    .soc-build-heading h2{font-size:36px}
    .soc-build-hero{margin-top:12px;padding:28px 22px;border-radius:23px}
    .soc-build-hero h1{font-size:42px}
    .soc-build-hero__lead{font-size:14px}
    .soc-build-hero__actions{display:grid}
    .soc-build-hero__actions .soc-button{width:100%;min-width:0}
    .soc-build-hero__proof{margin-top:32px}
    .soc-build-hero__visual{min-height:370px;border-radius:19px}
    .soc-build-desktop{left:5%;top:22%;width:82%;height:56%;padding:10px}
    .soc-build-layout__image{min-height:100px}
    .soc-build-layout__cards i{height:29px}
    .soc-build-phone{right:4%;bottom:5%;min-width:91px;height:46%;padding:22px 10px 10px;border-width:3px;border-radius:18px}
    .soc-build-float{width:43px;height:43px;font-size:7px}
    .soc-build-float--seo{left:3%;bottom:4%}
    .soc-build-visual__status{display:none}
    .soc-build-stats{grid-template-columns:1fr;margin-top:12px;border-radius:16px}
    .soc-build-stats>div+div,.soc-build-stats>div:nth-child(3),.soc-build-stats>div:nth-child(4){border-left:0;border-top:1px solid var(--soc-line)}
    .soc-build-formats__grid,.soc-build-included__grid,.soc-build-process__grid,.soc-build-scenarios__track{grid-template-columns:1fr}
    .soc-build-format{min-height:0;padding:23px;border-radius:18px}
    .soc-build-format__icon{margin-bottom:28px}
    .soc-build-choice{margin-bottom:58px;border-radius:21px}
    .soc-build-choice__intro{padding:30px 23px}
    .soc-build-choice__intro h2{font-size:35px}
    .soc-build-choice__list article{grid-template-columns:40px 1fr;padding:23px 20px}
    .soc-build-included article{min-height:0;padding:22px}
    .soc-build-scenarios{margin-bottom:58px;padding:24px;border-radius:20px}
    .soc-build-process{margin-bottom:58px;padding:28px 22px;border-radius:21px}
    .soc-build-process__head h2{font-size:35px}
    .soc-build-process__grid{margin-top:30px}
    .soc-build-process__grid li{min-height:0;padding:21px}
    .soc-build .soc-build-brief{margin-bottom:58px;padding:28px 20px;border-radius:21px}
    .soc-build-brief__intro h2{font-size:35px}
    .soc-build .soc-build-form{padding:18px;border-radius:17px}
    .soc-build-form__head{display:grid;gap:5px}
    .soc-build-form__head strong{text-align:left}
    .soc-build-faq{padding-bottom:58px}
    .soc-build-final{margin-bottom:55px;padding:27px 22px;border-radius:20px}
    .soc-build-final__actions{display:grid}
    .soc-build-final__actions .soc-button{width:100%;min-width:0}
}

/* SITEONE Catalog 1.4.6 — direct demo action on catalog cards */
.soc-card__footer{
    align-items:center;
}
.soc-card__actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:8px 12px;
}
.soc-card__actions a{
    white-space:nowrap;
}
.soc-card__actions .soc-card__demo{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:38px;
    padding:0 12px;
    border:1px solid #b7e8e2;
    border-radius:10px;
    background:#e4faf7;
    color:#08736b;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.soc-card__actions .soc-card__demo:hover{
    border-color:var(--soc-accent);
    background:#d5f7f3;
    transform:translateY(-1px);
}
.soc-card__actions .soc-card__details{
    color:var(--soc-accent-dark);
    font-size:13px;
    text-decoration:underline;
    text-underline-offset:3px;
}
@media(max-width:430px){
    .soc-card__footer{
        align-items:flex-start;
        flex-direction:column;
    }
    .soc-card__actions{
        width:100%;
        justify-content:space-between;
    }
}

/* SITEONE Catalog 1.4.8 — mobile purchase order and CTA contrast */
.soc-catalog .soc-custom-cta h2,
.soc-project .soc-project-custom h2 {
    color: #f3fbfa !important;
}

.soc-catalog .soc-custom-cta p,
.soc-project .soc-project-custom p {
    color: #b3c8c6 !important;
}

.soc-catalog .soc-custom-cta .soc-eyebrow,
.soc-project .soc-project-custom .soc-eyebrow {
    color: var(--soc-accent) !important;
}

.soc-catalog .soc-custom-cta .soc-button--primary,
.soc-project .soc-project-custom .soc-button--primary {
    color: #062927 !important;
}

@media(max-width:760px) {
    .soc-project__layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .soc-project__main {
        display: contents;
    }

    .soc-project__visual {
        order: 1;
    }

    .soc-buybox {
        order: 2;
        width: 100%;
    }

    .soc-project__content {
        order: 3;
        margin-top: 0;
    }
}

