:root {
    --ink-950: #101218;
    --ink-900: #191b24;
    --ink-800: #252838;
    --ink-700: #383c50;
    --slate-500: #676d82;
    --sand-50: #fcf9f4;
    --sand-100: #f6f1e9;
    --sand-200: #eadfcd;
    --champagne-500: #c79a61;
    --champagne-600: #ab7f48;
    --rose-500: #855267;
    --white: #ffffff;
    --shadow-soft: 0 15px 40px rgba(16, 18, 24, 0.08);
    --shadow-card: 0 22px 54px rgba(16, 18, 24, 0.12);
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 10px;
    --container: 1220px;
    --transition: 220ms ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Inter", "Segoe UI", Roboto, -apple-system, sans-serif;
    color: var(--ink-800);
    line-height: 1.65;
    background: linear-gradient(180deg, #f8f2e8 0%, #fffdf9 34%, #ffffff 100%);
}

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

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

h1,
h2,
h3,
h4 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.15;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.container {
    width: min(var(--container), calc(100% - 3rem));
    margin-inline: auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    z-index: 2000;
    padding: 0.75rem 1rem;
    color: var(--white);
    background: var(--ink-900);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
}

.skip-link:focus {
    left: 1rem;
}

.ambient-glow {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
        radial-gradient(45rem 45rem at 92% 0%, rgba(199, 154, 97, 0.2), transparent 58%),
        radial-gradient(32rem 32rem at 5% 32%, rgba(133, 82, 103, 0.12), transparent 60%);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1200;
    border-bottom: 1px solid rgba(37, 40, 56, 0.08);
    background: rgba(252, 249, 244, 0.86);
    backdrop-filter: blur(16px);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 82px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.brand-mark {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: linear-gradient(140deg, var(--rose-500), var(--champagne-500));
    box-shadow: 0 8px 20px rgba(133, 82, 103, 0.35);
}

.brand-text {
    display: grid;
    gap: 0.1rem;
}

.brand-text strong {
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    color: var(--ink-900);
}

.brand-text small {
    color: var(--slate-500);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    font-size: 0.93rem;
    font-weight: 600;
    color: var(--ink-700);
}

.primary-nav a {
    position: relative;
    transition: color var(--transition);
}

.primary-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--rose-500), var(--champagne-500));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--transition);
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
    color: var(--ink-900);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
    transform: scaleX(1);
}

.primary-nav .nav-cta {
    padding: 0.62rem 1rem;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(135deg, var(--rose-500), var(--champagne-600));
    box-shadow: 0 10px 24px rgba(133, 82, 103, 0.24);
}

.primary-nav .nav-cta::after {
    display: none;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(37, 40, 56, 0.18);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    padding: 0;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink-900);
    margin: 5px auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: var(--slate-500);
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 0.75rem;
    font-weight: 700;
}

.eyebrow::before {
    content: "";
    width: 2.1rem;
    height: 1px;
    background: linear-gradient(90deg, var(--rose-500), var(--champagne-500));
}

.hero {
    padding: clamp(4.75rem, 8vw, 7rem) 0 4.2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    align-items: center;
    gap: clamp(2rem, 3vw, 3.4rem);
}

.hero-copy h1 {
    font-size: clamp(2rem, 3.8vw, 3.55rem);
    color: var(--ink-900);
    max-width: 17ch;
    text-wrap: balance;
}

.hero-description {
    margin-top: 1.25rem;
    max-width: 60ch;
    color: var(--ink-700);
    font-size: 1.04rem;
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.74rem 1.3rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
}

.btn-primary {
    color: var(--white);
    background: linear-gradient(145deg, var(--ink-900), var(--rose-500));
    box-shadow: 0 14px 28px rgba(25, 27, 36, 0.25);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    box-shadow: 0 18px 36px rgba(25, 27, 36, 0.3);
}

.btn-secondary {
    color: var(--ink-900);
    border-color: rgba(37, 40, 56, 0.2);
    background: rgba(255, 255, 255, 0.8);
}

.stat-grid {
    margin-top: 2.1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.stat-grid article {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(37, 40, 56, 0.08);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--champagne-600);
}

.stat-grid p {
    margin-top: 0.25rem;
    font-size: 0.84rem;
    color: var(--slate-500);
}

.hero-media {
    position: relative;
    min-height: 560px;
    padding: 1.5rem;
}

.hero-main {
    height: 100%;
    min-height: 500px;
    border-radius: 30px 30px 120px 30px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.hero-float {
    position: absolute;
    width: min(45%, 230px);
    height: 180px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    border: 5px solid var(--white);
}

.hero-float-top {
    top: 1.1rem;
    right: -1.1rem;
}

.hero-float-bottom {
    left: -0.6rem;
    bottom: 3.7rem;
}

.hero-note {
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    width: min(70%, 320px);
    border-radius: 18px;
    padding: 1rem 1.1rem;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.97), rgba(246, 241, 233, 0.94));
    border: 1px solid rgba(37, 40, 56, 0.09);
    box-shadow: var(--shadow-soft);
}

.hero-note span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--champagne-600);
    font-weight: 700;
}

.hero-note p {
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: var(--ink-700);
}

.trust-band {
    padding: 1rem 0 4rem;
}

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

.trust-grid article {
    padding: 1.35rem 1.2rem;
    border-radius: var(--radius-md);
    background: var(--white);
    border: 1px solid rgba(37, 40, 56, 0.08);
    box-shadow: var(--shadow-soft);
}

.trust-grid h3 {
    font-size: 1.1rem;
    color: var(--ink-900);
}

.trust-grid p {
    margin-top: 0.55rem;
    color: var(--slate-500);
    font-size: 0.9rem;
}

section {
    padding: clamp(3.8rem, 8vw, 6.6rem) 0;
}

.section-head {
    max-width: 58rem;
    margin-bottom: 2rem;
}

.section-head h2 {
    font-size: clamp(1.9rem, 3vw, 2.85rem);
    color: var(--ink-900);
    text-wrap: balance;
}

.about {
    background: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 3vw, 3.6rem);
    align-items: center;
}

.about-collage {
    min-height: 560px;
    position: relative;
}

.about-card {
    position: absolute;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--shadow-card);
}

.about-card-main {
    inset: 0 5rem 7.2rem 0;
}

.about-card-sub {
    width: 48%;
    height: 44%;
    right: 0;
    top: 0.9rem;
    border: 5px solid var(--white);
}

.about-card-accent {
    width: 56%;
    height: 41%;
    right: 0.7rem;
    bottom: 0;
    border: 5px solid var(--white);
}

.about-content h2 {
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    color: var(--ink-900);
    text-wrap: balance;
}

.about-content > p {
    margin-top: 1.1rem;
    color: var(--ink-700);
}

.about-points {
    list-style: none;
    margin-top: 1.4rem;
    display: grid;
    gap: 0.95rem;
}

.about-points li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--ink-700);
}

.about-points li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0.03rem;
    color: var(--champagne-600);
    font-size: 0.78rem;
}

.link-arrow {
    margin-top: 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--rose-500);
    font-weight: 700;
    font-size: 0.93rem;
}

.link-arrow::after {
    content: "→";
    transform: translateY(-0.02em);
}

.services {
    color: var(--white);
    background:
        radial-gradient(26rem 26rem at 8% 0%, rgba(199, 154, 97, 0.22), transparent 68%),
        linear-gradient(120deg, #171924 0%, #212435 54%, #171924 100%);
}

.services .section-head h2 {
    color: var(--white);
}

.services .eyebrow {
    color: #c8ccdc;
}

.services .eyebrow::before {
    background: linear-gradient(90deg, #dfc092, #c28aa0);
}

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

.service-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(2px);
    box-shadow: 0 18px 34px rgba(8, 10, 15, 0.28);
}

.service-card figure {
    height: 220px;
}

.service-body {
    padding: 1.25rem 1.2rem 1.35rem;
}

.service-body h3 {
    font-size: 1.35rem;
    color: #f6f8ff;
}

.service-body p {
    margin-top: 0.6rem;
    color: #c4c9d8;
    font-size: 0.96rem;
}

.catalog {
    background: var(--sand-100);
}

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

.catalog-grid article {
    background: var(--white);
    border-radius: 18px;
    padding-bottom: 1rem;
    border: 1px solid rgba(37, 40, 56, 0.08);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.catalog-grid img {
    aspect-ratio: 1 / 1;
}

.catalog-grid h3 {
    margin: 0.9rem 0 0;
    padding: 0 0.95rem;
    font-size: 1.15rem;
    color: var(--ink-900);
}

.catalog-grid p {
    margin-top: 0.45rem;
    padding: 0 0.95rem;
    font-size: 0.9rem;
    color: var(--slate-500);
}

.education {
    color: var(--white);
    background: linear-gradient(140deg, #1c1f2b 0%, #3d3244 100%);
}

.education .eyebrow {
    color: #e5e0ec;
}

.education .eyebrow::before {
    background: linear-gradient(90deg, #d8ad74, #cf8ca3);
}

.education-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 1.4rem;
    align-items: center;
}

.education-copy h2 {
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    text-wrap: balance;
}

.education-copy > p {
    margin-top: 1rem;
    color: #d4d8e7;
}

.edu-list {
    margin: 1.35rem 0 1.7rem;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.edu-list li {
    position: relative;
    padding-left: 1.25rem;
    color: #eceef7;
    font-size: 0.95rem;
}

.edu-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.56rem;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #ddb983;
}

.education-media {
    display: grid;
    gap: 0.9rem;
}

.education-main {
    height: 330px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(7, 7, 10, 0.34);
}

.education-subgrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.education-subgrid figure {
    height: 150px;
    border-radius: 14px;
    overflow: hidden;
}

.showcase {
    background: var(--white);
}

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

.shot {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 14px;
}

.shot-wide {
    grid-column: span 2;
}

.shot::after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(180deg, transparent, rgba(16, 18, 24, 0.75));
}

.shot figcaption {
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.8rem;
    z-index: 1;
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.studio-details {
    color: var(--white);
    background:
        radial-gradient(22rem 20rem at 88% 16%, rgba(216, 173, 116, 0.24), transparent 62%),
        linear-gradient(125deg, #151721, #2a2431);
}

.studio-details .section-head h2 {
    color: var(--white);
}

.studio-details .eyebrow {
    color: #ded5e9;
}

.studio-details .eyebrow::before {
    background: linear-gradient(90deg, #cf9f66, #ab6e86);
}

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

.detail-grid figure {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.05);
}

.detail-grid img {
    height: 260px;
}

.detail-grid figcaption {
    padding: 0.9rem 0.95rem 1rem;
    color: #eaedf7;
    font-size: 0.9rem;
}

.contact {
    background: linear-gradient(180deg, #fcfaf6 0%, #f6f1e9 100%);
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 1.3rem;
    align-items: start;
}

.contact-panel {
    background: var(--ink-900);
    color: var(--white);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: var(--shadow-card);
}

.contact-panel h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.2rem);
}

.contact-panel > p {
    margin-top: 0.9rem;
    color: #d8dbea;
}

.contact-panel ul {
    list-style: none;
    margin-top: 1.25rem;
    display: grid;
    gap: 0.75rem;
    color: #f1f2fa;
    font-size: 0.94rem;
}

.contact-panel strong {
    color: #d8ad74;
}

.contact-form-wrap {
    border-radius: 20px;
    padding: 1.5rem;
    background: var(--white);
    border: 1px solid rgba(37, 40, 56, 0.11);
    box-shadow: var(--shadow-soft);
}

.contact-form-wrap h3 {
    font-size: 1.45rem;
    color: var(--ink-900);
}

.contact-form {
    margin-top: 1rem;
}

.form-row {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
}

.form-row label {
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--ink-700);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(37, 40, 56, 0.16);
    border-radius: 10px;
    padding: 0.78rem 0.85rem;
    font: inherit;
    color: var(--ink-900);
    background: #fdfcf9;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--rose-500);
    box-shadow: 0 0 0 3px rgba(133, 82, 103, 0.18);
}

.site-footer {
    background: #0f1118;
    color: #c9ccda;
    padding: 2.3rem 0;
}

.footer-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.25rem;
    align-items: center;
}

.footer-brand {
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.9rem;
}

.footer-nav a {
    color: #d8dbe8;
}

.footer-copy {
    margin-top: 0.45rem;
    grid-column: 1 / -1;
    font-size: 0.83rem;
    color: #97a0ba;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--rose-500);
    outline-offset: 2px;
}

@media (max-width: 1080px) {
    .hero-grid,
    .about-grid,
    .education-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-media {
        min-height: 500px;
    }

    .about-collage {
        min-height: 500px;
        max-width: 680px;
    }

    .catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

@media (max-width: 860px) {
    .menu-toggle {
        display: inline-block;
    }

    .primary-nav {
        position: absolute;
        top: calc(100% + 0.45rem);
        left: 1.5rem;
        right: 1.5rem;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9rem;
        padding: 1rem;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(37, 40, 56, 0.12);
        box-shadow: var(--shadow-soft);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav .nav-cta {
        width: 100%;
        justify-content: center;
    }

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

    .hero-media {
        padding: 0.8rem 0.6rem 1.4rem;
    }

    .hero-main {
        min-height: 430px;
    }

    .hero-float {
        width: min(44%, 180px);
        height: 140px;
    }

    .hero-float-top {
        right: 0;
    }

    .hero-float-bottom {
        left: 0;
    }

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

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

    .shot-wide {
        grid-column: span 2;
    }

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

    .education-subgrid {
        grid-template-columns: 1fr;
    }

    .education-subgrid figure {
        height: 180px;
    }

    .footer-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .container {
        width: min(var(--container), calc(100% - 1.4rem));
    }

    .hero {
        padding-top: 4rem;
    }

    .hero-main {
        min-height: 360px;
        border-radius: 20px;
    }

    .hero-float {
        display: none;
    }

    .hero-note {
        position: static;
        width: 100%;
        margin-top: 0.8rem;
    }

    .about-collage {
        min-height: 410px;
    }

    .about-card-main {
        inset: 0 0 8.6rem 0;
    }

    .about-card-sub,
    .about-card-accent {
        width: 48%;
        height: 40%;
    }

    .about-card-sub {
        top: auto;
        bottom: 0;
        left: 0;
    }

    .about-card-accent {
        right: 0;
        bottom: 0;
    }

    .trust-grid,
    .catalog-grid,
    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .shot-wide {
        grid-column: span 1;
    }

    .shot {
        height: 250px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
