:root{
  --sage:#789F8C;
  --sage-dark:#5f7f70;
  --sage-soft:#edf4ef;
  --cream:#fbf7f0;
  --ivory:#fffdf9;
  --white:#ffffff;
  --ink:#2c3933;
  --muted:#707970;
  --gold:#d5b77e;
  --line:rgba(44,57,51,.11);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ivory);
  color:var(--ink);
  font-family:"DM Sans",sans-serif;
  line-height:1.6;
}

img{display:block;width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}

.site-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 5vw;
  color:white;
  transition:.3s ease;
}

.site-header.scrolled{
  background:rgba(255,255,255,.95);
  color:var(--ink);
  backdrop-filter:blur(14px);
  box-shadow:0 8px 28px rgba(35,45,40,.06);
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  letter-spacing:.18em;
  font-weight:700;
}

.brand-mark{
  width:36px;
  height:36px;
  border:1px solid currentColor;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-family:"Playfair Display",serif;
  letter-spacing:0;
}

.nav{display:flex;gap:30px;font-size:.93rem;font-weight:500}
.menu-toggle{display:none;border:0;background:none;color:inherit}
.menu-toggle span{display:block;width:24px;height:2px;margin:5px;background:currentColor}

.hero{
  min-height:100vh;
  position:relative;
  display:grid;
  place-items:center;
  text-align:center;
  padding:120px 6vw 90px;
  color:white;
  background:
    url("https://images.unsplash.com/photo-1464366400600-7168b8af9bc3?auto=format&fit=crop&w=2000&q=92")
    center/cover no-repeat;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(30,42,35,.16),rgba(30,42,35,.35));
}

.hero-content{position:relative;z-index:2;max-width:920px}

.eyebrow,.section-kicker{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.73rem;
  font-weight:700;
}

.hero h1,h2,h3{font-family:"Playfair Display",serif}

.hero h1{
  font-size:clamp(3.8rem,9vw,8rem);
  line-height:.94;
  margin:18px 0 24px;
  font-weight:600;
  text-shadow:0 3px 18px rgba(0,0,0,.08);
}

.hero h1 em{color:#ffe9bc;font-weight:500}

.hero-copy{
  max-width:660px;
  margin:0 auto 30px;
  font-size:clamp(1rem,2vw,1.25rem);
}

.hero-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 23px;
  border-radius:999px;
  font-weight:700;
  border:1px solid transparent;
  transition:.25s ease;
}

.btn-primary{
  background:var(--sage);
  color:white;
  box-shadow:0 10px 25px rgba(120,159,140,.18);
}

.btn-primary:hover{
  background:var(--sage-dark);
  transform:translateY(-2px);
}

.btn-ghost{
  border-color:rgba(255,255,255,.8);
  background:rgba(255,255,255,.14);
  color:white;
}

.btn-ghost:hover{background:white;color:var(--ink)}

.section{padding:100px 7vw}

.section-kicker{
  color:var(--sage-dark);
  margin:0 0 12px;
}

.section-kicker.light{color:#ffe9bc}

.intro{
  background:linear-gradient(180deg,#fffaf4,#fffdf9);
}

.intro-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:end;
}

.intro h2,
.section-heading h2,
.gallery-heading h2,
.about h2,
.inquiry h2{
  font-size:clamp(2.25rem,5vw,4.7rem);
  line-height:1.03;
  margin:0;
  font-weight:600;
}

.intro p{
  margin:0;
  color:var(--muted);
  font-size:1.08rem;
}

.services{background:var(--white)}

.section-heading{
  display:grid;
  grid-template-columns:1fr .55fr;
  gap:50px;
  align-items:end;
  margin-bottom:45px;
}

.section-heading>p{margin:0;color:var(--muted)}

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.service-card{
  padding:34px;
  min-height:285px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fffdfb;
  box-shadow:0 12px 30px rgba(80,95,85,.04);
  transition:.25s;
}

.service-card:hover{
  background:#f2f7f3;
  transform:translateY(-4px);
}

.service-card span{
  font-size:.75rem;
  letter-spacing:.14em;
  color:var(--sage-dark);
}

.service-card h3{
  font-size:1.65rem;
  margin:48px 0 12px;
}

.service-card p{
  margin:0;
  color:var(--muted);
}

.statement{
  min-height:590px;
  padding:75px 7vw;
  display:flex;
  align-items:flex-end;
  color:white;
  background:
    linear-gradient(rgba(255,255,255,.02),rgba(33,43,37,.42)),
    url("https://images.unsplash.com/photo-1469371670807-013ccf25f16a?auto=format&fit=crop&w=2000&q=92")
    center/cover no-repeat;
}

.statement-inner{max-width:850px}

.statement h2{
  font-size:clamp(2.7rem,6vw,5.4rem);
  line-height:1;
  margin:0;
}

.process{
  background:linear-gradient(180deg,#edf4ef,#f7faf8);
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.process-step{
  background:white;
  padding:28px;
  border-radius:18px;
  box-shadow:0 12px 28px rgba(50,65,58,.05);
}

.step-number{
  font-size:.78rem;
  letter-spacing:.15em;
  font-weight:700;
  color:var(--sage-dark);
}

.process-step h3{
  font-size:1.8rem;
  margin:30px 0 10px;
}

.process-step p{color:#657067;margin-bottom:0}

.gallery{
  background:linear-gradient(180deg,#fffdf9,#fdf8f2);
}

.gallery-heading{
  text-align:center;
  max-width:820px;
  margin:0 auto 50px;
}

.gallery-heading h2{
  max-width:760px;
  margin:0 auto;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:220px;
  gap:16px;
}

.gallery-grid figure{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#eee;
  box-shadow:0 14px 30px rgba(55,65,60,.08);
}

.gallery-grid img{
  height:100%;
  object-fit:cover;
  transition:.55s ease;
  filter:brightness(1.05) saturate(.95);
}

.gallery-grid figure:hover img{
  transform:scale(1.035);
  filter:brightness(1.08) saturate(1);
}

.g1{grid-column:span 2;grid-row:span 2}
.g2{grid-row:span 2}
.g3{grid-row:span 1}
.g4{grid-row:span 1}
.g5{grid-column:span 1}
.g6{grid-column:span 2}
.g7{grid-column:span 1}
.g8{grid-column:span 1}

.about{
  background:#fff;
}

.about-card{
  background:linear-gradient(135deg,#88aa98,#6f9582);
  color:white;
  border-radius:30px;
  padding:68px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:70px;
  align-items:center;
  box-shadow:0 20px 50px rgba(100,130,115,.12);
}

.about-copy p:last-child{
  max-width:650px;
  opacity:.95;
  font-size:1.04rem;
}

.about-quote{
  border-left:1px solid rgba(255,255,255,.4);
  padding-left:45px;
}

.about-quote span{
  font-family:"Playfair Display",serif;
  font-size:6rem;
  line-height:.7;
  color:#ffedc9;
}

.about-quote p{
  font-family:"Playfair Display",serif;
  font-size:2rem;
  line-height:1.2;
}

.inquiry{
  background:linear-gradient(180deg,#fffaf3,#fffdf9);
}

.inquiry-intro{
  max-width:760px;
  margin-bottom:45px;
}

.inquiry-intro>p:last-child{color:var(--muted)}

.event-form{
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:42px;
  box-shadow:0 16px 35px rgba(50,65,58,.05);
}

.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.event-form label{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-weight:600;
  font-size:.92rem;
}

input,select,textarea{
  width:100%;
  border:1px solid rgba(44,57,51,.15);
  background:#fff;
  border-radius:12px;
  padding:14px 15px;
  color:var(--ink);
  outline:none;
}

input:focus,select:focus,textarea:focus{
  border-color:var(--sage);
  box-shadow:0 0 0 3px rgba(120,159,140,.14);
}

.services-choice{
  border:0;
  padding:0;
  margin:34px 0;
}

.services-choice legend{
  font-weight:700;
  margin-bottom:15px;
}

.check-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.check-grid label{
  flex-direction:row;
  align-items:center;
  border:1px solid var(--line);
  background:#fbfdfb;
  border-radius:12px;
  padding:13px;
}

.check-grid input{width:auto}

.full{margin-bottom:30px}

.upload-section{
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:30px 0;
  margin:30px 0;
}

.upload-title{
  font-family:"Playfair Display",serif;
  font-size:1.8rem;
  margin:0;
}

.upload-note{
  font-size:.88rem;
  color:var(--muted);
  margin:4px 0 20px;
}

.upload-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.upload-box{
  border:1px dashed var(--sage);
  background:#fbfdfb;
  padding:18px;
  border-radius:14px;
}

.upload-box input{
  border:0;
  padding:8px 0 0;
  background:transparent;
}

.consent{
  flex-direction:row!important;
  align-items:flex-start;
  gap:10px!important;
  font-weight:400!important;
  color:var(--muted);
}

.consent input{
  width:auto;
  margin-top:4px;
}

.form-submit{
  margin-top:24px;
  border:0;
  cursor:pointer;
  min-width:230px;
}

.hidden{display:none}

.footer{
  background:#274037;
  color:white;
  padding:60px 7vw 28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.footer-brand{
  font-family:"Playfair Display",serif;
  font-size:2rem;
  letter-spacing:.16em;
}

.footer p{opacity:.8}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:flex-end;
}

.copyright{
  grid-column:1/-1;
  border-top:1px solid rgba(255,255,255,.14);
  padding-top:24px;
  font-size:.85rem;
}

.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:.7s ease;
}

.reveal.visible{
  opacity:1;
  transform:none;
}

@media(max-width:900px){
  .site-header{padding:16px 20px}
  .menu-toggle{display:block}

  .nav{
    position:absolute;
    top:72px;
    left:20px;
    right:20px;
    background:var(--ivory);
    color:var(--ink);
    border-radius:18px;
    padding:20px;
    flex-direction:column;
    align-items:flex-start;
    box-shadow:0 20px 50px rgba(20,30,25,.15);
    display:none;
  }

  .nav.open{display:flex}
  .section{padding:78px 6vw}

  .intro-grid,
  .section-heading,
  .about-card{
    grid-template-columns:1fr;
    gap:28px;
  }

  .service-grid{grid-template-columns:1fr 1fr}
  .process-grid{grid-template-columns:1fr}

  .gallery-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:250px;
  }

  .g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8{
    grid-column:span 1;
    grid-row:span 1;
  }

  .g1,.g6{grid-column:span 2}

  .about-card{padding:45px 30px}

  .about-quote{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.35);
    padding-left:0;
    padding-top:35px;
  }
}

@media(max-width:650px){
  .hero{min-height:92vh}
  .hero h1{font-size:3.9rem}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:230px}
  .form-grid,.check-grid,.upload-grid{grid-template-columns:1fr}
  .event-form{padding:24px}

  .gallery-grid{
    grid-template-columns:1fr;
    grid-auto-rows:260px;
  }

  .g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8{
    grid-column:span 1;
  }

  .footer{grid-template-columns:1fr}
  .footer-links{align-items:flex-start}
}
