@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Libre+Caslon+Display&display=swap');
:root{--ink:#212523;--paper:#faf9f6;--muted:#686d67;--red:#b82e32;--line:#d8d9d3;--dark:#17221f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font:16px 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #cf4f4f;outline-offset:5px}.skip{position:fixed;top:-100px;left:16px;z-index:30;background:white;padding:15px}.skip:focus{top:10px}header{position:absolute;top:0;left:0;right:0;height:112px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:30px;z-index:10;color:#fff;border-bottom:1px solid #ffffff33}.brand img{width:153px;height:auto;display:block;filter:brightness(0) invert(1)}nav{display:flex;gap:33px}nav a{font-size:14px;font-weight:450;position:relative}nav a:after{content:'';position:absolute;bottom:-7px;left:0;width:0;height:1px;background:white;transition:width .3s}nav a:hover:after{width:100%}.nav-contact{font-size:14px;border:1px solid #ffffff55;padding:15px 20px}.nav-contact span{margin-left:25px}.nav-contact:hover{background:#fff;color:var(--ink)}.menu{display:none}.hero{position:relative;isolation:isolate;background:var(--dark);min-height:780px;height:100svh;max-height:1100px;color:white;overflow:hidden}.hero-image{position:absolute;inset:-4% 0;width:100%;height:108%;object-fit:cover;object-position:50% 58%;animation:drift 22s ease-in-out infinite alternate;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,#0d201c70,transparent 35%,#0b1e1bbb),linear-gradient(90deg,#0d211da8,#0d211d20);z-index:-2}.hero-content{padding:230px 6% 140px;max-width:1500px}.eyebrow{display:flex;align-items:center;gap:15px;font-size:12px;letter-spacing:2.1px;line-height:1.6}.line{display:block;width:34px;height:2px;background:#d14248}h1,h2,h3,p{margin:0}h1,h2{font-family:'Libre Caslon Display',Georgia,serif;font-weight:400}h1{font-size:clamp(68px,7.8vw,124px);line-height:1.01;letter-spacing:-2.5px;margin:34px 0 30px}em{font-style:italic;font-weight:400}.hero h1 em{color:#f1ead8}.hero p{font-size:16px;line-height:1.85;max-width:370px;color:#e0e4dc;margin-left:6px}.button{display:inline-flex;align-items:center;gap:38px;font-size:14px;transition:background .25s,color .25s}.hero .button{margin-top:30px;padding:0 0 9px;border-bottom:1px solid #ffffff80}.button span{display:flex;align-items:center;justify-content:center;font-size:25px;width:45px;height:45px;border:1px solid #ffffff77;border-radius:50%;transition:transform .3s}.button:hover span{transform:rotate(45deg)}.hero-bottom{position:absolute;bottom:32px;left:6%;right:6%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid #ffffff40;font-size:12px;letter-spacing:1.1px}.route{display:inline-block;font-size:0;width:90px;height:1px;background:#ffffff70;margin:0 20px;vertical-align:middle}.hero-bottom>a{font-size:14px;letter-spacing:0}.hero-bottom>a span{margin-left:30px}.motion-toggle{position:absolute;bottom:98px;right:6%;font-size:12px;border:1px solid #ffffff55;background:#14271e55;color:white;padding:9px 12px;cursor:pointer}.motion-paused .hero-image{animation-play-state:paused}.intro-strip{padding:28px 6%;display:flex;justify-content:space-between;gap:20px;font-size:11px;letter-spacing:2px;border-bottom:1px solid var(--line)}.intro-strip span+span:before{content:'+';color:var(--red);margin-right:40px;font-size:16px}.section{padding:110px 6%;}.section-label{font-size:12px;letter-spacing:1.6px;margin-bottom:35px;display:flex;align-items:center;gap:18px}.section-label:before{content:'';width:20px;height:1px;background:var(--red)}h2{font-size:clamp(46px,5vw,77px);line-height:1.06;letter-spacing:-1.5px}.about{display:grid;grid-template-columns:1fr 3fr;gap:30px}.about>.section-label{align-self:start;margin-top:12px;font-size:11px}.about h2 span{color:#81867c;font-style:italic}.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:42px;color:var(--muted);line-height:1.85}.about-copy>p:first-child{font-size:20px;line-height:1.7;color:var(--ink)}.text-link{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:14px;color:var(--ink);padding-bottom:14px;border-bottom:1px solid #91998a}.text-link span{font-size:24px}.facts{display:grid;grid-template-columns:1fr .7fr 1.2fr;gap:25px;margin-top:60px;border-top:1px solid var(--line);padding-top:35px}.facts strong{font-family:'Libre Caslon Display',Georgia,serif;font-size:55px;font-weight:400;letter-spacing:-1.5px}.facts span{display:block;font-size:12px;color:var(--muted);margin-top:8px}.services{background:#e9ebe5}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:55px}.section-heading>p{line-height:1.8;color:var(--muted);max-width:290px}.service-experience{display:grid;grid-template-columns:1fr 1fr;gap:7%}.service-visual{margin:0;position:relative;overflow:hidden;min-height:510px}.service-visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.service-visual:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#102017a0)}.service-visual figcaption{position:absolute;bottom:23px;left:25px;right:25px;font-size:11px;letter-spacing:1px;color:white;display:flex;justify-content:space-between;z-index:1}.service-list{padding-top:5px}.service-list details{border-top:1px solid #aeb6aa}.service-list details:last-of-type{border-bottom:1px solid #aeb6aa}.service-list summary{list-style:none;display:flex;align-items:center;gap:24px;padding:30px 0;cursor:pointer}.service-list summary::-webkit-details-marker{display:none}.service-list summary>span{font-size:12px;color:var(--muted)}.service-list h3{font-family:'Libre Caslon Display',Georgia,serif;font-size:37px;font-weight:400;line-height:1.1;letter-spacing:-.4px}.service-list summary b{font-size:25px;font-weight:400;margin-left:auto;transition:transform .3s}.service-list details[open] summary b{transform:rotate(45deg);color:var(--red)}.service-description{padding:0 35px 32px 40px}.service-description p{color:var(--muted);line-height:1.85;margin-bottom:25px}.service-description>span{font-size:11px;letter-spacing:1.5px;color:var(--red)}.service-list>.text-link{margin-top:35px}.supplier-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.supplier-heading p{max-width:345px;color:var(--muted);line-height:1.8}.supplier-logos{margin-top:55px;padding:40px 0;display:grid;grid-template-columns:repeat(6,1fr);gap:35px;align-items:center;border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.supplier-logos img{width:100%;height:64px;object-fit:contain;filter:brightness(.25);mix-blend-mode:multiply;opacity:.85}.gallery{background:var(--dark);color:#f7f8f0;padding-top:95px;padding-bottom:115px}.gallery-hint{font-size:11px;letter-spacing:1.5px;color:#b5beb4}.gallery-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:55px 5%;align-items:start}.photo{border:0;padding:0;background:transparent;display:block;position:relative;cursor:zoom-in;width:100%;text-align:left;overflow:hidden}.photo img{display:block;width:100%;height:340px;object-fit:cover;transition:transform .8s,filter .5s;filter:saturate(.8)}.photo:hover img{transform:scale(1.025);filter:saturate(1)}.photo>span{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff30;padding:20px 0;font-size:14px}.photo b{font-size:22px;font-weight:400}.photo-tall img{height:560px}.photo:nth-child(2){margin-top:120px}.photo:nth-child(3){max-width:80%}.photo-detail img{height:440px}.photo-detail{margin-top:-90px}.contact{background:#f1f0ea;padding-bottom:30px;overflow:hidden}.contact-top{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding-bottom:65px;border-bottom:1px solid #bdc1b6}.contact h2{font-size:clamp(65px,7vw,110px);line-height:1.02}.contact h2 em{color:var(--red)}.contact .button{background:var(--red);color:#fff;padding:15px 24px;gap:35px}.contact .button:hover{background:#96272a}.office-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:65px;padding:50px 0 60px}.contact-intro{font-family:'Libre Caslon Display',Georgia,serif;font-size:33px;line-height:1.2}.contact-intro p{font:15px/1.8 'DM Sans',Arial,sans-serif;color:var(--muted);max-width:270px;margin-top:22px}.office-title{display:flex;align-items:center;justify-content:space-between}.office-title h3{font-size:20px;font-weight:500}.office-title span{font-size:12px;color:var(--red)}.office-grid article p{font-size:15px;line-height:1.8;margin:24px 0;color:var(--muted)}.office-grid article>a{display:block;font-size:15px;margin:12px 0}.office-grid article>a:hover{text-decoration:underline}.closing-word{font-size:clamp(110px,23vw,360px);letter-spacing:-.07em;line-height:.88;font-weight:600;border-bottom:1px solid #bdc1b6;padding-bottom:30px;color:#24302a;display:flex;align-items:flex-start;justify-content:space-between}.closing-word>span{font-size:.14em;line-height:1.4;letter-spacing:0;margin-left:20px;font-weight:400}footer{padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:var(--muted)}.footer-brand{font-size:19px;font-weight:600;letter-spacing:2px}.footer-brand span{display:block;font-size:9px;letter-spacing:1px;font-weight:400;margin-top:3px}dialog{padding:0;border:0;background:transparent;max-width:92vw;max-height:92vh;overflow:visible}dialog::backdrop{background:#101b17eb}dialog>img{display:block;max-width:90vw;max-height:85vh;object-fit:contain}.close{position:absolute;right:8px;top:8px;z-index:1;border:0;background:white;width:44px;height:44px;border-radius:50%;font-size:32px;cursor:pointer}@keyframes drift{from{transform:scale(1)}to{transform:scale(1.08)}}.reveal{animation:reveal-in .85s ease both}@keyframes reveal-in{from{opacity:.15;transform:translateY(25px)}to{opacity:1;transform:none}}
@media(min-width:1500px){.section{padding-left:max(6%,calc((100vw - 1400px)/2));padding-right:max(6%,calc((100vw - 1400px)/2))}}@media(max-width:1000px){nav{gap:20px}header{gap:20px}.hero-content{padding-top:220px}.about{grid-template-columns:1fr}.office-grid{gap:30px}.service-experience{gap:35px}.service-list h3{font-size:31px}.supplier-logos{gap:25px}.contact-top{align-items:flex-start}.contact .button{white-space:nowrap;align-self:flex-end}.contact h2{font-size:70px}.intro-strip{font-size:10px;letter-spacing:1.1px}.intro-strip span+span:before{margin-right:20px}}
@media(max-width:700px){header{height:87px;padding:0 23px;gap:12px}.brand img{width:115px}.nav-contact{margin-left:auto;font-size:12px;padding:10px 12px}.nav-contact span{margin-left:9px}.menu{display:block;background:none;border:1px solid #ffffff66;color:white;font-size:17px;padding:7px 10px}nav{display:none;position:absolute;top:87px;left:0;right:0;background:var(--dark);padding:28px;box-shadow:0 15px 20px #0002}nav.open{display:flex;flex-direction:column;gap:27px}.hero{min-height:750px;max-height:none;height:100svh}.hero-content{padding:190px 24px 150px}.hero-image{object-position:57% 50%}.hero-shade{background:linear-gradient(90deg,#0c1f1bbc,#0c1f1b35),linear-gradient(0deg,#0b1b19bb,transparent)}.eyebrow{font-size:10px;letter-spacing:1.3px;max-width:290px;gap:12px}.line{width:23px;flex-shrink:0}h1{font-size:clamp(50px,12vw,82px);line-height:1.02;letter-spacing:-1.4px;margin:30px 0}.hero p{font-size:15px;max-width:310px;margin-left:0;line-height:1.8}.hero .button{margin-top:22px}.hero-bottom{left:24px;right:24px;bottom:26px;font-size:9px;letter-spacing:.6px;align-items:flex-end}.hero-bottom>a{font-size:12px}.hero-bottom>a span{margin-left:8px}.hero-bottom>span{max-width:180px;line-height:1.8}.route{width:22px;margin:0 6px}.motion-toggle{right:24px;bottom:95px}.intro-strip{padding:23px 24px;font-size:9px;letter-spacing:.8px;line-height:1.6;gap:15px}.intro-strip span+span:before{display:none}.section{padding:70px 24px}.section-label{font-size:10px;margin-bottom:28px}h2{font-size:46px;letter-spacing:-1px}.about-copy{grid-template-columns:1fr;gap:25px;margin-top:28px}.about-copy>p:first-child{font-size:19px}.text-link{grid-column:auto}.facts{margin-top:40px;gap:20px;grid-template-columns:1fr 1fr}.facts strong{font-size:47px}.facts>div:last-child{grid-column:1/-1}.section-heading{flex-direction:column;align-items:flex-start;gap:25px;margin-bottom:32px}.section-heading>p br{display:none}.service-experience{grid-template-columns:1fr;gap:30px}.service-visual{min-height:330px}.service-list summary{gap:20px;padding:26px 0}.service-list h3{font-size:32px}.service-description{padding-left:34px}.supplier-heading{flex-direction:column;align-items:flex-start;gap:25px}.supplier-logos{grid-template-columns:repeat(3,1fr);gap:25px;margin-top:35px;padding:28px 0}.supplier-logos img{height:48px}.gallery-grid{grid-template-columns:1fr;gap:30px}.photo img,.photo-tall img,.photo-detail img{height:340px}.photo:nth-child(2),.photo-detail{margin:0}.photo:nth-child(3){max-width:100%}.photo>span{padding:15px 0;font-size:13px}.contact-top{flex-direction:column;align-items:flex-start;gap:30px;padding-bottom:40px}.contact h2{font-size:clamp(51px,12vw,70px)}.contact .button{align-self:flex-start;padding:10px 20px}.office-grid{grid-template-columns:1fr;gap:35px;padding:35px 0 55px}.contact-intro p{max-width:100%}.office-grid article{border-top:1px solid #bdc1b6;padding-top:25px}.closing-word{padding-bottom:20px;font-size:25vw}footer{flex-wrap:wrap;gap:20px}footer>span{order:3;width:100%;font-size:11px}.footer-brand{font-size:16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-toggle{display:none}}
/* Cinematic ship hero: independent sky and stationary photographic foreground. */
:root{--paper:#fafaf8;--ink:#1e2324;--dark:#141c20}
header{height:110px;color:#172025;border-bottom:0;padding-left:6%;padding-right:6%}.brand img{filter:none;width:148px}nav a{font-size:14px}nav a:after{background:#172025}.nav-contact{background:#192125;color:#fff;border:1px solid #192125;border-radius:4px;padding:12px 19px}.nav-contact:hover{background:#384147;color:white}.hero{height:100svh;min-height:850px;max-height:1180px;background:#b7c2cc;color:#182127}.sky-window{position:absolute;inset:0;z-index:-4;overflow:hidden}.sky-drift{position:absolute;left:-15%;top:-4%;width:130%;height:100%;object-fit:cover;animation:clouds-travel 40s ease-in-out infinite alternate;will-change:transform}.ship-foreground{position:absolute;z-index:-3;left:0;bottom:-12%;width:100%;height:82%;object-fit:cover;object-position:50% 42%;filter:saturate(.62) contrast(.95)}.hero-shade{z-index:-2;background:linear-gradient(180deg,#eef2f54d 0%,#e4ebee24 32%,transparent 54%,#18212733 72%,#141c20 100%)}.hero-content{padding:168px 24px 0;max-width:1100px;margin:0 auto;text-align:center}.eyebrow{justify-content:center;font-size:11px;letter-spacing:2.5px;max-width:none;color:#334048}h1{font-family:'DM Sans',Arial,sans-serif;font-size:clamp(47px,4.7vw,72px);font-weight:400;line-height:1.2;letter-spacing:-1.9px;margin:25px 0 20px}.hero h1 em{font-style:normal;color:inherit}.hero p{max-width:575px;font-size:16px;line-height:1.75;color:#26343e;margin:0 auto}.hero .button{margin-top:24px;padding:0 0 6px;color:#1e2c34;border-color:#3d4a5277;font-size:14px;gap:20px}.hero .button span{width:32px;height:32px;font-size:18px;border-color:#3d4a5266}.hero-bottom{color:#e9edf0;bottom:32px;border-top-color:#ffffff30}.motion-toggle{z-index:2;color:#fff;background:#17252d66;border-color:#ffffff66;bottom:105px}.motion-paused .sky-drift{animation-play-state:paused}.motion-paused .reveal{animation:none}.intro-strip{background:var(--dark);color:#e0e6e7;border-bottom-color:#ffffff24;padding-top:28px;padding-bottom:35px}.intro-strip span+span:before{color:#95a9b4}.about{background:var(--dark);color:#eff0ec;padding-top:125px;padding-bottom:125px}.about h2 span{color:#a6b4b9}.about-copy{color:#b6c0c1}.about-copy>p:first-child,.about .text-link{color:#e5eae8}.about .text-link{border-color:#72828a}.about .facts{border-color:#ffffff2b}.about .facts span{color:#b2bdbd}.services{background:#f6f7f4}.section-label:before{background:#9f4446}.gallery{background:var(--dark)}.contact{background:#eff1ef}.contact h2 em{color:#52656c}.contact .button{background:#1f2c33}.contact .button:hover{background:#3d4c54}.closing-word{color:#1f2c33}@keyframes clouds-travel{0%{transform:translateX(-3%)}100%{transform:translateX(9%)}}
@media(min-width:1800px){.hero-content{padding-top:185px}.ship-foreground{height:88%;bottom:-19%}}@media(max-width:1000px){.hero-content{padding-top:180px}.hero{min-height:830px}.ship-foreground{height:70%;bottom:-7%;object-position:52% 45%}header{gap:16px}nav{gap:20px}.hero h1{font-size:58px}}
@media(max-width:700px){header{height:86px;padding:0 22px;gap:10px}.brand img{width:114px}.nav-contact{font-size:12px;padding:9px 11px}.menu{border-color:#23333b;color:#23333b}.hero{min-height:810px;height:100svh;max-height:none}.hero-content{padding:147px 23px 0}.eyebrow{font-size:9px;letter-spacing:1.4px;line-height:1.7;max-width:290px;margin:auto}.hero h1{font-size:clamp(37px,9.2vw,57px);line-height:1.19;letter-spacing:-1.4px;margin:23px 0 18px}.hero p{font-size:14px;line-height:1.7;max-width:330px}.hero .button{margin-top:20px;font-size:13px;gap:15px}.ship-foreground{width:100%;height:61%;bottom:-3%;object-position:53% 42%}.sky-drift{width:170%;left:-35%;height:80%}.hero-shade{background:linear-gradient(180deg,#edf2f54d,transparent 48%,#19232c22 68%,#141c20 100%)}.hero-bottom{bottom:28px;left:24px;right:24px;font-size:9px}.motion-toggle{bottom:100px;font-size:11px}nav.open{color:#fff;background:#1c2830}nav a:after{background:white}.intro-strip{padding:24px;font-size:9px}.about{padding-top:70px;padding-bottom:70px}}@media(prefers-reduced-motion:reduce){.sky-drift{animation:none;will-change:auto}}

/* Use the extraction only as an alpha mask; all visible ship pixels remain from SWEFL's original photograph. */
.ship-foreground{-webkit-mask-image:url('/assets/ship-sky-mask.png');mask-image:url('/assets/ship-sky-mask.png');-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:50% 42%;mask-position:50% 42%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;filter:saturate(.5) contrast(.95)}
@media(max-width:1000px){.ship-foreground{-webkit-mask-position:52% 45%;mask-position:52% 45%}}
@media(max-width:700px){.ship-foreground{-webkit-mask-position:53% 42%;mask-position:53% 42%}}
/* Readable hero introduction on a consistently light surface. */
.hero-intro{display:inline-block;background:rgba(250,252,253,.94);padding:18px 25px 16px;border:1px solid rgba(255,255,255,.8);border-radius:5px;box-shadow:0 8px 28px #18242d12;max-width:630px;backdrop-filter:blur(8px)}.hero .hero-intro p{color:#18242c}.hero .hero-intro .button{color:white;background:#1d2b34;border:0;border-radius:3px;padding:8px 17px;margin-top:14px;gap:22px}.hero .hero-intro .button span{border-color:#ffffff70;color:#fff}.hero .hero-intro .button:hover{background:#354750}.service-visual img{transition:opacity .2s ease}.team-page header{position:relative;background:#f1f4f2;border-bottom:1px solid #d9dfdb}.team-intro{background:#e7edeb;padding-top:85px;padding-bottom:85px}.team-intro h1{font-family:'Libre Caslon Display',Georgia,serif;font-size:clamp(65px,7vw,110px);line-height:1.03;margin:0 0 35px;font-weight:400;letter-spacing:-2px}.team-intro p{max-width:630px;line-height:1.85;font-size:18px;color:#4c5d60}.team-intro .text-link{max-width:290px;margin-top:30px}.team-presence{display:grid;grid-template-columns:1.2fr 1fr;gap:80px}.team-office-copy{display:grid;gap:35px}.team-office-copy h3{font-size:23px;font-weight:500;margin-bottom:15px}.team-office-copy p{line-height:1.8;color:#606e70}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.team-member img{width:100%;aspect-ratio:4/5;object-fit:cover;margin-bottom:23px}.team-member h3{font-size:24px;font-weight:500}.team-member p{line-height:1.8;color:#5a686b;margin-top:15px}.team-member .team-role{font-size:14px;color:#8e3e40;margin-top:8px}[hidden]{display:none!important}
@media(max-width:1100px) and (min-width:701px){header{padding-left:3%;padding-right:3%;gap:14px}nav{gap:15px}nav a{font-size:12px}.brand img{width:126px}.nav-contact{font-size:12px;padding:10px 12px}}
@media(max-width:700px){.hero-intro{padding:14px 16px 12px;max-width:350px}.hero .hero-intro p{font-size:14px}.hero .hero-intro .button{margin-top:12px;padding:6px 14px}.team-intro{padding-top:60px;padding-bottom:60px}.team-intro h1{font-size:60px}.team-intro p{font-size:16px}.team-presence{grid-template-columns:1fr;gap:35px}.team-grid{grid-template-columns:1fr;gap:35px}}
/* Keep the sky visible behind the introduction, with darker type. */
.hero-intro{background:none;border:0;padding:0;box-shadow:none;backdrop-filter:none;border-radius:0}
.hero .hero-intro p{color:#080e12;font-weight:550}
.hero .hero-intro .button{background:none;color:#080e12;border:0;border-bottom:1px solid #17212999;border-radius:0;padding:0 0 6px;margin-top:24px;gap:20px;font-weight:650}
.hero .hero-intro .button span{color:#080e12;border-color:#17212999}
.hero .hero-intro .button:hover{background:none;color:#000}
@media(max-width:700px){.hero-intro{padding:0}.hero .hero-intro .button{margin-top:20px;padding:0 0 6px;gap:15px}}
/* Place the introduction lower, over the darkened foreground rather than the clouds. */
.hero-intro{position:absolute;left:50%;bottom:110px;transform:translateX(-50%);width:min(575px,calc(100% - 48px));max-width:575px;z-index:1}
.hero .hero-intro p{color:#fff;font-weight:550;text-shadow:0 1px 4px #0009}
.hero .hero-intro .button{color:#fff;border-bottom-color:#ffffffb3;margin-top:16px;text-shadow:0 1px 4px #0009}
.hero .hero-intro .button span{color:#fff;border-color:#ffffffb3}
.hero .hero-intro .button:hover{color:#fff;background:none}
.hero-shade{background:linear-gradient(180deg,#eef2f54d 0%,#e4ebee24 32%,transparent 48%,#141c20b3 74%,#141c20 100%)}
.motion-toggle{bottom:110px}
@media(max-width:700px){.hero-intro{bottom:137px;width:calc(100% - 48px);max-width:350px}.hero .hero-intro p{font-size:15px;line-height:1.65}.hero .hero-intro .button{margin-top:14px}.motion-toggle{bottom:94px}.hero-shade{background:linear-gradient(180deg,#edf2f54d,transparent 43%,#141c20b3 70%,#141c20 100%)}}
.team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.team-photo-placeholder{width:100%;aspect-ratio:4/5;background:#e4e9e6;display:flex;align-items:center;justify-content:center;margin-bottom:23px;border:1px solid #d8dfda}
.team-photo-placeholder>span{font-family:'Libre Caslon Display',Georgia,serif;font-size:64px;font-weight:400;letter-spacing:2px;color:#718079}
.team-member h3{font-size:22px;line-height:1.35;overflow-wrap:break-word}
@media(max-width:1050px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px}}
@media(max-width:600px){.team-grid{grid-template-columns:1fr;gap:38px}.team-photo-placeholder{max-height:430px}}
.footer-email{display:inline-block;margin-top:18px;font-family:'DM Sans',Arial,sans-serif;font-size:16px;text-decoration:underline;text-underline-offset:5px}
.contact-hero{display:grid;grid-template-columns:1.1fr 1fr;gap:9%;background:#e7edeb;align-items:center;padding-top:90px;padding-bottom:95px}
.contact-heading h1{font-family:'Libre Caslon Display',Georgia,serif;font-size:clamp(75px,8vw,120px);font-weight:400;letter-spacing:-2px;line-height:1.02;margin:0 0 30px}.contact-heading h1 em{color:#60736d}.contact-heading>p{max-width:390px;font-size:18px;line-height:1.85;color:#4c5d60}
.enquiry-card{border-top:1px solid #a4b1aa;border-bottom:1px solid #a4b1aa;padding:38px 0}.main-email{display:inline-block;font-family:'Libre Caslon Display',Georgia,serif;font-size:clamp(35px,4vw,58px);letter-spacing:-1px;border-bottom:1px solid #73877b;padding-bottom:7px}.enquiry-card>p{color:#52635d;font-size:16px;line-height:1.8;margin:24px 0}.enquiry-card .button{background:#1f2c33;color:white;border-radius:3px;padding:12px 20px;gap:35px}.enquiry-card .button:hover{background:#394c55}.enquiry-card small{display:block;font-size:12px;color:#5c6d64;margin-top:14px;line-height:1.6}.copy-email{display:block;background:none;border:0;border-bottom:1px solid #87998d;padding:0 0 4px;margin-top:24px;font-size:14px;cursor:pointer}.copy-status{display:block;min-height:24px;font-size:13px;margin-top:12px;color:#394e43}.contact-offices{padding-top:65px}.contact-offices .office-grid{padding-top:10px}
@media(max-width:700px){.contact-hero{grid-template-columns:1fr;gap:40px;padding-top:60px;padding-bottom:60px}.contact-heading h1{font-size:76px}.contact-heading>p{font-size:16px}.main-email{font-size:43px}.enquiry-card{padding:28px 0}.contact-offices{padding-top:55px}}
/* Original PDF portraits, restored with their embedded transparency. */
.team-member img{background:#e4e9e6;object-fit:contain;object-position:center bottom;border:1px solid #d8dfda;aspect-ratio:4/5}
.team-member:has(img[src*="team-maie"]) img{object-fit:cover;object-position:50% 28%}
.photo img{filter:none}.photo:hover img{filter:none}.pdf-photo{margin-top:0}.pdf-photo img{height:360px}.pdf-photo:last-child img{height:520px;object-position:50% 20%}
@media(max-width:700px){.pdf-photo img{height:290px}.pdf-photo:last-child img{height:430px}}

/* New timber photography: generous framing with full-size gallery views. */
.gallery-new img{height:360px}.gallery-wide{grid-column:1/-1}.gallery-wide img{height:auto;max-height:640px;object-fit:cover}.pdf-photo:has(img[src*="pdf-overhead-vessel"]) img{height:520px;object-position:50% 20%}
@media(max-width:700px){.gallery-new img{height:290px}.gallery-wide img{height:auto;max-height:none}.pdf-photo:has(img[src*="pdf-overhead-vessel"]) img{height:430px}}

/* Refined SWEFL identity, preserving the original green and red. */
.brand img{width:170px;height:auto;filter:none}.footer-brand img{display:block;width:180px;height:auto}
@media(max-width:1100px) and (min-width:701px){.brand img{width:140px}}
@media(max-width:700px){.brand img{width:120px}.footer-brand img{width:150px}}
