/* ============================================================
   INDEX.HTML
============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --ivory:       #FAF7F2;
    --warm-white:  #FDFCF9;
    --linen:       #F2EDE4;
    --stone:       #E5DDD2;
    --stone-dark:  #C8BDB0;
    --taupe:       #9C8B79;
    --blush:       #C4956A;
    --blush-light: #D9B89A;
    --clay:        #7A5C46;
    --bark:        #6B4C3B;
    --bark-dark:   #4A3728;
    --sage:        #8A9E8C;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans:  'Jost', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--warm-white); color: var(--bark); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 5vw; height: 80px; display: flex; align-items: center; justify-content: space-between; background: var(--blush); transition: box-shadow 0.5s; }
  nav.scrolled { box-shadow: 0 1px 0 rgba(0,0,0,0.15); }
  .nav-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.1em; color: var(--warm-white); text-decoration: none; text-transform: uppercase; transition: color 0.5s; }
  .nav-logo span { color: var(--blush-light); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
  .nav-links a { font-family: var(--sans); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(253,252,249,0.8); text-decoration: none; position: relative; padding-bottom: 4px; transition: color 0.3s; }
  .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--blush); transition: width 0.4s; }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a:hover { color: var(--blush-light) !important; }
  .nav-cta { font-size: 0.63rem !important; letter-spacing: 0.2em !important; color: var(--warm-white) !important; background: var(--bark-dark); padding: 9px 20px !important; transition: background 0.3s !important; }
  .nav-cta::after { display: none !important; }
  .nav-cta:hover { background: var(--clay) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 22px; height: 1px; background: var(--warm-white); transition: 0.3s; }
  .mobile-menu { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--bark-dark); z-index: 99; padding: 24px 5vw; flex-direction: column; gap: 4px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: rgba(253,252,249,0.75); font-size: 0.85rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none; display: block; }

  /* HERO — overlay bem mais leve para imagem clara */
  .hero { height: 100vh; min-height: 800px; position: relative; display: flex; align-items: center; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; background: url('background.jpg') center/cover; }
  .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(74,55,40,0.55) 0%, rgba(74,55,40,0.12) 55%, rgba(74,55,40,0.22) 100%); }
  .hero-content { position: relative; z-index: 2; padding: 110px 5vw 6vh; max-width: 820px; }
  .hero-eyebrow { font-size: 0.63rem; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; color: var(--blush-light); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 16px; opacity: 0; animation: fadeUp 1s 0.3s forwards; }
  .hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--blush-light); }
  .hero-title { font-family: var(--serif); font-size: clamp(3rem, 7vw, 6.2rem); font-weight: 300; line-height: 1.05; color: var(--warm-white); margin-bottom: 2rem; opacity: 0; animation: fadeUp 1s 0.55s forwards; }
  .hero-title em { font-style: italic; color: var(--blush-light); }
  .hero-sub { font-size: 0.82rem; font-weight: 300; letter-spacing: 0.1em; color: rgba(253,252,249,0.85); max-width: 440px; line-height: 1.95; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 1s 0.8s forwards; }
  .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 1s 1s forwards; }
  .btn-primary { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bark); background: var(--blush-light); padding: 14px 28px; text-decoration: none; transition: background 0.3s, letter-spacing 0.3s; }
  .btn-primary:hover { background: var(--stone); letter-spacing: 0.32em; }
  .btn-secondary { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-white); border: 1px solid rgba(255,255,255,0.45); padding: 13px 27px; text-decoration: none; transition: border-color 0.3s, color 0.3s; }
  .btn-secondary:hover { border-color: var(--blush-light); color: var(--blush-light); }
  .hero-badges { display: flex; gap: 3rem; margin-top: 4rem; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.15); opacity: 0; animation: fadeUp 1s 1.2s forwards; }
  .hero-badge-num { font-family: var(--serif); font-size: 2rem; font-weight: 300; color: var(--blush-light); line-height: 1; }
  .hero-badge-txt { font-size: 0.55rem; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.18em; margin-top: 5px; }
  .hero-scroll { position: absolute; bottom: 3vh; right: 5vw; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0; animation: fadeIn 1s 1.5s forwards; }
  .hero-scroll span { font-size: 0.52rem; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(253,252,249,0.5); writing-mode: vertical-rl; }
  .scroll-line { width: 1px; height: 56px; background: linear-gradient(to bottom, transparent, var(--blush-light)); animation: scrollPulse 2s 2s infinite; }

  /* MARQUEE */
  .marquee-bar { background: var(--bark-dark); padding: 14px 0; overflow: hidden; white-space: nowrap; }
  .marquee-track { display: inline-flex; gap: 48px; animation: marquee 35s linear infinite; }
  .marquee-track span { font-family: var(--serif); font-size: 0.8rem; font-style: italic; font-weight: 300; letter-spacing: 0.12em; color: var(--blush-light); flex-shrink: 0; display: inline-flex; align-items: center; gap: 48px; }
  .marquee-track span::after { content: '\2736'; font-size: 7px; opacity: 0.5; font-style: normal; }

  /* INTRO STRIP */
  .intro-strip { background: var(--linen); padding: 3rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
  .intro-strip-quote { font-family: var(--serif); font-size: clamp(1rem, 1.8vw, 1.2rem); font-weight: 300; font-style: italic; color: var(--clay); letter-spacing: 0.03em; flex: 1; }
  .strip-divider { width: 1px; height: 40px; background: var(--stone-dark); flex-shrink: 0; }
  .intro-strip-stats { display: flex; gap: 4rem; flex-shrink: 0; }
  .stat { text-align: center; }
  .stat-num { font-family: var(--serif); font-size: 2.4rem; font-weight: 300; color: var(--bark); line-height: 1; }
  .stat-label { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--taupe); margin-top: 6px; }

  /* SECTION BASICS */
  section { padding: 8vw 5vw; }
  .section-eyebrow { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1rem; display: block; }
  .section-title { font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 300; line-height: 1.1; color: var(--bark); margin-bottom: 1.5rem; }
  .section-title em { font-style: italic; color: var(--clay); }
  .section-body { font-size: 0.85rem; line-height: 2; color: var(--taupe); max-width: 520px; }
  .blush-line { width: 60px; height: 1px; background: var(--blush); margin: 1.8rem 0; }

  /* ABOUT INTRO */
  .about-intro { background: var(--warm-white); display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .about-intro-image { position: relative; overflow: hidden; }
  .about-intro-image img { width: 100%; height: 520px; object-fit: cover; display: block; }
  .about-intro-image::before { content: ''; position: absolute; top: -2.5rem; left: -2.5rem; width: 180px; height: 180px; border: 1px solid var(--blush-light); z-index: 2; pointer-events: none; }

  /* SERVICES — fundo creme claro */
  .services { background: var(--linen); padding-top: 0; padding-bottom: 0; }
  .services-head { text-align: center; max-width: 600px; margin: 0 auto; padding: 6vw 5vw 4vw; }
  .services-head .section-eyebrow { color: var(--blush); }
  .services-head .section-title { color: var(--bark); }
  .services-head .section-body { color: var(--taupe); margin: 0 auto; }
  .services-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; }
  .service-mega {
    position: relative; overflow: hidden; height: 560px;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 3.5rem; cursor: pointer; text-decoration: none;
    background-size: cover; background-position: center;
    transition: none;
  }
  .service-mega::before {
    content: ''; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(to top, rgba(74,55,40,0.88) 0%, rgba(74,55,40,0.38) 55%, rgba(74,55,40,0.08) 100%);
    transition: background 0.5s;
  }
  .service-mega:hover::before { background: linear-gradient(to top, rgba(74,55,40,0.94) 0%, rgba(74,55,40,0.5) 55%, rgba(74,55,40,0.18) 100%); }
  .service-mega-inner-img {
    position: absolute; inset: 0; z-index: 0;
    background-size: cover; background-position: center;
    transition: transform 0.8s ease;
  }
  .service-mega:hover .service-mega-inner-img { transform: scale(1.06); }
  .service-mega-content { position: relative; z-index: 2; }
  .service-mega-label { font-size: 0.58rem; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--blush-light); margin-bottom: 0.8rem; display: block; }
  .service-mega h3 { font-family: var(--serif); font-size: 2.4rem; font-weight: 300; color: var(--warm-white); margin-bottom: 1rem; line-height: 1.1; }
  .service-mega p { font-size: 0.78rem; line-height: 1.85; color: rgba(253,252,249,0.75); margin-bottom: 1.5rem; max-width: 380px; }
  .service-link { display: inline-flex; align-items: center; gap: 0.7rem; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--blush-light); text-decoration: none; border-bottom: 1px solid var(--blush); padding-bottom: 4px; transition: gap 0.3s, color 0.3s; }
  .service-link:hover { gap: 1.1rem; color: var(--warm-white); }

  /* WHY US — fundo ivory */
  .why { background: var(--ivory); }
  .why .section-title { color: var(--bark); }
  .why .section-eyebrow { color: var(--blush); }
  .why .section-body { color: var(--taupe); }
  .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 5rem; background: var(--stone); }
  .why-card { background: var(--ivory); padding: 3rem 2rem; position: relative; transition: background 0.4s; }
  .why-card::before { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--blush); transition: width 0.5s; }
  .why-card:hover { background: rgba(196,149,106,0.07); }
  .why-card:hover::before { width: 100%; }
  .why-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(196,149,106,0.35); color: var(--blush); margin-bottom: 1.5rem; }
  .why-icon svg { width: 20px; height: 20px; }
  .why-card h4 { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; color: var(--bark); margin-bottom: 0.8rem; }
  .why-card p { font-size: 0.75rem; line-height: 1.9; color: var(--taupe); }

  /* PORTFOLIO — fundo linen */
  .portfolio { background: var(--linen); }
  .portfolio .section-title { color: var(--bark); }
  .portfolio .section-eyebrow { color: var(--blush); }
  .portfolio .section-body { color: var(--taupe); }
  .portfolio-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 420px 300px; gap: 3px; margin-top: 4rem; }
  .port-item { position: relative; overflow: hidden; cursor: pointer; }
  .port-item:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
  .port-item:nth-child(2) { grid-column: 2; grid-row: 1; }
  .port-item:nth-child(3) { grid-column: 3; grid-row: 1; }
  .port-item:nth-child(4) { grid-column: 2; grid-row: 2; }
  .port-item:nth-child(5) { grid-column: 3; grid-row: 2; }
  .port-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s; }
  .port-item:hover img { transform: scale(1.05); }
  .port-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(74,55,40,0.82) 0%, transparent 55%); display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; opacity: 0; transition: opacity 0.4s; }
  .port-item:hover .port-overlay { opacity: 1; }
  .port-label { font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--blush-light); margin-bottom: 0.4rem; }
  .port-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 300; color: var(--warm-white); }
  .port-arrow { position: absolute; top: 1.5rem; right: 1.5rem; width: 34px; height: 34px; border: 1px solid var(--blush-light); display: flex; align-items: center; justify-content: center; color: var(--blush-light); opacity: 0; transition: opacity 0.4s, transform 0.3s; }
  .port-item:hover .port-arrow { opacity: 1; transform: translate(3px,-3px); }
  .portfolio-cta { text-align: center; margin-top: 4rem; }
  .cta-link { display: inline-flex; align-items: center; gap: 1rem; font-size: 0.63rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--clay); text-decoration: none; border-bottom: 1px solid var(--stone-dark); padding-bottom: 6px; transition: gap 0.3s, color 0.3s; }
  .cta-link:hover { gap: 1.5rem; color: var(--bark); }

  /* PROCESS — fundo warm-white */
  .process { background: var(--warm-white); }
  .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 5rem; background: var(--stone); }
  .process-step { background: var(--warm-white); padding: 3rem 2rem; }
  .step-num { font-family: var(--serif); font-size: 0.85rem; font-weight: 400; color: var(--blush); letter-spacing: 0.1em; margin-bottom: 1.5rem; }
  .step-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; color: var(--bark); margin-bottom: 1rem; line-height: 1.2; }
  .step-name em { font-style: italic; }
  .step-desc { font-size: 0.75rem; line-height: 1.9; color: var(--taupe); }

  /* TESTIMONIALS — fundo ivory */
  .testimonials { background: var(--ivory); }
  .testimonials-head { text-align: center; max-width: 560px; margin: 0 auto 5rem; }
  .testimonial-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
  .testimonial-card { padding: 3rem 2.5rem; background: var(--warm-white); position: relative; }
  .testimonial-card::before { content: '\201C'; font-family: var(--serif); font-size: 8rem; font-weight: 300; color: var(--blush-light); opacity: 0.35; position: absolute; top: -1rem; left: 1.5rem; line-height: 1; }
  .testimonial-text { font-family: var(--serif); font-size: 1rem; font-weight: 300; font-style: italic; line-height: 1.8; color: var(--bark); margin-bottom: 1.8rem; position: relative; z-index: 1; }
  .testimonial-author { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--taupe); }
  .testimonial-author strong { display: block; font-weight: 400; color: var(--clay); margin-bottom: 3px; font-size: 0.68rem; }
  .stars { display: flex; gap: 3px; margin-bottom: 1.5rem; }
  .star { width: 9px; height: 9px; background: var(--blush); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }

  /* AREAS — fundo stone */
  .areas { background: var(--stone); display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .area-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
  .area-tag { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); border: 1px solid var(--stone-dark); padding: 6px 14px; transition: all 0.3s; }
  .area-tag:hover { border-color: var(--blush); background: rgba(196,149,106,0.1); }
  .areas-image img { width: 100%; height: 440px; object-fit: cover; display: block; }

  /* ABOUT TEAM — fundo linen */
  .about-team { background: var(--linen); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
  .about-image { aspect-ratio: 3/4; background: var(--stone); position: relative; overflow: hidden; }
  .about-image::after { content: ''; position: absolute; bottom: -2.5rem; right: -2.5rem; width: 150px; height: 150px; border: 1px solid var(--blush-light); pointer-events: none; }
  .about-team .section-title { color: var(--bark); }
  .about-team .section-eyebrow { color: var(--blush); }
  .about-team .section-body { color: var(--taupe); }
  .about-signature { font-family: var(--serif); font-size: 2.4rem; font-style: italic; font-weight: 400; color: var(--blush); margin-top: 2rem; margin-bottom: 0.5rem; }
  .about-title-label { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--taupe); }
  .about-detail { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--stone); display: flex; gap: 2.5rem; }
  .about-credential { font-size: 0.68rem; letter-spacing: 0.04em; color: var(--taupe); line-height: 1.7; }
  .about-credential strong { display: block; font-size: 0.72rem; font-weight: 400; color: var(--blush); margin-bottom: 3px; }

  /* CTA BANNER — bark suave */
  .cta-banner { background: var(--bark-dark); text-align: center; padding: 9vw 5vw; }
  .cta-banner .section-title { color: var(--warm-white); max-width: 680px; margin: 0 auto 1.2rem; }
  .cta-banner .section-title em { color: var(--blush-light); }
  .cta-banner .section-body { color: var(--stone-dark); margin: 0 auto 3rem; text-align: center; }

  /* CONTACT — ivory */
  .contact { background: var(--ivory); text-align: center; padding: 10vw 5vw; }
  .contact .section-eyebrow { color: var(--blush); }
  .contact .section-title { color: var(--bark); max-width: 700px; margin: 0 auto 1.5rem; }
  .contact .section-title em { color: var(--clay); }
  .contact .section-body { color: var(--taupe); margin: 0 auto 4rem; text-align: center; }
  .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 680px; margin: 0 auto; }
  .contact-form input, .contact-form textarea, .contact-form select { background: var(--warm-white); border: 1px solid var(--stone); padding: 1rem 1.2rem; font-family: var(--sans); font-size: 0.76rem; font-weight: 300; letter-spacing: 0.07em; color: var(--bark); outline: none; transition: border-color 0.3s, background 0.3s; appearance: none; }
  .contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--stone-dark); }
  .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blush); background: #fff; }
  .contact-form .full { grid-column: 1 / -1; }
  .contact-form textarea { min-height: 140px; resize: vertical; }
  .contact-form select { color: var(--stone-dark); }
  .contact-form select option { color: var(--bark); background: var(--warm-white); }
  .submit-btn { grid-column: 1 / -1; padding: 1rem 3rem; background: var(--blush); border: none; font-family: var(--sans); font-size: 0.63rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--warm-white); cursor: pointer; transition: background 0.3s, letter-spacing 0.3s; }
  .submit-btn:hover { background: var(--clay); letter-spacing: 0.36em; }
  .contact-meta { display: flex; justify-content: center; gap: 5rem; margin-top: 5rem; padding-top: 3rem; border-top: 1px solid var(--stone); flex-wrap: wrap; }
  .contact-meta-item { text-align: center; }
  .contact-meta-label { font-size: 0.56rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--taupe); margin-bottom: 0.5rem; }
  .contact-meta-value { font-family: var(--serif); font-size: 1rem; font-weight: 300; color: var(--bark); }

  /* FOOTER */
  footer { background: var(--bark-dark); border-top: 1px solid rgba(196,149,106,0.15); padding: 3rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
  .footer-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: 0.1em; color: var(--warm-white); text-transform: uppercase; }
  .footer-logo span { color: var(--blush-light); }
  footer p { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--taupe); }
  .footer-social { display: flex; gap: 1.5rem; list-style: none; }
  .footer-social a { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); text-decoration: none; transition: color 0.3s; }
  .footer-social a:hover { color: var(--blush-light); }

  /* ANIMATIONS */
  @keyframes fadeUp { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes scrollPulse { 0%,100% { opacity:0.4; } 50% { opacity:1; } }
  @keyframes marquee { 0% { transform:translateX(0); } 100% { transform:translateX(-50%); } }
  .reveal { opacity:0; transform:translateY(28px); transition:opacity 0.85s ease, transform 0.85s ease; }
  .reveal.visible { opacity:1; transform:translateY(0); }
  .reveal-stagger > * { opacity:0; transform:translateY(22px); transition:opacity 0.7s ease, transform 0.7s ease; }
  .reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }
  .reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.12s; }
  .reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.24s; }
  .reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.36s; }
  .reveal-stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.48s; }
  .reveal-stagger.visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:0.60s; }

  /* RESPONSIVE */
  @media (max-width:900px) {
    .nav-links { display:none; } .hamburger { display:flex; }
    .about-intro, .areas, .about-team { grid-template-columns:1fr; }
    .about-intro-image img, .areas-image img { height:320px; }
    .about-intro-image::before { display:none; }
    .services-grid { grid-template-columns:1fr; }
    .why-grid { grid-template-columns:1fr 1fr; }
    .portfolio-grid { grid-template-columns:1fr 1fr; }
    .port-item:first-child { grid-column:1/-1; }
    .process-steps { grid-template-columns:1fr 1fr; }
    .testimonial-track { grid-template-columns:1fr; }
    .intro-strip { flex-direction:column; text-align:center; }
    .strip-divider { width:60px; height:1px; }
    .intro-strip-stats { justify-content:center; }
    .contact-form { grid-template-columns:1fr; }
    .contact-form .full { grid-column:1; }
    footer { flex-direction:column; text-align:center; }
    .hero-badges { gap:2rem; }
  }
  @media (max-width:580px) {
    .why-grid { grid-template-columns:1fr; }
    .portfolio-grid { grid-template-columns:1fr; }
    .port-item:first-child { grid-column:1; height:320px; }
    .process-steps { grid-template-columns:1fr; }
    .about-detail { flex-direction:column; gap:1.5rem; }
    .contact-meta { gap:2rem; }
  }


/* ============================================================
   ABOUT.HTML
============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --ivory:       #FAF7F2;
    --warm-white:  #FDFCF9;
    --linen:       #F2EDE4;
    --stone:       #E5DDD2;
    --stone-dark:  #C8BDB0;
    --taupe:       #9C8B79;
    --blush:       #C4956A;
    --blush-light: #D9B89A;
    --clay:        #7A5C46;
    --bark:        #6B4C3B;
    --bark-dark:   #4A3728;
    --sage:        #8A9E8C;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans:  'Jost', sans-serif;
  }
}
  html { scroll-behavior: smooth; }
  body { background: var(--warm-white); color: var(--bark); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 5vw; height: 80px; display: flex; align-items: center; justify-content: space-between; background: var(--blush); }
  nav.scrolled { box-shadow: 0 1px 0 rgba(191,169,128,0.15); }
  .nav-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.1em; color: var(--warm-white); text-decoration: none; text-transform: uppercase; }
  .nav-logo span { color: var(--blush); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
  .nav-links a { font-family: var(--sans); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(253,252,249,0.75); text-decoration: none; position: relative; padding-bottom: 4px; transition: color 0.3s; }
  .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--blush); transition: width 0.4s; }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a:hover { color: var(--blush-light) !important; }
  .nav-cta { font-size: 0.63rem !important; letter-spacing: 0.2em !important; color: var(--warm-white) !important; background: var(--bark-dark); padding: 9px 20px !important; }
  .nav-cta::after { display: none !important; }
  .nav-cta:hover { background: var(--clay) !important; color: var(--warm-white) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 22px; height: 1px; background: var(--warm-white); }
  .mobile-menu { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--bark-dark); z-index: 99; padding: 24px 5vw; flex-direction: column; gap: 4px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: rgba(253,252,249,0.75); font-size: 0.85rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none; display: block; }

  .page-hero {
    min-height: 65vh; position: relative; display: flex; align-items: center;
    overflow: hidden; padding-top: 80px;
    background: url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?w=1400&q=80') center/cover;
  }
  .page-hero-content { position: relative; z-index: 2; }
  .page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
  .page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.5) 60%, rgba(10,8,6,0.75) 100%); }
  .page-hero-content { position: relative; z-index: 2; max-width: 720px; padding: 6vw 5vw; }
  .hero-eyebrow { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 16px; }
  .hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--blush); }
  .page-hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 5.5rem); font-weight: 300; line-height: 1.05; color: var(--warm-white); margin-bottom: 1.5rem; }
  .page-hero-content h1 em { font-style: italic; color: var(--blush-light); }
  .page-hero-content p { font-size: 0.85rem; line-height: 2; color: rgba(253,252,249,0.6); max-width: 480px; }

  section { padding: 7vw 5vw; }
  .section-eyebrow { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1rem; display: block; }
  .section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1; color: var(--bark); margin-bottom: 1.5rem; }
  .section-title em { font-style: italic; color: var(--clay); }
  .section-body { font-size: 0.85rem; line-height: 2; color: var(--taupe); max-width: 520px; }
  .gold-line { width: 60px; height: 1px; background: var(--blush); margin: 1.8rem 0; }

  .svc-block { background: var(--warm-white); }
  .svc-block:nth-child(even) { background: var(--linen); }
  .svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .svc-inner.reverse { direction: rtl; }
  .svc-inner.reverse > * { direction: ltr; }
  .svc-img img { width: 100%; height: 440px; object-fit: cover; display: block; }
  .svc-img { position: relative; overflow: hidden; }
  .svc-img::after { content: ''; position: absolute; bottom: -2rem; right: -2rem; width: 120px; height: 120px; border: 1px solid var(--blush); pointer-events: none; }
  .svc-inner.reverse .svc-img::after { right: auto; left: -2rem; }
  .svc-features { list-style: none; margin: 1.5rem 0 2rem; }
  .svc-features li { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0; font-size: 0.78rem; color: var(--bark); line-height: 1.6; border-bottom: 1px solid var(--stone); }
  .svc-features li:last-child { border-bottom: none; }
  .svc-features li::before { content: '✦'; color: var(--blush); font-size: 9px; margin-top: 5px; flex-shrink: 0; }
  .btn-main { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bark); background: var(--blush); padding: 14px 28px; text-decoration: none; transition: background 0.3s, letter-spacing 0.3s; }
  .btn-main:hover { background: var(--blush-light); letter-spacing: 0.32em; }
  .btn-outline { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-white); border: 1px solid rgba(255,255,255,0.3); padding: 13px 27px; text-decoration: none; transition: border-color 0.3s, color 0.3s; }
  .btn-outline:hover { border-color: var(--blush); color: var(--blush-light); }

  .cta-banner { background: var(--bark-dark); text-align: center; padding: 8vw 5vw; }
  .cta-banner .section-title { color: var(--warm-white); max-width: 680px; margin: 0 auto 1.2rem; }
  .cta-banner .section-title em { color: var(--blush-light); }
  .cta-banner p { font-size: 0.85rem; line-height: 2; color: var(--stone-dark); max-width: 520px; margin: 0 auto 2.5rem; }

  footer { background: var(--bark-dark); border-top: 1px solid rgba(201,192,179,0.08); padding: 2.5rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
  .footer-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: 0.1em; color: var(--linen); text-transform: uppercase; text-decoration: none; }
  .footer-logo span { color: var(--blush); }
  footer p { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--taupe); }
  .footer-links { display: flex; gap: 1.5rem; list-style: none; }
  .footer-links a { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--blush-light); }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.85s ease, transform 0.85s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }
  .reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.1s; }
  .reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.2s; }
  .reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.3s; }
  .reveal-stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.4s; }
  .reveal-stagger.visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:0.5s; }

  @media (max-width: 900px) {
    .nav-links { display: none; } .hamburger { display: flex; }
    .svc-inner, .svc-inner.reverse { grid-template-columns: 1fr; direction: ltr; }
    .svc-img img { height: 300px; }
    footer { flex-direction: column; text-align: center; }
  }


  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .about-photo { position: relative; overflow: hidden; }
  .about-photo img { width: 100%; height: 580px; object-fit: cover; object-position: center top; display: block; }
  .about-photo::before { content: ''; position: absolute; top: -2.5rem; left: -2.5rem; width: 160px; height: 160px; border: 1px solid var(--blush); z-index: 2; pointer-events: none; }
  .about-photo::after { content: ''; position: absolute; bottom: -2rem; right: -2rem; width: 120px; height: 120px; border: 1px solid var(--blush); pointer-events: none; }
  .about-signature { font-family: var(--serif); font-size: 2.4rem; font-style: italic; color: var(--blush); margin-top: 2rem; margin-bottom: 0.4rem; }
  .about-role { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--taupe); }
  .cred-row { display: flex; gap: 2.5rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--stone); flex-wrap: wrap; }
  .cred { font-size: 0.72rem; color: var(--taupe); line-height: 1.7; }
  .cred strong { display: block; font-size: 0.75rem; font-weight: 400; color: var(--bark); margin-bottom: 3px; }
  .values-section { background: var(--linen); }
  .values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--stone-dark); margin-top: 4rem; }
  .val-card { background: var(--linen); padding: 3rem 2rem; position: relative; transition: background 0.3s; }
  .val-card::before { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--blush); transition: width 0.5s; }
  .val-card:hover { background: var(--warm-white); }
  .val-card:hover::before { width: 100%; }
  .val-icon { width: 44px; height: 44px; border: 1px solid rgba(191,169,128,0.35); display: flex; align-items: center; justify-content: center; color: var(--blush); margin-bottom: 1.5rem; }
  .val-icon svg { width: 20px; height: 20px; }
  .val-card h4 { font-family: var(--serif); font-size: 1.2rem; color: var(--bark); margin-bottom: 0.6rem; }
  .val-card p { font-size: 0.75rem; line-height: 1.85; color: var(--taupe); }
  .team-section { background: var(--linen); }
  .team-section .section-title { color: var(--linen); }
  .team-section .section-eyebrow { color: var(--blush); }
  .team-section .section-body { color: var(--stone-dark); }
  .team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(191,169,128,0.15); margin-top: 4rem; }
  .team-card { background: var(--bark-dark); padding: 3rem 2.5rem; }
  .team-card-name { font-family: var(--serif); font-size: 1.6rem; font-weight: 300; color: var(--linen); margin-bottom: 0.3rem; }
  .team-card-role { font-size: 0.6rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--blush); margin-bottom: 1.2rem; display: block; }
  .team-card p { font-size: 0.78rem; line-height: 1.9; color: rgba(201,192,179,0.65); }
  .stats-row { display: flex; gap: 0; margin-top: 4rem; background: rgba(191,169,128,0.12); }
  .stat-item { flex: 1; text-align: center; padding: 2.5rem 1rem; border-right: 1px solid rgba(191,169,128,0.15); }
  .stat-item:last-child { border-right: none; }
  .stat-num { font-family: var(--serif); font-size: 3rem; font-weight: 300; color: var(--blush-light); line-height: 1; }
  .stat-lbl { font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(201,192,179,0.5); margin-top: 6px; }
  @media(max-width:900px) { .about-grid { grid-template-columns: 1fr; } .about-photo img { height: 380px; } .about-photo::before { display:none; } .values-grid { grid-template-columns: 1fr 1fr; } .team-grid { grid-template-columns: 1fr; } .stats-row { flex-wrap: wrap; } .stat-item { min-width: 50%; border-right: none; border-bottom: 1px solid rgba(191,169,128,0.15); } }
  @media(max-width:580px) { .values-grid { grid-template-columns: 1fr; } .cred-row { flex-direction: column; gap: 1.2rem; } }


/* ============================================================
   INTERIOR-DESIGN.HTML
============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --ivory:       #FAF7F2;
    --warm-white:  #FDFCF9;
    --linen:       #F2EDE4;
    --stone:       #E5DDD2;
    --stone-dark:  #C8BDB0;
    --taupe:       #9C8B79;
    --blush:       #C4956A;
    --blush-light: #D9B89A;
    --clay:        #7A5C46;
    --bark:        #6B4C3B;
    --bark-dark:   #4A3728;
    --sage:        #8A9E8C;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans:  'Jost', sans-serif;
  }
}
  html { scroll-behavior: smooth; }
  body { background: var(--warm-white); color: var(--bark); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 5vw; height: 80px; display: flex; align-items: center; justify-content: space-between; background: var(--blush); }
  nav.scrolled { box-shadow: 0 1px 0 rgba(191,169,128,0.15); }
  .nav-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.1em; color: var(--warm-white); text-decoration: none; text-transform: uppercase; }
  .nav-logo span { color: var(--blush); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
  .nav-links a { font-family: var(--sans); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(253,252,249,0.75); text-decoration: none; position: relative; padding-bottom: 4px; transition: color 0.3s; }
  .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--blush); transition: width 0.4s; }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a:hover { color: var(--blush-light) !important; }
  .nav-cta { font-size: 0.63rem !important; letter-spacing: 0.2em !important; color: var(--warm-white) !important; background: var(--bark-dark); padding: 9px 20px !important; }
  .nav-cta::after { display: none !important; }
  .nav-cta:hover { background: var(--clay) !important; color: var(--warm-white) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 22px; height: 1px; background: var(--warm-white); }
  .mobile-menu { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--bark-dark); z-index: 99; padding: 24px 5vw; flex-direction: column; gap: 4px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: rgba(253,252,249,0.75); font-size: 0.85rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none; display: block; }

  .page-hero {
    min-height: 65vh; position: relative; display: flex; align-items: center;
    overflow: hidden; padding-top: 80px;
    background: url('https://images.unsplash.com/photo-1600585154526-990dced4db0d?w=1400&q=80') center/cover;
  }
  .page-hero-content { position: relative; z-index: 2; }
  .page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
  .page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.5) 60%, rgba(10,8,6,0.75) 100%); }
  .page-hero-content { position: relative; z-index: 2; max-width: 720px; padding: 6vw 5vw; }
  .hero-eyebrow { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 16px; }
  .hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--blush); }
  .page-hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 5.5rem); font-weight: 300; line-height: 1.05; color: var(--warm-white); margin-bottom: 1.5rem; }
  .page-hero-content h1 em { font-style: italic; color: var(--blush-light); }
  .page-hero-content p { font-size: 0.85rem; line-height: 2; color: rgba(253,252,249,0.6); max-width: 480px; }

  section { padding: 7vw 5vw; }
  .section-eyebrow { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1rem; display: block; }
  .section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1; color: var(--bark); margin-bottom: 1.5rem; }
  .section-title em { font-style: italic; color: var(--clay); }
  .section-body { font-size: 0.85rem; line-height: 2; color: var(--taupe); max-width: 520px; }
  .gold-line { width: 60px; height: 1px; background: var(--blush); margin: 1.8rem 0; }

  .svc-block { background: var(--warm-white); }
  .svc-block:nth-child(even) { background: var(--linen); }
  .svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .svc-inner.reverse { direction: rtl; }
  .svc-inner.reverse > * { direction: ltr; }
  .svc-img img { width: 100%; height: 440px; object-fit: cover; display: block; }
  .svc-img { position: relative; overflow: hidden; }
  .svc-img::after { content: ''; position: absolute; bottom: -2rem; right: -2rem; width: 120px; height: 120px; border: 1px solid var(--blush); pointer-events: none; }
  .svc-inner.reverse .svc-img::after { right: auto; left: -2rem; }
  .svc-features { list-style: none; margin: 1.5rem 0 2rem; }
  .svc-features li { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0; font-size: 0.78rem; color: var(--bark); line-height: 1.6; border-bottom: 1px solid var(--stone); }
  .svc-features li:last-child { border-bottom: none; }
  .svc-features li::before { content: '✦'; color: var(--blush); font-size: 9px; margin-top: 5px; flex-shrink: 0; }
  .btn-main { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bark); background: var(--blush); padding: 14px 28px; text-decoration: none; transition: background 0.3s, letter-spacing 0.3s; }
  .btn-main:hover { background: var(--blush-light); letter-spacing: 0.32em; }
  .btn-outline { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-white); border: 1px solid rgba(255,255,255,0.3); padding: 13px 27px; text-decoration: none; transition: border-color 0.3s, color 0.3s; }
  .btn-outline:hover { border-color: var(--blush); color: var(--blush-light); }

  .cta-banner { background: var(--bark-dark); text-align: center; padding: 8vw 5vw; }
  .cta-banner .section-title { color: var(--warm-white); max-width: 680px; margin: 0 auto 1.2rem; }
  .cta-banner .section-title em { color: var(--blush-light); }
  .cta-banner p { font-size: 0.85rem; line-height: 2; color: var(--stone-dark); max-width: 520px; margin: 0 auto 2.5rem; }

  footer { background: var(--bark-dark); border-top: 1px solid rgba(201,192,179,0.08); padding: 2.5rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
  .footer-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: 0.1em; color: var(--linen); text-transform: uppercase; text-decoration: none; }
  .footer-logo span { color: var(--blush); }
  footer p { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--taupe); }
  .footer-links { display: flex; gap: 1.5rem; list-style: none; }
  .footer-links a { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--blush-light); }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.85s ease, transform 0.85s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }
  .reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.1s; }
  .reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.2s; }
  .reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.3s; }
  .reveal-stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.4s; }
  .reveal-stagger.visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:0.5s; }

  @media (max-width: 900px) {
    .nav-links { display: none; } .hamburger { display: flex; }
    .svc-inner, .svc-inner.reverse { grid-template-columns: 1fr; direction: ltr; }
    .svc-img img { height: 300px; }
    footer { flex-direction: column; text-align: center; }
  }


  .int-process { background: var(--bark); padding: 5vw; }
  .int-process .section-title { color: var(--linen); }
  .int-process .section-eyebrow { color: var(--blush); }
  .int-process .section-body { color: var(--stone-dark); }
  .proc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(191,169,128,0.15); margin-top: 4rem; }
  .proc-step { background: var(--bark); padding: 2.5rem 2rem; position: relative; }
  .proc-step::before { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--blush); transition: width 0.5s; }
  .proc-step:hover::before { width: 100%; }
  .proc-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 300; color: rgba(191,169,128,0.25); margin-bottom: 1rem; }
  .proc-name { font-family: var(--serif); font-size: 1.15rem; color: var(--linen); margin-bottom: 0.5rem; }
  .proc-name em { font-style: italic; }
  .proc-text { font-size: 0.73rem; line-height: 1.85; color: rgba(201,192,179,0.55); }
  .services-mini { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--stone-dark); margin-top: 4rem; }
  .mini-card { background: var(--warm-white); padding: 2.5rem 2rem; position: relative; transition: background 0.3s; }
  .mini-card::before { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0; background: var(--blush); transition: width 0.5s; }
  .mini-card:hover { background: var(--linen); }
  .mini-card:hover::before { width: 100%; }
  .mini-icon { width: 40px; height: 40px; border: 1px solid rgba(191,169,128,0.35); display: flex; align-items: center; justify-content: center; color: var(--blush); margin-bottom: 1.2rem; }
  .mini-icon svg { width: 18px; height: 18px; }
  .mini-card h4 { font-family: var(--serif); font-size: 1.15rem; color: var(--bark); margin-bottom: 0.5rem; }
  .mini-card p { font-size: 0.73rem; line-height: 1.85; color: var(--taupe); }
  .meet-adriana { background: var(--stone); display: grid; grid-template-columns: 1fr 1.4fr; gap: 0; }
  .meet-img { position: relative; overflow: hidden; min-height: 560px; }
  .meet-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
  .meet-text { padding: 7vw 5vw; display: flex; flex-direction: column; justify-content: center; }
  .meet-signature { font-family: var(--serif); font-size: 2.4rem; font-style: italic; color: var(--blush); margin-top: 2rem; margin-bottom: 0.4rem; }
  .meet-role { font-size: 0.62rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--taupe); }
  @media(max-width:900px) {
    .proc-grid { grid-template-columns: 1fr 1fr; }
    .services-mini { grid-template-columns: 1fr 1fr; }
    .meet-adriana { grid-template-columns: 1fr; }
    .meet-img { min-height: 360px; position: relative; }
  }
  @media(max-width:580px) {
    .proc-grid { grid-template-columns: 1fr; }
    .services-mini { grid-template-columns: 1fr; }
  }


/* ============================================================
   PORTFOLIO.HTML
============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --ivory:       #FAF7F2;
    --warm-white:  #FDFCF9;
    --linen:       #F2EDE4;
    --stone:       #E5DDD2;
    --stone-dark:  #C8BDB0;
    --taupe:       #9C8B79;
    --blush:       #C4956A;
    --blush-light: #D9B89A;
    --clay:        #7A5C46;
    --bark:        #6B4C3B;
    --bark-dark:   #4A3728;
    --sage:        #8A9E8C;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans:  'Jost', sans-serif;
  }
}
  html { scroll-behavior: smooth; }
  body { background: var(--warm-white); color: var(--bark); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 5vw; height: 80px; display: flex; align-items: center; justify-content: space-between; background: var(--blush); }
  nav.scrolled { box-shadow: 0 1px 0 rgba(191,169,128,0.15); }
  .nav-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.1em; color: var(--warm-white); text-decoration: none; text-transform: uppercase; }
  .nav-logo span { color: var(--blush); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
  .nav-links a { font-family: var(--sans); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(253,252,249,0.75); text-decoration: none; position: relative; padding-bottom: 4px; transition: color 0.3s; }
  .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--blush); transition: width 0.4s; }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a:hover { color: var(--blush-light) !important; }
  .nav-cta { font-size: 0.63rem !important; letter-spacing: 0.2em !important; color: var(--warm-white) !important; background: var(--bark-dark); padding: 9px 20px !important; }
  .nav-cta::after { display: none !important; }
  .nav-cta:hover { background: var(--clay) !important; color: var(--warm-white) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 22px; height: 1px; background: var(--warm-white); }
  .mobile-menu { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--bark-dark); z-index: 99; padding: 24px 5vw; flex-direction: column; gap: 4px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: rgba(253,252,249,0.75); font-size: 0.85rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none; display: block; }

  .page-hero {
    min-height: 65vh; position: relative; display: flex; align-items: center;
    overflow: hidden; padding-top: 80px;
    background: url('https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?w=1400&q=80') center/cover;
  }
  .page-hero-content { position: relative; z-index: 2; }
  .page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
  .page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.5) 60%, rgba(10,8,6,0.75) 100%); }
  .page-hero-content { position: relative; z-index: 2; max-width: 720px; padding: 6vw 5vw; }
  .hero-eyebrow { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 16px; }
  .hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--blush); }
  .page-hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 5.5rem); font-weight: 300; line-height: 1.05; color: var(--warm-white); margin-bottom: 1.5rem; }
  .page-hero-content h1 em { font-style: italic; color: var(--blush-light); }
  .page-hero-content p { font-size: 0.85rem; line-height: 2; color: rgba(253,252,249,0.6); max-width: 480px; }

  section { padding: 7vw 5vw; }
  .section-eyebrow { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1rem; display: block; }
  .section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1; color: var(--bark); margin-bottom: 1.5rem; }
  .section-title em { font-style: italic; color: var(--clay); }
  .section-body { font-size: 0.85rem; line-height: 2; color: var(--taupe); max-width: 520px; }
  .gold-line { width: 60px; height: 1px; background: var(--blush); margin: 1.8rem 0; }

  .svc-block { background: var(--warm-white); }
  .svc-block:nth-child(even) { background: var(--linen); }
  .svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .svc-inner.reverse { direction: rtl; }
  .svc-inner.reverse > * { direction: ltr; }
  .svc-img img { width: 100%; height: 440px; object-fit: cover; display: block; }
  .svc-img { position: relative; overflow: hidden; }
  .svc-img::after { content: ''; position: absolute; bottom: -2rem; right: -2rem; width: 120px; height: 120px; border: 1px solid var(--blush); pointer-events: none; }
  .svc-inner.reverse .svc-img::after { right: auto; left: -2rem; }
  .svc-features { list-style: none; margin: 1.5rem 0 2rem; }
  .svc-features li { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0; font-size: 0.78rem; color: var(--bark); line-height: 1.6; border-bottom: 1px solid var(--stone); }
  .svc-features li:last-child { border-bottom: none; }
  .svc-features li::before { content: '✦'; color: var(--blush); font-size: 9px; margin-top: 5px; flex-shrink: 0; }
  .btn-main { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bark); background: var(--blush); padding: 14px 28px; text-decoration: none; transition: background 0.3s, letter-spacing 0.3s; }
  .btn-main:hover { background: var(--blush-light); letter-spacing: 0.32em; }
  .btn-outline { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-white); border: 1px solid rgba(255,255,255,0.3); padding: 13px 27px; text-decoration: none; transition: border-color 0.3s, color 0.3s; }
  .btn-outline:hover { border-color: var(--blush); color: var(--blush-light); }

  .cta-banner { background: var(--bark-dark); text-align: center; padding: 8vw 5vw; }
  .cta-banner .section-title { color: var(--warm-white); max-width: 680px; margin: 0 auto 1.2rem; }
  .cta-banner .section-title em { color: var(--blush-light); }
  .cta-banner p { font-size: 0.85rem; line-height: 2; color: var(--stone-dark); max-width: 520px; margin: 0 auto 2.5rem; }

  footer { background: var(--bark-dark); border-top: 1px solid rgba(201,192,179,0.08); padding: 2.5rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
  .footer-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: 0.1em; color: var(--linen); text-transform: uppercase; text-decoration: none; }
  .footer-logo span { color: var(--blush); }
  footer p { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--taupe); }
  .footer-links { display: flex; gap: 1.5rem; list-style: none; }
  .footer-links a { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--blush-light); }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.85s ease, transform 0.85s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }
  .reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.1s; }
  .reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.2s; }
  .reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.3s; }
  .reveal-stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.4s; }
  .reveal-stagger.visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:0.5s; }

  @media (max-width: 900px) {
    .nav-links { display: none; } .hamburger { display: flex; }
    .svc-inner, .svc-inner.reverse { grid-template-columns: 1fr; direction: ltr; }
    .svc-img img { height: 300px; }
    footer { flex-direction: column; text-align: center; }
  }


  .port-hero-filter { display: flex; gap: 0; margin-top: 3rem; flex-wrap: wrap; }
  .filter-btn { font-family: var(--sans); font-size: 0.62rem; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; padding: 10px 22px; border: 1px solid rgba(253,252,249,0.2); color: rgba(253,252,249,0.6); background: transparent; cursor: pointer; transition: all 0.3s; }
  .filter-btn.active, .filter-btn:hover { background: var(--blush); border-color: var(--blush); color: var(--bark); }

  .portfolio-section { background: var(--bark); padding: 0 0 6vw; }

  /* MOSAIC GRID */
  .mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 80px; gap: 3px; padding: 0; }
  .mosaic-item { position: relative; overflow: hidden; cursor: pointer; }
  .mosaic-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; display: block; }
  .mosaic-item:hover img { transform: scale(1.06); }
  .mosaic-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,15,10,0.88) 0%, transparent 55%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.8rem; opacity: 0; transition: opacity 0.4s; }
  .mosaic-item:hover .mosaic-overlay { opacity: 1; }
  .mosaic-label { font-size: 0.55rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--blush); margin-bottom: 0.3rem; }
  .mosaic-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 300; color: var(--warm-white); line-height: 1.2; }
  .mosaic-arrow { position: absolute; top: 1.2rem; right: 1.2rem; width: 32px; height: 32px; border: 1px solid var(--blush); display: flex; align-items: center; justify-content: center; color: var(--blush-light); font-size: 0.9rem; opacity: 0; transition: opacity 0.4s, transform 0.3s; }
  .mosaic-item:hover .mosaic-arrow { opacity: 1; transform: translate(3px,-3px); }

  /* GRID LAYOUT - varied sizes for visual interest */
  .m1  { grid-column: span 7; grid-row: span 6; }
  .m2  { grid-column: span 5; grid-row: span 3; }
  .m3  { grid-column: span 5; grid-row: span 3; }
  .m4  { grid-column: span 4; grid-row: span 4; }
  .m5  { grid-column: span 4; grid-row: span 4; }
  .m6  { grid-column: span 4; grid-row: span 4; }
  .m7  { grid-column: span 6; grid-row: span 4; }
  .m8  { grid-column: span 6; grid-row: span 4; }
  .m9  { grid-column: span 5; grid-row: span 5; }
  .m10 { grid-column: span 7; grid-row: span 5; }

  .portfolio-section .section-header { padding: 6vw 5vw 3vw; }
  .portfolio-section .section-title { color: var(--linen); }
  .portfolio-section .section-eyebrow { color: var(--blush); }
  .portfolio-section .section-body { color: var(--stone-dark); }

  .cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

  @media (max-width: 900px) {
    .mosaic { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 70px; }
    .m1  { grid-column: span 6; grid-row: span 5; }
    .m2  { grid-column: span 3; grid-row: span 3; }
    .m3  { grid-column: span 3; grid-row: span 3; }
    .m4, .m5, .m6 { grid-column: span 3; grid-row: span 4; }
    .m7, .m8 { grid-column: span 6; grid-row: span 4; }
    .m9  { grid-column: span 3; grid-row: span 4; }
    .m10 { grid-column: span 3; grid-row: span 4; }
    .port-hero-filter { gap: 4px; }
  }
  @media (max-width: 580px) {
    .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
    .m1,.m2,.m3,.m4,.m5,.m6,.m7,.m8,.m9,.m10 { grid-column: span 2; grid-row: span 1; }
    .m1 { grid-column: span 2; }
  }


/* ============================================================
   CONTACT.HTML
============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --ivory:       #FAF7F2;
    --warm-white:  #FDFCF9;
    --linen:       #F2EDE4;
    --stone:       #E5DDD2;
    --stone-dark:  #C8BDB0;
    --taupe:       #9C8B79;
    --blush:       #C4956A;
    --blush-light: #D9B89A;
    --clay:        #7A5C46;
    --bark:        #6B4C3B;
    --bark-dark:   #4A3728;
    --sage:        #8A9E8C;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans:  'Jost', sans-serif;
  }
}
  html { scroll-behavior: smooth; }
  body { background: var(--warm-white); color: var(--bark); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 5vw; height: 80px; display: flex; align-items: center; justify-content: space-between; background: var(--blush); }
  nav.scrolled { box-shadow: 0 1px 0 rgba(191,169,128,0.15); }
  .nav-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.1em; color: var(--warm-white); text-decoration: none; text-transform: uppercase; }
  .nav-logo span { color: var(--blush); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
  .nav-links a { font-family: var(--sans); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(253,252,249,0.75); text-decoration: none; position: relative; padding-bottom: 4px; transition: color 0.3s; }
  .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--blush); transition: width 0.4s; }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a:hover { color: var(--blush-light) !important; }
  .nav-cta { font-size: 0.63rem !important; letter-spacing: 0.2em !important; color: var(--warm-white) !important; background: var(--bark-dark); padding: 9px 20px !important; }
  .nav-cta::after { display: none !important; }
  .nav-cta:hover { background: var(--clay) !important; color: var(--warm-white) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 22px; height: 1px; background: var(--warm-white); }
  .mobile-menu { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--bark-dark); z-index: 99; padding: 24px 5vw; flex-direction: column; gap: 4px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: rgba(253,252,249,0.75); font-size: 0.85rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none; display: block; }

  .page-hero {
    min-height: 60vh; position: relative; display: flex; align-items: center;
    overflow: hidden; padding-top: 80px;
    background: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?w=1400&q=80') center/cover;
  }
  .page-hero-content { position: relative; z-index: 2; }
  .page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
  .page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.5) 60%, rgba(10,8,6,0.75) 100%); }
  .page-hero-content { position: relative; z-index: 2; max-width: 720px; padding: 6vw 5vw; }
  .hero-eyebrow { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 16px; }
  .hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--blush); }
  .page-hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 5.5rem); font-weight: 300; line-height: 1.05; color: var(--warm-white); margin-bottom: 1.5rem; }
  .page-hero-content h1 em { font-style: italic; color: var(--blush-light); }
  .page-hero-content p { font-size: 0.85rem; line-height: 2; color: rgba(253,252,249,0.6); max-width: 480px; }

  section { padding: 7vw 5vw; }
  .section-eyebrow { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1rem; display: block; }
  .section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1; color: var(--bark); margin-bottom: 1.5rem; }
  .section-title em { font-style: italic; color: var(--clay); }
  .section-body { font-size: 0.85rem; line-height: 2; color: var(--taupe); max-width: 520px; }
  .gold-line { width: 60px; height: 1px; background: var(--blush); margin: 1.8rem 0; }

  .svc-block { background: var(--warm-white); }
  .svc-block:nth-child(even) { background: var(--linen); }
  .svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .svc-inner.reverse { direction: rtl; }
  .svc-inner.reverse > * { direction: ltr; }
  .svc-img img { width: 100%; height: 440px; object-fit: cover; display: block; }
  .svc-img { position: relative; overflow: hidden; }
  .svc-img::after { content: ''; position: absolute; bottom: -2rem; right: -2rem; width: 120px; height: 120px; border: 1px solid var(--blush); pointer-events: none; }
  .svc-inner.reverse .svc-img::after { right: auto; left: -2rem; }
  .svc-features { list-style: none; margin: 1.5rem 0 2rem; }
  .svc-features li { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0; font-size: 0.78rem; color: var(--bark); line-height: 1.6; border-bottom: 1px solid var(--stone); }
  .svc-features li:last-child { border-bottom: none; }
  .svc-features li::before { content: '✦'; color: var(--blush); font-size: 9px; margin-top: 5px; flex-shrink: 0; }
  .btn-main { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bark); background: var(--blush); padding: 14px 28px; text-decoration: none; transition: background 0.3s, letter-spacing 0.3s; }
  .btn-main:hover { background: var(--blush-light); letter-spacing: 0.32em; }
  .btn-outline { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-white); border: 1px solid rgba(255,255,255,0.3); padding: 13px 27px; text-decoration: none; transition: border-color 0.3s, color 0.3s; }
  .btn-outline:hover { border-color: var(--blush); color: var(--blush-light); }

  .cta-banner { background: var(--bark-dark); text-align: center; padding: 8vw 5vw; }
  .cta-banner .section-title { color: var(--warm-white); max-width: 680px; margin: 0 auto 1.2rem; }
  .cta-banner .section-title em { color: var(--blush-light); }
  .cta-banner p { font-size: 0.85rem; line-height: 2; color: var(--stone-dark); max-width: 520px; margin: 0 auto 2.5rem; }

  footer { background: var(--bark-dark); border-top: 1px solid rgba(201,192,179,0.08); padding: 2.5rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
  .footer-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: 0.1em; color: var(--linen); text-transform: uppercase; text-decoration: none; }
  .footer-logo span { color: var(--blush); }
  footer p { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--taupe); }
  .footer-links { display: flex; gap: 1.5rem; list-style: none; }
  .footer-links a { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--blush-light); }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.85s ease, transform 0.85s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }
  .reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.1s; }
  .reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.2s; }
  .reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.3s; }
  .reveal-stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.4s; }
  .reveal-stagger.visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:0.5s; }

  @media (max-width: 900px) {
    .nav-links { display: none; } .hamburger { display: flex; }
    .svc-inner, .svc-inner.reverse { grid-template-columns: 1fr; direction: ltr; }
    .svc-img img { height: 300px; }
    footer { flex-direction: column; text-align: center; }
  }


  .contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 7vw; align-items: start; }
  .contact-info h2 { font-family: var(--serif); font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 300; color: var(--bark); margin-bottom: 0.8rem; }
  .contact-info h2 em { font-style: italic; color: var(--clay); }
  .contact-info > p { font-size: 0.85rem; line-height: 2; color: var(--taupe); margin-bottom: 2.5rem; }
  .contact-item { display: flex; gap: 1.2rem; align-items: flex-start; padding: 1.2rem 0; border-bottom: 1px solid var(--stone); }
  .contact-item:last-of-type { border-bottom: none; }
  .c-icon { width: 40px; height: 40px; border: 1px solid rgba(191,169,128,0.3); display: flex; align-items: center; justify-content: center; color: var(--blush); flex-shrink: 0; margin-top: 2px; }
  .c-icon svg { width: 17px; height: 17px; }
  .c-label { font-size: 0.58rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--taupe); margin-bottom: 3px; }
  .c-val { font-family: var(--serif); font-size: 1.05rem; font-weight: 300; color: var(--bark); }
  .c-val a { color: inherit; text-decoration: none; transition: color 0.3s; }
  .c-val a:hover { color: var(--blush); }
  .c-sub { font-size: 0.72rem; color: var(--taupe); margin-top: 3px; }
  .hours-block { margin-top: 2rem; padding: 1.5rem; background: var(--linen); }
  .hours-block h5 { font-family: var(--serif); font-size: 0.95rem; color: var(--bark); margin-bottom: 0.8rem; }
  .hours-row { display: flex; justify-content: space-between; font-size: 0.75rem; color: var(--taupe); padding: 5px 0; border-bottom: 1px solid var(--stone); }
  .hours-row:last-child { border-bottom: none; }
  .form-section { background: var(--linen); padding: 3rem; border: 1px solid var(--stone-dark); }
  .form-section h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 300; color: var(--bark); margin-bottom: 0.5rem; }
  .form-section h3 em { font-style: italic; color: var(--clay); }
  .form-section > p { font-size: 0.75rem; color: var(--taupe); margin-bottom: 2rem; line-height: 1.7; }
  .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .contact-form input, .contact-form textarea, .contact-form select {
    background: var(--warm-white); border: 1.5px solid var(--stone-dark);
    padding: 0.9rem 1.1rem; font-family: var(--sans); font-size: 0.76rem;
    font-weight: 300; letter-spacing: 0.06em; color: var(--bark); outline: none;
    transition: border-color 0.3s; appearance: none; width: 100%;
  }
  .contact-form input::placeholder, .contact-form textarea::placeholder { color: var(--taupe); }
  .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blush); }
  .contact-form .full { grid-column: 1 / -1; }
  .contact-form textarea { min-height: 130px; resize: vertical; }
  .contact-form select { color: var(--taupe); }
  .contact-form select option { color: var(--bark); background: var(--warm-white); }
  .submit-btn { grid-column: 1 / -1; padding: 1rem 3rem; background: var(--blush); border: none; font-family: var(--sans); font-size: 0.63rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--bark); cursor: pointer; transition: background 0.3s; }
  .submit-btn:hover { background: var(--blush-light); }
  @media(max-width:900px) { .contact-layout { grid-template-columns: 1fr; } .contact-form { grid-template-columns: 1fr; } .contact-form .full { grid-column: 1; } }


/* ============================================================
   PRIVACY-POLICY.HTML
============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
  :root {
    --ivory:       #FAF7F2;
    --warm-white:  #FDFCF9;
    --linen:       #F2EDE4;
    --stone:       #E5DDD2;
    --stone-dark:  #C8BDB0;
    --taupe:       #9C8B79;
    --blush:       #C4956A;
    --blush-light: #D9B89A;
    --clay:        #7A5C46;
    --bark:        #4A3728;
    --sage:        #8A9E8C;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans:  'Jost', sans-serif;
  }
}
  html { scroll-behavior: smooth; }
  body { background: var(--warm-white); color: var(--bark); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 5vw; height: 80px; display: flex; align-items: center; justify-content: space-between; background: var(--blush); }
  nav.scrolled { box-shadow: 0 1px 0 rgba(191,169,128,0.15); }
  .nav-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.1em; color: var(--warm-white); text-decoration: none; text-transform: uppercase; }
  .nav-logo span { color: var(--blush); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
  .nav-links a { font-family: var(--sans); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(253,252,249,0.75); text-decoration: none; position: relative; padding-bottom: 4px; transition: color 0.3s; }
  .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--blush); transition: width 0.4s; }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a:hover { color: var(--blush-light) !important; }
  .nav-cta { font-size: 0.63rem !important; letter-spacing: 0.2em !important; color: var(--warm-white) !important; background: var(--bark); padding: 9px 20px !important; }
  .nav-cta::after { display: none !important; }
  .nav-cta:hover { background: var(--clay) !important; color: var(--warm-white) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 22px; height: 1px; background: var(--warm-white); }
  .mobile-menu { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--bark); z-index: 99; padding: 24px 5vw; flex-direction: column; gap: 4px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: rgba(253,252,249,0.75); font-size: 0.85rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none; display: block; }

  .page-hero { min-height: 60vh; position: relative; display: flex; align-items: center; overflow: hidden; padding-top: 80px; background: var(--bark); }
  .page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.3; }
  .page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.5) 60%, rgba(10,8,6,0.75) 100%); }
  .page-hero-content { position: relative; z-index: 2; max-width: 720px; padding: 6vw 5vw; }
  .hero-eyebrow { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 16px; }
  .hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--blush); }
  .page-hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 5.5rem); font-weight: 300; line-height: 1.05; color: var(--warm-white); margin-bottom: 1.5rem; }
  .page-hero-content h1 em { font-style: italic; color: var(--blush-light); }
  .page-hero-content p { font-size: 0.85rem; line-height: 2; color: rgba(253,252,249,0.6); max-width: 480px; }

  section { padding: 7vw 5vw; }
  .section-eyebrow { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1rem; display: block; }
  .section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1; color: var(--bark); margin-bottom: 1.5rem; }
  .section-title em { font-style: italic; color: var(--clay); }
  .section-body { font-size: 0.85rem; line-height: 2; color: var(--taupe); max-width: 520px; }
  .gold-line { width: 60px; height: 1px; background: var(--blush); margin: 1.8rem 0; }

  .svc-block { background: var(--warm-white); }
  .svc-block:nth-child(even) { background: var(--linen); }
  .svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .svc-inner.reverse { direction: rtl; }
  .svc-inner.reverse > * { direction: ltr; }
  .svc-img img { width: 100%; height: 440px; object-fit: cover; display: block; }
  .svc-img { position: relative; overflow: hidden; }
  .svc-img::after { content: ''; position: absolute; bottom: -2rem; right: -2rem; width: 120px; height: 120px; border: 1px solid var(--blush); pointer-events: none; }
  .svc-inner.reverse .svc-img::after { right: auto; left: -2rem; }
  .svc-features { list-style: none; margin: 1.5rem 0 2rem; }
  .svc-features li { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0; font-size: 0.78rem; color: var(--bark); line-height: 1.6; border-bottom: 1px solid var(--stone); }
  .svc-features li:last-child { border-bottom: none; }
  .svc-features li::before { content: '✦'; color: var(--blush); font-size: 9px; margin-top: 5px; flex-shrink: 0; }
  .btn-main { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bark); background: var(--blush); padding: 14px 28px; text-decoration: none; transition: background 0.3s, letter-spacing 0.3s; }
  .btn-main:hover { background: var(--blush-light); letter-spacing: 0.32em; }
  .btn-outline { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-white); border: 1px solid rgba(255,255,255,0.3); padding: 13px 27px; text-decoration: none; transition: border-color 0.3s, color 0.3s; }
  .btn-outline:hover { border-color: var(--blush); color: var(--blush-light); }

  .cta-banner { background: var(--bark); text-align: center; padding: 8vw 5vw; }
  .cta-banner .section-title { color: var(--warm-white); max-width: 680px; margin: 0 auto 1.2rem; }
  .cta-banner .section-title em { color: var(--blush-light); }
  .cta-banner p { font-size: 0.85rem; line-height: 2; color: var(--stone-dark); max-width: 520px; margin: 0 auto 2.5rem; }

  footer { background: var(--bark); border-top: 1px solid rgba(201,192,179,0.08); padding: 2.5rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
  .footer-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: 0.1em; color: var(--linen); text-transform: uppercase; text-decoration: none; }
  .footer-logo span { color: var(--blush); }
  footer p { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--taupe); }
  .footer-links { display: flex; gap: 1.5rem; list-style: none; }
  .footer-links a { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--blush-light); }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.85s ease, transform 0.85s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }
  .reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.1s; }
  .reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.2s; }
  .reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.3s; }
  .reveal-stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.4s; }
  .reveal-stagger.visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:0.5s; }

  @media (max-width: 900px) {
    .nav-links { display: none; } .hamburger { display: flex; }
    .svc-inner, .svc-inner.reverse { grid-template-columns: 1fr; direction: ltr; }
    .svc-img img { height: 300px; }
    footer { flex-direction: column; text-align: center; }
  }


  .privacy-content { max-width: 780px; margin: 0 auto; padding: 8vw 5vw; }
  .privacy-content h2 { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; color: var(--bark); margin: 2.5rem 0 0.8rem; }
  .privacy-content p { font-size: 0.82rem; line-height: 2; color: var(--taupe); margin-bottom: 1rem; }
  .privacy-content ul { margin: 0.5rem 0 1rem 1.5rem; }
  .privacy-content ul li { font-size: 0.82rem; line-height: 2; color: var(--taupe); }
  .privacy-content a { color: var(--blush); text-decoration: none; }


/* ============================================================
   THANK-YOU.HTML
============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
  :root {
    --ivory:       #FAF7F2;
    --warm-white:  #FDFCF9;
    --linen:       #F2EDE4;
    --stone:       #E5DDD2;
    --stone-dark:  #C8BDB0;
    --taupe:       #9C8B79;
    --blush:       #C4956A;
    --blush-light: #D9B89A;
    --clay:        #7A5C46;
    --bark:        #4A3728;
    --sage:        #8A9E8C;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans:  'Jost', sans-serif;
  }
}
  html { scroll-behavior: smooth; }
  body { background: var(--warm-white); color: var(--bark); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }

  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0 5vw; height: 80px; display: flex; align-items: center; justify-content: space-between; background: var(--blush); }
  nav.scrolled { box-shadow: 0 1px 0 rgba(191,169,128,0.15); }
  .nav-logo { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.1em; color: var(--warm-white); text-decoration: none; text-transform: uppercase; }
  .nav-logo span { color: var(--blush); }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
  .nav-links a { font-family: var(--sans); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(253,252,249,0.75); text-decoration: none; position: relative; padding-bottom: 4px; transition: color 0.3s; }
  .nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--blush); transition: width 0.4s; }
  .nav-links a:hover::after { width: 100%; }
  .nav-links a:hover { color: var(--blush-light) !important; }
  .nav-cta { font-size: 0.63rem !important; letter-spacing: 0.2em !important; color: var(--warm-white) !important; background: var(--bark); padding: 9px 20px !important; }
  .nav-cta::after { display: none !important; }
  .nav-cta:hover { background: var(--clay) !important; color: var(--warm-white) !important; }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
  .hamburger span { display: block; width: 22px; height: 1px; background: var(--warm-white); }
  .mobile-menu { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--bark); z-index: 99; padding: 24px 5vw; flex-direction: column; gap: 4px; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: rgba(253,252,249,0.75); font-size: 0.85rem; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.06); text-transform: uppercase; letter-spacing: 0.12em; text-decoration: none; display: block; }

  .page-hero { min-height: 60vh; position: relative; display: flex; align-items: center; overflow: hidden; padding-top: 80px; background: var(--bark); }
  .page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.3; }
  .page-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.5) 60%, rgba(10,8,6,0.75) 100%); }
  .page-hero-content { position: relative; z-index: 2; max-width: 720px; padding: 6vw 5vw; }
  .hero-eyebrow { font-size: 0.6rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 16px; }
  .hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--blush); }
  .page-hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 5.5rem); font-weight: 300; line-height: 1.05; color: var(--warm-white); margin-bottom: 1.5rem; }
  .page-hero-content h1 em { font-style: italic; color: var(--blush-light); }
  .page-hero-content p { font-size: 0.85rem; line-height: 2; color: rgba(253,252,249,0.6); max-width: 480px; }

  section { padding: 7vw 5vw; }
  .section-eyebrow { font-size: 0.6rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--blush); margin-bottom: 1rem; display: block; }
  .section-title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1; color: var(--bark); margin-bottom: 1.5rem; }
  .section-title em { font-style: italic; color: var(--clay); }
  .section-body { font-size: 0.85rem; line-height: 2; color: var(--taupe); max-width: 520px; }
  .gold-line { width: 60px; height: 1px; background: var(--blush); margin: 1.8rem 0; }

  .svc-block { background: var(--warm-white); }
  .svc-block:nth-child(even) { background: var(--linen); }
  .svc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; }
  .svc-inner.reverse { direction: rtl; }
  .svc-inner.reverse > * { direction: ltr; }
  .svc-img img { width: 100%; height: 440px; object-fit: cover; display: block; }
  .svc-img { position: relative; overflow: hidden; }
  .svc-img::after { content: ''; position: absolute; bottom: -2rem; right: -2rem; width: 120px; height: 120px; border: 1px solid var(--blush); pointer-events: none; }
  .svc-inner.reverse .svc-img::after { right: auto; left: -2rem; }
  .svc-features { list-style: none; margin: 1.5rem 0 2rem; }
  .svc-features li { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0; font-size: 0.78rem; color: var(--bark); line-height: 1.6; border-bottom: 1px solid var(--stone); }
  .svc-features li:last-child { border-bottom: none; }
  .svc-features li::before { content: '✦'; color: var(--blush); font-size: 9px; margin-top: 5px; flex-shrink: 0; }
  .btn-main { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--bark); background: var(--blush); padding: 14px 28px; text-decoration: none; transition: background 0.3s, letter-spacing 0.3s; }
  .btn-main:hover { background: var(--blush-light); letter-spacing: 0.32em; }
  .btn-outline { display: inline-flex; align-items: center; gap: 0.8rem; font-size: 0.63rem; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--warm-white); border: 1px solid rgba(255,255,255,0.3); padding: 13px 27px; text-decoration: none; transition: border-color 0.3s, color 0.3s; }
  .btn-outline:hover { border-color: var(--blush); color: var(--blush-light); }

  .cta-banner { background: var(--bark); text-align: center; padding: 8vw 5vw; }
  .cta-banner .section-title { color: var(--warm-white); max-width: 680px; margin: 0 auto 1.2rem; }
  .cta-banner .section-title em { color: var(--blush-light); }
  .cta-banner p { font-size: 0.85rem; line-height: 2; color: var(--stone-dark); max-width: 520px; margin: 0 auto 2.5rem; }

  footer { background: var(--bark); border-top: 1px solid rgba(201,192,179,0.08); padding: 2.5rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
  .footer-logo { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: 0.1em; color: var(--linen); text-transform: uppercase; text-decoration: none; }
  .footer-logo span { color: var(--blush); }
  footer p { font-size: 0.62rem; letter-spacing: 0.1em; color: var(--taupe); }
  .footer-links { display: flex; gap: 1.5rem; list-style: none; }
  .footer-links a { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe); text-decoration: none; transition: color 0.3s; }
  .footer-links a:hover { color: var(--blush-light); }

  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.85s ease, transform 0.85s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
  .reveal-stagger > * { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
  .reveal-stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay:0s; }
  .reveal-stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay:0.1s; }
  .reveal-stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay:0.2s; }
  .reveal-stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay:0.3s; }
  .reveal-stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay:0.4s; }
  .reveal-stagger.visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay:0.5s; }

  @media (max-width: 900px) {
    .nav-links { display: none; } .hamburger { display: flex; }
    .svc-inner, .svc-inner.reverse { grid-template-columns: 1fr; direction: ltr; }
    .svc-img img { height: 300px; }
    footer { flex-direction: column; text-align: center; }
  }


  .thankyou-section { min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10vw 5vw; background: var(--bark); }
  .ty-inner { max-width: 580px; }
  .ty-check { width: 80px; height: 80px; border: 1px solid var(--blush); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 2.5rem; }
  .ty-check svg { width: 36px; height: 36px; color: var(--blush); }
  .ty-inner .section-eyebrow { color: var(--blush); }
  .ty-inner h1 { font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 300; color: var(--linen); margin-bottom: 1.5rem; line-height: 1.1; }
  .ty-inner h1 em { font-style: italic; color: var(--blush-light); }
  .ty-inner p { font-size: 0.85rem; line-height: 2; color: var(--stone-dark); margin-bottom: 2.5rem; }

/* ============================================================
   GALERIA DO TRABALHO (single-portfolio.php) + LIGHTBOX
============================================================ */
.job-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 0 5vw 6vw;
}
.job-gallery-item { position: relative; overflow: hidden; display: block; aspect-ratio: 4/3; cursor: pointer; }
.job-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.job-gallery-item:hover img { transform: scale(1.05); }

@media (max-width: 768px) {
  .job-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .job-gallery { grid-template-columns: 1fr; }
}

.amd-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(10,8,6,0.94);
  display: none; align-items: center; justify-content: center;
  padding: 40px;
}
.amd-lightbox.active { display: flex; }
.amd-lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.amd-lightbox-close, .amd-lightbox-prev, .amd-lightbox-next {
  position: absolute; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.25);
  color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: background 0.25s;
}
.amd-lightbox-close:hover, .amd-lightbox-prev:hover, .amd-lightbox-next:hover { background: rgba(255,255,255,0.2); }
.amd-lightbox-close { top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; font-size: 1.5rem; line-height: 1; }
.amd-lightbox-prev, .amd-lightbox-next { top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; font-size: 2rem; }
.amd-lightbox-prev { left: 24px; }
.amd-lightbox-next { right: 24px; }
@media (max-width: 600px) {
  .amd-lightbox { padding: 16px; }
  .amd-lightbox-prev, .amd-lightbox-next { width: 40px; height: 40px; font-size: 1.5rem; }
  .amd-lightbox-close { width: 36px; height: 36px; top: 12px; right: 12px; }
}

/* Preço-fix: link do mosaic-item agora é <a>, não <div> — reaplica os estilos base */
.mosaic-item { text-decoration: none; color: inherit; }
.port-item > a { display: block; width: 100%; height: 100%; text-decoration: none; color: inherit; }
