@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700&family=Heebo:wght@300;400;500;600;700&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.gb-body{font-family:'Heebo',sans-serif;background:#faf6ee;color:#2c2416;line-height:1.6}
img{max-width:100%;height:auto;display:block}
a{color:#d4a017;text-decoration:none}
a:hover{text-decoration:underline}

/* Header */
.gb-header{background:#2d5016;position:sticky;top:0;z-index:1000}
.gb-header__inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}
.gb-logo{font-family:'Rubik',sans-serif;font-size:1.4rem;font-weight:700;color:#fff!important;text-decoration:none!important}
.gb-burger{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}
.gb-nav{display:flex;gap:1.5rem}
.gb-nav__link{color:rgba(255,255,255,.85)!important;font-weight:500;text-decoration:none!important;padding:.25rem 0;border-bottom:2px solid transparent}
.gb-nav__link--active,.gb-nav__link:hover{color:#fff!important;border-bottom-color:#d4a017}

/* Hero */
.gb-hero--mosaic{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}.gb-hero__mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.gb-hero__mosaic img{width:100%;height:100%;object-fit:cover}.gb-hero--mosaic .gb-hero__content{display:flex;flex-direction:column;justify-content:center;padding:3rem;background:#faf6ee}.gb-hero--mosaic h1{font-size:clamp(1.8rem,4vw,2.8rem);color:#2d5016;margin-bottom:1rem}
.gb-btn{display:inline-block;padding:.85rem 2rem;background:#d4a017;color:#2d5016!important;border-radius:4px;font-weight:600;text-decoration:none!important;transition:opacity .2s}
.gb-btn:hover{opacity:.85;text-decoration:none!important}

/* Features */
.gb-features{padding:4rem 1.5rem;max-width:1200px;margin:0 auto}
.gb-features h2{font-family:'Rubik',sans-serif;text-align:center;margin-bottom:2.5rem;font-size:2rem;color:#2d5016}
.gb-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.gb-features__grid div{text-align:center}
.gb-features__grid img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}
.gb-features__grid h3{font-size:1.1rem;margin-bottom:.5rem;color:#2d5016}

/* Cards */
.gb-page{padding:3rem 1.5rem;max-width:1200px;margin:0 auto}
.gb-page h1{font-family:'Rubik',sans-serif;font-size:2.2rem;color:#2d5016;margin-bottom:2rem}
.gb-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.gb-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.gb-card img{width:100%;height:200px;object-fit:cover}
.gb-card h3{padding:1rem 1rem .5rem;font-size:1.1rem;color:#2d5016}
.gb-card p{padding:0 1rem 1rem;color:#8b7355;font-size:.95rem}

/* About */
.gb-about__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.gb-about__grid img{border-radius:8px;width:100%;height:400px;object-fit:cover}

/* Contact */
.gb-contact{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.gb-contact__info h2{font-size:1.5rem;margin-bottom:1rem;color:#2d5016}
.gb-contact__info p{margin-bottom:.75rem}
.gb-form label{display:block;margin-bottom:1rem;font-weight:500}
.gb-form input,.gb-form textarea{width:100%;padding:.75rem;margin-top:.25rem;border:1px solid #8b7355;border-radius:4px;font-family:inherit}
.gb-form button{padding:.85rem 2rem;background:#2d5016;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:1rem}
.gb-form button:hover{opacity:.9}

/* Footer */
.gb-footer{background:#2d5016;color:rgba(255,255,255,.9);padding:3rem 1.5rem 1rem;margin-top:3rem}
.gb-footer__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.gb-footer__col h3,.gb-footer__col h4{margin-bottom:1rem;font-family:'Rubik',sans-serif}
.gb-footer__col ul{list-style:none}
.gb-footer__col li{margin-bottom:.5rem}
.gb-footer__col a{color:rgba(255,255,255,.8)!important}
.gb-footer__copy{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;font-size:.85rem}

/* Cookie */
.gb-cookie{font-size:.9rem}
.gb-cookie a{color:inherit;text-decoration:underline}
.gb-cookie button{padding:.5rem 1.25rem;background:#d4a017;color:#2d5016;border:none;border-radius:4px;cursor:pointer;font-weight:600;white-space:nowrap}
.gb-cookie--floating-card{position:fixed;bottom:2rem;right:2rem;max-width:360px;padding:1.5rem;background:#fff;border:2px solid #d4a017;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.15);z-index:9999}

/* Privacy page headings */
.gb-page h2{font-size:1.3rem;margin:1.5rem 0 .75rem;color:#2d5016}

/* Responsive 900px */
@media(max-width:900px){
  .gb-features__grid,.gb-cards,.gb-footer__grid,.gb-about__grid,.gb-contact,.gb-hero--split,.gb-hero--mosaic,.gb-hero--asymmetric{grid-template-columns:1fr}
  .gb-hero--split .gb-hero__image{min-height:300px}
  .gb-hero__mosaic{min-height:300px}
  .gb-hero--asymmetric .gb-hero__photo{min-height:300px;clip-path:none}
  .gb-hero__diag{display:none}
  .gb-burger{display:block}
  .gb-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#2d5016;flex-direction:column;padding:1rem 1.5rem;gap:0}
  .gb-nav--open{display:flex}
  .gb-nav__link{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
}

/* Responsive 560px */
@media(max-width:560px){
  .gb-hero--cinematic{min-height:70vh}
  .gb-hero__wordmark{font-size:clamp(3.5rem,18vw,6rem)}
  .gb-page h1{font-size:1.6rem}
  .gb-features,.gb-page{padding:2rem 1rem}
  .gb-footer__grid{grid-template-columns:1fr 1fr;gap:1.5rem}
  .gb-cookie--floating-card{right:1rem;left:1rem;bottom:1rem;max-width:none}
  .gb-cookie--bottom-bar{flex-direction:column;text-align:center;padding:1rem}
}
