/* ===============================
   KAIRAVI STUDIOS
   MASTER STYLESHEET
================================= */
/*:root{

    --primary:#243D79;
    --secondary:#D8A647;

    --dark:#1E2433;
    --text:#555555;
    --light:#F8F8F8;

    --white:#ffffff;

    --container:1200px;

}

/* Reset */

/*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Montserrat',sans-serif;

    color:var(--text);

    background:#fff;

    line-height:1.8;

}

img{

    max-width:100%;

    display:block;

}

a{

    text-decoration:none;

}

ul{

    list-style:none;

}

/* Typography */

/*h1,h2,h3,h4{

    font-family:'Cormorant Garamond',serif;

    color:var(--primary);

}

h1{

    font-size:72px;

}

h2{

    font-size:52px;

    margin-bottom:20px;

}

h3{

    font-size:32px;

    margin-bottom:15px;

}

p{

    margin-bottom:18px;

}

/* Layout */

/*.container{

    width:90%;

    max-width:1200px;

    margin:auto;

}

section{

    padding:90px 0;

}

/* ==========================
        HEADER
========================== */

/*.header{

    position:sticky;

    top:0;

    background:white;

    z-index:999;

    height:90px;

    box-shadow:0 3px 15px rgba(0,0,0,.05);

}

.nav-container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    height:100%;

}

.logo img{

    height:62px;

}

nav ul{

    display:flex;

    gap:40px;

}

nav a{

    color:#333;

    font-weight:500;

    transition:.3s;

}

nav a:hover{

    color:var(--secondary);

}

/* Buttons */

/*.btn{

    background:var(--secondary);

    color:#111;

    padding:14px 28px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

.btn:hover{

    background:var(--primary);

    color:white;

}

/* ==========================
        HERO
========================== */

/*.hero{

    height:90vh;

    display:flex;

    align-items:center;

    background:

    linear-gradient(rgba(25,35,55,.72),

    rgba(25,35,55,.72)),

    url("../assets/images/hero.jpg");

    background-size:cover;

    background-position:center;

    color:white;

}

.hero h1{

    color:white;

}

.hero p{

    max-width:650px;

    color:#f2f2f2;

}

/* ==========================
        CARDS
========================== */

/*.grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

}

.card{

    background:white;

    border-radius:16px;

    padding:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.card:hover{

    transform:translateY(-8px);

}

/* ==========================
      SECTION TITLE
========================== */

/*.section-title{

    text-align:center;

    margin-bottom:18px;

}

.section-subtitle{

    text-align:center;

    max-width:760px;

    margin:0 auto 60px;

}

/* ==========================
      FOOTER
========================== */

/*footer{

    background:var(--dark);

    color:#ccc;

    padding:40px 0;

    text-align:center;

}

/* ==========================
      RESPONSIVE
========================== */

/*@media(max-width:900px){

h1{

font-size:52px;

}

h2{

font-size:40px;

}

nav{

display:none;

}

.grid{

grid-template-columns:1fr;

}

}-->*/

body{margin:0;font-family:Montserrat,sans-serif;color:#444}
:root{--navy:#243D79;--gold:#D8A647}
nav{position:fixed;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 6%;background:rgba(20,30,50,.4);backdrop-filter:blur(10px);box-sizing:border-box}
nav img{height:60px;background:#fff;padding:6px;border-radius:8px}
nav ul{display:flex;gap:24px;list-style:none;margin:0;padding:0}
nav a{text-decoration:none;color:#fff}
.hero{height:100vh;background:linear-gradient(rgba(20,30,50,.72),rgba(20,30,50,.72)),url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80') center/cover;display:flex;align-items:center;padding:0 8%;box-sizing:border-box}
h1,h2{font-family:'Cormorant Garamond',serif}
h1{font-size:clamp(54px,8vw,100px);line-height:.9;color:#fff}
.gold{color:var(--gold);letter-spacing:3px}
.hero p{color:#ddd;max-width:650px;line-height:1.8}
.btn{display:inline-block;padding:14px 28px;background:var(--gold);color:#111;text-decoration:none;border-radius:40px;font-weight:600}
section{padding:80px 8%}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.card{padding:24px;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
footer{background:#162033;color:#ccc;text-align:center;padding:25px}

.portfolio-section{

    background:#F5F5F2;

    padding:80px 8%;

}

.project{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.08);



