:root{
  --navy:#081f3b;
  --navy-2:#0c2e53;
  --pink:#ef1557;
  --pink-dark:#d90f4b;
  --cream:#fff8f3;
  --text:#0b2441;
  --muted:#53657a;
  --white:#fff;
  --line:#e8edf3;
  --radius:24px;
  --shadow:0 18px 50px rgba(8,31,59,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{height:82px;background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(8,31,59,.07);box-shadow:0 6px 22px rgba(8,31,59,.04)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}
.brand-mark{font-size:46px;line-height:1;color:var(--pink);transform:rotate(-8deg);font-weight:700}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:29px;letter-spacing:-1.4px;color:var(--navy)}
.brand-copy strong span{color:var(--pink)}
.brand-copy small{font-size:8px;font-weight:800;letter-spacing:.75px;margin-top:7px;color:var(--navy)}
.main-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.main-nav>a:not(.btn){position:relative}
.main-nav>a:not(.btn)::after{content:"";height:2px;background:var(--pink);position:absolute;left:0;right:100%;bottom:-7px;transition:.2s}
.main-nav>a:hover::after{right:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn:hover{transform:translateY(-2px)}
.btn-small{background:var(--pink);color:#fff;padding:13px 22px;box-shadow:0 9px 25px rgba(239,21,87,.2)}
.btn-primary{background:linear-gradient(135deg,#f31b5d,#e90b50);color:#fff;box-shadow:0 15px 35px rgba(239,21,87,.26)}
.btn-primary:hover{background:linear-gradient(135deg,#ff2a6a,#dc0947);box-shadow:0 17px 38px rgba(239,21,87,.34)}
.btn-large{padding:18px 31px;font-size:18px}
.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:26px;height:2px;margin:5px;background:var(--navy)}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 40% 10%,#fff5e8 0,#fff 45%),linear-gradient(90deg,#fff9f4,#fff)}
.hero-glow{position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(255,203,148,.22);filter:blur(90px);left:23%;top:0}
.hero-grid{min-height:615px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;position:relative;z-index:1}
.hero-copy{padding:70px 0 70px 10px;position:relative;z-index:3}
.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:1.5px;color:var(--pink);margin-bottom:17px}
.hero h1{font-size:clamp(64px,7vw,96px);line-height:.82;letter-spacing:-5px;margin:0;color:var(--navy);font-weight:800}
.hero h1 span{position:relative}.hero h1 span::after{content:"";width:11px;height:11px;background:var(--pink);border-radius:50%;position:absolute;right:-16px;bottom:15px}
.script,.mini-script,.story-script,.final-script{font-family:cursive;color:var(--pink);font-weight:600}
.script{font-size:47px;line-height:1.1;margin:14px 0 15px}
.hero-lead{font-size:20px;max-width:570px;margin:0 0 22px;color:#233d59}
.trust-row{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:14px;font-weight:700;margin:22px 0 30px}
.trust-row span{display:inline-flex;align-items:center;gap:7px}
.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:18px}
.free-message{margin:0;font-size:16px}.free-message b{font-size:17px}.free-message span{font-size:13px;color:var(--muted);padding-left:28px}
.hero-visual{height:615px;position:relative;align-self:stretch;margin-right:-7vw;overflow:hidden}
.hero-visual::before{content:"";position:absolute;inset:0 auto 0 0;width:35%;z-index:2;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,.75) 35%,transparent 100%);pointer-events:none}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center 37%;border-radius:0 0 0 60px}
.hero-note{position:absolute;top:55px;right:9vw;z-index:3;font-family:cursive;font-size:30px;font-weight:700;line-height:1.05;text-align:center;transform:rotate(-5deg);color:var(--navy);text-shadow:0 1px #fff}.hero-note span{color:var(--pink);font-size:42px}
.launch-card{position:absolute;right:7vw;bottom:46px;z-index:3;width:300px;background:#fff;padding:20px 24px 21px;text-align:center;transform:rotate(-3deg);box-shadow:var(--shadow);clip-path:polygon(3% 6%,96% 0,100% 90%,5% 100%,0 20%)}
.launch-card small{display:block;font-weight:800;font-size:15px}.launch-card strong{display:block;color:var(--pink);font-size:27px;line-height:1.1}.launch-card em{display:block;font-family:cursive;font-style:normal;font-size:22px;font-weight:700;margin-top:8px}
.launch-strip{background:var(--navy);color:#fff}.launch-strip-inner{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:14px}.launch-strip-inner>div:first-child{display:flex;align-items:center;gap:9px}.pulse{width:10px;height:10px;border-radius:50%;background:#ff487e;box-shadow:0 0 0 0 rgba(255,72,126,.6);animation:pulse 1.9s infinite}@keyframes pulse{70%{box-shadow:0 0 0 12px rgba(255,72,126,0)}100%{box-shadow:0 0 0 0 rgba(255,72,126,0)}}
.countdown{display:flex;gap:20px}.countdown span{display:flex;align-items:baseline;gap:4px;color:#dbe7f3}.countdown b{font-size:20px;color:#fff}.launch-strip a{color:#fff;font-weight:800}.launch-strip a:hover{color:#ff8aaa}
.section{padding:70px 0}.section-heading{text-align:center;max-width:780px;margin:0 auto 35px}.section-heading.compact{margin-bottom:28px}.section-heading h2{font-size:clamp(32px,4vw,46px);letter-spacing:-1.7px;line-height:1.05;margin:5px 0 12px}.section-heading p{color:var(--muted);font-size:17px;margin:0}.mini-script{font-size:28px}
.community{background:#fff}.profiles{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.profile-card{margin:0;position:relative;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(8,31,59,.08);min-height:220px}.profile-card img{width:100%;height:235px;object-fit:cover;transition:transform .35s}.profile-card:hover img{transform:scale(1.035)}.profile-card::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(5,24,45,.72))}.profile-card figcaption{position:absolute;left:15px;bottom:13px;z-index:2;color:#fff;font-family:cursive;font-weight:700;font-size:26px}.image-disclaimer{text-align:center;color:#53657a;font-size:13px;font-weight:500;margin:18px 0 0}
.stories{padding-top:30px;background:linear-gradient(180deg,#fff,#fffafa)}.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.story-card{position:relative;border-radius:18px;overflow:hidden;min-height:250px;box-shadow:0 12px 30px rgba(8,31,59,.08);background:#132d49}.story-card img{width:100%;height:250px;object-fit:cover;transition:transform .35s}.story-card:hover img{transform:scale(1.04)}.story-card::after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(4,20,38,.88))}.story-card>div{position:absolute;z-index:2;left:18px;right:18px;bottom:15px;color:#fff}.story-card h3{margin:1px 0 0;font-size:16px}.story-script{color:#fff;font-size:26px;line-height:1}
.features{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:40px 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.feature-grid article{display:flex;gap:14px;padding-right:20px;border-right:1px solid var(--line)}.feature-grid article:last-child{border-right:0}.feature-icon{color:var(--pink);font-size:40px;line-height:1}.feature-grid h3{font-size:16px;margin:1px 0 4px}.feature-grid p{font-size:13px;color:var(--muted);margin:0}
.final-cta{height:280px;position:relative;overflow:hidden}.final-bg{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.final-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.78),rgba(255,255,255,.25),rgba(255,255,255,.7))}.final-inner{position:relative;z-index:2;height:100%;display:grid;grid-template-columns:1fr 1.4fr 1fr;align-items:center;gap:30px}.final-script{color:var(--navy);font-size:39px;line-height:1.05;transform:rotate(-4deg)}.final-script.right{text-align:right;transform:rotate(3deg)}.final-center{text-align:center}.final-center h2{font-size:30px;margin:0 0 14px}.final-center p{font-size:14px;margin:13px 0 0}
.site-footer{background:#071f3b;color:#d6e2ee;padding:52px 0 22px}.footer-grid{display:grid;grid-template-columns:2.1fr repeat(3,1fr);gap:55px}.brand-light .brand-copy strong,.brand-light .brand-copy small{color:#fff}.brand-light .brand-copy strong span{color:#fff}.footer-brand p{font-size:13px;max-width:350px;color:#b7c7d8}.footer-launch{color:#fff!important}.footer-grid h3{color:#fff;margin:7px 0 14px;font-size:16px}.footer-grid>div:not(.footer-brand) a{display:block;color:#cbd7e3;font-size:13px;margin:8px 0}.footer-grid a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid rgba(255,255,255,.18);margin-top:40px;padding-top:20px;font-size:11px;color:#aab9c9}.footer-bottom div{display:flex;gap:18px}
@media (max-width:1000px){
 .main-nav{gap:16px}.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:70px}.script{font-size:39px}.profiles{grid-template-columns:repeat(3,1fr)}.story-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid article:nth-child(2){border-right:0}.footer-grid{grid-template-columns:1.6fr repeat(3,1fr);gap:28px}
}
@media (max-width:780px){
 .container{width:min(100% - 26px,1180px)}.site-header{height:72px}.brand-copy strong{font-size:24px}.brand-copy small{font-size:6px}.brand-mark{font-size:38px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:20px 24px 28px;box-shadow:0 18px 30px rgba(8,31,59,.12);flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.main-nav .btn{margin-top:5px}.hero-grid{display:block}.hero-copy{padding:55px 0 20px}.hero h1{font-size:66px}.script{font-size:38px}.hero-lead{font-size:17px}.hero-visual{height:auto;aspect-ratio:900/1088;margin:0 -13px}.hero-visual::before{display:none}.hero-visual img{height:100%;object-fit:contain;object-position:center;border-radius:30px 30px 0 0}.hero-note{top:28px;right:24px;font-size:24px}.launch-card{right:20px;bottom:23px;width:270px}.launch-strip-inner{padding:15px 0;flex-wrap:wrap;justify-content:center}.countdown{order:3;width:100%;justify-content:center}.profiles{grid-template-columns:repeat(2,1fr)}.profile-card img{height:220px}.story-grid{grid-template-columns:1fr}.story-card img{height:260px}.feature-grid{grid-template-columns:1fr}.feature-grid article{border-right:0;border-bottom:1px solid var(--line);padding:0 0 20px}.feature-grid article:last-child{border-bottom:0}.final-cta{height:auto;min-height:430px}.final-inner{grid-template-columns:1fr;text-align:center;padding:40px 0}.final-script,.final-script.right{text-align:center;font-size:32px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap}
}
@media (max-width:480px){
 .hero h1{font-size:58px}.script{font-size:34px}.trust-row{gap:9px 15px}.btn-large{width:100%;padding-inline:18px}.hero-visual{height:auto;aspect-ratio:900/1088}.launch-card{width:245px}.launch-card strong{font-size:23px}.profiles{gap:9px}.profile-card{min-height:185px}.profile-card img{height:190px}.profile-card figcaption{font-size:22px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* Mobile image preservation: show the full hero and closing landscape without cropping */
@media (max-width:780px){
  .hero-visual{
    height:auto;
    aspect-ratio:auto;
    margin:0 -13px;
    overflow:visible;
  }
  .hero-visual img{
    display:block;
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center;
    border-radius:30px 30px 0 0;
  }

  .final-cta{
    height:auto;
    min-height:430px;
    display:block;
    position:relative;
    overflow:hidden;
    background:#dcecf7;
  }
  .final-bg{
    position:absolute;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    z-index:0;
  }
  .final-overlay{
    display:block;
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(180deg,rgba(255,255,255,.58) 0%,rgba(255,255,255,.30) 42%,rgba(255,255,255,.62) 100%);
  }
  .final-inner{
    position:relative;
    z-index:2;
    height:auto;
    min-height:430px;
    width:100%;
    grid-template-columns:1fr;
    text-align:center;
    align-content:center;
    padding:34px 13px 38px;
    background:transparent;
  }
  .final-script,
  .final-script.right{
    margin:0 auto;
    max-width:330px;
  }
}

@media (max-width:480px){
  .hero-visual{aspect-ratio:auto;}
  .hero-visual img{height:auto;}
  .hero-note{top:20px;right:16px;font-size:20px;}
  .hero-note span{font-size:30px;}
  .launch-card{right:14px;bottom:16px;width:220px;padding:16px 18px;}
  .launch-card strong{font-size:21px;}
  .launch-card em{font-size:17px;}
  .final-inner{padding:28px 13px 34px;}
  .final-script,.final-script.right{font-size:29px;}
}

/* Pre-registration state + Facebook follow */
.registration-waiting{cursor:default;opacity:.94}
.facebook-follow{margin-top:20px}
.facebook-follow p{max-width:430px;margin:0 0 12px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.55}
.facebook-btn{display:inline-flex!important;align-items:center;gap:9px;width:auto!important;padding:10px 16px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#fff;color:#071f3b!important;font-weight:800;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease}
.facebook-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.18)}
.facebook-icon{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#1877f2;color:#fff;font-family:Arial,sans-serif;font-size:19px;font-weight:700;line-height:1}
@media(max-width:480px){.facebook-btn{justify-content:center;width:100%!important}}

/* Responsive picture wrappers */
.hero-visual picture{display:block;width:100%;height:100%}
.profile-card picture{display:block;width:100%;height:235px}
.profile-card picture img{width:100%;height:100%;object-fit:cover}
.final-bg-picture{position:absolute;inset:0;display:block;z-index:0}
.final-bg-picture .final-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
@media(max-width:780px){.hero-visual picture{height:auto}.profile-card picture{height:220px}.final-bg-picture{inset:0}.final-bg-picture .final-bg{width:100%;height:100%;object-fit:cover;object-position:center center}}
@media(max-width:480px){.profile-card picture{height:190px}}
.story-card picture{display:block;width:100%;height:250px}
.story-card picture img{width:100%;height:100%;object-fit:cover}
@media(max-width:780px){.story-card picture{height:260px}}

/* FindSomeone alternative landing page */
.fs-page{background:#fff}.fs-kicker{font-size:12px;letter-spacing:.22em;font-weight:900;color:#49627d;margin:0 0 10px}.fs-hero{background:linear-gradient(115deg,#fff 0%,#fff7f4 48%,#edf6fb 100%);overflow:hidden}.fs-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;min-height:610px;align-items:center}.fs-hero-copy{padding:68px 25px 68px 0}.fs-hero h1{font-size:clamp(48px,5.2vw,76px);line-height:.96;letter-spacing:-3px;margin:0 0 22px;color:var(--navy)}.fs-hero h1 span{color:var(--pink)}.fs-intro{font-size:20px;max-width:620px;margin:0 0 22px}.fs-facts{display:grid;gap:8px;font-weight:750;margin:0 0 26px}.fs-facts span{display:block}.fs-small{font-size:14px;color:#53657a;max-width:560px;margin:18px 0 0}.fs-hero-image{position:relative;height:610px;margin-right:calc((100vw - min(1180px,calc(100vw - 40px)))/-2);overflow:hidden}.fs-hero-image picture,.fs-hero-image img{width:100%;height:100%;display:block}.fs-hero-image img{object-fit:cover;object-position:center 43%}.fs-image-note{position:absolute;right:8%;bottom:9%;font-family:cursive;font-size:29px;line-height:1.05;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.6);transform:rotate(-4deg)}.fs-image-note strong{color:#fff}.fs-closure{padding:28px 0}.fs-closure-box{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:24px 28px;background:linear-gradient(110deg,#fff0f4,#eef7fd);border:1px solid #f0e6ea;border-radius:20px}.fs-closure h2{font-size:25px;margin:0 0 8px}.fs-closure p{margin:5px 0}.fs-info-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900;font-size:22px}.text-link{color:#c80d47;font-weight:800;text-decoration:underline;text-underline-offset:3px}.fs-section{padding:70px 0}.fs-two-col{display:grid;grid-template-columns:1.08fr .92fr;gap:55px;align-items:start}.fs-section h2{font-size:clamp(34px,4vw,52px);line-height:1.03;letter-spacing:-1.8px;margin:0 0 20px}.fs-section p{font-size:17px}.fs-disclaimer{padding:16px 18px;background:#f7f8fa;border-left:4px solid var(--pink);border-radius:8px}.fs-benefit-card{background:linear-gradient(145deg,#fff4f7,#f4f8fc);padding:30px;border-radius:24px}.fs-benefit-card>h2{font-size:28px}.fs-benefit{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:17px 0;border-top:1px solid rgba(8,31,59,.08)}.fs-benefit>span{font-size:30px;color:var(--pink);font-weight:900}.fs-benefit h3{font-size:18px;margin:0 0 3px}.fs-benefit p{font-size:14px;margin:0;color:#53657a}.fs-image-band{height:390px;position:relative;overflow:hidden;background:#dceaf3}.fs-image-band picture,.fs-image-band img{position:absolute;inset:0;width:100%;height:100%;display:block}.fs-image-band img{object-fit:cover}.fs-image-band:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,48,.78),rgba(4,24,48,.1))}.fs-band-copy{position:relative;z-index:1;color:#fff;padding-top:105px}.fs-band-copy p{font-family:cursive;font-size:36px;margin:0 0 6px}.fs-band-copy h2{max-width:660px;font-size:45px;line-height:1.04;margin:0}.fs-how{text-align:center}.fs-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}.fs-steps article{padding:28px 20px;border:1px solid #e5e9ee;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(8,31,59,.05)}.fs-steps b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:var(--pink);color:#fff;font-size:20px}.fs-steps h3{font-size:19px;margin:0 0 8px}.fs-steps p{font-size:14px;color:#53657a;margin:0}.fs-faq{background:#f7f9fb}.fs-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fs-faq details{background:#fff;border:1px solid #e2e7ed;border-radius:12px;padding:0 18px}.fs-faq summary{cursor:pointer;font-weight:800;padding:17px 28px 17px 0;position:relative}.fs-faq summary::marker{color:var(--pink)}.fs-faq details p{font-size:15px;color:#53657a;margin:0 0 18px}.fs-final{padding:70px 0;text-align:center;background:linear-gradient(120deg,#fff1f5,#edf7fc)}.fs-final-inner{max-width:800px}.fs-final h2{font-size:44px;line-height:1.04;margin:0 0 12px}.fs-final p{font-size:18px}.fs-facebook{display:block;margin-top:20px;color:#c80d47;font-weight:800}.fs-page .btn-primary{background:var(--pink);color:#fff;padding:15px 25px;box-shadow:0 8px 22px rgba(239,21,87,.2)}
@media(max-width:900px){.fs-hero-grid{grid-template-columns:1fr}.fs-hero-copy{padding:52px 0 30px}.fs-hero-image{height:auto;margin:0 -20px}.fs-hero-image picture,.fs-hero-image img{height:auto}.fs-hero-image img{object-fit:contain}.fs-two-col{grid-template-columns:1fr}.fs-steps{grid-template-columns:1fr 1fr}.fs-faq-grid{grid-template-columns:1fr}}
@media(max-width:600px){.fs-hero h1{font-size:49px;letter-spacing:-2px}.fs-intro{font-size:18px}.fs-hero-image{margin:0 -13px}.fs-image-note{font-size:22px}.fs-closure-box{grid-template-columns:1fr;padding:20px}.fs-section{padding:52px 0}.fs-section h2{font-size:36px}.fs-steps{grid-template-columns:1fr}.fs-image-band{height:430px}.fs-image-band picture,.fs-image-band img{height:100%}.fs-image-band img{object-fit:cover}.fs-band-copy{padding-top:110px}.fs-band-copy p{font-size:29px}.fs-band-copy h2{font-size:37px}.fs-final h2{font-size:36px}}

/* V7: dedicated responsive artwork for the FindSomeone landing page */
.fs-new-chapter-art{overflow:hidden;border-radius:24px;box-shadow:0 10px 28px rgba(8,31,59,.07);margin-bottom:22px}
.fs-new-chapter-art picture,.fs-new-chapter-art img{display:block;width:100%}
.fs-new-chapter-art img{height:auto;aspect-ratio:1400/245;object-fit:cover}
@media(max-width:900px){
  .fs-new-chapter-art{order:2;margin-bottom:0}
  .fs-benefit-card{order:3}
}
@media(max-width:780px){
  .fs-new-chapter-art img{aspect-ratio:auto;height:auto;object-fit:contain}
  .fs-hero-image img{width:100%;height:auto;object-fit:contain}
  .fs-image-band img{object-position:center}
}


/* V8 desktop layout correction
   The dedicated V7 artwork is panoramic. It is now displayed in layouts
   designed for its real aspect ratio rather than being forced into tall boxes. */
.fs-hero{
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#fff7f3;
}
.fs-hero-bg{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
}
.fs-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.fs-hero-shade{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 27%,rgba(255,255,255,.48) 46%,rgba(255,255,255,0) 64%);
}
.fs-hero-inner{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 40px));
  min-height:520px;
  display:flex;
  align-items:center;
}
.fs-hero-copy{
  width:min(560px,48%);
  padding:52px 0;
}
.fs-hero h1{
  font-size:clamp(46px,4.5vw,68px);
}
.fs-image-note{
  top:auto;
  right:2%;
  bottom:48px;
}
.fs-two-col{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:48px;
}
.fs-side-column{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:22px;
}
.fs-new-chapter-art{
  margin:0;
}
.fs-new-chapter-art img{
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain;
}
.fs-benefit-card{
  width:100%;
}
.fs-image-band{
  height:340px;
}
.fs-image-band img{
  object-position:center 48%;
}

@media(max-width:900px){
  .fs-hero{min-height:0;display:block;padding-top:0}
  .fs-hero-bg{position:relative;inset:auto;width:100%;height:auto;z-index:0}
  .fs-hero-bg img{width:100%;height:auto;object-fit:contain}
  .fs-hero-shade{display:none}
  .fs-hero-inner{min-height:0;display:block;width:min(100% - 40px,1180px)}
  .fs-hero-copy{width:100%;padding:38px 0 26px}
  .fs-image-note{display:none}
  .fs-side-column{gap:18px}
}
@media(max-width:780px){
  .fs-hero-inner{width:min(100% - 26px,1180px)}
  .fs-hero-bg{margin:0}
  .fs-hero-bg img{width:100%;height:auto}
  .fs-new-chapter-art img{width:100%;height:auto;object-fit:contain}
  .fs-image-band{height:430px}
}


/* V9 cleanup: remove the album-style thumbnail and eliminate the collage seam
   from the lower relationship banner. */
.fs-side-column{
  justify-content:flex-start;
}
.fs-benefit-card{
  margin-top:0;
}
.fs-image-band{
  overflow:hidden;
  background:#17324e;
}
.fs-image-band picture{
  display:block;
  width:100%;
  height:100%;
}
.fs-image-band img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
@media(max-width:780px){
  .fs-image-band{height:auto;min-height:0}
  .fs-image-band picture,.fs-image-band img{height:auto}
  .fs-image-band img{width:100%;object-fit:contain}
}


/* V10: FindSomeone hero spans the full browser width, matching the lower image band.
   Content remains aligned to the normal site container. */
.fs-hero{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
}
.fs-hero-bg{
  left:0;
  right:0;
  width:100%;
}
.fs-hero-bg img{
  width:100%;
  max-width:none;
}
.fs-hero-inner{
  margin-left:auto;
  margin-right:auto;
}
@media(min-width:901px){
  .fs-hero{
    min-height:590px;
  }
  .fs-hero-inner{
    min-height:590px;
  }
}


/* V11: localised desktop hero readability gradient.
   Keep the Auckland photograph visible at the far-left edge, fade to white
   behind the copy, then fade back into the photograph after the text. */
@media(min-width:901px){
  .fs-hero-shade{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.45) 7%,
      rgba(255,255,255,.94) 16%,
      rgba(255,255,255,.94) 38%,
      rgba(255,255,255,.65) 43%,
      rgba(255,255,255,.20) 49%,
      rgba(255,255,255,0) 55%
    );
  }
}


/* V12: start the left-edge readability fade slightly earlier.
   The far-left photograph remains visible, but transitions into the white
   copy area sooner for a smoother blend. */
@media(min-width:901px){
  .fs-hero-shade{
    background:linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.30) 4%,
      rgba(255,255,255,.68) 9%,
      rgba(255,255,255,.94) 14%,
      rgba(255,255,255,.94) 38%,
      rgba(255,255,255,.65) 43%,
      rgba(255,255,255,.20) 49%,
      rgba(255,255,255,0) 55%
    );
  }
}


/* V13 — FindSomeone mobile layout correction
   1. Keep the hero photo first, then copy, but reduce the oversized mobile hero.
   2. Force the fresh-start section to a genuine one-column stack.
   3. Remove desktop grid sizing/order rules that caused the benefits card to
      overlap the left-hand copy on narrow screens. */
@media(max-width:900px){
  .fs-two-col{
    display:block !important;
    grid-template-columns:none !important;
  }

  .fs-two-col > *,
  .fs-side-column,
  .fs-benefit-card{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
  }

  .fs-side-column{
    display:block !important;
    margin-top:28px;
  }

  .fs-benefit-card{
    position:relative !important;
    inset:auto !important;
    transform:none !important;
    margin:0 !important;
  }
}

@media(max-width:780px){
  .fs-hero-bg{
    width:100%;
    height:clamp(300px,78vw,430px);
    overflow:hidden;
  }

  .fs-hero-bg img{
    width:100%;
    height:100% !important;
    object-fit:cover !important;
    object-position:center 48%;
  }

  .fs-hero-copy{
    padding:34px 0 30px;
  }

  .fs-hero h1{
    font-size:clamp(42px,12vw,58px);
    line-height:.98;
    letter-spacing:-.035em;
  }

  .fs-two-col{
    padding-left:0;
    padding-right:0;
  }

  .fs-two-col > div:first-child{
    width:100% !important;
  }

  .fs-side-column{
    margin-top:30px !important;
  }

  .fs-benefit-card{
    border-radius:22px;
    padding:26px 22px;
  }

  .fs-benefit-card h2,
  .fs-benefit-card h3{
    font-size:clamp(30px,8vw,40px);
    line-height:1.05;
  }
}


/* V14 — vertically centre the lower FindSomeone banner copy on mobile */
@media(max-width:780px){
  .fs-image-band{
    position:relative;
  }

  .fs-image-band-copy{
    top:50% !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
  }
}
