/* Weddings by Him and Her - homepage hero (static, outside the builder island). v3 2026-09-08 */
@font-face{font-family:"Playfair Display";font-style:normal;font-weight:600;font-display:swap;src:url(/assets/fonts/PlayfairDisplay-600-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

/* the builder's own header + old hero block are replaced by the static hero on this page */
.page .top-blocks{display:none!important}
#zSvnzQ{display:none!important}
.page__blocks>section:first-child,.page__blocks>.block--desktop-first-visible,.page__blocks>.block--mobile-first-visible{--header-height:0px!important;--header-height-mobile:0px!important}

  :root{
    --paper:#FDFBF8;
    --ink:#1C1A18;
    --ink-soft:#5E5650;
    --ink-mute:#8A7F76;
    --wine:#6E2121;
    --wine-deep:#561A1A;
    --rose:#F0C9C6;
    --line:rgba(28,26,24,.14);
    --display:"Playfair Display", "Georgia", serif;
    --display-weight:600;
    --display-track:0;
    --serif:"Jacques Francois", "Georgia", serif;
    --sans:"Poppins", "Helvetica Neue", Arial, sans-serif;
    --gutter:clamp(24px, 4.6vw, 80px);
    --ease-out:cubic-bezier(.22,.61,.36,1);
  }

  .hh-hero,.hh-hero *{box-sizing:border-box}
  .hh-hero{font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
  .hh-hero a,.hh-menu a{color:inherit;text-decoration:none}
  .hh-hero :focus-visible{outline:2px solid var(--wine);outline-offset:4px}

  /* ---------- hero ---------- */
  .hh-hero{
    position:relative;
    height:clamp(640px, 100svh, 960px);
    overflow:hidden;
    background:var(--paper);
    isolation:isolate;
  }
  .hh-hero__media{position:absolute;inset:0;z-index:0}
  .hh-hero__media img{
    width:100%;height:100%;
    object-fit:cover;object-position:50% 50%;
    display:block;
    transform:scale(1.035);
    transform-origin:60% 40%;
    animation:settle 7s var(--ease-out) forwards;
  }
  @keyframes settle{to{transform:scale(1)}}

  /* header */
  .hh-nav{
    position:absolute;left:0;right:0;top:0;z-index:3;
    display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
    padding:26px clamp(24px, 5.6vw, 100px) 0;
  }
  .hh-nav__links{display:flex;gap:clamp(20px,2.4vw,40px);font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:500;color:var(--ink)}
  .hh-nav__links--r{justify-content:flex-end}
  .hh-nav__links a{position:relative;padding:8px 0}
  .hh-nav__links a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:1px;background:var(--wine);transform:scaleX(0);transform-origin:left;transition:transform .28s var(--ease-out)}
  .hh-nav__links a:hover::after,.hh-nav__links a:focus-visible::after{transform:scaleX(1)}
  .hh-nav__mark{display:block;width:88px;height:88px}
  .hh-nav__mark img{width:100%;height:100%;display:block}
  .hh-nav__burger{display:none}

  /* copy */
  .hh-hero__inner{
    position:relative;z-index:2;height:100%;
    padding:0 var(--gutter);
    display:flex;flex-direction:column;justify-content:flex-start;
  }
  .hh-copy{margin-top:clamp(150px, 24vh, 240px);max-width:min(35%, 560px)}
  .hh-eyebrow{
    margin:0 0 18px;
    font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:500;color:var(--ink-soft);
    display:flex;align-items:center;gap:14px;white-space:nowrap;
  }
  .hh-eyebrow::before{content:"";width:28px;height:1px;background:var(--wine);flex:none}
  .hh-hero h1{
    margin:0;
    font-family:var(--display);font-weight:var(--display-weight);
    font-size:clamp(44px, 4.45vw, 80px);line-height:1.04;letter-spacing:var(--display-track);
    color:var(--ink);
  }
  .hh-hero h1 em{font-style:normal;color:var(--wine)}
  .hh-sub{
    margin:26px 0 0;max-width:48ch;
    font-family:var(--serif);font-size:clamp(17px, 1.35vw, 23px);line-height:1.5;color:var(--ink);
  }
  .hh-actions{display:flex;gap:16px;margin-top:38px;flex-wrap:wrap}
  .hh-btn{
    display:inline-flex;align-items:center;justify-content:center;
    min-width:196px;height:60px;padding:0 30px;
    font-family:var(--sans);font-weight:600;font-size:12px;letter-spacing:.2em;text-transform:uppercase;
    border:2px solid var(--wine);cursor:pointer;
    transition:background-color .22s var(--ease-out),color .22s var(--ease-out),transform .22s var(--ease-out);
  }
  .hh-hero .hh-btn--fill,.hh-menu .hh-btn--fill{background:var(--wine);color:#fff}
  .hh-hero .hh-btn--fill:hover,.hh-menu .hh-btn--fill:hover{background:var(--wine-deep);border-color:var(--wine-deep);color:#fff}
  .hh-hero .hh-btn--ghost{background:rgba(253,251,248,.92);color:var(--wine)}
  .hh-hero .hh-btn--ghost:hover{background:var(--wine);color:#fff}
  .hh-btn:active{transform:translateY(1px)}

  .hh-note{
    position:absolute;left:var(--gutter);bottom:30px;z-index:2;
    font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#fff;opacity:.9;text-shadow:0 1px 6px rgba(0,0,0,.35);
    display:flex;align-items:center;gap:12px;
  }
  .hh-note::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--rose)}

  .hh-br-m,.hh-ey-m{display:none}
  @media (max-width:767px){.hh-br-m,.hh-ey-m{display:inline}.hh-br-d,.hh-ey-d{display:none}}

  /* page-load choreography */
  .hh-rise{opacity:0;transform:translateY(14px);animation:rise .9s var(--ease-out) forwards}
  .hh-rise:nth-child(1){animation-delay:.15s}
  .hh-rise:nth-child(2){animation-delay:.25s}
  .hh-rise:nth-child(3){animation-delay:.38s}
  .hh-rise:nth-child(4){animation-delay:.5s}
  @keyframes rise{to{opacity:1;transform:none}}
  @media (prefers-reduced-motion:reduce){
    .hh-rise{animation:none;opacity:1;transform:none}
    .hh-hero__media img{animation:none;transform:none}
  }


  /* ---------- mobile menu ---------- */
  .hh-menu{position:fixed;inset:0;z-index:9000;background:var(--paper);color:var(--ink);display:none;flex-direction:column;padding:18px 20px 32px;font-family:var(--sans)}
  .hh-menu.is-open{display:flex}
  .hh-menu[hidden]{display:none}
  .hh-menu__top{display:flex;align-items:center;justify-content:space-between;height:60px}
  .hh-menu__top img{width:60px;height:60px;display:block}
  .hh-menu__close{background:none;border:0;padding:8px;cursor:pointer;color:var(--ink);font-size:22px;line-height:1}
  .hh-menu__links{list-style:none;margin:40px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}
  .hh-menu__links a{display:block;padding:14px 0;font-family:var(--display);font-weight:600;font-size:30px;color:var(--ink);border-bottom:1px solid var(--line)}
  .hh-menu__cta{margin-top:auto}
  .hh-menu__cta .hh-btn{width:100%;height:52px}
  body.hh-menu-open{overflow:hidden}

  /* ---------- phone ---------- */
  @media (max-width:767px){
    .hh-hero{height:auto;min-height:100svh;display:flex;flex-direction:column}
    .hh-nav{position:static;padding:18px 20px 0;grid-template-columns:1fr auto 1fr}
    .hh-nav__links{display:none}
    .hh-nav__mark{width:60px;height:60px;grid-column:2}
    .hh-nav__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;grid-column:3;justify-self:end;background:none;border:0;padding:0;cursor:pointer}
    .hh-nav__burger i{display:block;height:1.5px;background:var(--ink)}
    .hh-hero__inner{padding:0 20px;height:auto}
    .hh-copy{margin:26px 0 26px;max-width:none}
    .hh-sub .hh-br-d{display:none}
    .hh-eyebrow{margin-bottom:14px;font-size:10px;white-space:normal}
    .hh-hero h1{font-size:clamp(36px, 10.4vw, 44px);line-height:1.08}
    .hh-sub{margin-top:16px;font-size:17px;line-height:1.45;max-width:30ch}
    .hh-actions{display:none}
    .hh-hero__media{position:relative;inset:auto;flex:1;min-height:460px}
    .hh-hero__media picture{position:absolute;inset:0;display:block}
    .hh-hero__media img{position:absolute;inset:0;width:100%;height:100%;transform:none;animation:none;object-position:50% 0}
    .hh-hero__media::before{content:"";position:absolute;left:0;right:0;top:0;height:110px;z-index:1;background:linear-gradient(var(--paper),rgba(253,251,248,0))}
    .hh-m-actions{
      position:absolute;left:20px;right:20px;bottom:24px;z-index:2;
      display:flex;gap:12px;
    }
    .hh-m-actions .hh-btn{height:48px;min-width:0;flex:1;padding:0 12px;font-size:11px;letter-spacing:.16em}
    .hh-note{display:none}
  }
  @media (min-width:768px){.hh-m-actions{display:none}}

  
/* =================== v4 2026-09-10: home hero rebuilt to Chris's mock =================== */
@font-face{font-family:"Ovo";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/Ovo-400-latin.woff2) format("woff2")}
@font-face{font-family:"La Belle Aurore";font-style:normal;font-weight:400;font-display:swap;src:url(/assets/fonts/LaBelleAurore-400-latin.woff2) format("woff2")}

.hh-hero--home{
  --u:min(1vw, 1.6474svh);           /* 1% of the mock width; capped so the 2000x1214 proportions fit any screen */
  --g:calc(var(--u)*5);
  height:calc(var(--u)*60.7);
  min-height:0;
}
.hh-hero--home .hh-hero__media img{object-position:58% 42%;transform:scale(1.13);transform-origin:64% 38%;animation:none}
.hh-hero--home .hh-wash{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(253,251,248,.97) 0%,rgba(253,251,248,.94) 24%,rgba(253,251,248,.8) 36%,rgba(253,251,248,.45) 47%,rgba(253,251,248,.12) 56%,rgba(253,251,248,0) 64%);
  -webkit-mask-image:linear-gradient(180deg,#000 0,#000 70%,transparent 94%);mask-image:linear-gradient(180deg,#000 0,#000 70%,transparent 94%);
}
/* nav */
.hh-hero--home .hh-nav{padding:calc(var(--u)*2.9) var(--g) 0;grid-template-columns:1fr auto 1fr;align-items:center}
.hh-hero--home .hh-nav__links{gap:calc(var(--u)*2.4);font-size:calc(var(--u)*.72);letter-spacing:.2em;font-weight:500;color:var(--ink)}
.hh-hero--home .hh-nav__links a{padding:calc(var(--u)*.6) 0}
.hh-hero--home .hh-nav__links a::after{display:none}
.hh-hero--home .hh-nav__links a.is-cta{display:inline-flex;align-items:center;gap:calc(var(--u)*.7);border-bottom:1.5px solid var(--wine);padding-bottom:calc(var(--u)*.7)}
.hh-hero--home .hh-nav__links a.is-cta svg{width:calc(var(--u)*.55);height:calc(var(--u)*.55)}
.hh-hero--home .hh-nav__mark{width:calc(var(--u)*6.6);height:calc(var(--u)*6.6);margin-top:calc(var(--u)*-1.2)}
/* copy */
.hh-hero--home .hh-hero__inner{padding:0 var(--g)}
.hh-hero--home .hh-copy{position:absolute;left:var(--g);top:calc(var(--u)*12.2);max-width:none;margin:0;width:auto;white-space:nowrap}
.hh-hero--home .hh-eyebrow{margin:0;color:var(--wine);font-size:calc(var(--u)*.72);letter-spacing:.2em;font-weight:500;white-space:nowrap}
.hh-hero--home .hh-eyebrow::before{display:none}
.hh-hero--home h1{
  margin:calc(var(--u)*1.9) 0 0;
  font-family:"Ovo",Georgia,serif;font-weight:400;letter-spacing:-.005em;
  font-size:calc(var(--u)*6.1);line-height:.88;color:#221e1b;
}
.hh-hero--home .hh-script{
  display:block;position:relative;margin:calc(var(--u)*1.1) 0 0 calc(var(--u)*4.3);
  font-family:"La Belle Aurore",cursive;font-weight:400;font-size:calc(var(--u)*4.1);line-height:1;color:var(--wine);
  padding-bottom:calc(var(--u)*1.3);
}
.hh-hero--home .hh-script svg{position:absolute;left:calc(var(--u)*-.4);bottom:0;width:calc(var(--u)*13.4);height:calc(var(--u)*1.2);overflow:visible}
.hh-hero--home .hh-script svg path{fill:none;stroke:var(--wine);stroke-width:2.2;stroke-linecap:round}
.hh-hero--home .hh-sub{margin:calc(var(--u)*2.6) 0 0;max-width:none;font-family:var(--sans);font-weight:400;font-size:calc(var(--u)*1.12);line-height:1.5;color:#2a2523}
.hh-hero--home .hh-actions{margin-top:calc(var(--u)*2.9);gap:calc(var(--u)*1)}
.hh-hero--home .hh-btn{height:calc(var(--u)*3.7);min-width:0;padding:0 calc(var(--u)*1.8);font-size:calc(var(--u)*.72);letter-spacing:.18em;gap:calc(var(--u)*1.6);border-width:2px}
.hh-hero--home .hh-btn svg{width:calc(var(--u)*.55);height:calc(var(--u)*.55);flex:none}
.hh-hero--home .hh-btn--fill{background:var(--wine);border-color:var(--wine);color:#fff}
.hh-hero--home .hh-btn--ghost{background:rgba(253,251,248,.88);color:var(--wine)}
/* corners */
.hh-hero--home .hh-corner{position:absolute;left:var(--g);bottom:calc(var(--u)*3.2);z-index:2;color:#fff;font-family:var(--sans);line-height:1.6;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.hh-hero--home .hh-corner b{display:block;font-weight:500;font-size:calc(var(--u)*.82)}
.hh-hero--home .hh-corner span{font-size:calc(var(--u)*.68);opacity:.92}
.hh-hero--home .hh-scroll{position:absolute;right:var(--g);bottom:calc(var(--u)*3.6);z-index:2;display:inline-flex;align-items:center;gap:calc(var(--u)*1.4);color:#fff;font-family:var(--sans);font-size:calc(var(--u)*.62);letter-spacing:.22em;text-transform:uppercase;text-shadow:0 1px 3px rgba(0,0,0,.55),0 2px 14px rgba(0,0,0,.45)}
.hh-hero--home .hh-scroll svg{width:calc(var(--u)*.9);height:calc(var(--u)*1.2);animation:hh-bob 2.2s ease-in-out infinite}
@keyframes hh-bob{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}
@media (prefers-reduced-motion:reduce){.hh-hero--home .hh-scroll svg{animation:none}}

@media (max-width:767px){
  .hh-hero--home{height:auto;min-height:100svh}
  .hh-hero--home .hh-wash,.hh-hero--home .hh-corner,.hh-hero--home .hh-scroll{display:none}
  .hh-hero--home .hh-nav{padding:18px 20px 0}
  .hh-hero--home .hh-nav__mark{width:60px;height:60px;margin:0}
  .hh-hero--home .hh-copy{position:static;width:auto;margin:22px 0 26px;white-space:normal}
  .hh-hero--home .hh-hero__media img{transform:none}
  .hh-hero--home .hh-eyebrow{font-size:10px;white-space:normal}
  .hh-hero--home h1{margin-top:12px;font-size:clamp(44px,12.5vw,54px);line-height:.95}
  .hh-hero--home .hh-script{margin:8px 0 0 22px;font-size:34px;padding-bottom:12px}
  .hh-hero--home .hh-script svg{width:112px;height:10px}
  .hh-hero--home .hh-sub{margin-top:16px;font-size:16px;line-height:1.5;max-width:none}
  .hh-hero--home .hh-hero__media img{object-position:50% 0}
  .hh-hero--home .hh-m-actions .hh-btn{height:48px;min-width:0;flex:1;padding:0 12px;font-size:10.5px;letter-spacing:.14em;gap:8px;white-space:nowrap}
  .hh-hero--home .hh-m-actions .hh-btn svg{width:9px;height:9px;flex:none}
  .hh-hero--home .hh-eyebrow{font-size:10px}
}
