@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f4f1e8;
    color: #513229; /* your main brown */
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    display: block;
    max-width: 100%;
}


.ital {
	font-family: meursault-variable, serif;
	font-variation-settings: "wdth" 1, "wght" 300;
}

.container-custom {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
}

.hero-home,
.intro-home,
.featured-work,
.services-home,
.about-home,
.process-home,
.cta-home {
    padding: 100px 0;
	background-color: #f4f1e8;
}

.eyebrow {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 18px;
}

h1,
h2,
h3,
h4 {
    font-family: meursault-variable, serif;
    font-variation-settings: "wght" 300, "wdth" 75;
    font-style: normal;
    color: #513229 !important;
}

h1 {
    font-size: clamp(3rem, 7vw, 6rem);
    margin-bottom: 20px;
}

h2 {
    font-size: clamp(2rem, 4vw, 4rem);
    margin-bottom: 30px;
}

.hero-grid,
.intro-grid,
.about-grid,
.cta-box {
    display: grid;
    gap: 40px;
    align-items: center;
}

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

.intro-grid {
    grid-template-columns: 1fr 1fr;
}

.hero-copy,
.intro-right p,
.about-text p,
.service-card p,
.process-card p,
.section-copy {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}

.btn-main,
.btn-alt {
    display: inline-block;
    padding: 14px 24px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    font-weight: 600;
    transition: 0.3s ease;
    text-decoration: none;
}

.btn-main {
    background: #513229;
    color: #f4f1e8;
    border: 1px solid #513229;
}

.btn-main:hover {
    background: transparent;
    color: #513229;
}

.btn-alt {
    background: transparent;
    color: #513229;
    border: 1px solid #513229;
}

.btn-alt:hover {
    background: #513229;
    color: #f4f1e8;
}

.script-note {
	font-family: adobe-handwriting-ernie, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    color: #7a4b42;
}

.work-card img,
.about-image-wrap img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.section-heading-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.work-grid,
.services-grid,
.process-grid {
    display: grid;
    gap: 24px;
}

.pdf-embed {
	margin-top: 50px;
    border-radius: 24px;
    overflow: hidden;
}

.pdf-embed iframe {
    width: 100%;
    height: 600px;
    border: none;
    display: block;
}

.work-grid {
    grid-template-columns: repeat(2, 1fr);
}

.services-grid,
.process-grid {
    grid-template-columns: repeat(3, 1fr);
}

.work-card,
.service-card,
.process-card,
.cta-box {
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    padding: 24px;
}

.work-card-text {
    padding-top: 16px;
}

.work-card h3,
.service-card h3,
.process-card h3 {
    margin-bottom: 8px;
    font-size: 1.2rem;
}

.process-card span {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.text-link {
    display: inline-block;
    margin-top: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    font-weight: 600;
    color: #513229;
    text-decoration: none;
}

/* CTA */
.cta-box {
    grid-template-columns: 1fr auto;
    align-items: center;
}

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

.contact-page-hero {
    padding: 165px 0 70px;
    background: #f4f1e8;
}

.contact-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2.5rem;
    align-items: end;
}

.contact-page-hero-left h1 {
    margin: 0;
    max-width: 12ch;
    line-height: 0.98;
}

.contact-page-intro {
    margin: 0;
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.82;
}

.contact-page-main {
    padding: 10px 0 100px;
    background: #f4f1e8;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 2rem;
    align-items: start;
}

.contact-info h2 {
    margin-top: 0;
    max-width: 13ch;
}

.contact-info-list {
    display: grid;
    gap: 1.5rem;
    margin: 2rem 0;
}

.contact-info-item {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(81, 50, 41, 0.14);
}

.contact-info-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.contact-label {
    margin: 0 0 0.45rem 0;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.62;
}

.contact-info-item p {
    margin: 0;
    line-height: 1.7;
}

.contact-info-item a {
    color: #513229;
    text-decoration: none;
}

.contact-info-item a:hover {
    color: #7a5c58;
}

.contact-note {
    max-width: 34ch;
    line-height: 1.75;
    opacity: 0.85;
}

.contact-form-wrap {
    padding: 1.75rem;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
}

.contact-form {
    display: grid;
    gap: 1.25rem;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.form-group {
    display: grid;
    gap: 0.5rem;
}

.form-group label {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #513229;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(81, 50, 41, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.75);
    font: inherit;
    color: #513229;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(81, 50, 41, 0.4);
}

.contact-closing {
    padding: 0 0 110px;
    background: #f4f1e8;
}

.contact-closing-box {
    padding: 2rem;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
}

.contact-closing-box h2 {
    margin: 0;
}

@media (max-width: 991px) {
    .contact-page-hero {
        padding: 135px 0 55px;
    }

    .contact-page-hero-grid,
    .contact-main-grid,
    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-page-main {
        padding: 10px 0 80px;
    }

    .contact-closing {
        padding: 0 0 90px;
    }
}

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

.hero-collage {
    min-height: 100vh;
    background: #f4f1e8;
    padding: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-collage-inner {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 820px;
    margin: 0 auto;
}

/* TRUE CENTER */
.hero-title-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    width: max-content;
}

.hero-script {
    font-family: adobe-handwriting-ernie, sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: clamp(2rem, 2.5vw, 4rem);
    line-height: 1;
	letter-spacing: 0px;
    color: #7a5c58;
    margin: 0 0 -0.8rem 0;
}

.hero-title {
    margin: 0;
    text-align: center;
    line-height: 0.9; /* more breathing room */
}

/* CLNeuman = Book Italic Condensed */
.hero-ciara {
    display: block;
    font-family: meursault-variable, serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(7rem, 12vw, 11rem);
    letter-spacing: -0.03em;
    color: #513229;
    font-variation-settings: "wght" 300, "wdth" 75;

}

/* Designs = Book Condensed */
.hero-neuman {
    display: block;
    font-family: meursault-variable, serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(7rem, 12vw, 11rem);
    letter-spacing: -0.03em;
    color: #513229;
    font-variation-settings: "wght" 300, "wdth" 75;
	margin-bottom: 0.2em;
}

.hero-location {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: clamp(0.95rem, 1.1vw, 1.25rem);
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #513229;
    margin-top: 1.6rem;
}

/* IMAGE WRAPPERS */
.hero-image {
    position: absolute;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* centered collage around the name */
.hero-image-center {
    width: 340px;
    height: 540px;
    left: 50%;
    top: 50%;
    transform: translate(-95%, -50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.25);
	border-radius: 16px;
}

.hero-image-center img {
    opacity: 0.78;
}

.hero-image-left {
    width: 210px;
    height: 300px;
    left: 50%;
    top: 58%;
    transform: translate(-235%, -50%);
    z-index: 3;
    border-radius: 16px;
}

.hero-image-right {
    width: 290px;
    height: 390px;
    left: 50%;
    top: 10%;
    transform: translate(95%, 0);
    z-index: 2;
	border-radius: 16px;
}

.featured-logos {
    padding: 100px 0;
    background: #f4f1e8;
}

.logos-heading {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    align-items: end;
    margin-bottom: 3rem;
}

.logos-rail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    align-items: center;
    padding: 2rem 0;
    border-top: 1px solid rgba(81, 50, 41, 0.18);
    border-bottom: 1px solid rgba(81, 50, 41, 0.18);
}

.logo-item {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-item img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.88;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo-item:hover img {
    opacity: 1;
    transform: scale(1.04);
}

.project-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin: 100px 0;
}

.project-row.reverse {
    direction: rtl;
}

.project-row.reverse .project-content {
    direction: ltr;
}

.project-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.project-content h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.work-card {
    background: rgba(255,255,255,0.4);
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s ease;
}

.work-card:hover {
    transform: translateY(-6px);
}

.work-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.work-card-text {
    padding: 20px;
}

.work-card h3 {
    font-size: 1.4rem;
    margin-bottom: 6px;
}

.project-type {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 10px;
}

.work-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.text-link {
    display: inline-block;
    margin-top: 12px;
}

.site-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.5rem 2rem 0;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* =========================
   NAV
========================= */

.site-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.25rem 2rem;
    background: #eae3d6;
    border-bottom: 1px solid rgba(81, 50, 41, 0.1);
}

.nav-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
}

.nav-left {
    justify-self: start;
    display: flex;
    align-items: center;
    min-height: 60px;
}

.nav-note {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #513229;
    opacity: 0.75;
    margin: 0;
}

.nav-brand {
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.brand-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.nav-logo {
    display: block;
    height: 60px;
    width: auto;
    margin: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    filter: contrast(1.05);
}

.brand-link:hover .nav-logo {
    opacity: 0.9;
    transform: scale(1.02);
}

.nav-right {
    justify-self: end;
    display: flex;
    align-items: center;
    min-height: 60px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: flex;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #513229;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.nav-menu a:hover {
    color: #7a5c58;
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.4rem;
    border: 1px solid rgba(81, 50, 41, 0.45);
    border-radius: 999px;
    line-height: 1;
}

.nav-btn:hover {
    background: #513229;
    border-color: #513229;
    color: #f4f1e8 !important;
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    justify-self: end;
}

.nav-toggle span {
    display: block;
    width: 28px;
    height: 1.5px;
    background: #513229;
    margin: 6px 0;
}

/* =========================
   FOOTER
========================= */

.site-footer {
    background: #eae3d6;
    padding: 60px 2rem;
    border-top: 1px solid rgba(81, 50, 41, 0.1);
}

.footer-inner {
    max-width: 1400px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
}

/* LEFT */
.footer-left {
    justify-self: start;
}

.footer-brand {
    font-family: meursault-variable, serif;
    font-size: 1.2rem;
    margin: 0 0 6px 0;
}

.footer-tag {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.6;
    margin: 0;
}

/* CENTER NAV */
.footer-center {
    justify-self: center;
    display: flex;
    gap: 1.5rem;
}

.footer-center a {
    text-decoration: none;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #513229;
    transition: 0.3s ease;
}

.footer-center a:hover {
    color: #7a5c58;
}

/* RIGHT */
.footer-right a {
    color: #513229;
    text-decoration: none;
}

.footer-right a:hover {
    color: #7FB7D9;
}

.footer-right {
    justify-self: end;
    text-align: right;
    font-size: 0.75rem;
    opacity: 0.7;
}

.footer-right p {
    margin: 0;
}

.featured-work{
	background-color: #D8EBF9;
}

.about-home{
	background-color: #D7D4B1;
}

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

.about-page-hero {
    padding: 165px 0 70px;
    background: #f4f1e8;
}

.about-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2.5rem;
    align-items: end;
}

.about-page-hero-left h1 {
    margin: 0;
    max-width: 12ch;
    line-height: 0.98;
}

.about-page-intro {
    margin: 0;
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.82;
}

.about-page-main {
    padding: 10px 0 100px;
    background: #f4f1e8;
}

.about-main-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: start;
}

.about-main-image img {
    width: 100%;
    border-radius: 28px;
    display: block;
    object-fit: cover;
}

.about-main-text h2 {
    margin-top: 0;
}

.about-main-text p {
    line-height: 1.75;
}

.about-focus {
    padding: 100px 0;
    background: #eae3d6;
}

.about-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
    gap: 3rem;
    align-items: start;
}

.about-section-left h2 {
    margin: 0;
    max-width: 14ch;
}

.about-section-right p {
    margin-top: 0;
    max-width: 40ch;
    line-height: 1.75;
}

.focus-list {
    display: grid;
    gap: 1.5rem;
}

.focus-item {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(81, 50, 41, 0.14);
}

.focus-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.focus-item h3 {
    margin: 0 0 0.45rem 0;
    color: #513229;
}

.focus-item p {
    margin: 0;
}

.about-skills {
    padding: 100px 0;
    background: #f4f1e8;
}

.about-skills-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.skill-card {
    padding: 1.5rem;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
}

.skill-card h3 {
    margin: 0 0 0.6rem 0;
    color: #513229;
}

.skill-card p {
    margin: 0;
    line-height: 1.7;
}

.about-personal {
    padding: 100px 0;
    background-color: #D8EBF9;
}

.about-cta {
    padding: 75px 0 75px;
    background: #f4f1e8;
}

.about-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
}

.about-cta-box h2 {
    margin: 0;
    max-width: 16ch;
}

@media (max-width: 991px) {
    .about-page-hero {
        padding: 135px 0 55px;
    }

    .about-page-hero-grid,
    .about-main-grid,
    .about-section-grid,
    .about-skills-grid,
    .about-cta-box {
        grid-template-columns: 1fr;
    }

    .about-page-main,
    .about-focus,
    .about-skills,
    .about-personal {
        padding: 80px 0;
    }

    .about-main-image img {
        border-radius: 20px;
    }

    .about-cta {
        padding: 0 0 90px;
    }
}

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

.services-page-hero {
    padding: 165px 0 70px;
    background: #f4f1e8;
}

.services-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2.5rem;
    align-items: end;
}

.services-page-hero-left h1 {
    margin: 0;
    max-width: 13ch;
    line-height: 0.98;
}

.services-page-intro {
    margin: 0;
    max-width: 35ch;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.82;
}

.services-page-main {
    padding: 10px 0 100px;
    background: #f4f1e8;
}

.services-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
}

.service-detail-card {
    padding: 1.75rem;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
}

.service-detail-card h2 {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.service-detail-card p {
    margin-top: 0;
    line-height: 1.7;
}

.service-detail-card ul {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.service-detail-card li {
    margin-bottom: 0.55rem;
    line-height: 1.6;
    color: #513229;
}

.services-process {
    padding: 100px 0;
    background: #eae3d6;
}

.services-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
    gap: 3rem;
    align-items: start;
}

.services-section-left h2 {
    margin: 0;
    max-width: 14ch;
}

.services-section-right p {
    margin-top: 0;
    max-width: 40ch;
    line-height: 1.75;
}

.process-list {
    display: grid;
    gap: 1.5rem;
}

.process-item {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(81, 50, 41, 0.14);
}

.process-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.process-item h3 {
    margin: 0 0 0.45rem 0;
    color: #513229;
}

.process-item p {
    margin: 0;
}

.services-fit {
    padding: 100px 0;
    background-color: #D8EBF9;
}

.services-cta {
    padding: 75px 0 75px;
    background: #f4f1e8;
}

.services-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
}

.services-cta-box h2 {
    margin: 0;
    max-width: 16ch;
}

@media (max-width: 991px) {
    .services-page-hero {
        padding: 135px 0 55px;
    }

    .services-page-hero-grid,
    .services-cards-grid,
    .services-section-grid,
    .services-cta-box {
        grid-template-columns: 1fr;
    }

    .services-page-main,
    .services-process,
    .services-fit {
        padding: 80px 0;
    }

    .services-cta {
        padding: 0 0 90px;
    }
}

/* =========================
   PROJECT SUBPAGES
========================= */

.project-hero {
    padding: 165px 0 50px;
    background: #f4f1e8;
}

.project-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2.5rem;
    align-items: start; /* ✅ THIS FIXES IT */
}

.project-hero h1 {
    margin: 0;
    max-width: 12ch;
    line-height: 0.95;
}

.project-hero-left,
.project-hero-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-intro {
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.82;
}

.project-feature-image {
    padding: 0 0 80px;
    background: #f4f1e8;
}

.project-feature-image img {
    width: 100%;
    border-radius: 28px;
    display: block;
    object-fit: cover;
}

.project-overview {
    padding: 0 0 90px;
    background: #f4f1e8;
}

.project-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.overview-card {
    padding: 1.25rem;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.35);
}

.overview-label {
    margin: 0 0 0.6rem 0;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.62;
}

.overview-value {
    margin: 0;
    line-height: 1.6;
}

.project-section {
    padding: 100px 0;
    background: #f4f1e8;
}

.project-section.alt-bg {
    background: #eae3d6;
}

.project-two-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
    gap: 3rem;
    align-items: start;
}

.project-section-left h2 {
    margin: 0;
    max-width: 14ch;
}

.project-section-right p {
    margin: 0;
    max-width: 40ch;
    line-height: 1.75;
}

.project-gallery {
    padding: 50px 0 100px;
    background: #f4f1e8;
}

.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.project-gallery-custom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.gallery-left,
.gallery-right {
    display: grid;
    gap: 1.5rem;
    align-content: start;
}

.gallery-left img,
.gallery-right img,
.project-video-wrap video {
    width: 100%;
    display: block;
    border-radius: 24px;
}

.project-video-wrap video {
    height: auto;
	margin-top: 1.5rem;
}

.project-gallery-grid img {
    width: 100%;
    border-radius: 24px;
    display: block;
    object-fit: cover;
}

.project-gallery-grid video {
    width: 100%;
    height: auto;
    border-radius: 24px;
    display: block;
    object-fit: contain;
    background: transparent;
}


.next-project {
    padding: 0 0 110px;
    background: #f4f1e8;
}

.next-project-link {
    display: block;
    padding: 2rem;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.next-project-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(81, 50, 41, 0.08);
}

.next-project-link h2 {
    margin: 0.4rem 0 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .project-hero {
        padding: 135px 0 40px;
    }

    .project-hero-grid,
    .project-overview-grid,
    .project-two-col,
    .project-gallery-grid {
        grid-template-columns: 1fr;
    }

    .project-overview {
        padding-bottom: 70px;
    }

    .project-section,
    .project-gallery {
        padding-bottom: 80px;
    }

    .project-feature-image img {
        border-radius: 20px;
    }
}
/* =========================
   WORK PAGE
========================= */

.work-hero {
    padding: 165px 0 70px;
    background: #f4f1e8;
}

.work-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 2.5rem;
    align-items: end;
}



.work-hero-copy {
    margin: 0;
    max-width: 34ch;
    font-size: 1rem;
    line-height: 1.7;
    opacity: 0.82;
}

.work-archive {
    padding: 10px 0 110px;
    background: #f4f1e8;
}

.work-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
}

.archive-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.38);
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.archive-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(81, 50, 41, 0.08);
}

.archive-card-image {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
}

.archive-card-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.live-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #7a5c58;
    transition: 0.3s ease;
}

.archive-card:hover .archive-card-image img {
    transform: scale(1.03);
}

.archive-card-text {
    padding: 1.4rem 1.4rem 1.5rem;
}

.archive-type {
    margin: 0 0 0.65rem 0;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.62;
}

.archive-card h2 {
    margin: 0 0 0.7rem 0;
    font-size: clamp(1.6rem, 2.6vw, 2.35rem);
    line-height: 0.98;
}

.archive-desc {
    margin: 0;
    max-width: 34ch;
    font-size: 0.98rem;
    line-height: 1.65;
    opacity: 0.86;
}

.archive-link {
    display: inline-block;
    margin-top: 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #513229;
}

/* SIZE VARIATIONS */
.archive-card.standard .archive-card-image img {
    height: 360px;
}

.archive-card.tall .archive-card-image img {
    height: 470px;
}

.about-page-hero {
    padding: 120px 0 80px;
}


/* H1 */
.about-hero-title {
    font-family: meursault-variable, serif;
    font-size: clamp(3.5rem, 6vw, 6.5rem);
    line-height: 0.95;
    margin-bottom: 2rem;
}

/* paragraph */
.about-page-intro {
    font-size: 1.05rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
}

.work-hero {
    padding: 120px 0 80px;
}



.work-hero-title {
    font-family: meursault-variable, serif;
    font-size: clamp(3.5rem, 6vw, 6.5rem);
    line-height: 0.95;
    margin-bottom: 2rem;
}

.work-hero-copy {
    font-size: 1.05rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
   
}

.contact-page-hero {
    padding: 120px 0 80px;
}


.contact-hero-title {
    font-family: meursault-variable, serif;
    font-size: clamp(3.5rem, 6vw, 6.5rem);
    line-height: 0.95;
    margin-bottom: 2rem;
}

.contact-page-intro {
    font-size: 1.05rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  
}

.services-hero {
    padding: 120px 0 80px;
}

/* label */
.section-tag {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #513229;
}

/* BIG headline */
.services-hero-title {
    font-family: meursault-variable, serif;
    font-size: clamp(3.5rem, 6vw, 6.5rem);
    line-height: 0.95;
    margin-bottom: 2rem;
}

/* paragraph */
.services-hero-intro {
    font-size: 1.05rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
}
.archive-card.featured {
    grid-column: span 2;
}

.archive-card.featured .archive-card-image img {
    height: 460px;
}

.archive-card.featured .archive-card-text {
    padding: 1.6rem 1.6rem 1.7rem;
}

.archive-card.featured h2 {
    font-size: clamp(2rem, 3.8vw, 3rem);
    max-width: 14ch;
}

.archive-card.featured .archive-desc {
    max-width: 42ch;
}

.work-cta {
    padding: 0 0 110px;
    background: #f4f1e8;
}

.work-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border: 1px solid rgba(81, 50, 41, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.35);
}

.work-cta-box h2 {
    margin: 0;
    max-width: 16ch;
}

/* TABLET */
@media (max-width: 1100px) {
    .work-hero-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .work-hero h1,
    .work-hero-copy {
        max-width: 100%;
    }

    .archive-card.standard .archive-card-image img {
        height: 320px;
    }

    .archive-card.tall .archive-card-image img {
        height: 400px;
    }

    .archive-card.featured .archive-card-image img {
        height: 400px;
    }
}

/* MOBILE */
@media (max-width: 991px) {
    .work-hero {
        padding: 135px 0 55px;
    }

    .work-archive {
        padding: 0 0 90px;
    }

    .work-archive-grid,
    .work-cta-box {
        grid-template-columns: 1fr;
    }

    .archive-card.featured {
        grid-column: span 1;
    }

    .archive-card.standard .archive-card-image img,
    .archive-card.tall .archive-card-image img,
    .archive-card.featured .archive-card-image img {
        height: 300px;
    }

    .archive-card-text,
    .archive-card.featured .archive-card-text {
        padding: 1.25rem 1.25rem 1.35rem;
    }

    .archive-card h2,
    .archive-card.featured h2 {
        max-width: 100%;
    }

    .work-cta {
        padding: 0 0 90px;
    }
}
/* MOBILE */
@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        justify-self: center;
        text-align: center;
    }

    .footer-center {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* MOBILE */
@media (max-width: 991px) {
    .site-nav {
        padding: 1rem 1.25rem;
    }

    .nav-inner {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .nav-left {
        display: none;
    }

    .nav-brand {
        justify-self: start;
        min-height: auto;
    }

    .brand-link {
        justify-content: flex-start;
    }

    .nav-logo {
        height: 36px;
    }

    .nav-toggle {
        display: block;
        align-self: center;
    }

    .nav-right {
        display: none;
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 1rem;
        background: rgba(244, 241, 232, 0.96);
        border: 1px solid rgba(81, 50, 41, 0.12);
        border-radius: 20px;
        padding: 1rem 1.25rem;
    }

    .nav-right.open {
        display: block;
    }

    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .nav-menu li {
        width: 100%;
    }

    .nav-btn {
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .nav-btn:hover {
        background: transparent;
        color: #7a5c58 !important;
    }
}

@media (max-width: 1100px) {
    .logos-heading {
        grid-template-columns: 1fr;
    }

    .logos-rail {
        grid-template-columns: repeat(3, 1fr);
    }
	
	.project-row,
    .project-row.reverse {
        grid-template-columns: 1fr;
        direction: ltr;
        gap: 30px;
        margin: 60px 0;
    }

    .project-desc {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .logos-rail {
        grid-template-columns: repeat(2, 1fr);
    }

    .logo-item {
        min-height: 130px;
    }

    .logo-item img {
        max-height: 70px;
    }
}

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

@media (max-width: 1200px) {
    .hero-collage-inner {
        height: 720px;
    }

    .hero-ciara,
    .hero-neuman {
        font-size: clamp(5.5rem, 11vw, 8.5rem);
    }

    .hero-script {
        font-size: clamp(2.2rem, 3.5vw, 3.5rem);
    }

    .hero-image-center {
        width: 285px;
        height: 455px;
        transform: translate(-98%, -50%);
    }

    .hero-image-left {
        width: 175px;
        height: 250px;
        transform: translate(-235%, -50%);
    }

    .hero-image-right {
        width: 220px;
        height: 300px;
        transform: translate(100%, 0);
    }
}

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

@media (max-width: 991px) {
    .hero-collage {
        min-height: auto;
        padding: 6rem 1.5rem 4rem;
    }

    .hero-collage-inner {
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hero-title-wrap,
    .hero-image {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .hero-title-wrap {
        order: 1;
        width: 100%;
        margin: 0 auto 1rem;
    }

    .hero-script {
        margin-bottom: -0.45rem;
    }

    .hero-ciara,
    .hero-neuman {
        font-size: clamp(4.5rem, 17vw, 7rem);
    }

    .hero-location {
        margin-top: 0.75rem;
        font-size: 0.95rem;
    }

    .hero-image-center {
        order: 2;
        width: 100%;
        max-width: 420px;
        height: 500px;
        margin: 0 auto;
    }

    .hero-image-left,
    .hero-image-right {
        width: 100%;
        max-width: 420px;
        height: 280px;
        margin: 0 auto;
        border-radius: 16px;
    }

    .hero-image-left {
        order: 3;
    }

    .hero-image-right {
        order: 4;
    }
}


/* =========================
   GLOBAL HOVER SYSTEM
========================= */

:root {
    --hover-lift: -6px;
    --hover-scale: 1.03;
    --hover-shadow: 0 14px 28px rgba(81, 50, 41, 0.08);
    --hover-speed: 0.35s ease;
}

/* cards / boxes */
.work-card,
.service-card,
.process-card,
.skill-card,
.service-detail-card,
.archive-card,
.overview-card,
.next-project-link,
.contact-form-wrap,
.contact-closing-box,
.about-cta-box,
.services-cta-box,
.work-cta-box,
.cta-box {
    transition: transform var(--hover-speed), box-shadow var(--hover-speed), border-color var(--hover-speed);
}

.work-card:hover,
.service-card:hover,
.process-card:hover,
.skill-card:hover,
.service-detail-card:hover,
.archive-card:hover,
.overview-card:hover,
.next-project-link:hover,
.contact-form-wrap:hover,
.contact-closing-box:hover,
.about-cta-box:hover,
.services-cta-box:hover,
.work-cta-box:hover,
.cta-box:hover {
    transform: translateY(var(--hover-lift));
    box-shadow: var(--hover-shadow);
}

/* image wrappers */
.archive-card-image,
.project-gallery-grid > div,
.project-video-wrap,

.about-main-image,
.work-card,
.logo-item {
    overflow: hidden;
    border-radius: 24px;
}

/* all key images + videos */
.archive-card-image img,
.project-gallery-grid img,
.project-gallery-grid video,
.project-feature-image img,
.about-main-image img,
.work-card img,
.logo-item img {
    transition: transform 0.45s ease, opacity 0.45s ease;
}

/* image hover */
.archive-card:hover .archive-card-image img,
.project-gallery-grid img:hover,
.project-gallery-grid video:hover,
.project-feature-image:hover img,
.about-main-image:hover img,
.work-card:hover img,
.logo-item:hover img {
    transform: scale(var(--hover-scale));
}

/* links / buttons */
.nav-menu a,
.footer-center a,
.text-link,
.archive-link,
.contact-info-item a,
.btn-main,
.btn-alt,
.nav-btn {
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.btn-main:hover,
.btn-alt:hover,
.nav-btn:hover,
.text-link:hover {
    transform: translateY(-2px);
}



/* =========================
   GLOBAL 2-COLUMN TEXT ALIGNMENT
========================= */

.work-hero-grid,
.project-hero-grid,
.about-page-hero-grid,
.services-page-hero-grid,
.contact-page-hero-grid,
.about-section-grid,
.services-section-grid,
.project-two-col {
    display: grid;
    gap: 2.5rem;
    align-items: start;
}

.work-hero-grid,
.project-hero-grid,
.about-page-hero-grid,
.services-page-hero-grid,
.contact-page-hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.about-section-grid,
.services-section-grid,
.project-two-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

/* make both columns fill their tracks cleanly */
.work-hero-left,
.work-hero-right,
.project-hero-left,
.project-hero-right,
.about-page-hero-left,
.about-page-hero-right,
.services-page-hero-left,
.services-page-hero-right,
.contact-page-hero-left,
.contact-page-hero-right,
.about-section-left,
.about-section-right,
.services-section-left,
.services-section-right,
.project-section-left,
.project-section-right {
    max-width: 100%;
}

/* remove inward text shrinking that causes uneven edges */
.work-hero-copy,
.project-intro,
.about-page-intro,
.services-page-intro,
.contact-page-intro,
.about-section-right p,
.services-section-right p,
.project-section-right p {
    max-width: 100%;
    margin-top: 0;
}

/* keep headings clean on the left without weird extra top space */
.work-hero h1,
.project-hero h1,
.about-page-hero-left h1,
.services-page-hero-left h1,
.contact-page-hero-left h1,
.about-section-left h2,
.services-section-left h2,
.project-section-left h2 {
    margin-top: 0;
}

/* responsive */
@media (max-width: 991px) {
    .work-hero-grid,
    .project-hero-grid,
    .about-page-hero-grid,
    .services-page-hero-grid,
    .contact-page-hero-grid,
    .about-section-grid,
    .services-section-grid,
    .project-two-col {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}


.project-intro,
.work-hero-copy,
.about-page-intro,
.services-page-intro,
.contact-page-intro,
.project-section-right p,
.about-section-right p,
.services-section-right p {
    letter-spacing: 0.015em;
    line-height: 1.9;
}

/* =========================
   GLOBAL HEADING SCALE
========================= */

h1 {
    font-size: clamp(3.4rem, 6vw, 6.2rem);
    line-height: 0.94;
    margin-bottom: 0.75rem;
}

h2 {
    font-size: clamp(2.2rem, 3.4vw, 3.8rem);
    line-height: 0.98;
    margin-bottom: 1rem;
}

h3 {
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.05;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.2;
}

/* page hero headings stay larger */
.work-hero h1,
.project-hero h1,
.about-page-hero-left h1,
.services-page-hero-left h1,
.contact-page-hero-left h1 {
    font-size: clamp(3.8rem, 6.5vw, 6.5rem);
    line-height: 0.94;
}

/* section h2s a little smaller */
.about-section-left h2,
.services-section-left h2,
.project-section-left h2,
.contact-info h2,
.about-main-text h2,
.contact-closing-box h2,
.about-cta-box h2,
.services-cta-box h2,
.work-cta-box h2 {
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    line-height: 0.98;
}

/* cards need smaller h2s/h3s */
.archive-card h2,
.service-detail-card h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.5rem);
    line-height: 1;
}

.work-card h3,
.service-card h3,
.process-card h3,
.skill-card h3,
.focus-item h3,
.process-item h3 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: #513229;
}

.trifold-section {
    padding: 100px 0;
    text-align: center;
    background: #f4f1e8;
}

.trifold-slider {
    position: relative;
    max-width: 800px;
    margin: 40px auto;
}

.trifold-slider img {
    width: 100%;
    border-radius: 16px;
    display: block;
}

.trifold-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(81, 50, 41, 0.9);
    color: #f4f1e8;
    border: none;
    font-size: 2rem;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
}

.trifold-prev {
    left: -20px;
}

.trifold-next {
    right: -20px;
}

.trifold-btn-link {
    margin-top: 30px;
    display: inline-block;
}

.work-hero {
    padding: 120px 0 80px;
}

.work-hero .container-custom {
    max-width: 1320px;
}

.work-hero-title {
    max-width: none;
    width: 100%;
    font-family: meursault-variable, serif;
    font-variation-settings: "wght" 300, "wdth" 75;
    font-size: clamp(3.8rem, 6.5vw, 6.8rem);
    line-height: 0.94;
    margin: 0 0 2rem 0;
}

.work-hero-copy {
    max-width: 520px;
    font-size: 1.05rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
    margin: 0;
}

.project-video-wrap video {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.catalog-section {
    padding: 100px 0;
    text-align: center;
}

.catalog-slider {
    position: relative;
    max-width: 620px; /* smaller */
    margin: 40px auto;
    padding: 0 70px; /* room for arrows outside */
}

.catalog-slider img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.catalog-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(81, 50, 41, 0.9);
    color: #f4f1e8;
    border: none;
    font-size: 1.5rem;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-btn.prev {
    left: 0;
}

.catalog-btn.next {
    right: 0;
}

.catalog-btn-link {
    margin-top: 30px;
    display: inline-block;
}

@media (max-width: 768px) {
    .catalog-slider {
        max-width: 100%;
        padding: 0 52px;
    }

    .catalog-btn {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

.featured-logos {
    padding: 90px 0;
    background-color: #513229;
}

.featured-logos .eyebrow,
.featured-logos h2,
.featured-logos p {
    color: #f4f1e8 !important;
}

.logos-heading {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
    align-items: end;
    margin-bottom: 3.5rem;
}

.logos-rail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    align-items: center;
    padding: 2.5rem 0;
    border-top: 1px solid rgba(244, 241, 232, 0.22);
    border-bottom: 1px solid rgba(244, 241, 232, 0.22);
}

.logo-item {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: transparent; /* important */
}

.logo-item img {
    max-width: 100%;
    max-height: 105px;
    width: auto;
    height: auto;
    object-fit: contain;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: transparent; /* important */
    mix-blend-mode: screen; /* helps light logos sit nicer */
}

.logo-item:hover img {
    opacity: 1;
    transform: scale(1.04);
}


/* ================================
   FULL SITE MOBILE OPTIMIZATION
   Dakota Lakes / Portfolio Site
   Put this at the BOTTOM of site.css
================================ */

/* Global mobile safety */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, video {
  max-width: 100%;
  height: auto;
}

section {
  overflow-x: hidden;
}

/* Tablet + down */
@media (max-width: 991px) {

  /* General spacing */
  section,
  .section {
    padding: 60px 20px;
  }

  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Typography */
  h1 {
    font-size: clamp(2rem, 9vw, 3.2rem);
    line-height: 1.05;
  }

  h2 {
    font-size: clamp(1.7rem, 7vw, 2.5rem);
    line-height: 1.15;
  }

  h3 {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
  }

  p,
  li,
  a {
    font-size: 1rem;
    line-height: 1.6;
  }

  .section-tag,
  .eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }

  .section-intro {
    font-size: 1rem;
    max-width: 100%;
  }

  /* Navbar */
  .mainNav {
    padding: 0;
  }

  .mainNav .container-fluid {
    margin: 0 !important;
    padding: 16px 20px;
  }

  .navbar-brand img {
    width: 140px;
    height: auto;
  }

  .navbar-toggler {
    border: none;
    box-shadow: none;
  }

  .navbar-collapse {
    background: #0B2545;
    margin-top: 16px;
    padding: 20px;
    border-radius: 18px;
  }

  .navbar-nav {
    align-items: flex-start !important;
    text-align: left !important;
    gap: 8px;
  }

  .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 0;
    font-size: 1rem;
  }

  .navbar-nav .nav-link:hover {
    color: #F2A541;
  }

  /* Hero sections */
  .hero,
  .page-hero,
  .home-hero {
    min-height: auto;
    padding: 80px 20px;
    text-align: center;
  }

  .hero .row,
  .page-hero .row,
  .home-hero .row {
    gap: 32px;
  }

  .hero-text,
  .hero-content,
  .page-hero-content {
    max-width: 100%;
    text-align: center;
  }

  .hero p,
  .page-hero p,
  .home-hero p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons,
  .button-group,
  .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: stretch;
    width: 100%;
  }

  .hero-buttons a,
  .button-group a,
  .cta-buttons a,
  .btn,
  .site-btn,
  .primary-btn,
  .secondary-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Cards */
  .card,
  .why-card,
  .step-card,
  .program-card,
  .stat-card,
  .contact-card,
  .work-card {
    margin-bottom: 24px;
    padding: 24px;
    width: 100%;
  }

  .card-grid,
  .program-grid,
  .stats-grid,
  .work-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  /* Bootstrap columns stack cleaner */
  .row {
    row-gap: 28px;
  }

  [class*="col-"] {
    max-width: 100%;
  }

  /* Images */
  .hero-img,
  .feature-img,
  .section-img,
  .work-card img,
  .program-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
  }

  /* If images are too tall */
  .hero-img img,
  .feature-img img,
  .section-img img {
    max-height: 420px;
    object-fit: cover;
  }

  /* Logo strips */
  .logo-strip,
  .featured-logos,
  .logo-bar {
    padding: 40px 20px;
  }

  .logo-strip .row,
  .featured-logos .row,
  .logo-bar .row {
    justify-content: center;
    row-gap: 24px;
  }

  .logo-strip img,
  .featured-logos img,
  .logo-bar img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }

  /* Forms */
  form .row {
    row-gap: 18px;
  }

  input,
  select,
  textarea,
  .form-control,
  .form-select {
    width: 100%;
    font-size: 1rem;
  }

  label {
    font-size: 0.95rem;
  }

  /* Footer */
  footer,
  .footer {
    text-align: center;
    padding: 50px 20px;
  }

  footer .row,
  .footer .row {
    row-gap: 28px;
  }

  footer ul,
  .footer ul {
    padding-left: 0;
    list-style: none;
  }
}

/* Phone only */
@media (max-width: 575px) {

  section,
  .section {
    padding: 46px 18px;
  }

  .container,
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  h2 {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .hero,
  .page-hero,
  .home-hero {
    padding: 64px 18px;
  }

  .card,
  .why-card,
  .step-card,
  .program-card,
  .stat-card,
  .contact-card,
  .work-card {
    padding: 20px;
    border-radius: 18px;
  }

  .section-tag {
    display: block;
    text-align: center;
  }

  .section-intro {
    text-align: center;
  }

  /* Stats should stack */
  .stat-number {
    font-size: 2.2rem;
  }

  /* Tables stop breaking screens */
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  /* Hide decorative items that crowd mobile */
  .decorative-shape,
  .bg-shape,
  .floating-icon {
    display: none;
  }

  /* Carousel buttons centered */
  .carousel-btn,
  .owl-nav button {
    position: static !important;
    transform: none !important;
    margin: 10px 6px;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
}

/* Tiny phones */
@media (max-width: 380px) {

  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p,
  li,
  a {
    font-size: 0.95rem;
  }

  .navbar-brand img {
    width: 120px;
  }

  .btn,
  .site-btn,
  .primary-btn,
  .secondary-btn {
    padding: 12px 16px;
    font-size: 0.95rem;
  }
}

/* =========================================
   MOBILE FIX PATCH (DROP-IN)
   ========================================= */

/* Prevent horizontal scroll issues */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Media safety */
img, video {
  max-width: 100%;
  height: auto;
}

/* ===============================
   TABLET + MOBILE
================================= */
@media (max-width: 768px) {

  /* ---------- HERO FIX (kills blue box) ---------- */
  .hero-image,
  .hero-img,
  .hero-visual,
  .image-block {
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: auto !important;
  }

  .hero-image img,
  .hero-img img,
  .hero-visual img,
  .image-block img {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }

  /* ---------- HERO SPACING ---------- */
  .hero,
  .home-hero {
    padding: 45px 20px 35px !important;
    text-align: center;
  }

  .hero h1,
  .home-hero h1 {
    margin-bottom: 20px;
  }

  /* ---------- GLOBAL SECTION SPACING ---------- */
  section {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ---------- TYPOGRAPHY ---------- */
  h1 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.1;
  }

  h2 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  p {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* ---------- STACK EVERYTHING ---------- */
  .row {
    row-gap: 24px;
  }

  [class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
  }

  /* ---------- BUTTONS STACK ---------- */
  .hero-buttons,
  .button-group,
  .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .btn,
  .primary-btn,
  .secondary-btn {
    width: 100%;
    text-align: center;
  }

  /* ---------- CARDS ---------- */
  .card,
  .work-card,
  .program-card,
  .why-card {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  /* ---------- FEATURED LOGOS FIX ---------- */
  .featured-logos,
  .logo-strip,
  .logo-bar {
    overflow: hidden;
  }

  .featured-logos .row,
  .logo-strip .row,
  .logo-bar .row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 18px;
    align-items: center;
    justify-items: center;
  }

  .featured-logos img,
  .logo-strip img,
  .logo-bar img {
    width: 70px !important;
    max-width: 70px !important;
    height: auto;
    object-fit: contain;
  }

  /* ---------- IMAGES CLEAN ---------- */
  .hero-img img,
  .section-img img,
  .work-card img {
    border-radius: 18px;
    width: 100%;
    height: auto;
  }

  /* ---------- NAVBAR MOBILE ---------- */
  .navbar-collapse {
    background: #0B2545;
    margin-top: 16px;
    padding: 20px;
    border-radius: 16px;
  }

  .navbar-nav {
    align-items: flex-start !important;
    gap: 10px;
  }

  .navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
  }

  .navbar-nav .nav-link:hover {
    color: #F2A541;
  }
}

/* ===============================
   SMALL PHONES
================================= */
@media (max-width: 480px) {

  section {
    padding: 45px 16px;
  }

  h1 {
    font-size: 1.9rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.95rem;
  }

  .featured-logos .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===============================
   CAROUSEL NAV FIX (YOUR ISSUE)
================================= */
@media (max-width: 768px) {

  .carousel-btn,
  .owl-nav button {
    position: static !important;
    transform: none !important;
    margin: 10px 6px;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
	.nav-inner {
		position: relative;
	}

	.nav-left {
		display: none;
	}

	.nav-logo {
		max-width: 170px;
		height: auto;
	}

	.mobile-menu-btn {
		display: flex;
		flex-direction: column;
		gap: 6px;
		background: none;
		border: none;
		padding: 8px;
		cursor: pointer;
	}

	.mobile-menu-btn span {
		display: block;
		width: 26px;
		height: 1.5px;
		background: #5a3026;
	}

	.nav-right {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #efe6d6;
		padding: 24px 20px;
		z-index: 999;
		border-top: 1px solid rgba(90, 48, 38, 0.2);
	}

	.nav-right.is-open {
		display: block;
	}

	.nav-menu {
		display: flex;
		flex-direction: column;
		gap: 18px;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}

	.nav-menu a {
		color: #5a3026;
		text-decoration: none;
		font-size: 1.1rem;
	}
}

/* =========================================
   FINAL MOBILE CLEANUP PATCH
   ========================================= */

@media (max-width: 768px) {

  /* Hide homepage/college-style hero image stack on mobile */
  .hero-image,
  .hero-img,
  .hero-visual,
  .image-block,
  .hero-gallery,
  .hero-images,
  .college-header-imgs,
  .image-stack {
    display: none !important;
  }

  /* Make hero cleaner without images */
  .hero,
  .home-hero,
  .page-hero {
    padding: 70px 24px 55px !important;
    min-height: auto !important;
  }

  /* Fix giant headings being TOO huge */
  .hero h1,
  .home-hero h1,
  .page-hero h1,
  h1 {
    font-size: clamp(3.1rem, 14vw, 4.6rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -0.03em;
  }

  /* Fix body text spacing */
  .hero p,
  .home-hero p,
  .page-hero p,
  p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  /* Any 3-card rows need to stack instead of side-scroll */
  .services-grid,
  .process-grid,
  .cards-grid,
  .card-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .service-card,
  .process-card,
  .card {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Fix sections where text stays in 2 columns on mobile */
  .split-section,
  .about-preview,
  .intro-grid,
  .content-grid,
  .cta-card {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  /* Fix CTA card button sitting beside headline */
  .cta-card .btn ,
  .cta-card a,
  .cta-card button {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-top: 20px;
  }
	
	/* Fix CTA card button sitting beside headline */
  .cta-box .btn ,
  .cta-box a,
  .cta-box button {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-top: 20px;
  }

  /* Featured logos: still allow scroll if too many logos */
  .featured-logos-row,
  .logo-row,
  .brand-logo-row {
    display: flex !important;
    overflow-x: auto !important;
    gap: 28px !important;
    padding-bottom: 10px;
  }

  .featured-logos-row img,
  .logo-row img,
  .brand-logo-row img {
    flex: 0 0 auto;
    max-width: 95px !important;
  }
}

/* =========================================
   MOBILE FINAL FIXES — NAV + HERO + LOGOS + ABOUT + CTA
   Put this at the VERY bottom
========================================= */

@media (max-width: 768px) {

  /* Stop sticky nav from covering page titles */
  body {
    padding-top: 0px !important;
  }

  .site-nav {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  main,
  .page-wrapper,
  .site-main {
    padding-top: 0 !important;
  }

  /* Keep the Ciara / CLNeuman Designs hero logo visible */
  .home-hero .hero-logo,
  .hero-logo,
  .brand-hero-logo,
  .hero-brand-mark {
    display: block !important;
    width: min(82vw, 360px) !important;
    max-width: 360px !important;
    height: auto !important;
    margin: 0 auto 32px !important;
  }

  /* Hide ONLY the big collage/images, not the logo */
  .home-hero .hero-image,
  .home-hero .hero-img,
  .home-hero .hero-visual,
  .home-hero .hero-collage,
  .home-hero .hero-gallery,
  .home-hero .hero-images,
  .home-hero .image-stack {
    display: none !important;
  }

  /* Featured logo bar: 3 across */
  .featured-logos .row,
  .logo-strip .row,
  .logo-bar .row,
  .featured-logos-row,
  .logo-row,
  .brand-logo-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px 18px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-items: center !important;
  }

  .featured-logos img,
  .logo-strip img,
  .logo-bar img,
  .featured-logos-row img,
  .logo-row img,
  .brand-logo-row img {
    width: 84px !important;
    max-width: 84px !important;
    height: auto !important;
    object-fit: contain !important;
  }

  /* Put portrait above text */
  .about-preview,
  .about-section,
  .about-grid,
  .intro-grid,
  .content-grid {
    display: flex !important;
    flex-direction: column !important;
  }

  .about-preview img,
  .about-section img,
  .about-grid img,
  .portrait-img,
  .about-img {
    order: -1 !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto 28px !important;
    display: block !important;
  }

  /* CTA card: stack content + button */
  .cta-card,
  .home-cta,
  .final-cta,
  .cta-section .card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
    text-align: left !important;
  }

  .cta-card h2,
  .home-cta h2,
  .final-cta h2 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .cta-card .btn,
  .cta-card .nav-btn,
  .cta-card a,
  .home-cta .btn,
  .home-cta a,
  .final-cta .btn,
  .final-cta a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .cta-home {
    padding: 50px 20px !important;
  }

  .cta-home .cta-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 28px !important;
    padding: 36px 28px !important;
  }

  .cta-home .cta-box > div {
    width: 100% !important;
  }

  .cta-home h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1.05 !important;
  }

  .cta-home .btn-main {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 16px 22px !important;
  }
}

/* =========================================
   FEATURED LOGOS — MOBILE FIX
========================================= */

@media (max-width: 768px) {

  .featured-logos {
    padding: 55px 20px !important;
  }

  .featured-logos .logos-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

  /* Stack heading + paragraph nicely */
  .featured-logos h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.1;
  }

  .featured-logos .section-copy {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
  }

  /* 🔥 THIS is the important part */
  .logos-rail {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px 18px !important;
    align-items: center;
    justify-items: center;
  }

  .logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-item img {
    width: 80px !important;
    max-width: 80px !important;
    height: auto;
    object-fit: contain;
    opacity: 0.9;
  }
}

/* Smaller phones → 2 per row */
@media (max-width: 480px) {
  .logos-rail {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
/* FIX PAGE HERO CONTENT HIDING UNDER NAV */
.site-nav {
  position: sticky !important;
  top: 0;
  z-index: 9999;
}

body {
  padding-top: 0 !important;
}

.about-page-hero,
.work-hero,
.contact-page-hero,
.services-page-hero,
.project-hero {
  padding-top: 10px !important;
}

@media (max-width: 768px) {
  .about-page-hero,
  .work-hero,
  .contact-page-hero,
  .services-page-hero,
  .project-hero {
    padding-top: 15px !important;
  }
}


