*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f7f5f2;--color-surface: #ffffff;--color-surface-soft: #efece6;--color-text: #1a1a1a;--color-text-dim: #5f5f5f;--color-border: #e3dfd7;--color-red: #e63329;--color-red-hover: #c92a21;--color-yellow: #ffd400;--color-dark: #161616;--color-dark-2: #232323;--max-w: 1100px;--radius: 14px;--shadow-soft: 0 4px 20px rgba(20, 20, 20, .06);--shadow-lg: 0 16px 48px rgba(20, 20, 20, .12)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:5rem 1.25rem 4rem;overflow:hidden;background:linear-gradient(180deg,#f7f5f2,#efece6)}.hero:before{content:"Garatge Dani";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-6deg);font-family:Permanent Marker,cursive;font-size:clamp(7rem,22vw,20rem);color:#e633290f;white-space:nowrap;pointer-events:none;z-index:0;font-weight:400;letter-spacing:.02em}.hero-content{position:relative;z-index:1;text-align:center;max-width:720px;width:100%}.logo-card{display:inline-block;background:var(--color-dark);padding:2rem 2.25rem 1.75rem;border-radius:18px;box-shadow:var(--shadow-lg);margin-bottom:1.75rem;border:1px solid rgba(255,255,255,.04)}.brand{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:0 .7rem;line-height:1}.brand-garatge,.brand-dani{font-family:Permanent Marker,cursive;color:var(--color-red);font-size:clamp(2.5rem,9vw,4.25rem);letter-spacing:.01em;-webkit-text-stroke:1px rgba(255,255,255,.5);paint-order:stroke fill;text-shadow:3px 3px 0 rgba(0,0,0,.3)}.brand-tagline{margin-top:.65rem;font-family:Anton,Oswald,sans-serif;color:var(--color-yellow);font-size:clamp(.95rem,3vw,1.45rem);letter-spacing:.05em;line-height:1.18;text-transform:uppercase}.brand-tagline p{text-shadow:1px 1px 0 rgba(0,0,0,.4)}.hero-location{font-size:1rem;color:var(--color-text-dim);margin-bottom:2rem;font-weight:500}.hero-ctas{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;max-width:360px;margin:0 auto}@media(min-width:480px){.hero-ctas{flex-direction:row;justify-content:center;max-width:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 1.75rem;border-radius:12px;font-weight:600;font-size:1.05rem;min-height:56px;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn-icon{font-size:1.2rem}.btn-primary{background:var(--color-red);color:#fff;box-shadow:0 6px 18px #e633294d}.btn-primary:hover{background:var(--color-red-hover);box-shadow:0 8px 22px #e6332966}.btn-secondary{background:var(--color-dark);color:#fff;border:1px solid var(--color-dark-2);box-shadow:var(--shadow-soft)}.btn-secondary:hover{background:var(--color-dark-2)}.section{padding:5rem 1.25rem}.section-inner{max-width:var(--max-w);margin:0 auto}.section h2{font-family:Anton,sans-serif;font-size:clamp(1.75rem,5vw,2.5rem);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2rem;position:relative;padding-bottom:.75rem;color:var(--color-text)}.section h2:after{content:"";position:absolute;left:0;bottom:0;width:60px;height:4px;background:var(--color-red);border-radius:2px}.services{background:var(--color-bg)}.services-grid{list-style:none;display:grid;grid-template-columns:1fr;gap:.85rem}@media(min-width:600px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.services-grid{grid-template-columns:repeat(4,1fr)}}.services-grid li{display:flex;align-items:center;gap:.85rem;padding:1.1rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);font-weight:500;font-size:.98rem;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.services-grid li:hover{border-color:var(--color-red);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.service-icon{font-size:1.5rem;flex-shrink:0}.works{background:var(--color-surface-soft)}.works-intro{color:var(--color-text-dim);margin-bottom:1.5rem;font-size:1.05rem}.gallery{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){.gallery{grid-template-columns:repeat(2,1fr)}}.gallery figure{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--color-border);aspect-ratio:4/3;box-shadow:var(--shadow-soft)}.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery figure:hover img{transform:scale(1.04)}.schedule{background:var(--color-bg)}.schedule-table{width:100%;border-collapse:collapse;font-size:1.05rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.schedule-table th,.schedule-table td{padding:1.2rem 1.25rem;text-align:left;border-bottom:1px solid var(--color-border)}.schedule-table th{font-weight:600;color:var(--color-text);width:45%}.schedule-table td{color:var(--color-text-dim)}.schedule-table tr:last-child th,.schedule-table tr:last-child td{border-bottom:none}@media(max-width:520px){.schedule-table,.schedule-table tbody,.schedule-table tr,.schedule-table th,.schedule-table td{display:block;width:100%}.schedule-table tr{padding:.5rem 0;border-bottom:1px solid var(--color-border)}.schedule-table tr:last-child{border-bottom:none}.schedule-table th{padding-bottom:.25rem;border-bottom:none}.schedule-table td{padding-top:.25rem;padding-bottom:1rem;border-bottom:none}}.location{position:relative;background:var(--color-surface-soft);overflow:hidden}.location-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.location-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(2px)}.location-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#f7f5f2d9,#f7f5f2eb)}.location .section-inner{position:relative;z-index:1}.map-wrap{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:16/9;border:1px solid var(--color-border);background:var(--color-surface)}.map-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.location-cta{margin-top:1.25rem;display:flex;justify-content:center}.contact{background:var(--color-bg)}.contact-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:600px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:2.25rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.contact-card:hover{border-color:var(--color-red);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.contact-icon{font-size:2rem;margin-bottom:.25rem}.contact-label{color:var(--color-text-dim);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em}.contact-value{font-weight:600;font-size:1.1rem;word-break:break-word;color:var(--color-text)}footer{padding:2rem 1.25rem;background:var(--color-bg);border-top:1px solid var(--color-border)}footer .section-inner{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center}@media(min-width:600px){footer .section-inner{flex-direction:row;justify-content:space-between;text-align:left}}.copyright{color:var(--color-text-dim);font-size:.9rem}.powered{color:var(--color-text-dim);font-size:.8rem;opacity:.7}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
