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