:root {
  --ink: #080808;
  --ink-soft: #181818;
  --paper: #ffffff;
  --white: #ffffff;
  --amber: #ffffff;
  --line: rgba(8, 8, 8, 0.18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100% - 48px, var(--max));
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 162px; height: auto; display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,.25)); }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: var(--amber);
  font: 700 1.55rem/1 "Oswald", sans-serif;
  transform: skew(-7deg);
}
.brand-name { font: 600 1.15rem/1 "Oswald", sans-serif; letter-spacing: .1em; }
.brand-name b { color: var(--amber); }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover { color: #cfcfcf; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.language-toggle {
  appearance: none;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255,255,255,.5);
  padding: 8px 11px;
  border-radius: 999px;
  font: 700 .75rem/1 "Manrope", sans-serif;
  cursor: pointer;
}
.header-call { display: flex; flex-direction: column; text-decoration: none; line-height: 1.3; }
.header-call span { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.7); }
.header-call strong { font-size: .92rem; }

.hero {
  min-height: 850px;
  position: relative;
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 58% center; filter: grayscale(1) contrast(1.08); }
.hero-shade { background: linear-gradient(90deg, rgba(10,12,14,.9) 0%, rgba(10,12,14,.68) 37%, rgba(10,12,14,.1) 75%), linear-gradient(0deg, rgba(10,12,14,.7), transparent 45%); }
.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, var(--max));
  margin: 60px auto 120px;
  padding-top: 100px;
}
.eyebrow { margin: 0 0 18px; color: #ffffff; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #4a4a4a; }
h1, h2, h3 { font-family: "Oswald", sans-serif; line-height: 1.04; margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(4.1rem, 8vw, 7.7rem); font-weight: 600; letter-spacing: -.035em; text-transform: uppercase; }
.hero-copy { max-width: 610px; margin: 0 0 34px; color: rgba(255,255,255,.8); font-size: 1.15rem; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; font-weight: 800; text-decoration: none; }
.button-primary { color: var(--ink); background: var(--white); }
.button-primary:hover { background: #dedede; }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.5); }
.button-secondary:hover { background: rgba(255,255,255,.1); }
.hero-proof {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(100% - 48px, var(--max));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.3);
}
.hero-proof div { min-height: 108px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.22); }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font: 600 1.2rem "Oswald", sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.hero-proof span { color: rgba(255,255,255,.65); font-size: .82rem; }

.section { width: min(100% - 48px, var(--max)); margin: 0 auto; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .area h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 5.1rem); text-transform: uppercase; letter-spacing: -.025em; }
.section-heading > p { margin: 0; color: #555555; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 300px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card.featured { color: var(--white); background: var(--ink-soft); }
.service-number { color: #8a8a8a; font: 600 .8rem "Oswald", sans-serif; letter-spacing: .16em; }
.service-card.featured .service-number { color: #ffffff; }
.service-card h3 { margin: 48px 0 16px; font-size: 2rem; text-transform: uppercase; }
.service-card p { max-width: 500px; margin: 0; color: #666a6d; }
.service-card.featured p { color: rgba(255,255,255,.68); }
.service-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.service-tags span { padding: 10px 15px; color: #4f5356; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 700; }

.work-section { padding: 112px 0 120px; color: var(--white); background: #15181a; }
.work-heading { padding: 0 0 58px; }
.work-heading > div { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.work-heading h2 { max-width: 780px; margin: 0; font-size: clamp(3rem, 5.3vw, 5.5rem); text-transform: uppercase; letter-spacing: -.03em; }
.work-heading div > p { max-width: 500px; margin: 0; color: rgba(255,255,255,.6); }
.project-gallery { width: min(100% - 48px, var(--max)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.project-card { overflow: hidden; background: #202427; border: 1px solid rgba(255,255,255,.1); }
.project-card.bathroom-project { grid-column: 1 / -1; }
.project-card.pink-bath-project .split-images { height: 520px; }
.project-images { background: #0c0e0f; }
.bathroom-images { display: grid; grid-template-columns: 1.6fr repeat(3, .8fr); height: 530px; }
.bathroom-images img, .split-images img, .single-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.bathroom-images img:not(:last-child) { border-right: 3px solid #15181a; }
.split-images { display: grid; grid-template-columns: 1fr 1fr; height: 410px; }
.split-images figure { position: relative; margin: 0; overflow: hidden; }
.split-images figure:first-child { border-right: 3px solid #15181a; }
.split-images figcaption { position: absolute; left: 14px; bottom: 14px; padding: 6px 10px; color: var(--white); background: rgba(12,14,15,.8); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.single-image { height: 570px; }
.project-caption { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 25px 28px 28px; }
.project-caption > span { color: #bdbdbd; font: 600 .78rem "Oswald", sans-serif; }
.project-caption h3 { margin: 0 0 6px; font-size: 1.55rem; text-transform: uppercase; }
.project-caption p { margin: 0; color: rgba(255,255,255,.54); font-size: .8rem; }

.why { width: 100%; padding: 0; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: var(--white); }
.why-panel, .process-list { padding: 100px max(24px, calc((100vw - var(--max)) / 2)); }
.why-panel { padding-right: 8vw; }
.why-panel h2 { margin-bottom: 30px; font-size: clamp(3rem, 5.2vw, 5.7rem); text-transform: uppercase; letter-spacing: -.03em; }
.why-panel > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.66); }
.text-link { display: inline-flex; align-items: center; gap: 45px; margin-top: 24px; padding-bottom: 5px; color: var(--white); border-bottom: 1px solid var(--white); font-weight: 800; text-decoration: none; }
.process-list { padding-left: 6vw; background: #1b1e21; }
.process-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list > div > span { color: #bdbdbd; font: 600 .8rem "Oswald", sans-serif; }
.process-list strong { font: 600 1.35rem "Oswald", sans-serif; text-transform: uppercase; }
.process-list p { margin: 6px 0 0; color: rgba(255,255,255,.58); font-size: .92rem; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 30px max(24px, 3vw); border-right: 1px solid rgba(17,19,21,.22); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font: 600 1.05rem "Oswald", sans-serif; text-transform: uppercase; }
.trust-strip span { margin-top: 4px; font-size: .76rem; color: rgba(17,19,21,.65); }

.area { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 80px; }
.area-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.area-list span { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; font-size: .88rem; }
.contact { width: 100%; max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; padding: 105px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: #050505; }
.contact h2 { max-width: 720px; margin: 0; font-size: clamp(3.1rem, 5.5vw, 5.8rem); text-transform: uppercase; letter-spacing: -.025em; }
.contact .eyebrow { color: #bdbdbd; }
.contact-actions { display: grid; align-content: center; gap: 16px; }
.contact-actions a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.4); text-decoration: none; }
.contact-actions small, .contact-actions strong { display: block; }
.contact-actions small { color: rgba(255,255,255,.65); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-actions strong { font-size: clamp(1rem, 2vw, 1.35rem); overflow-wrap: anywhere; }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; padding: 34px max(24px, calc((100vw - var(--max)) / 2)); color: rgba(255,255,255,.62); background: var(--ink); font-size: .78rem; }
.footer-brand { color: var(--white); }
.footer-brand .brand-logo { width: 130px; }
.mobile-contact { display: none; }

@media (max-width: 880px) {
  .desktop-nav { display: none; }
  .site-header { width: min(100% - 32px, var(--max)); min-height: 78px; }
  .header-call { display: none; }
  .hero { min-height: 760px; }
  .hero-content { width: min(100% - 32px, var(--max)); margin-bottom: 90px; }
  h1 { font-size: clamp(3.45rem, 15vw, 6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-proof { width: 100%; grid-template-columns: 1fr; background: rgba(11,13,15,.72); backdrop-filter: blur(8px); }
  .hero-proof div { min-height: auto; padding: 13px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .hero-proof div:first-child { padding-left: 20px; }
  .hero-proof div:nth-child(2), .hero-proof div:nth-child(3) { display: none; }
  .section { width: min(100% - 32px, var(--max)); padding: 78px 0; }
  .section-heading, .area, .contact { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 32px 26px; }
  .service-card h3 { margin-top: 32px; }
  .work-section { padding: 78px 0; }
  .work-heading { padding: 0 0 40px; }
  .work-heading > div { grid-template-columns: 1fr; gap: 20px; }
  .project-gallery { width: min(100% - 32px, var(--max)); grid-template-columns: 1fr; gap: 18px; }
  .project-card.bathroom-project { grid-column: auto; }
  .bathroom-images { grid-template-columns: 1.4fr 1fr; height: 520px; }
  .bathroom-images img:nth-child(3), .bathroom-images img:nth-child(4) { display: none; }
  .bathroom-images img:nth-child(2) { border-right: 0; }
  .split-images { height: 330px; }
  .single-image { height: 470px; }
  .project-card.pink-bath-project .split-images { height: 360px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { border-bottom: 1px solid rgba(17,19,21,.22); }
  .why { grid-template-columns: 1fr; }
  .why-panel, .process-list { padding: 76px 24px; }
  .process-list { padding-top: 20px; }
  .area-list { justify-content: flex-start; }
  .contact { width: 100%; padding: 76px 24px; }
  footer { grid-template-columns: 1fr; gap: 10px; padding-bottom: 92px; }
  footer p { margin: 0; }
  .mobile-contact { position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
  .mobile-contact a { min-height: 62px; display: grid; place-items: center; font-weight: 800; text-decoration: none; }
  .mobile-contact a:first-child { color: var(--ink); background: var(--white); border-top: 1px solid #d0d0d0; }
  .mobile-contact a:last-child { color: var(--white); background: var(--ink-soft); }
}

@media (max-width: 480px) {
  .brand-mark { width: 36px; height: 36px; }
  .brand-logo { width: 140px; }
  .brand-name { font-size: 1rem; }
  .hero { min-height: 735px; }
  .hero-image { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,12,14,.92), rgba(10,12,14,.5)), linear-gradient(0deg, rgba(10,12,14,.76), transparent 55%); }
  .hero-content { padding-top: 75px; }
  h1 { font-size: 3.45rem; }
  .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.project-extras { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 0 3px 3px; }
.project-extras img { width: 100%; height: 145px; object-fit: cover; display: block; }
@media (max-width: 480px) { .project-extras img { height: 90px; } }
.project-extras-single { grid-template-columns: 1fr; }
.project-extras-single img { height: 240px; object-position: center 45%; }
