:root{--brand-red: #f1594b;--brand-light: #e8dcc8;--brand-dark: #282120;--brand-warm: #e8dcc8;--font-sans: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background-color:var(--brand-light);color:var(--brand-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-optical-sizing:auto;line-height:1.5}::selection{background:#f1594b4d}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.hidden{display:none!important}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 0 4rem;overflow:hidden}.hero-bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero-overlay{position:absolute;inset:0;background:#2821204d;z-index:1}.hero-container{position:relative;z-index:10;padding:0 1.5rem;width:100%;max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.hero-top{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;max-width:64rem}.hero-logo{width:20rem;height:20rem;flex-shrink:0}.hero-text{text-align:center;flex:1;max-width:36rem}.hero-text h1{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1rem}.hero-text p{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem}.hero-ctas{display:flex;flex-direction:column;gap:1rem;justify-content:center}.btn-primary{display:inline-block;padding:.75rem 2rem;background:var(--brand-red);color:#fff;font-weight:600;border-radius:.5rem;transition:background .2s;box-shadow:0 4px 14px #f1594b33;text-align:center;border:none;cursor:pointer;font-size:1rem}.btn-primary:hover{background:#f1594be6}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{display:inline-block;padding:.75rem 2rem;border:1px solid rgba(255,255,255,.5);background:#ffffff1a;backdrop-filter:blur(4px);color:#fff;font-weight:600;border-radius:.5rem;transition:background .2s;text-align:center;cursor:pointer;font-size:1rem}.btn-secondary:hover{background:#fff3}.cards-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}.card{grid-row:span 2;display:grid;grid-template-rows:subgrid;position:relative;background:#ffffff1f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);border-radius:1rem;padding:1.5rem;text-align:left;box-shadow:0 8px 32px #0d262659,inset 0 1px #ffffff26;transition:transform .35s ease,box-shadow .35s ease,background .35s ease,border-color .35s ease;overflow:hidden;will-change:transform}.card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.08) 60%,transparent 100%);transition:left .6s ease;pointer-events:none;z-index:1}.card:hover:before{left:100%}.card:hover{background:#ffffff2e;border-color:#ffffff4d;box-shadow:0 8px 32px #0d262673,0 0 20px #f1594b14,inset 0 1px #ffffff40;transform:translateY(-4px)}.card-header{padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.card-header h3{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.25rem;line-height:1.2}.card-header .card-subtitle{font-size:.875rem;color:#ffffffe6;font-weight:600;white-space:nowrap}.card-header .card-tagline{font-size:.75rem;color:#ffffffb3;font-style:italic}.card-body{font-size:.875rem;color:#ffffffd9;padding-top:1rem}.team-section{padding:5rem 0;background:var(--brand-dark);color:#fff}.team-inner{max-width:72rem;margin:0 auto;padding:0 1.5rem}.team-inner h2{font-size:1.875rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#fff}.team-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.team-member{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;border-radius:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:transform .3s ease,background .3s ease}.team-member:hover{transform:translateY(-4px);background:#ffffff14}.team-photo{width:9rem;height:9rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.team-photo img{width:100%;height:100%;object-fit:contain;position:relative;filter:drop-shadow(0 4px 14px rgba(241,89,75,.35))}.team-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit;transition:opacity .2s ease}.team-link:hover{opacity:.8}.team-name{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.375rem}.team-role{font-size:.8125rem;color:var(--brand-red);font-weight:600;margin-bottom:1rem;line-height:1.4}.team-bio{font-size:.875rem;color:#ffffffbf;line-height:1.6}.contact-section{padding:5rem 0;background:#fff}.contact-inner{max-width:64rem;margin:0 auto;padding:0 1.5rem}.contact-inner h2{font-size:1.875rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.contact-grid{display:grid;gap:1.5rem;margin-bottom:3.5rem}.contact-link{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:.75rem;background:var(--brand-light);transition:background .2s,color .2s}.contact-link:hover{background:#e8dcc84d}.contact-link:hover .material-symbols-outlined{color:var(--brand-red)}.contact-link .material-symbols-outlined{font-size:1.875rem;transition:color .2s}.contact-link .contact-label{font-weight:600}.contact-link .contact-detail{font-size:.875rem;color:#282120b3}.contact-link--booking{background:#f1594b1a}.contact-link--booking:hover{background:#f1594b33}.contact-link--booking .material-symbols-outlined,.contact-link--booking .contact-label{color:var(--brand-red)}.newsletter{background:var(--brand-light);border-radius:1rem;padding:2rem;text-align:center}.newsletter h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.newsletter p{color:#282120b3;margin-bottom:1.5rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}.newsletter-input{flex:1;padding:.75rem 1rem;border-radius:.5rem;border:1px solid rgba(40,33,32,.2);background:#fff;font-family:var(--font-sans);font-size:1rem;outline:none;transition:box-shadow .2s}.newsletter-input:focus{box-shadow:0 0 0 2px #f1594b80}.newsletter-btn{padding:.75rem 1.5rem;background:var(--brand-red);color:#fff;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;font-family:var(--font-sans);font-size:1rem;transition:background .2s}.newsletter-btn:hover{background:#f1594be6}.newsletter-btn:disabled{opacity:.5;cursor:not-allowed}.form-status{margin-top:1rem;font-size:.875rem}.form-status--ok{color:#15803d}.form-status--error{color:var(--brand-red)}.footer{background:var(--brand-dark);color:#fffc;padding:2.5rem 0}.footer-inner{max-width:72rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;font-size:.875rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--brand-red)}@media(max-width:767px){.card{backdrop-filter:none;-webkit-backdrop-filter:none;background:#ffffff2e}.card:hover{background:#ffffff3d}.hero-text h1{font-size:2.5rem}.hero-text p,.card-header h3{font-size:1.25rem}.card-header .card-subtitle{font-size:.9375rem}.card-header .card-tagline{font-size:.8125rem}.card-body,.team-bio{font-size:.9375rem}.team-role{font-size:.875rem}.contact-link .contact-detail{font-size:.9375rem}}@media(min-width:640px){.hero-text h1{font-size:3rem}.hero-text p{font-size:1.25rem}.hero-ctas{flex-direction:row}.team-grid{grid-template-columns:repeat(2,1fr)}.team-section{padding:7rem 0}.team-inner h2{font-size:2.25rem}.contact-section{padding:7rem 0}.contact-grid{grid-template-columns:repeat(2,1fr)}.contact-inner h2{font-size:2.25rem}.newsletter-form{flex-direction:row}.footer-inner{flex-direction:row;justify-content:space-between}}@media(min-width:768px){.hero-top{flex-direction:row;gap:3rem}.hero-logo{width:16rem;height:16rem}.hero-text{text-align:left}.hero-text h1{font-size:3.75rem}.hero-ctas{justify-content:flex-start}.cards-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:repeat(3,1fr)}.contact-link--booking{grid-column-start:2}}@media(min-width:1024px){.hero-container{gap:4rem}.hero-logo{width:18rem;height:18rem}.cards-grid{grid-template-columns:repeat(3,1fr)}.team-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.cards-grid{grid-template-columns:repeat(5,1fr)}}
