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