:root {
    --ink:          #0e1a14;
    --ink-light:    #243320;
    --cream:        #f7f5f1;
    --warm-white:   #fdfcfa;
    --green:        #2d5a3d;
    --green-mid:    #3a7050;
    --green-light:  #4e8f67;
    --green-pale:   #e4ede7;
    --green-xpale:  #f0f5f1;
    --slate:        #4a5c50;
    --border:       rgba(45,90,61,0.22);
    --border-soft:  rgba(14,26,20,0.1);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }

  body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    background: var(--warm-white);
    color: var(--ink);
    overflow-x: hidden;
    line-height: 1.6;
  }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 200;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.4rem 4rem;
    background: rgba(253,252,250,0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    transition: padding .3s;
  }
  nav.scrolled { padding: .9rem 4rem; }
  .nav-logo {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.25rem; font-weight: 400; letter-spacing: .04em;
    color: var(--ink); text-decoration: none;
  }
  .nav-logo span { color: var(--green); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a {
    font-size: .77rem; font-weight: 500; letter-spacing: .12em;
    text-transform: uppercase; color: var(--slate); text-decoration: none;
    transition: color .2s;
  }
  .nav-links a:hover { color: var(--green); }
  .nav-cta {
    font-size: .74rem; font-weight: 500; letter-spacing: .12em;
    text-transform: uppercase; color: var(--warm-white);
    background: var(--green); padding: .65rem 1.5rem;
    text-decoration: none; border: 1px solid var(--green);
    transition: all .25s;
  }
  .nav-cta:hover { background: var(--green-mid); }

  /* HERO */
  #hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    padding-top: 80px; overflow: hidden;
  }
  .hero-left {
    padding: 8rem 4rem 6rem;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; z-index: 2;
  }
  .hero-eyebrow {
    font-size: .72rem; font-weight: 500; letter-spacing: .2em;
    text-transform: uppercase; color: var(--green);
    margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: .75rem;
  }
  .hero-eyebrow::before { content: ''; display: block; width: 2.5rem; height: 1px; background: var(--green); }
  .hero-headline {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(3rem, 5vw, 5.2rem);
    font-weight: 300; line-height: 1.06;
    color: var(--ink); margin-bottom: 1.5rem;
  }
  .hero-headline em { font-style: italic; color: var(--green); }
  .hero-sub {
    font-size: 1rem; font-weight: 300; color: var(--slate);
    max-width: 400px; line-height: 1.8; margin-bottom: 2.5rem;
  }
  .hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
  .btn-primary {
    display: inline-block; font-size: .74rem; font-weight: 500; letter-spacing: .12em;
    text-transform: uppercase; color: var(--warm-white);
    background: var(--green); padding: 1rem 2rem;
    text-decoration: none; border: 1px solid var(--green); transition: all .25s;
  }
  .btn-primary:hover { background: var(--green-mid); }
  .btn-ghost {
    display: inline-block; font-size: .74rem; font-weight: 500; letter-spacing: .12em;
    text-transform: uppercase; color: var(--ink);
    border-bottom: 1px solid var(--green);
    text-decoration: none; padding-bottom: 2px; transition: color .2s;
  }
  .btn-ghost:hover { color: var(--green); }
  .hero-stats {
    margin-top: 4rem; display: flex; gap: 2.5rem; flex-wrap: wrap;
    padding-top: 2rem; border-top: 1px solid var(--border-soft);
  }
  .hero-stat .num {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.4rem; font-weight: 300; color: var(--ink); line-height: 1;
  }
  .hero-stat .num span { color: var(--green); }
  .hero-stat .lbl {
    font-size: .67rem; font-weight: 500; letter-spacing: .1em;
    text-transform: uppercase; color: var(--slate); margin-top: .3rem;
  }
  .hero-right {
    position: relative; overflow: hidden;
    background: linear-gradient(145deg, #d8e8dc 0%, #c2d9c8 55%, #aeceba 100%);
  }
  .hero-watermark {
    position: absolute; bottom: -1rem; right: -2rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(6rem, 12vw, 10rem); font-weight: 300; font-style: italic;
    color: rgba(45,90,61,.13); line-height: 1;
    user-select: none; pointer-events: none; letter-spacing: -.03em; white-space: nowrap;
  }
  .hero-photo-wrap {
    position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 72%; z-index: 2;
  }
  .hero-photo-wrap img { width: 100%; display: block; }
  .hero-badge {
    position: absolute; top: 2.5rem; right: 2rem; z-index: 3;
    background: var(--ink); color: var(--cream);
    padding: 1.5rem 1.75rem; max-width: 215px;
  }
  .hero-badge p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem; font-style: italic; font-weight: 300; line-height: 1.5;
  }
  .hero-badge cite {
    display: block; margin-top: .75rem;
    font-size: .63rem; font-weight: 500; letter-spacing: .1em;
    text-transform: uppercase; color: var(--green-light); font-style: normal;
  }

  /* MARQUEE */
  .marquee-bar {
    background: var(--ink); padding: 1.6rem 4rem;
    display: flex; align-items: center; gap: 1.5rem; overflow: hidden;
  }
  .marquee-label {
    font-size: .63rem; font-weight: 500; letter-spacing: .2em;
    text-transform: uppercase; color: var(--green-light);
    white-space: nowrap; flex-shrink: 0;
  }
  .marquee-track {
    flex: 1; overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  }
  .marquee-inner {
    display: flex; gap: 3rem; animation: mq 24s linear infinite; width: max-content;
  }
  .marquee-inner span {
    font-size: .71rem; font-weight: 300; letter-spacing: .08em;
    color: rgba(247,245,241,.45); white-space: nowrap; font-style: italic;
  }
  @keyframes mq { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

  /* SECTIONS */
  section { padding: 7rem 4rem; }
  .section-inner { max-width: 1200px; margin: 0 auto; }
  .section-label {
    font-size: .68rem; font-weight: 500; letter-spacing: .2em;
    text-transform: uppercase; color: var(--green);
    margin-bottom: 1rem;
    display: flex; align-items: center; gap: .75rem;
  }
  .section-label::before { content: ''; display: block; width: 2rem; height: 1px; background: var(--green); }
  .section-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 300; line-height: 1.15; color: var(--ink);
  }
  .section-title em { font-style: italic; color: var(--green); }

  /* PROBLEM */
  #problem { background: var(--cream); }
  .problem-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 5rem; align-items: start; margin-top: 4rem;
  }
  .problem-cards { display: flex; flex-direction: column; gap: 1rem; }
  .pcard {
    display: flex; gap: 1.2rem; align-items: flex-start;
    padding: 1.4rem 1.5rem; border: 1px solid var(--border-soft);
    background: var(--warm-white); position: relative; overflow: hidden;
    transition: transform .2s, border-color .2s;
  }
  .pcard::before {
    content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
    background: var(--green); transform: scaleY(0); transform-origin: bottom; transition: transform .3s;
  }
  .pcard:hover { transform: translateX(5px); border-color: var(--border); }
  .pcard:hover::before { transform: scaleY(1); }
  .pcard-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: .15rem; }
  .pcard-text {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.08rem; font-style: italic; font-weight: 300;
    color: var(--ink-light); line-height: 1.5;
  }
  .problem-truth h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.85rem; font-weight: 300; line-height: 1.25;
    color: var(--ink); margin-bottom: 1.5rem;
  }
  .problem-truth h3 strong { font-weight: 600; }
  .blockquote {
    padding: 1.75rem 2rem; border: 1px solid var(--border);
    background: var(--green-xpale); margin-bottom: 1.75rem;
  }
  .blockquote p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.2rem; font-weight: 400; font-style: italic; line-height: 1.6; color: var(--ink);
  }
  .problem-body { font-size: .88rem; font-weight: 300; color: var(--slate); line-height: 1.85; }

  /* FRAMEWORK */
  #framework { background: var(--green); }
  #framework .section-title { color: #f7f5f1; }
  #framework .section-label { color: rgba(247,245,241,.55); }
  #framework .section-label::before { background: rgba(247,245,241,.35); }
  .fw-sub {
    font-size: .9rem; font-weight: 300; color: rgba(247,245,241,.6);
    max-width: 540px; line-height: 1.85; margin-top: 1rem;
  }
  .fw-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 4rem; }
  .pillar {
    padding: 2.5rem; border: 1px solid rgba(255,255,255,.15);
    position: relative; overflow: hidden; transition: border-color .25s;
  }
  .pillar:hover { border-color: rgba(255,255,255,.5); }
  .pillar::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: rgba(255,255,255,.7);
    transform: scaleX(0); transform-origin: left; transition: transform .3s;
  }
  .pillar:hover::after { transform: scaleX(1); }
  .pillar-num {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 3.5rem; font-weight: 300; color: rgba(255,255,255,.12); line-height: 1; margin-bottom: 1rem;
  }
  .pillar-tag { font-size: .6rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: rgba(247,245,241,.45); margin-bottom: .5rem; }
  .pillar-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.45rem; font-weight: 300; color: #f7f5f1; line-height: 1.25; margin-bottom: .9rem;
  }
  .pillar-desc { font-size: .82rem; font-weight: 300; color: rgba(247,245,241,.55); line-height: 1.75; }
  .pillar-list { margin-top: 1.25rem; list-style: none; display: flex; flex-direction: column; gap: .45rem; }
  .pillar-list li { font-size: .73rem; color: rgba(247,245,241,.38); display: flex; gap: .5rem; letter-spacing: .02em; }
  .pillar-list li::before { content: '—'; color: rgba(247,245,241,.5); flex-shrink: 0; }
  .fw-cta { margin-top: 3rem; display: flex; justify-content: center; }
  .btn-light {
    display: inline-block; font-size: .74rem; font-weight: 500; letter-spacing: .12em;
    text-transform: uppercase; color: var(--ink);
    background: var(--cream); padding: 1.05rem 2.25rem;
    text-decoration: none; border: 1px solid var(--cream); transition: all .25s;
  }
  .btn-light:hover { background: var(--warm-white); }

  /* SERVICES SLIDER */
  #services { background: var(--warm-white); }
  .services-head { margin-bottom: 4rem; }
  .services-head p { margin-top: 1.2rem; font-size: .88rem; font-weight: 300; color: var(--slate); max-width: 460px; line-height: 1.8; }

  .slider-wrap { position: relative; }
  .slider-outer { overflow: hidden; width: 100%; }
  .slider-viewport {
    display: flex;
    width: 100%;
    transition: transform .55s cubic-bezier(.42,0,.28,1);
    will-change: transform;
  }

  .slide {
    flex: 0 0 100%;
    width: 100%;
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .slide-visual {
    padding: 4rem 3.5rem;
    display: flex; flex-direction: column; justify-content: center;
    position: relative; overflow: hidden;
  }
  .s-dark  { background: var(--ink); }
  .s-green { background: var(--green); }
  .s-mid   { background: var(--green-mid); }
  .s-deep  { background: #1a2e22; }

  .slide-big-num {
    position: absolute; bottom: .5rem; right: 1.5rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(5rem, 10vw, 9rem); font-weight: 300; line-height: 1;
    color: rgba(255,255,255,.08); pointer-events: none; user-select: none;
  }
  .slide-tag { font-size: .62rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: .75rem; }
  .slide-tier-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 300; color: #f7f5f1; line-height: 1.1; margin-bottom: 1.5rem;
  }
  .slide-price { font-size: .78rem; font-weight: 300; color: rgba(255,255,255,.5); letter-spacing: .04em; }
  .slide-price strong {
    display: block; font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.7rem; font-weight: 300; color: #f7f5f1; margin-top: .2rem; letter-spacing: 0;
  }

  .slide-content {
    background: var(--cream); padding: 4rem 3.5rem;
    display: flex; flex-direction: column; justify-content: center;
  }
  .slide-subtitle { font-size: .62rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--green); margin-bottom: .5rem; }
  .slide-heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem; font-weight: 300; line-height: 1.25; color: var(--ink); margin-bottom: 1.25rem;
  }
  .slide-body { font-size: .87rem; font-weight: 300; color: var(--slate); line-height: 1.8; margin-bottom: 1.5rem; }
  .slide-features { list-style: none; display: flex; flex-direction: column; gap: .6rem; margin-bottom: 2rem; }
  .slide-features li {
    font-size: .8rem; font-weight: 300; color: var(--slate);
    display: flex; gap: .6rem; align-items: flex-start; line-height: 1.5;
  }
  .slide-features li::before { content: '✓'; color: var(--green); flex-shrink: 0; font-weight: 500; }
  .slide-link {
    display: inline-block; font-size: .72rem; font-weight: 500; letter-spacing: .12em;
    text-transform: uppercase; color: var(--green);
    border-bottom: 1px solid var(--green);
    text-decoration: none; padding-bottom: 2px; align-self: flex-start; transition: color .2s;
  }
  .slide-link:hover { color: var(--green-mid); }

  .slider-controls {
    display: flex; align-items: center; justify-content: center;
    gap: 1.5rem; margin-top: 2.5rem;
  }
  .slider-btn {
    width: 44px; height: 44px; border: 1px solid var(--border);
    background: var(--warm-white); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all .2s; font-size: 1.1rem; color: var(--ink);
  }
  .slider-btn:hover { background: var(--green); border-color: var(--green); color: #fff; }
  .slider-dots { display: flex; gap: .6rem; align-items: center; }
  .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--border-soft); cursor: pointer; transition: all .25s;
  }
  .dot.active { background: var(--green); width: 26px; border-radius: 4px; }

  /* ABOUT */
  #about { background: var(--cream); }
  .about-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; align-items: start; margin-top: 4rem; }
  .about-photo-wrap { position: relative; }
  .about-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; display: block; }
  .about-accent {
    position: absolute; bottom: -1.5rem; right: -1.5rem;
    background: var(--green); padding: 1.75rem 2rem; color: #fff;
  }
  .about-accent .num { font-family: Georgia, 'Times New Roman', serif; font-size: 2.5rem; font-weight: 300; line-height: 1; }
  .about-accent .lbl { font-size: .62rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; margin-top: .3rem; line-height: 1.4; color: rgba(255,255,255,.75); }
  .about-tagline { font-family: Georgia, 'Times New Roman', serif; font-size: 1.05rem; font-style: italic; font-weight: 400; color: var(--green); margin-bottom: .4rem; }
  .about-name { font-family: Georgia, 'Times New Roman', serif; font-size: 2.2rem; font-weight: 300; color: var(--ink); margin-bottom: 1.75rem; line-height: 1.2; }
  .about-body p { font-size: .87rem; font-weight: 300; color: var(--slate); line-height: 1.85; margin-bottom: 1rem; }
  .case-study { margin-top: 2.5rem; padding: 1.75rem 2rem; border-left: 3px solid var(--green); background: var(--warm-white); }
  .cs-label { font-size: .6rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--green); margin-bottom: .65rem; }
  .cs-title { font-family: Georgia, 'Times New Roman', serif; font-size: 1.08rem; font-weight: 400; color: var(--ink); line-height: 1.4; margin-bottom: .65rem; }
  .cs-text { font-size: .81rem; font-weight: 300; color: var(--slate); line-height: 1.8; }
  .about-results { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
  .result .n { font-family: Georgia, 'Times New Roman', serif; font-size: 2rem; font-weight: 300; color: var(--ink); line-height: 1; }
  .result .n span { color: var(--green); }
  .result .l { font-size: .66rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--slate); margin-top: .35rem; line-height: 1.4; }

  /* CTA */
  #cta { background: var(--ink); padding: 6rem 4rem; }
  .cta-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 3rem; flex-wrap: wrap; }
  .cta-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 300; line-height: 1.2; color: #f7f5f1; }
  .cta-title em { font-style: italic; color: var(--green-light); }
  .cta-sub { margin-top: .75rem; font-size: .85rem; font-weight: 300; color: rgba(247,245,241,.4); max-width: 420px; line-height: 1.75; }
  .btn-green {
    display: inline-block; font-size: .74rem; font-weight: 500; letter-spacing: .12em;
    text-transform: uppercase; color: var(--warm-white);
    background: var(--green); padding: 1.1rem 2.25rem;
    text-decoration: none; border: 1px solid var(--green); transition: all .25s;
  }
  .btn-green:hover { background: var(--green-mid); }

  /* CONTACT */
  #contact { background: var(--warm-white); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 6rem; align-items: start; margin-top: 4rem; }
  .contact-info h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.6rem; font-weight: 300; line-height: 1.3; color: var(--ink); margin-bottom: 1rem; }
  .contact-info p { font-size: .84rem; font-weight: 300; color: var(--slate); line-height: 1.8; margin-bottom: 2rem; }
  .assessment-box { padding: 2rem; border: 1px solid var(--border); background: var(--green-xpale); }
  .assessment-box h4 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; font-weight: 400; color: var(--ink); margin-bottom: .75rem; }
  .a-items { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
  .a-items li { font-size: .79rem; font-weight: 300; color: var(--ink-light); display: flex; gap: .65rem; align-items: flex-start; line-height: 1.5; }
  .a-items li::before { content: '✓'; color: var(--green); flex-shrink: 0; font-weight: 500; }
  .contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .fg { display: flex; flex-direction: column; gap: .4rem; }
  .fg label { font-size: .63rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--slate); }
  .fg input, .fg textarea {
    width: 100%; padding: .85rem 1rem; border: 1px solid var(--border-soft);
    background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; font-size: .86rem; font-weight: 300;
    color: var(--ink); resize: none; outline: none; transition: border-color .2s;
  }
  .fg input:focus, .fg textarea:focus { border-color: var(--green); background: var(--warm-white); }
  .fg textarea { min-height: 130px; }
  .form-submit {
    align-self: flex-start; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-size: .74rem; font-weight: 500; letter-spacing: .12em;
    text-transform: uppercase; color: #fff;
    background: var(--green); padding: 1rem 2rem;
    border: 1px solid var(--green); cursor: pointer; transition: all .25s;
  }
  .form-submit:hover { background: var(--green-mid); }

  /* FOOTER */
  footer {
    background: var(--ink); padding: 3rem 4rem;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 1.5rem; border-top: 1px solid rgba(45,90,61,.25);
  }
  .footer-logo { font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; font-weight: 300; color: #f7f5f1; letter-spacing: .04em; }
  .footer-logo span { color: var(--green-light); }
  .footer-sub { font-family: Georgia, 'Times New Roman', serif; font-size: .7rem; font-style: italic; font-weight: 300; color: rgba(247,245,241,.28); margin-top: .2rem; }
  .footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
  .footer-links a { font-size: .68rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; color: rgba(247,245,241,.35); text-decoration: none; transition: color .2s; }
  .footer-links a:hover { color: var(--green-light); }
  .footer-copy { font-size: .66rem; color: rgba(247,245,241,.18); font-weight: 300; }

  /* REVEAL */
  .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* RESPONSIVE */
  @media (max-width: 1024px) {
    nav { padding: 1.2rem 2rem; } nav.scrolled { padding: .9rem 2rem; }
    #hero { grid-template-columns: 1fr; }
    .hero-left { padding: 9rem 2rem 4rem; }
    .hero-right { height: 400px; }
    .hero-photo-wrap { width: 55%; }
    .problem-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
    .fw-pillars { grid-template-columns: 1fr; }
    .slide { grid-template-columns: 1fr; }
    section { padding: 5rem 2rem; }
    .marquee-bar, footer, #cta { padding-left: 2rem; padding-right: 2rem; }
    #cta { padding-top: 4rem; padding-bottom: 4rem; }
    .about-results { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    .nav-links { display: none; }
    .form-row { grid-template-columns: 1fr; }
    .hero-stats { gap: 1.5rem; }
  }

/* Optimized local portrait treatments */
.responsive-portrait { display:block; width:100%; height:auto; object-fit:cover; object-position:top center; }
.about-portrait { aspect-ratio: 4 / 5; min-height: 520px; }
.contact-portrait { aspect-ratio: 16 / 10; max-height: 340px; margin: 0 0 2rem; border: 1px solid var(--border); object-position: center 18%; }
.image-frame { overflow:hidden; background:var(--green-xpale); }

/* Safer form defaults and bot trap */
.form-honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
input, textarea, select, button { font: inherit; }
input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible, a:focus-visible { outline:3px solid rgba(45,90,61,.32); outline-offset:3px; }

/* Avoid needless animation and preserve legibility for users who request less motion. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto !important; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1 !important; transform:none !important; }
}
@media (max-width: 760px) {
  .about-portrait { min-height: 420px; }
  .contact-portrait { max-height: 300px; }
}

.about-photo-wrap picture, .hero-photo-wrap picture, .contact-photo-frame picture { display:block; width:100%; }
.about-portrait { width:100%; height:clamp(520px, 52vw, 680px); min-height:0; aspect-ratio:auto; object-fit:cover; object-position:center top; }
.contact-portrait { width:100%; height:330px; aspect-ratio:auto; object-fit:cover; object-position:center 20%; }
.hero-portrait { width:100%; height:auto; }
@media (max-width: 760px) {
  .about-portrait { height:500px; }
  .contact-portrait { height:280px; }
}
