/* ============================================================
   by PLC — v2 preview · shared styles
   Palette, type and voice preserved from the live site.
   ============================================================ */
:root {
  --green-deep: #2C4A3E;
  --green-deeper: #223A30;
  --green-mid: #3D6B5A;
  --sage: #7A9E8E;
  --sage-light: #B5CDBF;
  --cream: #F7F3EE;
  --cream-dark: #EDE8E1;
  --charcoal: #2D2D2D;
  --charcoal-light: #5A5A5A;
  --white: #FDFCFA;
  --sand: #C9A87C;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --maxw: 1160px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--charcoal); background: var(--cream); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::selection { background: var(--sage-light); color: var(--green-deeper); }
img { max-width: 100%; display: block; }
a { color: inherit; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(247,243,238,0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid rgba(44,74,62,0.07); transition: box-shadow .3s; }
nav.scrolled { box-shadow: 0 2px 24px rgba(44,74,62,0.06); }
nav .nav-inner { max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 1.05rem 2rem; }
.nav-logo { font-family: var(--font-body); font-weight: 300; font-size: 1.1rem; letter-spacing: 0.16em; text-transform: lowercase; color: var(--green-deep); text-decoration: none; }
.nav-logo span { font-weight: 600; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a { font-size: 0.8rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--charcoal-light); text-decoration: none; transition: color 0.2s; position: relative; }
.nav-links a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 1px; background: var(--green-mid); transition: width .25s ease; }
.nav-links a:hover { color: var(--green-deep); }
.nav-links a.active { color: var(--green-deep); }
.nav-links a:not(.nav-cta):hover::after, .nav-links a.active:not(.nav-cta)::after { width: 100%; }
.nav-cta { padding: 0.5rem 1.1rem; border: 1px solid var(--green-mid); border-radius: 40px; color: var(--green-deep); letter-spacing: 0.06em; transition: all .25s; }
.nav-cta:hover { background: var(--green-deep); color: var(--cream); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--charcoal); margin: 5px 0; transition: 0.3s; }

/* LAYOUT */
section { padding: 7rem 2rem; }
.container { max-width: 820px; margin: 0 auto; }
.container-wide { max-width: var(--maxw); margin: 0 auto; }

/* SECTION HEADERS */
.section-head { max-width: var(--maxw); margin: 0 auto 3.5rem; }
.section-tag { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sage); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.7rem; }
.section-tag::before { content: ''; width: 28px; height: 1px; background: var(--sage); }
.section-title { font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 400; color: var(--green-deep); line-height: 1.15; letter-spacing: -0.01em; }
.section-intro { margin-top: 1.1rem; font-size: 1.05rem; color: var(--charcoal-light); max-width: 620px; line-height: 1.75; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1.8rem; background: var(--green-deep); color: var(--cream); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 40px; transition: all .25s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--green-deeper); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(44,74,62,0.18); }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 1.6rem; color: var(--green-deep); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: gap .2s; }
.btn-ghost:hover { gap: 0.85rem; }
.btn-light { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 2.4rem; background: var(--cream); color: var(--green-deep); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-radius: 40px; transition: all .25s; }
.btn-light:hover { background: var(--sage-light); transform: translateY(-2px); }

/* HERO (home) */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 9rem; padding-bottom: 5rem; position: relative; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.hero-bg .blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: 0.5; }
.hero-bg .b1 { width: 420px; height: 420px; background: var(--sage-light); top: -80px; right: -60px; }
.hero-bg .b2 { width: 340px; height: 340px; background: #E7DFD3; bottom: -60px; left: -40px; opacity: 0.7; }
.hero-content { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; width: 100%; }
.hero-tag { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sage); margin-bottom: 1.8rem; display: flex; align-items: center; gap: 0.7rem; }
.hero-tag::before { content: ''; width: 28px; height: 1px; background: var(--sage); }
.hero h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 400; line-height: 1.14; color: var(--green-deep); margin-bottom: 1.8rem; letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; font-weight: 600; color: var(--green-mid); }
.hero-sub { font-size: 1.12rem; color: var(--charcoal); line-height: 1.8; max-width: 620px; margin-bottom: 2.4rem; }
.hero-creds { display: flex; flex-wrap: wrap; gap: 0.6rem 0.5rem; align-items: center; font-size: 0.78rem; letter-spacing: 0.06em; color: var(--charcoal-light); margin-bottom: 2.8rem; }
.hero-creds span { background: rgba(255,255,255,0.6); border: 1px solid rgba(44,74,62,0.1); padding: 0.35rem 0.85rem; border-radius: 40px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-quote { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--sage-light); }
.hero-quote blockquote { font-family: var(--font-display); font-size: clamp(1.35rem, 3vw, 1.7rem); font-style: italic; color: var(--green-deep); line-height: 1.45; }

/* PAGE HERO (interior pages) */
.page-hero { padding-top: 10rem; padding-bottom: 3rem; position: relative; }
.page-hero .container-wide { position: relative; z-index: 1; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 400; color: var(--green-deep); line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 1.2rem; }
.page-hero h1 em { font-style: italic; font-weight: 600; color: var(--green-mid); }
.page-hero .lead { font-size: 1.1rem; color: var(--charcoal-light); max-width: 640px; line-height: 1.8; }

/* WORK GRID */
.work-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.card { display: flex; flex-direction: column; background: var(--white); border: 1px solid rgba(44,74,62,0.09); border-radius: 6px; overflow: hidden; text-decoration: none; color: inherit; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.card:hover { transform: translateY(-5px); border-color: var(--sage); box-shadow: 0 18px 44px rgba(44,74,62,0.10); }
.card-visual { height: 210px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 1.2rem; background: var(--cream-dark); }
.card-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s ease; }
.card:hover .card-visual img { transform: scale(1.04); }
.card-visual .mark { font-family: var(--font-display); font-size: 3.2rem; font-weight: 600; line-height: 1; color: rgba(255,255,255,0.9); position: relative; z-index: 1; }
.card-visual .kind { position: absolute; top: 1.2rem; left: 1.2rem; z-index: 1; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.92); background: rgba(34,58,48,0.55); padding: 0.3rem 0.7rem; border-radius: 40px; backdrop-filter: blur(4px); }
.v-clinic  { background: linear-gradient(135deg, #2C4A3E 0%, #3D6B5A 70%, #7A9E8E 130%); }
.v-agents  { background: linear-gradient(135deg, #223A30 0%, #2C4A3E 60%, #3D6B5A 120%); }
.v-web     { background: linear-gradient(135deg, #7A9E8E 0%, #B5CDBF 60%, #EDE8E1 130%); }
.v-web .mark { color: rgba(44,74,62,0.85); }
.v-web .kind { color: var(--green-deeper); background: rgba(255,255,255,0.4); }
.v-assistant { background: linear-gradient(135deg, #2C4A3E 0%, #223A30 60%, #3D6B5A 130%); }
.card-body { padding: 1.7rem 1.7rem 1.9rem; display: flex; flex-direction: column; flex: 1; }
.card-context { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.55rem; }
.card-title { font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; color: var(--green-deep); line-height: 1.2; margin-bottom: 0.7rem; }
.card-desc { font-size: 0.92rem; color: var(--charcoal-light); line-height: 1.7; margin-bottom: 1.3rem; }
.card-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 1.4rem; }
.card-tags span { font-size: 0.68rem; letter-spacing: 0.04em; color: var(--green-mid); background: rgba(122,158,142,0.14); padding: 0.28rem 0.65rem; border-radius: 40px; }
.card-link { margin-top: auto; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-mid); display: inline-flex; align-items: center; gap: 0.4rem; transition: gap .2s; }
.card:hover .card-link { gap: 0.7rem; }
.note { font-size: 0.82rem; font-style: italic; color: var(--sage); }

/* APPROACH — dark band */
.approach { background: var(--green-deep); color: var(--cream); position: relative; overflow: hidden; }
.approach::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(122,158,142,0.25), transparent 70%); top: -180px; right: -120px; }
.approach .section-tag { color: var(--sage-light); }
.approach .section-tag::before { background: var(--sage-light); }
.approach .section-title { color: var(--cream); max-width: 800px; }
.approach .section-intro { color: rgba(247,243,238,0.75); }
.approach-grid { max-width: var(--maxw); margin: 3.5rem auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; position: relative; z-index: 1; }
.approach-item { border-top: 1px solid rgba(181,205,191,0.28); padding-top: 1.3rem; }
.approach-item .num { font-family: var(--font-display); font-size: 1.4rem; font-style: italic; color: var(--sage-light); margin-bottom: 0.6rem; }
.approach-item h3 { font-family: var(--font-display); font-size: 1.45rem; font-weight: 500; color: var(--cream); margin-bottom: 0.6rem; }
.approach-item p { font-size: 0.92rem; color: rgba(247,243,238,0.72); line-height: 1.75; }

/* NOW */
.now-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem 3rem; }
.now-block h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--green-deep); margin-bottom: 0.9rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--sage-light); }
.now-block ul { list-style: none; padding: 0; }
.now-block li { font-size: 0.9rem; color: var(--charcoal); line-height: 1.75; padding: 0.25rem 0 0.25rem 1rem; position: relative; }
.now-block li::before { content: '·'; position: absolute; left: 0; color: var(--sage); font-weight: bold; }
.now-updated { max-width: 1000px; margin: 2.5rem auto 0; font-size: 0.78rem; color: var(--sage); font-style: italic; }

/* TIMELINE (about) */
.timeline { position: relative; padding-left: 2rem; max-width: 820px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--sage-light); }
.timeline-item { position: relative; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(0,0,0,0.05); }
.timeline-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.timeline-item::before { content: ''; position: absolute; left: -2rem; top: 0.5rem; width: 9px; height: 9px; border-radius: 50%; background: var(--cream); border: 2px solid var(--sage); transform: translateX(-4px); }
.timeline-date { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.5rem; }
.timeline-role { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--green-deep); margin-bottom: 0.25rem; }
.timeline-company { font-size: 0.95rem; color: var(--charcoal-light); margin-bottom: 1rem; }
.timeline-desc { font-size: 0.95rem; color: var(--charcoal); line-height: 1.8; }
.timeline-desc p { margin-bottom: 0.8rem; }
.timeline-highlight { display: inline-block; margin-top: 0.5rem; padding: 0.4rem 0.85rem; background: rgba(122,158,142,0.14); font-size: 0.8rem; font-weight: 500; color: var(--green-mid); border-radius: 40px; }

/* NARRATIVE */
.narrative { background: var(--cream-dark); }
.narrative-container { max-width: 720px; margin: 0 auto; }
.narrative-body p { font-size: 1.02rem; color: var(--charcoal); line-height: 1.85; margin-bottom: 1.4rem; }
.narrative-body p:last-child { margin-bottom: 0; }

/* EDUCATION */
.education-grid { max-width: var(--maxw); margin: 2rem auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.2rem; }
.edu-card { padding: 1.5rem; background: var(--white); border: 1px solid rgba(44,74,62,0.07); border-radius: 6px; }
.edu-card .edu-year { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.4rem; }
.edu-card h4 { font-family: var(--font-display); font-size: 1.12rem; font-weight: 600; color: var(--green-deep); margin-bottom: 0.3rem; line-height: 1.3; }
.edu-card p { font-size: 0.85rem; color: var(--charcoal-light); }

/* CASE STUDY */
.case-meta { display: flex; flex-wrap: wrap; gap: 2.2rem; margin-top: 2rem; padding-top: 1.6rem; border-top: 1px solid var(--sage-light); }
.case-meta div { min-width: 120px; }
.case-meta .k { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.35rem; }
.case-meta .v { font-size: 0.92rem; color: var(--green-deep); font-weight: 500; }
.case-figure { max-width: var(--maxw); margin: 0 auto; border-radius: 8px; overflow: hidden; border: 1px solid rgba(44,74,62,0.1); box-shadow: 0 20px 50px rgba(44,74,62,0.10); }
.case-figure img { width: 100%; }
.figure-cap { max-width: var(--maxw); margin: 0.9rem auto 0; font-size: 0.8rem; color: var(--sage); font-style: italic; }
.case-cols { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.case-cols h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--green-deep); margin-bottom: 0.8rem; }
.case-cols p { font-size: 0.98rem; color: var(--charcoal); line-height: 1.85; margin-bottom: 1rem; }
.case-prose { max-width: 780px; margin: 0 auto; }
.case-prose h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 500; color: var(--green-deep); margin-bottom: 1.2rem; }
.case-prose h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; color: var(--green-deep); margin: 2rem 0 0.7rem; }
.case-prose p { font-size: 1.02rem; color: var(--charcoal); line-height: 1.85; margin-bottom: 1.2rem; }
.case-list { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.case-list li { font-size: 0.98rem; color: var(--charcoal); line-height: 1.7; padding: 0.5rem 0 0.5rem 1.6rem; position: relative; border-bottom: 1px solid rgba(122,158,142,0.18); }
.case-list li:last-child { border-bottom: none; }
.case-list li::before { content: '→'; position: absolute; left: 0; color: var(--sage); }
.callout { max-width: 780px; margin: 2rem auto; padding: 1.6rem 1.8rem; background: rgba(122,158,142,0.12); border-left: 3px solid var(--sage); border-radius: 0 6px 6px 0; }
.callout p { font-size: 0.98rem; color: var(--green-deeper); line-height: 1.7; margin: 0; }
.callout .flag { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sand); font-weight: 600; display: block; margin-bottom: 0.5rem; }
.gallery { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.gallery figure { border-radius: 8px; overflow: hidden; border: 1px solid rgba(44,74,62,0.1); box-shadow: 0 12px 30px rgba(44,74,62,0.08); background: var(--white); }
.gallery figcaption { font-size: 0.78rem; color: var(--charcoal-light); padding: 0.8rem 1rem; }
.case-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.4rem; }
.case-tags span { font-size: 0.72rem; letter-spacing: 0.04em; color: var(--green-mid); background: rgba(122,158,142,0.14); padding: 0.35rem 0.8rem; border-radius: 40px; }
.case-foot-nav { max-width: var(--maxw); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }

/* CASE v2 — sales layout */
.cover-band { max-width: var(--maxw); margin: 0 auto; height: 360px; border-radius: 8px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 1.6rem; box-shadow: 0 20px 50px rgba(44,74,62,0.10); }
.cover-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.cover-band .cover-note { position: relative; z-index: 1; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.92); background: rgba(34,58,48,0.5); padding: 0.4rem 0.9rem; border-radius: 40px; backdrop-filter: blur(4px); }
.hook { max-width: 780px; margin: 0 auto; font-family: var(--font-display); font-size: clamp(1.5rem, 3.2vw, 2.1rem); font-style: italic; color: var(--green-deep); line-height: 1.4; }
.tools-cloud { display: flex; flex-wrap: wrap; gap: 0.5rem; max-width: 820px; margin: 1.4rem auto 0; }
.tools-cloud span { font-size: 0.8rem; color: var(--green-deep); background: var(--white); border: 1px solid rgba(44,74,62,0.12); padding: 0.42rem 0.9rem; border-radius: 40px; }
.beforeafter { max-width: 820px; margin: 1.6rem auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.ba { border-radius: 8px; padding: 1.5rem 1.6rem; }
.ba.before { background: rgba(201,168,124,0.12); border: 1px solid rgba(201,168,124,0.38); }
.ba.after { background: rgba(122,158,142,0.14); border: 1px solid rgba(122,158,142,0.42); }
.ba .lab { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.55rem; font-weight: 600; }
.ba.before .lab { color: #A9833F; }
.ba.after .lab { color: var(--green-mid); }
.ba p { font-size: 0.95rem; color: var(--charcoal); line-height: 1.6; margin: 0; }
@media (max-width: 860px) { .beforeafter { grid-template-columns: 1fr; } .cover-band { height: 240px; } }

/* VARIED GALLERY */
.grid-varied { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.grid-varied figure { border-radius: 8px; overflow: hidden; border: 1px solid rgba(44,74,62,0.1); box-shadow: 0 12px 30px rgba(44,74,62,0.08); background: var(--white); margin: 0; }
.grid-varied figure img { width: 100%; display: block; }
.grid-varied figcaption { font-size: 0.78rem; color: var(--charcoal-light); padding: 0.75rem 1rem; }
.grid-varied .span2 { grid-column: span 2; }
@media (max-width: 860px) { .grid-varied { grid-template-columns: 1fr; } .grid-varied .span2 { grid-column: span 1; } }

/* CAPABILITY STRIP */
.capstrip { max-width: 820px; margin: 1.6rem auto 0; display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.capstrip .lab { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); margin-right: 0.3rem; }
.capstrip span.cap { font-size: 0.75rem; padding: 0.35rem 0.85rem; border-radius: 40px; border: 1px solid rgba(44,74,62,0.14); color: var(--charcoal-light); background: transparent; }
.capstrip span.cap.on { background: var(--green-deep); color: var(--cream); border-color: var(--green-deep); }

/* PERSONAS */
.persona-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.persona { background: var(--white); border: 1px solid rgba(44,74,62,0.1); border-radius: 8px; padding: 1.5rem 1.6rem; display: grid; grid-template-columns: 1fr 92px; gap: 1.3rem; align-items: center; }
.persona .p-visual { width: 92px; height: 92px; border-radius: 12px; background: linear-gradient(135deg, #EDE8E1 0%, #B5CDBF 100%); display: flex; align-items: center; justify-content: center; }
.persona .p-visual svg { width: 48px; height: 48px; }
@media (max-width: 520px) { .persona { grid-template-columns: 1fr; } .persona .p-visual { width: 76px; height: 76px; } }
.persona .who { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; color: var(--green-deep); margin-bottom: 0.35rem; }
.persona .world { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.7rem; }
.persona p { font-size: 0.92rem; color: var(--charcoal-light); line-height: 1.65; margin: 0; }
@media (max-width: 860px) { .persona-grid { grid-template-columns: 1fr; } }

/* DIMENSIONS GRID */
.dim-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.dim { background: var(--white); border: 1px solid rgba(44,74,62,0.09); border-radius: 6px; padding: 1.1rem 1.2rem; }
.dim .n { font-family: var(--font-display); font-style: italic; color: var(--sage); font-size: 1.1rem; margin-bottom: 0.3rem; }
.dim p { font-size: 0.85rem; color: var(--green-deep); font-weight: 500; line-height: 1.4; margin: 0; }
@media (max-width: 860px) { .dim-grid { grid-template-columns: 1fr 1fr; } }

/* DIAGRAM */
.diagram { max-width: var(--maxw); margin: 0 auto; }
.diagram-img { max-width: 780px; margin: 0 auto; border-radius: 10px; border: 1px solid rgba(44,74,62,0.1); box-shadow: 0 12px 32px rgba(44,74,62,0.08); overflow: hidden; background: #fff; }
.diagram-img img { width: 100%; display: block; }
.diagram svg { width: 100%; height: auto; display: block; }
.diagram-cap { max-width: var(--maxw); margin: 0.9rem auto 0; font-size: 0.8rem; color: var(--sage); font-style: italic; text-align: center; }

/* COVER — THE BRIDGE */
.cover-bridge { max-width: var(--maxw); margin: 0 auto; background: var(--white); border: 1px solid rgba(44,74,62,0.1); border-radius: 10px; box-shadow: 0 16px 44px rgba(44,74,62,0.08); padding: 1.5rem 1rem; }
.split { position: relative; width: 100%; max-width: 760px; margin: 0 auto; min-height: 210px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.split-side { padding: 1.6rem 1.5rem; }
.split-side.left { text-align: right; padding-right: 6.5rem; }
.split-side.right { padding-left: 6.5rem; }
.split-side .k { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.6rem; }
.split-side h4 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; color: var(--green-deep); line-height: 1.1; margin-bottom: 0.5rem; }
.split-side .sub { font-size: 0.9rem; color: var(--charcoal-light); }
.split-side .tag { display: inline-block; margin-top: 1rem; font-size: 0.72rem; letter-spacing: 0.04em; color: var(--green-mid); background: rgba(122,158,142,0.16); padding: 0.3rem 0.8rem; border-radius: 40px; }
.split-seam { position: absolute; left: 50%; top: 8px; bottom: 8px; width: 1px; background: var(--sage-light); transform: translateX(-50%); }
.split-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--green-deep); color: var(--cream); text-align: center; width: 148px; height: 148px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(44,74,62,0.25); z-index: 2; }
.split-core .t { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; line-height: 1.1; }
.split-core .s { font-size: 0.68rem; color: var(--sage-light); margin-top: 0.3rem; letter-spacing: 0.05em; }

/* BEFORE / AFTER — visual (marks) */
.ba2 { max-width: 820px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; align-items: stretch; }
.ba2-col { border-radius: 10px; padding: 1.6rem 1.5rem; }
.ba2-col.before { background: var(--cream-dark); }
.ba2-col.after { background: #EAF3EC; border: 1px solid rgba(122,158,142,0.4); }
.ba2-col .lbl { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 600; }
.ba2-col.before .lbl { color: #A9833F; }
.ba2-col.after .lbl { color: var(--green-mid); }
.ba2-row { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.6rem 0; font-size: 0.9rem; line-height: 1.4; }
.ba2-row .mk { flex: none; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; margin-top: 1px; }
.ba2-col.before .mk { background: rgba(201,168,124,0.25); color: #A9833F; }
.ba2-col.after .mk { background: var(--green-deep); color: var(--cream); }
.ba2-col.before .ba2-row { color: var(--charcoal-light); }
.ba2-col.after .ba2-row { color: var(--charcoal); }
.ba2-mid { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ba2-mid .arrow { font-size: 1.4rem; color: var(--sage); }
.ba2-mid .mid-lbl { writing-mode: vertical-rl; text-orientation: mixed; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); margin-top: 0.6rem; }
@media (max-width: 760px) {
  .split-side.left { padding-right: 5rem; } .split-side.right { padding-left: 5rem; }
  .split-core { width: 112px; height: 112px; }
  .ba2 { grid-template-columns: 1fr; }
  .ba2-mid { flex-direction: row; } .ba2-mid .mid-lbl { writing-mode: horizontal-tb; margin-top: 0; margin-left: 0.5rem; }
}

/* CONTACT */
.contact { background: var(--green-deeper); color: var(--cream); text-align: center; }
.contact .section-head { text-align: center; }
.contact .section-tag { justify-content: center; color: var(--sage-light); }
.contact .section-tag::before { background: var(--sage-light); }
.contact .section-title { color: var(--cream); }
.contact .section-intro { color: rgba(247,243,238,0.72); margin: 1.1rem auto 0; text-align: center; }
.contact-form { max-width: 520px; margin: 3rem auto 0; text-align: left; }
.contact-form label { display: block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 0.45rem; margin-top: 1.4rem; }
.contact-form label:first-child { margin-top: 0; }
.contact-form input, .contact-form textarea { width: 100%; padding: 0.85rem 1.1rem; background: rgba(255,255,255,0.06); border: 1px solid rgba(181,205,191,0.25); border-radius: 4px; color: var(--cream); font-family: var(--font-body); font-size: 0.95rem; outline: none; transition: border-color 0.2s, background .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--sage); background: rgba(255,255,255,0.09); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form ::placeholder { color: rgba(247,243,238,0.32); }
.contact-links { margin-top: 2.8rem; display: flex; gap: 2rem; justify-content: center; }
.contact-links a { font-size: 0.82rem; color: var(--sage-light); text-decoration: none; letter-spacing: 0.06em; transition: color 0.2s; }
.contact-links a:hover { color: var(--cream); }

/* CTA BAR */
.cta-bar { background: var(--green-deep); text-align: center; }
.cta-bar h2 { font-family: var(--font-display); font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 400; color: var(--cream); margin-bottom: 0.7rem; }
.cta-bar p { color: rgba(247,243,238,0.7); font-size: 1rem; margin-bottom: 1.8rem; max-width: 520px; margin-left: auto; margin-right: auto; }

/* FOOTER */
footer { text-align: center; padding: 2.5rem 2rem; background: var(--charcoal); color: rgba(247,243,238,0.45); font-size: 0.75rem; letter-spacing: 0.05em; }
footer a { color: rgba(247,243,238,0.7); text-decoration: none; }
footer a:hover { color: var(--cream); }

/* PREVIEW RIBBON */
.preview-ribbon { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--sand); color: var(--green-deeper); text-align: center; font-size: 0.74rem; letter-spacing: 0.04em; padding: 0.5rem 1rem; font-weight: 500; }
.preview-ribbon strong { font-weight: 700; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* RESPONSIVE */
@media (max-width: 860px) {
  .work-grid, .approach-grid, .case-cols, .gallery { grid-template-columns: 1fr; }
  .approach-grid { gap: 1.8rem; }
  .case-cols { gap: 1.5rem; }
}
@media (max-width: 768px) {
  section { padding: 4.5rem 1.5rem; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(247,243,238,0.98); padding: 1.5rem 2rem; gap: 1.1rem; align-items: flex-start; border-bottom: 1px solid rgba(44,74,62,0.08); }
  .now-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 7.5rem; }
  .page-hero { padding-top: 8rem; }
}
