/* ============================================================
   designer.css - shared design system (extracted from
   preview-designer-v1.html so every page renders identically).
   Loads AFTER brand.css; only adds new classes, never overrides
   brand.css base components (.page-hero/.octa-card/.tab-bar/.footer).
   ============================================================ */

    /* =========================================================
       Designer rebuild v2 — refined to feedback
       - Hero centered, premium business-skyline imagery
       - About: clean evergreen, no boxed framing
       - Vision / Mission: larger pills, generous spacing
       - Core Values: SVG kite-diamonds (crisp, no overlap)
       - Built For Business Longevity: line-broken cleanly
       - Why Choose Us: SVG octagonal frames (corners join)
       - Expertise: YA-specific practice areas
       - en-only / zh-only pattern for HTML-rich headlines
         (sidesteps i18n.js textContent stripping)
    ========================================================= */

    /* Bilingual show/hide (drives off html[lang]) */
    html[lang="en"] .zh-only,
    html[lang="zh"] .en-only { display: none !important; }

    /* ---------- Preview banner ---------- */
    .preview-banner {
      background: var(--gold-dark);
      color: var(--cream);
      text-align: center;
      padding: 0.5rem 1rem;
      font-family: var(--f-body);
      font-size: 0.7rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      font-weight: 600;
    }

    /* ---------- HERO (PDF p3-4 reframed: cinematic, centered) ---------- */
    .design-hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: var(--evergreen-deep);
      isolation: isolate;
    }
    .design-hero-bg {
      position: absolute;
      inset: 0;
      background-image: url('https://images.unsplash.com/photo-1496564203457-11bb12075d90?auto=format&fit=crop&w=2600&q=85');
      background-size: cover;
      background-position: center;
      filter: grayscale(100%) contrast(1.08) brightness(0.78);
      animation: hero-breathe 22s ease-in-out infinite;
      z-index: 0;
    }
    .design-hero-bg::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at center, rgba(1,27,20,0.35) 0%, rgba(1,27,20,0.78) 70%, rgba(1,27,20,0.92) 100%),
        linear-gradient(180deg, rgba(1,27,20,0.45) 0%, rgba(1,27,20,0.0) 40%, rgba(1,27,20,0.55) 100%);
    }
    @keyframes hero-breathe {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.05); }
    }
    .design-hero-copy {
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 0 1.5rem;
      max-width: 1200px;
    }
    .design-hero { --sage-light: #B7D2BD; }
    .design-hero-eyebrow {
      font-family: var(--f-body);
      font-size: 0.7rem;
      letter-spacing: 0.42em;
      text-transform: uppercase;
      color: var(--sage-light);
      opacity: 0.85;
      margin-bottom: 2.4rem;
      font-weight: 600;
    }
    .design-hero-title {
      font-family: var(--f-display);
      font-weight: 300;
      font-size: clamp(3.2rem, 8vw, 7.2rem);
      color: var(--cream);
      line-height: 1.05;
      letter-spacing: 0.01em;
      margin: 0;
    }
    .design-hero-title .lead {
      font-style: italic;
      font-weight: 400;
    }
    .design-hero-title .pivot {
      display: inline-block;
      font-family: var(--f-display);
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0.32em;
      text-transform: uppercase;
      font-size: 0.36em;
      color: var(--sage-light);
      vertical-align: middle;
      margin: 0 0.55em;
      transform: translateY(-0.15em);
    }
    .design-hero-title .tail {
      font-style: italic;
      font-weight: 400;
      color: var(--sage-light);
    }
    .design-hero-cn {
      font-family: var(--f-display);
      font-weight: 300;
      font-size: clamp(2.8rem, 7vw, 6.4rem);
      letter-spacing: 0.22em;
      color: var(--cream);
      line-height: 1.2;
      margin: 0;
    }
    .design-hero-cn em {
      font-style: normal;
      color: var(--sage-light);
    }
    .design-hero-sub {
      font-family: var(--f-body);
      letter-spacing: 0.34em;
      text-transform: uppercase;
      font-size: 0.78rem;
      color: rgba(247,242,228,0.82);
      margin-top: 2.4rem;
      font-weight: 500;
    }
    html[lang="zh"] .design-hero-sub { letter-spacing: 0.44em; }
    .design-hero-rule {
      width: 1px;
      height: 60px;
      background: linear-gradient(180deg, transparent, var(--sage-light), transparent);
      margin: 3rem auto 0;
      opacity: 0.6;
    }
    .design-hero-scroll {
      position: absolute;
      bottom: 2.4rem;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.7rem;
      color: var(--sage-light);
      font-size: 0.62rem;
      letter-spacing: 0.36em;
      text-transform: uppercase;
      opacity: 0.7;
      z-index: 2;
      animation: scroll-bounce 2.4s ease-in-out infinite;
    }
    .design-hero-scroll .diamond {
      width: 5px; height: 5px;
      background: var(--sage-light);
      transform: rotate(45deg);
    }
    @keyframes scroll-bounce {
      0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.7; }
      50%      { transform: translateX(-50%) translateY(6px); opacity: 1; }
    }
    @media (prefers-reduced-motion: reduce) {
      .design-hero-bg, .design-hero-scroll { animation: none !important; }
    }

    /* ---------- ABOUT (PDF p12 reframed: clean evergreen, no pattern, no center mark) ---------- */
    .about-section {
      background: var(--evergreen);
      color: var(--cream);
      padding: 9rem 0;
      position: relative;
    }
    .about-eyebrow {
      font-family: var(--f-body);
      font-size: 0.72rem;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      color: rgba(247,242,228,0.7);
      text-align: center;
      margin-bottom: 1.8rem;
      font-weight: 600;
    }
    .about-heading {
      font-family: var(--f-display);
      font-weight: 400;
      font-size: clamp(2.6rem, 4.8vw, 4.2rem);
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--cream);
      text-align: center;
      margin-bottom: 2.8rem;
      line-height: 1.15;
    }
    .about-heading.two-line span,
    .page-hero .octa-card .hero-two-line span {
      display: block;
    }
    .about-heading.two-line span + span {
      margin-top: 0.2em;
    }
    .page-hero .octa-card .hero-two-line span + span {
      margin-top: 0.15em;
    }
    .about-copy {
      max-width: 64ch;
      margin: 0 auto;
      text-align: center;
    }
    .about-copy p,
    .about-section .about-copy p {
      color: rgba(247,242,228,0.94);
      font-size: clamp(1rem, 1.15vw, 1.12rem);
      line-height: 1.95;
      margin-bottom: 1.2rem;
    }
    .about-copy p:last-child { margin-bottom: 0; }

    /* Divider that separates the green hero from the green about-section. */
    .about-section .about-divider {
      color: var(--gold-light);
      margin: 0 auto 3.2rem;
    }
    .about-section .about-divider::before,
    .about-section .about-divider::after {
      flex: 1 1 auto;
      max-width: 240px;
      opacity: 0.55;
    }
    .about-section .about-divider .diamond { opacity: 0.9; }

    /* ---------- Filigree section heading ---------- */
    .fhead {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.6rem;
      margin-bottom: 4.5rem;
    }
    .fhead::before,
    .fhead::after {
      content: "";
      flex: 1;
      height: 1px;
      background: var(--evergreen);
      opacity: 0.45;
      max-width: 360px;
    }
    .fhead .diamond {
      width: 8px; height: 8px;
      background: var(--evergreen);
      transform: rotate(45deg);
      flex-shrink: 0;
    }
    .fhead h2 {
      font-family: var(--f-display);
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--evergreen);
      font-weight: 400;
      margin: 0;
      white-space: nowrap;
    }
    html[lang="zh"] .fhead h2 { letter-spacing: 0.22em; }

    /* ---------- VISION & MISSION (PDF p13 — widened, max 3 lines per side) ---------- */
    .vm-section { padding: 9rem 0; background: var(--beige); }
    .vm-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3.5rem;
      max-width: 1380px;
      margin: 0 auto;
      padding: 0 var(--gutter);
    }
    .vm-card { text-align: center; }
    .vm-pill {
      display: inline-block;
      padding: 1.4rem 4rem;
      border: 1px solid var(--evergreen);
      border-radius: 999px;
      font-family: var(--f-display);
      font-style: italic;
      font-weight: 500;
      font-size: clamp(1.5rem, 2.2vw, 2rem);
      color: var(--evergreen);
      margin-bottom: 2.6rem;
      position: relative;
      letter-spacing: 0.02em;
    }
    .vm-pill::after {
      content: "";
      position: absolute;
      inset: 5px;
      border: 1px solid var(--evergreen);
      border-radius: 999px;
      opacity: 0.42;
      pointer-events: none;
    }
    html[lang="zh"] .vm-pill { font-style: normal; letter-spacing: 0.16em; }
    .vm-body {
      font-family: var(--f-display);
      font-style: italic;
      font-size: clamp(1.15rem, 1.55vw, 1.45rem);
      color: var(--evergreen);
      line-height: 1.65;
      max-width: 56ch;
      margin: 0 auto;
      letter-spacing: 0.005em;
    }
    html[lang="zh"] .vm-body { font-style: normal; letter-spacing: 0.04em; line-height: 1.9; max-width: 32ch; }
    @media (max-width: 860px) {
      .vm-grid { grid-template-columns: 1fr; gap: 4.5rem; }
      .vm-section { padding: 6rem 0; }
      .vm-body { max-width: 100%; }
    }

    /* ---------- CORE VALUES (PDF p14 — SVG kite-diamonds) ---------- */
    .values-section { padding: 8rem 0 9rem; background: var(--beige-alt); }
    .values-row {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0.4rem;
      max-width: 1280px;
      margin: 0 auto;
      align-items: start;
    }
    .value-cell {
      position: relative;
      text-align: center;
      padding-top: 0.5rem;
    }
    .value-cell:nth-child(even) { padding-top: 4.5rem; }
    .value-art {
      position: relative;
      width: 100%;
      max-width: 260px;
      aspect-ratio: 280 / 140;
      margin: 0 auto 1.6rem;
    }
    .value-art svg {
      width: 100%;
      height: 100%;
      display: block;
      overflow: visible;
    }
    .value-art .label {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--f-display);
      font-style: italic;
      font-weight: 500;
      font-size: clamp(1rem, 1.4vw, 1.4rem);
      color: var(--evergreen);
      letter-spacing: 0.01em;
      padding: 0 0.5rem;
      text-align: center;
      line-height: 1.05;
    }
    html[lang="zh"] .value-art .label {
      font-style: normal;
      letter-spacing: 0.08em;
    }
    .value-cell p {
      font-size: 0.92rem;
      color: var(--evergreen);
      line-height: 1.7;
      max-width: 18ch;
      margin: 0 auto;
    }
    @media (max-width: 960px) {
      .values-row { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; row-gap: 3rem; }
      .value-cell:nth-child(even) { padding-top: 0.5rem; }
    }
    @media (max-width: 520px) {
      .values-row { grid-template-columns: 1fr; gap: 3rem; }
    }

    /* ---------- BUILT FOR (PDF p15 — title stacked 4 rows, copy gets wider column) ---------- */
    .built-section { padding: 9rem 0; background: var(--beige); }
    .built-grid {
      display: grid;
      grid-template-columns: 0.62fr 1.38fr;
      gap: 4.5rem;
      max-width: 1420px;
      margin: 0 auto;
      padding: 0 var(--gutter);
      align-items: start;
    }
    .built-title {
      font-family: var(--f-display);
      font-weight: 400;
      font-size: clamp(2.4rem, 4.6vw, 4rem);
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--evergreen);
      line-height: 1.02;
      margin: 0;
    }
    .built-title .row { display: block; }
    .built-title .row + .row { margin-top: 0.15rem; }
    html[lang="zh"] .built-title { font-size: clamp(2.8rem, 5.4vw, 4.6rem); letter-spacing: 0.18em; }
    html[lang="zh"] .built-title .row + .row { margin-top: 0.25rem; }
    .built-title .diamond {
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      background: var(--gold);
      transform: rotate(45deg);
      margin-left: 0.4em;
      vertical-align: middle;
    }
    .built-copy {
      border-left: 1px solid var(--evergreen);
      padding-left: 3rem;
    }
    .built-copy p {
      color: var(--evergreen);
      font-size: clamp(1rem, 1.15vw, 1.12rem);
      line-height: 1.95;
      margin-bottom: 1.1rem;
    }
    .built-copy p:last-child { margin-bottom: 0; }
    @media (max-width: 860px) {
      .built-grid { grid-template-columns: 1fr; gap: 2rem; }
      .built-copy { border-left: 0; padding-left: 0; border-top: 1px solid var(--evergreen); padding-top: 2rem; }
      .built-section { padding: 6rem 0; }
    }

    /* ---------- WHY CHOOSE US (PDF p16 — SVG octagonal cards) ---------- */
    .why-section { padding: 9rem 0; background: var(--beige-alt); }
    .why-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1.4rem;
      max-width: 1320px;
      margin: 0 auto;
    }
    .why-card {
      position: relative;
      padding: 2.6rem 1.6rem 2.4rem;
      text-align: center;
      isolation: isolate;
      min-height: 380px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .why-card-frame {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
    }
    .why-card-frame svg {
      width: 100%;
      height: 100%;
      display: block;
    }
    .why-card-frame svg polygon {
      fill: none;
      stroke: var(--evergreen);
      vector-effect: non-scaling-stroke;
    }
    .why-card-frame .outer { stroke-width: 1.2; }
    .why-card-frame .inner { stroke-width: 0.8; opacity: 0.42; }
    /* Bring content above the frame WITHOUT overriding the frame's absolute positioning.
       Using :not() is critical — a plain `.why-card > *` was capturing the frame too
       and making it a relative flex child that pushed text below the box. */
    .why-card > :not(.why-card-frame) { position: relative; z-index: 1; }
    .why-icon {
      width: 42px;
      height: 42px;
      margin-bottom: 1.2rem;
      color: var(--evergreen);
      stroke: currentColor;
      fill: none;
      stroke-width: 1.4;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
    .why-title {
      font-family: var(--f-display);
      font-size: 1.18rem;
      font-weight: 500;
      color: var(--evergreen);
      line-height: 1.25;
      letter-spacing: 0.02em;
      margin-bottom: 0.7rem;
    }
    .why-title .row { display: block; }
    .why-divider {
      width: 11px; height: 11px;
      background: var(--gold);
      transform: rotate(45deg);
      margin: 0.5rem 0 1.1rem;
      opacity: 0.85;
    }
    .why-copy {
      font-size: 0.9rem;
      color: var(--evergreen);
      line-height: 1.7;
      margin: 0;
      max-width: 22ch;
    }
    @media (max-width: 1080px) {
      .why-grid { grid-template-columns: repeat(2, 1fr); }
      .why-card { min-height: 320px; }
    }
    @media (max-width: 540px) { .why-grid { grid-template-columns: 1fr; } }

    /* ---------- EXPERTISE (PDF p6 — circles, YA-specific labels) ---------- */
    .expertise-section { padding: 9rem 0 7rem; background: var(--beige); }
    .expertise-circles {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1.2rem;
      flex-wrap: wrap;
      max-width: 1320px;
      margin: 0 auto 3rem;
    }
    .exp-circle {
      width: 190px;
      height: 190px;
      border-radius: 50%;
      border: 1px solid var(--evergreen);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0.8rem;
      font-family: var(--f-display);
      color: var(--evergreen);
      font-size: 1.55rem;
      font-weight: 500;
      line-height: 1.22;
      letter-spacing: 0.06em;
      position: relative;
      transition: transform 0.4s cubic-bezier(0.2,0.6,0.2,1), background 0.3s ease, color 0.3s ease;
      text-decoration: none;
      flex-shrink: 0;
    }
    .exp-circle::after {
      content: "";
      position: absolute;
      inset: 7px;
      border-radius: 50%;
      border: 1px solid var(--evergreen);
      opacity: 0.32;
      pointer-events: none;
      transition: border-color 0.3s ease, opacity 0.3s ease;
    }
    .exp-circle:nth-child(even) { transform: translateY(-10px); }
    .exp-circle:hover,
    .exp-circle.is-active {
      background: var(--evergreen);
      color: var(--cream);
    }
    .exp-circle:hover::after,
    .exp-circle.is-active::after {
      border-color: var(--cream);
      opacity: 0.5;
    }
    .exp-circle:nth-child(even):hover { transform: translateY(-14px); }
    html[lang="zh"] .exp-circle { letter-spacing: 0.06em; font-size: 0.95rem; line-height: 1.4; }
    @media (max-width: 1100px) {
      .exp-circle { width: 160px; height: 160px; font-size: 1.35rem; }
    }
    @media (max-width: 720px) {
      .exp-circle { width: 140px; height: 140px; font-size: 1.15rem; padding: 0.6rem; }
    }
    @media (max-width: 720px) {
      .exp-circle:nth-child(2),
      .exp-circle:nth-child(4) { transform: none; }
      .exp-circle:nth-child(2):hover,
      .exp-circle:nth-child(4):hover { transform: none; }
    }
    .expertise-lede {
      max-width: 64ch;
      margin: 0 auto 2.4rem;
      text-align: center;
      color: var(--evergreen);
      font-size: 1.02rem;
      line-height: 1.85;
    }
    .expertise-cta { text-align: center; }

    /* ---------- TEAM (PDF p7 — framed octa + circular portraits) ---------- */
    .team-section { padding: 8rem 0; background: var(--beige); }
    .frame-octa {
      position: relative;
      max-width: 1240px;
      margin: 0 auto;
      padding: 5rem 4rem 4.5rem;
    }
    .frame-octa svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }
    .frame-octa svg polygon {
      fill: none;
      stroke: var(--evergreen);
      vector-effect: non-scaling-stroke;
    }
    .frame-octa svg .outer { stroke-width: 1.2; }
    .frame-octa svg .inner { stroke-width: 0.8; opacity: 0.4; }
    .frame-octa > * { position: relative; z-index: 1; }
    .team-intro {
      max-width: 760px;
      margin: 0 auto 3rem;
      text-align: center;
    }
    .team-intro h2 {
      font-family: var(--f-display);
      font-size: clamp(1.9rem, 3vw, 2.6rem);
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--evergreen);
      font-weight: 400;
      margin-bottom: 1.2rem;
    }
    .team-intro p {
      color: var(--evergreen);
      font-size: 1.02rem;
      line-height: 1.85;
    }
    .team-intro .btn { margin-top: 1.8rem; }
    .team-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem 2rem;
      margin: 0 auto 2rem;
      max-width: 1200px;
    }
    .team-row-partners {
      gap: 2rem 4rem;
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem;
      border-bottom: 1px solid var(--beige-line, rgba(168,135,80,0.25));
    }
    .team-row-staff { gap: 2rem 1.6rem; }
    .team-member {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0.5rem;
      text-decoration: none;
      color: var(--evergreen);
      transition: transform 0.2s ease;
      width: 130px;
    }
    .team-row-partners .team-member { width: 190px; }
    .team-row-staff .team-member { width: 165px; }
    .team-member:hover { transform: translateY(-3px); }
    .portrait-circle {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: var(--beige-alt);
      background-size: 140%;
      background-position: center 22%;
      background-repeat: no-repeat;
      flex-shrink: 0;
      box-shadow: 0 2px 8px rgba(1,68,56,0.12);
      border: 1px solid rgba(168,135,80,0.25);
      transition: box-shadow 0.2s ease, border-color 0.2s ease;
      display: inline-block;
    }
    .team-row-partners .portrait-circle { width: 180px; height: 180px; }
    .team-row-staff .portrait-circle { width: 150px; height: 150px; }
    .team-member:hover .portrait-circle {
      box-shadow: 0 8px 20px rgba(1,68,56,0.18);
      border-color: var(--gold-dark);
    }
    .portrait-circle.is-placeholder {
      background: var(--evergreen);
      color: var(--cream);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--f-display);
      font-size: 1.8rem;
      letter-spacing: 0.06em;
    }
    .portrait-circle.is-placeholder::before { content: attr(data-initials); }
    .member-name {
      font-family: var(--f-display);
      font-size: 0.98rem;
      letter-spacing: 0.04em;
      color: var(--evergreen);
      line-height: 1.2;
      margin-top: 0.3rem;
    }
    .team-row-partners .member-name { font-size: 1.1rem; }
    .member-role {
      font-family: var(--f-body);
      font-size: 0.7rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--gold-dark);
      line-height: 1.3;
    }
    @media (max-width: 720px) {
      .team-row-staff { gap: 1.4rem 1rem; }
      .team-row-staff .team-member { width: 135px; }
      .team-row-staff .portrait-circle { width: 120px; height: 120px; }
      .team-row-staff .portrait-circle.is-placeholder { font-size: 1.4rem; }
      .team-row-partners { gap: 1.5rem 2rem; }
      .team-row-partners .team-member { width: 150px; }
      .team-row-partners .portrait-circle { width: 140px; height: 140px; }
    }

    /* ---------- PROCESS (PDF p22 — interactive 6-step) ---------- */
    .process-section { padding: 9rem 0; background: var(--beige-alt); }
    .process-grid {
      display: grid;
      grid-template-columns: 1fr 1.15fr;
      gap: 3rem;
      max-width: 1180px;
      margin: 0 auto;
      align-items: start;
    }
    .step-list {
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
    }
    .step-row {
      display: grid;
      grid-template-columns: 38px 1fr 28px;
      align-items: center;
      gap: 0.8rem;
      padding: 1.05rem 1.4rem;
      border: 1px solid var(--evergreen);
      font-family: var(--f-display);
      font-style: italic;
      font-weight: 500;
      font-size: 1.2rem;
      color: var(--evergreen);
      cursor: pointer;
      transition: background 0.25s ease, color 0.25s ease;
      background: transparent;
      text-align: left;
      width: 100%;
    }
    .step-row:hover { background: rgba(1,68,56,0.05); }
    .step-row.is-active {
      background: var(--evergreen);
      color: var(--cream);
    }
    .step-row .step-n {
      font-style: italic;
      opacity: 0.9;
      font-size: 1.1rem;
    }
    .step-row .step-diamond {
      width: 12px; height: 12px;
      background: var(--evergreen);
      transform: rotate(45deg);
      justify-self: end;
      opacity: 0.4;
    }
    .step-row.is-active .step-diamond {
      background: var(--gold-light);
      opacity: 1;
    }
    html[lang="zh"] .step-row { font-style: normal; letter-spacing: 0.06em; }
    .step-detail {
      position: relative;
      padding: 3.5rem 3rem;
      min-height: 320px;
      text-align: center;
      isolation: isolate;
    }
    .step-detail svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }
    .step-detail svg polygon {
      fill: none;
      stroke: var(--evergreen);
      vector-effect: non-scaling-stroke;
    }
    .step-detail svg .outer { stroke-width: 1.2; }
    .step-detail svg .inner { stroke-width: 0.8; opacity: 0.4; }
    .step-detail > * { position: relative; z-index: 1; }
    .step-detail .eyebrow-no {
      font-family: var(--f-display);
      font-style: italic;
      font-weight: 400;
      font-size: 1rem;
      color: var(--evergreen);
      letter-spacing: 0.05em;
      text-transform: none;
      margin-bottom: 0.4rem;
      opacity: 0.85;
    }
    .step-detail h3 {
      font-family: var(--f-display);
      font-style: italic;
      font-weight: 500;
      font-size: clamp(1.6rem, 2.4vw, 2rem);
      color: var(--evergreen);
      margin-bottom: 1.2rem;
      letter-spacing: 0.01em;
    }
    html[lang="zh"] .step-detail h3 { font-style: normal; letter-spacing: 0.1em; }
    .step-detail p {
      max-width: 40ch;
      margin: 0 auto;
      font-size: 0.98rem;
      color: var(--evergreen);
      line-height: 1.85;
    }
    @media (max-width: 860px) {
      .process-grid { grid-template-columns: 1fr; }
      .process-section { padding: 6rem 0; }
    }

    /* ---------- TESTIMONIAL (PDF p8) ---------- */
    .testimonial-section { padding: 9rem 0; background: var(--beige); }
    .testimonial {
      text-align: center;
      max-width: 920px;
      margin: 0 auto;
      padding: 0 2rem;
    }
    .testimonial .pull {
      font-family: var(--f-display);
      font-style: italic;
      font-weight: 400;
      font-size: clamp(1.6rem, 3.2vw, 2.6rem);
      color: var(--evergreen);
      line-height: 1.35;
      margin-bottom: 1.4rem;
      letter-spacing: 0.005em;
    }
    html[lang="zh"] .testimonial .pull { font-style: normal; letter-spacing: 0.06em; line-height: 1.55; }
    .testimonial .full {
      max-width: 58ch;
      margin: 0 auto 2rem;
      color: var(--evergreen);
      opacity: 0.9;
      font-size: 1rem;
      line-height: 1.85;
    }
    .testimonial .who {
      font-family: var(--f-display);
      font-style: italic;
      color: var(--evergreen);
      font-size: 1.1rem;
      margin-bottom: 0.15rem;
    }
    .testimonial .role {
      font-family: var(--f-display);
      font-style: italic;
      color: var(--evergreen);
      font-size: 0.95rem;
      opacity: 0.85;
    }
    .testimonial-art {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 2rem;
      margin: 2.8rem 0 0;
    }
    .testimonial-art .d {
      width: 60px; height: 26px;
      transform: rotate(45deg);
      border: 1px solid var(--gold-dark);
      opacity: 0.45;
    }
    .testimonial-art .portrait-d {
      width: 132px;
      height: 132px;
      transform: rotate(45deg);
      border: 1px solid var(--gold);
      overflow: hidden;
    }
    .testimonial-art .portrait-d > div {
      width: 100%;
      height: 100%;
      transform: rotate(-45deg) scale(1.42);
      background-image: url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=600&q=80');
      background-size: cover;
      background-position: center;
      filter: grayscale(100%) contrast(1.05);
    }

    /* ---------- FAQs (PDF p23) ---------- */
    .faq-section { padding: 9rem 0; background: var(--beige-alt); }
    .faq-list {
      max-width: 1040px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 0.9rem;
    }
    .faq-item {
      border: 1px solid var(--evergreen);
      background: transparent;
    }
    .faq-q {
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 1rem;
      align-items: center;
      padding: 1.1rem 1.4rem;
      font-family: var(--f-display);
      font-style: italic;
      font-weight: 500;
      font-size: 1.18rem;
      color: var(--evergreen);
      cursor: pointer;
      width: 100%;
      text-align: left;
      background: transparent;
      border: 0;
      list-style: none;
    }
    .faq-q::-webkit-details-marker { display: none; }
    .faq-q .sign {
      font-family: var(--f-body);
      font-style: normal;
      font-size: 1.4rem;
      font-weight: 400;
      color: var(--evergreen);
      width: 28px;
      text-align: center;
      line-height: 1;
    }
    html[lang="zh"] .faq-q { font-style: normal; letter-spacing: 0.06em; }
    .faq-item[open] .faq-q {
      background: var(--evergreen);
      color: var(--cream);
    }
    .faq-item[open] .faq-q .sign { color: var(--cream); }
    .faq-a {
      padding: 1.2rem 1.4rem 1.4rem 3.4rem;
      font-size: 0.96rem;
      color: var(--evergreen);
      line-height: 1.8;
    }
    .faq-a p { color: var(--evergreen); font-size: inherit; line-height: inherit; margin-bottom: 0.7rem; }
    .faq-a p:last-child { margin-bottom: 0; }
    .faq-a .ref {
      display: block;
      margin-top: 0.7rem;
      font-size: 0.78rem;
      letter-spacing: 0.06em;
      color: var(--gold-dark);
      opacity: 0.85;
      font-style: italic;
    }
    html[lang="zh"] .faq-a .ref { font-style: normal; letter-spacing: 0.1em; }

    /* FAQ topic tabs */
    .faq-tabs {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 0.5rem;
      max-width: 1180px;
      margin: 0 auto 2.5rem;
      padding: 0 var(--gutter);
    }
    .faq-tab {
      padding: 0.65rem 1.3rem;
      border: 1px solid var(--evergreen);
      background: transparent;
      color: var(--evergreen);
      font-family: var(--f-body);
      font-size: 0.74rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.25s ease, color 0.25s ease;
    }
    .faq-tab:hover { background: rgba(1,68,56,0.06); }
    .faq-tab.is-active {
      background: var(--evergreen);
      color: var(--cream);
    }
    html[lang="zh"] .faq-tab { letter-spacing: 0.2em; font-size: 0.78rem; }
    .faq-panel { display: none; }
    .faq-panel.is-active { display: block; }

    /* General-info disclaimer above the FAQ list */
    .faq-disclaimer {
      max-width: 880px;
      margin: 0 auto 2rem;
      padding: 0.9rem 1.3rem;
      border-left: 3px solid var(--gold-dark);
      background: rgba(168,135,80,0.08);
      font-size: 0.82rem;
      color: var(--evergreen);
      line-height: 1.7;
    }
    html[lang="zh"] .faq-disclaimer { letter-spacing: 0.04em; line-height: 1.85; }
    @media (max-width: 720px) {
      .faq-tab { font-size: 0.7rem; padding: 0.55rem 1rem; letter-spacing: 0.1em; }
    }

    /* ---------- INSIGHTS (PDF p9) ---------- */
    .insights-section { padding: 9rem 0; background: var(--beige); }
    .insights-frame {
      position: relative;
      max-width: 1240px;
      margin: 0 auto;
      padding: 4rem 3.5rem 4rem;
      isolation: isolate;
    }
    .insights-frame svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 0;
    }
    .insights-frame svg polygon {
      fill: none;
      stroke: var(--evergreen);
      vector-effect: non-scaling-stroke;
    }
    .insights-frame svg .outer { stroke-width: 1.2; }
    .insights-frame svg .inner { stroke-width: 0.8; opacity: 0.4; }
    .insights-frame > * { position: relative; z-index: 1; }

    /* ---------- LET'S THINK LONG TERM CTA (PDF p10) ---------- */
    .cta-section { padding: 9rem 0; background: var(--beige); }
    .lt-cta {
      max-width: 1220px;
      margin: 0 auto;
      padding: 0 var(--gutter);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: start;
    }
    .lt-cta h2 {
      font-family: var(--f-display);
      font-style: italic;
      font-weight: 400;
      font-size: clamp(2.4rem, 4.8vw, 3.8rem);
      color: var(--evergreen);
      letter-spacing: 0.005em;
      line-height: 1.1;
    }
    html[lang="zh"] .lt-cta h2 { font-style: normal; letter-spacing: 0.1em; line-height: 1.35; }
    .lt-cta .closing {
      margin-top: 4.5rem;
      padding-top: 1.4rem;
      font-size: 0.98rem;
      color: var(--evergreen);
      line-height: 1.85;
      max-width: 38ch;
      position: relative;
    }
    .lt-cta .closing::before {
      content: "";
      display: block;
      width: 16px; height: 16px;
      background: var(--evergreen);
      transform: rotate(45deg);
      margin-bottom: 1.2rem;
      opacity: 0.85;
    }
    .lt-cta .contact-form .field {
      background: transparent;
      border-color: var(--evergreen);
    }
    /* CTA action row — primary submit + WhatsApp alt side-by-side */
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.9rem;
      align-items: center;
      margin-top: 0.6rem;
    }
    .cta-actions .btn { margin: 0; }
    .cta-or {
      display: inline-flex;
      align-items: center;
      font-family: var(--f-body);
      font-size: 0.72rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--evergreen);
      opacity: 0.55;
      padding: 0 0.2rem;
    }
    html[lang="zh"] .cta-or { letter-spacing: 0.4em; }
    .btn-whatsapp {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.7rem;
      padding: 0.85rem 1.7rem;
      font-family: var(--f-body);
      font-size: 0.82rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--cream);
      background: var(--evergreen);
      clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
      transition: transform 0.2s ease, filter 0.2s ease;
      box-shadow: 0 2px 12px rgba(1,68,56,0.25);
      text-decoration: none;
    }
    .btn-whatsapp:hover { transform: translateY(-1px); filter: brightness(1.06); }
    .btn-whatsapp .wa-icon {
      width: 18px;
      height: 18px;
      fill: currentColor;
      flex-shrink: 0;
    }
    @media (max-width: 600px) {
      .cta-actions { flex-direction: column; align-items: stretch; }
      .cta-actions .btn,
      .cta-actions .btn-whatsapp { width: 100%; }
      .cta-or { justify-content: center; padding: 0.2rem 0; }
    }
    @media (max-width: 860px) {
      .lt-cta { grid-template-columns: 1fr; gap: 2.5rem; }
      .cta-section { padding: 6rem 0; }
    }

    /* ---------- VISIT US / Google Maps ---------- */
    .visit-section { padding: 9rem 0; background: var(--beige); }
    .visit-grid {
      display: grid;
      grid-template-columns: 0.85fr 1.15fr;
      gap: 3rem;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 var(--gutter);
      align-items: stretch;
    }
    .visit-info {
      padding: 2.5rem 2.5rem 2.5rem 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .visit-info h3 {
      font-family: var(--f-display);
      font-size: clamp(1.6rem, 2.4vw, 2rem);
      font-weight: 400;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--evergreen);
      margin-bottom: 1.5rem;
    }
    .visit-row {
      display: grid;
      grid-template-columns: 24px 1fr;
      gap: 1rem;
      align-items: start;
      padding: 0.7rem 0;
      color: var(--evergreen);
      font-size: 0.95rem;
      line-height: 1.65;
      border-top: 1px solid rgba(1,68,56,0.15);
    }
    .visit-row:last-of-type { border-bottom: 1px solid rgba(1,68,56,0.15); }
    .visit-row svg {
      width: 18px;
      height: 18px;
      stroke: var(--gold-dark);
      fill: none;
      stroke-width: 1.6;
      margin-top: 3px;
    }
    .visit-row .label {
      font-family: var(--f-body);
      font-size: 0.7rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--evergreen);
      opacity: 0.6;
      margin-bottom: 0.2rem;
      display: block;
    }
    .visit-row a { color: var(--evergreen); }
    .visit-row a:hover { color: var(--gold-dark); }
    .visit-map {
      position: relative;
      min-height: 460px;
      overflow: hidden;
      border: 1px solid var(--evergreen);
    }
    .visit-map iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      filter: grayscale(60%) contrast(0.95);
    }
    @media (max-width: 860px) {
      .visit-grid { grid-template-columns: 1fr; gap: 1.5rem; }
      .visit-info { padding: 0; }
      .visit-section { padding: 6rem 0; }
    }

    /* ---------- DESIGNER FOOTER (PDF p11) ---------- */
    .footer-designer {
      background: var(--evergreen);
      color: var(--cream);
      padding: 5rem 0 2.2rem;
      position: relative;
    }
    .footer-designer-grid {
      display: grid;
      grid-template-columns: 1.6fr 0.9fr 0.9fr 0.7fr;
      gap: 3rem;
      padding-bottom: 2.8rem;
      border-bottom: 1px solid rgba(247,242,228,0.18);
    }
    .footer-designer h4 {
      color: var(--cream);
      font-family: var(--f-body);
      font-size: 0.78rem;
      letter-spacing: 0.24em;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
      font-weight: 600;
    }
    .footer-designer ul { list-style: none; }
    .footer-designer li,
    .footer-designer a {
      color: rgba(247,242,228,0.78);
      font-size: 0.82rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      line-height: 2.2;
    }
    .footer-designer a:hover { color: var(--gold-light); }
    .footer-designer .head-office {
      font-size: 0.82rem;
      letter-spacing: 0.1em;
      line-height: 1.85;
      color: rgba(247,242,228,0.85);
      text-transform: uppercase;
    }
    .footer-designer .head-office .tel-fax {
      margin-top: 0.9rem;
      letter-spacing: 0.12em;
    }
    .footer-designer .head-office a {
      text-transform: lowercase;
      letter-spacing: 0.05em;
    }
    .footer-designer-bottom {
      padding-top: 1.8rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1.5rem;
      flex-wrap: wrap;
      font-size: 0.7rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(247,242,228,0.62);
    }
    .footer-designer-bottom .legal-line a {
      color: var(--gold-light);
      text-decoration: underline;
      font-size: inherit;
      letter-spacing: inherit;
    }
    .footer-designer-bottom .quick-legal {
      display: flex;
      gap: 1.8rem;
    }
    @media (max-width: 960px) {
      .footer-designer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 540px) {
      .footer-designer-grid { grid-template-columns: 1fr; gap: 2rem; }
    }

    /* ---------- Section heading utility ---------- */
    @media (max-width: 720px) {
      .fhead { gap: 0.8rem; margin-bottom: 3rem; }
      .fhead::before, .fhead::after { max-width: 80px; }
    }
