@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--forest:#173b35;--forest2:#24564d;--sage:#b8d2c8;--mint:#e9f3ef;--sand:#f1eadf;--cream:#fbfaf6;--ink:#172522;--muted:#62716d;--coral:#e9785c;--white:#fff;--line:#dbe5e1;--shadow:0 22px 60px rgba(23,59,53,.14);--radius:28px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1240px,calc(100% - 44px));margin:auto}.topbar{background:var(--forest);color:#fff;font-size:.84rem}.topbar .container{display:flex;justify-content:space-between;padding:8px 0}.header{position:sticky;top:0;z-index:40;background:rgba(251,250,246,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(219,229,225,.85)}.nav{display:flex;align-items:center;justify-content:space-between;gap:26px;min-height:88px}.brand{display:flex;align-items:center;gap:12px}.brandmark{width:54px;height:54px;aspect-ratio:1;border-radius:13px;background:var(--forest);color:#fff;display:grid;place-content:center;font-family:Manrope,sans-serif;font-size:.92rem;font-weight:800;line-height:.85;letter-spacing:.02em;box-shadow:0 10px 25px rgba(23,59,53,.2)}.brandmark span{display:block;text-align:center}.brandwords{display:flex;flex-direction:column;line-height:1.05}.brandwords b{font-family:Manrope,sans-serif;font-size:1.05rem;letter-spacing:-.03em}.brandwords small{text-transform:uppercase;letter-spacing:.16em;font-size:.61rem;color:var(--muted);margin-top:5px}.navlinks{display:flex;gap:25px;font-size:.91rem;font-weight:700}.navlinks a:hover{color:var(--coral)}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--coral);color:#fff;box-shadow:0 12px 26px rgba(233,120,92,.25)}.btn-dark{background:var(--forest);color:#fff}.btn-light{background:#fff;border-color:var(--line)}.mobile-toggle{display:none;border:0;background:none;font-size:1.6rem}.hero{overflow:hidden;background:linear-gradient(120deg,#f7f3eb 0%,#edf6f2 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:86px 0}.eyebrow{display:inline-flex;border:1px solid var(--line);background:rgba(255,255,255,.72);border-radius:999px;padding:8px 13px;text-transform:uppercase;letter-spacing:.11em;font-size:.72rem;font-weight:800;color:var(--forest2)}h1,h2{font-family:Manrope,sans-serif;letter-spacing:-.055em}h1{font-size:clamp(3.4rem,5.8vw,6.35rem);line-height:.93;margin:22px 0}h1 span{color:var(--forest2)}.hero p{font-size:1.17rem;max-width:650px;color:var(--muted)}.hero-actions{margin-top:28px}.hero-media{position:relative;min-height:610px}.hero-main-photo{position:absolute;inset:0 0 80px 56px;border-radius:40px;overflow:hidden;box-shadow:var(--shadow)}.hero-main-photo img,.hero-small-photo img{width:100%;height:100%;object-fit:cover}.hero-small-photo{position:absolute;left:0;bottom:0;width:49%;height:245px;border:10px solid var(--cream);border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}.hero-badge{position:absolute;right:22px;bottom:26px;background:var(--forest);color:#fff;padding:18px 20px;border-radius:20px;max-width:225px}.hero-badge strong,.hero-badge span{display:block}.hero-badge span{font-size:.84rem;color:#cde0d9;margin-top:5px}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:28px}.trust{background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px}.trust b,.trust small{display:block}.trust small{color:var(--muted);font-size:.72rem}.brand-strip{background:var(--forest);color:#fff}.brand-strip .container{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;padding:17px 0;font-weight:700}.brand-strip i{color:var(--coral)}.section{padding:96px 0}.section-soft{background:var(--mint)}.section-sand{background:var(--sand)}.section-dark{background:var(--forest);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}.section-head h2{font-size:clamp(2.45rem,4.4vw,4.4rem);line-height:1.02;margin:0;max-width:800px}.section-head p{max-width:530px;color:var(--muted);margin:0}.section-dark .section-head p{color:#c7dbd4}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;transition:.22s;box-shadow:0 10px 32px rgba(23,59,53,.055)}.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.service-card img{width:100%;height:240px;object-fit:cover}.card-body{padding:25px}.card-body h3{font-size:1.18rem;margin:0 0 8px}.card-body p{color:var(--muted);margin:0;min-height:54px}.linkline{display:flex;justify-content:space-between;margin-top:18px;color:var(--forest2);font-weight:800}.center{text-align:center;margin-top:38px}.split{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}.display-sm{font-size:clamp(2.6rem,4.4vw,4.4rem);line-height:1.02;margin:18px 0}.image-stack{position:relative;min-height:560px}.image-stack .large{position:absolute;inset:0 52px 52px 0;border-radius:34px;overflow:hidden}.image-stack .small{position:absolute;right:0;bottom:0;width:48%;height:235px;border:9px solid var(--sand);border-radius:28px;overflow:hidden}.image-stack img{width:100%;height:100%;object-fit:cover}.checks{display:grid;gap:15px;margin:28px 0}.check{display:flex;gap:14px}.check b{color:var(--coral)}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.audience-grid a{padding:32px;border:1px solid rgba(255,255,255,.17);border-radius:25px;background:rgba(255,255,255,.05)}.audience-grid span{color:var(--sage);font-weight:800}.audience-grid h3{font-size:1.5rem;margin:22px 0 8px}.audience-grid p{color:#c7dbd4}.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:270px 270px;gap:16px}.gallery-grid figure{margin:0;position:relative;overflow:hidden;border-radius:25px}.gallery-grid figure:first-child{grid-row:1/3}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.3s}.gallery-grid figure:hover img{transform:scale(1.03)}.gallery-grid figcaption{position:absolute;left:14px;bottom:14px;background:rgba(23,59,53,.9);color:#fff;padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:800}.process{display:grid;gap:18px}.process>div{display:grid;grid-template-columns:48px 1fr;column-gap:15px;padding:18px 0;border-bottom:1px solid #cbdcd5}.process b{grid-row:1/3;width:42px;height:42px;border-radius:50%;background:var(--forest);color:#fff;display:grid;place-items:center}.process h3,.process p{margin:0}.process p{color:var(--muted)}.coast-card{min-height:520px;border-radius:34px;background-size:cover;background-position:center;display:flex;align-items:end;padding:34px;color:#fff}.coast-card h3{font-size:2rem;line-height:1.1}.coast-card a{font-weight:800}.quote-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start}.quote-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:grid;gap:6px}.full{grid-column:1/-1}label{font-weight:700;font-size:.88rem}input,textarea,select{width:100%;padding:14px;border:1px solid var(--line);border-radius:13px;font:inherit;background:#fff}textarea{min-height:135px}.contact-stack{display:grid;gap:10px;margin-top:28px}.contact-stack a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.contact-stack span{color:var(--muted)}.areas{display:flex;flex-wrap:wrap;gap:10px}.pill{background:#fff;border:1px solid #d7d0c5;border-radius:999px;padding:11px 15px;font-weight:700}.cta{background:var(--sage);border-radius:34px;padding:46px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:clamp(2.3rem,4vw,3.8rem);line-height:1;margin:8px 0 0}.page-hero{padding:92px 0;background:linear-gradient(120deg,var(--sand),var(--mint));background-size:cover;background-position:center}.service-index-hero{background-image:linear-gradient(90deg,rgba(23,59,53,.92),rgba(23,59,53,.58)),var(--hero-image);color:#fff}.page-hero h1{max-width:900px}.page-hero p{max-width:720px;font-size:1.1rem}.page-hero-photo{color:#fff;background-image:linear-gradient(90deg,rgba(23,59,53,.91),rgba(23,59,53,.55)),var(--hero-image);background-size:cover;background-position:center}.breadcrumbs{font-size:.85rem}.content{max-width:820px}.content h2{font-size:2.2rem;margin-top:42px}.content p,.content li{color:#52625e}.toc{background:var(--mint);padding:20px;border-radius:18px}.faq details{border-bottom:1px solid var(--line);padding:17px 0}.faq summary{font-weight:800}.page-photo-strip{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:15px;margin-top:40px}.page-photo-strip img{height:250px;width:100%;object-fit:cover;border-radius:22px}.footer{background:#102e29;color:#d6e4df;padding:60px 0 28px}.footer .brandmark{background:#fff;color:var(--forest)}.footer .brandwords b{color:#fff}.footer .brandwords small{color:#9fb9b0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:36px}.footer h4{color:#fff}.footer a{display:block;margin:9px 0}.fineprint{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;font-size:.8rem;color:#94afa6}.mobile-bar{display:none}
@media(max-width:980px){.navlinks{display:none}.mobile-toggle{display:block}.hero-grid,.split,.quote-wrap{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.hero-media{min-height:520px}.trust-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.audience-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px 220px}.gallery-grid figure:first-child{grid-column:1/3;grid-row:auto}}
@media(max-width:650px){.container{width:min(100% - 28px,1240px)}.topbar .container{justify-content:center}.topbar span:first-child{display:none}.nav{min-height:76px}.brandwords{display:none}.header .actions{display:none}.hero-grid{padding:58px 0}.hero h1{font-size:3.15rem}.hero-media{min-height:430px}.hero-main-photo{inset:0 0 60px 24px}.hero-small-photo{height:180px}.hero-badge{right:8px;bottom:8px}.section{padding:68px 0}.section-head{display:block}.section-head p{margin-top:15px}.service-grid,.form-grid{grid-template-columns:1fr}.service-card img{height:220px}.gallery-grid{grid-template-columns:1fr;grid-template-rows:280px repeat(4,210px)}.gallery-grid figure:first-child{grid-column:auto}.image-stack{min-height:400px}.cta{display:block;padding:30px}.cta .actions{margin-top:20px}.footer-grid{grid-template-columns:1fr}.page-photo-strip{grid-template-columns:1fr}.mobile-bar{position:fixed;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:1fr 1fr;z-index:60;border-radius:15px;overflow:hidden;box-shadow:var(--shadow)}.mobile-bar a{padding:14px;text-align:center;font-weight:800;color:#fff}.mobile-bar a:first-child{background:var(--forest)}.mobile-bar a:last-child{background:var(--coral)}body{padding-bottom:72px}}

/* Official GCHM house logo */
.brandlogo{
  display:block;
  width:58px;
  height:58px;
  flex:0 0 58px;
  border-radius:12px;
  object-fit:cover;
  box-shadow:0 8px 22px rgba(11,31,36,.16);
}
.header .brandlogo{
  transition:transform .2s ease, box-shadow .2s ease;
}
.header .brand:hover .brandlogo{
  transform:translateY(-1px);
  box-shadow:0 11px 26px rgba(11,31,36,.22);
}
.footer .brandlogo{
  width:64px;
  height:64px;
  flex-basis:64px;
  border-radius:14px;
  box-shadow:none;
}
@media (max-width:760px){
  .brandlogo{width:48px;height:48px;flex-basis:48px;border-radius:10px}
  .footer .brandlogo{width:56px;height:56px;flex-basis:56px}
}
