*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-size-base: clamp(1rem, .95rem + .25vw, 1.125rem);--font-size-h1: clamp(2rem, 1.5rem + 2.5vw, 3.5rem);--font-size-h2: clamp(1.5rem, 1.25rem + 1.25vw, 2.25rem);--font-size-small: .875rem;--section-gap: clamp(3rem, 5vw, 6rem);--content-width: min(72rem, 90vw);--card-radius: .5rem;--touch-min: 44px;--transition-fast: .15s ease}html{scroll-behavior:smooth;font-family:var(--font-body);font-size:var(--font-size-base);line-height:1.6;color:var(--text);background:var(--background);transition:background-color .3s ease,color .3s ease}body{min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-heading);line-height:1.2;color:var(--text)}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}img{max-width:100%;height:auto;display:block}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.section{padding:var(--section-gap) 0}.section:nth-child(2n){background:var(--surface)}.container{max-width:var(--content-width);margin:0 auto;padding:0 1.25rem}.section-heading{text-align:center;margin-bottom:2rem}.brand-name{font-family:var(--font-name)}.btn-primary{display:inline-block;padding:.875rem 2rem;background:var(--accent);color:var(--background);border-radius:var(--btn-radius, var(--card-radius));font-weight:600;text-decoration:none;min-height:var(--touch-min);transition:opacity var(--transition-fast)}.btn-primary:hover{opacity:.9;text-decoration:none}.alert-banner{background:var(--accent);color:var(--background);text-align:center;padding:.5rem 1rem;font-size:var(--font-size-small);font-weight:600}@supports (animation-timeline: view()){.section{animation:revealSection linear both;animation-timeline:view();animation-range:entry 10% entry 40%}@keyframes revealSection{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.service-card,.review-card,.project-card,.faq-section details,.trust-badge,.process-step{animation:revealSection linear both;animation-timeline:view();animation-range:entry 5% entry 35%}}body{padding-top:48px;padding-bottom:72px}@media(min-width:768px){body{padding-top:56px;padding-bottom:0}}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--surface);transition:background var(--transition-base),box-shadow var(--transition-base)}.site-header.header-solid{background:var(--surface);box-shadow:0 2px 8px #0000004d}.site-header .container{display:flex;justify-content:space-between;align-items:center;height:48px}@media(min-width:768px){.site-header .container{height:56px}}.site-name{color:var(--text);font-family:var(--font-name);font-weight:700;font-size:1.125rem;text-decoration:none}.site-logo-link{display:flex;align-items:center;text-decoration:none}.site-logo{height:32px;width:auto}@media(min-width:768px){.site-logo{height:40px}}.nav-links{display:none;align-items:center;gap:1.5rem}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{color:var(--text);font-size:var(--font-size-small);text-decoration:none}.nav-cta{display:inline-block;padding:.5rem 1.25rem;background:var(--accent);color:var(--background);border-radius:var(--card-radius);font-weight:600;text-decoration:none}.hamburger-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;width:44px;height:44px;padding:0}@media(min-width:768px){.hamburger-btn{display:none}}.hamburger-btn span{display:block;width:22px;height:2px;background:var(--text);transition:transform var(--transition-fast),opacity var(--transition-fast)}.mobile-nav{display:none;position:fixed;inset:48px 0 0;background:var(--surface);flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:999}.site-header.nav-open .mobile-nav{display:flex}.mobile-nav a{color:var(--text);font-size:1.25rem;text-decoration:none}.site-header.nav-open .hamburger-btn span:nth-child(1){transform:rotate(45deg) translateY(7px)}.site-header.nav-open .hamburger-btn span:nth-child(2){opacity:0}.site-header.nav-open .hamburger-btn span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.action-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:grid;grid-template-columns:repeat(3,1fr);background:color-mix(in srgb,var(--surface) 95%,transparent);backdrop-filter:blur(8px);border-top:1px solid var(--border);padding:.5rem}@media(min-width:768px){.action-bar{display:none}}.action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text);text-decoration:none;min-height:var(--touch-min);gap:.25rem;font-size:var(--font-size-small)}.action-icon{font-size:1.25rem}.hero{position:relative;background:linear-gradient(135deg,var(--surface) 0%,var(--background) 100%);color:var(--text);padding:var(--section-gap) 0;overflow:hidden}.hero-grid{display:flex;flex-direction:column;gap:2rem}.hero-content{display:flex;flex-direction:column;gap:1rem;z-index:1}.hero-tagline{color:var(--text)}.hero-subtitle{font-size:1.125rem;opacity:.9;max-width:40ch}.open-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:2rem;font-size:var(--font-size-small);font-weight:600;width:fit-content;background:#ffffff1a}.open-badge.open{background:#16a34a;color:#fff}.open-badge.open:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse-dot 2s ease-in-out infinite}.open-badge.open-24-7{background:#16a34a26;color:#4ade80;border:1px solid rgba(74,222,128,.3);font-size:1rem;padding:.5rem 1rem}.open-badge.open-24-7:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse-dot 2s ease-in-out infinite}.open-badge.closed{background:#ffffff26;color:#ffffffb3}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hero-address{font-size:var(--font-size-small);opacity:.8}.hero-address a{color:var(--text);text-decoration:underline}.hero .btn-primary{width:fit-content;max-width:280px;text-align:center}.hero-photo{border-radius:var(--card-radius);overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3}@media(min-width:768px){.hero[data-variant="1"] .hero-grid{flex-direction:row;align-items:center}.hero[data-variant="1"] .hero-content{flex:3}.hero[data-variant="1"] .hero-photo{flex:2;max-height:400px}}.hero[data-variant="2"]{min-height:70vh;display:flex;align-items:center}.hero[data-variant="2"] .hero-backdrop{position:absolute;inset:0;background-size:cover;background-position:center}.hero[data-variant="2"] .hero-backdrop:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,#000000bf 40%,#0000004d)}.hero[data-variant="2"] .hero-grid{position:relative;z-index:1}.hero[data-variant="2"] .hero-photo{display:none}@media(min-width:768px){.hero[data-variant="3"] .hero-grid{flex-direction:row-reverse;align-items:center}.hero[data-variant="3"] .hero-content{flex:3}.hero[data-variant="3"] .hero-photo{flex:2;max-height:400px}}.faq-section{background:var(--surface)}.faq-item{border-bottom:1px solid var(--border);max-width:42rem;margin:0 auto}.faq-question{cursor:pointer;font-weight:600;padding:1.25rem 0;list-style:none;display:flex;justify-content:space-between;align-items:center;min-height:var(--touch-min)}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.5rem;color:var(--accent);flex-shrink:0;margin-left:1rem;transition:transform var(--transition-fast)}.faq-item[open] .faq-question:after{content:"−"}.faq-answer{padding:0 0 1.25rem;color:var(--text);line-height:1.7;max-width:60ch}.reviews-section{background:var(--background);overflow:hidden}.reviews-scroll{display:flex;gap:1rem;width:max-content;animation:scroll-reviews 30s linear infinite}.reviews-scroll:hover{animation-play-state:paused}.review-card{background:var(--surface);border-radius:var(--card-radius);padding:1.5rem;width:320px;flex-shrink:0}@media(min-width:768px){.review-card{width:380px}}@keyframes scroll-reviews{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-stars{color:#f5a623;font-size:1.125rem;margin-bottom:.5rem;letter-spacing:2px}.review-text-wrap{margin-bottom:.75rem}.review-text-wrap summary{cursor:pointer;list-style:none;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.review-text-wrap summary::-webkit-details-marker{display:none}.review-text-wrap[open] summary{display:none}.review-text-wrap p{line-height:1.6}.review-footer{display:flex;align-items:center;gap:.75rem}.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);color:var(--background);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:var(--font-size-small);flex-shrink:0}.review-author{font-weight:600}.review-badge{font-size:var(--font-size-small);color:var(--textMuted);margin-left:auto}.reviews-link{display:block;text-align:center;margin-top:1.5rem;font-weight:600;color:var(--accent)}.reviews-stack{display:flex;flex-direction:column;gap:1.5rem;max-width:640px;margin:0 auto}.reviews-stack .review-card{width:100%;flex-shrink:0}.review-text-full{font-size:1rem;line-height:1.6;color:var(--text);margin-bottom:1rem}.review-featured{max-width:700px;margin:0 auto 2rem}.review-card--large{width:100%;padding:2rem}.review-stars--large{font-size:1.5rem;margin-bottom:1rem}.review-text--large{font-size:1.125rem;line-height:1.7}.reviews-rest{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.reviews-rest .review-card{width:100%}.gallery-section{padding:1.5rem 0}.gallery-scroll{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 1.25rem;scrollbar-width:none}.gallery-scroll::-webkit-scrollbar{display:none}.gallery-scroll img{flex:0 0 85vw;scroll-snap-align:center;object-fit:cover;aspect-ratio:3 / 2;border-radius:var(--card-radius)}@media(min-width:768px){.gallery-scroll{padding:0;max-width:var(--content-width);margin:0 auto}.gallery-scroll img{flex:0 0 calc(33.33% - .67rem)}}.menu-section{background:var(--background)}.menu-nav{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:.75rem 0;position:sticky;top:3.5rem;z-index:10;background:var(--background);border-bottom:1px solid var(--border);margin-bottom:1.5rem}.menu-nav::-webkit-scrollbar{display:none}.menu-pill{flex-shrink:0;padding:.5rem 1rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:var(--font-size-small);font-weight:500;text-decoration:none;white-space:nowrap;min-height:var(--touch-min);display:flex;align-items:center;transition:background var(--transition-fast),border-color var(--transition-fast)}.menu-pill:hover{background:var(--accent);color:var(--background);text-decoration:none}.menu-pill.active{background:var(--accent);color:var(--background);border-color:var(--accent)}.menu-category{margin-bottom:2.5rem;scroll-margin-top:7rem}.menu-category-name{font-family:var(--font-heading);font-size:var(--font-size-h2);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border)}.menu-items{display:flex;flex-direction:column;gap:1rem}.menu-item{padding:.75rem 0;border-bottom:1px solid var(--border)}.menu-item:last-child{border-bottom:none}.menu-item--featured{border-left:3px solid var(--accent);padding-left:1rem;border-bottom:1px solid var(--border)}.menu-item-photo{width:100%;max-width:280px;height:auto;border-radius:var(--card-radius);margin-bottom:.5rem;object-fit:cover;aspect-ratio:7 / 5}.menu-item-content{flex:1}.menu-item-header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.menu-item-name{font-family:var(--font-heading);font-weight:600;font-size:1rem;color:var(--text)}.menu-item--featured .menu-item-name{font-size:1.1em}.menu-item-price{font-weight:500;color:var(--textMuted);white-space:nowrap;flex-shrink:0}.menu-item-price--ask{font-style:italic}.menu-item-desc{color:var(--textMuted);font-size:var(--font-size-small);margin-top:.25rem;line-height:1.4}.menu-order-cta{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.menu-order-note{color:var(--textMuted);font-size:var(--font-size-small);margin-top:.5rem}@media(min-width:640px){.menu-item--featured{display:flex;gap:1rem;align-items:flex-start}.menu-item-photo{width:200px;margin-bottom:0;flex-shrink:0}}.order-section{background:linear-gradient(135deg,var(--surface) 0%,var(--background) 100%);color:var(--text)}.order-section h2,.order-section h3{color:var(--text)}.order-details{display:grid;grid-template-columns:1fr;gap:2rem;max-width:42rem;margin:0 auto}@media(min-width:768px){.order-details{grid-template-columns:1fr 1fr}}.hours-table table{width:100%}.hours-table td{padding:.375rem 0}.hours-table td:first-child{font-weight:600}.phone-large{font-size:1.5rem;font-weight:700}.phone-large a{color:var(--accent)}.contact-details a{color:var(--text);text-decoration:underline}.services-section{background:var(--background)}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.services-grid:has(>:last-child:nth-child(1)),.services-grid:has(>:last-child:nth-child(2)){max-width:700px;margin-inline:auto}}.service-card{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;transition:transform var(--transition-fast);text-decoration:none;color:inherit;display:block}.service-card:hover{transform:translateY(-2px);text-decoration:none}.service-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.service-card-body{padding:1.25rem}.service-card h3{margin-bottom:.5rem}.service-card p{font-size:var(--font-size-small);color:var(--text);line-height:1.6}.service-card-price{display:block;margin-top:.5rem;font-weight:600;color:var(--accent);font-size:var(--font-size-small)}.services-list{list-style:none;display:grid;grid-template-columns:1fr;gap:0;margin-top:2rem;border-top:1px solid var(--border)}@media(min-width:640px){.services-list{grid-template-columns:1fr 1fr}}.services-list li{border-bottom:1px solid var(--border)}@media(min-width:640px){.services-list li:nth-child(odd){border-right:1px solid var(--border)}}.services-list-item{display:flex;flex-direction:column;gap:.125rem;padding:1rem 1.25rem;min-height:var(--touch-min);text-decoration:none;color:inherit;transition:background var(--transition-fast)}.services-list-item:hover{background:var(--surface);text-decoration:none}.services-list-name{font-weight:600;font-size:1rem}.services-list-desc{font-size:var(--font-size-small);color:var(--textMuted);line-height:1.4}.services-icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.service-icon-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:var(--surface);border-radius:var(--card-radius);text-decoration:none;color:var(--text);transition:transform var(--transition-fast)}.service-icon-card:hover{transform:translateY(-2px);text-decoration:none}.service-icon-card img{width:80px;height:80px;object-fit:contain;margin-bottom:.75rem;border-radius:var(--card-radius)}.service-icon-card h3{font-size:1rem;margin-bottom:.25rem}.service-icon-card p{font-size:var(--font-size-small);color:var(--textMuted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.services-compact{display:grid;grid-template-columns:1fr;gap:0}.service-compact-item{display:flex;flex-direction:column;gap:.25rem;padding:1rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:var(--text);transition:background-color var(--transition-fast)}.service-compact-item:first-child{border-top:1px solid var(--border)}.service-compact-item:hover{background:var(--surface);text-decoration:none;padding-left:.5rem;padding-right:.5rem}.service-compact-name{font-weight:600;font-size:1.05rem}.service-compact-desc{font-size:var(--font-size-small);color:var(--textMuted)}@media(min-width:640px){.services-compact{grid-template-columns:1fr 1fr;column-gap:2rem}}.process-section{background:var(--surface)}.process-steps{display:flex;flex-direction:column;gap:2rem;max-width:800px;margin:0 auto}.process-step{text-align:center}.process-step-number{width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--background);font-family:var(--font-heading);font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.process-step-title{font-family:var(--font-heading);font-size:1.1rem;margin-bottom:.25rem}.process-step-desc{color:var(--textMuted);font-size:var(--font-size-small);line-height:1.4;max-width:300px;margin:0 auto}@media(min-width:640px){.process-steps{flex-direction:row;gap:1.5rem}.process-step{flex:1;position:relative}.process-step:not(:last-child):after{content:"";position:absolute;top:24px;right:-.75rem;width:1.5rem;height:2px;background:var(--border)}}.form-section{background:linear-gradient(135deg,var(--surface) 0%,var(--background) 100%);color:var(--text)}.form-section h2{color:var(--text)}.quote-form{max-width:36rem;margin:0 auto}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.375rem;font-weight:600;font-size:var(--font-size-small)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:var(--card-radius);background:#ffffff1a;color:var(--text);font-size:1rem;font-family:inherit}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.form-group textarea{min-height:120px;resize:vertical}.form-submit{width:100%;padding:.875rem;background:var(--accent);color:var(--background);border:none;border-radius:var(--card-radius);font-weight:600;font-size:1rem;cursor:pointer;min-height:var(--touch-min);transition:background var(--transition-fast)}.form-submit:hover{opacity:.9}.form-section noscript p{text-align:center;margin-top:1rem}.form-section noscript a{color:var(--accent)}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:52rem;margin:0 auto}@media(min-width:768px){.about-grid{grid-template-columns:3fr 2fr;align-items:start}}.about-text-content{line-height:1.7;max-width:65ch}.about-map-link{text-align:center}@media(min-width:768px){.about-map-link{text-align:left}}.about-address{margin-top:1rem;color:var(--textMuted);font-size:var(--font-size-small)}.btn-primary{display:inline-block;padding:.75rem 1.5rem;background:var(--accent);color:var(--background);text-decoration:none;border-radius:var(--card-radius);font-weight:600;min-height:var(--touch-min);transition:background var(--transition-fast)}.btn-primary:hover{opacity:.9}.site-footer{background:var(--surface);color:var(--text);padding:2rem 0}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-name{font-weight:700;font-size:1.125rem}.footer-details{font-size:var(--font-size-small);color:var(--textMuted)}.footer-details a{color:var(--textMuted)}.footer-socials{display:flex;gap:1rem}.footer-socials a{color:var(--textMuted);font-size:1.25rem;text-decoration:none;transition:color var(--transition-fast)}.footer-socials a:hover{color:var(--accent)}.footer-copy{font-size:var(--font-size-small);color:var(--textMuted);opacity:.7;text-align:center;margin-top:1.5rem;border-top:1px solid var(--border);padding-top:1.5rem}.footer-powered{font-size:.75rem;color:var(--textMuted);opacity:.4;text-align:center;margin-top:.5rem}.footer-powered a{color:var(--textMuted);text-decoration:none}.footer-powered a:hover{opacity:1;color:var(--accent)}[data-accent=border]{.review-card{border-left:3px solid var(--accent)}.faq-item{border-left:3px solid var(--accent);padding-left:1rem}.about-section{border-left:3px solid var(--accent)}}[data-accent=underline]{.section-heading{text-decoration-line:underline;text-decoration-color:var(--accent);text-decoration-thickness:3px;text-underline-offset:.3em}}[data-accent=tint]{.review-card{background:color-mix(in srgb,var(--accent) 5%,var(--surface))}.faq-item[open]{background:color-mix(in srgb,var(--accent) 8%,var(--surface));padding:0 1rem}}.theme-toggle{background:none;border:1px solid var(--border);border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--text);transition:background var(--transition-fast)}.theme-toggle:hover{background:var(--surface)}.theme-toggle-sun{display:none}.theme-toggle-moon{display:inline}[data-theme=dark] .theme-toggle-sun,:root:not([data-theme]) .theme-toggle-sun{display:none}[data-theme=dark] .theme-toggle-moon,:root:not([data-theme]) .theme-toggle-moon{display:inline}[data-theme=light] .theme-toggle-sun{display:inline}[data-theme=light] .theme-toggle-moon{display:none}@media(prefers-color-scheme:dark){:root:not([data-theme]) .theme-toggle-sun{display:inline}:root:not([data-theme]) .theme-toggle-moon{display:none}}.hours-section{background:var(--surface)}.hours-grid{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.hours-schedule{display:flex;flex-direction:column;gap:.5rem}.hours-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:var(--font-size-small)}.hours-day{font-weight:600}.hours-time{color:var(--textMuted)}.hours-contact{text-align:center}.hours-phone{width:100%;max-width:300px;text-align:center}.projects-section{background:var(--background)}.projects-grid{display:grid;gap:2rem}.project-card{border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border);background:var(--surface)}.project-slider{position:relative;user-select:none;-webkit-user-select:none;touch-action:pan-y}.project-slider-wrap{position:relative;overflow:hidden;aspect-ratio:3 / 2}.project-img{display:block;width:100%;height:100%;object-fit:cover}.project-img--after{position:relative;z-index:1}.project-img--before{position:absolute;top:0;left:0;z-index:2;clip-path:inset(0 50% 0 0)}.project-slider-handle{position:absolute;top:0;bottom:0;left:50%;z-index:3;width:3px;cursor:ew-resize;display:flex;align-items:center;justify-content:center}.project-slider-line{position:absolute;top:0;bottom:0;width:3px;background:var(--background);box-shadow:0 0 4px #0000004d}.project-slider-knob{position:relative;width:40px;height:40px;border-radius:50%;background:var(--background);border:2px solid var(--accent);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003;flex-shrink:0}.project-slider-arrows{color:var(--accent);font-size:1rem;font-weight:700;letter-spacing:.25rem;pointer-events:none}.project-slider-labels{display:flex;justify-content:space-between;padding:.5rem .75rem;background:var(--surface)}.project-label{font-size:var(--font-size-small);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--textMuted)}.project-info{padding:1rem}.project-title{font-family:var(--font-heading);font-size:1.1rem;margin-bottom:.25rem}.project-service-tag{display:inline-block;font-size:.75rem;font-weight:500;padding:.2rem .6rem;border-radius:999px;background:var(--accent);color:var(--background);margin-bottom:.5rem}.project-desc{color:var(--textMuted);font-size:var(--font-size-small);line-height:1.4}@media(min-width:640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.trust-section{background:var(--surface);padding:1rem 0;border-bottom:1px solid var(--border)}.trust-badges{display:flex;gap:1.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;justify-content:center;flex-wrap:wrap}.trust-badges::-webkit-scrollbar{display:none}.trust-badge{display:flex;align-items:center;gap:.4rem;white-space:nowrap;flex-shrink:0;font-size:var(--font-size-small);color:var(--text)}.trust-badge--link{text-decoration:none;color:var(--text)}.trust-badge--link:hover{color:var(--accent);text-decoration:none}.trust-badge-icon{font-size:1.1rem}.trust-badge-text{font-weight:500}@media(max-width:639px){.trust-badges{flex-wrap:nowrap;justify-content:flex-start;padding:0 .5rem}}
