@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&family=Mulish:wght@400;500;600;700&display=swap');
:root{--bg:#F7F2EB;--bg-dark:#1C1108;--primary:#C05C1A;--primary-dark:#9A4612;--text:#1C1108;--text-light:#6B5C47;--card:#EEEAE3;--border:#D4C8B8;--white:#FFF9F2;--nav-h:72px}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Mulish',sans-serif;background:var(--bg);color:var(--text);line-height:1.65;overflow-x:hidden}
h1,h2,h3,h4{font-family:'Playfair Display',serif;line-height:1.15;font-weight:800}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:2px;font-family:'Mulish',sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all .25s ease;border:none}
.btn-primary{background:var(--primary);color:var(--white)}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}
.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white)}
.btn-outline:hover{background:var(--white);color:var(--text)}
.btn-dark{background:var(--text);color:var(--white)}
.btn-dark:hover{background:var(--primary);transform:translateY(-1px)}
.section{padding:5rem 0}
.section-label{font-family:'Mulish',sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}
.section-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.5rem}
.section-sub{color:var(--text-light);font-size:1.05rem;max-width:52ch}
nav.main-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-h);background:rgba(247,242,235,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:all .3s ease}
nav.main-nav.scrolled{box-shadow:0 2px 20px rgba(28,17,8,.08)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);max-width:1200px;margin:0 auto;padding:0 1.25rem}
.nav-logo{display:flex;align-items:center;gap:.75rem}
.nav-logo img{height:40px;width:auto}
.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}
.nav-links a{font-weight:600;font-size:.9rem;letter-spacing:.02em;color:var(--text);position:relative;padding-bottom:2px;transition:color .2s}
.nav-links a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:width .25s ease}
.nav-links a:hover{color:var(--primary)}
.nav-links a:hover::after{width:100%}
.nav-dropdown{position:relative}
.nav-dropdown-menu{position:absolute;top:calc(100% + 1rem);left:50%;transform:translateX(-50%) translateY(-8px);background:var(--white);border:1px solid var(--border);border-radius:4px;padding:.5rem 0;min-width:220px;opacity:0;visibility:hidden;transition:all .2s ease;box-shadow:0 8px 32px rgba(28,17,8,.1)}
.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-dropdown-menu a{display:block;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s,color .15s}
.nav-dropdown-menu a:hover{background:var(--card);color:var(--primary)}
.nav-cta{display:flex;align-items:center;gap:1rem}
.nav-phone{font-weight:700;font-size:.875rem;color:var(--primary)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{display:block;width:24px;height:2px;background:var(--text);transition:all .3s}
@media(max-width:900px){.nav-links{display:none}.hamburger{display:flex}}
.mobile-menu{display:none;position:fixed;top:var(--nav-h);left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);z-index:999;padding:1.5rem 1.25rem;flex-direction:column;gap:.25rem;box-shadow:0 8px 32px rgba(28,17,8,.1)}
.mobile-menu.open{display:flex}
.mobile-menu a{padding:.75rem .5rem;font-weight:600;border-bottom:1px solid var(--border);font-size:.95rem}
.mobile-menu a:last-child{border-bottom:none}
.mobile-submenu{display:none;padding-left:1rem}
.mobile-submenu.open{display:flex;flex-direction:column}
.mobile-submenu a{font-size:.875rem;font-weight:500}
.page-hero{padding-top:calc(var(--nav-h) + 4rem);padding-bottom:4rem;background:var(--bg-dark);position:relative;overflow:hidden}
.page-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:36px;background:var(--bg);clip-path:ellipse(55% 100% at 50% 100%)}
.page-hero h1{color:var(--white);font-size:clamp(2.25rem,5vw,3.5rem)}
.page-hero p{color:rgba(255,249,242,.7);margin-top:1rem;font-size:1.1rem;max-width:48ch}
.page-hero .section-label{color:var(--primary)}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:rgba(255,249,242,.5);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}
.breadcrumb a{color:rgba(255,249,242,.5);transition:color .2s}
.breadcrumb a:hover{color:var(--white)}
.breadcrumb span{color:rgba(255,249,242,.8)}
.hero-main{min-height:100vh;display:flex;align-items:center;padding-top:var(--nav-h);position:relative;overflow:hidden;background:var(--bg-dark)}
.hero-bg{position:absolute;inset:0;background-image:url('https://paintingandtaping.ca/wp-content/uploads/2023/10/Professional-painting-services-in-the-Kitchener.jpg');background-size:cover;background-position:center;opacity:.15}
.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(192,92,26,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(192,92,26,.08) 0%,transparent 40%)}
.hero-content{position:relative;z-index:2;padding:5rem 1.25rem;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:center}
@media(max-width:900px){.hero-content{grid-template-columns:1fr;gap:2.5rem}}
.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:rgba(192,92,26,.15);border:1px solid rgba(192,92,26,.3);color:var(--primary);padding:.4rem 1rem;border-radius:2px;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}
.hero-h1{font-size:clamp(3rem,6vw,5rem);color:var(--white);line-height:1.05}
.hero-h1 em{color:var(--primary);font-style:normal}
.hero-sub{color:rgba(255,249,242,.65);margin-top:1.5rem;font-size:1.15rem;max-width:42ch;line-height:1.7}
.hero-pills{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.hero-pill{display:flex;align-items:center;gap:.5rem;padding:.4rem .9rem;background:rgba(255,249,242,.08);border:1px solid rgba(255,249,242,.12);border-radius:2px;color:rgba(255,249,242,.8);font-size:.8rem;font-weight:600}
.hero-pill::before{content:'✓';color:var(--primary);font-weight:800}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}
.hero-form-card{background:var(--white);border-radius:4px;padding:2rem;box-shadow:0 20px 60px rgba(28,17,8,.3)}
.hero-form-card h3{font-size:1.5rem;margin-bottom:.25rem}
.hero-form-card p{color:var(--text-light);font-size:.875rem;margin-bottom:1.5rem}
.form-group{margin-bottom:1rem}
.form-group label{display:block;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-light);margin-bottom:.4rem}
.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:2px;font-family:'Mulish',sans-serif;font-size:.95rem;color:var(--text);transition:border .2s}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}
.form-group textarea{resize:vertical;min-height:100px}
.form-alt{margin-top:1rem;text-align:center;font-size:.8rem;color:var(--text-light)}
.form-alt a{color:var(--primary);font-weight:700}
.about-section{background:var(--bg)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
@media(max-width:768px){.about-grid{grid-template-columns:1fr;gap:2.5rem}}
.about-images{position:relative;height:480px}
.about-img-main{position:absolute;top:0;left:0;width:75%;height:85%;object-fit:cover;border-radius:4px}
.about-img-accent{position:absolute;bottom:0;right:0;width:55%;height:55%;object-fit:cover;border-radius:4px;border:6px solid var(--white);box-shadow:0 12px 40px rgba(28,17,8,.12)}
.about-exp-badge{position:absolute;top:50%;left:70%;transform:translate(-50%,-50%);background:var(--primary);color:var(--white);border-radius:50%;width:90px;height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:'Playfair Display',serif;box-shadow:0 8px 24px rgba(192,92,26,.4)}
.about-exp-badge strong{font-size:1.5rem;line-height:1;font-weight:900}
.about-exp-badge span{font-size:.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-family:'Mulish',sans-serif}
.about-text p{color:var(--text-light);margin-bottom:1.25rem;font-size:1.025rem}
.about-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1.5rem;margin-bottom:2rem}
.about-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;font-weight:600}
.about-list li::before{content:'→';color:var(--primary);flex-shrink:0}
.services-section{background:var(--card)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
@media(max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.services-grid{grid-template-columns:1fr}}
.service-card{background:var(--white);border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border)}
.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(28,17,8,.1)}
.service-card-img{height:200px;overflow:hidden;position:relative;background:var(--bg-dark)}
.service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;opacity:.9}
.service-card:hover .service-card-img img{transform:scale(1.05)}
.service-card-img .service-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(28,17,8,.5) 0%,transparent 60%)}
.service-card-body{padding:1.5rem}
.service-card-body h3{font-size:1.2rem;margin-bottom:.6rem}
.service-card-body p{color:var(--text-light);font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}
.service-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--primary);transition:gap .2s}
.service-card-link:hover{gap:.7rem}
.service-card-link::after{content:'→'}
.testimonials-section{background:var(--bg-dark);overflow:hidden}
.testimonials-section .section-title{color:var(--white)}
.testimonials-section .section-label{color:var(--primary)}
.testimonials-section .section-sub{color:rgba(255,249,242,.6)}
.reviews-rating{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;margin-bottom:3rem}
.stars{color:#F59E0B;font-size:1.25rem;letter-spacing:.1em}
.rating-text{color:rgba(255,249,242,.7);font-size:.875rem;font-weight:600}
.rating-text strong{color:var(--white);font-weight:800}
.testimonials-track{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
@media(max-width:900px){.testimonials-track{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.testimonials-track{grid-template-columns:1fr}}
.testimonial-card{background:rgba(255,249,242,.05);border:1px solid rgba(255,249,242,.1);border-radius:4px;padding:1.75rem;transition:border-color .3s}
.testimonial-card:hover{border-color:rgba(192,92,26,.4)}
.testimonial-stars{color:#F59E0B;font-size:.875rem;margin-bottom:1rem}
.testimonial-text{color:rgba(255,249,242,.75);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:.75rem}
.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-weight:800;color:var(--white);font-size:1rem;flex-shrink:0}
.testimonial-name{font-weight:700;color:var(--white);font-size:.9rem}
.testimonial-source{font-size:.75rem;color:rgba(255,249,242,.4)}
.portfolio-section{background:var(--bg)}
.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:3rem}
@media(max-width:900px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}
.portfolio-item{aspect-ratio:1;overflow:hidden;border-radius:4px;cursor:pointer;position:relative;background:var(--bg-dark)}
.portfolio-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s}
.portfolio-item:hover img{transform:scale(1.08);opacity:.85}
.portfolio-overlay{position:absolute;inset:0;background:rgba(28,17,8,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}
.portfolio-item:hover .portfolio-overlay{opacity:1}
.portfolio-overlay span{color:var(--white);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:center;padding:.5rem}
.contact-section{background:var(--card)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
@media(max-width:768px){.contact-grid{grid-template-columns:1fr;gap:3rem}}
.contact-info h2{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1rem}
.contact-info p{color:var(--text-light);margin-bottom:2rem;font-size:1.025rem}
.contact-detail{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
.contact-icon{width:44px;height:44px;background:var(--primary);border-radius:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--white);font-size:1.1rem}
.contact-detail-text strong{display:block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:.2rem}
.contact-detail-text a,.contact-detail-text span{font-weight:700;color:var(--text);font-size:.95rem}
.contact-detail-text a:hover{color:var(--primary)}
.map-embed{margin-top:2rem;border-radius:4px;overflow:hidden;border:1px solid var(--border)}
.contact-form-card{background:var(--white);border-radius:4px;padding:2.5rem;border:1px solid var(--border)}
.contact-form-card h3{font-size:1.75rem;margin-bottom:.5rem}
.contact-form-card p{color:var(--text-light);font-size:.9rem;margin-bottom:2rem}
.footer{background:var(--bg-dark);padding:4rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,249,242,.08)}
@media(max-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.footer-grid{grid-template-columns:1fr}}
.footer-brand{display:flex;flex-direction:column;gap:1rem}
.footer-logo{display:flex;align-items:center;gap:.75rem}
.footer-logo img{height:40px;filter:brightness(0) invert(1);opacity:.9}
.footer-logo-text{font-family:'Playfair Display',serif;font-weight:800;font-size:1.25rem;color:var(--white)}
.footer-desc{color:rgba(255,249,242,.5);font-size:.875rem;line-height:1.7;max-width:30ch}
.footer-phone{color:var(--primary);font-weight:700;font-size:.9rem}
.footer-col h4{font-family:'Mulish',sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,249,242,.4);margin-bottom:1.25rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.6rem}
.footer-col ul li a{color:rgba(255,249,242,.6);font-size:.875rem;font-weight:500;transition:color .2s}
.footer-col ul li a:hover{color:var(--white)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}
.footer-copy{color:rgba(255,249,242,.3);font-size:.8rem}
.footer-links{display:flex;gap:1.5rem}
.footer-links a{color:rgba(255,249,242,.4);font-size:.8rem;font-weight:600;transition:color .2s}
.footer-links a:hover{color:var(--white)}
.cookie-banner{position:fixed;bottom:1.5rem;left:1.5rem;right:1.5rem;max-width:500px;background:var(--bg-dark);border:1px solid rgba(255,249,242,.1);border-radius:4px;padding:1.25rem 1.5rem;z-index:2000;box-shadow:0 8px 32px rgba(28,17,8,.3);display:flex;align-items:flex-start;gap:1rem;transition:transform .4s ease,opacity .4s ease}
.cookie-banner.hidden{transform:translateY(100px);opacity:0;pointer-events:none}
.cookie-text{color:rgba(255,249,242,.75);font-size:.825rem;line-height:1.6;flex:1}
.cookie-text a{color:var(--primary);font-weight:700}
.cookie-accept{flex-shrink:0;padding:.6rem 1.25rem;background:var(--primary);color:var(--white);border:none;border-radius:2px;font-family:'Mulish',sans-serif;font-weight:700;font-size:.8rem;cursor:pointer;transition:background .2s}
.cookie-accept:hover{background:var(--primary-dark)}
.service-detail{padding:5rem 0}
.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}
.service-detail-grid.reverse{direction:rtl}
.service-detail-grid.reverse > *{direction:ltr}
@media(max-width:768px){.service-detail-grid{grid-template-columns:1fr;gap:2rem}.service-detail-grid.reverse{direction:ltr}}
.service-detail-img{border-radius:4px;overflow:hidden;height:380px}
.service-detail-img img{width:100%;height:100%;object-fit:cover}
.service-detail-text h3{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}
.service-detail-text p{color:var(--text-light);line-height:1.7;margin-bottom:1.25rem}
.service-cta-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}
.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:3rem}
@media(max-width:700px){.stats-bar{grid-template-columns:repeat(2,1fr)}}
.stat-item{text-align:center}
.stat-num{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:900;color:var(--primary)}
.stat-label{font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-light)}
.faq-section{background:var(--card);padding:5rem 0}
.faq-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:4px;overflow:hidden}
.faq-q{width:100%;background:none;border:none;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;cursor:pointer;font-family:'Mulish',sans-serif;font-weight:700;font-size:1rem;color:var(--text);text-align:left}
.faq-icon{width:24px;height:24px;border-radius:50%;border:2px solid var(--primary);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;transition:transform .3s}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a-inner{padding:0 1.5rem 1.25rem;color:var(--text-light);font-size:.95rem;line-height:1.7}
.faq-a-inner ul{list-style:none;display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}
.faq-a-inner ul li::before{content:'– ';color:var(--primary)}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-item.open .faq-a{max-height:500px}
.warranty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
@media(max-width:700px){.warranty-grid{grid-template-columns:1fr}}
.warranty-card{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:1.75rem;border-top:3px solid var(--primary)}
.warranty-card h4{font-size:1.1rem;margin-bottom:.75rem}
.warranty-card p{color:var(--text-light);font-size:.9rem;line-height:1.65}
.how-it-works{padding:5rem 0}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}
@media(max-width:900px){.steps-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.steps-grid{grid-template-columns:1fr}}
.step-card{text-align:center;padding:2rem 1rem;background:var(--white);border-radius:4px;border:1px solid var(--border);position:relative}
.step-num{font-family:'Playfair Display',serif;font-size:3rem;font-weight:900;color:var(--primary);opacity:.15;position:absolute;top:.75rem;right:1rem;line-height:1}
.step-img{height:140px;overflow:hidden;border-radius:2px;margin-bottom:1.25rem}
.step-img img{width:100%;height:100%;object-fit:cover}
.step-card h4{font-size:1rem;margin-bottom:.5rem}
.step-card p{color:var(--text-light);font-size:.85rem;line-height:1.6}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:2rem}
@media(max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
.gallery-item{aspect-ratio:4/3;overflow:hidden;border-radius:4px}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gallery-item:hover img{transform:scale(1.06)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.privacy-content{max-width:780px;margin:0 auto;padding:5rem 1.25rem}
.privacy-content h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}
.privacy-content p{color:var(--text-light);margin-bottom:1rem;line-height:1.8}
.privacy-content ul{list-style:none;margin:.5rem 0 1rem;padding:0;display:flex;flex-direction:column;gap:.4rem}
.privacy-content ul li{color:var(--text-light);padding-left:1.5rem;position:relative}
.privacy-content ul li::before{content:'–';position:absolute;left:0;color:var(--primary)}
.privacy-content strong{color:var(--text)}
.sitemap-content{max-width:780px;margin:0 auto;padding:5rem 1.25rem}
.sitemap-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:var(--primary)}
.sitemap-content ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding-left:1rem}
.sitemap-content ul li a{color:var(--text-light);font-weight:600;transition:color .2s}
.sitemap-content ul li a:hover{color:var(--primary)}
.sitemap-content ul ul{margin-top:.25rem;margin-left:1.25rem}
