:root {
    --ink: #23223A;
    --ink-2: #454360;
    --soft: #7A789A;
    --lav: #C9C2F2;
    --peri: #AFC4F5;
    --pink: #F6CFE3;
    --cream: #FFF6EE;
    --deep: #23223A;
    --glass: rgba(255, 255, 255, .55);
    --glass-b: rgba(255, 255, 255, .75);
    --line: rgba(80, 70, 140, .12);
    --ease: cubic-bezier(.22, .61, .36, 1);
    --maxw: 1160px;
    --sh: 0 30px 70px -30px rgba(90, 80, 160, .35);
    --sh-sm: 0 16px 40px -22px rgba(90, 80, 160, .38);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    color: var(--ink);
    font-family: "Figtree", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background:
        radial-gradient(60% 50% at 12% 8%, rgba(201, 194, 242, .55), transparent 60%),
        radial-gradient(55% 45% at 88% 16%, rgba(246, 207, 227, .5), transparent 60%),
        radial-gradient(60% 50% at 80% 78%, rgba(175, 196, 245, .45), transparent 62%),
        radial-gradient(50% 42% at 10% 88%, rgba(246, 207, 227, .4), transparent 60%),
        linear-gradient(180deg, #FBFAFF, #F4F2FD 50%, #FBF7FC);
    background-attachment: fixed;
}

img {
    max-width: 100%;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font-family: inherit
}

::selection {
    background: var(--ink);
    color: #fff
}

.wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 26px
}

.serif {
    font-family: "Cormorant Garamond", serif
}

.kicker {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--ink-2);
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.kicker .hp {
    color: #E2719E
}

/* daisies — Evermore-style floral outlines */
.daisy {
    position: absolute;
    pointer-events: none;
    opacity: .55;
    animation: spinSlow 60s linear infinite
}

.daisy svg {
    width: 100%;
    height: 100%
}

@keyframes spinSlow {
    to {
        transform: rotate(360deg)
    }
}

/* glass */
.glass {
    background: var(--glass);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid var(--glass-b);
    border-radius: 26px;
    box-shadow: var(--sh-sm)
}

/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 100px;
    border: none;
    background: var(--deep);
    color: #fff;
    cursor: pointer;
    transition: .4s var(--ease);
    box-shadow: 0 18px 38px -16px rgba(35, 34, 58, .5)
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px -16px rgba(35, 34, 58, .55)
}

.btn svg {
    width: 16px;
    height: 16px
}

.btn-glass {
    background: var(--glass);
    backdrop-filter: blur(14px);
    border: 1px solid var(--glass-b);
    color: var(--ink);
    box-shadow: var(--sh-sm)
}

.btn-glass:hover {
    background: rgba(255, 255, 255, .75)
}

/* nav */
nav {
    position: fixed;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: none
}

.nav-in {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: var(--glass);
    backdrop-filter: blur(18px);
    border: 1px solid var(--glass-b);
    border-radius: 100px;
    padding: 10px 12px 10px 22px;
    box-shadow: var(--sh-sm);
    margin: 0 auto
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -.01em
}

.brand,
.logo{
    display: flex;
    align-items: center;
    gap: .25rem;
}
.brand img,
.logo img{
    display: block;
    width: 54px;
    height: auto;
}

.nav-links {
    display: flex;
    gap: 24px;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--ink-2)
}

.nav-links a {
    transition: color .3s
}

.nav-links a:hover {
    color: var(--ink)
}

.nav-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 14.5px;
    padding: 11px 20px;
    border-radius: 100px;
    background: var(--deep);
    color: #fff;
    transition: .35s var(--ease)
}

.nav-call:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px -12px rgba(35, 34, 58, .5)
}

.nav-call svg {
    width: 13px;
    height: 13px
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: 170px 0 40px;
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2
}

.hero h1 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: clamp(46px, 6.6vw, 70px);
    line-height: 1;
    letter-spacing: -.015em
}

.hero h1 em {
    font-style: italic;
    font-weight: 500;
    background: linear-gradient(110deg, #8B7BD8, #E2719E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.hero .lede {
    font-size: clamp(17px, 1.9vw, 20px);
    color: var(--ink-2);
    max-width: 520px;
    margin-top: 22px;
    font-weight: 400
}

.hero-cta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 34px
}

.hero-num {
    display: flex;
    flex-direction: column
}

.hero-num small {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--soft)
}

.hero-num a {
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -.01em
}

.hero-num a:hover {
    color: #8B7BD8
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 30px;
    font-size: 14px;
    color: var(--ink-2);
    flex-wrap: wrap
}

.hero-trust b {
    font-weight: 700;
    color: var(--ink)
}

.hero-trust .d {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--lav)
}

/* floating collage */
.cloud {
    position: relative;
    height: 540px
}

.photo-blob {
    position: absolute;
    top: 44px;
    left: 14%;
    width: 310px;
    height: 380px;
    border-radius: 58% 42% 55% 45%/52% 48% 56% 44%;
    overflow: hidden;
    box-shadow: var(--sh);
    border: 6px solid rgba(255, 255, 255, .85);
    transform: rotate(-3deg);
    animation: blobf 9s ease-in-out infinite
}

.photo-blob img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes blobf {

    0%,
    100% {
        transform: rotate(-3deg) translateY(0)
    }

    50% {
        transform: rotate(-2deg) translateY(-10px)
    }
}

.chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 17px;
    font-size: 13.5px;
    font-weight: 600;
    animation: chipf 6s ease-in-out infinite
}

@keyframes chipf {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-9px)
    }
}

.chip small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--soft)
}

.chip .av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .85)
}

.chip.c1 {
    top: 6px;
    right: 4%;
    animation-delay: -1s
}

.chip.c1 .av {
    background: linear-gradient(135deg, #F4B183, #E2719E)
}

.chip.c2 {
    bottom: 134px;
    left: 0;
    animation-delay: -3s
}

.chip.c2 .vw {
    display: flex;
    align-items: center;
    gap: 2.5px;
    height: 18px
}

.chip.c2 .vw i {
    width: 3px;
    border-radius: 3px;
    background: #8B7BD8;
    animation: wv 1.5s ease-in-out infinite
}

@keyframes wv {

    0%,
    100% {
        height: 6px
    }

    50% {
        height: var(--h, 15px)
    }
}

.chip.c3 {
    bottom: 70px;
    right: 10%;
    animation-delay: -4.5s
}

.chip.c3 .live {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #74D8A4;
    box-shadow: 0 0 0 0 rgba(116, 216, 164, .6);
    animation: pulse 2.2s infinite
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(116, 216, 164, .6)
    }

    70% {
        box-shadow: 0 0 0 8px rgba(116, 216, 164, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(116, 216, 164, 0)
    }
}

.heart-f {
    position: absolute;
    font-size: 20px;
    opacity: .7;
    animation: chipf 7s ease-in-out infinite
}

.heart-f.h1 {
    top: 24%;
    left: 2%;
    animation-delay: -2s
}

.heart-f.h2 {
    top: 64%;
    right: 0;
    animation-delay: -5s
}

/* reveal */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .9s var(--ease), transform .9s var(--ease)
}

.reveal.in {
    opacity: 1;
    transform: none
}

[data-d="1"] {
    transition-delay: .08s
}

[data-d="2"] {
    transition-delay: .16s
}

[data-d="3"] {
    transition-delay: .24s
}

/* ===== glass stat strip ===== */
.statstrip {
    padding: 10px 0 90px
}

.strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .5);
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid var(--glass-b);
    backdrop-filter: blur(18px);
    box-shadow: var(--sh-sm)
}

.stt {
    padding: 30px 26px;
    text-align: center;
    background: rgba(255, 255, 255, .35)
}

.stt .n {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: clamp(34px, 3.8vw, 48px);
    line-height: 1;
    background: linear-gradient(110deg, #8B7BD8, #E2719E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-variant-numeric: tabular-nums
}

.stt .l {
    font-size: 13.5px;
    font-weight: 500;
    color: var(--ink-2);
    margin-top: 8px
}

/* ===== sections ===== */
.sec {
    padding: 90px 0
}

.sec-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 2rem
}

.sec-head h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.04;
    letter-spacing: -.01em;
    margin-top: 14px
}

.sec-head h2 em {
    font-style: italic;
    background: linear-gradient(110deg, #8B7BD8, #E2719E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.sec-head p {
    color: var(--ink-2);
    margin-top: 16px;
    font-size: 17px
}

/* how it works — glass steps */
.flow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.fcard {
    padding: 32px 26px;
    text-align: center;
    transition: transform .45s var(--ease), box-shadow .45s
}

.fcard:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh)
}

.fcard .ic {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    font-size: 24px;
    background: linear-gradient(135deg, rgba(201, 194, 242, .7), rgba(246, 207, 227, .7));
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .85)
}

.fcard h3 {
    font-weight: 700;
    font-size: 18.5px;
    letter-spacing: -.01em
}

.fcard p {
    font-size: 14.5px;
    color: var(--ink-2);
    margin-top: 7px
}

.fcard .stepn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #8B7BD8;
    display: block;
    margin-bottom: 10px
}

/* her / him — glass panels */
.duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.pane {
    padding: 44px 40px;
    position: relative;
    overflow: hidden
}

.pane .wash {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    filter: blur(60px);
    top: -90px;
    right: -70px;
    opacity: .65;
    pointer-events: none
}

.pane.her .wash {
    background: #F6CFE3
}

.pane.him .wash {
    background: #AFC4F5
}

.pane .pk {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #E2719E;
    position: relative
}

.pane.him .pk {
    color: #7D96E0
}

.pane h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
    margin: 12px 0 22px;
    position: relative
}

.pane h3 em {
    font-style: italic
}

.pane ul {
    list-style: none;
    position: relative
}

.pane li {
    display: flex;
    gap: 13px;
    padding: 11px 0;
    font-size: 15.5px;
    color: var(--ink-2);
    align-items: flex-start;
    border-bottom: 1px solid var(--line)
}

.pane li:last-child {
    border: none
}

.pane li b {
    color: var(--ink);
    font-weight: 600
}

.pane li .ck {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 1px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, #E2719E, #C9A0E8)
}

.pane.him li .ck {
    background: linear-gradient(135deg, #7D96E0, #9D8BE0)
}

.pane li .ck svg {
    width: 12px;
    height: 12px
}

.pane .btn {
    margin-top: 26px;
    position: relative
}

/* whispers — testimonials */
.whispers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.wh {
    padding: 30px 28px;
    transition: transform .45s var(--ease)
}

.wh:hover {
    transform: translateY(-6px)
}

.wh .stars {
    color: #F2B33D;
    letter-spacing: 3px;
    font-size: 14px
}

.wh p {
    font-style: italic;
    font-size: 20px;
    line-height: 1.45;
    margin: 14px 0 18px;
    color: var(--ink)
}

.wh .who {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600
}

.wh .who small {
    display: block;
    font-weight: 500;
    color: var(--soft);
    font-size: 14px
}

.wh .who .av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .85)
}

.wh:nth-child(1) .av {
    background: linear-gradient(135deg, #F4B183, #E2719E)
}

.wh:nth-child(2) .av {
    background: linear-gradient(135deg, #AFC4F5, #8B7BD8)
}

.wh:nth-child(3) .av {
    background: linear-gradient(135deg, #A8DCC0, #AFC4F5)
}

.wcap {
    text-align: center;
    margin-top: 22px;
    font-size: 13px;
    color: var(--soft)
}

/* safety glass */
.safe-in {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 46px;
    align-items: center;
    padding: 50px 54px
}

.orb18 {
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201, 194, 242, .8), rgba(246, 207, 227, .8));
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .9), var(--sh-sm);
    flex-shrink: 0
}

.orb18 .n {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 1;
    color: var(--deep)
}

.orb18 small {
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ink-2)
}

.safe-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

.safe-it h4 {
    font-weight: 700;
    font-size: 16.5px;
    letter-spacing: -.01em;
    display: flex;
    align-items: center;
    gap: 9px
}

.safe-it p {
    font-size: 14px;
    color: var(--ink-2);
    margin-top: 6px
}

/* faq */
.fwrap {
    max-width: 740px;
    margin: 0 auto;
    display: grid;
    gap: 14px
}

.fi {
    overflow: hidden;
    transition: box-shadow .4s
}

.fq {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    font-size: 17.5px;
    font-weight: 600;
    letter-spacing: -.01em;
    color: var(--ink)
}

.fq .pm {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    box-shadow: inset 0 0 0 1px var(--glass-b);
    flex-shrink: 0;
    position: relative;
    transition: transform .4s var(--ease), background .3s
}

.fi.open .pm {
    background: var(--deep);
    transform: rotate(135deg)
}

.fq .pm::before,
.fq .pm::after {
    content: "";
    position: absolute;
    background: var(--ink);
    transition: background .3s
}

.fi.open .pm::before,
.fi.open .pm::after {
    background: #fff
}

.fq .pm::before {
    top: 50%;
    left: 10px;
    right: 10px;
    height: 1.5px;
    transform: translateY(-50%)
}

.fq .pm::after {
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 1.5px;
    transform: translateX(-50%)
}

.fa {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s var(--ease)
}

.fa p {
    padding: 0 28px 26px;
    color: var(--ink-2);
    font-size: 15.5px
}

/* close */
.close {
    padding: 90px 0 110px
}

.close-in {
    position: relative;
    text-align: center;
    padding: 84px 40px;
    overflow: hidden
}

.close-in .dz {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -80px;
    right: -60px;
    opacity: .5
}

.close-in h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: clamp(36px, 5.8vw, 70px);
    line-height: 1.02;
    position: relative
}

.close-in h2 em {
    font-style: italic;
    background: linear-gradient(110deg, #8B7BD8, #E2719E);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.close-in .sub {
    color: var(--ink-2);
    max-width: 440px;
    margin: 16px auto 0;
    position: relative
}

.close-in .num {
    display: inline-block;
    font-weight: 700;
    font-size: clamp(24px, 3.6vw, 38px);
    letter-spacing: -.01em;
    margin: 26px 0 4px;
    position: relative
}

.close-in .num:hover {
    color: #8B7BD8
}

.close-in .ops {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative
}

.close-in .cmeta {
    margin-top: 28px;
    font-size: 13.5px;
    color: var(--soft);
    position: relative
}

.close-in .cmeta a {
    border-bottom: 1px solid var(--line)
}

.close-in .cmeta a:hover {
    color: #8B7BD8
}

/* footer */
footer {
    padding: 0 0 3rem
}

.f-in {
    border-top: 1px solid var(--line);
    padding-top: 44px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap
}

.f-brand p {
    color: var(--ink-2);
    font-size: 14px;
    max-width: 270px;
    margin-top: 12px
}

.f-cols {
    display: flex;
    gap: 54px;
    flex-wrap: wrap
}

.f-col h4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--soft);
    margin-bottom: 14px
}

.f-col a {
    display: block;
    padding: 5px 0;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--ink-2);
    transition: color .3s
}

.f-col a:hover {
    color: #8B7BD8
}

.f-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    font-size: 13px;
    color: var(--soft)
}

.f-bot .age {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 600;
    color: var(--ink)
}

.f-bot .age span {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--lav), var(--pink));
    color: var(--deep);
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .85)
}

/* sticky mobile call bar */
.callbar {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 1500;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--glass);
    backdrop-filter: blur(18px);
    border: 1px solid var(--glass-b);
    border-radius: 100px;
    padding: 10px 11px 10px 20px;
    box-shadow: var(--sh);
    transform: translateY(150%);
    transition: transform .5s var(--ease)
}

.callbar.show {
    transform: none
}

.callbar .txt {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3
}

.callbar .txt small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: var(--soft)
}

.callbar a {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--deep);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 100px
}

.callbar a svg {
    width: 13px;
    height: 13px
}

@media(max-width:940px) {
    .nav-links {
        display: none
    }

    .nav-in {
        max-width: none;
        margin: 0 14px
    }

    .hero-grid,
    .duo,
    .safe-in,
    .safe-list {
        grid-template-columns: 1fr
    }

    .flow,
    .whispers {
        grid-template-columns: 1fr 1fr
    }

    .cloud {
        height: 480px;
        max-width: 430px;
        width: 100%;
        margin: 0 auto
    }

    .strip {
        grid-template-columns: 1fr 1fr
    }

    .safe-in {
        gap: 30px;
        justify-items: center;
        text-align: left;
        padding: 40px 30px
    }

    .safe-list {
        gap: 22px
    }

    .callbar {
        display: flex
    }
}

@media(max-width:580px) {
    .wrap {
        padding: 0 20px
    }
    .nav-call{
        display: none;
    }

    .hero {
        padding: 150px 0 60px
    }

    .flow,
    .whispers {
        grid-template-columns: 1fr
    }

    .cloud {
        height: 430px
    }

    .photo-blob {
        width: 250px;
        height: 310px;
        left: 8%
    }

    .pane {
        padding: 34px 26px
    }

    .close-in {
        padding: 56px 24px
    }

    .sec {
        padding: 70px 0
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        animation: none !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}