@import url('https://cdn.jsdelivr.net/npm/@fontsource/cormorant-garamond@5.0.20/400.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/cormorant-garamond@5.0.20/400-italic.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/cormorant-garamond@5.0.20/500.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@5.0.21/400.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/dm-sans@5.0.21/500.css');

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; color: #111110; background: #F2EDE5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.sibbar { background: #111110; padding: 10px 32px; display: flex; justify-content: flex-end; gap: 28px; font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.sibbar a { color: #8B7D6A; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s; }
.sibbar a:hover { color: #BF963C; }
.sibbar .dot { width: 5px; height: 5px; display: inline-block; }

.nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 48px; background: #F2EDE5; border-bottom: 0.5px solid rgba(139,125,106,0.3); position: sticky; top: 0; z-index: 100; }
.nav-brand { font-family: 'Cormorant Garamond', Garamond, serif; font-size: 28px; color: #BF963C; letter-spacing: 0.5px; font-weight: 400; text-decoration: none; }
.nav-links { display: flex; gap: 36px; }
.nav-links a { font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; text-decoration: none; transition: color 0.2s; padding-bottom: 3px; }
.nav-links a:hover { color: #111110; }
.nav-links a.active { color: #111110; border-bottom: 1px solid #BF963C; }

.hero { background: linear-gradient(180deg, #111110 0%, #241F18 100%); padding: 140px 32px 110px; text-align: center; min-height: 70vh; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.hero-wm { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 400; font-size: 110px; color: #BF963C; letter-spacing: 2.2px; line-height: 1; margin: 0 0 18px 0; }
.hero-rule { width: 72px; height: 1px; background: #8B7D6A; margin: 0 auto 22px; }
.hero-desc { font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 13px; letter-spacing: 3.6px; text-transform: uppercase; color: #C8C0B0; margin: 0 0 18px 0; }
.hero-strap { font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 12px; letter-spacing: 1.2px; color: #8B7D6A; margin: 0 0 80px 0; }
.hero-body { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-weight: 400; font-size: 28px; line-height: 1.5; color: #C8C0B0; max-width: 540px; margin: 0 auto; }
.hero-cue { width: 1px; height: 44px; background: #BF963C; margin: 72px auto 0; opacity: 0.5; }

.panel { padding: 120px 48px; text-align: center; min-height: 420px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.panel-chalk { background: #F2EDE5; }
.panel-dusk { background: #1A1914; }
.panel-obsidian { background: #111110; }

.divider { width: 36px; height: 1px; background: #8B7D6A; margin: 0 auto 32px; opacity: 0.6; }

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 500; margin: 0; letter-spacing: 0.3px; }
.h-display { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 400; font-size: 64px; line-height: 1; letter-spacing: 0.5px; color: #111110; }
.h-display-light { color: #F2EDE5; }
.h-section { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 500; font-size: 44px; line-height: 1.15; letter-spacing: 0.4px; margin: 0 0 36px 0; color: #111110; }
.h-section-light { color: #C8C0B0; }
.h-sub { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 500; font-size: 28px; line-height: 1.25; color: #111110; margin: 0 0 16px 0; }

.body-copy { font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.85; max-width: 520px; margin: 0 auto; color: #2A2520; }
.body-pale { color: #C8C0B0; }
.body-dim { color: #5F5444; }

.softlink { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-size: 20px; color: #BF963C; text-decoration: none; border-bottom: 0.5px solid #BF963C; padding-bottom: 4px; display: inline-block; transition: color 0.2s, border-color 0.2s; }
.softlink:hover { color: #8B6A2A; border-bottom-color: #8B6A2A; }
.softlink-mt { margin-top: 40px; }

.tag { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; }

.pullquote { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-weight: 400; font-size: 28px; line-height: 1.5; color: #111110; max-width: 600px; margin: 0 auto; }

.eco-section { background: #F2EDE5; padding: 120px 32px 100px; }
.eco-inner { max-width: 720px; margin: 0 auto; }
.eco-quote { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-weight: 400; font-size: 26px; line-height: 1.5; color: #111110; text-align: center; margin: 0 auto 72px; max-width: 600px; }
.eco-label { font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: 2.6px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; text-align: center; margin: 0 0 32px 0; }
.eco-row { display: grid; grid-template-columns: 14px 1fr auto; gap: 24px; align-items: center; padding: 24px 8px; border-top: 0.5px solid rgba(139,125,106,0.35); transition: background 0.2s; }
.eco-row:last-of-type { border-bottom: 0.5px solid rgba(139,125,106,0.35); }
.eco-row:hover { background: rgba(191,150,60,0.04); }
.eco-mark { width: 10px; height: 10px; }
.eco-name { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 400; font-size: 24px; color: #111110; line-height: 1.1; }
.eco-desc { font-family: 'DM Sans', sans-serif; font-size: 13px; color: #5F5444; margin-top: 5px; }
.eco-link { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: #BF963C; text-decoration: none; white-space: nowrap; font-weight: 500; }
.eco-link.here { color: #8B7D6A; }
.eco-full { text-align: center; margin-top: 56px; }

.cta { background: #F2EDE5; padding: 90px 32px; text-align: center; border-top: 0.5px solid rgba(139,125,106,0.25); }
.cta-label { font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: 2.4px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; margin: 0 0 18px 0; }
.cta-email { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-size: 30px; color: #BF963C; text-decoration: none; border-bottom: 0.5px solid #BF963C; padding-bottom: 5px; }
.cta-email:hover { color: #8B6A2A; }

.footer { background: #111110; padding: 64px 32px; text-align: center; font-family: 'DM Sans', sans-serif; font-size: 12px; letter-spacing: 1.4px; line-height: 2; color: #8B7D6A; }
.footer a { color: #8B7D6A; text-decoration: none; }
.footer a:hover { color: #BF963C; }
.footer-links { margin-top: 18px; display: flex; justify-content: center; gap: 28px; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; }
.footer-strap { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-size: 16px; color: #BF963C; letter-spacing: 0.5px; margin-top: 26px; display: block; }

.page-title { padding: 110px 48px 40px; max-width: 720px; margin: 0 auto; background: #F2EDE5; }

.section { padding: 64px 48px; max-width: 720px; margin: 0 auto; background: #F2EDE5; }
.section.dark { background: #1A1914; color: #C8C0B0; max-width: none; padding: 100px 32px; text-align: center; }
.section.full { max-width: none; padding: 100px 32px; }

.story p { font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 17px; line-height: 1.9; color: #2A2520; margin: 0 0 24px 0; }
.story p:last-child { margin-bottom: 0; }
.story .accent { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-size: 26px; color: #BF963C; line-height: 1.4; margin-top: 36px; }

.principal { padding: 100px 48px; background: #F2EDE5; }
.principal-inner { max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: start; }
.principal-label { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 2.6px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; margin: 0 0 20px 0; grid-column: 1 / -1; }
.principal-left p { font-family: 'DM Sans', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.85; color: #2A2520; margin: 0 0 20px 0; }
.principal-left .name { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-size: 24px; color: #111110; margin: 0 0 18px 0; font-weight: 400; }

.creds { border-top: 0.5px solid rgba(139,125,106,0.4); padding-top: 16px; }
.cred-row { display: grid; grid-template-columns: 8px 1fr; gap: 14px; align-items: center; padding: 13px 0; border-bottom: 0.5px solid rgba(139,125,106,0.2); }
.cred-row:last-child { border-bottom: none; }
.cred-mark { width: 6px; height: 6px; background: #BF963C; }
.cred-label { font-family: 'DM Sans', sans-serif; font-size: 13px; line-height: 1.4; color: #2A2520; font-weight: 400; }
.cred-grade { font-family: 'DM Sans', sans-serif; font-size: 11px; color: #8B7D6A; font-weight: 500; letter-spacing: 0.5px; margin-top: 2px; display: block; }
.cred-firm { margin-top: 16px; padding-top: 16px; border-top: 0.5px solid rgba(139,125,106,0.4); font-family: 'DM Sans', sans-serif; font-size: 11px; color: #8B7D6A; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 500; line-height: 1.7; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1080px; margin: 0 auto; }
.service-card { padding: 48px 36px; border: 0.5px solid rgba(139,125,106,0.3); margin: -0.5px 0 0 -0.5px; background: #F2EDE5; text-decoration: none; color: inherit; display: flex; flex-direction: column; justify-content: space-between; min-height: 240px; transition: background 0.25s; }
.service-card:hover { background: #ECE5D5; }
.service-num { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 1.8px; color: #BF963C; font-weight: 500; margin-bottom: 18px; }
.service-name { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 500; font-size: 26px; line-height: 1.2; color: #111110; margin-bottom: 28px; }
.service-link { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; }

.capabilities { padding: 100px 32px; background: #1A1914; text-align: center; }
.capabilities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; max-width: 1080px; margin: 56px auto 0; }
.capability { text-align: left; padding: 0 16px; }
.capability-title { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 500; font-size: 22px; color: #C8C0B0; margin: 0 0 14px 0; line-height: 1.3; }
.capability-body { font-family: 'DM Sans', sans-serif; font-size: 14px; line-height: 1.75; color: #8B7D6A; margin: 0; }

.projects-grid { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 920px; margin: 0 auto; }
.project { padding: 80px 48px; border-bottom: 0.5px solid rgba(139,125,106,0.35); }
.project:last-child { border-bottom: none; }
.project-meta { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; margin: 0 0 14px 0; }
.project-name { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 500; font-size: 38px; line-height: 1.15; color: #111110; margin: 0 0 22px 0; }
.project-desc { font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.8; color: #2A2520; margin: 0 0 24px 0; max-width: 640px; }
.project-scope { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-size: 18px; color: #BF963C; line-height: 1.5; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; max-width: 920px; margin: 0 auto; padding: 80px 48px; align-items: start; }
.contact-left p { font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.8; color: #2A2520; margin: 0 0 14px 0; }
.contact-left .label { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; margin: 28px 0 8px 0; }
.contact-left .accent { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-size: 19px; color: #BF963C; line-height: 1.5; margin-top: 32px; }

.contact-form { display: flex; flex-direction: column; gap: 18px; }
.contact-form .field-label { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: #8B7D6A; font-weight: 500; margin-bottom: 6px; display: block; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; background: transparent; border: none; border-bottom: 0.5px solid rgba(139,125,106,0.5); padding: 10px 0; font-family: 'DM Sans', sans-serif; font-size: 15px; color: #111110; outline: none; transition: border-color 0.2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: #BF963C; }
.contact-form textarea { min-height: 110px; resize: vertical; line-height: 1.6; }
.contact-form button { margin-top: 16px; align-self: flex-start; background: transparent; border: 0.5px solid #BF963C; color: #BF963C; padding: 14px 36px; font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase; cursor: pointer; font-weight: 500; transition: background 0.2s, color 0.2s; }
.contact-form button:hover { background: #BF963C; color: #F2EDE5; }
.contact-form .response-time { font-family: 'Cormorant Garamond', Garamond, serif; font-style: italic; font-size: 17px; color: #8B7D6A; margin-top: 20px; text-align: center; }

.creds-page { padding: 80px 48px; max-width: 760px; margin: 0 auto; background: #F2EDE5; }
.creds-page h2 { font-family: 'Cormorant Garamond', Garamond, serif; font-weight: 500; font-size: 28px; color: #111110; margin: 56px 0 24px 0; padding-top: 24px; border-top: 0.5px solid rgba(139,125,106,0.35); }
.creds-page h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.creds-page p { font-family: 'DM Sans', sans-serif; font-size: 15px; line-height: 1.85; color: #2A2520; margin: 0 0 16px 0; }
.creds-page .data-table { width: 100%; margin: 16px 0; font-family: 'DM Sans', sans-serif; font-size: 14px; }
.creds-page .data-table td { padding: 10px 12px 10px 0; vertical-align: top; line-height: 1.5; }
.creds-page .data-table td:first-child { color: #8B7D6A; width: 40%; }
.creds-page .data-table td:last-child { color: #111110; }

@media (max-width: 768px) {
  .nav { padding: 16px 22px; }
  .nav-links { gap: 18px; }
  .nav-links a { font-size: 10px; letter-spacing: 1px; }
  .hero { padding: 100px 24px 80px; min-height: 60vh; }
  .hero-wm { font-size: 72px; }
  .hero-body { font-size: 21px; max-width: 380px; }
  .panel { padding: 80px 24px; }
  .h-section { font-size: 32px; }
  .h-display { font-size: 44px; }
  .principal-inner { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .capabilities-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; padding: 60px 24px; }
  .eco-row { grid-template-columns: 10px 1fr; gap: 14px; }
  .eco-row .eco-link { grid-column: 2; padding-top: 8px; }
  .eco-name { font-size: 20px; }
  .pullquote, .eco-quote { font-size: 22px; }
  .sibbar { padding: 8px 22px; gap: 16px; }
  .nav-brand { font-size: 24px; }
  .project { padding: 60px 28px; }
  .project-name { font-size: 30px; }
  .creds-page { padding: 60px 24px; }
}
