/* ============================================================
   scriptswirl.com — Blobitecture Fluid Layout
   ============================================================ */

:root {
    --bg-primary: #F7F3EE;
    --bg-secondary: #EDE7DF;
    --text: #2D2A26;
    --blob-blue: #B8D4E3;
    --blob-blue-deep: #9FC5D8;
    --blob-blue-light: #C8DDE8;
    --blob-rose: #E8C5D0;
    --blob-sage: #C5DBC5;
    --accent-coral: #E07A5F;
    --line: #B8D4E3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background: var(--bg-primary);
    color: var(--text);
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    position: relative;
    background:
        radial-gradient(ellipse 800px 600px at 15% 10%, rgba(184, 212, 227, 0.18), transparent 60%),
        radial-gradient(ellipse 700px 500px at 90% 35%, rgba(232, 197, 208, 0.14), transparent 60%),
        radial-gradient(ellipse 900px 700px at 30% 70%, rgba(197, 219, 197, 0.12), transparent 60%),
        radial-gradient(ellipse 800px 600px at 80% 95%, rgba(184, 212, 227, 0.14), transparent 60%),
        var(--bg-primary);
}

a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* ------------------------------------------------------------
   Navigation Blob
------------------------------------------------------------ */
.nav-blob {
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: rgba(247, 243, 238, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 12px 38px;
    clip-path: polygon(
        12% 0%, 30% 8%, 55% 0%, 78% 6%, 96% 18%,
        100% 50%, 96% 78%, 78% 96%, 55% 100%,
        30% 96%, 12% 100%, 4% 80%, 0% 50%, 4% 22%
    );
    animation: navBreathe 9s ease-in-out infinite;
    box-shadow: 0 6px 36px rgba(45, 42, 38, 0.06);
}

.nav-inner {
    display: flex;
    align-items: center;
    gap: 38px;
}

.nav-mark {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: var(--text);
    letter-spacing: -0.02em;
}

.nav-links {
    display: flex;
    gap: 26px;
}

.nav-links a {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text);
    position: relative;
    padding: 4px 2px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: var(--accent-coral);
}

@keyframes navBreathe {
    0%, 100% { clip-path: polygon(12% 0%, 30% 8%, 55% 0%, 78% 6%, 96% 18%, 100% 50%, 96% 78%, 78% 96%, 55% 100%, 30% 96%, 12% 100%, 4% 80%, 0% 50%, 4% 22%); }
    50%      { clip-path: polygon(10% 2%, 32% 6%, 53% 2%, 80% 8%, 94% 22%, 98% 52%, 94% 76%, 76% 94%, 57% 98%, 28% 94%, 14% 98%, 6% 78%, 2% 48%, 6% 20%); }
}

/* ------------------------------------------------------------
   Scroll Indicator Blob
------------------------------------------------------------ */
.scroll-indicator {
    position: fixed;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    height: 220px;
    width: 14px;
    pointer-events: none;
}

.scroll-blob {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 22px;
    background: var(--accent-coral);
    clip-path: polygon(50% 0%, 88% 14%, 100% 50%, 86% 88%, 50% 100%, 14% 86%, 0% 50%, 12% 12%);
    animation: scrollBlobMorph 5s ease-in-out infinite;
    transition: top 0.2s ease-out;
    will-change: top, clip-path;
}

@keyframes scrollBlobMorph {
    0%, 100% { clip-path: polygon(50% 0%, 88% 14%, 100% 50%, 86% 88%, 50% 100%, 14% 86%, 0% 50%, 12% 12%); }
    33%      { clip-path: polygon(46% 4%, 84% 12%, 96% 46%, 90% 86%, 54% 96%, 16% 90%, 4% 56%, 14% 14%); }
    66%      { clip-path: polygon(54% 2%, 90% 18%, 98% 54%, 84% 92%, 48% 100%, 10% 82%, 2% 46%, 10% 16%); }
}

/* ------------------------------------------------------------
   Lava Lamp Field
------------------------------------------------------------ */
.lava-field {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.lava-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    mix-blend-mode: multiply;
    will-change: transform, border-radius;
}

.lava-blob-1 { width: 380px; height: 380px; background: var(--blob-blue); opacity: 0.10; left: -8%; top: 20%; animation: lavaDrift1 28s ease-in-out infinite; }
.lava-blob-2 { width: 320px; height: 320px; background: var(--blob-rose); opacity: 0.10; right: -6%; top: 60%;  animation: lavaDrift2 34s ease-in-out infinite; }
.lava-blob-3 { width: 420px; height: 420px; background: var(--blob-sage); opacity: 0.09;  left: 30%;  top: 110%; animation: lavaDrift3 32s ease-in-out infinite; }
.lava-blob-4 { width: 280px; height: 280px; background: var(--blob-blue-deep); opacity: 0.10; right: 12%; top: 160%; animation: lavaDrift4 38s ease-in-out infinite; }
.lava-blob-5 { width: 360px; height: 360px; background: var(--blob-rose); opacity: 0.10; left: -4%; top: 220%; animation: lavaDrift1 30s ease-in-out infinite; }
.lava-blob-6 { width: 340px; height: 340px; background: var(--blob-sage); opacity: 0.09; right: -2%; top: 280%; animation: lavaDrift2 36s ease-in-out infinite; }

@keyframes lavaDrift1 {
    0%, 100% { transform: translate(0, 0) scale(1); border-radius: 50% 60% 55% 45% / 60% 50% 50% 60%; }
    33%      { transform: translate(40px, -60px) scale(1.08); border-radius: 60% 50% 70% 40% / 50% 60% 40% 50%; }
    66%      { transform: translate(-30px, 50px) scale(0.95); border-radius: 45% 65% 50% 60% / 70% 45% 55% 50%; }
}
@keyframes lavaDrift2 {
    0%, 100% { transform: translate(0, 0) scale(1); border-radius: 60% 50% 55% 45% / 55% 60% 50% 50%; }
    50%      { transform: translate(-50px, 70px) scale(1.1); border-radius: 50% 60% 40% 70% / 60% 50% 60% 40%; }
}
@keyframes lavaDrift3 {
    0%, 100% { transform: translate(0, 0) scale(1); border-radius: 55% 45% 60% 50% / 50% 55% 45% 60%; }
    50%      { transform: translate(60px, -40px) scale(1.06); border-radius: 65% 55% 50% 60% / 60% 50% 60% 50%; }
}
@keyframes lavaDrift4 {
    0%, 100% { transform: translate(0, 0) scale(1); border-radius: 50% 60% 50% 60% / 55% 50% 60% 45%; }
    50%      { transform: translate(-40px, -50px) scale(1.05); border-radius: 60% 40% 65% 50% / 50% 60% 50% 55%; }
}

/* ------------------------------------------------------------
   Floating Accent Blobs
------------------------------------------------------------ */
.accent-field {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.accent-blob {
    position: absolute;
    border-radius: 50% 60% 55% 45% / 60% 50% 50% 60%;
    will-change: transform, border-radius;
}

.accent-blob-1 { width: 60px;  height: 60px;  background: var(--blob-blue); opacity: 0.45; left: 8%; top: 12vh; animation: accentFloatA 22s ease-in-out infinite; }
.accent-blob-2 { width: 48px;  height: 48px;  background: var(--blob-rose); opacity: 0.50; right: 14%; top: 28vh; animation: accentFloatB 28s ease-in-out infinite; }
.accent-blob-3 { width: 70px;  height: 70px;  background: var(--blob-sage); opacity: 0.42; left: 18%; top: 80vh; animation: accentFloatC 26s ease-in-out infinite; }
.accent-blob-4 { width: 54px;  height: 54px;  background: var(--blob-blue-deep); opacity: 0.45; right: 10%; top: 130vh; animation: accentFloatD 32s ease-in-out infinite; }
.accent-blob-5 { width: 80px;  height: 80px;  background: var(--blob-rose); opacity: 0.40; left: 6%;  top: 200vh; animation: accentFloatA 30s ease-in-out infinite; }
.accent-blob-6 { width: 44px;  height: 44px;  background: var(--blob-sage); opacity: 0.50; right: 22%; top: 240vh; animation: accentFloatB 24s ease-in-out infinite; }
.accent-blob-7 { width: 58px;  height: 58px;  background: var(--blob-blue); opacity: 0.45; left: 24%; top: 300vh; animation: accentFloatC 34s ease-in-out infinite; }
.accent-blob-8 { width: 66px;  height: 66px;  background: var(--blob-rose); opacity: 0.42; right: 8%;  top: 360vh; animation: accentFloatD 28s ease-in-out infinite; }
.accent-blob-9 { width: 52px;  height: 52px;  background: var(--blob-sage); opacity: 0.46; left: 12%; top: 420vh; animation: accentFloatA 26s ease-in-out infinite; }

@keyframes accentFloatA {
    0%, 100% { transform: translate(0, 0) rotate(0deg); border-radius: 50% 60% 55% 45% / 60% 50% 50% 60%; }
    25%      { transform: translate(80px, -40px) rotate(20deg); border-radius: 60% 40% 65% 50% / 50% 60% 50% 55%; }
    50%      { transform: translate(40px, -90px) rotate(-12deg); border-radius: 55% 45% 60% 50% / 60% 50% 55% 45%; }
    75%      { transform: translate(-30px, -50px) rotate(8deg); border-radius: 45% 65% 50% 60% / 55% 45% 50% 60%; }
}
@keyframes accentFloatB {
    0%, 100% { transform: translate(0, 0) rotate(0deg); border-radius: 55% 45% 60% 50% / 50% 60% 50% 55%; }
    33%      { transform: translate(-50px, 60px) rotate(-18deg); border-radius: 65% 50% 45% 55% / 60% 45% 55% 50%; }
    66%      { transform: translate(40px, 100px) rotate(14deg); border-radius: 50% 65% 55% 45% / 50% 55% 60% 45%; }
}
@keyframes accentFloatC {
    0%, 100% { transform: translate(0, 0) rotate(0deg); border-radius: 60% 50% 55% 45% / 55% 60% 45% 50%; }
    50%      { transform: translate(-70px, -60px) rotate(22deg); border-radius: 50% 60% 45% 65% / 60% 45% 55% 50%; }
}
@keyframes accentFloatD {
    0%, 100% { transform: translate(0, 0) rotate(0deg); border-radius: 50% 55% 65% 45% / 60% 45% 55% 50%; }
    50%      { transform: translate(60px, -80px) rotate(-16deg); border-radius: 55% 45% 50% 65% / 50% 60% 45% 55%; }
}

/* ------------------------------------------------------------
   Hero Section
------------------------------------------------------------ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 5vw 80px;
    z-index: 2;
}

.hero-stage {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 80vh;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-blob {
    position: relative;
    width: 60vw;
    max-width: 760px;
    height: 60vh;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-blob.is-loaded {
    transform: scale(1);
}

.hero-blob-fill {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 40% at 30% 30%, var(--blob-blue-light), transparent 70%),
        radial-gradient(ellipse 70% 50% at 70% 70%, var(--blob-blue-deep), transparent 70%),
        var(--blob-blue);
    opacity: 0;
    clip-path: polygon(
        50% 8%, 70% 4%, 88% 18%, 96% 38%, 92% 60%,
        80% 82%, 60% 94%, 38% 96%, 18% 86%, 6% 64%,
        2% 42%, 12% 20%, 30% 6%
    );
    animation: heroBreathe 6s ease-in-out infinite;
    transition: opacity 1s ease 0.2s;
}

.hero-blob.is-loaded .hero-blob-fill {
    opacity: 0.72;
}

@keyframes heroBreathe {
    0%, 100% { clip-path: polygon(50% 8%, 70% 4%, 88% 18%, 96% 38%, 92% 60%, 80% 82%, 60% 94%, 38% 96%, 18% 86%, 6% 64%, 2% 42%, 12% 20%, 30% 6%); }
    25%      { clip-path: polygon(48% 6%, 72% 6%, 90% 20%, 94% 40%, 94% 62%, 78% 84%, 62% 92%, 40% 98%, 16% 84%, 4% 62%, 4% 44%, 14% 22%, 28% 4%); }
    50%      { clip-path: polygon(52% 10%, 68% 2%, 86% 16%, 98% 36%, 90% 58%, 82% 80%, 58% 96%, 36% 94%, 20% 88%, 8% 66%, 0% 40%, 10% 18%, 32% 8%); }
    75%      { clip-path: polygon(50% 4%, 70% 8%, 92% 18%, 96% 42%, 90% 64%, 80% 80%, 60% 94%, 36% 96%, 18% 88%, 6% 60%, 4% 40%, 14% 24%, 30% 8%); }
}

.hero-text-svg {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 720px;
    z-index: 2;
    overflow: visible;
}

.hero-text {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    fill: var(--text);
}

.hero-letter {
    opacity: 0;
    transform-origin: center;
}

.hero-letter.is-on {
    animation: heroLetterPop 600ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes heroLetterPop {
    0%   { opacity: 0; transform: scale(0.8); }
    60%  { opacity: 1; transform: scale(1.04); }
    100% { opacity: 1; transform: scale(1); }
}

.hero-tag {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    text-align: center;
    max-width: 460px;
    font-size: 17px;
    color: var(--text);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 800ms ease 1.4s, transform 800ms ease 1.4s;
    padding: 0 24px;
}

.hero-blob.is-loaded .hero-tag {
    opacity: 1;
    transform: translateY(0);
}

.hero-side-blob {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(2px);
    opacity: 0;
    transition: opacity 1.6s ease 0.8s;
}

.hero-blob.is-loaded ~ .hero-side-blob,
.is-loaded.hero-side-blob {
    opacity: 0.5;
}

.hero-side-blob-1 {
    width: 220px;
    height: 220px;
    left: 4%;
    top: 12%;
    background: radial-gradient(circle at 40% 40%, var(--blob-rose), transparent 70%);
    animation: heroSide1 18s ease-in-out infinite;
}

.hero-side-blob-2 {
    width: 280px;
    height: 280px;
    right: 2%;
    bottom: 6%;
    background: radial-gradient(circle at 60% 50%, var(--blob-sage), transparent 70%);
    animation: heroSide2 22s ease-in-out infinite;
}

@keyframes heroSide1 {
    0%, 100% { transform: translate(0, 0) scale(1); border-radius: 60% 50% 55% 45% / 50% 60% 50% 50%; }
    50%      { transform: translate(30px, -40px) scale(1.06); border-radius: 50% 60% 45% 55% / 60% 50% 60% 40%; }
}
@keyframes heroSide2 {
    0%, 100% { transform: translate(0, 0) scale(1); border-radius: 55% 45% 60% 50% / 55% 60% 45% 50%; }
    50%      { transform: translate(-40px, 30px) scale(1.08); border-radius: 60% 55% 50% 65% / 50% 55% 60% 45%; }
}

.hero-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 8%;
    pointer-events: none;
}

.meta-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text);
    opacity: 0.62;
}

/* ------------------------------------------------------------
   Flow River SVG
------------------------------------------------------------ */
.flow-river {
    position: absolute;
    top: 100vh;
    left: 0;
    width: 100%;
    height: 4200px;
    z-index: 1;
    pointer-events: none;
}

.flow-path {
    fill: none;
    stroke: var(--line);
    stroke-width: 2;
    stroke-linecap: round;
    opacity: 0.42;
    stroke-dasharray: var(--path-length, 6000);
    stroke-dashoffset: var(--path-length, 6000);
    transition: stroke-dashoffset 2400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.flow-path.is-drawn {
    stroke-dashoffset: 0;
}

.flow-traveler {
    fill: var(--accent-coral);
    opacity: 0;
}

.flow-traveler.is-active { opacity: 1; }

.flow-traveler-trail {
    fill: var(--accent-coral);
    opacity: 0;
}

.flow-traveler-trail.is-active { opacity: 0.5; }
#flowTrailB.is-active { opacity: 0.30; }
#flowTrailC.is-active { opacity: 0.16; }

/* ------------------------------------------------------------
   Sections + Content Blobs
------------------------------------------------------------ */
.section {
    position: relative;
    width: 100%;
    padding: 100px 5vw;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    z-index: 3;
}

.section-studio   { padding-top: 140px; padding-bottom: 120px; }
.section-tides    { padding-top: 100px; padding-bottom: 140px; }
.section-process  { padding-top: 120px; padding-bottom: 160px; }
.section-voices   { padding-top: 100px; padding-bottom: 140px; }
.section-contact  { padding-top: 140px; padding-bottom: 180px; }

.content-blob {
    position: relative;
    flex: 1 1 540px;
    min-height: 480px;
    padding: 70px 80px;
    display: flex;
    align-items: center;
    overflow: visible;
    transform: scale(0.2);
    transform-origin: 50% 50%;
    opacity: 0;
    transition:
        transform 800ms cubic-bezier(0.22, 1, 0.36, 1),
        opacity 800ms ease;
    will-change: transform;
}

.content-blob.is-visible {
    transform: scale(1);
    opacity: 1;
}

.content-blob.blob-small {
    flex: 0 1 380px;
    min-height: 320px;
    padding: 50px 56px;
}

.blob-fill {
    position: absolute;
    inset: -2%;
    z-index: 0;
    transition: filter 0.4s ease, transform 0.5s ease;
    will-change: clip-path;
}

.blob-fill-blue {
    background:
        radial-gradient(ellipse 60% 50% at 30% 35%, var(--blob-blue-light), transparent 70%),
        radial-gradient(ellipse 70% 50% at 70% 65%, var(--blob-blue-deep), transparent 70%),
        var(--blob-blue);
    opacity: 0.72;
    mix-blend-mode: multiply;
}

.blob-fill-rose {
    background:
        radial-gradient(ellipse 60% 50% at 30% 35%, #F2D6DD, transparent 70%),
        radial-gradient(ellipse 70% 50% at 70% 65%, #DDB4C0, transparent 70%),
        var(--blob-rose);
    opacity: 0.66;
    mix-blend-mode: multiply;
}

.blob-fill-sage {
    background:
        radial-gradient(ellipse 60% 50% at 30% 35%, #D8E8D8, transparent 70%),
        radial-gradient(ellipse 70% 50% at 70% 65%, #B0CDB0, transparent 70%),
        var(--blob-sage);
    opacity: 0.68;
    mix-blend-mode: multiply;
}

.blob-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Per-blob clip-path silhouettes (no two alike) */
.blob-shape-a .blob-fill {
    clip-path: polygon(
        20% 4%, 42% 2%, 64% 10%, 84% 4%, 96% 22%, 98% 44%,
        92% 64%, 96% 82%, 78% 94%, 56% 96%, 32% 98%,
        12% 90%, 2% 70%, 6% 48%, 0% 28%, 10% 14%
    );
    animation: breatheA 6s ease-in-out infinite;
}
.blob-shape-b .blob-fill {
    clip-path: polygon(
        50% 2%, 74% 8%, 92% 24%, 96% 48%, 90% 70%, 76% 88%,
        54% 96%, 32% 92%, 14% 80%, 4% 62%, 6% 38%, 18% 18%
    );
    animation: breatheB 7s ease-in-out infinite;
}
.blob-shape-c .blob-fill {
    clip-path: polygon(
        18% 6%, 38% 0%, 60% 6%, 80% 2%, 96% 18%, 100% 40%,
        94% 60%, 98% 80%, 82% 96%, 60% 92%, 40% 98%,
        18% 94%, 4% 76%, 0% 56%, 4% 36%, 14% 18%
    );
    animation: breatheC 8s ease-in-out infinite;
}
.blob-shape-d .blob-fill {
    clip-path: polygon(
        46% 0%, 70% 6%, 88% 22%, 98% 46%, 92% 70%, 78% 90%,
        58% 98%, 36% 94%, 16% 84%, 4% 64%, 2% 40%, 14% 18%, 30% 4%
    );
    animation: breatheD 5s ease-in-out infinite;
}
.blob-shape-e .blob-fill {
    clip-path: polygon(
        16% 8%, 36% 2%, 58% 6%, 80% 0%, 96% 18%, 98% 40%,
        92% 58%, 98% 76%, 82% 92%, 60% 96%, 40% 100%,
        18% 96%, 4% 80%, 0% 60%, 6% 40%, 0% 22%, 8% 14%
    );
    animation: breatheE 7.5s ease-in-out infinite;
}
.blob-shape-f .blob-fill {
    clip-path: polygon(
        50% 4%, 72% 2%, 92% 20%, 96% 42%, 90% 64%, 78% 84%,
        58% 94%, 36% 92%, 16% 82%, 4% 64%, 8% 38%, 22% 14%
    );
    animation: breatheF 6.5s ease-in-out infinite;
}
.blob-shape-g .blob-fill {
    clip-path: polygon(
        24% 4%, 46% 0%, 66% 6%, 86% 4%, 98% 22%, 96% 44%,
        100% 66%, 86% 86%, 64% 96%, 42% 92%, 22% 98%,
        6% 84%, 0% 64%, 6% 44%, 2% 24%, 12% 12%
    );
    animation: breatheG 5.5s ease-in-out infinite;
}
.blob-shape-h .blob-fill {
    clip-path: polygon(
        18% 4%, 40% 8%, 62% 2%, 84% 8%, 96% 22%, 98% 46%,
        92% 66%, 96% 82%, 80% 94%, 58% 96%, 36% 98%,
        14% 90%, 4% 72%, 0% 50%, 8% 30%, 12% 14%
    );
    animation: breatheH 8.5s ease-in-out infinite;
}
.blob-shape-i .blob-fill {
    clip-path: polygon(
        48% 0%, 70% 8%, 90% 22%, 98% 46%, 92% 68%, 80% 88%,
        58% 96%, 38% 92%, 18% 86%, 4% 70%, 0% 48%, 10% 24%, 26% 6%
    );
    animation: breatheI 6s ease-in-out infinite;
}

@keyframes breatheA {
    0%,100% { clip-path: polygon(20% 4%, 42% 2%, 64% 10%, 84% 4%, 96% 22%, 98% 44%, 92% 64%, 96% 82%, 78% 94%, 56% 96%, 32% 98%, 12% 90%, 2% 70%, 6% 48%, 0% 28%, 10% 14%); }
    50%     { clip-path: polygon(22% 6%, 40% 0%, 66% 8%, 82% 6%, 98% 24%, 96% 46%, 94% 62%, 98% 84%, 76% 96%, 58% 94%, 30% 96%, 10% 92%, 4% 72%, 4% 50%, 2% 26%, 12% 12%); }
}
@keyframes breatheB {
    0%,100% { clip-path: polygon(50% 2%, 74% 8%, 92% 24%, 96% 48%, 90% 70%, 76% 88%, 54% 96%, 32% 92%, 14% 80%, 4% 62%, 6% 38%, 18% 18%); }
    50%     { clip-path: polygon(48% 4%, 76% 6%, 94% 26%, 94% 50%, 92% 72%, 74% 90%, 56% 94%, 30% 94%, 16% 78%, 2% 60%, 8% 36%, 20% 16%); }
}
@keyframes breatheC {
    0%,100% { clip-path: polygon(18% 6%, 38% 0%, 60% 6%, 80% 2%, 96% 18%, 100% 40%, 94% 60%, 98% 80%, 82% 96%, 60% 92%, 40% 98%, 18% 94%, 4% 76%, 0% 56%, 4% 36%, 14% 18%); }
    50%     { clip-path: polygon(20% 4%, 36% 2%, 62% 4%, 78% 4%, 98% 20%, 98% 42%, 96% 58%, 96% 82%, 80% 94%, 62% 94%, 38% 96%, 16% 96%, 6% 74%, 2% 54%, 6% 34%, 16% 16%); }
}
@keyframes breatheD {
    0%,100% { clip-path: polygon(46% 0%, 70% 6%, 88% 22%, 98% 46%, 92% 70%, 78% 90%, 58% 98%, 36% 94%, 16% 84%, 4% 64%, 2% 40%, 14% 18%, 30% 4%); }
    50%     { clip-path: polygon(44% 2%, 72% 4%, 90% 24%, 96% 48%, 94% 72%, 76% 92%, 60% 96%, 34% 96%, 18% 82%, 2% 62%, 4% 38%, 16% 16%, 28% 6%); }
}
@keyframes breatheE {
    0%,100% { clip-path: polygon(16% 8%, 36% 2%, 58% 6%, 80% 0%, 96% 18%, 98% 40%, 92% 58%, 98% 76%, 82% 92%, 60% 96%, 40% 100%, 18% 96%, 4% 80%, 0% 60%, 6% 40%, 0% 22%, 8% 14%); }
    50%     { clip-path: polygon(18% 6%, 34% 4%, 60% 4%, 78% 2%, 98% 20%, 96% 42%, 94% 56%, 96% 78%, 80% 94%, 62% 94%, 38% 98%, 16% 94%, 6% 78%, 2% 58%, 8% 38%, 2% 20%, 10% 12%); }
}
@keyframes breatheF {
    0%,100% { clip-path: polygon(50% 4%, 72% 2%, 92% 20%, 96% 42%, 90% 64%, 78% 84%, 58% 94%, 36% 92%, 16% 82%, 4% 64%, 8% 38%, 22% 14%); }
    50%     { clip-path: polygon(48% 6%, 74% 4%, 90% 22%, 98% 44%, 92% 66%, 76% 86%, 60% 96%, 34% 94%, 18% 80%, 2% 62%, 10% 36%, 24% 12%); }
}
@keyframes breatheG {
    0%,100% { clip-path: polygon(24% 4%, 46% 0%, 66% 6%, 86% 4%, 98% 22%, 96% 44%, 100% 66%, 86% 86%, 64% 96%, 42% 92%, 22% 98%, 6% 84%, 0% 64%, 6% 44%, 2% 24%, 12% 12%); }
    50%     { clip-path: polygon(26% 6%, 44% 2%, 68% 4%, 84% 6%, 96% 24%, 98% 46%, 96% 64%, 88% 88%, 62% 94%, 44% 94%, 20% 96%, 4% 86%, 4% 62%, 8% 42%, 0% 26%, 14% 14%); }
}
@keyframes breatheH {
    0%,100% { clip-path: polygon(18% 4%, 40% 8%, 62% 2%, 84% 8%, 96% 22%, 98% 46%, 92% 66%, 96% 82%, 80% 94%, 58% 96%, 36% 98%, 14% 90%, 4% 72%, 0% 50%, 8% 30%, 12% 14%); }
    50%     { clip-path: polygon(20% 6%, 38% 6%, 64% 4%, 82% 10%, 98% 24%, 96% 44%, 94% 64%, 98% 80%, 78% 96%, 60% 94%, 34% 96%, 16% 92%, 6% 70%, 4% 48%, 6% 28%, 14% 12%); }
}
@keyframes breatheI {
    0%,100% { clip-path: polygon(48% 0%, 70% 8%, 90% 22%, 98% 46%, 92% 68%, 80% 88%, 58% 96%, 38% 92%, 18% 86%, 4% 70%, 0% 48%, 10% 24%, 26% 6%); }
    50%     { clip-path: polygon(46% 2%, 72% 6%, 92% 24%, 96% 48%, 94% 70%, 78% 90%, 60% 94%, 36% 94%, 20% 84%, 2% 68%, 4% 46%, 12% 22%, 28% 4%); }
}

/* Hover bulge glow */
.content-blob.is-visible .blob-fill {
    transition: filter 0.5s ease, box-shadow 0.5s ease;
}
.content-blob:hover .blob-fill {
    filter: drop-shadow(0 0 24px rgba(184, 212, 227, 0.45));
}
.content-blob.blob-shape-b:hover .blob-fill,
.content-blob.blob-shape-e:hover .blob-fill,
.content-blob.blob-shape-h:hover .blob-fill {
    filter: drop-shadow(0 0 24px rgba(232, 197, 208, 0.5));
}
.content-blob.blob-shape-c:hover .blob-fill,
.content-blob.blob-shape-f:hover .blob-fill,
.content-blob.blob-shape-i:hover .blob-fill {
    filter: drop-shadow(0 0 24px rgba(197, 219, 197, 0.5));
}

/* Side weighting */
.blob-left  { margin-right: auto; transform-origin: 30% 50%; }
.blob-right { margin-left: auto;  transform-origin: 70% 50%; }

/* Overlap shifts */
.section-studio  .blob-left   { margin-bottom: -80px; }
.section-studio  .blob-right  { margin-top: 60px; margin-left: -10%; }
.section-tides   .blob-right  { margin-top: -40px; }
.section-tides   .blob-left   { margin-top: 80px; margin-right: -8%; }
.section-process .blob-left   { margin-bottom: -60px; }
.section-process .blob-right  { margin-top: 40px; margin-left: -6%; }
.section-contact .blob-left   { margin-bottom: -40px; }
.section-contact .blob-right  { margin-top: 80px; margin-left: -6%; }

/* ------------------------------------------------------------
   Typography inside blobs
------------------------------------------------------------ */
.section-label {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text);
    opacity: 0.7;
    padding: 6px 14px;
    background: rgba(247, 243, 238, 0.55);
    border-radius: 999px;
    margin-bottom: 22px;
    transform: rotate(-3deg);
    transition: transform 600ms ease;
}

.content-blob.is-visible .section-label {
    transform: rotate(0deg);
}

.section-heading {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--text);
    margin-bottom: 22px;
    max-width: 22ch;
}

.blob-content p {
    font-size: 16px;
    line-height: 1.78;
    color: var(--text);
    margin-bottom: 16px;
    max-width: 56ch;
}

.blob-content p:last-child { margin-bottom: 0; }

.pull-quote {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    color: var(--text);
    font-style: italic;
    margin-bottom: 14px;
}

.quote-attrib {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text);
    opacity: 0.7;
}

/* Blob link with wavy underline */
.blob-link {
    position: relative;
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text);
    margin-top: 22px;
    padding-bottom: 12px;
    transition: color 0.3s ease;
}

.blob-link .link-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, var(--text), var(--text));
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    transition: background 0.3s ease;
}

.blob-link:hover {
    color: var(--accent-coral);
}

.blob-link:hover .link-wave {
    background:
        radial-gradient(circle at 10% 50%, var(--accent-coral) 1px, transparent 1.5px),
        radial-gradient(circle at 30% 30%, var(--accent-coral) 1px, transparent 1.5px),
        radial-gradient(circle at 50% 70%, var(--accent-coral) 1px, transparent 1.5px),
        radial-gradient(circle at 70% 30%, var(--accent-coral) 1px, transparent 1.5px),
        radial-gradient(circle at 90% 60%, var(--accent-coral) 1px, transparent 1.5px);
    background-size: 20% 100%;
    background-repeat: repeat-x;
    animation: linkWave 0.8s linear infinite;
}

@keyframes linkWave {
    0%   { background-position: 0 50%, 0 50%, 0 50%, 0 50%, 0 50%; }
    100% { background-position: 20% 50%, 20% 50%, 20% 50%, 20% 50%, 20% 50%; }
}

/* ------------------------------------------------------------
   Tide list
------------------------------------------------------------ */
.tide-list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.tide-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 18px;
    align-items: start;
    padding: 16px 0;
    border-top: 1px dashed rgba(45, 42, 38, 0.18);
    transition: transform 0.3s ease;
}

.tide-item:first-child { border-top: none; padding-top: 0; }

.tide-item:hover {
    transform: translateX(6px);
}

.tide-year {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-coral);
    padding-top: 6px;
}

.tide-meta h3 {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 6px;
}

.tide-meta p {
    font-size: 15px;
    line-height: 1.65;
}

/* ------------------------------------------------------------
   Process list
------------------------------------------------------------ */
.process-list {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    counter-reset: proc;
}

.process-list li {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 22px;
    align-items: start;
}

.proc-num {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-coral);
    color: var(--bg-primary);
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 18px;
    clip-path: polygon(50% 0%, 80% 8%, 100% 30%, 96% 60%, 80% 90%, 50% 100%, 20% 92%, 0% 70%, 4% 38%, 22% 8%);
    animation: breatheD 7s ease-in-out infinite;
    flex-shrink: 0;
}

.process-list li h3 {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 4px;
}

.process-list li p {
    font-size: 15px;
    line-height: 1.6;
}

/* ------------------------------------------------------------
   Voices grid
------------------------------------------------------------ */
.voices-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
    margin-top: 24px;
}

.voice-blob {
    position: relative;
    padding: 28px 32px;
    background: rgba(247, 243, 238, 0.55);
    border-radius: 50% 60% 55% 45% / 60% 50% 50% 60%;
    transition: transform 0.4s ease, background 0.4s ease;
}

.voice-blob:hover {
    transform: translateY(-4px);
    background: rgba(247, 243, 238, 0.75);
}

.voice-blob-a { border-radius: 60% 50% 55% 45% / 50% 60% 50% 50%; }
.voice-blob-b { border-radius: 50% 65% 45% 55% / 60% 45% 55% 50%; }
.voice-blob-c { border-radius: 55% 45% 60% 50% / 50% 60% 45% 55%; }

.voice-blob blockquote {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text);
    margin-bottom: 16px;
}

.voice-blob figcaption {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text);
    opacity: 0.7;
}

/* ------------------------------------------------------------
   Contact channels
------------------------------------------------------------ */
.contact-channels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin: 22px 0 28px;
}

.channel {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.channel-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text);
    opacity: 0.65;
}

.channel-value {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--text);
}

.blob-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 32px 14px 26px;
    background: var(--accent-coral);
    color: var(--bg-primary);
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    clip-path: polygon(8% 0%, 32% 8%, 60% 0%, 88% 6%, 100% 50%, 92% 96%, 60% 100%, 32% 92%, 8% 100%, 0% 50%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
    animation: ctaBreathe 6s ease-in-out infinite;
}

.blob-cta:hover {
    transform: translateY(-2px) scale(1.04);
}

.cta-orb {
    width: 10px;
    height: 10px;
    background: var(--bg-primary);
    border-radius: 50%;
    animation: ctaOrb 1.6s ease-in-out infinite;
}

@keyframes ctaBreathe {
    0%,100% { clip-path: polygon(8% 0%, 32% 8%, 60% 0%, 88% 6%, 100% 50%, 92% 96%, 60% 100%, 32% 92%, 8% 100%, 0% 50%); }
    50%     { clip-path: polygon(6% 4%, 34% 4%, 58% 4%, 90% 8%, 98% 52%, 94% 92%, 62% 96%, 30% 96%, 10% 96%, 2% 48%); }
}

@keyframes ctaOrb {
    0%,100% { transform: scale(1) translateX(0); }
    50%     { transform: scale(1.3) translateX(2px); }
}

/* ------------------------------------------------------------
   Footer Blob
------------------------------------------------------------ */
.footer-blob {
    position: relative;
    margin: 100px auto 60px;
    width: 90vw;
    max-width: 1200px;
    padding: 90px 80px;
    z-index: 4;
}

.footer-fill {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 30% 30%, var(--blob-blue-light), transparent 70%),
        radial-gradient(ellipse 60% 50% at 70% 70%, var(--blob-rose), transparent 70%),
        var(--bg-secondary);
    opacity: 0.85;
    clip-path: polygon(
        12% 6%, 32% 0%, 56% 6%, 80% 0%, 96% 14%, 100% 38%,
        94% 56%, 100% 76%, 84% 92%, 60% 96%, 38% 100%,
        14% 94%, 4% 76%, 0% 56%, 6% 36%, 0% 18%, 6% 10%
    );
    animation: footerBreathe 8s ease-in-out infinite;
    z-index: 0;
}

@keyframes footerBreathe {
    0%,100% { clip-path: polygon(12% 6%, 32% 0%, 56% 6%, 80% 0%, 96% 14%, 100% 38%, 94% 56%, 100% 76%, 84% 92%, 60% 96%, 38% 100%, 14% 94%, 4% 76%, 0% 56%, 6% 36%, 0% 18%, 6% 10%); }
    50%     { clip-path: polygon(14% 4%, 30% 4%, 58% 2%, 78% 4%, 98% 16%, 98% 40%, 96% 58%, 98% 78%, 82% 94%, 62% 94%, 36% 96%, 16% 96%, 6% 74%, 2% 54%, 8% 38%, 2% 20%, 8% 8%); }
}

.footer-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}

.footer-mark {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-mono {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: var(--text);
    letter-spacing: -0.02em;
}

.footer-tag {
    font-size: 14px;
    line-height: 1.6;
    max-width: 30ch;
    color: var(--text);
    opacity: 0.78;
}

.footer-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text);
    opacity: 0.62;
    margin-bottom: 6px;
}

.footer-col a {
    font-size: 14px;
    color: var(--text);
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.footer-col a:hover {
    color: var(--accent-coral);
    transform: translateX(3px);
}

.footer-meta {
    grid-column: 1 / -1;
    margin-top: 30px;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text);
    opacity: 0.62;
    position: relative;
}

.footer-meta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(45, 42, 38, 0.18) 20%,
        rgba(45, 42, 38, 0.18) 80%,
        transparent 100%);
    border-radius: 50%;
}

/* ------------------------------------------------------------
   Responsive
------------------------------------------------------------ */
@media (max-width: 980px) {
    .section { padding: 80px 4vw; gap: 40px; }
    .content-blob { padding: 56px 50px; min-height: 420px; }
    .content-blob.blob-small { padding: 40px 44px; min-height: 280px; }
    .blob-left, .blob-right { margin-left: 0 !important; margin-right: 0 !important; }
    .footer-content { grid-template-columns: 1fr; }
    .footer-cols { grid-template-columns: repeat(2, 1fr); }
    .hero-blob { width: 86vw; min-height: 460px; }
    .nav-links { gap: 18px; }
    .nav-blob { padding: 10px 24px; }
    .scroll-indicator { display: none; }
}

@media (max-width: 640px) {
    .content-blob { padding: 44px 36px; }
    .footer-blob { padding: 60px 36px; }
    .footer-cols { grid-template-columns: 1fr; }
    .nav-links a { font-size: 11px; }
    .hero-meta { padding: 0 4%; }
    .hero { padding: 120px 4vw 60px; }
    .process-list li { grid-template-columns: 44px 1fr; }
    .proc-num { width: 40px; height: 40px; font-size: 15px; }
    .tide-item { grid-template-columns: 60px 1fr; gap: 12px; }
}
