:root {
    --black: #060704;
    --black-soft: #0d100a;
    --charcoal: #13180f;
    --cream: #fff3df;
    --paper: #fff8ed;
    --paper-soft: #f7ead6;
    --ink: #11140f;
    --muted: #cbbfa7;
    --green: #2f6d3d;
    --green-bright: #69bd65;
    --red: #e83c35;
    --yellow: #f3b322;
    --line: rgba(255, 243, 223, .16);
    --line-dark: rgba(17, 20, 15, .10);
    --shadow: 0 30px 90px rgba(0, 0, 0, .38);
    --shadow-soft: 0 18px 50px rgba(0, 0, 0, .18);
    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 15% 10%, rgba(232, 60, 53, .18), transparent 28%),
        radial-gradient(circle at 88% 6%, rgba(243, 179, 34, .18), transparent 24%),
        radial-gradient(circle at 72% 90%, rgba(47, 109, 61, .20), transparent 30%),
        var(--black);
    color: var(--cream);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

.site-shell {
    position: relative;
    width: min(100%, 1840px);
    min-height: 100vh;
    margin: 0 auto;
    background:
        linear-gradient(135deg, rgba(255, 243, 223, .035), transparent 35%),
        var(--black);
}

.site-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .26;
    background-image: url('../img/brush-red-yellow-green.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(1px);
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 34px;
    min-height: 92px;
    padding: 0 clamp(18px, 4vw, 70px);
    border-bottom: 1px solid var(--line);
    background: rgba(6, 7, 4, .78);
    backdrop-filter: blur(20px);
}

.brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    color: var(--cream);
    font-family: Caveat, cursive;
    font-size: clamp(36px, 3vw, 52px);
    font-weight: 700;
    line-height: 1;
}

.brand i {
    position: absolute;
    left: 22px;
    bottom: -7px;
    z-index: -1;
    width: 76px;
    height: 12px;
    border-radius: 999px;
    background: var(--yellow);
    transform: rotate(-5deg);
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.2vw, 40px);
    margin-left: auto;
}

.desktop-nav a {
    position: relative;
    padding: 12px 0;
    color: rgba(255, 243, 223, .82);
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .01em;
}

.desktop-nav a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 4px;
    border-radius: 999px;
    background: var(--red);
    transition: .22s ease;
}

.desktop-nav a.active,
.desktop-nav a:hover {
    color: var(--cream);
}

.desktop-nav a.active::after,
.desktop-nav a:hover::after {
    right: 0;
    left: 0;
}

.top-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 900;
    line-height: 1;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.top-cta,
.btn.green {
    color: #fff;
    background: linear-gradient(135deg, var(--green), #204e2c);
    box-shadow: 0 18px 34px rgba(47, 109, 61, .25);
}

.btn.red {
    color: #fff;
    background: linear-gradient(135deg, var(--red), #bf221f);
    box-shadow: 0 18px 34px rgba(232, 60, 53, .25);
}

.btn.yellow {
    color: #161306;
    background: linear-gradient(135deg, var(--yellow), #ffd66c);
    box-shadow: 0 18px 34px rgba(243, 179, 34, .25);
}

.btn.ghost {
    color: var(--cream);
    border: 1px solid rgba(255, 243, 223, .30);
    background: rgba(255, 243, 223, .08);
}

.top-cta:hover,
.btn:hover {
    transform: translateY(-2px);
}

.page-wrap {
    padding: clamp(18px, 3vw, 42px);
}

.lux-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(255, 243, 223, .11), rgba(255, 243, 223, .035)),
        rgba(12, 14, 9, .84);
    box-shadow: var(--shadow);
}

.hero-lux {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
    min-height: clamp(680px, 82vh, 940px);
    isolation: isolate;
}

.hero-lux::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: url('../img/lux-hero-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: .36;
}

.hero-lux::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(6, 7, 4, .96) 0%, rgba(6, 7, 4, .80) 42%, rgba(6, 7, 4, .32) 100%),
        radial-gradient(circle at 80% 24%, rgba(243, 179, 34, .18), transparent 28%);
}

.side-note {
    position: absolute;
    top: 145px;
    bottom: 110px;
    left: 34px;
    display: flex;
    align-items: center;
    color: rgba(255, 243, 223, .60);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .34em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 7vw, 120px) clamp(30px, 6vw, 110px);
    padding-left: clamp(70px, 8vw, 150px);
}

.eyebrow,
.mini-kicker {
    margin: 0 0 18px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .22em;
    line-height: 1.6;
    text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1,
.section-heading h2,
.gallery-filter h1,
.request-copy h1,
.contact-page h1,
.about-intro h1 {
    margin: 0;
    color: var(--cream);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    letter-spacing: -.055em;
    line-height: .92;
}

.hero-copy h1 {
    max-width: 760px;
    font-size: clamp(72px, 8.5vw, 168px);
}

.script,
.hero-copy h1 span,
.gallery-filter h1 span,
.request-copy h1 span,
.contact-page h1 span,
.about-intro h1 span {
    display: block;
    color: var(--red);
    font-family: Caveat, cursive;
    font-weight: 700;
    letter-spacing: -.02em;
}

.hand-line {
    width: 150px;
    height: 8px;
    margin: 24px 0 28px;
    border-radius: 999px;
    background: var(--yellow);
    transform: rotate(-3deg);
}

.lead {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 243, 223, .78);
    font-size: clamp(16px, 1.15vw, 21px);
    line-height: 1.9;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 38px;
}

.text-link {
    position: relative;
    display: inline-flex;
    padding: 12px 0;
    color: var(--cream);
    font-weight: 950;
}

.text-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 4px;
    border-radius: 999px;
    background: var(--green-bright);
}

.socials {
    display: flex;
    gap: 18px;
    margin-top: 36px;
}

.socials i,
.socials span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 243, 223, .18);
    border-radius: 50%;
    color: var(--cream);
    background: rgba(255, 243, 223, .07);
}

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 4vw, 70px);
}

.hero-frame {
    position: relative;
    width: min(100%, 790px);
    border: 1px solid rgba(255, 243, 223, .22);
    border-radius: 34px;
    background: rgba(255, 243, 223, .08);
    box-shadow: 0 40px 100px rgba(0, 0, 0, .38);
    transform: rotate(-1deg);
}

.hero-frame img {
    width: 100%;
    aspect-ratio: 4 / 3.2;
    object-fit: cover;
    border: 12px solid rgba(255, 248, 237, .92);
    border-radius: 34px;
}

.hero-badge {
    position: absolute;
    right: -30px;
    top: 42%;
    display: grid;
    width: 124px;
    height: 124px;
    place-items: center;
    border: 8px solid rgba(255, 243, 223, .26);
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-family: Caveat, cursive;
    font-size: 40px;
    font-weight: 700;
    box-shadow: var(--shadow-soft);
}

.feature-ribbon {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.feature-ribbon article,
.process-strip article,
.contact-cards a,
.styled-form,
.story-card,
.gallery-panel,
.promise-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(135deg, rgba(255, 243, 223, .12), rgba(255, 243, 223, .045)),
        rgba(13, 16, 10, .88);
    box-shadow: var(--shadow-soft);
}

.feature-ribbon article {
    min-height: 132px;
    padding: 24px;
}

.feature-ribbon i,
.process-strip i,
.steps i {
    color: var(--yellow);
    font-size: 27px;
}

.feature-ribbon strong,
.process-strip strong {
    display: block;
    margin-top: 14px;
    color: var(--cream);
    font-weight: 950;
    line-height: 1.35;
}

.feature-ribbon span,
.process-strip span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 243, 223, .66);
    font-size: 14px;
    line-height: 1.65;
}

.gallery-taste,
.about-split,
.request-page,
.contact-page,
.gallery-page {
    display: grid;
    gap: clamp(20px, 3vw, 44px);
    margin-top: 22px;
    padding: clamp(24px, 4vw, 58px);
}

.gallery-taste {
    grid-template-columns: .72fr 1.28fr;
}

.section-heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.section-heading h2 {
    font-size: clamp(42px, 5vw, 92px);
}

.section-heading p:not(.mini-kicker) {
    max-width: 460px;
    color: rgba(255, 243, 223, .70);
    font-size: 16px;
    line-height: 1.8;
}

.mini-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.art-tile,
.art-card {
    overflow: hidden;
    border: 1px solid rgba(255, 243, 223, .14);
    border-radius: 22px;
    background: rgba(255, 243, 223, .07);
    box-shadow: var(--shadow-soft);
}

.art-tile img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.art-tile div,
.art-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px 16px;
}

.art-tile strong,
.art-card strong {
    color: var(--cream);
    line-height: 1.3;
}

.art-tile span,
.art-card span {
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
}

.home-story {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.story-card {
    padding: 28px;
}

.story-card h3 {
    margin: 0 0 12px;
    color: var(--cream);
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 1.1;
}

.story-card p {
    margin: 0;
    color: rgba(255, 243, 223, .68);
    line-height: 1.75;
}

.story-card.green {
    border-color: rgba(105, 189, 101, .32);
    background: linear-gradient(135deg, rgba(47, 109, 61, .72), rgba(10, 16, 9, .90));
}

.story-card.red {
    border-color: rgba(232, 60, 53, .30);
}

.story-card.yellow {
    border-color: rgba(243, 179, 34, .35);
}

.process-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.process-strip article {
    min-height: 138px;
    padding: 22px;
}

.about-intro {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    align-items: center;
    gap: 42px;
    padding: clamp(28px, 5vw, 70px);
}

.about-intro h1 {
    font-size: clamp(54px, 7vw, 116px);
}

.about-photo-stack {
    position: relative;
}

.about-photo-stack img {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
    border: 10px solid var(--paper);
    border-radius: 34px;
    box-shadow: var(--shadow);
}

.about-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.promise-card {
    padding: 28px;
}

.promise-card h3 {
    margin: 0 0 12px;
    color: var(--cream);
    font-family: "Playfair Display", serif;
    font-size: 31px;
    line-height: 1.15;
}

.promise-card p,
.about-intro p {
    color: rgba(255, 243, 223, .72);
    line-height: 1.85;
}

.gallery-page {
    grid-template-columns: 330px minmax(0, 1fr);
}

.gallery-filter {
    position: sticky;
    top: 118px;
    align-self: start;
}

.gallery-filter h1 {
    margin-bottom: 24px;
    font-size: clamp(46px, 5vw, 82px);
}

.gallery-filter p {
    color: rgba(255, 243, 223, .72);
    line-height: 1.8;
}

.gallery-filter a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: rgba(255, 243, 223, .78);
    background: rgba(255, 243, 223, .06);
    font-weight: 850;
}

.gallery-filter a.active,
.gallery-filter a:hover {
    color: #fff;
    border-color: rgba(105, 189, 101, .38);
    background: var(--green);
}

.gallery-filter em {
    display: block;
    margin-top: 34px;
    color: var(--yellow);
    font-family: Caveat, cursive;
    font-size: 39px;
    font-style: normal;
    line-height: 1.06;
}

.gallery-showcase {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.art-card {
    position: relative;
    cursor: zoom-in;
}

.art-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: transform .3s ease;
}

.art-card:hover img {
    transform: scale(1.045);
}

.pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pager a,
.pager span {
    min-height: 44px;
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 243, 223, .08);
    color: var(--cream);
    font-weight: 850;
}

.pager a:hover {
    background: var(--green);
}

.request-page {
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
}

.request-copy h1,
.contact-page h1 {
    font-size: clamp(54px, 7vw, 110px);
}

.steps {
    display: grid;
    gap: 14px;
    margin: 32px 0;
}

.steps span {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 243, 223, .74);
    font-weight: 800;
}

.request-photo,
.contact-art {
    width: 100%;
    border: 10px solid var(--paper);
    border-radius: 34px;
    box-shadow: var(--shadow);
}

.contact-page {
    grid-template-columns: .9fr 1.1fr;
    align-items: start;
}

.contact-cards {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.contact-cards a {
    display: grid;
    grid-template-columns: 46px 1fr 30px;
    align-items: center;
    gap: 16px;
    padding: 18px;
}

.contact-cards small {
    color: rgba(255, 243, 223, .62);
}

.styled-form {
    display: grid;
    gap: 14px;
    padding: clamp(22px, 3vw, 34px);
}

.styled-form input,
.styled-form textarea,
.styled-form select {
    width: 100%;
    min-height: 54px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 243, 223, .18);
    border-radius: 16px;
    outline: none;
    color: var(--cream);
    background: rgba(255, 243, 223, .07);
}

.styled-form textarea {
    min-height: 150px;
    resize: vertical;
    line-height: 1.7;
}

.styled-form input:focus,
.styled-form textarea:focus,
.styled-form select:focus {
    border-color: rgba(243, 179, 34, .65);
    box-shadow: 0 0 0 4px rgba(243, 179, 34, .12);
}

.modal-backdrop,
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, .76);
    backdrop-filter: blur(14px);
}

.modal-backdrop[hidden],
.lightbox[hidden] {
    display: none;
}

.modal-box {
    position: relative;
    width: min(100%, 720px);
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: 34px;
    background:
        radial-gradient(circle at 100% 0%, rgba(243, 179, 34, .12), transparent 38%),
        var(--black-soft);
    box-shadow: var(--shadow);
}

.modal-box h2 {
    margin: 0 0 20px;
    color: var(--cream);
    font-family: "Playfair Display", serif;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1;
}

.modal-close,
.lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--cream);
    background: rgba(255, 243, 223, .08);
    cursor: pointer;
    font-size: 24px;
}

.lightbox-inner {
    position: relative;
    width: min(100%, 1200px);
}

.lightbox img {
    width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border: 8px solid var(--paper);
    border-radius: 26px;
    background: var(--paper);
}

.lightbox-caption {
    margin-top: 14px;
    color: var(--cream);
    text-align: center;
    font-weight: 900;
}

.toast-stack {
    position: fixed;
    top: 106px;
    right: 20px;
    z-index: 300;
    display: grid;
    gap: 12px;
    width: min(420px, calc(100vw - 40px));
}

.toast {
    position: relative;
    padding: 18px 48px 18px 18px;
    border-radius: 18px;
    color: #fff;
    background: var(--green);
    box-shadow: var(--shadow-soft);
    font-weight: 800;
    line-height: 1.55;
}

.toast.error {
    background: var(--red);
}

.toast button {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-size: 22px;
}

.footer {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 38px 20px 48px;
    color: rgba(255, 243, 223, .60);
    line-height: 1.6;
}

.mobile-app-nav {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: 16px;
    z-index: 100;
    display: none;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 10px;
    border: 1px solid rgba(255, 243, 223, .18);
    border-radius: 26px;
    background: rgba(6, 7, 4, .86);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .50);
    backdrop-filter: blur(18px);
}

.mobile-app-nav a {
    display: grid;
    gap: 5px;
    place-items: center;
    min-height: 58px;
    border-radius: 18px;
    color: rgba(255, 243, 223, .58);
    font-size: 11px;
    font-weight: 850;
}

.mobile-app-nav i {
    font-size: 20px;
}

.mobile-app-nav a.active {
    color: #fff;
    background: var(--green);
}

.empty {
    padding: 28px;
    border: 1px dashed var(--line);
    border-radius: 22px;
    color: rgba(255, 243, 223, .70);
    text-align: center;
}

@media (max-width: 1100px) {
    .desktop-nav,
    .top-cta {
        display: none;
    }

    .topbar {
        min-height: 74px;
    }

    .mobile-app-nav {
        display: grid;
    }

    .page-wrap {
        padding: 14px 14px 110px;
    }

    .hero-lux,
    .gallery-taste,
    .about-intro,
    .gallery-page,
    .request-page,
    .contact-page {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        padding: 46px 24px 24px;
    }

    .side-note,
    .gallery-filter {
        position: relative;
        top: auto;
        writing-mode: initial;
        transform: none;
        left: auto;
        bottom: auto;
        margin: 0 0 18px;
    }

    .hero-lux {
        min-height: auto;
    }

    .feature-ribbon,
    .home-story,
    .about-columns,
    .process-strip {
        grid-template-columns: 1fr 1fr;
    }

    .mini-gallery-grid,
    .gallery-showcase {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .brand {
        font-size: 34px;
    }

    .hero-copy h1 {
        font-size: 66px;
    }

    .feature-ribbon,
    .home-story,
    .about-columns,
    .process-strip,
    .mini-gallery-grid,
    .gallery-showcase {
        grid-template-columns: 1fr;
    }

    .hero-frame img,
    .request-photo,
    .contact-art,
    .about-photo-stack img {
        border-width: 6px;
        border-radius: 24px;
    }

    .hero-badge {
        right: 12px;
        width: 84px;
        height: 84px;
        font-size: 30px;
        border-width: 5px;
    }

    .art-tile img,
    .art-card img {
        height: 300px;
    }

    .footer {
        padding-bottom: 112px;
        flex-direction: column;
        text-align: center;
    }
}
