/* AVIX Water v106 — Founder narrative sections + contact-form alignment */

/* ========================================================================== 
   FOUNDER — 03 · BUILDING AVIX
   ========================================================================== */
html body.fp-page .fpv106-ventures{
  background:#eee7db;
  color:#121719;
}
html body.fp-page .fpv106-split-head{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:clamp(54px,7vw,112px);
  align-items:end;
  margin-bottom:46px;
}
html body.fp-page .fpv106-split-head .av5-eyebrow{
  margin-bottom:16px;
  color:#80600c!important;
}
html body.fp-page .fpv106-split-head h2{
  max-width:820px;
  margin:0;
  color:#111416!important;
  font-size:clamp(44px,4.35vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
}
html body.fp-page .fpv106-split-head>p{
  max-width:540px;
  margin:0 0 2px;
  color:#625f59!important;
  font-size:18px;
  line-height:1.55;
}
html body.fp-page .fpv106-venture-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
html body.fp-page .fpv106-venture{
  --venture:#2faec8;
  display:flex;
  flex-direction:column;
  min-height:402px;
  padding:30px 30px 28px;
  border:1px solid rgba(20,38,43,.13);
  border-radius:24px;
  background:#fbfaf7;
  box-shadow:0 14px 32px rgba(44,35,22,.035);
}
html body.fp-page .fpv106-venture--tbooster{--venture:#981f2c}
html body.fp-page .fpv106-venture--green{--venture:#31b44a}
html body.fp-page .fpv106-venture--water{--venture:#37bde3}
html body.fp-page .fpv106-venture-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:36px;
}
html body.fp-page .fpv106-category{
  color:var(--venture);
  font-size:12px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
html body.fp-page .fpv106-badge{
  flex:0 0 auto;
  padding:8px 12px;
  border:1px solid rgba(18,37,42,.14);
  border-radius:999px;
  background:#fff;
  color:#6b6965;
  font-size:11px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
}
html body.fp-page .fpv106-venture h3{
  margin:36px 0 18px;
  color:var(--venture)!important;
  font-size:31px;
  line-height:1.05;
  letter-spacing:-.045em;
}
html body.fp-page .fpv106-venture ul{
  display:grid;
  gap:13px;
  margin:0;
  padding:0;
  list-style:none;
}
html body.fp-page .fpv106-venture li{
  position:relative;
  padding-left:19px;
  color:#6d6a65!important;
  font-size:15px;
  line-height:1.45;
}
html body.fp-page .fpv106-venture li::before{
  content:"–";
  position:absolute;
  left:0;
  top:0;
  color:var(--venture);
  font-weight:900;
}
html body.fp-page .fpv106-venture>a{
  margin-top:auto;
  padding-top:32px;
  color:var(--venture)!important;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
}
html body.fp-page .fpv106-venture-note{
  margin-top:22px;
  padding:22px 22px 0;
  border-top:1px solid rgba(18,37,42,.14);
  color:#706c65;
  font-size:14px;
  line-height:1.55;
}

/* ========================================================================== 
   FOUNDER — 04 · FOUNDER METHOD
   ========================================================================== */
html body.fp-page .fpv106-method{
  background:#061612;
  color:#f8f8f4;
}
html body.fp-page .fpv106-method-head{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:clamp(54px,7vw,112px);
  align-items:end;
  margin-bottom:46px;
}
html body.fp-page .fpv106-method-head .av5-eyebrow{
  margin-bottom:16px;
  color:#dcb52f!important;
}
html body.fp-page .fpv106-method-head h2{
  max-width:840px;
  margin:0;
  color:#fff!important;
  font-size:clamp(42px,4.15vw,66px);
  line-height:.99;
  letter-spacing:-.055em;
}
html body.fp-page .fpv106-method-head>p{
  max-width:560px;
  margin:0 0 1px;
  color:#b9c1be!important;
  font-size:17px;
  line-height:1.6;
}
html body.fp-page .fpv106-method-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid rgba(255,255,255,.18);
  border-bottom:1px solid rgba(255,255,255,.18);
}
html body.fp-page .fpv106-method-grid article{
  min-height:288px;
  padding:32px 24px 30px;
  border-right:1px solid rgba(255,255,255,.18);
}
html body.fp-page .fpv106-method-grid article:last-child{border-right:0}
html body.fp-page .fpv106-method-grid article>span{
  display:block;
  margin-bottom:34px;
  color:#dcb52f;
  font-size:11px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
html body.fp-page .fpv106-method-grid h3{
  margin:0 0 18px;
  color:#fff!important;
  font-size:22px;
  line-height:1.13;
  letter-spacing:-.03em;
}
html body.fp-page .fpv106-method-grid p{
  margin:12px 0 17px;
  color:#c0c7c4!important;
  font-size:14px;
  line-height:1.48;
}
html body.fp-page .fpv106-method-grid ul{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
html body.fp-page .fpv106-method-grid li{
  position:relative;
  padding-left:15px;
  color:#a9b2ae!important;
  font-size:13px;
  line-height:1.42;
}
html body.fp-page .fpv106-method-grid li::before{
  content:"–";
  position:absolute;
  left:0;
  color:#dcb52f;
}

/* ========================================================================== 
   CONTACT — wider form field area + properly aligned consent checkbox
   ========================================================================== */
html body.tc-contact-page .tc-contact-shell{
  width:100%!important;
  max-width:none!important;
}
@media(min-width:901px){
  html body.tc-contact-page .tc-contact-shell{
    grid-template-columns:minmax(0,1.48fr) minmax(350px,.62fr)!important;
  }
  html body.tc-contact-page .tc-form{
    width:100%!important;
    padding:46px 42px 44px!important;
  }
  html body.tc-contact-page .tc-form-grid{
    width:100%!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:18px 22px!important;
  }
  html body.tc-contact-page .tc-field,
  html body.tc-contact-page .tc-field :is(input,select,textarea){
    min-width:0!important;
    max-width:none!important;
  }
  html body.tc-contact-page .tc-form-submit{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:28px!important;
    width:100%!important;
    padding-top:3px!important;
  }
  html body.tc-contact-page .tc-consent{
    display:grid!important;
    grid-template-columns:20px minmax(0,1fr)!important;
    align-items:start!important;
    gap:11px!important;
    max-width:590px!important;
    margin:0!important;
    font-size:12.5px!important;
    line-height:1.45!important;
  }
  html body.tc-contact-page .tc-consent input{
    display:block!important;
    width:19px!important;
    height:19px!important;
    min-width:19px!important;
    min-height:19px!important;
    margin:1px 0 0!important;
    padding:0!important;
    align-self:start!important;
  }
  html body.tc-contact-page .tc-consent span{display:block!important;margin:0!important}
  html body.tc-contact-page .tc-form-submit .av5-button{
    min-width:290px!important;
    justify-content:center!important;
  }
}

@media(max-width:900px){
  html body.fp-page .fpv106-split-head,
  html body.fp-page .fpv106-method-head{
    grid-template-columns:1fr;
    gap:18px;
    align-items:start;
    margin-bottom:28px;
  }
  html body.fp-page .fpv106-split-head h2,
  html body.fp-page .fpv106-method-head h2{
    font-size:clamp(36px,8vw,52px);
  }
  html body.fp-page .fpv106-split-head>p,
  html body.fp-page .fpv106-method-head>p{
    max-width:720px;
    font-size:16px;
    line-height:1.55;
  }
  html body.fp-page .fpv106-venture-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  html body.fp-page .fpv106-venture{
    min-height:0;
    padding:24px 22px 22px;
    border-radius:20px;
  }
  html body.fp-page .fpv106-venture h3{
    margin:26px 0 14px;
  }
  html body.fp-page .fpv106-venture>a{
    margin-top:24px;
    padding-top:0;
  }
  html body.fp-page .fpv106-method-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  html body.fp-page .fpv106-method-grid article{
    min-height:0;
    padding:25px 21px 24px;
  }
  html body.fp-page .fpv106-method-grid article:nth-child(2){border-right:0}
  html body.fp-page .fpv106-method-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}
  html body.fp-page .fpv106-method-grid article>span{margin-bottom:24px}

  html body.tc-contact-page .tc-form{width:100%!important}
  html body.tc-contact-page .tc-consent{
    display:grid!important;
    grid-template-columns:20px minmax(0,1fr)!important;
    align-items:start!important;
    gap:10px!important;
  }
  html body.tc-contact-page .tc-consent input{
    width:19px!important;
    height:19px!important;
    min-width:19px!important;
    min-height:19px!important;
    margin:1px 0 0!important;
    padding:0!important;
  }
}

@media(max-width:767px){
  html body.fp-page .fpv106-ventures,
  html body.fp-page .fpv106-method{
    padding-top:64px!important;
    padding-bottom:64px!important;
  }
  html body.fp-page .fpv106-split-head .av5-eyebrow,
  html body.fp-page .fpv106-method-head .av5-eyebrow{
    margin-bottom:12px;
  }
  html body.fp-page .fpv106-split-head h2,
  html body.fp-page .fpv106-method-head h2{
    font-size:clamp(34px,10.2vw,45px)!important;
    line-height:1.01!important;
  }
  html body.fp-page .fpv106-split-head>p,
  html body.fp-page .fpv106-method-head>p{
    font-size:15px!important;
    line-height:1.52!important;
  }
  html body.fp-page .fpv106-venture-top{
    align-items:flex-start;
    min-height:0;
  }
  html body.fp-page .fpv106-category{font-size:10.5px}
  html body.fp-page .fpv106-badge{
    padding:7px 9px;
    font-size:9.5px;
  }
  html body.fp-page .fpv106-venture h3{
    margin:22px 0 13px;
    font-size:27px;
  }
  html body.fp-page .fpv106-venture ul{gap:9px}
  html body.fp-page .fpv106-venture li{font-size:13.5px;line-height:1.4}
  html body.fp-page .fpv106-venture>a{font-size:13px}
  html body.fp-page .fpv106-venture-note{
    margin-top:16px;
    padding:17px 2px 0;
    font-size:12.5px;
  }
  html body.fp-page .fpv106-method-grid article{
    padding:22px 16px 20px;
  }
  html body.fp-page .fpv106-method-grid article>span{
    margin-bottom:18px;
    font-size:9.5px;
  }
  html body.fp-page .fpv106-method-grid h3{
    font-size:18px;
  }
  html body.fp-page .fpv106-method-grid p{
    margin:9px 0 13px;
    font-size:12.5px;
  }
  html body.fp-page .fpv106-method-grid ul{gap:6px}
  html body.fp-page .fpv106-method-grid li{
    padding-left:12px;
    font-size:11.5px;
    line-height:1.38;
  }

  html body.tc-contact-page .tc-form{
    padding:22px 18px!important;
  }
  html body.tc-contact-page .tc-form-grid{
    width:100%!important;
  }
  html body.tc-contact-page .tc-consent{
    font-size:12px!important;
    line-height:1.42!important;
  }
}

@media(max-width:359px){
  /* At 320–359px, preserve legibility rather than forcing two narrow columns. */
  html body.fp-page .fpv106-method-grid{grid-template-columns:1fr}
  html body.fp-page .fpv106-method-grid article{
    padding:21px 14px 20px;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.18);
  }
  html body.fp-page .fpv106-method-grid article:last-child{border-bottom:0}
  html body.fp-page .fpv106-method-grid article>span{margin-bottom:15px}
  html body.fp-page .fpv106-method-grid h3{font-size:18px}
  html body.fp-page .fpv106-method-grid p{font-size:12.5px}
  html body.fp-page .fpv106-method-grid li{font-size:11.5px}
  html body.fp-page .fpv106-badge{font-size:9px;padding:6px 8px}
}


/* ========================================================================== 
   V107 targeted refinements — founder hero, founder sections, contact select
   ========================================================================== */
html body.fp-page .fpv106-method-head{
  align-items:start;
}
html body.fp-page .fpv106-method-head>p{
  align-self:start;
  margin-top:0;
}
@media(min-width:901px){
  html body.fp-page .fpv106-method-grid article:nth-child(3) p,
  html body.fp-page .fpv106-method-grid article:nth-child(4) p{
    white-space:nowrap;
    font-size:13px;
    letter-spacing:-.01em;
  }
}

html body.fp-page .fpv106-venture-footer{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:26px;
  margin-top:22px;
  padding:22px 22px 0;
  border-top:1px solid rgba(18,37,42,.14);
}
html body.fp-page .fpv106-venture-footer .fpv106-venture-note{
  margin:0;
  padding:0;
  border-top:0;
}
html body.fp-page .fpv106-venture-cta{
  color:#80600c!important;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  white-space:nowrap;
}
@media(max-width:900px){
  html body.fp-page .fpv106-venture-footer{
    grid-template-columns:1fr;
    gap:12px;
    padding:17px 2px 0;
  }
  html body.fp-page .fpv106-venture-cta{
    justify-self:start;
    font-size:13px;
  }
}

html body.tc-contact-page .tc-field select{
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  padding-right:54px!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2348646c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 20px center!important;
  background-size:12px 8px!important;
}
html body.tc-contact-page .tc-field select:focus{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234bc8ef' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
}


/* V108 founder/contact refinements */
html body.fp-page .fpv106-split-head,
html body.fp-page .fpv106-method-head,
html body.fp-page .fp2-profile .av5-section-head,
html body.tc-contact-page .tc-contact-main .av5-section-head{
  align-items:start!important;
}
html body.fp-page .fpv106-split-head>p,
html body.fp-page .fpv106-method-head>p,
html body.fp-page .fp2-profile .av5-section-head>div:last-child,
html body.fp-page .fp2-profile .av5-section-head>p,
html body.tc-contact-page .tc-contact-main .av5-section-head>p{
  align-self:start!important;
  margin-top:0!important;
  padding-top:0!important;
}
html body.fp-page .fp2-profile-head p{
  color:#d7e1e3!important;
}
@media(min-width:901px){
  html body.fp-page .fpv106-venture-top{
    gap:10px!important;
  }
  html body.fp-page .fpv106-category{
    font-size:11px!important;
    letter-spacing:.10em!important;
    white-space:nowrap!important;
  }
  html body.fp-page .fpv106-badge{
    padding:7px 10px!important;
    font-size:10px!important;
  }
  html body.fp-page .fpv106-venture{
    min-height:374px!important;
    padding:26px 26px 24px!important;
  }
  html body.fp-page .fpv106-venture h3{
    margin:28px 0 16px!important;
  }
  html body.fp-page .fpv106-venture ul{
    gap:11px!important;
  }
  html body.fp-page .fpv106-venture>a{
    padding-top:24px!important;
  }
}
html body.tc-contact-page .tc-form-submit{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:18px!important;
  width:100%!important;
  padding-top:4px!important;
}
html body.tc-contact-page .tc-consent{
  max-width:none!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:20px minmax(0,1fr)!important;
  align-items:start!important;
  gap:12px!important;
  margin:0!important;
}
html body.tc-contact-page .tc-consent input{
  margin:1px 0 0!important;
}
html body.tc-contact-page .tc-form-submit .av5-button{
  min-width:0!important;
  align-self:flex-start!important;
  justify-content:center!important;
}
@media(min-width:901px){
  html body.tc-contact-page .tc-form-submit .av5-button{
    min-width:290px!important;
  }
}

/* ========================================================================== 
   V109 founder hero duplicate polish + founder/contact alignment cleanup
   ========================================================================== */
@media (min-width:901px){
  /* Founder hero: keep the AVIX Pharma composition, but remove the centre divider
     and preserve AVIX Water brand colouring. */
  html body.fp-page .fpj-journey{
    border-left:0!important;
    padding-left:clamp(42px,4.4vw,72px)!important;
  }

  /* Section-head optical alignment: right copy should start level with the H2,
     not with the eyebrow above it. */
  html body.fp-page .fpv106-split-head>p,
  html body.fp-page .fpv106-method-head>p,
  html body.fp-page .fp2-profile .av5-section-head>p,
  html body.tc-contact-page .tc-contact-main .av5-section-head>p{
    padding-top:52px!important;
  }

  /* Venture cards: reduce excess vertical air and keep the cards premium but tighter. */
  html body.fp-page .fpv106-venture-grid{align-items:stretch!important}
  html body.fp-page .fpv106-venture{
    min-height:336px!important;
    padding:24px 24px 22px!important;
  }
  html body.fp-page .fpv106-venture h3{
    margin:24px 0 14px!important;
  }
  html body.fp-page .fpv106-venture ul{
    gap:10px!important;
  }
  html body.fp-page .fpv106-venture>a{
    padding-top:22px!important;
  }
}

@media (max-width:900px){
  html body.fp-page .fpj-journey{border-left:0!important}
  html body.fp-page .fpv106-split-head>p,
  html body.fp-page .fpv106-method-head>p,
  html body.fp-page .fp2-profile .av5-section-head>p,
  html body.tc-contact-page .tc-contact-main .av5-section-head>p{
    padding-top:0!important;
  }
  html body.fp-page .fpv106-venture{
    min-height:auto!important;
    padding:22px 22px 20px!important;
  }
}

/* Contact consent row: keep the checkbox and sentence visually aligned like the approved reference. */
html body.tc-contact-page .tc-consent{
  grid-template-columns:24px minmax(0,1fr)!important;
  gap:14px!important;
}
html body.tc-contact-page .tc-consent input{
  width:18px!important;
  height:18px!important;
  margin:2px 0 0!important;
}
html body.tc-contact-page .tc-form-submit .av5-button{
  min-width:300px!important;
}


/* ==========================================================================
   V110 FINAL AGREED REFINEMENTS
   ========================================================================== */
@media (min-width:901px){
  /* Optical top alignment: right copy begins level with the large H2, not the eyebrow. */
  html body.fp-page .fpv106-split-head,
  html body.fp-page .fpv106-method-head,
  html body.fp-page .fp2-profile .av5-section-head,
  html body.tc-contact-page .tc-contact-main .av5-section-head{
    align-items:start!important;
  }
  html body.fp-page .fpv106-split-head>p,
  html body.fp-page .fpv106-method-head>p,
  html body.fp-page .fp2-profile .av5-section-head>p,
  html body.tc-contact-page .tc-contact-main .av5-section-head>p{
    align-self:start!important;
    margin-top:52px!important;
    padding-top:0!important;
  }

  /* Founder venture cards: standard premium compactness, headings on one line, less empty space. */
  html body.fp-page .fpv106-venture-grid{align-items:stretch!important}
  html body.fp-page .fpv106-venture{
    min-height:350px!important;
    padding:26px 26px 24px!important;
  }
  html body.fp-page .fpv106-venture-top{
    align-items:flex-start!important;
    gap:10px!important;
    min-height:0!important;
  }
  html body.fp-page .fpv106-category{
    font-size:11px!important;
    letter-spacing:.10em!important;
    white-space:nowrap!important;
  }
  html body.fp-page .fpv106-badge{
    padding:7px 10px!important;
    font-size:10px!important;
  }
  html body.fp-page .fpv106-venture h3{
    margin:24px 0 14px!important;
  }
  html body.fp-page .fpv106-venture ul{
    gap:10px!important;
  }
  html body.fp-page .fpv106-venture>a{
    padding-top:22px!important;
  }
}

@media (max-width:900px){
  html body.fp-page .fpv106-split-head>p,
  html body.fp-page .fpv106-method-head>p,
  html body.fp-page .fp2-profile .av5-section-head>p,
  html body.tc-contact-page .tc-contact-main .av5-section-head>p{
    margin-top:0!important;
    padding-top:0!important;
  }
  html body.fp-page .fpv106-venture{
    min-height:auto!important;
    padding:22px 22px 20px!important;
  }
  html body.fp-page .fpv106-venture-top{
    align-items:flex-start!important;
    gap:8px!important;
  }
  html body.fp-page .fpv106-category{
    font-size:10.5px!important;
    letter-spacing:.09em!important;
  }
}

/* Contact consent block: checkbox top-aligned with first line, tighter spacing, less pill-like button. */
html body.tc-contact-page .tc-form-submit{
  gap:14px!important;
  padding-top:2px!important;
}
html body.tc-contact-page .tc-consent{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:24px minmax(0,1fr)!important;
  align-items:start!important;
  gap:12px!important;
  margin:0!important;
}
html body.tc-contact-page .tc-consent input{
  width:18px!important;
  height:18px!important;
  margin:2px 0 0!important;
}
html body.tc-contact-page .tc-consent span{
  display:block!important;
}
html body.tc-contact-page .tc-form-submit .av5-button{
  min-width:292px!important;
  border-radius:24px!important;
  align-self:flex-start!important;
}

/* ========================================================================== 
   V111 FINAL HARD CORRECTIONS
   ========================================================================== */

/* Founder page: consistent optical alignment across all split section heads.
   Right-side copy must start level with the H2, not the eyebrow. */
@media (min-width:901px){
  html body.fp-page .av5-section-head,
  html body.fp-page .fpv106-split-head,
  html body.fp-page .fpv106-method-head{
    align-items:start!important;
  }
  html body.fp-page .av5-section-head>p,
  html body.fp-page .fpv106-split-head>p,
  html body.fp-page .fpv106-method-head>p{
    align-self:start!important;
    margin-top:34px!important;
    padding-top:0!important;
  }
}
@media (max-width:900px){
  html body.fp-page .av5-section-head>p,
  html body.fp-page .fpv106-split-head>p,
  html body.fp-page .fpv106-method-head>p{
    margin-top:0!important;
    padding-top:0!important;
  }
}

/* Founder hero: no centre divider or decorative curve line. */
html body.fp-page .fpj-journey,
html body.fp-page .fp-hero--journey .fpj-journey{
  border-left:0!important;
}
html body.fp-page .fp-hero--journey::before,
html body.fp-page .fp-hero--journey::after,
html body.fp-page .fpj-journey::before,
html body.fp-page .fpj-journey::after{
  display:none!important;
  content:none!important;
}

/* Founder venture cards: tighter premium cards, correct top-row alignment, less empty space. */
@media (min-width:901px){
  html body.fp-page .fpv106-venture-grid{
    align-items:stretch!important;
  }
  html body.fp-page .fpv106-venture{
    min-height:298px!important;
    padding:24px 24px 22px!important;
  }
  html body.fp-page .fpv106-venture-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    column-gap:14px!important;
    row-gap:0!important;
    min-height:0!important;
  }
  html body.fp-page .fpv106-category{
    font-size:10.5px!important;
    letter-spacing:.11em!important;
    line-height:1.1!important;
    white-space:nowrap!important;
    align-self:center!important;
    margin:0!important;
  }
  html body.fp-page .fpv106-badge{
    align-self:start!important;
    justify-self:end!important;
    padding:7px 14px!important;
    font-size:10px!important;
    line-height:1!important;
    white-space:nowrap!important;
    margin:0!important;
  }
  html body.fp-page .fpv106-venture h3{
    margin:22px 0 16px!important;
    font-size:30px!important;
    line-height:1.02!important;
  }
  html body.fp-page .fpv106-venture ul{
    gap:12px!important;
  }
  html body.fp-page .fpv106-venture>a{
    margin-top:22px!important;
    padding-top:0!important;
  }
}
@media (max-width:900px){
  html body.fp-page .fpv106-venture{
    min-height:auto!important;
    padding:22px 22px 20px!important;
  }
  html body.fp-page .fpv106-venture-top{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:start!important;
    column-gap:10px!important;
    row-gap:4px!important;
  }
  html body.fp-page .fpv106-category{
    line-height:1.1!important;
    margin:0!important;
  }
  html body.fp-page .fpv106-badge{
    margin:0!important;
  }
  html body.fp-page .fpv106-venture h3{
    margin:20px 0 14px!important;
  }
  html body.fp-page .fpv106-venture>a{
    margin-top:18px!important;
    padding-top:0!important;
  }
}

/* Founder method mini labels use AVIX Water brand colour rather than gold. */
html body.fp-page .fpv106-method-grid article>span{
  color:#2fb6d0!important;
}

/* Contact form: approved consent alignment, checkbox aligned to first line,
   tighter gap to the button, and a real final override. */
html body.tc-contact-page .tc-form-submit{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:10px!important;
  width:100%!important;
  padding-top:0!important;
}
html body.tc-contact-page .tc-consent{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:26px minmax(0,1fr)!important;
  align-items:start!important;
  column-gap:14px!important;
  row-gap:0!important;
  margin:0!important;
}
html body.tc-contact-page .tc-consent input{
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  margin:3px 0 0!important;
  align-self:start!important;
}
html body.tc-contact-page .tc-consent span{
  display:block!important;
  margin:0!important;
  line-height:1.4!important;
}
html body.tc-contact-page .tc-form-submit .av5-button{
  min-width:300px!important;
  align-self:flex-start!important;
  justify-content:center!important;
  margin-top:2px!important;
}

/* ========================================================================== 
   V112 CONTACT CONSENT — HARD FLEX OVERRIDE
   ========================================================================== */
html body.tc-contact-page .tc-form-submit{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:12px!important;
  width:100%!important;
  padding-top:0!important;
}
html body.tc-contact-page label.tc-consent{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:12px!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
html body.tc-contact-page label.tc-consent > input[type="checkbox"]{
  position:static!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  flex:0 0 18px!important;
  display:block!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
  margin:2px 0 0!important;
  padding:0!important;
  line-height:1!important;
  align-self:flex-start!important;
  box-sizing:border-box!important;
}
html body.tc-contact-page label.tc-consent > span{
  flex:1 1 auto!important;
  display:block!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1.45!important;
}
html body.tc-contact-page .tc-form-submit > .av5-button{
  align-self:flex-start!important;
  margin:2px 0 0!important;
}
