@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
:root { font-family: 'DM Sans', sans-serif; color: #242624; background: #f6f2e9; font-synthesis: none; text-rendering: optimizeLegibility; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #f6f2e9; }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; }
.site-header { max-width: 1320px; margin: 0 auto; padding: 28px 40px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 12px; color: #18392b; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #18392b; font-size: 11px; font-weight: 600; letter-spacing: -.08em; }
.brand-name { font-size: 14px; line-height: 1.1; letter-spacing: -.03em; font-weight: 600; }
.brand-name em { font-family: 'Libre Baskerville', serif; font-weight: 400; }
.main-nav { display: flex; align-items: center; gap: 34px; color: #52635a; font-size: 12px; font-weight: 500; }
.main-nav a:not(.nav-cta) { transition: color .25s ease; }
.main-nav a:not(.nav-cta):hover { color: #18392b; }
.nav-cta { display: flex; align-items: center; gap: 8px; background: #18392b; color: #f6f2e9; padding: 12px 16px; transition: background .25s, transform .25s; }
.nav-cta:hover { background: #c5a46d; color: #18392b; transform: translateY(-2px); }
.menu-toggle { display: none; background: none; border: 0; color: #18392b; padding: 8px; cursor: pointer; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 22px; height: 2px; background: #18392b; transition: transform .2s ease, opacity .2s ease; }
.menu-icon { position: relative; }
.menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
.menu-icon::before { top: -7px; }
.menu-icon::after { top: 7px; }
.menu-icon.is-open { background: transparent; }
.menu-icon.is-open::before { transform: translateY(7px) rotate(45deg); }
.menu-icon.is-open::after { transform: translateY(-7px) rotate(-45deg); }
.section-rule { border-top: 1px solid #c9c6bb; max-width: 1320px; margin: 0 auto; }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7%; padding: 84px 40px 90px; position: relative; }
.hero-copy { padding-top: 18px; max-width: 660px; }
.eyebrow, .section-kicker { display: flex; gap: 20px; align-items: center; color: #6c796e; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.eyebrow span, .section-kicker span:first-child { color: #c5a46d; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: #18392b; font-weight: 400; letter-spacing: -.07em; line-height: .98; }
h1 { font-size: clamp(60px, 8vw, 126px); margin: 54px 0 34px; }
h1 span, h2 i { color: #7c9881; font-family: 'Libre Baskerville', serif; font-style: italic; letter-spacing: -.09em; }
.hero-intro { max-width: 310px; margin-left: 15%; color: #52635a; font-size: 16px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 11px; margin: 34px 0 0 15%; border-bottom: 1px solid #18392b; padding-bottom: 7px; font-size: 12px; font-weight: 600; color: #18392b; transition: gap .25s ease, color .25s ease; }
.text-link:hover { gap: 18px; color: #c0843b; }
.hero-visual { align-self: end; position: relative; padding-bottom: 10px; }
.hero-image-wrap { position: relative; width: min(100%, 470px); margin-left: auto; }
.hero-image-wrap img { display: block; width: 100%; height: 490px; object-fit: cover; filter: saturate(.72); }
.image-note { position: absolute; bottom: 28px; left: -42px; padding: 20px 24px; background: #c5a46d; color: #18392b; font-size: 20px; line-height: 1.1; letter-spacing: -.04em; }
.image-note span { font-family: 'Libre Baskerville', serif; font-style: italic; }
.hero-caption { display: flex; justify-content: space-between; width: min(100%, 470px); margin: 12px 0 0 auto; color: #7a8377; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-side-note { position: absolute; right: -1px; top: 48%; display: flex; flex-direction: column; align-items: center; gap: 14px; color: #7a8377; font-size: 11px; }
.vertical-label { writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: .14em; font-size: 9px; }
.hero-side-note .line { display: block; height: 56px; border-left: 1px solid #c5a46d; }
.intro { padding: 90px 40px 110px; display: grid; grid-template-columns: 25% 75%; }
.intro-content { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding-top: 46px; }
h2 { font-size: clamp(45px, 6vw, 82px); margin: 0; }
.intro-text { padding-top: 8px; max-width: 420px; color: #52635a; font-size: 14px; line-height: 1.7; }
.lead { color: #18392b; font-size: 21px; line-height: 1.4; letter-spacing: -.035em; }
.services { padding: 90px 40px 110px; display: grid; grid-template-columns: 30% 70%; gap: 4%; }
.services-heading h2 { margin: 44px 0 26px; }
.services-heading > p { max-width: 230px; color: #647267; font-size: 13px; line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; background: #c9c6bb; border: 1px solid #c9c6bb; }
.service-card { background: #f6f2e9; padding: 32px 30px 35px; min-height: 250px; transition: background .3s ease, transform .3s ease; }
.service-card:hover { background: #e9eee6; transform: translateY(-4px); position: relative; z-index: 1; }
.service-card.featured { grid-row: span 2; background: #18392b; color: #f6f2e9; min-height: 100%; }
.service-card.featured:hover { background: #244b39; }
.service-top { display: flex; justify-content: space-between; color: #c5a46d; font-size: 11px; }
.service-card h3 { margin: 54px 0 14px; font-size: 27px; letter-spacing: -.05em; font-weight: 500; }
.service-card p { color: #647267; font-size: 13px; line-height: 1.55; max-width: 270px; }
.featured p { color: #d4ddd2; max-width: 280px; }
.service-card ul { list-style: none; padding: 20px 0 0; margin: 0; border-top: 1px solid #c9c6bb; }
.featured ul { border-color: #486453; }
.service-card li { display: flex; align-items: center; gap: 9px; margin: 10px 0; font-size: 12px; color: #52635a; }
.featured li { color: #e8eee6; }
.service-card li svg { color: #c5a46d; flex: none; }
.plan { background: #dfe7dc; padding: 90px 40px 105px; display: grid; grid-template-columns: 28% 72%; }
.plan-stamp { width: 180px; height: 180px; border: 1px solid #91a690; border-radius: 50%; display: grid; place-content: center; text-align: center; transform: rotate(-9deg); color: #52705c; font-size: 12px; line-height: 1.25; }
.plan-stamp strong { font-family: 'Libre Baskerville', serif; font-size: 30px; font-weight: 400; }
.plan-content { padding-left: 5%; }
.plan-content h2 { margin: 46px 0 64px; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7%; }
.approach-number { color: #c5a46d; font-size: 11px; }
.approach-grid h3 { color: #18392b; font-size: 18px; margin: 22px 0 11px; }
.approach-grid p { max-width: 195px; color: #536559; font-size: 13px; line-height: 1.6; }
.industries { padding: 84px 40px 96px; }
.industries-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; margin: 62px 0 50px; }
.industries-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #c9c6bb; }
.industries-list span { display: flex; gap: 20px; padding: 15px 0; border-bottom: 1px solid #c9c6bb; color: #18392b; font-size: 14px; }
.industries-list b { color: #c5a46d; font-size: 10px; font-weight: 500; }
.industries-note { max-width: 370px; margin-left: 50%; color: #647267; font-size: 13px; line-height: 1.6; }
.team { padding: 90px 40px 110px; display: grid; grid-template-columns: 45% 55%; align-items: center; }
.team-image { position: relative; padding: 0 8% 0 0; }
.team-image img { width: 100%; height: 530px; display: block; object-fit: cover; filter: saturate(.75); }
.team-image span { position: absolute; bottom: -24px; right: 2%; background: #c5a46d; color: #18392b; padding: 19px 24px; font-family: 'Libre Baskerville', serif; font-size: 15px; line-height: 1.35; }
.team-copy { padding-left: 8%; max-width: 570px; }
.team-copy h2 { margin: 46px 0 36px; }
.team-copy > p { color: #647267; font-size: 14px; line-height: 1.7; max-width: 390px; }
.team-copy .lead { color: #18392b; }
.signature { margin-top: 38px; color: #18392b; font-family: 'Libre Baskerville', serif; font-size: 17px; font-style: italic; }
.signature small { font-family: 'DM Sans', sans-serif; font-style: normal; color: #7a8377; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.contact { padding: 88px 40px 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 12%; background: #18392b; color: #f6f2e9; }
.contact .section-kicker { color: #b8c8b8; }
.contact-heading h2 { color: #f6f2e9; margin-top: 44px; }
.contact-heading h2 i { color: #c5a46d; }
.contact-details { max-width: 360px; align-self: end; padding-bottom: 6px; }
.contact-details > p { color: #d5ded4; font-size: 14px; line-height: 1.7; margin-bottom: 36px; }
.contact-line { display: flex; align-items: center; gap: 13px; padding: 16px 0; border-top: 1px solid #486453; color: #f6f2e9; font-size: 14px; transition: color .25s, padding-left .25s; }
.contact-line:hover { color: #c5a46d; padding-left: 8px; }
.contact-line svg { color: #c5a46d; }
.site-footer { background: #18392b; max-width: 1320px; margin: 0 auto; padding: 0 40px 28px; color: #c5d1c6; }
.footer-top { border-top: 1px solid #486453; padding: 34px 0 70px; display: flex; align-items: start; justify-content: space-between; }
.footer-brand { color: #f6f2e9; }
.footer-top p { font-size: 12px; line-height: 1.5; margin: 4px 0 0; }
.footer-arrow { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid #6c8972; color: #f6f2e9; transition: background .25s, color .25s; }
.footer-arrow:hover { background: #c5a46d; color: #18392b; }
.footer-actions { display: flex; align-items: center; gap: 12px; }
.footer-login { padding: 12px 16px; border: 1px solid #6c8972; color: #f6f2e9; font-size: 11px; font-weight: 600; transition: background .25s, color .25s; }
.footer-login:hover { background: #c5a46d; color: #18392b; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: #93a79a; }
@media (max-width: 800px) { .site-header { padding: 22px 24px; } .menu-toggle { display: block; z-index: 6; } .main-nav { display: none; position: absolute; top: 0; right: 0; left: 0; padding: 90px 24px 24px; background: #f6f2e9; flex-direction: column; align-items: flex-start; gap: 25px; box-shadow: 0 10px 25px rgba(24,57,43,.08); } .main-nav.is-open { display: flex; } .nav-cta { margin-top: 5px; } .section-rule { width: calc(100% - 48px); } .hero { padding: 58px 0 75px; grid-template-columns: 1fr; gap: 55px; } .hero-copy { padding-top: 0; } h1 { font-size: clamp(55px, 16vw, 92px); margin: 38px 0 28px; } .hero-intro, .text-link { margin-left: 0; } .hero-visual { padding-left: 8%; } .hero-image-wrap { width: 91%; } .hero-image-wrap img { height: 400px; } .image-note { left: -20px; font-size: 16px; } .hero-side-note { display: none; } .intro, .services, .plan, .industries, .team, .contact { padding-left: 0; padding-right: 0; } .intro, .services, .plan, .team, .contact { grid-template-columns: 1fr; gap: 45px; } .intro-content, .industries-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 30px; } .services-heading h2, .plan-content h2, .team-copy h2 { margin-top: 30px; } .service-grid { grid-template-columns: 1fr; } .service-card.featured { grid-row: auto; min-height: 350px; } .approach-grid { gap: 30px; } .plan-content { padding-left: 0; } .plan-stamp { margin-left: 15px; width: 145px; height: 145px; } .industries-layout { margin: 40px 0 40px; } .industries-note { margin-left: 0; } .team-image { padding: 0 10% 25px 0; } .team-image img { height: 420px; } .team-copy { padding-left: 0; } .contact-details { padding-bottom: 0; } .footer-top { padding-bottom: 50px; } .footer-bottom { flex-direction: column; gap: 8px; } }
@media (max-width: 480px) { .hero-image-wrap img { height: 330px; } .hero-caption { font-size: 8px; } .approach-grid { grid-template-columns: 1fr; } .approach-grid p { max-width: none; } .industries-list { grid-template-columns: 1fr; } .footer-top { flex-wrap: wrap; gap: 30px; } .footer-top p { order: 3; width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
