:root {
  --forest: #202d29;
  --forest-2: #314d3e;
  --evergreen: #1b4332;
  --cream: #f8edda;
  --fog: #d8d8d8;
  --oxide: #a0614b;
  --oxide-deep: #7b2d26;
  --charcoal: #2c2c2c;
  --brass: #b8860b;
  --oak: #6b4c3b;
  --white: #fffdf8;
  --line: rgba(32,45,41,.16);
  --shadow: 0 25px 70px rgba(20, 31, 28, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--forest);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.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;
}
.hidden { display: none; }
.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 9999;
  padding: 10px 16px; background: var(--cream); color: var(--forest);
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  padding: 20px 0; transition: .3s ease;
}
.site-header.scrolled {
  padding: 10px 0;
  background: rgba(32,45,41,.94);
  border-bottom: 1px solid rgba(248,237,218,.12);
  backdrop-filter: blur(14px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 220px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 27px; color: var(--cream); font-size: .91rem; }
.site-nav > a:not(.button) { opacity: .83; transition: opacity .2s; }
.site-nav > a:hover { opacity: 1; }
.nav-phone { display: none; }
.nav-toggle { display: none; background: none; border: 0; padding: 6px; }
.nav-toggle span:not(.sr-only) {
  display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--cream);
}

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 25px; border: 1px solid var(--oxide);
  background: var(--oxide); color: #fff; font-weight: 700; letter-spacing: .02em;
  transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); background: var(--oxide-deep); border-color: var(--oxide-deep); }
.button-small { min-height: 43px; padding: 0 18px; font-size: .85rem; }
.button-full { width: 100%; }
.text-link {
  display: inline-flex; align-items: center; gap: 12px; color: var(--cream);
  font-weight: 700; border-bottom: 1px solid rgba(248,237,218,.34); padding-bottom: 4px;
}
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.dark-link { color: var(--forest); border-color: rgba(32,45,41,.3); }

.hero {
  position: relative; min-height: 810px; overflow: hidden; display: grid;
  align-items: center; background: var(--forest); color: var(--cream);
  padding: 145px 0 85px;
}
.hero::after {
  content: ""; position: absolute; width: 560px; height: 560px;
  right: -220px; bottom: -270px; border: 1px solid rgba(248,237,218,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(248,237,218,.022), 0 0 0 160px rgba(248,237,218,.015);
}
.hero-grid-pattern {
  position: absolute; inset: 0; opacity: .05;
  background-image: linear-gradient(rgba(248,237,218,.2) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(248,237,218,.2) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 80%);
}
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 74px; }
.eyebrow {
  margin: 0 0 18px; text-transform: uppercase; letter-spacing: .22em;
  font-size: .76rem; font-weight: 800; color: var(--oxide);
}
.hero h1, .section-heading h2, .statement h2, .process h2, .about h2, .quote h2 {
  font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.03;
}
.hero h1 { margin: 0; font-size: clamp(3.5rem, 6vw, 6.7rem); max-width: 750px; }
.hero h1 em { color: var(--oxide); font-style: italic; }
.hero-lede { margin: 30px 0 0; max-width: 610px; font-size: 1.2rem; color: rgba(248,237,218,.76); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-proof { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 43px; color: rgba(248,237,218,.66); font-size: .84rem; }
.hero-proof span { display: flex; align-items: center; gap: 9px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }

.room-card {
  position: relative; height: 570px; overflow: hidden; background: #e8dfcf;
  box-shadow: 0 32px 90px rgba(0,0,0,.28);
}
.room-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(130deg, rgba(255,255,255,.32), transparent 45%),
              linear-gradient(to top, rgba(32,45,41,.18), transparent 38%);
}
.room-ceiling {
  position: absolute; left: -10%; right: -10%; top: -110px; height: 255px;
  background: #f7f2e8; transform: rotate(-4deg);
  box-shadow: 0 4px 16px rgba(32,45,41,.12);
}
.built-in {
  position: absolute; bottom: 92px; width: 31%; height: 340px;
  background: #e4e8df; border: 12px solid #d2d8ce;
  box-shadow: inset 0 0 0 1px rgba(32,45,41,.1);
}
.built-in-left { left: 7%; }
.built-in-right { right: 7%; }
.built-in span { position: absolute; left: 0; right: 0; height: 8px; background: #c2cabf; }
.built-in span:nth-child(1) { top: 25%; }
.built-in span:nth-child(2) { top: 50%; }
.built-in span:nth-child(3) { top: 75%; }
.fireplace {
  position: absolute; left: 39%; width: 22%; bottom: 92px; height: 155px;
  background: var(--forest); border: 14px solid #b8a58d;
}
.fireplace::after {
  content: ""; position: absolute; width: 45px; height: 55px; left: 50%; bottom: 6px;
  transform: translateX(-50%); background: radial-gradient(ellipse at bottom, #d17b43 0 20%, #613529 35%, transparent 70%);
  filter: blur(1px);
}
.mantel { position: absolute; left: 36%; width: 28%; bottom: 245px; height: 20px; background: var(--oak); }
.floor-lines {
  position: absolute; left: -10%; right: -10%; bottom: -50px; height: 175px;
  background: repeating-linear-gradient(100deg, #9c7759 0 2px, #c2a17d 2px 65px);
  transform: perspective(300px) rotateX(54deg);
}
.art-caption {
  position: absolute; left: 0; bottom: 0; width: 100%; padding: 24px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: rgba(32,45,41,.94); color: var(--cream);
}
.art-caption small { color: var(--oxide); text-transform: uppercase; letter-spacing: .15em; }
.art-caption strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }
.scroll-cue {
  position: absolute; left: 50%; bottom: 25px; z-index: 3; transform: translateX(-50%);
  color: rgba(248,237,218,.58); font-size: .72rem; text-transform: uppercase; letter-spacing: .18em;
}
.scroll-cue span { display: inline-block; margin-left: 8px; animation: bob 1.8s infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.services { background: var(--cream); }
.section-heading {
  display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end;
  padding-bottom: 55px; border-bottom: 1px solid var(--line);
}
.section-heading h2 { margin: 0; max-width: 760px; font-size: clamp(2.7rem, 4.6vw, 5rem); }
.section-heading > p { margin: 0 0 5px; color: rgba(32,45,41,.7); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-card {
  position: relative; min-height: 410px; padding: 48px 27px 36px;
  border-right: 1px solid var(--line); transition: background .25s, transform .25s;
}
.service-card:first-child { border-left: 1px solid var(--line); }
.service-card:hover { background: rgba(255,255,255,.5); transform: translateY(-4px); }
.service-number { font-family: var(--serif); color: var(--oxide); font-size: .95rem; }
.service-icon { position: relative; width: 74px; height: 74px; margin: 58px 0 42px; }
.service-icon::before, .service-icon::after { content: ""; position: absolute; border: 2px solid var(--forest); }
.icon-builtins::before { inset: 5px 10px; }
.icon-builtins::after { left: 10px; right: 10px; top: 28px; height: 16px; border-left: 0; border-right: 0; }
.icon-remodel::before { width: 56px; height: 42px; left: 8px; bottom: 8px; }
.icon-remodel::after { width: 48px; height: 48px; border-left: 0; border-bottom: 0; transform: rotate(-45deg); top: 5px; left: 12px; }
.icon-repairs::before { width: 14px; height: 64px; left: 28px; top: 4px; transform: rotate(45deg); border-radius: 8px; }
.icon-repairs::after { width: 30px; height: 30px; right: 3px; top: 0; border-radius: 50%; border-bottom-color: transparent; border-left-color: transparent; }
.icon-finish::before { inset: 8px; border-radius: 50%; }
.icon-finish::after { width: 28px; height: 28px; left: 23px; top: 23px; border-radius: 50%; background: var(--oxide); border-color: var(--oxide); }
.service-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.service-card p { margin: 0; color: rgba(32,45,41,.68); font-size: .94rem; }

.statement { padding: 95px 0; background: var(--white); }
.statement-inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.statement p { margin: 12px 0 0; color: var(--oxide); font-weight: 700; }
.statement h2 { margin: 0; font-size: clamp(2.55rem, 4.3vw, 4.8rem); }

.work { background: var(--forest); color: var(--cream); }
.section-heading-light { border-color: rgba(248,237,218,.15); }
.section-heading-light > p { color: rgba(248,237,218,.65); }
.project-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; margin-top: 58px; }
.project-card { background: #f2eadb; color: var(--forest); }
.project-large { grid-row: span 2; }
.project-visual { position: relative; height: 300px; overflow: hidden; background: #d7d2c4; }
.project-large .project-visual { height: 570px; }
.project-tag {
  position: absolute; left: 18px; top: 18px; padding: 8px 12px; background: rgba(32,45,41,.88);
  color: var(--cream); font-size: .7rem; text-transform: uppercase; letter-spacing: .13em;
}
.project-copy { padding: 25px 27px 30px; }
.project-copy h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.project-copy p { margin: 0; color: rgba(32,45,41,.66); }
.visual-builtins {
  background: linear-gradient(115deg, rgba(255,255,255,.3), transparent 50%), #c9c9ba;
}
.visual-builtins::before, .visual-builtins::after {
  content: ""; position: absolute; top: 13%; bottom: 0; width: 35%;
  background: #e9ece3; border: 18px solid #d7ddd2;
}
.visual-builtins::before { left: 7%; }
.visual-builtins::after { right: 7%; }
.shelf { position: absolute; z-index: 2; left: 9%; right: 9%; height: 7px; background: #c1cabd; }
.s1 { top: 30%; } .s2 { top: 48%; } .s3 { top: 66%; }
.cabinet { position: absolute; z-index: 3; bottom: 0; width: 32%; height: 24%; background: #d2d8cd; border: 2px solid #adb8aa; }
.c1 { left: 8.5%; } .c2 { right: 8.5%; }
.visual-bath { background: #d9d4ca; }
.tile-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(#fff 1px, transparent 1px), linear-gradient(90deg,#fff 1px,transparent 1px); background-size: 42px 42px; }
.vanity { position: absolute; left: 13%; right: 13%; bottom: 0; height: 35%; background: #72523f; box-shadow: inset 0 10px #f0e7d8; }
.mirror { position: absolute; left: 25%; right: 25%; top: 12%; height: 42%; border: 8px solid var(--brass); background: linear-gradient(140deg,#cbd6d3,#f7f2e8); }
.visual-repair { background: linear-gradient(#b5c6bd 0 55%, #a78765 55%); }
.post { position: absolute; width: 20px; height: 76%; left: 50%; bottom: 0; background: var(--forest-2); }
.rail { position: absolute; height: 11px; left: 10%; right: 10%; background: var(--forest-2); transform-origin: left center; }
.rail-one { top: 29%; transform: rotate(17deg); }
.rail-two { top: 46%; transform: rotate(17deg); }
.rail-three { top: 63%; transform: rotate(17deg); }
.portfolio-note {
  display: flex; justify-content: space-between; gap: 40px; margin-top: 34px;
  padding: 23px 0; border-top: 1px solid rgba(248,237,218,.14); color: rgba(248,237,218,.66);
}
.portfolio-note span { color: var(--oxide); font-weight: 700; }
.portfolio-note p { margin: 0; max-width: 650px; }

.process { background: var(--fog); }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 95px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { font-size: clamp(2.7rem, 4.5vw, 4.7rem); margin: 0 0 24px; }
.process-intro > p:not(.eyebrow) { max-width: 440px; color: rgba(32,45,41,.65); }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 40px 0; border-bottom: 1px solid rgba(32,45,41,.2); }
.steps li:first-child { border-top: 1px solid rgba(32,45,41,.2); }
.steps > li > span { font-family: var(--serif); font-size: 1.35rem; color: var(--oxide); }
.steps h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.85rem; font-weight: 400; }
.steps p { margin: 0; color: rgba(32,45,41,.67); }

.about { background: var(--cream); }
.about-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: center; }
.about-mark {
  min-height: 510px; padding: 60px; display: flex; flex-direction: column; justify-content: center;
  background: var(--forest); color: var(--cream); box-shadow: var(--shadow);
}
.about-mark img { width: 100%; margin-bottom: 60px; }
.about-mark span { padding-top: 22px; border-top: 1px solid rgba(248,237,218,.18); color: rgba(248,237,218,.65); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; }
.about-copy h2 { margin: 0 0 28px; font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.about-copy .lead { font-family: var(--serif); font-size: 1.35rem; line-height: 1.45; }
.about-copy p:not(.eyebrow) { color: rgba(32,45,41,.72); }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 33px; }
.area-list span { padding: 8px 13px; border: 1px solid rgba(32,45,41,.2); font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }

.quote { padding: 120px 0; background: var(--forest); color: var(--cream); }
.quote-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote h2 { margin: 0 0 28px; font-size: clamp(2.8rem, 4.7vw, 5rem); }
.quote-copy > p:not(.eyebrow) { color: rgba(248,237,218,.65); max-width: 490px; }
.contact-details { display: grid; gap: 22px; margin-top: 46px; }
.contact-details a { display: grid; gap: 3px; width: fit-content; }
.contact-details small { color: var(--oxide); text-transform: uppercase; letter-spacing: .15em; }
.contact-details strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.quote-form { padding: 42px; background: var(--cream); color: var(--forest); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 20px; }
.quote-form label span { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; border: 1px solid rgba(32,45,41,.25); border-radius: 0;
  background: rgba(255,255,255,.55); color: var(--forest); padding: 14px 15px; outline: none;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--oxide); box-shadow: 0 0 0 3px rgba(160,97,75,.14); }
.quote-form textarea { resize: vertical; }
.form-note { margin: 14px 0 0; text-align: center; color: rgba(32,45,41,.55); font-size: .76rem; }

.site-footer { padding: 70px 0 105px; background: #17221f; color: var(--cream); }
.footer-top { display: grid; grid-template-columns: 1.4fr .8fr .6fr; gap: 70px; }
.footer-brand img { width: 285px; }
.footer-brand p { max-width: 390px; color: rgba(248,237,218,.57); }
.site-footer h3 { margin: 3px 0 19px; color: var(--oxide); text-transform: uppercase; letter-spacing: .15em; font-size: .75rem; }
.site-footer div > a { display: block; width: fit-content; margin-bottom: 9px; color: rgba(248,237,218,.72); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 23px; border-top: 1px solid rgba(248,237,218,.11); color: rgba(248,237,218,.42); font-size: .78rem; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .site-nav {
    position: fixed; inset: 75px 20px auto; display: none; flex-direction: column; align-items: stretch;
    gap: 0; padding: 18px; background: var(--forest); box-shadow: var(--shadow);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 10px; border-bottom: 1px solid rgba(248,237,218,.1); }
  .site-nav .button { margin-top: 10px; border: 0; }
  .nav-phone { display: block; }
  .nav-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-layout, .section-heading, .statement-inner, .process-layout, .about-layout, .quote-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 60px; }
  .room-card { height: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-left: 1px solid var(--line); }
  .statement-inner, .process-layout, .about-layout, .quote-layout { gap: 55px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-large { grid-column: span 2; grid-row: auto; }
  .process-intro, .quote-copy { position: static; }
  .about-mark { min-height: 380px; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1160px); }
  .site-header { padding: 13px 0; }
  .site-header.scrolled { padding: 8px 0; }
  .brand img { width: 188px; }
  .site-nav { inset: 65px 14px auto; }
  .hero { padding: 125px 0 75px; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .hero-lede { font-size: 1.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { width: fit-content; }
  .hero-proof { display: grid; gap: 8px; }
  .room-card { height: 440px; }
  .art-caption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .scroll-cue { display: none; }
  .section { padding: 76px 0; }
  .section-heading { gap: 25px; padding-bottom: 38px; }
  .section-heading h2, .statement h2, .process-intro h2, .about-copy h2, .quote h2 { font-size: 2.75rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 35px 24px; border-left: 1px solid var(--line); }
  .service-icon { margin: 35px 0 28px; }
  .statement { padding: 75px 0; }
  .statement-inner { gap: 25px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-large { grid-column: auto; }
  .project-large .project-visual, .project-visual { height: 370px; }
  .portfolio-note { flex-direction: column; gap: 8px; }
  .steps li { grid-template-columns: 55px 1fr; gap: 14px; }
  .about-mark { min-height: 300px; padding: 40px; }
  .about-mark img { margin-bottom: 40px; }
  .quote-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 110px; }
  .mobile-call {
    position: fixed; display: flex; left: 12px; right: 12px; bottom: 12px; z-index: 999;
    justify-content: space-between; padding: 14px 17px; background: var(--oxide);
    color: #fff; font-weight: 800; box-shadow: 0 10px 35px rgba(0,0,0,.28);
  }
  .mobile-call span { font-weight: 500; }
}

@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; }
}
