:root {
  --ink:#171514;
  --paper:#fcf8f6;
  --accent:#dd5e27;
  --blush:#ebc5be;
  --blush-light:#fffeff;
  --contact-ochre:#f1dfb5;
  --line:#dcc9c3;
  --muted:#6d615d;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  line-height:1.5;
}
img {
  display:block;
  max-width:100%;
}
.site-header {
  min-height:122px;
  padding:12px clamp(24px,5vw,80px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  background:var(--paper);
}
.brand img {
  width:230px;
  height:230px;
  object-fit:contain;
}
.site-header-home {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  min-height:clamp(330px,28vw,450px);
  position:relative;
  justify-content:initial;
}
.site-header-home .brand {
  grid-column:2;
}
.site-header-home nav {
  position:absolute;
  top:50%;
  right:clamp(24px,5vw,80px);
  transform:translateY(-50%);
}
.brand {
  display:flex;
  align-items:center;
  gap:16px;
  color:var(--ink);
  text-decoration:none;
}
.brand-copy {
  display:flex;
  flex-direction:column;
  gap:5px;
}
.site-header-home .brand {
  flex-direction:row;
  gap:54px;
}
.brand-copy small {
  color:var(--ink);
  font-size:clamp(31px,4.5vw,74px);
  font-weight:bold;
  letter-spacing:-.065em;
  line-height:.84;
  text-transform:uppercase;
}
.back-link {
  color:var(--ink);
  font-size:14px;
  text-decoration:none;
}
nav {
  display:flex;
  gap:26px;
  align-items:center;
}
nav a {
  color:inherit;
  font-size:14px;
  text-decoration:none;
}
.nav-contact {
  display:inline-block;
  border:1px solid var(--ink);
  padding:10px 15px;
  transition:transform .2s,background .2s;
}
.nav-contact:hover {
  transform:translateY(-3px);
  background:#e97845;
}
.hero {
  min-height:calc(100vh - 122px);
  display:grid;
  grid-template-columns:1fr 1fr;
}
.hero-copy {
  padding:clamp(72px,13vw,190px) clamp(24px,9vw,150px);
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}
.hero-image {
  margin:0;
  min-height:520px;
  overflow:hidden;
}
.hero-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 62%;
}
.eyebrow {
  margin:0 0 18px;
  font-size:11px;
  letter-spacing:.13em;
  font-weight:bold;
  text-transform:uppercase;
}
h1,h2 {
  margin:0;
  font-weight:400;
  letter-spacing:-.065em;
  line-height:.91;
}
h1 {
  font-size:clamp(62px,9vw,148px);
}
h2 {
  font-size:clamp(44px,6vw,92px);
}
em {
  font-family:Georgia,serif;
  font-weight:400;
}
.intro {
  max-width:410px;
  margin:30px 0;
  font-size:18px;
}
.button {
  display:inline-flex;
  gap:28px;
  align-items:center;
  padding:15px 18px;
  background:var(--accent);
  color:var(--ink);
  font-size:14px;
  text-decoration:none;
  font-weight:bold;
  transition:transform .2s,background .2s;
}
.button:hover {
  transform:translateY(-3px);
  background:#c64d1a;
}
.button span {
  font-size:22px;
  line-height:12px;
}
.services {
  padding:clamp(80px,12vw,180px) clamp(24px,9vw,150px) 0;
}
.services-heading {
  max-width:900px;
}
.service-grid {
  margin-top:80px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--ink);
}
.service-grid article {
  min-height:300px;
  padding:18px 22px 35px 0;
  border-right:1px solid var(--ink);
  display:flex;
  flex-direction:column;
}
.service-grid article:not(:first-child) {
  padding-left:22px;
}
.service-grid article:last-child {
  border-right:0;
}
.service-grid span {
  font-size:12px;
}
h3 {
  margin:45px 0 18px;
  font-size:22px;
  letter-spacing:-.04em;
  line-height:1.05;
  font-weight:400;
}
.service-grid p {
  margin:0;
  font-size:14px;
  max-width:230px;
}
.expertise {
  padding:clamp(80px,12vw,180px) clamp(24px,9vw,150px);
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:80px;
  border-top:1px solid var(--line);
}
.expertise-text {
  max-width:420px;
  padding-top:30px;
}
.expertise-text p {
  font-size:20px;
  margin-top:0;
}
ul {
  padding:0;
  margin:36px 0 0;
  list-style:none;
  border-top:1px solid var(--ink);
}
li {
  padding:14px 0;
  border-bottom:1px solid var(--ink);
}
.method {
  padding:clamp(80px,12vw,180px) clamp(24px,9vw,150px);
  background:#211b19;
  color:var(--blush-light);
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:clamp(55px,10vw,150px);
}
.method-heading h2 {
  max-width:710px;
}
.method-steps {
  border-top:1px solid var(--blush-light);
}
.method-steps article {
  display:grid;
  grid-template-columns:55px 1fr 1.25fr;
  gap:15px;
  padding:27px 0;
  border-bottom:1px solid var(--blush-light);
}
.method-steps span {
  font-size:12px;
  color:var(--accent);
}
.method-steps h3 {
  margin:0;
  font-size:23px;
}
.method-steps p {
  margin:1px 0 0;
  color:#fffeff;
  font-size:14px;
}
.work {
  padding:clamp(80px,12vw,180px) clamp(24px,9vw,150px);
}
.work-intro {
  display:flex;
  align-items:end;
  justify-content:space-between;
  margin-bottom:55px;
}
.projects-showcase {
  display:grid;
  --project-gap:clamp(24px,3vw,48px);
  gap:var(--project-gap);
}
.work figure {
  margin:0;
}
.work figure img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(100%);
  transition:filter .3s ease;
}
.work figure:hover img {
  filter:grayscale(0);
}
.project-ferronnerie {
  margin:0;
}
.project-pair {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:var(--project-gap);
  height:clamp(330px,42vw,600px);
}
.project-pair img:first-child {
  object-position:center 28%;
}
.industrial-projects {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:var(--project-gap);
}
.industrial-projects figure {
  margin:0;
}
.industrial-projects img {
  aspect-ratio:16 / 10;
}
.project-docks img {
  object-position:45% 82%;
}
figcaption {
  margin-top:13px;
  font-size:13px;
}
.contact {
  padding:clamp(90px,12vw,190px) clamp(24px,9vw,150px);
  background:var(--contact-ochre);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(55px,10vw,160px);
}
.contact p:not(.eyebrow) {
  max-width:410px;
  font-size:20px;
  margin:34px 0;
}
.contact address {
  font-style:normal;
  font-size:14px;
  line-height:1.7;
}
.contact address a {
  color:inherit;
}
.light {
  background:var(--ink);
  color:var(--blush-light);
  border:0;
  cursor:pointer;
}
.light:hover {
  background:var(--accent);
  color:var(--ink);
}
.contact-form {
  padding-top:8px;
}
.form-row {
  margin-bottom:20px;
}
label {
  display:block;
  font-size:12px;
  font-weight:bold;
  margin-bottom:7px;
}
label b {
  color:var(--accent);
}
input, textarea {
  display:block;
  width:100%;
  background:transparent;
  border:0;
  border-bottom:1px solid var(--ink);
  border-radius:0;
  padding:9px 0;
  color:var(--ink);
  font:16px Arial,sans-serif;
  outline-offset:5px;
}
textarea {
  resize:vertical;
}
.consent {
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin:28px 0 18px;
  font-weight:normal;
  line-height:1.35;
}
.consent input {
  width:16px;
  height:16px;
  margin:1px 0 0;
  accent-color:var(--accent);
}
.privacy-note {
  margin:17px 0 0!important;
  font-size:11px!important;
  line-height:1.45;
}
.honeypot {
  position:absolute;
  left:-9999px;
}
.legal-page {
  max-width:940px;
  padding:clamp(75px,12vw,150px) clamp(24px,9vw,150px);
}
.legal-page h1 {
  margin-bottom:80px;
}
.legal-page section {
  max-width:700px;
  padding:32px 0;
  border-top:1px solid var(--ink);
}
.legal-page h2 {
  font-size:28px;
  letter-spacing:-.04em;
  line-height:1.1;
  margin-bottom:18px;
}
.legal-page p {
  max-width:650px;
  margin:0 0 14px;
}
.legal-page a {
  color:inherit;
}
footer {
  background:var(--ink);
  color:var(--blush-light);
}
.footer-top {
  padding:52px clamp(24px,9vw,150px);
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:35px;
  border-bottom:1px solid #6e4f47;
}
.footer-top p {
  margin:0;
  color:#fffeff;
  font-size:13px;
}
.footer-top .footer-name {
  margin-bottom:8px;
  color:var(--accent);
  font-size:18px;
  font-weight:bold;
  letter-spacing:.06em;
}
.footer-top address {
  font-style:normal;
  color:#fffeff;
  font-size:13px;
  line-height:1.65;
}
.footer-top a,.footer-bottom a {
  color:#fff;
  text-decoration:none;
}
.footer-top a:hover,.footer-bottom a:hover {
  color:var(--accent);
}
.footer-contact p {
  margin-bottom:6px;
}
.footer-contact .opening-hours {
  margin:10px 0 0;
  color:#fff;
  font-size:12px;
  line-height:1.55;
}
.protected-phone {
  display:inline-block;
  color:#fff;
  font-size:16px;
  font-weight:700;
  letter-spacing:.04em;
}
.footer-bottom {
  padding:18px clamp(24px,9vw,150px);
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  align-items:start;
  gap:20px;
  font-size:11px;
  color:#fffeff;
}
.footer-bottom > span {
  grid-column:1;
}
.footer-bottom nav {
  display:flex;
  grid-column:3;
  justify-self:start;
  gap:20px;
}
.footer-bottom nav a {
  color:#fff;
}
@media (max-width:1200px) {
  .site-header-home {
    display:flex;
    flex-direction:column;
    align-items:center;
    min-height:auto;
    padding:28px 24px 20px;
  }
  .site-header-home .brand {
    flex-direction:column;
    gap:16px;
  }
  .site-header-home nav {
    position:static;
    margin-top:18px;
    transform:none;
  }
}
@media (max-width:720px) {
  .hero-copy,.services,.expertise,.method,.work,.contact {
    padding-left:24px;
    padding-right:24px;
  }
  .site-header {
    min-height:92px;
    padding:10px 20px;
  }
  .brand img {
    width:150px;
    height:150px;
  }
  .brand {
    gap:10px;
  }
  .brand-copy small {
    font-size:clamp(31px,4.5vw,74px);
  }
  nav {
    gap:14px;
  }
  .site-header nav a:not(.nav-contact) {
    display:none;
  }
  .hero,.expertise,.method,.contact {
    grid-template-columns:1fr;
  }
  .hero-copy {
    min-height:560px;
  }
  .hero-image {
    min-height:330px;
    margin:0 24px;
  }
  .expertise {
    gap:18px;
  }
  .method {
    gap:45px;
  }
  .work-intro {
    display:block;
  }
  .work-intro .eyebrow {
    margin-bottom:25px;
  }
  .project-pair {
    grid-template-columns:1fr;
    height:auto;
  }
  .project-pair img {
    height:330px;
  }
  .industrial-projects {
    grid-template-columns:1fr;
    gap:32px;
  }
  .industrial-projects img {
    height:280px;
    aspect-ratio:auto;
  }
  .service-grid {
    grid-template-columns:1fr 1fr;
    margin-top:50px;
  }
  .service-grid article:nth-child(2) {
    border-right:0;
  }
  .service-grid article:nth-child(-n+2) {
    border-bottom:1px solid var(--ink);
  }
  .service-grid article:nth-child(n+3) {
    padding-top:24px;
  }
  .contact {
    gap:50px;
  }
  .footer-top {
    grid-template-columns:1fr;
    gap:22px;
    padding:38px 24px;
  }
  .footer-bottom {
    display:grid;
    grid-template-columns:1fr;
    padding:18px 24px;
  }
  .footer-bottom > span,.footer-bottom nav {
    grid-column:1;
  }
  .footer-bottom nav {
    margin-top:15px;
    flex-wrap:wrap;
    gap:12px 18px;
  }
}
@media (max-width:520px) {
  .method-steps article {
    grid-template-columns:35px 1fr;
  }
  .method-steps p {
    grid-column:2;
  }
}
@media (max-width:420px) {
  .service-grid {
    grid-template-columns:1fr;
  }
  .service-grid article,.service-grid article:nth-child(2) {
    border-right:0;
    border-bottom:1px solid var(--ink);
    padding:22px 0;
    min-height:auto;
  }
  .service-grid article:last-child {
    border-bottom:0;
  }
  h3 {
    margin:24px 0 12px;
  }
}
