@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;700&display=swap');

:root { --cream:#fbf8f5; --paper:#fffdfa; --ink:#294638; --warm:#5d5143; --orange:#f5a126; --sage:#d0d6ca; }
* { box-sizing:border-box; }
body { margin:0; background:var(--cream); color:#161616; font:400 14px/1.45 Manrope,Arial,sans-serif; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
.service-nav { position:relative; z-index:2; height:104px; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:0 clamp(24px,6vw,64px); background:rgba(255,250,246,.94); border-bottom:1px solid rgba(47,75,61,.08); }
.service-brand img { width:86px; }
.service-nav nav { display:flex; align-items:center; gap:clamp(18px,2.8vw,42px); font-size:.92rem; }
.service-nav nav a { padding:12px 0; font-weight:400; line-height:1; }
.service-nav nav > a:hover, .service-nav nav .active { color:var(--orange); font-weight:700; }
.service-nav nav .active { border-bottom:2px solid var(--orange); }
.service-nav .book { padding:12px 20px; color:var(--orange); font-weight:700; border:1px solid var(--orange); border-radius:6px; }

.services-hero { display:grid; grid-template-columns:30.5% 69.5%; min-height:416px; overflow:hidden; background:#f7f4f1; }
.services-hero-copy { position:relative; z-index:1; display:flex; flex-wrap:wrap; align-content:center; gap:24px 16px; padding:66px clamp(28px,6vw,84px); }
.services-hero-copy h1 { flex-basis:100%; margin:0; color:var(--warm); font:400 clamp(3.7rem,5.2vw,5.6rem)/.94 'Instrument Serif',Georgia,serif; }
.services-hero > img { width:100%; height:100%; min-height:416px; object-fit:cover; object-position:center 45%; }
.button { display:inline-block; padding:12px 22px; color:#fff; font-weight:700; background:var(--ink); border:1px solid #111; border-radius:5px; }
.hero-arrow { align-self:center; color:var(--ink); font-size:2rem; }

.services-list { width:min(1210px,88%); margin:auto; padding:52px 0 80px; }
.services-heading { text-align:center; }
.services-heading p { margin:0 0 10px; color:var(--orange); font-size:.9rem; }
.services-heading h2, .project-cta h2 { margin:0; color:var(--warm); font:400 clamp(2.8rem,4.4vw,4.2rem)/1 'Instrument Serif',Georgia,serif; }
.moth-rule { display:flex; align-items:center; justify-content:center; gap:14px; margin:20px 0 78px; }
.moth-rule span { width:66px; height:1px; background:var(--orange); }
.moth-rule img { width:42px; height:31px; object-fit:cover; object-position:top; }
.services-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:30px 22px; }
.service-card { position:relative; min-height:306px; overflow:hidden; background:#fff; border-radius:20px; box-shadow:0 14px 30px rgba(54,46,37,.12); transition:transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform:translateY(-5px); box-shadow:0 20px 38px rgba(54,46,37,.18); }
.service-card > img { width:100%; height:152px; object-fit:cover; transition:transform .35s ease, filter .35s ease; }
.service-card:nth-child(4) > img { object-position:center 90%; }
.service-card:hover > img { filter:brightness(1.05); transform:scale(1.03); }
.card-icon { position:absolute; top:129px; left:16px; display:grid; width:46px; height:46px; place-items:center; color:#9b968f; font-size:1.5rem; background:#fff; border-radius:50%; box-shadow:0 3px 9px #4a3d2a14; }
.card-icon img { width:25px; height:25px; object-fit:contain; }
.service-copy { position:relative; padding:25px 36px 22px 84px; }
.service-copy h3 { margin:0 0 7px; color:var(--warm); font:400 1.9rem/1 'Instrument Serif',Georgia,serif; }
.service-copy p { min-height:43px; margin:0; font-size:.78rem; }
.service-copy strong, .service-copy em { display:block; margin-top:10px; font-size:.75rem; font-style:normal; }
.service-copy em { font-style:italic; }
.service-copy b { position:absolute; right:24px; bottom:18px; color:#839283; font-size:1.35rem; font-weight:400; }
.project-cta { display:flex; align-items:center; gap:50px; margin:78px 0 0; padding:25px clamp(24px,5vw,72px); background:var(--sage); border-radius:20px; }
.cta-icon { display:grid; flex:0 0 auto; width:65px; height:65px; place-items:center; color:#8a9185; font-size:2rem; background:#fff; border-radius:50%; }
.project-cta h2 { color:var(--ink); font-size:clamp(2.2rem,3.4vw,3.25rem); }
.project-cta p { margin:3px 0 12px; font-size:.8rem; }

.services-footer { margin-top:70px; padding:86px 20px 80px; text-align:center; background:#eee9e2; border-radius:50% 50% 0 0 / 4% 4% 0 0; color:var(--ink); }
.services-footer img { width:145px; margin:auto; }
.services-footer p { margin:22px 0 18px; font:italic 1.6rem 'Instrument Serif',Georgia,serif; }
.services-footer small { font-size:.75rem; }
@media (max-width:800px) { .service-nav nav { display:none; } .services-hero { grid-template-columns:1fr; } .services-hero-copy { min-height:340px; } .services-hero > img { min-height:330px; } .services-grid { grid-template-columns:1fr; } .project-cta { align-items:flex-start; gap:20px; } }
