/* ============================================================
   ARYA NAIR INTERIORS — ABOUT.CSS
   Mood: Warm ivory editorial — sage accents, magazine long-form
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bone: #F7F4EF; --stone: #E8E0D4; --sage: #8A9E8C; --sage-light: #A8BEA9;
  --brass: #B8935A; --brass-light: #D4AD78; --espresso: #1C1410;
  --espresso-mid: #2E1F17; --warm-white: #FDFAF6; --ink: #3D2B1F; --muted: #7A6A5E;
  --ff-display: 'Playfair Display', Georgia, serif;
  --ff-body: 'Jost', sans-serif;
  --ff-accent: 'Cormorant', Georgia, serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--ff-body); background: var(--warm-white); color: var(--ink); overflow-x: hidden; }
em { font-style: italic; } a { text-decoration: none; color: inherit; }

/* NAV */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 60px; background: rgba(253,250,246,0.97); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(28,20,16,0.07); transition: padding 0.3s; }
.nav-logo a { display: flex; flex-direction: column; line-height: 1; }
.logo-main { font-family: var(--ff-display); font-size: 1.25rem; font-weight: 600; color: var(--espresso); }
.logo-sub { font-size: 0.6rem; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 40px; list-style: none; }
.nav-links a { font-size: 0.78rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--brass); }
.nav-links .nav-cta { background: var(--brass); color: var(--warm-white) !important; padding: 10px 22px; border-radius: 2px; transition: background 0.3s; }
.nav-links .nav-cta:hover { background: var(--brass-light) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 1.5px; background: var(--espresso); transition: all 0.3s; }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -4px); }

/* PAGE HERO */
.page-hero { min-height: 90vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 90px; background: var(--bone); overflow: hidden; }
.ph-bg { position: absolute; width: 60%; height: 3px; background: var(--brass); top: 90px; left: 0; }
.ph-content { padding: 80px 60px 80px; display: flex; flex-direction: column; justify-content: center; }
.ph-label { font-size: 0.68rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--brass); margin-bottom: 20px; }
.ph-headline { font-family: var(--ff-display); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: 1.1; color: var(--espresso); margin-bottom: 24px; }
.ph-headline em { font-style: italic; color: var(--brass); }
.ph-sub { font-size: 1rem; font-weight: 300; line-height: 1.85; color: var(--muted); max-width: 480px; }
.ph-image-wrap { position: relative; overflow: hidden; }
.ph-image { height: 100%; min-height: 600px; background: linear-gradient(145deg, #C8B49A 0%, #A08060 35%, #7A6048 65%, #5A4035 100%); position: relative; }
.ph-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(247,244,239,0.4) 0%, transparent 30%); }

/* SECTION TYPES */
.section-label { font-size: 0.68rem; font-weight: 400; letter-spacing: 0.26em; text-transform: uppercase; color: var(--brass); margin-bottom: 14px; display: block; }
.section-label.light { color: var(--brass-light); }
.section-heading { font-family: var(--ff-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.15; color: var(--espresso); letter-spacing: -0.01em; margin-bottom: 24px; }
.section-heading.light { color: var(--warm-white); }
.section-heading em { font-style: italic; color: var(--brass); }
.section-heading.light em { color: var(--brass-light); }

/* FOUNDER */
.founder { padding: 100px 60px; background: var(--warm-white); }
.founder-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; max-width: 1200px; margin: 0 auto; align-items: start; }
.fp-image { height: 520px; border-radius: 2px; background: linear-gradient(160deg, #C8B09A 0%, #9A7A5E 40%, #7A5E4A 75%, #5A4035 100%); margin-bottom: 24px; position: relative; }
.fp-image::after { content: ''; position: absolute; bottom: -12px; right: -12px; width: 80px; height: 80px; border: 1px solid var(--brass); border-radius: 2px; z-index: -1; }
.fp-quote { background: var(--bone); padding: 28px; border-left: 2px solid var(--brass); }
.fp-quote i { color: var(--brass); font-size: 1rem; margin-bottom: 12px; display: block; }
.fp-quote p { font-family: var(--ff-accent); font-size: 0.95rem; font-style: italic; font-weight: 300; line-height: 1.7; color: var(--ink); margin-bottom: 12px; }
.fp-quote strong { font-family: var(--ff-body); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); }
.founder-story { padding-top: 12px; }
.founder-title { font-size: 0.78rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 32px; display: block; }
.founder-body p { font-size: 1rem; font-weight: 300; line-height: 1.85; color: var(--muted); margin-bottom: 18px; }
.founder-creds { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.cred { display: flex; align-items: flex-start; gap: 14px; }
.cred i { color: var(--brass); font-size: 0.85rem; margin-top: 2px; flex-shrink: 0; }
.cred span { font-size: 0.85rem; font-weight: 300; line-height: 1.6; color: var(--muted); }

/* PHILOSOPHY */
.philosophy { background: var(--espresso); padding: 100px 60px; }
.phil-inner { max-width: 1200px; margin: 0 auto; }
.phil-heading { margin-bottom: 60px; }
.phil-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.phil-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(184,147,90,0.1);
  padding: 48px 40px; opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s, border-color 0.3s;
}
.phil-card:nth-child(2) { transition-delay: 0.1s; }
.phil-card:nth-child(3) { transition-delay: 0.2s; }
.phil-card:nth-child(4) { transition-delay: 0.3s; }
.phil-card.visible { opacity: 1; transform: translateY(0); }
.phil-card:hover { background: rgba(184,147,90,0.05); border-color: rgba(184,147,90,0.25); }
.phil-num { font-family: var(--ff-display); font-size: 3rem; font-weight: 400; color: rgba(184,147,90,0.2); line-height: 1; display: block; margin-bottom: 20px; }
.phil-card h3 { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 400; color: var(--warm-white); margin-bottom: 16px; }
.phil-card p { font-size: 0.9rem; font-weight: 300; line-height: 1.8; color: rgba(253,250,246,0.5); }

/* TEAM */
.team { padding: 100px 60px; background: var(--stone); }
.team-inner { max-width: 1200px; margin: 0 auto; }
.team-header { margin-bottom: 56px; }
.team-intro { font-size: 1rem; font-weight: 300; line-height: 1.8; color: var(--muted); max-width: 600px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.team-card:nth-child(2) { transition-delay: 0.1s; }
.team-card:nth-child(3) { transition-delay: 0.2s; }
.team-card:nth-child(4) { transition-delay: 0.3s; }
.team-card.visible { opacity: 1; transform: translateY(0); }
.team-photo { height: 340px; border-radius: 2px; margin-bottom: 20px; position: relative; overflow: hidden; }
.team-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(28,20,16,0.3), transparent 50%); }
.tp1 { background: linear-gradient(150deg, #C8B09A 0%, #9A7A5E 50%, #7A5E4A 100%); }
.tp2 { background: linear-gradient(150deg, #B09878 0%, #8A7860 50%, #6A5848 100%); }
.tp3 { background: linear-gradient(150deg, #C4A888 0%, #9E8468 50%, #7E6650 100%); }
.tp4 { background: linear-gradient(150deg, #B8A080 0%, #9A8060 50%, #7A6040 100%); }
.team-card h4 { font-family: var(--ff-display); font-size: 1.15rem; font-weight: 500; color: var(--espresso); margin-bottom: 4px; }
.team-card span { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brass); display: block; margin-bottom: 12px; }
.team-card p { font-size: 0.85rem; font-weight: 300; line-height: 1.7; color: var(--muted); }

/* TIMELINE */
.timeline { background: var(--espresso-mid); padding: 100px 60px; }
.tl-inner { max-width: 960px; margin: 0 auto; }
.tl-inner .section-heading { margin-bottom: 60px; }
.tl-list { display: flex; flex-direction: column; gap: 0; }
.tl-item {
  display: grid; grid-template-columns: 80px 40px 1fr;
  gap: 0 24px; align-items: start; padding: 32px 0;
  border-bottom: 1px solid rgba(184,147,90,0.08);
  opacity: 0; transform: translateX(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.tl-item:nth-child(2) { transition-delay: 0.08s; }
.tl-item:nth-child(3) { transition-delay: 0.16s; }
.tl-item:nth-child(4) { transition-delay: 0.24s; }
.tl-item:nth-child(5) { transition-delay: 0.32s; }
.tl-item:nth-child(6) { transition-delay: 0.4s; }
.tl-item.visible { opacity: 1; transform: translateX(0); }
.tl-year { font-family: var(--ff-display); font-size: 1.2rem; font-weight: 400; color: var(--brass-light); padding-top: 4px; }
.tl-line { display: flex; flex-direction: column; align-items: center; padding-top: 10px; }
.tl-line span { display: block; width: 1px; height: 100%; background: rgba(184,147,90,0.2); flex: 1; }
.tl-line::before { content: ''; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--brass); background: transparent; flex-shrink: 0; }
.tl-body { padding-bottom: 8px; }
.tl-body h4 { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 400; color: var(--warm-white); margin-bottom: 8px; }
.tl-body p { font-size: 0.88rem; font-weight: 300; line-height: 1.75; color: rgba(253,250,246,0.5); }

/* AWARDS */
.awards { padding: 100px 60px; background: var(--bone); }
.awards-inner { max-width: 1200px; margin: 0 auto; }
.awards-inner .section-heading { margin-bottom: 48px; }
.awards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.award-item {
  background: var(--warm-white); padding: 40px 36px;
  border: 1px solid var(--stone); transition: border-color 0.3s, transform 0.3s;
  opacity: 0; transform: translateY(20px); transition: opacity 0.5s, transform 0.5s, border-color 0.3s;
}
.award-item:hover { border-color: rgba(184,147,90,0.4); transform: translateY(-4px); }
.award-item.visible { opacity: 1; transform: translateY(0); }
.award-item:hover.visible { transform: translateY(-4px); }
.award-item i { font-size: 1.2rem; color: var(--brass); margin-bottom: 16px; display: block; }
.award-item h4 { font-family: var(--ff-display); font-size: 1rem; font-weight: 500; color: var(--espresso); margin-bottom: 6px; }
.award-item span { font-size: 0.8rem; font-weight: 300; color: var(--muted); }

/* ABOUT CTA */
.about-cta { background: linear-gradient(135deg, #B8935A 0%, #9A7A48 50%, #7A5E38 100%); padding: 100px 60px; text-align: center; }
.ac-inner { max-width: 640px; margin: 0 auto; }
.ac-inner h2 { font-family: var(--ff-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 400; color: var(--warm-white); margin-bottom: 20px; }
.ac-inner h2 em { font-style: italic; color: rgba(253,250,246,0.8); }
.ac-inner p { font-size: 1rem; font-weight: 300; line-height: 1.8; color: rgba(253,250,246,0.75); margin-bottom: 36px; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--warm-white); color: var(--brass); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; padding: 16px 40px; border-radius: 2px; transition: background 0.3s, transform 0.2s; }
.btn-primary:hover { background: var(--bone); transform: translateY(-2px); }

/* FOOTER */
.footer { background: var(--espresso); padding: 80px 60px 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; max-width: 1200px; margin: 0 auto 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(184,147,90,0.1); }
.footer-logo { display: flex; flex-direction: column; line-height: 1; margin-bottom: 20px; }
.footer-brand .logo-main { font-family: var(--ff-display); font-size: 1.3rem; font-weight: 600; color: var(--warm-white); }
.footer-brand .logo-sub { font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass-light); margin-top: 3px; }
.footer-brand p { font-size: 0.85rem; font-weight: 300; line-height: 1.75; color: rgba(253,250,246,0.45); margin-bottom: 24px; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 2px; border: 1px solid rgba(184,147,90,0.25); display: flex; align-items: center; justify-content: center; color: rgba(253,250,246,0.5); font-size: 0.85rem; transition: border-color 0.3s, color 0.3s; }
.footer-social a:hover { border-color: var(--brass-light); color: var(--brass-light); }
.footer-nav h5 { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-light); margin-bottom: 20px; }
.footer-nav ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav a { font-size: 0.85rem; font-weight: 300; color: rgba(253,250,246,0.45); transition: color 0.3s; }
.footer-nav a:hover { color: var(--warm-white); }
.footer-contact h5 { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-light); margin-bottom: 20px; }
.footer-contact p { font-size: 0.82rem; font-weight: 300; color: rgba(253,250,246,0.45); line-height: 1.6; display: flex; gap: 10px; margin-bottom: 12px; }
.footer-contact i { color: var(--brass); margin-top: 2px; flex-shrink: 0; font-size: 0.75rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; max-width: 1200px; margin: 0 auto; font-size: 0.75rem; font-weight: 300; color: rgba(253,250,246,0.25); flex-wrap: wrap; gap: 8px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .nav { padding: 18px 40px; }
  .page-hero { grid-template-columns: 1fr; min-height: auto; }
  .ph-content { padding: 60px 40px 48px; }
  .ph-image-wrap { display: none; }
  .founder { padding: 80px 40px; }
  .founder-inner { grid-template-columns: 1fr; gap: 48px; }
  .fp-image { height: 400px; }
  .philosophy { padding: 80px 40px; }
  .team { padding: 80px 40px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { padding: 80px 40px; }
  .awards { padding: 80px 40px; }
  .awards-grid { grid-template-columns: repeat(2, 1fr); }
  .footer { padding: 60px 40px 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .nav { padding: 18px 24px; }
  .nav-links { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--espresso); flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1rem; color: var(--warm-white) !important; }
  .nav-toggle { display: flex; z-index: 101; }
  .ph-content { padding: 40px 24px; }
  .founder { padding: 60px 24px; }
  .philosophy { padding: 60px 24px; }
  .phil-grid { grid-template-columns: 1fr; }
  .team { padding: 60px 24px; }
  .team-grid { grid-template-columns: 1fr; }
  .timeline { padding: 60px 24px; }
  .tl-item { grid-template-columns: 60px 32px 1fr; }
  .awards { padding: 60px 24px; }
  .awards-grid { grid-template-columns: 1fr; }
  .about-cta { padding: 60px 24px; }
  .footer { padding: 48px 24px 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
