﻿:root {
    --ink: #022A28;
    --muted: #60716f;
    --violet: #b98a45;
    --violet-dark: #033431;
    --paper: #fbfcfa;
    --gold-light: #d8b273;
    --green: #033431;
    --green-deep: #022A28;
}

.services-page { min-height: 100vh; padding: 95px 0 125px; color: var(--ink); background: #f7faf7; }
.services-shell { width: min(1120px, calc(100% - 48px)); margin: auto; }
.services-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.services-intro h1 { margin: 0; color: var(--ink); font-size: clamp(36px, 5vw, 64px); font-weight: 900; line-height: 1.4; }
.services-intro h1 em, .services-list-heading h2 em, .company-feature h2 em { color: var(--violet); font-style: normal; }
.services-intro p { max-width: 330px; margin: 0 0 8px; color: var(--muted); font-size: 13px; line-height: 2.2; }
.company-feature { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 590px; overflow: hidden; margin-bottom: 120px; background: var(--green-deep); border-radius: 2px; }
.company-feature__visual { min-height: 590px; position: relative; display: grid; place-items: center; overflow: hidden; background: #ffca91; }
.company-feature__visual::after { content: ''; position: absolute; inset: 28px; border: 1px solid rgba(3,52,49,.25); pointer-events: none; }
.company-feature__visual img { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.company-feature__orbit { position: absolute; border: 1px solid rgba(3,52,49,.25); border-radius: 50%; }
.company-feature__orbit--one { width: 390px; height: 390px; }
.company-feature__orbit--two { width: 510px; height: 510px; border-color: rgba(255,255,255,.45); }
.company-feature__year { position: absolute; z-index: 2; right: 28px; bottom: 28px; padding: 9px 13px; color: white; background: var(--green); font-size: 11px; }
.company-feature__content { padding: 60px clamp(32px, 6vw, 78px); direction: rtl; }
.company-feature__topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; color: var(--gold-light); font-size: 10px; }
.company-feature__topline span:first-child { direction: ltr; font-family: Georgia, serif; font-size: 29px; }
.company-feature h2 { margin: 0 0 18px; color: white; font-size: clamp(30px, 4vw, 52px); line-height: 1.5; }
.company-feature__role { margin: 0 0 25px; color: #b9d5c9; font-size: 13px; }
.company-feature__role strong { color: var(--gold-light); }
.company-feature__description { margin: 0; color: #d5e6de; font-size: 12px; line-height: 2.35; }
.company-feature__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 32px 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.company-feature__facts span { display: grid; gap: 5px; color: #9fc0b3; font-size: 9px; }
.company-feature__facts strong { color: white; font-size: 14px; }
.company-feature__link { display: inline-flex; align-items: center; gap: 9px; padding: 12px 17px; color: var(--green-deep); background: var(--gold-light); font-size: 11px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.company-feature__link:hover { color: var(--green-deep); background: white; transform: translateY(-3px); }
.company-feature__link svg { width: 15px; height: 15px; }
.services-list-heading { margin-bottom: 40px; }
.services-list-heading h2 { margin: 0; color: var(--ink); font-size: 38px; line-height: 1.5; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service-item { border-top: 2px solid var(--green); transition: transform .3s ease; }
.service-item:hover { transform: translateY(-7px); }
.service-item__image { width: 100%; height: 180px; display: block; object-fit: cover; margin-top: 18px; }
.service-item__content { padding: 18px 0 8px; }
.service-item h3 { margin: 0 0 10px; color: var(--ink); font-size: 18px; }
.service-item p { min-height: 66px; margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 2; }
.service-item__button { display: inline-flex; align-items: center; gap: 7px; padding: 0; color: var(--green); background: transparent; border: 0; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.service-item__button:hover { color: var(--violet); }
.service-item__button svg { width: 14px; height: 14px; }

.holding-spotlight { position: relative; overflow: hidden; padding: 125px 0; color: white; background: var(--green-deep); }
.holding-spotlight::before { content: ''; position: absolute; width: 560px; height: 560px; right: -210px; top: -220px; border: 1px solid rgba(216,178,115,.22); border-radius: 50%; }
.holding-shell { width: min(1120px, calc(100% - 48px)); min-height: 575px; margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; position: relative; z-index: 1; }
.holding-copy { direction: rtl; }
.holding-label { display: flex; align-items: center; justify-content: space-between; max-width: 430px; margin-bottom: 33px; color: var(--gold-light); font-size: 10px; }
.holding-label span:first-child { font-family: Georgia, serif; font-size: 32px; }
.holding-copy h2 { margin: 0 0 18px; color: white; font-size: clamp(35px, 5vw, 61px); line-height: 1.4; }
.holding-copy h2 em { color: var(--gold-light); font-style: normal; }
.holding-role { margin: 0 0 25px; color: #b9d5c9; font-size: 13px; }
.holding-role strong { color: var(--gold-light); }
.holding-description { max-width: 510px; margin: 0; color: #d5e6de; font-size: 12px; line-height: 2.3; }
.holding-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 530px; gap: 14px; margin: 34px 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.holding-facts span { display: grid; gap: 6px; color: #99bbad; font-size: 9px; }
.holding-facts strong { color: white; font-size: 14px; }
.holding-link { display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; color: var(--green-deep); background: var(--gold-light); font-size: 11px; font-weight: 800; transition: transform .25s ease, background .25s ease; }
.holding-link:hover { color: var(--green-deep); background: white; transform: translateY(-4px); }
.holding-link svg { width: 15px; height: 15px; }
.holding-visual { min-height: 575px; position: relative; display: grid; place-items: center; overflow: hidden; background: #ffca91; }
.holding-visual::after { content: ''; position: absolute; inset: 26px; border: 1px solid rgba(3,52,49,.27); }
.holding-visual img { width: 100%; height: 100%; position: relative; z-index: 2; object-fit: contain; mix-blend-mode: multiply; }
.holding-visual__word { position: absolute; z-index: 1; top: 42px; left: 20px; color: rgba(3,52,49,.8); font-size: clamp(70px, 10vw, 125px); font-weight: 900; letter-spacing: .08em; }
.holding-visual__ring { position: absolute; z-index: 1; border: 1px solid rgba(3,52,49,.3); border-radius: 50%; }
.holding-visual__ring--one { width: 410px; height: 410px; }
.holding-visual__ring--two { width: 540px; height: 540px; border-color: rgba(255,255,255,.55); }
.holding-year { position: absolute; z-index: 3; right: 27px; bottom: 27px; padding: 9px 13px; color: white; background: var(--green); font-size: 11px; }

@media (max-width: 800px) {
    .holding-spotlight { padding: 78px 0 88px; }
    .holding-shell { width: calc(100% - 32px); min-height: 0; display: flex; flex-direction: column-reverse; gap: 38px; }
    .holding-visual { width: 100%; min-height: 360px; }
    .holding-visual::after { inset: 16px; }
    .holding-visual__word { top: 24px; left: 12px; font-size: 62px; }
    .holding-visual__ring--one { width: 270px; height: 270px; }
    .holding-visual__ring--two { width: 350px; height: 350px; }
    .holding-year { right: 18px; bottom: 18px; }
    .holding-copy { width: 100%; }
    .holding-label { margin-bottom: 22px; }
    .holding-copy h2 { font-size: 38px; }
    .holding-description { font-size: 11px; line-height: 2.15; }
    .holding-facts { gap: 8px; }
    .holding-facts strong { font-size: 12px; }
}

.projects-page, .team-page { min-height: 100vh; padding: 100px 0 130px; background: var(--paper); }
.projects-shell, .team-shell { width: min(1120px, calc(100% - 48px)); margin: auto; }
.projects-intro, .team-intro { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.projects-intro h1, .team-intro h1 { margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 64px); line-height: 1.4; }
.projects-intro h1 em, .team-intro h1 em, .team-lead__content h2 em { color: var(--violet); font-style: normal; }
.projects-intro p, .team-intro p { max-width: 330px; margin: 0 0 8px; color: var(--muted); font-size: 13px; line-height: 2.2; }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 65px 28px; }
.project-item:nth-child(even) { margin-top: 90px; }
.project-item__image { height: 330px; position: relative; overflow: hidden; background: #e6eee9; }
.project-item__image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,42,40,.3)); pointer-events: none; }
.project-item__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.project-item:hover img { transform: scale(1.05); }
.project-item__image > span { position: absolute; z-index: 1; top: 18px; right: 18px; color: white; font-family: Georgia, serif; font-size: 24px; }
.project-item__meta { padding: 18px 2px 0; }
.project-item__meta > span { color: var(--violet); font-size: 10px; }
.project-item__meta h2 { margin: 8px 0 15px; color: var(--ink); font-size: 21px; }
.project-item__meta a { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 10px; font-weight: 800; }
.project-item__meta a:hover { color: var(--violet); }
.project-item__meta svg { width: 14px; height: 14px; }
.projects-empty { grid-column: 1 / -1; color: var(--muted); text-align: center; }
.team-page { background: #f0f5f1; }
.team-lead { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 570px; overflow: hidden; background: var(--green-deep); }
.team-lead__visual { height: 570px; position: relative; display: grid; place-items: end center; overflow: hidden; background: #dce9e1; }
.team-lead__visual::before { content: ''; width: 430px; height: 430px; position: absolute; bottom: -125px; border: 1px solid rgba(3,52,49,.2); border-radius: 50%; box-shadow: 0 0 0 34px rgba(216,178,115,.1); }
.team-lead__visual img { height: 100%; max-width: 100%; position: relative; z-index: 1; object-fit: contain; object-position: center bottom; }
.team-lead__number { position: absolute; z-index: 2; top: 28px; left: 28px; color: var(--green); font-family: Georgia, serif; font-size: 32px; }
.team-lead__content { padding: 58px clamp(32px, 6vw, 78px); direction: rtl; }
.team-role { color: var(--gold-light); font-size: 11px; }
.team-lead__content h2 { margin: 15px 0 20px; color: white; font-size: clamp(36px, 5vw, 62px); line-height: 1.4; }
.team-lead__content p { max-width: 420px; margin: 0 0 28px; color: #c5ddd2; font-size: 13px; line-height: 2.3; }
.team-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 17px; color: var(--green-deep); background: var(--gold-light); font-size: 11px; font-weight: 800; }
.team-link:hover { color: var(--green-deep); background: white; }
.team-link svg { width: 15px; height: 15px; }
.team-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border-top: 1px solid #d9e3dc; }
.team-values div { padding: 28px 24px 5px 0; border-left: 1px solid #d9e3dc; }
.team-values div:first-child { padding-right: 0; }
.team-values div:last-child { border-left: 0; }
.team-values strong { color: var(--violet); font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.team-values h3 { margin: 17px 0 9px; color: var(--ink); font-size: 19px; }
.team-values p { margin: 0; color: var(--muted); font-size: 11px; line-height: 2; }

@media (max-width: 800px) {
    .projects-page, .team-page { padding: 65px 0 85px; }
    .projects-shell, .team-shell { width: calc(100% - 32px); }
    .projects-intro, .team-intro { display: block; margin-bottom: 38px; }
    .projects-intro h1, .team-intro h1 { font-size: 38px; }
    .projects-intro p, .team-intro p { margin-top: 18px; font-size: 12px; }
    .projects-grid { grid-template-columns: 1fr; gap: 45px; }
    .project-item:nth-child(even) { margin-top: 0; }
    .project-item__image { height: 250px; }
    .team-lead { display: flex; flex-direction: column; }
    .team-lead__visual { width: 100%; height: 380px; }
    .team-lead__visual::before { width: 280px; height: 280px; bottom: -85px; }
    .team-lead__content { padding: 38px 25px 45px; }
    .team-lead__content h2 { font-size: 40px; }
    .team-lead__content p { font-size: 11px; line-height: 2.1; }
    .team-values { grid-template-columns: 1fr; margin-top: 45px; }
    .team-values div, .team-values div:first-child { padding: 22px 0; border-left: 0; border-bottom: 1px solid #d9e3dc; }
    .team-values div:last-child { border-bottom: 0; }
}

.projects-page { padding: 105px 0 140px; background: #f4f5ef; }
.projects-intro { margin-bottom: 72px; }
.projects-intro h1 { font-size: clamp(42px, 6vw, 76px); }
.project-feature { min-height: 560px; display: grid; grid-template-columns: 1.12fr .88fr; margin-bottom: 90px; overflow: hidden; }
.project-feature__visual { min-height: 560px; position: relative; display: grid; place-items: center; overflow: hidden; }
.project-feature__visual img { width: 100%; height: 100%; position: relative; z-index: 2; object-fit: contain; mix-blend-mode: multiply; transition: transform .7s ease; }
.project-feature:hover .project-feature__visual img { transform: scale(1.04); }
.project-feature__index { position: absolute; z-index: 3; top: 26px; right: 30px; font-family: Georgia, serif; font-size: 32px; }
.project-feature__giant { position: absolute; z-index: 1; font-size: clamp(85px, 13vw, 180px); font-weight: 900; letter-spacing: .05em; opacity: .2; }
.project-feature__content { display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(32px, 6vw, 82px); direction: rtl; }
.project-feature__label { margin-bottom: 28px; font-size: 11px; font-weight: 800; }
.project-feature__content h2 { margin: 0 0 20px; font-size: clamp(34px, 5vw, 61px); line-height: 1.45; }
.project-feature__content h2 em { font-style: normal; }
.project-feature__content p { max-width: 430px; margin: 0 0 30px; font-size: 13px; line-height: 2.3; }
.project-feature__facts { display: flex; gap: 38px; margin-bottom: 32px; padding-top: 18px; border-top: 1px solid currentColor; opacity: .7; }
.project-feature__facts span { display: grid; gap: 6px; font-size: 9px; }
.project-feature__facts strong { font-size: 16px; }
.project-feature__link { display: inline-flex; align-items: center; align-self: start; gap: 8px; padding: 12px 17px; font-size: 10px; font-weight: 800; transition: transform .25s ease, background .25s ease; }
.project-feature__link:hover { transform: translateY(-3px); background: white; }
.project-feature__link svg { width: 15px; height: 15px; }
.project-feature--ssi { background: var(--green-deep); color: #e8f4ed; }
.project-feature--ssi .project-feature__visual { background: #ffca91; }
.project-feature--ssi .project-feature__visual::before { content: ''; position: absolute; width: 80%; aspect-ratio: 1; border: 1px solid rgba(3,52,49,.28); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.18); }
.project-feature--ssi .project-feature__giant { color: var(--green); }
.project-feature--ssi .project-feature__index, .project-feature--ssi .project-feature__label { color: var(--gold-light); }
.project-feature--ssi h2 { color: white; }
.project-feature--ssi h2 em { color: var(--gold-light); }
.project-feature--ssi p { color: #c3dcd0; }
.project-feature--ssi .project-feature__link { color: var(--green-deep); background: var(--gold-light); }
.project-feature--hodhod { grid-template-columns: .88fr 1.12fr; background: #e9a96d; color: var(--green-deep); }
.project-feature--hodhod .project-feature__visual { order: 2; background: #ffcc98; }
.project-feature--hodhod .project-feature__content { order: 1; }
.project-feature--hodhod .project-feature__visual::before { content: ''; position: absolute; width: 75%; height: 75%; border: 1px solid rgba(3,52,49,.32); border-radius: 47% 53% 42% 58%; transform: rotate(15deg); }
.project-feature--hodhod .project-feature__giant { color: var(--green); font-size: clamp(58px, 9vw, 125px); }
.project-feature--hodhod .project-feature__label { color: var(--green); }
.project-feature--hodhod h2 { color: var(--green-deep); }
.project-feature--hodhod h2 em { color: white; }
.project-feature--hodhod .project-feature__link { color: white; background: var(--green); }
.projects-archive-heading { display: flex; align-items: end; justify-content: space-between; margin: 120px 0 40px; }
.projects-archive-heading h2 { margin: 0; color: var(--ink); font-size: 38px; }
.projects-archive-heading .eyebrow { color: var(--violet); }

@media (max-width: 800px) {
    .projects-page { padding: 70px 0 95px; }
    .projects-intro { margin-bottom: 45px; }
    .project-feature, .project-feature--hodhod { display: flex; flex-direction: column; min-height: 0; margin-bottom: 55px; }
    .project-feature__visual, .project-feature--hodhod .project-feature__visual { order: 1; width: 100%; min-height: 310px; }
    .project-feature__content, .project-feature--hodhod .project-feature__content { order: 2; padding: 38px 25px 45px; }
    .project-feature__content h2 { font-size: 38px; }
    .project-feature__content p { font-size: 11px; line-height: 2.1; }
    .project-feature__giant { font-size: 76px; }
    .project-feature--hodhod .project-feature__giant { font-size: 58px; }
    .projects-archive-heading { display: block; margin: 78px 0 35px; }
    .projects-archive-heading h2 { margin-top: 10px; font-size: 31px; }
}

.projects-page { position: relative; overflow: hidden; background: #f4f5ef; }
.projects-page::before { content: ''; position: absolute; width: 520px; height: 520px; top: 520px; left: -260px; border: 1px solid rgba(3,52,49,.08); border-radius: 50%; animation: project-orbit 22s linear infinite; }
.project-feature { position: relative; opacity: 0; transform: translateY(55px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.75,.2,1), box-shadow .35s ease; }
.project-feature.is-visible { opacity: 1; transform: translateY(0); }
.project-feature:nth-of-type(3) { transition-delay: .14s; }
.project-feature__visual::after { content: ''; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 32px 32px; mix-blend-mode: overlay; }
.project-feature--ssi .project-feature__visual::before { animation: project-spin 24s linear infinite; }
.project-feature--ssi .project-feature__visual { box-shadow: inset 0 0 90px rgba(3,52,49,.18); }
.project-feature--hodhod .project-feature__visual { box-shadow: inset 0 0 80px rgba(185,138,69,.28); }
.project-feature--hodhod .project-feature__visual img { width: 235px; height: 235px; object-fit: contain; filter: drop-shadow(0 15px 18px rgba(3,52,49,.2)); }
.project-feature--hodhod .project-feature__visual::before { animation: project-morph 8s ease-in-out infinite alternate; }
.project-feature__link { position: relative; overflow: hidden; }
.project-feature__link::before { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,.35); transform: translateX(-110%); transition: transform .5s ease; }
.project-feature__link:hover::before { transform: translateX(110%); }
.project-feature__link svg, .project-feature__link { position: relative; }
.project-item { opacity: 0; transform: translateY(35px); transition: opacity .7s ease, transform .7s ease; }
.project-item.is-visible { opacity: 1; transform: translateY(0); }
.project-item:nth-child(2n).scroll-reveal { transition-delay: .12s; }
@keyframes project-orbit { to { transform: rotate(360deg); } }
@keyframes project-spin { to { transform: rotate(360deg); } }
@keyframes project-morph { to { border-radius: 55% 45% 60% 40%; transform: rotate(-8deg) scale(1.04); } }

@media (max-width: 800px) {
    .projects-page::before { width: 360px; height: 360px; top: 430px; left: -200px; }
    .project-feature { transform: translateY(35px); }
    .project-feature--hodhod .project-feature__visual img { width: 170px; height: 170px; }
}

@media (prefers-reduced-motion: reduce) {
    .project-feature, .project-item { opacity: 1; transform: none; transition: none; }
    .projects-page::before, .project-feature--ssi .project-feature__visual::before, .project-feature--hodhod .project-feature__visual::before { animation: none; }
}

@media (max-width: 800px) {
    .services-page { padding: 65px 0 85px; }
    .services-shell { width: calc(100% - 32px); }
    .services-intro { display: block; margin-bottom: 35px; }
    .services-intro h1 { font-size: 38px; }
    .services-intro p { margin-top: 18px; font-size: 12px; }
    .company-feature { display: flex; flex-direction: column; margin-bottom: 78px; }
    .company-feature__visual { width: 100%; min-height: 360px; }
    .company-feature__orbit--one { width: 260px; height: 260px; }
    .company-feature__orbit--two { width: 340px; height: 340px; }
    .company-feature__visual::after { inset: 16px; }
    .company-feature__year { right: 18px; bottom: 18px; }
    .company-feature__content { padding: 38px 25px 42px; }
    .company-feature h2 { font-size: 35px; }
    .company-feature__description { font-size: 11px; line-height: 2.15; }
    .company-feature__facts { gap: 8px; }
    .company-feature__facts strong { font-size: 12px; }
    .services-list-heading h2 { font-size: 31px; }
    .services-grid { grid-template-columns: 1fr; gap: 40px; }
    .service-item__image { height: 210px; }
}

/* Brand-led project showcase */
.projects-page { background: #f1f1eb; }
.projects-intro--editorial { align-items: end; margin-bottom: 66px; }
.projects-intro--editorial h1 { letter-spacing: -.02em; }
.projects-intro--editorial h1 em { color: var(--violet); font-style: normal; }
.projects-intro__aside { width: min(310px, 100%); display: flex; align-items: start; gap: 15px; direction: rtl; }
.projects-intro__aside p { margin: 0; font-size: 12px; line-height: 2.25; }
.projects-intro__line { width: 42px; height: 1px; flex: 0 0 auto; margin-top: 11px; background: var(--violet); }
.brand-showcase { display: grid; grid-template-columns: 1.35fr .82fr; gap: 24px; align-items: stretch; }
.brand-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; }
.brand-card { min-width: 0; min-height: 300px; opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.brand-card.is-visible { opacity: 1; transform: translateY(0); }
.brand-stack .brand-card:nth-child(2) { transition-delay: .12s; }
.brand-card__surface { min-height: 100%; position: relative; display: flex; overflow: hidden; color: white; isolation: isolate; }
.brand-card__background { position: absolute; z-index: -2; inset: 0; background-position: center; background-size: cover; transition: transform 1s cubic-bezier(.2,.75,.2,1), filter .8s ease; }
.brand-card__surface::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(135deg, rgba(2,42,40,.78) 0%, rgba(2,42,40,.18) 48%, rgba(2,42,40,.86) 100%); }
.brand-card__surface::after { content: ''; position: absolute; z-index: 0; inset: 18px; border: 1px solid rgba(255,255,255,.34); pointer-events: none; transition: inset .6s ease, border-color .5s ease; }
.brand-card__surface:hover .brand-card__background { filter: saturate(1.2); transform: scale(1.07); }
.brand-card__surface:hover::after { inset: 25px; border-color: rgba(255,255,255,.7); }
.brand-card__topline { position: absolute; z-index: 2; top: 30px; right: 32px; left: 32px; display: flex; justify-content: space-between; color: rgba(255,255,255,.8); font-family: Georgia, serif; font-size: 11px; letter-spacing: .08em; direction: ltr; }
.brand-card__content { z-index: 2; align-self: end; padding: 42px 48px 46px; direction: rtl; }
.brand-card__kicker { display: block; margin-bottom: 16px; color: var(--gold-light); font-family: Georgia, serif; font-size: 10px; direction: ltr; }
.brand-card h2 { margin: 0 0 20px; color: white; font-size: clamp(34px, 4.5vw, 65px); line-height: 1.35; }
.brand-card h2 em { color: var(--gold-light); font-style: normal; }
.brand-card p { max-width: 340px; margin: 0 0 22px; color: #d7e6de; font-size: 12px; line-height: 2.2; }
.brand-card__action { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 10px; font-weight: 800; }
.brand-card__action svg { width: 15px; height: 15px; color: var(--gold-light); transition: transform .3s ease; }
.brand-card__surface:hover .brand-card__action svg { transform: translate(-4px, -4px); }
.brand-card__mark { position: absolute; z-index: 1; left: 34px; top: 50%; color: rgba(255,255,255,.11); font-family: Georgia, serif; font-size: clamp(85px, 14vw, 190px); font-weight: 900; letter-spacing: .05em; transform: translateY(-50%); }
.brand-card--ssi { min-height: 660px; }
.brand-card--ssi .brand-card__background { background-image: url('/static/images/شرکت.png'); background-color: #ffca91; background-size: contain; background-repeat: no-repeat; background-position: 58% center; }
.brand-card--ssi .brand-card__surface::before { background: linear-gradient(135deg, rgba(2,42,40,.82), rgba(2,42,40,.08) 60%, rgba(2,42,40,.72)); }
.brand-card--hodhod { min-height: 318px; }
.brand-card--hodhod .brand-card__background { background-image: url('/static/images/31-100x100.png'); background-color: #022a28; background-size: 170px; background-repeat: no-repeat; background-position: 25% center; }
.brand-card--hodhod .brand-card__surface::before { background: linear-gradient(90deg, rgba(2,42,40,.08), rgba(2,42,40,.94) 72%); }
.brand-card--hodhod .brand-card__content { padding: 38px 38px 34px; margin-right: auto; }
.brand-card--hodhod h2, .brand-card--ideas h2 { font-size: clamp(27px, 3vw, 42px); }
.brand-card--ideas { min-height: 318px; }
.brand-card--ideas .brand-card__background { background-image: url('/static/images/کتاب-های-سایت-دکتر-طهوریان-1024x569.jpg'); background-position: center; filter: saturate(.72); }
.brand-card--ideas .brand-card__surface::before { background: linear-gradient(135deg, rgba(2,42,40,.9), rgba(2,42,40,.18) 70%, rgba(2,42,40,.72)); }
.brand-card--ideas .brand-card__content { padding: 38px 38px 34px; }
.projects-signature { display: flex; align-items: center; gap: 24px; margin-top: 76px; padding-top: 22px; border-top: 1px solid rgba(3,52,49,.2); direction: rtl; }
.projects-signature > span { color: var(--violet); font-family: Georgia, serif; font-size: 25px; direction: ltr; }
.projects-signature p { margin: 0; color: var(--muted); font-size: 11px; }
.projects-signature a { display: inline-flex; align-items: center; gap: 7px; margin-right: auto; color: var(--green); font-size: 10px; font-weight: 800; }
.projects-signature a:hover { color: var(--violet); }
.projects-signature svg { width: 15px; height: 15px; }

@media (max-width: 800px) {
    .projects-intro--editorial { margin-bottom: 42px; }
    .projects-intro__aside { margin-top: 22px; }
    .brand-showcase { display: block; }
    .brand-stack { display: grid; grid-template-rows: none; gap: 18px; margin-top: 18px; }
    .brand-card--ssi { min-height: 560px; }
    .brand-card--hodhod, .brand-card--ideas { min-height: 330px; }
    .brand-card__content { padding: 34px 28px 32px; }
    .brand-card__topline { top: 25px; right: 25px; left: 25px; }
    .brand-card__surface::after { inset: 14px; }
    .brand-card__mark { left: 20px; font-size: 90px; }
    .projects-signature { display: block; margin-top: 54px; }
    .projects-signature p { margin: 13px 0 19px; }
    .projects-signature a { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .brand-card, .brand-card__background, .brand-card__surface::after, .brand-card__action svg { transition: none; }
}






/* About page: living editorial system */
.about-page { overflow: hidden; background: #f4f5ef; }
.about-hero { min-height: calc(100vh - 82px); position: relative; display: grid; place-items: center; overflow: hidden; color: white; background: #062d2a; }
.about-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 40%, rgba(216,178,115,.18), transparent 32%), radial-gradient(circle at 16% 80%, rgba(38,111,99,.28), transparent 34%); pointer-events: none; }
.about-hero__grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(216,178,115,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(216,178,115,.45) 1px, transparent 1px); background-size: 88px 88px; mask-image: radial-gradient(circle at center, black, transparent 75%); animation: about-grid-drift 24s linear infinite; }
.about-atoms { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.about-atoms span { width: 5px; height: 5px; position: absolute; display: block; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 16px rgba(216,178,115,.72); opacity: .65; transition: transform 1.2s cubic-bezier(.2,.75,.2,1); }
.about-atoms span:nth-child(1) { top: 18%; left: 12%; }.about-atoms span:nth-child(2) { top: 31%; left: 28%; }.about-atoms span:nth-child(3) { top: 17%; right: 24%; }.about-atoms span:nth-child(4) { top: 65%; right: 13%; }.about-atoms span:nth-child(5) { bottom: 19%; left: 37%; }.about-atoms span:nth-child(6) { bottom: 34%; left: 7%; }.about-atoms span:nth-child(7) { top: 48%; right: 42%; }.about-atoms span:nth-child(8) { bottom: 13%; right: 32%; }.about-atoms span:nth-child(9) { top: 11%; right: 7%; }
.about-atoms span::after { content: ''; width: 55px; height: 1px; position: absolute; top: 2px; right: 2px; background: linear-gradient(90deg, rgba(216,178,115,.45), transparent); transform: rotate(28deg); transform-origin: right; }
.about-shell--hero { min-height: 650px; position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(20px, 7vw, 100px); }
.about-copy--hero { direction: rtl; }
.about-copy--hero h1 { max-width: 570px; margin: 0; color: white; font-size: clamp(42px, 6vw, 80px); line-height: 1.35; font-weight: 900; }
.about-copy--hero h1 em { color: var(--gold-light); font-style: normal; }
.about-copy--hero .about-kicker { color: var(--gold-light); }
.about-copy--hero .about-copy__rule { background: var(--gold-light); }
.about-copy--hero .about-copy__text { max-width: 470px; color: #c3ddd1; font-size: 13px; line-height: 2.3; }
.about-hero__link { display: inline-flex; align-items: center; gap: 9px; margin-top: 27px; padding: 12px 16px; color: var(--green-deep); background: var(--gold-light); font-size: 10px; font-weight: 800; transition: transform .3s ease, background .3s ease; }
.about-hero__link:hover { color: var(--green-deep); background: white; transform: translateY(-4px); }
.about-hero__link svg { width: 15px; height: 15px; }
.about-visual--hero { min-height: 620px; }
.about-visual--hero .about-visual__wash { background: #e6b478; box-shadow: 0 0 0 18px rgba(216,178,115,.14), 0 0 90px rgba(216,178,115,.2); animation: about-wash-float 8s ease-in-out infinite; }
.about-visual--hero .about-portrait { height: 620px; filter: drop-shadow(0 30px 26px rgba(0,0,0,.28)); animation: about-portrait-float 7s ease-in-out infinite; }
.about-visual--hero .about-visual__label { top: 108px; right: 0; }
.about-orbit { position: absolute; border: 1px solid rgba(216,178,115,.48); border-radius: 50%; animation: about-orbit 19s linear infinite; }
.about-orbit--one { width: 470px; height: 470px; }.about-orbit--two { width: 590px; height: 590px; border-color: rgba(255,255,255,.15); animation-duration: 27s; animation-direction: reverse; }
.about-hero__scroll { position: absolute; z-index: 2; right: 32px; bottom: 30px; display: inline-flex; align-items: center; gap: 9px; color: #aecabe; font-size: 9px; writing-mode: vertical-rl; }
.about-hero__scroll svg { width: 14px; height: 14px; animation: about-scroll-bob 1.8s ease-in-out infinite; }
.about-section { padding: 115px 0; }
.about-section--stats { color: white; background: var(--green-deep); }
.about-section--stats .about-shell { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 70px; }
.about-section__heading { direction: rtl; }.about-section__heading h2, .about-section__header h2 { margin: 0; color: inherit; font-size: clamp(35px, 4.8vw, 60px); line-height: 1.4; }.about-section__heading h2 em, .about-section__header h2 em { color: var(--gold-light); font-style: normal; }
.about-section__heading .about-kicker { color: var(--gold-light); }
.about-highlights--large { max-width: none; margin: 0; padding: 0; border: 0; }
.about-stat { min-height: 150px; display: grid; align-content: center; gap: 8px; padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.2); direction: rtl; }.about-stat:first-child { border-right: 0; }.about-stat strong { display: flex; align-items: baseline; color: var(--gold-light); font-family: Georgia, serif; font-size: clamp(46px, 5vw, 72px); font-weight: 400; line-height: 1; }.about-stat strong small { color: white; font-family: inherit; font-size: 28px; }.about-stat span { color: white; font-size: 12px; font-weight: 800; }.about-stat > small { color: #92b4a7; font-size: 9px; }
.about-section--works { background: #f4f5ef; }.about-section__header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 50px; direction: rtl; }.about-section__header .about-kicker { color: var(--violet); }.about-section__header p { max-width: 300px; margin: 0; color: var(--muted); font-size: 12px; line-height: 2.2; }
.about-works-grid { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 280px 280px; gap: 22px; }.about-work { min-width: 0; position: relative; overflow: hidden; color: white; background: var(--green-deep); isolation: isolate; }.about-work--invention { grid-row: 1 / 3; }.about-work__image { position: absolute; z-index: -2; inset: 0; background-position: center; background-size: cover; transition: transform 1s cubic-bezier(.2,.75,.2,1), filter .8s ease; }.about-work:hover .about-work__image { transform: scale(1.08); filter: saturate(1.2); }.about-work__overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(145deg, rgba(2,42,40,.22), rgba(2,42,40,.9)); }.about-work--invention .about-work__image { background-image: url('/static/images/اختراعات-دکتر-سایت.png'); }.about-work--books .about-work__image { background-image: url('/static/images/کتاب-های-سایت-دکتر-طهوریان-1024x569.jpg'); }.about-work--books::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(2,42,40,.88), rgba(2,42,40,.25)); }.about-work--podcast { background: #b98a45; color: var(--green-deep); }.about-work__content { position: absolute; inset: auto 0 0; padding: 28px 31px; direction: rtl; }.about-work__content > span { color: var(--gold-light); font-family: Georgia, serif; font-size: 10px; direction: ltr; }.about-work--podcast .about-work__content > span { color: var(--green); }.about-work h3 { margin: 11px 0 12px; color: inherit; font-size: clamp(25px, 3vw, 40px); line-height: 1.35; }.about-work h3 em { color: var(--gold-light); font-style: normal; }.about-work--podcast h3 em { color: white; }.about-work p { max-width: 330px; margin: 0 0 16px; color: #d6e5dc; font-size: 11px; line-height: 2.1; }.about-work--podcast p { color: rgba(2,42,40,.72); }.about-work a { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 10px; font-weight: 800; }.about-work--podcast a { color: var(--green-deep); }.about-work a svg { width: 15px; height: 15px; }.about-work__pulse { width: 76px; height: 76px; position: absolute; top: 29px; left: 30px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; animation: about-pulse 2.4s ease-in-out infinite; }.about-work__pulse svg { width: 28px; height: 28px; }
.about-section--gallery { padding-top: 0; background: #f4f5ef; }.about-section--gallery .about-section__header { margin-bottom: 34px; }.about-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; align-items: end; }.about-gallery__item { margin: 0; position: relative; overflow: hidden; background: var(--green-deep); }.about-gallery__item img { width: 100%; height: 300px; display: block; object-fit: cover; transition: transform .9s ease, filter .7s ease; }.about-gallery__item--wide img { height: 390px; }.about-gallery__item:hover img { transform: scale(1.07); filter: saturate(1.15); }.about-gallery__item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(2,42,40,.88)); pointer-events: none; }.about-gallery__item figcaption { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: white; font-size: 11px; line-height: 1.8; direction: rtl; }
.about-invention-feature { margin-bottom: 52px; text-align: center; direction: rtl; }.about-invention-feature__image { width: 100%; overflow: hidden; background: #dca96e; }.about-invention-feature__image img { width: 100%; height: auto; max-height: 650px; display: block; object-fit: contain; transition: transform .9s cubic-bezier(.2,.75,.2,1); }.about-invention-feature__image:hover img { transform: scale(1.025); }.about-invention-feature__copy { max-width: 620px; margin: 28px auto 0; }.about-invention-feature__copy > span { color: var(--violet); font-family: Georgia, serif; font-size: 10px; direction: ltr; }.about-invention-feature__copy h3 { margin: 11px 0 10px; color: var(--ink); font-size: clamp(27px, 3vw, 42px); line-height: 1.4; }.about-invention-feature__copy h3 em { color: var(--violet); font-style: normal; }.about-invention-feature__copy p { max-width: 500px; margin: 0 auto 16px; color: var(--muted); font-size: 12px; line-height: 2.2; }.about-invention-feature__copy a { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 10px; font-weight: 800; }.about-invention-feature__copy a:hover { color: var(--violet); }.about-invention-feature__copy svg { width: 15px; height: 15px; }
@keyframes about-grid-drift { to { background-position: 88px 88px; } } @keyframes about-wash-float { 50% { transform: rotate(4deg) scale(1.04); } } @keyframes about-portrait-float { 50% { transform: translateY(-8px); } } @keyframes about-orbit { to { transform: rotate(360deg); } } @keyframes about-scroll-bob { 50% { transform: translateY(5px); } } @keyframes about-pulse { 50% { box-shadow: 0 0 0 13px rgba(255,255,255,.1); } }

@media (max-width: 800px) {
    .about-hero { min-height: 820px; }.about-shell--hero { width: calc(100% - 32px); min-height: 0; display: flex; flex-direction: column-reverse; gap: 0; padding-top: 55px; }.about-visual--hero { width: 100%; min-height: 440px; }.about-visual--hero .about-portrait { height: 440px; }.about-orbit--one { width: 330px; height: 330px; }.about-orbit--two { width: 420px; height: 420px; }.about-visual--hero .about-visual__label { top: 50px; right: -3px; }.about-copy--hero { width: 100%; margin-top: -8px; }.about-copy--hero h1 { font-size: 42px; }.about-copy--hero .about-copy__text { font-size: 11px; line-height: 2; }.about-hero__scroll { right: 14px; bottom: 20px; }.about-section { padding: 75px 0; }.about-section--stats .about-shell { display: block; }.about-section__heading { margin-bottom: 38px; }.about-highlights--large { display: grid; grid-template-columns: repeat(3, 1fr); }.about-stat { min-height: 125px; padding: 10px 11px; }.about-stat strong { font-size: 38px; }.about-stat span { font-size: 9px; }.about-stat > small { font-size: 8px; line-height: 1.7; }.about-section__header { display: block; }.about-section__header p { margin-top: 18px; }.about-works-grid { display: flex; flex-direction: column; gap: 18px; }.about-work, .about-work--invention { min-height: 340px; }.about-work--books, .about-work--podcast { min-height: 290px; }.about-gallery { grid-template-columns: 1fr 1fr; gap: 12px; }.about-gallery__item--wide { grid-column: 1 / -1; }.about-gallery__item img, .about-gallery__item--wide img { height: 230px; }.about-gallery__item--wide img { height: 270px; }
}
@media (prefers-reduced-motion: reduce) { .about-hero__grid, .about-visual--hero .about-visual__wash, .about-visual--hero .about-portrait, .about-orbit, .about-hero__scroll svg, .about-work__pulse { animation: none; } }

/* Hero typewriter and invention spotlight */
.about-hero { background: #071f2c; }
.about-hero::before { background: radial-gradient(circle at 72% 34%, rgba(216,178,115,.23), transparent 28%), radial-gradient(circle at 15% 76%, rgba(27,109,128,.32), transparent 36%), linear-gradient(125deg, #071f2c, #063b3a); }
.about-hero__grid { opacity: .2; background-size: 54px 54px; background-image: linear-gradient(rgba(117,209,204,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(117,209,204,.35) 1px, transparent 1px); mask-image: radial-gradient(ellipse at 60% 45%, black 12%, transparent 78%); animation: about-grid-drift 16s linear infinite; }
.about-atoms span { width: 4px; height: 4px; background: #73d1cc; box-shadow: 0 0 18px rgba(115,209,204,.9); opacity: .8; }
.about-atoms span:nth-child(10) { top: 72%; left: 53%; }.about-atoms span:nth-child(11) { top: 39%; left: 82%; }
.about-atoms span::after { width: 90px; background: linear-gradient(90deg, rgba(115,209,204,.65), transparent); }
.about-copy--hero h1 { line-height: 1.28; }
.about-copy--hero h1 .about-hero__static { color: #ffffff !important; }
.about-typed { display: inline-block; min-width: 5ch; color: #f1c77d !important; white-space: nowrap; }
.about-typed__cursor { display: inline-block; margin-right: 3px; color: #73d1cc; animation: about-cursor-blink .8s steps(1) infinite; }
.about-hero__metrics { max-width: 465px; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; padding: 14px 0; border-top: 1px solid rgba(115,209,204,.34); border-bottom: 1px solid rgba(115,209,204,.2); direction: rtl; }
.about-hero__metrics div { display: grid; gap: 5px; padding: 0 16px; border-left: 1px solid rgba(255,255,255,.17); }.about-hero__metrics div:first-child { padding-right: 0; }.about-hero__metrics div:last-child { border-left: 0; }
.about-hero__metrics strong { display: flex; align-items: baseline; color: #f1c77d; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }.about-hero__metrics strong small { color: white; font-size: 15px; }.about-hero__metrics span { color: #b9d6d0; font-size: 9px; }
.about-inventions { position: relative; overflow: hidden; padding: 120px 0; color: white; background: #0b3a3a; }.about-inventions::before { content: ''; position: absolute; width: 720px; height: 720px; top: -380px; left: -180px; border: 1px solid rgba(115,209,204,.15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(115,209,204,.035), 0 0 0 120px rgba(115,209,204,.025); animation: about-invention-ring 28s linear infinite; }
.about-inventions__shell { min-height: 520px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: clamp(40px, 8vw, 110px); }.about-inventions__visual { min-height: 500px; position: relative; display: grid; place-items: center; overflow: hidden; background: #dca96e; }.about-inventions__visual::after { content: ''; position: absolute; inset: 22px; border: 1px solid rgba(7,31,44,.3); }.about-inventions__visual img { width: 100%; height: 100%; position: relative; z-index: 1; object-fit: cover; mix-blend-mode: multiply; transition: transform .9s cubic-bezier(.2,.75,.2,1); }.about-inventions__visual:hover img { transform: scale(1.06); }.about-inventions__halo { width: 76%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(7,31,44,.28); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.14); animation: about-orbit 24s linear infinite; }.about-inventions__stamp { position: absolute; z-index: 2; right: 27px; bottom: 27px; padding: 11px 15px; color: #f5f2e8; background: #063b3a; font-family: Georgia, serif; font-size: 9px; line-height: 1.5; letter-spacing: .12em; }.about-inventions__stamp b { color: #f1c77d; font-size: 28px; font-weight: 400; }.about-inventions__copy { direction: rtl; }.about-inventions__copy .about-kicker { color: #73d1cc; }.about-inventions__copy h2 { margin: 0 0 22px; color: white; font-size: clamp(38px, 5vw, 68px); line-height: 1.35; }.about-inventions__copy h2 em { color: #f1c77d; font-style: normal; }.about-inventions__copy p { max-width: 440px; margin: 0 0 27px; color: #b9d6d0; font-size: 13px; line-height: 2.35; }.about-inventions__line { display: flex; align-items: center; gap: 12px; margin-bottom: 27px; color: #73d1cc; font-family: Georgia, serif; font-size: 10px; direction: ltr; }.about-inventions__line span { width: 60px; height: 1px; background: #f1c77d; }.about-inventions__copy > a { display: inline-flex; align-items: center; gap: 8px; color: #f1c77d; font-size: 10px; font-weight: 800; }.about-inventions__copy > a:hover { color: white; }.about-inventions__copy > a svg { width: 15px; height: 15px; }
@keyframes about-cursor-blink { 50% { opacity: 0; } } @keyframes about-invention-ring { to { transform: rotate(360deg); } }

@media (max-width: 800px) {
    .about-hero { min-height: 850px; }.about-copy--hero h1 { font-size: 40px; }.about-typed { min-width: 4ch; }.about-hero__metrics { margin-top: 23px; }.about-hero__metrics div { padding: 0 9px; }.about-hero__metrics strong { font-size: 24px; }.about-hero__metrics span { font-size: 8px; }.about-inventions { padding: 76px 0 84px; }.about-inventions__shell { width: calc(100% - 32px); min-height: 0; display: flex; flex-direction: column; gap: 38px; }.about-inventions__visual { width: 100%; min-height: 340px; }.about-inventions__copy { width: 100%; }.about-inventions__copy h2 { font-size: 41px; }.about-inventions__copy p { font-size: 11px; line-height: 2.15; }
}
@media (prefers-reduced-motion: reduce) { .about-typed__cursor { animation: none; }.about-inventions__visual img, .about-inventions__halo, .about-inventions::before { animation: none; transition: none; } }

/* Editorial project gallery */
.projects-archive-heading { position: relative; z-index: 1; }
.projects-archive-heading__note { color: var(--muted); font-size: 10px; line-height: 2; text-align: left; }
.projects-grid { grid-template-columns: minmax(0, 1.55fr) minmax(230px, .78fr); grid-auto-flow: dense; gap: 58px 30px; align-items: start; }
.project-item { min-width: 0; position: relative; }
.project-item--hero { grid-row: span 2; }
.project-item--small { align-self: start; }
.project-item__visual { height: 275px; position: relative; display: block; overflow: hidden; color: white; background: var(--green-deep); isolation: isolate; }
.project-item--hero .project-item__visual { height: 610px; }
.project-item__visual::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(145deg, rgba(2,42,40,.08) 15%, rgba(2,42,40,.78) 100%); opacity: .68; transition: opacity .55s ease; }
.project-item__visual::after { content: ''; position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(255,255,255,.36); opacity: .55; transform: scale(.96); transition: opacity .5s ease, transform .6s cubic-bezier(.2,.75,.2,1); }
.project-item__visual img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82); transform: scale(1.01); transition: transform .9s cubic-bezier(.2,.75,.2,1), filter .7s ease; }
.project-item--hero .project-item__visual img { object-position: center; }
.project-item:hover .project-item__visual img { filter: saturate(1.08); transform: scale(1.09); }
.project-item:hover .project-item__visual::before { opacity: .88; }
.project-item:hover .project-item__visual::after { opacity: .9; transform: scale(1); }
.project-item__number { position: absolute; z-index: 2; top: 22px; right: 25px; color: white; direction: ltr; font-family: Georgia, serif; font-size: 26px; line-height: 1; }
.project-item--hero .project-item__number { top: 30px; right: 32px; font-size: clamp(48px, 7vw, 90px); font-weight: 400; opacity: .92; }
.project-item__open { width: 40px; height: 40px; position: absolute; z-index: 2; left: 24px; bottom: 22px; display: grid; place-items: center; color: var(--green-deep); background: var(--gold-light); border-radius: 50%; transform: translateY(8px); opacity: 0; transition: opacity .35s ease, transform .4s ease, background .25s ease; }
.project-item:hover .project-item__open { opacity: 1; transform: translateY(0); }
.project-item__open:hover { background: white; }
.project-item__open svg { width: 17px; height: 17px; }
.project-item__meta { padding: 18px 2px 0; direction: rtl; }
.project-item--hero .project-item__meta { padding-top: 22px; }
.project-item__meta > span { color: var(--violet); font-size: 10px; }
.project-item__meta h2 { margin: 8px 0 15px; color: var(--ink); font-size: 21px; }
.project-item--hero .project-item__meta h2 { font-size: 29px; }
.project-item__meta a { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-size: 10px; font-weight: 800; }
.project-item__meta a:hover { color: var(--violet); }
.project-item__meta svg { width: 14px; height: 14px; }
.project-item.scroll-reveal { transition-delay: .08s; }
.project-item--small:nth-child(3) { transform: translateY(44px); }
.project-item--small:nth-child(3).is-visible { transform: translateY(44px); }

@media (max-width: 800px) {
    .projects-archive-heading__note { margin-top: 20px; text-align: right; }
    .projects-grid { grid-template-columns: 1fr; gap: 42px; }
    .project-item--hero { grid-row: auto; }
    .project-item__visual, .project-item--hero .project-item__visual { height: 330px; }
    .project-item--hero .project-item__number { top: 22px; right: 24px; font-size: 58px; }
    .project-item--small:nth-child(3), .project-item--small:nth-child(3).is-visible { transform: none; }
    .project-item__open { opacity: 1; transform: none; }
}

* { box-sizing: border-box; }
body { font-family: 'Vazirmatn', sans-serif; }
a { text-decoration: none; }
html.nav-locked, body.nav-sheet-open { overflow: hidden; }

.site-header { position: relative; z-index: 90; background: transparent; border: none; padding: 12px 0 0; }
.site-header--fixed { position: fixed; z-index: 90; top: 10px; left: 50%; transform: translateX(-50%); width: min(1120px, calc(100% - 24px)); animation: header-drop .35s ease both; }
.site-header--fixed .site-nav { width: 100%; }
.header-spacer { display: none; height: 86px; }
.header-spacer.is-active { display: block; }
@keyframes header-drop { from { opacity: 0; transform: translateX(-50%) translateY(-100%); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
.site-nav { width: min(1120px, calc(100% - 24px)); height: 64px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 10px 0 16px; border-radius: 999px; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); box-shadow: 0 10px 36px rgba(2, 42, 40, .10); }
.brand-mark { display: inline-flex; align-items: center; flex: 0 0 auto; color: var(--ink); font-size: 16px; font-weight: 800; }
.brand-logo { width: 52px; height: 42px; display: block; object-fit: contain; transition: transform .25s ease; }
.brand-logo:hover { transform: scale(1.06); }
.brand-mark__diamond { width: 31px; height: 31px; border: 2px solid var(--violet); border-radius: 8px; transform: rotate(45deg); position: relative; }
.brand-mark__diamond::after { content: 'ط'; position: absolute; inset: 2px; display: grid; place-items: center; color: var(--violet); font-size: 18px; transform: rotate(-45deg); }
.brand-mark__word { direction: rtl; }
.desktop-nav { display: flex; align-items: center; justify-content: center; flex: 1; min-width: 0; gap: clamp(12px, 1.8vw, 28px); font-size: 13px; color: #5f6b69; }
.desktop-nav a { position: relative; color: inherit; white-space: nowrap; padding: 6px 0; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav .is-active { color: var(--violet); }
.desktop-nav a.is-active::after { content: ''; position: absolute; right: 0; left: 0; bottom: 0; height: 2px; background: var(--violet); border-radius: 2px; }
.header-cta { flex: 0 0 auto; padding: 10px 16px; color: white; background: var(--green); border-radius: 999px; font-size: 12px; font-weight: 700; box-shadow: 0 4px 12px rgba(3, 52, 49, .15); transition: transform .2s ease, background .2s ease; }
.header-cta:hover { color: white; background: var(--violet-dark); transform: translateY(-1px); }
.header-cta span, .text-link span { display: inline-block; margin-right: 5px; direction: ltr; }
.menu-toggle, .mobile-nav, .nav-overlay { display: none; }

.hero-section { min-height: calc(100vh - 82px); overflow: hidden; position: relative; background: radial-gradient(circle at 50% 40%, #fff 0 24%, #f7faf7 63%, #eaf1ed 100%); }
.hero-inner { width: min(1180px, calc(100% - 48px)); min-height: 660px; margin: auto; display: grid; grid-template-columns: 1fr minmax(360px, 500px) 1fr; align-items: center; gap: clamp(25px, 5vw, 72px); position: relative; z-index: 1; }
.hero-copy { }
.hero-copy--intro, .hero-copy--work { }
.eyebrow { color: var(--violet); font-size: 15px; font-weight: 500; display: block; margin-bottom: 10px; }
.hero-copy h1 { color: var(--ink); font-size: clamp(33px, 4vw, 58px); letter-spacing: 0; line-height: 1.3; margin: 0 0 17px; font-weight: 900; }
.hero-copy p { color: var(--muted); font-size: 14px; line-height: 2.2; max-width: 310px; margin: 0 0 25px; }
.text-link { color: var(--violet); font-size: 12px; font-weight: 700; }
.hero-portrait-wrap { height: 650px; position: relative; align-self: end; display: flex; align-items: flex-end; justify-content: center; }
.hero-portrait-glow { position: absolute; width: 420px; height: 420px; bottom: 74px; border-radius: 50%; background: #dfece5; box-shadow: 0 0 0 24px rgba(216, 178, 115, .08); }
.hero-portrait { position: relative; z-index: 1; height: 100%; width: 100%; object-fit: contain; object-position: center bottom; border-radius: 0; filter: none; }
.portrait-label { position: absolute; z-index: 2; bottom: 35px; right: -20px; background: white; color: var(--ink); border-radius: 8px; padding: 10px 15px; font-size: 10px; box-shadow: 0 14px 32px rgba(25, 13, 43, .1); }
.hero-achievements { position: absolute; z-index: 3; right: 50%; bottom: -6px; width: min(620px, 145%); padding: 17px 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; transform: translateX(50%); color: white; background: rgba(3, 52, 49, .97); border: 1px solid rgba(216, 178, 115, .65); border-radius: 16px; box-shadow: 0 20px 45px rgba(2, 42, 40, .22); }
.hero-achievements::before { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(216, 178, 115, .18); border-radius: 11px; pointer-events: none; }
.hero-achievement { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 62px; padding: 4px 13px; border-left: 1px solid rgba(255, 255, 255, .18); }
.hero-achievement:nth-child(2) { animation-delay: .12s; }
.hero-achievement:nth-child(3) { animation-delay: .24s; border-left: 0; }
.hero-achievement strong { color: var(--gold-light); font-size: 32px; line-height: 1; direction: rtl; text-shadow: 0 0 18px rgba(216, 178, 115, .25); }
.achievement-number { display: inline-block; min-width: 2ch; }
.hero-achievement strong small { margin-right: 2px; color: white; font-size: 17px; }
.hero-achievement span { color: #e0ebe5; font-size: 10px; line-height: 1.8; text-align: right; white-space: nowrap; }
.hero-achievement b { color: white; font-weight: 500; }
.work-card { width: 235px; min-height: 70px; margin: 0 0 17px auto; padding: 12px 14px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.83); border: 1px solid rgba(228, 224, 235, .9); border-radius: 12px; box-shadow: 0 15px 35px rgba(45, 28, 65, .06); transition: transform .2s ease, box-shadow .2s ease; }
.work-card:hover { transform: translateX(-5px); box-shadow: 0 18px 38px rgba(45, 28, 65, .13); }
.work-card__icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; color: var(--violet); background: #f7eddb; border-radius: 9px; font-size: 18px; }
.work-card strong, .work-card small { display: block; }
.work-card strong { font-size: 11px; color: var(--ink); margin-bottom: 5px; }
.work-card small { font-size: 9px; color: var(--muted); }
.work-card__arrow { margin-right: auto; color: #aaa4b0; font-size: 15px; }
.hero-copy--work .text-link { display: block; margin-top: 24px; text-align: left; }
.hero-orbit { position: absolute; border: 1px solid rgba(3, 52, 49, .1); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { width: 680px; height: 680px; left: 50%; top: 42%; transform: translate(-50%, -50%); }
.hero-orbit--two { width: 900px; height: 900px; left: 50%; top: 42%; transform: translate(-50%, -50%); border-color: rgba(185, 138, 69, .12); }
.hero-footer { width: min(1180px, calc(100% - 48px)); position: absolute; z-index: 2; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; justify-content: space-between; color: #a29da9; font-size: 10px; }
.hero-footer__line { height: 1px; flex: 1; max-width: 120px; margin: auto 16px; background: #ddd9e4; }

.about-section { position: relative; overflow: hidden; padding: 105px 0 125px; background: #f7faf7; }
.about-section::before { content: ''; position: absolute; width: 520px; height: 520px; left: -230px; top: 80px; border: 1px solid rgba(3, 52, 49, .08); border-radius: 50%; }
.about-shell { width: min(1270px, calc(100% - 48px)); min-height: 610px; margin: auto;  grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); align-items: center; gap: clamp(60px, 9vw, 125px); position: relative; z-index: 1; }
.about-copy { direction: rtl; }
.about-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--violet); font-size: 12px; font-weight: 800; }
.about-kicker::before { content: ''; width: 30px; height: 1px; background: var(--violet); }
.about-copy h1 { max-width: 520px; margin: 0; color: var(--ink); font-size: clamp(30px, 4vw, 53px); font-weight: 900; line-height: 1.45; }
.about-copy__rule { width: 74px; height: 3px; margin: 25px 0 24px; background: var(--gold-light); }
.about-copy__text { max-width: 540px; color: var(--muted); font-size: 14px; line-height: 2.35; white-space: pre-line; }
.about-highlights { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 560px; margin-top: 42px; padding-top: 23px; border-top: 1px solid #dce6df; }
.about-highlights div { display: grid; gap: 7px; padding: 0 18px; border-left: 1px solid #dce6df; }
.about-highlights div:first-child { padding-right: 0; }
.about-highlights div:last-child { border-left: 0; }
.about-highlights strong { color: var(--ink); font-size: 27px; line-height: 1; }
.about-highlights strong small { color: var(--violet); font-size: 15px; }
.about-highlights span { color: var(--muted); font-size: 10px; }
.about-visual { min-height: 570px; position: relative; display: flex; align-items: center; justify-content: center; direction: ltr; }
.about-visual__wash { width: min(430px, 100%); aspect-ratio: 1; position: absolute; border-radius: 48% 52% 44% 56%; background: #dfece5; transform: rotate(-12deg); box-shadow: 0 0 0 18px rgba(216, 178, 115, .1); }
.about-portrait { width: min(500px, 112%); height: 570px; position: relative; z-index: 1; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 25px rgba(2, 42, 40, .16)); }
.about-visual__label { position: absolute; z-index: 2; right: 0; top: 105px; padding: 11px 15px; color: white; background: var(--green); border: 1px solid rgba(216, 178, 115, .7); border-radius: 7px; font-size: 10px; box-shadow: 0 12px 25px rgba(2, 42, 40, .15); }
.about-stamp { position: absolute; z-index: 2; left: 6px; bottom: 40px; display: flex; align-items: center; gap: 10px; padding: 14px 18px; color: white; background: var(--green); border-radius: 10px; box-shadow: 0 16px 28px rgba(2, 42, 40, .2); }
.about-stamp strong { color: var(--gold-light); font-size: 28px; line-height: 1; }
.about-stamp strong small { color: white; font-size: 14px; }
.about-stamp span { font-size: 9px; line-height: 1.8; }
.about-empty { grid-column: 1 / -1; text-align: center; }
.about-empty h1 { color: var(--ink); font-size: 35px; }

@media (max-width: 1100px) {
    .site-header { padding: 10px 0 0; }
    .site-header--fixed { top: 8px; width: min(100% - 16px, 720px); }
    .site-nav { width: min(100% - 16px, 720px); height: 58px; padding: 0 8px 0 12px; }
    .header-spacer { height: 76px; }
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { width: 44px; height: 44px; position: relative; z-index: 130; display: grid; place-items: center; padding: 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
    .menu-toggle::after { content: ''; width: 36px; height: 36px; position: absolute; border: 1px solid transparent; border-radius: 50%; transition: border-color .25s ease, transform .25s ease; }
    .menu-toggle:hover::after, .menu-toggle:focus-visible::after { border-color: rgba(3,52,49,.2); transform: scale(1.08); }
    .menu-lines { width: 22px; height: 16px; display: flex; flex-direction: column; justify-content: space-between; grid-area: 1 / 1; transition: opacity .2s ease, transform .25s ease; }
    .menu-lines span { width: 22px; height: 2px; display: block; background: currentColor; border-radius: 2px; transition: transform .25s ease, width .25s ease; }
    .menu-lines--open span:last-child { width: 14px; align-self: flex-end; }
    .menu-toggle:hover .menu-lines--open span:last-child { width: 22px; }
    .menu-lines--close { opacity: 0; transform: rotate(-90deg) scale(.7); }
    .nav-sheet-open .menu-lines--open, body.nav-sheet-open .menu-lines--open { opacity: 0; transform: rotate(90deg) scale(.7); }
    .nav-sheet-open .menu-lines--close, body.nav-sheet-open .menu-lines--close { opacity: 1; transform: rotate(0) scale(1); }
    .nav-overlay { display: block; position: fixed; inset: 0; z-index: 9998; border: 0; padding: 0; margin: 0; background: rgba(2,42,40,.48); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s ease, visibility .3s ease; }
    .nav-sheet-open .nav-overlay, body.nav-sheet-open .nav-overlay { opacity: 1; visibility: visible; pointer-events: auto; }
    .mobile-nav { display: block; position: fixed; z-index: 9999; right: 0; bottom: 0; left: 0; max-height: min(88dvh, 640px); overflow-y: auto; padding: 8px 20px calc(20px + env(safe-area-inset-bottom)); color: white; background: #022a28; border-radius: 24px 24px 0 0; box-shadow: 0 -20px 55px rgba(2,42,40,.28); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(105%); transition: opacity .35s ease, visibility .35s ease, transform .45s cubic-bezier(.22,.8,.25,1); }
    .nav-sheet-open .mobile-nav, body.nav-sheet-open .mobile-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
    .mobile-nav__handle { display: flex; justify-content: center; padding: 6px 0 14px; cursor: ns-resize; }
    .mobile-nav__handle span { width: 44px; height: 4px; display: block; background: rgba(216,178,115,.85); border-radius: 4px; }
    .mobile-nav__heading { display: flex; align-items: center; justify-content: space-between; padding: 0 2px 12px; color: var(--gold-light); font-size: 13px; font-weight: 800; }
    .mobile-nav__heading small { color: #9fc0b3; font-size: 10px; font-weight: 400; }
    .mobile-nav a { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 10px 4px; color: #d9ebe3; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
    .mobile-nav a:hover, .mobile-nav a.is-active { padding-right: 9px; color: var(--gold-light); }
    .mobile-nav a svg { width: 18px; height: 18px; color: #7ec9b0; stroke-width: 1.8; flex-shrink: 0; }
    .mobile-nav a.is-active svg { color: var(--gold-light); }
    .mobile-nav a b { margin-right: auto; color: #658a7d; direction: ltr; font-family: Georgia, serif; font-size: 11px; font-weight: 400; }
    .mobile-nav__footer { display: flex; align-items: center; gap: 7px; padding-top: 16px; color: #8eb5a7; font-size: 11px; }
    .mobile-nav__footer svg { width: 13px; height: 13px; color: var(--gold-light); }
}

@media (max-width: 800px) {
    .hero-section { min-height: auto; }
    .hero-inner { width: min(100% - 32px, 560px); min-height: auto; display: flex; flex-direction: column; gap: 12px; padding: 42px 0 72px; align-items: stretch; }
    .hero-copy--intro { order: 1; text-align: center; }
    .hero-copy h1 { font-size: 36px; }
    .hero-copy p { max-width: 440px; margin: 0 auto 18px; font-size: 13px; }
    .hero-portrait-wrap { order: 2; width: min(100%, 390px); height: 500px; margin: 0 auto 92px; }
    .hero-portrait-glow { width: 310px; height: 310px; bottom: 70px; }
    .hero-achievements { width: calc(100% + 18px); padding: 12px 7px; bottom: -78px; }
    .hero-achievement { gap: 5px; padding: 4px 5px; }
    .hero-achievement strong { font-size: 24px; }
    .hero-achievement strong small { font-size: 13px; }
    .hero-achievement span { font-size: 8px; }
    .hero-copy--work { order: 3; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
    .work-card { width: min(100%, 250px); margin: 0; }
    .hero-copy--work .text-link { width: 100%; margin-top: 8px; text-align: center; }
    .hero-footer { width: calc(100% - 32px); bottom: 18px; }
    .about-section { padding: 65px 0 80px; }
    .about-shell { width: min(100% - 32px, 560px); min-height: 0; display: flex; flex-direction: column; gap: 28px; }
    .about-visual { width: 100%; min-height: 430px; order: 1; }
    .about-portrait { width: min(390px, 112%); height: 430px; }
    .about-visual__wash { width: min(330px, 92%); }
    .about-visual__label { top: 55px; right: 0; font-size: 9px; }
    .about-stamp { left: 0; bottom: 18px; }
    .about-copy { order: 2; text-align: right; }
    .about-copy h1 { font-size: 34px; }
    .about-copy__text { font-size: 13px; line-height: 2.2; }
    .about-highlights { margin-top: 30px; }
    .about-highlights div { padding: 0 9px; }
}

/* Shared home-page visual system */
.section-shell { width: min(1120px, calc(100% - 48px)); margin: auto; }
.value-section, .portfolio-section, .contact-section { padding: 116px 0; background: var(--paper); }
.portfolio-section { background: #eef4f0; }
.ventures-section { position: relative; overflow: hidden; padding: 120px 0 130px; color: #e9fff6; background: #031f24 url('/static/images/hero-bg-1.svg') center / cover no-repeat; isolation: isolate; }
.ventures-section::before { content: ''; position: absolute; width: 620px; height: 620px; right: -260px; top: -180px; border: 1px solid rgba(70, 255, 209, .25); border-radius: 50%; box-shadow: 0 0 90px rgba(29, 255, 205, .12); animation: venture-orbit 18s linear infinite; }
.ventures-section::after { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 18% 80%, rgba(0, 255, 191, .13), transparent 27%), linear-gradient(115deg, rgba(2, 24, 31, .92), rgba(2, 48, 53, .78)); pointer-events: none; }
.ventures-section .section-heading h2 { color: #f4fffb; }
.ventures-section .section-heading > p { color: #a8c8c2; }
.ventures-section .eyebrow { color: #65f2ce; }
.ventures-heading { position: relative; z-index: 1; }
.ventures-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ventures-line { position: absolute; z-index: 0; top: 43px; right: 8%; left: 8%; height: 1px; background: linear-gradient(90deg, transparent, rgba(185, 138, 69, .65), transparent); }
.venture-card { position: relative; z-index: 1; min-width: 0; padding: 0 18px 25px; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.04)); border: 1px solid rgba(151, 255, 226, .28); border-radius: 18px; box-shadow: inset 0 1px rgba(255,255,255,.22), 0 18px 45px rgba(0, 0, 0, .2); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.venture-card::before { content: ''; position: absolute; inset: 1px; border-radius: 17px; background: linear-gradient(120deg, rgba(100, 255, 219, .14), transparent 38%); pointer-events: none; }
.venture-card:hover, .venture-card.is-expanded { transform: translateY(-10px); border-color: rgba(101, 242, 206, .8); box-shadow: 0 0 0 1px rgba(101,242,206,.18), 0 24px 55px rgba(0, 255, 204, .17); }
.venture-step { width: 54px; height: 54px; display: grid; place-items: center; margin: -1px auto 20px; color: #04262b; background: #65f2ce; border: 7px solid #082b30; border-radius: 50%; font-size: 11px; font-weight: 900; box-shadow: 0 0 0 1px #65f2ce, 0 0 24px rgba(101, 242, 206, .65); }
.venture-card__image { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 18px; background: rgba(255,255,255,.9); border: 2px solid rgba(101, 242, 206, .5); border-radius: 50%; overflow: hidden; box-shadow: 0 0 25px rgba(101, 242, 206, .15); }
.venture-card__image img { width: 100%; height: 100%; object-fit: cover; }
.venture-card__body { position: relative; z-index: 1; text-align: center; }
.venture-year { color: #65f2ce; font-size: 10px; font-weight: 800; }
.venture-card h3 { min-height: 48px; margin: 8px 0 12px; color: #f4fffb; font-size: 15px; line-height: 1.65; }
.venture-card__toggle { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: #b9fff0; background: rgba(101, 242, 206, .08); border: 1px solid rgba(101, 242, 206, .3); border-radius: 7px; font: inherit; font-size: 10px; cursor: pointer; transition: color .2s ease, background .2s ease; }
.venture-card__toggle:hover, .venture-card.is-expanded .venture-card__toggle { color: #04262b; background: #65f2ce; }
.venture-card__toggle svg { width: 13px; height: 13px; transition: transform .3s ease; }
.venture-card.is-expanded .venture-card__toggle svg { transform: rotate(45deg); }
.venture-card__details { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s ease, opacity .3s ease, margin .45s ease; }
.venture-card__details > * { overflow: hidden; }
.venture-card.is-expanded .venture-card__details { grid-template-rows: 1fr; opacity: 1; margin-top: 15px; }
.venture-card p { min-height: 0; margin: 0; color: #b8d5cf; font-size: 11px; line-height: 2.05; }
.venture-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: #65f2ce; font-size: 10px; font-weight: 800; }
.venture-link:hover { color: white; }
.venture-link svg { width: 14px; height: 14px; }
.scroll-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.scroll-reveal.is-visible { opacity: 1; transform: translateY(0); }
.venture-card:nth-child(2) { transition-delay: .08s; }
.venture-card:nth-child(3) { transition-delay: .16s; }
.venture-card:nth-child(4) { transition-delay: .24s; }
.venture-card:nth-child(5) { transition-delay: .32s; }
@keyframes venture-orbit { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .scroll-reveal, .venture-card { transition: none; } .scroll-reveal { opacity: 1; transform: none; } }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 58px; }
.section-heading h2, .stats-intro h2, .contact-copy h2 { margin: 0; color: var(--ink); font-size: clamp(30px, 4vw, 49px); font-weight: 900; line-height: 1.55; }
.section-heading h2 em, .stats-intro h2 em, .contact-copy h2 em { color: var(--violet); font-style: normal; }
.section-heading > p { max-width: 330px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 2.2; }
.section-heading--compact { align-items: center; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #e5e1eb; }
.value-item { position: relative; padding: 34px 28px 10px 0; border-left: 1px solid #e5e1eb; }
.value-item:first-child { padding-right: 0; }
.value-item:last-child { border-left: 0; }
.line-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 30px; color: var(--violet); border: 1px solid #d8c8ec; border-radius: 11px; }
.line-icon svg { width: 19px; height: 19px; stroke-width: 1.7; }
.value-number { position: absolute; left: 22px; top: 40px; color: #b9b2c3; font-size: 11px; direction: ltr; }
.value-item h3 { margin: 0 0 12px; color: var(--ink); font-size: 19px; }
.value-item p { max-width: 240px; margin: 0; color: var(--muted); font-size: 12px; line-height: 2.1; }
.outline-button { display: inline-flex; align-items: center; gap: 12px; padding: 13px 18px; color: var(--ink); border: 1px solid #d6d1dc; border-radius: 8px; font-size: 11px; transition: all .2s ease; }
.outline-button:hover { color: white; border-color: var(--violet); background: var(--violet); }
.outline-button svg, .primary-button svg, .contact-email svg { width: 15px; height: 15px; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.portfolio-card { min-width: 0; }
.portfolio-image { height: 235px; position: relative; overflow: hidden; border-radius: 13px; background: #e4dff0; }
.portfolio-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(29, 11, 49, .3)); pointer-events: none; }
.portfolio-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.portfolio-card:hover img { transform: scale(1.06); }
.portfolio-index { position: absolute; z-index: 1; top: 16px; right: 17px; color: white; font-size: 11px; }
.portfolio-meta { display: flex; align-items: center; justify-content: space-between; padding: 18px 2px; }
.portfolio-meta span { color: var(--violet); font-size: 10px; }
.portfolio-meta h3 { margin: 5px 0 0; color: var(--ink); font-size: 15px; }
.icon-button { width: 35px; height: 35px; display: grid; place-items: center; color: var(--violet); border: 1px solid #d6c9e4; border-radius: 50%; transition: all .2s ease; }
.icon-button:hover { color: white; background: var(--violet); }
.icon-button svg { width: 14px; height: 14px; }
.packages-section { padding: 116px 0; background: #fff; }
.section-heading--packages { margin-bottom: 42px; }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.package-card { position: relative; padding: 30px 26px 25px; background: #f7faf7; border: 1px solid #e0eae4; border-radius: 15px; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; overflow: hidden; }
.package-card::before { content: ''; position: absolute; width: 180px; height: 180px; left: -90px; bottom: -110px; border-radius: 50%; background: rgba(216, 178, 115, .14); transition: transform .45s ease; }
.package-card:hover { transform: translateY(-9px); border-color: var(--gold-light); box-shadow: 0 22px 45px rgba(2, 42, 40, .12); }
.package-card:hover::before { transform: scale(2.2); }
.package-card--featured { color: white; background: var(--green); border-color: var(--green); box-shadow: 0 18px 35px rgba(3, 52, 49, .16); }
.package-card--featured::before { background: rgba(216, 178, 115, .18); }
.package-badge { position: absolute; top: 18px; left: 18px; padding: 6px 10px; color: var(--green); background: var(--gold-light); border-radius: 20px; font-size: 9px; }
.package-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 30px; color: var(--violet); background: #f7eddb; border-radius: 11px; }
.package-icon svg { width: 20px; height: 20px; stroke-width: 1.7; }
.package-label { position: relative; display: block; margin-bottom: 9px; color: var(--violet); font-size: 10px; }
.package-card h3 { position: relative; margin: 0 0 13px; color: var(--ink); font-size: 20px; }
.package-card--featured h3 { color: white; }
.package-card p { position: relative; min-height: 54px; margin: 0 0 20px; color: var(--muted); font-size: 11px; line-height: 2; }
.package-card--featured p { color: #d6e2dd; }
.package-card ul { position: relative; display: grid; gap: 10px; margin: 0 0 25px; padding: 18px 0 0; border-top: 1px solid #dfe8e2; list-style: none; }
.package-card--featured ul { border-color: rgba(255,255,255,.2); }
.package-card li { display: flex; align-items: center; gap: 7px; color: var(--ink); font-size: 10px; }
.package-card--featured li { color: #edf5f0; }
.package-card li svg { width: 14px; height: 14px; color: var(--violet); stroke-width: 2; }
.package-link { position: relative; display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: 11px; font-weight: 700; }
.package-card--featured .package-link { color: var(--gold-light); }
.package-link svg { width: 15px; height: 15px; }
.stats-section { padding: 100px 0; color: white; background: var(--green-deep); position: relative; overflow: hidden; }
.stats-section::before { content: ''; position: absolute; width: 600px; height: 600px; right: -260px; top: -300px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.stats-section .section-shell { display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 80px; position: relative; z-index: 1; }
.stats-intro .eyebrow { color: var(--gold-light); }
.stats-intro h2 { color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding-right: 22px; border-right: 1px solid rgba(255,255,255,.18); }
.stat-item:first-child { border-right: 0; padding-right: 0; }
.stat-value { direction: ltr; color: white; font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1; }
.stat-value small { color: var(--gold-light); font-size: 21px; }
.stat-item p { margin: 14px 0 0; color: #d6cbe4; font-size: 11px; }
.contact-section { background: #fff; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy p { max-width: 300px; margin: 24px 0; color: var(--muted); font-size: 13px; line-height: 2.1; }
.contact-email { display: inline-flex; align-items: center; gap: 9px; color: var(--violet); font-size: 13px; font-weight: 700; }
.contact-form { display: grid; gap: 20px; padding: 30px; background: #f7f5fa; border-radius: 15px; }
.contact-form label { display: grid; gap: 9px; color: #615b68; font-size: 11px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 0; color: var(--ink); font: inherit; font-size: 12px; background: transparent; border: 0; border-bottom: 1px solid #dad4e1; outline: 0; resize: vertical; transition: border .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--violet); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #b0aab6; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; min-width: 150px; padding: 14px 20px; color: white; background: var(--violet); border: 0; border-radius: 8px; font: inherit; font-size: 12px; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.primary-button:hover { background: var(--violet-dark); transform: translateY(-2px); }
/* ===== فوتر - لیکوئید گلس (مشابه صفحه درباره) ===== */
.site-footer {
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 70px 0 28px;
    color: white;
    background:
        radial-gradient(140% 120% at 15% -10%, rgba(185, 138, 69, .28) 0%, transparent 46%),
        radial-gradient(120% 120% at 90% 115%, rgba(115, 209, 204, .14) 0%, transparent 52%),
        linear-gradient(165deg, rgba(3, 52, 49, .97) 0%, rgba(2, 42, 40, .94) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 -34px 70px rgba(2, 42, 40, .35), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 42%);
}
.footer-shell { width: min(1120px, calc(100% - 48px)); margin: auto; position: relative; z-index: 1; }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 50px; }
.footer-brand { display: inline-flex; align-items: center; color: white; font-size: 26px; font-weight: 900; letter-spacing: -.01em; }
.footer-brand span { margin-right: 5px; color: var(--gold-light); }
.footer-main p { margin: 12px 0 0; color: #c6d8d0; font-size: 11px; line-height: 1.9; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px; font-size: 11px; }
.footer-links a { display: inline-flex; align-items: center; padding: 9px 15px; color: #dbe9e2; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.footer-links a:hover { color: white; background: rgba(185, 138, 69, .32); border-color: rgba(185, 138, 69, .6); transform: translateY(-2px); }
.footer-social { display: flex; gap: 10px; direction: ltr; }
.footer-social a { width: 38px; height: 38px; display: grid; place-items: center; color: #e2ece5; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.footer-social a:hover { color: white; background: rgba(185, 138, 69, .3); border-color: rgba(185, 138, 69, .55); transform: translateY(-2px); }
.footer-social svg { width: 15px; height: 15px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 20px; color: #9fc0b3; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 10px; }

@media (max-width: 800px) {
    .section-shell, .footer-shell { width: calc(100% - 32px); }
    .value-section, .portfolio-section, .contact-section { padding: 75px 0; }
    .ventures-section { padding: 78px 0 88px; }
    .ventures-timeline { grid-template-columns: 1fr; gap: 18px; }
    .ventures-line { top: 0; bottom: 0; right: 27px; left: auto; width: 1px; height: auto; background: linear-gradient(180deg, transparent, rgba(185, 138, 69, .65), transparent); }
    .venture-card { display: grid; grid-template-columns: 62px 1fr; gap: 15px; padding: 18px 16px; }
    .venture-step { grid-row: 1 / 3; width: 54px; margin: 0; }
    .venture-card__image { width: 66px; height: 66px; margin: 0; }
    .venture-card__body { text-align: right; }
    .venture-card h3, .venture-card p { min-height: 0; }
    .venture-card h3 { margin-top: 4px; }
    .venture-link { margin-top: 12px; }
    .section-heading { display: block; margin-bottom: 35px; }
    .section-heading > p { margin-top: 20px; }
    .section-heading--compact .outline-button { margin-top: 22px; }
    .value-grid, .portfolio-grid { grid-template-columns: 1fr; }
    .packages-grid { grid-template-columns: 1fr; }
    .packages-section { padding: 75px 0; }
    .package-card { padding: 26px 22px 23px; }
    .value-item, .value-item:first-child { padding: 28px 0; border-left: 0; border-bottom: 1px solid #e5e1eb; }
    .value-item:last-child { border-bottom: 0; }
    .value-number { left: 0; top: 34px; }
    .portfolio-image { height: 220px; }
    .stats-section { padding: 75px 0; }
    .stats-section .section-shell { display: block; }
    .stats-grid { margin-top: 45px; grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
    .stat-item:nth-child(3) { border-right: 0; padding-right: 0; }
    .contact-layout { display: block; }
    .contact-form { margin-top: 40px; padding: 24px; }
    .footer-main { grid-template-columns: 1fr; gap: 25px; padding-bottom: 35px; }
    .footer-bottom { gap: 10px; }
}

/* Editorial business timeline */
.ventures-section { padding: 132px 0 145px; color: var(--ink); background: #f6f3ec url('/static/images/hero-bg-1.svg') center / 760px auto no-repeat; }
.ventures-section::before { width: 1px; height: 100%; right: 12%; top: 0; border: 0; border-radius: 0; background: rgba(3, 52, 49, .08); box-shadow: none; animation: none; }
.ventures-section::after { background: rgba(246, 243, 236, .9); z-index: -1; }
.ventures-section .section-heading h2 { color: var(--ink); }
.ventures-section .section-heading > p { color: var(--muted); }
.ventures-section .eyebrow { color: var(--violet); }
.ventures-timeline { display: block; padding: 16px 0 0; }
.ventures-line { top: 0; right: 12%; left: auto; width: 1px; height: 100%; background: #d6c9b6; }
.venture-card, .venture-card:hover, .venture-card.is-expanded { display: grid; grid-template-columns: 90px 150px minmax(0, 1fr); align-items: start; gap: 34px; min-height: 190px; margin: 0; padding: 34px 0 34px 9%; background: transparent; border: 0; border-radius: 0; box-shadow: none; transform: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.venture-card::before { display: none; }
.venture-card + .venture-card { border-top: 1px solid #e2dbcf; }
.venture-step { width: 64px; height: auto; margin: 0; padding-top: 7px; color: var(--violet); background: transparent; border: 0; border-radius: 0; box-shadow: none; font-family: Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1; }
.venture-card__image { width: 132px; height: 132px; margin: 0; background: #fff; border: 1px solid #d8cbb9; border-radius: 50%; box-shadow: 8px 8px 0 rgba(185, 138, 69, .13); }
.venture-card__body { max-width: 610px; padding-top: 2px; text-align: right; }
.venture-year { color: var(--violet); font-size: 11px; letter-spacing: .03em; }
.venture-card h3 { min-height: 0; margin: 8px 0 15px; color: var(--ink); font-size: 22px; line-height: 1.6; }
.venture-card__toggle { padding: 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--violet); border-radius: 0; font-size: 11px; }
.venture-card__toggle:hover, .venture-card.is-expanded .venture-card__toggle { color: var(--violet); background: transparent; }
.venture-card__toggle svg { width: 14px; height: 14px; }
.venture-card__details { max-width: 570px; }
.venture-card p { color: var(--muted); font-size: 13px; line-height: 2.2; }
.venture-link { color: var(--violet); font-size: 11px; }
.venture-link:hover { color: var(--ink); }
.venture-card:nth-child(2), .venture-card:nth-child(3), .venture-card:nth-child(4), .venture-card:nth-child(5) { transition-delay: 0s; }

@media (max-width: 800px) {
    .ventures-section { padding: 80px 0 90px; background-size: 520px auto; }
    .ventures-section::before { right: 25px; }
    .ventures-timeline { padding-top: 0; }
    .ventures-line { right: 25px; }
    .venture-card, .venture-card:hover, .venture-card.is-expanded { display: grid; grid-template-columns: 54px 78px minmax(0, 1fr); gap: 14px; min-height: 0; padding: 30px 0 30px 0; }
    .venture-step { width: 54px; font-size: 22px; }
    .venture-card__image { width: 72px; height: 72px; box-shadow: 5px 5px 0 rgba(185, 138, 69, .13); }
    .venture-card__body { padding-top: 0; }
    .venture-card h3 { margin: 5px 0 12px; font-size: 16px; }
    .venture-card p { font-size: 11px; line-height: 2; }
    .venture-card__toggle { font-size: 10px; }
}

.venture-card.scroll-reveal { opacity: 0; transform: translateY(42px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.venture-card.scroll-reveal.is-visible { opacity: 1; transform: translateY(0); }
.venture-card:nth-child(2).scroll-reveal { transition-delay: .05s; }
.venture-card:nth-child(3).scroll-reveal { transition-delay: .16s; }
.venture-card:nth-child(4).scroll-reveal { transition-delay: .27s; }
.venture-card:nth-child(5).scroll-reveal { transition-delay: .38s; }
.ventures-section .ventures-line { background: linear-gradient(180deg, transparent, var(--green), var(--violet), transparent); }
.ventures-section .venture-card__toggle { color: var(--green); border-color: var(--green); }
.ventures-section .venture-card__toggle:hover, .ventures-section .venture-card.is-expanded .venture-card__toggle { color: white; background: var(--green); }
.ventures-section .venture-link { color: var(--green); }
.ventures-section .venture-link:hover { color: var(--violet); }
.ventures-section .venture-year { color: var(--green); }
.ventures-section .venture-step { color: var(--green); }

@media (prefers-reduced-motion: reduce) {
    .venture-card.scroll-reveal { opacity: 1; transform: none; transition: none; }
}

/* Neon action button adapted to the brand palette */
.venture-card__toggle {
    position: relative;
    padding: 10px 22px;
    overflow: visible;
    color: #eafff8;
    background: var(--green-deep);
    border: 1px solid rgba(101, 242, 206, .45);
    border-radius: 6px;
    box-shadow: 0 0 28px rgba(3, 52, 49, .35);
    -webkit-box-reflect: below 8px linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.16));
    font-size: 10px;
    font-weight: 700;
    transition: .6s ease;
}
.venture-card__toggle:hover, .venture-card.is-expanded .venture-card__toggle {
    color: #04262b;
    background: linear-gradient(270deg, rgba(185, 138, 69, .92), rgba(101, 242, 206, .95) 62%);
    border-color: #65f2ce;
    box-shadow: 0 0 38px rgba(101, 242, 206, .38);
}
.venture-card__toggle:active { transform: scale(.92); }
.venture-card__toggle svg { margin-right: 5px; }

/* Business constellation: an open, spatial alternative to card layouts */
.ventures-section { overflow: hidden; padding: 128px 0 150px; color: #e8f4ed; background: var(--green-deep) url('/static/images/hero-bg-1.svg') center / 900px auto no-repeat; }
.ventures-section::after { background: radial-gradient(circle at 50% 48%, rgba(216,178,115,.1), transparent 23%), linear-gradient(135deg, rgba(2,42,40,.92), rgba(2,42,40,.78)); }
.ventures-section::before { right: 50%; top: 50%; width: 690px; height: 690px; border: 1px solid rgba(216,178,115,.2); border-radius: 50%; transform: translate(50%, -50%); }
.ventures-heading { display: block; max-width: 650px; margin: 0 auto 30px; text-align: center; }
.ventures-heading .eyebrow { color: var(--gold-light); }
.ventures-section .section-heading h2 { color: #f3fbf5; font-size: clamp(34px, 5vw, 61px); line-height: 1.45; }
.ventures-section .section-heading > p { max-width: 480px; margin: 15px auto 0; color: #b3ccc0; }
.ventures-timeline { width: min(930px, 100%); height: 680px; margin: 0 auto; padding: 0; position: relative; }
.ventures-line { top: 50%; right: 50%; left: auto; width: 530px; height: 530px; border: 1px solid rgba(216,178,115,.34); border-radius: 50%; background: transparent; transform: translate(50%, -50%) rotate(-12deg); }
.ventures-line::before, .ventures-line::after { content: ''; position: absolute; inset: 42px; border: 1px dashed rgba(101,242,206,.25); border-radius: 50%; }
.ventures-line::after { inset: 112px; border-style: solid; border-color: rgba(255,255,255,.09); }
.venture-card, .venture-card:hover, .venture-card.is-expanded { position: absolute; display: block; min-height: 0; width: 245px; margin: 0; padding: 0; text-align: center; transform: none; border: 0; background: transparent; box-shadow: none; }
.venture-card:nth-child(2) { top: 44px; right: 3%; }
.venture-card:nth-child(3) { top: 245px; left: 0; }
.venture-card:nth-child(4) { right: 5%; bottom: 15px; }
.venture-card:nth-child(5) { right: 50%; bottom: 0; transform: translateX(50%); }
.venture-card:nth-child(5).scroll-reveal.is-visible { transform: translateX(50%); }
.venture-card::after { content: ''; position: absolute; z-index: -1; width: 12px; height: 12px; border: 2px solid var(--gold-light); border-radius: 50%; background: var(--green-deep); box-shadow: 0 0 0 7px rgba(216,178,115,.08), 0 0 24px rgba(216,178,115,.5); }
.venture-card:nth-child(2)::after { bottom: 18px; left: -49px; }
.venture-card:nth-child(3)::after { top: 28px; right: -49px; }
.venture-card:nth-child(4)::after { top: 25px; left: -49px; }
.venture-card:nth-child(5)::after { top: -35px; left: 50%; }
.venture-card__image { width: 112px; height: 112px; margin: 0 auto 14px; background: #fdfcf8; border: 2px solid rgba(216,178,115,.7); box-shadow: 0 0 0 9px rgba(216,178,115,.06), 0 12px 30px rgba(0,0,0,.28); }
.venture-step { width: auto; height: auto; margin: 0 0 5px; padding: 0; color: var(--gold-light); font-family: Georgia, serif; font-size: 14px; }
.venture-card__body { max-width: 245px; padding: 0; text-align: center; }
.venture-year { color: #65f2ce; font-size: 10px; }
.venture-card h3 { min-height: 0; margin: 5px 0 9px; color: #f3fbf5; font-size: 15px; line-height: 1.6; }
.venture-card__toggle { padding: 7px 13px; color: #b9ded1; background: transparent; border: 1px solid rgba(101,242,206,.5); border-radius: 30px; box-shadow: none; -webkit-box-reflect: none; font-size: 9px; }
.venture-card__toggle:hover, .venture-card.is-expanded .venture-card__toggle { color: var(--green-deep); background: var(--gold-light); border-color: var(--gold-light); box-shadow: 0 0 22px rgba(216,178,115,.3); }
.venture-card__details { max-width: 245px; margin-right: auto; margin-left: auto; }
.venture-card p { color: #b8d3c6; font-size: 10px; line-height: 2; }
.venture-link { color: #65f2ce; font-size: 9px; }
.venture-card.scroll-reveal { opacity: 0; transform: translateY(28px); }
.venture-card.scroll-reveal.is-visible { opacity: 1; transform: translateY(0); }
.venture-card:nth-child(5).scroll-reveal { transform: translate(50%, 28px); }
.venture-card:nth-child(5).scroll-reveal.is-visible { transform: translate(50%, 0); }

@media (max-width: 800px) {
    .ventures-section { padding: 85px 0 105px; background-size: 650px auto; }
    .ventures-section::before { right: 50%; top: 58%; width: 470px; height: 470px; }
    .ventures-timeline { width: 100%; height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px 20px; padding-top: 25px; }
    .ventures-line { top: 5%; right: 50%; width: 390px; height: 390px; }
    .venture-card, .venture-card:hover, .venture-card.is-expanded { position: relative; inset: auto; display: block; width: auto; padding: 0; transform: none; }
    .venture-card:nth-child(5), .venture-card:nth-child(5).scroll-reveal.is-visible { transform: none; }
    .venture-card::after { display: none; }
    .venture-card__image { width: 86px; height: 86px; }
    .venture-card__body { max-width: 175px; }
    .venture-card h3 { font-size: 13px; }
    .venture-card__details { max-width: 175px; }
}

.venture-card__toggle,
.ventures-section .venture-card__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 126px;
    min-height: 38px;
    padding: 9px 16px;
    color: #ffffff;
    background: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    box-shadow: 0 8px 18px rgba(3, 52, 49, .2);
    -webkit-box-reflect: none;
    font-size: 11px;
    font-weight: 700;
}
.venture-card__toggle:hover,
.venture-card.is-expanded .venture-card__toggle,
.ventures-section .venture-card__toggle:hover,
.ventures-section .venture-card.is-expanded .venture-card__toggle {
    color: #ffffff;
    background: var(--violet-dark);
    border-color: var(--violet-dark);
    box-shadow: 0 10px 24px rgba(3, 52, 49, .3);
}

@media (max-width: 800px) {
    .ventures-section { padding: 78px 0 92px; background-size: 620px auto; }
    .ventures-section::before { right: 24px; top: 0; width: 2px; height: 100%; border: 0; background: rgba(216,178,115,.08); transform: none; }
    .ventures-heading { margin-bottom: 25px; text-align: right; }
    .ventures-section .section-heading h2 { font-size: 34px; }
    .ventures-section .section-heading > p { margin: 12px 0 0; font-size: 12px; line-height: 2.1; }
    .ventures-timeline { display: block; width: 100%; height: auto; padding: 12px 0 0; }
    .ventures-line { top: 0; right: 24px; left: auto; width: 2px; height: 100%; border: 0; border-radius: 0; background: linear-gradient(180deg, var(--green) 0%, var(--green) 0%, rgba(216,178,115,.2) 0%); transform: none; }
    .ventures-line::before, .ventures-line::after { display: none; }
    .venture-card, .venture-card:hover, .venture-card.is-expanded { position: relative; display: grid; grid-template-columns: 48px 72px minmax(0, 1fr); align-items: start; gap: 13px; width: 100%; min-height: 0; padding: 30px 0 34px; text-align: right; transform: none; }
    .venture-card + .venture-card { border-top: 1px solid rgba(216,178,115,.15); }
    .venture-card::before { content: ''; display: block; position: absolute; z-index: 0; top: 0; bottom: 0; right: 23px; width: 2px; background: linear-gradient(180deg, transparent, rgba(101,242,206,.9), transparent); opacity: 0; transition: opacity .7s ease; }
    .venture-card.is-visible::before { opacity: 1; }
    .venture-card::after { content: ''; display: block; position: absolute; z-index: 2; top: 34px; right: 17px; width: 14px; height: 14px; border: 2px solid rgba(216,178,115,.65); border-radius: 50%; background: var(--green-deep); box-shadow: 0 0 0 5px rgba(216,178,115,.08); transition: border-color .4s ease, box-shadow .4s ease, background .4s ease; }
    .venture-card.is-visible::after { border-color: #65f2ce; background: #65f2ce; box-shadow: 0 0 0 6px rgba(101,242,206,.16), 0 0 25px rgba(101,242,206,.8); }
    .venture-card:nth-child(2), .venture-card:nth-child(3), .venture-card:nth-child(4), .venture-card:nth-child(5) { inset: auto; }
    .venture-card:nth-child(5).scroll-reveal, .venture-card:nth-child(5).scroll-reveal.is-visible { transform: none; }
    .venture-step { position: relative; z-index: 1; width: auto; margin: 0; padding-top: 2px; text-align: center; font-size: 20px; }
    .venture-card__image { position: relative; z-index: 1; width: 72px; height: 72px; margin: 0; box-shadow: 4px 4px 0 rgba(216,178,115,.16); }
    .venture-card__body { position: relative; z-index: 1; max-width: none; padding-left: 4px; text-align: right; }
    .venture-card h3 { margin: 5px 0 10px; color: #f3fbf5; font-size: 15px; line-height: 1.65; }
    .venture-card__details { max-width: none; margin: 0; }
    .venture-card p { font-size: 11px; line-height: 2.05; }
    .venture-card__toggle, .ventures-section .venture-card__toggle { min-width: 112px; min-height: 35px; padding: 8px 12px; font-size: 10px; }
}

/* Clean Card Ventures Section */
.ventures-cards {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #eef1f3 100%);
    position: relative;
    overflow: hidden;
}

.ventures-cards::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at top right, rgba(185, 138, 69, 0.06), transparent 70%);
    pointer-events: none;
}

.ventures-cards::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at bottom left, rgba(3, 52, 49, 0.04), transparent 70%);
    pointer-events: none;
}

.ventures-heading-cards {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.ventures-eyebrow-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #888;
}

.ventures-eyebrow-cards .line {
    width: 30px;
    height: 1px;
    background: #ccc;
}

.ventures-title-cards {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #1a1a1a;
    letter-spacing: -0.01em;
    position: relative;
    z-index: 1;
}

.ventures-title-cards em {
    font-style: normal;
    color: #999;
    font-weight: 400;
}

.ventures-subtitle-cards {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    max-width: 480px;
    position: relative;
    z-index: 1;
}

.ventures-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.venture-card-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    position: relative;
    overflow: hidden;
}

.venture-card-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--violet), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.venture-card-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    border-color: #e0e0e0;
}

.venture-card-card:hover::before {
    opacity: 1;
}

.venture-card-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.venture-card-card__image {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #eee;
}

.venture-card-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.venture-card-card:hover .venture-card-card__image img {
    transform: scale(1.05);
}

.venture-card-card__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.venture-card-card__year {
    font-size: 11px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.5px;
}

.venture-card-card__meta h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.venture-card-card:hover .venture-card-card__meta h3 {
    color: var(--violet);
}

.venture-card-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.venture-card-card__body p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.venture-card-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
    width: fit-content;
}

.venture-card-card__link:hover {
    gap: 12px;
    color: var(--violet);
}

.venture-card-card__link i {
    transition: transform 0.3s ease;
}

.venture-card-card__link:hover i {
    transform: translate(-3px, -3px);
}

@media (max-width: 800px) {
    .ventures-cards {
        padding: 60px 0;
    }
    
    .ventures-cards::before,
    .ventures-cards::after {
        display: none;
    }
    
    .ventures-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .venture-card-card {
        padding: 24px;
    }
    
    .venture-card-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .venture-card-card__image {
        width: 56px;
        height: 56px;
    }
    
    .venture-card-card__meta h3 {
        font-size: 16px;
    }
    
    .venture-card-card__body p {
        font-size: 13px;
    }
}

/* ==========================================================================
   CONTACT PAGE & CONTACT SECTIONS REDESIGN
   ========================================================================== */

/* Contact Page Scroll Reveal Animations */
.contact-hero-content,
.contact-dossier,
.contact-form-wrapper,
.faq-accordion-item,
.cta-banner-card {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.contact-hero-content.is-visible,
.contact-dossier.is-visible,
.contact-form-wrapper.is-visible,
.faq-accordion-item.is-visible,
.cta-banner-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Form Field Focus State */
.form-field--floating {
    position: relative;
}

.form-field--floating label {
    position: absolute;
    right: 46px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
    background: transparent;
    padding: 0 4px;
    z-index: 1;
}

.form-field--floating input:focus ~ label,
.form-field--floating input:not(:placeholder-shown) ~ label,
.form-field--floating select:focus ~ label,
.form-field--floating select:not(:placeholder-shown) ~ label,
.form-field--floating textarea:focus ~ label,
.form-field--floating textarea:not(:placeholder-shown) ~ label {
    top: -8px;
    right: 12px;
    transform: translateY(0) scale(0.85);
    color: var(--violet);
    background: linear-gradient(135deg, #ffffff 0%, #f8faf8 100%);
    border-radius: 4px;
    padding: 0 6px;
}

.form-field--floating.is-focused {
    transform: translateY(-2px);
}

.form-field--floating.is-focused .input-with-icon--modern {
    border-color: rgba(216, 178, 115, 0.5);
    box-shadow: 0 0 0 4px rgba(216, 178, 115, 0.1);
}

.contact-page {
    background: #f8faf8;
    color: var(--ink);
    min-height: 100vh;
}

.contact-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* Contact Hero Section */
.contact-hero-section {
    position: relative;
    padding: 90px 0 65px;
    background: linear-gradient(175deg, var(--green-deep) 0%, #032321 65%, #053330 100%);
    color: white;
    overflow: hidden;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: radial-gradient(circle at 80% 20%, var(--gold-light) 0%, transparent 40%),
                      linear-gradient(rgba(216, 178, 115, 0.4) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(216, 178, 115, 0.4) 1px, transparent 1px);
    background-size: 100% 100%, 64px 64px, 64px 64px;
    pointer-events: none;
}

/* Hero Particles */
.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.hero-particles::before,
.hero-particles::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 178, 115, 0.3) 0%, transparent 70%);
    animation: particleFloat 15s infinite ease-in-out;
}

.hero-particles::before {
    width: 300px;
    height: 300px;
    top: -100px;
    right: 10%;
    animation-delay: 0s;
}

.hero-particles::after {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: 5%;
    animation-delay: -5s;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, -20px) scale(1.1);
        opacity: 0.8;
    }
    50% {
        transform: translate(-20px, 30px) scale(0.9);
        opacity: 0.5;
    }
    75% {
        transform: translate(-30px, -10px) scale(1.05);
        opacity: 0.7;
    }
}

/* Dynamic Particle Animation */
.hero-particles > div {
    animation: particleFloatRandom 15s infinite ease-in-out;
}

@keyframes particleFloatRandom {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }
    33% {
        transform: translate(20px, -15px) scale(1.2);
        opacity: 0.9;
    }
    66% {
        transform: translate(-15px, 25px) scale(0.8);
        opacity: 0.4;
    }
}

/* Hero Glow Effect */
.hero-glow-effect {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 50%, rgba(216, 178, 115, 0.15) 0%, transparent 50%);
    pointer-events: none;
    animation: glowPulse 8s infinite ease-in-out;
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

/* Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 600;
    animation: scrollBounce 2s infinite;
}

.scroll-arrow {
    width: 24px;
    height: 24px;
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transform: rotate(45deg);
}

@keyframes scrollBounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

/* Animated Title */
.hero-title-animated {
    position: relative;
    z-index: 2;
}

.hero-title-animated em {
    position: relative;
    display: inline-block;
}

.hero-title-animated em::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-light), var(--violet));
    border-radius: 2px;
    animation: titleUnderline 3s infinite ease-in-out;
}

@keyframes titleUnderline {
    0%, 100% {
        transform: scaleX(0);
        transform-origin: right;
    }
    50% {
        transform: scaleX(1);
        transform-origin: left;
    }
}

/* Animated Highlights */
.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.highlight-item:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(216, 178, 115, 0.4);
    transform: translateY(-2px);
}

.highlight-item i {
    width: 20px;
    height: 20px;
    color: var(--gold-light);
}

.highlight-item--animated {
    position: relative;
    overflow: hidden;
}

.highlight-icon-wrapper {
    position: relative;
    z-index: 2;
}

.highlight-item--animated::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(216, 178, 115, 0.2) 0%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.highlight-item--animated:hover::before {
    transform: translateX(0);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(216, 178, 115, 0.12);
    border: 1px solid rgba(216, 178, 115, 0.3);
    border-radius: 999px;
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 22px;
    backdrop-filter: blur(10px);
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2ed573;
    box-shadow: 0 0 10px #2ed573;
    display: inline-block;
    animation: statusPulse 2s infinite ease-in-out;
}

@keyframes statusPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.35); opacity: 0.6; }
}

.contact-hero-content h1 {
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 900;
    line-height: 1.35;
    margin: 0 0 18px;
    color: #ffffff;
}

.contact-hero-sub {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 24px;
}

.contact-hero-content h1 em {
    position: relative;
    display: inline-block;
}

.contact-hero-content h1 em::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-light), var(--violet));
    border-radius: 2px;
    animation: titleUnderline 3s infinite ease-in-out;
}

/* Contact Hero Subtitle */
.contact-hero-sub {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 24px;
}

.contact-highlights {
    display: flex;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Main Contact Layout */
.contact-main-section {
    padding: 70px 0 90px;
}

.contact-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.dossier-header {
    margin-bottom: 28px;
}

.dossier-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: var(--ink);
    margin: 8px 0 12px;
}

.dossier-header h2 em {
    color: var(--violet);
    font-style: normal;
}

.dossier-header p {
    color: var(--muted);
    font-size: 13px;
    line-height: 2;
    margin: 0;
}

.contact-cards-list {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.contact-card-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    background: #ffffff;
    border: 1px solid #e7efe9;
    border-radius: 14px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 4px 15px rgba(2, 42, 40, 0.02);
    position: relative;
    overflow: hidden;
}

/* Modern Contact Card */
.contact-card-item--modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8faf8 100%);
    border: 1px solid rgba(216, 178, 115, 0.2);
    backdrop-filter: blur(10px);
}

.contact-card-item--modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(216, 178, 115, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-card-item--modern:hover::after {
    opacity: 1;
}

.contact-card-item--modern:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 40px rgba(2, 42, 40, 0.12);
    border-color: rgba(216, 178, 115, 0.4);
}

/* Pulse Icon */
.card-icon--pulse {
    position: relative;
}

.card-icon--pulse::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 14px;
    background: rgba(3, 52, 49, 0.1);
    animation: iconPulse 2s infinite ease-in-out;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.2;
    }
}

.contact-card-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: var(--violet);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-card-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(2, 42, 40, 0.07);
    border-color: rgba(185, 138, 69, 0.35);
}

.contact-card-item:hover::before {
    opacity: 1;
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(3, 52, 49, 0.05);
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease, color 0.3s ease;
}

.contact-card-item:hover .card-icon {
    background: var(--green);
    color: var(--gold-light);
}

.card-icon svg, .card-icon i {
    width: 22px;
    height: 22px;
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-grow: 1;
}

.card-label {
    font-size: 11px;
    font-weight: 600;
    color: #889895;
    letter-spacing: 0.2px;
}

.card-val {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    text-decoration: none;
    transition: color 0.2s ease;
}

a.card-val:hover {
    color: var(--violet);
}

.card-val--address {
    font-style: normal;
    font-size: 13px;
    line-height: 1.6;
}

.card-val--text {
    font-size: 13px;
}

.card-sub {
    font-size: 10px;
    color: #9aa8a5;
}

.card-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f2f7f4;
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.card-action-btn:hover {
    background: var(--violet);
    color: #ffffff;
    transform: scale(1.08);
}

.card-action-btn svg, .card-action-btn i {
    width: 16px;
    height: 16px;
}

.contact-social-section {
    margin-bottom: 28px;
}

.social-title {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 12px;
}

.social-links-grid {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.social-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e2ece6;
    border-radius: 8px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Modern Social Chip */
.social-chip--modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8faf8 100%);
    border: 1px solid rgba(216, 178, 115, 0.2);
    position: relative;
    overflow: hidden;
}

.social-chip--modern::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(216, 178, 115, 0.2) 0%, transparent 100%);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.social-chip--modern:hover::before {
    transform: translateY(0);
}

.social-chip--modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(2, 42, 40, 0.1);
    border-color: rgba(216, 178, 115, 0.4);
}


/* Form Glass Card */
.form-glass-card {
    background: #ffffff;
    border: 1px solid #e5ede7;
    border-radius: 20px;
    padding: 38px 36px;
    box-shadow: 0 16px 45px rgba(2, 42, 40, 0.04);
    position: relative;
    overflow: hidden;
}

.form-glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--green-deep), var(--violet), var(--gold-light));
}

/* Modern Form Glass Card */
.form-glass-card--modern {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 248, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(216, 178, 115, 0.2);
    box-shadow: 0 25px 50px rgba(2, 42, 40, 0.08);
}

.form-glass-card--modern::before {
    height: 6px;
    background: linear-gradient(90deg, var(--green-deep), var(--violet), var(--gold-light), var(--green-deep));
    background-size: 300% 100%;
    animation: gradientMove 8s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

.form-glass-card--modern::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(216, 178, 115, 0.1) 0%, transparent 60%);
    animation: cardGlow 10s infinite ease-in-out;
    pointer-events: none;
}

@keyframes cardGlow {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(10%, 10%);
    }
    50% {
        transform: translate(-5%, 15%);
    }
    75% {
        transform: translate(-10%, -5%);
    }
}

.form-header-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: #f2f7f4;
    border-radius: 6px;
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* Animated Form Header Badge */
.form-header-badge--animated {
    background: linear-gradient(135deg, rgba(3, 52, 49, 0.1) 0%, rgba(216, 178, 115, 0.1) 100%);
    border: 1px solid rgba(216, 178, 115, 0.3);
    animation: badgePulse 3s infinite ease-in-out;
}

@keyframes badgePulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(216, 178, 115, 0.3);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(216, 178, 115, 0);
    }
}

.form-header-badge svg, .form-header-badge i {
    width: 14px;
    height: 14px;
}

.form-header h2 {
    font-size: 26px;
    font-weight: 800;
    color: var(--ink);
    margin: 0 0 8px;
}

.form-header h2 em {
    color: var(--violet);
    font-style: normal;
}

.form-header p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 28px;
}

.contact-form-modern {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field label {
    font-size: 11px;
    font-weight: 700;
    color: #4a5956;
}

.required-star {
    color: #e74c3c;
    margin-right: 2px;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon svg, .input-with-icon i {
    position: absolute;
    right: 14px;
    width: 17px;
    height: 17px;
    color: #a3b3af;
    pointer-events: none;
    transition: color 0.2s ease;
}

.input-with-icon input,
.input-with-icon select,
.input-with-icon textarea {
    width: 100%;
    padding: 13px 42px 13px 14px;
    background: #f8faf8;
    border: 1px solid #dbe5df;
    border-radius: 10px;
    font-family: inherit;
    font-size: 12px;
    color: var(--ink);
    outline: none;
    transition: all 0.25s ease;
}

.select-wrapper select {
    appearance: none;
    cursor: pointer;
}

.textarea-icon {
    align-items: flex-start;
}

.textarea-icon svg, .textarea-icon i {
    top: 14px;
}

.input-with-icon textarea {
    resize: vertical;
    min-height: 110px;
}

.input-with-icon input:focus,
.input-with-icon select:focus,
.input-with-icon textarea:focus {
    background: #ffffff;
    border-color: var(--violet);
    box-shadow: 0 0 0 4px rgba(185, 138, 69, 0.12);
}

.input-with-icon input:focus + svg,
.input-with-icon input:focus ~ svg,
.input-with-icon select:focus ~ svg,
.input-with-icon textarea:focus ~ svg,
.input-with-icon input:focus ~ i,
.input-with-icon select:focus ~ i,
.input-with-icon textarea:focus ~ i {
    color: var(--violet);
}

/* Modern Input With Icon */
.input-with-icon--modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8faf8 100%);
    border-radius: 12px;
    border: 1px solid rgba(216, 178, 115, 0.2);
    padding: 4px;
    transition: all 0.3s ease;
}

.input-with-icon--modern:focus-within {
    border-color: rgba(216, 178, 115, 0.5);
    box-shadow: 0 0 0 4px rgba(216, 178, 115, 0.1);
    transform: translateY(-2px);
}

.input-with-icon--modern input,
.input-with-icon--modern select,
.input-with-icon--modern textarea {
    border: none;
    background: transparent;
    border-radius: 8px;
    padding: 14px 46px 14px 16px;
    font-size: 14px;
}

.input-with-icon--modern svg, .input-with-icon--modern i {
    right: 18px;
    width: 20px;
    height: 20px;
}

.contact-submit-btn {
    width: 100%;
    padding: 15px 24px;
    background: linear-gradient(135deg, var(--green-deep) 0%, #04423e 100%);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* Modern Submit Button */
.contact-submit-btn--modern {
    background: linear-gradient(135deg, var(--green-deep) 0%, var(--violet) 100%);
    border-radius: 16px;
    font-size: 15px;
    padding: 18px 28px;
    box-shadow: 0 8px 25px rgba(3, 52, 49, 0.3);
}

.contact-submit-btn--modern::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.contact-submit-btn--modern:hover::before {
    transform: translateX(100%);
}

.btn-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(216, 178, 115, 0.4) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contact-submit-btn--modern:hover .btn-glow {
    opacity: 1;
}

.contact-submit-btn--modern:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 35px rgba(3, 52, 49, 0.4);
}

.btn-text {
    position: relative;
    z-index: 2;
}
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 8px 20px rgba(2, 42, 40, 0.18);
    position: relative;
    overflow: hidden;
}

.contact-submit-btn svg, .contact-submit-btn i {
    width: 16px;
    height: 16px;
    transition: transform 0.25s ease;
}

.contact-submit-btn:hover {
    background: linear-gradient(135deg, #033a37 0%, var(--violet) 100%);
    box-shadow: 0 12px 28px rgba(185, 138, 69, 0.28);
    transform: translateY(-2px);
}

.contact-submit-btn:hover svg, .contact-submit-btn:hover i {
    transform: translate(-3px, -3px);
}

/* Response Alert Messages */
.contact-result-container {
    margin-top: 16px;
}

.contact-response {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.8;
    animation: alertFadeIn 0.35s ease;
}

@keyframes alertFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.contact-response.success {
    background: #eafaf1;
    border: 1px solid #a3e4d7;
    color: #1e8449;
}

.contact-response.success svg, .contact-response.success i {
    width: 22px;
    height: 22px;
    color: #27ae60;
    flex-shrink: 0;
}

.contact-response.error {
    background: #fadbd8;
    border: 1px solid #f5b7b1;
    color: #922b21;
}

.contact-response.error svg, .contact-response.error i {
    width: 22px;
    height: 22px;
    color: #c0392b;
    flex-shrink: 0;
}

.contact-response strong {
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
}

.contact-response p {
    margin: 0;
}

.social-chip svg, .social-chip i {
    width: 15px;
    height: 15px;
    color: var(--violet);
}

.social-chip:hover {
    background: var(--green);
    border-color: var(--green);
    color: #ffffff;
    transform: translateY(-2px);
}

.social-chip:hover svg, .social-chip:hover i {
    color: var(--gold-light);
}

.contact-quote-card {
    padding: 24px 26px;
    background: linear-gradient(135deg, rgba(3, 52, 49, 0.04) 0%, rgba(185, 138, 69, 0.07) 100%);
    border-right: 4px solid var(--violet);
    border-radius: 12px;
    position: relative;
}

.quote-icon {
    color: var(--violet);
    margin-bottom: 10px;
    opacity: 0.7;
}

.quote-icon svg, .quote-icon i {
    width: 24px;
    height: 24px;
}

.contact-quote-card p {
    font-size: 12px;
    line-height: 2.1;
    color: var(--ink);
    font-style: italic;
    margin: 0 0 10px;
}

.quote-author {
    font-size: 11px;
    font-weight: 700;
    color: var(--violet);
}

/* Modern Quote Card */
.contact-quote-card--modern {
    background: linear-gradient(135deg, rgba(3, 52, 49, 0.08) 0%, rgba(216, 178, 115, 0.08) 100%);
    border: 1px solid rgba(216, 178, 115, 0.3);
    border-right: 4px solid var(--violet);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(2, 42, 40, 0.05);
    transition: all 0.3s ease;
}

.contact-quote-card--modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(2, 42, 40, 0.1);
}

/* FAQ Accordion Section */
.contact-faq-section {
    padding: 85px 0 95px;
    background: #ffffff;
    border-top: 1px solid #e7efe9;
}

/* Modern FAQ Section */
.contact-faq-section--modern {
    background: linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
    position: relative;
}

.contact-faq-section--modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(216, 178, 115, 0.3), transparent);
}

.faq-header {
    max-width: 580px;
    margin: 0 auto 48px;
    text-align: center;
}

.faq-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: var(--ink);
    margin: 10px 0 12px;
}

.faq-header h2 em {
    color: var(--violet);
    font-style: normal;
}

.faq-header p {
    color: var(--muted);
    font-size: 13px;
    margin: 0;
}

.faq-accordion-grid {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-accordion-item {
    border: 1px solid #e5ede7;
    border-radius: 12px;
    overflow: hidden;
    background: #fbfdfc;
    transition: all 0.3s ease;
}

/* Modern FAQ Accordion Item */
.faq-accordion-item--modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8faf8 100%);
    border: 1px solid rgba(216, 178, 115, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.faq-accordion-item--modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--gold-light), var(--violet));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-accordion-item--modern:hover::before,
.faq-accordion-item--modern.is-open::before {
    opacity: 1;
}

.faq-accordion-item--modern:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(2, 42, 40, 0.08);
    border-color: rgba(216, 178, 115, 0.4);
}

.faq-accordion-item.is-open {
    border-color: rgba(185, 138, 69, 0.4);
    box-shadow: 0 8px 24px rgba(2, 42, 40, 0.04);
    background: #ffffff;
}

.faq-trigger {
    width: 100%;
    padding: 20px 24px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    transition: color 0.2s ease;
}

.faq-accordion-item.is-open .faq-trigger {
    color: var(--violet);
}

.faq-chevron {
    width: 18px;
    height: 18px;
    color: #889895;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.faq-accordion-item.is-open .faq-chevron {
    transform: rotate(180deg);
    color: var(--violet);
}

/* Modern FAQ Chevron Animation */
.faq-accordion-item--modern .faq-chevron {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.3s ease;
}

.faq-accordion-item--modern.is-open .faq-chevron {
    transform: rotate(180deg) scale(1.2);
    color: var(--gold-light);
}

.faq-body {
    padding: 0 24px 22px;
    color: #526360;
    font-size: 13px;
    line-height: 2.1;
    border-top: 1px dashed rgba(3, 52, 49, 0.08);
}

.faq-body p {
    margin: 14px 0 0;
}

/* CTA Bottom Banner */
.contact-cta-banner {
    padding: 0 0 90px;
    background: #ffffff;
}

/* Modern CTA Banner */
.contact-cta-banner--modern {
    background: linear-gradient(180deg, #ffffff 0%, #f8faf8 100%);
    position: relative;
}

.contact-cta-banner--modern::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-light), var(--violet), transparent);
}

.cta-banner-card {
    padding: 48px 52px;
    background: linear-gradient(135deg, var(--green-deep) 0%, #033a37 60%, #054a46 100%);
    border-radius: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(2, 42, 40, 0.15);
}

/* Modern CTA Banner Card */
.cta-banner-card--modern {
    background: linear-gradient(135deg, var(--green-deep) 0%, var(--violet) 50%, #033a37 100%);
    background-size: 200% 200%;
    animation: ctaGradient 10s ease infinite;
    border: 1px solid rgba(216, 178, 115, 0.3);
    backdrop-filter: blur(20px);
}

@keyframes ctaGradient {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.cta-banner-card--modern::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 70%, rgba(216, 178, 115, 0.2) 0%, transparent 50%);
    animation: ctaGlow 8s infinite ease-in-out;
}

@keyframes ctaGlow {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

.cta-banner-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(216, 178, 115, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.cta-banner-content {
    max-width: 580px;
    position: relative;
    z-index: 1;
}

.cta-banner-content h2 {
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 12px;
}

.cta-banner-content h2 em {
    color: var(--gold-light);
    font-style: normal;
}

.cta-banner-content p {
    font-size: 13px;
    line-height: 2;
    color: #c0d8cd;
    margin: 0;
}

.cta-banner-actions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.cta-gold-btn, .cta-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 22px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cta-gold-btn {
    background: var(--gold-light);
    color: var(--green-deep);
}

.cta-gold-btn:hover {
    background: #ffffff;
    color: var(--green-deep);
    transform: translateY(-2px);
}

.cta-outline-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.cta-outline-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    transform: translateY(-2px);
}

.cta-gold-btn svg, .cta-outline-btn svg,
.cta-gold-btn i, .cta-outline-btn i {
    width: 15px;
    height: 15px;
}

/* Modern CTA Buttons */
.cta-gold-btn--modern {
    background: linear-gradient(135deg, var(--gold-light) 0%, #d4a574 100%);
    color: var(--green-deep);
    box-shadow: 0 8px 20px rgba(216, 178, 115, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-gold-btn--modern::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.cta-gold-btn--modern:hover::before {
    transform: translateX(100%);
}

.cta-gold-btn--modern:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 30px rgba(216, 178, 115, 0.4);
}

.cta-outline-btn--modern {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    color: #ffffff;
}

.cta-outline-btn--modern:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* Homepage Contact Section (.contact-cards) Styling */
.contact-cards {
    background: #f4f8f5;
    padding: 100px 0;
}

.contact-cards-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 50px;
    align-items: center;
}

.contact-mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    background: rgba(3, 52, 49, 0.06);
    border: 1px solid rgba(3, 52, 49, 0.12);
    border-radius: 999px;
    color: var(--green);
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-copy-cards h2 {
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 800;
    line-height: 1.35;
    color: var(--ink);
    margin: 0 0 16px;
}

.contact-copy-cards h2 em {
    color: var(--violet);
    font-style: normal;
}

.contact-copy-cards p {
    font-size: 14px;
    line-height: 2.1;
    color: var(--muted);
    margin: 0 0 28px;
    max-width: 480px;
}

.home-contact-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.quick-contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #ffffff;
    border: 1px solid #dce7e1;
    border-radius: 10px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.quick-contact-pill svg, .quick-contact-pill i {
    width: 16px;
    height: 16px;
    color: var(--violet);
}

.quick-contact-pill:hover {
    border-color: var(--violet);
    background: #ffffff;
    color: var(--violet);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(185, 138, 69, 0.15);
}

.quick-contact-pill.pill-more {
    background: var(--green);
    color: #ffffff;
    border-color: var(--green);
}

.quick-contact-pill.pill-more svg, .quick-contact-pill.pill-more i {
    color: var(--gold-light);
}

.quick-contact-pill.pill-more:hover {
    background: var(--violet);
    border-color: var(--violet);
    color: #ffffff;
}

.social-label-cards {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #839491;
    margin-bottom: 10px;
}

.contact-social-links-cards {
    display: flex;
    gap: 10px;
}

.social-link-cards {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #dce7e1;
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.25s ease;
}

.social-link-cards svg, .social-link-cards i {
    width: 17px;
    height: 17px;
    color: var(--violet);
}

.social-link-cards:hover {
    background: var(--green);
    border-color: var(--green);
    color: #ffffff;
    transform: translateY(-2px);
}

.social-link-cards:hover svg, .social-link-cards:hover i {
    color: var(--gold-light);
}

.contact-form-cards {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 34px;
    border: 1px solid #e2ebe5;
    box-shadow: 0 16px 45px rgba(2, 42, 40, 0.05);
}

.contact-form-cards__inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-field-cards {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-field-cards label {
    font-size: 11px;
    font-weight: 700;
    color: #4f5d5a;
}

.input-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon-wrap svg, .input-icon-wrap i {
    position: absolute;
    right: 14px;
    width: 16px;
    height: 16px;
    color: #a0b0ac;
    pointer-events: none;
    transition: color 0.2s ease;
}

.input-icon-wrap input,
.input-icon-wrap textarea {
    width: 100%;
    padding: 12px 40px 12px 14px;
    background: #f8faf8;
    border: 1px solid #d9e3dd;
    border-radius: 10px;
    font-family: inherit;
    font-size: 12px;
    color: var(--ink);
    outline: none;
    transition: all 0.25s ease;
}

.input-icon-wrap.textarea-wrap {
    align-items: flex-start;
}

.input-icon-wrap.textarea-wrap svg, .input-icon-wrap.textarea-wrap i {
    top: 13px;
}

.input-icon-wrap input:focus,
.input-icon-wrap textarea:focus {
    background: #ffffff;
    border-color: var(--violet);
    box-shadow: 0 0 0 3px rgba(185, 138, 69, 0.12);
}

.input-icon-wrap input:focus + svg,
.input-icon-wrap input:focus ~ svg,
.input-icon-wrap textarea:focus ~ svg,
.input-icon-wrap input:focus ~ i,
.input-icon-wrap textarea:focus ~ i {
    color: var(--violet);
}

.primary-button-cards {
    width: 100%;
    padding: 14px 22px;
    background: var(--green);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(3, 52, 49, 0.15);
    margin-top: 6px;
}

.primary-button-cards svg, .primary-button-cards i {
    width: 15px;
    height: 15px;
    transition: transform 0.25s ease;
}

.primary-button-cards:hover {
    background: var(--violet);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(185, 138, 69, 0.25);
}

.primary-button-cards:hover svg, .primary-button-cards:hover i {
    transform: translate(-3px, -3px);
}

/* Responsive Styles for Contact Elements */
@media (max-width: 992px) {
    .contact-main-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .contact-cards-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .cta-banner-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 38px 32px;
    }

    .cta-banner-actions {
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .form-group-row, .form-row-2col {
        grid-template-columns: 1fr;
    }

    .form-glass-card, .contact-form-cards {
        padding: 26px 20px;
    }

    .contact-hero-section {
        padding: 65px 0 45px;
    }

    .contact-card-item {
        padding: 16px;
    }

    .contact-highlights {
        flex-direction: column;
        gap: 12px;
    }
}

/* Premium Packages Section */
.packages-premium {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #eef1f3 100%);
    position: relative;
    overflow: hidden;
}

.packages-premium::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at top right, rgba(185, 138, 69, 0.06), transparent 70%);
    pointer-events: none;
}

.packages-premium::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at bottom left, rgba(3, 52, 49, 0.04), transparent 70%);
    pointer-events: none;
}

.packages-premium__header {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.packages-premium__eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 12px;
}

.packages-premium__title {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

.packages-premium__title em {
    font-style: normal;
    color: #999;
    font-weight: 400;
}

.packages-premium__subtitle {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
    max-width: 480px;
}

.packages-premium__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.package-premium-card {
    background: white;
    border-radius: 20px;
    padding: 40px 32px;
    border: 1px solid #e8e8e8;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 2px 15px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.package-premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--violet), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.package-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    border-color: #e0e0e0;
}

.package-premium-card:hover::before {
    opacity: 1;
}

.package-premium-card--featured {
    background: linear-gradient(145deg, #033431 0%, #022A28 100%);
    color: white;
    border: 2px solid var(--gold-light);
    box-shadow: 0 8px 30px rgba(3, 52, 49, 0.2);
    transform: scale(1.02);
}

.package-premium-card--featured:hover {
    transform: scale(1.02) translateY(-8px);
    box-shadow: 0 16px 45px rgba(3, 52, 49, 0.3);
}

.package-premium-card__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 14px;
    color: var(--green-deep);
    background: var(--gold-light);
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.package-premium-card__icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    color: var(--violet);
    background: #f7eddb;
    border-radius: 14px;
    font-size: 28px;
}

.package-premium-card--featured .package-premium-card__icon {
    color: var(--gold-light);
    background: rgba(216, 178, 115, 0.15);
}

.package-premium-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.package-premium-card__label {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    letter-spacing: 0.5px;
}

.package-premium-card--featured .package-premium-card__label {
    color: #b9d5c9;
}

.package-premium-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.package-premium-card--featured .package-premium-card__title {
    color: white;
}

.package-premium-card__desc {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.package-premium-card--featured .package-premium-card__desc {
    color: #d6e2dd;
}

.package-premium-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

.package-premium-card--featured .package-premium-card__features {
    border-color: rgba(255,255,255,0.15);
}

.package-premium-card__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #555;
}

.package-premium-card--featured .package-premium-card__features li {
    color: #d6e2dd;
}

.package-premium-card__features i {
    color: var(--green);
    font-size: 16px;
}

.package-premium-card--featured .package-premium-card__features i {
    color: var(--gold-light);
}

.package-premium-card__details {
    font-size: 12px;
    color: #888;
    font-weight: 600;
    margin-top: auto;
    padding-top: 16px;
}

.package-premium-card--featured .package-premium-card__details {
    color: #b9d5c9;
}

.package-premium-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
    padding: 14px 28px;
    background: #111111;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.package-premium-card__btn:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.package-premium-card__btn i {
    transition: transform 0.3s ease;
}

.package-premium-card__btn:hover i {
    transform: translate(-3px, -3px);
}

@media (max-width: 992px) {
    .packages-premium__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .package-premium-card--featured {
        transform: none;
    }
    
    .package-premium-card--featured:hover {
        transform: translateY(-8px);
    }
    
    .packages-premium__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .packages-premium {
        padding: 60px 0;
    }
    
    .package-premium-card {
        padding: 28px 22px;
    }
    
    .package-premium-card__icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .package-premium-card__title {
        font-size: 20px;
    }
    
    .package-premium-card__btn {
        padding: 12px 20px;
        font-size: 12px;
    }
}

/* ===== صفحه‌بار (لودر) - دایره‌های شیشه‌ای ===== */
.page-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: rgba(251, 252, 250, .55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
body.page-loader--visible .page-loader {
    display: flex;
}
.page-loader__dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .92) 0%, rgba(165, 212, 190, .55) 45%, rgba(3, 52, 49, .38) 82%, transparent 100%);
    border: 1px solid rgba(3, 52, 49, .35);
    box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, .9),
        inset 0 -1px 1px rgba(3, 52, 49, .18),
        0 10px 22px rgba(3, 49, 45, .3);
    animation: page-loader-bounce .9s ease-in-out infinite;
}
.page-loader__dot:nth-child(2) { animation-delay: .15s; }
.page-loader__dot:nth-child(3) { animation-delay: .3s; }
@keyframes page-loader-bounce {
    0%, 100% { transform: translateY(0); opacity: .55; }
    50% { transform: translateY(-12px); opacity: 1; }
}

/* ===== توست نوتیفیکیشن شیشه‌ای (فرم تماس) ===== */
.toast-stack {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 12000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    direction: rtl;
    pointer-events: none;
}
.toast {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 280px;
    max-width: 400px;
    padding: 14px 18px;
    border-radius: 16px;
    text-align: right;
    color: #fff;
    background: linear-gradient(145deg, rgba(3, 52, 49, .88), rgba(2, 42, 40, .84));
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 18px 45px rgba(2, 42, 40, .4), inset 0 1px 0 rgba(255, 255, 255, .12);
    animation: toast-in .45s cubic-bezier(.2, .8, .2, 1);
}
.toast--success { border-color: rgba(115, 209, 204, .55); box-shadow: 0 18px 45px rgba(2, 42, 40, .4), inset 0 1px 0 rgba(255, 255, 255, .14), 0 0 24px rgba(115, 209, 204, .25); }
.toast--error { background: linear-gradient(145deg, rgba(122, 42, 40, .9), rgba(94, 32, 32, .86)); border-color: rgba(233, 130, 120, .55); box-shadow: 0 18px 45px rgba(60, 15, 15, .4), inset 0 1px 0 rgba(255, 255, 255, .12), 0 0 24px rgba(233, 130, 120, .22); }
.toast__icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
}
.toast__icon svg, .toast__icon i { width: 18px; height: 18px; }
.toast__msg { display: grid; gap: 2px; }
.toast__msg strong { font-size: 13px; font-weight: 800; }
.toast__msg span { color: rgba(255, 255, 255, .82); font-size: 11px; line-height: 1.7; }
@media (max-width: 640px) { .toast-stack { right: 16px; top: 16px; max-width: calc(100% - 32px); } .toast { min-width: 0; } }
@keyframes toast-in {
    from { transform: translateY(-18px) scale(.94); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}
.toast--leave {
    animation: toast-out .3s ease forwards;
}
@keyframes toast-out {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(-14px); opacity: 0; }
}

/* =====================================================================
   Mobile polish layer
   هدف: جلوگیری از اسکرول افقی در موبایل، افزایش اندازه اهداف لمسی (Tap Targets)
   و خوانایی بهتر المان‌ها در صفحات کوچک.
   ===================================================================== */

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

html, body {
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

/* Touch-friendly tap targets */
button, a, input, select, textarea, .menu-toggle, .header-cta {
    -webkit-tap-highlight-color: transparent;
}
button, .header-cta, .mobile-nav a {
    min-height: 44px;
}

/* Coarse pointers: only rely on :hover affordances that help, neutralise transforms */
@media (hover: none), (pointer: coarse) {
    .service-item:hover, .value-item:hover, .portfolio-card:hover,
    .project-item:hover img, .venture-card-card:hover,
    .package-premium-card:hover, .company-feature__link:hover,
    .brand-card:hover, .stat-item:hover {
        transform: none !important;
    }
}

/* Very small phones (< ~420px) */
@media (max-width: 420px) {
    .hero-inner { width: min(100% - 24px, 560px); padding-top: 28px; }
    .hero-portrait-wrap { height: 420px; margin-bottom: 84px; }
    .hero-portrait-glow { width: 250px; height: 250px; bottom: 64px; }
    .hero-copy h1 { font-size: 32px; line-height: 1.35; }
    .hero-achievements { flex-wrap: wrap; gap: 6px; bottom: -70px; }
    .hero-achievement { flex: 1 1 44%; }

    .section-shell, .projects-shell, .team-shell, .services-shell,
    .about-shell, .contact-cards-layout, .footer-shell {
        width: min(100% - 24px, 1120px);
    }
    .value-section, .portfolio-section, .contact-section { padding: 72px 0; }
    .section-heading { margin-bottom: 34px; gap: 18px; }
    .section-heading h2, .stats-intro h2, .contact-copy h2 { font-size: 30px; }

    .stats-grid { gap: 22px 0; }
    .stat-value { font-size: 32px; }

    .contact-form-cards { padding: 22px 16px; }
    .primary-button-cards { width: 100%; justify-content: center; }
    .form-field-cards input, .form-field-cards textarea { font-size: 15px; }

    .work-card { width: 100%; }
    .hero-footer { font-size: 9px; }
    .portfolio-info h3 { font-size: 20px; }
}

/* Footer safe-area + simple stacking for tiny widths */
@media (max-width: 480px) {
    .site-nav { padding: 0 14px; }
    .header-cta span { display: none; }   /* keep just the CTA arrow on narrow screens */
    .header-cta { padding: 10px 12px; }
    .footer-main { gap: 18px; }

    /* Prevent any stray full-bleed decoration from overflowing */
    .hero-orbit--one, .hero-orbit--two,
    .ventures-section::before, .portfolio-bg-grid { max-width: 100%; }
    img { max-width: 100%; height: auto; }
}


