:root{
  --navy:#061b37;
  --navy-2:#0b294f;
  --navy-3:#020b18;
  --green:#33761f;
  --green-2:#5b9f30;
  --green-3:#79bd4a;
  --sage:#eaf4e4;
  --sage-2:#f4f9ef;
  --cream:#fbf8ef;
  --white:#ffffff;
  --paper:#f7fbf3;
  --paper-2:#edf6e8;
  --ink:#102033;
  --muted:#627083;
  --line:rgba(6,27,55,.12);
  --glass:rgba(255,255,255,.12);
  --shadow:0 24px 70px rgba(6,27,55,.12);
  --shadow-strong:0 34px 100px rgba(6,27,55,.26);
  --radius:30px;
  --radius-lg:48px;
}

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  scroll-behavior:smooth;
  overflow-x:hidden;
}

body{
  font-family:Manrope, Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(91,159,48,.18), transparent 25%),
    radial-gradient(circle at 92% 5%, rgba(6,27,55,.10), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 48%, var(--paper-2) 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

img{
  display:block;
  max-width:100%;
  height:auto;
}

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

.Body{
  min-height:100vh;
}

main{
  width:min(1240px, calc(100% - 36px));
  margin:0 auto 86px;
}

h1,
h2,
h3,
p{
  margin-top:0;
}

h1,
h2,
h3,
.micro-title,
.logo-lockup,
.topbar-links,
.topbar-call,
.btn-main,
.btn-ghost,
.final-cta a,
.floating-call{
  font-family:"Space Grotesk", Manrope, Arial, sans-serif;
}

h1{
  max-width:820px;
  margin-bottom:24px;
  color:#fff;
  font-size:clamp(3rem, 6.8vw, 6.2rem);
  line-height:.91;
  letter-spacing:-.08em;
  font-weight:700;
}

h2{
  margin-bottom:18px;
  color:var(--navy);
  font-size:clamp(2rem, 3.85vw, 4.15rem);
  line-height:.99;
  letter-spacing:-.064em;
  font-weight:700;
}

h3{
  margin-bottom:8px;
  color:var(--navy);
  font-size:1.08rem;
  line-height:1.28;
  font-weight:700;
}

p{
  color:var(--muted);
  font-size:1rem;
  line-height:1.76;
}

.topbar{
  position:relative;
  z-index:20;
  width:min(1240px, calc(100% - 36px));
  margin:18px auto -94px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:rgba(2,11,24,.66);
  box-shadow:0 20px 60px rgba(2,11,24,.22);
  backdrop-filter:blur(18px);
}

.logo-lockup{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.logo-lockup img{
  width:196px;
  padding:8px 12px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.24);
}

.topbar-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:rgba(255,255,255,.78);
  font-size:.9rem;
  font-weight:700;
}

.topbar-links a{
  padding:10px 12px;
  border-radius:999px;
  transition:.24s ease;
}

.topbar-links a:hover{
  color:#fff;
  background:rgba(255,255,255,.10);
}

.topbar-call{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:52px;
  padding:0 18px;
  border-radius:18px;
  color:#fff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  transition:.24s ease;
}

.topbar-call:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.16);
}

.topbar-call span{
  color:#a8e283;
  font-weight:700;
}

.topbar-call strong{
  font-weight:700;
}

.hero-screen{
  position:relative;
  min-height:930px;
  padding:168px 54px 70px;
  display:grid;
  grid-template-columns:minmax(0, 1.03fr) minmax(360px, .97fr);
  gap:44px;
  align-items:end;
  overflow:hidden;
  border-radius:0 0 var(--radius-lg) var(--radius-lg);
  color:#fff;
  background:
    radial-gradient(circle at 14% 22%, rgba(91,159,48,.36), transparent 31%),
    radial-gradient(circle at 82% 12%, rgba(121,189,74,.18), transparent 28%),
    linear-gradient(135deg, var(--navy-3) 0%, var(--navy) 50%, var(--green) 122%);
  box-shadow:var(--shadow-strong);
  isolation:isolate;
}

.hero-screen::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.05) 0 1px, transparent 1px);
  background-size:82px 82px;
  opacity:.22;
  mask-image:linear-gradient(180deg, transparent 0%, #000 18%, #000 78%, transparent 100%);
  pointer-events:none;
}

.hero-noise{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 74% 22%, rgba(255,255,255,.10), transparent 25%),
    radial-gradient(circle at 62% 86%, rgba(91,159,48,.22), transparent 34%);
  pointer-events:none;
}

.hero-orbit{
  position:absolute;
  right:-190px;
  top:110px;
  width:620px;
  aspect-ratio:1;
  border-radius:50%;
  border:82px solid rgba(255,255,255,.06);
  pointer-events:none;
}

.hero-left,
.hero-right{
  position:relative;
  z-index:2;
}

.micro-title{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
  color:#a8e283;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.78rem;
  font-weight:800;
}

.micro-title::before{
  content:"";
  width:38px;
  height:3px;
  border-radius:999px;
  background:currentColor;
}

.micro-title--dark{
  color:var(--green);
}

.hero-lead{
  max-width:730px;
  margin-bottom:0;
  color:rgba(255,255,255,.82);
  font-size:1.08rem;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:34px;
}

.btn-main,
.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:15px 24px;
  border-radius:999px;
  font-weight:800;
  transition:.24s ease;
}

.btn-main{
  color:#fff;
  background:linear-gradient(135deg, var(--green-3), var(--green));
  box-shadow:0 18px 42px rgba(51,118,31,.34);
}

.btn-ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
}

.btn-main:hover,
.btn-ghost:hover{
  transform:translateY(-2px);
}

.hero-right{
  min-height:650px;
}

.hero-photo-card{
  position:absolute;
  right:0;
  top:0;
  width:min(520px, 100%);
  height:390px;
  margin:0;
  overflow:hidden;
  border-radius:34px;
  background:var(--navy-3);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 30px 90px rgba(0,0,0,.30);
}

.hero-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hero-photo-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(6,27,55,.02) 28%, rgba(6,27,55,.74) 100%);
}

.hero-photo-card figcaption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:2;
  padding:12px 14px;
  border-radius:999px;
  color:#fff;
  background:rgba(6,27,55,.72);
  border:1px solid rgba(255,255,255,.16);
  font-family:"Space Grotesk", Manrope, Arial, sans-serif;
  font-weight:800;
  text-align:center;
  backdrop-filter:blur(10px);
}

.hero-nature-panel{
  position:absolute;
  right:0;
  top:0;
  width:min(520px, 100%);
  height:390px;
  overflow:hidden;
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255,255,255,.18), transparent 22%),
    linear-gradient(180deg, rgba(244,249,239,.98), rgba(234,244,228,.92));
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 30px 90px rgba(0,0,0,.30);
}

.hero-nature-panel::after{
  content:"Rhône Nature Service";
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:4;
  padding:12px 14px;
  border-radius:999px;
  color:#fff;
  background:rgba(6,27,55,.76);
  border:1px solid rgba(255,255,255,.16);
  font-family:"Space Grotesk", Manrope, Arial, sans-serif;
  font-weight:800;
  text-align:center;
  backdrop-filter:blur(10px);
}

.landscape-sun{
  position:absolute;
  right:58px;
  top:48px;
  width:84px;
  height:84px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(121,189,74,.34), rgba(255,255,255,.76));
  box-shadow:0 0 0 18px rgba(91,159,48,.10);
}

.landscape-hill{
  position:absolute;
  left:-12%;
  right:-12%;
  bottom:0;
  height:150px;
  border-radius:50% 50% 0 0;
}

.landscape-hill--back{
  bottom:56px;
  background:linear-gradient(135deg, rgba(91,159,48,.35), rgba(121,189,74,.18));
}

.landscape-hill--front{
  bottom:-16px;
  background:linear-gradient(135deg, var(--green), var(--green-2));
}

.tree-mark{
  position:absolute;
  left:64px;
  bottom:82px;
  width:220px;
  height:240px;
  z-index:3;
}

.tree-trunk{
  position:absolute;
  left:88px;
  bottom:0;
  width:46px;
  height:176px;
  border-radius:26px 26px 10px 10px;
  background:linear-gradient(90deg, var(--navy-3), var(--navy));
}

.tree-branch{
  position:absolute;
  left:105px;
  width:96px;
  height:14px;
  border-radius:999px;
  background:var(--navy);
  transform-origin:left center;
}

.tree-branch--one{
  top:74px;
  transform:rotate(-28deg);
}

.tree-branch--two{
  top:118px;
  transform:rotate(24deg);
}

.leaf{
  position:absolute;
  width:58px;
  height:28px;
  border-radius:58px 0 58px 0;
  background:linear-gradient(135deg, var(--green-3), var(--green));
  box-shadow:0 10px 24px rgba(51,118,31,.18);
}

.leaf--one{left:24px;top:22px;transform:rotate(28deg);}
.leaf--two{left:126px;top:22px;transform:rotate(-26deg);}
.leaf--three{left:148px;top:80px;transform:rotate(22deg);}
.leaf--four{left:28px;top:96px;transform:rotate(-22deg);}
.leaf--five{left:114px;top:146px;transform:rotate(32deg);}

.quick-card{
  position:absolute;
  width:min(320px, 76%);
  padding:24px;
  border-radius:28px;
  box-shadow:0 22px 70px rgba(0,0,0,.22);
}

.quick-card--light{
  left:0;
  bottom:100px;
  color:var(--navy);
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.50);
}

.quick-card--green{
  right:0;
  bottom:0;
  color:#fff;
  background:linear-gradient(135deg, rgba(121,189,74,.98), rgba(51,118,31,.98));
}

.quick-number{
  display:inline-flex;
  margin-bottom:28px;
  color:inherit;
  opacity:.72;
  font-family:"Space Grotesk", Manrope, Arial, sans-serif;
  font-size:2.8rem;
  line-height:1;
  letter-spacing:-.08em;
  font-weight:800;
}

.quick-card strong{
  display:block;
  margin-bottom:8px;
  font-size:1.15rem;
  line-height:1.25;
}

.quick-card p{
  margin:0;
  color:inherit;
  opacity:.74;
}

.identity-strip{
  position:relative;
  z-index:3;
  margin:-38px 0 56px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:0;
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.identity-strip div{
  padding:24px 28px;
  border-right:1px solid var(--line);
}

.identity-strip div:last-child{
  border-right:0;
}

.identity-strip span{
  display:block;
  margin-bottom:8px;
  color:var(--green);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.75rem;
  font-weight:800;
}

.identity-strip strong{
  display:block;
  color:var(--navy);
  font-size:1.02rem;
}

.services-panel{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:34px;
  align-items:start;
  margin-bottom:62px;
}

.section-copy{
  position:sticky;
  top:24px;
  padding:36px;
  border-radius:34px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.section-copy p:last-child{
  margin-bottom:0;
}

.service-lines{
  display:grid;
  gap:14px;
}

.service-lines article{
  position:relative;
  padding:26px 28px 26px 170px;
  min-height:138px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(6,27,55,.07);
  overflow:hidden;
  transition:.24s ease;
}

.service-lines article:hover{
  transform:translateX(8px);
  box-shadow:var(--shadow);
}

.service-lines article::before{
  content:"";
  position:absolute;
  left:-34px;
  top:50%;
  width:150px;
  height:150px;
  transform:translateY(-50%);
  border-radius:50%;
  background:linear-gradient(135deg, rgba(91,159,48,.22), rgba(121,189,74,.08));
}

.service-lines article > span{
  position:absolute;
  left:28px;
  top:50%;
  transform:translateY(-50%);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:94px;
  height:94px;
  border-radius:50%;
  color:var(--navy);
  background:var(--sage);
  border:1px solid rgba(91,159,48,.24);
  font-weight:800;
  text-align:center;
  z-index:2;
}

.service-lines p{
  margin:0;
}

.process-section{
  margin-bottom:62px;
  padding:44px;
  border-radius:var(--radius-lg);
  color:#fff;
  background:
    radial-gradient(circle at 90% 16%, rgba(121,189,74,.23), transparent 26%),
    linear-gradient(135deg, var(--navy), var(--navy-3));
  box-shadow:var(--shadow-strong);
}

.process-title{
  max-width:790px;
  margin-bottom:34px;
}

.process-title h2{
  color:#fff;
}

.process-rail{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:1px;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.12);
}

.process-rail article{
  padding:28px;
  background:rgba(255,255,255,.07);
}

.process-rail span{
  display:inline-flex;
  margin-bottom:24px;
  color:#a8e283;
  font-family:"Space Grotesk", Manrope, Arial, sans-serif;
  font-size:1.4rem;
  font-weight:800;
  letter-spacing:-.04em;
}

.process-rail p{
  margin:0;
  color:rgba(255,255,255,.76);
}

.split-focus{
  position:relative;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:32px;
  align-items:center;
  margin-bottom:62px;
  padding:38px;
  border-radius:var(--radius-lg);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.split-focus--reverse{
  grid-template-columns:1.08fr .92fr;
}

.focus-visual{
  min-height:470px;
  position:relative;
  border-radius:36px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(91,159,48,.22), transparent 22%),
    linear-gradient(180deg, #f5faef, #e3f1dc);
}

.focus-photo-card{
  position:relative;
  min-height:470px;
  margin:0;
  overflow:hidden;
  border-radius:36px;
  background:var(--navy-3);
  box-shadow:0 24px 70px rgba(6,27,55,.18);
}

.focus-photo-card img{
  width:100%;
  height:100%;
  min-height:470px;
  object-fit:cover;
}

.focus-photo-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(6,27,55,.04) 36%, rgba(6,27,55,.78));
}

.focus-photo-card figcaption{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
  padding:18px;
  border-radius:24px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(12px);
}

.focus-photo-card strong{
  display:block;
  margin-bottom:4px;
  color:#fff;
  font-family:"Space Grotesk", Manrope, Arial, sans-serif;
  font-size:1.1rem;
}

.focus-photo-card span{
  color:rgba(255,255,255,.84);
}

.focus-copy{
  position:relative;
  z-index:2;
}

.focus-visual--tree{
  background:
    radial-gradient(circle at 25% 18%, rgba(121,189,74,.24), transparent 22%),
    linear-gradient(180deg, #f7fbf3, #e4f2dd);
}

.large-tree{
  position:absolute;
  left:50%;
  bottom:64px;
  width:260px;
  height:330px;
  transform:translateX(-50%);
}

.large-tree__trunk{
  position:absolute;
  left:106px;
  bottom:0;
  width:54px;
  height:210px;
  border-radius:26px 26px 8px 8px;
  background:linear-gradient(90deg, var(--navy-3), var(--navy));
}

.large-tree__crown{
  position:absolute;
  border-radius:50%;
  background:linear-gradient(135deg, var(--green-3), var(--green));
  box-shadow:0 20px 50px rgba(51,118,31,.22);
}

.large-tree__crown--one{
  left:24px;
  top:42px;
  width:150px;
  height:150px;
}

.large-tree__crown--two{
  right:12px;
  top:18px;
  width:170px;
  height:170px;
}

.large-tree__crown--three{
  left:68px;
  top:0;
  width:154px;
  height:154px;
}

.cut-line{
  position:absolute;
  left:14%;
  right:14%;
  bottom:58px;
  height:24px;
  border-radius:999px;
  background:linear-gradient(90deg, transparent, rgba(6,27,55,.22), transparent);
}

.focus-visual--lawn{
  background:
    radial-gradient(circle at 82% 18%, rgba(121,189,74,.18), transparent 24%),
    linear-gradient(180deg, #f6fbf2, #dff0d7);
}

.lawn-lines{
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(105deg, rgba(51,118,31,.18) 0 18px, rgba(91,159,48,.08) 18px 38px);
  opacity:.68;
}

.garden-path{
  position:absolute;
  left:50%;
  bottom:-90px;
  width:160px;
  height:600px;
  transform:translateX(-50%) rotate(18deg);
  border-radius:999px;
  background:linear-gradient(180deg, rgba(6,27,55,.92), rgba(6,27,55,.72));
  box-shadow:0 0 0 14px rgba(255,255,255,.78);
}

.garden-dot{
  position:absolute;
  width:54px;
  height:54px;
  border-radius:50%;
  background:linear-gradient(135deg, var(--green-3), var(--green));
  box-shadow:0 12px 32px rgba(51,118,31,.24);
}

.garden-dot--one{left:58px;top:74px;}
.garden-dot--two{right:70px;top:138px;}
.garden-dot--three{left:92px;bottom:96px;}

.benefit-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:12px;
  margin-top:28px;
}

.benefit-grid div{
  padding:18px;
  border-radius:22px;
  background:var(--sage-2);
  border:1px solid rgba(91,159,48,.20);
}

.benefit-grid strong{
  display:block;
  margin-bottom:4px;
  color:var(--navy);
}

.benefit-grid span{
  color:var(--muted);
  font-size:.94rem;
}

.zone-block{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:28px;
  margin-bottom:62px;
}

.zone-content{
  padding:38px;
  border-radius:var(--radius-lg);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.communes{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.communes span{
  display:inline-flex;
  padding:10px 14px;
  border-radius:999px;
  color:var(--navy);
  background:var(--sage);
  border:1px solid rgba(91,159,48,.20);
  font-weight:800;
}

.map-panel{
  min-height:440px;
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.map-panel iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:440px;
  border:0;
}

.final-cta{
  margin-bottom:50px;
  padding:50px;
  border-radius:var(--radius-lg);
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 14% 18%, rgba(91,159,48,.32), transparent 28%),
    linear-gradient(135deg, var(--navy-3), var(--navy));
  box-shadow:var(--shadow-strong);
}

.final-cta h2{
  color:#fff;
}

.final-cta p{
  max-width:720px;
  margin:0 auto 28px;
  color:rgba(255,255,255,.78);
}

.final-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:0 24px;
  border-radius:999px;
  color:#fff;
  font-weight:800;
  background:linear-gradient(135deg, var(--green-3), var(--green));
  box-shadow:0 18px 42px rgba(51,118,31,.32);
  transition:.24s ease;
}

.final-cta a:hover{
  transform:translateY(-2px);
}

.footer{
  width:min(1240px, calc(100% - 36px));
  margin:0 auto 30px;
  padding:26px 30px;
  border-radius:28px;
  color:#fff;
  background:var(--navy-3);
  border-top:4px solid var(--green);
}

.footer strong{
  display:block;
  font-size:1.08rem;
}

.footer p{
  margin:6px 0 0;
  color:rgba(255,255,255,.68);
}

.floating-call{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:150;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:64px;
  padding:0 22px 0 12px;
  border-radius:999px;
  color:#fff;
  font-weight:800;
  background:linear-gradient(135deg, var(--green-3), var(--green));
  box-shadow:0 20px 46px rgba(51,118,31,.36), 0 0 0 8px rgba(255,255,255,.9);
  transition:.24s ease;
}

.floating-call:hover{
  transform:translateY(-3px);
}

.floating-call__icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--navy);
  background:#fff;
}

.floating-call__label{
  white-space:nowrap;
}

@media (max-width:1100px){
  .hero-screen,
  .services-panel,
  .split-focus,
  .split-focus--reverse,
  .zone-block{
    grid-template-columns:1fr;
  }

  .hero-right{
    min-height:680px;
  }

  .hero-nature-panel,
  .hero-photo-card{
    width:100%;
    height:390px;
  }

  .quick-card--light{
    bottom:110px;
  }

  .process-rail{
    grid-template-columns:repeat(2, 1fr);
  }

  .section-copy{
    position:relative;
    top:auto;
  }
}

@media (max-width:880px){
  .topbar{
    flex-wrap:wrap;
  }

  .topbar-links{
    order:3;
    width:100%;
    justify-content:flex-start;
  }
}

@media (max-width:760px){
  main,
  .topbar,
  .footer{
    width:min(100% - 24px, 1240px);
  }

  .topbar{
    margin:12px auto -84px;
    padding:14px;
    border-radius:22px;
  }

  .logo-lockup img{
    width:156px;
  }

  .topbar-call{
    min-height:46px;
    padding:0 12px;
  }

  .topbar-call span{
    display:none;
  }

  .topbar-links{
    gap:6px;
    overflow-x:auto;
    padding-bottom:2px;
  }

  .hero-screen{
    min-height:auto;
    padding:138px 22px 32px;
    gap:28px;
    border-radius:0 0 32px 32px;
  }

  h1{
    font-size:clamp(2.5rem, 13.2vw, 4.2rem);
  }

  h2{
    letter-spacing:-.052em;
  }

  .hero-actions a{
    width:100%;
  }

  .hero-right{
    min-height:auto;
    display:grid;
    gap:14px;
  }

  .hero-nature-panel,
  .hero-photo-card,
  .quick-card{
    position:relative;
    inset:auto;
    width:100%;
  }

  .hero-nature-panel,
  .hero-photo-card{
    height:320px;
  }

  .tree-mark{
    left:30px;
    transform:scale(.88);
    transform-origin:left bottom;
  }

  .quick-card{
    padding:22px;
  }

  .identity-strip{
    margin:18px 0 42px;
    grid-template-columns:1fr;
  }

  .identity-strip div{
    border-right:0;
    border-bottom:1px solid var(--line);
  }

  .identity-strip div:last-child{
    border-bottom:0;
  }

  .section-copy,
  .process-section,
  .split-focus,
  .zone-content,
  .final-cta{
    padding:26px;
    border-radius:30px;
  }

  .service-lines article{
    padding:118px 22px 24px;
  }

  .service-lines article > span{
    left:22px;
    top:22px;
    transform:none;
    width:auto;
    height:auto;
    padding:12px 15px;
    border-radius:999px;
  }

  .process-rail,
  .benefit-grid{
    grid-template-columns:1fr;
  }

  .focus-visual,
  .focus-photo-card,
  .focus-photo-card img,
  .map-panel,
  .map-panel iframe{
    min-height:340px;
  }

  .garden-path{
    width:126px;
  }

  .floating-call{
    left:14px;
    right:14px;
    bottom:14px;
    min-height:60px;
    padding:0 18px;
  }

  body{
    padding-bottom:88px;
  }
}

@media (max-width:460px){
  .topbar{
    flex-direction:column;
    align-items:flex-start;
  }

  .topbar-call{
    width:100%;
    justify-content:center;
  }

  .topbar-links{
    width:100%;
  }

  .topbar-links a{
    flex:1 0 auto;
    text-align:center;
  }
}
