@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap";:root{--hutzel-blue: #2b5c8e;--hutzel-red: #e74c3c;--hutzel-dark: #101324;--hutzel-text: #1f2440;--hutzel-muted: #5b627c;--hutzel-cream: #f7f8fc;--shadow-strong: 0 25px 40px rgba(14, 17, 40, .15);--shadow-soft: 0 20px 40px rgba(15, 21, 50, .06)}*{box-sizing:border-box}body{margin:0;font-family:Poppins,sans-serif;background:var(--hutzel-cream);color:var(--hutzel-text);line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--hutzel-red);outline-offset:2px}img{max-width:100%;display:block}.page-wrapper{min-height:100vh;background:radial-gradient(circle at top,#fffffffa,#f7f8fce6)}.container{width:min(1200px,90vw);margin:0 auto}.container.narrow{width:min(900px,90vw)}header{position:sticky;top:0;z-index:10}.hutzel-header{background:#fff;box-shadow:0 10px 30px #12204b12;padding:1.2rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;position:relative}.nav-header{flex:1}.nav-toggle{display:none;flex-direction:column;gap:4px;border:none;background:transparent;cursor:pointer;padding:.25rem}.nav-toggle span{width:26px;height:2px;background:var(--hutzel-dark);display:block}.logo img{height:64px}nav ul{list-style:none;margin:0;padding:0;display:flex;gap:1.25rem;flex-wrap:wrap}nav a{font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#11173fd9}nav a:hover{color:var(--hutzel-red)}.au-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;border:1px solid var(--hutzel-blue);padding:.55rem 1.8rem;font-size:.75rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;background:var(--hutzel-blue);color:#fff;transition:background .25s ease,color .25s ease}.au-btn:hover{background:var(--hutzel-red);border-color:var(--hutzel-red)}.desktop-only{display:inline-flex}main{display:flex;flex-direction:column;gap:0}.home-slide1{padding:160px 0 90px;background:linear-gradient(135deg,#fffffff2,#e9eefbd9)}.home-slide1__headline{text-align:center;margin-bottom:2.5rem}.home-slide1__headline span{letter-spacing:.5em;font-size:.85rem;color:var(--hutzel-blue);text-transform:uppercase}.home-slide1__headline h1{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4.5vw,3.4rem);letter-spacing:.08em;text-transform:uppercase;margin:1rem 0}.home-slide1__headline p{color:var(--hutzel-muted);max-width:720px;margin:.5rem auto 0}.slide-wrapper{position:relative}.slides{position:relative;min-height:320px}.slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;pointer-events:none}.slide.active{opacity:1;pointer-events:auto}.hutzel-slide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.hutzel-slide-grid img{width:100%;border-radius:1.25rem;box-shadow:var(--shadow-strong);border:1px solid rgba(14,17,40,.08)}.slick-arrow__wrap{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.arrow{width:52px;height:52px;border-radius:50%;border:none;background:#fff;color:var(--hutzel-blue);font-size:1.35rem;box-shadow:0 18px 35px #0f153226;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.arrow:hover{background:var(--hutzel-blue);color:#fff;transform:translateY(-4px)}.slick-dots{display:flex;justify-content:center;gap:.75rem;margin-top:1.75rem}.slick-dots button{width:12px;height:12px;border-radius:50%;border:none;background:#0f15324d;cursor:pointer}.slick-dots button.active{background:var(--hutzel-red)}.hutzel-section{padding:5rem 0}.hutzel-section--light{background:#fff}.hutzel-section--dark{background:#f4f6fb}.hutzel-section h2{font-family:Montserrat,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.hutzel-section p{font-size:1rem;line-height:1.75;color:var(--hutzel-muted);margin-bottom:1.25rem}.hutzel-section p.lead{font-size:1.1rem}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.eyebrow{font-size:.75rem;letter-spacing:.45em;text-transform:uppercase;color:#0f153299}.text-uppercase{text-transform:uppercase}.hutzel-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.hutzel-timeline li{border:1px solid rgba(16,22,58,.08);border-radius:.8rem;padding:1.25rem 1.5rem;background:#fff;box-shadow:0 15px 30px #0f15320d}.hutzel-timeline strong{display:block;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;color:var(--hutzel-blue);margin-bottom:.35rem}.hutzel-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.hutzel-gallery-card{position:relative;border-radius:1.25rem;overflow:hidden;border:1px solid rgba(15,21,50,.08);box-shadow:0 20px 35px #0f153214;min-height:260px;cursor:pointer;background:transparent;padding:0;text-align:left}.hutzel-gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hutzel-gallery-card:hover img{transform:scale(1.05)}.hutzel-gallery-card__meta{position:absolute;inset:0;background:linear-gradient(180deg,#03061200,#030612b3);padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.hutzel-gallery-card__meta span{letter-spacing:.4em;font-size:.7rem;text-transform:uppercase}.hutzel-gallery-card__meta h3{margin:.4rem 0;text-transform:uppercase;letter-spacing:.12em}.hutzel-gallery-card__meta a{text-transform:uppercase;letter-spacing:.1em;font-weight:600}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;align-items:start}.hutzel-contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.contact-card{border:1px solid rgba(15,21,50,.08);border-radius:1rem;padding:1.5rem;background:#fff;box-shadow:var(--shadow-soft)}.contact-card h3{margin-top:0;text-transform:uppercase;letter-spacing:.12em;font-size:.9rem;color:#171e46b3}.contact-card a{color:var(--hutzel-red);font-weight:600}.download-link{display:inline-block;margin-top:.5rem;padding:.6rem 1.2rem;background:var(--hutzel-red);color:#fff;border-radius:.4rem;font-weight:600;transition:background .25s ease}.download-link:hover{background:#c73d1d}footer{margin-top:auto}.footer-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer__logo img{height:60px}.footer__social{display:flex;gap:.5rem}.footer__social a{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3)}.footer__social a:hover{background:#ffffff26}.footer--dark{padding:2rem 0;background:#101324;color:#ffffffbf}.blurred{filter:blur(5px);pointer-events:none;-webkit-user-select:none;user-select:none}.gallery-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center}.gallery-modal__backdrop{position:absolute;inset:0;background:#050712bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none}.gallery-modal__panel{position:relative;background:#fff;border-radius:1.5rem;box-shadow:0 40px 80px #05071259;padding:2.5rem;width:min(960px,90vw);max-height:90vh;overflow:auto;display:flex;flex-direction:column;gap:1.5rem}.gallery-modal__close{position:absolute;top:1rem;right:1rem;border:none;background:transparent;font-size:1.8rem;cursor:pointer;color:#0009}.gallery-modal__header span{letter-spacing:.45em;font-size:.75rem;text-transform:uppercase;color:var(--hutzel-blue)}.gallery-modal__header h3{margin:.4rem 0 0;font-family:Montserrat,sans-serif;letter-spacing:.08em;text-transform:uppercase}.gallery-modal__stage{position:relative;display:flex;align-items:center;justify-content:center;background:#f6f7fb;border-radius:1.25rem;padding:1rem}.gallery-modal__stage img{max-height:55vh;width:auto;border-radius:1rem;box-shadow:var(--shadow-soft)}.gallery-modal__nav{position:absolute;top:50%;transform:translateY(-50%);border:none;background:#ffffffe6;width:48px;height:48px;border-radius:50%;cursor:pointer;box-shadow:0 10px 20px #00000026}.gallery-modal__nav.prev{left:1rem}.gallery-modal__nav.next{right:1rem}.gallery-modal__counter{text-align:center;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;color:var(--hutzel-muted)}.gallery-modal__thumbs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.gallery-modal__thumbs button{border:2px solid transparent;border-radius:.75rem;padding:0;background:none;cursor:pointer}.gallery-modal__thumbs button.active{border-color:var(--hutzel-blue)}.gallery-modal__thumbs img{width:70px;height:50px;object-fit:cover;border-radius:.6rem}.hutzel-gallery-card__cta{margin-top:.75rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:#fff}@media(max-width:768px){.gallery-modal__panel{padding:1.5rem}.gallery-modal__stage img{max-height:40vh;width:100%}.slides{min-height:auto}.slide{position:static;opacity:1;display:none}.slide.active{display:block}.hutzel-slide-grid{grid-template-columns:1fr}.hutzel-slide-grid img:not(:first-child){display:none}nav ul{flex-direction:column;gap:.5rem}.section-heading{flex-direction:column;align-items:flex-start}.nav-toggle{display:flex}.nav-header{position:absolute;top:100%;left:0;right:0;background:#fff;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 15px 25px #0000001a;border-radius:0 0 1.25rem 1.25rem;z-index:5}.nav-header.open{max-height:260px;padding:1rem 1.5rem}.nav-header ul{margin:0}.desktop-only{display:none}.home-slide1{padding-top:120px}}
