:root {
  --ink:#172936;
  --navy:#102533;
  --paper:#f5f4f0;
  --white:#fff;
  --muted:#65727a;
  --line:rgba(23,41,54,.16);
  --sand:#e8e0d3;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Verdana,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}
img{display:block;width:100%;height:auto}
a{color:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.hero{min-height:78vh;color:var(--white);background:linear-gradient(90deg,rgba(9,29,42,.92),rgba(9,29,42,.62)),url('assets/one-cleethorpes-seafront.jpg') center/cover no-repeat;display:flex;flex-direction:column}
.nav{display:flex;justify-content:space-between;align-items:center;padding:28px 0;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase}
.nav a{text-decoration:none}.brand{font-weight:700}
.hero-content{margin:auto;padding:72px 0 110px;max-width:var(--max)}
.hero-content>*{max-width:820px}
.eyebrow,.project-number{font-size:.76rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;opacity:.72}
h1{font-size:clamp(2.8rem,7vw,6.4rem);line-height:1.02;letter-spacing:-.045em;margin:.2em 0 .28em;max-width:1040px!important}
.intro{font-size:clamp(1rem,2vw,1.35rem);max-width:720px!important;color:rgba(255,255,255,.82)}
.button{display:inline-block;margin-top:24px;padding:13px 20px;border:1px solid rgba(255,255,255,.55);text-decoration:none;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}
.project{padding:110px 0;background:var(--paper)}
.project-dark{background:var(--navy);color:var(--white)}
.project-blue{background:#dbe4e8}
.project-sand{background:var(--sand)}
.project-grid{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(420px,1.22fr);gap:clamp(45px,7vw,100px);align-items:center}
.project-grid.reverse{grid-template-columns:minmax(420px,1.22fr) minmax(280px,.78fr)}
.project-grid.reverse .project-copy{order:2}.project-grid.reverse>:not(.project-copy){order:1}
h2{font-size:clamp(2.2rem,4.5vw,4.6rem);line-height:1.06;letter-spacing:-.04em;margin:.16em 0 .18em}
h3{font-size:1.35rem;margin:0 0 .35rem}
.project-subtitle{margin:0 0 34px;color:var(--muted);font-style:italic}.project-dark .project-subtitle{color:rgba(255,255,255,.65)}
.facts{margin:0 0 32px;border-top:1px solid var(--line)}.project-dark .facts{border-color:rgba(255,255,255,.18)}
.facts div{display:grid;grid-template-columns:92px 1fr;gap:15px;padding:11px 0;border-bottom:1px solid var(--line)}.project-dark .facts div{border-color:rgba(255,255,255,.18)}
dt{font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}dd{margin:0}
.media-stack{position:relative;padding:0 0 70px 70px}.media-stack>img:first-child{aspect-ratio:1.8/1;object-fit:cover}.media-stack .inset{position:absolute;width:40%;left:0;bottom:0;border:10px solid var(--navy)}
.gallery-two{display:grid;gap:18px}.gallery-two img:first-child{aspect-ratio:2.8/1;object-fit:cover}.gallery-two img:last-child{width:58%;margin-left:auto;aspect-ratio:1.7/1;object-fit:cover}
.wide-image img{aspect-ratio:1.75/1;object-fit:cover}
.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gallery-grid img{height:230px;object-fit:cover}.gallery-grid img:nth-child(3),.gallery-grid img:nth-child(4){height:270px}
.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:50px}.section-heading>p{max-width:500px;margin:0 0 10px}
.subprojects{display:grid;grid-template-columns:1fr 1fr;gap:28px}.subprojects article{background:rgba(255,255,255,.55)}.subprojects img{height:340px;object-fit:cover}.subprojects article div{padding:24px 26px}.subprojects article p{margin:0;color:var(--muted)}
.interiors{padding:110px 0;background:#ece9e2}.interiors h2{margin-top:.1em}.interiors>div>p:not(.eyebrow){max-width:650px}.interior-gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:42px}.interior-gallery img{height:420px;object-fit:cover}
footer{background:#091d2a;color:rgba(255,255,255,.72);padding:28px 0;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}footer .wrap{display:flex;justify-content:space-between;gap:20px}
@media(max-width:850px){.hero{min-height:70vh}.project{padding:78px 0}.project-grid,.project-grid.reverse{grid-template-columns:1fr}.project-grid.reverse .project-copy,.project-grid.reverse>:not(.project-copy){order:initial}.section-heading{grid-template-columns:1fr;gap:10px}.subprojects{grid-template-columns:1fr}.interior-gallery{grid-template-columns:1fr}.gallery-grid img,.gallery-grid img:nth-child(3),.gallery-grid img:nth-child(4){height:200px}}
@media(max-width:560px){.wrap{width:min(calc(100% - 28px),var(--max))}.nav{padding:20px 0}.nav a:last-child{display:none}.hero-content{padding-bottom:75px}.project{padding:64px 0}.media-stack{padding:0 0 35px 35px}.media-stack .inset{border-width:6px}.gallery-grid{grid-template-columns:1fr}.gallery-grid img,.gallery-grid img:nth-child(3),.gallery-grid img:nth-child(4){height:230px}.gallery-two img:last-child{width:78%}.subprojects img,.interior-gallery img{height:280px}footer .wrap{display:block}footer span{display:block;margin:4px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* Expanded image-led layouts */
.project-number { display: none; }
.media-stack .wide-secondary { width: 100%; grid-column: 1 / -1; aspect-ratio: 16 / 7; object-fit: cover; }
.gallery-grid.feature-first img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 7; object-fit: cover; }
.river-gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 1rem; align-items: stretch; }
.river-gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: 2px; }
.river-main { min-height: 440px; }
.river-detail { min-height: 440px; object-position: 72% center; }
.subprojects.expanded { align-items: start; }
.subprojects.expanded article { display: flex; flex-direction: column; gap: 1rem; }
.subprojects.expanded h3 { margin: 0; }
.subproject-hero { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.subproject-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.subproject-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.subprojects.expanded article:nth-child(2) .subproject-gallery { grid-template-columns: repeat(2, 1fr); }
.hazelmere-gallery { display: grid; grid-template-rows: 1.25fr .75fr; gap: 1rem; min-height: 620px; }
.hazelmere-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hazelmere-interior { object-position: center; }
@media (max-width: 800px) {
  .river-gallery { grid-template-columns: 1fr; }
  .river-main, .river-detail { min-height: 240px; }
  .subproject-gallery { grid-template-columns: repeat(2, 1fr); }
  .hazelmere-gallery { min-height: auto; grid-template-rows: auto; }
  .hazelmere-gallery img { height: auto; }
}


/* July 2026 further revisions */
.hero{min-height:72vh}
.hero-content{padding-top:110px}
.river-gallery-three{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(320px,auto) minmax(200px,auto);gap:1rem}
.river-gallery-three .river-main{grid-column:1 / -1;min-height:420px}
.river-gallery-three .river-secondary{min-height:220px}
.single-image{display:block !important}
.single-image img{width:100%;aspect-ratio:4 / 3;object-fit:cover}
@media(max-width:800px){.river-gallery-three{grid-template-columns:1fr;grid-template-rows:auto}.river-gallery-three .river-main{grid-column:auto;min-height:240px}.river-gallery-three .river-secondary{min-height:180px}}


/* Multilingual switcher and contact section */
.language-switch{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1.2rem}
.language-switch span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;opacity:.8;align-self:center;margin-right:.25rem}
.language-switch a{font-size:.82rem;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.35);padding:.45rem .7rem;border-radius:999px;background:rgba(255,255,255,.08)}
.language-switch a.active{background:#fff;color:var(--navy);border-color:#fff}
.contact-section{padding:110px 0;background:#091d2a;color:#fff}
.contact-grid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);gap:clamp(30px,6vw,80px);align-items:start}
.contact-section h2{margin-top:0}
.contact-section p{color:rgba(255,255,255,.78)}
.contact-form{display:grid;gap:14px}
.contact-form input,.contact-form textarea{width:100%;padding:14px 15px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);color:#fff;font:inherit;border-radius:4px}
.contact-form textarea{min-height:180px;resize:vertical}
.contact-form button{width:max-content;padding:13px 20px;border:0;border-radius:999px;background:#fff;color:var(--navy);font:inherit;font-weight:700;cursor:pointer}
.contact-note{font-size:.82rem;color:rgba(255,255,255,.58)!important;margin-top:12px}
@media(max-width:850px){.contact-grid{grid-template-columns:1fr}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}


/* Harcourt Estates brand theme */
:root{
  --ink:#162033;
  --navy:#002060;
  --paper:#f7f7f4;
  --white:#ffffff;
  --muted:#526071;
  --line:rgba(0,32,96,.18);
  --sand:#f2eddf;
  --harcourt-yellow:#ffdf19;
}
body{font-family:Verdana,Arial,sans-serif;color:var(--ink);background:var(--paper)}
h1,h2,h3,.harcourt-name{font-family:"Book Antiqua",Palatino,"Palatino Linotype",Georgia,serif}
h1,h2{letter-spacing:-.025em}
.hero{background:linear-gradient(90deg,rgba(0,32,96,.96),rgba(0,32,96,.58)),url('assets/one-cleethorpes-seafront.jpg') center/cover no-repeat;border-top:8px solid var(--harcourt-yellow)}
.harcourt-header{padding-top:24px}
.harcourt-lockup{display:inline-flex;align-items:center;gap:14px;text-decoration:none;color:#fff;background:rgba(0,32,96,.84);padding:8px 18px 8px 8px;border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 30px rgba(0,0,0,.18)}
.harcourt-logo-box{width:72px;height:54px;background:#fff;display:grid;place-items:center;overflow:hidden}
.harcourt-logo-box img{width:68px;height:51px;object-fit:contain}
.harcourt-name{font-size:1.25rem;font-weight:700;letter-spacing:.01em}
.language-switch a{border-radius:2px;border-color:rgba(255,223,25,.55)}
.language-switch a:hover,.language-switch a:focus{background:var(--harcourt-yellow);color:var(--navy);border-color:var(--harcourt-yellow)}
.language-switch a.active{background:var(--harcourt-yellow);color:var(--navy);border-color:var(--harcourt-yellow)}
.project-dark,.contact-section{background:var(--navy)}
.project-blue{background:#e4e9f1}
.project-sand{background:var(--sand)}
.eyebrow,dt{color:#002060}
.project-dark .eyebrow,.project-dark dt,.contact-section .eyebrow{color:var(--harcourt-yellow)}
.facts{border-top-color:rgba(0,32,96,.28)}
.facts div{border-bottom-color:rgba(0,32,96,.18)}
.contact-form input,.contact-form textarea{border-radius:0;border-color:rgba(255,223,25,.35)}
.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--harcourt-yellow);outline-offset:1px}
.contact-form button{border-radius:0;background:var(--harcourt-yellow);color:var(--navy);text-transform:uppercase;letter-spacing:.06em}
.contact-form button:hover,.contact-form button:focus{background:#fff}
@media(max-width:560px){.harcourt-header{padding-top:14px}.harcourt-logo-box{width:58px;height:44px}.harcourt-logo-box img{width:55px;height:41px}.harcourt-name{font-size:1.05rem}.harcourt-lockup{gap:10px;padding-right:12px}}

.team-note{max-width:760px!important;margin-top:1.1rem;color:rgba(255,255,255,.78);font-size:.98rem;line-height:1.65}
