:root{--surface-warm:#f5f1e8;--surface-paper:#fffdf8;--surface-sage:#dfe9df;--ink:#123a2d;--ink-muted:#617168;--ink-on-sage:#53645b;--accent-gold:#b98542;--line-soft:rgba(18,58,45,.14);--shadow-soft:0 16px 48px rgba(18,58,45,.08);--shadow-card:0 8px 24px rgba(18,58,45,.06);--radius-md:18px;--radius-lg:28px;--radius-xl:40px;--content-max:1440px}body{background:var(--surface-warm);color:var(--ink)}.site-header{width:min(var(--content-max),calc(100% - 48px));grid-template-columns:auto minmax(0,1fr) auto;gap:20px;height:auto;min-height:84px;padding:12px 16px 12px 24px;border:1px solid rgba(255,253,248,.12);border-radius:var(--radius-lg);background:var(--green);color:var(--surface-paper);box-shadow:var(--shadow-soft)}.site-header .logo{display:inline-flex;align-items:center;min-height:44px;min-width:0;font-size:30px;letter-spacing:-1.2px;overflow-wrap:anywhere}.site-header .logo img{max-width:100%}.site-header nav{gap:4px;min-width:0;flex-wrap:wrap}.site-header nav a{min-height:44px;min-width:0;padding:8px 12px;border-radius:var(--radius-md);background:transparent;font-size:15px;font-weight:600;white-space:normal;overflow-wrap:anywhere}.site-header nav a:hover,.site-header nav a[aria-current=page]{background:hsla(0,0%,100%,.13)}.site-header .divider{height:28px;background:hsla(0,0%,100%,.2)}.site-header .watch{width:auto;height:auto;min-height:50px;max-width:280px;padding:12px 20px;border-radius:var(--radius-md);background:var(--surface-paper);font-size:15px;font-weight:700;text-align:center;overflow-wrap:anywhere;color:var(--green)}.site-header .watch:hover{background:var(--surface-sage);box-shadow:var(--shadow-card)}.site-menu-toggle{display:none}.site-header :is(a,button){transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.site-menu-toggle:hover{background:rgba(255,253,248,.12)}body:has(.site-header) footer,body:has(.site-header) main:not(.admin-main){width:min(var(--content-max),calc(100% - 48px));min-width:0}body:has(.site-header) footer{margin:64px auto 0;padding:0 0 32px;background:transparent;color:var(--ink)}:is(.home-hero-panel,.home-section,.home-about-panel,.about-page-panel,.listing-panel,.journal-panel,.contacts-panel,.installment-panel,.mortgage-panel,.hero-wrap,.panel,.cta){min-width:0;border-radius:var(--radius-xl);overflow:clip}:is(.home-section,.home-about-panel,.about-page-panel,.listing-panel,.journal-panel,.contacts-panel,.installment-panel,.mortgage-panel,.panel){background:var(--surface-paper)}.about-page-panel,.contacts-panel,.cta,.home-hero-panel,.home-section,.installment-panel,.journal-panel,.listing-panel,.mortgage-panel,.panel{scroll-margin-top:120px}.about-page-panel,.contacts-panel,.home-section,.installment-panel,.journal-panel,.listing-panel,.mortgage-panel,.panel{padding:clamp(40px,5vw,72px) clamp(20px,3vw,40px)}.cta,.home-about-panel,.home-section,.panel{margin-top:32px}.home-hero-panel{position:relative;isolation:isolate;padding:0;background:var(--green)}.home-hero-panel>img{display:block;width:100%;height:clamp(600px,52vw,760px);object-fit:cover;object-position:center}.home-hero-panel:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(5,35,26,.88),rgba(5,35,26,.64) 52%,rgba(5,35,26,.08))}.home-hero-copy{position:absolute;inset:0 auto 0 0;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:safe center;width:min(88%,960px);max-width:none;margin:0;padding:clamp(32px,5vw,76px);overflow:auto;color:var(--surface-paper);text-align:left;overflow-wrap:anywhere}.home-hero-copy>*{flex-shrink:0}.about-page-panel h1,.contacts-heading h1,.cta h2,.home-about-panel>h2,.home-heading h2,.home-hero-copy h1,.installment-heading h1,.intro h1,.journal-panel h1,.listing-heading h1,.mortgage-heading h1,.panel h2{font-size:clamp(30px,3.6vw,48px);line-height:1.14;letter-spacing:-.035em;font-weight:800;text-wrap:balance}.home-hero-copy h1{color:inherit;font-size:clamp(40px,4.8vw,70px);line-height:1.06;font-weight:700}.contacts-heading,.home-heading,.installment-heading,.listing-heading,.mortgage-heading{margin-bottom:44px}.contacts-heading p,.home-heading p,.home-hero-copy p,.installment-heading p,.intro p,.listing-heading p,.mortgage-heading p{max-width:780px;margin-left:auto;margin-right:auto;color:#576960;font-size:clamp(18px,1.6vw,22px);line-height:1.55;font-weight:500}.home-hero-copy p{max-width:580px;margin:28px 0 32px;color:var(--surface-paper)}.home-hero-copy .home-pill-button{background:var(--surface-paper);color:var(--green)}.home-hero-copy .home-pill-button:hover{background:var(--surface-sage)}.home-heading{max-width:960px;margin-inline:0;text-align:left}.home-about-panel>h2,.home-heading h2{text-align:left;overflow-wrap:anywhere}.home-about-panel>h2:before,.home-heading:before{content:"";display:block;width:42px;height:3px;margin-bottom:22px;border-radius:3px;background:var(--accent-gold)}.home-heading p{margin-left:0;margin-right:0}.home-other-grid,.home-village-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.home-other-card,.home-village-card,.listing-card{box-shadow:0 4px 16px rgba(6,63,45,.06);border:1px solid #e2e8e2}.home-other-card,.home-village-card{border-radius:var(--radius-lg);background:var(--surface-paper);transition:border-color .2s ease,box-shadow .2s ease;overflow-wrap:anywhere}.home-other-card:hover,.home-village-card:hover{transform:none;border-color:#8aab96;box-shadow:var(--shadow-soft)}.home-other-card img,.home-village-card img{aspect-ratio:1.55;object-fit:cover}.home-village-body>*{min-width:0}.home-village-body,.listing-card-body{grid-template-columns:minmax(0,1fr);gap:20px;padding:28px}.home-more-card h3,.home-other-card h3,.home-reason-card h3,.home-village-body h3,.listing-card h2,.payment-card h3,.review-card h3{font-size:clamp(24px,2.1vw,30px);line-height:1.2;letter-spacing:-.025em;font-weight:800}.home-village-body p,.listing-card p{margin-top:14px;font-size:19px}.home-routes,.listing-routes{flex-direction:row;flex-wrap:wrap;gap:12px 20px;font-size:16px;font-weight:600}.home-routes b,.listing-routes b,.route-card b{color:#65756d}.home-routes{padding-top:18px;border-top:1px solid var(--line-soft)}.home-routes span{min-width:0;max-width:100%;flex-wrap:wrap}.home-routes .metro-dot,.home-routes svg{flex-shrink:0}.home-other-card h3{margin:26px 28px 0}.home-more-card{min-height:auto;padding:clamp(28px,4vw,48px);border-radius:var(--radius-lg);background:var(--surface-sage);text-align:left;overflow-wrap:anywhere}.home-more-card p{font-size:20px;line-height:1.5;font-weight:500}.home-map{min-height:0;border-radius:var(--radius-lg);border:1px solid var(--line-soft);background:var(--surface-sage)}.home-map iframe{height:clamp(440px,43vw,660px);min-height:440px}.home-pill-button{min-height:52px;padding:14px 26px;background:var(--green);color:var(--surface-paper);font-size:16px;font-weight:700;border-radius:var(--radius-md)}body:has(.site-header) .ui-button{min-height:44px;min-width:44px}.home-pill-button,body:has(.site-header) .ui-button{max-width:100%;white-space:normal;overflow-wrap:anywhere;text-align:center;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.home-pill-button:hover,body:has(.site-header) .ui-button:hover{transform:none;box-shadow:var(--shadow-card)}body:has(.site-header) .hero-arrow:hover{transform:translateY(-50%)}.home-pill-button:hover,body:has(.site-header) .ui-button-default:hover{background:#0b543c}.home-payment-grid .home-pill-button,body:has(.site-header) .ui-button-secondary{background:var(--surface-paper);color:var(--green)}.home-payment-grid .home-pill-button:hover,body:has(.site-header) .ui-button-secondary:hover{background:var(--surface-sage)}body:has(.site-header) .ui-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.home-payment-grid .payment-card{display:flex;flex-direction:column;align-items:flex-start}.home-payment-grid .payment-card .home-pill-button{margin-top:auto}.home-payment-grid{gap:18px}.payment-card{min-width:0;padding:30px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-sage);overflow-wrap:anywhere}.payment-card p{min-height:auto;margin-bottom:32px;font-size:19px;line-height:1.5}.home-reason-card,.review-card{min-width:0;padding:28px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-paper);overflow-wrap:anywhere}.home-reason-card p,.review-card p{margin-top:18px;color:#57635c;font-size:18px;line-height:1.6;font-weight:500}.home-reason-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:16px;margin-top:24px}.home-reason-card{min-height:0;background:var(--surface-warm)}.review-card{flex-basis:min(400px,100%)}.review-card h3{font-size:24px}.review-card svg{flex-shrink:0;fill:var(--accent-gold)}.reviews-row{gap:18px;padding-bottom:16px}.home-slider-actions{justify-content:flex-end;margin-top:24px}.home-slider-actions .ui-button{border:1px solid var(--line-soft);border-radius:50%;color:var(--green)}.about-page-grid,.home-about-panel .about-page-grid{gap:40px;margin-top:48px}.about-story-card{padding:30px;font-size:20px;line-height:1.6}.about-stat-card p{font-size:19px;line-height:1.5}.about-person p{font-size:19px}.comfort-row{gap:16px}.comfort-card{border-radius:var(--radius-lg)}.comfort-content{padding:26px 22px 96px;overflow-wrap:anywhere}.comfort-card h3{font-size:23px;line-height:1.2}.comfort-card p{font-size:17px;line-height:1.5;font-weight:500}.comfort-overlay{background:linear-gradient(180deg,rgba(0,25,16,.66),rgba(0,25,16,.08) 80%)}.comfort-toggle{width:48px;height:48px;right:20px;bottom:20px;color:var(--green)}.comfort-toggle svg{width:24px;height:24px}.faq-list{width:100%;gap:14px}.faq-card{border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-paper);overflow-wrap:anywhere}.faq-card.active{background:var(--surface-sage)}.faq-card button{min-height:96px;padding:24px 28px;color:var(--green);grid-template-columns:minmax(0,1fr) 48px}.faq-card button svg{width:48px;height:48px;padding:13px;background:var(--surface-warm);color:var(--green)}.faq-card button span{font-size:clamp(20px,2vw,27px);line-height:1.3;font-weight:700}.faq-card p{padding:0 28px 28px;margin-top:0;font-size:18px;line-height:1.6;font-weight:500}.journal-article,.text-card{font-size:20px;line-height:1.65}.cta{padding:clamp(36px,5vw,72px) 24px;background:var(--green);color:var(--surface-paper)}.cta p{margin:24px 0 36px;font-size:20px;line-height:1.5;font-weight:500}.lead-form{max-width:700px;padding:32px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-paper);box-shadow:var(--shadow-soft)}.lead-form label{margin-bottom:0;font-size:17px}.lead-form>label{margin-bottom:24px}.lead-form>label>input,.lead-phone-field>.phone-input{margin-top:12px}.lead-form input,.phone-input,.phone-input input{height:64px;font-size:20px;font-weight:500}.lead-form input{padding:0 20px}.lead-form input,.phone-input{min-width:0;border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-warm)}.phone-input{grid-template-columns:90px minmax(0,1fr)}.phone-input input{border:0;background:transparent}.phone-country{position:static}.phone-country-menu{width:100%}.phone-country-trigger{min-height:44px}.lead-form input::placeholder{color:#57635c}.lead-phone-field{margin-bottom:24px}.lead-form small{margin:16px auto 0}.lead-form .ui-button-size-wide{width:100%;height:auto;min-height:56px;padding:14px 20px;line-height:1.25;text-align:center;box-sizing:border-box;transform:none;font-size:19px;font-weight:700}body:has(.site-header) .lead-form .ui-button-size-wide{min-height:56px}.lead-form .ui-button-size-wide:is(:hover,:active){transform:none}.lead-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap}.lead-form .form-status{overflow-wrap:anywhere}.lead-form .form-status:empty{display:none}.lead-form button:disabled{cursor:wait}.footer-actions{flex-wrap:wrap}body:has(.site-header) .footer-actions .ui-button{min-height:48px;padding:12px 20px;font-size:16px}.contact-panel{grid-template-columns:minmax(0,1fr) minmax(0,.8fr);padding:clamp(28px,4vw,56px);border-radius:var(--radius-xl);background:var(--green);color:var(--surface-paper);box-shadow:var(--shadow-soft)}.contact-panel>div,.footer-grid>div,.footer-links>div{min-width:0}.contact-panel p{color:var(--surface-sage);font-size:17px}.contact-panel strong{color:var(--surface-paper);font-size:clamp(22px,2.5vw,34px);font-weight:700;letter-spacing:-.025em;overflow-wrap:anywhere}.contact-panel strong a{display:inline-flex;align-items:center;min-height:44px;max-width:100%}.footer-grid{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:20px;margin-top:20px}.footer-grid>:only-child{grid-column:1/-1}.footer-links,.socials{min-height:0;padding:32px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-paper)}.footer-links{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.footer-links h3,.socials h3{color:var(--ink);font-size:18px;font-weight:700}.footer-links a{min-height:44px;display:flex;align-items:center;margin:4px 0;font-size:16px;color:var(--ink-muted);overflow-wrap:anywhere;transition:color .18s ease}.footer-links a:hover{color:var(--green);text-decoration:underline;text-underline-offset:4px}footer .social{width:48px;height:48px;margin:0 10px 10px 0;border-radius:var(--radius-md)}footer .copyright,footer .policy{padding:20px 4px;margin-top:0;border-radius:0;background:transparent;color:var(--ink-muted);font-size:14px;line-height:1.6;overflow-wrap:anywhere}footer .policy{margin-top:24px;border-top:1px solid var(--line-soft)}footer .policy a{display:inline-flex;align-items:center;min-height:44px}.about-page-panel h1,.contacts-heading,.installment-heading,.journal-panel h1,.listing-heading,.mortgage-heading{max-width:780px;margin:0 0 44px;text-align:left;overflow-wrap:anywhere}.about-page-panel h1:before,.contacts-heading:before,.installment-heading:before,.intro h1:before,.journal-panel h1:before,.listing-heading:before,.mortgage-heading:before,.panel>h2:before{content:"";display:block;width:42px;height:3px;margin-bottom:22px;border-radius:3px;background:var(--accent-gold)}.journal-panel h1{margin:0 auto 44px;text-align:center}.journal-panel h1:before{margin:0 auto 22px}.contacts-heading p,.installment-heading p,.listing-heading p,.mortgage-heading p{margin:24px 0 0;color:var(--ink-muted)}.listing-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,360px),1fr));gap:24px;align-items:stretch}.listing-card{min-width:0;overflow-wrap:anywhere;border-radius:var(--radius-lg);background:var(--surface-paper);box-shadow:var(--shadow-card);transition:border-color .2s ease,box-shadow .2s ease}.listing-card:hover{transform:none;border-color:#8aab96;box-shadow:var(--shadow-soft)}.listing-card img{aspect-ratio:1.6}.listing-card-body{min-height:0;padding:clamp(22px,2.4vw,32px)}.listing-card-body>*{min-width:0}.listing-card p{line-height:1.5}.listing-routes{padding-top:18px;border-top:1px solid var(--line-soft);color:var(--ink-muted);line-height:1.5}.listing-routes span{min-width:0;max-width:100%;flex-wrap:wrap}.listing-empty{max-width:780px;margin:0;padding:clamp(28px,4vw,48px);border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-sage);text-align:left;overflow-wrap:anywhere}.listing-empty h2{font-size:clamp(24px,2.5vw,34px);line-height:1.2}.listing-empty p{margin:20px 0 0;color:var(--ink-muted);font-size:18px;line-height:1.6;font-weight:500}.hero-wrap{margin-top:26px;padding:0;background:var(--surface-paper);box-shadow:var(--shadow-card)}.hero{height:clamp(280px,42vw,600px);border-radius:var(--radius-xl)}body:has(.site-header) .hero-arrow{width:52px;height:52px;background:var(--surface-paper);color:var(--green);box-shadow:var(--shadow-card)}.hero-arrow svg{width:26px;height:26px;stroke-width:2}.intro{padding:clamp(32px,4vw,56px) clamp(20px,3vw,40px)}.intro,.intro h1,.panel>h2{text-align:left;overflow-wrap:anywhere}.intro h1,.panel>h2{max-width:780px}.intro h1 span,.intro p{color:var(--ink-muted)}.intro p{margin:24px 0 0}.route-card{margin-top:32px;padding:24px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-sage);color:var(--ink);font-size:17px;line-height:1.5}.route-card .ui-card-content{justify-content:flex-start;gap:16px 28px;min-width:0}.route-card span{min-width:0;max-width:100%;flex-wrap:wrap}.route-card svg{flex-shrink:0;color:var(--green)}.text-card{width:100%;max-width:780px;margin:36px 0 0;padding:clamp(24px,3vw,36px);border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-warm);color:var(--ink);overflow-wrap:anywhere}.text-card>:last-child{margin-bottom:0}.text-card img{max-width:100%;height:auto}.stats-grid{width:100%;margin:24px 0 0;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:18px}.panel.about{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:24px;column-gap:24px}.panel.about>h2{grid-column:1/-1}.panel.about .text-card{max-width:none}.panel.about .stats-grid,.panel.about .text-card{margin-top:36px}.panel.about .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat{min-width:0;min-height:200px;padding:28px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-sage);color:var(--ink-muted);overflow-wrap:anywhere}.stat strong{color:var(--ink);font-size:clamp(28px,3vw,38px);line-height:1.15}.stat .rub,.stat svg{color:var(--green)}.stat span{font-size:18px;line-height:1.5}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:36px;gap:20px}.feature-card{min-width:0;height:auto;min-height:360px;border-radius:var(--radius-lg);background:var(--green);overflow-wrap:anywhere}.feature-content{position:relative;inset:auto;padding:28px 24px 100px}.feature-card h3{font-size:clamp(24px,2.4vw,32px);line-height:1.2;letter-spacing:-.025em}.feature-card p{display:none;margin-top:20px;font-size:18px;line-height:1.6;font-weight:500}.feature-card.active p{display:block}.feature-overlay{background:linear-gradient(180deg,rgba(0,25,16,.72),rgba(0,25,16,.12) 85%)}.feature-card.active .feature-overlay{background:var(--green)}.feature-toggle{width:48px;height:48px;right:24px;bottom:24px;color:var(--green)}.feature-toggle svg{width:24px;height:24px}.map-card,.plan-scroller{min-width:0;margin-top:36px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-sage)}.map-card{height:clamp(380px,44vw,640px)}.plan-scroller{height:clamp(300px,44vw,640px);min-height:0}.payment-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));margin-top:36px;gap:18px}.payment-grid .payment-card{display:flex;flex-direction:column;align-items:flex-start}.payment-grid .payment-card .ui-button{margin-top:auto;min-height:52px;padding:14px 24px;font-size:17px}.journal-article{width:100%;max-width:780px;margin:0 auto;padding:clamp(24px,3vw,36px);border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-warm);color:var(--ink-muted);text-align:left;overflow-wrap:anywhere}.about-person h2,.contact-mini-card h2,.contact-office-card h2,.journal-article h2,.mortgage-card h2{font-size:clamp(24px,2.5vw,34px);line-height:1.2;letter-spacing:-.025em;font-weight:700}.journal-lead{color:var(--ink);font-weight:700}.journal-article>:last-child{margin-bottom:0}.contacts-stack{width:100%;margin:0;gap:20px}.contact-mini-grid,.mortgage-card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:20px}.about-stat-card,.about-story-card,.contact-mini-card,.contact-office-card,.installment-note,.mortgage-card{min-width:0;padding:clamp(24px,3vw,36px);border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-warm);color:var(--ink-muted);overflow-wrap:anywhere}.about-stat-card,.contact-mini-card{background:var(--surface-sage)}.contact-mini-card p,.listing-empty p,.route-card b,.stat span{color:var(--ink-on-sage)}.contact-mini-card p,.contact-office-card p{margin:20px 0 28px;font-size:19px;line-height:1.6}body:has(.site-header) .contact-mini-card .ui-button,body:has(.site-header) .contact-office-card .ui-button{padding:14px 24px;font-size:17px;background:var(--green);color:var(--surface-paper)}body:has(.site-header) .contact-mini-card .ui-button:hover,body:has(.site-header) .contact-office-card .ui-button:hover{background:#0b543c}.installment-table-card{min-width:0;padding:0;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-paper)}.installment-table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.installment-table{min-width:760px;color:var(--ink)}.installment-table td,.installment-table th{padding:24px;font-size:18px;line-height:1.5;overflow-wrap:anywhere}.installment-table th{padding-top:24px;padding-bottom:24px;background:var(--surface-sage);font-size:18px}.installment-table tbody tr{border-top:1px solid var(--line-soft)}.installment-table tbody tr:nth-child(2n){background:var(--surface-warm)}.installment-note{margin-top:24px;max-width:780px;font-size:18px;line-height:1.6;font-weight:500}.installment-note p+p{margin-top:16px}.mortgage-card{min-height:0}.mortgage-card ol,.mortgage-card-note{font-size:19px;line-height:1.6;color:var(--ink-muted)}.mortgage-card li+li{margin-top:12px}.mortgage-card strong{padding-top:28px;color:var(--ink);font-size:clamp(26px,2.6vw,36px);line-height:1.2;font-weight:700}.about-page-grid{align-items:start}.about-person{text-align:left;overflow-wrap:anywhere}.about-person img{margin:0;border-radius:var(--radius-lg)}.about-person p{color:var(--ink-muted);line-height:1.5;font-weight:500}.about-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.about-stat-card{min-height:0}.about-stat-card h3{font-size:clamp(28px,2.8vw,38px);line-height:1.2}:is(.site-header,main,footer) :is(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--accent-gold);outline-offset:4px}.comfort-card:focus-within,.feature-card:focus-within{outline:3px solid var(--accent-gold);outline-offset:4px}.lead-form input:focus-visible{outline-offset:2px}.comfort-row,.installment-table-scroll,.reviews-row{scrollbar-width:thin;scrollbar-color:#90a092 transparent}.installment-table-scroll::-webkit-scrollbar,.reviews-row::-webkit-scrollbar{display:block;height:6px}.installment-table-scroll::-webkit-scrollbar-thumb,.reviews-row::-webkit-scrollbar-thumb{background:#90a092;border-radius:6px}.cms-section{min-width:0;margin-top:32px;padding:clamp(32px,5vw,72px) clamp(20px,3vw,40px);border-radius:var(--radius-xl);background:var(--surface-paper);color:var(--ink);overflow-wrap:anywhere}.cms-section>:is(h1,h2){max-width:900px;margin:0 0 24px;font-size:clamp(30px,3.6vw,48px);line-height:1.14;letter-spacing:-.035em;text-wrap:balance}.cms-section>h2:before{content:"";display:block;width:42px;height:3px;margin-bottom:22px;background:var(--accent-gold)}.cms-section .cms-copy{max-width:780px;margin:16px 0 24px;color:var(--ink-muted);font-size:18px;font-weight:400;line-height:1.65;white-space:pre-line}.cms-section>.cms-section-image{display:block;width:100%;max-height:520px;margin-bottom:32px;object-fit:cover;border-radius:var(--radius-lg)}.cms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));grid-gap:20px;gap:20px;margin-top:32px}.cms-card{min-width:0;padding:28px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-paper);color:var(--ink);overflow-wrap:anywhere}.cms-section article.cms-card{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.cms-card h3{margin:0;font-size:clamp(24px,2vw,30px);line-height:1.25;letter-spacing:-.02em}.cms-card .cms-copy{margin:0}.cms-card .home-pill-button{margin-top:auto}.cms-section .cms-card img{display:block;width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:var(--radius-md)}.cms-type-text>.cms-copy{font-size:20px}.cms-type-hero{position:relative;min-height:520px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;isolation:isolate;overflow:hidden;background:var(--green);color:var(--surface-paper)}.cms-section.cms-type-hero{text-align:left}.cms-type-hero>.cms-section-image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;max-height:none;margin:0;border-radius:0;object-fit:cover}.cms-type-hero:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,rgba(5,35,26,.9),rgba(5,35,26,.72) 65%,rgba(5,35,26,.55))}.cms-type-hero>h1{font-size:clamp(36px,4.6vw,66px)}.cms-type-hero>.cms-copy{max-width:680px;color:inherit}.cms-type-hero>.home-pill-button{background:var(--surface-paper);color:var(--green)}.cms-type-hero>.home-pill-button:hover{background:var(--surface-sage)}.cms-type-cards .cms-grid,.cms-type-projects .cms-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.cms-type-faq .cms-grid{grid-template-columns:minmax(0,1fr);gap:14px}.cms-type-faq .cms-card{padding:0}.cms-type-faq summary{min-height:44px;padding:24px;font-size:20px;line-height:1.4;cursor:pointer;border-radius:var(--radius-lg)}.cms-type-faq summary::marker{color:var(--green)}.cms-type-faq summary:hover{background:var(--surface-warm)}.cms-type-faq .cms-card[open]{border-color:#789283}.cms-type-faq .cms-card>.cms-copy{padding:0 24px 24px}.cms-type-reviews .cms-card{background:var(--surface-warm)}.cms-type-reviews .cms-copy{color:var(--ink)}.cms-type-stats .cms-card{background:var(--surface-sage)}.cms-type-stats .cms-card h3{font-size:clamp(30px,3.5vw,48px)}.cms-type-payments .cms-copy,.cms-type-stats .cms-copy{color:var(--ink-on-sage)}.cms-type-map iframe,.cms-type-payments .cms-card{background:var(--surface-sage)}.cms-type-map iframe{display:block;width:100%;min-height:420px;height:clamp(420px,45vw,640px);margin-top:32px;border:1px solid var(--line-soft);border-radius:var(--radius-lg)}.cms-type-contacts .cms-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}.cms-type-contacts .cms-card{border-top:3px solid var(--accent-gold)}.cms-managed-section:is([style*=background-color],[style*=background-image]){display:flow-root;margin-top:32px;border-radius:var(--radius-xl)}.cms-managed-section:is([style*=background-color],[style*=background-image])>*{margin-top:0;background:transparent}.cms-managed-section:is([style*=background-color],[style*=background-image])>:is(.cms-type-hero,.home-hero-panel)>img{visibility:hidden}.cms-editor{display:grid;grid-gap:24px;gap:24px;min-width:0;color:var(--ink);overflow-wrap:anywhere}.cms-editor .cms-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;padding:24px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-paper)}.cms-editor .cms-toolbar>*{min-width:0;max-width:100%}.cms-editor .cms-toolbar h1{font-size:clamp(26px,3vw,36px);line-height:1.2;text-align:left}.cms-editor .cms-toolbar .admin-secondary-button{width:auto}.cms-editor .cms-toolbar span{color:var(--ink-muted);line-height:1.5}.cms-editor .cms-editor-fields{display:grid;grid-gap:20px;gap:20px}.cms-editor .cms-section-editor{display:block;min-width:0;padding:24px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-paper)}.cms-editor .cms-section-editor[open]{border-color:#789283;box-shadow:var(--shadow-card)}.cms-editor .cms-repeater>summary,.cms-editor .cms-section-editor>summary{min-height:44px;padding:10px 0;font-size:20px;line-height:1.4;color:var(--ink);cursor:pointer}.cms-editor .cms-section-editor>:not(summary){margin-top:20px}.cms-editor .cms-field{display:grid;grid-gap:8px;gap:8px;min-width:0;margin-block:16px;font-size:16px;font-weight:600;line-height:1.5}.cms-editor .cms-actions select,.cms-editor .cms-field :is(input,textarea,select),.cms-editor .cms-media-tools select{width:100%;min-width:0;max-width:100%;min-height:46px;border:1px solid #789283;border-radius:10px;padding:10px 12px;background:#fff;color:var(--ink);font:inherit;font-weight:400}.cms-editor .cms-field textarea{min-height:80px;resize:vertical}.cms-editor .cms-field textarea[rows="1"]{min-height:46px}.cms-editor .cms-field input::-webkit-file-upload-button{min-height:44px;margin-right:12px;padding:8px 12px;border:1px solid #789283;border-radius:8px;background:var(--surface-sage);color:var(--ink);font:inherit;cursor:pointer}.cms-editor .cms-field input::file-selector-button{min-height:44px;margin-right:12px;padding:8px 12px;border:1px solid #789283;border-radius:8px;background:var(--surface-sage);color:var(--ink);font:inherit;cursor:pointer}.cms-editor .cms-media-tools>*{min-width:0;max-width:100%}.cms-editor .cms-media-tools .custom-select{width:min(100%,360px)}.cms-editor .cms-repeater{display:block;min-width:0;padding:20px;border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-warm)}.cms-editor .cms-repeater-item{padding:16px 0;border-color:var(--line-soft)}.cms-editor .cms-object{min-width:0;padding:20px;border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-paper)}.cms-editor .cms-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;min-width:0}.cms-editor .cms-actions>*{max-width:100%;min-width:0}.cms-editor .cms-actions .custom-select{width:auto;flex:1 1 180px}.cms-editor .cms-actions button:not(.custom-select-trigger),.cms-editor .cms-add-block button:not(.custom-select-trigger),.cms-editor .cms-repeater button:not(.custom-select-trigger),.cms-editor button:not(.custom-select-trigger){min-height:44px;min-width:44px;max-width:100%;padding:10px 16px;border:1px solid #789283;border-radius:12px;background:var(--surface-paper);color:var(--ink);font:inherit;font-weight:600;line-height:1.5;white-space:normal;overflow-wrap:anywhere;cursor:pointer}.cms-editor button:not(.custom-select-trigger):hover{background:var(--surface-sage)}.cms-editor button.admin-primary-button{background:var(--green);border-color:var(--green);color:var(--surface-paper)}.cms-editor button.admin-primary-button:hover{background:#0b543c}.cms-editor .cms-actions button:not(.custom-select-trigger):disabled,.cms-editor button:not(.custom-select-trigger):disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.cms-editor .cms-check{min-height:44px;min-width:0;line-height:1.5;cursor:pointer}.cms-editor .cms-check input{flex-shrink:0}.cms-editor :is(button:not(.custom-select-trigger),input,textarea,select,summary):focus-visible,.cms-section :is(a,summary):focus-visible{outline:3px solid #063f2d;outline-offset:3px;box-shadow:0 0 0 6px var(--surface-paper)}.cms-editor .cms-message{padding:20px;border:1px solid #789283;background:var(--surface-sage);color:var(--ink);line-height:1.6}.cms-editor [role=alert]{color:#9b302b}.cms-editor .cms-preview{min-width:0;margin:0;padding:20px;border:1px solid var(--line-soft);border-radius:var(--radius-lg);background:var(--surface-sage)}.cms-editor .cms-preview iframe{display:block;max-width:100%;margin:20px auto 0;border:1px solid #789283;border-radius:var(--radius-md);background:var(--surface-paper)}.cms-editor .cms-add-block{margin:0;padding:24px;border:1px dashed #789283;border-radius:var(--radius-lg);background:var(--surface-sage)}.cms-editor .cms-add-block h2{margin:0 0 20px;font-size:24px}.cms-editor .cms-add-block>button:not(.custom-select-trigger){margin-top:12px}@media (max-width:1180px){.site-header{grid-template-columns:1fr auto auto;gap:12px;height:auto;min-height:78px}.site-menu-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:48px;min-height:48px;padding:10px 12px;border:1px solid hsla(0,0%,100%,.35);border-radius:10px;color:#fff;background:transparent;font:inherit;cursor:pointer}.site-header nav{display:none;grid-column:1/-1;grid-row:2;width:100%;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.2)}.site-header nav[data-open=true]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.site-header nav a{justify-content:flex-start;white-space:normal}.site-header nav .divider{display:none}.comfort-row{display:flex;gap:18px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x proximity}.comfort-card{flex:0 0 280px;min-height:410px}.about-page-grid,.home-about-panel .about-page-grid{grid-template-columns:1fr}.about-person img{width:min(380px,100%)}.about-person h2,.home-about-panel .about-person h3{margin-top:28px}}@media (min-width:1280px){.site-header{margin-top:28px;padding-inline:28px 16px}body:has(.site-header) footer{margin-top:80px}}@media (max-width:980px){.panel.about{grid-template-columns:minmax(0,1fr)}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card.wide{grid-column:span 2}.contact-panel,.footer-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:800px){.home-other-grid,.home-payment-grid,.home-reason-grid,.home-village-grid,.mortgage-card-grid{grid-template-columns:1fr}.home-village-body{grid-template-columns:minmax(0,1fr)}.home-routes{flex-direction:column}.payment-card{min-height:auto}}@media (max-width:640px){.about-stats-grid,.panel.about .stats-grid{grid-template-columns:minmax(0,1fr)}.cms-section{margin-top:20px;border-radius:var(--radius-lg)}.cms-type-hero{min-height:460px}.cms-section .cms-card{padding:22px}.cms-type-faq .cms-card{padding:0}.cms-managed-section:is([style*=background-color],[style*=background-image]){margin-top:20px;border-radius:var(--radius-lg)}.cms-managed-section:is([style*=background-color],[style*=background-image])>.home-hero-panel>img{display:none}.cms-managed-section:is([style*=background-color],[style*=background-image])>.home-hero-panel>.home-hero-copy{background:var(--surface-paper);color:var(--ink)}.cms-editor .cms-add-block,.cms-editor .cms-section-editor,.cms-editor .cms-toolbar{padding:18px}.cms-editor .cms-object,.cms-editor .cms-preview,.cms-editor .cms-repeater{padding:12px}.cms-editor .cms-toolbar .cms-actions{width:100%}.cms-editor .cms-toolbar .cms-actions>*{flex:1 1 180px}.hero{border-radius:var(--radius-lg)}.hero-arrow.left{left:16px}.hero-arrow.right{right:16px}.feature-grid{grid-template-columns:minmax(0,1fr)}.feature-card.wide{grid-column:auto}.about-page-panel h1,.contacts-heading,.installment-heading,.journal-panel h1,.listing-heading,.mortgage-heading{margin-bottom:32px}.site-header{top:8px;width:calc(100% - 24px);grid-template-columns:minmax(0,1fr) auto;margin-top:12px;padding:12px;gap:8px;border-radius:var(--radius-lg)}.site-header .logo{font-size:26px}.site-header .watch{grid-column:1/-1;grid-row:3;width:100%;max-width:none;min-height:44px}.site-menu-toggle{grid-column:2}.site-header nav[data-open=true]{grid-template-columns:1fr 1fr}body:has(.site-header) footer,body:has(.site-header) main:not(.admin-main){width:calc(100% - 24px)}:is(.home-hero-panel,.home-section,.home-about-panel,.about-page-panel,.listing-panel,.journal-panel,.contacts-panel,.installment-panel,.mortgage-panel,.hero-wrap,.panel,.cta,.contact-panel){border-radius:var(--radius-lg)}.cta,.home-about-panel,.home-section,.panel{margin-top:20px}.home-hero-panel{margin-top:14px;padding:0;background:var(--surface-paper)}.home-hero-panel>img{height:280px;min-height:0}.home-hero-panel:after{display:none}.home-hero-copy{position:relative;inset:auto;width:100%;margin:0;padding:30px 22px 34px;overflow:visible;color:var(--green)}.home-hero-copy h1{font-size:clamp(32px,8.4vw,44px)}.home-hero-copy p{margin:20px 0 26px;color:var(--ink-muted)}.home-hero-copy .home-pill-button{background:var(--green);color:var(--surface-paper)}.home-hero-copy .home-pill-button:hover{background:#0b543c}.home-heading{margin-bottom:32px}.home-village-body{grid-template-columns:1fr;padding:24px}.home-routes{gap:10px}.home-map iframe{height:420px;min-height:420px}.home-pill-button{max-width:100%;text-align:center}.about-story-card,.home-reason-card,.payment-card,.review-card{padding:24px}.about-story-card,.journal-article,.text-card{font-size:18px}.review-card{flex-basis:min(300px,100%)}.comfort-card{flex-basis:min(280px,100%)}.faq-card button{grid-template-columns:minmax(0,1fr) 44px;padding:22px;gap:12px}.faq-card button svg{width:44px;height:44px;padding:12px}.faq-card p{padding:0 22px 24px}.lead-form{padding:24px 16px}.phone-input{grid-template-columns:76px minmax(0,1fr)}.contact-panel{padding:28px 20px;gap:32px}.footer-actions{gap:10px}.footer-actions .ui-button{width:100%}.footer-links{grid-template-columns:minmax(0,1fr)}.footer-links,.socials{padding:24px}}.admin-leads-page{width:100%;min-width:0;margin:0}.admin-leads-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.admin-leads-filters{display:flex;flex-wrap:wrap;gap:8px}.admin-leads-filters a{display:inline-flex;align-items:center;min-height:44px;padding:10px 16px;border:1px solid var(--line-soft);border-radius:12px;background:var(--surface-paper);font-weight:700}.admin-leads-filters a:hover{background:var(--surface-sage)}.admin-leads-filters a[aria-current=page]{background:var(--green);color:var(--surface-paper)}.admin-leads-count{margin:0;color:var(--ink-muted);font-weight:700}.admin-leads-list{display:grid;grid-gap:16px;gap:16px;min-width:0;margin:0;padding:0;list-style:none}.admin-leads-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.9fr) minmax(250px,1.4fr);align-items:start;grid-gap:24px;gap:24px;min-width:0;padding:24px;border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-paper);overflow-wrap:anywhere}.admin-leads-card>div{min-width:0}.admin-leads-label,.lead-status-fields>label{display:block;margin-bottom:8px;color:var(--ink-muted);font-size:13px;font-weight:700;line-height:1.5}.admin-leads-contact h2{margin:0;font-size:18px;line-height:1.5;letter-spacing:normal}.admin-leads-card a,.admin-leads-empty a{display:inline-flex;align-items:center;min-height:44px;max-width:100%;text-decoration:underline;text-underline-offset:3px}.admin-leads-card time{font-size:14px;line-height:1.6}.lead-status-fields,.lead-status-form{min-width:0}.lead-status-badge{display:inline-flex;padding:4px 10px;margin-bottom:12px;border:1px solid var(--line-soft);border-radius:8px;background:var(--surface-sage);color:var(--ink);font-size:13px;font-weight:800}.lead-status-badge[data-status=IN_PROGRESS]{background:#f7ead5;color:#684515}.lead-status-badge[data-status=CLOSED]{background:#edf0ed;color:#425148}.lead-status-controls{display:grid;grid-template-columns:minmax(0,1fr) 126px;grid-gap:8px;gap:8px}.lead-status-controls :is(select,button){box-sizing:border-box;width:100%;min-width:0;min-height:44px;padding:10px 12px;border:1px solid var(--line-soft);border-radius:10px;font:inherit;font-size:14px;line-height:1.4;cursor:pointer}.lead-status-controls select{background:var(--surface-paper);color:var(--ink)}.lead-status-controls button{background:var(--green);color:var(--surface-paper);font-weight:700}.lead-status-controls button:hover:not(:disabled){background:#0b543c}.lead-status-controls :disabled{opacity:.6;cursor:wait}.lead-status-message{min-height:3em;margin:8px 0 0;color:var(--ink);font-size:13px;line-height:1.5;overflow-wrap:anywhere}.lead-status-message[data-error=true]{color:#982c2c}.admin-leads-page :is(a,button,select):focus-visible{outline:3px solid var(--green);outline-offset:3px}.admin-leads-empty{padding:32px;border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-paper)}@media (max-width:1200px){.admin-leads-card{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-leads-card .lead-status-form{grid-column:1/-1}.lead-status-controls{max-width:420px}}@media (max-width:800px){.admin-shell:has(.admin-leads-page){grid-template-columns:minmax(0,1fr)}.admin-shell:has(.admin-leads-page) .admin-sidebar{position:static;height:auto;min-width:0;gap:16px;padding:20px;border-right:0;border-bottom:1px solid var(--line-soft)}.admin-shell:has(.admin-leads-page) .admin-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell:has(.admin-leads-page) .admin-nav a{min-height:44px;overflow-wrap:anywhere}.admin-shell:has(.admin-leads-page) .admin-sidebar button{min-height:44px}.admin-shell:has(.admin-leads-page) .admin-content{padding:24px 16px}}@media (max-width:560px){.admin-leads-card{gap:16px;padding:20px}.admin-leads-card,.lead-status-controls{grid-template-columns:minmax(0,1fr)}.lead-status-controls :is(select,button){font-size:16px}.admin-leads-empty{padding:24px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}:is(.site-header,main,footer),:is(.site-header,main,footer) *{animation:none!important;transition:none!important;scroll-behavior:auto!important}.comfort-card:hover img,.home-other-card:hover,.home-village-card:hover,.listing-card:hover,.ui-button:hover{transform:none}}.cms-managed-section{min-width:0}.cms-managed-section[style*=background-color]>section,.cms-managed-section[style*=background-image]>section{background:transparent}.cms-copy{white-space:pre-line}.cms-section-image{width:100%;max-height:520px;object-fit:cover;border-radius:22px}.cms-section iframe{border:0;width:100%;min-height:420px;border-radius:24px}.cms-card img{width:100%;aspect-ratio:1.5;object-fit:cover;border-radius:16px}.cms-type-hero{text-align:center}.cms-editor-fields{border:0;margin:0;padding:0;min-width:0}.cms-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.cms-actions button:not(.custom-select-trigger),.cms-add-block button:not(.custom-select-trigger),.cms-repeater button:not(.custom-select-trigger){min-height:40px;border:1px solid #cbd9d1;background:#f5f8f6;padding:8px 14px;border-radius:10px;cursor:pointer;font:inherit}.cms-actions button:not(.custom-select-trigger):disabled{opacity:.4;cursor:default}.cms-actions select,.cms-field input:not([type=file]),.cms-field select,.cms-field textarea,.cms-media-tools select{width:100%;border:1px solid #b9c9c1;border-radius:10px;padding:10px 12px;font:inherit;background:#fff;color:#173f31;resize:vertical}.cms-field label{display:grid;grid-gap:8px;gap:8px}.cms-check{display:flex;gap:10px;align-items:center;margin:12px 0}.cms-check input{width:18px;height:18px;accent-color:#063f2d}.cms-object{border:1px solid #d9e3de;border-radius:14px;padding:18px;margin:12px 0;min-width:0}.cms-object legend{font-weight:700;padding:0 8px}.cms-repeater-item{border-bottom:1px solid #dce5df;padding:12px 0}.cms-repeater>summary,.cms-section-editor>summary{cursor:pointer;font-weight:700;font-size:18px;padding:10px 0}.cms-message{padding:16px;border-radius:12px;background:#e3eee8;color:#17442f;white-space:pre-wrap;overflow-wrap:anywhere}.cms-media-tools{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.cms-media-tools img{width:120px;height:80px;object-fit:cover;border-radius:8px}.cms-media-tools .custom-select{width:min(100%,360px)}.cms-actions .custom-select{width:auto;flex:1 1 180px}.cms-preview{padding:14px;background:#e5eae7;border-radius:14px;margin:20px 0}.cms-preview iframe{display:block;border:1px solid #c6d5cc;margin:12px auto;background:#eee}.cms-add-block{padding:22px;background:#eaf0ec;border-radius:16px;margin:24px 0}.cms-toolbar{z-index:5;background:#f7faf8}.cms-toolbar h1{margin:0 0 8px}.cms-toolbar span{font-size:14px;color:#536d60}.cms-field{overflow-wrap:anywhere}.cms-repeater,.cms-section-editor{min-width:0}.cms-editor select{max-width:100%}.cms-section summary{font-weight:700;cursor:pointer}.cms-grid{min-width:0}@media(max-width:700px){.cms-toolbar{position:static;align-items:stretch;flex-direction:column}.cms-object{padding:12px}.cms-media-tools{align-items:stretch}.cms-editor{min-width:0}.cms-toolbar .cms-actions>*{flex:1 1}.cms-field input[type=file]{max-width:100%}}