:root {
  --ink: #0b0d0f;
  --ink-soft: #23282b;
  --paper: #f2f4f5;
  --paper-2: #e3e7e9;
  --stone: #bcc4c8;
  --gold: #51b1c8;
  --aqua: #51b1c8;
  --aqua-deep: #278fa7;
  --aqua-soft: #d8eef3;
  --silver: #bcc4c8;
  --line: rgba(11, 13, 15, .15);
  --white: #fbfcfd;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --shell: min(92vw, 1440px);
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(84px, 9vw, 150px) 0; }
.eyebrow {
  margin: 0 0 18px;
  color: rgba(255,255,255,.9);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--aqua-deep); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { font-size: clamp(3rem, 5.1vw, 5.35rem); letter-spacing: -.045em; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.1vw, 4.35rem); letter-spacing: -.04em; }
h3 { font-size: 1.55rem; letter-spacing: -.025em; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 0 3.5vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: background .35s ease, min-height .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  min-height: 72px;
  background: rgba(20,20,18,.94);
  box-shadow: 0 10px 30px rgba(0,0,0,.14);
  backdrop-filter: blur(14px);
}
.brand {
  position: relative;
  width: 258px;
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}
.brand-topline {
  width: 100%;
  height: 31px;
  display: grid;
  grid-template-columns: .92fr 1.28fr;
}
.brand-jones,
.brand-interiors {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.62rem;
  font-weight: 300;
  letter-spacing: -.075em;
  text-transform: lowercase;
}
.brand-jones { background: var(--aqua); }
.brand-interiors {
  background: rgba(235, 239, 241, .97);
  border: 2px solid var(--aqua);
  border-left: 0;
}
.brand-and {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--aqua);
  font-size: .47rem;
  font-weight: 500;
  letter-spacing: .48em;
  text-transform: lowercase;
}
.brand-wallcovering {
  margin-top: 11px;
  color: var(--aqua);
  font-size: .59rem;
  font-weight: 600;
  letter-spacing: .25em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(255,255,255,.16);
}
.site-nav { justify-self: end; display: flex; align-items: center; gap: clamp(24px, 2.4vw, 42px); }
.site-nav a { position: relative; font-size: .63rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -9px;
  height: 1px;
  background: var(--aqua);
  transition: right .25s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-cta {
  padding: 14px 20px;
  border: 1px solid rgba(255,255,255,.45);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease;
}
.header-cta:hover, .header-cta:focus-visible { background: var(--aqua); border-color: var(--aqua); color: var(--ink); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: max(690px, 92svh);
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media {
  background-image: url("assets/images/world-map-mural.jpg");
  background-position: center 55%;
  background-size: cover;
  transform: scale(1.015);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5,8,10,.88) 0%, rgba(5,8,10,.62) 35%, rgba(5,8,10,.18) 72%, rgba(5,8,10,.08) 100%),
    linear-gradient(180deg, rgba(5,8,10,.18), rgba(5,8,10,.14) 60%, rgba(5,8,10,.38));
}
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.hero-content h1 { max-width: 850px; margin-bottom: 28px; }
.hero-content h1::after { content: ""; width: 76px; height: 3px; display: block; margin-top: 26px; background: var(--aqua); }
.hero-copy { max-width: 620px; margin-bottom: 38px; color: rgba(255,255,255,.88); font-size: .86rem; line-height: 1.85; letter-spacing: .03em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--aqua); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--white); }
.button-outline { border-color: rgba(255,255,255,.56); color: var(--white); background: rgba(255,255,255,.02); }
.button-outline:hover, .button-outline:focus-visible { background: var(--white); color: var(--ink); }
.button-dark { border-color: var(--aqua); background: var(--aqua); color: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { border-color: var(--ink); background: var(--ink); color: var(--white); }
.hero-note {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,.72);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-note span { width: 38px; height: 1px; background: rgba(255,255,255,.45); }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: end;
  gap: 60px;
  margin-bottom: clamp(46px, 6vw, 82px);
}
.section-heading.compact { grid-template-columns: 1fr; }
.section-intro { margin: 0; color: #596469; font-size: .92rem; line-height: 1.9; }

.work { background: var(--paper); }
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px 22px;
}
.project-card { grid-column: span 4; }
.project-card-wide { grid-column: span 8; }
.project-card-tall { grid-column: span 4; }
.project-card-full { grid-column: 1 / -1; }
.project-image { position: relative; overflow: hidden; background: #d7dcde; }
.project-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(23,23,21,.08); pointer-events: none; }
.project-card .project-image { aspect-ratio: 4/3; }
.project-card-wide .project-image { aspect-ratio: 16/8.4; }
.project-card-tall .project-image { aspect-ratio: 3/4.15; }
.project-card-full .project-image { aspect-ratio: 16/7.2; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.035); }
.project-card-tall img { object-position: center 20%; }
.project-meta { position: relative; display: grid; grid-template-columns: 32px 1fr; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line); }
.project-meta > p { margin: 2px 0 0; color: var(--aqua-deep); font-size: .62rem; letter-spacing: .16em; }
.project-meta h3 { margin-bottom: 8px; font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.project-meta span { display: block; color: #596469; font-size: .75rem; line-height: 1.65; }

.services { position: relative; overflow: hidden; background: #f7f9fa; border-top: 1px solid rgba(23,23,21,.07); border-bottom: 1px solid rgba(23,23,21,.07); }
.services-pattern {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    radial-gradient(circle at 13% 19%, transparent 0 16%, rgba(81,177,200,.18) 16.2% 16.4%, transparent 16.6%),
    radial-gradient(circle at 86% 67%, transparent 0 20%, rgba(81,177,200,.16) 20.2% 20.4%, transparent 20.6%);
  pointer-events: none;
}
.services .shell { position: relative; }
.service-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service { position: relative; min-height: 310px; padding: 38px 30px 30px; border-right: 1px solid var(--line); }
.service:last-child { border-right: 0; }
.service-number { position: absolute; top: 20px; right: 20px; color: rgba(23,23,21,.35); font-size: .56rem; letter-spacing: .15em; }
.service svg { width: 39px; height: 39px; margin-bottom: 35px; fill: none; stroke: var(--gold); stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.service h3 { margin-bottom: 15px; font-family: var(--sans); font-size: .67rem; font-weight: 600; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.service p { margin: 0; color: #596469; font-size: .76rem; line-height: 1.75; }

.about { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 760px; padding: 0; background: var(--paper-2); }
.about-image { min-height: 760px; overflow: hidden; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.about-content { align-self: center; max-width: 760px; padding: clamp(70px, 8vw, 130px); }
.about-content h2 { margin-bottom: 36px; }
.about-content h2::after { content: ""; width: 64px; height: 3px; display: block; margin-top: 24px; background: var(--aqua); }
.about-lead { margin-bottom: 24px; color: #263034; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.35; }
.about-content > p:not(.eyebrow):not(.about-lead) { color: #596469; font-size: .88rem; line-height: 1.9; }
.credentials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.credentials strong { display: block; margin-bottom: 8px; font-size: .62rem; letter-spacing: .13em; line-height: 1.5; text-transform: uppercase; }
.credentials span { display: block; color: #647176; font-size: .7rem; line-height: 1.6; }

.process { background: linear-gradient(135deg, #090b0c, #171d20); color: var(--white); }
.process .eyebrow.dark { color: var(--aqua); }
.process .section-intro { color: rgba(255,255,255,.62); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.process-steps li { min-height: 260px; padding: 34px 30px; border-right: 1px solid rgba(255,255,255,.18); }
.process-steps li:last-child { border-right: 0; }
.process-steps span { display: block; margin-bottom: 48px; color: var(--aqua); font-size: .6rem; letter-spacing: .16em; }
.process-steps h3 { margin-bottom: 16px; font-size: 1.7rem; }
.process-steps p { margin: 0; color: rgba(255,255,255,.62); font-size: .76rem; line-height: 1.75; }

.contact { position: relative; min-height: 660px; display: flex; align-items: center; color: var(--white); overflow: hidden; }
.contact-image, .contact-overlay { position: absolute; inset: 0; }
.contact-image { background: url("assets/images/residential-wallcovering.jpg") center / cover no-repeat; transform: scale(1.02); }
.contact-overlay { background: linear-gradient(90deg, rgba(4,8,10,.88), rgba(4,8,10,.62) 48%, rgba(4,8,10,.16)); }
.contact-content { position: relative; z-index: 2; }
.contact-content h2 { max-width: 760px; margin-bottom: 26px; }
.contact-content > p:not(.eyebrow) { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.78); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.footer { padding: 70px 0 28px; background: #080a0b; color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1.3fr 1fr; align-items: start; gap: 70px; padding-bottom: 56px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-interiors { background: #dfe4e6; }
.footer-grid > p { max-width: 440px; margin: 0; color: rgba(255,255,255,.54); font-size: .76rem; line-height: 1.8; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.footer-links a { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }

.project-dialog {
  width: min(92vw, 650px);
  padding: clamp(34px, 5vw, 60px);
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px rgba(0,0,0,.36);
}
.project-dialog::backdrop { background: rgba(10,10,9,.78); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 16px; right: 20px; border: 0; background: transparent; cursor: pointer; font-family: var(--serif); font-size: 2rem; font-weight: 300; }
.project-dialog h2 { margin-bottom: 32px; font-size: clamp(2.5rem, 5vw, 4rem); }
.project-dialog form { display: grid; gap: 18px; }
.project-dialog label { display: grid; gap: 8px; font-size: .61rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.project-dialog input, .project-dialog select, .project-dialog textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 13px 14px; background: rgba(255,255,255,.48); color: var(--ink); outline: none; font-size: .85rem; letter-spacing: 0; text-transform: none; }
.project-dialog input:focus, .project-dialog select:focus, .project-dialog textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(81,177,200,.16); }
.form-note { margin: 0; color: #657176; font-size: .68rem; line-height: 1.6; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }


::selection { background: var(--aqua); color: var(--ink); }
.section-heading h2::after {
  content: "";
  width: 52px;
  height: 2px;
  display: block;
  margin-top: 24px;
  background: var(--aqua);
}
.services .section-heading h2::after,
.process .section-heading h2::after { background: var(--aqua); }

@media (max-width: 1080px) {
  :root { --header-height: 74px; }
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle {
    position: relative;
    z-index: 1002;
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { width: 27px; height: 1px; display: block; background: var(--white); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
    padding: 110px 8vw 60px;
    background: #0b0d0f;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-family: var(--serif); font-size: clamp(2.5rem, 8vw, 4.5rem); font-weight: 400; letter-spacing: -.03em; text-transform: none; }
  .site-nav a::after { display: none; }
  .service-list { grid-template-columns: repeat(2, 1fr); }
  .service { border-bottom: 1px solid var(--line); }
  .service:nth-child(even) { border-right: 0; }
  .service:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .about { grid-template-columns: .8fr 1.2fr; }
  .about-content { padding: 70px 6vw; }
  .credentials { grid-template-columns: 1fr; gap: 18px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps li:nth-child(2) { border-right: 0; }
  .process-steps li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --shell: min(88vw, 640px); }
  .site-header { padding-inline: 6vw; }
  .brand { width: 222px; }
  .brand-topline { height: 27px; }
  .brand-jones, .brand-interiors { font-size: 1.38rem; }
  .brand-and { top: 31px; font-size: .42rem; }
  .brand-wallcovering { margin-top: 10px; font-size: .5rem; }
  .hero { min-height: 760px; align-items: flex-end; padding-bottom: 96px; }
  .hero-media { background-position: 63% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(12,12,11,.27), rgba(12,12,11,.42) 35%, rgba(12,12,11,.88) 78%, rgba(12,12,11,.95)); }
  .hero-content { padding-top: 110px; }
  .hero-content h1 { font-size: clamp(2.85rem, 12vw, 4.2rem); }
  .hero-copy { max-width: 520px; }
  .hero-note { display: none; }
  .button { width: 100%; }
  .section { padding: 88px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .portfolio-grid { display: block; }
  .project-card { margin-bottom: 48px; }
  .project-card .project-image, .project-card-wide .project-image { aspect-ratio: 4/3; }
  .project-card-full .project-image { aspect-ratio: 4/3; }
  .project-card-tall .project-image { aspect-ratio: 3/4; }
  .service-list { grid-template-columns: 1fr; }
  .service { min-height: auto; padding: 34px 20px 38px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service:last-child { grid-column: auto; }
  .about { display: block; }
  .about-image { min-height: 520px; }
  .about-content { padding: 80px 6vw; }
  .credentials { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps li { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-steps li:last-child { border-bottom: 0; }
  .process-steps span { margin-bottom: 28px; }
  .contact { min-height: 680px; align-items: flex-end; padding-bottom: 80px; }
  .contact-image { background-position: 70% center; }
  .contact-overlay { background: linear-gradient(180deg, rgba(12,12,11,.15), rgba(12,12,11,.83) 60%, rgba(12,12,11,.94)); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-links { grid-column: auto; grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 420px) {
  .brand { width: 190px; }
  .brand-topline { height: 24px; }
  .brand-jones, .brand-interiors { font-size: 1.18rem; }
  .brand-and { top: 28px; font-size: .38rem; }
  .brand-wallcovering { margin-top: 9px; font-size: .43rem; letter-spacing: .21em; }
}
