/* Durrah Travel — About (Tentang Kami) page. */

/* Hero */
.about-hero { display: grid; grid-template-columns: 0.82fr 1.1fr; background: var(--cream); align-items: stretch; }
.about-hero-media { background-size: cover; background-position: center top; min-height: 540px; }
.about-hero-text { padding: clamp(2rem, 4.5vw, 4.5rem); max-width: 660px; display: flex; flex-direction: column; gap: .85rem; justify-content: center; }
.about-hero-title { font-family: var(--font-display); color: var(--gold-deep); font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: 2px; margin: 0; line-height: 1; }
.about-hero-script { font-size: clamp(1.3rem, 2.6vw, 2rem); margin: 0 0 .7rem; }
.about-hero-text p { margin: 0; color: var(--ink); line-height: 1.75; font-size: .98rem; }
.about-hero-tagline { color: var(--muted); }

/* Background / Vision / Mission dark band */
.about-vmv { background: linear-gradient(160deg, #20301f 0%, #161f15 100%); color: var(--cream); }
.vmv-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; padding-block: clamp(2.5rem, 5vw, 4rem); }
.vmv-col { padding: .4rem clamp(1.1rem, 2.4vw, 2.4rem); }
.vmv-col + .vmv-col { border-left: 1px solid rgba(193, 168, 112, .35); }
.vmv-title { color: var(--gold-bright); font-family: var(--font-display); font-size: 1.4rem; letter-spacing: 1px; margin: 0 0 1.1rem; }
.vmv-bg p { color: rgba(246, 241, 231, .85); font-size: .9rem; line-height: 1.75; margin: 0 0 1rem; }
.vmv-bg p:last-child { margin-bottom: 0; }
.vmv-ico { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 auto 1rem; color: var(--gold-bright); }
.vmv-ico .icon { width: 42px; height: 42px; }
.vmv-heading { color: var(--gold-bright); text-align: center; font-family: var(--font-display); font-size: 1.4rem; letter-spacing: 1px; margin: 0 0 1.1rem; }
.vmv-vision p { color: rgba(246, 241, 231, .85); font-size: .9rem; line-height: 1.75; margin: 0; }
.vmv-list { color: rgba(246, 241, 231, .85); font-size: .9rem; line-height: 1.65; margin: 0; padding-left: 1.1rem; display: grid; gap: .65rem; }

/* Team */
.team-section { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.8rem 1.4rem; }
.team-card { text-align: center; }
.team-photo { position: relative; height: 250px; margin-bottom: .85rem; }
.team-photo::before { content: ""; position: absolute; left: 14%; right: 14%; top: 10%; bottom: 0; background: var(--gold-grad); transform: skewX(-9deg); border-radius: 6px; box-shadow: var(--shadow-sm); }
.team-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom center; z-index: 1; }
.team-name { margin: 0; line-height: 1.25; }
.team-prefix { display: block; font-size: .7rem; font-weight: 700; letter-spacing: 1.5px; color: var(--green-900); text-transform: uppercase; }
.team-fullname { display: block; font-size: 1.02rem; font-weight: 700; letter-spacing: .5px; color: var(--gold-deep); text-transform: uppercase; }
.team-role { margin: .25rem 0 0; font-size: .78rem; font-style: italic; color: var(--muted); }

/* Agent recruitment */
.agent-section { background: var(--cream); }
.agent-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 1.6rem; align-items: stretch; }
.agent-promo { border-radius: var(--radius-lg); padding: clamp(1.8rem, 3vw, 2.8rem); color: var(--cream); background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; min-height: 340px; box-shadow: var(--shadow-sm); }
.agent-eyebrow { color: var(--gold-bright); letter-spacing: 2px; font-size: .8rem; font-weight: 600; margin: 0 0 .5rem; }
.agent-promo-title { font-family: var(--font-display); color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.2rem); line-height: 1.15; margin: 0 0 1rem; }
.agent-promo-desc { color: rgba(246, 241, 231, .9); font-size: .95rem; line-height: 1.7; margin: 0; }
.agent-why { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.6rem, 2.6vw, 2.2rem); box-shadow: var(--shadow-sm); }
.agent-why-title { color: var(--gold-deep); font-family: var(--font-display); font-size: 1.5rem; margin: 0 0 1.4rem; }
.agent-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 1.6rem; }
.agent-benefit { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .55rem; }
.agent-benefit-ico { width: 52px; height: 52px; border-radius: 12px; background: var(--gold-grad); color: var(--green-900); display: grid; place-items: center; flex: none; }
.agent-benefit-ico .icon { width: 26px; height: 26px; }
.agent-benefit-label { font-size: .76rem; color: var(--ink); line-height: 1.3; }
.agent-cta { background: var(--green-900); border-radius: var(--radius); padding: 1.4rem 1.6rem; }
.agent-cta-title { color: var(--gold-bright); font-family: var(--font-body); font-size: .95rem; font-weight: 700; letter-spacing: .5px; margin: 0 0 .4rem; }
.agent-cta-text { color: rgba(246, 241, 231, .85); font-size: .85rem; margin: 0 0 1rem; }

/* Responsive */
@media (max-width: 980px) {
	.vmv-grid { grid-template-columns: 1fr; gap: 2rem; }
	.vmv-col + .vmv-col { border-left: 0; border-top: 1px solid rgba(193, 168, 112, .35); padding-top: 2rem; }
	.team-grid { grid-template-columns: repeat(2, 1fr); }
	.agent-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
	.about-hero { grid-template-columns: 1fr; }
	.about-hero-media { min-height: 300px; }
}
@media (max-width: 560px) {
	.agent-benefits { grid-template-columns: repeat(2, 1fr); }
}
