
  :root {
    --orange: #E8762B;
    --orange-light: #F49340;
    --navy: #1C2B4A;
    --navy-dark: #111927;
    --cream: #F5F1EA;
    --cream-dark: #EDE8DF;
    --text: #2A2A2A;
    --text-muted: #666;
    --white: #fff;
    --border: #ddd5c8;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); font-size: 16px; line-height: 1.7; }
  img { max-width: 100%; display: block; }
  a { text-decoration: none; color: inherit; }

  /* ─── HEADER ─── */
  header {
    position: sticky; top: 0; z-index: 999;
    background: var(--cream);
    box-shadow: 0 2px 16px rgba(0,0,0,.07);
    padding: 0 5%;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
  }
  .logo { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; }
  .logo span:first-child { color: var(--orange); }
  .logo span:last-child { color: var(--navy); }
  nav { display: flex; align-items: center; gap: 28px; }
  nav a { font-size: .88rem; font-weight: 500; color: var(--text); transition: color .2s; }
  nav a:hover { color: var(--orange); }
  .btn { display: inline-block; padding: 10px 22px; border-radius: 4px; font-size: .88rem; font-weight: 600; cursor: pointer; transition: all .2s; border: 2px solid transparent; }
  .btn-orange { background: var(--orange); color: #fff; }
  .btn-orange:hover { background: var(--orange-light); }
  .btn-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
  .btn-outline:hover { background: var(--navy); color: #fff; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all .3s; }

  /* ─── HERO ─── */
  .hero {
    /* background: var(--cream); */
    padding: 90px 5% 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url("image/home-bg.png") no-repeat center center;
    background-size: cover;
    opacity: .5;
    z-index: -1;
  }
  .hero-badge {
    display: inline-block;
    background: rgba(232,118,43,.12); color: var(--orange);
    font-size: .78rem; font-weight: 600; letter-spacing: .08em;
    padding: 5px 14px; border-radius: 20px; margin-bottom: 18px;
    text-transform: uppercase;
  }
  .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 700; color: var(--navy); line-height: 1.15; margin-bottom: 10px; }
  .hero h2 { font-size: clamp(1rem, 2vw, 1.3rem); color: var(--orange); font-weight: 500; font-family: 'DM Sans', sans-serif; margin-bottom: 20px; }
  .hero p { max-width: 600px; margin: 0 auto 30px; color: var(--text-muted); font-size: .95rem; }
  .hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .stats-bar {
    display: flex; justify-content: center; align-items: center; gap: 0;
    margin-top: 60px; background: var(--white);
    border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,.07);
    max-width: 700px; margin-left: auto; margin-right: auto;
    overflow: hidden;
  }
  .stat-item { flex: 1; padding: 24px 20px; text-align: center; border-right: 1px solid var(--border); }
  .stat-item:last-child { border-right: none; }
  .stat-num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--navy); }
  .stat-label { font-size: .78rem; color: var(--text-muted); margin-top: 2px; }

  /* ─── ABOUT ─── */
  .about { padding: 90px 5%; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin: 0 auto; background: var(--white); }
  .about-img-wrap { position: relative; }
  .about-img-wrap img { width: 100%; height: 500px; object-fit: cover; border-radius: 24px; filter: grayscale(100%); }
  .about-quote {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: var(--navy-dark); color: #fff;
    padding: 18px 22px; border-radius: 0 0 24px 24px;
    font-family: 'Playfair Display', serif; font-style: italic; font-size: .9rem;
  }
  .section-eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
  .about-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--navy); line-height: 1.25; margin-bottom: 20px; }
  .about-content p { color: var(--text-muted); font-size: .93rem; margin-bottom: 14px; }
  .about-roles { margin-top: 28px; display: flex; flex-direction: column; gap: 18px; }
  .role-item { display: flex; gap: 14px; align-items: flex-start; }
  .role-icon { width: 36px; height: 36px; background: rgba(232,118,43,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
  .role-icon i { color: var(--orange); font-size: .85rem; }
  .role-text h4 { font-weight: 600; font-size: .92rem; color: var(--navy); margin-bottom: 3px; }
  .role-text p { font-size: .84rem; color: var(--text-muted); line-height: 1.5; }

  /* ─── WRITINGS ─── */
  .writings { background: var(--cream-dark); padding: 90px 5%; }
  .writings-inner { max-width: 1200px; margin: 0 auto; }
  .section-header { text-align: center; margin-bottom: 50px; }
  .section-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--navy); }
  .section-header p { color: var(--text-muted); max-width: 560px; margin: 10px auto 0; font-size: .93rem; }
  .writings-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; }
  .writing-featured {
    background: var(--navy); color: #fff; border-radius: 10px; padding: 36px;
    display: flex; flex-direction: column; justify-content: flex-end; min-height: 320px;
    position: relative; overflow: hidden;
  }
  .writing-featured::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=600&q=80') center/cover no-repeat;
    opacity: .25;
  }
  .writing-featured > * { position: relative; z-index: 1; }
  .writing-tag { display: inline-block; background: var(--orange); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; margin-bottom: 14px; }
  .writing-featured h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; line-height: 1.3; margin-bottom: 12px; }
  .writing-featured p { font-size: .85rem; opacity: .8; margin-bottom: 20px; }
  .writing-meta { display: flex; gap: 14px; font-size: .78rem; opacity: .65; }
  .writing-list { display: flex; flex-direction: column; gap: 12px; }
  .writing-card {
    background: var(--white); border-radius: 8px; padding: 20px 22px;
    display: flex; justify-content: space-between; align-items: center;
    transition: box-shadow .2s; cursor: pointer;
  }
  .writing-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.09); }
  .writing-card-left { flex: 1; }
  .writing-card-left .writing-tag { margin-bottom: 8px; }
  .writing-card-left h4 { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--navy); margin-bottom: 6px; line-height: 1.35; }
  .writing-card-left p { font-size: .8rem; color: var(--text-muted); line-height: 1.4; }
  .writing-card-meta { font-size: .75rem; color: var(--text-muted); margin-top: 8px; }
  .writing-card i { color: var(--orange); font-size: 1rem; margin-left: 16px; flex-shrink: 0; }
  .writings-cta { text-align: center; margin-top: 36px; }

  /* ─── PORTFOLIO ─── */
  .portfolio { padding: 0 0 90px; }
  .portfolio-hero {
    background: url('https://images.unsplash.com/photo-1511818966892-d7d671e672a2?w=1400&q=80') center/cover no-repeat;
    padding: 70px 5%; min-height: 280px;
    display: flex; flex-direction: column; justify-content: flex-end;
    color: #fff; position: relative;
  }
  .portfolio-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,25,39,.92) 40%, rgba(17,25,39,.3)); }
  .portfolio-hero > * { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; width: 100%; }
  .portfolio-hero h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 10px; }
  .portfolio-hero p { max-width: 480px; font-size: .9rem; opacity: .8; }
  .portfolio-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 5%; margin-top: 20px; max-width: 1200px; margin-left: auto; margin-right: auto; }
  .port-card { border-radius: 8px; overflow: hidden; background: var(--navy-dark); color: #fff; position: relative; min-height: 220px; cursor: pointer; }
  .port-card img { width: 100%; height: 220px; object-fit: cover; opacity: .6; transition: opacity .3s, transform .4s; }
  .port-card:hover img { opacity: .45; transform: scale(1.04); }
  .port-card-overlay { position: absolute; inset: 0; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; }
  .port-card-overlay .writing-tag { margin-bottom: 8px; font-size: .68rem; }
  .port-card-overlay h4 { font-family: 'Playfair Display', serif; font-size: 1rem; line-height: 1.3; margin-bottom: 6px; }
  .port-card-overlay p { font-size: .78rem; opacity: .75; }
  .port-card-arrow { position: absolute; top: 14px; right: 14px; width: 30px; height: 30px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .port-card-arrow i { color: #fff; font-size: .75rem; }
  .portfolio-cta { text-align: center; margin-top: 30px; }

  /* ─── MEDIA ─── */
  .media { background: var(--cream); padding: 90px 5%; }
  .media-inner { max-width: 1200px; margin: 0 auto; }
  
  .media-featured {
    background: var(--navy); border-radius: 16px; overflow: hidden;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    min-height: 380px; position: relative; cursor: pointer; margin-bottom: 40px;
    padding: 60px 40px;
  }
  
  .featured-play-btn {
    width: 80px; height: 80px; background: rgba(255,255,255,.2);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    margin-bottom: 30px; transition: all .3s;
  }
  
  .media-featured:hover .featured-play-btn {
    background: rgba(232,118,43,.6);
  }
  
  .featured-play-btn i {
    color: #fff; font-size: 1.8rem; margin-left: 5px;
  }
  
  .featured-caption {
    text-align: center; position: relative; z-index: 1;
  }
  
  .featured-caption p {
    color: rgba(255,255,255,.7); font-size: .85rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px;
  }
  
  .featured-caption h3 {
    color: #fff; font-family: 'Playfair Display', serif; font-size: 2rem;
    font-weight: 600; max-width: 700px; line-height: 1.3;
  }
  
  .media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .media-card { 
    background: var(--white); border-radius: 12px; padding: 24px;
    border: 1px solid var(--border); transition: all .3s;
    display: flex; flex-direction: column;
  }
  .media-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.08); }
  .media-card-header {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 14px; gap: 10px;
  }
  .media-card .writing-tag { 
    flex-shrink: 0; background: rgba(232,118,43,.12); color: var(--orange);
    font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    padding: 4px 10px; border-radius: 4px;
  }
  .media-date {
    font-size: .75rem; color: var(--text-muted); flex-shrink: 0;
    display: flex; align-items: center; gap: 4px;
  }
  .media-card h4 { 
    font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--navy);
    margin-bottom: 8px; line-height: 1.35; font-weight: 600;
  }
  .media-card p { 
    font-size: .85rem; color: var(--text-muted); margin-bottom: 14px; flex-grow: 1;
  }
  .media-link {
    color: var(--orange); font-size: .9rem; font-weight: 600;
    display: inline-flex; align-items: center; gap: 6px;
    text-decoration: none; transition: all .2s;
  }
  .media-link:hover { gap: 10px; }
  .media-cta { text-align: center; margin-top: 40px; }

  /* ─── CONTACT ─── */
  .contact { padding: 90px 5%; max-width: 1200px; margin: 0 auto; }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
  .contact h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--navy); margin-bottom: 12px; }
  .contact > .contact-grid > div:first-child > p { color: var(--text-muted); font-size: .93rem; margin-bottom: 30px; }
  .contact-info { display: flex; flex-direction: column; gap: 16px; }
  .contact-item { display: flex; gap: 14px; align-items: flex-start; }
  .contact-icon { width: 38px; height: 38px; background: rgba(232,118,43,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .contact-icon i { color: var(--orange); font-size: .85rem; }
  .contact-item p { font-size: .88rem; color: var(--text-muted); }
  .contact-item strong { display: block; color: var(--text); font-size: .9rem; }
  .social-links { display: flex; gap: 10px; margin-top: 24px; }
  .social-link { width: 36px; height: 36px; border: 1.5px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .2s; }
  .social-link:hover { background: var(--orange); border-color: var(--orange); }
  .social-link:hover i { color: #fff; }
  .social-link i { color: var(--navy); font-size: .82rem; }
  .contact-form { display: flex; flex-direction: column; gap: 14px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .form-group { display: flex; flex-direction: column; gap: 5px; }
  .form-group label { font-size: .8rem; font-weight: 600; color: var(--text); }
  .form-group input,
  .form-group textarea,
  .form-group select {
    border: 1.5px solid var(--border); border-radius: 5px; padding: 10px 14px;
    font-size: .9rem; font-family: inherit; background: var(--white);
    color: var(--text); transition: border-color .2s; outline: none;
  }
  .form-group input:focus,
  .form-group textarea:focus { border-color: var(--orange); }
  .form-group textarea { min-height: 110px; resize: vertical; }
  .contact-form-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--navy); margin-bottom: 6px; }

  /* ─── FOOTER ─── */
  footer { background: var(--navy-dark); color: rgba(255,255,255,.55); text-align: center; padding: 22px 5%; font-size: .82rem; }
  footer span { color: rgba(255,255,255,.85); }

  /* ─── MOBILE NAV ─── */
  .nav-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 998; }
  .mobile-nav {
    display: none; position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
    background: var(--white); z-index: 997; padding: 28px 5%;
    flex-direction: column; gap: 22px; overflow-y: auto;
  }
  .mobile-nav a { font-size: 1.1rem; font-weight: 500; color: var(--navy); border-bottom: 1px solid var(--border); padding-bottom: 14px; }
  .mobile-nav.open { display: flex; }
  .nav-overlay.open { display: block; }

  /* ─── RESPONSIVE ─── */
  @media(max-width: 900px) {
    nav { display: none; }
    .hamburger { display: flex; }
    .about { grid-template-columns: 1fr; gap: 40px; }
    .writings-grid { grid-template-columns: 1fr; }
    .portfolio-cards { grid-template-columns: 1fr 1fr; }
    .media-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .form-row { grid-template-columns: 1fr; }
    .media-featured { min-height: 280px; padding: 40px 30px; }
    .featured-caption h3 { font-size: 1.4rem; }
  }
  @media(max-width: 600px) {
    .stats-bar { flex-direction: column; }
    .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
    .stat-item:last-child { border-bottom: none; }
    .portfolio-cards { grid-template-columns: 1fr; }
    .media-grid { grid-template-columns: 1fr; }
    .about-img-wrap img { height: 340px; }
    .media-featured { min-height: 240px; padding: 30px 20px; border-radius: 12px; }
    .featured-play-btn { width: 60px; height: 60px; }
    .featured-caption h3 { font-size: 1.1rem; }
    header { padding: 0 4%; }
    .hero { padding: 70px 4% 50px; }
  }
