
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Montserrat:wght@400;500;600&display=swap');

:root{
  --green:#15372f;
  --green-deep:#0f2b26;
  --ink:#1b2421;
  --muted:#5f6663;
  --paper:#fcfbf8;
  --white:#ffffff;
  --line:#e7e4dc;
  --soft:#f5f3ed;
  --max:1400px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Montserrat,Arial,sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.wrap{width:min(calc(100% - 80px),var(--max));margin:auto}

header{
  height:126px;background:#fff;
  display:flex;align-items:center;
  position:relative;z-index:20;
}
.header-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:22px}
.brand img{width:80px;height:80px;object-fit:contain}
.brand-word{font-size:19px;letter-spacing:.33em}
nav{display:flex;align-items:center;gap:46px;font-size:15px}
nav a{position:relative}
nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-14px;height:1px;background:var(--green)}
.cta{background:var(--green);color:#fff;padding:17px 30px;border-radius:14px;box-shadow:0 8px 22px rgba(21,55,47,.12)}

.hero{
  position:relative;min-height:710px;background:#fff;overflow:hidden;
}
.hero-photo{
  position:absolute;inset:0 0 0 47%;
  background-image:url('hero-office.jpg');
  background-size:cover;background-position:center;
  z-index:0;
}
.hero-photo:before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 8%,rgba(255,255,255,.90) 22%,rgba(255,255,255,.55) 38%,rgba(255,255,255,.12) 58%,rgba(255,255,255,0) 72%);
}
.hero:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,#fff 0 45%,rgba(255,255,255,.78) 56%,rgba(255,255,255,.08) 77%,transparent 100%);
  pointer-events:none;z-index:1;
}
.hero-inner{
  position:relative;z-index:2;
  min-height:710px;display:flex;align-items:center;
}
.hero-copy{width:64%;padding:70px 0 74px}
.kicker{
  font-size:13px;font-weight:500;letter-spacing:.40em;
  margin-bottom:30px;color:#26332f;
}
h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;color:var(--green);font-weight:600}
h1{
  margin:0 0 28px;
  font-size:clamp(66px,6.6vw,102px);
  line-height:.92;letter-spacing:-.025em;
  white-space:nowrap;
}
.hero-copy p{
  margin:0 0 36px;max-width:760px;
  font-size:21px;line-height:1.7;color:#4f5754;
}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--green);color:#fff;
  padding:18px 31px;border-radius:10px;font-weight:500;
}
.button.outline{background:transparent;color:var(--green);border:1px solid var(--green)}

.services-strip{background:#fff;border-top:1px solid #f0eee8;border-bottom:1px solid #ece9e1}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.service{padding:35px 28px;text-align:center;position:relative}
.service:not(:last-child):after{content:"";position:absolute;right:0;top:26px;bottom:26px;width:1px;background:#dfddd7}
.service svg{width:40px;height:40px;margin:0 auto 13px;color:var(--green)}
.service h3{font-size:25px;color:var(--ink);margin:0 0 5px}
.service p{font-size:13px;color:var(--muted);margin:0}

.section{padding:92px 0}
.section.soft{background:var(--soft)}
.section.dark{background:linear-gradient(135deg,var(--green-deep),var(--green));color:#fff}
.section.dark h2,.section.dark h3{color:#fff}
.section-head{max-width:760px;margin-bottom:46px}
.section-head p{color:var(--muted)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px;box-shadow:0 12px 30px rgba(15,43,38,.05)}
.card p,.card li{color:var(--muted)}
.card ul{padding-left:20px}
.card a{font-weight:600;color:var(--green)}
h2{font-size:50px;line-height:1.04;margin:0 0 18px}
h3{font-size:28px;margin:0 0 10px}

.page-hero{padding:86px 0;background:linear-gradient(135deg,#f8f6f1,#eef2ed)}
.page-hero h1{font-size:72px;white-space:normal;margin-bottom:18px}
.page-hero p{max-width:780px;font-size:19px;color:var(--muted)}

.profile{display:grid;grid-template-columns:.78fr 1.22fr;gap:64px;align-items:center}
.profile-art{min-height:500px;border-radius:18px;background:linear-gradient(145deg,#e1e5df,#f4f1eb);position:relative;overflow:hidden}
.profile-art:before{content:"SV";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-family:"Cormorant Garamond",serif;font-size:155px;color:rgba(21,55,47,.16)}
.profile-note{position:absolute;left:28px;right:28px;bottom:28px;background:#fff;padding:18px;border-radius:12px;font-size:13px;color:var(--muted)}

.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:24px}
.contact-card,.form-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px}
.contact-row{padding:16px 0;border-bottom:1px solid #eceae5}
.contact-row:last-child{border-bottom:0}
.contact-row small{display:block;color:var(--muted);margin-bottom:4px}
.contact-row strong{font-size:17px}
.form-card label{display:block;font-size:13px;font-weight:600;margin-bottom:14px}
.form-card input,.form-card textarea,.form-card select{width:100%;margin-top:6px;padding:13px;border:1px solid #d7d5cf;border-radius:9px;background:#fbfaf7;font:inherit}
.form-card textarea{min-height:150px}
.form-note{font-size:12px;color:var(--muted)}
.form-status{margin-top:12px;font-size:13px;color:var(--green)}

.faq-item{padding:22px 0;border-bottom:1px solid #dfddd7}
.faq-item h3{font-size:24px;color:var(--ink);margin-bottom:8px}
.faq-item p{color:var(--muted);margin:0}

footer{background:linear-gradient(135deg,var(--green-deep),var(--green));color:#fff;padding:46px 0 32px}
.footer-grid{display:grid;grid-template-columns:1.1fr 1.25fr .95fr;gap:42px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:20px}
.footer-brand img{width:90px;height:90px;object-fit:contain}
.footer-brand-text{border-left:1px solid rgba(255,255,255,.5);padding-left:24px}
.footer-brand-text strong{display:block;letter-spacing:.32em;font-size:19px;margin-bottom:9px}
.footer-brand-text span{font-size:11px;letter-spacing:.27em}
.contact-info{border-left:1px solid rgba(255,255,255,.4);padding-left:34px;font-size:14px;line-height:1.95}
.slogan-foot{border-left:1px solid rgba(255,255,255,.4);padding-left:34px}
.slogan-foot strong{font-family:"Cormorant Garamond",serif;font-size:22px;letter-spacing:.18em;font-weight:500;white-space:nowrap}
.slogan-foot small{display:block;margin-top:24px;color:#d8e1de}
.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#cbd4d1;display:flex;justify-content:space-between;gap:20px}

@media(max-width:1100px){
  .wrap{width:min(calc(100% - 48px),var(--max))}
  nav{gap:22px}
  .hero-photo{left:42%}
  .hero-copy{width:70%}
}
@media(max-width:900px){
  header{height:auto;padding:18px 0}
  .brand-word{display:none}
  nav a:not(.cta){display:none}
  .hero{min-height:auto}
  .hero-photo{position:absolute;left:0;opacity:.30}
  .hero:after{background:rgba(255,255,255,.78)}
  .hero-inner{min-height:610px}
  .hero-copy{width:100%}
  h1{white-space:normal;font-size:64px}
  .grid-2,.profile,.contact-grid{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr 1fr}
  .services-grid{grid-template-columns:1fr 1fr}
  .service:nth-child(2):after{display:none}
  .footer-grid{grid-template-columns:1fr}
  .contact-info,.slogan-foot{border-left:0;padding-left:0}
}
@media(max-width:620px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .brand img{width:62px;height:62px}
  .hero-inner{min-height:540px}
  h1{font-size:49px}
  .hero-copy p{font-size:17px}
  .services-grid,.grid-3{grid-template-columns:1fr}
  .service:after{display:none!important}
  .page-hero h1{font-size:50px}
  .footer-bottom{flex-direction:column}
}


/* REV E — approved homepage composition */
.hero{
  min-height:530px;
  background:#fff;
}
.hero-photo{
  inset:0 0 0 46%;
  background-image:url('hero-office-approved.jpg');
  background-size:cover;
  background-position:center center;
}
.hero-photo:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    #fff 0%,
    rgba(255,255,255,.99) 10%,
    rgba(255,255,255,.94) 23%,
    rgba(255,255,255,.72) 38%,
    rgba(255,255,255,.28) 53%,
    rgba(255,255,255,.05) 67%,
    transparent 78%
  );
}
.hero:after{
  background:linear-gradient(
    90deg,
    #fff 0%,
    #fff 43%,
    rgba(255,255,255,.96) 47%,
    rgba(255,255,255,.72) 53%,
    rgba(255,255,255,.22) 61%,
    transparent 70%
  );
}
.hero-inner{min-height:530px}
.hero-copy{
  width:47%;
  padding:58px 0 62px;
}
.hero-copy .kicker{
  margin-bottom:24px;
  font-size:12px;
  letter-spacing:.40em;
}
.hero-copy h1{
  font-size:clamp(50px,4.6vw,72px);
  line-height:.94;
  letter-spacing:-.02em;
  white-space:nowrap;
  margin-bottom:25px;
}
.hero-copy p{
  max-width:650px;
  font-size:19px;
  line-height:1.62;
  margin-bottom:31px;
}
.hero-copy .button{
  padding:16px 28px;
  border-radius:10px;
}
.services-strip{
  position:relative;
  z-index:4;
}
@media(max-width:1100px){
  .hero-copy{width:52%}
  .hero-copy h1{font-size:52px}
}
@media(max-width:900px){
  .hero-photo{left:0;opacity:.27}
  .hero:after{background:rgba(255,255,255,.82)}
  .hero-inner{min-height:540px}
  .hero-copy{width:100%}
  .hero-copy h1{white-space:normal;font-size:56px}
}
@media(max-width:620px){
  .hero-inner{min-height:500px}
  .hero-copy h1{font-size:44px}
}


/* REV H — Services page only */
.services-page-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:24px;
}
.services-page-grid .card:nth-child(1),
.services-page-grid .card:nth-child(2),
.services-page-grid .card:nth-child(3){
  grid-column:span 2;
}
.services-page-grid .card:nth-child(4){
  grid-column:2 / span 2;
}
.services-page-grid .card:nth-child(5){
  grid-column:4 / span 2;
}
@media(max-width:900px){
  .services-page-grid{
    grid-template-columns:1fr 1fr;
  }
  .services-page-grid .card{
    grid-column:auto !important;
  }
}
@media(max-width:620px){
  .services-page-grid{
    grid-template-columns:1fr;
  }
}


/* REV I — À propos portrait only */
.profile-photo{
  min-height:500px;
  border-radius:18px;
  overflow:hidden;
  background:#f4f1eb;
}
.profile-photo img{
  display:block;
  width:100%;
  height:100%;
  min-height:500px;
  object-fit:cover;
  object-position:center top;
}
@media(max-width:900px){
  .profile-photo,
  .profile-photo img{
    min-height:420px;
  }
}


/* REV J — bilingual switch */
.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:600;
  white-space:nowrap;
}
.lang-switch a{
  opacity:.62;
  transition:opacity .2s ease;
}
.lang-switch a:hover{opacity:1}
.lang-current{color:var(--green)}
.lang-sep{opacity:.35}
@media(max-width:900px){
  .lang-switch{display:inline-flex}
}


/* REV K — final À propos biography */
.bio-copy p{
  color:var(--muted);
  margin:0 0 20px;
}
.bio-copy .bio-closing{
  color:var(--green);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:25px;
  line-height:1.25;
  font-weight:600;
  margin-top:30px;
}

/* REV L — production contact form */
.hp-field{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.form-card button:disabled{
  opacity:.65;
  cursor:wait;
}
.form-status{
  min-height:22px;
  margin-top:14px;
}

/* REV O — mobile navigation, responsive cleanup, privacy page */
.mobile-menu-toggle{
  display:none;
  width:46px;
  height:46px;
  padding:11px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.mobile-menu-toggle span{
  display:block;
  width:21px;
  height:2px;
  background:var(--green);
  transition:transform .2s ease,opacity .2s ease;
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.privacy-content{max-width:980px}
.privacy-content h2{font-size:34px;margin-top:44px;margin-bottom:12px}
.privacy-content p{color:var(--muted);margin:0 0 18px}
.privacy-updated{padding-bottom:20px;border-bottom:1px solid var(--line)}
.privacy-contact{margin:20px 0 8px;padding:24px 26px;border:1px solid var(--line);border-radius:14px;background:#fff;line-height:1.9}
.privacy-contact a{color:var(--green);font-weight:600}

@media(max-width:900px){
  body{overflow-x:hidden}
  header{padding:12px 0;position:relative}
  .header-inner{position:relative;gap:14px}
  .brand img{width:66px;height:66px}
  .mobile-menu-toggle{display:flex;margin-left:auto;flex:0 0 auto}
  nav{
    display:none;
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    right:0;
    z-index:100;
    background:#fff;
    border:1px solid var(--line);
    border-radius:14px;
    box-shadow:0 16px 35px rgba(15,43,38,.14);
    padding:12px;
    gap:0;
    flex-direction:column;
    align-items:stretch;
  }
  nav.open{display:flex}
  nav a:not(.cta){display:block}
  nav > a:not(.cta){padding:14px 14px;border-bottom:1px solid #efede7;font-size:15px}
  nav a.active:after{display:none}
  nav > a.active:not(.cta){color:var(--green);font-weight:600}
  nav .lang-switch{padding:14px;justify-content:flex-start;border-bottom:1px solid #efede7}
  nav .cta{display:block;margin-top:10px;padding:14px;text-align:center;border-radius:10px}

  .page-hero{padding:58px 0}
  .page-hero h1{font-size:clamp(44px,10vw,60px);line-height:1;margin-bottom:14px;overflow-wrap:anywhere}
  .page-hero p{font-size:17px;line-height:1.6}
  .section{padding:66px 0}
  .card{padding:25px}
  .footer-grid{gap:30px}
  .footer-brand{align-items:center}
  .footer-brand-text strong{font-size:18px}
  .slogan-foot strong{white-space:normal}
  .contact-info{overflow-wrap:anywhere}
  .privacy-content h2{font-size:31px}
}

@media(max-width:620px){
  .wrap{width:calc(100% - 32px)}
  header{padding:10px 0}
  .brand img{width:58px;height:58px}
  .mobile-menu-toggle{width:44px;height:44px}

  .hero-inner{min-height:0;padding:58px 0 54px}
  .hero-copy{padding:0;width:100%}
  .hero-copy .kicker{font-size:11px;letter-spacing:.28em;margin-bottom:18px}
  .hero-copy h1{font-size:clamp(40px,12vw,52px);line-height:.98;margin-bottom:20px;overflow-wrap:normal}
  .hero-copy p{font-size:16px;line-height:1.55;margin-bottom:26px}
  .hero-copy .button,.button{width:100%;padding:15px 20px;text-align:center}
  .hero-photo{background-position:62% center}

  .services-strip .wrap{width:100%}
  .service{padding:26px 20px;border-bottom:1px solid #ece9e1}
  .service:last-child{border-bottom:0}
  .service h3{font-size:23px}

  .section{padding:52px 0}
  h2{font-size:39px;line-height:1.05}
  h3{font-size:26px}
  .grid-2{gap:26px}
  .grid-3{gap:16px}
  .card{padding:22px;border-radius:14px}
  .card ul{padding-left:19px}

  .page-hero{padding:48px 0}
  .page-hero .kicker{font-size:11px;letter-spacing:.28em;margin-bottom:18px}
  .page-hero h1{font-size:43px;line-height:1.02}
  .page-hero p{font-size:16px;margin-bottom:0}

  .profile{gap:30px}
  .profile-photo,.profile-photo img{min-height:0;height:auto}
  .profile-photo img{aspect-ratio:4/5;object-fit:cover}
  .bio-copy .bio-closing{font-size:23px}

  .contact-card,.form-card{padding:22px;border-radius:14px}
  .form-card input,.form-card textarea,.form-card select{font-size:16px}
  .contact-row strong{font-size:16px;overflow-wrap:anywhere}

  footer{padding:38px 0 26px}
  .footer-brand img{width:72px;height:72px}
  .footer-brand{gap:16px}
  .footer-brand-text{padding-left:18px}
  .footer-brand-text strong{font-size:16px;letter-spacing:.26em}
  .footer-brand-text span{font-size:10px;letter-spacing:.20em}
  .contact-info{font-size:13px;line-height:1.85}
  .slogan-foot strong{font-size:20px;letter-spacing:.12em}
  .footer-bottom{margin-top:26px;padding-top:16px}

  .privacy-section{padding-top:42px}
  .privacy-content h2{font-size:28px;line-height:1.1;margin-top:36px}
  .privacy-contact{padding:20px;overflow-wrap:anywhere}
}

/* REV R — justified privacy statement + mobile hero image above copy with soft fade */
.privacy-statement{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}
.privacy-statement p{
  font-size:19px;
  line-height:1.9;
  color:var(--text);
  margin:0;
  text-align:justify;
  text-align-last:left;
  hyphens:auto;
}
.mobile-hero-inline-photo{display:none}

@media(max-width:620px){
  /* Mobile: image first, then the original clean text treatment. */
  .hero-photo{display:none}
  .hero:after{background:#fff}
  .mobile-hero-inline-photo{
    display:block;
    position:relative;
    z-index:2;
    width:100%;
    height:245px;
    object-fit:cover;
    object-position:68% center;
    margin:0;
    -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.75) 82%,transparent 100%);
    mask-image:linear-gradient(to bottom,#000 0%,#000 72%,rgba(0,0,0,.75) 82%,transparent 100%);
  }
  .hero-inner{padding-top:10px;padding-bottom:54px}
  .privacy-statement{max-width:100%}
  .privacy-statement p{
    font-size:17px;
    line-height:1.8;
    text-align:justify;
    text-align-last:left;
  }
}
