.vnc-section {
  box-sizing:border-box;
  width:100%;
  margin:0;
  padding:clamp(48px,5vw,78px) clamp(18px,3vw,56px) clamp(50px,5vw,76px);
  background:
    radial-gradient(circle at 36% 12%, rgba(255,255,255,.84), rgba(255,255,255,0) 38%),
    linear-gradient(90deg, rgba(227,212,188,.13), rgba(255,255,255,0) 24%, rgba(255,255,255,0) 76%, rgba(227,212,188,.13)),
    #faf7f2;
  color:#054340;
  overflow:hidden;
}

.vnc-section *,
.vnc-section *::before,
.vnc-section *::after { box-sizing:border-box; }

.vnc-shell {
  position:relative;
  width:min(1540px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);
  gap:clamp(46px,6vw,112px);
  align-items:center;
}

.vnc-content {
  text-align:center;
  min-width:0;
}

.vnc-brand {
  width:max-content;
  margin:0 auto 19px;
  color:#c9a86a;
  text-align:center;
}

.vnc-mark {
  display:block;
  margin:0 0 8px;
  font-size:29px;
  line-height:1;
}

.vnc-brand strong {
  display:block;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-size:25px;
  line-height:1;
  font-weight:500;
  letter-spacing:.42em;
  padding-left:.42em;
}

.vnc-brand i {
  position:relative;
  display:block;
  width:86px;
  height:18px;
  margin:8px auto 0;
  font-style:normal;
}

.vnc-brand i::before,
.vnc-brand i::after {
  content:"";
  position:absolute;
  top:50%;
  width:33px;
  height:1px;
  background:rgba(201,168,106,.62);
}

.vnc-brand i::before { left:0; }
.vnc-brand i::after { right:0; }

.vnc-content h2 {
  margin:0;
  font-family:"Playfair Display","Cormorant Garamond",Georgia,serif;
  line-height:.94;
  font-weight:400;
  letter-spacing:-.04em;
}

.vnc-content h2 span {
  display:block;
  color:#054340;
  font-size:clamp(48px,5vw,74px);
}

.vnc-content h2 strong {
  display:block;
  color:#c19855;
  font-size:clamp(56px,6vw,89px);
  font-weight:400;
}

.vnc-content h2 em {
  color:#b88e52;
  font-size:.78em;
  font-style:italic;
  letter-spacing:-.055em;
}

.vnc-divider {
  position:relative;
  width:min(420px,72%);
  height:23px;
  margin:12px auto 15px;
}

.vnc-divider::before,
.vnc-divider::after {
  content:"";
  position:absolute;
  top:50%;
  width:42%;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(201,168,106,.68));
}

.vnc-divider::before { left:0; }
.vnc-divider::after { right:0; transform:scaleX(-1); }

.vnc-divider span {
  position:absolute;
  left:50%;
  top:50%;
  width:16px;
  height:16px;
  border:1px solid #c9a86a;
  transform:translate(-50%,-50%) rotate(45deg);
}

.vnc-divider span::after {
  content:"";
  position:absolute;
  inset:4px;
  border-radius:50%;
  background:#c9a86a;
}

.vnc-subtitle {
  width:min(650px,100%);
  margin:0 auto 34px;
  color:#2d3e39;
  font-family:"Playfair Display","Cormorant Garamond",Georgia,serif;
  font-size:clamp(18px,1.5vw,23px);
  line-height:1.42;
}

.vnc-form {
  width:min(760px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:0;
}

.vnc-field {
  position:relative;
  min-height:64px;
  padding:0 76px 0 20px;
  display:flex;
  align-items:center;
  gap:15px;
  border:1px solid rgba(201,168,106,.42);
  border-radius:8px;
  background:rgba(255,251,244,.58);
  transition:border-color .26s ease,box-shadow .26s ease,background .26s ease;
}

.vnc-field:focus-within {
  border-color:#c9a86a;
  background:#fffaf2;
  box-shadow:0 12px 32px rgba(201,168,106,.13);
}

.vnc-field svg {
  width:22px;
  height:22px;
  flex:0 0 auto;
  fill:none;
  stroke:#9e9a8f;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vnc-field input {
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#143a34;
  font-family:"Inter","Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  line-height:1;
}

.vnc-field input::placeholder {
  color:#9b9488;
}

.vnc-form .vnc-send {
  position:absolute;
  top:50%;
  right:8px;
  width:48px;
  height:48px;
  min-height:0;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  border:0;
  border-radius:50%;
  color:#fff;
  background:#054340;
  cursor:pointer;
  box-shadow:0 14px 32px rgba(5,67,64,.2);
  transform:translateY(-50%);
  transition:transform .28s ease,box-shadow .28s ease,background .28s ease;
}

.vnc-form .vnc-send:hover,
.vnc-form .vnc-send:focus-visible {
  background:#0a554e;
  transform:translateY(-50%) scale(1.04);
  box-shadow:0 20px 44px rgba(5,67,64,.28);
  outline:none;
}

.vnc-form .vnc-send svg {
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vnc-privacy {
  margin:18px 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#7e7a70;
  font-family:"Playfair Display","Cormorant Garamond",Georgia,serif;
  font-size:15px;
  line-height:1.2;
}

.vnc-privacy svg {
  width:18px;
  height:18px;
  fill:none;
  stroke:#c9a86a;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vnc-portrait {
  position:relative;
  width:min(430px,100%);
  margin:0 auto;
}

.vnc-arch {
  position:relative;
  aspect-ratio:300 / 430;
  padding:10px;
  border:1px solid rgba(201,168,106,.7);
  border-radius:999px 999px 8px 8px;
  overflow:hidden;
  background:rgba(255,250,242,.55);
  box-shadow:0 24px 56px rgba(45,36,22,.09);
}

.vnc-arch img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
  border-radius:999px 999px 4px 4px;
  transform:scale(1.02);
  transition:transform .7s ease;
}

.vnc-portrait:hover .vnc-arch img {
  transform:scale(1.07);
}

.vnc-arch-top {
  position:absolute;
  top:-18px;
  left:50%;
  color:#c9a86a;
  font-size:27px;
  line-height:1;
  transform:translateX(-50%);
}

.vnc-botanical {
  position:absolute;
  right:-64px;
  bottom:-18px;
  width:160px;
  height:275px;
  opacity:.36;
  pointer-events:none;
}

.vnc-botanical::before {
  content:"";
  position:absolute;
  left:64px;
  bottom:0;
  width:1px;
  height:260px;
  background:#c9a86a;
  transform:rotate(15deg);
  transform-origin:bottom;
}

.vnc-botanical span {
  position:absolute;
  width:58px;
  height:25px;
  border:1px solid #c9a86a;
  border-left:0;
  border-bottom:0;
  border-radius:100% 0 100% 0;
}

.vnc-botanical span:nth-child(1) { left:40px; top:20px; transform:rotate(-36deg); }
.vnc-botanical span:nth-child(2) { left:80px; top:62px; transform:rotate(34deg) scale(.9); }
.vnc-botanical span:nth-child(3) { left:30px; top:105px; transform:rotate(-40deg) scale(.78); }
.vnc-botanical span:nth-child(4) { left:78px; top:142px; transform:rotate(31deg) scale(.82); }
.vnc-botanical span:nth-child(5) { left:18px; top:182px; transform:rotate(-36deg) scale(.72); }
.vnc-botanical span:nth-child(6) { left:73px; top:210px; transform:rotate(28deg) scale(.68); }

.vnc-benefits {
  grid-column:1 / -1;
  position:relative;
  margin:24px auto 0;
  padding:24px 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid rgba(201,168,106,.35);
  border-bottom:1px solid rgba(201,168,106,.35);
}

.vnc-benefits::after {
  content:"✦";
  position:absolute;
  left:50%;
  bottom:-11px;
  color:#c9a86a;
  background:#faf7f2;
  padding:0 14px;
  transform:translateX(-50%);
}

.vnc-benefit {
  min-height:58px;
  padding:0 clamp(16px,2.5vw,36px);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-align:left;
}

.vnc-benefit + .vnc-benefit {
  border-left:1px solid rgba(201,168,106,.25);
}

.vnc-benefit-icon {
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:1px solid rgba(201,168,106,.55);
  border-radius:50%;
  color:#c9a86a;
}

.vnc-benefit-icon svg {
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.vnc-benefit strong,
.vnc-benefit small {
  display:block;
}

.vnc-benefit strong {
  color:#7f6946;
  font-family:"Cormorant Garamond","Playfair Display",Georgia,serif;
  font-size:17px;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
}

.vnc-benefit small {
  margin-top:5px;
  color:#453d34;
  font-family:"Playfair Display","Cormorant Garamond",Georgia,serif;
  font-size:14px;
  line-height:1.2;
}

.vnc-section.is-visible .vnc-content,
.vnc-section.is-visible .vnc-portrait,
.vnc-section.is-visible .vnc-benefits {
  animation:vncFadeUp .8s ease both;
}

.vnc-section.is-visible .vnc-portrait { animation-delay:.08s; }
.vnc-section.is-visible .vnc-benefits { animation-delay:.16s; }

@keyframes vncFadeUp {
  from { opacity:0; transform:translateY(18px); }
  to { opacity:1; transform:translateY(0); }
}

@media (max-width:1024px) {
  .vnc-shell {
    grid-template-columns:1fr;
    gap:34px;
  }

  .vnc-portrait {
    order:-1;
    width:min(340px,86vw);
  }
}

@media (max-width:720px) {
  .vnc-section {
    width:100% !important;
    max-width:100% !important;
    padding:34px 8px 40px;
    overflow:hidden;
  }

  .vnc-shell {
    width:100%;
    max-width:100%;
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(126px,.72fr);
    gap:8px;
    align-items:center;
  }

  .vnc-content {
    width:100%;
    max-width:100%;
  }

  .vnc-form {
    width:100%;
    grid-template-columns:minmax(0,1fr);
    gap:0;
  }

  .vnc-field,
  .vnc-form .vnc-send {
    min-height:38px;
  }

  .vnc-field {
    padding:0 47px 0 9px;
    gap:7px;
  }

  .vnc-field svg {
    width:14px;
    height:14px;
  }

  .vnc-field input {
    font-size:11px;
  }

  .vnc-form .vnc-send {
    right:4px;
    width:30px;
    height:30px;
    min-height:0;
    padding:0 9px;
    gap:6px;
  }

  .vnc-form .vnc-send svg {
    width:14px;
    height:14px;
  }

  .vnc-benefits {
    width:100%;
    grid-column:1 / -1;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    margin-top:16px;
    padding:12px 0;
  }

  .vnc-benefit {
    min-height:42px;
    justify-content:center;
    padding:0 6px;
    gap:7px;
  }

  .vnc-benefit + .vnc-benefit {
    border-left:1px solid rgba(201,168,106,.22);
    border-top:0;
    padding-top:0;
  }

  .vnc-brand {
    margin-bottom:10px;
  }

  .vnc-mark {
    font-size:17px;
  }

  .vnc-brand strong {
    font-size:15px;
    letter-spacing:.34em;
    padding-left:.34em;
  }

  .vnc-brand i {
    width:54px;
    height:12px;
    margin-top:5px;
  }

  .vnc-content h2 span { font-size:clamp(31px,8.6vw,44px); }
  .vnc-content h2 strong { font-size:clamp(36px,9.6vw,50px); }

  .vnc-divider {
    width:72%;
    height:16px;
    margin:7px auto 10px;
  }

  .vnc-subtitle {
    margin-bottom:18px;
    font-size:clamp(12px,3.2vw,15px);
    line-height:1.35;
  }

  .vnc-privacy {
    margin-top:9px;
    gap:5px;
    font-size:9px;
  }

  .vnc-privacy svg {
    width:12px;
    height:12px;
  }

  .vnc-portrait {
    order:0;
    width:100%;
    max-width:188px;
    align-self:center;
  }

  .vnc-arch {
    padding:5px;
    box-shadow:0 14px 34px rgba(45,36,22,.09);
  }

  .vnc-benefit-icon {
    width:28px;
    height:28px;
  }

  .vnc-benefit-icon svg {
    width:15px;
    height:15px;
  }

  .vnc-benefit strong {
    font-size:8px;
    letter-spacing:.07em;
  }

  .vnc-benefit small {
    margin-top:3px;
    font-size:7px;
    line-height:1.15;
  }

  .vnc-botanical {
    right:-22px;
    bottom:-14px;
    width:70px;
    height:150px;
    opacity:.28;
  }
}

@media (max-width:420px) {
  .vnc-section {
    padding-left:8px;
    padding-right:8px;
  }

  .vnc-shell {
    grid-template-columns:minmax(0,1fr) minmax(106px,34vw);
  }

  .vnc-form {
    grid-template-columns:minmax(0,1fr);
  }

  .vnc-portrait {
    max-width:150px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .vnc-section *, .vnc-section *::before, .vnc-section *::after {
    animation:none!important;
    transition:none!important;
  }
}

html body .vnc-section,
html body [data-vicora-newsletter-circle] {
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
