/* File: wp-content/themes/daily-routine-labs/assets/about.css */

.drl-about-page {
    --about-rose: #f1a5bd;
    --about-rose-deep: #b94f76;
    --about-blue: #dceaf3;
    --about-mint: #deebdf;
    --about-lilac: #eaddec;
    --about-butter: #f4e9c7;
    overflow-x: hidden;
}

.drl-about-page::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .28;
    background-image: linear-gradient(#806c6810 1px, transparent 1px), linear-gradient(90deg, #806c680c 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, transparent, black 17%, black 78%, transparent);
}

.about-site-header .site-nav > a[aria-current='page'] {
    color: var(--pink-dark);
}

.about-site-header .site-nav > a:hover,
.about-footer a:hover {
    color: var(--pink-dark);
}

.about-main {
    overflow: hidden;
}

.about-eyebrow,
.about-section-label,
.about-experiment-number,
.about-experiment-status {
    margin: 0;
    color: #8b7b84;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.about-eyebrow::before,
.about-section-label::before {
    content: '✧';
    margin-right: 9px;
    color: var(--about-rose-deep);
}

.about-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(430px, .8fr);
    align-items: center;
    gap: 40px;
    width: min(1240px, calc(100% - 88px));
    min-height: 610px;
    margin: 5px auto 70px;
}

.about-hero-copy {
    position: relative;
    z-index: 2;
    padding: 55px 0 50px;
}

.about-hero h1 {
    max-width: 710px;
    margin: 24px 0 24px;
    font: normal clamp(54px, 6.5vw, 94px)/.93 var(--serif);
    letter-spacing: -5px;
}

.about-hero h1 em {
    color: var(--about-rose-deep);
    font-weight: 400;
}

.about-lede {
    max-width: 590px;
    margin: 0;
    color: #605b62;
    font: 21px/1.65 var(--serif);
}

.about-scroll-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 37px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cdbfc0;
    color: #59525b;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
}

.about-scroll-link span {
    color: var(--about-rose-deep);
    font-size: 18px;
    transition: transform .2s ease;
}

.about-scroll-link:hover span {
    transform: translateY(3px);
}

.about-specimen {
    position: relative;
    width: min(100%, 520px);
    aspect-ratio: 1;
    justify-self: end;
}

.about-specimen::before {
    content: '';
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background: radial-gradient(circle at 48% 45%, #fffdfb 0 13%, #f8d6e4 14% 25%, #e9dded 26% 38%, #e0ecf1 39% 51%, #f2e7c7 52% 64%, transparent 65%);
    opacity: .72;
    filter: blur(.2px);
    transform: rotate(-7deg);
}

.about-orbit {
    position: absolute;
    inset: 6%;
    border: 1px solid #b67b8e4f;
    border-radius: 48% 52% 50% 46%;
    transform: rotate(14deg);
}

.about-orbit::after {
    content: '';
    position: absolute;
    top: 20%;
    right: 2%;
    width: 10px;
    height: 10px;
    border: 2px solid #d48ba5;
    border-radius: 50%;
    background: var(--paper);
}

.about-orbit-two {
    inset: 15% 3% 4% 14%;
    border-color: #9f91bd4f;
    transform: rotate(-19deg);
}

.about-orbit-two::after {
    top: auto;
    right: auto;
    bottom: 8%;
    left: 17%;
    border-color: #b0a0ca;
}

.about-specimen-heart {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 96px;
    transform: translate(-50%, -50%) rotate(-8deg);
    animation: about-heart-float 5s ease-in-out infinite;
}

.about-specimen-heart .heart {
    width: 100%;
    height: 100%;
    stroke-width: 1.7;
}

.about-word {
    position: absolute;
    padding: 8px 14px;
    border: 1px solid #dacfd0;
    border-radius: 30px;
    background: #fbf8f4d9;
    box-shadow: 0 5px 20px #55454c0b;
    color: #655e67;
    font: 21px/1 var(--hand);
}

.about-word-mood { top: 12%; left: 17%; transform: rotate(-8deg); }
.about-word-memory { top: 25%; right: -1%; transform: rotate(6deg); }
.about-word-chance { right: 5%; bottom: 22%; transform: rotate(-5deg); }
.about-word-hope { bottom: 5%; left: 25%; transform: rotate(7deg); }
.about-word-future { top: 49%; left: -2%; transform: rotate(-9deg); }

.about-spark {
    position: absolute;
    z-index: 2;
    color: #cc7898;
}

.about-spark-one { top: 5%; right: 24%; font-size: 19px; }
.about-spark-two { right: -1%; bottom: 43%; font-size: 27px; }
.about-spark-three { bottom: 17%; left: 9%; font-size: 36px; }

.about-pencil-note {
    position: absolute;
    right: 1%;
    bottom: -4%;
    color: #827681;
    font: 25px/1.05 var(--hand);
    text-align: center;
    transform: rotate(-8deg);
}

.about-story {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, .8fr) minmax(320px, 1.2fr) minmax(220px, .65fr);
    align-items: start;
    gap: 58px;
    width: min(1160px, calc(100% - 88px));
    margin: 0 auto;
    padding: 100px 0 135px;
    border-top: 1px solid var(--line);
}

.about-story::before {
    content: 'ordinary / hopeful / strange';
    position: absolute;
    top: 40px;
    right: 0;
    color: #b2a6aa;
    font: 18px var(--hand);
    transform: rotate(2deg);
}

.about-story h2,
.about-method h2,
.about-experiments h2,
.about-closing h2 {
    margin: 22px 0 0;
    font: normal clamp(35px, 4.2vw, 57px)/1.05 var(--serif);
    letter-spacing: -2.6px;
}

.about-story-copy {
    color: #58555d;
    font-size: 16px;
    line-height: 1.85;
}

.about-story-copy p {
    margin: 0 0 22px;
}

.about-story-copy .about-first-paragraph {
    color: var(--ink);
    font: 21px/1.65 var(--serif);
}

.about-principle-note {
    position: relative;
    margin-top: 38px;
    min-height: 245px;
    padding: 54px 30px 30px;
    background: #f5d9e3;
    box-shadow: 2px 7px 14px #56493a14;
    transform: rotate(3deg);
}

.about-principle-note::after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 39px;
    height: 39px;
    background: linear-gradient(135deg, #e9becd 50%, var(--paper) 51%);
}

.about-principle-note p {
    margin: 0;
    font: 29px/1.15 var(--hand);
}

.about-note-mark {
    display: block;
    margin-top: 19px;
    color: #ba5479;
    font: 30px var(--hand);
    text-align: right;
}

.about-tape {
    position: absolute;
    top: -13px;
    left: 50%;
    width: 91px;
    height: 29px;
    background: #eadfc9b8;
    transform: translateX(-50%) rotate(-4deg);
}

.about-method {
    width: min(1280px, calc(100% - 60px));
    margin: 0 auto 135px;
    padding: 95px 72px 78px;
    border: 1px solid #e1d7d1;
    border-radius: 34px;
    background: #f5efebad;
    text-align: center;
}

.about-method h2 {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.about-method-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 60px;
    text-align: left;
}

.about-method-card {
    position: relative;
    min-height: 335px;
    padding: 27px 28px 31px;
    border: 1px solid #ffffff80;
    background: var(--card-color);
    box-shadow: 1px 5px 12px #4d45400d;
}

.about-method-card-one { --card-color: var(--about-blue); transform: rotate(-1.2deg); }
.about-method-card-two { --card-color: var(--about-butter); transform: translateY(12px) rotate(.8deg); }
.about-method-card-three { --card-color: var(--about-mint); transform: rotate(-.6deg); }

.about-method-card::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--card-color);
    clip-path: polygon(0 40%, 9% 55%, 21% 23%, 32% 64%, 48% 30%, 60% 65%, 76% 25%, 88% 55%, 100% 15%, 100% 100%, 0 100%);
}

.about-method-number {
    color: #7e7779;
    font-size: 11px;
    letter-spacing: 1.4px;
}

.about-method-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    margin: 40px 0 25px;
    border: 1px solid #59515936;
    border-radius: 50%;
    color: #6a5d66;
    font: 28px var(--serif);
}

.about-method-card h3 {
    margin: 0 0 13px;
    font: normal 24px/1.15 var(--serif);
    letter-spacing: -.7px;
}

.about-method-card p {
    margin: 0;
    color: #605d62;
    font-size: 13px;
    line-height: 1.65;
}

.about-experiments {
    width: min(1160px, calc(100% - 88px));
    margin: 0 auto 145px;
}

.about-experiments-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 55px;
}

.about-experiments-heading > p {
    margin: 0 0 5px;
    color: #827a80;
    font: 20px/1.35 var(--hand);
    text-align: right;
    transform: rotate(-2deg);
}

.about-experiment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.about-experiment-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 270px 1fr;
    min-height: 620px;
    padding: 27px 30px 31px;
    border: 1px solid #dfd4d0;
    border-radius: 22px;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
}

.about-experiment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px #44343b12;
}

.about-experiment-future {
    background: linear-gradient(145deg, #f9f4ef, #f5ebe7);
}

.about-experiment-wish {
    background: radial-gradient(circle at 70% 28%, #f9e5ed, transparent 35%), linear-gradient(145deg, #faf6fa, #eee6f1);
}

.about-experiment-startup {
    background: radial-gradient(circle at 27% 22%, #e5f0e8, transparent 34%), linear-gradient(145deg, #faf7f1, #f3e8e1);
}

.about-startup-art {
    gap: 15px;
}

.about-startup-now,
.about-startup-later {
    position: relative;
    z-index: 1;
    width: 104px;
    min-height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 8px;
    border: 1px solid #ded2cd;
    background: #fffdf8;
    box-shadow: 4px 6px 0 #eadadd;
}

.about-startup-now {
    transform: rotate(-5deg);
}

.about-startup-later {
    transform: rotate(4deg);
}

.about-startup-now b,
.about-startup-later b {
    font: normal 47px/1 var(--serif);
}

.about-startup-later b {
    color: #da7b9b;
}

.about-startup-now i,
.about-startup-later i {
    margin-top: 8px;
    color: #83787e;
    font: normal 11px/1.2 var(--sans);
    text-align: center;
}

.about-startup-line {
    position: relative;
    width: 28px;
    height: 1px;
    background: #cf9caf;
}

.about-startup-line::after {
    content: '›';
    position: absolute;
    right: -2px;
    top: -11px;
    color: #b95f7e;
    font: 20px var(--serif);
}

.about-experiment-status {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #827881;
    font-size: 9px;
    letter-spacing: 1px;
}

.about-experiment-status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d67b9d;
}

.about-experiment-number {
    align-self: start;
    margin-top: -12px;
    color: #a1506d;
}

.about-experiment-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-paper-note {
    position: absolute;
    width: 172px;
    height: 193px;
    border: 1px solid #fff8;
    box-shadow: 2px 8px 17px #59494c16;
}

.about-paper-note-back {
    background: var(--about-blue);
    transform: translate(-36px, 5px) rotate(-9deg);
}

.about-paper-note-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
    background: #f3dbe5;
    transform: translate(28px, -3px) rotate(5deg);
}

.about-paper-note-front i {
    font: normal 23px/1.05 var(--hand);
    text-align: center;
}

.about-paper-note-front .heart {
    width: 27px;
    height: 34px;
}

.about-experiment-copy {
    align-self: end;
}

.about-experiment-copy h3 {
    margin: 0 0 12px;
    font: normal 31px/1.1 var(--serif);
    letter-spacing: -1.1px;
}

.about-experiment-copy p {
    max-width: 440px;
    margin: 0 0 23px;
    color: #625d64;
    font-size: 14px;
    line-height: 1.7;
}

.about-experiment-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #74485a;
    font-size: 12px;
    font-weight: 700;
}

.about-experiment-link b {
    transition: transform .2s ease;
}

.about-experiment-card:hover .about-experiment-link b {
    transform: translate(3px, -3px);
}

.about-wheel-art {
    width: 245px;
    height: 245px;
    margin: 15px auto 10px;
    border-radius: 50%;
    background: conic-gradient(from 13deg, #f3bfd2 0 12.5%, #e1d2ef 0 25%, #d1e8ef 0 37.5%, #dcebdc 0 50%, #f3e5b7 0 62.5%, #efcfdf 0 75%, #d8d1ef 0 87.5%, #f2d2ce 0);
    box-shadow: 0 0 0 9px #fff8, 0 0 0 11px #cdaeba5c, 0 11px 35px #6f526118;
    transform: rotate(-8deg);
}

.about-wheel-ring {
    position: absolute;
    inset: 31px;
    border: 1px solid #fff9;
    border-radius: 50%;
}

.about-wheel-ring-two {
    inset: 67px;
}

.about-wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border: 3px solid #fff8;
    border-radius: 50%;
    background: #edcf8d;
    color: white;
    box-shadow: 0 3px 12px #6f526128;
    transform: translate(-50%, -50%);
}

.about-wheel-word {
    position: absolute;
    top: 25px;
    left: 50%;
    font: 15px var(--hand);
    transform: translateX(-50%);
}

.about-wheel-word-two {
    top: auto;
    right: 14px;
    bottom: 62px;
    left: auto;
    transform: rotate(72deg);
}

.about-next-note {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 17px;
    max-width: 770px;
    margin: 47px auto 0;
    padding: 18px 23px;
    border-top: 1px solid #ddd1cf;
    border-bottom: 1px solid #ddd1cf;
    color: #746d74;
}

.about-next-note > span {
    color: #d77b9b;
}

.about-next-note p,
.about-next-note small {
    margin: 0;
}

.about-next-note p {
    font: 20px var(--serif);
}

.about-next-note small {
    font: 19px var(--hand);
}

.about-closing {
    position: relative;
    width: min(1040px, calc(100% - 44px));
    margin: 0 auto 100px;
    padding: 100px 30px 95px;
    border-radius: 50% 48% 46% 51% / 15% 14% 16% 15%;
    background: radial-gradient(circle at center, #fff 0, #fbf1f4 55%, #f6e8ed 100%);
    text-align: center;
}

.about-closing-heart {
    width: 45px;
    height: 56px;
    margin: 0 auto 22px;
    transform: rotate(-7deg);
}

.about-closing h2 {
    margin-top: 20px;
}

.about-closing > p:not(.about-section-label) {
    max-width: 570px;
    margin: 18px auto 27px;
    color: #686168;
    font: 17px/1.7 var(--serif);
}

.about-closing-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.about-closing-star {
    position: absolute;
    top: 28%;
    right: 12%;
    color: #d784a1;
    font-size: 27px;
}

.about-footer .footer-links a {
    padding: 6px 0;
    text-decoration: none;
}

@keyframes about-heart-float {
    0%, 100% { transform: translate(-50%, -50%) rotate(-8deg); }
    50% { transform: translate(-50%, calc(-50% - 8px)) rotate(-4deg); }
}

@media (min-width: 720px) and (max-width: 1100px) {
    .about-experiment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 959px) {
    .about-hero {
        grid-template-columns: minmax(0, 1fr) 380px;
        width: min(100% - 54px, 1000px);
        min-height: 540px;
    }

    .about-hero h1 {
        font-size: clamp(50px, 7vw, 70px);
        letter-spacing: -3.5px;
    }

    .about-story {
        grid-template-columns: .85fr 1.3fr;
        width: min(100% - 54px, 900px);
    }

    .about-principle-note {
        grid-column: 2;
        width: 260px;
        margin: 5px 0 0 auto;
    }

    .about-method {
        padding-right: 34px;
        padding-left: 34px;
    }

    .about-method-card {
        padding-right: 21px;
        padding-left: 21px;
    }

    .about-experiments {
        width: min(100% - 54px, 900px);
    }
}

@media (max-width: 719px) {
    .about-site-header .site-nav a {
        width: 100%;
        padding: 8px 0;
    }

    .about-hero {
        grid-template-columns: 1fr;
        gap: 0;
        width: calc(100% - 44px);
        margin-bottom: 50px;
    }

    .about-hero-copy {
        padding: 58px 0 10px;
        text-align: center;
    }

    .about-hero h1 {
        margin-top: 20px;
        font-size: clamp(48px, 14vw, 68px);
        letter-spacing: -3px;
    }

    .about-lede {
        margin-right: auto;
        margin-left: auto;
        font-size: 18px;
    }

    .about-scroll-link {
        margin-top: 27px;
    }

    .about-specimen {
        width: min(440px, 108%);
        margin: -10px auto 0;
        justify-self: center;
    }

    .about-pencil-note {
        right: 5%;
        bottom: 2%;
    }

    .about-story {
        grid-template-columns: 1fr;
        gap: 31px;
        width: calc(100% - 48px);
        padding: 78px 0 100px;
    }

    .about-story::before {
        top: 24px;
    }

    .about-story h2,
    .about-method h2,
    .about-experiments h2,
    .about-closing h2 {
        font-size: 39px;
        letter-spacing: -1.8px;
    }

    .about-story-copy {
        font-size: 15px;
    }

    .about-principle-note {
        grid-column: auto;
        width: min(280px, 88%);
        margin: 7px auto 0;
    }

    .about-method {
        width: calc(100% - 28px);
        margin-bottom: 100px;
        padding: 68px 20px 58px;
        border-radius: 25px;
    }

    .about-method-grid {
        grid-template-columns: 1fr;
        gap: 23px;
        max-width: 440px;
        margin: 45px auto 0;
    }

    .about-method-card {
        min-height: 280px;
        padding: 24px 25px 28px;
    }

    .about-method-card-two {
        transform: rotate(.8deg);
    }

    .about-method-symbol {
        margin: 29px 0 22px;
    }

    .about-experiments {
        width: calc(100% - 40px);
        margin-bottom: 105px;
    }

    .about-experiments-heading {
        display: block;
        margin-bottom: 40px;
    }

    .about-experiments-heading > p {
        margin-top: 23px;
        text-align: left;
    }

    .about-experiment-grid {
        grid-template-columns: 1fr;
    }

    .about-experiment-card {
        min-height: 590px;
        padding: 24px;
    }

    .about-next-note {
        grid-template-columns: auto 1fr;
    }

    .about-next-note small {
        grid-column: 2;
    }

    .about-closing {
        width: calc(100% - 24px);
        margin-bottom: 70px;
        padding: 80px 25px 75px;
        border-radius: 44px;
    }

    .about-footer {
        margin-right: 25px;
        margin-left: 25px;
    }
}

@media (max-width: 479px) {
    .about-hero {
        width: calc(100% - 32px);
    }

    .about-hero-copy {
        padding-top: 43px;
    }

    .about-hero h1 {
        font-size: 48px;
        line-height: .98;
        letter-spacing: -2.7px;
    }

    .about-lede {
        font-size: 17px;
        line-height: 1.55;
    }

    .about-specimen {
        width: 112%;
        margin-left: -6%;
    }

    .about-word {
        padding: 7px 11px;
        font-size: 18px;
    }

    .about-pencil-note {
        font-size: 21px;
    }

    .about-story h2,
    .about-method h2,
    .about-experiments h2,
    .about-closing h2 {
        font-size: 35px;
    }

    .about-story-copy .about-first-paragraph {
        font-size: 19px;
    }

    .about-experiment-card {
        grid-template-rows: auto auto 240px 1fr;
        min-height: 565px;
        border-radius: 17px;
    }

    .about-experiment-status {
        max-width: 160px;
        text-align: right;
    }

    .about-paper-note {
        width: 145px;
        height: 169px;
    }

    .about-wheel-art {
        width: 205px;
        height: 205px;
    }

    .about-experiment-copy h3 {
        font-size: 28px;
    }

    .about-next-note {
        padding-right: 9px;
        padding-left: 9px;
    }

    .about-next-note p {
        font-size: 17px;
    }

    .about-closing-actions {
        display: grid;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-specimen-heart {
        animation: none;
    }
}
