.content-page { background: var(--paper); }
.content-page .site-nav { position: absolute; }
.page-hero { min-height: 620px; display: grid; align-items: end; padding: 150px max(20px, calc((100vw - 1180px) / 2)) 84px; color: #fff; background: linear-gradient(90deg, rgba(4,10,14,.97), rgba(4,10,14,.7)), var(--image-ensuite) center/cover; }
.page-hero > div { max-width: 900px; }
.page-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.4rem, 8vw, 7rem); }
.page-hero p:last-child { max-width: 720px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.page-content { width: var(--page); margin: 0 auto; padding: 90px 0 110px; }
.page-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.page-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: var(--paper-bright); box-shadow: 0 18px 50px rgba(9,17,22,.1); text-decoration: none; }
.page-card span, .page-projects span, .page-callout > span, .page-process > span { color: var(--copper-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 950; }
.page-card h2 { margin: 70px 0 16px; font-size: 2rem; line-height: 1.05; }
.page-card p, .page-callout p, .page-process p, .page-projects p { color: var(--muted); line-height: 1.65; }
.page-card b { display: block; margin-top: 24px; }
.page-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 7vw, 90px); align-items: start; }
.page-split h2, .page-process h2 { font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1; }
.page-list { display: grid; gap: 0; margin: 25px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.page-list li { padding: 18px 4px; border-bottom: 1px solid var(--line); font-weight: 850; }
.page-columns { grid-template-columns: 1fr 1fr; }
.page-callout { padding: clamp(28px, 5vw, 58px); border-radius: 8px; background: #ede5da; }
.page-callout h2 { margin: 16px 0; font-size: clamp(2.2rem, 4.5vw, 4rem); }
.page-callout .button { margin-top: 20px; }
.page-process { margin-top: 80px; padding: clamp(34px, 7vw, 80px); border-radius: 8px; color: #fff; background: var(--ink-soft); }
.page-process > span { color: #bde8f1; }
.page-process p { max-width: 720px; color: rgba(255,255,255,.7); }
.page-projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.page-projects article { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.page-projects img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.page-projects article > :not(img) { margin-right: 24px; margin-left: 24px; }
.page-projects span { display: block; margin-top: 24px; }
.page-projects h2 { margin-top: 12px; font-size: 1.8rem; }
.page-projects p { margin-bottom: 28px; }
.page-note { margin-top: 20px; color: var(--muted); font-size: .8rem; }
.page-cta { padding: 90px 20px; text-align: center; color: #fff; background: var(--ink); }
.page-cta h2 { max-width: 800px; margin: 0 auto 30px; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; }
.page-cta > div { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
@media (max-width: 900px) { .content-page .site-nav { grid-template-columns: auto auto; justify-content: space-between; } .content-page .nav-call { justify-self: end; } .content-page .nav-links { position: static; grid-column: 1 / -1; display: flex; max-width: 100%; padding: 4px 0 0; overflow-x: auto; border: 0; background: transparent; box-shadow: none; scrollbar-width: none; } .content-page .nav-links::-webkit-scrollbar { display: none; } .content-page .nav-links a { flex: 0 0 auto; padding: 10px 11px; } .page-card-grid, .page-projects { grid-template-columns: 1fr 1fr; } .page-split { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .page-hero { min-height: 560px; padding-top: 170px; padding-bottom: 58px; } .page-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); } .page-content { padding: 60px 0 80px; } .page-card-grid, .page-projects { grid-template-columns: 1fr; } .page-card { min-height: 250px; } .page-card h2 { margin-top: 45px; } .page-columns { grid-template-columns: 1fr; } }
/* Rich page treatments */
.page-services .page-hero { background-image: linear-gradient(90deg, rgba(4,10,14,.97), rgba(4,10,14,.58)), var(--image-emergency); }
.page-emergency-plumbing .page-hero { background-image: linear-gradient(90deg, rgba(4,10,14,.97), rgba(4,10,14,.5)), var(--image-emergency); }
.page-bathroom-installations .page-hero { background-image: linear-gradient(90deg, rgba(4,10,14,.95), rgba(4,10,14,.35)), var(--image-ensuite); }
.page-property-maintenance .page-hero { background-image: linear-gradient(90deg, rgba(4,10,14,.96), rgba(4,10,14,.46)), var(--image-landlord); }
.page-our-work .page-hero { background-image: linear-gradient(90deg, rgba(4,10,14,.95), rgba(4,10,14,.34)), var(--image-hero-bathroom); }
.page-areas .page-hero { background-image: linear-gradient(90deg, rgba(4,10,14,.96), rgba(4,10,14,.5)), var(--image-landlord); }
.page-why-lm .page-hero { background-image: linear-gradient(90deg, rgba(4,10,14,.96), rgba(4,10,14,.44)), var(--image-why-lm); }
.page-proof-rail { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); width: var(--page); margin: -36px auto 0; overflow: hidden; border: 1px solid rgba(199,131,71,.26); border-radius: 8px; background: var(--paper-bright); box-shadow: 0 24px 60px rgba(6,14,18,.16); }
.page-proof-rail div { min-height: 108px; padding: 24px; border-right: 1px solid var(--line); }
.page-proof-rail div:last-child { border-right: 0; }
.page-proof-rail b, .page-proof-rail span { display: block; }
.page-proof-rail b { margin-bottom: 7px; font-size: 1.05rem; }
.page-proof-rail span { color: var(--muted); }
.page-showcase { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px,7vw,90px); margin-top: 100px; align-items: center; }
.showcase-copy h2, .editorial-process h2, .area-visual-copy h2 { font-size: clamp(2.7rem,5vw,5.2rem); line-height: .96; }
.showcase-copy > p:last-child, .area-visual-copy > p { color: var(--muted); line-height: 1.7; }
.showcase-stack { display: grid; gap: 12px; }
.showcase-tile { position: relative; display: flex; min-height: 190px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px; border-radius: 8px; color: #fff; background-position: center; background-size: cover; text-decoration: none; }
.showcase-tile::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,10,14,.94), rgba(4,10,14,.34)); }
.showcase-tile > * { position: relative; }
.showcase-tile span { color: #bde8f1; font-size: .72rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.showcase-tile b { max-width: 600px; font-size: clamp(1.5rem,3vw,2.5rem); line-height: 1.05; }
.tile-emergency { background-image: var(--image-emergency); }
.tile-bathroom { background-image: var(--image-ensuite); }
.tile-property { background-image: var(--image-landlord); }
.page-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; margin-top: 100px; overflow: hidden; border-radius: 8px; background: #ede5da; box-shadow: var(--shadow); }
.page-feature-image { min-height: 520px; background-position: center; background-size: cover; }
.page-feature-emergency .page-feature-image { background-image: var(--image-emergency); }
.page-feature-property .page-feature-image { background-image: var(--image-landlord); }
.page-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px,6vw,72px); }
.page-feature-copy h2 { margin-bottom: 30px; font-size: clamp(2.6rem,5vw,5rem); line-height: .96; }
.step-row { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-top: 1px solid var(--line); }
.step-row > b { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); }
.step-row span, .step-row strong, .step-row small { display: block; }
.step-row strong { margin-bottom: 4px; }
.step-row small { color: var(--muted); line-height: 1.45; }
.bathroom-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 80px; }
.bathroom-detail-grid article { min-height: 400px; padding: clamp(30px,5vw,60px); border-radius: 8px; color: #fff; background-position: center; background-size: cover; box-shadow: inset 0 0 0 1000px rgba(4,10,14,.68); }
.bathroom-detail-grid article:first-child { background-image: var(--image-emergency); }
.bathroom-detail-grid article:last-child { background-image: var(--image-ensuite); }
.bathroom-detail-grid span { color: #bde8f1; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 950; }
.bathroom-detail-grid h2 { max-width: 440px; margin: 130px 0 16px; font-size: clamp(2.3rem,4vw,4rem); line-height: 1; }
.bathroom-detail-grid p { max-width: 500px; color: rgba(255,255,255,.76); line-height: 1.6; }
.page-remotion { min-height: 300vh; }
.page-remotion .player-mount { min-height: 240vh; }
.editorial-process { margin-top: 100px; padding: clamp(36px,7vw,80px); border-radius: 8px; background: #e9e1d6; }
.editorial-process > div:first-child { max-width: 820px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 50px; background: rgba(9,17,22,.12); }
.process-grid article { padding: 28px; background: #f7f3ec; }
.process-grid b { color: var(--copper-dark); font-size: 1.8rem; }
.process-grid h3 { margin: 52px 0 12px; font-size: 1.5rem; }
.process-grid p { color: var(--muted); line-height: 1.55; }
.area-visual { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,8vw,100px); margin-top: 100px; align-items: center; }
.area-orbit { position: relative; aspect-ratio: 1; border: 1px solid rgba(44,112,128,.24); border-radius: 50%; background: radial-gradient(circle, rgba(143,197,210,.28), rgba(143,197,210,.04) 45%, transparent 46%); }
.area-orbit::before, .area-orbit::after { position: absolute; inset: 14%; border: 1px dashed rgba(44,112,128,.3); border-radius: 50%; content: ""; }
.area-orbit::after { inset: 30%; }
.area-core, .place { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 999px; text-align: center; font-weight: 950; }
.area-core { inset: 39% 31%; overflow: visible; padding: 0; border: 0; border-radius: 0; color: var(--ink); background: transparent; filter: drop-shadow(0 14px 18px rgba(9,17,22,.2)); }
.area-core img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: contain; }
.place { padding: 10px 14px; border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 28px rgba(9,17,22,.12); font-size: .78rem; }
.place-1 { top: 7%; left: 38%; } .place-2 { top: 26%; right: 3%; } .place-3 { right: 8%; bottom: 21%; } .place-4 { bottom: 6%; left: 35%; } .place-5 { bottom: 25%; left: 2%; } .place-6 { top: 25%; left: 1%; }
.area-visual-copy .button { margin-top: 22px; }
.promise-wall { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px,7vw,90px); margin-top: 100px; padding: clamp(38px,7vw,82px); border-radius: 8px; color: #fff; background: var(--ink); }
.promise-lead h2 { font-size: clamp(2.8rem,5vw,5.3rem); line-height: .94; }
.promise-lead > p:last-child, .promise-details p { color: rgba(255,255,255,.66); line-height: 1.65; }
.promise-details article { padding: 24px 0; border-top: 1px solid var(--light-line); }
.promise-details span { color: #bde8f1; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 950; }
.promise-details h3 { margin: 16px 0 9px; font-size: 1.7rem; }
@media (max-width: 900px) { .page-showcase, .page-feature, .area-visual, .promise-wall { grid-template-columns: 1fr; } .page-feature-image { min-height: 420px; } .process-grid { grid-template-columns: 1fr; } .bathroom-detail-grid { grid-template-columns: 1fr; } .page-remotion { min-height: 270vh; } .page-remotion .player-mount { min-height: 220vh; } }
@media (max-width: 620px) { .page-proof-rail { grid-template-columns: 1fr; margin-top: 0; } .page-proof-rail div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); } .page-showcase, .page-feature, .editorial-process, .area-visual, .promise-wall { margin-top: 64px; } .showcase-tile { min-height: 160px; } .page-feature { min-height: auto; } .page-feature-image { min-height: 320px; } .bathroom-detail-grid article { min-height: 330px; } .bathroom-detail-grid h2 { margin-top: 80px; } .area-orbit { min-height: 330px; } .page-remotion { min-height: 240vh; } .page-remotion .player-mount { min-height: 190vh; } }
.work-gallery-section { margin-bottom: 70px; }
.work-gallery-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(30px,6vw,80px); margin-bottom: 34px; align-items: end; }
.work-gallery-heading h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.8rem,5.5vw,5.6rem); line-height: .94; }
.work-gallery-heading > p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.work-gallery-player { position: relative; aspect-ratio: 16/9; overflow: hidden; border: 1px solid rgba(199,131,71,.28); border-radius: 8px; background: var(--ink); box-shadow: 0 30px 90px rgba(4,10,14,.24); }
.work-gallery-player > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.work-gallery-player > div { width: 100% !important; height: 100% !important; }
@media (max-width: 760px) { .work-gallery-heading { grid-template-columns: 1fr; } .work-gallery-player { border-radius: 6px; } }
@media (prefers-reduced-motion: reduce) { .work-gallery-player * { animation: none !important; transition: none !important; } }

/* Consistent dark surfaces across every content page. */
.page-card,
.page-proof-rail,
.page-callout,
.page-projects article,
.page-feature,
.editorial-process,
.process-grid article,
.town-grid article,
.coverage-form-shell {
  color: var(--text);
  border-color: var(--line);
  background: var(--paper-bright);
}
.page-feature,
.editorial-process,
.page-our-work .editorial-process { background: linear-gradient(145deg, #111d23, #172831); }
.process-grid { background: var(--line); }
.page-card p,
.page-callout p,
.page-projects p,
.page-proof-rail span,
.page-feature p,
.process-grid p,
.town-grid p,
.coverage-form-shell p,
.showcase-copy > p:last-child,
.area-visual-copy > p,
.work-gallery-heading > p { color: var(--muted); }
.page-card span,
.page-projects span,
.page-callout > span,
.page-process > span,
.process-grid b { color: #e2a15e; }
.page-list,
.page-list li,
.step-row,
.page-proof-rail div { border-color: var(--line); }
.step-row > b { color: var(--ink); background: var(--copper); }
.place { color: var(--text); border-color: var(--line); background: #172831; box-shadow: 0 10px 28px rgba(0,0,0,.25); }
.area-orbit { border-color: rgba(143,197,210,.32); background: radial-gradient(circle, rgba(44,112,128,.28), rgba(44,112,128,.08) 45%, transparent 46%); }
.town-map-button { color: var(--text); }
.coverage-form-shell input,
.coverage-form-shell select { color: var(--text); border-color: var(--line); background: #1b2b33; }
.coverage-result { color: var(--muted); background: rgba(255,255,255,.06); }
.coverage-result[data-state="core"] { color: #8bdfbd; background: rgba(43,159,114,.17); }
.coverage-result[data-state="check"] { color: #f0b878; background: rgba(226,161,94,.15); }
/* Services motion system */
.page-services .page-hero { isolation: isolate; overflow: hidden; animation: services-hero-drift 18s ease-in-out infinite alternate; }
.page-services .page-hero::before { position: absolute; z-index: -1; top: 18%; right: 8%; width: 260px; aspect-ratio: 1; border: 1px solid rgba(226,161,94,.24); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(226,161,94,.04), 0 0 0 90px rgba(226,161,94,.025); animation: services-orbit 8s ease-in-out infinite; }
.page-services .page-hero > div { position: relative; }
.motion-ready [data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.motion-ready [data-reveal="hero"] { transform: translateY(0); }
.motion-ready [data-reveal="proof"] { transform: translateY(24px) scale(.985); }
.motion-ready [data-reveal="copy"] { transform: translateX(-34px); }
.motion-ready [data-reveal="tiles"] { transform: translateX(34px); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.motion-ready [data-reveal="hero"].is-visible > div { animation: services-copy-arrival .9s cubic-bezier(.22,1,.36,1) both; }
.motion-ready [data-reveal="proof"] > div { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,1,.36,1); }
.motion-ready [data-reveal="proof"].is-visible > div { opacity: 1; transform: none; }
.motion-ready [data-reveal="proof"].is-visible > div:nth-child(2) { transition-delay: .1s; }
.motion-ready [data-reveal="proof"].is-visible > div:nth-child(3) { transition-delay: .2s; }
.motion-ready [data-reveal="cards"] .page-card { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease; }
.motion-ready [data-reveal="cards"].is-visible .page-card { opacity: 1; transform: none; }
.motion-ready [data-reveal="cards"].is-visible .page-card:nth-child(2) { transition-delay: .12s; }
.motion-ready [data-reveal="cards"].is-visible .page-card:nth-child(3) { transition-delay: .24s; }
.page-services .page-card { position: relative; overflow: hidden; }
.page-services .page-card::after { position: absolute; right: -35px; bottom: -35px; width: 120px; height: 120px; border-radius: 50%; content: ""; background: rgba(143,197,210,.14); transform: scale(.45); transition: transform .55s cubic-bezier(.22,1,.36,1), background .55s ease; }
.page-services .page-card:hover, .page-services .page-card:focus-visible { border-color: rgba(199,131,71,.5); box-shadow: 0 28px 70px rgba(9,17,22,.16); transform: translateY(-7px); }
.page-services .page-card:hover::after, .page-services .page-card:focus-visible::after { background: rgba(226,161,94,.18); transform: scale(1); }
.showcase-tile { opacity: .68; filter: saturate(.72); transform: scale(.985); background-size: 104%; transition: opacity .65s ease, filter .65s ease, transform .65s cubic-bezier(.22,1,.36,1), background-size 3.2s ease; }
.showcase-tile::after { position: absolute; z-index: 2; right: 24px; bottom: 16px; left: 24px; height: 3px; border-radius: 99px; content: ""; background: #e2a15e; transform: scaleX(0); transform-origin: left; }
.showcase-tile.is-active { z-index: 2; opacity: 1; filter: saturate(1); transform: scale(1.018); background-size: 111%; box-shadow: 0 24px 65px rgba(7,14,18,.24); }
.showcase-tile.is-active::after { animation: service-progress 3.2s linear both; }
.page-services .page-cta { position: relative; overflow: hidden; }
.page-services .page-cta::before { position: absolute; inset: auto 10% -260px; height: 360px; border-radius: 50%; content: ""; background: radial-gradient(circle, rgba(143,197,210,.18), transparent 66%); animation: cta-breathe 5s ease-in-out infinite; }
.page-services .page-cta > * { position: relative; }
@keyframes services-hero-drift { from { background-position: 45% center; background-size: 104%; } to { background-position: 53% center; background-size: 112%; } }
@keyframes services-orbit { 0%,100% { opacity: .45; transform: translateY(-8px) scale(.92); } 50% { opacity: 1; transform: translateY(10px) scale(1.06); } }
@keyframes services-copy-arrival { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
@keyframes service-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes cta-breathe { 0%,100% { opacity: .45; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.08); } }
@media (max-width: 900px) { .page-services .page-hero { animation-name: services-hero-drift-mobile; } .showcase-tile.is-active { transform: scale(1.008); } @keyframes services-hero-drift-mobile { from { background-position: 48% center; background-size: cover; } to { background-position: 54% center; background-size: cover; } } }
@media (prefers-reduced-motion: reduce) { .page-services *, .page-services *::before, .page-services *::after { animation: none !important; transition-duration: .01ms !important; } .motion-ready [data-reveal], .motion-ready [data-reveal] > *, .motion-ready [data-reveal="cards"] .page-card { opacity: 1 !important; transform: none !important; } .showcase-tile { opacity: 1; filter: none; transform: none; background-size: cover; } }
/* Areas page conversion and coverage system */
.coverage-checker { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px,7vw,90px); padding: clamp(34px,6vw,72px); border-radius: 8px; color: #fff; background: linear-gradient(135deg, #101e25, #1d343e); box-shadow: var(--shadow); }
.coverage-checker h2, .town-heading h2, .coverage-faq h2 { font-size: clamp(2.7rem,5vw,5.2rem); line-height: .96; }
.coverage-checker > div:first-child > p:last-child { color: rgba(255,255,255,.68); line-height: 1.65; }
.coverage-form-shell { align-self: center; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; color: var(--text); background: #f8f4ed; }
.coverage-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 8px; }
.coverage-result { min-height: 48px; margin: 14px 0 0; padding: 13px 15px; border-radius: 6px; color: var(--muted); background: rgba(9,17,22,.06); font-weight: 800; line-height: 1.45; }
.coverage-result[data-state="core"] { color: #185c45; background: rgba(43,159,114,.13); }
.coverage-result[data-state="check"] { color: #75431f; background: rgba(226,161,94,.17); }
.coverage-actions { display: flex; gap: 9px; margin-top: 14px; flex-wrap: wrap; }
.coverage-actions[hidden] { display: none; }
.coverage-actions .button { flex: 1 1 210px; }
.town-section { margin-top: 100px; }
.town-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px,7vw,90px); margin-bottom: 36px; align-items: end; }
.town-heading > p { margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.town-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.town-grid article { position: relative; min-height: 260px; overflow: hidden; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-bright); box-shadow: 0 16px 44px rgba(9,17,22,.08); transition: transform .4s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, border-color .4s ease; }
.town-grid article::after { position: absolute; right: -45px; bottom: -45px; width: 150px; height: 150px; border-radius: 50%; content: ""; background: rgba(143,197,210,.14); transition: transform .5s cubic-bezier(.22,1,.36,1); transform: scale(.55); }
.town-grid article:hover { z-index: 1; border-color: rgba(199,131,71,.46); box-shadow: 0 26px 68px rgba(9,17,22,.14); transform: translateY(-7px); }
.town-grid article:hover::after { transform: scale(1); }
.town-grid span { color: var(--copper-dark); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 950; }
.town-grid h3 { margin: 68px 0 12px; font-size: 1.55rem; }
.town-grid p { position: relative; z-index: 1; margin: 0; color: var(--muted); line-height: 1.55; }
.page-areas .area-orbit { transition: transform .6s cubic-bezier(.22,1,.36,1); }
.page-areas .area-core { box-shadow: 0 0 0 0 rgba(44,112,128,.32); animation: area-core-pulse 3s ease-in-out infinite; }
.page-areas .place { opacity: .72; transition: opacity .5s ease, transform .5s cubic-bezier(.22,1,.36,1), color .5s ease, background .5s ease; }
.page-areas .place.is-pulsing { z-index: 4; opacity: 1; color: #fff; background: var(--water-dark); transform: scale(1.14); box-shadow: 0 14px 38px rgba(44,112,128,.3); }
.area-map-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(34px,6vw,80px); margin-top: 110px; padding: clamp(32px,6vw,72px); border-radius: 8px; color: #fff; background: var(--ink); }
.area-map-copy { align-self: center; }
.area-map-copy h2 { font-size: clamp(2.7rem,5vw,5rem); line-height: .96; }
.area-map-copy > p:last-child { color: rgba(255,255,255,.68); line-height: 1.65; }
.area-map-shell { min-height: 440px; overflow: hidden; border: 1px solid var(--light-line); border-radius: 8px; background: #1e333d; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.area-map-consent { display: grid; min-height: 440px; place-items: center; align-content: center; padding: 38px; text-align: center; background: linear-gradient(rgba(8,17,22,.72),rgba(8,17,22,.72)), var(--image-landlord) center/cover; }
.area-map-consent span { font-size: 1.6rem; font-weight: 950; }
.area-map-consent p { max-width: 480px; margin: 12px 0 22px; color: rgba(255,255,255,.76); }
.area-map-shell iframe { display: block; width: 100%; min-height: 440px; border: 0; }
.coverage-faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px,7vw,90px); margin-top: 110px; }
.coverage-faq-list details { border-top: 1px solid var(--line); }
.coverage-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.coverage-faq-list summary { padding: 22px 4px; cursor: pointer; font-size: 1.05rem; font-weight: 950; }
.coverage-faq-list details p { max-width: 720px; padding: 0 4px 22px; color: var(--muted); line-height: 1.65; }
.area-reveal { opacity: 0; transform: translateY(38px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.area-reveal.is-visible { opacity: 1; transform: none; }
.area-reveal .town-grid article { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.22,1,.36,1), box-shadow .4s ease, border-color .4s ease; }
.area-reveal.is-visible .town-grid article { opacity: 1; transform: none; }
.area-reveal.is-visible .town-grid article:nth-child(2), .area-reveal.is-visible .town-grid article:nth-child(5) { transition-delay: .1s; }
.area-reveal.is-visible .town-grid article:nth-child(3), .area-reveal.is-visible .town-grid article:nth-child(6) { transition-delay: .2s; }
@keyframes area-core-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(44,112,128,.24); } 50% { box-shadow: 0 0 0 24px rgba(44,112,128,0); } }
@media (max-width: 900px) { .coverage-checker, .town-heading, .area-map-section, .coverage-faq { grid-template-columns: 1fr; } .town-grid { grid-template-columns: 1fr 1fr; } .area-map-shell, .area-map-consent, .area-map-shell iframe { min-height: 380px; } }
@media (max-width: 620px) { .coverage-checker { padding: 26px 20px; } .coverage-form { grid-template-columns: 1fr; } .town-section, .area-map-section, .coverage-faq { margin-top: 70px; } .town-grid { grid-template-columns: 1fr; } .town-grid article { min-height: 220px; } .town-grid h3 { margin-top: 48px; } .area-map-section { padding: 24px 14px; } .area-map-shell, .area-map-consent, .area-map-shell iframe { min-height: 330px; } }
@media (prefers-reduced-motion: reduce) { .area-reveal, .area-reveal .town-grid article { opacity: 1 !important; transform: none !important; transition: none !important; } .page-areas .area-core, .page-areas .place { animation: none !important; transition: none !important; } .page-areas .place { opacity: 1; } }
/* Content-page card interaction motion */
.page-card,
.page-projects article,
.page-callout,
.page-proof-rail > div,
.bathroom-detail-grid article,
.process-grid article,
.coverage-form-shell,
.coverage-faq-list details,
.why-journey-steps article {
  transform: translateY(0) scale(1);
  transform-origin: center;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), border-color .32s ease, box-shadow .42s ease, background-color .32s ease;
}
.page-projects article img {
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .45s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-card:hover,
  .page-card:focus-visible,
  .page-projects article:hover,
  .page-callout:hover,
  .bathroom-detail-grid article:hover,
  .process-grid article:hover,
  .coverage-form-shell:hover,
  .coverage-faq-list details:hover,
  .why-journey-steps article:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(199, 131, 71, .52);
    box-shadow: 0 28px 70px rgba(9, 17, 22, .17);
    transform: translateY(-7px) scale(1.01);
  }
  .page-projects article:hover img { filter: saturate(1.06); transform: scale(1.05); }
  .page-proof-rail > div:hover {
    position: relative;
    z-index: 2;
    border-color: rgba(199, 131, 71, .46);
    background-color: rgba(226, 161, 94, .08);
    box-shadow: 0 18px 42px rgba(9, 17, 22, .12);
    transform: translateY(-5px) scale(1.012);
  }
  .showcase-tile:hover,
  .showcase-tile:focus-visible {
    z-index: 3;
    opacity: 1;
    filter: saturate(1.08);
    transform: translateY(-6px) scale(1.022);
    box-shadow: 0 28px 72px rgba(7, 14, 18, .28);
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-card,
  .page-projects article,
  .page-callout,
  .page-proof-rail > div,
  .bathroom-detail-grid article,
  .process-grid article,
  .coverage-form-shell,
  .coverage-faq-list details,
  .why-journey-steps article,
  .page-projects article img {
    transition: none !important;
  }
  .page-card:hover,
  .page-card:focus-visible,
  .page-projects article:hover,
  .page-callout:hover,
  .page-proof-rail > div:hover,
  .bathroom-detail-grid article:hover,
  .process-grid article:hover,
  .coverage-form-shell:hover,
  .coverage-faq-list details:hover,
  .why-journey-steps article:hover,
  .showcase-tile:hover,
  .showcase-tile:focus-visible,
  .page-projects article:hover img {
    transform: none !important;
  }
}

/* Richer Our Work storytelling */
.page-our-work .work-gallery-section { padding: clamp(28px,5vw,64px); border-radius: 10px; color: #fff; background: linear-gradient(135deg,#0b171d 0%,#132a34 100%); box-shadow: 0 28px 80px rgba(9,17,22,.16); }
.page-our-work .work-gallery-heading { grid-template-columns: minmax(0,.95fr) minmax(280px,.55fr); margin-bottom: 28px; }
.page-our-work .work-gallery-heading h2 { max-width: 680px; color: #fff; font-size: clamp(2.6rem,4.8vw,4.9rem); }
.page-our-work .work-gallery-heading .eyebrow { color: var(--water); }
.work-gallery-intro { align-self: end; max-width: 500px; }
.work-gallery-intro > span { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 14px; color: #fff; font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.work-gallery-intro i { width: 9px; height: 9px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 6px rgba(226,161,94,.13); animation: gallery-status-pulse 2s ease-in-out infinite; }
.work-gallery-intro p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.page-our-work .work-gallery-player { border-color: rgba(255,255,255,.16); box-shadow: 0 25px 65px rgba(0,0,0,.34); }
.page-our-work .editorial-process { position: relative; overflow: hidden; padding: clamp(34px,6vw,68px); background: linear-gradient(145deg,#eee6db,#e6dccf); }
.page-our-work .editorial-process::after { position:absolute; right:-100px; top:-120px; width:360px; height:360px; border:1px solid rgba(44,112,128,.17); border-radius:50%; content:""; box-shadow:0 0 0 55px rgba(143,197,210,.05),0 0 0 110px rgba(143,197,210,.035); pointer-events:none; }
.page-our-work .editorial-process h2 { max-width: 900px; font-size: clamp(2.65rem,4.7vw,4.9rem); }
.page-our-work .process-grid { position:relative; z-index:1; gap:12px; margin-top:38px; background:transparent; }
.page-our-work .process-grid article { position:relative; min-height:250px; overflow:hidden; border:1px solid rgba(9,17,22,.1); border-radius:8px; box-shadow:0 16px 40px rgba(9,17,22,.07); }
.page-our-work .process-grid article::after { position:absolute; left:28px; right:28px; bottom:0; height:4px; content:""; background:linear-gradient(90deg,var(--copper),var(--water)); transform:scaleX(.22); transform-origin:left; transition:transform .45s cubic-bezier(.22,1,.36,1); }
.page-our-work .process-grid article:hover::after { transform:scaleX(1); }
.page-our-work .process-grid h3 { margin:46px 0 12px; }
.process-icon { position:absolute; top:24px; right:24px; display:grid; width:42px; height:42px; place-items:center; border-radius:50%; color:#fff; background:var(--ink-soft); font-size:1rem; font-weight:950; }
@keyframes gallery-status-pulse { 50% { opacity:.55; transform:scale(.82); } }

/* Town-to-map service coverage */
.town-grid article { display:flex; flex-direction:column; }
.town-map-button { position:relative; z-index:2; display:inline-flex; align-items:center; gap:8px; width:max-content; margin-top:auto; padding:12px 0 2px; border:0; color:var(--ink); background:transparent; font:inherit; font-size:.82rem; font-weight:900; cursor:pointer; }
.town-map-button::after { position:absolute; right:0; bottom:-4px; left:0; height:2px; content:""; background:var(--copper); transform:scaleX(.28); transform-origin:left; transition:transform .35s cubic-bezier(.22,1,.36,1); }
.town-map-button:hover::after,.town-map-button:focus-visible::after { transform:scaleX(1); }
.town-map-button b { color:var(--copper-dark); transition:transform .3s ease; }
.town-map-button:hover b,.town-map-button:focus-visible b { transform:translateX(4px); }
.town-grid article.is-selected { border-color:var(--copper); box-shadow:0 24px 64px rgba(9,17,22,.14); }
.town-grid article.is-selected::before { color:#fff; background:var(--copper-dark); }
.map-selection { display:grid; grid-template-columns:auto 1fr; gap:4px 14px; align-items:center; width:max-content; max-width:100%; margin-top:28px; padding:14px 18px; border:1px solid rgba(255,255,255,.16); border-radius:7px; background:rgba(255,255,255,.06); }
.map-selection span { grid-row:1 / 3; display:grid; width:34px; height:34px; place-items:center; overflow:hidden; color:transparent; border-radius:50%; background:var(--copper); }
.map-selection span::after { content:"⌖"; color:var(--ink); font-weight:950; }
.map-selection strong { color:#fff; font-size:1rem; }
@media (max-width:760px) { .page-our-work .work-gallery-heading { grid-template-columns:1fr; } .page-our-work .work-gallery-section { padding:24px 18px; } .page-our-work .process-grid article { min-height:220px; } }
@media (prefers-reduced-motion:reduce) { .work-gallery-intro i { animation:none; } .page-our-work .process-grid article::after,.town-map-button::after,.town-map-button b { transition:none; } }

/* Local coverage clarity, 8px spacing grid and mobile touch targets */
.page-areas .page-hero > div { max-width: 960px; }
.page-areas .page-hero h1 {
  max-width: 100%;
  margin-bottom: var(--space-3);
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -.045em;
}
.page-areas .page-hero h1 span { display: block; }
.page-areas .page-hero .eyebrow { font-weight: 500; }
.coverage-location-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  max-width: 880px;
  margin: 0;
  padding: 0;
  gap: var(--space-2);
  list-style: none;
}
.coverage-location-list li {
  display: grid;
  grid-template-columns: var(--space-4) 1fr;
  align-items: center;
  gap: var(--space-1);
  color: rgba(255,255,255,.78);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.coverage-location-list li::before {
  display: grid;
  width: var(--space-4);
  height: var(--space-4);
  place-items: center;
  border: 1px solid rgba(143,197,210,.4);
  border-radius: 50%;
  content: "⌖";
  color: var(--water);
  background: rgba(143,197,210,.1);
  font-weight: 500;
}
.page-content { padding: 88px 0 112px; }
.page-card-grid,.page-projects { gap: var(--space-2); }
.page-split { gap: clamp(var(--space-4),7vw,var(--space-12)); }
.page-list { margin-top: var(--space-3); }
.page-list li { padding-top: var(--space-2); padding-right: var(--space-1); padding-bottom: var(--space-2); padding-left: var(--space-5); }
.page-callout .button,.area-visual-copy .button { margin-top: var(--space-3); }
.page-cta > div { gap: var(--space-2); }
.coverage-checker { gap: clamp(var(--space-4),7vw,var(--space-12)); padding: clamp(var(--space-4),6vw,72px); }
.coverage-form-shell { padding: var(--space-3); }
.coverage-form { gap: var(--space-1); margin-top: var(--space-1); }
.coverage-result { margin-top: var(--space-2); padding: var(--space-2); font-weight: 400; }
.coverage-actions { gap: var(--space-1); margin-top: var(--space-2); }
.coverage-form-shell label,.coverage-form .button,.coverage-actions .button { font-weight: 500; }
.town-section,.area-map-section,.coverage-faq { margin-top: var(--space-12); }
.town-grid { gap: var(--space-2); }
.town-grid article { padding: var(--space-3); }
.town-grid h3 { margin: var(--space-8) 0 var(--space-2); }
.area-map-section { gap: clamp(var(--space-4),6vw,var(--space-8)); padding: clamp(var(--space-4),6vw,var(--space-8)); }
.map-selection { gap: var(--space-1) var(--space-2); margin-top: var(--space-4); padding: var(--space-2); }
.page-areas .page-hero p,
.page-areas .coverage-checker p,
.page-areas .area-map-copy p { font-weight: 400; }

@media (max-width: 760px) {
  .coverage-location-list { grid-template-columns: 1fr; gap: var(--space-1); }
  .page-areas .page-hero h1 { font-size: clamp(2.8rem,13vw,4.25rem); overflow-wrap: anywhere; }
}
@media (max-width: 620px) {
  .page-content { padding: var(--space-8) 0 80px; }
  .coverage-checker { padding: var(--space-3); }
  .town-section,.area-map-section,.coverage-faq { margin-top: var(--space-8); }
  .town-map-button { width: 100%; justify-content: space-between; }
  .coverage-form .button,.coverage-actions .button,.area-map-consent .button { width: 100%; min-height: 44px; justify-content: center; }
}

/* Shared visual wayfinding icons */
.page-proof-rail > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 12px;
  align-items: center;
}
.page-proof-rail > div::before,
.page-card-grid > .page-card::before,
.town-grid > article::before,
.page-callout::before {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ink-soft);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
}
.page-proof-rail > div::before { grid-row: 1 / 3; }
.page-proof-rail > div:nth-child(1)::before { content: "\260E"; }
.page-proof-rail > div:nth-child(2)::before { content: "\2713"; }
.page-proof-rail > div:nth-child(3)::before { content: "\2726"; }
.page-card-grid > .page-card::before { margin-bottom: 20px; color: var(--ink); background: rgba(143, 197, 210, .32); }
.page-card-grid > .page-card:nth-child(1)::before { content: "\26A1"; }
.page-card-grid > .page-card:nth-child(2)::before { content: "\25C7"; }
.page-card-grid > .page-card:nth-child(3)::before { content: "\2302"; }
.page-card-grid > .page-card:nth-child(4)::before { content: "\2713"; }
.town-grid > article::before { content: "\25CE"; position: absolute; top: 24px; right: 24px; color: var(--water-dark); background: rgba(143, 197, 210, .2); }
.page-callout::before { content: "\2192"; margin-bottom: 22px; color: var(--ink); background: var(--copper); }
@media (max-width: 620px) {
  .page-proof-rail > div { grid-template-columns: 34px 1fr; }
  .page-proof-rail > div::before,
  .page-card-grid > .page-card::before,
  .town-grid > article::before,
  .page-callout::before { width: 34px; height: 34px; }
}
/* Hover precedence after scroll reveal */
@media (hover: hover) and (pointer: fine) {
  .motion-ready [data-reveal="cards"].is-visible .page-card:hover,
  .motion-ready [data-reveal="cards"].is-visible .page-card:focus-visible {
    transform: translateY(-7px) scale(1.01);
  }
  .motion-ready [data-reveal="proof"].is-visible > div:hover {
    transform: translateY(-5px) scale(1.012);
  }
  .area-reveal.is-visible .town-grid article:hover {
    transform: translateY(-7px) scale(1.01);
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready [data-reveal="cards"].is-visible .page-card:hover,
  .motion-ready [data-reveal="cards"].is-visible .page-card:focus-visible,
  .motion-ready [data-reveal="proof"].is-visible > div:hover,
  .area-reveal.is-visible .town-grid article:hover {
    transform: none !important;
  }
}

/* Final dark-theme contrast and typography layer. */
.content-page .eyebrow.dark { color: #e2a15e; }
.content-page h1,
.content-page h2,
.content-page h3 { color: #f7f5f1; font-weight: 800; letter-spacing: -.035em; }
.content-page p,
.content-page li,
.content-page small { font-weight: 400; }
.page-our-work .page-projects article {
  color: #f7f5f1;
  border-color: rgba(255,255,255,.14);
  background: #111d23;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}
.page-our-work .page-projects h2 { color: #f7f5f1; font-weight: 800; line-height: 1.08; }
.page-our-work .page-projects p,
.page-our-work .page-note { color: #b8b1a8; font-weight: 400; }
.page-our-work .editorial-process {
  color: #f7f5f1;
  background: linear-gradient(145deg,#111d23,#172831);
}
.page-our-work .editorial-process h2 { color: #f7f5f1; font-weight: 800; line-height: 1; }
.page-our-work .process-grid article {
  color: #f7f5f1;
  border-color: rgba(255,255,255,.14);
  background: #17252c;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}
.page-our-work .process-grid h3 { color: #f7f5f1; font-weight: 750; line-height: 1.15; }
.page-our-work .process-grid p { color: #b8b1a8; font-weight: 400; }
.page-our-work .process-icon { color: #091116; background: #e2a15e; }

/* Refined content-page rhythm and layered dark surfaces. */
.content-page { background:#0d171c; }
.page-content { padding-top:80px; padding-bottom:96px; }
.page-card,.page-callout,.page-projects article,.town-grid article,.coverage-form-shell { background:#15242b; border-color:var(--line); }
.page-proof-rail { background:#14242b; border-color:var(--line); }
.page-feature,.editorial-process,.page-our-work .editorial-process { background:linear-gradient(145deg,#15262e,#1a2e36); }
.process-grid article,.page-our-work .process-grid article { background:#192b33; border-color:var(--line); }
.page-showcase,.page-feature,.editorial-process,.area-visual,.promise-wall,.why-journey { margin-top:80px; }
.page-card h2 { margin-top:56px; font-size:clamp(1.7rem,2.4vw,2.15rem); font-weight:800; letter-spacing:-.025em; }
.page-split h2,.page-process h2,.showcase-copy h2,.editorial-process h2,.area-visual-copy h2,.work-gallery-heading h2,.promise-lead h2 { font-size:clamp(2.5rem,4.35vw,4.6rem); font-weight:800; letter-spacing:-.035em; }
.page-card p,.page-callout p,.page-projects p,.page-feature p,.process-grid p,.town-grid p,.coverage-form-shell p,.showcase-copy > p:last-child,.area-visual-copy > p,.work-gallery-heading > p { color:var(--muted); font-weight:400; line-height:1.65; }
.page-our-work .page-projects article { background:#15242b; }
.page-our-work .process-grid article { background:#192b33; }
.page-our-work .editorial-process::after { border-color:rgba(143,197,210,.16); box-shadow:0 0 0 55px rgba(143,197,210,.035),0 0 0 110px rgba(143,197,210,.02); }
.page-our-work .process-icon { color:#091116; background:#e2a15e; }
.content-page .eyebrow.dark { color:#e2a15e; }
.page-cta { background:linear-gradient(135deg,#0b161b,#12232a); }
@media (max-width:620px) {
  .page-content { padding-top:56px; padding-bottom:72px; }
  .page-showcase,.page-feature,.editorial-process,.area-visual,.promise-wall,.why-journey { margin-top:56px; }
  .page-split h2,.page-process h2,.showcase-copy h2,.editorial-process h2,.area-visual-copy h2,.work-gallery-heading h2,.promise-lead h2 { font-size:clamp(2.2rem,10.5vw,3.15rem); }
}

/* Premium image-led page signatures. */
.page-our-work .page-projects{grid-template-columns:1.35fr .65fr;grid-template-rows:repeat(2,minmax(230px,auto))}.page-our-work .page-projects article{display:grid;grid-template-columns:minmax(190px,.9fr) 1.1fr;align-content:start;overflow:hidden}.page-our-work .page-projects article:first-child{grid-row:1/3;grid-template-columns:1fr}.page-our-work .page-projects article img{width:100%;height:100%;min-height:230px;object-fit:cover;grid-row:1/5;filter:saturate(.86) contrast(1.04);transition:filter .45s ease,transform .7s cubic-bezier(.2,.75,.2,1)}.page-our-work .page-projects article:first-child img{min-height:420px;grid-row:auto}.page-our-work .page-projects article:hover img{filter:saturate(1.08) contrast(1.02);transform:scale(1.035)}.page-our-work .page-projects article>:not(img){margin-right:24px;margin-left:24px}
.page-services .service-motion-tile{transform-style:preserve-3d}.page-services .service-motion-tile.is-active{box-shadow:0 30px 70px rgba(0,0,0,.32);transform:translateY(-7px) scale(1.012)}.page-remotion,.work-gallery-player,.coverage-map-shell,.why-journey{border:1px solid rgba(229,157,85,.22);box-shadow:0 36px 90px rgba(0,0,0,.25)}.area-visual::before{background:radial-gradient(circle,rgba(143,197,210,.18),transparent 66%);filter:blur(12px)}.why-journey .journey-step.is-active{background:linear-gradient(135deg,rgba(229,157,85,.16),rgba(143,197,210,.07))}
@media(max-width:900px){.page-our-work .page-projects{grid-template-columns:1fr;grid-template-rows:auto}.page-our-work .page-projects article,.page-our-work .page-projects article:first-child{grid-row:auto;grid-template-columns:minmax(180px,.85fr) 1.15fr}.page-our-work .page-projects article:first-child img,.page-our-work .page-projects article img{min-height:240px;grid-row:1/5}}@media(max-width:620px){.page-our-work .page-projects article,.page-our-work .page-projects article:first-child{display:block}.page-our-work .page-projects article:first-child img,.page-our-work .page-projects article img{min-height:0;aspect-ratio:4/3}}
