:root{
  --navy:#082b43;
  --navy-2:#0b3b5b;
  --red:#d9252a;
  --ink:#10293c;
  --muted:#607383;
  --paper:#f5f7f8;
  --line:#d6dee4;
  --white:#fff;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--red)}
h1,h2,h3{font-family:"Arial Narrow",Impact,Inter,Arial,sans-serif;letter-spacing:.01em;line-height:.98;margin:0}
h2{font-size:clamp(2rem,4vw,3.6rem)}
.btn{display:inline-flex;align-items:center;gap:.6rem;padding:14px 20px;font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border:1px solid transparent;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn.red{background:var(--red);color:#fff}.btn.outline{border-color:#fff;color:#fff;background:rgba(6,31,48,.25)}.btn.dark{background:var(--navy);color:#fff}.btn.ghost{border-color:var(--navy);color:var(--navy)}
.site-header{position:absolute;z-index:20;left:0;right:0;top:0;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,255,255,.82));border-bottom:1px solid rgba(255,255,255,.35)}
.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;min-width:290px}.brand img{width:76px;height:76px;object-fit:contain}.brand-title{line-height:1}.brand-wordmark{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.75rem;font-weight:700;letter-spacing:.06em;color:#10293c}.brand-group{display:block;font-family:Georgia,"Times New Roman",serif;font-size:.72rem;font-weight:700;letter-spacing:.28em;color:#10293c;margin-top:2px}.brand-title small{display:block;font-family:Inter,Arial,Helvetica,sans-serif;font-size:.58rem;letter-spacing:.13em;margin-top:5px;color:#475867}
.nav{display:flex;gap:30px;align-items:center;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.nav a{padding:35px 0 28px;border-bottom:3px solid transparent}.nav a:hover,.nav a.active{border-bottom-color:var(--red)}
.header-tag{font-size:.66rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase;line-height:1.35;padding-left:18px;border-left:1px solid var(--red)}
.mobile-toggle{display:none;background:none;border:0;font-size:1.5rem}
.hero{min-height:710px;position:relative;background:#0a2639;color:#fff;display:flex;align-items:flex-end;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,25,40,.82) 0%,rgba(2,25,40,.48) 43%,rgba(2,25,40,.12) 74%,rgba(2,25,40,.18) 100%),linear-gradient(0deg,rgba(2,25,40,.35),transparent 50%)}
.hero-content{position:relative;z-index:2;padding:190px 0 70px;max-width:760px}
.hero-eyebrow{color:#fff;margin-bottom:12px;border-left:4px solid var(--red);padding-left:10px;font-size:.86rem}.hero h1{font-size:clamp(3.8rem,7vw,7.2rem);text-transform:uppercase;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.25)}.hero-copy{font-size:clamp(1rem,1.8vw,1.35rem);max-width:690px;margin:20px 0 14px}.hero-tags{font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:18px 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.intro{padding:72px 0;background:#fff}.split{display:grid;grid-template-columns:1.08fr .92fr;gap:52px;align-items:center}.intro p{font-size:1rem;color:#344d60;max-width:650px}.intro-photo{height:420px;object-fit:cover;width:100%}
.capabilities{background:linear-gradient(135deg,#06243a,#0b3a57);color:#fff;padding:62px 0 70px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head .kicker{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:#dce8ee;font-weight:700}.cap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cap-card img{width:100%;height:185px;object-fit:cover;border:1px solid rgba(255,255,255,.5)}.cap-card h3{font-size:1.45rem;text-transform:uppercase;margin:12px 0 4px}.cap-card .sub{font-size:.78rem;color:#d7e1e7}.cap-card p{font-size:.88rem;color:#eef4f7;min-height:80px}.text-link{font-size:.76rem;font-weight:800;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:2px}
.projects-section{padding:68px 0;background:#f4f6f7}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card{background:#fff;border:1px solid #dce2e7;box-shadow:0 8px 30px rgba(6,39,60,.05);display:flex;flex-direction:column}.project-card img,.project-placeholder{height:190px;width:100%;object-fit:cover}.project-placeholder{display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#dce4e9,#f2f5f6);color:#6b7c88;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;padding:20px}.project-body{padding:18px;display:flex;flex-direction:column;flex:1}.project-body h3{font-size:1.5rem;text-transform:uppercase}.project-meta{font-size:.8rem;color:#506474;margin:4px 0}.project-value{font-family:Impact,"Arial Narrow",sans-serif;font-size:1.85rem;color:var(--navy);margin:7px 0}.project-body p{font-size:.88rem;color:#42596a;flex:1}
.feature-band{display:grid;grid-template-columns:1fr 1fr 1fr}.feature-panel{min-height:290px;position:relative;color:#fff;display:flex;align-items:flex-end;padding:32px;background:#102f44;overflow:hidden}.feature-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.feature-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,30,46,.92),rgba(4,30,46,.15) 75%)}.feature-panel>div{position:relative;z-index:2}.feature-panel h3{font-size:2.2rem;text-transform:uppercase;margin:4px 0 16px}.region-panel{background:linear-gradient(135deg,#06243a,#0c4568)}
.clients{padding:28px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.client-row{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.client-row span{font-weight:900;letter-spacing:.03em;color:#254356}.client-row .label{font-size:.7rem;color:#71818c;letter-spacing:.1em;text-transform:uppercase}
.cta{background:linear-gradient(90deg,rgba(3,31,48,.92),rgba(3,31,48,.68)),url('../images/reicon-marine-project.jpg') center/cover;color:#fff;padding:48px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{font-size:3.1rem;text-transform:uppercase}.cta p{margin:8px 0 0;color:#edf4f7}
.site-footer{padding:36px 0 18px;background:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:34px;align-items:start}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:60px}.footer-brand strong{font-size:1.15rem}.footer-wordmark{font-family:Georgia,"Times New Roman",serif;letter-spacing:.05em}.footer-wordmark span{font-size:.68em;letter-spacing:.16em}.footer-small{font-size:.78rem;color:#516575}.footer-nav{display:flex;flex-direction:column;gap:8px;font-size:.82rem;font-weight:700}.copyright{border-top:1px solid var(--line);margin-top:28px;padding-top:15px;font-size:.7rem;color:#6a7a86;display:flex;justify-content:space-between;gap:20px}
.page-hero{padding:165px 0 80px;background:linear-gradient(120deg,#06243a,#0c4668);color:#fff}.page-hero h1{font-size:clamp(3.4rem,7vw,6rem);text-transform:uppercase}.page-hero p{max-width:800px;font-size:1.1rem;color:#e2edf2}.content{padding:72px 0}.content h2{margin-bottom:18px}.content p{color:#385164}.history-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.history-grid img{width:100%;height:330px;object-fit:cover}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:42px;padding:42px 0;border-bottom:1px solid var(--line)}.service-detail:nth-child(even) .service-visual{order:-1}.service-detail h2{font-size:2.6rem;text-transform:uppercase}.service-detail img{width:100%;height:360px;object-fit:cover}.pill-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.pill{font-size:.72rem;font-weight:800;text-transform:uppercase;border:1px solid #b8c6d0;padding:8px 10px;background:#f8fafb}
.project-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.project-tile{border:1px solid var(--line);background:#fff}.project-tile img,.project-tile .project-placeholder{height:300px}.project-tile .project-body{padding:24px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.gallery img{height:230px;width:100%;object-fit:cover}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}.contact-card{background:#f3f6f8;padding:30px;border-left:5px solid var(--red)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.contact-form input,.contact-form textarea{width:100%;padding:13px;border:1px solid #c7d1d8;font:inherit}.contact-form textarea{min-height:160px;resize:vertical}.contact-form .full{grid-column:1/-1}
.notice{padding:14px 18px;background:#fff5df;border:1px solid #efd39b;color:#77510b;font-size:.85rem;margin-top:18px}
@media(max-width:980px){.header-tag{display:none}.cap-grid,.project-grid{grid-template-columns:repeat(2,1fr)}.split,.history-grid,.service-detail,.contact-grid{grid-template-columns:1fr}.feature-band{grid-template-columns:1fr}.project-page-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.service-detail:nth-child(even) .service-visual{order:0}}
@media(max-width:760px){.container{width:min(100% - 28px,var(--max))}.site-header{position:absolute}.header-inner{height:76px}.brand{min-width:auto}.brand img{width:48px;height:48px}.brand-title{font-size:.95rem}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:10px 24px 20px;flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:13px 0;border-bottom:1px solid #e4e8eb}.mobile-toggle{display:block}.hero{min-height:720px}.hero-content{padding-top:160px}.hero h1{font-size:3.7rem}.split{gap:28px}.cap-grid,.project-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.intro-photo{height:320px}.feature-panel{min-height:250px}.cta-inner{align-items:flex-start;flex-direction:column}.cta h2{font-size:2.5rem}.footer-grid{grid-template-columns:1fr}.copyright{flex-direction:column}.gallery{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr}.contact-form .full{grid-column:auto}}


/* --- v3 interior-page visual system --- */
.page-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;overflow:hidden;padding:175px 0 72px;background:#06243a}
.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,31,48,.88),rgba(3,31,48,.54) 48%,rgba(3,31,48,.22));z-index:1}
.page-hero>.container{position:relative;z-index:2}
.page-hero h1{max-width:980px;text-shadow:0 2px 14px rgba(0,0,0,.2)}
.page-hero .hero-note{max-width:760px;margin-top:18px}
.page-hero.history-hero{background:url('../images/history-statue-crane.jpg') center 48%/cover no-repeat}
.page-hero.services-hero{background:url('../images/reicon-mlc300-crane.jpeg') center 54%/cover no-repeat}
.page-hero.projects-hero{background:url('../images/pier12-hero.jpg') center 42%/cover no-repeat}
.page-hero.contact-hero{background:linear-gradient(90deg,rgba(3,31,48,.82),rgba(3,31,48,.46)),url('../images/reicon-marine-project.jpg') center/cover no-repeat}
.page-hero.contact-hero:before{background:linear-gradient(90deg,rgba(3,31,48,.88),rgba(3,31,48,.45))}
.page-anchor-nav{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:12}
.page-anchor-nav .container{display:flex;gap:24px;overflow:auto;white-space:nowrap;padding-top:15px;padding-bottom:15px}
.page-anchor-nav a{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#536a7a}
.page-anchor-nav a:hover{color:var(--red)}
.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);color:#fff;margin:0}
.stat-strip>div{padding:30px 28px;border-right:1px solid rgba(255,255,255,.18)}
.stat-strip>div:last-child{border-right:0}.stat-strip strong{display:block;font-family:Impact,"Arial Narrow",sans-serif;font-size:2rem;letter-spacing:.03em}.stat-strip span{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#dbe9ef}
.section-block{padding:84px 0}.section-block.alt{background:#f4f6f7}.section-intro{max-width:800px;margin-bottom:36px}.section-intro p{font-size:1.05rem}
.history-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.history-feature.reverse{grid-template-columns:.95fr 1.05fr}.history-feature img{width:100%;height:460px;object-fit:cover}.history-feature p{font-size:1.02rem}
.archive-strip{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:12px}.archive-strip img{width:100%;height:280px;object-fit:cover}.archive-strip img:first-child{height:360px;transform:translateY(-40px)}
.service-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-64px;position:relative;z-index:4}.service-overview a{background:#fff;box-shadow:0 12px 35px rgba(3,31,48,.12);padding:26px 22px;border-top:4px solid var(--red)}.service-overview strong{display:block;font-family:Impact,"Arial Narrow",sans-serif;font-size:1.4rem;text-transform:uppercase;color:var(--navy)}.service-overview span{font-size:.78rem;color:#667986}
.service-detail{padding:74px 0;gap:60px;align-items:center}.service-detail h2{font-size:clamp(2.5rem,4vw,4rem)}.service-detail p{font-size:1.02rem}.service-detail img{height:450px}.service-number{font-family:Impact,"Arial Narrow",sans-serif;font-size:5rem;color:#e9eef1;line-height:.8;margin-bottom:-2px}
.projects-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.projects-intro p{max-width:700px}
.project-page-grid{grid-template-columns:1fr;gap:36px}.project-tile{display:grid;grid-template-columns:.92fr 1.08fr;min-height:480px;box-shadow:0 10px 36px rgba(3,31,48,.06)}.project-tile:nth-child(even){grid-template-columns:1.08fr .92fr}.project-tile:nth-child(even)>img,.project-tile:nth-child(even)>.project-placeholder{order:2}.project-tile>img,.project-tile>.project-placeholder{height:100%;min-height:480px}.project-tile .project-body{padding:38px 42px}.project-tile .project-body h3{font-size:2.5rem}.project-tile .gallery{grid-template-columns:repeat(3,1fr);margin-top:24px}.project-tile .gallery img{height:135px}
.project-placeholder{background:linear-gradient(135deg,#0a2d45,#164f72);color:#d9e5eb;min-height:480px}.project-placeholder:before{content:"PROJECT PHOTOGRAPHY";display:block;color:#fff;margin-bottom:7px}
.contact-wrap{padding:82px 0;background:linear-gradient(180deg,#fff,#f5f7f8)}.contact-card{padding:38px;background:#082b43;color:#fff;border-left:0;box-shadow:0 12px 35px rgba(3,31,48,.16)}.contact-card .eyebrow{color:#ff7075}.contact-card p{color:#e5eff4}.contact-card a{color:#fff}.contact-card hr{border:0;border-top:1px solid rgba(255,255,255,.18);margin:24px 0}.contact-form-shell{background:#fff;padding:38px;box-shadow:0 12px 35px rgba(3,31,48,.08);border-top:4px solid var(--red)}
.contact-form input,.contact-form textarea{background:#fbfcfd}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(217,37,42,.16);border-color:var(--red)}
.microcopy{font-size:.74rem;color:#778994;margin-top:14px}
@media(max-width:980px){.stat-strip,.service-overview{grid-template-columns:repeat(2,1fr)}.history-feature,.history-feature.reverse{grid-template-columns:1fr}.archive-strip{grid-template-columns:1fr 1fr}.archive-strip img:first-child{transform:none;height:280px}.project-tile,.project-tile:nth-child(even){grid-template-columns:1fr}.project-tile:nth-child(even)>img,.project-tile:nth-child(even)>.project-placeholder{order:0}.project-tile>img,.project-tile>.project-placeholder{min-height:320px;height:320px}}
@media(max-width:760px){.page-hero{min-height:540px}.stat-strip,.service-overview{grid-template-columns:1fr}.page-anchor-nav{top:0}.archive-strip{grid-template-columns:1fr}.archive-strip img{height:250px}.project-tile .project-body{padding:28px 22px}.project-tile .gallery{grid-template-columns:1fr}.project-tile .gallery img{height:220px}.contact-form-shell{padding:28px 20px}}


/* --- v4 launch/readiness polish --- */
.skip-link{position:fixed;left:16px;top:12px;z-index:9999;background:#fff;color:var(--navy);padding:10px 14px;font-weight:800;transform:translateY(-180%);box-shadow:0 4px 16px rgba(0,0,0,.2)}
.skip-link:focus{transform:translateY(0)}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #ffbf47;outline-offset:3px}
.mobile-toggle{cursor:pointer}
.footer-small a:hover,.contact-card a:hover{text-decoration:underline}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* V9: navy site header */
.site-header{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.16)}
.brand-wordmark,.brand-group,.brand-title small,.nav,.header-tag{color:#fff}
.mobile-toggle{color:#fff}
@media(max-width:760px){.nav{background:var(--navy)}.nav a{color:#fff;border-bottom-color:rgba(255,255,255,.14)}}


/* V20 final production polish */
.hero h1{font-size:clamp(3.6rem,6.5vw,6.65rem)}
.hero-tags{line-height:1.65;letter-spacing:.09em}
.footer-brand img{width:68px}
.section-block{padding:68px 0}
@media(max-width:760px){.section-block{padding:54px 0}}
