:root{
  --bg:#f6f0e7;
  --bg-soft:#fbf8f3;
  --text:#24201d;
  --muted:#6f675f;
  --gold:#b98a3d;
  --gold-soft:#d8ba7c;
  --line:#e5d9c8;
  --white:#fff;
  --shadow:0 16px 40px rgba(67,48,27,.10);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:var(--bg-soft);
  color:var(--text);
  font-family:"Montserrat",sans-serif;
  line-height:1.6;
}

a{
  color:inherit;
  text-decoration:none;
}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:16px 5vw;
  background:rgba(251,248,243,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(185,138,61,.16);
}

.brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1;
}

.brand-mark{
  position:relative;
  font-family:"Cormorant Garamond",serif;
  font-size:42px;
  letter-spacing:-3px;
  color:#2a2521;
}

.light-dot{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#f4d999;
  box-shadow:
    0 0 12px #f5d686,
    0 0 28px rgba(244,217,153,.95);
  left:-8px;
  top:12px;
}

.brand-name{
  margin-top:2px;
  font-size:14px;
  letter-spacing:3px;
  font-weight:600;
}

.brand-role{
  margin-top:5px;
  font-size:9px;
  letter-spacing:4px;
}

.nav{
  display:flex;
  align-items:center;
  gap:28px;
  font-size:14px;
}

.nav a{
  position:relative;
}

.nav a:not(.btn)::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  width:0;
  height:1px;
  background:var(--gold);
  transition:.25s ease;
}

.nav a:hover::after,
.nav a.active::after{
  width:100%;
}

.menu-toggle{
  display:none;
  border:1px solid var(--line);
  background:transparent;
  width:42px;
  height:42px;
  border-radius:10px;
  font-size:20px;
  cursor:pointer;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 24px;
  border-radius:16px;
  background:linear-gradient(135deg,#ba842e,#c89a4e);
  color:#fff;
  font-weight:600;
  box-shadow:0 8px 22px rgba(185,138,61,.18);
  transition:transform .2s ease, box-shadow .2s ease;
}

.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(185,138,61,.26);
}

.btn-small{
  padding:11px 18px;
  border-radius:14px;
}

.hero{
  min-height:650px;
  display:grid;
  grid-template-columns:46% 54%;
  background:
    radial-gradient(circle at 18% 25%,rgba(255,255,255,.9),transparent 40%),
    linear-gradient(90deg,#f8f4ed 0%,#f7efe3 45%,#ead3b5 100%);
  overflow:hidden;
}

.hero-copy{
  padding:90px 7vw 70px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}

.hero h1{
  margin:0;
  max-width:610px;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(48px,5vw,76px);
  line-height:.98;
  font-style:italic;
  font-weight:500;
  letter-spacing:-1px;
}

.gold-stroke{
  width:180px;
  height:3px;
  margin:24px 0 30px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,var(--gold),transparent);
}

.hero .lead{
  font-size:18px;
  max-width:580px;
  margin-bottom:10px;
}

.hero-copy > p:not(.lead){
  max-width:600px;
  margin-top:0;
  color:#4e4741;
}

.hero-copy .btn{
  margin:10px 0 30px;
}

.hero-note{
  border-left:3px solid var(--gold);
  padding-left:18px;
  font-size:15px;
  color:#3a342f;
}

.hero-photo{
  min-height:650px;
  background:
    radial-gradient(circle at 65% 35%,rgba(255,255,255,.18),transparent 30%),
    linear-gradient(145deg,rgba(244,205,153,.35),rgba(102,64,36,.06)),
    url("manuela.jpg") center 28%/cover no-repeat;
  position:relative;
}

.hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(248,244,237,.24),transparent 30%);
  pointer-events:none;
}

.services{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  background:#fff;
  padding:50px 6vw;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.services article{
  text-align:center;
  padding:12px 40px 20px;
}

.services article + article{
  border-left:1px solid #d9c6a7;
}

.icon{
  font-size:42px;
  color:var(--gold);
  line-height:1;
  margin-bottom:15px;
}

.services h2{
  font-family:"Cormorant Garamond",serif;
  font-size:29px;
  margin:0 0 12px;
  font-weight:600;
}

.services p{
  margin:0 auto;
  max-width:380px;
  color:#514a44;
  font-size:14px;
}

.about{
  display:grid;
  grid-template-columns:42% 58%;
  min-height:610px;
  background:#fbf7f1;
}

.about-visual{
  position:relative;
  min-height:610px;
  overflow:hidden;
  background:
    linear-gradient(0deg,rgba(65,50,37,.25),rgba(255,255,255,.02)),
    radial-gradient(circle at 70% 30%,rgba(255,226,170,.85),transparent 22%),
    linear-gradient(160deg,#e8cfa7 0%,#f6e9d8 44%,#98785c 100%);
}

.sun-glow{
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  top:70px;
  right:60px;
  background:radial-gradient(circle,#fff6ca 0%,rgba(255,232,168,.6) 35%,transparent 70%);
  filter:blur(3px);
}

.silhouette{
  position:absolute;
  left:50%;
  bottom:60px;
  transform:translateX(-50%);
  width:180px;
  height:260px;
  border-radius:100px 100px 40px 40px;
  background:rgba(69,54,43,.58);
  color:rgba(255,255,255,.13);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Cormorant Garamond",serif;
  font-size:60px;
}

.about-copy{
  padding:75px 7vw;
}

.eyebrow{
  margin:0;
  color:var(--gold);
  font-family:"Cormorant Garamond",serif;
  font-size:34px;
  font-style:italic;
}

.about-copy > h2{
  margin:0 0 22px;
  font-family:"Cormorant Garamond",serif;
  font-size:58px;
  line-height:1;
  font-weight:600;
}

.about-copy > p{
  max-width:760px;
  color:#514a44;
}

.cert-card{
  margin-top:34px;
  display:grid;
  grid-template-columns:1fr 180px;
  gap:24px;
  align-items:center;
  padding:26px;
  background:#fff;
  border:1px solid #e5d3b7;
  border-radius:18px;
  box-shadow:var(--shadow);
}

.cert-label{
  display:block;
  color:var(--gold);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:600;
}

.cert-card h3{
  margin:10px 0 6px;
  font-family:"Cormorant Garamond",serif;
  font-size:27px;
}

.cert-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.cert-placeholder{
  min-height:120px;
  border:1px solid #d9be8e;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#9e7c43;
  font-size:12px;
  letter-spacing:2px;
  background:linear-gradient(160deg,#fff,#f4e8d6);
}

.contact-strip{
  margin:28px 5vw;
  padding:28px 34px;
  border-radius:24px;
  background:linear-gradient(90deg,#f2dec0,#f9f3e8);
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:28px;
  align-items:center;
  border:1px solid #ead7b8;
}

.heart{
  font-family:"Cormorant Garamond",serif;
  color:var(--gold);
  font-size:62px;
  line-height:1;
}

.contact-strip h2{
  margin:0 0 5px;
  font-family:"Cormorant Garamond",serif;
  font-size:32px;
  line-height:1.1;
  font-style:italic;
  font-weight:500;
}

.contact-strip p{
  margin:0;
  color:#5d554d;
  font-size:14px;
}

.contact-note{
  padding:0 5vw 30px;
  text-align:center;
  color:#6d655d;
  font-size:13px;
}

footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:22px 5vw 30px;
  border-top:1px solid var(--line);
  font-size:12px;
  color:#706860;
}

@media (max-width:1000px){
  .site-header{
    padding:14px 4vw;
  }

  .menu-toggle{
    display:block;
    margin-left:auto;
  }

  .nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:15px 5vw 22px;
    background:#fbf8f3;
    border-bottom:1px solid var(--line);
    box-shadow:0 14px 30px rgba(45,33,20,.08);
  }

  .nav.open{
    display:flex;
  }

  .nav a{
    padding:12px 0;
  }

  .nav .btn{
    margin-top:8px;
  }

  .hero{
    grid-template-columns:1fr;
  }

  .hero-copy{
    padding:70px 7vw 50px;
  }

  .hero-photo{
    min-height:520px;
  }

  .services{
    grid-template-columns:1fr;
    padding:28px 7vw;
  }

  .services article{
    padding:28px 10px;
  }

  .services article + article{
    border-left:0;
    border-top:1px solid #d9c6a7;
  }

  .about{
    grid-template-columns:1fr;
  }

  .about-visual{
    min-height:420px;
  }

  .about-copy{
    padding:55px 7vw;
  }

  .contact-strip{
    grid-template-columns:1fr;
    text-align:center;
  }

  .heart{
    display:none;
  }

  .contact-strip .btn{
    justify-self:center;
  }
}

@media (max-width:600px){
  .brand-mark{
    font-size:34px;
  }

  .brand-name{
    font-size:11px;
    letter-spacing:2px;
  }

  .brand-role{
    font-size:8px;
    letter-spacing:3px;
  }

  .hero-copy{
    padding:55px 6vw 42px;
  }

  .hero h1{
    font-size:48px;
  }

  .hero .lead{
    font-size:16px;
  }

  .hero-photo{
    min-height:430px;
  }

  .about-copy > h2{
    font-size:45px;
  }

  .cert-card{
    grid-template-columns:1fr;
  }

  .cert-placeholder{
    min-height:100px;
  }

  .contact-strip{
    margin:20px 4vw;
    padding:24px 20px;
  }

  .contact-strip h2{
    font-size:28px;
  }

  footer{
    flex-direction:column;
    text-align:center;
    align-items:center;
  }
}
