/* V2 extends the approved V1 palette, typography and spacing. */
.source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.source-card{border:1px solid var(--line);padding:25px;border-radius:15px;overflow-wrap:anywhere}.source-card h3{font-size:1.2rem}.source-card small{font-size:.8rem;color:var(--muted)}@media(max-width:760px){.source-grid{grid-template-columns:1fr}}
.footer-grid{grid-template-columns:1fr .9fr .8fr 1.15fr 1.15fr;gap:28px}@media(max-width:1000px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.footer-grid{grid-template-columns:1fr}}
@media(max-width:1000px){#navigation>ul>.dropdown>.nav-parent{width:calc(100% - 50px);flex:1 1 calc(100% - 50px)}#navigation>ul>.dropdown:has(.nav-parent)>.nav-toggle{width:44px;flex:0 0 44px}body:has(.header.menu-open) .social-rail{display:none}}
.brand img{width:142px;height:77px;object-fit:cover;border-radius:7px}.nav-wrap{min-height:96px}#navigation>ul{gap:18px}.dropdown{display:flex;align-items:center;gap:3px}.nav-parent{font-size:.875rem;font-weight:600}.nav-toggle{min-width:25px;font-size:.875rem;min-height:44px}.submenu{top:100%;min-width:295px;max-height:min(75vh,600px);overflow-y:auto;padding:14px;transition:opacity .25s,transform .25s}.submenu a{display:flex;justify-content:space-between;gap:15px;font-size:.9rem;padding:11px 13px}.submenu a span{color:var(--green)}.header.scrolled{box-shadow:0 5px 30px #102b3512}.home .topbar{position:absolute;top:0;left:0;right:0;z-index:60;background:#0b263563}.home .header{position:sticky;margin-bottom:-97px;top:0;transform:translateY(35px);background:transparent;border-color:#ffffff32;backdrop-filter:none}.home .header:not(.scrolled) #navigation>ul>li>a:not(.button),.home .header:not(.scrolled) .nav-toggle,.home .header:not(.scrolled) .nav-parent{color:#fff}.home .header:not(.scrolled) .nav-toggle span{color:#fff}.home .header.scrolled{transform:none;background:#fffffff7;backdrop-filter:blur(12px)}.home .header:not(.scrolled) .mobile-toggle{color:white;border-color:#ffffff66}.photo-hero{position:relative;isolation:isolate;background:#14382f;color:#fff;min-height:100svh}.hero-slides{position:absolute;inset:0;z-index:-2}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:60% center}.photo-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#092b31e8 0%,#102f38ab 42%,#1b32253b 80%),linear-gradient(180deg,#071c37a8,transparent 35%,#092a2859)}.photo-hero .hero-layout{display:flex;align-items:center;min-height:100svh;padding-top:205px;padding-bottom:80px}.photo-hero .hero-copy{width:min(750px,80%)}.photo-hero h1{color:white;font-size:clamp(3.4rem,5.3vw,5.5rem);line-height:1.1;min-height:280px}.photo-hero h1 em{color:#e5ecd1}.photo-hero .eyebrow{color:#deebce}.photo-hero .hero-copy>p{color:#e4ebe7;max-width:570px;min-height:86px;font-size:1.1rem}.photo-hero .button.secondary{color:white;border-color:#ffffff75;background:#fff1}.photo-hero .button.secondary:hover{background:#fff3}.photo-hero .hero-bottom{max-width:620px;border-color:#ffffff42}.photo-hero .hero-caption,.photo-hero .hero-caption strong{color:#e0e8e1}.photo-hero .slider-controls button{color:#e9eee6;width:40px;height:40px;font-size:.9rem}.photo-hero .slider-controls button.active{border-color:#efb278;color:white}.hero-image-note{position:absolute;right:70px;bottom:25px;font-size:.72rem;color:#e3e9e2}.about-photos{position:relative;min-height:505px}.about-photos img:first-child{position:absolute;left:0;top:0;width:72%;height:375px;object-fit:cover;border-radius:90px 15px 15px 15px}.about-photos img:nth-child(2){position:absolute;right:0;bottom:25px;width:57%;height:295px;object-fit:cover;border-radius:15px 15px 75px 15px;border:8px solid #fff;box-shadow:var(--shadow)}.photo-note{position:absolute;bottom:0;left:0;color:var(--green);font-size:.75rem}.float-one{animation:floatOne 7s ease-in-out infinite}.float-two{animation:floatTwo 8.5s ease-in-out -2s infinite}.float-one:hover,.float-two:hover{animation-play-state:paused;filter:brightness(1.035)}@keyframes floatOne{50%{transform:translateY(-12px) rotate(.7deg)}}@keyframes floatTwo{50%{transform:translateY(10px) rotate(-.7deg)}}.card-image{overflow:hidden;aspect-ratio:1.535;flex-shrink:0}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.card-copy{padding:27px;display:flex;flex-direction:column;flex:1}.service-card,.project-card{padding:0;overflow:hidden;display:flex;flex-direction:column;transition:transform .45s,box-shadow .45s}.service-card:hover,.project-card:hover,.news-card:hover,.age-card:hover{transform:translateY(-8px);box-shadow:0 22px 45px #1538501a}.service-card:hover img,.project-card:hover img,.news-card:hover img,.age-card:hover img{transform:scale(1.05)}.service-card h3{min-height:0;font-size:1.35rem}.service-card .text-link{margin-top:auto}.service-card .card-copy p{font-size:.92rem}.project-card{background:var(--cream);border:1px solid var(--line);min-height:0}.project-card:nth-child(2),.project-card:nth-child(3){background:var(--cream)}.project-card h3{font-size:1.4rem;max-width:none}.project-card h2{font-size:1.8rem}.project-card .eyebrow{font-size:.65rem;margin-bottom:14px}.stats-section{background:radial-gradient(circle at 10% 0%,#346657,transparent 40%),var(--navy);padding:65px 0}.stats>div{padding:20px 10px}.stats>div>svg{color:#e1b074;width:30px;height:30px;margin-bottom:15px}.stats strong{font-size:3.4rem}.stats strong span{font-size:inherit;color:inherit;display:inline;margin:0}.stats strong small{font-size:1.2rem;margin-left:8px}.ribbon{overflow:hidden;width:100%;padding:10px 0 20px;mask-image:linear-gradient(90deg,transparent,#000 1%,#000 99%,transparent)}.ribbon-track{display:flex;gap:22px;width:max-content;will-change:transform}.ribbon .project-card{width:calc((min(1200px,100vw - 112px) - 66px)/4);flex:0 0 auto}.ribbon .project-card h3{font-size:1.18rem;min-height:66px}.ribbon .card-copy{padding:20px}.quiet-button{background:none;border:1px solid var(--line);border-radius:30px;color:var(--muted);font-size:.75rem;padding:8px 15px;min-height:40px;margin-top:15px}.age-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.age-card{position:relative;min-height:390px;overflow:hidden;border-radius:18px;background:var(--navy);transition:transform .45s,box-shadow .45s}.age-card>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .5s}.age-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 10%,#0d2f43e8)}.age-card>div{position:absolute;bottom:0;padding:27px;z-index:1}.age-card h3{font-size:2.4rem;color:white}.age-card .eyebrow,.age-card .text-link{color:#edf1df}.quote-layout{grid-template-columns:1fr 1.15fr;gap:75px}.quote-layout h2{font-size:3rem}.quote-layout h2 em{display:block}.quote-image{width:100%;height:390px;object-fit:cover;border-radius:20px 90px 20px 20px;margin-top:32px}.quote-form>h3{font-size:1.65rem;margin-bottom:28px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #39734918}.review-window{overflow:hidden;padding:28px 0}.review-track{display:flex;gap:24px;transition:transform .7s}.review-card{flex:0 0 calc((100% - 48px)/3);background:#ffffffa8;border:1px solid #d8e2d6;border-radius:20px;padding:35px;transform:scale(.95);transition:transform .7s,background .7s;min-width:0}.review-card.featured{transform:scale(1);background:white;box-shadow:0 15px 40px #203d2912}.review-card p{font-size:1.05rem;color:var(--navy);min-height:125px}.review-card strong,.review-card small{display:block}.review-card small{font-size:.8rem;color:var(--muted)}.quote-mark{font-family:Georgia;font-size:5rem;color:var(--green);line-height:.7;display:block}.demo-badge{display:inline-block;font-size:.65rem;letter-spacing:.08em;border:1px solid #c1cfbc;border-radius:20px;padding:3px 9px;color:var(--green);margin:15px 0}.carousel-controls{display:flex;justify-content:center;gap:10px}.carousel-controls button{border:1px solid #aabda8;background:none;border-radius:50%;width:45px;height:45px;color:var(--green)}.faq-layout{grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.faq-image{width:100%;height:485px;object-fit:cover;border-radius:100px 20px 20px 20px;margin-bottom:30px}.faq-layout .section-heading{margin-bottom:25px}.contact-banner{background:linear-gradient(90deg,#123653e8,#173c3d9c),var(--banner) center/cover;padding:95px 0;color:white}.contact-banner .container{max-width:1000px}.contact-banner h2{color:white;max-width:720px}.contact-banner .eyebrow{color:#d9e8c6}.contact-banner p{color:#d4e1df;max-width:680px}.reference-card{width:calc((min(1200px,100vw - 112px) - 105px)/8);min-width:125px;border:1px solid var(--line);border-radius:14px;padding:22px 10px;text-align:center;background:#fff;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.reference-card strong{font-size:.78rem;line-height:1.35;display:block;margin:12px 0;color:var(--navy)}.reference-card small{font-size:.6rem;color:var(--muted);line-height:1.3}.ref-monogram{font-size:2rem;font-family:Georgia;color:var(--green);border:1px solid #d3dfcd;border-radius:50%;width:55px;height:55px;display:grid;place-items:center}.references-ribbon .ribbon-track{gap:15px}.news-cover{padding:0;height:220px}.news-cover>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.news-card{transition:transform .4s,box-shadow .4s}.news-copy .eyebrow{font-size:.63rem}.page-intro{position:relative;background:linear-gradient(90deg,#0c2e43ed,#123e5299),var(--banner) center/cover;padding:28px 0 42px;min-height:250px;color:white}.page-intro .breadcrumb{color:#d7e4e5;margin-bottom:22px}.page-intro .eyebrow{color:#dae9cf;font-size:.7rem;margin-bottom:12px}.page-intro h1{color:white;font-size:clamp(2.5rem,4vw,4rem);margin-bottom:15px;max-width:1000px}.page-intro p{color:#e1e9e6;font-size:1rem!important}.article-aside{background:none;padding:0;position:static}.article-aside>img{width:100%;height:360px;object-fit:cover;border-radius:55px 15px 15px;margin-bottom:30px}.article-layout{grid-template-columns:1.2fr .8fr;gap:80px}.article-aside h3{font-size:1.8rem}.service-detail{display:grid;grid-template-columns:290px minmax(0,1fr);gap:60px;align-items:start}.service-side{position:sticky;top:120px;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:var(--cream)}.service-side>h3{font-size:1.3rem;padding:25px 20px 0}.service-side>a{display:block;padding:12px 20px;border-bottom:1px solid var(--line);font-size:.9rem;line-height:1.4}.service-side>a.selected{background:var(--green);color:white}.direct-contact{padding:25px 20px;background:#e7eee3}.direct-contact a:not(.button){display:block;font-size:.75rem;overflow-wrap:anywhere;margin-bottom:12px}.direct-contact .button{padding:12px;font-size:.8rem;width:100%}.service-body>img,.detail-cover{width:100%;height:440px;object-fit:cover;border-radius:18px;margin-bottom:35px}.service-body h2{font-size:2.4rem}.project-meta{display:flex;flex-wrap:wrap;gap:25px;padding:25px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:25px 0 40px}.project-meta>div{flex:1 1 190px}.project-meta dt{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--green);font-weight:700}.project-meta dd{margin:8px 0 0;font-size:.9rem;line-height:1.5}.caption{font-size:.8rem!important;color:var(--muted);margin-top:-20px}.project-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}.gallery-item{border:1px solid var(--line);border-radius:14px;padding:0;background:var(--cream);overflow:hidden;text-align:left;color:var(--navy);width:100%;transition:transform .4s}.gallery-item:hover{transform:translateY(-5px)}.gallery-item img{width:100%;height:210px;object-fit:cover}.gallery-item span{display:block;padding:15px;font-size:.8rem;font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.gallery-grid .gallery-item img{height:180px}.gallery-grid .gallery-item span{font-size:.75rem}.map-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.map-module{margin-top:40px}.map-module iframe{width:100%;height:380px;border:0;border-radius:16px;background:var(--cream)}.map-module p{font-size:.8rem;margin-top:12px}.branch-grid{margin-bottom:30px}.branch-card a[href^="mailto:"]:before{content:"✉ ";color:var(--green)}.branch-phone:before{content:"↗ ";color:var(--green)}.footer-brand img{width:160px;height:100px;object-fit:cover;border-radius:8px}.demo-note{font-size:.78rem;color:var(--muted);line-height:1.65;padding:20px;border:1px solid var(--line);border-radius:10px;margin-bottom:30px}footer .demo-note{margin-top:45px;color:#c9d9dc;border-color:#ffffff2a;padding:18px}.social-rail{top:auto;bottom:90px;right:15px}.social-rail>a,.social-rail>button{width:39px;height:39px}.reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}.reference-grid .reference-card{width:100%;min-height:225px}.reference-grid .reference-card strong{font-size:1.1rem}.document-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.document-grid img{height:auto;aspect-ratio:330/430;object-fit:contain}.catalog-grid,.team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.catalog-card,.team-card,.video-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--cream)}.catalog-card>div,.team-card>div,.video-card>div{padding:25px}.catalog-card>img{width:100%;max-height:420px;object-fit:cover}.team-card>img{width:100%;height:320px;object-fit:cover}.team-intro{margin-bottom:35px}.catalog-spread{display:grid;grid-template-columns:1fr 1fr;gap:25px}.catalog-page{padding:55px;background:var(--cream);border:1px solid var(--line);min-height:650px;position:relative}.catalog-page h2{font-size:2.5rem}.catalog-page p{line-height:1.9}.catalog-number{position:absolute;bottom:30px;color:var(--green)}.print-controls{margin-top:30px}.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.video-card video{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--navy)}.video-card h3{font-size:1.25rem}.video-card p{font-size:.85rem}.video-card>div{padding:18px}#lightbox{width:min(1100px,94vw);padding:25px;background:#102b30;border:0;max-height:94vh}#lightbox-image{width:100%;height:auto;max-height:76vh;object-fit:contain}#lightbox-caption{color:#fff;font-size:.85rem;margin:15px 0 0;text-align:center}.lightbox-close{position:absolute;right:10px;top:8px;border:0;border-radius:50%;background:white;color:var(--navy);width:40px;height:40px;font-size:1.8rem}.reveal-ready{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal-ready.is-visible{opacity:1;transform:none}
@media(max-width:1180px){#navigation>ul{gap:12px}.nav-parent,.nav-toggle{font-size:.78rem}.brand img{width:118px;height:70px}.ribbon .project-card{width:calc((100vw - 92px - 66px)/4)}.ribbon .project-card h3{font-size:1.05rem}.ribbon .card-copy{padding:16px}.ribbon .project-card .eyebrow{font-size:.59rem}.quote-layout{gap:40px}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.review-card{padding:25px}.review-card p{font-size:.95rem}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-card{min-width:120px}.photo-hero h1{font-size:4.5rem}.article-layout{gap:45px}}@media(max-width:1000px){.home .header:not(.scrolled) #navigation>ul>li>a:not(.button),.home .header:not(.scrolled) .nav-toggle,.home .header:not(.scrolled) .nav-parent{color:var(--navy)}.home .header:not(.scrolled) .nav-toggle span{color:var(--green)}.dropdown{display:flex;flex-wrap:wrap}.nav-parent{display:block;width:calc(100% - 50px);font-size:1rem;padding:12px 0}.dropdown:has(.nav-parent)>.nav-toggle{width:44px;justify-content:center}.dropdown:not(:has(.nav-parent))>.nav-toggle{width:100%}.submenu{flex-basis:100%;max-height:none}.nav-wrap{min-height:82px}.brand img{width:113px;height:68px}.home .header{margin-bottom:-83px}.photo-hero .hero-copy{width:100%;max-width:700px}.photo-hero .hero-layout{padding-top:190px}.photo-hero h1{font-size:4rem;min-height:230px}.about-photos{min-height:450px}.about-photos img:first-child{height:320px}.about-photos img:nth-child(2){height:270px}.age-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.age-card{min-height:370px}.ribbon .project-card{width:calc((100vw - 114px)/2)}.service-detail{grid-template-columns:230px minmax(0,1fr);gap:35px}.service-side{top:105px}.service-side>a{font-size:.8rem}.quote-layout h2{font-size:2.5rem}.review-card{flex-basis:calc((100% - 24px)/2)}.review-card p{min-height:145px}.faq-layout{gap:40px}.document-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-grid{gap:18px}.catalog-card>div{padding:18px}.catalog-card h3{font-size:1.2rem}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.team-card>img{height:250px}.catalog-page{padding:35px}}@media(max-width:760px){.photo-hero .hero-layout{min-height:100svh;padding-top:170px;padding-bottom:65px}.photo-hero h1{font-size:clamp(2.5rem,8.4vw,4rem);min-height:185px}.photo-hero .hero-copy>p{font-size:1rem;min-height:100px}.hero-slide img{object-position:60% center}.hero-image-note{right:25px;bottom:16px;font-size:.65rem}.photo-hero .hero-bottom{gap:10px}.photo-hero .slider-controls{gap:1px}.photo-hero .slider-controls button{width:33px;height:40px;font-size:.78rem}.photo-hero .hero-caption{font-size:.72rem}.home .header{transform:translateY(35px)}.about .split{grid-template-columns:1fr}.about-photos{min-height:440px;max-width:550px;width:100%;margin:auto}.about-photos img:first-child{height:320px;width:68%}.about-photos img:nth-child(2){width:54%;height:280px}.card-copy{padding:25px}.ribbon .project-card{width:calc((100vw - 66px)/2)}.ribbon .project-card h3{font-size:1.05rem;min-height:70px}.ribbon .card-copy{padding:17px}.stats{grid-template-columns:1fr}.stats>div{border:0;border-bottom:1px solid #ffffff25;padding:28px}.stats>div:nth-child(2){border-bottom:1px solid #ffffff25}.stats>div:last-child{border-bottom:0}.stats strong{font-size:3rem}.age-grid{gap:16px}.age-card{min-height:340px}.age-card>div{padding:22px}.quote-layout{grid-template-columns:1fr;gap:40px}.quote-image{height:320px;border-top-right-radius:75px}.quote-layout h2{font-size:2.6rem}.review-card{flex-basis:100%;padding:30px;transform:none}.review-card p{min-height:90px}.review-card.featured{transform:none}.faq-layout{grid-template-columns:1fr}.faq-image{height:360px;border-top-left-radius:70px}.contact-banner{padding:70px 0}.contact-banner h2 br{display:none}.page-intro h1{font-size:2.7rem}.article-layout{grid-template-columns:1fr;gap:30px}.article-aside>img{height:340px}.service-detail{grid-template-columns:1fr;gap:30px}.service-side{position:static;display:block}.service-side>h3{margin-bottom:18px}.service-side>a{font-size:.9rem}.service-body>img,.detail-cover{height:300px}.service-body h2{font-size:2rem}.service-side .direct-contact{padding:20px}.direct-contact a:not(.button){font-size:.85rem}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.map-grid{grid-template-columns:1fr}.map-module iframe{height:330px}.catalog-grid,.team-grid{grid-template-columns:1fr}.team-card>img{height:330px}.catalog-card>img{height:350px;object-fit:contain}.catalog-card>div{padding:25px}.catalog-card h3{font-size:1.5rem}.catalog-spread{grid-template-columns:1fr}.catalog-page{min-height:530px}.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-grid .reference-card{min-height:190px}.social-rail{bottom:12px;right:50%}.social-rail>a,.social-rail>button{width:34px;height:36px}.social-rail{gap:2px}.back-top{right:8px;bottom:16px;width:34px;height:36px}.project-gallery{gap:14px}.project-gallery .gallery-item img{height:170px}.photo-hero .hero-copy .button-row .button{font-size:.83rem;padding:12px 15px}.home .topbar .container{font-size:.7rem}.reference-card{width:145px}.document-grid{gap:15px}}@media(max-width:420px){.photo-hero h1{font-size:2.6rem;min-height:182px}.photo-hero .hero-layout{padding-top:165px;min-height:max(760px,100svh)}.photo-hero .hero-copy>p{min-height:110px}.photo-hero .hero-bottom{flex-wrap:wrap;gap:16px}.hero-bottom .hero-caption{font-size:.8rem}.photo-hero .slider-controls button{width:35px}.about-photos{min-height:380px}.about-photos img:first-child{height:285px}.about-photos img:nth-child(2){height:230px}.age-grid{grid-template-columns:1fr}.age-card{min-height:370px}.ribbon .project-card{width:calc(100vw - 58px)}.ribbon .project-card h3{min-height:0;font-size:1.4rem}.ribbon .card-copy{padding:24px}.ribbon .project-card .eyebrow{font-size:.7rem}.gallery-grid,.video-grid{grid-template-columns:1fr}.gallery-grid .gallery-item img{height:230px}.document-grid{grid-template-columns:1fr}.document-grid .gallery-item img{max-height:450px}.social-rail{right:auto;left:12px;transform:none}.project-gallery{grid-template-columns:1fr}.project-gallery .gallery-item img{height:220px}.reference-grid{gap:12px}.reference-grid .reference-card strong{font-size:.9rem}.catalog-page{padding:27px}.page-intro h1{font-size:2.3rem}}@media(prefers-reduced-motion:reduce){.float-one,.float-two{animation:none}.reveal-ready{opacity:1;transform:none}.hero-slide,.review-track{transition:none}.ribbon{overflow-x:auto}.ribbon-track{transform:none!important}}@media print{.header,.topbar,footer,.social-rail,.back-top,.print-controls,.page-intro{display:none}.catalog-spread{display:block;width:100%}.catalog-page{page-break-after:always;min-height:90vh;box-shadow:none}.catalog-page:last-child{page-break-after:auto}.section{padding:0}}
