:root {
  --black: #121311;
  --ink: #25231d;
  --paper: #efe4ce;
  --paper-light: #f5ecd9;
  --paper-deep: #d7bd8f;
  --rust: #9f482a;
  --ochre: #bd8a2b;
  --olive: #6f7550;
  --teal: #173f46;
  --burgundy: #744348;
  --line: rgba(37, 35, 29, .72);
  --faint-line: rgba(37, 35, 29, .22);
  --serif: "Libre Baskerville", Georgia, serif;
  --typewriter: "Special Elite", "Courier New", monospace;
  --display: "Rye", Georgia, serif;
  --sheet-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.58;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: 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;
}

.site-shell { padding: 20px clamp(10px, 3.3vw, 52px); }
.paper-sheet {
  position: relative;
  overflow: hidden;
  width: min(100%, var(--sheet-max));
  margin: 0 auto;
  background:
    linear-gradient(rgba(245,236,217,.86), rgba(245,236,217,.86)),
    url("images/paper-texture-light.png") center top / 720px auto repeat;
  box-shadow: 0 0 0 1px rgba(239,228,206,.22), 0 20px 65px rgba(0,0,0,.44);
  border: 1px solid rgba(25,24,20,.92);
  min-height: 100vh;
}
.paper-sheet::before { display: none; }
.paper-sheet { --frame-corner-size: 132px; --frame-rail-size: 28px; --frame-content-inset: 46px; --frame-top-safe: 48px; --frame-bottom-safe: 38px; }
.frame-corner {
  position: absolute;
  z-index: 12;
  width: var(--frame-corner-size);
  height: var(--frame-corner-size);
  object-fit: fill;
  pointer-events: none;
  opacity: 1;
}
.frame-rail {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
}
.rail-top,
.rail-bottom {
  left: calc(var(--frame-corner-size) - 10px);
  right: calc(var(--frame-corner-size) - 10px);
  height: var(--frame-rail-size);
  background-image: url("images/border-horizontal.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.rail-top { top: 0; }
.rail-bottom { bottom: 0; transform: scaleY(-1); }
.rail-left,
.rail-right {
  top: calc(var(--frame-corner-size) - 10px);
  bottom: calc(var(--frame-corner-size) - 10px);
  width: var(--frame-rail-size);
  background-image: url("images/border-vertical.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.rail-left { left: 0; }
.rail-right { right: 0; transform: scaleX(-1); }
.corner-tl { top: 0; left: 0; }
.corner-tr { top: 0; right: 0; }
.corner-bl { bottom: 0; left: 0; }
.corner-br { bottom: 0; right: 0; }

.site-header { position: relative; z-index: 10; margin-inline: var(--frame-content-inset); padding: var(--frame-top-safe) 20px 0; }
.paper-sheet > main { margin-inline: var(--frame-content-inset); }
.masthead {
  display: grid;
  grid-template-columns: 1.15fr .8fr .42fr;
  align-items: center;
  gap: 25px;
  padding: 3px 10px 20px;
}
.brand-block { min-width: 0; }
.wordmark {
  display: block;
  width: min(100%, 440px);
  line-height: 0;
}
.wordmark-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.identity-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: var(--typewriter);
  border-inline: 1px dotted rgba(37,35,29,.48);
  padding-inline: 18px;
}
.identity-block strong { font-size: 1.2rem; }
.identity-block > span:not(.availability) { font-style: italic; }
.availability { font-size: .78rem; margin-top: 9px; line-height: 1.35; }
.header-stamp {
  width: 112px;
  justify-self: end;
  mix-blend-mode: multiply;
  opacity: .9;
}
.menu-toggle { display: none; }
.site-nav {
  min-height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-block: 2px solid var(--ink);
  font: .88rem/1 var(--typewriter);
  text-transform: uppercase;
  letter-spacing: .03em;
}
.site-nav a { padding: 16px 0 13px; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--rust); }
.nav-mark { color: var(--olive); font-size: .7rem; }

.section-pad { padding: 42px 48px; }
.hero {
  display: grid;
  grid-template-columns: 1.05fr .75fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.eyebrow {
  margin: 0 0 9px;
  font: .78rem/1.35 var(--typewriter);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero-headline h1 {
  margin: 0;
  font: 400 clamp(3.2rem, 6.1vw, 5.8rem)/.94 var(--display);
  text-transform: uppercase;
  letter-spacing: .005em;
  text-shadow: 1px 1px 0 rgba(0,0,0,.15);
}
.hero-headline h1 span { display: block; }
.rust { color: var(--rust); }
.hero-intro {
  margin: 22px 0 0;
  max-width: 38ch;
  font-family: var(--typewriter);
  font-size: .93rem;
  line-height: 1.48;
}
.manifesto-box {
  position: relative;
  align-self: center;
  padding: 27px 20px 25px;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.18);
  background: rgba(248,240,222,.52);
}
.manifesto-box::before,
.manifesto-box::after {
  content: "✦";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 8px;
  background: var(--paper-light);
  font-size: .7rem;
}
.manifesto-box::before { top: -9px; }
.manifesto-box::after { bottom: -9px; }
.dropcap {
  float: left;
  width: 64px;
  height: 86px;
  object-fit: cover;
  object-position: right center;
  margin: 0 12px 5px 0;
  mix-blend-mode: multiply;
}
.manifesto-box p { margin: 0; font-size: .92rem; line-height: 1.58; }
.placeholder-photo {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(30,29,24,.7);
  background:
    linear-gradient(135deg, rgba(23,63,70,.74), rgba(111,117,80,.36)),
    url("images/blueprint-panel-texture.png") center / cover;
  box-shadow: 8px 8px 0 rgba(189,138,43,.42);
}
.placeholder-photo::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(239,228,206,.46);
}
.placeholder-small {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  text-align: center;
  color: rgba(245,236,217,.86);
  font: .72rem/1.4 var(--typewriter);
  text-transform: uppercase;
  letter-spacing: .09em;
}
.photo-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 10px;
  color: var(--paper-light);
  background: var(--ochre);
  font: .63rem/1 var(--typewriter);
  text-transform: uppercase;
}
.ornament-divider {
  width: min(78%, 760px);
  height: 44px;
  margin: -4px auto 0;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.section-title-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.section-title-row h2 {
  margin: 0;
  flex: 0 0 auto;
  font: 1.05rem/1 var(--typewriter);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.section-rule { flex: 1; height: 1px; background: var(--line); }
.section-side-note {
  margin: 0;
  flex: 0 0 auto;
  font: .7rem/1 var(--typewriter);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.project-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.project-card {
  position: relative;
  min-width: 0;
  border-right: 1px dotted rgba(37,35,29,.45);
  padding-right: 12px;
}
.project-card:last-child { border-right: 0; padding-right: 0; }
.project-photo {
  min-height: 145px;
  box-shadow: none;
  border-radius: 38% 10px 10px 10px / 22% 10px 10px 10px;
}
.project-photo span {
  position: absolute;
  left: 50%; top: 50%; transform: translate(-50%,-50%);
  color: rgba(245,236,217,.75);
  font: .61rem var(--typewriter);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.project-photo.bath { background: linear-gradient(150deg, #4a5c54, #b38754); }
.project-photo.kitchen { background: linear-gradient(150deg, #6f5a43, #2e3d38); }
.project-photo.gazebo { background: linear-gradient(150deg, #5e6944, #a67d3f); }
.project-photo.library { background: linear-gradient(150deg, #3c3329, #795747); }
.project-number { margin: 8px 0 1px; font: .68rem var(--typewriter); }
.project-card h3 { margin: 0; font: .8rem/1.3 var(--typewriter); }
.project-meta { margin: 3px 0 0; font-size: .68rem; font-style: italic; line-height: 1.35; }

.featured {
  display: grid;
  grid-template-columns: .56fr .92fr 1.2fr;
  min-height: 310px;
  color: var(--paper-light);
  background: var(--teal);
  border-block: 2px solid var(--ink);
}
.blueprint-side { background: url("images/blueprint-panel-texture.png") center / cover; opacity: .74; }
.featured-copy { padding: 36px 29px; }
.gold { color: #d8a240; }
.featured h2 {
  margin: 0 0 14px;
  font: 400 clamp(2rem, 3.6vw, 3.45rem)/.98 var(--display);
  text-transform: uppercase;
}
.featured p { font-size: .88rem; }
.featured-note { color: #e2b253; font-family: var(--typewriter); font-size: .72rem !important; text-transform: uppercase; }
.featured-photo { border: 0; min-height: 310px; box-shadow: none; background: linear-gradient(150deg, rgba(101,74,44,.45), rgba(20,53,45,.6)), url("images/blueprint-panel-texture.png") center / cover; }

.approach { padding-top: 34px; padding-bottom: 34px; }
.approach-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.approach-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 13px;
  padding: 4px 19px;
  border-right: 1px dotted rgba(37,35,29,.42);
}
.approach-item:first-child { padding-left: 0; }
.approach-item:last-child { border-right: 0; padding-right: 0; }
.approach-item img {
  width: 52px;
  height: 64px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.approach-item h3 { margin: 0 0 4px; color: var(--rust); font: .83rem var(--typewriter); text-transform: uppercase; }
.approach-item p { margin: 0; font-size: .7rem; line-height: 1.55; }

.process { padding-top: 16px; padding-bottom: 33px; }
.sketch-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.sketch-strip figure { margin: 0; border: 1px solid rgba(37,35,29,.32); background: rgba(255,255,255,.3); padding: 4px; }
.sketch-strip img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: sepia(.18) contrast(.92); opacity: .87; }

.philosophy-strip {
  padding: 34px clamp(42px,7vw,95px);
  background: #c29342;
  border-block: 2px solid rgba(37,35,29,.74);
  text-align: center;
}
.philosophy-strip blockquote { max-width: 830px; margin: 0 auto; font: 1.15rem/1.6 var(--typewriter); }
.philosophy-strip .eyebrow { color: var(--ink); }

.about-contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: start; padding-top: 46px; padding-bottom: 52px; }
.about-copy h2, .contact-card h2 { margin: 0 0 16px; font: 400 2rem/1 var(--display); text-transform: uppercase; }
.about-copy p { max-width: 68ch; }
.availability-line { font-family: var(--typewriter); font-weight: 700; color: var(--rust); }
.contact-card {
  position: relative;
  overflow: hidden;
  padding: 24px 28px 28px;
  border: 2px solid var(--ink);
  box-shadow: inset 0 0 0 5px rgba(111,117,80,.16);
  background: rgba(246,237,216,.7);
}
.contact-botanical {
  position: absolute;
  right: -15px;
  bottom: -20px;
  width: 125px;
  opacity: .27;
  mix-blend-mode: multiply;
}
.email-placeholder {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 13px;
  padding: 12px 15px 9px;
  border: 1px solid var(--ink);
  background: var(--paper-deep);
  font: 1rem var(--typewriter);
}
.email-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 368px);
  height: auto;
  margin-top: 13px;
}
.tiny-note { position: relative; z-index: 1; max-width: 39ch; font-size: .68rem; font-style: italic; opacity: .72; }

.site-footer {
  position: relative;
  z-index: 2;
  margin: 0 var(--frame-content-inset) var(--frame-bottom-safe);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 30px 24px;
  color: var(--paper);
  background: var(--black);
  font: .62rem var(--typewriter);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.footer-mark { color: var(--ochre); }

@media (max-width: 900px) {
  .site-shell { padding: 14px clamp(8px,2.5vw,20px); }
  .paper-sheet { --frame-corner-size: 118px; --frame-rail-size: 25px; --frame-content-inset: 40px; --frame-top-safe: 44px; --frame-bottom-safe: 34px; }
  .site-header { padding: var(--frame-top-safe) 8px 0; }
  .masthead { grid-template-columns: 1fr auto; gap: 12px; padding-inline: 6px; }
  .identity-block { grid-column: 1 / -1; grid-row: 2; border-inline: 0; border-top: 1px solid var(--faint-line); padding: 12px 0 4px; text-align: left; flex-direction: row; gap: 10px; flex-wrap: wrap; align-items: baseline; }
  .identity-block .availability { width: 100%; margin-top: 0; }
  .header-stamp { display: none; }
  .menu-toggle {
    display: grid;
    width: 45px;
    height: 45px;
    align-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 31px; height: 3px; background: var(--ink); }
  .site-nav { display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 6px 0; border-block: 1px solid var(--ink); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 9px 10px; border-bottom: 1px dotted var(--faint-line); }
  .site-nav .nav-mark { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-headline { grid-column: 1 / -1; }
  .hero-photo { min-height: 310px; }
  .project-grid { grid-template-columns: repeat(2,1fr); gap: 18px 12px; }
  .project-card:nth-child(2) { border-right: 0; padding-right: 0; }
  .featured { grid-template-columns: .5fr 1fr; }
  .featured-photo { grid-column: 1 / -1; min-height: 280px; }
  .approach-grid { grid-template-columns: repeat(2,1fr); gap: 22px 0; }
  .approach-item:nth-child(2) { border-right: 0; }
  .sketch-strip { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .wordmark { width: min(100%, 340px); }
  body { font-size: 15px; }
  .site-shell { padding: 8px 13px; }
  .paper-sheet::before { display: none; }
  .paper-sheet { --frame-corner-size: 92px; --frame-rail-size: 20px; --frame-content-inset: 33px; --frame-top-safe: 40px; --frame-bottom-safe: 28px; }
  .site-header { padding: var(--frame-top-safe) 0 0; }
  .masthead { padding-bottom: 14px; }
  .wordmark { width: min(100%, 390px); }
  .identity-block { justify-content: center; text-align: center; font-size: .84rem; }
  .section-pad { padding: 32px 14px; }
  .hero { display: flex; flex-direction: column; gap: 22px; }
  .hero-headline h1 { font-size: clamp(3.25rem,15vw,5.2rem); text-align: left; }
  .hero-intro { max-width: none; font-size: .9rem; text-align: center; }
  .eyebrow { font-size: .68rem; }
  .manifesto-box { padding: 22px 18px; }
  .manifesto-box p { font-size: .84rem; }
  .dropcap { width: 58px; height: 76px; }
  .hero-photo { min-height: 290px; box-shadow: 5px 5px 0 rgba(189,138,43,.42); }
  .ornament-divider { height: 33px; margin-top: -10px; }
  .section-title-row { gap: 8px; }
  .section-title-row h2 { font-size: .9rem; }
  .section-side-note { display: none; }
  .project-grid { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--faint-line); }
  .project-card {
    display: grid;
    grid-template-columns: 35% 30px 1fr;
    grid-template-rows: auto auto;
    gap: 0 9px;
    min-height: 86px;
    padding: 7px 11px 7px 7px;
    border-right: 0;
    border-bottom: 1px solid var(--faint-line);
  }
  .project-card:last-child { border-bottom: 0; padding: 7px 11px 7px 7px; }
  .project-photo { grid-row: 1 / 3; min-height: 76px; border-radius: 26px 7px 7px 7px / 17px 7px 7px 7px; }
  .project-photo span { font-size: .46rem; }
  .project-number { grid-row: 1 / 3; align-self: start; margin: 10px 0 0; }
  .project-card h3 { margin-top: 8px; font-size: .77rem; }
  .project-meta { margin-top: 1px; }
  .featured { display: block; }
  .blueprint-side { height: 70px; background-position: center 45%; }
  .featured-copy { padding: 27px 17px 25px; }
  .featured h2 { font-size: 2.2rem; }
  .featured-photo { min-height: 245px; }
  .approach { padding-top: 28px; padding-bottom: 24px; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  .approach-item { grid-template-columns: 40px 1fr; padding: 6px 11px; }
  .approach-item:first-child { padding-left: 0; }
  .approach-item:nth-child(3) { padding-left: 0; }
  .approach-item img { width: 39px; height: 52px; }
  .approach-item p { font-size: .62rem; }
  .approach-item h3 { font-size: .7rem; }
  .process { padding-top: 10px; }
  .sketch-strip { grid-template-columns: 1fr 1fr; gap: 6px; }
  .philosophy-strip { padding: 29px 18px; }
  .philosophy-strip blockquote { font-size: .89rem; line-height: 1.55; }
  .about-contact { display: block; }
  .about-copy h2, .contact-card h2 { font-size: 1.7rem; }
  .contact-card { margin-top: 31px; }
  .site-footer { gap: 7px; padding-inline: 20px; font-size: .53rem; }
}

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