/* ===========================
   SHARED INNER PAGE STYLES
   =========================== */

/* Page Hero */
.page-hero {
    height: 50vh;
    min-height: 340px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.page-hero .section-bg {
    background-position: center top;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 8% 8%;
}

.page-eyebrow {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

.page-title {
    font-family: var(--font-serif);
    font-size: clamp(3.2rem, 7vw, 6.5rem);
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 1;
    color: var(--white);
}

/* Container */
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
}

/* ===========================
   O NAMA PAGE
   =========================== */

/* Intro section */
.about-section {
    background: var(--black);
    padding: 130px 0 110px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 110px;
    align-items: start;
}

.about-heading {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--white);
    margin-bottom: 44px;
    line-height: 1.2;
}

.about-body p {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.04em;
    color: rgba(245, 240, 235, 0.6);
    margin-bottom: 26px;
}

.about-body p:last-child { margin-bottom: 0; }

.about-image-wrap {
    position: sticky;
    top: 110px;
}

.about-image-wrap img {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    display: block;
    filter: brightness(0.92);
}

/* Stats strip */
.stats-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 70px 0;
    background: var(--dark);
}

.stats-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.stat {
    text-align: center;
    padding: 10px 30px;
}

.stat + .stat {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.stat-number {
    display: block;
    font-family: var(--font-serif);
    font-size: clamp(3rem, 5.5vw, 5rem);
    font-weight: 300;
    letter-spacing: 0.04em;
    color: var(--white);
    line-height: 1;
    margin-bottom: 12px;
}

.stat-label {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.35);
}

/* Mission section */
.mission-section {
    background: var(--black);
    padding: 130px 0 120px;
}

.mission-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 110px;
    align-items: center;
}

.mission-heading {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--white);
    margin-bottom: 38px;
    line-height: 1.2;
}

.mission-quote {
    font-family: var(--font-serif);
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.75;
    color: rgba(245, 240, 235, 0.85);
    border-left: 1px solid var(--accent);
    padding-left: 28px;
    margin-bottom: 38px;
    letter-spacing: 0.02em;
}

.mission-body p {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.04em;
    color: rgba(245, 240, 235, 0.6);
    margin-bottom: 22px;
}

.mission-body p:last-child { margin-bottom: 0; }

.mission-image-wrap img {
    width: 100%;
    aspect-ratio: 2/3;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
}

/* ===========================
   COLLECTION PAGES
   =========================== */

.coll-intro {
    background: var(--black);
    padding: 100px 0 90px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.coll-eyebrow {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

.coll-heading {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--white);
    margin-bottom: 34px;
    line-height: 1.2;
}

.coll-body p {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.04em;
    color: rgba(245, 240, 235, 0.6);
    margin-bottom: 20px;
}

.coll-body p:last-child { margin-bottom: 0; }

/* Text + image split */
.coll-split {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
    display: grid;
    gap: 100px;
    align-items: center;
}

.coll-split.img-right { grid-template-columns: 1fr 400px; }
.coll-split.img-left  { grid-template-columns: 420px 1fr; }

.coll-split-img img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
    filter: brightness(0.9);
}

/* Centered text only */
.coll-text-only {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 8%;
    text-align: center;
}

/* Feature image */
.coll-feature {
    background: var(--black);
    padding: 0 0 90px;
}

.coll-feature-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
}

.coll-feature-inner img {
    width: 100%;
    height: 58vh;
    object-fit: cover;
    display: block;
    filter: brightness(0.88);
}

/* Product block — Antico */
.product-block {
    background: var(--black);
    padding: 90px 0 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.product-block-header {
    max-width: 1300px;
    margin: 0 auto 44px;
    padding: 0 8%;
}

.product-block-name {
    font-family: var(--font-serif);
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
    margin-top: 10px;
}

/* Lual dual sections */
.lual-section {
    background: var(--black);
    padding: 90px 0 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lual-section-header {
    max-width: 1300px;
    margin: 0 auto 44px;
    padding: 0 8%;
}

.lual-section-title {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 300;
    letter-spacing: 0.14em;
    color: var(--white);
    line-height: 1;
    margin-top: 10px;
}

/* Responsive — collection pages */
@media (max-width: 1024px) {
    .coll-split.img-right,
    .coll-split.img-left {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .coll-split.img-left .coll-split-img { order: -1; }

    .coll-split-img img {
        aspect-ratio: 16/9;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .coll-intro { padding: 70px 0 60px; }
    .product-block { padding: 60px 0; }
    .lual-section { padding: 60px 0; }
    .coll-feature-inner img { height: 35vh; }
}

/* ===========================
   BLOG LISTING
   =========================== */
.blog-listing {
    background: var(--black);
    padding: 100px 0 110px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-intro {
    max-width: 680px;
    margin: 0 auto 80px;
    padding: 0 8%;
    text-align: center;
}

.blog-intro p {
    font-family: var(--font-serif);
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.8;
    color: rgba(245, 240, 235, 0.72);
}

.blog-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.blog-card {
    text-decoration: none;
    display: block;
}

.blog-card-img {
    overflow: hidden;
    margin-bottom: 22px;
}

.blog-card-img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    transition: transform 0.7s var(--ease), filter 0.4s var(--ease);
    filter: brightness(0.88);
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.04);
    filter: brightness(0.7);
}

.blog-card-date {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
}

.blog-card-title {
    font-family: var(--font-serif);
    font-size: clamp(1.15rem, 1.7vw, 1.45rem);
    font-weight: 300;
    letter-spacing: 0.03em;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 1.35;
}

.blog-card-excerpt {
    font-family: var(--font-sans);
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.85;
    letter-spacing: 0.03em;
    color: rgba(245, 240, 235, 0.5);
    margin-bottom: 18px;
}

.blog-card-link {
    font-family: var(--font-sans);
    font-size: 0.66rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.45);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s var(--ease), gap 0.3s var(--ease);
}

.blog-card:hover .blog-card-link {
    color: var(--white);
    gap: 14px;
}

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

@media (max-width: 560px) {
    .blog-grid { grid-template-columns: 1fr; }
}

/* ===========================
   BLOG POST PAGE
   =========================== */
.blog-post {
    background: var(--black);
    padding: 90px 0 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-post-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 8%;
}

.blog-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-sans);
    font-size: 0.66rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.38);
    text-decoration: none;
    margin-bottom: 52px;
    transition: color 0.3s var(--ease), gap 0.3s var(--ease);
}

.blog-back:hover { color: var(--white); gap: 14px; }

.blog-post-date {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 18px;
}

.blog-post-title {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 300;
    letter-spacing: 0.04em;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 56px;
}

.blog-post-body h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--white);
    margin: 52px 0 20px;
    line-height: 1.3;
}

.blog-post-body p {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 2.05;
    letter-spacing: 0.04em;
    color: rgba(245, 240, 235, 0.62);
    margin-bottom: 22px;
}

.blog-post-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px;
}

.blog-post-body ul li {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.04em;
    color: rgba(245, 240, 235, 0.62);
    padding-left: 22px;
    position: relative;
    margin-bottom: 6px;
}

.blog-post-body ul li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--accent);
}

.blog-post-img {
    margin: 52px 0;
}

.blog-post-img img {
    width: 100%;
    display: block;
    filter: brightness(0.9);
}

/* Related posts */
.blog-related {
    background: var(--black);
    padding: 0 0 100px;
    border-top: none;
}

.blog-related-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
}

.blog-related-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 8% 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-related-heading {
    font-family: var(--font-serif);
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    font-weight: 300;
    letter-spacing: 0.08em;
    color: var(--white);
    margin-bottom: 48px;
}

.blog-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.blog-related-grid .blog-card-img img {
    aspect-ratio: 16/9;
}

.blog-related-grid .blog-card-title {
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
}

@media (max-width: 600px) {
    .blog-related-grid { grid-template-columns: 1fr; }
}

/* ===========================
   CONTACT PAGE
   =========================== */
.contact-section {
    background: var(--black);
    padding: 100px 0 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contact-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 8%;
}

.contact-heading {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 300;
    letter-spacing: 0.08em;
    color: var(--accent);
    margin-bottom: 12px;
}

.contact-subtext {
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: rgba(245, 240, 235, 0.5);
    margin-bottom: 56px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.35);
}

.contact-label .required-star {
    color: #c0392b;
    margin-left: 2px;
}

.contact-input,
.contact-textarea {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
    padding: 16px 18px;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    outline: none;
    width: 100%;
    transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
    border-radius: 0;
    -webkit-appearance: none;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: rgba(245, 240, 235, 0.2);
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

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

.contact-submit {
    background: var(--white);
    color: var(--black);
    border: none;
    padding: 16px 32px;
    font-family: var(--font-sans);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s var(--ease), color 0.3s var(--ease);
    align-self: flex-start;
    margin-top: 8px;
}

.contact-submit:hover {
    background: var(--accent);
}

.contact-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 52px 0;
    color: rgba(245, 240, 235, 0.2);
    font-family: var(--font-sans);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.contact-divider::before,
.contact-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.contact-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 18px 32px;
    text-decoration: none;
    font-family: var(--font-serif);
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 300;
    letter-spacing: 0.06em;
    color: var(--white);
    transition: border-color 0.3s var(--ease), background 0.3s var(--ease), color 0.3s var(--ease);
}

.contact-phone:hover {
    border-color: var(--white);
    background: var(--white);
    color: var(--black);
}

.contact-phone-icon {
    font-size: 1rem;
    opacity: 0.7;
}

/* ===========================
   MATERIALS PAGE
   =========================== */
.materials-intro {
    background: var(--black);
    padding: 100px 0 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.materials-intro-inner {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 8%;
}

.materials-intro-inner h2 {
    font-family: var(--font-serif);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--white);
    margin-bottom: 32px;
}

.materials-intro-inner p {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.04em;
    color: rgba(245, 240, 235, 0.6);
    margin-bottom: 18px;
}

.materials-intro-inner p:last-child { margin-bottom: 0; }

.materials-section {
    background: var(--black);
    padding: 30px 0 100px;
}

.materials-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.material-item {
    cursor: pointer;
    overflow: hidden;
}

.material-item-img {
    overflow: hidden;
}

.material-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    transition: transform 0.6s var(--ease), filter 0.4s var(--ease);
    filter: brightness(0.9);
}

.material-item:hover img {
    transform: scale(1.05);
    filter: brightness(0.7);
}

.material-name {
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.5);
    padding: 12px 0 0;
    text-align: center;
    transition: color 0.3s var(--ease);
}

.material-item:hover .material-name {
    color: rgba(245, 240, 235, 0.85);
}

@media (max-width: 1024px) {
    .materials-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
    .materials-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* ===========================
   CUSTOM-MADE PAGE
   =========================== */
.custom-intro {
    background: var(--black);
    padding: 120px 0 100px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.custom-intro-inner {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 8%;
}

.custom-lead {
    font-family: var(--font-serif);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-weight: 300;
    font-style: italic;
    line-height: 1.8;
    color: rgba(245, 240, 235, 0.88);
    margin-bottom: 44px;
}

.custom-body p {
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.04em;
    color: rgba(245, 240, 235, 0.55);
    margin-bottom: 18px;
}

.custom-body p:last-child { margin-bottom: 0; }

/* Gallery sections */
.gallery-section {
    background: var(--black);
    padding: 90px 0 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.gallery-section-header {
    max-width: 1300px;
    margin: 0 auto 48px;
    padding: 0 8%;
}

.gallery-eyebrow {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
}

.gallery-section-title {
    font-family: var(--font-serif);
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    font-weight: 300;
    letter-spacing: 0.1em;
    color: var(--white);
    margin-bottom: 6px;
}

.gallery-section-subtitle {
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.3);
}

.gallery-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 8%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.gallery-item {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    transition: transform 0.7s var(--ease), filter 0.4s var(--ease);
    filter: brightness(0.85);
}

.gallery-item:hover img {
    transform: scale(1.05);
    filter: brightness(0.65);
}

/* Collapsed state — desktop: show 3 (1 row), mobile: show 2 */
.gallery-grid.collapsed .gallery-item:nth-child(n+4) {
    display: none;
}

@media (max-width: 899px) {
    .gallery-grid.collapsed .gallery-item:nth-child(n+3) {
        display: none;
    }
}

/* Toggle button */
.gallery-toggle-wrap {
    max-width: 1300px;
    margin: 28px auto 0;
    padding: 0 8%;
    display: flex;
    justify-content: center;
}

.gallery-toggle {
    background: none;
    border: 1px solid rgba(245, 240, 235, 0.18);
    color: rgba(245, 240, 235, 0.55);
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 13px 36px;
    cursor: pointer;
    transition: border-color 0.3s var(--ease), color 0.3s var(--ease);
    display: flex;
    align-items: center;
    gap: 10px;
}

.gallery-toggle::after {
    content: '↓';
    transition: transform 0.4s var(--ease);
}

.gallery-toggle.expanded::after {
    transform: rotate(180deg);
}

.gallery-toggle:hover {
    border-color: rgba(245, 240, 235, 0.5);
    color: var(--white);
}

.gallery-toggle .toggle-less  { display: none; }
.gallery-toggle.expanded .toggle-more { display: none; }
.gallery-toggle.expanded .toggle-less { display: inline; }

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.96);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s var(--ease);
}

.lightbox.open {
    opacity: 1;
    pointer-events: all;
}

.lightbox-img {
    max-width: 88vw;
    max-height: 88vh;
    object-fit: contain;
    display: block;
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 32px;
    background: none;
    border: none;
    color: var(--white);
    font-size: 2.2rem;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
    line-height: 1;
}

.lightbox-close:hover { opacity: 1; }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--white);
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}

.lightbox-prev { left: 28px; }
.lightbox-next { right: 28px; }

.lightbox-prev:hover,
.lightbox-next:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.06);
}

.lightbox-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: rgba(245, 240, 235, 0.35);
}

.lightbox-caption {
    position: absolute;
    bottom: 52px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-sans);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.85);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.55);
    padding: 8px 20px;
}

/* Gallery responsive */
@media (max-width: 900px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .lightbox-prev { left: 12px; }
    .lightbox-next { right: 12px; }
}

/* ===========================
   RESPONSIVE — INNER PAGES
   =========================== */
@media (max-width: 1024px) {
    .about-grid,
    .mission-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-image-wrap {
        position: static;
        max-width: 480px;
    }

    .mission-image-wrap {
        max-width: 480px;
        order: -1;
    }

    .mission-inner {
        direction: ltr;
    }
}

@media (max-width: 768px) {
    .page-hero {
        height: 32vh;
        min-height: 220px;
    }

    .about-section,
    .mission-section {
        padding: 80px 0;
    }

    .stats-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .stat + .stat {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
    }

    .stat { padding: 30px; }
}
