@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap";:root{--bg: #eeeae3;--paper: #f8f5ef;--white: #ffffff;--text: #171717;--muted: rgba(23, 23, 23, .58);--line: rgba(23, 23, 23, .11);--green: #40cf3b;--dark: #0f0f0d;--soft: #ded8ce;--accent: #9b8772;--container: 1310px;--side: 20px;font-family:Manrope,system-ui,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}body.modal-scroll-locked{overscroll-behavior:none}h1,h2,h3,p{margin:0}section[id]{scroll-margin-top:96px}.header{position:fixed;z-index:60;top:14px;left:50%;transform:translate(-50%);width:min(var(--container),calc(100% - var(--side) * 2));min-height:68px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:#f8f5efd1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 20px 70px #1e191414;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:12px 18px 12px 20px}.brand{display:inline-flex;align-items:center;gap:8px;min-width:max-content}.brand__mark{width:42px;height:42px;border-radius:50%;background:var(--dark);color:var(--paper);display:grid;place-items:center;font-family:Forum,serif;font-size:18px;letter-spacing:-.09em;transition:transform .35s ease,box-shadow .35s ease}.brand:hover .brand__mark{transform:translateY(-1px) scale(1.04);box-shadow:0 12px 26px #0f0f0d2e}.brand b{display:block;color:#121211eb;font-family:Manrope,system-ui,sans-serif;font-size:12px;line-height:1.08;letter-spacing:.09em;text-transform:uppercase;font-weight:850}.brand em{display:block;margin-top:3px;color:#171717a8;font-style:normal;font-family:Manrope,system-ui,sans-serif;font-size:10.8px;line-height:1.1;font-weight:700;letter-spacing:.075em;text-transform:uppercase}.nav{display:flex;align-items:center;justify-content:center;gap:24px;color:#171717a3;font-size:14px;font-weight:700}.nav a{position:relative;transition:color .25s ease}.nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:#171717b8;transform:scaleX(0);transform-origin:left;transition:transform .28s ease}.nav a:hover{color:var(--text)}.nav a:hover:after{transform:scaleX(1)}.header__side{display:inline-flex;align-items:center;gap:10px}.status-pill{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#ffffffa8;color:#171717b8;font-size:12.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.status-pill i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #40cf3b1f}.small-button{min-height:48px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--dark);color:#fff;font-size:12px;font-weight:800;transition:transform .28s ease,box-shadow .28s ease,background .28s ease,opacity .28s ease}.small-button:hover{transform:translateY(-1px);box-shadow:0 16px 32px #0f0f0d2e}.hero{min-height:100vh;position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.84fr);align-items:start;gap:clamp(28px,4vw,56px);padding:96px max(var(--side),calc((100vw - var(--container)) / 2)) 72px;background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.72),transparent 24%),radial-gradient(circle at 76% 28%,rgba(255,255,255,.44),transparent 28%),linear-gradient(135deg,#d8d0c4,#f0ece4 46%,#d6cec3)}.hero__ambient{position:absolute;border-radius:50%;filter:blur(70px);opacity:.55;pointer-events:none}.hero__ambient--one{width:320px;height:320px;background:#ffffff8f;top:90px;right:16%}.hero__ambient--two{width:240px;height:240px;background:#d8d0c4c2;left:-40px;bottom:90px}.hero__content,.hero__visual{position:relative;z-index:2;margin-top:170px}.hero__content{max-width:700px;margin-top:175px}.hero__eyebrow{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:999px;background:#ffffffa8;border:1px solid rgba(255,255,255,.82);color:#171717ad;font-family:Manrope,system-ui,sans-serif;font-size:11px;line-height:1;font-weight:850;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 12px 30px #2a231a0f}.hero h1{margin-top:50px;font-family:Forum,serif;font-size:clamp(54px,6vw,82px);line-height:.95;letter-spacing:.015em;max-width:760px;font-weight:400;color:#121211f5;text-rendering:geometricPrecision}.hero p{margin-top:75px;max-width:625px;color:#171717b8;font-family:Manrope,system-ui,sans-serif;font-size:18px;line-height:1.9;font-weight:500}.hero__cta{width:fit-content;margin-top:70px;display:flex;flex-direction:column;align-items:center}.hero__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:0}.hero__actions .button{min-height:70px;padding:0 30px;font-size:14px;letter-spacing:.15em}.button{min-height:58px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase;transition:transform .32s ease,box-shadow .32s ease,background .32s ease,border-color .32s ease,color .32s ease}.button:hover{transform:translateY(-2px) scale(1.01)}.button--light{background:var(--dark);color:#fff;box-shadow:0 18px 32px #0f0f0d29}.button--light:hover{box-shadow:0 24px 40px #0f0f0d3d}.button--ghost{border:1px solid var(--line);background:#ffffff75}.button--ghost:hover{border-color:#17171733;box-shadow:0 18px 32px #2a231a14}.hero__visual{min-width:0}.hero-showcase{display:grid;gap:16px}.hero-slider{position:relative;min-height:620px;border-radius:40px;overflow:hidden;box-shadow:0 36px 90px #2a231a29,0 12px 24px #ffffff3d inset;border:1px solid rgba(255,255,255,.52);background:#ffffff3d}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity .8s ease,transform 5.2s ease}.hero-slide.is-active{opacity:1;transform:scale(1)}.hero-slide:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f0f0d0d,#0f0f0d1f 52%,#0f0f0d66)}.hero-slide__overlay{position:absolute;z-index:2;left:24px;bottom:24px;width:min(68%,350px);padding:18px 18px 16px;border-radius:22px;background:#f8f5efdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 40px #2a231a24}.hero-slide__overlay span{display:inline-block;margin-bottom:9px;color:#17171794;font-family:Manrope,system-ui,sans-serif;font-size:10.5px;line-height:1;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.hero-slide__overlay h3{font-family:Manrope,system-ui,sans-serif;color:#121211eb;font-size:clamp(22px,2vw,30px);font-weight:750;line-height:1.12;letter-spacing:-.025em}.hero-slide__overlay p{margin-top:9px;max-width:300px;color:#171717ad;font-family:Manrope,system-ui,sans-serif;font-size:13.5px;line-height:1.55;font-weight:500;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.hero-thumb{border:1px solid rgba(23,23,23,.08);background:#ffffff94;border-radius:24px;padding:10px;display:grid;gap:10px;text-align:left;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}.hero-thumb:hover,.hero-thumb.is-active{transform:translateY(-2px);background:#ffffffa8;border-color:#17171724;box-shadow:0 16px 36px #2a231a14}.hero-thumb__image{display:block;height:84px;border-radius:18px;background-size:cover;background-position:center}.hero-thumb__meta{display:grid;gap:3px}.hero-thumb__meta b{color:#121211eb;font-family:Manrope,system-ui,sans-serif;font-size:12.5px;line-height:1.2;font-weight:850;letter-spacing:.05em;text-transform:uppercase}.hero-thumb__meta small{color:#17171794;font-family:Manrope,system-ui,sans-serif;font-size:10.5px;line-height:1.2;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.scroll-down{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:14px;width:fit-content;margin-top:24px;color:#1717179e;font-family:Manrope,system-ui,sans-serif;font-size:12.5px;line-height:1;font-weight:850;letter-spacing:.16em;text-transform:uppercase;transition:color .32s ease,transform .32s ease}.scroll-down:before,.scroll-down:after{content:"";width:42px;height:1px;background:#17171733;transition:background .32s ease,transform .32s ease}.scroll-down:hover{color:#121211f0;transform:translateY(2px)}.scroll-down:hover:before,.scroll-down:hover:after{background:#1212116b}.scroll-down__icon{position:relative;width:26px;height:38px;border:1px solid rgba(23,23,23,.28);border-radius:999px;display:inline-flex;align-items:flex-start;justify-content:center;padding-top:8px}.scroll-down__icon span{width:4px;height:4px;border-radius:50%;background:#121211b3;animation:scrollPillDot 1.65s ease-in-out infinite}@keyframes scrollPillDot{0%{transform:translateY(0);opacity:.35}45%{opacity:1}to{transform:translateY(15px);opacity:.2}}.section{padding:110px max(var(--side),calc((100vw - var(--container)) / 2))}.section--warm{background:var(--paper)}.section-label{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.section-label span{color:var(--accent)}.section-label i{width:54px;height:1px;background:var(--green)}.section-label--dark{color:#ffffff94}.section-label--dark span{color:var(--green)}.section-head{max-width:760px;margin-bottom:54px}.section-head--split{max-width:none;display:grid;grid-template-columns:1fr 500px;gap:60px;align-items:end}.section-head h2,.portfolio__top h2{margin-top:24px;font-family:Forum,serif;font-weight:400;font-size:clamp(46px,6vw,92px);line-height:.94;letter-spacing:-.01em;color:#121211f5;text-rendering:geometricPrecision}.section-head p,.portfolio__top p{margin-top:22px;color:var(--muted);font-size:16px;line-height:1.75}.why-section{background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.62),transparent 24%),radial-gradient(circle at 78% 34%,rgba(255,255,255,.34),transparent 26%),linear-gradient(180deg,#ffffff1a,#fff0),var(--paper)}.why-layout{display:grid;grid-template-columns:minmax(360px,560px) minmax(0,1fr);gap:clamp(44px,5.2vw,78px);align-items:start}.why-visual,.why-copy,.why-media{min-width:0}.why-visual{display:flex;flex-direction:column;align-items:flex-start}.why__eyebrow{margin-bottom:22px;min-height:38px;padding-inline:18px}.why-media{position:relative;width:min(100%,560px);aspect-ratio:1 / 1;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.64);background:#ffffff57;box-shadow:0 28px 76px #2a231a1f,inset 0 1px #ffffff6b}.why-media__photo{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.why-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#f8f5ef00,#f8f5ef0d),radial-gradient(circle at 72% 18%,rgba(255,255,255,.16),transparent 28%)}.why-copy{position:relative;max-width:700px;margin-top:60px}.why-copy:before{content:"";position:absolute;top:18px;right:22px;width:332px;height:238px;border-radius:34px;pointer-events:none;z-index:0;opacity:.72;background:radial-gradient(circle at 68% 28%,#ffffffb8,#fff0 56%),linear-gradient(180deg,#f8f5ef42,#f8f5ef00)}.why-copy:after{content:"";position:absolute;top:20px;right:8px;width:330px;height:232px;pointer-events:none;z-index:0;opacity:.58;background:url("data:image/svg+xml,%3csvg%20width='540'%20height='360'%20viewBox='0%200%20540%20360'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3clinearGradient%20id='lineA'%20x1='102'%20y1='42'%20x2='462'%20y2='282'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23DCCFBE'%20stop-opacity='0.08'/%3e%3cstop%20offset='0.48'%20stop-color='%23C9B9A2'%20stop-opacity='0.42'/%3e%3cstop%20offset='1'%20stop-color='%23E7DDD1'%20stop-opacity='0.08'/%3e%3c/linearGradient%3e%3cradialGradient%20id='glow'%20cx='0'%20cy='0'%20r='1'%20gradientUnits='userSpaceOnUse'%20gradientTransform='translate(398%20126)%20rotate(132.184)%20scale(164.071%20128.566)'%3e%3cstop%20stop-color='%23F6F1EA'%20stop-opacity='0.92'/%3e%3cstop%20offset='0.58'%20stop-color='%23F6F1EA'%20stop-opacity='0.34'/%3e%3cstop%20offset='1'%20stop-color='%23F6F1EA'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3cellipse%20cx='398'%20cy='126'%20rx='150'%20ry='118'%20fill='url(%23glow)'/%3e%3cg%20opacity='0.84'%20stroke='url(%23lineA)'%20stroke-linecap='round'%3e%3cpath%20d='M529%2010C463%2029%20417%2075%20384%20129C353%20179%20315%20219%20248%20250'%20stroke-width='1.2'/%3e%3cpath%20d='M530%2062C478%2080%20444%20118%20417%20165C395%20204%20358%20241%20305%20267'%20stroke-width='1'/%3e%3cpath%20d='M512%20121C465%20138%20436%20169%20417%20205C397%20242%20367%20271%20326%20292'%20stroke-width='0.95'/%3e%3cpath%20d='M470%200L540%2070'%20stroke-width='0.85'%20opacity='0.35'/%3e%3cpath%20d='M498%2018L540%2060'%20stroke-width='0.85'%20opacity='0.22'/%3e%3c/g%3e%3cg%20fill='%23CDBDA7'%20opacity='0.42'%3e%3ccircle%20cx='432'%20cy='146'%20r='2.1'/%3e%3ccircle%20cx='451'%20cy='146'%20r='2.1'/%3e%3ccircle%20cx='470'%20cy='146'%20r='2.1'/%3e%3ccircle%20cx='432'%20cy='165'%20r='2.1'/%3e%3ccircle%20cx='451'%20cy='165'%20r='2.1'/%3e%3ccircle%20cx='470'%20cy='165'%20r='2.1'/%3e%3ccircle%20cx='432'%20cy='184'%20r='2.1'/%3e%3ccircle%20cx='451'%20cy='184'%20r='2.1'/%3e%3ccircle%20cx='470'%20cy='184'%20r='2.1'/%3e%3c/g%3e%3c/svg%3e") center / contain no-repeat}.why-benefits{position:relative;z-index:1;min-height:560px;display:grid;grid-template-rows:repeat(5,1fr);overflow:visible;padding-top:12px;padding-bottom:12px}.why-benefits:after{content:"";position:absolute;top:52px;right:20px;width:120px;height:84px;pointer-events:none;z-index:0;opacity:.18;background:radial-gradient(circle at 18% 44%,rgba(155,135,114,.22) 0 2px,transparent 2.4px),radial-gradient(circle at 50% 52%,rgba(155,135,114,.18) 0 1.5px,transparent 2px),radial-gradient(circle at 82% 32%,rgba(155,135,114,.14) 0 2px,transparent 2.5px)}.why-benefits:before{content:"";position:absolute;left:88px;top:36px;bottom:36px;width:1px;background:linear-gradient(180deg,#9b877200,#9b877252 16%,#9b877252 84%,#9b877200)}.why-item{position:relative;z-index:1;display:grid;grid-template-columns:64px minmax(0,1fr) 24px;gap:22px;align-items:center;padding:0 28px 0 24px;transition:border-color .28s ease,transform .28s ease}.why-item+.why-item{border-top:1px solid rgba(23,23,23,.075)}.why-item:before{content:"";position:absolute;top:8px;right:10px;bottom:8px;left:10px;border-radius:24px;background:#fff0;border:1px solid rgba(255,255,255,0);opacity:0;transition:opacity .28s ease,background .28s ease,border-color .28s ease}.why-item:hover{transform:none}.why-item:hover:before{opacity:0;background:transparent;border-color:transparent}.why-item__number,.why-item__content,.why-item__mark{position:relative;z-index:1}.why-item__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#f8f5efc7;border:1px solid rgba(23,23,23,.08);color:#9b8772f0;font-family:Forum,serif;font-size:26px;line-height:1;letter-spacing:-.04em;box-shadow:0 12px 34px #2a231a0b}.why-item h3{color:#121211f2;font-size:clamp(21px,1.65vw,26px);line-height:1.12;letter-spacing:-.03em;font-weight:850}.why-item p{margin-top:7px;max-width:520px;color:#171717a3;line-height:1.58;font-size:14.5px;font-weight:500}.why-item__mark{width:8px;height:8px;border-radius:50%;justify-self:end;background:#9b8772ad;box-shadow:0 0 0 7px #9b87720f;transition:background .28s ease,box-shadow .28s ease,transform .28s ease}.why-item:hover .why-item__mark{background:#9b8772c7;box-shadow:0 0 0 8px #9b877214;transform:scale(1.02)}.portfolio{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 12%,rgba(255,255,255,.62),transparent 24%),radial-gradient(circle at 88% 22%,rgba(155,135,114,.12),transparent 30%),linear-gradient(180deg,var(--bg) 0%,var(--paper) 100%)}.portfolio:before{content:"";position:absolute;right:-150px;top:120px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(155,135,114,.14);opacity:.46;pointer-events:none}.portfolio:after{content:"";position:absolute;left:-120px;bottom:80px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.34),transparent 66%);pointer-events:none}.portfolio__top{position:relative;z-index:1;max-width:980px;margin-bottom:34px}.portfolio__top h2{max-width:980px}.portfolio__top h2 span{display:block}.filters{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;width:fit-content;max-width:100%;margin-bottom:34px;padding:7px;border:1px solid rgba(23,23,23,.08);border-radius:999px;background:#ffffff6b;box-shadow:0 18px 46px #2a231a0b,inset 0 1px #ffffff94;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.filters button{min-height:40px;border:0;border-radius:999px;background:transparent;padding:0 18px;color:#17171794;font-size:12px;font-weight:850;letter-spacing:.04em;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.filters button:hover{color:#121211eb;background:#ffffff94}.filters button.is-active{background:linear-gradient(180deg,#ffffffc7,#ffffff75);color:#121211eb;box-shadow:0 10px 24px #2a231a12,inset 0 0 0 1px #9b87722e}.portfolio-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.project-card{position:relative;overflow:hidden;min-height:520px;border-radius:34px;border:1px solid rgba(23,23,23,.08);background:radial-gradient(circle at 88% 16%,rgba(255,255,255,.66),transparent 28%),linear-gradient(180deg,#ffffff9e,#fff6);box-shadow:0 24px 70px #2a231a0f;display:flex;flex-direction:column;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.project-card:hover{transform:translateY(-4px);border-color:#9b877233;box-shadow:0 30px 84px #2a231a17}.project-card:after{content:"";position:absolute;right:-70px;bottom:-96px;width:220px;height:220px;border-radius:50%;border:1px solid rgba(155,135,114,.1);pointer-events:none}.project-card__image{position:relative;height:248px;overflow:hidden;margin:14px 14px 0;border-radius:26px;border:1px solid rgba(255,255,255,.58);background:radial-gradient(circle at 22% 22%,rgba(255,255,255,.72),transparent 26%),linear-gradient(135deg,#ded7cc,#a99884);box-shadow:inset 0 1px #ffffff47}.project-card__image:before{content:"";position:absolute;top:28px;right:28px;bottom:28px;left:28px;border:1px solid rgba(255,255,255,.3);border-radius:18px;background:linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.12) 1px,transparent 1px),radial-gradient(circle at 78% 20%,rgba(255,255,255,.3),transparent 24%);background-size:38px 38px,38px 38px,auto}.project-card__image:after{content:"";position:absolute;left:34px;right:34px;bottom:34px;height:44px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.18)}.project-card__image--warm{background:linear-gradient(135deg,#e5dbcf,#a58f78)}.project-card__image--soft{background:linear-gradient(135deg,#ece7df,#afa294)}.project-card__image--dark{background:linear-gradient(135deg,#2f2e29,#9c8e7e)}.project-card__image--green{background:linear-gradient(135deg,#d8decf,#8f9b80)}.project-card__image--cream{background:linear-gradient(135deg,#f1e8db,#ccbba8)}.project-card__image--gray{background:linear-gradient(135deg,#d7d7d4,#9c9b95)}.project-card__image span{position:absolute;z-index:3;left:18px;top:18px;min-height:32px;display:inline-flex;align-items:center;padding:0 13px;border-radius:999px;background:#f8f5efd1;border:1px solid rgba(255,255,255,.52);color:#1717179e;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.project-card__body{position:relative;z-index:1;padding:26px 28px 28px;flex:1;display:flex;flex-direction:column}.project-card__body p{width:fit-content;min-height:30px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:#f8f5efb8;border:1px solid rgba(23,23,23,.07);color:#9b8772eb;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.project-card__body h3{margin-top:18px;font-family:Forum,serif;font-size:clamp(31px,2.45vw,40px);font-weight:400;line-height:.98;letter-spacing:-.025em;color:#121211f0}.project-card__body ul{margin:18px 0 0;padding:0;list-style:none;color:#1717179e;line-height:1.72;font-size:14px;font-weight:550}.project-card__body li{display:flex;gap:8px;align-items:baseline}.project-card__body li:before{content:"";width:5px;height:5px;flex:0 0 5px;margin-top:9px;border-radius:50%;background:#9b8772a8;box-shadow:0 0 0 5px #9b87720f}.project-card__body a{width:fit-content;margin-top:auto;min-height:44px;display:inline-flex;align-items:center;padding:0 18px;border-radius:999px;border:1px solid rgba(23,23,23,.1);background:#ffffff75;color:#121211e0;font-size:12px;font-weight:900;letter-spacing:.06em;transition:transform .25s ease,border-color .25s ease,background .25s ease}.project-card__body a:hover{transform:translateY(-2px);border-color:#9b87723d;background:#ffffffb3}.tariffs{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 12%,rgba(255,255,255,.72),transparent 26%),linear-gradient(180deg,#f2ede5 0%,var(--paper) 100%)}.tariffs:before{content:"";position:absolute;right:-120px;top:110px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(155,135,114,.16);opacity:.42;pointer-events:none}.tariffs__head{position:relative;z-index:1;max-width:none;margin-bottom:44px}.tariffs__head h2{margin-top:24px;white-space:nowrap}.tariffs__eyebrow{width:fit-content}.tariff-showcase{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tariff-card{position:relative;overflow:hidden;min-height:430px;border-radius:34px;border:1px solid rgba(23,23,23,.08);background:radial-gradient(circle at 88% 16%,rgba(255,255,255,.72),transparent 28%),linear-gradient(180deg,#ffffffa3,#ffffff6b);box-shadow:0 24px 70px #2a231a11;padding:30px;display:flex;flex-direction:column}.tariff-card:after{content:"";position:absolute;right:-60px;bottom:-90px;width:220px;height:220px;border-radius:50%;border:1px solid rgba(155,135,114,.12);pointer-events:none}.tariff-card--popular{border-color:#9b877242;background:radial-gradient(circle at 88% 16%,rgba(255,255,255,.82),transparent 30%),linear-gradient(180deg,#ffffffc2,#ffffff85);box-shadow:0 30px 90px #2a231a1a}.tariff-card__label{position:relative;z-index:1;width:fit-content;min-height:34px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;background:#f8f5efdb;border:1px solid rgba(23,23,23,.08);color:#171717a3;font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.tariff-card__main{position:relative;z-index:1;margin-top:24px}.tariff-card h3,.tariff-modal__content h3{font-family:Forum,serif;font-size:clamp(34px,3.1vw,50px);font-weight:400;line-height:.94;letter-spacing:-.035em;color:#121211f2}.tariff-card h3{display:grid;gap:2px}.tariff-card h3 span,.tariff-modal__content h3 span{display:block}.tariff-card__info{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.tariff-price{width:fit-content;min-height:42px;display:inline-flex;align-items:center;padding:0 16px;border-radius:999px;background:#11110f;color:#fff;font-size:15px;font-weight:850;letter-spacing:.03em;white-space:nowrap}.tariff-duration{min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 14px;border-radius:999px;border:1px solid rgba(23,23,23,.08);background:#ffffff70;color:#171717a3;white-space:nowrap}.tariff-duration b{color:#9b8772eb;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.tariff-duration em{font-style:normal;font-size:12px;font-weight:800}.tariff-card__text{margin-top:22px;color:#171717a3;line-height:1.62;font-size:14px;max-width:36ch}.tariff-card__footer{position:relative;z-index:1;margin-top:auto;padding-top:28px;display:flex;justify-content:flex-start}.tariff-card__toggle{min-width:178px;min-height:58px;border:1px solid rgba(23,23,23,.1);border-radius:999px;background:#11110ff5;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;transition:transform .28s ease,box-shadow .28s ease,background .28s ease}.tariff-card__toggle:hover{transform:translateY(-2px);box-shadow:0 14px 30px #1717171a}.tariff-card .tariff-card__toggle--light{position:relative;min-width:188px;color:#121211d6;background:linear-gradient(180deg,#ffffff9e,#ffffff57);border:1px solid rgba(23,23,23,.12);box-shadow:0 16px 36px #2a231a0e,inset 0 1px #ffffff9e;overflow:hidden}.tariff-card .tariff-card__toggle--light:after{content:"→";width:26px;height:26px;margin-left:14px;border-radius:50%;background:#11110feb;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1;letter-spacing:0;transition:transform .28s ease,background .28s ease}.tariff-card .tariff-card__toggle--light:hover{color:#121211f5;background:linear-gradient(180deg,#fffc,#ffffff7a);border-color:#9b87723d;box-shadow:0 18px 40px #2a231a13,inset 0 1px #ffffffb8}.tariff-card .tariff-card__toggle--light:hover:after{transform:translate(3px);background:#9b8772eb}.tariff-modal__meta{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tariff-modal__meta article{min-height:104px;padding:18px 20px;border-radius:24px;border:1px solid rgba(23,23,23,.075);background:radial-gradient(circle at 90% 10%,rgba(255,255,255,.72),transparent 34%),#ffffff57;display:grid;align-content:start;gap:10px}.tariff-modal__meta span,.tariff-modal__details>span{color:#9b8772eb;font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.tariff-modal__meta strong{color:#121211db;font-size:17px;line-height:1.45;font-weight:800}.tariff-modal__details{margin-top:30px}.tariff-modal__details ul,.tariff-features{margin:16px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;color:#171717b3;font-size:13.5px;line-height:1.42}.tariff-modal__details li,.tariff-features li{position:relative;padding-left:20px}.tariff-modal__details li:before,.tariff-features li:before{content:"";position:absolute;left:0;top:.52em;width:6px;height:6px;border-radius:50%;background:#9b8772d1;box-shadow:0 0 0 5px #9b877214}.tariff-panorama{min-height:58px;border:1px solid rgba(155,135,114,.22);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;color:#9b8772fa;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.tariff-bottom{position:relative;z-index:1;margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}.tariff-extra{position:relative;grid-column:span 2;min-height:202px;overflow:hidden;border-radius:34px;padding:26px 30px;background:radial-gradient(circle at 90% 12%,rgba(255,255,255,.78),transparent 30%),linear-gradient(180deg,#ffffff9e,#ffffff61);border:1px solid rgba(23,23,23,.08);box-shadow:0 24px 70px #2a231a0b;display:grid;grid-template-rows:auto 1fr}.tariff-extra:after{content:"";position:absolute;right:-78px;bottom:-112px;width:250px;height:250px;border-radius:50%;border:1px solid rgba(155,135,114,.1);pointer-events:none}.tariff-extra>span,.tariff-consult>span{position:relative;z-index:1;width:fit-content;min-height:34px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;background:#f8f5efdb;border:1px solid rgba(23,23,23,.08);color:#9b8772f5;font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.tariff-consult>span{border-color:#ffffff1f;background:#ffffff14;color:#d6c7b0eb}.tariff-extra>span{margin-left:30px}.tariff-extra>div{position:relative;z-index:1;margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.tariff-extra article{position:relative;min-height:104px;padding:12px 28px 0 30px;display:flex;flex-direction:column;align-items:flex-start}.tariff-extra article:before{content:"";position:absolute;left:0;top:25px;width:9px;height:9px;border-radius:50%;background:#9b8772cc;box-shadow:0 0 0 8px #9b877214}.tariff-extra article:after{content:"01";position:absolute;top:-6px;right:14px;font-family:Forum,serif;font-size:58px;line-height:1;letter-spacing:-.06em;color:#9b877213;pointer-events:none}.tariff-extra article:nth-child(2):after{content:"02"}.tariff-extra article+article{padding-left:30px}.tariff-extra h3{color:#121211f2;font-family:Forum,serif;font-size:clamp(29px,2.2vw,37px);font-weight:400;line-height:.98;letter-spacing:-.035em}.tariff-extra strong{margin-top:14px;width:fit-content;min-height:40px;padding:0 15px;border-radius:999px;display:inline-flex;align-items:center;background:#11110ff5;color:#fff;font-size:14px;font-weight:850;letter-spacing:.02em;white-space:nowrap}.tariff-extra p{margin-top:15px;color:#171717a3;font-size:14px;line-height:1.58;max-width:38ch}.tariff-consult{position:relative;min-height:202px;overflow:hidden;border-radius:34px;padding:26px 30px;background:radial-gradient(circle at 90% 12%,rgba(255,255,255,.08),transparent 32%),#11110f;color:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 30px 90px #1717172e}.tariff-consult:after{content:"";position:absolute;right:-76px;bottom:-118px;width:250px;height:250px;border-radius:50%;border:1px solid rgba(255,255,255,.11);pointer-events:none}.tariff-consult h3{position:relative;z-index:1;margin-top:20px;max-width:310px;font-family:Forum,serif;font-size:clamp(31px,2.65vw,39px);font-weight:400;line-height:.98;letter-spacing:-.025em}.tariff-consult a{position:relative;z-index:1;margin-top:20px;min-height:52px;border-radius:999px;background:#fff;color:#11110f;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 18px 46px #0000002e}.tariff-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:32px;animation:tariffModalFadeIn .22s ease-out both}.tariff-modal.is-closing{animation:tariffModalFadeOut .18s ease-in both}.tariff-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1212117a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:tariffOverlayIn .22s ease-out both}.tariff-modal.is-closing .tariff-modal__overlay{animation:tariffOverlayOut .18s ease-in both}.tariff-modal__panel{position:relative;z-index:1;width:min(1180px,100%);max-height:calc(100vh - 64px);overflow:hidden;border-radius:36px;background:#f6f1ea;border:1px solid rgba(255,255,255,.62);box-shadow:0 40px 120px #12121142;display:grid;grid-template-rows:auto 1fr;animation:tariffPanelIn .24s cubic-bezier(.22,.61,.36,1) both}.tariff-modal.is-closing .tariff-modal__panel{animation:tariffPanelOut .18s ease-in both}.tariff-modal__panel::-webkit-scrollbar,.tariff-modal__content::-webkit-scrollbar,.tariff-modal__gallery::-webkit-scrollbar{display:none}.tariff-modal__close{position:absolute;z-index:3;top:max(14px,calc((100vh - min(100vh - 64px,860px))/2 - 22px));right:max(14px,calc((100vw - min(1180px,100vw - 64px))/2 - 22px));width:46px;height:46px;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:#f8f5eff2;color:#121211d6;font-size:29px;line-height:1;box-shadow:0 16px 44px #12121129;transition:transform .24s ease,background .24s ease}.tariff-modal__close:hover{transform:scale(1.04);background:#fff}.tariff-modal__gallery{display:grid;grid-template-columns:1fr;padding:14px 14px 0;overflow:hidden;scrollbar-width:none}.tariff-modal__gallery img{width:100%;height:clamp(300px,39vh,420px);object-fit:contain;object-position:center;display:block;border-radius:28px;background:#eee7dd;box-shadow:0 18px 50px #2a231a14}.tariff-modal__content{overflow:hidden;padding:22px 42px 34px;scrollbar-width:none;display:grid;grid-template-rows:auto auto auto;align-content:start}.tariff-modal__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}.tariff-modal__content h3{white-space:nowrap;font-size:clamp(40px,4.4vw,58px);line-height:.92;letter-spacing:-.035em}.tariff-modal__head .tariff-price{margin-top:0}.tariff-modal__details{margin-top:24px;padding-top:22px;border-top:1px solid rgba(23,23,23,.08)}.tariff-modal__details>span{position:relative;display:flex;align-items:center;gap:18px;color:#121211e0;font-size:13px;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.tariff-modal__details>span:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,#9b877257,#9b877200)}.tariff-modal__details ul,.tariff-features{margin:18px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;color:#171717b8;font-size:14px;line-height:1.42}.tariff-modal__details li,.tariff-features li{position:relative;padding-left:22px}.tariff-modal__details li:before,.tariff-features li:before{content:"";position:absolute;left:0;top:.54em;width:6px;height:6px;border-radius:50%;background:#9b8772db;box-shadow:0 0 0 6px #9b877214}.tariff-panorama{min-height:54px;border:1px solid rgba(155,135,114,.22);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;color:#9b8772fa;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.tariff-modal__actions{margin-top:28px;display:flex;flex-wrap:wrap;gap:14px;align-items:center}@keyframes tariffOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes tariffOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes tariffPanelIn{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tariffPanelOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(12px) scale(.99)}}@keyframes tariffModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes tariffModalFadeOut{0%{opacity:1}to{opacity:0}}.calculator{position:relative;overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(214,199,176,.14),transparent 26%),radial-gradient(circle at 88% 12%,rgba(255,255,255,.08),transparent 28%),linear-gradient(180deg,#171613,#11110f);color:#fff}.calculator:before{content:"";position:absolute;right:-180px;bottom:-120px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(214,199,176,.12);opacity:.9;pointer-events:none}.calculator:after{content:"";position:absolute;left:max(24px,calc((100vw - var(--container)) / 2));top:84px;width:92px;height:1px;background:linear-gradient(90deg,#d6c7b094,#d6c7b000);pointer-events:none}.calc-card{position:relative;z-index:1;overflow:hidden;border-radius:42px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 92% 10%,rgba(255,255,255,.08),transparent 30%),linear-gradient(180deg,#ffffff0e,#ffffff07);box-shadow:0 34px 94px #00000038;padding:clamp(32px,4.2vw,56px);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);gap:clamp(34px,5vw,72px);align-items:stretch}.calc-card:before{content:"";position:absolute;left:-86px;bottom:-124px;width:290px;height:290px;border-radius:50%;border:1px solid rgba(214,199,176,.1);pointer-events:none}.calc-copy{position:relative;z-index:1;max-width:780px;align-self:center}.calc-card h2{margin-top:24px;max-width:820px;font-family:Forum,serif;font-size:clamp(48px,6vw,88px);font-weight:400;line-height:.94;letter-spacing:-.01em;color:#fffffff5;text-rendering:geometricPrecision}.calc-card h2 span{display:block}.calc-card p{margin-top:22px;max-width:620px;color:#ffffffa8;font-size:15.5px;line-height:1.75}.calc-points{margin-top:28px;display:flex;flex-wrap:wrap;gap:8px}.calc-points span{min-height:38px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0e;color:#d6c7b0e6;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:inset 0 1px #ffffff13}.calc-note-grid{margin-top:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:640px}.calc-note-grid article{position:relative;min-height:108px;border-radius:24px;border:1px solid rgba(255,255,255,.095);background:#ffffff0a;padding:20px 18px 17px 50px;box-shadow:inset 0 1px #ffffff0f}.calc-note-grid article:before{content:"";position:absolute;left:24px;top:27px;width:8px;height:8px;border-radius:50%;background:#d6c7b0c7;box-shadow:0 0 0 8px #d6c7b011}.calc-note-grid strong{position:relative;top:-5px;display:block;margin-bottom:-10px;color:#fffffff0;font-family:Forum,serif;font-size:30px;font-weight:400;line-height:1;letter-spacing:-.02em}.calc-note-grid p{margin-top:9px;color:#ffffff8f;font-size:13px;line-height:1.45}.calc-box{position:relative;z-index:1;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:34px;background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.1),transparent 34%),linear-gradient(180deg,#ffffff1a,#ffffff0e);padding:28px;box-shadow:0 28px 76px #0000003d,inset 0 1px #ffffff1a}.calc-box:after{content:"";position:absolute;right:-78px;bottom:-104px;width:230px;height:230px;border-radius:50%;border:1px solid rgba(214,199,176,.12);pointer-events:none}.calc-box__head{position:relative;z-index:1;margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:14px}.calc-box__head span{color:#fffffff0;font-family:Forum,serif;font-size:31px;line-height:1;letter-spacing:-.02em}.calc-box__head em{min-height:30px;display:inline-flex;align-items:center;padding:0 11px;border-radius:999px;border:1px solid rgba(214,199,176,.16);background:#d6c7b014;color:#d6c7b0e6;font-size:10px;font-weight:900;font-style:normal;letter-spacing:.12em;text-transform:uppercase}.calc-box label,.calc-field,.calc-result,.calc-box a{position:relative;z-index:1}.calc-box label,.calc-field{display:block;margin-bottom:14px}.calc-box label span,.calc-field>span{display:block;margin-bottom:9px;color:#d6c7b0d1;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.calc-box input{width:100%;min-height:56px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff13;color:#fffffff0;padding:0 16px;outline:none;box-shadow:inset 0 1px #ffffff14;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.calc-box input:focus{border-color:#d6c7b070;background:#ffffff1b;box-shadow:0 0 0 4px #d6c7b014,inset 0 1px #ffffff1a}.calc-number-control{position:relative}.calc-number-control input{padding-right:64px;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.calc-number-control input::-webkit-outer-spin-button,.calc-number-control input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.calc-number-control__arrows{position:absolute;z-index:2;top:50%;right:10px;overflow:hidden;width:34px;height:40px;border:1px solid rgba(214,199,176,.18);border-radius:13px;background:radial-gradient(circle at 75% 15%,rgba(214,199,176,.16),transparent 48%),#ffffff13;box-shadow:inset 0 1px #ffffff17,0 10px 24px #0000001f;display:grid;grid-template-rows:repeat(2,1fr);transform:translateY(-50%)}.calc-number-control__arrows button{min-width:0;border:0;background:transparent;display:grid;place-items:center;padding:0;transition:background .2s ease}.calc-number-control__arrows button+button{border-top:1px solid rgba(214,199,176,.13)}.calc-number-control__arrows button:hover{background:#d6c7b021}.calc-number-control__arrows button:focus-visible{outline:2px solid rgba(214,199,176,.34);outline-offset:-2px}.calc-number-control__arrows i{width:7px;height:7px;border-right:1.5px solid rgba(214,199,176,.94);border-bottom:1.5px solid rgba(214,199,176,.94)}.calc-number-control__arrows button:first-child i{transform:translateY(2px) rotate(-135deg)}.calc-number-control__arrows button:last-child i{transform:translateY(-2px) rotate(45deg)}.calc-select{width:100%;min-height:56px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff13;color:#fffffff0;padding:0 15px 0 16px;outline:none;display:flex;align-items:center;justify-content:space-between;gap:14px;box-shadow:inset 0 1px #ffffff14;text-align:left;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.calc-select:hover,.calc-select:focus-visible,.calc-select.is-open{border-color:#d6c7b070;background:#ffffff1b;box-shadow:0 0 0 4px #d6c7b014,inset 0 1px #ffffff1a}.calc-select span{min-width:0;overflow:hidden;color:#fffffff0;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.calc-select i{width:9px;height:9px;flex:0 0 auto;border-right:1.5px solid rgba(214,199,176,.92);border-bottom:1.5px solid rgba(214,199,176,.92);transform:translateY(-2px) rotate(45deg);transition:transform .25s ease}.calc-select.is-open i{transform:translateY(2px) rotate(-135deg)}.calc-select__menu{position:absolute;left:0;right:0;top:calc(100% + 10px);z-index:8;overflow:hidden;border:1px solid rgba(214,199,176,.22);border-radius:22px;background:radial-gradient(circle at 92% 8%,rgba(214,199,176,.14),transparent 34%),linear-gradient(180deg,#272622fa,#141412fa);box-shadow:0 28px 64px #00000057,inset 0 1px #ffffff14;padding:7px;animation:calcSelectIn .22s ease both}.calc-select__menu button{width:100%;border:0;border-radius:16px;background:transparent;color:#ffffffd6;padding:13px;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;transition:background .22s ease,color .22s ease}.calc-select__menu button:hover,.calc-select__menu button.is-active{background:#d6c7b01f;color:#fffffffa}.calc-select__menu button span{color:inherit;font-size:13px;font-weight:800;line-height:1.25}.calc-select__menu button em{flex:0 0 auto;color:#d6c7b0e0;font-size:11px;font-style:normal;font-weight:900;letter-spacing:.06em;white-space:nowrap}@keyframes calcSelectIn{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.calc-result{margin-top:18px;border-radius:28px;border:1px solid rgba(214,199,176,.14);background:radial-gradient(circle at 92% 12%,rgba(214,199,176,.12),transparent 32%),#ffffff0f;padding:21px 22px 22px;box-shadow:inset 0 1px #ffffff14}.calc-result p{margin:0;color:#d6c7b0eb;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.calc-result strong{display:block;margin-top:9px;color:#fffffffa;font-family:Manrope,system-ui,sans-serif;font-size:clamp(34px,3.4vw,46px);font-weight:800;line-height:1;letter-spacing:.1em}.calc-box a{width:100%;min-height:58px;margin-top:16px;border-radius:999px;background:#fffffff0;color:#11110f;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 18px 38px #0003;transition:transform .28s ease,box-shadow .28s ease,background .28s ease}.calc-box a:hover{transform:translateY(-2px);background:#fff;box-shadow:0 20px 46px #00000042}.process{background:var(--bg)}.process-line{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.process-line:before{content:"";position:absolute;top:44px;left:0;right:0;height:1px;background:#17171729}.process-step{position:relative;padding-top:80px}.process-step span{position:absolute;top:13px;left:0;width:62px;height:62px;border-radius:50%;border:1px solid rgba(23,23,23,.14);background:var(--bg);display:grid;place-items:center;color:var(--accent);font-weight:800}.process-step h3{font-size:20px}.process-step p{margin-top:16px;color:var(--muted);line-height:1.72;font-size:14px}.about{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.06),transparent 24%),radial-gradient(circle at 82% 18%,rgba(176,145,112,.12),transparent 26%),linear-gradient(180deg,#0e0e0c,#151513);color:#f8f5efeb}.about:before{content:"";position:absolute;left:-120px;top:110px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.07);opacity:.6;pointer-events:none}.about-card{position:relative;z-index:1;overflow:hidden;border-radius:40px;background:radial-gradient(circle at 82% 14%,rgba(255,255,255,.07),transparent 26%),linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 82px #0000003d;padding:clamp(32px,4.2vw,54px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,390px);gap:clamp(34px,5vw,62px);align-items:stretch}.about-card:after{content:"";position:absolute;right:-92px;bottom:-118px;width:280px;height:280px;border-radius:50%;border:1px solid rgba(255,255,255,.06);pointer-events:none}.about-copy{position:relative;z-index:1;align-self:center}.about-card h2{margin-top:24px;max-width:760px;font-family:Forum,serif;font-size:clamp(48px,6vw,84px);font-weight:400;line-height:.94;letter-spacing:-.01em;color:#f8f5effa;text-rendering:geometricPrecision}.about-card h2 span{display:block}.about-article{margin-top:24px;max-width:700px;display:grid;gap:14px}.about-article p{color:#f8f5efad;font-size:15px;line-height:1.76}.about-principles-head{margin-top:28px;display:flex;align-items:center;gap:14px}.about-principles-head:after{content:"";height:1px;flex:1;background:#ffffff14}.about-principles-head span{color:#f8f5efdb;font-size:11px;line-height:1;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.about-principles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.about-principle{position:relative;display:flex;gap:13px;min-height:118px;padding:18px 18px 18px 20px;border-radius:24px;background:#ffffff09;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0a}.about-principle__dot{flex:0 0 auto;width:8px;height:8px;margin-top:8px;border-radius:50%;background:#b09170f5;box-shadow:0 0 0 7px #b091701a}.about-principle__content{min-width:0}.about-principle h3{color:#f8f5eff5;font-family:Forum,serif;font-size:26px;line-height:1.04;font-weight:400;letter-spacing:-.02em}.about-principle p{margin-top:9px;color:#f8f5ef9e;font-size:12.5px;line-height:1.56}.about-visual{position:relative;min-height:640px;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#ffffff0a,#ffffff05),#ffffff05;box-shadow:inset 0 1px #ffffff0d}.about-visual:before{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:26px;border:1px solid rgba(255,255,255,.1);pointer-events:none;z-index:2}.about-portrait{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.01)}.about-portrait:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f0f0d0f,#0f0f0d0a 42%,#0f0f0d94)}.about-visual-card{position:absolute;left:24px;right:24px;bottom:24px;z-index:3;min-height:92px;padding:22px 24px;border-radius:24px;background:#0f0f0dad;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 36px #00000038}.about-visual-card span,.about-visual-card em{display:block}.about-visual-card span{font-family:Forum,serif;font-size:31px;line-height:1;color:#f8f5eff5}.about-visual-card em{margin-top:8px;color:#f8f5ef9e;font-size:11px;font-style:normal;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.reviews{position:relative;overflow:hidden;background:radial-gradient(circle at 16% 16%,rgba(255,255,255,.055),transparent 24%),radial-gradient(circle at 84% 18%,rgba(176,145,112,.11),transparent 28%),linear-gradient(180deg,#151513,#0f0f0d);color:#f8f5efeb}.reviews:before{content:"";position:absolute;right:-120px;top:90px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.06);pointer-events:none}.reviews:after{content:"";position:absolute;left:-150px;bottom:70px;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.045);pointer-events:none}.reviews__head{position:relative;z-index:1;max-width:none;margin-bottom:34px}.reviews__head h2{color:#f8f5effa;white-space:nowrap}.reviews-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.reviews-grid blockquote{position:relative;min-height:224px;margin:0;padding:30px 28px 26px;border-radius:30px;background:#ffffff09;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0b;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.reviews-grid blockquote:before{content:"“";position:absolute;right:24px;top:8px;color:#b0917038;font-family:Forum,serif;font-size:86px;line-height:1;pointer-events:none}.reviews-grid blockquote:after{content:"";position:absolute;left:28px;top:28px;width:8px;height:8px;border-radius:50%;background:#b09170f5;box-shadow:0 0 0 7px #b091701a}.reviews-grid blockquote p{position:relative;z-index:1;margin-top:28px;color:#f8f5efb3;font-size:14px;line-height:1.72}.reviews-grid blockquote cite{position:relative;z-index:1;display:block;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:#f8f5efeb;font-style:normal;font-size:12px;line-height:1.2;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.faq{background:var(--bg)}.faq-item{width:100%;text-align:left;border:1px solid rgba(23,23,23,.08);border-radius:24px;background:#ffffffa3;color:var(--text);padding:0;overflow:hidden;min-height:0;display:block;letter-spacing:0;text-transform:none}.faq-item span{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px}.faq-item b{font-size:18px}.faq-item i{font-style:normal;font-size:28px}.faq-item p{padding:0 24px 24px;color:var(--muted);line-height:1.75}.contacts{background:var(--dark);color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 460px;gap:70px;align-items:start}.contact-grid h2{margin-top:24px;max-width:740px;font-family:Forum,serif;font-size:clamp(50px,6vw,92px);font-weight:400;line-height:.94}.contact-grid p{margin-top:24px;max-width:620px;color:#fff9;line-height:1.8}.contact-status{margin-top:32px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:14px 18px;color:#ffffffbf}.contact-status i{width:10px;height:10px;background:var(--green);border-radius:50%;box-shadow:0 0 0 6px #40cf3b1f}.contact-form{border-radius:34px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);padding:28px}.contact-form input,.contact-form textarea{background:#ffffff14;border-color:#ffffff1f;color:#fff}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffff6b}.contact-bottom{margin-top:54px;padding-top:28px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;gap:16px}.contact-bottom a{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:14px 18px;color:#ffffffc7}.footer{min-height:90px;padding:0 max(var(--side),calc((100vw - var(--container)) / 2));display:flex;align-items:center;justify-content:space-between;background:#080807;color:#ffffff7a;font-size:13px}@media (max-width: 1180px){.tariff-showcase{grid-template-columns:1fr}.tariffs__head h2{white-space:normal}.tariff-card{min-height:390px}.tariff-card__info{justify-content:flex-start}.tariff-bottom{grid-template-columns:1fr}.tariff-extra{grid-column:auto}}@media (max-width: 720px){.tariff-card{min-height:420px;border-radius:26px;padding:24px}.tariff-card__info{flex-direction:column;align-items:flex-start}.tariff-card__toggle,.tariff-panorama{width:100%}.tariff-extra,.tariff-consult{min-height:auto;padding:22px;border-radius:26px}.tariff-extra>span{margin-left:0}.tariff-extra>div:before,.tariff-extra>div:after{display:none}.tariff-modal__details ul,.tariff-features{grid-template-columns:1fr}.tariff-extra>div{grid-template-columns:1fr;gap:12px}.tariff-extra article{min-height:auto;padding:18px 44px 8px 30px}.tariff-extra article+article{padding-left:30px}.tariff-extra h3{font-size:34px}.tariff-consult h3{font-size:30px}.tariff-modal{padding:12px}.tariff-modal__panel{border-radius:26px}.tariff-modal__gallery{padding:16px 16px 0}.tariff-modal__gallery img{height:230px;border-radius:20px}.tariff-modal__content h3{white-space:normal;font-size:clamp(34px,11vw,48px)}.tariff-modal__close{top:8px;right:8px;width:42px;height:42px}.tariff-modal__content{padding:22px;overflow:auto}.tariff-modal__details{margin-top:22px;padding-top:20px}.tariff-modal__details>span{font-size:12px}.tariff-modal__details ul,.tariff-features{font-size:13px;gap:9px}.tariff-modal__head{grid-template-columns:1fr}}@media (max-width: 1120px){.why-layout{grid-template-columns:1fr;gap:36px}.why-visual{width:min(100%,560px);justify-self:center}.why-media{width:100%}.why-copy{max-width:none;margin-top:0}.why-copy:before{top:10px;right:0;width:240px;height:180px}.why-copy:after{top:14px;right:-6px;width:224px;height:164px}.why-benefits:after{width:96px;height:72px;top:38px;right:10px}.why-benefits{min-height:auto}.why-item{min-height:104px}}@media (max-width: 720px){.why-layout{gap:28px}.why__eyebrow{margin-bottom:16px}.why-media{border-radius:26px}.why-copy:before{top:8px;right:-4px;width:156px;height:124px;opacity:.58}.why-copy:after{width:148px;height:112px;top:10px;right:-8px;opacity:.5}.why-benefits:after{width:72px;height:54px;top:34px;right:10px;opacity:.14}.why-benefits:before{left:62px;top:26px;bottom:26px}.why-item{grid-template-columns:42px minmax(0,1fr) 12px;gap:14px;min-height:auto;padding:17px 16px}.why-item:before{display:none}.why-item:hover{transform:none}.why-item__number{width:34px;height:34px;font-size:21px}.why-item h3{font-size:18px}.why-item p{margin-top:6px;font-size:13px;line-height:1.55}.why-item__mark{width:6px;height:6px}}@media (max-width: 1100px){.nav{display:none}.header{grid-template-columns:auto 1fr auto}.hero{grid-template-columns:1fr;align-items:start;padding-top:104px}.hero__content{max-width:100%}.hero-slider{min-height:520px}.hero-thumbs{grid-template-columns:repeat(2,1fr)}.section-head--split,.portfolio__top,.calc-card,.about-card,.contact-grid{grid-template-columns:1fr}.calc-box{max-width:560px}.about-principles{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.lead-panel{position:relative;top:auto}.process-line{grid-template-columns:1fr}.process-line:before{display:none}.process-step{padding-top:0;padding-left:84px;min-height:90px}.process-step span{top:0}}@media (max-width: 720px){.header{top:10px;width:calc(100% - 20px);min-height:66px;grid-template-columns:auto auto;justify-content:space-between;border-radius:28px;padding:12px 14px}.brand em,.status-pill,.nav{display:none}.small-button{display:inline-flex;min-height:40px;padding:0 14px;font-size:11px}.hero{min-height:auto;padding:96px 18px 54px;gap:24px}.hero h1{font-size:clamp(46px,13vw,66px);line-height:.98}.hero p{font-size:15px;margin-top:18px}.hero__eyebrow{min-height:34px;font-size:10px;letter-spacing:.12em}.hero__actions,.button{width:100%}.hero-slider{min-height:420px;border-radius:28px}.hero-slide__overlay{left:14px;bottom:14px;width:calc(100% - 28px);padding:16px;border-radius:20px}.hero-thumbs{grid-template-columns:1fr 1fr;gap:10px}.hero-thumb{padding:8px;border-radius:18px}.hero-thumb__image{height:68px;border-radius:14px}.section{padding:72px 18px}.section-head,.section-head--split{margin-bottom:34px}.service-grid,.portfolio-grid,.reviews-grid{grid-template-columns:1fr}.filters{width:100%;overflow-x:auto;flex-wrap:nowrap}.filters button{min-width:max-content}.project-card{min-height:auto}.project-card__image{height:230px}.about-card,.contact-form,.calc-box{padding:24px;border-radius:28px}.calc-card h2,.about-card h2{font-size:clamp(42px,12vw,62px)}.calc-note-grid{grid-template-columns:1fr}.calc-note-grid article{min-height:96px}.calc-points{gap:6px}.calc-points span{min-height:34px;font-size:10px}.about-principles{grid-template-columns:1fr}.about-principle{min-height:auto;padding:18px}.about-principle h3{font-size:25px}.about-article p{font-size:14px}.about-visual{min-height:360px}.about-visual:before{top:16px;right:16px;bottom:16px;left:16px}.about-visual-card{left:18px;right:18px;bottom:18px;min-height:78px;padding:18px 20px}.about-visual-card span{font-size:27px}.contact-bottom,.footer{flex-direction:column;align-items:flex-start}.footer{padding-top:26px;padding-bottom:26px}}.tariff-card .tariff-card__footer .tariff-card__toggle,.tariff-card .tariff-card__footer .tariff-card__toggle--light{min-width:188px!important;min-height:56px!important;color:#121211e0!important;background:linear-gradient(180deg,#ffffffbd,#ffffff6b)!important;border:1px solid rgba(23,23,23,.13)!important;box-shadow:0 16px 34px #2a231a0e,inset 0 1px #ffffffb3!important}.tariff-card .tariff-card__footer .tariff-card__toggle:after,.tariff-card .tariff-card__footer .tariff-card__toggle--light:after{content:"→"!important;width:auto!important;height:auto!important;margin-left:12px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#121211e0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;line-height:1!important;letter-spacing:0!important;transform:translateY(-1px)!important;transition:transform .28s ease,color .28s ease!important}.tariff-card .tariff-card__footer .tariff-card__toggle:hover,.tariff-card .tariff-card__footer .tariff-card__toggle--light:hover{color:#121211f5!important;background:linear-gradient(180deg,#ffffffdb,#ffffff8a)!important;border-color:#9b877242!important;box-shadow:0 18px 40px #2a231a13,inset 0 1px #ffffffc7!important}.tariff-card .tariff-card__footer .tariff-card__toggle:hover:after,.tariff-card .tariff-card__footer .tariff-card__toggle--light:hover:after{color:#9b8772fa!important;transform:translate(3px,-1px)!important}.calc-field{z-index:4}@media (max-width: 480px){.calc-select__menu button{align-items:flex-start;flex-direction:column;gap:4px}}.tariff-card{min-height:462px;padding:32px;border-radius:36px;transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease,background .32s ease}.tariff-card:hover{transform:translateY(-3px)}.tariff-card__label{min-height:35px}.tariff-card__main{display:flex;flex-direction:column;min-height:100%}.tariff-card__info{align-items:center}.tariff-card__text{max-width:34ch}.tariff-card__note{margin-top:14px;color:#17171775;font-size:12.5px;line-height:1.5}.tariff-card--light{background:radial-gradient(circle at 88% 18%,rgba(255,255,255,.78),transparent 28%),linear-gradient(180deg,#ffffffa8,#ffffff6b)}.tariff-card--light:before,.tariff-card--dark:before,.tariff-card--accent:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.tariff-card--light:before{background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 42%)}.tariff-card--dark{border-color:#ffffff14;background:radial-gradient(circle at 84% 18%,rgba(255,255,255,.06),transparent 24%),radial-gradient(circle at 62% 10%,rgba(176,145,112,.1),transparent 20%),linear-gradient(180deg,#11110f,#0c0c0b);box-shadow:0 28px 82px #12121133}.tariff-card--accent{border-color:#ffffff14;background:radial-gradient(circle at 85% 18%,rgba(120,97,162,.26),transparent 20%),radial-gradient(circle at 70% 78%,rgba(138,92,78,.18),transparent 24%),linear-gradient(180deg,#161519,#121114);box-shadow:0 28px 82px #12121138}.tariff-card--dark h3,.tariff-card--accent h3,.tariff-card--dark .tariff-card__text,.tariff-card--accent .tariff-card__text,.tariff-card--dark .tariff-card__note,.tariff-card--accent .tariff-card__note{color:#f8f5efeb}.tariff-card--dark .tariff-card__text,.tariff-card--accent .tariff-card__text{color:#f8f5efad}.tariff-card--dark .tariff-card__note,.tariff-card--accent .tariff-card__note{color:#f8f5ef70}.tariff-card--dark .tariff-card__label,.tariff-card--accent .tariff-card__label{background:#ffffff0f;border-color:#ffffff1a;color:#ece2d4d6}.tariff-card--dark .tariff-price,.tariff-card--accent .tariff-price{background:#f8f5eff0;color:#121211f0}.tariff-card--dark .tariff-duration,.tariff-card--accent .tariff-duration{background:#ffffff0f;border-color:#ffffff1a;color:#f8f5efb8}.tariff-card--dark .tariff-duration b,.tariff-card--accent .tariff-duration b{color:#d6c7b0e6}.tariff-card--popular{border-color:#d6c7b042;box-shadow:0 34px 98px #12121129}.tariff-modal__panel{border-radius:38px}.tariff-modal__topline{display:flex;align-items:center;justify-content:space-between;gap:14px}.tariff-modal__label,.tariff-modal__duration{min-height:38px;display:inline-flex;align-items:center;border-radius:999px}.tariff-modal__label{padding:0 14px;border:1px solid rgba(23,23,23,.08);background:#fff9;color:#1717179e;font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.tariff-modal__duration{gap:9px;padding:0 14px;border:1px solid rgba(23,23,23,.08);background:#ffffff70;color:#171717a3;white-space:nowrap}.tariff-modal__duration b{color:#9b8772eb;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.tariff-modal__duration em{font-style:normal;font-size:12px;font-weight:800}.tariff-modal__text{margin-top:18px;max-width:60ch;color:#171717ad;font-size:15px;line-height:1.72}.tariff-modal__note{margin-top:10px;color:#17171775;font-size:12.5px;line-height:1.5}.tariff-modal__panel--light{background:#f6f1ea;border:1px solid rgba(255,255,255,.62)}.tariff-modal__panel--dark{background:radial-gradient(circle at 84% 14%,rgba(255,255,255,.05),transparent 22%),linear-gradient(180deg,#131210,#0d0d0c);border:1px solid rgba(255,255,255,.08)}.tariff-modal__panel--accent{background:radial-gradient(circle at 85% 16%,rgba(120,97,162,.22),transparent 20%),radial-gradient(circle at 66% 78%,rgba(138,92,78,.15),transparent 24%),linear-gradient(180deg,#17151a,#121115);border:1px solid rgba(255,255,255,.08)}.tariff-modal__panel--dark .tariff-modal__gallery img,.tariff-modal__panel--accent .tariff-modal__gallery img{background:#ffffff0d;box-shadow:0 18px 50px #00000047}.tariff-modal__panel--dark .tariff-modal__content h3,.tariff-modal__panel--accent .tariff-modal__content h3,.tariff-modal__panel--dark .tariff-modal__details>span,.tariff-modal__panel--accent .tariff-modal__details>span{color:#f8f5eff0}.tariff-modal__panel--dark .tariff-modal__text,.tariff-modal__panel--accent .tariff-modal__text{color:#f8f5efb3}.tariff-modal__panel--dark .tariff-modal__note,.tariff-modal__panel--accent .tariff-modal__note{color:#f8f5ef70}.tariff-modal__panel--dark .tariff-modal__details,.tariff-modal__panel--accent .tariff-modal__details{border-top-color:#ffffff14}.tariff-modal__panel--dark .tariff-modal__details>span:after,.tariff-modal__panel--accent .tariff-modal__details>span:after{background:linear-gradient(90deg,#d6c7b047,#d6c7b000)}.tariff-modal__panel--dark .tariff-modal__details ul,.tariff-modal__panel--dark .tariff-features,.tariff-modal__panel--accent .tariff-modal__details ul,.tariff-modal__panel--accent .tariff-features{color:#f8f5efbd}.tariff-modal__panel--dark .tariff-modal__details li:before,.tariff-modal__panel--dark .tariff-features li:before,.tariff-modal__panel--accent .tariff-modal__details li:before,.tariff-modal__panel--accent .tariff-features li:before{background:#d6c7b0db;box-shadow:0 0 0 6px #d6c7b014}.tariff-modal__panel--dark .tariff-modal__label,.tariff-modal__panel--accent .tariff-modal__label,.tariff-modal__panel--dark .tariff-modal__duration,.tariff-modal__panel--accent .tariff-modal__duration{border-color:#ffffff1a;background:#ffffff0f;color:#f8f5efbd}.tariff-modal__panel--dark .tariff-modal__duration b,.tariff-modal__panel--accent .tariff-modal__duration b{color:#d6c7b0e6}.tariff-modal__panel--dark .tariff-price,.tariff-modal__panel--accent .tariff-price{background:#f8f5eff0;color:#121211f0}.tariff-modal__panel--dark .tariff-card__toggle,.tariff-modal__panel--accent .tariff-card__toggle{background:#f8f5eff0;color:#121211f0;border-color:#ffffff1f}.tariff-modal__panel--dark .tariff-panorama,.tariff-modal__panel--accent .tariff-panorama{border-color:#ffffff1f;color:#f8f5efeb}.tariff-modal__panel--dark .tariff-panorama:hover,.tariff-modal__panel--accent .tariff-panorama:hover,.tariff-modal__panel--dark .tariff-card__toggle:hover,.tariff-modal__panel--accent .tariff-card__toggle:hover{transform:translateY(-2px)}.tariff-card--light .tariff-card__footer .tariff-card__toggle,.tariff-card--light .tariff-card__footer .tariff-card__toggle--light{min-width:188px!important;min-height:56px!important;color:#121211e0!important;background:linear-gradient(180deg,#ffffffbd,#ffffff6b)!important;border:1px solid rgba(23,23,23,.13)!important;box-shadow:0 16px 34px #2a231a0e,inset 0 1px #ffffffb3!important}.tariff-card--light .tariff-card__footer .tariff-card__toggle:after,.tariff-card--light .tariff-card__footer .tariff-card__toggle--light:after{content:"→"!important;width:auto!important;height:auto!important;margin-left:12px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#121211e0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;line-height:1!important;letter-spacing:0!important;transform:translateY(-1px)!important}.tariff-card--dark .tariff-card__footer .tariff-card__toggle,.tariff-card--dark .tariff-card__footer .tariff-card__toggle--light,.tariff-card--accent .tariff-card__footer .tariff-card__toggle,.tariff-card--accent .tariff-card__footer .tariff-card__toggle--light{min-width:188px!important;min-height:56px!important;color:#f8f5efeb!important;background:transparent!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important}.tariff-card--dark .tariff-card__footer .tariff-card__toggle:after,.tariff-card--dark .tariff-card__footer .tariff-card__toggle--light:after,.tariff-card--accent .tariff-card__footer .tariff-card__toggle:after,.tariff-card--accent .tariff-card__footer .tariff-card__toggle--light:after{content:"→"!important;width:auto!important;height:auto!important;margin-left:12px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#f8f5efe6!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;line-height:1!important;letter-spacing:0!important;transform:translateY(-1px)!important}.tariff-card--dark .tariff-card__footer .tariff-card__toggle:hover,.tariff-card--dark .tariff-card__footer .tariff-card__toggle--light:hover,.tariff-card--accent .tariff-card__footer .tariff-card__toggle:hover,.tariff-card--accent .tariff-card__footer .tariff-card__toggle--light:hover{background:#ffffff0f!important;border-color:#ffffff38!important}.tariff-card--dark .tariff-card__footer .tariff-card__toggle:hover:after,.tariff-card--dark .tariff-card__footer .tariff-card__toggle--light:hover:after,.tariff-card--accent .tariff-card__footer .tariff-card__toggle:hover:after,.tariff-card--accent .tariff-card__footer .tariff-card__toggle--light:hover:after,.tariff-card--light .tariff-card__footer .tariff-card__toggle:hover:after,.tariff-card--light .tariff-card__footer .tariff-card__toggle--light:hover:after{transform:translate(3px,-1px)!important}@media (max-width: 720px){.tariff-card{min-height:432px;padding:24px}.tariff-card__note,.tariff-modal__note{font-size:12px}.tariff-modal__topline{flex-wrap:wrap}.tariff-modal__text{font-size:14px;line-height:1.68}}.tariff-card__main{min-height:0!important;flex:0 1 auto!important}.tariff-card__footer{margin-top:auto!important;padding-top:26px!important;flex:0 0 auto!important;display:flex!important;justify-content:flex-start!important;visibility:visible!important;opacity:1!important}.tariff-card .tariff-card__footer .tariff-card__toggle,.tariff-card .tariff-card__footer .tariff-card__toggle--light{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;position:relative!important;z-index:5!important}.tariff-card--dark .tariff-card__footer .tariff-card__toggle,.tariff-card--dark .tariff-card__footer .tariff-card__toggle--light,.tariff-card--accent .tariff-card__footer .tariff-card__toggle,.tariff-card--accent .tariff-card__footer .tariff-card__toggle--light{background:#ffffff0f!important;color:#f8f5eff0!important;border-color:#ffffff29!important}.tariff-card--dark .tariff-card__footer .tariff-card__toggle:hover,.tariff-card--dark .tariff-card__footer .tariff-card__toggle--light:hover,.tariff-card--accent .tariff-card__footer .tariff-card__toggle:hover,.tariff-card--accent .tariff-card__footer .tariff-card__toggle--light:hover{background:#ffffff1a!important;border-color:#ffffff3d!important;box-shadow:0 18px 38px #0000002e!important}@media (max-width: 720px){.tariff-card__footer{padding-top:24px!important}.tariff-card .tariff-card__footer .tariff-card__toggle,.tariff-card .tariff-card__footer .tariff-card__toggle--light{width:100%!important}}.tariff-modal__head{grid-template-columns:1fr!important}.tariff-modal__content{align-content:start}.tariff-modal__text{margin-top:20px}.tariff-modal__gallery{padding:16px 16px 0!important;display:grid!important;place-items:center!important;overflow:hidden!important}.tariff-modal__gallery img{width:100%!important;height:clamp(340px,42vh,460px)!important;object-fit:contain!important;object-position:center!important;border-radius:32px!important;background:#eee7dd!important;box-shadow:0 20px 54px #2a231a17,inset 0 1px #ffffff5c!important}.tariff-modal__panel--dark .tariff-modal__gallery img,.tariff-modal__panel--accent .tariff-modal__gallery img{background:#ffffff0e!important;box-shadow:0 20px 58px #0000004d,inset 0 1px #ffffff0d!important}.tariff-modal__panel--light .tariff-modal__gallery img{background:radial-gradient(circle at 82% 14%,rgba(255,255,255,.64),transparent 28%),#eee7dd!important}@media (max-width: 720px){.tariff-modal__gallery{padding:14px 14px 0!important}.tariff-modal__gallery img{height:clamp(240px,34vh,330px)!important;border-radius:22px!important}}.reviews__top{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.reviews__top .reviews__head{margin-bottom:0}.reviews__avito{min-height:54px;padding:0 22px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:#ffffff0f;color:#f8f5efeb;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1;font-weight:900;letter-spacing:.14em;text-transform:uppercase;transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}.reviews__avito:hover{transform:translateY(-2px);border-color:#d6c7b052;background:#ffffff1a;box-shadow:0 18px 44px #00000029}.reviews-grid{gap:16px}.reviews-grid blockquote{display:block}.review-card{position:relative;min-height:262px;margin:0;padding:26px;border-radius:30px;background:#ffffff0a;border:1px solid rgba(255,255,255,.085);box-shadow:inset 0 1px #ffffff0b,0 20px 54px #0000001a;display:flex;flex-direction:column;overflow:hidden}.review-card:before{content:"“";position:absolute;right:22px;top:4px;color:#b0917033;font-family:Forum,serif;font-size:82px;line-height:1;pointer-events:none}.review-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 90% 12%,rgba(255,255,255,.045),transparent 26%);pointer-events:none}.review-card__top,.review-card__rating,.review-card blockquote,.review-card__bottom{position:relative;z-index:1}.review-card__top{display:flex;align-items:center;gap:14px}.review-card__avatar{width:48px;height:48px;flex:0 0 auto;border-radius:50%;background:#f8f5eff0;color:#121211f0;display:grid;place-items:center;font-family:Forum,serif;font-size:26px;line-height:1;box-shadow:0 14px 34px #0000002e}.review-card h3{color:#f8f5eff0;font-size:15px;line-height:1.15;font-weight:850}.review-card__top p{margin-top:5px;color:#f8f5ef7a;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.review-card__rating{margin-top:20px;display:flex;gap:3px;color:#ffffff2e;font-size:17px;line-height:1;letter-spacing:.02em}.review-card__rating span.is-active{color:#d6c7b0f5}.review-card blockquote{margin:18px 0 0;color:#f8f5efb3;font-size:14px;line-height:1.68}.review-card__bottom{margin-top:auto;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid rgba(255,255,255,.075)}.review-card__bottom span{min-height:30px;padding:0 12px;border-radius:999px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);color:#f8f5efdb;display:inline-flex;align-items:center;font-size:10px;line-height:1;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.review-card__bottom em{color:#f8f5ef6b;font-size:10px;line-height:1.2;font-style:normal;font-weight:850;letter-spacing:.12em;text-transform:uppercase;text-align:right}@media (max-width: 720px){.reviews__top{align-items:flex-start;flex-direction:column}.reviews__avito{width:100%}.review-card{min-height:auto;padding:22px;border-radius:26px}.review-card__bottom{align-items:flex-start;flex-direction:column}.review-card__bottom em{text-align:left}}.reviews-carousel{position:relative;z-index:1;overflow:hidden;border-radius:34px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;box-shadow:inset 0 1px #ffffff0b,0 24px 68px #0000001f}.reviews-carousel:before{content:"";position:absolute;right:-90px;top:-120px;width:280px;height:280px;border-radius:50%;border:1px solid rgba(255,255,255,.055);pointer-events:none}.reviews-carousel__bar{position:relative;z-index:2;min-height:76px;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.075);display:flex;align-items:center;justify-content:space-between;gap:18px}.reviews-carousel__bar>span{color:#f8f5efe0;font-size:11px;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.reviews-carousel__controls{display:inline-flex;align-items:center;gap:10px}.reviews-carousel__controls button{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#f8f5efeb;display:grid;place-items:center;font-size:18px;line-height:1;transition:transform .28s ease,background .28s ease,border-color .28s ease}.reviews-carousel__controls button:hover{transform:translateY(-2px);background:#ffffff1a;border-color:#d6c7b047}.reviews-carousel__controls em{min-width:46px;color:#f8f5ef85;font-size:11px;line-height:1;font-style:normal;font-weight:850;letter-spacing:.12em;text-align:center}.reviews-carousel__page{position:relative;z-index:1;display:grid;animation:reviewsSlideIn .42s cubic-bezier(.22,.61,.36,1) both}.review-row{position:relative;min-height:172px;padding:26px 28px;display:grid;grid-template-columns:minmax(210px,.42fr) minmax(0,1fr);gap:28px;align-items:start}.review-row+.review-row{border-top:1px solid rgba(255,255,255,.075)}.review-row__meta{display:flex;align-items:center;gap:14px}.review-row__avatar{width:50px;height:50px;flex:0 0 auto;border-radius:50%;background:#f8f5eff0;color:#121211f0;display:grid;place-items:center;font-family:Forum,serif;font-size:26px;line-height:1;box-shadow:0 14px 34px #0000002e}.review-row h3{color:#f8f5eff5;font-size:16px;line-height:1.15;font-weight:850}.review-row__meta p{margin-top:6px;color:#f8f5ef7a;font-size:12px;line-height:1.3;font-weight:750}.review-row__rating{display:flex;align-items:center;flex-wrap:wrap;gap:4px 5px;color:#ffffff2e;font-size:17px;line-height:1}.review-row__rating span.is-active{color:#d6c7b0f5}.review-row__rating em{margin-left:6px;color:#f8f5ef7a;font-size:12px;line-height:1.4;font-style:normal;font-weight:750}.review-row blockquote{margin:14px 0 0;color:#f8f5efc2;font-size:15px;line-height:1.72}@keyframes reviewsSlideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@media (max-width: 900px){.review-row{grid-template-columns:1fr;gap:16px}}@media (max-width: 720px){.reviews-carousel{border-radius:28px}.reviews-carousel__bar{align-items:flex-start;flex-direction:column;padding:20px}.reviews-carousel__controls{width:100%;justify-content:space-between}.review-row{min-height:auto;padding:22px 20px}.review-row blockquote{font-size:14px}.review-row__rating em{width:100%;margin-left:0;margin-top:4px}}.why-layout{grid-template-columns:minmax(340px,520px) minmax(0,1fr);gap:clamp(42px,5vw,72px)}.why-media{width:min(100%,520px);aspect-ratio:1.08 / 1;border-radius:34px}.why-certificate{position:relative;z-index:2;width:min(100%,520px);margin-top:16px;padding:14px;border-radius:30px;background:#ffffff8c;border:1px solid rgba(23,23,23,.075);box-shadow:0 20px 54px #2a231a13,inset 0 1px #ffffff9e;display:grid;grid-template-columns:minmax(150px,.78fr) minmax(0,1fr);gap:16px;align-items:stretch;overflow:hidden}.why-certificate:after{content:"";position:absolute;right:-72px;bottom:-92px;width:190px;height:190px;border-radius:50%;border:1px solid rgba(155,135,114,.1);pointer-events:none}.why-certificate__image{position:relative;z-index:1;min-height:136px;border-radius:22px;background:linear-gradient(180deg,#0f0f0d0a,#0f0f0d1f),url(/certificate.png) center / cover no-repeat;box-shadow:inset 0 1px #ffffff42}.why-certificate__text{position:relative;z-index:1;align-self:center;padding-right:8px}.why-certificate__text span{min-height:32px;width:fit-content;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;background:#f8f5efdb;border:1px solid rgba(23,23,23,.08);color:#9b8772f5;font-size:10px;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.why-certificate__text p{margin-top:13px;color:#1717179e;font-size:13px;line-height:1.62;font-weight:650}.why-copy{margin-top:20px;max-width:760px}.why-copy__head{position:relative;z-index:1;margin-bottom:22px}.why-copy__head h2{max-width:720px;font-family:Forum,serif;color:#121211f5;font-size:clamp(46px,4.9vw,72px);line-height:.94;letter-spacing:-.02em;font-weight:400;text-rendering:geometricPrecision}.why-copy__head p{margin-top:20px;max-width:620px;color:#1717179e;font-size:15px;line-height:1.78}.why-benefits{min-height:480px;padding-top:0;padding-bottom:0}.why-item{min-height:96px}.why-item p{max-width:540px}@media (max-width: 1120px){.why-layout{grid-template-columns:1fr}.why-visual,.why-media,.why-certificate{width:100%}.why-media{aspect-ratio:16 / 10}.why-copy{margin-top:0;max-width:100%}}@media (max-width: 720px){.why-certificate{grid-template-columns:1fr;padding:12px;border-radius:26px}.why-certificate__image{min-height:210px;border-radius:20px}.why-copy__head h2{font-size:clamp(42px,12vw,60px)}.why-benefits{min-height:auto;grid-template-rows:none}.why-item{min-height:auto;grid-template-columns:52px minmax(0,1fr) 16px;gap:14px;padding:20px 8px 20px 0}.why-item__number{width:42px;height:42px;font-size:23px}}.why-layout{align-items:stretch}.why-visual{display:flex;flex-direction:column;align-self:stretch;min-height:100%}.why-copy{display:flex;flex-direction:column;align-self:stretch}.why-copy__head{margin-bottom:26px}.why-benefits{flex:1 1 auto;min-height:0;padding-bottom:14px}.why-item:last-child{padding-bottom:18px}.why-certificate{width:min(100%,560px);margin-top:auto;padding:18px;border-radius:34px;background:#ffffffb8;border:1px solid rgba(23,23,23,.09);box-shadow:0 28px 72px #2a231a1a,inset 0 1px #ffffffbf;grid-template-columns:minmax(192px,.9fr) minmax(0,1fr);gap:20px}.why-certificate:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 86% 18%,rgba(255,255,255,.42),transparent 28%);pointer-events:none}.why-certificate__image{min-height:176px;border-radius:26px;background:linear-gradient(180deg,#0f0f0d05,#0f0f0d1a),url(/certificate.png) center / cover no-repeat;box-shadow:inset 0 1px #ffffff57,0 16px 34px #2a231a14}.why-certificate__text{align-self:center;padding-right:10px}.why-certificate__text span{min-height:34px;padding:0 14px;font-size:10.5px;letter-spacing:.19em}.why-certificate__text p{margin-top:15px;max-width:28ch;font-size:13.5px;line-height:1.68}@media (max-width: 1120px){.why-visual,.why-copy{min-height:auto}.why-certificate{width:100%;margin-top:18px}.why-benefits{padding-bottom:0}.why-item:last-child{padding-bottom:0}}@media (max-width: 720px){.why-certificate{grid-template-columns:1fr;padding:14px;gap:14px;border-radius:28px}.why-certificate__image{min-height:228px;border-radius:22px}.why-copy__head{margin-bottom:22px}.why-benefits{padding-bottom:6px}}.why-layout{grid-template-columns:minmax(420px,600px) minmax(0,1fr);gap:clamp(36px,4.4vw,64px)}.why-visual{justify-content:space-between}.why-media{width:min(100%,600px);aspect-ratio:.95 / 1;border-radius:38px;box-shadow:0 30px 82px #2a231a1a;overflow:hidden}.why-media__photo{background-position:center top}.why-certificate-wrap{position:relative;width:min(100%,600px);margin-top:18px;padding-top:18px}.why-certificate__badge{position:absolute;left:18px;top:0;z-index:4;min-height:34px;padding:0 14px;border-radius:999px;background:#f8f5eff5;border:1px solid rgba(23,23,23,.1);color:#9b8772f5;display:inline-flex;align-items:center;box-shadow:0 12px 28px #2a231a14;font-size:10.5px;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.why-certificate{width:100%;margin-top:0;padding:22px;border-radius:36px;grid-template-columns:minmax(240px,1.08fr) minmax(0,.72fr);gap:20px}.why-certificate__image{min-height:228px;border-radius:28px;background:linear-gradient(180deg,#0f0f0d04,#0f0f0d14),url(/certificate.png) center / cover no-repeat}.why-certificate__text{display:flex;align-items:flex-end;padding-right:6px}.why-certificate__text p{margin-top:0;max-width:23ch;color:#17171799}.why-copy__head h2{max-width:680px;font-size:clamp(42px,4.3vw,66px)}.why-copy__head p{max-width:560px}.why-benefits{padding-bottom:20px}.why-item:last-child{padding-bottom:24px}@media (max-width: 1120px){.why-layout{grid-template-columns:1fr}.why-media,.why-certificate-wrap{width:100%}.why-media{aspect-ratio:16 / 10}.why-certificate{grid-template-columns:minmax(220px,1fr) minmax(0,.78fr)}}@media (max-width: 720px){.why-media{aspect-ratio:1 / 1.08;border-radius:30px}.why-certificate-wrap{margin-top:16px;padding-top:16px}.why-certificate__badge{left:14px}.why-certificate{grid-template-columns:1fr;padding:16px;gap:14px;border-radius:28px}.why-certificate__image{min-height:248px;border-radius:22px}.why-certificate__text{align-items:flex-start}}.why-layout{display:grid;grid-template-columns:1fr;gap:24px}.why-main{display:grid;grid-template-columns:minmax(420px,600px) minmax(0,1fr);gap:clamp(36px,4.4vw,64px);align-items:stretch}.why-visual,.why-copy{min-height:100%}.why-visual{display:flex;flex-direction:column}.why-copy{display:flex;flex-direction:column;justify-content:space-between;margin-top:0;max-width:none}.why-copy__head{margin-bottom:24px}.why-copy__head h2{max-width:520px;font-size:clamp(54px,5vw,82px);line-height:.92}.why-copy__head p{display:none!important}.why-media{width:100%;aspect-ratio:1 / 1.02;margin-top:auto}.why-benefits{flex:1 1 auto;min-height:0;padding-bottom:6px}.why-item:last-child{padding-bottom:10px}.why-certificate-wrap{position:relative;width:100%;margin-top:6px;padding-top:18px}.why-certificate__badge{left:20px}.why-certificate{width:100%;min-height:280px;padding:20px;border-radius:36px;display:block;background:#ffffffc2;border:1px solid rgba(23,23,23,.09);box-shadow:0 28px 72px #2a231a1a,inset 0 1px #ffffffc7}.why-certificate__image{width:100%;min-height:240px;border-radius:28px;background:linear-gradient(180deg,#0f0f0d04,#0f0f0d14),url(/certificate.png) center / contain no-repeat,#f4efe7eb}.why-certificate__text{display:none!important}@media (max-width: 1120px){.why-main{grid-template-columns:1fr}.why-copy__head h2{max-width:100%}.why-media{aspect-ratio:16 / 10}}@media (max-width: 720px){.why-layout{gap:18px}.why-main{grid-template-columns:1fr;gap:26px}.why-copy__head{margin-bottom:20px}.why-copy__head h2{font-size:clamp(42px,12vw,64px)}.why-media{aspect-ratio:1 / 1.08;border-radius:30px}.why-certificate-wrap{padding-top:16px}.why-certificate__badge{left:14px}.why-certificate{min-height:220px;padding:14px;border-radius:28px}.why-certificate__image{min-height:188px;border-radius:22px}}.why-main{grid-template-columns:minmax(340px,500px) minmax(0,1fr);gap:clamp(34px,4vw,58px)}.why-copy__head h2{max-width:none;font-size:clamp(44px,4.1vw,62px);line-height:.96;white-space:nowrap}.why-media{width:100%;max-width:500px;aspect-ratio:1 / .92;border-radius:34px}.why-certificate-wrap{margin-top:2px;padding-top:0}.why-certificate__badge{position:static;margin:0 0 12px 18px;vertical-align:top}.why-certificate{min-height:338px;padding:20px;border-radius:38px;display:grid;grid-template-columns:minmax(300px,1.15fr) minmax(0,.85fr);gap:24px;align-items:stretch}.why-certificate__image{min-height:296px;border-radius:30px;background:linear-gradient(180deg,#0f0f0d04,#0f0f0d14),url(/certificate.png) center / contain no-repeat,#f4efe7eb}.why-certificate__text{display:flex!important;flex-direction:column;justify-content:center;align-items:flex-start;padding:8px 8px 8px 0}.why-certificate__text h3{color:#121211f5;font-family:Forum,serif;font-size:clamp(28px,2.4vw,38px);line-height:.98;font-weight:400}.why-certificate__text p{margin-top:14px;max-width:28ch;color:#1717179e;font-size:15px;line-height:1.7}@media (max-width: 1120px){.why-main{grid-template-columns:1fr}.why-copy__head h2{white-space:normal}.why-media{max-width:none;aspect-ratio:16 / 10}.why-certificate{grid-template-columns:minmax(260px,1fr) minmax(0,.92fr)}}@media (max-width: 720px){.why-copy__head h2{font-size:clamp(40px,10vw,58px);white-space:normal}.why-media{aspect-ratio:1 / 1.02;border-radius:30px}.why-certificate__badge{margin:0 0 10px 14px}.why-certificate{min-height:auto;padding:14px;border-radius:28px;grid-template-columns:1fr;gap:14px}.why-certificate__image{min-height:236px;border-radius:22px}.why-certificate__text{padding:2px 2px 6px}.why-certificate__text h3{font-size:30px}.why-certificate__text p{max-width:none;font-size:14px;line-height:1.65}}.why-certificate{grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:30px}.why-certificate__image{width:100%;min-height:300px;max-width:280px;aspect-ratio:4 / 5;justify-self:start;align-self:center;border-radius:28px;background:linear-gradient(180deg,#0f0f0d04,#0f0f0d14),url(/certificate.png) center / cover no-repeat,#f4efe7eb;box-shadow:inset 0 1px #ffffff5c,0 16px 34px #2a231a14}.why-certificate__text{padding:10px 14px 10px 0}.why-certificate__text h3{max-width:10ch;font-size:clamp(30px,2.6vw,42px);line-height:.96}.why-certificate__text p{margin-top:16px;max-width:36ch;font-size:15.5px;line-height:1.78}@media (max-width: 1120px){.why-certificate{grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:22px}.why-certificate__image{max-width:260px;min-height:280px}.why-certificate__text p{max-width:none}}@media (max-width: 720px){.why-certificate{grid-template-columns:1fr;gap:16px}.why-certificate__image{max-width:100%;min-height:250px;aspect-ratio:4 / 5;justify-self:stretch;border-radius:22px}.why-certificate__text{padding:2px 2px 6px}.why-certificate__text h3{max-width:none;font-size:30px}.why-certificate__text p{font-size:14px;line-height:1.7}}.why-layout{grid-template-columns:1fr;gap:0}.why-main{grid-template-columns:minmax(340px,500px) minmax(0,1fr);gap:clamp(34px,4vw,58px);align-items:stretch}.why-visual,.why-copy{min-height:auto}.why-media{max-width:500px}.process{position:relative;overflow:hidden;background:radial-gradient(circle at 16% 12%,rgba(255,255,255,.66),transparent 24%),radial-gradient(circle at 84% 18%,rgba(155,135,114,.12),transparent 28%),linear-gradient(180deg,var(--bg) 0%,var(--paper) 100%)}.process:before{content:"";position:absolute;right:-150px;top:130px;width:460px;height:460px;border-radius:50%;border:1px solid rgba(155,135,114,.13);pointer-events:none}.process__head{position:relative;z-index:1;max-width:none;margin-bottom:56px}.process__head h2{margin-top:24px;font-size:clamp(56px,7vw,112px);line-height:.88}.process-road{position:relative;z-index:1;max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 clamp(64px,7vw,110px)}.process-road:before{content:"";position:absolute;left:50%;top:44px;bottom:44px;width:1px;transform:translate(-50%);background:linear-gradient(180deg,#9b877200,#9b877257 10%,#9b877257 90%,#9b877200)}.process-road__item{position:relative;min-height:132px;padding:26px 0;display:grid;grid-template-columns:56px minmax(0,1fr);gap:20px;align-items:start}.process-road__item.is-left{grid-column:1;padding-right:20px}.process-road__item.is-right{grid-column:2;padding-left:20px;margin-top:70px}.process-road__item:before{content:"";position:absolute;top:50px;width:calc(clamp(64px,7vw,110px)/2 + 20px);height:1px;background:#9b877247}.process-road__item.is-left:before{right:calc(clamp(64px,7vw,110px)/-2 - 20px)}.process-road__item.is-right:before{left:calc(clamp(64px,7vw,110px)/-2 - 20px)}.process-road__item:after{content:"";position:absolute;top:45px;width:10px;height:10px;border-radius:50%;background:#9b8772eb;box-shadow:0 0 0 8px #9b877214}.process-road__item.is-left:after{right:calc(clamp(64px,7vw,110px)/-2 - 25px)}.process-road__item.is-right:after{left:calc(clamp(64px,7vw,110px)/-2 - 25px)}.process-road__number{width:48px;height:48px;border-radius:50%;background:#ffffffa3;border:1px solid rgba(23,23,23,.08);color:#9b8772f0;display:inline-flex;align-items:center;justify-content:center;font-family:Forum,serif;font-size:25px;line-height:1;letter-spacing:-.04em;box-shadow:0 12px 34px #2a231a0b}.process-road__content{padding-top:3px}.process-road__content h3{color:#121211f2;font-size:clamp(22px,1.8vw,30px);line-height:1.05;letter-spacing:-.03em;font-weight:850}.process-road__content p{margin-top:10px;max-width:36ch;color:#1717179e;font-size:14px;line-height:1.62}@media (max-width: 1120px){.why-main{grid-template-columns:1fr}.why-media{max-width:none}.process-road{grid-template-columns:1fr;max-width:760px;margin:0;padding-left:34px}.process-road:before{left:5px;top:34px;bottom:34px;transform:none}.process-road__item,.process-road__item.is-left,.process-road__item.is-right{grid-column:1;margin-top:0;padding:20px 0 20px 24px}.process-road__item:before{left:-29px!important;right:auto!important;top:43px;width:28px}.process-road__item:after{left:-34px!important;right:auto!important;top:38px}}@media (max-width: 720px){.process__head{margin-bottom:34px}.process__head h2{font-size:clamp(48px,15vw,72px)}.process-road{padding-left:26px}.process-road__item,.process-road__item.is-left,.process-road__item.is-right{grid-template-columns:46px minmax(0,1fr);gap:14px;padding-left:18px}.process-road__number{width:42px;height:42px;font-size:23px}.process-road__content h3{font-size:22px}.process-road__content p{font-size:13.5px}}.process{position:relative!important;overflow:visible!important;padding-top:110px!important;padding-bottom:110px!important;background:var(--bg)!important}.process:before,.process:after{content:none!important}.process .section-head,.process>.section-head{position:relative!important;z-index:1!important;max-width:760px!important;margin-bottom:0!important}.process .section-head h2,.process>.section-head h2{margin-top:18px!important;font-size:clamp(44px,5.8vw,86px)!important;line-height:.94!important;letter-spacing:-.04em!important;font-weight:400!important}.process .section-head p,.process>.section-head p{display:block!important;margin-top:18px!important;max-width:620px!important;color:var(--muted)!important;font-size:15px!important;line-height:1.75!important}.process-line{position:relative!important;z-index:1!important;margin-top:64px!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:18px!important;max-width:none!important;padding:0!important;overflow:visible!important}.process-line:before{content:""!important;position:absolute!important;top:44px!important;left:0!important;right:0!important;height:1px!important;background:#17171729!important;display:block!important}.process-line:after{content:none!important}.process-step{position:relative!important;padding:80px 0 0!important;min-height:0!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:block!important;overflow:visible!important}.process-step:before,.process-step:after{content:none!important}.process-step span{position:absolute!important;top:13px!important;left:0!important;width:62px!important;height:62px!important;border-radius:50%!important;border:1px solid rgba(23,23,23,.14)!important;background:var(--bg)!important;display:grid!important;place-items:center!important;color:var(--accent)!important;font-family:inherit!important;font-size:12px!important;line-height:1!important;font-weight:800!important;letter-spacing:.08em!important}.process-step h3{position:relative!important;z-index:1!important;margin:0!important;color:var(--text)!important;font-family:inherit!important;font-size:20px!important;line-height:1.18!important;letter-spacing:-.02em!important;font-weight:800!important}.process-step p{position:relative!important;z-index:1!important;display:block!important;margin-top:16px!important;color:var(--muted)!important;line-height:1.72!important;font-size:14px!important}.process-showcase,.process-main,.process-board,.process-steps,.process-steps__col,.process-item,.process-side,.process-side__card,.process-side__image,.process-side__content,.process-side__label,.process-card,.process-road,.process-road__track,.process-snake,.process-certificate,.process-certificate__card,.process-certificate__image,.process-certificate__content{display:none!important}@media (max-width: 1120px){.process-line{grid-template-columns:1fr!important;gap:0!important;margin-top:40px!important}.process-line:before{display:none!important}.process-step{padding-top:0!important;padding-left:84px!important;min-height:90px!important;padding-bottom:24px!important}.process-step span{top:0!important}}@media (max-width: 720px){.process{padding-top:76px!important;padding-bottom:76px!important}.process .section-head h2,.process>.section-head h2{font-size:clamp(40px,11vw,58px)!important}.process .section-head p,.process>.section-head p{font-size:14px!important;line-height:1.65!important}.process-line{margin-top:32px!important}.process-step{padding-left:74px!important;padding-bottom:24px!important}.process-step span{width:54px!important;height:54px!important}.process-step h3{font-size:20px!important}.process-step p{margin-top:10px!important;font-size:13.5px!important}}.faq{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.72),transparent 24%),radial-gradient(circle at 84% 20%,rgba(155,135,114,.12),transparent 28%),linear-gradient(180deg,var(--paper) 0%,var(--bg) 100%);color:var(--text)}.faq:before{content:"";position:absolute;left:-130px;top:96px;width:340px;height:340px;border-radius:50%;border:1px solid rgba(155,135,114,.12);pointer-events:none}.faq>*{position:relative;z-index:1}.faq-list{display:grid;gap:10px}.faq-item{width:100%;text-align:left;border:1px solid rgba(23,23,23,.08);border-radius:26px;background:#ffffffad;color:var(--text);padding:0;overflow:hidden;min-height:0;display:block;letter-spacing:0;text-transform:none;box-shadow:0 18px 46px #2a231a0e;transition:background .32s ease,border-color .32s ease,box-shadow .32s ease,transform .32s ease}.faq-item:hover{transform:translateY(-1px);border-color:#9b877233;background:#ffffffd1;box-shadow:0 24px 58px #2a231a14}.faq-item.is-open{background:#ffffffe0;border-color:#9b87723d}.faq-item__head{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px}.faq-item b{max-width:920px;color:#121211eb;font-size:18px;line-height:1.35;font-weight:800}.faq-item i{position:relative;flex:0 0 auto;width:34px;height:34px;border-radius:50%;border:1px solid rgba(23,23,23,.1);background:#f8f5efd1;transition:transform .32s ease,background .32s ease,border-color .32s ease}.faq-item i:before,.faq-item i:after{content:"";position:absolute;left:50%;top:50%;width:13px;height:1.5px;border-radius:999px;background:#171717b8;transform:translate(-50%,-50%);transition:transform .32s ease,opacity .32s ease}.faq-item i:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item.is-open i{transform:rotate(180deg);border-color:#9b87724d;background:#9b87721f}.faq-item.is-open i:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(.2)}.faq-item__body{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-6px);transition:grid-template-rows .42s ease,opacity .32s ease,transform .42s ease}.faq-item.is-open .faq-item__body{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.faq-item__body p{min-height:0;overflow:hidden;padding:0 24px;color:#17171794;font-size:15px;line-height:1.78;transition:padding .42s ease}.faq-item.is-open .faq-item__body p{padding:0 24px 24px}.contacts{position:relative;overflow:hidden;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.06),transparent 24%),radial-gradient(circle at 86% 22%,rgba(176,145,112,.14),transparent 28%),linear-gradient(180deg,#0e0e0c,#151513);color:#f8f5efeb}.contacts:before{content:"";position:absolute;left:-130px;bottom:70px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.07);pointer-events:none}.contact-card{position:relative;z-index:1;display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(28px,4vw,58px);padding:clamp(28px,4vw,58px);border-radius:38px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:0 30px 90px #0000002e,inset 0 1px #ffffff0b;overflow:hidden}.contact-card:after{content:"";position:absolute;right:-120px;top:-120px;width:300px;height:300px;border-radius:50%;border:1px solid rgba(255,255,255,.055);pointer-events:none}.contact-copy{position:relative;z-index:1;align-self:center}.contact-copy h2{margin-top:26px;color:#f8f5eff5;font-family:Forum,serif;font-size:clamp(52px,5vw,88px);line-height:.9;letter-spacing:-.03em;font-weight:400}.contact-copy h2 span{display:block}.contact-copy p{margin-top:24px;max-width:520px;color:#f8f5ef9e;font-size:15px;line-height:1.78}.contact-points{margin-top:26px;display:flex;flex-wrap:wrap;gap:8px}.contact-points span{min-height:38px;padding:0 13px;border-radius:999px;background:#ffffff12;border:1px solid rgba(255,255,255,.095);color:#f8f5efbd;display:inline-flex;align-items:center;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.contact-status{margin-top:28px;display:flex;align-items:center;gap:10px;color:#f8f5ef8f;font-size:13px;line-height:1.55}.contact-status i{width:9px;height:9px;border-radius:50%;background:#8acb88;box-shadow:0 0 0 6px #8acb881a;flex:0 0 auto}.contact-form{position:relative;z-index:1;display:grid;gap:12px;padding:18px;border-radius:30px;background:#fff1;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0d}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:#ffffff13;color:#f8f5eff0;font:inherit;outline:none;transition:border-color .28s ease,background .28s ease,box-shadow .28s ease}.contact-form input{min-height:58px;padding:0 18px}.contact-form textarea{resize:vertical;min-height:126px;padding:18px}.contact-form input:focus,.contact-form textarea:focus{border-color:#d6c7b05c;background:#ffffff1a;box-shadow:0 0 0 4px #d6c7b00f}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#f8f5ef6b}.contact-form button{min-height:60px;border:none;border-radius:20px;background:#f8f5eff0;color:#121211f0;font-size:11px;font-weight:950;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:transform .28s ease,box-shadow .28s ease,background .28s ease}.contact-form button:after{content:" →";letter-spacing:0}.contact-form button:hover{transform:translateY(-2px);background:#fff;box-shadow:0 18px 38px #0000002e}.contact-bottom{position:relative;z-index:1;margin-top:18px;display:flex;flex-wrap:wrap;gap:10px}.contact-bottom a{min-height:42px;padding:0 15px;border-radius:999px;background:#ffffff0e;border:1px solid rgba(255,255,255,.09);color:#f8f5efc2;display:inline-flex;align-items:center;font-size:12px;line-height:1;transition:transform .28s ease,background .28s ease,color .28s ease}.contact-bottom a:hover{transform:translateY(-1px);background:#ffffff18;color:#f8f5eff5}.footer{position:relative;min-height:360px;padding:72px max(var(--side),calc((100vw - var(--container)) / 2));background:#0e0e0c;color:#f8f5efc2;display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:center;overflow:hidden}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.035),transparent 38%),radial-gradient(circle at 84% 30%,rgba(255,255,255,.045),transparent 28%);pointer-events:none}.footer:after{content:"";position:absolute;left:0;top:0;right:0;height:1px;background:#ffffff14}.footer__brand,.footer__nav,.footer__top{position:relative;z-index:1}.footer__brand{display:flex;align-items:center;gap:16px;min-width:0}.footer__brand span{width:62px;height:62px;border-radius:50%;background:#f8f5eff0;color:#121211f0;display:grid;place-items:center;font-size:24px;line-height:1;font-family:Forum,serif;box-shadow:0 18px 38px #0000002e;flex:0 0 auto}.footer__brand p{max-width:360px;color:#f8f5ef8f;font-size:13px;line-height:1.55}.footer__nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.footer__nav a,.footer__top{min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:#ffffff0a;color:#f8f5efb8;display:inline-flex;align-items:center;justify-content:center;font-size:10.5px;line-height:1;font-weight:900;letter-spacing:.12em;text-transform:uppercase;transition:transform .28s ease,border-color .28s ease,background .28s ease,color .28s ease}.footer__nav a:hover,.footer__top:hover{transform:translateY(-1px);border-color:#d6c7b03d;background:#ffffff14;color:#f8f5eff0}@media (max-width: 1120px){.contact-card{grid-template-columns:1fr}}@media (max-width: 720px){.contact-card,.contact-form{padding:24px;border-radius:28px}.contact-bottom{flex-direction:column;align-items:flex-start}.contact-copy h2{font-size:clamp(42px,12vw,62px)}.footer{min-height:310px;grid-template-columns:1fr;align-items:flex-start;gap:22px;padding-top:63px;padding-bottom:63px}.footer__brand{align-items:flex-start}.footer__brand span{width:54px;height:54px;font-size:22px}.footer__nav{justify-content:flex-start;gap:8px}.footer__nav a{min-height:40px;padding:0 13px;font-size:10px}.footer__top{min-height:44px}}.faq__head{max-width:760px}.faq-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);gap:clamp(22px,3vw,38px);align-items:start}.faq-certificate{min-width:0;position:sticky;top:110px}.faq-certificate__label{min-height:34px;padding:0 14px;border-radius:999px;background:#f8f5eff5;border:1px solid rgba(23,23,23,.1);color:#9b8772f5;display:inline-flex;align-items:center;margin:0 0 14px;box-shadow:0 10px 26px #2a231a0f;font-size:10.5px;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.faq-certificate__card{padding:14px;border-radius:34px;background:#ffffffb8;border:1px solid rgba(23,23,23,.07);box-shadow:0 22px 58px #2a231a14,inset 0 1px #ffffff9e}.faq-certificate__media{position:relative}.faq-certificate__media:after{content:"";position:absolute;inset:auto 18px -18px 18px;height:32px;border-radius:999px;background:#2a231a1a;filter:blur(18px);z-index:0}.faq-certificate__image{position:relative;z-index:1;display:block;width:100%;height:auto;border-radius:26px}.faq-certificate__content{margin-top:18px}.faq-certificate__content h3{color:#121211f2;font-family:Forum,serif;font-size:clamp(30px,2.6vw,40px);line-height:.96;font-weight:400}.faq-certificate__content p{margin-top:12px;color:#1717179e;font-size:13.8px;line-height:1.68}@media (max-width: 1120px){.faq-layout{grid-template-columns:1fr}.faq-certificate{position:static;max-width:560px}}@media (max-width: 720px){.faq-certificate__card{padding:12px;border-radius:28px}.faq-certificate__image{border-radius:20px}.faq-certificate__content h3{font-size:30px}.faq-certificate__content p{font-size:13.4px;line-height:1.64}}.faq-layout{grid-template-columns:minmax(0,1.12fr) minmax(280px,.68fr);gap:clamp(20px,2.6vw,34px)}.faq-certificate{align-self:start}.faq-certificate__label{margin-bottom:10px}.faq-certificate__card{padding:12px;border-radius:28px;background:#ffffffad;border:1px solid rgba(23,23,23,.08);box-shadow:0 18px 46px #2a231a0e}.faq-certificate__card:hover{border-color:#9b877233;background:#fffc;box-shadow:0 24px 58px #2a231a14}.faq-certificate__media{border-radius:22px;overflow:hidden;background:#f8f5efbd}.faq-certificate__media:after{inset:auto 16px -14px 16px;height:26px;background:#2a231a14;filter:blur(16px)}.faq-certificate__image{border-radius:22px}.faq-certificate__content{margin-top:14px;padding:2px 4px 6px}.faq-certificate__eyebrow{display:inline-flex;min-height:28px;padding:0 11px;border-radius:999px;align-items:center;background:#f8f5eff5;border:1px solid rgba(23,23,23,.08);color:#9b8772f5;font-size:9.5px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.faq-certificate__content h3{margin-top:12px;font-size:clamp(28px,2.3vw,36px);line-height:.98}.faq-certificate__content p{margin-top:10px;font-size:13.5px;line-height:1.64}.faq-certificate__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.faq-certificate__meta span{min-height:32px;padding:0 12px;border-radius:999px;background:#f8f5eff5;border:1px solid rgba(23,23,23,.08);color:#121211c2;display:inline-flex;align-items:center;font-size:10px;line-height:1;font-weight:800;letter-spacing:.05em}@media (max-width: 1120px){.faq-layout{grid-template-columns:1fr}.faq-certificate{max-width:520px}}@media (max-width: 720px){.faq-certificate__card{padding:10px;border-radius:24px}.faq-certificate__media,.faq-certificate__image{border-radius:18px}.faq-certificate__content{margin-top:12px;padding:2px 2px 4px}.faq-certificate__content h3{font-size:28px}.faq-certificate__content p{font-size:13.2px}}.faq-main{min-width:0;display:grid;gap:20px}.faq__head{margin-bottom:0}.faq-layout{align-items:start}.faq-certificate{margin-top:0;padding-top:2px}.faq-certificate__label{margin-top:0}@media (max-width: 1120px){.faq-main{gap:18px}}.project-card__body button{margin-top:auto;width:fit-content;border:0;background:transparent;color:#121211db;font:inherit;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:color .25s ease,transform .25s ease}.project-card__body button:hover{color:#9b8772fa;transform:translate(3px)}.portfolio-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:clamp(18px,3vw,42px);animation:modalIn .22s ease both}.portfolio-modal.is-closing{animation:modalOut .22s ease both}.portfolio-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0c0c0b9e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer}.portfolio-modal__close{position:absolute;z-index:4;top:clamp(16px,2vw,28px);right:clamp(16px,2vw,28px);width:48px;height:48px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#f8f5efeb;color:#121211f0;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 18px 42px #0000002e;transition:transform .25s ease,background .25s ease}.portfolio-modal__close:hover{transform:rotate(90deg);background:#fff}.portfolio-modal__panel{position:relative;z-index:2;width:min(1180px,100%);max-height:min(86vh,820px);overflow:hidden;border-radius:38px;border:1px solid rgba(255,255,255,.58);background:radial-gradient(circle at 18% 14%,rgba(255,255,255,.74),transparent 24%),linear-gradient(180deg,#f6f1ea,#eee7dd);box-shadow:0 34px 110px #00000042;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr)}.portfolio-modal__gallery{min-width:0;padding:16px;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:12px;background:#ffffff52}.portfolio-modal__image-stage{position:relative;min-height:520px;border-radius:30px;overflow:hidden;background:#f8f5efe0;border:1px solid rgba(23,23,23,.07);box-shadow:inset 0 1px #ffffff9e,0 18px 54px #2a231a14}.portfolio-modal__image-stage img{width:100%;height:100%;display:block;object-fit:cover}.portfolio-modal__arrows{position:absolute;left:18px;right:18px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:space-between;pointer-events:none}.portfolio-modal__arrows button{width:46px;height:46px;border:1px solid rgba(255,255,255,.58);border-radius:50%;background:#f8f5efe0;color:#121211e6;display:grid;place-items:center;font-size:18px;line-height:1;cursor:pointer;pointer-events:auto;box-shadow:0 14px 34px #0000001f;transition:transform .25s ease,background .25s ease}.portfolio-modal__arrows button:hover{transform:translateY(-2px);background:#fff}.portfolio-modal__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(126px,1fr);gap:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.portfolio-modal__thumbs button{min-width:0;border:1px solid rgba(23,23,23,.07);border-radius:18px;padding:6px;background:#ffffff75;cursor:pointer;text-align:left;transition:border-color .25s ease,background .25s ease,transform .25s ease}.portfolio-modal__thumbs button:hover,.portfolio-modal__thumbs button.is-active{border-color:#9b87724d;background:#ffffffc2;transform:translateY(-1px)}.portfolio-modal__thumbs img{width:100%;height:72px;display:block;object-fit:cover;border-radius:13px}.portfolio-modal__thumbs span{display:block;margin-top:7px;padding:0 4px 2px;color:#1717179e;font-size:10px;line-height:1.2;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.portfolio-modal__content{min-width:0;overflow-y:auto;padding:clamp(26px,3vw,42px);color:#121211f0}.portfolio-modal__head>span{min-height:34px;width:fit-content;padding:0 13px;border-radius:999px;background:#f8f5efeb;border:1px solid rgba(23,23,23,.08);color:#9b8772f5;display:inline-flex;align-items:center;font-size:10px;line-height:1;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.portfolio-modal__head h3{margin-top:22px;font-family:Forum,serif;font-size:clamp(42px,4vw,66px);line-height:.92;letter-spacing:-.03em;font-weight:400}.portfolio-modal__head p{margin-top:18px;color:#1717179e;font-size:14.5px;line-height:1.75}.portfolio-modal__stats{display:grid;grid-template-columns:1fr;gap:8px;margin-top:26px}.portfolio-modal__stats span{min-height:54px;padding:0 16px;border-radius:18px;background:#ffffff85;border:1px solid rgba(23,23,23,.07);display:flex;align-items:center;justify-content:space-between;gap:14px}.portfolio-modal__stats b{color:#9b8772f5;font-size:10px;line-height:1;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.portfolio-modal__stats em{color:#121211e0;font-style:normal;font-size:14px;line-height:1.2;font-weight:850;text-align:right}@media (max-width: 980px){.portfolio-modal__panel{max-height:88vh;grid-template-columns:1fr;overflow-y:auto}.portfolio-modal__gallery{grid-template-rows:auto auto}.portfolio-modal__image-stage{min-height:420px}.portfolio-modal__content{overflow:visible}}@media (max-width: 720px){.portfolio-modal{padding:10px}.portfolio-modal__close{top:14px;right:14px;width:42px;height:42px;font-size:24px}.portfolio-modal__panel{border-radius:28px;max-height:90vh}.portfolio-modal__gallery{padding:10px}.portfolio-modal__image-stage{min-height:300px;border-radius:22px}.portfolio-modal__arrows{left:12px;right:12px}.portfolio-modal__arrows button{width:40px;height:40px}.portfolio-modal__thumbs{grid-auto-columns:minmax(112px,1fr)}.portfolio-modal__thumbs img{height:62px}.portfolio-modal__content{padding:22px}.portfolio-modal__head h3{font-size:clamp(36px,12vw,50px)}.portfolio-modal__stats span{min-height:50px;padding:0 14px}}.project-card__body ul{margin-bottom:30px}.project-card__body button{margin-top:28px;padding-top:4px}.portfolio-modal__panel{width:min(1080px,100%);max-height:min(84vh,760px);grid-template-columns:minmax(0,1fr) minmax(330px,.82fr)}.portfolio-modal__gallery{padding:18px;align-self:start}.portfolio-modal__image-stage{min-height:0;height:clamp(360px,48vh,520px);aspect-ratio:4 / 3;max-height:520px}.portfolio-modal__thumbs{grid-auto-columns:minmax(104px,128px);justify-content:start}.portfolio-modal__thumbs img{height:58px}.portfolio-modal__content{padding:clamp(24px,2.6vw,38px)}@media (max-width: 980px){.portfolio-modal__panel{max-height:88vh}.portfolio-modal__image-stage{height:clamp(340px,46vh,460px);aspect-ratio:16 / 10}}@media (max-width: 720px){.project-card__body ul{margin-bottom:24px}.project-card__body button{margin-top:24px}.portfolio-modal__panel{max-height:90vh}.portfolio-modal__gallery{padding:10px}.portfolio-modal__image-stage{min-height:0;height:clamp(240px,38vh,320px);aspect-ratio:4 / 3}.portfolio-modal__thumbs{grid-auto-columns:minmax(96px,112px)}.portfolio-modal__thumbs img{height:52px}}.portfolio-modal__panel{width:min(1120px,100%);grid-template-columns:minmax(0,620px) minmax(0,1fr);align-items:start}.portfolio-modal__gallery{width:100%;max-width:620px;justify-self:start}.portfolio-modal__image-stage{width:100%;max-width:620px;height:auto;min-height:0;aspect-ratio:4 / 3;max-height:none;justify-self:start}.portfolio-modal__content{min-width:0}@media (max-width: 980px){.portfolio-modal__panel{width:min(900px,100%);grid-template-columns:1fr}.portfolio-modal__gallery,.portfolio-modal__image-stage{max-width:100%}.portfolio-modal__image-stage{aspect-ratio:16 / 10}}@media (max-width: 720px){.portfolio-modal__image-stage{aspect-ratio:4 / 3}}.portfolio-modal__stats{margin-bottom:0}.portfolio-modal__content{padding-bottom:clamp(26px,3vw,42px)}.project-card__image--photo{isolation:isolate}.project-card__image--photo img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.01);transition:transform .45s ease,filter .45s ease}.project-card:hover .project-card__image--photo img{transform:scale(1.045);filter:saturate(1.02) contrast(1.02)}.project-card__image--photo:before{z-index:2;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#0f0f0d0a,#0f0f0d1a 54%,#0f0f0d57);background-size:auto}.project-card__image--photo:after{content:none}.project-card__image--photo span{z-index:3}.portfolio-modal__head h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:1.88em;overflow-wrap:anywhere}@media (max-width: 720px){.portfolio-modal__head h3{max-height:2em}}.project-card__body h3,.portfolio-modal__head h3{overflow-wrap:normal;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.project-card__body h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.status-pill.is-offline i,.contact-status.is-offline i{background:#9b8772db;box-shadow:0 0 0 6px #9b87721f}.admin-shell{min-height:100vh;background:radial-gradient(circle at 14% 12%,rgba(255,255,255,.72),transparent 24%),radial-gradient(circle at 86% 18%,rgba(155,135,114,.12),transparent 30%),linear-gradient(180deg,var(--bg) 0%,var(--paper) 100%);color:#121211f0;display:grid;grid-template-columns:280px minmax(0,1fr)}.admin-sidebar{position:sticky;top:0;min-height:100vh;padding:24px;border-right:1px solid rgba(23,23,23,.08);background:#ffffff75;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:column;gap:26px}.admin-brand{display:flex;align-items:center;gap:12px;color:#121211eb}.admin-brand span{width:50px;height:50px;border-radius:50%;background:#121211f0;color:#f8f5eff0;display:grid;place-items:center;font-family:Forum,serif;font-size:20px;line-height:1}.admin-brand b{font-size:18px;line-height:1}.admin-nav{display:grid;gap:8px}.admin-nav button,.admin-open-site,.admin-button,.admin-add-project,.admin-gallery-editor__head button,.admin-danger{min-height:44px;border-radius:999px;border:1px solid rgba(23,23,23,.08);background:#ffffff94;color:#121211d1;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;font:inherit;font-size:11px;line-height:1;font-weight:900;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease}.admin-nav button{width:100%;justify-content:flex-start}.admin-nav button:hover,.admin-nav button.is-active,.admin-open-site:hover,.admin-button:hover,.admin-add-project:hover,.admin-gallery-editor__head button:hover{transform:translateY(-1px);background:#ffffffdb;border-color:#9b87723d;color:#121211f0}.admin-open-site{margin-top:auto}.admin-content{min-width:0;padding:clamp(24px,4vw,56px)}.admin-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:26px}.admin-topbar span,.admin-card__head p,.admin-project-row em,.admin-field>span,.admin-form-grid label>span,.admin-gallery-row label>span{color:#17171794}.admin-topbar span{display:block;font-size:11px;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.admin-topbar h1{margin-top:12px;font-family:Forum,serif;font-weight:400;font-size:clamp(44px,5vw,72px);line-height:.92;letter-spacing:-.03em}.admin-topbar__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.admin-topbar__actions em{color:#9b8772f5;font-style:normal;font-size:12px;font-weight:800}.admin-button{background:#121211f0;color:#f8f5eff0;border-color:#121211f0}.admin-button:hover{background:#000;color:#fff}.admin-button--ghost{background:#ffffff94;color:#121211c7;border-color:#17171714}.admin-card{border-radius:34px;border:1px solid rgba(23,23,23,.08);background:#ffffff9e;box-shadow:0 24px 70px #2a231a0f,inset 0 1px #ffffff9e;padding:clamp(22px,3vw,34px)}.admin-card__head{display:flex;align-items:center;gap:16px;margin-bottom:24px}.admin-card__head--between{justify-content:space-between;align-items:flex-start}.admin-card__head h2{color:#121211f0;font-size:24px;line-height:1.1}.admin-card__head p{margin-top:6px;font-size:14px;line-height:1.55}.admin-status-dot{width:16px;height:16px;border-radius:50%;background:#75c56f;box-shadow:0 0 0 8px #75c56f21;flex:0 0 auto}.admin-status-dot.is-offline{background:#9b8772db;box-shadow:0 0 0 8px #9b87721f}.admin-switch{width:fit-content;display:flex;align-items:center;gap:14px;margin-bottom:24px;cursor:pointer}.admin-switch input,.admin-mini-switch input{position:absolute;opacity:0;pointer-events:none}.admin-switch span{position:relative;width:74px;height:40px;border-radius:999px;background:#9b87723d;border:1px solid rgba(23,23,23,.08);transition:background .25s ease}.admin-switch span:before{content:"";position:absolute;left:4px;top:4px;width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 8px 20px #2a231a29;transition:transform .25s ease}.admin-switch input:checked+span{background:#75c56f57}.admin-switch input:checked+span:before{transform:translate(34px)}.admin-switch b{font-size:14px}.admin-form-grid{display:grid;gap:14px}.admin-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-field{display:grid;gap:8px;margin-top:14px}.admin-form-grid label{display:grid;gap:8px}.admin-form-grid label>span,.admin-field>span,.admin-gallery-row label>span{font-size:10px;line-height:1;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.admin-form-grid input,.admin-form-grid select,.admin-field textarea,.admin-gallery-row input{width:100%;min-height:52px;border:1px solid rgba(23,23,23,.08);border-radius:18px;background:#ffffffa8;color:#121211e0;font:inherit;outline:none;padding:0 16px;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.admin-field textarea{min-height:118px;resize:vertical;padding:16px;line-height:1.5}.admin-form-grid input:focus,.admin-form-grid select:focus,.admin-field textarea:focus,.admin-gallery-row input:focus{background:#ffffffe0;border-color:#9b877247;box-shadow:0 0 0 4px #9b877212}.admin-portfolio{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:18px;align-items:start}.admin-project-list{display:grid;gap:10px}.admin-add-project{width:100%;min-height:52px}.admin-project-row{border-radius:24px;border:1px solid rgba(23,23,23,.08);background:#ffffff85;padding:10px;display:grid;gap:10px;transition:background .25s ease,border-color .25s ease,transform .25s ease}.admin-project-row.is-active,.admin-project-row:hover{transform:translateY(-1px);background:#ffffffd6;border-color:#9b87723d}.admin-project-row>button{border:0;background:transparent;padding:0;display:grid;grid-template-columns:62px minmax(0,1fr);gap:12px;align-items:center;text-align:left;cursor:pointer;color:inherit}.admin-project-row img{width:62px;height:52px;border-radius:16px;object-fit:cover;background:#f8f5efe0}.admin-project-row b{display:block;color:#121211eb;font-size:14px;line-height:1.2}.admin-project-row em{display:block;margin-top:5px;font-style:normal;font-size:12px;line-height:1.3}.admin-mini-switch{display:flex;justify-content:flex-end}.admin-mini-switch span{min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(23,23,23,.08);background:#f8f5efd1;color:#1717179e;display:inline-flex;align-items:center;font-size:10px;line-height:1;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.admin-mini-switch input:checked+span{color:#468244eb;background:#75c56f1f}.admin-project-editor{min-width:0}.admin-danger{min-height:40px;color:#aa4137f0;background:#aa41370f;border-color:#aa41371f}.admin-danger:hover{color:#aa4137;background:#aa41371a;border-color:#aa413733}.admin-danger--small{width:42px;height:42px;min-height:42px;padding:0;font-size:18px;letter-spacing:0}.admin-gallery-editor{margin-top:24px;display:grid;gap:12px}.admin-gallery-editor__head{display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-gallery-editor__head h3{font-size:18px}.admin-gallery-row{display:grid;grid-template-columns:88px minmax(0,1.3fr) minmax(160px,.7fr) 42px;gap:10px;align-items:end;border-radius:22px;border:1px solid rgba(23,23,23,.07);background:#ffffff75;padding:10px}.admin-gallery-row img{width:88px;height:74px;object-fit:cover;border-radius:16px;background:#f8f5efe0}.admin-gallery-row label{display:grid;gap:7px}@media (max-width: 980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static;min-height:auto;border-right:0;border-bottom:1px solid rgba(23,23,23,.08)}.admin-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-open-site{margin-top:0}.admin-portfolio{grid-template-columns:1fr}}@media (max-width: 720px){.admin-content{padding:18px}.admin-topbar{display:grid}.admin-topbar__actions{justify-content:flex-start}.admin-form-grid--two{grid-template-columns:1fr}.admin-gallery-row{grid-template-columns:72px 1fr 42px}.admin-gallery-row label:nth-of-type(1){grid-column:2 / -1}.admin-gallery-row label:nth-of-type(2){grid-column:1 / -1}.admin-gallery-row .admin-danger--small{grid-column:3 / 4;grid-row:1 / 2}.admin-gallery-row img{width:72px;height:64px}}.admin-sidebar__bottom{margin-top:auto;display:grid;gap:10px}.admin-open-site--button{width:100%;font:inherit}.admin-button:disabled,.admin-open-site:disabled,.admin-login-card button:disabled{opacity:.58;cursor:not-allowed;transform:none}.admin-login-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 18% 14%,rgba(255,255,255,.72),transparent 25%),radial-gradient(circle at 84% 22%,rgba(155,135,114,.14),transparent 30%),linear-gradient(180deg,var(--bg) 0%,var(--paper) 100%);color:#121211f0}.admin-login-card{width:min(460px,100%);border-radius:36px;border:1px solid rgba(23,23,23,.08);background:#ffffffad;box-shadow:0 28px 82px #2a231a1a,inset 0 1px #ffffffa8;padding:clamp(24px,4vw,38px);display:grid;gap:18px}.admin-login-brand{display:inline-flex;align-items:center;gap:12px;color:#121211eb}.admin-login-brand span{width:52px;height:52px;border-radius:50%;background:#121211f0;color:#f8f5eff0;display:grid;place-items:center;font-family:Forum,serif;font-size:20px;line-height:1}.admin-login-brand b{font-size:18px;line-height:1}.admin-login-head{margin-top:10px}.admin-login-head>span{color:#9b8772f0;font-size:11px;line-height:1;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.admin-login-head h1{margin-top:14px;font-family:Forum,serif;font-weight:400;font-size:clamp(52px,8vw,78px);line-height:.86;letter-spacing:-.04em}.admin-login-head p,.admin-login-muted{margin-top:14px;color:#17171799;font-size:14px;line-height:1.65}.admin-login-card label{display:grid;gap:8px}.admin-login-card label span{color:#17171794;font-size:10px;line-height:1;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.admin-login-card input{width:100%;min-height:54px;border:1px solid rgba(23,23,23,.08);border-radius:18px;background:#ffffffb3;color:#121211e0;font:inherit;outline:none;padding:0 16px;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.admin-login-card input:focus{background:#ffffffe6;border-color:#9b877247;box-shadow:0 0 0 4px #9b877212}.admin-login-card button{min-height:54px;border:0;border-radius:999px;background:#121211f0;color:#f8f5eff0;font:inherit;font-size:11px;line-height:1;font-weight:900;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:transform .25s ease,background .25s ease}.admin-login-card button:hover:not(:disabled){transform:translateY(-1px);background:#000}.admin-login-card>a{width:fit-content;color:#1717178a;font-size:12px;font-weight:800}.admin-login-error,.admin-login-warning{border-radius:18px;padding:13px 15px;font-size:13px;line-height:1.45}.admin-login-error{color:#aa4137f5;background:#aa413714;border:1px solid rgba(170,65,55,.14)}.admin-login-warning{color:#7e5d2df5;background:#9b87721f;border:1px solid rgba(155,135,114,.16)}.admin-tariff-badge,.admin-review-avatar{width:62px;height:52px;border-radius:16px;display:grid;place-items:center;flex:0 0 auto;background:#121211eb;color:#f8f5eff0;font-family:Forum,serif;font-size:24px;line-height:1}.admin-review-avatar{background:#9b877229;color:#121211c7;border:1px solid rgba(155,135,114,.18);font-size:22px}.admin-tariffs-editor .admin-project-row>button,.admin-reviews-editor .admin-project-row>button{grid-template-columns:62px minmax(0,1fr)}.admin-tariffs-editor .admin-card__head,.admin-reviews-editor .admin-card__head{margin-bottom:22px}.admin-tariffs-editor .admin-field textarea,.admin-reviews-editor .admin-field textarea{min-height:140px}@media (max-width: 720px){.hero{min-height:auto;overflow:visible;display:block;padding:92px 18px 0;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.74),transparent 26%),radial-gradient(circle at 84% 30%,rgba(255,255,255,.42),transparent 30%),linear-gradient(135deg,#d8d0c4,#f0ece4 46%,#d6cec3)}.hero__ambient{opacity:.32;filter:blur(54px)}.hero__content,.hero__visual{margin-top:0!important}.hero__content{min-height:calc(100svh - 92px);max-width:100%;display:flex;flex-direction:column;justify-content:center;padding:18px 0 34px}.hero__eyebrow{width:fit-content;max-width:100%;min-height:36px;padding:0 14px;font-size:9.5px;letter-spacing:.16em;line-height:1.15;white-space:normal}.hero h1{margin-top:clamp(24px,5.4vh,38px);max-width:100%;font-size:clamp(40px,11.6vw,54px);line-height:.94;letter-spacing:-.01em}.hero p{margin-top:clamp(18px,3vh,26px);max-width:100%;font-size:14.5px;line-height:1.66}.hero__cta{width:100%;margin-top:clamp(20px,3.2vh,28px);align-items:stretch}.hero__actions{width:100%;display:grid;grid-template-columns:1fr;gap:8px}.hero__actions .button{min-height:50px;padding:0 18px;font-size:10px;letter-spacing:.14em}.scroll-down{display:none}.hero__visual{min-height:100svh;display:flex;align-items:center;padding:34px 0 48px}.hero-showcase{width:100%;gap:12px}.hero-slider{height:min(56svh,500px);min-height:380px;border-radius:28px}.hero-slide__overlay{left:12px;right:12px;bottom:12px;width:auto;max-width:none;padding:14px;border-radius:20px}.hero-slide__overlay span{margin-bottom:7px;font-size:9px;letter-spacing:.14em}.hero-slide__overlay h3{font-size:22px;line-height:1.05}.hero-slide__overlay p{margin-top:8px;font-size:12.5px;line-height:1.45;-webkit-line-clamp:2}.hero-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hero-thumb{min-width:0;min-height:74px;padding:7px;border-radius:18px;grid-template-columns:54px minmax(0,1fr);gap:8px}.hero-thumb__image{width:54px;height:54px;border-radius:14px}.hero-thumb__meta b{font-size:11px;line-height:1.12}.hero-thumb__meta small{margin-top:4px;font-size:8.5px;letter-spacing:.08em}}@media (max-width: 430px){.hero{padding-top:86px}.hero__content{min-height:calc(100svh - 86px);padding-top:10px;padding-bottom:28px}.hero h1{font-size:clamp(38px,11.4vw,48px);line-height:.95}.hero p{font-size:14px;line-height:1.62}.hero__visual{padding-top:28px;padding-bottom:38px}.hero-slider{height:54svh;min-height:350px}.hero-thumbs{grid-template-columns:1fr}.hero-thumb:nth-child(n+3){display:none}}@media (max-width: 380px),(max-height: 740px) and (max-width: 720px){.hero__eyebrow{min-height:32px;font-size:8.8px;letter-spacing:.13em}.hero h1{margin-top:20px;font-size:clamp(35px,10.8vw,44px)}.hero p{margin-top:16px;font-size:13.5px;line-height:1.55}.hero__cta{margin-top:18px}.hero__actions .button{min-height:46px}.hero-slider{min-height:320px}}.mobile-menu-toggle,.mobile-menu{display:none}@media (max-width: 720px){body.mobile-menu-open{overflow:hidden}.header{grid-template-columns:auto auto}.header__side{display:inline-flex;align-items:center;gap:8px}.header .status-pill{display:inline-flex;min-height:40px;padding:0 12px;font-size:9.5px;letter-spacing:.12em}.header .status-pill i{width:7px;height:7px}.header .small-button{display:none}.mobile-menu-toggle{width:42px;height:42px;border:1px solid rgba(23,23,23,.08);border-radius:50%;background:#ffffff9e;color:#121211eb;display:inline-grid;place-items:center;cursor:pointer;box-shadow:0 12px 26px #2a231a0f,inset 0 1px #ffffffb8}.mobile-menu-toggle span{grid-area:1 / 1;width:17px;height:1.5px;border-radius:999px;background:currentColor;transition:transform .25s ease,opacity .25s ease}.mobile-menu-toggle span:first-child{transform:translateY(-4px)}.mobile-menu-toggle span:last-child{transform:translateY(4px)}.mobile-menu-toggle.is-active span:first-child{transform:rotate(45deg)}.mobile-menu-toggle.is-active span:last-child{transform:rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:block;pointer-events:none;opacity:0;transition:opacity .25s ease}.mobile-menu.is-open{pointer-events:auto;opacity:1}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f0f0d42;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.mobile-menu__panel{position:absolute;left:12px;right:12px;top:96px;border-radius:30px;border:1px solid rgba(255,255,255,.68);background:radial-gradient(circle at 16% 10%,rgba(255,255,255,.72),transparent 28%),linear-gradient(180deg,#f8f5eff5,#eee7ddf5);box-shadow:0 26px 80px #0f0f0d38;padding:14px;transform:translateY(-12px) scale(.98);transform-origin:top center;transition:transform .28s ease}.mobile-menu.is-open .mobile-menu__panel{transform:translateY(0) scale(1)}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 4px 12px;border-bottom:1px solid rgba(23,23,23,.08)}.mobile-menu__top button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(23,23,23,.08);background:#ffffffad;color:#121211e0;font-size:24px;line-height:1;cursor:pointer}.mobile-menu__status{min-height:36px;padding:0 12px;border-radius:999px;background:#ffffffad;border:1px solid rgba(23,23,23,.07);color:#121211c7;display:inline-flex;align-items:center;gap:8px;font-size:10px;line-height:1;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.mobile-menu__status i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px #77b7801f}.mobile-menu__status.is-offline i{background:#9b8772db;box-shadow:0 0 0 6px #9b87721f}.mobile-menu__links{display:grid;gap:6px;padding-top:12px}.mobile-menu__links a{min-height:54px;border-radius:20px;padding:0 16px;background:#ffffff6b;border:1px solid rgba(23,23,23,.055);color:#121211e0;display:flex;align-items:center;justify-content:space-between;font-size:17px;line-height:1;font-weight:800;letter-spacing:-.01em}.mobile-menu__links a:after{content:"→";color:#9b8772db;font-size:18px;line-height:1}}@media (max-width: 380px){.header .status-pill{padding:0 10px;font-size:8.8px}.mobile-menu-toggle{width:40px;height:40px}.mobile-menu__panel{top:88px}}.tariff-modal__close{position:fixed!important;top:max(14px,env(safe-area-inset-top))!important;right:max(14px,env(safe-area-inset-right))!important;z-index:20!important}.tariff-modal__text,.tariff-modal__note{display:block!important}.tariff-modal__gallery img{width:100%!important;height:clamp(340px,42vh,460px)!important;object-fit:contain!important;object-position:center!important}@media (max-width: 720px){.tariff-modal__text,.tariff-modal__note{display:none!important}.tariff-modal__gallery{padding:12px 12px 0!important}.tariff-modal__gallery img{width:100%!important;height:clamp(200px,27vh,275px)!important;object-fit:contain!important;object-position:center!important;border-radius:20px!important}.tariff-modal__details{margin-top:18px!important}.tariff-modal__close{top:max(10px,env(safe-area-inset-top))!important;right:max(10px,env(safe-area-inset-right))!important;width:42px!important;height:42px!important}}@media (max-width: 720px){.portfolio-modal{padding:8px!important;place-items:center!important}.portfolio-modal__panel{width:100%!important;max-height:calc(100svh - 16px)!important;border-radius:26px!important;overflow-y:auto!important;grid-template-columns:1fr!important}.portfolio-modal__gallery{max-width:100%!important;padding:10px!important;gap:0!important;grid-template-rows:1fr!important}.portfolio-modal__thumbs{display:none!important}.portfolio-modal__image-stage{width:100%!important;max-width:100%!important;height:clamp(245px,39svh,340px)!important;min-height:0!important;aspect-ratio:4 / 3!important;border-radius:22px!important}.portfolio-modal__head p{display:none!important}.portfolio-modal__content{padding:18px 18px 20px!important}.portfolio-modal__head>span{min-height:30px!important;padding:0 11px!important;font-size:9px!important}.portfolio-modal__head h3{margin-top:14px!important;font-size:clamp(34px,10.5vw,46px)!important;line-height:.94!important;max-height:1.9em!important}.portfolio-modal__stats{margin-top:18px!important;gap:7px!important}.portfolio-modal__stats span{min-height:44px!important;padding:0 12px!important;border-radius:16px!important}.portfolio-modal__stats b{font-size:8.8px!important;letter-spacing:.13em!important}.portfolio-modal__stats em{font-size:12.5px!important}.portfolio-modal__arrows{left:10px!important;right:10px!important}.portfolio-modal__arrows button{width:42px!important;height:42px!important;background:#f8f5eff0!important;border-color:#ffffffbd!important}}@media (max-width: 380px),(max-height: 740px) and (max-width: 720px){.portfolio-modal__image-stage{height:clamp(215px,34svh,285px)!important}.portfolio-modal__content{padding:16px!important}.portfolio-modal__head h3{font-size:clamp(30px,9.8vw,40px)!important}.portfolio-modal__stats span{min-height:40px!important}}@media (max-width: 720px){.why-section{padding:64px 14px 70px;overflow:hidden}.why-layout,.why-main{display:block!important}.why-visual,.why-copy,.why-media{width:100%;min-width:0}.why-visual{margin-bottom:28px}.why__eyebrow{margin-bottom:12px;min-height:34px;padding-inline:14px;font-size:9px;letter-spacing:.13em}.why-media{width:100%;max-width:none!important;aspect-ratio:1 / .98;border-radius:24px;box-shadow:0 18px 46px #2a231a1f}.why-copy{margin-top:0!important;max-width:100%}.why-copy:before,.why-copy:after,.why-benefits:before,.why-benefits:after{display:none!important}.why-copy__head{margin-bottom:18px}.why-copy__head h2{font-size:clamp(34px,10vw,46px)!important;line-height:1;letter-spacing:-.02em}.why-benefits{min-height:0!important;display:grid!important;grid-template-rows:none!important;padding:0!important}.why-item{min-height:0;grid-template-columns:44px minmax(0,1fr) 8px;gap:10px;align-items:center;padding:15px 0!important}.why-item+.why-item{border-top-color:#17171713}.why-item:before{display:none}.why-item__number{width:34px;height:34px;font-size:15px;box-shadow:none}.why-item h3{font-size:16px!important;line-height:1.18;letter-spacing:-.015em}.why-item p{margin-top:5px;max-width:100%;font-size:12.5px!important;line-height:1.46}.why-item__mark{width:6px;height:6px;box-shadow:0 0 0 5px #9b87720e}.calculator{padding:58px 10px 66px!important;overflow:hidden}.calculator:before{width:340px;height:340px;right:-190px;bottom:-130px;opacity:.55}.calculator:after{left:24px;top:40px;width:70px}.calc-card{width:100%;max-width:100%;box-sizing:border-box;grid-template-columns:1fr!important;gap:20px;padding:22px 14px 16px!important;border-radius:30px;overflow:hidden}.calc-card:before{width:190px;height:190px;left:-90px;bottom:-90px}.calc-copy{align-self:start;max-width:100%}.calc-card h2{margin-top:16px;max-width:100%;font-size:clamp(33px,9.2vw,43px)!important;line-height:1.02;letter-spacing:-.018em}.calc-card p{margin-top:14px;max-width:100%;font-size:13px;line-height:1.55}.calc-points{margin-top:16px;display:flex;flex-wrap:nowrap;gap:6px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.calc-points::-webkit-scrollbar{display:none}.calc-points span{flex:0 0 auto;min-height:30px;padding:0 11px;font-size:8.5px!important;letter-spacing:.095em;white-space:nowrap}.calc-note-grid{margin-top:16px;grid-template-columns:1fr!important;gap:8px;max-width:100%}.calc-note-grid article{min-height:0!important;border-radius:18px;padding:14px 14px 14px 42px}.calc-note-grid article:before{left:19px;top:22px;width:7px;height:7px;box-shadow:0 0 0 7px #d6c7b00e}.calc-note-grid strong{top:0;margin-bottom:4px;font-size:24px}.calc-note-grid p{margin-top:0;font-size:12px;line-height:1.42}.calc-box{width:100%;max-width:100%;box-sizing:border-box;padding:18px!important;border-radius:24px!important}.calc-box__head{margin-bottom:18px;gap:10px;align-items:flex-start}.calc-box__head span{font-size:27px;line-height:1.02}.calc-box__head em{min-height:28px;padding:0 10px;font-size:8.5px;letter-spacing:.09em;white-space:nowrap}.calc-box label,.calc-field{margin-bottom:12px}.calc-box label span,.calc-field>span{margin-bottom:8px;font-size:9.5px;letter-spacing:.085em}.calc-box input,.calc-select{min-height:50px;border-radius:16px;font-size:14px}.calc-select span{font-size:13px}.calc-select__menu{border-radius:18px;max-height:260px;overflow-y:auto}.calc-select__menu button{padding:12px;border-radius:14px}.calc-select__menu button span{font-size:12.5px}.calc-select__menu button em{font-size:10px}.calc-result{margin-top:14px;border-radius:22px;padding:16px}.calc-result p{font-size:9.5px}.calc-result strong{margin-top:7px;font-size:clamp(28px,8.8vw,36px);letter-spacing:.06em}.calc-box a{min-height:50px;margin-top:12px;padding:0 16px;font-size:10px;letter-spacing:.1em}}@media (max-width: 380px){.why-section{padding-inline:12px}.why-media{aspect-ratio:1 / .92;border-radius:22px}.why-copy__head h2{font-size:33px!important}.why-item{grid-template-columns:38px minmax(0,1fr) 6px;gap:8px;padding:13px 0!important}.why-item__number{width:30px;height:30px;font-size:14px}.why-item h3{font-size:15px!important}.why-item p{font-size:12px!important}.calculator{padding-inline:8px!important}.calc-card{padding:20px 12px 14px!important;border-radius:26px}.calc-card h2{font-size:clamp(31px,9vw,38px)!important}.calc-box{padding:16px!important}}@media (max-width: 720px){.contact-bottom{margin-top:34px!important;padding-top:20px!important;flex-direction:row!important;align-items:center!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.contact-bottom::-webkit-scrollbar{display:none}.contact-bottom a{flex:0 0 auto;min-height:40px;padding:0 14px!important;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1;white-space:nowrap}.footer{min-height:auto!important;padding-top:34px!important;padding-bottom:34px!important;gap:18px!important}.footer__brand{width:100%;align-items:center!important}.footer__brand p{max-width:230px;font-size:12px;line-height:1.45}.footer__nav{width:100%;justify-content:flex-start!important;gap:8px!important}.footer__nav a{min-height:38px!important;padding:0 12px!important;font-size:9.5px!important}.footer__top{width:100%;min-height:42px!important}}@media (max-width: 720px){.hero__content{min-height:calc(100svh - 86px);padding-bottom:18px}.hero__cta{margin-top:clamp(18px,2.8vh,24px);gap:12px}.scroll-down{width:fit-content;display:inline-flex!important;align-items:center;gap:12px;margin:2px auto 0;color:#171717a3}.scroll-down__text{font-size:10px;line-height:1;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.scroll-down__icon{width:34px;height:34px;border:1px solid rgba(23,23,23,.1);background:#ffffff8a;box-shadow:0 10px 24px #2a231a0f}.hero__visual{min-height:auto;align-items:flex-start;padding-top:8px;padding-bottom:42px}.hero-slider{height:auto;min-height:340px;aspect-ratio:4 / 5}.hero-thumbs{grid-template-columns:1fr!important;gap:8px}.hero-thumb{min-height:66px;grid-template-columns:58px minmax(0,1fr)}.hero-thumb:nth-child(n){display:grid!important}.hero-thumb__image{width:58px;height:50px}}@media (max-width: 430px){.hero__content{min-height:calc(100svh - 82px);padding-bottom:14px}.hero__visual{padding-top:4px}.hero-slider{min-height:315px;aspect-ratio:1 / 1.08}.hero-thumbs{grid-template-columns:1fr!important}.hero-thumb:nth-child(n+3){display:grid!important}}@media (max-width: 380px),(max-height: 740px) and (max-width: 720px){.scroll-down__icon{width:30px;height:30px}.hero__visual{padding-top:0}.hero-slider{min-height:292px}.hero-thumb{min-height:60px}}.tariff-card__info{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:10px!important}.tariff-price,.tariff-duration{flex:0 0 auto}@media (max-width: 720px){.tariff-card__info{flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:8px!important}.tariff-price,.tariff-duration{min-height:38px!important;font-size:12px!important;padding:0 12px!important}.tariff-duration{gap:7px!important}.tariff-duration b,.tariff-duration em{font-size:10px!important}}.admin-hero-slide-preview{position:relative;min-height:220px;margin-bottom:20px;padding:20px;border-radius:26px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;color:#f8f5eff0;background-size:cover;background-position:center;border:1px solid rgba(23,23,23,.08);box-shadow:0 18px 54px #2a231a1a}.admin-hero-slide-preview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f0f0d14,#0f0f0d94)}.admin-hero-slide-preview span,.admin-hero-slide-preview strong{position:relative;z-index:1}.admin-hero-slide-preview span{width:fit-content;min-height:30px;padding:0 11px;border-radius:999px;background:#f8f5ef2e;border:1px solid rgba(255,255,255,.22);display:inline-flex;align-items:center;font-size:9.5px;line-height:1;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.admin-hero-slide-preview strong{font-family:Forum,serif;font-size:clamp(34px,4vw,56px);line-height:.94;font-weight:400;letter-spacing:-.02em}.admin-field input{width:100%;min-height:52px;border:1px solid rgba(23,23,23,.08);border-radius:18px;background:#ffffffa8;color:#121211e0;font:inherit;outline:none;padding:0 16px;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.admin-field input:focus{background:#ffffffe0;border-color:#9b877247;box-shadow:0 0 0 4px #9b877212}@media (max-width: 720px){.header{left:12px!important;right:12px!important;transform:none!important;width:auto!important;min-height:58px!important;grid-template-columns:minmax(0,1fr) auto!important;justify-content:initial!important;gap:8px!important;padding:8px 9px 8px 10px!important;border-radius:28px!important}.brand{min-width:0!important;gap:8px!important;overflow:hidden}.brand__mark{width:38px!important;height:38px!important;font-size:16px!important;flex:0 0 auto}.brand b{max-width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.4px!important;line-height:1!important;letter-spacing:.055em!important}.header__side{flex:0 0 auto;gap:6px!important}.header .status-pill{min-height:38px!important;padding:0 10px!important;font-size:8.8px!important;letter-spacing:.105em!important}.header .status-pill i{width:7px!important;height:7px!important;box-shadow:0 0 0 5px #77b7801f!important}.header .status-pill.is-offline i{box-shadow:0 0 0 5px #9b87721f!important}.mobile-menu-toggle{width:38px!important;height:38px!important;flex:0 0 38px}.mobile-menu-toggle span{width:15px!important}.contacts{padding-top:58px!important;padding-bottom:58px!important}.contact-card{grid-template-columns:1fr!important;gap:16px!important;padding:18px!important;border-radius:28px!important}.contact-copy{align-self:start!important}.contact-copy .section-eyebrow,.contact-copy h2,.contact-copy>p,.contact-points{display:none!important}.contact-status{width:100%;margin-top:0!important;justify-content:flex-start;padding:12px 14px!important;font-size:12px!important;line-height:1.45!important}.contact-form{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.contact-form input,.contact-form textarea{min-height:50px;border-radius:18px;font-size:14px}.contact-form textarea{min-height:118px}.contact-form button{min-height:52px;border-radius:999px}.contact-bottom{display:none!important}}@media (max-width: 390px){.brand b{max-width:112px;font-size:9.7px!important;letter-spacing:.045em!important}.brand__mark{width:36px!important;height:36px!important}.header .status-pill{min-height:36px!important;padding:0 9px!important;font-size:8.2px!important}.mobile-menu-toggle{width:36px!important;height:36px!important;flex-basis:36px}}@media (max-width: 720px){.header{left:8px!important;right:8px!important;min-height:58px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important;padding:8px 8px 8px 10px!important}.brand{gap:7px!important}.brand__mark{width:36px!important;height:36px!important;font-size:15px!important}.brand b{max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;font-size:clamp(8.4px,2.35vw,9.8px)!important;line-height:1!important;letter-spacing:.035em!important}.header__side{gap:5px!important}.header .status-pill{min-height:36px!important;padding:0 9px!important;font-size:8px!important;letter-spacing:.08em!important}.header .status-pill i{width:6px!important;height:6px!important;box-shadow:0 0 0 4px #77b7801f!important}.mobile-menu-toggle{width:36px!important;height:36px!important;flex:0 0 36px!important}.mobile-menu-toggle span{width:14px!important}.contact-copy .section-eyebrow{display:inline-flex!important;width:fit-content;max-width:100%;min-height:34px;padding:0 14px;margin-bottom:16px;font-size:9.5px;letter-spacing:.16em}.contact-copy h2.contact-title{display:block!important;margin:0 0 18px!important;font-family:Forum,serif;font-weight:400;font-size:clamp(48px,14vw,62px)!important;line-height:.92!important;letter-spacing:-.02em;color:#f8f5efeb}.contact-copy h2.contact-title span{display:none!important}.contact-copy h2.contact-title:before{content:attr(data-mobile-title);display:block}.contact-status{margin-top:0!important}}@media (max-width: 390px){.header{left:7px!important;right:7px!important;padding-left:8px!important;padding-right:7px!important;gap:4px!important}.brand{gap:6px!important}.brand__mark{width:34px!important;height:34px!important;font-size:14px!important}.brand b{font-size:8.4px!important;letter-spacing:.025em!important}.header .status-pill{min-height:34px!important;padding:0 8px!important;font-size:7.6px!important}.mobile-menu-toggle{width:34px!important;height:34px!important;flex-basis:34px!important}}.contact-form__message{margin:2px 0 0;border-radius:18px;padding:14px 16px;font-size:13px;font-weight:760;line-height:1.55}.contact-form__message--success{border:1px solid rgba(138,203,136,.36);background:#8acb8821;color:#dcffdbf5}.contact-form__message--error{border:1px solid rgba(220,92,74,.34);background:#dc5c4a24;color:#ffddd8f5}.contact-form button:disabled,.admin-button:disabled,.admin-danger:disabled,.admin-mini-switch input:disabled+span{cursor:not-allowed;opacity:.62;transform:none}.admin-leads{display:grid;gap:18px}.admin-leads-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.admin-leads-summary>div{min-height:94px;border-radius:26px;border:1px solid rgba(23,23,23,.08);background:#ffffff9e;padding:18px;box-shadow:0 16px 42px #2a231a0b}.admin-leads-summary span{display:block;color:#1717177a;font-size:10px;font-weight:950;letter-spacing:.16em;line-height:1;text-transform:uppercase}.admin-leads-summary b{display:block;margin-top:14px;color:#121211f0;font-size:34px;line-height:.92}.admin-leads-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;border-radius:24px;border:1px solid rgba(23,23,23,.08);background:#ffffff7a;padding:16px 18px}.admin-leads-toolbar p{color:#17171794;font-size:13px;line-height:1.6}.admin-leads-error{display:grid;gap:7px;border-radius:22px;border:1px solid rgba(170,64,52,.2);background:#aa403414;color:#732a23f5;padding:16px 18px}.admin-leads-error b{font-size:13px;line-height:1}.admin-leads-error span{font-size:13px;line-height:1.55}.admin-leads-grid{align-items:start}.admin-lead-row>button{grid-template-columns:42px minmax(0,1fr)}.admin-lead-status-dot{width:42px;height:42px;border-radius:50%;background:#9b877229;position:relative}.admin-lead-status-dot:after{content:"";position:absolute;top:15px;right:15px;bottom:15px;left:15px;border-radius:50%;background:#9b8772d9}.admin-lead-status-dot--new:after{background:#d7ac36;box-shadow:0 0 0 6px #d7ac3621}.admin-lead-status-dot--viewed:after{background:#79a36b;box-shadow:0 0 0 6px #79a36b1f}.admin-lead-status-dot--in_work:after{background:#6d86b7;box-shadow:0 0 0 6px #6d86b71f}.admin-lead-status-dot--contacted:after,.admin-lead-status-dot--done:after{background:#5f8b5a;box-shadow:0 0 0 6px #5f8b5a1f}.admin-lead-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.admin-lead-field{min-height:86px;border-radius:22px;border:1px solid rgba(23,23,23,.08);background:#f8f5efc7;padding:14px}.admin-lead-field span{display:block;color:#1717177a;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.admin-lead-field b{display:block;margin-top:10px;color:#121211eb;font-size:15px;line-height:1.35;word-break:break-word}.admin-lead-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.admin-lead-editor .admin-field textarea[readonly],.admin-lead-editor input[readonly]{background:#f8f5efc2;color:#121211d1}@media (max-width: 1180px){.admin-leads-summary,.admin-lead-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 860px){.admin-leads-toolbar{align-items:stretch;flex-direction:column}.admin-leads-summary,.admin-lead-fields{grid-template-columns:1fr}}.contact-consent{display:flex;align-items:flex-start;gap:12px;width:100%;margin:-2px 0 2px;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff0b;color:#ffffffb8;font-size:12px;font-weight:650;line-height:1.55;letter-spacing:.01em}.contact-consent input{width:18px;min-width:18px;height:18px;margin:2px 0 0;accent-color:#d6c7b0;cursor:pointer}.contact-consent span{display:block}.contact-consent input:disabled,.contact-consent input:disabled+span{cursor:not-allowed;opacity:.62}.contact-form input[name=tariff]{letter-spacing:.01em}@media (max-width: 640px){.contact-consent{padding:13px 14px;font-size:11.5px}}.contact-consent{align-items:center!important;gap:13px!important}.contact-consent input[type=checkbox]{flex:0 0 18px!important;width:18px!important;min-width:18px!important;height:18px!important;margin:0!important;transform:translateY(0)!important}.contact-consent span{display:block!important;min-width:0;padding-top:1px}.admin-leads-cache-note{margin:-4px 0 0;border-radius:18px;border:1px solid rgba(132,112,79,.14);background:#ffffff75;padding:12px 14px;color:#1717178a;font-size:12px;line-height:1.55}:root{--fence-bg: #0c0d0c;--fence-panel: #141513;--fence-panel-2: #1a1b18;--fence-text: #f7efe5;--fence-muted: rgba(247, 239, 229, .68);--fence-line: rgba(255, 255, 255, .1);--fence-orange: #e84a12;--fence-orange-2: #ff6a28;--fence-brown: #5b2014}body:not(.admin-body),main{background:var(--fence-bg);color:var(--fence-text)}body:not(.admin-body) .section{background:var(--fence-bg);color:var(--fence-text)}body:not(.admin-body) .header.fence-header{position:sticky;top:0;z-index:50;width:100%;padding:18px max(22px,calc((100vw - 1400px)/2));background:#070807eb;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.fence-brand .brand__mark{background:var(--fence-orange);color:#160701;border:0;font-weight:900}.fence-brand b,.fence-phone,.fence-nav a:hover,.fence-header__button,body:not(.admin-body) h1,body:not(.admin-body) h2,body:not(.admin-body) h3{color:var(--fence-text)}.fence-brand em,.fence-nav a,body:not(.admin-body) p{color:var(--fence-muted)}.fence-phone{font-weight:800;text-decoration:none;letter-spacing:.08em}.fence-header__button,body:not(.admin-body) .button--light,.fence-calc-box>a,.contact-submit{background:linear-gradient(135deg,var(--fence-orange),var(--fence-orange-2));color:#160701!important;border-color:transparent!important;box-shadow:0 18px 42px #e84a123d}body:not(.admin-body) .button--ghost{border-color:#ffffff2e;color:var(--fence-text);background:#ffffff0a}.fence-hero{position:relative;min-height:760px;padding:120px max(24px,calc((100vw - 1400px)/2)) 90px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.fence-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(90deg,#070807eb,#070807b8 38%,#0708073d 72%),url(/hero_bq.png);background-size:cover;background-position:center right;transform:scale(1.03)}.fence-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 20%,rgba(232,74,18,.25),transparent 35%),linear-gradient(180deg,transparent,rgba(12,13,12,.92))}.fence-hero__content{position:relative;z-index:1;max-width:760px}.fence-eyebrow,body:not(.admin-body) .section-eyebrow,body:not(.admin-body) .hero__eyebrow{color:var(--fence-orange-2);border-color:#e84a1252;background:#e84a121a}.fence-hero h1{margin:28px 0 22px;max-width:720px;font-size:clamp(48px,6vw,92px);line-height:.94;color:var(--fence-orange);letter-spacing:-.055em}.fence-hero p{max-width:620px;font-size:19px;line-height:1.75}.fence-regions,.contact-tags,.calc-points,.fence-check-list{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.fence-regions span,.contact-tags span,.calc-points span,.fence-check-list span{padding:10px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--fence-muted);font-size:13px;font-weight:800}.fence-hero__actions{margin-top:28px;display:flex;gap:14px}.fence-hero__stats{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:22px;margin-top:70px;max-width:760px}.fence-hero__stats span{display:grid;gap:8px}.fence-hero__stats b{color:var(--fence-orange);font-size:clamp(28px,3vw,46px);line-height:1}.fence-hero__stats em{color:#f7efe599;font-style:normal;font-size:13px}.fence-section-head,.section-head.fence-section-head,.portfolio__top,.faq__head{max-width:920px;margin-bottom:42px}.fence-section-head h2,.portfolio__top h2,.faq__head h2,.about-copy h2,.calc-copy h2,.contact-copy h2{color:var(--fence-orange);font-size:clamp(36px,4vw,62px);line-height:1.05;letter-spacing:-.045em}.fence-benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.fence-benefit-card,body:not(.admin-body) .tariff-card,body:not(.admin-body) .project-card,body:not(.admin-body) .process-item,body:not(.admin-body) .faq-item,.fence-extra-services article,.contact-card,.calc-card,.about-card{background:linear-gradient(180deg,#ffffff0e,#ffffff06);border:1px solid rgba(255,255,255,.1);color:var(--fence-text);box-shadow:0 26px 80px #00000047}.fence-benefit-card{min-height:230px;padding:34px;border-radius:26px}.fence-benefit-card span{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#e84a1229;color:var(--fence-orange-2);font-weight:900;margin-bottom:36px}.fence-benefit-card h3,.tariff-card h3,.project-card h3,.process-item h3{color:var(--fence-orange-2)}.fence-about__card,.calc-card,.contact-card{border-radius:38px}.fence-about__visual .about-portrait{filter:saturate(1.1) contrast(1.02)}body:not(.admin-body) .tariffs-grid,body:not(.admin-body) .portfolio-grid,body:not(.admin-body) .process-grid{gap:22px}body:not(.admin-body) .tariff-card{border-radius:26px}body:not(.admin-body) .tariff-card__label,body:not(.admin-body) .tariff-price,body:not(.admin-body) .project-card__body p,body:not(.admin-body) .portfolio-modal__head span,body:not(.admin-body) .tariff-modal__content>span{color:var(--fence-orange-2)}body:not(.admin-body) .tariff-card__toggle,body:not(.admin-body) .project-card button,body:not(.admin-body) .filters button.is-active{background:var(--fence-orange);color:#160701;border-color:transparent}body:not(.admin-body) .filters button{color:var(--fence-muted);border-color:#ffffff1f;background:#ffffff0a}.fence-calc-select select{width:100%;min-height:54px;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:0 18px;background:#11120f;color:var(--fence-text);font-weight:800}.fence-calc-summary span{display:block;margin-top:8px;color:var(--fence-muted);font-size:14px}body:not(.admin-body) input,body:not(.admin-body) textarea,body:not(.admin-body) .calc-number-control input{background:#ffffff0f;color:var(--fence-text);border-color:#ffffff21}body:not(.admin-body) input::placeholder,body:not(.admin-body) textarea::placeholder{color:#f7efe56b}.fence-direct-phone{display:inline-flex;margin-top:18px;color:var(--fence-orange-2);font-size:22px;font-weight:900;text-decoration:none}.contact-consent{display:grid!important;grid-template-columns:18px 1fr;align-items:start;gap:12px}.contact-consent input{width:18px!important;height:18px!important;margin:2px 0 0!important;accent-color:var(--fence-orange)}body:not(.admin-body) .contact-alert--success{background:#35a65f1f;border-color:#35a65f59;color:#d8ffe5}body:not(.admin-body) .contact-alert--error{background:#e84a1224;border-color:#e84a1273;color:#ffd8cc}.fence-footer{background:#070807;border-top:1px solid rgba(255,255,255,.08)}.fence-footer .footer__brand span{background:var(--fence-orange);color:#160701}body:not(.admin-body) .tariff-modal__panel,body:not(.admin-body) .portfolio-modal__panel{background:#11120f;color:var(--fence-text);border-color:#ffffff1f}@media (max-width: 1180px){.fence-nav{display:none}.fence-benefits-grid,.fence-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){body:not(.admin-body) .header.fence-header{padding:14px 18px}.fence-phone,.fence-header__button{display:none}.fence-hero{min-height:auto;padding:96px 18px 58px}.fence-hero h1{font-size:46px}.fence-hero p{font-size:16px}.fence-hero__actions{flex-direction:column}.fence-hero__stats,.fence-benefits-grid{grid-template-columns:1fr}.fence-benefit-card{min-height:auto;padding:24px}.fence-section-head h2,.portfolio__top h2,.faq__head h2,.about-copy h2,.calc-copy h2,.contact-copy h2{font-size:34px}.contact-form__grid{grid-template-columns:1fr}}body:not(.admin-body) .header.fence-header{width:100%;min-height:74px;padding:12px max(28px,calc((100vw - 1480px)/2));background:#040505f0;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body:not(.admin-body) .fence-brand{gap:13px}body:not(.admin-body) .fence-brand__shield{width:46px;height:50px;border-radius:0;background:transparent;box-shadow:none}body:not(.admin-body) .fence-brand__shield svg{width:46px;height:50px;overflow:visible}body:not(.admin-body) .fence-brand__shield svg path:first-child{fill:#e84a1214;stroke:var(--fence-orange-2);stroke-width:2.2}body:not(.admin-body) .fence-brand__shield svg path:last-child{fill:none;stroke:var(--fence-orange-2);stroke-width:2.35;stroke-linecap:round}body:not(.admin-body) .fence-brand:hover .fence-brand__shield{transform:translateY(-1px);filter:drop-shadow(0 12px 22px rgba(232,74,18,.22))}body:not(.admin-body) .fence-brand__text b{display:flex;align-items:baseline;gap:7px;color:#f9f4ecf0;font-size:20px;line-height:1;font-weight:950;letter-spacing:.105em}body:not(.admin-body) .fence-brand__text b span,body:not(.admin-body) .fence-brand__text b strong{display:inline-block;font:inherit;text-transform:uppercase}body:not(.admin-body) .fence-brand__text b strong{color:var(--fence-orange-2)}body:not(.admin-body) .fence-brand__text em{display:none}body:not(.admin-body) .fence-nav{gap:clamp(18px,2.1vw,34px)}body:not(.admin-body) .fence-nav a{position:relative;display:inline-flex;align-items:center;min-height:38px;color:#f7efe5d1;font-size:13px;font-weight:850;letter-spacing:.03em;transition:color .24s ease,transform .24s ease}body:not(.admin-body) .fence-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--fence-orange),var(--fence-orange-2));transform:scaleX(0);transform-origin:left center;opacity:.95;transition:transform .28s ease}body:not(.admin-body) .fence-nav a:hover,body:not(.admin-body) .fence-nav a:focus-visible{color:#fff8ef;transform:translateY(-1px)}body:not(.admin-body) .fence-nav a:hover:after,body:not(.admin-body) .fence-nav a:focus-visible:after,body:not(.admin-body) .fence-nav a:first-child:after{transform:scaleX(1)}body:not(.admin-body) .fence-phone{color:#f9f4ecf5;font-size:16px;font-weight:950;letter-spacing:.12em;transition:color .24s ease}body:not(.admin-body) .fence-phone:before{content:"☎";margin-right:9px;color:var(--fence-orange-2);font-size:13px;letter-spacing:0}body:not(.admin-body) .fence-phone:hover{color:var(--fence-orange-2)}body:not(.admin-body) .fence-header__button{min-width:158px;min-height:42px;border-radius:7px;color:#fff4ea;background:linear-gradient(135deg,var(--fence-orange),var(--fence-orange-2));box-shadow:0 18px 42px #e84a1238;transition:transform .24s ease,box-shadow .24s ease,filter .24s ease}body:not(.admin-body) .fence-header__button:hover{transform:translateY(-2px);box-shadow:0 24px 54px #e84a1252;filter:saturate(1.08)}body:not(.admin-body) .fence-hero{--hero-side: max(28px, calc((100vw - 1480px)/2) );min-height:calc(100svh - 74px);padding:clamp(84px,8.5vw,126px) var(--hero-side) 52px;background:#030404}body:not(.admin-body) .fence-hero__media{z-index:-3;background:#030404}body:not(.admin-body) .fence-hero__photo{background-image:url(/hero_bq.png);background-size:cover;background-position:center right;background-repeat:no-repeat;opacity:1;transform:none;filter:saturate(1.04) contrast(1.03)}body:not(.admin-body) .fence-hero__texture{display:none}body:not(.admin-body) .fence-hero__shade{z-index:-1;background:linear-gradient(180deg,#0304040d,#0304042e 56%,#030404d1),radial-gradient(circle at 18% 34%,rgba(232,74,18,.12),transparent 27%),linear-gradient(90deg,#03040442,#0304041a 48%,#03040405)}body:not(.admin-body) .fence-hero__inner{position:relative;z-index:2;width:min(100%,1480px);min-height:calc(100svh - 126px - clamp(84px,8.5vw,126px));margin:0 auto;display:flex;flex-direction:column}body:not(.admin-body) .fence-hero__content{width:min(100%,845px)}body:not(.admin-body) .fence-eyebrow{min-height:38px;padding:0 18px;border-color:#e84a1273;background:#e84a1212;color:#ff7438;font-size:11px;line-height:1;letter-spacing:.19em}body:not(.admin-body) .fence-eyebrow i{width:8px;height:8px}body:not(.admin-body) .fence-hero h1{margin-top:26px;max-width:795px;color:#fff8eff0;font-family:Forum,Georgia,serif;font-size:clamp(56px,5.15vw,92px);font-weight:400;line-height:.98;letter-spacing:.012em;text-shadow:0 22px 70px rgba(0,0,0,.48)}body:not(.admin-body) .fence-hero h1 span{display:block}body:not(.admin-body) .fence-hero h1 .is-accent{color:var(--fence-orange-2)}body:not(.admin-body) .fence-hero p{margin-top:25px;max-width:685px;color:#f7efe5d1;font-size:clamp(16px,1.08vw,18px);line-height:1.72;font-weight:600;letter-spacing:.035em}body:not(.admin-body) .fence-regions{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;width:max-content;max-width:100%;margin-top:30px}body:not(.admin-body) .fence-regions span{min-height:35px;padding:0 15px;border-color:#ffffff2e;background:#0708076b;color:#f7efe5d6;font-size:12px;font-weight:850;letter-spacing:.02em;white-space:nowrap;transition:transform .24s ease,border-color .24s ease,color .24s ease,background .24s ease}body:not(.admin-body) .fence-regions span:hover{transform:translateY(-2px);border-color:#e84a128f;background:#e84a1214;color:#fff6ed}body:not(.admin-body) .fence-regions span:before{width:7px;height:7px}body:not(.admin-body) .fence-hero__actions{gap:18px;margin-top:34px}body:not(.admin-body) .fence-hero__actions .button{min-width:272px;min-height:62px;border-radius:9px;font-size:13px;font-weight:950;letter-spacing:.095em;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease,background .25s ease}body:not(.admin-body) .fence-hero__actions .button:hover{transform:translateY(-3px)}body:not(.admin-body) .fence-hero__actions .button--light{color:#fff6ee!important;background:linear-gradient(135deg,#f05a1a,#ff6a28);box-shadow:0 24px 62px #e84a1252}body:not(.admin-body) .fence-hero__actions .button--ghost{min-width:248px;border:1px solid rgba(232,74,18,.56);background:#0708074d;color:#fffaf5eb}body:not(.admin-body) .fence-hero__actions .button--ghost:hover{border-color:#ff6a28db;background:#e84a1214;box-shadow:0 20px 54px #0000003d}body:not(.admin-body) .fence-hero__stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;width:100%;max-width:1360px;margin-top:auto;margin-bottom:0;padding:30px 0;border:1px solid rgba(255,255,255,.12);border-radius:5px;background:#03040447;box-shadow:inset 0 1px #ffffff09,0 28px 70px #0000003d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body:not(.admin-body) .fence-hero__stats span{position:relative;display:grid;align-content:center;gap:9px;min-width:0;padding:0 clamp(18px,2.6vw,44px)}body:not(.admin-body) .fence-hero__stats span+span{padding-left:clamp(18px,2.6vw,44px)}body:not(.admin-body) .fence-hero__stats span+span:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:#ffffff29}body:not(.admin-body) .fence-hero__stats b{display:block;color:var(--fence-orange-2);font-family:Manrope,system-ui,sans-serif;font-size:clamp(30px,2.35vw,43px);line-height:1;font-weight:950;letter-spacing:.015em;white-space:nowrap}body:not(.admin-body) .fence-hero__stats em{display:block;max-width:190px;color:#f7efe5c7;font-style:normal;font-size:14px;line-height:1.28;font-weight:650;letter-spacing:.01em}@media (max-width: 1320px){body:not(.admin-body) .fence-brand__text b{font-size:18px;letter-spacing:.075em}body:not(.admin-body) .fence-nav{gap:18px}body:not(.admin-body) .fence-nav a{font-size:12px}body:not(.admin-body) .fence-hero__content{width:min(100%,760px)}body:not(.admin-body) .fence-hero__stats{max-width:100%}}@media (max-width: 1180px){body:not(.admin-body) .fence-hero__content{width:min(100%,720px)}body:not(.admin-body) .fence-regions{flex-wrap:wrap;width:min(100%,720px)}body:not(.admin-body) .fence-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:54px}body:not(.admin-body) .fence-hero__stats span:nth-child(4){padding-left:clamp(18px,2.6vw,44px)}body:not(.admin-body) .fence-hero__stats span:nth-child(4):before{display:block}body:not(.admin-body) .fence-hero__stats span:nth-child(4),body:not(.admin-body) .fence-hero__stats span:nth-child(5){border-top:1px solid rgba(255,255,255,.1);padding-top:22px;margin-top:22px}body:not(.admin-body) .fence-hero__stats span:nth-child(4):before{display:none}}@media (max-width: 760px){body:not(.admin-body) .header.fence-header{min-height:64px;padding:10px 16px}body:not(.admin-body) .fence-brand__shield,body:not(.admin-body) .fence-brand__shield svg{width:38px;height:42px}body:not(.admin-body) .fence-brand__text b{font-size:13px;letter-spacing:.055em}body:not(.admin-body) .fence-hero{min-height:auto;padding:92px 18px 48px}body:not(.admin-body) .fence-hero__photo{background-position:62% center}body:not(.admin-body) .fence-hero__shade{background:linear-gradient(180deg,#03040433,#03040485 52%,#030404eb),linear-gradient(90deg,#030404b8,#03040494)}body:not(.admin-body) .fence-hero__inner{min-height:auto}body:not(.admin-body) .fence-eyebrow{min-height:32px;font-size:9px;letter-spacing:.12em}body:not(.admin-body) .fence-hero h1{font-size:clamp(43px,13.5vw,60px);line-height:1;letter-spacing:.006em}body:not(.admin-body) .fence-hero p{font-size:15px;line-height:1.62;letter-spacing:.018em}body:not(.admin-body) .fence-regions{flex-wrap:wrap;width:100%;gap:8px}body:not(.admin-body) .fence-regions span{min-height:32px;padding:0 11px;font-size:11px}body:not(.admin-body) .fence-hero__actions{grid-template-columns:1fr}body:not(.admin-body) .fence-hero__actions .button{min-width:0;width:100%;min-height:55px;font-size:11px}body:not(.admin-body) .fence-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:42px;padding:22px 0}body:not(.admin-body) .fence-hero__stats span,body:not(.admin-body) .fence-hero__stats span+span{padding:0 18px}body:not(.admin-body) .fence-hero__stats span:before,body:not(.admin-body) .fence-hero__stats span+span:before{display:none}body:not(.admin-body) .fence-hero__stats span:nth-child(n+3){border-top:1px solid rgba(255,255,255,.1);padding-top:18px;margin-top:18px}body:not(.admin-body) .fence-hero__stats b{font-size:28px}body:not(.admin-body) .fence-hero__stats em{font-size:12px}}@media (max-width: 410px){body:not(.admin-body) .fence-hero__stats{grid-template-columns:1fr}body:not(.admin-body) .fence-hero__stats span:nth-child(n){border-top:0;padding-top:0;margin-top:0}body:not(.admin-body) .fence-hero__stats span+span{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;margin-top:16px}}body:not(.admin-body) .header.fence-header{top:0;left:0;right:0;transform:none;width:100%;min-height:74px;border:0;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;box-shadow:0 14px 42px #00000038;display:grid;grid-template-columns:minmax(270px,1fr) auto minmax(300px,1fr);column-gap:clamp(18px,2vw,34px);align-items:center;overflow:visible}body:not(.admin-body) .fence-brand{justify-self:start;min-width:0}body:not(.admin-body) .fence-nav{justify-self:center;justify-content:center;min-width:max-content;gap:clamp(20px,2vw,32px)}body:not(.admin-body) .fence-header__side{justify-self:end;min-width:0}body:not(.admin-body) .fence-phone{white-space:nowrap}body:not(.admin-body) .fence-hero{--hero-side: max(28px, calc((100vw - 1480px)/2) );position:relative;isolation:isolate;display:block;min-height:max(820px,calc(100svh - 74px));padding:clamp(96px,7vw,122px) var(--hero-side) 48px;background:#030404;overflow:hidden}body:not(.admin-body) .fence-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none;background:#030404}body:not(.admin-body) .fence-hero__photo{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/hero_bq.png);background-size:cover;background-position:center right;background-repeat:no-repeat;opacity:1;transform:none;filter:saturate(1.08) contrast(1.05) brightness(1.08)}body:not(.admin-body) .fence-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0304040f,#03040424 52%,#030404b3),linear-gradient(90deg,#0304046b,#03040447 36%,#03040414,#03040405),radial-gradient(circle at 84% 11%,rgba(255,106,40,.18),transparent 34%),radial-gradient(circle at 17% 39%,rgba(232,74,18,.1),transparent 28%)}body:not(.admin-body) .fence-hero__inner{position:relative;z-index:2;width:min(100%,1480px);min-height:max(620px,calc(100svh - 122px - clamp(96px,7vw,122px)));margin:0 auto;display:flex;flex-direction:column}body:not(.admin-body) .fence-hero__content{width:min(100%,910px)}body:not(.admin-body) .fence-eyebrow{font-family:Manrope,system-ui,sans-serif;text-transform:none;letter-spacing:.15em}body:not(.admin-body) .fence-hero h1{max-width:910px;margin:24px 0 0;font-family:Manrope,system-ui,sans-serif;font-size:clamp(48px,4.55vw,76px);font-weight:500;line-height:1.08;letter-spacing:-.045em;color:#fff8eff5;text-wrap:balance}body:not(.admin-body) .fence-hero h1 .is-accent{color:#ff5a1f;font-weight:500}body:not(.admin-body) .fence-hero p{max-width:690px;margin-top:26px;color:#f7efe5d6;font-family:Manrope,system-ui,sans-serif;font-size:clamp(16px,1.06vw,18px);line-height:1.72;font-weight:600;letter-spacing:.032em}body:not(.admin-body) .fence-regions{width:min(100%,820px);max-width:820px;margin:30px auto 0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:10px}body:not(.admin-body) .fence-regions span{min-height:38px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#0708077a;box-shadow:inset 0 1px #ffffff0a,0 14px 34px #0000002e;color:#f7efe5db;font-family:Manrope,system-ui,sans-serif;font-size:12px;font-weight:800;letter-spacing:.012em;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body:not(.admin-body) .fence-regions span:before{content:"";display:inline-block;width:7px;height:7px;flex:0 0 7px;border-radius:50% 50% 50% 0;background:#ff5a1f;transform:rotate(-45deg);box-shadow:0 0 0 4px #e84a121a}body:not(.admin-body) .fence-hero__actions{margin-top:32px;display:flex;align-items:center;gap:18px}body:not(.admin-body) .fence-hero__actions .button{font-family:Manrope,system-ui,sans-serif}body:not(.admin-body) .fence-hero__stats{width:min(100%,1360px);margin:auto auto 0;padding:31px 0}body:not(.admin-body) .fence-hero__stats b,body:not(.admin-body) .fence-hero__stats em,body:not(.admin-body) .fence-nav a,body:not(.admin-body) .fence-phone,body:not(.admin-body) .fence-header__button,body:not(.admin-body) .fence-brand__text b{font-family:Manrope,system-ui,sans-serif}@media (max-width: 1420px){body:not(.admin-body) .header.fence-header{grid-template-columns:minmax(235px,1fr) auto minmax(270px,1fr)}body:not(.admin-body) .fence-brand__text b{font-size:16px;letter-spacing:.06em}body:not(.admin-body) .fence-nav{gap:17px}body:not(.admin-body) .fence-nav a{font-size:12px}body:not(.admin-body) .fence-phone{font-size:14px;letter-spacing:.08em}body:not(.admin-body) .fence-header__button{min-width:140px;padding-inline:16px}}@media (max-width: 1240px){body:not(.admin-body) .header.fence-header{grid-template-columns:1fr auto}body:not(.admin-body) .fence-nav{display:none}body:not(.admin-body) .fence-regions{flex-wrap:wrap;justify-content:flex-start;margin-left:0;margin-right:0}}@media (max-width: 760px){body:not(.admin-body) .header.fence-header{top:0;grid-template-columns:1fr auto;min-height:64px;border-radius:0}body:not(.admin-body) .fence-hero{min-height:auto;padding:92px 18px 48px}body:not(.admin-body) .fence-hero__photo{background-position:63% center;filter:saturate(1.05) contrast(1.04) brightness(.96)}body:not(.admin-body) .fence-hero__shade{background:linear-gradient(180deg,#03040438,#0304048a 55%,#030404e0),linear-gradient(90deg,#030404c2,#0304048f)}body:not(.admin-body) .fence-hero__inner{min-height:auto}body:not(.admin-body) .fence-hero h1{max-width:100%;font-size:clamp(38px,11.8vw,56px);line-height:1.04;letter-spacing:-.04em;text-wrap:auto}body:not(.admin-body) .fence-hero h1 span:first-child{white-space:normal}body:not(.admin-body) .fence-regions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px}body:not(.admin-body) .fence-hero__actions{flex-direction:column;align-items:stretch}}body:not(.admin-body) .fence-hero{min-height:max(760px,calc(100svh - 74px));padding-bottom:clamp(46px,4vw,64px)}body:not(.admin-body) .fence-hero__photo{background-size:cover;background-position:center right;opacity:1;filter:saturate(1.18) contrast(1.08) brightness(1.16);transform:scale(1.012);transform-origin:right center}body:not(.admin-body) .fence-hero__shade{background:linear-gradient(180deg,#03040405,#0304041f 54%,#03040494),linear-gradient(90deg,#0304047a,#03040442 35%,#0304040f 67%,#03040400),radial-gradient(circle at 86% 9%,rgba(255,106,40,.24),transparent 34%),radial-gradient(circle at 18% 36%,rgba(232,74,18,.12),transparent 27%)}body:not(.admin-body) .fence-hero__content{width:min(100%,980px)}body:not(.admin-body) .fence-eyebrow{min-height:42px;padding:0 22px;display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(255,106,40,.48);border-radius:999px;background:linear-gradient(180deg,#e84a121f,#e84a120b);box-shadow:inset 0 1px #ffffff0e,0 18px 48px #0000003d,0 0 0 1px #e84a120b;color:#ff7438;font-family:Manrope,system-ui,sans-serif;font-size:12px;line-height:1;font-weight:900;letter-spacing:.16em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body:not(.admin-body) .fence-eyebrow i{position:relative;width:15px;height:16px;flex:0 0 15px;border-radius:6px 6px 8px 8px;background:#ff6a281f;border:1px solid rgba(255,106,40,.7);box-shadow:0 0 0 5px #e84a1212}body:not(.admin-body) .fence-eyebrow i:after{content:"";position:absolute;left:4px;top:4px;width:5px;height:8px;border-right:2px solid #ff7438;border-bottom:2px solid #ff7438;transform:rotate(38deg)}body:not(.admin-body) .fence-hero h1{max-width:980px;font-size:clamp(50px,4.45vw,76px);line-height:1.07}body:not(.admin-body) .fence-hero h1 span:first-child{white-space:nowrap}body:not(.admin-body) .fence-regions{width:max-content;max-width:none;margin:30px 0 0;justify-content:flex-start;flex-wrap:nowrap;gap:10px}body:not(.admin-body) .fence-regions span{min-height:38px;padding:0 16px;background:#07080785;border-color:#fff3}body:not(.admin-body) .fence-hero__actions{margin-top:30px}body:not(.admin-body) .fence-hero__stats{width:min(100%,1180px);max-width:1180px;margin:clamp(42px,4vw,56px) 0 0;padding:25px 0;justify-self:start}body:not(.admin-body) .fence-hero__stats span{padding:0 clamp(20px,2.2vw,36px);text-align:left}body:not(.admin-body) .fence-hero__stats b{font-size:clamp(29px,2.15vw,40px);letter-spacing:.01em}body:not(.admin-body) .fence-hero__stats em{max-width:none;font-size:13px;line-height:1.25}@media (max-width: 1320px){body:not(.admin-body) .fence-hero h1{font-size:clamp(48px,4.3vw,68px)}body:not(.admin-body) .fence-hero__stats{width:min(100%,1120px)}}@media (max-width: 1240px){body:not(.admin-body) .fence-regions{width:100%;max-width:760px;flex-wrap:wrap}body:not(.admin-body) .fence-hero__stats{width:100%;max-width:100%}}@media (max-width: 760px){body:not(.admin-body) .fence-hero{min-height:auto;padding-bottom:48px}body:not(.admin-body) .fence-eyebrow{min-height:34px;padding:0 14px;font-size:9px;letter-spacing:.12em}body:not(.admin-body) .fence-eyebrow i{width:12px;height:13px;flex-basis:12px}body:not(.admin-body) .fence-hero h1 span:first-child{white-space:normal}body:not(.admin-body) .fence-hero__stats{margin-top:38px}}@media (min-width: 761px){body:not(.admin-body) .fence-hero{min-height:auto;max-height:1000px;padding-top:clamp(92px,6.2vw,112px);padding-bottom:clamp(42px,3.2vw,54px)}body:not(.admin-body) .fence-hero__inner{min-height:auto}}body:not(.admin-body) .fence-eyebrow{align-items:center;gap:10px}body:not(.admin-body) .fence-eyebrow i{width:16px;height:18px;flex:0 0 16px;display:inline-block;border:0;border-radius:0;background:transparent url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.3L14 3.2V7.8C14 11.75 11.65 14.72 8 16.25C4.35 14.72 2 11.75 2 7.8V3.2L8 1.3Z' stroke='%23ff7438' stroke-width='1.45' stroke-linejoin='round'/%3E%3Cpath d='M5.45 6.1V10.8M8 5.35V11.45M10.55 6.1V10.8' stroke='%23ff7438' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;box-shadow:none;transform:translateY(.5px)}body:not(.admin-body) .fence-eyebrow i:after{content:none}@media (max-width: 760px){body:not(.admin-body) .fence-hero{max-height:none}body:not(.admin-body) .fence-eyebrow i{width:13px;height:15px;flex-basis:13px}}body:not(.admin-body) .fence-advantages{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(82px,7vw,118px);padding-bottom:clamp(86px,7vw,124px);background:linear-gradient(180deg,#030404,#0b0c0b 44%,#0f100e);border-bottom:1px solid rgba(255,255,255,.08)}body:not(.admin-body) .fence-advantages:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;pointer-events:none;background:radial-gradient(circle at 84% 14%,rgba(255,106,40,.18),transparent 32%),radial-gradient(circle at 10% 22%,rgba(232,74,18,.1),transparent 28%),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:auto,auto,92px 92px,92px 92px;opacity:.86}body:not(.admin-body) .fence-advantages:after{content:"";position:absolute;right:-170px;top:46px;z-index:-2;width:560px;height:560px;border-radius:50%;border:1px solid rgba(255,106,40,.14);box-shadow:0 0 0 86px #ff6a2806,inset 0 0 80px #ff6a280b;pointer-events:none}body:not(.admin-body) .fence-advantages__glow{position:absolute;right:0;bottom:-220px;z-index:-1;width:min(62vw,860px);height:520px;pointer-events:none;background:radial-gradient(ellipse at 72% 70%,rgba(255,106,40,.22),transparent 58%),linear-gradient(90deg,transparent 0%,rgba(255,106,40,.045) 100%);filter:blur(2px)}body:not(.admin-body) .fence-advantages__inner{width:min(100%,1480px);margin:0 auto}body:not(.admin-body) .fence-advantages__head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.58fr);gap:clamp(34px,5vw,86px);align-items:end;max-width:1240px}body:not(.admin-body) .fence-advantages__label{grid-column:1 / -1;width:fit-content;margin-bottom:-10px}body:not(.admin-body) .fence-advantages__head h2{margin:0;max-width:790px;color:#fff8eff5;font-family:Manrope,system-ui,sans-serif;font-size:clamp(42px,4.6vw,72px);line-height:1.04;font-weight:720;letter-spacing:.006em;text-wrap:balance}body:not(.admin-body) .fence-advantages__head h2 span{display:block;color:#ff5a1f}body:not(.admin-body) .fence-advantages__head p{margin:0;max-width:560px;color:#f7efe5c2;font-family:Manrope,system-ui,sans-serif;font-size:clamp(15px,1vw,17px);line-height:1.78;font-weight:600;letter-spacing:.032em}body:not(.admin-body) .fence-advantages__grid{margin-top:clamp(42px,4.2vw,64px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}body:not(.admin-body) .fence-advantage-card{position:relative;min-height:274px;padding:30px 30px 28px;border-radius:27px;background:linear-gradient(180deg,#ffffff12,#ffffff07),#0c0d0cb8;border:1px solid rgba(255,255,255,.105);box-shadow:0 30px 82px #0000004d,inset 0 1px #ffffff0e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}body:not(.admin-body) .fence-advantage-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 24% 0%,rgba(255,106,40,.12),transparent 34%),linear-gradient(135deg,rgba(255,106,40,.065),transparent 46%);opacity:.55;transition:opacity .28s ease}body:not(.admin-body) .fence-advantage-card:after{content:"";position:absolute;left:30px;right:30px;bottom:0;height:2px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,#ff6a2800,#ff6a28b8,#ff6a2800);opacity:.24;transition:opacity .28s ease}body:not(.admin-body) .fence-advantage-card:hover{transform:translateY(-6px);border-color:#ff6a2852;background:linear-gradient(180deg,#ffffff16,#ffffff09),#10110fd1;box-shadow:0 34px 92px #00000061,0 18px 54px #e84a1217,inset 0 1px #ffffff12}body:not(.admin-body) .fence-advantage-card:hover:before,body:not(.admin-body) .fence-advantage-card:hover:after{opacity:.9}body:not(.admin-body) .fence-advantage-card__top,body:not(.admin-body) .fence-advantage-card h3,body:not(.admin-body) .fence-advantage-card p{position:relative;z-index:1}body:not(.admin-body) .fence-advantage-card__top{display:flex;align-items:center;justify-content:flex-start;gap:18px;margin-bottom:24px}body:not(.admin-body) .fence-advantage-card__icon{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:15px;background:linear-gradient(180deg,#ff6a2829,#e84a1213);border:1px solid rgba(255,106,40,.16);box-shadow:inset 0 1px #ffffff0e,0 14px 34px #00000038}body:not(.admin-body) .fence-advantage-card__icon svg{width:24px;height:24px}body:not(.admin-body) .fence-advantage-card__icon svg path{fill:none;stroke:#ff6a28;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}body:not(.admin-body) .fence-advantage-card h3{max-width:260px;margin:0;color:#ff5a1f;font-family:Manrope,system-ui,sans-serif;font-size:clamp(18px,1.16vw,22px);line-height:1.18;font-weight:880;letter-spacing:.01em}body:not(.admin-body) .fence-advantage-card h3 span{display:block}body:not(.admin-body) .fence-advantage-card p{margin-top:16px;max-width:34ch;color:#f7efe5b8;font-family:Manrope,system-ui,sans-serif;font-size:14px;line-height:1.68;font-weight:600;letter-spacing:.018em}@media (max-width: 1180px){body:not(.admin-body) .fence-advantages__head{grid-template-columns:1fr;gap:24px}body:not(.admin-body) .fence-advantages__label{margin-bottom:0}body:not(.admin-body) .fence-advantages__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){body:not(.admin-body) .fence-advantages{padding-top:70px;padding-bottom:76px}body:not(.admin-body) .fence-advantages__head h2{font-size:clamp(34px,10vw,48px);line-height:1.08}body:not(.admin-body) .fence-advantages__head p{font-size:14px;line-height:1.68;letter-spacing:.018em}body:not(.admin-body) .fence-advantages__grid{grid-template-columns:1fr;gap:14px;margin-top:34px}body:not(.admin-body) .fence-advantage-card{min-height:auto;padding:24px;border-radius:24px}body:not(.admin-body) .fence-advantage-card__top{align-items:center;gap:14px;margin-bottom:20px}body:not(.admin-body) .fence-advantage-card h3{max-width:none;font-size:20px}body:not(.admin-body) .fence-advantage-card p{max-width:none}}body:not(.admin-body){--container: 1480px;--fence-site-width: 1480px;--fence-site-side: max(28px, calc((100vw - var(--fence-site-width)) / 2))}body:not(.admin-body) .header.fence-header,body:not(.admin-body) .fence-hero,body:not(.admin-body) .section.fence-advantages,body:not(.admin-body) .section.fence-services,body:not(.admin-body) .section.fence-portfolio,body:not(.admin-body) .section.calculator,body:not(.admin-body) .section.process,body:not(.admin-body) .section.reviews,body:not(.admin-body) .section.faq,body:not(.admin-body) .section.contacts,body:not(.admin-body) .footer.fence-footer{padding-left:var(--fence-site-side)!important;padding-right:var(--fence-site-side)!important}body:not(.admin-body) .fence-hero__inner,body:not(.admin-body) .fence-advantages__inner,body:not(.admin-body) .section.fence-services>.section-head,body:not(.admin-body) .section.fence-services>.tariffs-grid,body:not(.admin-body) .section.fence-services>.additional-services,body:not(.admin-body) .section.fence-portfolio>.portfolio__top,body:not(.admin-body) .section.fence-portfolio>.filters,body:not(.admin-body) .section.fence-portfolio>.portfolio-grid,body:not(.admin-body) .section.calculator>.calc-card,body:not(.admin-body) .section.process>.section-head,body:not(.admin-body) .section.process>.process-line,body:not(.admin-body) .section.reviews>.reviews__top,body:not(.admin-body) .section.reviews>.reviews__head,body:not(.admin-body) .section.reviews>.reviews-carousel,body:not(.admin-body) .section.reviews>.reviews-grid,body:not(.admin-body) .section.faq>.faq__head,body:not(.admin-body) .section.faq>.faq-layout,body:not(.admin-body) .section.contacts>.contact-card,body:not(.admin-body) .footer.fence-footer{width:min(100%,var(--fence-site-width))!important;max-width:var(--fence-site-width)!important;margin-left:auto!important;margin-right:auto!important}body:not(.admin-body) .section.fence-services>.section-head,body:not(.admin-body) .section.fence-portfolio>.portfolio__top,body:not(.admin-body) .section.process>.section-head,body:not(.admin-body) .section.reviews>.reviews__top,body:not(.admin-body) .section.reviews>.reviews__head,body:not(.admin-body) .section.faq>.faq__head{margin-left:auto!important;margin-right:auto!important}body:not(.admin-body) .section.fence-portfolio>.filters{margin-left:auto!important;margin-right:auto!important}@media (min-width: 761px){body:not(.admin-body) .fence-hero__content,body:not(.admin-body) .fence-hero__stats,body:not(.admin-body) .fence-advantages__head,body:not(.admin-body) .section.fence-services>.section-head,body:not(.admin-body) .section.fence-portfolio>.portfolio__top,body:not(.admin-body) .section.process>.section-head,body:not(.admin-body) .section.reviews>.reviews__top,body:not(.admin-body) .section.reviews>.reviews__head,body:not(.admin-body) .section.faq>.faq__head{margin-left:0!important;margin-right:0!important}body:not(.admin-body) .section.fence-portfolio>.filters{margin-left:0!important;margin-right:0!important}}@media (max-width: 760px){body:not(.admin-body){--fence-site-side: 18px}}@media (min-width: 1181px){body:not(.admin-body) .fence-advantages__head{max-width:min(100%,1380px);grid-template-columns:minmax(0,.94fr) minmax(500px,.76fr);gap:clamp(44px,5.4vw,96px);align-items:end}body:not(.admin-body) .fence-advantages__head p{width:min(100%,680px);max-width:680px;line-height:1.58;letter-spacing:.026em;text-wrap:pretty}}@media (min-width: 1321px){body:not(.admin-body) .fence-advantages__head p{font-size:17px}}@media (max-width: 1180px){body:not(.admin-body) .fence-advantages__head p{max-width:760px}}body:not(.admin-body) .section.fence-services{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(82px,7vw,118px);padding-bottom:clamp(90px,7.4vw,132px);background:linear-gradient(180deg,#0f100e,#070807 48%,#030404);border-bottom:1px solid rgba(255,255,255,.08)}body:not(.admin-body) .section.fence-services:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;pointer-events:none;background:radial-gradient(circle at 82% 16%,rgba(255,106,40,.18),transparent 31%),radial-gradient(circle at 8% 38%,rgba(232,74,18,.09),transparent 30%),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:auto,auto,92px 92px,92px 92px;opacity:.9}body:not(.admin-body) .section.fence-services:after{content:"";position:absolute;left:-210px;top:130px;z-index:-2;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,106,40,.12);box-shadow:0 0 0 82px #ff6a2806,inset 0 0 74px #ff6a2809;pointer-events:none}body:not(.admin-body) .fence-services__glow{position:absolute;right:-70px;bottom:-230px;z-index:-1;width:min(62vw,860px);height:520px;pointer-events:none;background:radial-gradient(ellipse at 70% 68%,rgba(255,106,40,.24),transparent 58%),linear-gradient(90deg,transparent 0%,rgba(255,106,40,.045) 100%);filter:blur(2px)}body:not(.admin-body) .fence-services__head{display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,.78fr);gap:clamp(42px,5vw,86px);align-items:end;max-width:min(100%,1360px)!important;margin-bottom:clamp(40px,4.1vw,64px)!important}body:not(.admin-body) .fence-services__head .fence-eyebrow{grid-column:1 / -1;width:fit-content;margin-bottom:-8px}body:not(.admin-body) .fence-services__head h2{margin:0;max-width:820px;color:#fff8eff5;font-family:Manrope,system-ui,sans-serif;font-size:clamp(42px,4.45vw,72px);line-height:1.04;font-weight:780;letter-spacing:.022em;text-wrap:balance}body:not(.admin-body) .fence-services__head p{margin:0;width:min(100%,660px);max-width:660px;color:#f7efe5c2;font-family:Manrope,system-ui,sans-serif;font-size:clamp(15px,1vw,17px);line-height:1.58;font-weight:600;letter-spacing:.026em;text-wrap:pretty}body:not(.admin-body) .fence-services__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;align-items:stretch}body:not(.admin-body) .fence-service-card{position:relative;grid-column:span 4;min-height:520px;display:flex;flex-direction:column;overflow:hidden;padding:30px;border-radius:28px;background:linear-gradient(180deg,#fff1,#ffffff07),#0c0d0cbd;border:1px solid rgba(255,255,255,.108);box-shadow:0 30px 82px #0000004f,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f7efe5eb;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease}body:not(.admin-body) .fence-service-card:nth-child(4),body:not(.admin-body) .fence-service-card:nth-child(5){grid-column:span 6;min-height:470px}body:not(.admin-body) .fence-service-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 22% -4%,rgba(255,106,40,.14),transparent 32%),radial-gradient(circle at 100% 100%,rgba(255,106,40,.105),transparent 36%),linear-gradient(135deg,rgba(255,106,40,.055),transparent 48%);opacity:.72;transition:opacity .3s ease}body:not(.admin-body) .fence-service-card:after{content:"";position:absolute;left:30px;right:30px;bottom:0;height:2px;border-radius:999px 999px 0 0;background:linear-gradient(90deg,#ff6a2800,#ff6a28c2,#ff6a2800);opacity:.24;transition:opacity .3s ease}body:not(.admin-body) .fence-service-card.is-popular{border-color:#ff6a288a;box-shadow:0 34px 94px #00000061,0 16px 52px #e84a121f,inset 0 1px #ffffff12}body:not(.admin-body) .fence-service-card.is-popular:before{opacity:.95}body:not(.admin-body) .fence-service-card:hover{transform:translateY(-7px);border-color:#ff6a2857;background:linear-gradient(180deg,#ffffff16,#ffffff0a),#10110fd6;box-shadow:0 36px 98px #00000063,0 18px 56px #e84a1217,inset 0 1px #ffffff12}body:not(.admin-body) .fence-service-card:hover:before,body:not(.admin-body) .fence-service-card:hover:after{opacity:.92}body:not(.admin-body) .fence-service-card__top,body:not(.admin-body) .fence-service-card__body,body:not(.admin-body) .fence-service-card__price,body:not(.admin-body) .fence-service-card__features,body:not(.admin-body) .fence-service-card__button{position:relative;z-index:1}body:not(.admin-body) .fence-service-card__top{display:flex;align-items:center;justify-content:space-between;gap:16px}body:not(.admin-body) .fence-service-card__icon{width:50px;height:50px;display:inline-grid;place-items:center;border-radius:16px;background:linear-gradient(180deg,#ff6a2829,#e84a1213);border:1px solid rgba(255,106,40,.18);box-shadow:inset 0 1px #ffffff0f,0 14px 34px #00000038}body:not(.admin-body) .fence-service-card__icon svg{width:25px;height:25px}body:not(.admin-body) .fence-service-card__icon svg path{stroke:#ff6a28;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}body:not(.admin-body) .fence-service-card__index{color:#f7efe52e;font-size:13px;line-height:1;font-weight:900;letter-spacing:.18em}body:not(.admin-body) .fence-service-card__body{margin-top:30px}body:not(.admin-body) .fence-service-card__kicker{width:fit-content;min-height:30px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;border:1px solid rgba(255,106,40,.22);background:#e84a1218;color:#ff6a28;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}body:not(.admin-body) .fence-service-card h3{margin:18px 0 0;color:#ff5a1f;font-family:Manrope,system-ui,sans-serif;font-size:clamp(25px,1.85vw,34px);line-height:1.05;font-weight:850;letter-spacing:.005em;text-wrap:balance}body:not(.admin-body) .fence-service-card h3 span{display:block}body:not(.admin-body) .fence-service-card p{margin-top:16px;max-width:39ch;color:#f7efe5b8;font-family:Manrope,system-ui,sans-serif;font-size:14px;line-height:1.66;font-weight:600;letter-spacing:.016em}body:not(.admin-body) .fence-service-card__price{margin-top:26px;display:flex;align-items:baseline;gap:8px;color:#ff5a1f}body:not(.admin-body) .fence-service-card__price b{font-size:clamp(34px,2.75vw,48px);line-height:.92;font-weight:900;letter-spacing:.015em;white-space:nowrap}body:not(.admin-body) .fence-service-card__price em{color:#ff6a28e0;font-style:normal;font-size:13px;line-height:1;font-weight:900;letter-spacing:.08em}body:not(.admin-body) .fence-service-card__features{margin:24px 0 0;padding:20px 0 0;list-style:none;display:grid;gap:11px;border-top:1px solid rgba(255,255,255,.1)}body:not(.admin-body) .fence-service-card__features li{position:relative;padding-left:24px;color:#f7efe5b3;font-size:13.5px;line-height:1.35;font-weight:650}body:not(.admin-body) .fence-service-card__features li:before{content:"✓";position:absolute;left:0;top:0;color:#ff6a28;font-size:14px;font-weight:900}body:not(.admin-body) .fence-service-card__button{margin-top:auto;min-height:56px;width:100%;border:1px solid rgba(255,106,40,.28);border-radius:16px;background:#ffffff0e;color:#fff8efeb;font-size:12px;line-height:1;font-weight:900;letter-spacing:.12em;text-transform:uppercase;transition:transform .26s ease,background .26s ease,border-color .26s ease,color .26s ease,box-shadow .26s ease}body:not(.admin-body) .fence-service-card__button:hover,body:not(.admin-body) .fence-service-card.is-popular .fence-service-card__button{transform:translateY(-2px);border-color:transparent;background:linear-gradient(135deg,#e84a12,#ff6a28);color:#160701;box-shadow:0 18px 48px #e84a1238}body:not(.admin-body) .service-lead-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:28px;animation:serviceModalFadeIn .22s ease both}body:not(.admin-body) .service-lead-modal.is-closing{animation:serviceModalFadeOut .18s ease both}body:not(.admin-body) .service-lead-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000a3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body:not(.admin-body) .service-lead-modal__panel{position:relative;z-index:1;width:min(100%,620px);max-height:calc(100vh - 56px);overflow:auto;border-radius:32px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 92% 0%,rgba(255,106,40,.16),transparent 32%),linear-gradient(180deg,#ffffff12,#ffffff09),#11120f;box-shadow:0 42px 130px #0000008f,inset 0 1px #ffffff0f;padding:clamp(28px,3vw,42px);color:#f7efe5eb;animation:servicePanelIn .24s cubic-bezier(.22,.61,.36,1) both;scrollbar-width:none}body:not(.admin-body) .service-lead-modal__panel::-webkit-scrollbar{display:none}body:not(.admin-body) .service-lead-modal.is-closing .service-lead-modal__panel{animation:servicePanelOut .18s ease both}body:not(.admin-body) .service-lead-modal__close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0b;color:#ff6a28;font-size:30px;line-height:1;transition:transform .24s ease,background .24s ease}body:not(.admin-body) .service-lead-modal__close:hover{transform:scale(1.04);background:#ff6a281f}body:not(.admin-body) .service-lead-modal__head{padding-right:38px;margin-bottom:24px}body:not(.admin-body) .service-lead-modal__head .fence-eyebrow{min-height:34px;padding-inline:14px;font-size:10px;letter-spacing:.14em}body:not(.admin-body) .service-lead-modal__head h3{margin:20px 0 0;max-width:520px;color:#ff5a1f;font-family:Manrope,system-ui,sans-serif;font-size:clamp(28px,3vw,40px);line-height:1.08;font-weight:860;letter-spacing:.02em}body:not(.admin-body) .service-lead-modal__head p{margin-top:14px;max-width:500px;color:#f7efe5b8;font-size:15px;line-height:1.58;font-weight:600;letter-spacing:.018em}body:not(.admin-body) .service-lead-modal__panel label{display:grid;gap:9px;margin-top:16px}body:not(.admin-body) .service-lead-modal__panel label>span{color:#ff6a28;font-size:12px;line-height:1;font-weight:900;letter-spacing:.09em}body:not(.admin-body) .service-lead-modal__panel label>span em{color:#f7efe575;font-style:normal;font-weight:800;letter-spacing:.035em}body:not(.admin-body) .service-lead-modal__panel input,body:not(.admin-body) .service-lead-modal__panel textarea,body:not(.admin-body) .service-lead-modal__panel select{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#030404b8;color:#fff8efeb;outline:none;font-size:15px;font-weight:650;letter-spacing:.018em;transition:border-color .24s ease,box-shadow .24s ease,background .24s ease}body:not(.admin-body) .service-lead-modal__panel input,body:not(.admin-body) .service-lead-modal__panel select{min-height:54px;padding:0 16px}body:not(.admin-body) .service-lead-modal__panel textarea{min-height:96px;resize:vertical;padding:16px}body:not(.admin-body) .service-lead-modal__panel input:focus,body:not(.admin-body) .service-lead-modal__panel textarea:focus,body:not(.admin-body) .service-lead-modal__panel select:focus{border-color:#ff6a2873;background:#030404d6;box-shadow:0 0 0 4px #ff6a2814}body:not(.admin-body) .service-lead-modal__panel input::placeholder,body:not(.admin-body) .service-lead-modal__panel textarea::placeholder{color:#f7efe561}body:not(.admin-body) .service-lead-modal__consent{grid-template-columns:18px 1fr;align-items:start;gap:12px!important;margin-top:18px!important}body:not(.admin-body) .service-lead-modal__consent input{width:18px!important;min-height:18px!important;height:18px!important;margin:0!important;accent-color:#e84a12}body:not(.admin-body) .service-lead-modal__consent span{color:#f7efe599!important;font-size:12px!important;line-height:1.42!important;font-weight:650!important;letter-spacing:.018em!important}body:not(.admin-body) .service-lead-modal__alert{margin:18px 0 0;padding:13px 14px;border-radius:14px;font-size:13px;line-height:1.45;font-weight:750}body:not(.admin-body) .service-lead-modal__alert--success{border:1px solid rgba(53,166,95,.34);background:#35a65f1f;color:#d8ffe5}body:not(.admin-body) .service-lead-modal__alert--error{border:1px solid rgba(232,74,18,.42);background:#e84a1221;color:#ffd8cc}body:not(.admin-body) .service-lead-modal__submit{width:100%;min-height:58px;margin-top:20px;border:0;border-radius:16px;background:linear-gradient(135deg,#e84a12,#ff6a28);color:#160701;font-size:13px;font-weight:950;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 18px 48px #e84a123d;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}body:not(.admin-body) .service-lead-modal__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 24px 58px #e84a124d}body:not(.admin-body) .service-lead-modal__submit:disabled{cursor:progress;opacity:.72}@keyframes serviceModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes serviceModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes servicePanelIn{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes servicePanelOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(12px) scale(.99)}}@media (max-width: 1180px){body:not(.admin-body) .fence-services__head{grid-template-columns:1fr;gap:24px}body:not(.admin-body) .fence-services__head .fence-eyebrow{margin-bottom:0}body:not(.admin-body) .fence-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}body:not(.admin-body) .fence-service-card,body:not(.admin-body) .fence-service-card:nth-child(4),body:not(.admin-body) .fence-service-card:nth-child(5){grid-column:auto;min-height:500px}}@media (max-width: 760px){body:not(.admin-body) .section.fence-services{padding-top:70px;padding-bottom:78px}body:not(.admin-body) .fence-services__head h2{font-size:clamp(34px,10vw,48px);line-height:1.08}body:not(.admin-body) .fence-services__head p{font-size:14px;line-height:1.68;letter-spacing:.018em}body:not(.admin-body) .fence-services__grid{grid-template-columns:1fr;gap:14px}body:not(.admin-body) .fence-service-card,body:not(.admin-body) .fence-service-card:nth-child(4),body:not(.admin-body) .fence-service-card:nth-child(5){min-height:auto;padding:24px;border-radius:24px}body:not(.admin-body) .fence-service-card__body{margin-top:24px}body:not(.admin-body) .fence-service-card h3{font-size:27px}body:not(.admin-body) .fence-service-card__price b{font-size:36px}body:not(.admin-body) .service-lead-modal{padding:12px;align-items:end}body:not(.admin-body) .service-lead-modal__panel{width:100%;max-height:calc(100vh - 24px);border-radius:26px;padding:26px 20px 22px}body:not(.admin-body) .service-lead-modal__head{padding-right:34px}body:not(.admin-body) .service-lead-modal__head h3{font-size:28px}}body:not(.admin-body) .fence-services__grid{grid-auto-flow:row dense}body:not(.admin-body) .fence-services__grid .fence-service-card:nth-child(1){grid-column:1 / span 4;grid-row:1}body:not(.admin-body) .fence-services__grid .fence-service-card:nth-child(2){grid-column:9 / span 4;grid-row:1}body:not(.admin-body) .fence-services__grid .fence-service-card.is-popular,body:not(.admin-body) .fence-services__grid .fence-service-card:nth-child(3){grid-column:5 / span 4;grid-row:1}body:not(.admin-body) .fence-services__grid .fence-service-card:nth-child(4){grid-column:1 / span 6;grid-row:2}body:not(.admin-body) .fence-services__grid .fence-service-card:nth-child(5){grid-column:7 / span 6;grid-row:2}body:not(.admin-body) .fence-service-card__top{align-items:flex-start;justify-content:flex-start;gap:18px;min-height:86px}body:not(.admin-body) .fence-service-card__titlebox{min-width:0;display:grid;align-content:start;gap:10px;padding-top:1px}body:not(.admin-body) .fence-service-card__index{display:none!important}body:not(.admin-body) .fence-service-card__kicker{min-height:26px;padding:0 11px;font-size:9px;letter-spacing:.16em}body:not(.admin-body) .fence-service-card h3{margin:0;max-width:260px;font-size:clamp(21px,1.42vw,28px);line-height:1.08;letter-spacing:.012em}body:not(.admin-body) .fence-service-card h3 span{display:block;white-space:nowrap}body:not(.admin-body) .fence-service-card__body{margin-top:24px}body:not(.admin-body) .fence-service-card p{margin-top:0}body:not(.admin-body) .fence-service-card__features{margin-top:24px;margin-bottom:30px}body:not(.admin-body) .fence-service-card__button{margin-top:auto}body:not(.admin-body) .fence-service-card.is-popular .fence-service-card__top{min-height:92px}@media (max-width: 1180px){body:not(.admin-body) .fence-services__grid .fence-service-card:nth-child(n),body:not(.admin-body) .fence-services__grid .fence-service-card.is-popular{grid-column:auto;grid-row:auto}}@media (max-width: 760px){body:not(.admin-body) .fence-service-card__top{min-height:0;gap:14px}body:not(.admin-body) .fence-service-card h3{max-width:100%;font-size:22px}body:not(.admin-body) .fence-service-card h3 span{white-space:normal}body:not(.admin-body) .fence-service-card__features{margin-bottom:24px}}body:not(.admin-body) .fence-services__head{display:block;max-width:min(100%,940px)!important;margin-bottom:clamp(36px,3.8vw,58px)!important}body:not(.admin-body) .fence-services__head .fence-eyebrow{display:inline-flex;width:fit-content;margin-bottom:20px}body:not(.admin-body) .fence-services__head h2{max-width:900px;letter-spacing:.034em}body:not(.admin-body) .fence-services__head h2 span{display:block}body:not(.admin-body) .fence-services__head p{display:none!important}body:not(.admin-body) .fence-service-card__top{min-height:66px;align-items:center;gap:16px}body:not(.admin-body) .fence-service-card__titlebox{display:block;padding-top:0}body:not(.admin-body) .fence-service-card h3{max-width:300px;letter-spacing:.016em}body:not(.admin-body) .fence-service-card__kicker{width:fit-content;min-height:30px;margin-top:18px;padding:0 13px;border-radius:999px;border:1px solid rgba(255,106,40,.22);background:linear-gradient(135deg,#ff6a2824,#ff6a280e),#ffffff0b;color:#ff824cf5;display:inline-flex;align-items:center;justify-content:center;font-size:9.5px;line-height:1;font-weight:950;letter-spacing:.18em;text-transform:uppercase;box-shadow:inset 0 1px #ffffff0f}body:not(.admin-body) .fence-service-card__body{margin-top:20px}body:not(.admin-body) .fence-service-card.is-popular .fence-service-card__top{min-height:66px}body:not(.admin-body) .fence-service-card.is-popular .fence-service-card__kicker{color:#160701;border-color:transparent;background:linear-gradient(135deg,#e84a12,#ff6a28);box-shadow:0 14px 34px #e84a1238}@media (max-width: 1180px){body:not(.admin-body) .fence-services__head{max-width:760px!important}}@media (max-width: 760px){body:not(.admin-body) .fence-services__head .fence-eyebrow{margin-bottom:16px}body:not(.admin-body) .fence-services__head h2{letter-spacing:.018em}body:not(.admin-body) .fence-service-card__top{align-items:center;min-height:0}body:not(.admin-body) .fence-service-card__kicker{min-height:28px;margin-top:16px;font-size:8.8px;letter-spacing:.15em}}body:not(.admin-body) .section.fence-portfolio{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(82px,7vw,116px)!important;padding-bottom:clamp(92px,7.4vw,132px)!important;background:linear-gradient(180deg,#030404,#080908 46%,#0f100e)!important;border-bottom:1px solid rgba(255,255,255,.08)}body:not(.admin-body) .section.fence-portfolio:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;pointer-events:none;background:radial-gradient(circle at 84% 14%,rgba(255,106,40,.17),transparent 32%),radial-gradient(circle at 8% 42%,rgba(232,74,18,.08),transparent 28%),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:auto,auto,92px 92px,92px 92px;opacity:.9}body:not(.admin-body) .section.fence-portfolio:after{content:"";position:absolute;right:-190px;top:118px;z-index:-2;width:560px;height:560px;border-radius:50%;border:1px solid rgba(255,106,40,.13);box-shadow:0 0 0 92px #ff6a2806,inset 0 0 80px #ff6a280a;pointer-events:none}body:not(.admin-body) .fence-works__head{display:block;max-width:min(100%,980px)!important;margin-bottom:clamp(28px,3vw,44px)!important}body:not(.admin-body) .fence-works__head .fence-eyebrow{display:inline-flex;width:fit-content;margin-bottom:20px}body:not(.admin-body) .fence-works__head h2{margin:0;max-width:900px;color:#fff8eff5!important;font-family:Manrope,system-ui,sans-serif!important;font-size:clamp(42px,4.6vw,72px)!important;line-height:1.04!important;font-weight:760!important;letter-spacing:.034em!important;text-rendering:geometricPrecision;text-wrap:balance}body:not(.admin-body) .fence-works__head h2 span{display:block}body:not(.admin-body) .fence-works__head h2 span:last-child{color:#ff5a1f}body:not(.admin-body) .fence-works__head p{display:none!important}body:not(.admin-body) .fence-work-filters{width:min(100%,1000px)!important;margin-bottom:clamp(28px,3vw,42px)!important;padding:8px!important;gap:8px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:999px!important;background:linear-gradient(180deg,#ffffff13,#ffffff0a),#0e0f0eb8!important;box-shadow:0 22px 58px #00000042,inset 0 1px #ffffff0e!important;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body:not(.admin-body) .fence-work-filters button{min-height:40px!important;padding:0 18px!important;color:#f7efe59e!important;font-size:11px!important;font-weight:900!important;letter-spacing:.11em!important;text-transform:uppercase}body:not(.admin-body) .fence-work-filters button:hover{color:#fff8efeb!important;background:#ffffff0f!important}body:not(.admin-body) .fence-work-filters button.is-active{color:#160701!important;background:linear-gradient(135deg,#e84a12,#ff6a28)!important;box-shadow:0 12px 30px #e84a123d!important}body:not(.admin-body) .fence-works__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important}body:not(.admin-body) .fence-work-card{position:relative;min-height:510px;border-radius:30px!important;border:1px solid rgba(255,255,255,.105)!important;background:linear-gradient(180deg,#ffffff12,#ffffff07),#0c0d0cb8!important;box-shadow:0 30px 82px #0000004d,inset 0 1px #ffffff0e!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}body:not(.admin-body) .fence-work-card:hover{transform:translateY(-6px)!important;border-color:#ff6a2852!important;background:linear-gradient(180deg,#ffffff16,#ffffff09),#10110fd1!important;box-shadow:0 34px 92px #00000061,0 18px 54px #e84a1217,inset 0 1px #ffffff12!important}body:not(.admin-body) .fence-work-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 22% 0%,rgba(255,106,40,.12),transparent 34%),linear-gradient(135deg,rgba(255,106,40,.06),transparent 48%);opacity:.52;transition:opacity .28s ease}body:not(.admin-body) .fence-work-card:after{content:"";position:absolute;left:30px;right:30px;bottom:0;width:auto;height:2px;border:0;border-radius:999px 999px 0 0;background:linear-gradient(90deg,#ff6a2800,#ff6a28b8,#ff6a2800);opacity:.24;pointer-events:none;transition:opacity .28s ease}body:not(.admin-body) .fence-work-card:hover:before,body:not(.admin-body) .fence-work-card:hover:after{opacity:.9}body:not(.admin-body) .fence-work-card__media{position:relative;z-index:1;height:230px!important;margin:18px 18px 0!important;border-radius:24px!important;overflow:hidden;border:1px solid rgba(255,255,255,.12)!important;background:radial-gradient(circle at 78% 18%,rgba(255,106,40,.22),transparent 30%),linear-gradient(135deg,#ffffff13,#ffffff06),#0a0b0a!important;box-shadow:inset 0 1px #ffffff0f,0 18px 48px #0000003d!important}body:not(.admin-body) .fence-work-card__media:before,body:not(.admin-body) .fence-work-card__media:after{content:none!important}body:not(.admin-body) .fence-work-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .45s ease,filter .45s ease}body:not(.admin-body) .fence-work-card:hover .fence-work-card__media img{transform:scale(1.045);filter:saturate(1.04) contrast(1.03)}body:not(.admin-body) .fence-work-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;background:linear-gradient(90deg,#030404f5,#0a0b0ac2 42%,#e84a121f),radial-gradient(circle at 82% 12%,rgba(255,106,40,.26),transparent 32%)}body:not(.admin-body) .fence-work-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0f,#fff0 38%),radial-gradient(ellipse at 76% 72%,rgba(255,106,40,.18),transparent 58%);pointer-events:none}body:not(.admin-body) .fence-work-placeholder__slats{position:absolute;right:-20px;bottom:-16px;width:68%;height:88%;display:grid;grid-template-columns:repeat(9,1fr);gap:5px;align-items:end;opacity:.9}body:not(.admin-body) .fence-work-placeholder__slats i{display:block;height:calc(54% + var(--slat-extra, 0px));border-radius:8px 8px 0 0;background:linear-gradient(90deg,rgba(255,255,255,.1),transparent 18% 72%,rgba(255,106,40,.36)),linear-gradient(180deg,#ff6a2857,#120c08eb);box-shadow:inset 1px 0 #ffffff0d}body:not(.admin-body) .fence-work-placeholder__slats i:nth-child(2n){--slat-extra: 14px}body:not(.admin-body) .fence-work-placeholder__slats i:nth-child(3n){--slat-extra: 28px}body:not(.admin-body) .fence-work-placeholder__slats i:nth-child(4n){--slat-extra: 42px}body:not(.admin-body) .fence-work-placeholder__tag,body:not(.admin-body) .fence-work-placeholder__category{position:absolute!important;z-index:3!important;left:18px!important;right:auto!important;display:inline-flex!important;align-items:center!important;width:fit-content!important;min-height:30px!important;padding:0 12px!important;border-radius:999px!important;font-family:Manrope,system-ui,sans-serif!important;font-size:9px!important;line-height:1!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body:not(.admin-body) .fence-work-placeholder__tag{top:16px!important;border:1px solid rgba(255,106,40,.22)!important;background:#ff6a281f!important;color:#ff824cf5!important}body:not(.admin-body) .fence-work-placeholder__category{top:auto!important;bottom:16px!important;border:1px solid rgba(255,255,255,.12)!important;background:#03040485!important;color:#fff8efc2!important}body:not(.admin-body) .fence-work-card__body{position:relative;z-index:1;padding:26px 28px 30px!important}body:not(.admin-body) .fence-work-card__label{width:fit-content;min-height:30px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;border:1px solid rgba(255,106,40,.22);background:linear-gradient(135deg,#ff6a2824,#ff6a280e),#ffffff0b;color:#ff824cf5;font-size:9.5px;line-height:1;font-weight:950;letter-spacing:.18em;text-transform:uppercase}body:not(.admin-body) .fence-work-card__body h3{margin-top:18px!important;max-width:390px;color:#fff8eff0!important;font-family:Manrope,system-ui,sans-serif!important;font-size:clamp(25px,1.8vw,34px)!important;line-height:1.08!important;font-weight:760!important;letter-spacing:.012em!important}body:not(.admin-body) .fence-work-card__meta{display:grid;gap:10px;margin:22px 0 28px!important;color:#f7efe5b3!important;font-size:13px!important;line-height:1.3!important;font-weight:650!important}body:not(.admin-body) .fence-work-card__meta li{display:grid!important;grid-template-columns:74px minmax(0,1fr);gap:14px!important;align-items:baseline;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.07)}body:not(.admin-body) .fence-work-card__meta li:before{content:none!important}body:not(.admin-body) .fence-work-card__meta span{color:#f7efe56b;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}body:not(.admin-body) .fence-work-card__meta b{min-width:0;color:#fff8efd6;font-weight:800}body:not(.admin-body) .fence-work-card__body button{min-height:46px;margin-top:auto!important;padding:0 20px;border-radius:999px;border:1px solid rgba(255,106,40,.28)!important;background:#ff6a281a!important;color:#ff824cf5!important;font-size:11px!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease}body:not(.admin-body) .fence-work-card__body button:hover{transform:translate(3px)!important;border-color:transparent!important;background:linear-gradient(135deg,#e84a12,#ff6a28)!important;color:#160701!important}body:not(.admin-body) .portfolio-modal__image-stage .fence-work-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}body:not(.admin-body) .portfolio-modal__thumb-placeholder{height:72px;display:grid!important;place-items:center;border-radius:13px;background:radial-gradient(circle at 78% 18%,rgba(255,106,40,.18),transparent 32%),#10110f;color:#ff824ceb!important;font-size:9px!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase}@media (max-width: 1180px){body:not(.admin-body) .fence-works__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body:not(.admin-body) .fence-work-filters{width:fit-content!important}}@media (max-width: 760px){body:not(.admin-body) .section.fence-portfolio{padding-top:70px!important;padding-bottom:78px!important}body:not(.admin-body) .fence-works__head h2{font-size:clamp(34px,10vw,48px)!important;line-height:1.08!important;letter-spacing:.018em!important}body:not(.admin-body) .fence-work-filters{width:100%!important;border-radius:24px!important}body:not(.admin-body) .fence-work-filters button{flex:1 1 auto}body:not(.admin-body) .fence-works__grid{grid-template-columns:1fr!important;gap:14px!important}body:not(.admin-body) .fence-work-card{min-height:auto;border-radius:24px!important}body:not(.admin-body) .fence-work-card__media{height:210px!important;margin:14px 14px 0!important;border-radius:20px!important}body:not(.admin-body) .fence-work-card__body{padding:22px 22px 24px!important}body:not(.admin-body) .fence-work-card__body h3{font-size:24px!important}body:not(.admin-body) .fence-work-card__meta li{grid-template-columns:64px minmax(0,1fr);gap:10px!important}}body:not(.admin-body) .portfolio-modal{padding:clamp(18px,3vw,42px)}body:not(.admin-body) .portfolio-modal__overlay{background:radial-gradient(circle at 76% 12%,rgba(255,106,40,.18),transparent 34%),#000000c2!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body:not(.admin-body) .portfolio-modal__close{width:46px;height:46px;border-radius:16px;border-color:#ff6a2847!important;background:#0c0d0ce0!important;color:#ff824cfa!important;box-shadow:0 18px 52px #00000057!important}body:not(.admin-body) .portfolio-modal__close:hover{background:linear-gradient(135deg,#e84a12,#ff6a28)!important;color:#160701!important}body:not(.admin-body) .portfolio-modal__panel{width:min(1180px,100%)!important;max-height:min(86vh,780px)!important;grid-template-columns:minmax(0,640px) minmax(0,1fr)!important;border-radius:34px!important;border:1px solid rgba(255,255,255,.12)!important;background:radial-gradient(circle at 82% 8%,rgba(255,106,40,.13),transparent 34%),linear-gradient(180deg,#ffffff12,#ffffff08),#080908!important;box-shadow:0 36px 120px #0000009e,inset 0 1px #fff1!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body:not(.admin-body) .portfolio-modal__gallery{max-width:640px!important;padding:18px!important;background:linear-gradient(180deg,#ffffff0e,#ffffff05),#ffffff06!important;border-right:1px solid rgba(255,255,255,.08)}body:not(.admin-body) .portfolio-modal__image-stage{max-width:640px!important;border-radius:26px!important;border:1px solid rgba(255,255,255,.12)!important;background:radial-gradient(circle at 80% 14%,rgba(255,106,40,.18),transparent 34%),#0a0b0a!important;box-shadow:inset 0 1px #ffffff0f,0 24px 58px #00000057!important}body:not(.admin-body) .portfolio-modal__thumbs{gap:10px!important;padding-bottom:2px}body:not(.admin-body) .portfolio-modal__thumbs button{border-color:#ffffff1a!important;background:#ffffff0b!important;border-radius:16px!important}body:not(.admin-body) .portfolio-modal__thumbs button:hover,body:not(.admin-body) .portfolio-modal__thumbs button.is-active{border-color:#ff6a2857!important;background:#ff6a281b!important;transform:translateY(-1px)}body:not(.admin-body) .portfolio-modal__thumbs img,body:not(.admin-body) .portfolio-modal__thumb-placeholder{height:58px!important;border-radius:12px!important}body:not(.admin-body) .portfolio-modal__thumbs span:not(.portfolio-modal__thumb-placeholder){color:#f7efe59e!important;font-family:Manrope,system-ui,sans-serif!important;font-size:9px!important;font-weight:900!important;letter-spacing:.12em!important}body:not(.admin-body) .portfolio-modal__content{display:flex;flex-direction:column;min-height:100%;padding:clamp(30px,3vw,46px)!important;color:#fff8eff0!important;background:radial-gradient(circle at 100% 0%,rgba(255,106,40,.1),transparent 34%),transparent!important}body:not(.admin-body) .portfolio-modal__head>span{min-height:32px!important;padding:0 13px!important;border:1px solid rgba(255,106,40,.26)!important;background:linear-gradient(135deg,#ff6a2824,#ff6a280e),#ffffff0b!important;color:#ff824cfa!important;font-family:Manrope,system-ui,sans-serif!important;font-size:9.5px!important;font-weight:950!important;letter-spacing:.18em!important}body:not(.admin-body) .portfolio-modal__head h3{margin-top:20px!important;max-width:520px;max-height:none!important;color:#fff8eff5!important;font-family:Manrope,system-ui,sans-serif!important;font-size:clamp(38px,3.15vw,54px)!important;line-height:1.04!important;font-weight:780!important;letter-spacing:.018em!important;text-wrap:balance}body:not(.admin-body) .portfolio-modal__head p{margin-top:16px!important;max-width:560px;color:#f7efe5b3!important;font-family:Manrope,system-ui,sans-serif!important;font-size:14px!important;line-height:1.68!important;font-weight:560!important;letter-spacing:.018em!important}body:not(.admin-body) .portfolio-modal__stats{gap:10px!important;margin-top:28px!important}body:not(.admin-body) .portfolio-modal__stats span{min-height:58px!important;padding:0 16px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.09)!important;background:linear-gradient(180deg,#fff1,#ffffff07),#ffffff09!important}body:not(.admin-body) .portfolio-modal__stats b{color:#ff824cf0!important;font-family:Manrope,system-ui,sans-serif!important;font-size:9.5px!important;font-weight:950!important;letter-spacing:.15em!important}body:not(.admin-body) .portfolio-modal__stats em{color:#fff8efe0!important;font-family:Manrope,system-ui,sans-serif!important;font-size:13.5px!important;font-weight:820!important}body:not(.admin-body) .portfolio-modal__request{width:100%;min-height:56px;margin-top:auto;padding:0 22px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;background:linear-gradient(135deg,#e84a12,#ff6a28);color:#160701!important;font-family:Manrope,system-ui,sans-serif;font-size:12px;line-height:1;font-weight:950;letter-spacing:.13em;text-transform:uppercase;text-decoration:none;box-shadow:0 18px 44px #e84a1242;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}body:not(.admin-body) .portfolio-modal__request:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 22px 58px #e84a1257}@media (max-width: 980px){body:not(.admin-body) .portfolio-modal__panel{width:min(900px,100%)!important;max-height:88vh!important;grid-template-columns:1fr!important;overflow-y:auto}body:not(.admin-body) .portfolio-modal__gallery{max-width:none!important;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}body:not(.admin-body) .portfolio-modal__image-stage{max-width:none!important;aspect-ratio:16 / 10!important}body:not(.admin-body) .portfolio-modal__content{min-height:auto}body:not(.admin-body) .portfolio-modal__request{margin-top:28px}}@media (max-width: 720px){body:not(.admin-body) .portfolio-modal{padding:10px}body:not(.admin-body) .portfolio-modal__panel{border-radius:26px!important;max-height:90vh!important}body:not(.admin-body) .portfolio-modal__gallery{padding:10px!important}body:not(.admin-body) .portfolio-modal__content{padding:22px!important}body:not(.admin-body) .portfolio-modal__head h3{font-size:clamp(30px,9vw,42px)!important}body:not(.admin-body) .portfolio-modal__stats span{flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;min-height:66px!important}body:not(.admin-body) .portfolio-modal__stats em{text-align:left}}body:not(.admin-body) .portfolio-modal{padding:clamp(18px,2.4vw,36px)!important}body:not(.admin-body) .portfolio-modal__panel{width:min(1220px,calc(100vw - 48px))!important;height:min(90vh,860px)!important;max-height:min(90vh,860px)!important;grid-template-columns:minmax(0,665px) minmax(0,1fr)!important;align-items:stretch!important}body:not(.admin-body) .portfolio-modal__gallery{max-width:665px!important;min-height:0!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;gap:18px!important;align-self:stretch!important}body:not(.admin-body) .portfolio-modal__image-stage{max-width:665px!important;width:100%!important;height:100%!important;min-height:0!important;aspect-ratio:auto!important}body:not(.admin-body) .portfolio-modal__thumbs{gap:12px!important;padding:0 2px 4px!important}body:not(.admin-body) .portfolio-modal__thumbs button{min-height:92px!important;padding:7px!important}body:not(.admin-body) .portfolio-modal__arrows{left:20px!important;right:20px!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important}body:not(.admin-body) .portfolio-modal__arrows button{width:48px!important;height:48px!important;border:1px solid rgba(255,106,40,.28)!important;background:linear-gradient(135deg,#ff6a2833,#ffffff0f),#060706b8!important;color:#fff8eff5!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;box-shadow:0 18px 44px #0000005c!important}body:not(.admin-body) .portfolio-modal__arrows button:hover{background:linear-gradient(135deg,#e84a12,#ff6a28)!important;color:#160701!important;transform:translateY(-2px)!important}body:not(.admin-body) .portfolio-modal__content{min-height:0!important;padding:clamp(34px,3.2vw,52px)!important;overflow-y:auto!important}body:not(.admin-body) .portfolio-modal__stats{margin-top:32px!important}body:not(.admin-body) .portfolio-modal__request{margin-top:clamp(34px,5vh,58px)!important}@media (max-width: 980px){body:not(.admin-body) .portfolio-modal__panel{width:min(900px,calc(100vw - 32px))!important;height:auto!important;max-height:90vh!important;grid-template-columns:1fr!important;overflow-y:auto!important}body:not(.admin-body) .portfolio-modal__gallery{max-width:none!important;grid-template-rows:auto auto!important}body:not(.admin-body) .portfolio-modal__image-stage{max-width:none!important;height:clamp(360px,48vh,520px)!important;aspect-ratio:16 / 10!important}}@media (max-width: 720px){body:not(.admin-body) .portfolio-modal__panel{width:100%!important;height:auto!important;max-height:calc(100svh - 16px)!important}body:not(.admin-body) .portfolio-modal__gallery{gap:0!important}body:not(.admin-body) .portfolio-modal__image-stage{height:clamp(245px,39svh,340px)!important;aspect-ratio:4 / 3!important}body:not(.admin-body) .portfolio-modal__arrows{left:12px!important;right:12px!important}body:not(.admin-body) .portfolio-modal__arrows button{width:42px!important;height:42px!important}body:not(.admin-body) .portfolio-modal__request{margin-top:28px!important}}body:not(.admin-body) .portfolio-modal__panel{width:min(1160px,calc(100vw - 48px))!important;height:auto!important;max-height:min(90vh,820px)!important;grid-template-columns:minmax(0,620px) minmax(0,1fr)!important;align-items:stretch!important}body:not(.admin-body) .portfolio-modal__gallery{max-width:620px!important;width:100%!important;grid-template-rows:auto auto!important;gap:16px!important;padding:18px!important;box-sizing:border-box!important;overflow:hidden!important}body:not(.admin-body) .portfolio-modal__image-stage{width:100%!important;max-width:584px!important;height:auto!important;aspect-ratio:1 / 1!important;min-height:0!important;max-height:min(58vh,520px)!important;justify-self:center!important}body:not(.admin-body) .portfolio-modal__thumbs{width:100%!important;max-width:584px!important;justify-self:center!important;display:grid!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;padding:0!important;overflow:visible!important;box-sizing:border-box!important}body:not(.admin-body) .portfolio-modal__thumbs button{min-width:0!important;min-height:0!important;padding:8px!important;border-radius:16px!important;box-sizing:border-box!important;overflow:hidden!important;transform:none!important}body:not(.admin-body) .portfolio-modal__thumbs button:hover,body:not(.admin-body) .portfolio-modal__thumbs button.is-active{transform:none!important}body:not(.admin-body) .portfolio-modal__thumbs button.is-active{box-shadow:inset 0 0 0 1px #ff6a284d,0 12px 28px #ff6a281a!important}body:not(.admin-body) .portfolio-modal__thumbs img,body:not(.admin-body) .portfolio-modal__thumb-placeholder{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;border-radius:12px!important;object-fit:cover!important}body:not(.admin-body) .portfolio-modal__thumbs span:not(.portfolio-modal__thumb-placeholder){min-height:28px;margin-top:8px!important;padding:0 2px!important;display:flex!important;align-items:center!important}body:not(.admin-body) .portfolio-modal__content{padding:clamp(32px,3vw,48px)!important}@media (max-width: 980px){body:not(.admin-body) .portfolio-modal__panel{width:min(900px,calc(100vw - 32px))!important;max-height:90vh!important;grid-template-columns:1fr!important;overflow-y:auto!important}body:not(.admin-body) .portfolio-modal__gallery{max-width:none!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}body:not(.admin-body) .portfolio-modal__image-stage,body:not(.admin-body) .portfolio-modal__thumbs{max-width:min(584px,100%)!important}body:not(.admin-body) .portfolio-modal__image-stage{max-height:none!important}}@media (max-width: 720px){body:not(.admin-body) .portfolio-modal__panel{width:100%!important;max-height:calc(100svh - 16px)!important}body:not(.admin-body) .portfolio-modal__gallery{gap:12px!important;padding:10px!important}body:not(.admin-body) .portfolio-modal__image-stage{aspect-ratio:1 / 1!important}body:not(.admin-body) .portfolio-modal__thumbs{gap:8px!important}body:not(.admin-body) .portfolio-modal__thumbs button{padding:6px!important;border-radius:14px!important}body:not(.admin-body) .portfolio-modal__thumbs span:not(.portfolio-modal__thumb-placeholder){min-height:24px;font-size:8px!important}}body:not(.admin-body) .portfolio-modal__thumbs img,body:not(.admin-body) .portfolio-modal__thumb-placeholder{aspect-ratio:3 / 2!important}@media (max-width: 720px){body:not(.admin-body) .portfolio-modal__thumbs img,body:not(.admin-body) .portfolio-modal__thumb-placeholder{aspect-ratio:3 / 2!important}}body:not(.admin-body) .section.calculator.fence-calculator{position:relative;isolation:isolate;overflow:hidden;padding-top:clamp(84px,7vw,122px)!important;padding-bottom:clamp(92px,7.5vw,138px)!important;background:radial-gradient(circle at 86% 10%,rgba(255,106,40,.16),transparent 31%),radial-gradient(circle at 8% 38%,rgba(232,74,18,.08),transparent 30%),linear-gradient(180deg,#0f100e,#080908 52%,#030404)!important;border-bottom:1px solid rgba(255,255,255,.08);color:#fff8eff0}body:not(.admin-body) .section.calculator.fence-calculator:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-3;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:92px 92px;opacity:.72}body:not(.admin-body) .section.calculator.fence-calculator:after{content:"";position:absolute;right:-190px;top:114px;z-index:-2;width:560px;height:560px;border-radius:50%;border:1px solid rgba(255,106,40,.13);box-shadow:0 0 0 92px #ff6a2806,inset 0 0 80px #ff6a280a;pointer-events:none}body:not(.admin-body) .fence-calculator .fence-calc-layout{position:relative;z-index:1;overflow:hidden;display:grid!important;grid-template-columns:minmax(0,1.6fr) minmax(360px,430px)!important;gap:clamp(28px,3.2vw,54px)!important;align-items:start!important;padding:clamp(28px,4.4vw,58px)!important;border-radius:42px!important;border:1px solid rgba(255,255,255,.105)!important;background:radial-gradient(circle at 88% 8%,rgba(255,106,40,.11),transparent 30%),linear-gradient(180deg,#ffffff0f,#ffffff06)!important;box-shadow:0 34px 94px #00000047,inset 0 1px #ffffff13!important}body:not(.admin-body) .fence-calculator .fence-calc-layout:before{content:"";position:absolute;left:-110px;bottom:-132px;width:330px;height:330px;border-radius:50%;border:1px solid rgba(255,106,40,.095);box-shadow:0 0 0 74px #ff6a2805;pointer-events:none}body:not(.admin-body) .fence-calc-head{position:relative;z-index:1;grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,.68fr);gap:clamp(34px,5vw,86px);align-items:end;margin-bottom:clamp(8px,1.8vw,20px)}body:not(.admin-body) .fence-calc-head .fence-eyebrow{display:inline-flex;width:fit-content;min-height:36px;margin-bottom:22px;padding:0 17px;align-items:center;border-radius:999px;color:#ff6a28;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}body:not(.admin-body) .fence-calc-title{margin:0!important;max-width:900px!important;color:#fff8eff5!important;font-family:Manrope,system-ui,sans-serif!important;font-size:clamp(42px,4.5vw,70px)!important;line-height:1.04!important;font-weight:790!important;letter-spacing:.032em!important;text-rendering:geometricPrecision;text-wrap:balance}body:not(.admin-body) .fence-calc-title span{display:block}body:not(.admin-body) .fence-calc-title span:last-child{color:#ff5a1f}body:not(.admin-body) .fence-calc-head p{margin:0 0 4px!important;max-width:610px!important;color:#fff8efad!important;font-family:Manrope,system-ui,sans-serif!important;font-size:16px!important;font-weight:560;line-height:1.72!important;letter-spacing:.026em}body:not(.admin-body) .fence-calc-form,body:not(.admin-body) .fence-calc-summary-card{position:relative;z-index:1}body:not(.admin-body) .fence-calc-form{display:grid;gap:18px}body:not(.admin-body) .fence-calc-group{border:1px solid rgba(255,255,255,.095);border-radius:28px;background:radial-gradient(circle at 88% 10%,rgba(255,106,40,.08),transparent 34%),#ffffff09;padding:clamp(18px,2vw,24px);box-shadow:inset 0 1px #ffffff0e}body:not(.admin-body) .fence-calc-group__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}body:not(.admin-body) .fence-calc-group__head h3{margin:0;color:#ff5a1f;font-size:15px;font-weight:900;line-height:1.2;letter-spacing:.05em}body:not(.admin-body) .fence-calc-group__head span,body:not(.admin-body) .fence-calc-group__head b{flex:0 0 auto;display:inline-flex;min-height:32px;align-items:center;padding:0 13px;border-radius:999px;border:1px solid rgba(255,106,40,.2);background:#ff6a2817;color:#fff8efeb;font-size:12px;font-weight:900;letter-spacing:.06em}body:not(.admin-body) .fence-type-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}body:not(.admin-body) .fence-type-option{min-height:116px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#0a0b0a80;color:#fff8efe0;padding:16px 14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;text-align:left;box-shadow:inset 0 1px #ffffff0b;cursor:pointer;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}body:not(.admin-body) .fence-type-option:hover,body:not(.admin-body) .fence-type-option.is-active{transform:translateY(-2px);border-color:#ff5a1fb8;background:radial-gradient(circle at 76% 8%,rgba(255,106,40,.18),transparent 44%),#ff5a1f18;box-shadow:0 18px 42px #00000042,0 0 0 1px #ff5a1f1a,inset 0 1px #ffffff13}body:not(.admin-body) .fence-type-option i{width:32px;height:32px;border-radius:12px;display:grid;place-items:center;color:#ff5a1f;background:#ff5a1f21;box-shadow:inset 0 1px #ffffff0e}body:not(.admin-body) .fence-type-option svg{width:19px;height:19px}body:not(.admin-body) .fence-type-option strong{color:#fff8eff0;font-size:13px;font-weight:900;line-height:1.22;letter-spacing:.018em}body:not(.admin-body) .fence-type-option span{color:#ff6a28;font-size:11px;font-weight:850;letter-spacing:.03em}body:not(.admin-body) .fence-range-wrap input[type=range]{width:100%;height:5px;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:999px;background:linear-gradient(90deg,#ff5a1f var(--range),rgba(255,255,255,.14) var(--range));outline:none;cursor:pointer}body:not(.admin-body) .fence-range-wrap input[type=range]::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:22px;height:22px;border:4px solid rgba(24,16,12,.98);border-radius:50%;background:#ff5a1f;box-shadow:0 0 0 7px #ff5a1f21,0 10px 22px #0000004d}body:not(.admin-body) .fence-range-wrap input[type=range]::-moz-range-thumb{width:22px;height:22px;border:4px solid rgba(24,16,12,.98);border-radius:50%;background:#ff5a1f;box-shadow:0 0 0 7px #ff5a1f21,0 10px 22px #0000004d}body:not(.admin-body) .fence-range-scale{margin-top:16px;display:flex;justify-content:space-between;color:#ff6a28db;font-size:12px;font-weight:820;letter-spacing:.03em}body:not(.admin-body) .fence-calc-row{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:18px}body:not(.admin-body) .fence-height-options,body:not(.admin-body) .fence-foundation-grid{display:grid;gap:10px}body:not(.admin-body) .fence-height-options{grid-template-columns:repeat(2,minmax(0,1fr))}body:not(.admin-body) .fence-foundation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body:not(.admin-body) .fence-height-options button,body:not(.admin-body) .fence-foundation-grid button{min-height:58px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#07080775;color:#fff8efdb;padding:12px 14px;font-size:13px;font-weight:900;letter-spacing:.028em;cursor:pointer;transition:border-color .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}body:not(.admin-body) .fence-height-options button:hover,body:not(.admin-body) .fence-height-options button.is-active,body:not(.admin-body) .fence-foundation-grid button:hover,body:not(.admin-body) .fence-foundation-grid button.is-active{border-color:#ff5a1fb3;background:#ff5a1f1f;color:#fff8ef;box-shadow:inset 0 1px #ffffff0f}body:not(.admin-body) .fence-foundation-grid button{min-height:76px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;gap:5px}body:not(.admin-body) .fence-foundation-grid strong{font-size:13px;line-height:1.22}body:not(.admin-body) .fence-foundation-grid span{color:#ff6a28;font-size:11px;font-weight:850}body:not(.admin-body) .fence-counter-list{display:grid;gap:10px}body:not(.admin-body) .fence-counter-row{min-height:66px;border:1px solid rgba(255,255,255,.085);border-radius:18px;background:#0708076b;padding:12px 14px 12px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px}body:not(.admin-body) .fence-counter-row strong,body:not(.admin-body) .fence-counter-row span{display:block}body:not(.admin-body) .fence-counter-row strong{color:#fff8efeb;font-size:13px;font-weight:900;line-height:1.28}body:not(.admin-body) .fence-counter-row span{margin-top:3px;color:#ff6a28;font-size:11px;font-weight:780}body:not(.admin-body) .fence-counter{flex:0 0 auto;overflow:hidden;min-width:112px;min-height:40px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0b;display:grid;grid-template-columns:38px 1fr 38px;align-items:center}body:not(.admin-body) .fence-counter button{height:40px;border:0;background:transparent;color:#ff5a1f;font-size:19px;font-weight:800;cursor:pointer;transition:background .22s ease,color .22s ease}body:not(.admin-body) .fence-counter button:hover{background:#ff5a1f1f;color:#fff8ef}body:not(.admin-body) .fence-counter b{height:40px;display:grid;place-items:center;border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);color:#fff8eff5;font-size:13px;font-weight:900}body:not(.admin-body) .fence-calc-summary-card{position:sticky;top:110px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:32px;background:radial-gradient(circle at 82% 10%,rgba(255,106,40,.14),transparent 34%),linear-gradient(180deg,#ffffff17,#ffffff0b);padding:clamp(24px,2.6vw,32px);box-shadow:0 30px 82px #00000057,inset 0 1px #ffffff17}body:not(.admin-body) .fence-calc-summary-card:after{content:"";position:absolute;right:-78px;bottom:-96px;width:220px;height:220px;border-radius:50%;border:1px solid rgba(255,106,40,.12);pointer-events:none}body:not(.admin-body) .fence-calc-summary-card__label,body:not(.admin-body) .fence-calc-summary-card em{display:block}body:not(.admin-body) .fence-calc-summary-card__label{color:#ff6a28;font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}body:not(.admin-body) .fence-calc-summary-card>strong{display:block;margin-top:13px;color:#ff5a1f;font-size:clamp(42px,4.6vw,58px);line-height:.98;font-weight:900;letter-spacing:.02em}body:not(.admin-body) .fence-calc-summary-card em{margin-top:13px;color:#fff8efa8;font-size:13px;font-style:normal;font-weight:650;line-height:1.5}body:not(.admin-body) .fence-calc-lines{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);display:grid;gap:12px}body:not(.admin-body) .fence-calc-lines div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff8efb3;font-size:13px;font-weight:720}body:not(.admin-body) .fence-calc-lines b{flex:0 0 auto;color:#fff8eff5;font-size:13px;font-weight:900}body:not(.admin-body) .fence-calc-result-text{margin-top:22px;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:#0708075c;padding:19px}body:not(.admin-body) .fence-calc-result-text p{margin:0 0 10px!important;color:#ff6a28eb!important;font-size:10px!important;font-weight:900;line-height:1.2!important;letter-spacing:.13em;text-transform:uppercase}body:not(.admin-body) .fence-calc-result-text strong{display:block;color:#fff8effa;font-size:clamp(25px,2.4vw,34px);font-weight:850;line-height:1.12;letter-spacing:.045em}body:not(.admin-body) .fence-calc-result-text span{display:block;margin-top:8px;color:#fff8ef9e;font-size:12px;font-weight:650;line-height:1.45}body:not(.admin-body) .fence-calc-summary-card>button{position:relative;z-index:1;width:100%;min-height:58px;margin-top:20px;border:0;border-radius:18px;background:linear-gradient(135deg,#ff5a1f,#e4410d);color:#130b07;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;font-size:12px;font-weight:950;letter-spacing:.13em;text-transform:uppercase;box-shadow:0 18px 42px #e84a123d;cursor:pointer;transition:transform .28s ease,box-shadow .28s ease,filter .28s ease}body:not(.admin-body) .fence-calc-summary-card>button:hover{transform:translateY(-2px);box-shadow:0 24px 58px #e84a1257;filter:brightness(1.05)}body:not(.admin-body) .fence-calc-trust{margin-top:16px;display:flex;flex-wrap:wrap;gap:9px 14px;color:#fff8efb3;font-size:11px;font-weight:780;line-height:1.35}body:not(.admin-body) .fence-calc-trust span{color:#fff8efb8}@media (max-width: 1220px){body:not(.admin-body) .fence-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body:not(.admin-body) .fence-calc-row{grid-template-columns:1fr}}@media (max-width: 1100px){body:not(.admin-body) .fence-calculator .fence-calc-layout{grid-template-columns:1fr!important}body:not(.admin-body) .fence-calc-head{grid-template-columns:1fr;gap:18px}body:not(.admin-body) .fence-calc-head p{max-width:820px!important}body:not(.admin-body) .fence-calc-summary-card{position:relative;top:auto;max-width:none!important}}@media (max-width: 760px){body:not(.admin-body) .section.calculator.fence-calculator{padding-top:68px!important;padding-bottom:76px!important}body:not(.admin-body) .fence-calculator .fence-calc-layout{padding:22px 14px 16px!important;border-radius:30px!important;gap:18px!important}body:not(.admin-body) .fence-calc-head .fence-eyebrow{min-height:32px;margin-bottom:16px;padding:0 13px;font-size:9px;letter-spacing:.14em}body:not(.admin-body) .fence-calc-title{font-size:clamp(32px,9.4vw,44px)!important;line-height:1.08!important;letter-spacing:.018em!important}body:not(.admin-body) .fence-calc-head p{margin-top:14px!important;font-size:13px!important;line-height:1.55!important}body:not(.admin-body) .fence-calc-form{gap:12px}body:not(.admin-body) .fence-calc-group{padding:16px;border-radius:22px}body:not(.admin-body) .fence-calc-group__head{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:14px}body:not(.admin-body) .fence-type-grid,body:not(.admin-body) .fence-foundation-grid{grid-template-columns:1fr}body:not(.admin-body) .fence-type-option{min-height:86px;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;align-items:center;justify-content:initial}body:not(.admin-body) .fence-type-option i{grid-row:1 / span 2}body:not(.admin-body) .fence-type-option strong,body:not(.admin-body) .fence-type-option span{min-width:0}body:not(.admin-body) .fence-height-options{grid-template-columns:repeat(2,minmax(0,1fr))}body:not(.admin-body) .fence-counter-row{align-items:stretch;flex-direction:column}body:not(.admin-body) .fence-counter{width:100%}body:not(.admin-body) .fence-calc-summary-card{padding:20px;border-radius:24px}body:not(.admin-body) .fence-calc-summary-card>strong{font-size:clamp(36px,11vw,48px)}body:not(.admin-body) .fence-calc-lines div{align-items:flex-start;flex-direction:column;gap:3px}body:not(.admin-body) .fence-calc-summary-card>button{min-height:52px;border-radius:16px;font-size:10px;letter-spacing:.1em}}body:not(.admin-body) .section.calculator.fence-calculator{padding-top:clamp(68px,5.8vw,94px)!important;padding-bottom:clamp(86px,7vw,126px)!important}body:not(.admin-body) .section.calculator.fence-calculator:before{background:linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;background-size:108px 108px!important;opacity:.36!important}body:not(.admin-body) .section.calculator.fence-calculator:after{right:-240px!important;top:70px!important;width:460px!important;height:460px!important;border-color:#ff6a2816!important;box-shadow:0 0 0 66px #ff6a2804,inset 0 0 52px #ff6a2806!important}body:not(.admin-body) .fence-calculator .fence-calc-layout{padding:clamp(28px,3.45vw,46px)!important;background:radial-gradient(circle at 92% 4%,rgba(255,106,40,.085),transparent 27%),linear-gradient(180deg,#ffffff0d,#ffffff06)!important}body:not(.admin-body) .fence-calculator .fence-calc-layout:before{left:-86px!important;top:-118px!important;bottom:auto!important;width:260px!important;height:260px!important;border-color:#ff6a280f!important;box-shadow:0 0 0 46px #ff6a2802!important;opacity:.72!important}body:not(.admin-body) .fence-calc-head{display:block!important;max-width:780px!important;margin-bottom:clamp(26px,3vw,42px)!important}body:not(.admin-body) .fence-calc-head .fence-eyebrow{min-height:34px!important;margin:0 0 18px!important;padding:0 18px!important;border:1px solid rgba(255,106,40,.42)!important;background:#ff5a1f12!important;box-shadow:inset 0 1px #ffffff0b!important;color:#ff6a28!important;font-size:10px!important;line-height:1!important;letter-spacing:.2em!important}body:not(.admin-body) .fence-calc-title{max-width:760px!important;font-size:clamp(42px,4.15vw,64px)!important;line-height:1.06!important;font-weight:880!important;letter-spacing:.04em!important}body:not(.admin-body) .fence-calc-title span{display:block!important}body:not(.admin-body) .fence-calc-head p{display:none!important}@media (max-width: 1100px){body:not(.admin-body) .fence-calc-head{max-width:820px!important;margin-bottom:24px!important}}@media (max-width: 760px){body:not(.admin-body) .section.calculator.fence-calculator{padding-top:58px!important;padding-bottom:72px!important}body:not(.admin-body) .fence-calculator .fence-calc-layout{padding:20px 14px 16px!important}body:not(.admin-body) .fence-calculator .fence-calc-layout:before{left:-110px!important;top:-124px!important;width:230px!important;height:230px!important}body:not(.admin-body) .fence-calc-head{margin-bottom:20px!important}body:not(.admin-body) .fence-calc-head .fence-eyebrow{min-height:31px!important;margin-bottom:14px!important;padding:0 13px!important;font-size:9px!important;letter-spacing:.15em!important}body:not(.admin-body) .fence-calc-title{font-size:clamp(31px,8.8vw,42px)!important;line-height:1.09!important;letter-spacing:.02em!important}}body:not(.admin-body) .section.calculator.fence-calculator:after{opacity:.42!important;border-color:#ff6a280f!important;box-shadow:0 0 0 58px #ff6a2802,inset 0 0 42px #ff6a2804!important}body:not(.admin-body) .fence-calculator .fence-calc-layout:before{display:none!important}body:not(.admin-body) .fence-calc-head{max-width:1040px!important;margin-bottom:clamp(24px,2.8vw,38px)!important}body:not(.admin-body) .fence-calc-title{max-width:1040px!important;font-size:clamp(42px,3.86vw,60px)!important;line-height:1.08!important;letter-spacing:.034em!important}body:not(.admin-body) .fence-calc-title span{display:block!important;white-space:nowrap!important}body:not(.admin-body) .fence-calc-title span:first-child{color:#fff8eff5!important}body:not(.admin-body) .fence-calc-title span:last-child{color:#ff5a1f!important}body:not(.admin-body) .fence-type-grid{gap:14px!important}body:not(.admin-body) .fence-type-option{min-height:112px!important;padding:18px 14px 16px!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:8px!important;border-radius:19px!important;background:radial-gradient(circle at 50% 0%,rgba(255,106,40,.055),transparent 42%),#090a098a!important}body:not(.admin-body) .fence-type-option.is-active{background:radial-gradient(circle at 50% 0%,rgba(255,106,40,.22),transparent 48%),#ff5a1f1b!important}body:not(.admin-body) .fence-type-option i{width:34px!important;height:34px!important;border-radius:13px!important;margin-bottom:2px!important}body:not(.admin-body) .fence-type-option strong{display:block!important;max-width:100%!important;color:#fff8eff5!important;font-size:13px!important;line-height:1.1!important;letter-spacing:.015em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body:not(.admin-body) .fence-type-option span{font-size:11px!important;line-height:1.1!important;white-space:nowrap!important}@media (max-width: 760px){body:not(.admin-body) .fence-calc-title span{white-space:normal!important}body:not(.admin-body) .fence-type-option{min-height:82px!important;display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;grid-template-rows:auto auto!important;text-align:left!important;align-items:center!important;justify-content:initial!important;column-gap:12px!important}body:not(.admin-body) .fence-type-option i{grid-row:1 / span 2!important;margin-bottom:0!important}body:not(.admin-body) .fence-type-option strong{white-space:normal!important}}body:not(.admin-body) .section.process.fence-process-light{position:relative!important;overflow:hidden!important;padding-top:clamp(82px,7vw,124px)!important;padding-bottom:clamp(82px,7vw,124px)!important;background:radial-gradient(circle at 9% 18%,rgba(255,106,40,.1),transparent 32%),linear-gradient(180deg,#f4eee4,#efe6da)!important;color:#151311!important;border-top:1px solid rgba(255,255,255,.1)!important;border-bottom:1px solid rgba(17,15,13,.08)!important}body:not(.admin-body) .section.process.fence-process-light:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(16,14,12,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(16,14,12,.035) 1px,transparent 1px)!important;background-size:116px 116px!important;opacity:.2!important;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0%,transparent 74%)!important;mask-image:radial-gradient(circle at 50% 50%,#000 0%,transparent 74%)!important}body:not(.admin-body) .section.process.fence-process-light:after{content:""!important;position:absolute!important;right:max(-160px,-8vw)!important;top:42px!important;width:clamp(260px,25vw,420px)!important;height:clamp(260px,25vw,420px)!important;border:1px solid rgba(228,65,13,.12)!important;border-radius:50%!important;opacity:.52!important;pointer-events:none!important;box-shadow:0 0 0 64px #e4410d06!important}body:not(.admin-body) .fence-process-light__inner{position:relative!important;z-index:1!important;width:min(100%,var(--fence-site-width))!important;max-width:var(--fence-site-width)!important;margin:0 auto!important}body:not(.admin-body) .fence-process-light__head{width:min(100%,820px)!important;margin:0 0 clamp(44px,5vw,74px)!important}body:not(.admin-body) .fence-process-light__eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 18px!important;margin:0 0 20px!important;border:1px solid rgba(228,65,13,.35)!important;border-radius:999px!important;background:#e4410d13!important;color:#e4410d!important;font-size:10px!important;line-height:1!important;font-weight:950!important;letter-spacing:.22em!important;text-transform:uppercase!important;box-shadow:inset 0 1px #ffffff8c!important}body:not(.admin-body) .fence-process-light__head h2{margin:0!important;color:#151311!important;font-size:clamp(42px,5vw,76px)!important;line-height:.96!important;font-weight:900!important;letter-spacing:.035em!important;text-transform:none!important}body:not(.admin-body) .fence-process-light__head p{width:min(100%,660px)!important;margin:22px 0 0!important;color:#151311b3!important;font-size:clamp(15px,1.08vw,17px)!important;line-height:1.72!important;font-weight:720!important;letter-spacing:.028em!important}body:not(.admin-body) .fence-process-light__grid{position:relative!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(18px,2vw,28px)!important}body:not(.admin-body) .fence-process-light__grid:before{content:""!important;position:absolute!important;left:8%!important;right:8%!important;top:47px!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(228,65,13,.28),transparent)!important;pointer-events:none!important}body:not(.admin-body) .fence-process-light__card{position:relative!important;min-height:292px!important;padding:34px 28px 30px!important;border-radius:30px!important;border:1px solid rgba(21,19,17,.1)!important;background:radial-gradient(circle at 82% 0%,rgba(255,106,40,.11),transparent 35%),linear-gradient(180deg,#ffffff9e,#ffffff52)!important;box-shadow:0 22px 70px #2519111a!important;overflow:hidden!important}body:not(.admin-body) .fence-process-light__card:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:inherit!important;pointer-events:none!important;background:linear-gradient(135deg,rgba(255,255,255,.72),transparent 42%)!important;opacity:.62!important}body:not(.admin-body) .fence-process-light__number{position:relative!important;z-index:1!important;width:72px!important;height:72px!important;display:grid!important;place-items:center!important;margin:0 0 46px!important;border-radius:50%!important;background:linear-gradient(135deg,#ff5a1f,#e4410d)!important;color:#160701!important;font-size:24px!important;font-weight:950!important;line-height:1!important;letter-spacing:.02em!important;box-shadow:0 16px 34px #e4410d42!important}body:not(.admin-body) .fence-process-light__content{position:relative!important;z-index:1!important}body:not(.admin-body) .fence-process-light__content h3{margin:0 0 16px!important;color:#151311!important;font-size:clamp(18px,1.35vw,22px)!important;line-height:1.18!important;font-weight:900!important;letter-spacing:.018em!important}body:not(.admin-body) .fence-process-light__content p{width:min(100%,300px)!important;margin:0!important;color:#151311a8!important;font-size:14px!important;line-height:1.62!important;font-weight:700!important;letter-spacing:.018em!important}body:not(.admin-body) .fence-process-light__card:hover{transform:translateY(-4px)!important;border-color:#e4410d47!important;box-shadow:0 28px 90px #25191124!important}@media (max-width: 1180px){body:not(.admin-body) .fence-process-light__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}body:not(.admin-body) .fence-process-light__grid:before{display:none!important}}@media (max-width: 760px){body:not(.admin-body) .section.process.fence-process-light{padding-top:64px!important;padding-bottom:72px!important}body:not(.admin-body) .section.process.fence-process-light:after{right:-190px!important;top:36px!important;opacity:.34!important}body:not(.admin-body) .fence-process-light__head{margin-bottom:28px!important}body:not(.admin-body) .fence-process-light__eyebrow{min-height:31px!important;padding:0 14px!important;margin-bottom:16px!important;font-size:9px!important;letter-spacing:.16em!important}body:not(.admin-body) .fence-process-light__head h2{font-size:clamp(34px,10vw,46px)!important;line-height:1.04!important;letter-spacing:.018em!important}body:not(.admin-body) .fence-process-light__head p{margin-top:14px!important;font-size:14px!important;line-height:1.58!important}body:not(.admin-body) .fence-process-light__grid{grid-template-columns:1fr!important;gap:14px!important}body:not(.admin-body) .fence-process-light__card{min-height:auto!important;padding:22px 20px!important;border-radius:24px!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;gap:16px!important;align-items:start!important}body:not(.admin-body) .fence-process-light__number{width:54px!important;height:54px!important;margin:0!important;font-size:19px!important}body:not(.admin-body) .fence-process-light__content h3{margin-bottom:9px!important;font-size:18px!important}body:not(.admin-body) .fence-process-light__content p{max-width:none!important;font-size:13px!important;line-height:1.54!important}}body:not(.admin-body) .section.reviews.fence-reviews{position:relative!important;overflow:hidden!important;padding-top:clamp(84px,7vw,124px)!important;padding-bottom:clamp(88px,7vw,130px)!important;background:radial-gradient(circle at 78% 12%,rgba(255,91,31,.13),transparent 30%),radial-gradient(circle at 8% 86%,rgba(255,255,255,.045),transparent 26%),linear-gradient(180deg,#111110,#151514 54%,#10100f)!important;color:#f8f5eff0!important;border-top:1px solid rgba(255,255,255,.06)!important;border-bottom:1px solid rgba(255,255,255,.055)!important}body:not(.admin-body) .section.reviews.fence-reviews:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 1px)!important;background-size:120px 120px!important;opacity:.15!important;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 22%,#000 76%,transparent 100%)!important;mask-image:linear-gradient(180deg,transparent 0%,#000 22%,#000 76%,transparent 100%)!important}body:not(.admin-body) .section.reviews.fence-reviews:after{content:""!important;position:absolute!important;right:max(-180px,-8vw)!important;top:78px!important;width:clamp(320px,28vw,520px)!important;height:clamp(320px,28vw,520px)!important;border-radius:50%!important;border:1px solid rgba(255,91,31,.11)!important;box-shadow:0 0 0 78px #ff5b1f05!important;opacity:.72!important;pointer-events:none!important}body:not(.admin-body) .fence-reviews__inner{position:relative!important;z-index:1!important;width:min(100%,var(--fence-site-width))!important;max-width:var(--fence-site-width)!important;margin:0 auto!important}body:not(.admin-body) .fence-reviews__top{display:grid!important;grid-template-columns:minmax(0,760px) minmax(220px,300px)!important;align-items:end!important;justify-content:space-between!important;gap:clamp(24px,5vw,72px)!important;margin-bottom:clamp(34px,4vw,58px)!important}body:not(.admin-body) .fence-reviews__head{width:100%!important;margin:0!important}body:not(.admin-body) .fence-reviews__eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 18px!important;margin:0 0 20px!important;border-radius:999px!important;border:1px solid rgba(255,91,31,.35)!important;background:#ff5b1f0f!important;color:#ff5a1f!important;font-size:10px!important;line-height:1!important;font-weight:950!important;letter-spacing:.22em!important;text-transform:uppercase!important;box-shadow:inset 0 1px #ffffff0e!important}body:not(.admin-body) .fence-reviews__head h2{max-width:760px!important;margin:0!important;color:#f8f5effa!important;font-size:clamp(42px,4.9vw,76px)!important;line-height:.98!important;font-weight:900!important;letter-spacing:.035em!important}body:not(.admin-body) .fence-reviews__head p{width:min(100%,710px)!important;margin:22px 0 0!important;color:#f8f5efa8!important;font-size:clamp(15px,1.08vw,17px)!important;line-height:1.72!important;font-weight:720!important;letter-spacing:.03em!important}body:not(.admin-body) .fence-reviews__summary{position:relative!important;min-height:156px!important;padding:26px 28px!important;border-radius:30px!important;border:1px solid rgba(255,255,255,.09)!important;background:radial-gradient(circle at 88% 0%,rgba(255,91,31,.16),transparent 42%),#ffffff0a!important;box-shadow:inset 0 1px #ffffff0d,0 28px 80px #0000002e!important;display:flex!important;flex-direction:column!important;justify-content:center!important}body:not(.admin-body) .fence-reviews__summary strong{color:#ff5a1f!important;font-size:clamp(48px,4.8vw,72px)!important;line-height:.86!important;font-weight:950!important;letter-spacing:.02em!important}body:not(.admin-body) .fence-reviews__summary span{margin-top:14px!important;color:#f8f5efdb!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}body:not(.admin-body) .fence-reviews__summary em{margin-top:12px!important;color:#f8f5ef73!important;font-size:12px!important;line-height:1!important;font-style:normal!important;font-weight:800!important;letter-spacing:.08em!important}body:not(.admin-body) .fence-reviews__carousel{position:relative!important;overflow:hidden!important;border-radius:34px!important;border:1px solid rgba(255,255,255,.085)!important;background:radial-gradient(circle at 12% 0%,rgba(255,91,31,.08),transparent 34%),#ffffff09!important;box-shadow:inset 0 1px #ffffff0e,0 34px 90px #00000038!important}body:not(.admin-body) .fence-reviews__bar{min-height:76px!important;padding:18px 22px 18px 28px!important;border-bottom:1px solid rgba(255,255,255,.075)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}body:not(.admin-body) .fence-reviews__bar>span{color:#f8f5efe0!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.18em!important;text-transform:uppercase!important}body:not(.admin-body) .fence-reviews__controls{display:inline-flex!important;align-items:center!important;gap:10px!important}body:not(.admin-body) .fence-reviews__controls button{width:42px!important;height:42px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.11)!important;background:#ffffff0e!important;color:#f8f5efeb!important;display:grid!important;place-items:center!important;font-size:18px!important;line-height:1!important;transition:transform .28s ease,background .28s ease,border-color .28s ease,color .28s ease!important}body:not(.admin-body) .fence-reviews__controls button:hover{transform:translateY(-2px)!important;border-color:#ff5b1f61!important;background:#ff5b1f1f!important;color:#ff5a1f!important}body:not(.admin-body) .fence-reviews__controls em{min-width:50px!important;color:#f8f5ef85!important;font-size:11px!important;line-height:1!important;font-style:normal!important;font-weight:850!important;letter-spacing:.12em!important;text-align:center!important}body:not(.admin-body) .fence-reviews__page{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;padding:20px!important;animation:reviewsSlideIn .42s cubic-bezier(.22,.61,.36,1) both!important}body:not(.admin-body) .fence-review-card{position:relative!important;min-height:360px!important;padding:28px!important;border-radius:28px!important;border:1px solid rgba(255,255,255,.08)!important;background:radial-gradient(circle at 88% 10%,rgba(255,91,31,.1),transparent 32%),linear-gradient(180deg,#ffffff0b,#ffffff07)!important;box-shadow:inset 0 1px #ffffff0d!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}body:not(.admin-body) .fence-review-card:before{content:"“"!important;position:absolute!important;right:26px!important;top:auto!important;bottom:30px!important;color:#ff5b1f21!important;font-size:92px!important;line-height:.78!important;font-weight:950!important;pointer-events:none!important}body:not(.admin-body) .fence-review-card__top{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important}body:not(.admin-body) .fence-review-card__avatar{width:54px!important;height:54px!important;border-radius:50%!important;background:linear-gradient(135deg,#ff5a1f,#e4410d)!important;color:#170905!important;display:grid!important;place-items:center!important;font-size:14px!important;line-height:1!important;font-weight:950!important;letter-spacing:.05em!important;box-shadow:0 16px 34px #e4410d3b!important}body:not(.admin-body) .fence-review-card__person h3{color:#f8f5eff5!important;font-size:17px!important;line-height:1.16!important;font-weight:900!important;letter-spacing:.01em!important}body:not(.admin-body) .fence-review-card__person p{margin-top:6px!important;color:#ff5a1f!important;font-size:10px!important;line-height:1.25!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}body:not(.admin-body) .fence-review-card__rating{display:inline-flex!important;align-items:center!important;gap:2px!important;color:#ffffff24!important;font-size:15px!important;line-height:1!important;white-space:nowrap!important}body:not(.admin-body) .fence-review-card__rating span.is-active{color:#ff9b1f!important}body:not(.admin-body) .fence-review-card blockquote{position:relative!important;z-index:1!important;margin:28px 0 0!important;color:#f8f5efc2!important;font-size:15px!important;line-height:1.72!important;font-weight:650!important;letter-spacing:.02em!important}body:not(.admin-body) .fence-review-card__bottom{position:relative!important;z-index:1!important;margin-top:auto!important;padding-top:24px!important;border-top:1px solid rgba(255,255,255,.075)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}body:not(.admin-body) .fence-review-card__bottom span,body:not(.admin-body) .fence-review-card__bottom em{color:#f8f5ef80!important;font-size:11px!important;line-height:1.2!important;font-style:normal!important;font-weight:850!important;letter-spacing:.08em!important}body:not(.admin-body) .fence-review-card__bottom em{text-align:right!important}body:not(.admin-body) .fence-review-card:hover{transform:translateY(-3px)!important;border-color:#ff5b1f38!important;background:radial-gradient(circle at 88% 10%,rgba(255,91,31,.14),transparent 34%),linear-gradient(180deg,#ffffff0e,#ffffff08)!important}@media (max-width: 1180px){body:not(.admin-body) .fence-reviews__top{grid-template-columns:1fr!important;align-items:start!important}body:not(.admin-body) .fence-reviews__summary{width:min(100%,360px)!important}body:not(.admin-body) .fence-reviews__page{grid-template-columns:1fr!important}body:not(.admin-body) .fence-review-card{min-height:auto!important}}@media (max-width: 760px){body:not(.admin-body) .section.reviews.fence-reviews{padding-top:66px!important;padding-bottom:72px!important}body:not(.admin-body) .section.reviews.fence-reviews:after{right:-240px!important;top:76px!important;opacity:.42!important}body:not(.admin-body) .fence-reviews__eyebrow{min-height:31px!important;padding:0 14px!important;margin-bottom:16px!important;font-size:9px!important;letter-spacing:.16em!important}body:not(.admin-body) .fence-reviews__head h2{font-size:clamp(34px,10vw,46px)!important;line-height:1.04!important}body:not(.admin-body) .fence-reviews__head p{margin-top:16px!important;font-size:14px!important;line-height:1.65!important}body:not(.admin-body) .fence-reviews__summary{min-height:132px!important;padding:22px!important;border-radius:26px!important}body:not(.admin-body) .fence-reviews__carousel{border-radius:28px!important}body:not(.admin-body) .fence-reviews__bar{align-items:flex-start!important;flex-direction:column!important;padding:20px!important}body:not(.admin-body) .fence-reviews__controls{width:100%!important;justify-content:space-between!important}body:not(.admin-body) .fence-reviews__page{padding:12px!important;gap:12px!important}body:not(.admin-body) .fence-review-card{padding:22px!important;border-radius:24px!important}body:not(.admin-body) .fence-review-card__top{grid-template-columns:48px minmax(0,1fr)!important}body:not(.admin-body) .fence-review-card__avatar{width:48px!important;height:48px!important;font-size:12px!important}body:not(.admin-body) .fence-review-card__rating{grid-column:1 / -1!important;margin-top:2px!important}body:not(.admin-body) .fence-review-card blockquote{margin-top:20px!important;font-size:14px!important}body:not(.admin-body) .fence-review-card__bottom{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}body:not(.admin-body) .fence-review-card__bottom em{text-align:left!important}}body:not(.admin-body) .section.fence-price-list{position:relative!important;overflow:hidden!important;padding:96px max(var(--side),calc((100vw - var(--container)) / 2)) 104px!important;background:radial-gradient(circle at 88% 12%,rgba(255,91,31,.13),transparent 34%),radial-gradient(circle at 8% 92%,rgba(255,255,255,.035),transparent 31%),#111211!important;color:#f8f5eff5!important}body:not(.admin-body) .fence-price-list__inner{position:relative!important;z-index:1!important;width:100%!important;max-width:var(--container)!important;margin:0 auto!important}body:not(.admin-body) .fence-price-list__pattern{position:absolute!important;z-index:-1!important;top:20px!important;right:-90px!important;width:390px!important;height:390px!important;border:1px solid rgba(255,255,255,.055)!important;border-radius:50%!important;opacity:.85!important;pointer-events:none!important}body:not(.admin-body) .fence-price-list__pattern:before,body:not(.admin-body) .fence-price-list__pattern:after{content:""!important;position:absolute!important;border-radius:inherit!important;border:1px solid rgba(255,255,255,.045)!important;top:62px!important;right:62px!important;bottom:62px!important;left:62px!important}body:not(.admin-body) .fence-price-list__pattern:after{top:138px!important;right:138px!important;bottom:138px!important;left:138px!important;border-color:#ff5b1f12!important}body:not(.admin-body) .fence-price-list__head{width:min(100%,760px)!important;margin-bottom:42px!important}body:not(.admin-body) .fence-price-list__eyebrow{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 18px!important;margin-bottom:18px!important;border:1px solid rgba(255,91,31,.34)!important;border-radius:999px!important;background:#ff5b1f0e!important;color:#ff5a1f!important;font-size:10px!important;line-height:1!important;font-weight:950!important;letter-spacing:.22em!important;text-transform:uppercase!important}body:not(.admin-body) .fence-price-list__head h2{margin:0!important;max-width:760px!important;color:#ff5a1f!important;font-size:clamp(38px,5.1vw,64px)!important;line-height:.98!important;font-weight:950!important;letter-spacing:-.045em!important}body:not(.admin-body) .fence-price-list__head p{max-width:620px!important;margin:22px 0 0!important;color:#ff5b1fe6!important;font-size:16px!important;line-height:1.72!important;font-weight:720!important;letter-spacing:.035em!important}body:not(.admin-body) .fence-price-tabs{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:9px!important;margin-bottom:34px!important}body:not(.admin-body) .fence-price-tabs button{min-height:46px!important;padding:0 19px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:10px!important;background:#ffffff09!important;color:#ff5a1f!important;font-size:13px!important;line-height:1!important;font-weight:920!important;letter-spacing:.04em!important;transition:transform .25s ease,background .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease!important}body:not(.admin-body) .fence-price-tabs button i,body:not(.admin-body) .fence-price-table header span{width:18px!important;height:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:currentColor!important}body:not(.admin-body) .fence-price-tabs button svg,body:not(.admin-body) .fence-price-table header svg{width:100%!important;height:100%!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}body:not(.admin-body) .fence-price-tabs button:hover{transform:translateY(-1px)!important;border-color:#ff5b1f54!important;background:#ff5b1f13!important}body:not(.admin-body) .fence-price-tabs button.is-active{background:linear-gradient(135deg,#ff5a1f,#e4410d)!important;border-color:#ffffffb8!important;color:#fff4ed!important;box-shadow:0 20px 46px #e4410d3d!important}body:not(.admin-body) .fence-price-list__tables{display:grid!important;gap:28px!important;animation:fencePriceIn .28s ease both!important}@keyframes fencePriceIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}body:not(.admin-body) .fence-price-table{overflow:hidden!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;background:linear-gradient(180deg,#ffffff0d,#ffffff07)!important;box-shadow:0 30px 90px #0000003d!important}body:not(.admin-body) .fence-price-table header{min-height:58px!important;padding:0 26px!important;display:flex!important;align-items:center!important;gap:11px!important;background:#ffffff0e!important;border-bottom:1px solid rgba(255,255,255,.075)!important;color:#ff5a1f!important}body:not(.admin-body) .fence-price-table header h3{margin:0!important;color:#ff5a1f!important;font-size:17px!important;line-height:1.16!important;font-weight:950!important;letter-spacing:.02em!important}body:not(.admin-body) .fence-price-table__wrap{width:100%!important;overflow-x:auto!important}body:not(.admin-body) .fence-price-table table{width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;min-width:980px!important}body:not(.admin-body) .fence-price-table th,body:not(.admin-body) .fence-price-table td{padding:19px 26px!important;border-bottom:1px solid rgba(255,255,255,.075)!important;vertical-align:middle!important;text-align:left!important}body:not(.admin-body) .fence-price-table tbody tr:last-child td{border-bottom:0!important}body:not(.admin-body) .fence-price-table th{color:#ff5a1f!important;background:#00000029!important;font-size:11px!important;line-height:1!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}body:not(.admin-body) .fence-price-table th:nth-child(1){width:27%!important}body:not(.admin-body) .fence-price-table th:nth-child(2){width:47%!important}body:not(.admin-body) .fence-price-table th:nth-child(5){width:110px!important}body:not(.admin-body) .fence-price-table td strong{display:block!important;color:#ff5a1f!important;font-size:14px!important;line-height:1.38!important;font-weight:850!important;letter-spacing:.02em!important}body:not(.admin-body) .fence-price-table td span{display:block!important;color:#ff5b1fe0!important;font-size:13.2px!important;line-height:1.55!important;font-weight:650!important;letter-spacing:.025em!important}body:not(.admin-body) .fence-price-table__price b{color:#ff5a1f!important;font-size:19px!important;line-height:1!important;font-weight:950!important;letter-spacing:.02em!important;white-space:nowrap!important}body:not(.admin-body) .fence-price-table__unit em{color:#f8f5efad!important;font-size:12px!important;line-height:1!important;font-style:normal!important;font-weight:850!important;letter-spacing:.04em!important;white-space:nowrap!important}body:not(.admin-body) .fence-price-table__action{text-align:right!important}body:not(.admin-body) .fence-price-table__action button{min-width:84px!important;min-height:34px!important;padding:0 15px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:8px!important;background:#ffffff06!important;color:#ff5a1f!important;font-size:12px!important;line-height:1!important;font-weight:850!important;transition:transform .25s ease,color .25s ease,background .25s ease,border-color .25s ease!important}body:not(.admin-body) .fence-price-table__action button:hover{transform:translateY(-1px)!important;border-color:#ff5b1f75!important;background:#ff5b1f1a!important;color:#f8f5eff5!important}body:not(.admin-body) .fence-price-list__note{min-height:74px!important;margin-top:34px!important;padding:16px 18px 16px 26px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:22px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:14px!important;background:#ffffff09!important}body:not(.admin-body) .fence-price-list__note p{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;color:#ff5b1feb!important;font-size:13px!important;line-height:1.45!important;font-weight:700!important;letter-spacing:.035em!important}body:not(.admin-body) .fence-price-list__note p i{flex:0 0 auto!important;width:18px!important;height:18px!important;border-radius:50%!important;background:#ff5a1f!important;position:relative!important}body:not(.admin-body) .fence-price-list__note p i:before{content:"!"!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:grid!important;place-items:center!important;color:#17100d!important;font-size:11px!important;line-height:1!important;font-weight:950!important}body:not(.admin-body) .fence-price-list__note button{min-width:230px!important;min-height:48px!important;border:0!important;border-radius:9px!important;background:linear-gradient(135deg,#ff5a1f,#e4410d)!important;color:#fff4ed!important;font-size:14px!important;font-weight:950!important;letter-spacing:.03em!important;box-shadow:0 20px 48px #e4410d33!important;transition:transform .25s ease,box-shadow .25s ease!important}body:not(.admin-body) .fence-price-list__note button:hover{transform:translateY(-1px)!important;box-shadow:0 24px 58px #e4410d47!important}@media (max-width: 960px){body:not(.admin-body) .section.fence-price-list{padding-top:72px!important;padding-bottom:78px!important}body:not(.admin-body) .fence-price-list__head h2{font-size:clamp(34px,9vw,48px)!important}body:not(.admin-body) .fence-price-tabs button{flex:1 1 calc(50% - 9px)!important}body:not(.admin-body) .fence-price-table table,body:not(.admin-body) .fence-price-table thead,body:not(.admin-body) .fence-price-table tbody,body:not(.admin-body) .fence-price-table tr,body:not(.admin-body) .fence-price-table th,body:not(.admin-body) .fence-price-table td{display:block!important;min-width:0!important;width:100%!important}body:not(.admin-body) .fence-price-table thead{display:none!important}body:not(.admin-body) .fence-price-table tr{padding:18px 18px 20px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}body:not(.admin-body) .fence-price-table tr:last-child{border-bottom:0!important}body:not(.admin-body) .fence-price-table td{padding:0!important;border:0!important}body:not(.admin-body) .fence-price-table td+td{margin-top:12px!important}body:not(.admin-body) .fence-price-table td:before{content:attr(data-label)!important;display:block!important;margin-bottom:6px!important;color:#f8f5ef6b!important;font-size:10px!important;line-height:1!important;font-weight:950!important;letter-spacing:.15em!important;text-transform:uppercase!important}body:not(.admin-body) .fence-price-table__action{margin-top:16px!important;text-align:left!important}body:not(.admin-body) .fence-price-table__action:before{display:none!important}body:not(.admin-body) .fence-price-table__action button{width:100%!important;min-height:44px!important}body:not(.admin-body) .fence-price-list__note{grid-template-columns:1fr!important;padding:20px!important}body:not(.admin-body) .fence-price-list__note button{width:100%!important}}@media (max-width: 560px){body:not(.admin-body) .fence-price-tabs button{flex-basis:100%!important;justify-content:flex-start!important}body:not(.admin-body) .fence-price-table header{padding:0 18px!important}}body:not(.admin-body) .fence-price-table__wrap{overflow-x:visible!important}body:not(.admin-body) .fence-price-table table{min-width:0!important;table-layout:fixed!important}body:not(.admin-body) .fence-price-table th:nth-child(1){width:28%!important}body:not(.admin-body) .fence-price-table th:nth-child(2){width:52%!important}body:not(.admin-body) .fence-price-table th:nth-child(3){width:12%!important}body:not(.admin-body) .fence-price-table th:nth-child(4){width:8%!important}body:not(.admin-body) .fence-price-table th:nth-child(5){width:auto!important}body:not(.admin-body) .fence-price-table th,body:not(.admin-body) .fence-price-table td{padding-left:24px!important;padding-right:24px!important}body:not(.admin-body) .fence-price-table td strong,body:not(.admin-body) .fence-price-table td span{max-width:100%!important;overflow-wrap:anywhere!important}body:not(.admin-body) .fence-price-table__price b,body:not(.admin-body) .fence-price-table__unit em{display:inline-block!important;white-space:nowrap!important}body:not(.admin-body) .fence-price-table__unit{text-align:left!important}body:not(.admin-body) .fence-price-table__action{display:none!important}@media (max-width: 1200px){body:not(.admin-body) .fence-price-table th,body:not(.admin-body) .fence-price-table td{padding-left:18px!important;padding-right:18px!important}body:not(.admin-body) .fence-price-table th:nth-child(1){width:29%!important}body:not(.admin-body) .fence-price-table th:nth-child(2){width:49%!important}body:not(.admin-body) .fence-price-table th:nth-child(3){width:14%!important}body:not(.admin-body) .fence-price-table th:nth-child(4){width:8%!important}}@media (max-width: 960px){body:not(.admin-body) .fence-price-table__wrap{overflow-x:hidden!important}}body:not(.admin-body) .max-contact-block{position:relative!important;overflow:hidden!important;padding:112px max(var(--side),calc((100vw - var(--container)) / 2)) 118px!important;background:radial-gradient(circle at 84% 12%,rgba(255,91,31,.13),transparent 28%),radial-gradient(circle at 12% 72%,rgba(255,255,255,.035),transparent 24%),linear-gradient(180deg,#0c0c0b,#151513)!important;color:#f8f5eff0!important}body:not(.admin-body) .max-contact-block:before,body:not(.admin-body) .max-contact-block:after{content:""!important;position:absolute!important;border-radius:50%!important;pointer-events:none!important}body:not(.admin-body) .max-contact-block:before{left:-170px!important;top:38px!important;width:420px!important;height:420px!important;border:1px solid rgba(255,255,255,.045)!important}body:not(.admin-body) .max-contact-block:after{right:-210px!important;bottom:-190px!important;width:520px!important;height:520px!important;border:1px solid rgba(255,91,31,.075)!important}body:not(.admin-body) .max-contact-card{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:minmax(360px,.86fr) minmax(480px,1fr)!important;gap:clamp(42px,6vw,86px)!important;align-items:center!important;width:100%!important}body:not(.admin-body) .max-contact-card:before{content:""!important;position:absolute!important;top:-36px!important;right:-28px!important;bottom:-36px!important;left:-28px!important;z-index:-1!important;border-radius:38px!important;background:linear-gradient(135deg,#ffffff07,#ff5b1f0b 52%,#ffffff04),linear-gradient(180deg,#ffffff09,#ffffff03)!important;border:1px solid rgba(255,255,255,.07)!important;box-shadow:0 34px 90px #00000038!important}body:not(.admin-body) .max-contact-copy{min-width:0!important}body:not(.admin-body) .max-contact-label{min-height:34px!important;padding:0 15px!important;border-radius:999px!important;border:1px solid rgba(255,91,31,.38)!important;background:#ff5b1f13!important;color:#ff5a1f!important;font-size:10.5px!important;letter-spacing:.22em!important;box-shadow:none!important}body:not(.admin-body) .max-contact-title{margin-top:24px!important;color:#ff5a1f!important;font-family:Manrope,system-ui,sans-serif!important;font-size:clamp(38px,4.4vw,68px)!important;line-height:.98!important;font-weight:900!important;letter-spacing:-.035em!important}body:not(.admin-body) .max-contact-title span{display:block!important}body:not(.admin-body) .max-contact-copy>p{margin-top:24px!important;max-width:620px!important;color:#f8f5efb8!important;font-size:16px!important;line-height:1.82!important;font-weight:650!important;letter-spacing:.035em!important}body:not(.admin-body) .max-contact-points{margin-top:30px!important;display:grid!important;gap:12px!important}body:not(.admin-body) .max-contact-point{display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;color:#f8f5efd1!important;font-size:14px!important;line-height:1.45!important;font-weight:800!important;letter-spacing:.045em!important}body:not(.admin-body) .max-contact-point i{width:46px!important;height:46px!important;border-radius:13px!important;background:#ff5b1f21!important;border:1px solid rgba(255,91,31,.17)!important;position:relative!important;box-shadow:inset 0 1px #ffffff09!important}body:not(.admin-body) .max-contact-point i:before{content:""!important;position:absolute!important;top:14px!important;right:14px!important;bottom:14px!important;left:14px!important;border-radius:50%!important;background:#ff5a1f!important;box-shadow:0 0 0 7px #ff5b1f14!important}body:not(.admin-body) .max-contact-button{margin-top:36px!important;min-width:260px!important;min-height:62px!important;padding:0 26px!important;border-radius:12px!important;background:linear-gradient(135deg,#ff5a1f,#df3c08)!important;color:#fff3eb!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;font-size:15px!important;line-height:1!important;font-weight:950!important;letter-spacing:.035em!important;box-shadow:0 22px 54px #e4410d3d!important;transition:transform .28s ease,box-shadow .28s ease,filter .28s ease!important}body:not(.admin-body) .max-contact-button svg{width:22px!important;height:22px!important;fill:currentColor!important;flex:0 0 auto!important}body:not(.admin-body) .max-contact-button:hover{transform:translateY(-2px)!important;filter:saturate(1.05)!important;box-shadow:0 28px 70px #e4410d57!important}body:not(.admin-body) .max-chat-panel{min-width:0!important;padding:clamp(24px,3.2vw,40px)!important;border-radius:34px!important;background:radial-gradient(circle at 94% 5%,rgba(255,91,31,.19),transparent 30%),linear-gradient(145deg,#ffffff12,#ffffff07)!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:0 34px 90px #00000047,inset 0 1px #ffffff0d!important;overflow:hidden!important}body:not(.admin-body) .max-chat-head{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:28px!important}body:not(.admin-body) .max-chat-logo{width:62px!important;height:62px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#ff5a1f,#df3c08)!important;color:#fff3eb!important;box-shadow:0 18px 40px #e4410d3d!important}body:not(.admin-body) .max-chat-logo svg{width:29px!important;height:29px!important;fill:currentColor!important}body:not(.admin-body) .max-chat-head strong{display:block!important;color:#f8f5effa!important;font-size:18px!important;line-height:1!important;font-weight:950!important;letter-spacing:.06em!important}body:not(.admin-body) .max-chat-head span{margin-top:8px!important;display:flex!important;align-items:center!important;gap:8px!important;color:#f8f5ef9e!important;font-size:13px!important;line-height:1!important;font-weight:750!important}body:not(.admin-body) .max-chat-head span i{width:8px!important;height:8px!important;border-radius:50%!important;background:#36d36b!important;box-shadow:0 0 0 6px #36d36b1a!important}body:not(.admin-body) .max-chat-messages{display:grid!important;gap:14px!important}body:not(.admin-body) .max-chat-message{width:min(82%,520px)!important;padding:16px 18px 13px!important;border-radius:14px!important;color:#f8f5eff0!important;box-shadow:0 16px 34px #0000001a!important}body:not(.admin-body) .max-chat-message p{font-size:14px!important;line-height:1.52!important;font-weight:750!important;letter-spacing:.015em!important}body:not(.admin-body) .max-chat-message time{display:block!important;margin-top:9px!important;color:#f8f5ef75!important;font-size:11px!important;line-height:1!important;font-weight:700!important}body:not(.admin-body) .max-chat-message--client{justify-self:start!important;background:#ffffff13!important;border:1px solid rgba(255,255,255,.08)!important}body:not(.admin-body) .max-chat-message--company{justify-self:end!important;background:linear-gradient(135deg,#ff5a1f,#df3c08)!important;border:1px solid rgba(255,255,255,.09)!important}@media (max-width: 1120px){body:not(.admin-body) .max-contact-card{grid-template-columns:1fr!important}body:not(.admin-body) .max-contact-card:before{top:-24px!important;right:-18px!important;bottom:-24px!important;left:-18px!important}body:not(.admin-body) .max-chat-panel{max-width:760px!important}}@media (max-width: 720px){body:not(.admin-body) .max-contact-block{padding-top:78px!important;padding-bottom:86px!important}body:not(.admin-body) .max-contact-title{font-size:clamp(36px,11vw,52px)!important}body:not(.admin-body) .max-contact-copy>p{font-size:14px!important;line-height:1.72!important}body:not(.admin-body) .max-contact-point{grid-template-columns:42px minmax(0,1fr)!important;font-size:13px!important}body:not(.admin-body) .max-contact-point i{width:42px!important;height:42px!important;border-radius:12px!important}body:not(.admin-body) .max-contact-button{width:100%!important}body:not(.admin-body) .max-chat-panel{padding:20px!important;border-radius:26px!important}body:not(.admin-body) .max-chat-logo{width:52px!important;height:52px!important}body:not(.admin-body) .max-chat-message{width:100%!important}}body:not(.admin-body) .section.contacts.fence-contacts{position:relative;padding-top:clamp(82px,7vw,126px);padding-bottom:clamp(82px,7vw,126px);background:radial-gradient(circle at 12% 18%,rgba(232,74,18,.13),transparent 28%),radial-gradient(circle at 92% 16%,rgba(255,106,40,.09),transparent 31%),linear-gradient(180deg,#0b0c0b,#101110);overflow:hidden}body:not(.admin-body) .section.contacts.fence-contacts:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:84px 84px;-webkit-mask-image:radial-gradient(circle at 28% 42%,rgba(0,0,0,.78),transparent 58%);mask-image:radial-gradient(circle at 28% 42%,rgba(0,0,0,.78),transparent 58%);opacity:.38;pointer-events:none}body:not(.admin-body) .section.contacts.fence-contacts:after{content:"";position:absolute;right:var(--fence-site-side);top:54px;width:min(430px,30vw);height:min(430px,30vw);border:1px solid rgba(255,255,255,.055);border-radius:50%;opacity:.58;pointer-events:none}body:not(.admin-body) .contact-card.zabor-contact-card{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,.78fr);gap:clamp(38px,5vw,82px);align-items:stretch;padding:clamp(34px,4.8vw,72px);border-radius:36px;background:linear-gradient(135deg,#ffffff0f,#ffffff06 48%,#e84a1212),#111210eb;border:1px solid rgba(255,255,255,.105);box-shadow:0 32px 96px #00000057,inset 0 1px #ffffff0f;overflow:hidden}body:not(.admin-body) .contact-card.zabor-contact-card:before{content:"";position:absolute;right:0;top:0;width:46%;height:100%;background:radial-gradient(circle at 88% 12%,rgba(232,74,18,.2),transparent 42%);pointer-events:none}body:not(.admin-body) .contact-card.zabor-contact-card:after{content:"";position:absolute;left:-170px;bottom:-170px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.055);pointer-events:none}body:not(.admin-body) .zabor-contact-copy{position:relative;z-index:2;align-self:center;max-width:690px}body:not(.admin-body) .zabor-contact-copy .section-eyebrow{min-height:38px;padding:0 18px;letter-spacing:.22em}body:not(.admin-body) .zabor-contact-copy h2{margin-top:24px;font-family:Manrope,system-ui,sans-serif;font-size:clamp(42px,4.85vw,76px);line-height:.98;letter-spacing:-.035em;font-weight:950;color:#f9f4ecf5}body:not(.admin-body) .zabor-contact-copy h2 span:last-child{color:var(--fence-orange-2)}body:not(.admin-body) .zabor-contact-copy p{margin-top:22px;max-width:650px;color:#f7efe5b8;font-size:18px;line-height:1.72;letter-spacing:.02em}body:not(.admin-body) .zabor-contact-tags{margin:30px 0 0;gap:10px}body:not(.admin-body) .zabor-contact-tags span{min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.15;color:#f9f4ecd1;background:#ffffff0e;border-color:#ffffff1f;letter-spacing:.09em;text-transform:uppercase;font-size:11px}body:not(.admin-body) .zabor-contact-actions{margin-top:34px;display:grid;gap:12px;max-width:450px}body:not(.admin-body) .zabor-contact-actions a{min-height:54px;padding:0 18px;display:inline-flex;align-items:center;gap:12px;border-radius:18px;background:#ffffff0b;border:1px solid rgba(255,255,255,.105);color:#f9f4ece0;font-size:15px;font-weight:850;letter-spacing:.045em;transition:transform .28s ease,border-color .28s ease,background .28s ease,color .28s ease}body:not(.admin-body) .zabor-contact-actions a:hover{transform:translate(4px);border-color:#e84a126b;background:#e84a1218;color:#fff}body:not(.admin-body) .zabor-contact-actions svg{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:var(--fence-orange-2);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}body:not(.admin-body) .zabor-contact-status{margin-top:24px;color:#f7efe5a8;font-weight:700}body:not(.admin-body) .contact-form.zabor-contact-form{position:relative;z-index:2;align-self:stretch;display:grid;gap:16px;padding:clamp(24px,2.5vw,38px);border-radius:30px;background:linear-gradient(180deg,#ffffff16,#ffffff0b),#090a09d1;border:1px solid rgba(255,255,255,.125);box-shadow:inset 0 1px #ffffff12,0 22px 60px #00000038}body:not(.admin-body) .zabor-form-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:2px}body:not(.admin-body) .zabor-form-head span{color:var(--fence-orange-2);font-size:12px;font-weight:950;letter-spacing:.2em;text-transform:uppercase}body:not(.admin-body) .zabor-form-head b{min-height:34px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0e;color:#f9f4ecd1;font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}body:not(.admin-body) .zabor-contact-form label{display:grid;gap:8px;color:#f7efe5b8;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}body:not(.admin-body) .zabor-contact-form input,body:not(.admin-body) .zabor-contact-form textarea{border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#00000038;color:#f9f4ecf0;font-weight:750;letter-spacing:.01em}body:not(.admin-body) .zabor-contact-form input{min-height:56px;padding:0 17px}body:not(.admin-body) .zabor-contact-form textarea{min-height:126px;padding:16px 17px;line-height:1.5}body:not(.admin-body) .zabor-contact-form input:focus,body:not(.admin-body) .zabor-contact-form textarea:focus{border-color:#ff6a2885;background:#00000052;box-shadow:0 0 0 4px #e84a1217}body:not(.admin-body) .contact-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}body:not(.admin-body) .zabor-contact-form .contact-consent{margin-top:2px;text-transform:none;letter-spacing:.01em;color:#f7efe599;font-size:12px;line-height:1.55;font-weight:700}body:not(.admin-body) .zabor-contact-form .contact-alert{border-radius:16px;border:1px solid rgba(255,255,255,.12);padding:13px 14px;font-size:13px;line-height:1.45}body:not(.admin-body) .zabor-contact-form button.contact-submit{min-height:62px;border-radius:18px;background:linear-gradient(135deg,var(--fence-orange),var(--fence-orange-2));color:#160701;font-size:12px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;box-shadow:0 16px 42px #e84a123d}body:not(.admin-body) .zabor-contact-form button.contact-submit:hover{background:linear-gradient(135deg,#ff5a18,#ff7a36);box-shadow:0 22px 54px #e84a124d}body:not(.admin-body) .footer.fence-footer.zabor-footer{width:100%!important;max-width:none!important;margin:0!important;min-height:auto;display:block;padding:clamp(70px,6vw,104px) var(--fence-site-side) 28px!important;background:radial-gradient(circle at 18% 4%,rgba(232,74,18,.09),transparent 30%),linear-gradient(180deg,#070807,#050605);border-top:1px solid rgba(255,255,255,.08);color:#f7efe5c7;overflow:hidden}body:not(.admin-body) .footer.fence-footer.zabor-footer:before{background:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:76px 76px;opacity:.28;-webkit-mask-image:radial-gradient(circle at 78% 34%,rgba(0,0,0,.72),transparent 60%);mask-image:radial-gradient(circle at 78% 34%,rgba(0,0,0,.72),transparent 60%)}body:not(.admin-body) .footer.fence-footer.zabor-footer:after{background:linear-gradient(90deg,transparent,rgba(255,106,40,.42),transparent);opacity:.7}body:not(.admin-body) .zabor-footer__inner{position:relative;z-index:1;width:min(100%,var(--fence-site-width));max-width:var(--fence-site-width);margin:0 auto;display:grid;grid-template-columns:minmax(280px,.95fr) minmax(260px,.8fr) minmax(330px,1fr);gap:clamp(42px,7vw,150px)}body:not(.admin-body) .zabor-footer__brand,body:not(.admin-body) .zabor-footer__col{min-width:0}body:not(.admin-body) .zabor-footer__logo{display:inline-flex;align-items:center;gap:14px;color:#f9f4ecf5}body:not(.admin-body) .zabor-footer__logo span{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--fence-orange),#c83205);box-shadow:0 18px 40px #e84a122e}body:not(.admin-body) .zabor-footer__logo svg{width:32px;height:36px;overflow:visible}body:not(.admin-body) .zabor-footer__logo svg path:first-child{fill:#00000014;stroke:#160701;stroke-width:2.2}body:not(.admin-body) .zabor-footer__logo svg path:last-child{fill:none;stroke:#160701;stroke-width:2.4;stroke-linecap:round}body:not(.admin-body) .zabor-footer__logo b{display:flex;align-items:baseline;gap:7px;font-size:22px;line-height:1;letter-spacing:.1em;text-transform:uppercase;font-weight:950}body:not(.admin-body) .zabor-footer__logo b em{font-style:normal;color:#f9f4ecf5}body:not(.admin-body) .zabor-footer__logo b strong{color:var(--fence-orange-2)}body:not(.admin-body) .zabor-footer__brand p{margin-top:22px;max-width:440px;color:#ff6a28e0;font-size:16px;line-height:1.62;letter-spacing:.015em}body:not(.admin-body) .zabor-footer__subhead,body:not(.admin-body) .zabor-footer__col h3{margin:24px 0 14px;color:var(--fence-orange-2);font-size:15px;line-height:1.2;font-weight:950;letter-spacing:.08em}body:not(.admin-body) .zabor-footer__col h3{margin-top:4px;margin-bottom:28px}body:not(.admin-body) .zabor-footer__list{list-style:none;margin:0;padding:0;display:grid;gap:12px}body:not(.admin-body) .zabor-footer__list li,body:not(.admin-body) .zabor-footer__list a{min-width:0;display:flex;align-items:center;gap:10px;color:#f7efe594;font-size:15px;line-height:1.35;font-weight:750;letter-spacing:.02em;transition:color .25s ease,transform .25s ease}body:not(.admin-body) .zabor-footer__list a:hover{color:#f9f4ecf2;transform:translate(3px)}body:not(.admin-body) .zabor-footer__list svg{width:16px;height:16px;flex:0 0 auto;fill:none;stroke:var(--fence-orange-2);stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}body:not(.admin-body) .zabor-footer__links .zabor-footer__list svg,body:not(.admin-body) .zabor-footer__links svg{width:14px;height:14px}body:not(.admin-body) .zabor-footer__contacts .zabor-footer__list li,body:not(.admin-body) .zabor-footer__contacts .zabor-footer__list a{color:#ff6a28e6}body:not(.admin-body) .zabor-footer__contacts .zabor-footer__list a:hover{color:#fff}body:not(.admin-body) .zabor-footer__bottom{position:relative;z-index:1;width:min(100%,var(--fence-site-width));max-width:var(--fence-site-width);margin:clamp(48px,5vw,78px) auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:20px;color:#f7efe56b;font-size:13px;font-weight:700}body:not(.admin-body) .zabor-footer__bottom a{color:#f7efe5b3;font-size:11px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;transition:color .25s ease}body:not(.admin-body) .zabor-footer__bottom a:hover{color:var(--fence-orange-2)}@media (max-width: 1180px){body:not(.admin-body) .contact-card.zabor-contact-card{grid-template-columns:1fr}body:not(.admin-body) .zabor-footer__inner{grid-template-columns:1fr 1fr;gap:42px}body:not(.admin-body) .zabor-footer__brand{grid-column:1 / -1}}@media (max-width: 760px){body:not(.admin-body) .section.contacts.fence-contacts{padding-top:64px;padding-bottom:64px}body:not(.admin-body) .contact-card.zabor-contact-card{padding:24px;border-radius:28px;gap:28px}body:not(.admin-body) .zabor-contact-copy h2{font-size:clamp(36px,10vw,48px)}body:not(.admin-body) .zabor-contact-copy p{font-size:15px}body:not(.admin-body) .contact-form__grid,body:not(.admin-body) .zabor-footer__inner{grid-template-columns:1fr}body:not(.admin-body) .zabor-form-head{align-items:flex-start;flex-direction:column}body:not(.admin-body) .footer.fence-footer.zabor-footer{padding-top:58px!important}body:not(.admin-body) .zabor-footer__logo b{font-size:18px}body:not(.admin-body) .zabor-footer__bottom{align-items:flex-start;flex-direction:column}}body:not(.admin-body) .section.calculator.fence-calculator,body:not(.admin-body) .section.fence-portfolio,body:not(.admin-body) .section.fence-services,body:not(.admin-body) .section.fence-advantages{position:relative!important;isolation:isolate!important;overflow:hidden!important;background:radial-gradient(circle at 13% 10%,rgba(232,74,18,.105),transparent 31%),radial-gradient(circle at 90% 13%,rgba(255,106,40,.075),transparent 34%),radial-gradient(circle at 50% 110%,rgba(255,106,40,.055),transparent 38%),linear-gradient(180deg,#080908,#10110f 52%,#090a09)!important}body:not(.admin-body) .section.calculator.fence-calculator:before,body:not(.admin-body) .section.fence-portfolio:before,body:not(.admin-body) .section.fence-services:before,body:not(.admin-body) .section.fence-advantages:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:-3!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.02) 1px,transparent 1px)!important;background-size:96px 96px!important;opacity:.38!important;-webkit-mask-image:radial-gradient(circle at 52% 46%,rgba(0,0,0,.78),transparent 74%)!important;mask-image:radial-gradient(circle at 52% 46%,rgba(0,0,0,.78),transparent 74%)!important}body:not(.admin-body) .section.calculator.fence-calculator:after,body:not(.admin-body) .section.fence-portfolio:after,body:not(.admin-body) .section.fence-services:after,body:not(.admin-body) .section.fence-advantages:after{content:""!important;position:absolute!important;z-index:-2!important;right:max(-190px,-10vw)!important;top:clamp(42px,8vw,112px)!important;width:clamp(360px,34vw,620px)!important;height:clamp(360px,34vw,620px)!important;border-radius:50%!important;border:1px solid rgba(255,106,40,.085)!important;box-shadow:0 0 0 76px #ff6a2803,inset 0 0 72px #ff6a2806!important;opacity:.72!important;pointer-events:none!important}body:not(.admin-body) .section.fence-advantages{background:radial-gradient(circle at 12% 12%,rgba(232,74,18,.105),transparent 30%),radial-gradient(circle at 88% 20%,rgba(255,106,40,.08),transparent 34%),linear-gradient(180deg,#060706,#0d0e0d 48%,#10110f)!important}body:not(.admin-body) .section.fence-advantages .fence-advantages__glow,body:not(.admin-body) .section.fence-services .fence-services__glow{opacity:.55!important;filter:blur(6px)!important;background:radial-gradient(ellipse at 78% 68%,rgba(255,106,40,.16),transparent 62%),linear-gradient(90deg,transparent 0%,rgba(255,106,40,.035) 100%)!important}body:not(.admin-body) .section.fence-services{background:radial-gradient(circle at 15% 7%,rgba(232,74,18,.115),transparent 30%),radial-gradient(circle at 88% 18%,rgba(255,106,40,.08),transparent 35%),linear-gradient(180deg,#080908,#10110f,#070807)!important}body:not(.admin-body) .section.fence-services:before{background:linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.019) 1px,transparent 1px)!important;background-size:104px 104px!important;opacity:.34!important;-webkit-mask-image:radial-gradient(circle at 44% 48%,rgba(0,0,0,.76),transparent 73%)!important;mask-image:radial-gradient(circle at 44% 48%,rgba(0,0,0,.76),transparent 73%)!important}body:not(.admin-body) .section.fence-portfolio{background:radial-gradient(circle at 12% 9%,rgba(232,74,18,.1),transparent 30%),radial-gradient(circle at 91% 18%,rgba(255,106,40,.075),transparent 36%),linear-gradient(180deg,#070807,#10110f 55%,#090a09)!important}body:not(.admin-body) .section.fence-portfolio:before{background:linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;background-size:112px 112px!important;opacity:.32!important;-webkit-mask-image:radial-gradient(circle at 53% 42%,rgba(0,0,0,.74),transparent 72%)!important;mask-image:radial-gradient(circle at 53% 42%,rgba(0,0,0,.74),transparent 72%)!important}body:not(.admin-body) .section.fence-portfolio:after{right:max(-230px,-12vw)!important;top:82px!important;opacity:.54!important}body:not(.admin-body) .section.calculator.fence-calculator{background:radial-gradient(circle at 12% 9%,rgba(232,74,18,.11),transparent 30%),radial-gradient(circle at 91% 17%,rgba(255,106,40,.09),transparent 34%),linear-gradient(180deg,#080908,#0f100e 52%,#070807)!important}body:not(.admin-body) .section.calculator.fence-calculator:before{background:linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px)!important;background-size:108px 108px!important;opacity:.34!important;-webkit-mask-image:radial-gradient(circle at 50% 42%,rgba(0,0,0,.74),transparent 72%)!important;mask-image:radial-gradient(circle at 50% 42%,rgba(0,0,0,.74),transparent 72%)!important}body:not(.admin-body) .section.calculator.fence-calculator:after{right:max(-210px,-11vw)!important;top:74px!important;opacity:.58!important}body:not(.admin-body) .fence-calculator .fence-calc-layout,body:not(.admin-body) .section.fence-services>.tariffs-grid,body:not(.admin-body) .section.fence-portfolio>.portfolio-grid,body:not(.admin-body) .fence-advantages__inner{position:relative!important;z-index:1!important}body:not(.admin-body) .fence-calculator .fence-calc-layout{background:radial-gradient(circle at 92% 4%,rgba(255,106,40,.105),transparent 29%),linear-gradient(135deg,#ffffff0f,#ff6a2809 52%,#ffffff06),#0c0d0c9e!important;border-color:#ffffff18!important}body:not(.admin-body) .fence-calculator .fence-calc-layout:before{content:""!important;display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;width:auto!important;height:auto!important;border:0!important;border-radius:inherit!important;box-shadow:none!important;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px)!important;background-size:78px 78px!important;opacity:.22!important;-webkit-mask-image:radial-gradient(circle at 18% 12%,rgba(0,0,0,.72),transparent 54%)!important;mask-image:radial-gradient(circle at 18% 12%,rgba(0,0,0,.72),transparent 54%)!important}body:not(.admin-body) .fence-calculator .fence-calc-layout>*{position:relative!important;z-index:1!important}body:not(.admin-body) .fence-work-card,body:not(.admin-body) .fence-service-card,body:not(.admin-body) .fence-advantage-card,body:not(.admin-body) .fence-calc-group,body:not(.admin-body) .fence-calc-summary-card{-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}@media (max-width: 760px){body:not(.admin-body) .section.calculator.fence-calculator:after,body:not(.admin-body) .section.fence-portfolio:after,body:not(.admin-body) .section.fence-services:after,body:not(.admin-body) .section.fence-advantages:after{right:-240px!important;top:56px!important;opacity:.42!important}body:not(.admin-body) .section.calculator.fence-calculator:before,body:not(.admin-body) .section.fence-portfolio:before,body:not(.admin-body) .section.fence-services:before,body:not(.admin-body) .section.fence-advantages:before{background-size:86px 86px!important;opacity:.24!important}}body:not(.admin-body) .fence-price-list__head h2{max-width:760px!important}body:not(.admin-body) .fence-price-list__head h2 span{display:block!important}body:not(.admin-body) .fence-price-list__head h2 span:first-child{white-space:nowrap!important}body:not(.admin-body) .fence-nav a:first-child:after{transform:scaleX(0)!important}body:not(.admin-body) .fence-nav a:first-child:hover:after,body:not(.admin-body) .fence-nav a:first-child:focus-visible:after{transform:scaleX(1)!important}body:not(.admin-body) .fence-calc-summary-card{align-self:start!important;margin-top:66px!important}@media (max-width: 1100px){body:not(.admin-body) .fence-calc-summary-card{margin-top:0!important}}@media (max-width: 760px){body:not(.admin-body) .fence-price-list__head h2 span:first-child{white-space:normal!important}}@media (max-width: 760px){body:not(.admin-body) .header.fence-header{min-height:64px!important;padding:10px 14px!important;grid-template-columns:minmax(0,1fr) auto!important;column-gap:10px!important;background:#030404f5!important;border-bottom:1px solid rgba(255,255,255,.09)!important;box-shadow:0 16px 42px #00000052!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}body:not(.admin-body) .fence-brand{gap:9px!important;min-width:0!important}body:not(.admin-body) .fence-brand__shield{width:34px!important;height:38px!important;flex:0 0 34px!important}body:not(.admin-body) .fence-brand__shield svg{width:34px!important;height:38px!important}body:not(.admin-body) .fence-brand__text{min-width:0!important}body:not(.admin-body) .fence-brand__text b{display:inline-flex!important;align-items:baseline!important;gap:5px!important;max-width:100%!important;white-space:nowrap!important;overflow:visible!important;color:#f9f4ecf5!important;font-size:clamp(12px,3.35vw,14px)!important;line-height:1!important;letter-spacing:.06em!important}body:not(.admin-body) .fence-brand__text b strong{color:var(--fence-orange-2)!important}body:not(.admin-body) .fence-phone,body:not(.admin-body) .fence-header__button{display:none!important}body:not(.admin-body) .mobile-menu-toggle{width:42px!important;height:42px!important;flex:0 0 42px!important;border:1px solid rgba(255,106,40,.34)!important;background:radial-gradient(circle at 50% 10%,rgba(255,106,40,.2),transparent 58%),#0c0d0ce0!important;color:#f9f4ecf5!important;box-shadow:inset 0 1px #ffffff0f,0 14px 34px #00000047,0 0 0 4px #e84a120e!important}body:not(.admin-body) .mobile-menu-toggle span{width:17px!important;height:2px!important;background:currentColor!important}body:not(.admin-body) .mobile-menu__overlay{background:#030404bd!important;-webkit-backdrop-filter:blur(12px) saturate(1.05)!important;backdrop-filter:blur(12px) saturate(1.05)!important}body:not(.admin-body) .mobile-menu__panel{top:82px!important;left:14px!important;right:14px!important;padding:14px!important;border-radius:28px!important;border:1px solid rgba(255,255,255,.115)!important;background:radial-gradient(circle at 12% 0%,rgba(255,106,40,.15),transparent 34%),radial-gradient(circle at 92% 10%,rgba(255,106,40,.1),transparent 28%),linear-gradient(180deg,#161715fa,#0b0c0bfa)!important;box-shadow:0 34px 90px #0000007a,inset 0 1px #ffffff0e!important;color:#f9f4ecf0!important}body:not(.admin-body) .mobile-menu__top{padding:4px 2px 13px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}body:not(.admin-body) .mobile-menu__status{min-height:34px!important;padding:0 13px!important;border:1px solid rgba(255,255,255,.1)!important;background:#ffffff0e!important;color:#f9f4ecd1!important;letter-spacing:.14em!important}body:not(.admin-body) .mobile-menu__status i{width:7px!important;height:7px!important;background:#39d178!important;box-shadow:0 0 0 5px #39d1781f!important}body:not(.admin-body) .mobile-menu__top button{width:38px!important;height:38px!important;border:1px solid rgba(255,255,255,.11)!important;background:#ffffff0f!important;color:#f9f4ece6!important;font-size:23px!important;transition:border-color .22s ease,background .22s ease,transform .22s ease!important}body:not(.admin-body) .mobile-menu__top button:hover{transform:rotate(90deg)!important;border-color:#ff6a285c!important;background:#ff6a281a!important}body:not(.admin-body) .mobile-menu__links{gap:8px!important;padding-top:14px!important}body:not(.admin-body) .mobile-menu__links a{min-height:55px!important;padding:0 16px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.075)!important;background:#ffffff0d!important;color:#f9f4ece6!important;font-family:Manrope,system-ui,sans-serif!important;font-size:15px!important;font-weight:900!important;letter-spacing:.02em!important;transition:border-color .22s ease,background .22s ease,transform .22s ease!important}body:not(.admin-body) .mobile-menu__links a:after{color:var(--fence-orange-2)!important;opacity:.95!important}body:not(.admin-body) .mobile-menu__links a:hover,body:not(.admin-body) .mobile-menu__links a:focus-visible{transform:translate(2px)!important;border-color:#ff6a284d!important;background:#ff6a2818!important}body:not(.admin-body) .mobile-menu__panel>.button{width:100%!important;min-height:58px!important;margin-top:17px!important;border-radius:20px!important;font-family:Manrope,system-ui,sans-serif!important;font-size:12px!important;font-weight:950!important;letter-spacing:.18em!important;text-transform:uppercase!important;box-shadow:0 18px 46px #e84a123d!important}body:not(.admin-body) .fence-hero{min-height:auto!important;max-height:none!important;padding:94px 16px 42px!important;background:radial-gradient(circle at 18% 12%,rgba(232,74,18,.105),transparent 34%),radial-gradient(circle at 94% 18%,rgba(255,106,40,.08),transparent 34%),linear-gradient(180deg,#030404,#0b0c0b 54%,#050605)!important}body:not(.admin-body) .fence-hero__media{display:block!important;background:transparent!important}body:not(.admin-body) .fence-hero__photo{display:none!important}body:not(.admin-body) .fence-hero__texture{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px)!important;background-size:76px 76px!important;opacity:.22!important;-webkit-mask-image:radial-gradient(circle at 48% 34%,rgba(0,0,0,.7),transparent 72%)!important;mask-image:radial-gradient(circle at 48% 34%,rgba(0,0,0,.7),transparent 72%)!important}body:not(.admin-body) .fence-hero__shade{background:linear-gradient(180deg,#03040424,#03040414 44%,#03040457),radial-gradient(circle at 12% 10%,rgba(232,74,18,.11),transparent 35%),radial-gradient(circle at 88% 20%,rgba(255,106,40,.08),transparent 35%)!important}body:not(.admin-body) .fence-hero__inner{width:100%!important;min-height:auto!important}body:not(.admin-body) .fence-hero__content{width:100%!important}body:not(.admin-body) .fence-eyebrow{max-width:100%!important;min-height:34px!important;padding:0 13px!important;gap:8px!important;font-size:8.8px!important;letter-spacing:.13em!important}body:not(.admin-body) .fence-eyebrow i{width:12px!important;height:14px!important;flex:0 0 12px!important}body:not(.admin-body) .fence-hero h1{max-width:100%!important;margin-top:20px!important;font-size:clamp(36px,11vw,48px)!important;line-height:1.02!important;letter-spacing:-.045em!important;text-wrap:balance!important}body:not(.admin-body) .fence-hero h1 span{display:block!important}body:not(.admin-body) .fence-hero h1 span:first-child{white-space:normal!important}body:not(.admin-body) .fence-hero p{max-width:100%!important;margin-top:20px!important;font-size:14.5px!important;line-height:1.62!important;letter-spacing:.018em!important;font-weight:700!important;color:#f7efe5c7!important}body:not(.admin-body) .fence-regions{width:100%!important;max-width:100%!important;margin-top:22px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}body:not(.admin-body) .fence-regions span{width:100%!important;min-height:38px!important;padding:0 10px!important;justify-content:center!important;font-size:10.5px!important;letter-spacing:.01em!important}body:not(.admin-body) .fence-hero__actions{margin-top:22px!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important}body:not(.admin-body) .fence-hero__actions .button{width:100%!important;min-height:54px!important;justify-content:center!important;border-radius:18px!important;font-size:12px!important;letter-spacing:.12em!important}body:not(.admin-body) .fence-hero__stats{width:100%!important;margin-top:28px!important;padding:10px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;border-radius:24px!important;background:#ffffff0b!important;border:1px solid rgba(255,255,255,.085)!important}body:not(.admin-body) .fence-hero__stats span,body:not(.admin-body) .fence-hero__stats span+span{min-height:82px!important;margin:0!important;padding:12px 10px!important;border:1px solid rgba(255,255,255,.065)!important;border-radius:18px!important;background:#04050575!important;text-align:left!important}body:not(.admin-body) .fence-hero__stats span:before,body:not(.admin-body) .fence-hero__stats span+span:before{content:none!important}body:not(.admin-body) .fence-hero__stats span:nth-child(5){grid-column:1 / -1!important}body:not(.admin-body) .fence-hero__stats b{font-size:24px!important;line-height:1!important;white-space:nowrap!important}body:not(.admin-body) .fence-hero__stats em{margin-top:8px!important;font-size:11.5px!important;line-height:1.25!important}}@media (max-width: 390px){body:not(.admin-body) .header.fence-header{min-height:62px!important;padding:9px 12px!important}body:not(.admin-body) .fence-brand{gap:7px!important}body:not(.admin-body) .fence-brand__shield,body:not(.admin-body) .fence-brand__shield svg{width:31px!important;height:35px!important;flex-basis:31px!important}body:not(.admin-body) .fence-brand__text b{gap:4px!important;font-size:11.4px!important;letter-spacing:.045em!important}body:not(.admin-body) .mobile-menu-toggle{width:40px!important;height:40px!important;flex-basis:40px!important}body:not(.admin-body) .mobile-menu__panel{top:76px!important;left:10px!important;right:10px!important;border-radius:24px!important}body:not(.admin-body) .mobile-menu__links a{min-height:52px!important;font-size:14px!important}body:not(.admin-body) .mobile-menu__panel>.button{min-height:56px!important}body:not(.admin-body) .fence-hero{padding:88px 14px 38px!important}body:not(.admin-body) .fence-eyebrow{font-size:8px!important;letter-spacing:.105em!important}body:not(.admin-body) .fence-hero h1{font-size:clamp(34px,10.8vw,41px)!important}body:not(.admin-body) .fence-hero p{font-size:14px!important}body:not(.admin-body) .fence-regions span{font-size:9.8px!important;padding-inline:8px!important}}body:not(.admin-body) .fence-regions__slide{display:contents}@media (max-width: 768px){body:not(.admin-body) .fence-regions{position:relative!important;display:block!important;width:100%!important;max-width:100%!important;height:40px!important;min-height:40px!important;margin-top:22px!important;overflow:hidden!important;gap:0!important}body:not(.admin-body) .fence-regions__slide{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;opacity:0;transform:translate(14px);pointer-events:none;animation:fenceRegionPairSlider 9s infinite ease-in-out}body:not(.admin-body) .fence-regions__slide:nth-child(1){animation-delay:0s}body:not(.admin-body) .fence-regions__slide:nth-child(2){animation-delay:3s}body:not(.admin-body) .fence-regions__slide:nth-child(3){animation-delay:6s}body:not(.admin-body) .fence-regions .fence-region{width:100%!important;min-width:0!important;min-height:38px!important;padding:0 8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;overflow:hidden!important;color:#f7efe5e0!important;font-size:10.4px!important;font-weight:900!important;letter-spacing:-.01em!important;line-height:1!important;white-space:nowrap!important;text-align:center!important;text-overflow:clip!important;border-color:#ffffff2b!important;background:#0506068a!important;box-shadow:inset 0 1px #ffffff0b,0 14px 34px #0003!important}body:not(.admin-body) .fence-regions .fence-region:hover{transform:none!important}}@media (max-width: 390px){body:not(.admin-body) .fence-regions .fence-region{font-size:9.7px!important;gap:6px!important;padding-inline:7px!important}}@keyframes fenceRegionPairSlider{0%{opacity:0;transform:translate(14px)}7%,28%{opacity:1;transform:translate(0)}35%,to{opacity:0;transform:translate(-14px)}}@media (max-width: 760px){body:not(.admin-body) .service-lead-modal__head p{display:none!important}body:not(.admin-body) .service-lead-modal__head{margin-bottom:18px!important}body:not(.admin-body) .service-lead-modal__head h3{margin-top:16px!important}}body:not(.admin-body) .fence-price-table__toggle{width:100%!important;min-height:inherit!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;text-align:left!important;cursor:pointer!important}body:not(.admin-body) .fence-price-table__title-icon{width:20px!important;height:20px!important;min-width:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#ff5a1f!important}body:not(.admin-body) .fence-price-table__title-icon svg{width:100%!important;height:100%!important;stroke:currentColor!important;stroke-width:1.9!important}body:not(.admin-body) .fence-price-table__title-wrap{width:auto!important;height:auto!important;min-width:0!important;display:block!important;flex:1 1 auto!important}body:not(.admin-body) .fence-price-table__title-wrap h3{margin:0!important}body:not(.admin-body) .fence-price-table__title-wrap em{display:none!important;margin-top:5px!important;color:#f8f5ef7a!important;font-size:11px!important;line-height:1.2!important;font-style:normal!important;font-weight:850!important;letter-spacing:.07em!important}body:not(.admin-body) .fence-price-table__toggle>i{display:none!important}@media (max-width: 760px){body:not(.admin-body) .section.fence-price-list{padding-top:70px!important;padding-bottom:74px!important;background:radial-gradient(circle at 85% 8%,rgba(255,91,31,.12),transparent 34%),radial-gradient(circle at 0% 94%,rgba(255,255,255,.035),transparent 30%),#111211!important}body:not(.admin-body) .fence-price-list__pattern{top:18px!important;right:-160px!important;width:300px!important;height:300px!important;opacity:.46!important}body:not(.admin-body) .fence-price-list__head{margin-bottom:24px!important}body:not(.admin-body) .fence-price-list__head h2{max-width:340px!important;font-size:clamp(31px,10vw,42px)!important;line-height:1.02!important;letter-spacing:-.045em!important}body:not(.admin-body) .fence-price-list__head p{max-width:330px!important;margin-top:16px!important;font-size:13.5px!important;line-height:1.55!important;color:#ff5b1fbd!important}body:not(.admin-body) .fence-price-tabs{flex-wrap:nowrap!important;gap:8px!important;width:calc(100% + 32px)!important;margin:0 -16px 22px!important;padding:0 16px 8px!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;scrollbar-width:none!important}body:not(.admin-body) .fence-price-tabs::-webkit-scrollbar{display:none!important}body:not(.admin-body) .fence-price-tabs button{flex:0 0 auto!important;min-height:42px!important;padding:0 14px!important;border-radius:999px!important;justify-content:center!important;white-space:nowrap!important;font-size:12px!important;letter-spacing:.045em!important}body:not(.admin-body) .fence-price-tabs button i{width:16px!important;height:16px!important}body:not(.admin-body) .fence-price-list__tables{gap:12px!important}body:not(.admin-body) .fence-price-table{overflow:hidden!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,91,31,.055),transparent 34%),#ffffff09!important;box-shadow:0 18px 44px #00000038!important}body:not(.admin-body) .fence-price-table header{min-height:74px!important;padding:14px!important;background:#ffffff09!important;border-bottom:1px solid rgba(255,255,255,.075)!important}body:not(.admin-body) .fence-price-table__toggle{min-height:46px!important;gap:11px!important}body:not(.admin-body) .fence-price-table__title-icon{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;background:#ff5b1f21!important;border:1px solid rgba(255,91,31,.2)!important}body:not(.admin-body) .fence-price-table__title-icon svg{width:18px!important;height:18px!important}body:not(.admin-body) .fence-price-table__title-wrap h3{color:#ff5a1f!important;font-size:16px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:.02em!important}body:not(.admin-body) .fence-price-table__title-wrap em{display:block!important}body:not(.admin-body) .fence-price-table__toggle>i{width:30px!important;height:30px!important;min-width:30px!important;display:inline-grid!important;place-items:center!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.09)!important;background:#0000002e!important;position:relative!important;transition:transform .25s ease,border-color .25s ease,background .25s ease!important}body:not(.admin-body) .fence-price-table__toggle>i:before,body:not(.admin-body) .fence-price-table__toggle>i:after{content:""!important;position:absolute!important;width:10px!important;height:2px!important;border-radius:999px!important;background:#ff5a1f!important}body:not(.admin-body) .fence-price-table__toggle>i:after{transform:rotate(90deg)!important;transition:opacity .2s ease!important}body:not(.admin-body) .fence-price-table[data-open=true] .fence-price-table__toggle>i{border-color:#ff5b1f40!important;background:#ff5b1f1a!important}body:not(.admin-body) .fence-price-table[data-open=true] .fence-price-table__toggle>i:after{opacity:0!important}body:not(.admin-body) .fence-price-table[data-open=false] .fence-price-table__wrap{display:none!important}body:not(.admin-body) .fence-price-table__wrap{padding:10px!important;background:#0000001a!important}body:not(.admin-body) .fence-price-table table,body:not(.admin-body) .fence-price-table thead,body:not(.admin-body) .fence-price-table tbody,body:not(.admin-body) .fence-price-table tr,body:not(.admin-body) .fence-price-table th,body:not(.admin-body) .fence-price-table td{display:block!important;width:100%!important;min-width:0!important}body:not(.admin-body) .fence-price-table table{table-layout:auto!important;border-collapse:separate!important;border-spacing:0!important}body:not(.admin-body) .fence-price-table thead{display:none!important}body:not(.admin-body) .fence-price-table tbody{display:grid!important;gap:10px!important}body:not(.admin-body) .fence-price-table tr{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"name price" "spec spec" "unit unit"!important;column-gap:12px!important;row-gap:8px!important;padding:14px 14px 13px!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:14px!important;background:#00000038!important;box-shadow:inset 0 1px #ffffff09!important}body:not(.admin-body) .fence-price-table tr:last-child{border-bottom:1px solid rgba(255,255,255,.075)!important}body:not(.admin-body) .fence-price-table td{padding:0!important;margin:0!important;border:0!important}body:not(.admin-body) .fence-price-table td:before{display:none!important}body:not(.admin-body) .fence-price-table td:nth-child(1){grid-area:name!important;align-self:center!important}body:not(.admin-body) .fence-price-table td:nth-child(2){grid-area:spec!important}body:not(.admin-body) .fence-price-table__price{grid-area:price!important;align-self:center!important;justify-self:end!important}body:not(.admin-body) .fence-price-table__unit{grid-area:unit!important;justify-self:end!important;min-height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;padding:0 9px!important;border-radius:999px!important;background:#ffffff0b!important;border:1px solid rgba(255,255,255,.06)!important}body:not(.admin-body) .fence-price-table td strong{color:#f8f5eff5!important;font-size:14px!important;line-height:1.28!important;font-weight:900!important;letter-spacing:.01em!important;overflow-wrap:normal!important;word-break:normal!important}body:not(.admin-body) .fence-price-table td span{max-width:100%!important;color:#f8f5ef9e!important;font-size:12.5px!important;line-height:1.45!important;font-weight:680!important;letter-spacing:.015em!important;overflow-wrap:normal!important;word-break:normal!important}body:not(.admin-body) .fence-price-table__price b{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:0 10px!important;border-radius:999px!important;background:#ff5b1f1f!important;border:1px solid rgba(255,91,31,.22)!important;color:#ff5a1f!important;font-size:15px!important;line-height:1!important;font-weight:950!important;white-space:nowrap!important}body:not(.admin-body) .fence-price-table__unit em{color:#f8f5ef94!important;font-size:11px!important;line-height:1!important;font-weight:850!important}body:not(.admin-body) .fence-price-list__note{min-height:0!important;margin-top:20px!important;padding:16px!important;border-radius:16px!important}body:not(.admin-body) .fence-price-list__note p{align-items:flex-start!important;gap:10px!important;font-size:12.5px!important;line-height:1.45!important;color:#f8f5efa3!important}body:not(.admin-body) .fence-price-list__note button{min-width:0!important;min-height:50px!important;border-radius:12px!important}}@media (max-width: 420px){body:not(.admin-body) .fence-price-list__head h2{max-width:315px!important;font-size:33px!important}body:not(.admin-body) .fence-price-tabs{width:calc(100% + 24px)!important;margin-left:-12px!important;margin-right:-12px!important;padding-left:12px!important;padding-right:12px!important}body:not(.admin-body) .fence-price-table__wrap{padding:8px!important}body:not(.admin-body) .fence-price-table tr{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"name" "price" "spec" "unit"!important;padding:14px!important}body:not(.admin-body) .fence-price-table__price,body:not(.admin-body) .fence-price-table__unit{justify-self:start!important}}@media (max-width: 768px){body:not(.admin-body) .fence-price-tabs{padding-top:7px!important;margin-top:2px!important}body:not(.admin-body) .fence-price-tabs button.is-active{transform:none!important;box-shadow:0 10px 26px #e4410d33!important}body:not(.admin-body) .fence-price-table header{min-height:62px!important;padding:12px 13px!important}body:not(.admin-body) .fence-price-table__toggle{min-height:38px!important;grid-template-columns:minmax(0,1fr) 30px!important;gap:10px!important}body:not(.admin-body) .fence-price-table__title-icon{display:none!important}body:not(.admin-body) .fence-price-table__title-wrap{min-width:0!important}body:not(.admin-body) .fence-price-table__title-wrap h3{max-width:100%!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;color:#ff5a1f!important;font-size:16px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:.018em!important}body:not(.admin-body) .fence-price-table__title-wrap em{display:none!important}body:not(.admin-body) .fence-price-table tr{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"name price" "spec spec"!important;row-gap:9px!important}body:not(.admin-body) .fence-price-table__unit{display:none!important}}@media (max-width: 420px){body:not(.admin-body) .fence-price-tabs{padding-top:8px!important}body:not(.admin-body) .fence-price-table tr{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"name" "price" "spec"!important}}@media (max-width: 768px){body:not(.admin-body) .fence-price-table__toggle,body:not(.admin-body) .fence-price-table__title-wrap,body:not(.admin-body) .fence-price-table__title-wrap h3,body:not(.admin-body) .fence-price-table td,body:not(.admin-body) .fence-price-table td strong,body:not(.admin-body) .fence-price-table td span{text-align:left!important}body:not(.admin-body) .fence-price-table__toggle{justify-content:flex-start!important;align-items:center!important}body:not(.admin-body) .fence-price-table__title-wrap h3{margin-right:8px!important}body:not(.admin-body) .fence-price-table__wrap{padding:8px!important}body:not(.admin-body) .fence-price-table tbody{gap:8px!important}body:not(.admin-body) .fence-price-table tr{min-height:0!important;padding:12px 12px 11px!important;row-gap:7px!important;border-radius:12px!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"name price" "spec spec"!important}body:not(.admin-body) .fence-price-table td:nth-child(1){align-self:start!important;justify-self:start!important}body:not(.admin-body) .fence-price-table td:nth-child(2){margin-top:4px!important}body:not(.admin-body) .fence-price-table td strong{display:block!important;max-width:100%!important;font-size:13.5px!important;line-height:1.24!important}body:not(.admin-body) .fence-price-table td span{display:block!important;font-size:12px!important;line-height:1.38!important}body:not(.admin-body) .fence-price-table__price{align-self:start!important;justify-self:end!important}body:not(.admin-body) .fence-price-table__price b{min-height:28px!important;padding:0 9px!important;font-size:14px!important}body:not(.admin-body) .fence-price-table td.fence-price-table__unit,body:not(.admin-body) .fence-price-table__unit,body:not(.admin-body) .fence-price-table__unit em{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important}}@media (max-width: 420px){body:not(.admin-body) .fence-price-table__wrap{padding:7px!important}body:not(.admin-body) .fence-price-table tbody{gap:7px!important}body:not(.admin-body) .fence-price-table tr{padding:11px!important;row-gap:7px!important;grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"name" "price" "spec"!important}body:not(.admin-body) .fence-price-table__price{justify-self:start!important}}@media (max-width: 768px){body:not(.admin-body) .fence-price-table header{text-align:left!important}body:not(.admin-body) .fence-price-table__toggle{width:100%!important;display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;align-items:center!important;justify-items:stretch!important;justify-content:stretch!important;gap:12px!important;text-align:left!important}body:not(.admin-body) .fence-price-table__title-wrap{width:100%!important;max-width:none!important;min-width:0!important;justify-self:start!important;text-align:left!important}body:not(.admin-body) .fence-price-table__title-wrap h3{width:100%!important;max-width:220px!important;margin:0!important;text-align:left!important;justify-self:start!important}body:not(.admin-body) .fence-price-table__toggle>i{justify-self:end!important}}@media (max-width: 768px){body:not(.admin-body) .fence-price-table header{min-height:0!important;padding:12px!important}body:not(.admin-body) .fence-price-table__toggle{width:100%!important;min-height:48px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 30px!important;grid-template-areas:"icon title action"!important;align-items:center!important;gap:12px!important;text-align:left!important}body:not(.admin-body) .fence-price-table__title-icon{grid-area:icon!important;display:inline-flex!important;width:34px!important;height:24px!important;min-width:34px!important;justify-self:start!important;align-self:center!important;border-radius:999px!important;background:#ff5b1f1c!important;border:1px solid rgba(255,91,31,.22)!important}body:not(.admin-body) .fence-price-table__title-icon svg{width:15px!important;height:15px!important}body:not(.admin-body) .fence-price-table__title-wrap{grid-area:title!important;width:100%!important;min-width:0!important;max-width:100%!important;justify-self:stretch!important;text-align:left!important}body:not(.admin-body) .fence-price-table__title-wrap h3{width:100%!important;max-width:100%!important;margin:0!important;text-align:left!important;color:#ff5a1f!important;font-size:16px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:.018em!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important}body:not(.admin-body) .fence-price-table__toggle>i{grid-area:action!important;justify-self:end!important;align-self:center!important}}@media (max-width: 420px){body:not(.admin-body) .fence-price-table__toggle{grid-template-columns:38px minmax(0,1fr) 30px!important;gap:10px!important}body:not(.admin-body) .fence-price-table__title-icon{width:32px!important;min-width:32px!important}body:not(.admin-body) .fence-price-table__title-wrap h3{font-size:15.5px!important}}@media (max-width: 768px){body:not(.admin-body) .fence-price-table header{min-height:0!important;padding:12px!important}body:not(.admin-body) .fence-price-table__toggle{width:100%!important;min-width:0!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;text-align:left!important}body:not(.admin-body) .fence-price-table__title-icon{flex:0 0 34px!important;width:34px!important;min-width:34px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#ff5b1f1c!important;border:1px solid rgba(255,91,31,.22)!important}body:not(.admin-body) .fence-price-table__title-icon svg{width:15px!important;height:15px!important}body:not(.admin-body) .fence-price-table__title-wrap{flex:1 1 auto!important;width:auto!important;max-width:none!important;min-width:0!important;display:block!important;text-align:left!important;overflow:visible!important}body:not(.admin-body) .fence-price-table__title-wrap h3{width:auto!important;max-width:none!important;margin:0!important;color:#ff5a1f!important;font-size:15.5px!important;line-height:1.18!important;font-weight:950!important;letter-spacing:.018em!important;text-align:left!important;white-space:normal!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important}body:not(.admin-body) .fence-price-table__toggle>i{flex:0 0 30px!important;width:30px!important;min-width:30px!important;height:30px!important;margin-left:auto!important;align-self:center!important}}@media (max-width: 420px){body:not(.admin-body) .fence-price-table__toggle{gap:10px!important}body:not(.admin-body) .fence-price-table__title-icon{flex-basis:32px!important;width:32px!important;min-width:32px!important}body:not(.admin-body) .fence-price-table__title-wrap h3{font-size:15px!important}}@media (max-width: 720px){body:not(.admin-body) .portfolio-modal{padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))!important;align-items:center!important;justify-items:center!important}body:not(.admin-body) .portfolio-modal__overlay{background:radial-gradient(circle at 82% 4%,rgba(255,106,40,.16),transparent 34%),#000000d1!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}body:not(.admin-body) .portfolio-modal__close{top:max(12px,env(safe-area-inset-top))!important;right:max(12px,env(safe-area-inset-right))!important;width:40px!important;height:40px!important;border-radius:14px!important;z-index:8!important}body:not(.admin-body) .portfolio-modal__panel{width:min(100%,390px)!important;max-height:calc(100svh - 18px)!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto auto!important;overflow-y:auto!important;border-radius:24px!important;background:radial-gradient(circle at 92% 0%,rgba(255,106,40,.14),transparent 34%),linear-gradient(180deg,#ffffff13,#ffffff07),#070807!important;box-shadow:0 24px 86px #000000b8!important}body:not(.admin-body) .portfolio-modal__gallery{width:100%!important;max-width:none!important;padding:10px!important;display:block!important;border-right:0!important;border-bottom:1px solid rgba(255,255,255,.075)!important;background:radial-gradient(circle at 86% 12%,rgba(255,106,40,.16),transparent 34%),#ffffff06!important}body:not(.admin-body) .portfolio-modal__image-stage{width:100%!important;max-width:none!important;height:clamp(228px,58vw,300px)!important;max-height:none!important;aspect-ratio:4 / 3!important;border-radius:20px!important;justify-self:stretch!important}body:not(.admin-body) .portfolio-modal__thumbs{display:none!important}body:not(.admin-body) .portfolio-modal__arrows{left:12px!important;right:12px!important}body:not(.admin-body) .portfolio-modal__arrows button{width:40px!important;height:40px!important;border-radius:50%!important;border-color:#ff6a2852!important;background:#070807b8!important;color:#fff8eff5!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}body:not(.admin-body) .portfolio-modal__content{padding:18px 18px 20px!important;display:flex!important;flex-direction:column!important;min-height:0!important;overflow:visible!important}body:not(.admin-body) .portfolio-modal__head>span,body:not(.admin-body) .portfolio-modal__stats{display:none!important}body:not(.admin-body) .portfolio-modal__head h3{margin:0!important;max-width:100%!important;color:#fff8eff5!important;font-size:clamp(27px,8vw,34px)!important;line-height:1.08!important;letter-spacing:.018em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body:not(.admin-body) .portfolio-modal__head p{display:-webkit-box!important;margin-top:12px!important;max-width:100%!important;color:#f7efe5ad!important;font-size:13px!important;line-height:1.55!important;letter-spacing:.012em!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}body:not(.admin-body) .portfolio-modal__request{min-height:52px!important;margin-top:18px!important;border-radius:15px!important;font-size:11px!important;letter-spacing:.13em!important}}@media (max-width: 380px){body:not(.admin-body) .portfolio-modal__panel{width:100%!important;border-radius:22px!important}body:not(.admin-body) .portfolio-modal__image-stage{height:clamp(210px,56vw,270px)!important}body:not(.admin-body) .portfolio-modal__content{padding:16px!important}body:not(.admin-body) .portfolio-modal__head h3{font-size:clamp(25px,7.8vw,31px)!important}}@media (max-width: 760px){body:not(.admin-body) .section.contacts.fence-contacts{padding:54px 14px 58px!important;background:radial-gradient(circle at 82% 8%,rgba(255,106,40,.11),transparent 34%),radial-gradient(circle at 4% 96%,rgba(232,74,18,.08),transparent 36%),linear-gradient(180deg,#090a09,#0d0e0d)!important}body:not(.admin-body) .section.contacts.fence-contacts:before{background-size:58px 58px!important;opacity:.22!important;-webkit-mask-image:radial-gradient(circle at 50% 42%,rgba(0,0,0,.72),transparent 68%)!important;mask-image:radial-gradient(circle at 50% 42%,rgba(0,0,0,.72),transparent 68%)!important}body:not(.admin-body) .section.contacts.fence-contacts:after{display:none!important}body:not(.admin-body) .contact-card.zabor-contact-card{width:min(100%,430px)!important;margin:0 auto!important;display:block!important;padding:14px!important;border-radius:28px!important;background:radial-gradient(circle at 92% 0%,rgba(255,106,40,.13),transparent 34%),linear-gradient(180deg,#ffffff12,#ffffff07),#0b0c0bf0!important;border-color:#ffffff1b!important;box-shadow:0 22px 70px #0000006b,inset 0 1px #ffffff0e!important;overflow:hidden!important}body:not(.admin-body) .contact-card.zabor-contact-card:before{width:100%!important;height:100%!important;background:radial-gradient(circle at 96% 2%,rgba(255,106,40,.14),transparent 36%),radial-gradient(circle at 4% 96%,rgba(255,255,255,.045),transparent 36%)!important;opacity:.72!important}body:not(.admin-body) .contact-card.zabor-contact-card:after{left:-112px!important;bottom:-112px!important;width:235px!important;height:235px!important;opacity:.42!important}body:not(.admin-body) .zabor-contact-copy,body:not(.admin-body) .zabor-contact-tags,body:not(.admin-body) .zabor-contact-actions,body:not(.admin-body) .zabor-contact-status{display:none!important}body:not(.admin-body) .contact-form.zabor-contact-form{width:100%!important;max-width:none!important;padding:18px!important;border-radius:24px!important;gap:13px!important;background:linear-gradient(180deg,#ffffff14,#ffffff0a),#070807e6!important;border-color:#ffffff1f!important;box-shadow:inset 0 1px #fff1,0 18px 48px #00000047!important}body:not(.admin-body) .zabor-form-head{align-items:center!important;justify-content:space-between!important;flex-direction:row!important;gap:10px!important;margin-bottom:6px!important}body:not(.admin-body) .zabor-form-head span{font-size:11px!important;letter-spacing:.18em!important;white-space:nowrap!important}body:not(.admin-body) .zabor-form-head b{min-height:30px!important;padding:0 11px!important;font-size:9px!important;letter-spacing:.11em!important}body:not(.admin-body) .zabor-contact-form label{gap:7px!important;font-size:11px!important;letter-spacing:.075em!important}body:not(.admin-body) .zabor-contact-form input,body:not(.admin-body) .zabor-contact-form textarea{border-radius:16px!important;font-size:14px!important}body:not(.admin-body) .zabor-contact-form input{min-height:52px!important;padding:0 15px!important}body:not(.admin-body) .zabor-contact-form textarea{min-height:108px!important;padding:14px 15px!important}body:not(.admin-body) .contact-form__grid{grid-template-columns:1fr!important;gap:13px!important}body:not(.admin-body) .zabor-contact-form .contact-consent{margin-top:0!important;font-size:11px!important;line-height:1.45!important}body:not(.admin-body) .zabor-contact-form .contact-alert{padding:11px 12px!important;border-radius:14px!important;font-size:12px!important}body:not(.admin-body) .zabor-contact-form button.contact-submit{min-height:56px!important;border-radius:16px!important;font-size:11px!important;letter-spacing:.14em!important}}@media (max-width: 380px){body:not(.admin-body) .section.contacts.fence-contacts{padding-left:10px!important;padding-right:10px!important}body:not(.admin-body) .contact-card.zabor-contact-card{padding:12px!important;border-radius:24px!important}body:not(.admin-body) .contact-form.zabor-contact-form{padding:16px!important;border-radius:21px!important}body:not(.admin-body) .zabor-form-head{flex-direction:column!important;align-items:flex-start!important}}.admin-body{background:#090a08}.admin-body .admin-shell,.admin-body .admin-login-page{background:radial-gradient(circle at 12% 10%,rgba(226,64,13,.18),transparent 26%),radial-gradient(circle at 82% 4%,rgba(255,120,45,.1),transparent 30%),linear-gradient(180deg,#090a08,#111210 48%,#080908);color:#f5f1ebf0;font-family:Manrope,system-ui,sans-serif}.admin-body .admin-shell:before,.admin-body .admin-login-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),radial-gradient(circle at 18% 76%,transparent 0 110px,rgba(255,255,255,.08) 111px,transparent 112px),radial-gradient(circle at 92% 26%,transparent 0 170px,rgba(226,64,13,.14) 171px,transparent 172px);background-size:56px 56px,56px 56px,auto,auto;-webkit-mask-image:linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent)}.admin-body .admin-sidebar{z-index:1;border-right:1px solid rgba(255,255,255,.08);background:#080908b8;box-shadow:22px 0 80px #0000003d}.admin-body .admin-content{z-index:1}.admin-body .admin-brand,.admin-body .admin-login-brand{color:#fffffff5;text-decoration:none}.admin-body .admin-brand span,.admin-body .admin-login-brand span{border-radius:18px;background:linear-gradient(135deg,#e2400d,#ff5a1f);color:#fff;font-family:Manrope,system-ui,sans-serif;font-size:15px;font-weight:950;letter-spacing:.02em;box-shadow:0 18px 42px #e2400d3d}.admin-body .admin-brand b,.admin-body .admin-login-brand b{font-size:17px;font-weight:950;letter-spacing:.02em;text-transform:uppercase}.admin-body .admin-brand b:first-letter,.admin-body .admin-login-brand b:first-letter{color:#ff5a1f}.admin-body .admin-nav{gap:10px}.admin-body .admin-nav button,.admin-body .admin-open-site,.admin-body .admin-button,.admin-body .admin-add-project,.admin-body .admin-gallery-editor__head button,.admin-body .admin-danger{border-color:#ffffff1a;background:#ffffff0b;color:#f5f1ebc7;box-shadow:inset 0 1px #ffffff0d}.admin-body .admin-nav button:hover,.admin-body .admin-nav button.is-active,.admin-body .admin-open-site:hover,.admin-body .admin-button:hover,.admin-body .admin-add-project:hover,.admin-body .admin-gallery-editor__head button:hover{background:#e2400d24;border-color:#ff5b1f73;color:#fff;box-shadow:0 16px 42px #e2400d1f,inset 0 1px #ffffff14}.admin-body .admin-nav button.is-active{background:linear-gradient(135deg,#e2400de6,#ff5b1fb8);border-color:#ff7336a8;color:#fff}.admin-body .admin-topbar span,.admin-body .admin-card__head p,.admin-body .admin-project-row em,.admin-body .admin-field>span,.admin-body .admin-form-grid label>span,.admin-body .admin-gallery-row label>span,.admin-body .admin-login-head>span,.admin-body .admin-login-card label span,.admin-body .admin-leads-summary span,.admin-body .admin-lead-field span{color:#ff5a1f}.admin-body .admin-topbar h1,.admin-body .admin-login-head h1{color:#f5f1ebf5;font-family:Manrope,system-ui,sans-serif;font-weight:950;letter-spacing:-.055em}.admin-body .admin-card,.admin-body .admin-login-card,.admin-body .admin-leads-summary>div,.admin-body .admin-leads-toolbar,.admin-body .admin-lead-field,.admin-body .admin-project-row,.admin-body .admin-gallery-row,.admin-body .admin-note-card,.admin-body .admin-list-row{border-color:#ffffff17;background:radial-gradient(circle at 100% 0%,rgba(226,64,13,.1),transparent 34%),#ffffff0b;box-shadow:0 24px 72px #00000040,inset 0 1px #ffffff0e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-body .admin-card__head h2,.admin-body .admin-card h2,.admin-body .admin-gallery-editor__head h3,.admin-body .admin-project-row b,.admin-body .admin-lead-field b,.admin-body .admin-leads-summary b{color:#fffffff0}.admin-body .admin-card__head p,.admin-body .admin-login-head p,.admin-body .admin-login-muted,.admin-body .admin-leads-toolbar p,.admin-body .admin-card p,.admin-body .admin-note-card span{color:#f5f1eb9e}.admin-body .admin-project-row.is-active,.admin-body .admin-project-row:hover{background:radial-gradient(circle at 100% 0%,rgba(226,64,13,.2),transparent 34%),#ffffff13;border-color:#ff5b1f59}.admin-body .admin-tariff-badge,.admin-body .admin-review-avatar,.admin-body .admin-lead-status-dot{border-radius:18px;background:#e2400d29;color:#ff5a1f;border:1px solid rgba(255,91,31,.2);font-family:Manrope,system-ui,sans-serif;font-size:19px;font-weight:950}.admin-body .admin-form-grid input,.admin-body .admin-form-grid select,.admin-body .admin-field textarea,.admin-body .admin-gallery-row input,.admin-body .admin-list-row input,.admin-body .admin-login-card input,.admin-body .admin-lead-editor .admin-field textarea[readonly],.admin-body .admin-lead-editor input[readonly]{border-color:#ffffff17;background:#050605b3;color:#ffffffeb}.admin-body .admin-form-grid input:focus,.admin-body .admin-form-grid select:focus,.admin-body .admin-field textarea:focus,.admin-body .admin-gallery-row input:focus,.admin-body .admin-list-row input:focus,.admin-body .admin-login-card input:focus{border-color:#ff5b1f80;background:#050605db;box-shadow:0 0 0 4px #e2400d1f}.admin-body .admin-button,.admin-body .admin-login-card button{background:linear-gradient(135deg,#e2400d,#ff5a1f);color:#fff;border-color:#ff5b1fb3}.admin-body .admin-button--ghost{background:#ffffff0b;color:#f5f1ebd1;border-color:#ffffff1a}.admin-body .admin-danger{color:#ff8b6b;border-color:#ff5b1f2e;background:#e2400d14}.admin-body .admin-danger:hover{color:#fff;border-color:#ff5b1f5c;background:#e2400d29}.admin-body .admin-mini-switch span{border-color:#ffffff1a;background:#ffffff0b;color:#f5f1eb8f}.admin-body .admin-mini-switch input:checked+span{color:#74e384;background:#32be4e1a;border-color:#64dc7833}.admin-body .admin-switch span{background:#ffffff14;border-color:#ffffff1a}.admin-body .admin-switch input:checked+span{background:#e2400d6b}.admin-body .admin-featured-switch{margin:18px 0 6px}.admin-body .admin-list-editor{margin-top:22px;display:grid;gap:12px}.admin-body .admin-list-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:10px;align-items:center;border-radius:22px;padding:10px}.admin-body .admin-list-row input{min-height:46px;width:100%;border-radius:16px;padding:0 14px;font:inherit;outline:none}.admin-body .admin-note-card{display:grid;gap:8px;margin:-4px 0 18px;padding:18px;border-radius:24px}.admin-body .admin-note-card b{color:#ffffffeb;font-size:15px}.admin-body .admin-login-card>a{color:#f5f1eb94}.admin-body .admin-login-error{color:#ffb4a3;background:#e2400d1a;border-color:#ff5b1f3d}.admin-body .admin-login-warning{color:#ffd0a8;background:#ffa1401a;border-color:#ffa14038}.admin-body .admin-leads-error{color:#ffb4a3;background:#e2400d1a;border-color:#ff5b1f3d}.admin-body .admin-leads-error b,.admin-body .admin-leads-error span{color:inherit}.admin-body .admin-leads-cache-note{color:#f5f1ebb3;background:#ffffff0b;border-color:#ffffff1a}@media (max-width: 980px){.admin-body .admin-sidebar{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}}@media (max-width: 720px){.admin-body .admin-sidebar{padding:18px}.admin-body .admin-nav{grid-template-columns:1fr}.admin-body .admin-topbar h1{font-size:42px}.admin-body .admin-card__head--between{display:grid}}.admin-body .admin-site-brand{display:inline-flex;align-items:center;gap:13px;min-width:0;color:#f9f4ecf5;text-decoration:none}.admin-body .admin-site-brand__shield,.admin-body .admin-brand span.admin-site-brand__shield,.admin-body .admin-login-brand span.admin-site-brand__shield{flex:0 0 46px;width:46px!important;height:50px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:inherit!important;display:grid!important;place-items:center!important;font-size:0!important;line-height:1!important;letter-spacing:0!important}.admin-body .admin-site-brand__shield svg{width:46px;height:50px;display:block;overflow:visible;filter:drop-shadow(0 14px 24px rgba(226,64,13,.18))}.admin-body .admin-site-brand__shield svg path:first-child{fill:#e84a1214;stroke:#ff5a1f;stroke-width:2.2}.admin-body .admin-site-brand__shield svg path:last-child{fill:none;stroke:#ff5a1f;stroke-width:2.35;stroke-linecap:round}.admin-body .admin-site-brand__text{min-width:0;display:grid!important;gap:5px;width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:inherit!important;font-size:initial!important;line-height:normal!important;letter-spacing:normal!important;place-items:initial!important}.admin-body .admin-site-brand__text b,.admin-body .admin-brand .admin-site-brand__text b,.admin-body .admin-login-brand .admin-site-brand__text b{display:flex;align-items:baseline;gap:7px;margin:0;color:#f9f4ecf5;font-family:Manrope,system-ui,sans-serif;font-size:18px;line-height:1;font-weight:950;letter-spacing:.105em;text-transform:uppercase}.admin-body .admin-site-brand__text b span,.admin-body .admin-brand .admin-site-brand__text b span,.admin-body .admin-login-brand .admin-site-brand__text b span,.admin-body .admin-site-brand__text b strong,.admin-body .admin-brand .admin-site-brand__text b strong,.admin-body .admin-login-brand .admin-site-brand__text b strong{display:inline-block!important;width:auto!important;height:auto!important;padding:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:inherit!important;font:inherit!important;line-height:1!important;letter-spacing:inherit!important;text-transform:inherit!important}.admin-body .admin-site-brand__text b strong,.admin-body .admin-brand .admin-site-brand__text b strong,.admin-body .admin-login-brand .admin-site-brand__text b strong{color:#ff5a1f!important}.admin-body .admin-site-brand__text em,.admin-body .admin-brand .admin-site-brand__text em,.admin-body .admin-login-brand .admin-site-brand__text em{margin:0;color:#f5f1eb8a;font-size:10px;line-height:1;font-style:normal;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.admin-body .admin-brand:hover .admin-site-brand__shield,.admin-body .admin-login-brand:hover .admin-site-brand__shield{transform:translateY(-1px);filter:drop-shadow(0 16px 26px rgba(226,64,13,.24))}@media (max-width: 860px){.admin-body .admin-site-brand__text b,.admin-body .admin-brand .admin-site-brand__text b,.admin-body .admin-login-brand .admin-site-brand__text b{font-size:16px;letter-spacing:.085em}.admin-body .admin-site-brand__text em,.admin-body .admin-brand .admin-site-brand__text em,.admin-body .admin-login-brand .admin-site-brand__text em{font-size:9px;letter-spacing:.145em}}@media (min-width: 981px){.admin-body .admin-shell{grid-template-columns:340px minmax(0,1fr)!important}.admin-body .admin-sidebar{padding-inline:28px}.admin-body .admin-site-brand{width:100%}.admin-body .admin-brand .admin-site-brand__text b{white-space:nowrap}.admin-body .admin-nav button,.admin-body .admin-open-site{min-height:48px}}body:not(.admin-body) .fence-review-form{position:relative!important;z-index:1!important;margin-top:clamp(24px,3vw,42px)!important;padding:clamp(22px,2.8vw,36px)!important;border-radius:32px!important;border:1px solid rgba(255,255,255,.085)!important;background:radial-gradient(circle at 92% 0%,rgba(255,91,31,.11),transparent 36%),linear-gradient(180deg,#ffffff0d,#ffffff08)!important;box-shadow:0 30px 90px #0003,inset 0 1px #ffffff0e!important;display:grid!important;gap:20px!important}body:not(.admin-body) .fence-review-form__head{display:grid!important;gap:8px!important}body:not(.admin-body) .fence-review-form__head span,body:not(.admin-body) .fence-review-form label>span,body:not(.admin-body) .fence-review-form__rating legend{color:#ff5a1f!important;font-size:11px!important;line-height:1.1!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}body:not(.admin-body) .fence-review-form__head h3{margin:0!important;color:#f8f5eff5!important;font-size:clamp(24px,2.2vw,34px)!important;line-height:1.08!important;font-weight:950!important;letter-spacing:.015em!important}body:not(.admin-body) .fence-review-form__grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:16px!important}body:not(.admin-body) .fence-review-form label,body:not(.admin-body) .fence-review-form__rating{min-width:0!important;margin:0!important;padding:0!important;border:0!important;display:grid!important;gap:10px!important}body:not(.admin-body) .fence-review-form input,body:not(.admin-body) .fence-review-form textarea{width:100%!important;min-height:56px!important;border-radius:18px!important;border:1px solid rgba(255,255,255,.1)!important;background:#040504a3!important;color:#f8f5efeb!important;padding:0 18px!important;outline:none!important;font:inherit!important;font-size:15px!important;font-weight:750!important;letter-spacing:.01em!important;transition:border-color .24s ease,background .24s ease,box-shadow .24s ease!important}body:not(.admin-body) .fence-review-form textarea{min-height:124px!important;resize:vertical!important;padding-top:16px!important;line-height:1.55!important}body:not(.admin-body) .fence-review-form input::placeholder,body:not(.admin-body) .fence-review-form textarea::placeholder{color:#f8f5ef61!important}body:not(.admin-body) .fence-review-form input:focus,body:not(.admin-body) .fence-review-form textarea:focus{border-color:#ff5b1f7a!important;background:#040504c7!important;box-shadow:0 0 0 4px #e2400d1c!important}body:not(.admin-body) .fence-review-form__rating>div{display:inline-flex!important;align-items:center!important;gap:7px!important}body:not(.admin-body) .fence-review-form__rating button{width:38px!important;height:38px!important;border:0!important;background:transparent!important;color:#f8f5ef57!important;font-size:31px!important;line-height:1!important;padding:0!important;cursor:pointer!important;transition:transform .22s ease,color .22s ease!important}body:not(.admin-body) .fence-review-form__rating button.is-active,body:not(.admin-body) .fence-review-form__rating button:hover{color:#ff9b1f!important}body:not(.admin-body) .fence-review-form__rating button:hover{transform:translateY(-2px) scale(1.04)!important}body:not(.admin-body) .fence-review-form__bottom{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important}body:not(.admin-body) .fence-review-form__bottom button{min-height:58px!important;min-width:min(100%,280px)!important;padding:0 28px!important;border:0!important;border-radius:18px!important;background:linear-gradient(135deg,#e2400d,#ff5a1f)!important;color:#170905!important;font-size:13px!important;font-weight:950!important;letter-spacing:.07em!important;cursor:pointer!important;box-shadow:0 22px 56px #e2400d3d!important;transition:transform .24s ease,box-shadow .24s ease!important}body:not(.admin-body) .fence-review-form__bottom button:hover{transform:translateY(-2px)!important;box-shadow:0 28px 70px #e2400d4d!important}body:not(.admin-body) .fence-review-form__status{margin:0!important;color:#f8f5efb8!important;font-size:13px!important;line-height:1.45!important;font-weight:800!important}body:not(.admin-body) .fence-review-form__status.is-success{color:#8ee39a!important}body:not(.admin-body) .fence-review-form__status.is-error{color:#ffb3a0!important}@media (max-width: 760px){body:not(.admin-body) .fence-review-form{margin-top:18px!important;padding:18px!important;border-radius:26px!important;gap:17px!important}body:not(.admin-body) .fence-review-form__head h3{font-size:24px!important;line-height:1.14!important}body:not(.admin-body) .fence-review-form__grid{grid-template-columns:1fr!important;gap:14px!important}body:not(.admin-body) .fence-review-form input,body:not(.admin-body) .fence-review-form textarea{min-height:54px!important;border-radius:16px!important;padding-left:15px!important;padding-right:15px!important;font-size:14px!important}body:not(.admin-body) .fence-review-form textarea{min-height:118px!important}body:not(.admin-body) .fence-review-form__rating>div{justify-content:space-between!important;width:min(100%,250px)!important}body:not(.admin-body) .fence-review-form__rating button{width:34px!important;height:34px!important;font-size:28px!important}body:not(.admin-body) .fence-review-form__bottom{display:grid!important;gap:12px!important}body:not(.admin-body) .fence-review-form__bottom button{width:100%!important;min-width:0!important;min-height:56px!important;border-radius:16px!important}}.admin-body .admin-reviews-moderation{display:grid;gap:18px}.admin-body .admin-reviews-moderation__head{display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-body .admin-reviews-moderation__head h2{margin:0 0 8px}.admin-body .admin-reviews-moderation__stats{display:grid;grid-template-columns:auto auto;gap:6px 12px;align-items:baseline;padding:16px 18px;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.admin-body .admin-reviews-moderation__stats span{color:#ff5a1f;font-size:28px;font-weight:950;line-height:.9}.admin-body .admin-reviews-moderation__stats em{color:#f5f1eb8f;font-size:11px;font-style:normal;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.admin-body .admin-reviews-moderation__toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.admin-body .admin-reviews-moderation__toolbar p{margin:0;color:#8ee39a;font-size:13px;font-weight:850}.admin-body .admin-reviews-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-body .admin-review-row{border:1px solid rgba(255,255,255,.09);border-radius:28px;padding:20px;background:radial-gradient(circle at 100% 0%,rgba(226,64,13,.11),transparent 36%),#ffffff0b;box-shadow:0 24px 72px #0003,inset 0 1px #ffffff0e;display:grid;gap:16px}.admin-body .admin-review-row.is-hidden{opacity:.58}.admin-body .admin-review-row__top{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px}.admin-body .admin-review-row__top h3{margin:0;color:#fffffff0;font-size:17px;line-height:1.15}.admin-body .admin-review-row__top p{margin:6px 0 0;color:#ff5a1f;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.admin-body .admin-review-row__rating{display:inline-flex;gap:2px;color:#ffffff2e}.admin-body .admin-review-row__rating span.is-active{color:#ff9b1f}.admin-body .admin-review-row blockquote{margin:0;color:#f5f1ebc2;font-size:14px;line-height:1.65;font-weight:650}.admin-body .admin-review-row__bottom{display:flex;justify-content:space-between;gap:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.075)}.admin-body .admin-review-row__bottom span,.admin-body .admin-review-row__bottom em{color:#f5f1eb7a;font-size:11px;font-style:normal;font-weight:850;letter-spacing:.08em}.admin-body .admin-review-row__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.admin-body .admin-review-row__actions .admin-button,.admin-body .admin-review-row__actions .admin-danger{min-height:42px;padding:0 16px;border-radius:999px;font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}.admin-body .admin-reviews-empty{display:grid;gap:8px}@media (max-width: 1100px){.admin-body .admin-reviews-list{grid-template-columns:1fr}}@media (max-width: 720px){.admin-body .admin-reviews-moderation__head{display:grid}.admin-body .admin-review-row{padding:16px;border-radius:24px}.admin-body .admin-review-row__top{grid-template-columns:48px minmax(0,1fr)}.admin-body .admin-review-row__rating{grid-column:1 / -1}.admin-body .admin-review-row__actions{justify-content:stretch;display:grid;grid-template-columns:1fr 1fr}}body:not(.admin-body) .zabor-contact-form select{width:100%;min-height:56px;padding:0 17px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#00000038;color:#f9f4ecf0;font-weight:750;letter-spacing:.01em;outline:none;transition:border-color .24s ease,box-shadow .24s ease,background .24s ease}body:not(.admin-body) .zabor-contact-form select:focus{border-color:#ff6a2885;background:#00000052;box-shadow:0 0 0 4px #e84a1217}body:not(.admin-body) .zabor-contact-form select option{color:#17110e;background:#fff7ee}@media (max-width: 760px){body:not(.admin-body) .zabor-contact-form select{min-height:52px!important;padding:0 15px!important;border-radius:16px!important;font-size:14px!important}}.admin-body .admin-gallery-editor--upload .admin-gallery-editor__head{align-items:flex-start;gap:16px}.admin-body .admin-gallery-editor--upload .admin-gallery-editor__head>div{display:grid;gap:6px}.admin-body .admin-gallery-editor--upload .admin-gallery-editor__head p{margin:0;color:#f5f1eb94;font-size:13px;line-height:1.5}.admin-body .admin-upload-status{display:flex;align-items:center;min-height:46px;margin:14px 0 10px;padding:12px 15px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#ffffff0b;color:#f5f1ebc2;font-size:13px;line-height:1.45}.admin-body .admin-upload-status.is-info{border-color:#ff5b1f3d;background:#e2400d14;color:#ffe1d3e6}.admin-body .admin-upload-status.is-success{border-color:#5cdc803d;background:#29be5814;color:#bcffcde6}.admin-body .admin-upload-status.is-error{border-color:#ff5b1f57;background:#e2400d21;color:#ffb4a3}.admin-body .admin-gallery-row--upload{grid-template-columns:86px minmax(180px,1.1fr) minmax(150px,.75fr) 172px 42px;align-items:stretch}.admin-body .admin-gallery-row--upload>img,.admin-body .admin-gallery-placeholder{width:86px;height:86px;border-radius:18px;object-fit:cover}.admin-body .admin-gallery-placeholder{display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#e2400d29,#ffffff0b),#050605b3;color:#f5f1eb85;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-body .admin-upload-control{position:relative;display:flex;min-height:86px;flex-direction:column;justify-content:center;gap:6px;padding:12px 14px;border:1px solid rgba(255,91,31,.22);border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(255,91,31,.16),transparent 42%),#e2400d14;color:#ffffffeb;cursor:pointer;overflow:hidden;transition:transform .2s ease,border-color .2s ease,background .2s ease,opacity .2s ease}.admin-body .admin-upload-control:hover{transform:translateY(-1px);border-color:#ff5b1f6b;background:radial-gradient(circle at 100% 0%,rgba(255,91,31,.22),transparent 42%),#e2400d21}.admin-body .admin-upload-control.is-uploading{pointer-events:none;opacity:.72}.admin-body .admin-upload-control input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.admin-body .admin-upload-control span{position:relative;z-index:1;color:#fff!important;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.admin-body .admin-upload-control em{position:relative;z-index:1;color:#f5f1eb8c;font-size:11px;font-style:normal;line-height:1.35}@media (max-width: 1180px){.admin-body .admin-gallery-row--upload{grid-template-columns:76px minmax(0,1fr) minmax(0,1fr)}.admin-body .admin-gallery-row--upload .admin-upload-control{grid-column:2 / -1;min-height:70px}.admin-body .admin-gallery-row--upload .admin-danger--small{position:absolute;top:10px;right:10px}}@media (max-width: 720px){.admin-body .admin-gallery-editor--upload .admin-gallery-editor__head{align-items:stretch}.admin-body .admin-gallery-row--upload{position:relative;grid-template-columns:72px minmax(0,1fr);padding-right:56px}.admin-body .admin-gallery-row--upload>img,.admin-body .admin-gallery-placeholder{width:72px;height:72px}.admin-body .admin-gallery-row--upload label:not(.admin-upload-control){grid-column:2 / -1}.admin-body .admin-gallery-row--upload .admin-upload-control{grid-column:1 / -1;min-height:64px}}
