@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #fff8f5;--surface: #fff1e9;--surface-2: #f6e5db;--surface-3: #f0dfd6;--text: #221a14;--text-muted: #6b5a4d;--line: #e7d7cd;--primary: #b45309;--primary-strong: #903f00;--white: #ffffff;font-family:Plus Jakarta Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}#root{width:100%}.site{background:var(--bg)}.container{width:min(1200px,calc(100% - 40px));margin:0 auto}.topbar{border-bottom:1px solid var(--line);background:#fff8f5eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0}.brand{display:inline-flex;align-items:center}.brand__lockup{width:clamp(176px,22vw,250px);height:auto}.nav{display:flex;align-items:center;gap:22px;font-size:.9rem;color:var(--text-muted)}.nav__cta,.cta-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:4px;background:var(--primary);color:var(--white);font-weight:600;box-shadow:0 6px 18px #b453092e}.hero-section{padding:96px 0 72px}.hero-section__inner{min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.hero-section h1,.section-heading h2,.contact-section h2,.logo-card h3,.service-card h3,.strength-card h3,.site-footer h3{margin:0;font-family:Playfair Display,serif}.hero-section h1{max-width:10ch;font-size:clamp(3.2rem,7vw,5.2rem);line-height:1.04}.hero-section p{max-width:540px;margin:22px 0 28px;color:var(--text-muted);line-height:1.7}.statement-band,.why-section,.contact-section{background:var(--surface)}.statement-band{padding:48px 0}.statement-band__inner{display:grid;grid-template-columns:180px minmax(0,1fr);gap:40px;align-items:start}.section-kicker{margin:0;color:var(--primary-strong);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.statement-band__text{margin:0;font-family:Playfair Display,serif;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.45}.services-section,.work-section{padding:64px 0}.section-heading{margin-bottom:28px}.section-heading--center{text-align:center}.section-heading h2{font-size:clamp(2.2rem,4vw,3rem);line-height:1.12}.section-heading p{max-width:720px;margin:12px auto 0;color:var(--text-muted);line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-card{padding:22px;border-radius:6px;background:var(--surface-2)}.service-card__icon{width:28px;height:28px;margin-bottom:20px;border-radius:6px;background:#b4530924;border:1px solid rgba(180,83,9,.2)}.service-card h3,.strength-card h3{margin-bottom:10px;font-size:1.5rem}.service-card p,.strength-card p,.contact-section p,.site-footer p{margin:0;color:var(--text-muted);line-height:1.7}.why-section{padding:64px 0}.strength-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.strength-card{padding:22px;border-radius:6px;background:var(--white)}.strength-card--highlighted{background:var(--primary);color:var(--white)}.strength-card--highlighted p{color:#ffffffe6}.work-section__icon{width:28px;height:28px;margin:0 auto 12px;border:2px solid #d9b7a1;border-radius:6px;position:relative}.work-section__icon:after{content:"";position:absolute;right:-7px;bottom:-7px;width:10px;height:10px;border:2px solid #d9b7a1;border-radius:50%}.logo-strip{display:grid;grid-auto-flow:column;grid-auto-columns:220px;gap:16px;overflow-x:auto;padding:6px 2px 12px;scrollbar-width:thin;scrollbar-color:#cfb7a8 transparent}.logo-strip::-webkit-scrollbar{height:10px}.logo-strip::-webkit-scrollbar-thumb{background:#cfb7a8;border-radius:999px}.logo-card{display:grid;gap:14px;min-height:220px;padding:20px;border-radius:8px;background:var(--surface-2);border:1px solid rgba(137,114,103,.16);transition:transform .18s ease,box-shadow .18s ease}.logo-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #221a1414}.logo-card__media{display:flex;align-items:center;justify-content:center;min-height:150px;padding:18px;border-radius:8px;background:#ffffff5c}.logo-card__media img{width:100%;max-height:120px;object-fit:contain}.logo-card__symbol{display:grid;place-items:center;width:72px;height:72px;border-radius:20px;background:#b4530924;color:var(--primary);font-size:1.8rem}.logo-card h3{font-size:1.5rem;line-height:1.2}.contact-section{padding:64px 0;border-top:1px solid rgba(137,114,103,.16)}.contact-section__inner{text-align:center}.contact-section p{max-width:540px;margin:14px auto 20px}.contact-email{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid var(--primary);border-radius:4px;color:var(--primary-strong);font-weight:600}.site-footer{padding:28px 0 34px;background:var(--bg);border-top:1px solid var(--line)}.site-footer__inner{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.site-footer__brand{display:grid;gap:10px}.site-footer__wordmark{width:min(100%,240px);height:auto}.site-footer__links{display:flex;flex-wrap:wrap;gap:16px;color:var(--text-muted);font-size:.9rem}@media(max-width:980px){.services-grid,.strength-grid,.statement-band__inner{grid-template-columns:1fr}}@media(max-width:720px){.container{width:min(100% - 20px,1200px)}.topbar__inner,.nav,.site-footer__inner{flex-direction:column;align-items:flex-start}.brand__lockup{width:206px}.hero-section{padding:72px 0 56px}.hero-section__inner{min-height:400px}.statement-band,.services-section,.why-section,.work-section,.contact-section{padding:44px 0}}
