/*
Theme Name: CarrotnSticks Production V3
Theme URI: https://carrotnsticks.com/
Author: CarrotnSticks Marketing
Description: Production-ready interactive creative marketing, portfolio, editorial and media theme.
Version: 3.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: carrotnsticks
*/

:root{
 --green:#08ad61;--green2:#0aca72;--ink:#0c100e;--text:#101512;--muted:#67716b;
 --line:#e3e9e5;--soft:#f5f8f6;--paper:#fff;--dark:#0a0e0c;--dark2:#101612;
 --shadow:0 24px 70px rgba(15,28,20,.10);
 --header-h:84px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--text);overflow-x:hidden}
body.cs-dark-mode{--paper:#090e0b;--text:#f7faf8;--muted:#abb5af;--line:#24302a;--soft:#0e1511}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.cs-wrap{width:min(1460px,92vw);margin:auto}
.cs-kicker{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}
.cs-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 22px;border:1px solid var(--green);border-radius:7px;background:var(--green);color:#fff;font-weight:800;cursor:pointer}
.cs-btn:hover{background:#079553}.cs-btn-ghost{background:transparent;color:var(--text)}
.cs-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.05)}
.cs-dark-mode .cs-header{background:rgba(9,14,11,.94);border-color:rgba(255,255,255,.08)}
.cs-nav{height:var(--header-h);display:grid;grid-template-columns:310px 1fr auto;align-items:center;gap:28px}
.cs-brand{display:flex;align-items:center;gap:11px;width:max-content}
.cs-brand-avatar{width:52px;height:52px;border-radius:50%;object-fit:contain;object-position:center;background:#fff;
    flex-shrink:0;}
.cs-brand-words{display:flex;flex-direction:column;line-height:.88;font-weight:900;color:var(--text)}
.cs-brand-words strong{font-size:17px;letter-spacing:-.025em}.cs-brand-words small{font-size:9px;letter-spacing:.34em;margin-top:6px}
.cs-menu ul{display:flex;justify-content:flex-end;gap:28px;align-items:center;list-style:none;margin:0;padding:0}
.cs-menu a{font-size:13px;font-weight:700}.cs-menu a:hover,.cs-menu .current-menu-item>a{color:var(--green)}
.cs-head-actions{display:flex;align-items:center;gap:10px}
.cs-mode-toggle,.cs-menu-toggle{width:42px;height:42px;border:1px solid var(--green);border-radius:50%;background:transparent;color:var(--text);cursor:pointer;display:grid;place-items:center}
.cs-menu-toggle{font-size:18px}
.cs-overlay{position:fixed;inset:0;z-index:300;background:#0b0f0d;color:#fff;opacity:0;visibility:hidden;transition:.28s}
.cs-overlay.open{opacity:1;visibility:visible}.cs-overlay-close{position:absolute;right:4vw;top:28px;border:0;background:none;color:#fff;font-size:18px;cursor:pointer}
.cs-overlay-inner{height:100%;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px}.cs-overlay nav a{display:block;font-size:clamp(42px,5vw,82px);font-weight:900;line-height:1.05;margin:7px 0}.cs-overlay nav a:hover{color:var(--green)}
.cs-overlay-contact{color:#cdd5d0;font-size:18px;line-height:1.7}
.cs-social-rail{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:90;display:flex;flex-direction:column;gap:18px;align-items:center}
.cs-social-rail a{width:32px;height:32px;display:grid;place-items:center;font-size:13px;font-weight:900;border-radius:50%;transition:.2s}.cs-social-rail a:hover{background:var(--green);color:#fff;transform:translateX(-3px)}
.cs-social-rail:before,.cs-social-rail:after{content:"";width:1px;height:34px;background:var(--line)}
.cs-home-slider{position:relative;min-height:calc(100vh - var(--header-h));overflow:hidden}
.cs-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(5%);transition:opacity .65s ease,transform .65s ease,visibility .65s;pointer-events:none}
.cs-slide.active{opacity:1;visibility:visible;transform:translateX(0);pointer-events:auto}
.cs-slide-inner{min-height:calc(100vh - var(--header-h));display:grid;grid-template-columns:.78fr 1.22fr;gap:38px;align-items:center;padding:52px 0 68px}
.cs-hero-copy h1{font-size:clamp(58px,6.4vw,105px);line-height:.9;letter-spacing:-.065em;text-transform:uppercase;margin:15px 0 22px;max-width:710px}
.cs-hero-copy h1 em{font-style:normal;color:var(--green)}.cs-hero-copy p{font-size:20px;line-height:1.55;max-width:600px;color:var(--muted)}
.cs-hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px}.cs-watch{display:flex;align-items:center;gap:12px;font-weight:800}.cs-watch i{font-style:normal;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--green);color:var(--green)}
.cs-slider-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:10px;z-index:20}.cs-slider-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#b6beb9;padding:0;cursor:pointer}.cs-slider-dots button.active{background:var(--green)}
.cs-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:46px;height:46px;border:1px solid var(--green);border-radius:50%;background:rgba(255,255,255,.78);cursor:pointer}.cs-dark-mode .cs-slider-arrow{background:rgba(10,15,12,.78);color:#fff}.cs-slider-prev{left:20px}.cs-slider-next{right:68px}
.cs-orbit-stage{min-height:610px;display:grid;place-items:center;perspective:1200px;position:relative}
.cs-orbit-system{position:relative;width:min(690px,49vw);aspect-ratio:1;transform-style:preserve-3d;transition:transform .18s ease-out}
.cs-orbit-plane{position:absolute;inset:4%;border:1px solid rgba(8,173,97,.26);border-radius:50%;transform:rotateX(65deg) rotateZ(-10deg);transform-style:preserve-3d;box-shadow:0 0 60px rgba(8,173,97,.07) inset}
.cs-orbit-plane.p2{inset:15%;transform:rotateX(65deg) rotateZ(14deg)}.cs-orbit-plane.p3{inset:26%;transform:rotateX(65deg) rotateZ(-24deg)}
.cs-orbit-core{position:absolute;inset:25%;z-index:8;border-radius:50%;overflow:hidden;border:12px solid rgba(8,173,97,.16);box-shadow:0 20px 70px rgba(0,0,0,.15);transform:translateZ(34px)}
.cs-orbit-core img{width:100%;height:100%;object-fit:cover}
.cs-planet{position:absolute;width:118px;height:118px;border-radius:50%;transform-style:preserve-3d;z-index:10;filter:drop-shadow(0 14px 22px rgba(0,0,0,.18));transition:transform .25s}
.cs-planet:hover{z-index:20}.cs-planet .planet-img{position:absolute;inset:11px;border-radius:50%;overflow:hidden;border:4px solid var(--paper);background:#111}
.cs-planet .planet-img img{width:100%;height:100%;object-fit:cover}
.cs-planet svg{position:absolute;inset:-13px;width:144px;height:144px;overflow:visible;pointer-events:none}.cs-planet text{font-size:8px;font-weight:900;fill:var(--text);letter-spacing:.07em;text-transform:uppercase}.cs-dark-mode .cs-planet text{fill:#fff}
.cs-p1{left:42%;top:0;transform:translateZ(18px) scale(.86)}
.cs-p2{right:2%;top:24%;transform:translateZ(-8px) scale(.74)}
.cs-p3{right:9%;bottom:13%;transform:translateZ(28px) scale(1)}
.cs-p4{left:43%;bottom:-1%;transform:translateZ(-18px) scale(.70)}
.cs-p5{left:3%;bottom:20%;transform:translateZ(25px) scale(.94)}
.cs-p6{left:1%;top:25%;transform:translateZ(-14px) scale(.72)}
.cs-p7{left:17%;top:7%;transform:translateZ(8px) scale(.82)}
.cs-orbit-note{position:absolute;right:2%;bottom:5%;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}
.cs-slide-two .cs-slide-inner{grid-template-columns:.9fr 1.1fr}.cs-system-art{position:relative;min-height:560px;border-radius:40px;background:radial-gradient(circle at 70% 35%,rgba(8,173,97,.20),transparent 35%),linear-gradient(145deg,var(--soft),var(--paper));box-shadow:var(--shadow);overflow:hidden}.cs-system-art:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(8,173,97,.25);border-radius:50%;right:-100px;top:20px;box-shadow:0 0 0 45px rgba(8,173,97,.035),0 0 0 90px rgba(8,173,97,.025)}
.cs-capabilities{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.cs-cap{border:1px solid var(--line);border-radius:14px;padding:22px;background:var(--paper)}.cs-cap b{display:block;color:var(--green);font-size:12px;margin-bottom:8px}.cs-cap h3{margin:0 0 8px;font-size:22px}.cs-cap p{margin:0;color:var(--muted);line-height:1.45}
.cs-slide-three .cs-slide-inner{grid-template-columns:.85fr 1.15fr}.cs-editorial-stack{display:grid;gap:13px}.cs-story{display:grid;grid-template-columns:180px 1fr;gap:20px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--paper);min-height:145px}.cs-story img{width:100%;height:100%;object-fit:cover}.cs-story-copy{padding:18px}.cs-story-copy small{color:var(--green);font-weight:900}.cs-story-copy h3{margin:8px 0;font-size:22px}.cs-story-copy p{margin:0;color:var(--muted)}
.cs-section{padding:86px 0}.cs-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.cs-section h2,.cs-page-hero h1{font-size:clamp(48px,5.8vw,84px);line-height:.95;letter-spacing:-.055em}
.cs-trust{padding:30px 0;border-block:1px solid var(--line)}.cs-trust-grid{display:grid;grid-template-columns:160px repeat(5,1fr);align-items:center;gap:22px}.cs-trust-grid span{font-size:11px;color:var(--muted);text-transform:uppercase}.cs-trust-grid b{text-align:center;font-size:17px;opacity:.7}
.cs-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.cs-card{grid-column:span 4;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--paper);transition:.28s}.cs-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.cs-media{aspect-ratio:1.35/1;overflow:hidden;background:var(--soft)}.cs-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:.4s}.cs-card:hover .cs-media img{filter:grayscale(0);transform:scale(1.02)}.cs-copy{padding:18px}.cs-copy small{color:var(--green);font-weight:900;text-transform:uppercase}.cs-copy h3{font-size:22px;margin:8px 0}.cs-copy p{color:var(--muted);line-height:1.5}
.cs-card.caption-only{display:grid;place-items:end start;min-height:320px;background:linear-gradient(145deg,#101612,#203228);color:#fff}.cs-card.caption-only .cs-copy p{color:#b9c6bf}
.cs-dark-band{background:#0c110e;color:#fff}.cs-dark-band .cs-kicker{color:#20d47f}.cs-dark-band .cs-copy p{color:#b8c1bb}.cs-stats{display:grid;grid-template-columns:1.2fr repeat(4,.55fr);gap:24px;align-items:center}.cs-stat strong{display:block;color:var(--green2);font-size:42px}.cs-stat span{font-size:14px}
.cs-page-hero{padding:80px 0 44px}.cs-page-hero h1{font-size:clamp(58px,7.8vw,116px);line-height:.9;margin:15px 0}.cs-lead{font-size:21px;line-height:1.55;max-width:780px;color:var(--muted)}
.cs-two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.cs-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cs-service{border:1px solid var(--line);border-radius:15px;padding:27px;background:var(--paper);min-height:210px}.cs-service span{color:var(--green);font-weight:900}.cs-service h3{font-size:27px;margin:16px 0 9px}.cs-service p{color:var(--muted)}
.cs-ai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cs-ai-grid figure{margin:0;border-radius:16px;overflow:hidden;background:var(--soft)}.cs-ai-grid img{width:100%;height:440px;object-fit:cover}.cs-ai-grid figcaption{padding:12px;font-size:12px;font-weight:800}
.cs-form{display:grid;gap:12px}.cs-form label{font-size:12px;font-weight:800}.cs-form input,.cs-form textarea,.cs-form select{width:100%;padding:14px;border:1px solid var(--line);border-radius:7px;background:var(--paper);color:var(--text)}.cs-form textarea{min-height:150px}
.cs-notice{padding:12px 15px;border-radius:8px;background:#e9fff3;color:#075d34;margin-bottom:16px}.cs-error{background:#fff0f0;color:#7f1717}
.cs-ticker{background:#0d120f;color:#fff;overflow:hidden;white-space:nowrap;padding:16px 0}.cs-ticker-track{display:inline-block;animation:csTicker 34s linear infinite}.cs-ticker-track a{margin-right:48px}.cs-ticker-track strong{color:var(--green2);margin-right:25px}@keyframes csTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.cs-footer{background:#0b0f0d;color:#fff;padding:48px 0;margin-top:70px}.cs-footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:28px}.cs-footer a{color:#d5dcd8}
@media(max-width:1120px){.cs-nav{grid-template-columns:250px 1fr auto}.cs-menu ul{gap:18px}.cs-menu a{font-size:12px}.cs-slide-inner{grid-template-columns:1fr}.cs-orbit-system{width:min(700px,82vw)}.cs-orbit-stage{min-height:580px}.cs-story{grid-template-columns:160px 1fr}}
@media(max-width:900px){.cs-menu{display:none}.cs-nav{grid-template-columns:1fr auto}.cs-social-rail{display:none}.cs-slider-next{right:18px}.cs-slide-two .cs-slide-inner,.cs-slide-three .cs-slide-inner,.cs-two-col{grid-template-columns:1fr}.cs-card{grid-column:span 6}.cs-service-grid,.cs-ai-grid{grid-template-columns:1fr 1fr}.cs-stats{grid-template-columns:1fr 1fr}.cs-trust-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.cs-brand-avatar{width:44px;height:44px}.cs-brand-words strong{font-size:13px}.cs-brand-words small{font-size:7px}.cs-hero-copy h1{font-size:51px}.cs-orbit-stage{min-height:440px}.cs-planet{width:82px;height:82px}.cs-planet svg{width:105px;height:105px;inset:-12px}.cs-planet text{font-size:7px}.cs-capabilities,.cs-service-grid,.cs-ai-grid{grid-template-columns:1fr}.cs-story{grid-template-columns:1fr}.cs-story img{height:190px}.cs-card{grid-column:1/-1}.cs-stats,.cs-footer-grid{grid-template-columns:1fr}.cs-slider-arrow{display:none}} /* Saywetin dropdown menu */

.cs-menu ul{
    position:relative;
}

.cs-menu li{
    position:relative;
}

.cs-menu .sub-menu{
    position:absolute;
    top:100%;
    left:0;

    min-width:190px;
    margin:0;
    padding:10px 0;

    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);

    background:#ffffff;
    border:1px solid #e3e9e5;
    border-radius:10px;
    box-shadow:0 18px 45px rgba(0,0,0,.10);

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;

    z-index:999;
}

.cs-menu li:hover > .sub-menu,
.cs-menu li:focus-within > .sub-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.cs-menu .sub-menu li{
    width:100%;
}

.cs-menu .sub-menu a{
    display:block;
    width:100%;
    padding:11px 18px;

    white-space:nowrap;
    color:#111;
    font-size:13px;
}

.cs-menu .sub-menu a:hover{
    background:#f5f8f6;
    color:#08ad61;
}

/* Dark mode */
.cs-dark-mode .cs-menu .sub-menu{
    background:#0c110e;
    border-color:#24302a;
}

.cs-dark-mode .cs-menu .sub-menu a{
    color:#fff;
}

.cs-dark-mode .cs-menu .sub-menu a:hover{
    background:#131c17;
    color:#0aca72;
}

/* ==========================================================
   CARROTNSTICKS — ABOUT PAGE
   CLEAN FINAL BUILD
========================================================== */


/* ==========================================================
   PAGE
========================================================== */

.cs-about-page {
    background: var(--paper);
    color: var(--text);

    transition:
        background-color .45s ease,
        color .45s ease;
}

.cs-about-page * {
    box-sizing: border-box;
}

.cs-about-shell {
    width: min(92%, 1440px);
    margin-inline: auto;
}


/* ==========================================================
   HERO
========================================================== */

.cs-about-hero {
    background: var(--paper);

    overflow: hidden;

    transition: background-color .45s ease;
}

.cs-about-grid {
    height: auto;
    min-height: 650px;

    display: grid;

    grid-template-columns:
        52% 48%;

    align-items: stretch;
}


/* ==========================================================
   LEFT
========================================================== */

.cs-about-content {
    min-width: 0;

    padding:
        70px 70px 45px 0;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.cs-about-kicker {
    margin-bottom: 36px;

    color: var(--green);

    font-size: 12px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: .16em;

    text-transform: uppercase;
}


/* ==========================================================
   COPY SLIDER
========================================================== */

.cs-about-copy-slider {
    position: relative;

    width: 100%;

    min-height: 350px;
}


.cs-about-copy-slide {
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;

    opacity: 0;

    visibility: hidden;

    transform:
        translateY(18px);

    pointer-events: none;

    transition:
        opacity 1.35s ease,
        transform 1.35s cubic-bezier(.22,.61,.36,1),
        visibility 1.35s ease;
}


.cs-about-copy-slide.active {
    opacity: 1;

    visibility: visible;

    transform:
        translateY(0);

    pointer-events: auto;
}


.cs-about-heading {
    margin:
        0 0 18px;

    max-width: 600px;

    color: var(--text);

    font-size:
        clamp(
            42px,
            4.1vw,
            72px
        );

    line-height: .98;

    font-weight: 700;

    letter-spacing: -.055em;
}


.cs-about-tagline {
    margin:
        0 0 36px;

    max-width: 520px;

    color: var(--text);

    font-size:
        clamp(
            19px,
            1.65vw,
            28px
        );

    line-height: 1.3;

    font-weight: 500;

    letter-spacing: -.025em;
}


.cs-about-description {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 15px;

    line-height: 1.75;
}


/* ==========================================================
   PROGRESS
========================================================== */

.cs-about-slider-controls {
    position: absolute;

    left: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    gap: 7px;
}


.cs-about-dot {
    position: relative;

    width: 22px;

    height: 4px;

    padding: 0;

    overflow: hidden;

    border: 0;

    border-radius: 20px;

    background: var(--line);

    cursor: pointer;

    transition:
        width .3s ease;
}


.cs-about-dot.active {
    width: 52px;
}


.cs-about-dot.active::after {
    content: "";

    position: absolute;

    inset: 0;

    border-radius: inherit;

    background: #ff5a36;

    transform-origin:
        left center;

    animation:
        csAboutProgress
        15s linear forwards;
}


@keyframes csAboutProgress {

    from {

        transform:
            scaleX(0);

    }

    to {

        transform:
            scaleX(1);

    }

}


/* ==========================================================
   SIGNATURE
========================================================== */

.cs-about-signature {
    margin-top: 20px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.cs-signature-mark {
    color: var(--green);

    font-family:
        "Autograph",
        "Brush Script MT",
        "Segoe Script",
        cursive;

    font-size: 45px;

    line-height: .9;

    transform:
        rotate(-4deg);

    transform-origin:
        left center;
}


.cs-signature-name {
    margin-top: 14px;

    color: var(--text);

    font-size: 11px;

    line-height: 1.2;

    font-weight: 700;
}


.cs-signature-role {
    margin-top: 4px;

    color: var(--muted);

    font-size: 9px;

    line-height: 1.3;
}


/* ==========================================================
   RIGHT PORTRAIT STAGE
========================================================== */

.cs-about-portrait {
    position: relative;

    width: 100%;

    height: 100%;
    min-height: 650px;

    overflow: hidden;

    isolation: isolate;
}


/* ==========================================================
   GREEN BLURS
   Every blur belongs to its portrait.
========================================================== */

.cs-about-glow {
    position: absolute;

    width: 520px;

    height: 520px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(8,173,97,.25) 0%,
            rgba(8,173,97,.13) 33%,
            rgba(8,173,97,.05) 54%,
            rgba(8,173,97,0) 75%
        );

    filter:
        blur(30px);

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    z-index: 1;

    transition:
        opacity 1.8s ease,
        visibility 1.8s ease,
        transform 1.8s ease;
}


.cs-about-glow.active {
    opacity: 1;

    visibility: visible;
}


/* ==========================================================
   GLOW POSITIONS
========================================================== */


/* PORTRAIT 1 GLOW */

.cs-about-glow.glow-1 {
    left: 53%;

    bottom: -8%;

    transform:
        translateX(-50%);
}


/* PORTRAIT 2 GLOW */

.cs-about-glow.glow-2 {
    left: 58%;

    bottom: -6%;

    transform:
        translateX(-50%);
}


/* PORTRAIT 3 GLOW */

.cs-about-glow.glow-3 {
    left: 55%;

    bottom: -10%;

    transform:
        translateX(-50%);
}


/* PORTRAIT 4 GLOW */

.cs-about-glow.glow-4 {
    left: 60%;

    bottom: -7%;

    transform:
        translateX(-50%);
}


/* ==========================================================
   PORTRAIT SLIDES
========================================================== */

.cs-about-portrait-slide {
    position: absolute;

    bottom: 0;

    width: 100%;

    height: 100%;

    max-width: none;

    max-height: none;

    object-fit: contain;

    object-position:
        center bottom;

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transform-origin:
        center bottom;

    z-index: 2;

    transition:
        opacity 1.8s ease,
        transform 1.8s cubic-bezier(.22,.61,.36,1),
        visibility 1.8s ease;
}


.cs-about-portrait-slide.active {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    z-index: 3;
}


/* ==========================================================
   INDIVIDUAL PORTRAITS

   LEFT   = horizontal position
   BOTTOM = vertical position
   SCALE  = image size
========================================================== */


/* IMAGE 1 */

.cs-about-portrait-slide.portrait-1 {
    left: 70%;

    bottom: 0;

    transform:
        translateX(-50%)
        scale(1.52);
}


/* IMAGE 2 */

.cs-about-portrait-slide.portrait-2 {
    left: 70%;

    bottom: 0;

    transform:
        translateX(-50%)
        scale(1.48);
}


/* IMAGE 3 */

.cs-about-portrait-slide.portrait-3 {
    left: 70%;

    bottom: 0;

    transform:
        translateX(-50%)
        scale(1.54);
}


/* IMAGE 4 */

.cs-about-portrait-slide.portrait-4 {
    left: 20%;

    bottom: 0;

    transform:
        translateX(-50%)
        scale(1.50);
}


/* ==========================================================
   DARK MODE GLOW
========================================================== */

.cs-dark-mode .cs-about-glow {
    background:
        radial-gradient(
            circle,
            rgba(8,173,97,.30) 0%,
            rgba(8,173,97,.16) 34%,
            rgba(8,173,97,.055) 56%,
            rgba(8,173,97,0) 75%
        );
}


/* ==========================================================
   VALUES
========================================================== */

.cs-about-values {
    position: relative;

    z-index: 5;

    background:
        var(--paper);

    border-top:
        1px solid var(--line);

    border-bottom:
        1px solid var(--line);

    transition:
        background-color .45s ease,
        border-color .45s ease;
}


.cs-about-value-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0,1fr)
        );
}


.cs-about-value {
    min-height: 230px;

    padding:
        40px 38px 35px;

    text-align: center;

    border-right:
        1px solid var(--line);

    transition:
        background .3s ease,
        border-color .45s ease;
}


.cs-about-value:last-child {
    border-right: 0;
}


.cs-about-value:hover {
    background:
        var(--soft);
}


.cs-about-value-icon {
    width: 40px;

    height: 40px;

    margin:
        0 auto 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    color:
        var(--green);
}


.cs-about-value-title {
    margin:
        0 0 12px;

    color:
        var(--text);

    font-size: 15px;

    font-weight: 600;
}


.cs-about-value-copy {
    max-width: 210px;

    margin:
        0 auto;

    color:
        var(--muted);

    font-size: 12px;

    line-height: 1.6;
}


/* ==========================================================
   CTA
========================================================== */

.cs-about-cta {
    background:
        linear-gradient(
            100deg,
            #121817 0%,
            #0a2118 56%,
            #006f43 100%
        );

    color: #ffffff;
}

.cs-about-cta-inner {
    min-height: 145px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}


.cs-about-cta-text {
    margin: 0;

    font-size:
        clamp(
            18px,
            1.6vw,
            25px
        );

    font-weight: 500;
}


.cs-about-cta-button {
    min-width: 180px;

    padding:
        15px 18px;

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius: 5px;

    background:
        var(--green);

    color: #ffffff;

    text-decoration: none;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: .06em;
}


.cs-about-cta-button:hover {
    background:
        var(--green2);

    color: #ffffff;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width:980px) {

    .cs-about-grid {

        grid-template-columns:
            50% 50%;

    }

    .cs-about-content {

        padding:
            85px 35px
            60px 0;

    }

    .cs-about-portrait {

        height:540px;

        min-height:540px;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:720px) {

    .cs-about-shell {

        width:90%;

    }


    .cs-about-grid {

        grid-template-columns:
            100%;

    }


    .cs-about-content {

        padding:
            80px 0
            45px;

    }


    .cs-about-heading {

        font-size:
            clamp(
                40px,
                12vw,
                62px
            );

    }


    .cs-about-portrait {

        height:460px;

        min-height:460px;

    }


    .cs-about-glow {

        width:400px;

        height:400px;

    }


    .cs-about-value-grid {

        grid-template-columns:
            50% 50%;

    }


    .cs-about-value:nth-child(2) {

        border-right:0;

    }


    .cs-about-cta-inner {

        padding:40px 0;

        flex-direction:
            column;

        align-items:
            flex-start;

    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width:480px) {

    .cs-about-value-grid {
        grid-template-columns: 100%;
    }

    .cs-about-value {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .cs-about-value:last-child {
        border-bottom: 0;
    }

    .cs-about-cta-button {
        width: 100%;
    }

}
/* CLOSE ABOUT MOBILE MEDIA QUERY */


/* ==========================================================
   CARROTNSTICKS — PORTFOLIO PAGE
========================================================== */


/* PAGE */
.cs-portfolio-page {
    background: #050907;
    color: #111;
}


/* OUTER SECTION */
.cs-portfolio-section {
    padding: 10px 0 14px;
}

.cs-portfolio-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
}


/* SECTION LABEL */
.cs-portfolio-section-label {
    height: 20px;

    display: flex;
    align-items: center;

    gap: 7px;

    padding-left: 2px;

    color: #fff;

    font-size: 8px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: .03em;
}

.cs-portfolio-section-number {
    color: #08ad61;
    font-weight: 800;
}

.cs-portfolio-section-name {
    color: #fff;
}


/* MAIN WHITE PANEL */
.cs-portfolio-panel {
    background: #fff;

    border-radius: 7px;

    padding: 28px 30px 30px;

    box-shadow:
        0 16px 50px
        rgba(0,0,0,.16);
}


/* HEADER */
.cs-portfolio-header {
    margin-bottom: 12px;
}

.cs-portfolio-title {
    margin: 0 0 4px;

    color: #111512;

    font-size: 24px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: -.035em;
}

.cs-portfolio-intro {
    margin: 0;

    color: #666d69;

    font-size: 8px;
    line-height: 1.3;
}


/* ==========================================================
   CATEGORY TABS
========================================================== */

.cs-portfolio-filter-wrap {
    width: 100%;

    margin-top: 10px;
    margin-bottom: 18px;
}

.cs-portfolio-filters {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px;
}

.cs-filter-button {
    min-width: 48px;

    height: 23px;

    padding: 0 14px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    border: 1px solid #dfe3e0;

    border-radius: 999px;

    background: #ffffff;

    color: #666d69;

    font-size: 8px;
    line-height: 1;

    font-weight: 500;

    cursor: pointer;

    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}

.cs-filter-button:hover {
    border-color: #08ad61;

    color: #08ad61;

    transform: translateY(-1px);
}

.cs-filter-button.active {
    background: #08ad61;
    border-color: #08ad61;
    color: #ffffff;

    box-shadow:
        0 4px 12px
        rgba(8,173,97,.16);
}

.cs-filter-button.active:hover {
    color: #ffffff;
}


/* PROJECT GRID */
.cs-portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* PROJECT CARD */
.cs-project-card {
    width: 32.4%;
    min-width: 0;
    margin-bottom: 14px;
}

.cs-project-card.cs-project-hidden,
.cs-project-card.cs-load-hidden {
    display: none;
}


/* IMAGE */
.cs-project-image-link {
    display: block;
}

.cs-project-image-wrap {
    position: relative;

    width: 100%;

    aspect-ratio: 1.54 / 1;

    overflow: hidden;

    border-radius: 5px;

    background: #edf0ee;
}

.cs-project-image {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform .35s ease;
}

.cs-project-card:hover .cs-project-image {
    transform: scale(1.025);
}


/* IMAGE OVERLAY */

/* CARD COPY */
.cs-project-content {
    padding: 6px 1px 0;
}

.cs-project-title {
    margin: 0 0 2px;

    color: #111512;

    font-size: 8px;
    line-height: 1.2;

    font-weight: 700;
}

.cs-project-category {
    margin: 0;

    color: #717773;

    font-size: 6.5px;
    line-height: 1.25;
}


/* LOAD MORE */
.cs-portfolio-more {
    margin-top: 28px;

    display: flex;
    justify-content: center;
}

.cs-load-more {
    height: 28px;

    padding: 0 18px;

    border: 1px solid #08ad61;

    border-radius: 4px;

    background: #fff;

    color: #08ad61;

    font-size: 7px;
    line-height: 26px;

    font-weight: 700;

    cursor: pointer;
}

.cs-load-more:hover {
    background: #08ad61;
    color: #fff;
}


/* NEXT SECTION */
.cs-portfolio-next-section {
    height: 26px;

    display: flex;

    align-items: flex-end;
    justify-content: center;

    gap: 6px;

    color: #fff;

    font-size: 7px;
    line-height: 1;
}

.cs-portfolio-next-section span {
    color: #08ad61;
    font-weight: 800;
}

.cs-portfolio-next-section strong {
    color: #fff;
    font-weight: 700;
}


/* TABLET */
@media (max-width: 900px) {

    .cs-portfolio-shell {
        width: 94%;
    }

    .cs-portfolio-panel {
        padding: 24px 22px 26px;
    }

    .cs-project-card {
        width: 48.5%;
    }

}


/* MOBILE */
@media (max-width: 620px) {

    .cs-portfolio-panel {
        padding: 22px 16px 24px;
    }

    .cs-portfolio-title {
        font-size: 22px;
    }

    .cs-project-card {
        width: 100%;
    }

    .cs-portfolio-filters {
        gap: 6px;
    }

    .cs-filter-button {
        min-width: auto;
        height: 22px;
        padding: 0 11px;
        font-size: 7px;
    }

}@media (max-width:480px) {

    .cs-about-cta-button {
        width:100%;
    }

}


/* =========================================================
   CARROTNSTICKS — PORTFOLIO FINAL
   CLEAN GRID / FIXED IMAGE BOX / FILTERS
========================================================= */

.cs-portfolio-page,
.post-type-archive-project {
    background: #0a0f0d;
    color: #fff;
}

/* =========================================================
   HERO
========================================================= */

.cs-page-hero {
    padding: 72px 0 42px;
}

.cs-page-hero .cs-wrap {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

.cs-page-hero h1 {
    margin: 8px 0 12px;
    font-size: clamp(48px, 6vw, 78px);
    line-height: .95;
    letter-spacing: -.045em;
    font-weight: 700;
}

.cs-page-hero .cs-lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,.62);
}

/* =========================================================
   PORTFOLIO SECTION
========================================================= */

.cs-section {
    padding: 0 0 80px;
}

.cs-section > .cs-wrap {
    width: min(1100px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
   FILTERS
========================================================= */

.cs-portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 28px;
}

.cs-portfolio-filters .cs-filter {
    appearance: none;
    -webkit-appearance: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 32px;
    padding: 7px 15px;

    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;

    background: transparent;
    color: #fff;

    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;

    cursor: pointer;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}

.cs-portfolio-filters .cs-filter:hover {
    border-color: #08ad61;
    color: #08ad61;
    transform: translateY(-1px);
}

.cs-portfolio-filters .cs-filter.active {
    background: #08ad61;
    border-color: #08ad61;
    color: #fff;
}

/* =========================================================
   GRID
========================================================= */

.cs-section .cs-grid {
    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 18px !important;

    width: 100%;
    align-items: stretch;
}

/* =========================================================
   CARD
========================================================= */

.cs-section .cs-grid .cs-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    overflow: hidden;

    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;

    background: #0d1411;
    color: #fff;

    text-decoration: none;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.cs-section .cs-grid .cs-card:hover {
    transform: translateY(-4px);

    border-color: rgba(8,173,97,.65);

    box-shadow:
        0 18px 40px rgba(0,0,0,.28);
}

/* =========================================================
   FIXED IMAGE BOX
========================================================= */

.cs-section .cs-grid .cs-media {
    position: relative;

    width: 100%;

    /* EVERY CARD GETS EXACTLY THE SAME IMAGE HEIGHT */
    height: 235px;

    overflow: hidden;

    background: #111;
}

/* ALL IMAGES FILL THE SAME BOX */

.cs-section .cs-grid .cs-media img {
    display: block;

    width: 100%;
    height: 100%;

    max-width: none;

    object-fit: cover;
    object-position: center;

    filter: grayscale(1);

    transition:
        transform .5s ease,
        filter .4s ease;
}

/* COLOUR ON HOVER */

.cs-section .cs-grid .cs-card:hover .cs-media img {
    filter: grayscale(0);
    transform: scale(1.035);
}

/* =========================================================
   CARD CONTENT
========================================================= */

.cs-section .cs-grid .cs-copy {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 17px 17px 19px;
}

.cs-section .cs-grid .cs-copy small {
    display: block;

    margin-bottom: 7px;

    color: #08ad61;

    font-size: 9px;
    font-weight: 800;

    line-height: 1.25;

    letter-spacing: .07em;

    text-transform: uppercase;
}

.cs-section .cs-grid .cs-copy h3 {
    margin: 0 0 9px;

    color: #fff;

    font-size: 18px;
    line-height: 1.2;

    font-weight: 600;

    letter-spacing: -.02em;
}

.cs-section .cs-grid .cs-copy p {
    margin: 0;

    color: rgba(255,255,255,.62);

    font-size: 11px;
    line-height: 1.5;
}

/* =========================================================
   HIDDEN FILTERED CARDS
========================================================= */

.cs-section .cs-grid .cs-card[style*="display: none"] {
    display: none !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .cs-page-hero {
        padding-top: 55px;
        padding-bottom: 35px;
    }

    .cs-page-hero .cs-wrap,
    .cs-section > .cs-wrap {
        width: calc(100% - 40px);
    }

    .cs-section .cs-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 14px !important;
    }

    .cs-section .cs-grid .cs-media {
        height: 220px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .cs-page-hero {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .cs-page-hero .cs-wrap,
    .cs-section > .cs-wrap {
        width: calc(100% - 28px);
    }

    .cs-page-hero h1 {
        font-size: 42px;
    }

    .cs-page-hero .cs-lead {
        font-size: 13px;
    }

    .cs-portfolio-filters {
        gap: 6px;
        margin-bottom: 20px;
    }

    .cs-portfolio-filters .cs-filter {
        min-height: 29px;
        padding: 6px 12px;
        font-size: 10px;
    }

    .cs-section .cs-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 10px !important;
    }

    .cs-section .cs-grid .cs-media {
        height: 170px;
    }

    .cs-section .cs-grid .cs-card {
        border-radius: 9px;
    }

    .cs-section .cs-grid .cs-copy {
        padding: 11px 11px 13px;
    }

    .cs-section .cs-grid .cs-copy small {
        font-size: 7px;
    }

    .cs-section .cs-grid .cs-copy h3 {
        font-size: 13px;
    }

    .cs-section .cs-grid .cs-copy p {
        font-size: 8px;
    }
}

/* =========================================================
   VERY SMALL
========================================================= */

@media (max-width: 400px) {

    .cs-section .cs-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 7px !important;
    }

    .cs-section .cs-grid .cs-media {
        height: 145px;
    }

    .cs-section .cs-grid .cs-copy h3 {
        font-size: 11px;
    }
}
/* continue with the rest of the Portfolio CSS... */


/* =========================================================
   CARROTNSTICKS — PORTFOLIO FINAL OVERRIDE
   Integrated 3-COLUMN GRID / FIXED IMAGE BOX
   This block intentionally comes last so it overrides
   older portfolio rules in this stylesheet.
========================================================= */

/* Portfolio page background */
.post-type-archive-project,
.cs-portfolio-page {
    background: #0a0f0d !important;
    color: #fff;
}

/* Desktop: always 3 equal columns */
.cs-section .cs-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    align-items: stretch !important;
}

/* Cards must occupy one grid cell */
.cs-section .cs-grid > .cs-card {
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    border-radius: 14px !important;
    background: #0d1411 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Identical image area on every card */
.cs-section .cs-grid > .cs-card .cs-media {
    position: relative !important;
    width: 100% !important;
    height: 235px !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
    background: #111 !important;
    flex: 0 0 235px !important;
}

/* High-resolution source image fills the box without distortion */
.cs-section .cs-grid > .cs-card .cs-media img {
    display: block !important;
    width: 100% !important;
    height: 200px !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;

    /* Remove visible source-image frame/outline */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    filter: grayscale(1);

    /* Enlarge the source artwork inside the fixed image box.
       This crops the white/empty canvas edges visible on some
       portfolio mockups while keeping every card the same size. */
    transform: none !important;
    transform-origin: center center !important;

    transition: transform .5s ease, filter .4s ease;
}

.cs-section .cs-grid > .cs-card:hover .cs-media img {
    filter: grayscale(0);
    transform: none !important;
}

/* Consistent card copy */
.cs-section .cs-grid > .cs-card .cs-copy {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    padding: 17px 17px 19px !important;
}

.cs-section .cs-grid > .cs-card .cs-copy small {
    display: block;
    margin-bottom: 7px;
    color: #08ad61 !important;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.cs-section .cs-grid > .cs-card .cs-copy h3 {
    margin: 0 0 9px;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.02em;
}

.cs-section .cs-grid > .cs-card .cs-copy p {
    margin: 0;
    color: rgba(255,255,255,.62) !important;
    font-size: 11px;
    line-height: 1.5;
}

/* Hover */
.cs-section .cs-grid > .cs-card:hover {
    transform: translateY(-4px);
    border-color: rgba(8,173,97,.65) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

/* Filtered cards */
.cs-section .cs-grid > .cs-card[style*="display: none"] {
    display: none !important;
}

/* Tablet */
@media (max-width: 900px) {
    .cs-section .cs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    .cs-section .cs-grid > .cs-card .cs-media {
        height: 220px !important;
        flex-basis: 220px !important;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .cs-section .cs-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .cs-section .cs-grid > .cs-card .cs-media {
        height: 210px !important;
        flex-basis: 210px !important;
    }
}

/* Very small screens */
@media (max-width: 400px) {
    .cs-section .cs-grid {
        grid-template-columns: 1fr !important;
    }

    .cs-section .cs-grid > .cs-card .cs-media {
        height: 190px !important;
        flex-basis: 190px !important;
    }
}

