@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&display=swap");:root{--earth-dark:#1a1510;--earth-medium:#2d2419;--earth-light:#4a3d2e;--ochre:#c48b3c;--ochre-light:#e5a857;--sand:#e8dcc8;--sand-muted:#b8a890;--white:#faf8f5}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;scroll-padding-top:72px}body{font-family:DM Sans,system-ui,sans-serif;background-color:var(--earth-dark);color:var(--sand);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Bitter,Georgia,serif;font-weight:700}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;justify-content:space-between;padding:0 2rem;height:64px;background:rgba(26,21,16,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(74,61,46,.4)}.nav-logo,.navbar{display:flex;align-items:center}.nav-logo{font-family:Bitter,Georgia,serif;font-weight:700;font-size:1.2rem;color:var(--white);text-decoration:none;white-space:nowrap;letter-spacing:.01em;gap:.6rem}.nav-logo-img{filter:invert(1);width:40px;height:40px;object-fit:contain}.nav-logo:hover{color:var(--ochre-light)}.nav-links{display:flex;gap:2rem;position:absolute;left:50%;transform:translateX(-50%)}.nav-links a{color:var(--sand-muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--ochre-light)}.nav-contact{display:flex;align-items:center;gap:1.25rem}.nav-email,.nav-phone{color:var(--sand-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s;white-space:nowrap}.nav-email:hover,.nav-phone:hover{color:var(--ochre-light)}.nav-phone{color:var(--ochre);font-weight:600}@media (max-width:860px){.navbar{padding:0 1rem;gap:.75rem}.nav-links{gap:1rem}.nav-email{display:none}}@media (max-width:600px){.navbar{height:auto;flex-wrap:wrap;padding:.75rem 1rem;gap:.25rem}.nav-logo{font-size:1.05rem}.nav-logo-img{width:32px;height:32px}.hero-logo{width:48vw;margin-bottom:.25rem}.nav-contact{order:2}.nav-links{position:static;transform:none;order:3;width:100%;justify-content:center;gap:1.5rem;padding-top:.5rem;border-top:1px solid rgba(74,61,46,.3);margin-top:.25rem}.nav-links a{font-size:.85rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;padding:2rem;overflow:hidden}.hero-bg{z-index:0}.hero-bg,.hero-bg:after{position:absolute;inset:0}.hero-bg:after{content:"";z-index:1;background:linear-gradient(180deg,rgba(26,21,16,.45),rgba(26,21,16,.7))}.hero-content{position:relative;z-index:1;max-width:600px;display:flex;flex-direction:column;align-items:center}.hero-logo{width:min(340px,44vw);height:auto;object-fit:contain;margin-bottom:-1.25rem;filter:invert(1) drop-shadow(0 4px 24px rgba(0,0,0,.5))}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);color:var(--white);margin-bottom:.5rem;letter-spacing:.02em}.hero-tagline{font-size:1.25rem;color:var(--ochre);font-weight:500;margin-bottom:1.5rem}.hero-desc{color:var(--sand-muted);margin-bottom:2rem;font-size:1.1rem}.cta-button{display:inline-block;padding:1rem 2rem;background:var(--ochre);color:var(--earth-dark);font-weight:600;text-decoration:none;border:none;cursor:pointer;font-size:1rem;transition:background .2s}.cta-button:hover{background:var(--ochre-light)}.services{padding:6rem 2rem;background:var(--earth-medium)}.section-title{text-align:center;font-size:clamp(1.75rem,4vw,2.5rem);color:var(--white);margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:1100px;margin:0 auto}@media (max-width:700px){.services-grid{grid-template-columns:1fr}}.service-card{position:relative;min-height:320px;overflow:hidden;display:flex;align-items:flex-end;border-radius:4px;transition:transform .3s}.service-card:hover{transform:translateY(-4px)}.service-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,21,16,.92) 0,rgba(26,21,16,.6) 40%,rgba(26,21,16,.1) 70%,transparent)}.service-card-content{position:relative;z-index:1;padding:2rem;width:100%}.service-card h3{color:var(--white);font-size:1.5rem;margin-bottom:.5rem;text-shadow:0 1px 4px rgba(0,0,0,.6)}.service-card p{color:var(--sand);font-size:.95rem;text-shadow:0 1px 3px rgba(0,0,0,.5)}.gallery{padding:6rem 2rem;background:var(--earth-dark);border-top:1px solid var(--earth-light)}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:220px;grid-gap:1rem;gap:1rem;max-width:1100px;margin:0 auto}.gallery-item{overflow:hidden;border-radius:4px;position:relative;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item-tall{grid-row:span 2}@media (max-width:700px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}}@media (max-width:480px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:240px}.gallery-item-tall{grid-row:span 1}}.trust{padding:5rem 2rem;text-align:center;background:var(--earth-medium)}.trust-content h2{color:var(--ochre-light);font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}.trust-content p{color:var(--sand-muted);max-width:500px;margin:0 auto}.awards{padding:5rem 2rem;background:var(--earth-dark);text-align:center;border-top:1px solid var(--earth-light)}.awards-list{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.award-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 3rem;background:rgba(196,139,60,.08);border:1px solid rgba(196,139,60,.25);border-radius:4px}.award-icon{font-size:2.5rem;color:var(--ochre);line-height:1}.award-name{font-family:Bitter,Georgia,serif;font-weight:700;font-size:1.35rem;color:var(--white)}.award-category{font-size:1.05rem;font-weight:600;color:var(--ochre-light);text-transform:uppercase;letter-spacing:.08em}.award-location{color:var(--sand-muted);font-size:1rem}.contact{padding:6rem 2rem;background:var(--earth-medium);text-align:center}.contact-subtitle{color:var(--sand-muted);font-size:1.1rem;max-width:480px;margin:-1.5rem auto 3rem}.contact-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:700px;margin:0 auto}.contact-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1 1 260px;max-width:320px;padding:2.5rem 2rem;background:rgba(0,0,0,.25);border:1px solid rgba(196,139,60,.2);text-decoration:none;transition:border-color .2s,transform .2s}.contact-card:hover{border-color:var(--ochre);transform:translateY(-2px)}.contact-card-icon{font-size:2rem;color:var(--ochre);line-height:1}.contact-card-label{font-family:Bitter,Georgia,serif;font-weight:600;font-size:1.1rem;color:var(--white);margin-top:.25rem}.contact-card-value{color:var(--sand-muted);font-size:1rem}.contact-card:hover .contact-card-value{color:var(--ochre-light)}.contact-card-email{cursor:default}.contact-card-selectable{-moz-user-select:all;user-select:all;-webkit-user-select:all;cursor:text}.contact-note{margin-top:2.5rem;opacity:.7}.contact-note,.footer{font-size:.9rem;color:var(--sand-muted)}.footer{padding:2rem;text-align:center;border-top:1px solid var(--earth-light)}.footer-credit{margin-top:.5rem;font-size:.75rem;opacity:.5}.footer-credit a{color:var(--sand-muted);text-decoration:none}.footer-credit a:hover{color:var(--ochre);text-decoration:underline}.lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.9);animation:lightbox-fade-in .2s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 4px 40px rgba(0,0,0,.5)}.lightbox-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;color:var(--white);font-size:2.5rem;cursor:pointer;line-height:1;opacity:.7;transition:opacity .2s}.lightbox-close:hover{opacity:1}