:root{
  --navy:#252B5C;
  --navy-deep:#1C2148;
  --gold:#B9962E;
  --gold-light:#C9A93F;
  --gold-text:#866C1E;
  --gold-btn:#8E7220;
  --gold-btn-hover:#7E651C;
  --ink:#22262C;
  --grey:#4A5059;
  --paper:#FFFFFF;
  --stone:#F6F5F1;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;color:var(--ink);font-size:16px;line-height:1.7;background:var(--paper)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
h1,h2,h3{font-family:'Raleway',sans-serif;font-weight:300;line-height:1.25;color:var(--navy)}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.eyebrow{font-family:'Raleway',sans-serif;font-size:13px;letter-spacing:.35em;text-transform:uppercase;color:var(--gold-text);font-weight:500;margin-bottom:18px}
.btn{display:inline-block;font-family:'Raleway',sans-serif;font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:16px 34px;transition:all .25s ease;cursor:pointer;border:1px solid transparent}
.btn-gold{background:var(--gold-btn);color:#fff}
.btn-gold:hover{background:var(--gold-btn-hover)}
.btn-outline{border-color:rgba(255,255,255,.65);color:#fff}
.btn-outline:hover{background:#fff;color:var(--navy)}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-deep)}

/* top bar */
.topbar{background:var(--navy-deep);color:#fff;font-size:14px}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:52px}
.topbar .contacts{display:flex;gap:28px;align-items:center}
.topbar a:hover{color:var(--gold-light)}
.topbar .cta{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.15em;text-transform:uppercase;border:1px solid rgba(255,255,255,.5);padding:8px 18px}
.topbar .cta:hover{background:var(--gold);border-color:var(--gold);color:#fff}

/* nav */
nav{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(0,0,0,.06)}
nav .wrap{display:flex;align-items:center;justify-content:space-between;height:100px}
.logo{display:flex;flex-direction:column;line-height:1}
.logo .word{font-family:'Raleway',sans-serif;font-weight:400;font-size:27px;letter-spacing:.42em;color:var(--navy)}
.logo .sub{font-family:'Raleway',sans-serif;font-size:10px;letter-spacing:.34em;color:var(--gold);margin-top:6px;text-transform:uppercase}
.navlinks{display:flex;gap:24px;font-family:'Raleway',sans-serif;font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--ink)}
.navlinks a{padding:6px 0;border-bottom:2px solid transparent;white-space:nowrap}
.navlinks a:hover,.navlinks a.active{color:var(--gold);border-color:var(--gold)}

/* hero */
.hero{position:relative;min-height:min(86vh,760px);padding:110px 0;display:flex;align-items:center;background:url('images/real/kit-hero-pic-1.jpg') center/cover no-repeat}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(18,22,48,.82) 0%,rgba(18,22,48,.55) 45%,rgba(18,22,48,.08) 75%)}
.hero .wrap{position:relative;z-index:1;width:100%}
.hero .eyebrow{color:#D8BE6A}
.hero h1{color:#fff;font-size:clamp(34px,4.6vw,58px);max-width:640px;margin-bottom:34px}
.hero .btns{display:flex;gap:16px;flex-wrap:wrap}

/* page header (subpages) */
.pagehead{background:var(--navy);color:#fff;padding:80px 0 70px;text-align:center}
.pagehead .eyebrow{color:#D8BE6A}
.pagehead h1{color:#fff;font-size:clamp(30px,3.6vw,46px)}
.pagehead p{color:rgba(255,255,255,.8);max-width:640px;margin:16px auto 0;font-weight:300}

/* discover cards */
.cards{padding:90px 0}
.kstyles{padding:90px 0}
.cards .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.card{position:relative;overflow:hidden;aspect-ratio:1/1;min-height:300px;display:flex;align-items:flex-end}
.card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.card:hover img{transform:scale(1.05)}
.card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(18,22,48,.85) 0%,rgba(18,22,48,.05) 55%)}
.card .inner{position:relative;z-index:1;padding:34px;color:#fff}
.card h2,.card h3{color:#fff;font-size:24px;font-weight:400;margin-bottom:8px;line-height:1.25}
.card p{font-size:15px;color:rgba(255,255,255,.85);margin-bottom:16px;font-weight:300}
.card .link{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#D8BE6A;font-weight:600}
.card .link:hover{color:#fff}

/* split sections */
.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px;padding:90px 24px}
.split.rev .media{order:2}
.split .media img{width:100%;aspect-ratio:1/1;height:auto;object-fit:cover}
.split h2{font-size:clamp(28px,3vw,38px);margin-bottom:22px}
.split p{color:var(--grey);margin-bottom:18px;font-weight:300}
.split .btn{margin-top:10px}
.stone{background:var(--stone)}

/* reviews */
.reviews{padding:70px 0;text-align:center}
.reviews .score{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:14px;flex-wrap:wrap}
.reviews .score .num{font-family:'Raleway',sans-serif;font-size:44px;font-weight:300;color:var(--navy)}
.reviews .stars{color:var(--gold);font-size:22px;letter-spacing:4px}
.reviews h2{font-size:clamp(26px,3vw,36px);margin-bottom:8px}
.reviews .sub{color:var(--grey);font-weight:300;margin-bottom:22px}
.reviews .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:left;margin-bottom:44px}
.review{background:#fff;border:1px solid rgba(37,43,92,.1);padding:34px;display:flex;flex-direction:column;gap:14px}
.stone .review{border:none;box-shadow:0 2px 14px rgba(28,33,72,.06)}
.review .stars{font-size:15px;letter-spacing:3px}
.review p{color:var(--ink);font-weight:300;font-size:15px;flex:1}
.review .who{font-family:'Raleway',sans-serif;font-size:13px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:var(--navy)}
.review .src{font-size:12.5px;color:var(--grey)}

/* trust band */
.trust{background:var(--navy);color:#fff;padding:90px 0;text-align:center}
.trust .eyebrow{color:#D8BE6A}
.trust h2{color:#fff;font-size:clamp(26px,3vw,36px);max-width:760px;margin:0 auto 60px}
.trust .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1000px;margin:0 auto}
.trust .item h3{color:#D8BE6A;font-size:17px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-family:'Raleway',sans-serif}
.trust .item p{color:rgba(255,255,255,.8);font-size:15px;font-weight:300}

/* consultation cta */
.consult{background:var(--stone);padding:90px 0;text-align:center}
.consult h2{font-size:clamp(28px,3vw,38px);max-width:640px;margin:0 auto 20px}
.consult p{color:var(--grey);max-width:620px;margin:0 auto 34px;font-weight:300}

/* project / blog grids */
.tiles{padding:90px 0}
.tiles .grid{display:flex;flex-wrap:wrap;gap:28px;justify-content:center}
.tiles .grid .tile{flex:0 1 calc((100% - 56px)/3)}
.tile{background:#fff;border:1px solid rgba(37,43,92,.1);display:flex;flex-direction:column}
.tile img{aspect-ratio:3/2;height:auto;width:100%;object-fit:cover}
.tile .body{padding:28px;display:flex;flex-direction:column;gap:12px;flex:1}
.tile .tag{font-family:'Raleway',sans-serif;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-text);font-weight:600}
.tile h2,.tile h3{font-size:21px;font-weight:400;line-height:1.3}
.tile p{color:var(--grey);font-size:15px;font-weight:300;flex:1}
.tile .link{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);font-weight:600}
.tile .link:hover{color:var(--gold)}
.notice{max-width:760px;margin:0 auto 60px;text-align:center;color:var(--grey);font-weight:300}
.notice strong{color:var(--navy);font-weight:500}

/* closing */
.closing{position:relative;padding:120px 0;background:url('images/real/hero-pic-2-6.jpg') center/cover no-repeat}
.closing::before{content:"";position:absolute;inset:0;background:rgba(18,22,48,.8)}
.closing .wrap{position:relative;z-index:1;text-align:center}
.closing h2{color:#fff;font-size:clamp(28px,3.2vw,40px);max-width:720px;margin:0 auto 22px}
.closing p{color:rgba(255,255,255,.85);max-width:640px;margin:0 auto 34px;font-weight:300}

/* footer */
footer{background:var(--navy-deep);color:rgba(255,255,255,.75);font-size:14px;font-weight:300}
footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding:70px 0 50px}
footer .logo .word{color:#fff;font-size:22px}
footer h3{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#D8BE6A;margin-bottom:18px;font-weight:600}
footer li{list-style:none;margin-bottom:10px}
footer a:hover{color:#D8BE6A}
footer .legal{border-top:1px solid rgba(255,255,255,.12);padding:24px 0;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12.5px;color:rgba(255,255,255,.5)}
footer .legal a{color:rgba(255,255,255,.65)}

@media(max-width:900px){
  .topbar .contacts span.email{display:none}
  .navlinks{display:none}
  .cards .grid{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr;gap:36px;padding:60px 24px}
  .kstyles{padding:60px 0}
  .cards,.brands,.trust,.consult,.contact,.contact-form,.stylegallery,.tiles{padding:60px 0}
  .reviews{padding:56px 0}
  .closing{padding:80px 0}
  .split.rev .media{order:0}
  .trust .grid{grid-template-columns:1fr;gap:30px}
  .reviews .grid{grid-template-columns:1fr}
  .tiles .grid .tile{flex-basis:calc((100% - 28px)/2)}
  footer .cols{grid-template-columns:1fr;gap:36px}
  .hero{min-height:min(72vh,560px);padding:80px 0}
}
@media(max-width:640px){
  .topbar .cta{display:none}
  .topbar .wrap{justify-content:center}
  body{overflow-x:hidden}
}

/* GHL inline enquiry form */
.contact-form{background:#fff;padding:90px 0;text-align:center}
.contact-form h2{font-size:clamp(28px,3vw,38px);max-width:640px;margin:0 auto 14px}
.contact-form .sub{color:var(--grey);max-width:620px;margin:0 auto 40px;font-weight:300}
.form-embed{max-width:720px;margin:0 auto;text-align:left}
.form-embed iframe{display:block;width:100%;background:transparent}

/* GHL live review widget */
.reviews .lc_reviews_widget{display:block;width:100%;min-width:100%;margin:0 auto 34px}

/* Blog article pages */
.postwrap{padding:70px 0}
.post{max-width:760px;margin:0 auto}
.post h2{font-family:'Raleway',sans-serif;font-weight:600;color:var(--navy);font-size:clamp(21px,2.6vw,28px);margin:38px 0 14px}
.post h3{font-family:'Raleway',sans-serif;font-weight:500;color:var(--navy);font-size:clamp(18px,2vw,21px);margin:26px 0 10px}
.post p{margin:0 0 18px;color:var(--ink)}
.post-cta{max-width:760px;margin:44px auto 0;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}

/* Brands we work with */
.brands{background:var(--paper);padding:100px 0}
.brands .bhead{text-align:center;max-width:700px;margin:0 auto 58px}
.brands h2{font-size:clamp(26px,3vw,36px);margin:6px 0 14px}
.brands .bhead p{color:var(--grey);font-weight:300}
.brand-group{margin-bottom:56px}
.brand-group:last-child{margin-bottom:0}
.brand-group h3{font-family:'Raleway',sans-serif;font-weight:600;color:var(--gold-text);text-align:center;font-size:12px;letter-spacing:.22em;text-transform:uppercase;margin:0 0 32px}
.logo-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px 58px;max-width:1040px;margin:0 auto}
.logo-tile{display:flex;align-items:center;justify-content:center;height:42px}
.logo-tile img{max-height:40px;max-width:175px;width:auto;object-fit:contain;transition:transform .3s ease}
.logo-tile img[src*="carysil"]{max-width:240px}
.logo-tile:hover img{transform:scale(1.07)}
@media(max-width:520px){.logo-grid{gap:30px 40px}.logo-tile{height:36px}.logo-tile img{max-height:34px;max-width:150px}.logo-tile img[src*="carysil"]{max-width:190px}}

/* Kitchen styles gallery */
.stylegallery{padding:90px 0}
.stylegallery .bhead{text-align:center;max-width:680px;margin:0 auto 44px}
.stylegallery h2{font-size:clamp(26px,3vw,36px);margin:6px 0 14px}
.stylegallery .bhead p{color:var(--grey);font-weight:300}
.stylegrid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.stylegrid figure{margin:0;position:relative;overflow:hidden;border-radius:4px;flex:0 1 calc((100% - 32px)/3)}
.stylegrid img{width:100%;aspect-ratio:3/2;height:auto;object-fit:cover;display:block;transition:transform .5s ease}
.stylegrid figure:hover img{transform:scale(1.05)}
.stylegrid figcaption{position:absolute;left:0;bottom:0;right:0;padding:14px 16px;color:#fff;font-family:'Raleway',sans-serif;font-size:14px;letter-spacing:.04em;background:linear-gradient(to top,rgba(18,22,48,.8),rgba(18,22,48,0))}
@media(max-width:820px){.stylegrid figure{flex-basis:calc((100% - 16px)/2)}}
@media(max-width:520px){.stylegrid figure{flex-basis:100%}}
.stylegrid.tall img{height:440px}
@media(max-width:520px){.stylegrid.tall img{height:360px}}

/* Real brand logo in nav */
nav .logo img{height:64px;width:auto;display:block}
@media(max-width:640px){nav .logo img{height:52px}}

/* Recent installations (2-up) */
.stylegrid.two{grid-template-columns:repeat(2,1fr)}
.stylegrid.two img{height:360px}
@media(max-width:820px){.stylegrid.two{grid-template-columns:1fr}}

/* Fuller contact block */
.contact{background:var(--stone);padding:90px 0}
.contact .bhead{text-align:center;max-width:660px;margin:0 auto 34px}
.contact h2{font-size:clamp(28px,3vw,38px);margin:6px 0 14px}
.contact .sub{color:var(--grey);max-width:600px;margin:0 auto;font-weight:300}
.contact-details{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:940px;margin:0 auto 46px;text-align:center}
.cd-item{display:flex;flex-direction:column;gap:7px;font-size:15px;color:var(--ink);line-height:1.5}
.cd-label{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-text);font-weight:500}
.cd-item a{color:var(--navy);word-break:break-word}
.cd-item a:hover{color:var(--gold-text)}
@media(max-width:760px){.contact-details{grid-template-columns:1fr 1fr;gap:28px 18px}}
@media(max-width:430px){.contact-details{grid-template-columns:1fr}}

/* nav CTA button (replaces top-bar CTA) */
.navcta{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;background:var(--gold-btn);color:#fff;padding:13px 24px;white-space:nowrap;transition:background .2s ease}
.navcta:hover{background:var(--gold-btn-hover);color:#fff}
@media(max-width:1200px){.navcta{display:none}}

/* image placeholder slot (awaiting client photos) */
.photo-slot{background:var(--stone);border:1px dashed rgba(37,43,92,.22);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--grey);gap:8px;width:100%;height:520px}
.photo-slot .ico{font-size:26px;opacity:.5}
.photo-slot .lbl{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.tile .photo-slot,.stylegrid .photo-slot{height:260px}

/* homepage kitchen-style cards */
.stylecards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;max-width:1120px;margin:0 auto}
@media(max-width:900px){.stylecards{grid-template-columns:1fr 1fr;max-width:none}}
.stylecard{display:flex;flex-direction:column;background:var(--paper);box-shadow:0 2px 16px rgba(28,33,72,.07);overflow:hidden}
.stylecard img{width:100%;height:280px;object-fit:cover;transition:transform .5s ease}
.stylecard:hover img{transform:scale(1.05)}
.sc-body{padding:26px 26px 30px;display:flex;flex-direction:column;gap:10px}
.sc-body h3{font-size:22px;font-weight:400}
.sc-body p{color:var(--grey);font-size:15px;font-weight:300}
.sc-body .link{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--navy);font-weight:600;margin-top:4px}
.stylecard:hover .sc-body .link{color:var(--gold)}
@media(max-width:680px){.cards .grid{grid-template-columns:1fr}}
@media(max-width:520px){.cards .grid,.stylecards{grid-template-columns:1fr}.tiles .grid .tile{flex-basis:100%}}

/* mobile hamburger nav */
.nav-toggle{display:none}
.nav-burger{display:none;cursor:pointer;width:28px;height:20px;position:relative}
.nav-burger span{position:absolute;left:0;right:0;height:2px;background:var(--navy);border-radius:2px;transition:.3s ease}
.nav-burger span:nth-child(1){top:0}.nav-burger span:nth-child(2){top:9px}.nav-burger span:nth-child(3){top:18px}
@media(max-width:1200px){
  nav .wrap{justify-content:center;position:relative;height:88px}
  .nav-burger{display:block;position:absolute;right:24px;top:50%;transform:translateY(-50%)}
  .navlinks{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:6px 0;box-shadow:0 10px 24px rgba(0,0,0,.1);z-index:60}
  .navlinks a{padding:14px 24px;border-bottom:1px solid rgba(37,43,92,.06);text-align:center;width:100%}
  .navlinks a:hover,.navlinks a.active{border-color:rgba(37,43,92,.06);color:var(--gold)}
  .nav-toggle:checked ~ .navlinks{display:flex}
  .nav-toggle:checked ~ .nav-burger span:nth-child(1){top:9px;transform:rotate(45deg)}
  .nav-toggle:checked ~ .nav-burger span:nth-child(2){opacity:0}
  .nav-toggle:checked ~ .nav-burger span:nth-child(3){top:9px;transform:rotate(-45deg)}
}

/* Mobile padding normalisation for sections defined after the main media block */
@media(max-width:900px){
  .brands,.stylegallery,.contact,.contact-form{padding:60px 0}
}


/* mixed-orientation gallery (no crop) */
.masonry{column-count:3;column-gap:16px;max-width:1120px;margin:0 auto}
.masonry figure{margin:0 0 16px;break-inside:avoid;overflow:hidden;position:relative;border-radius:4px}
.masonry img{width:100%;height:auto;display:block}
.masonry figcaption{position:absolute;left:0;right:0;bottom:0;padding:12px 14px;color:#fff;font-family:'Raleway',sans-serif;font-size:13px;letter-spacing:.03em;background:linear-gradient(to top,rgba(18,22,48,.82),rgba(18,22,48,0))}
@media(max-width:820px){.masonry{column-count:2}}
@media(max-width:520px){.masonry{column-count:1;max-width:460px}}

.split .media.duo{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.split .media.duo img{aspect-ratio:1/1;height:auto}
@media(max-width:520px){.split .media.duo{grid-template-columns:1fr}.split .media.duo img{height:auto;aspect-ratio:1/1}}

/* design-to-completion reveal band */
.wrap.reveal{padding:90px 24px;text-align:center}
.reveal h2{font-size:clamp(28px,3vw,38px);margin-bottom:22px}
.reveal .reveal-lead{color:var(--grey);font-weight:300;max-width:760px;margin:0 auto 34px}
.reveal .reveal-foot{color:var(--grey);font-weight:300;max-width:820px;margin:30px auto 24px}
.designreveal{margin:0;position:relative}
.designreveal img{width:100%;height:auto;display:block;border-radius:4px;box-shadow:0 10px 40px rgba(28,33,72,.14)}
.designreveal figcaption{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-text);margin-top:16px}
@media(max-width:820px){.wrap.reveal{padding:60px 24px}}

/* ===== J2C case-study pages + Projects listing (bespoke, matches site) ===== */
/* Case-study hero */
.project-hero{position:relative;background-size:cover;background-position:center;color:#fff;padding:96px 0 84px;text-align:center}
.project-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(28,33,72,.82),rgba(28,33,72,.72))}
.project-hero .wrap{position:relative;z-index:1}
.project-hero .crumb{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#D8BE6A;margin-bottom:16px}
.project-hero .crumb a{color:#D8BE6A;text-decoration:none}
.project-hero .crumb a:hover{color:#fff}
.project-hero h1{color:#fff;font-size:clamp(28px,3.6vw,44px);max-width:840px;margin:0 auto}
.project-hero .sub{color:rgba(255,255,255,.85);max-width:660px;margin:16px auto 0;font-weight:300}
.quick-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:820px;margin:34px auto 0}
.quick-fact{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:4px;padding:16px 12px}
.quick-fact .lbl{display:block;font-family:'Raleway',sans-serif;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#D8BE6A;margin-bottom:6px}
.quick-fact .val{display:block;font-size:15px;color:#fff;font-weight:400}
@media(max-width:720px){.quick-facts{grid-template-columns:repeat(2,1fr)}}
/* Case-study body */
.project-body{padding:70px 0}
.project-body .col{max-width:760px;margin:0 auto}
.project-body h2{font-size:clamp(22px,2.4vw,30px);margin:30px 0 14px}
.project-body h2:first-child{margin-top:0}
.project-body p{color:var(--grey);font-weight:300;margin-bottom:16px;line-height:1.7}
.project-gallery{padding:0 0 20px}
/* Projects listing cards (fed by J2C manifest) */
.projectcards{display:flex;flex-wrap:wrap;gap:26px;justify-content:center}
.projectcards .pcard{flex:0 1 calc((100% - 52px)/3);background:var(--paper);border:1px solid rgba(37,43,92,.1);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;transition:box-shadow .3s ease}
.projectcards .pcard:hover{box-shadow:0 10px 30px rgba(28,33,72,.12)}
.projectcards .pcard img{width:100%;aspect-ratio:3/2;height:auto;object-fit:cover;display:block}
.projectcards .pcard .pc-body{padding:20px 22px 24px}
.projectcards .pcard .pc-meta{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-text);margin-bottom:8px}
.projectcards .pcard h3{color:var(--navy);font-size:19px;font-weight:400;line-height:1.3;margin-bottom:8px}
.projectcards .pcard p{color:var(--grey);font-size:14px;font-weight:300;margin-bottom:14px}
.projectcards .pcard .pc-link{font-family:'Raleway',sans-serif;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-text);font-weight:600}
@media(max-width:900px){.projectcards .pcard{flex-basis:calc((100% - 26px)/2)}}
@media(max-width:560px){.projectcards .pcard{flex-basis:100%}}
