:root {
  --cream:#f7f4ee;
  --paper:#fffdf9;
  --sand:#eee8dd;
  --taupe:#aa9782;
  --brown:#745a46;
  --ink:#302b27;
  --muted:#655e57;
  --line:#d8cec1;
  --accent:#9a6344
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif
}
button,input,select,textarea {
  font:inherit
}
a {
  color:inherit;
  text-decoration:none
}
button {
  cursor:pointer
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  letter-spacing:-.04em
}
p {
  line-height:1.7
}
.container {
  width:min(100% - 48px,1180px);
  margin:auto
}
.skip-link {
  position:absolute;
  top:-80px;
  left:12px;
  z-index:30;
  background:var(--ink);
  color:white;
  padding:12px
}
.skip-link:focus {
  top:12px
}
:focus-visible {
  outline:3px solid var(--accent);
  outline-offset:3px
}
.site-header {
  position:relative;
  z-index:10;
  background:var(--paper);
  border-bottom:1px solid var(--line)
}
.header-inner {
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.brand {
  display:flex;
  align-items:center;
  gap:12px
}
.brand-mark {
  width:44px;
  height:44px;
  border:1px solid var(--ink);
  display:grid;
  place-items:center;
  font:30px Georgia,serif
}
.brand-name {
  font-size:20px;
  font-weight:800;
  line-height:1;
  letter-spacing:-.05em
}
.brand-name small {
  display:block;
  color:var(--brown);
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-top:5px
}
.site-nav {
  display:flex;
  align-items:center;
  gap:25px;
  font-size:13px;
  font-weight:700
}
.site-nav>a:not(.button) {
  padding:8px 0;
  border-bottom:2px solid transparent
}
.site-nav>a:not(.button):hover,.site-nav>a[aria-current=page] {
  border-color:var(--accent)
}
.menu-toggle {
  display:none
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:52px;
  padding:13px 22px;
  background:var(--ink);
  border:1px solid var(--ink);
  color:#fff;
  font-size:13px;
  font-weight:800;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#75472e;
  border-color:#75472e;
  transform:translateY(-2px)
}
.button-small {
  min-height:42px;
  padding:10px 15px
}
.button-light {
  background:var(--paper);
  border-color:var(--paper);
  color:var(--ink)
}
.button-light:hover {
  color:#fff
}
.text-link {
  display:inline-block;
  border-bottom:1px solid currentColor;
  padding-bottom:5px;
  font-size:13px;
  font-weight:800
}
.text-link:hover {
  color:var(--accent)
}
.eyebrow {
  color:var(--accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:18px
}
.eyebrow:before {
  content:"";
  display:inline-block;
  width:24px;
  height:1px;
  background:currentColor;
  vertical-align:middle;
  margin-right:11px
}
.hero-grid {
  display:grid;
  grid-template-columns:1fr .93fr;
  gap:5%;
  align-items:center;
  min-height:590px
}
.hero-copy {
  padding:75px 0
}
.hero h1,.page-hero h1 {
  font:400 clamp(54px,6vw,84px)/1.04 Georgia,serif;
  max-width:730px;
  margin-bottom:25px
}
.hero h1 em {
  color:#865337;
  font-weight:400
}
.lead {
  font-size:18px;
  color:var(--muted);
  max-width:600px
}
.hero-actions {
  display:flex;
  gap:26px;
  align-items:center;
  flex-wrap:wrap;
  margin-top:30px
}
.hero-meta {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:65px
}
.hero-meta span {
  border:1px solid var(--line);
  padding:9px 12px;
  color:var(--brown);
  font-size:11px;
  font-weight:700
}
.room-art {
  height:510px;
  background:#d1c6b8;
  position:relative;
  overflow:hidden;
  box-shadow:18px 18px 0 #e8dfd3
}
.room-art:before {
  content:"";
  position:absolute;
  inset:0 25% 23% 0;
  background:#e9e1d5;
  clip-path:polygon(0 0,100% 0,100% 100%,0 92%)
}
.room-art:after {
  content:"";
  position:absolute;
  bottom:0;
  width:100%;
  height:25%;
  background:#ad977f;
  clip-path:polygon(0 15%,100% 0,100% 100%,0 100%)
}
.art-window {
  position:absolute;
  left:12%;
  top:15%;
  width:28%;
  height:47%;
  border:12px solid #f8f3ea;
  background:#cbd4ce;
  z-index:1
}
.art-window:before {
  content:"";
  position:absolute;
  left:48%;
  top:0;
  bottom:0;
  width:9px;
  background:#f8f3ea
}
.art-window:after {
  content:"";
  position:absolute;
  top:50%;
  left:0;
  right:0;
  height:9px;
  background:#f8f3ea
}
.art-panel {
  position:absolute;
  right:13%;
  top:22%;
  width:29%;
  height:37%;
  background:#b2a08e;
  border:12px solid #e8ddd0;
  box-shadow:10px 15px 20px #6d5d4f33;
  z-index:1
}
.art-floorline {
  position:absolute;
  bottom:23%;
  width:100%;
  height:12px;
  background:#f3ede3;
  transform:skewY(-3deg);
  z-index:2
}
.art-note {
  position:absolute;
  right:16px;
  bottom:16px;
  z-index:3;
  background:var(--paper);
  padding:10px 13px;
  color:var(--brown);
  font-size:10px;
  letter-spacing:.13em;
  font-weight:800;
  text-transform:uppercase
}
.section {
  padding:100px 0
}
.section-alt {
  background:var(--paper)
}
.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:38px
}
.section-heading h2,.feature-copy h2,.split-copy h2,.cta-band h2 {
  font:400 clamp(38px,4.5vw,59px)/1.12 Georgia,serif;
  margin-bottom:0
}
.section-heading>p {
  max-width:390px;
  color:var(--muted);
  font-size:15px;
  margin-bottom:3px
}
.service-grid,.work-grid,.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:17px
}
.service-card {
  min-height:295px;
  display:flex;
  flex-direction:column;
  background:var(--paper);
  border:1px solid var(--line);
  padding:28px
}
.section-alt .service-card {
  background:var(--cream)
}
.card-number {
  color:var(--accent);
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em
}
.service-card h3 {
  font:400 28px/1.2 Georgia,serif;
  margin:45px 0 12px
}
.service-card p {
  font-size:14px;
  color:var(--muted)
}
.service-card a {
  margin-top:auto;
  border-top:1px solid var(--line);
  padding-top:16px;
  color:#865337;
  font-size:13px;
  font-weight:800
}
.service-card a:hover {
  text-decoration:underline
}
.section-footer {
  margin-top:30px
}
.feature,.split-section {
  background:#ded4c7;
  padding:88px 0
}
.feature-grid,.split-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:9%
}
.feature-art {
  height:420px;
  position:relative;
  background:#c6b8a6;
  overflow:hidden
}
.feature-art:before {
  content:"";
  position:absolute;
  inset:15% 20%;
  border:17px solid #eee7dc;
  box-shadow:13px 17px 0 #8b796a44
}
.feature-art:after {
  content:"";
  position:absolute;
  width:80%;
  height:12px;
  background:#f3ede5;
  left:10%;
  top:50%;
  transform:rotate(-23deg);
  box-shadow:0 45px 0 #f3ede5
}
.visual-label {
  position:absolute;
  z-index:1;
  bottom:20px;
  left:20px;
  right:20px;
  padding:15px;
  background:var(--paper);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase
}
.feature-copy h2,.split-copy h2 {
  margin-bottom:24px
}
.feature-copy>p:not(.eyebrow),.split-copy>p:not(.eyebrow) {
  font-size:16px;
  color:#514940
}
.feature-copy .button,.split-copy .button {
  margin-top:18px
}
.photo-placeholder {
  min-height:275px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px;
  background:#dfd5c8;
  border:1px solid #cabbab;
  color:#5c5045
}
.photo-placeholder:nth-child(2) {
  background:#e7e0d5
}
.photo-placeholder:nth-child(3) {
  background:#cbc0b3
}
.photo-placeholder .tag {
  font-size:10px;
  letter-spacing:.17em;
  font-weight:800;
  text-transform:uppercase
}
.photo-placeholder strong {
  font:400 27px/1.1 Georgia,serif
}
.photo-placeholder p {
  font-size:12px;
  margin:5px 0 0
}
.detail-panel {
  background:var(--paper);
  padding:42px;
  border:1px solid var(--line)
}
.detail-panel .large-quote {
  font:400 clamp(27px,3vw,40px)/1.3 Georgia,serif
}
.detail-panel p:last-child {
  margin-bottom:0;
  color:var(--muted)
}
.cta-band {
  background:var(--ink);
  color:var(--paper);
  padding:75px 0
}
.cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.cta-band .eyebrow {
  color:#d5b19a
}
.cta-band h2 {
  max-width:650px
}
.page-hero {
  padding:88px 0 76px;
  background:var(--sand)
}
.page-hero h1 {
  font-size:clamp(52px,6vw,79px)
}
.page-hero .lead {
  margin-bottom:0
}
.prose {
  max-width:740px
}
.prose h2,.gallery-set h2 {
  font:400 35px Georgia,serif
}
.prose p {
  color:var(--muted)
}
.steps {
  counter-reset:step
}
.step {
  border-top:1px solid var(--taupe);
  padding-top:20px
}
.step:before {
  counter-increment:step;
  content:'0' counter(step);
  display:block;
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  margin-bottom:30px
}
.step h3 {
  font:400 25px Georgia,serif;
  margin-bottom:9px
}
.step p {
  font-size:14px;
  color:var(--muted)
}
.gallery-set {
  margin-top:46px
}
.gallery-pair {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.gallery-pair .photo-placeholder {
  min-height:340px
}
.project-gallery {
  display:grid;
  gap:50px
}
.public-project {
  border-top:1px solid var(--taupe);
  padding-top:28px
}
.project-heading {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:35px;
  margin-bottom:22px
}
.project-heading h3,.gallery-empty h3 {
  font:400 34px Georgia,serif;
  margin-bottom:6px
}
.project-heading p {
  color:var(--muted);
  margin-bottom:0
}
.project-location {
  color:var(--accent)!important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}
.project-photos {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}
.project-photo {
  position:relative;
  margin:0;
  background:var(--sand);
  min-height:280px
}
.project-photo img {
  display:block;
  width:100%;
  height:100%;
  max-height:560px;
  object-fit:cover
}
.project-photo figcaption {
  position:absolute;
  left:12px;
  bottom:12px;
  background:var(--paper);
  padding:8px 11px;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase
}
.gallery-empty {
  border:1px solid var(--line);
  background:var(--paper);
  padding:40px
}
.gallery-empty p,.gallery-loading {
  color:var(--muted)
}
.notice {
  background:var(--sand);
  padding:24px;
  border-left:3px solid var(--accent);
  color:var(--muted)
}
.quote-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 295px;
  gap:60px;
  align-items:start
}
.quote-form {
  min-width:0
}
.form-section {
  border:0;
  padding:0;
  margin:0 0 48px;
  min-width:0
}
.form-section legend {
  display:block;
  width:100%;
  border-bottom:1px solid var(--line);
  padding:0 0 14px;
  margin-bottom:21px;
  font:30px Georgia,serif;
  letter-spacing:-.03em
}
.form-section legend span {
  font:800 11px Arial,sans-serif;
  color:var(--accent);
  letter-spacing:.1em;
  vertical-align:middle;
  margin-right:12px
}
.field-grid,.choice-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
.field {
  margin-bottom:18px
}
.field label,.field-title {
  display:block;
  font-size:13px;
  font-weight:700;
  margin-bottom:8px
}
.required {
  color:var(--accent)
}
.field input,.field select,.field textarea,.other-input,.quantity input {
  width:100%;
  min-height:45px;
  border:1px solid #a99e92;
  border-radius:0;
  background:var(--paper);
  color:var(--ink);
  padding:11px 12px
}
.field textarea {
  min-height:160px;
  resize:vertical
}
.field input:focus,.field select:focus,.field textarea:focus,.other-input:focus,.quantity input:focus {
  outline:2px solid var(--accent);
  outline-offset:2px
}
.hint {
  font-size:12px;
  color:var(--muted);
  margin:7px 0 0
}
.choice {
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:11px 13px;
  border:1px solid var(--line);
  background:var(--paper);
  font-size:13px;
  cursor:pointer
}
.choice:hover {
  border-color:var(--taupe)
}
.choice input {
  width:16px;
  height:16px;
  accent-color:#865337;
  flex:none
}
.choice:has(input:checked) {
  border-color:#865337;
  background:#f0e6d9
}
.quantity-row {
  display:grid;
  grid-template-columns:1fr 100px;
  gap:12px;
  align-items:center;
  margin-top:14px;
  font-size:13px
}
.quantity input {
  min-height:40px
}
.upload-box {
  border:1px dashed var(--taupe);
  background:var(--paper);
  padding:24px
}
.upload-box input {
  width:100%;
  max-width:100%;
  font-size:13px
}
.file-list {
  font-size:12px;
  color:var(--muted);
  margin:10px 0 0
}
.quote-aside {
  background:var(--sand);
  padding:28px;
  position:sticky;
  top:24px
}
.quote-aside h2,.preview h2 {
  font:400 28px Georgia,serif
}
.quote-aside p,.quote-aside li {
  font-size:13px;
  color:var(--muted)
}
.quote-aside ol {
  padding-left:19px;
  line-height:1.7
}
.form-actions {
  border-top:1px solid var(--line);
  padding-top:25px
}
.form-actions .button {
  width:100%
}
.preview {
  margin-top:25px;
  padding:24px;
  background:var(--sand);
  border:1px solid var(--line)
}
.preview textarea {
  width:100%;
  min-height:280px;
  padding:12px;
  border:1px solid var(--line);
  background:var(--paper);
  resize:vertical
}
.preview .button {
  margin-top:12px
}
.status {
  font-size:13px;
  color:#75472e;
  font-weight:700;
  margin:12px 0 0
}
.site-footer {
  background:#e9e2d7;
  padding:52px 0 30px
}
.footer-grid {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px
}
.footer-brand {
  font:28px Georgia,serif
}
.footer-brand span {
  color:var(--accent)
}
.site-footer p {
  font-size:13px;
  color:var(--muted);
  margin:10px 0 0
}
.footer-nav {
  display:flex;
  flex-wrap:wrap;
  gap:13px 25px;
  align-content:start;
  justify-content:flex-end;
  font-size:13px;
  font-weight:700
}
.footer-nav a:hover {
  text-decoration:underline
}
.footer-bottom {
  border-top:1px solid #cfc4b6;
  margin-top:40px;
  padding-top:18px;
  font-size:11px;
  color:var(--muted)
}
@media(max-width:900px) {
  .site-nav {
  gap:13px
}
.hero-grid {
  grid-template-columns:1fr .83fr
}
.room-art {
  height:450px
}
.quote-layout {
  grid-template-columns:1fr 245px;
  gap:28px
}
}
@media(max-width:740px) {
  .container {
  width:min(100% - 36px,1180px)
}
.header-inner {
  min-height:72px
}
.brand-mark {
  width:39px;
  height:39px;
  font-size:26px
}
.brand-name {
  font-size:18px
}
.menu-toggle {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  width:44px;
  height:44px;
  background:transparent;
  border:1px solid var(--line)
}
.menu-toggle span {
  width:19px;
  height:2px;
  background:currentColor
}
.site-nav {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  right:0;
  flex-direction:column;
  align-items:stretch;
  gap:0;
  padding:13px 18px 22px;
  background:var(--paper);
  border-bottom:1px solid var(--line);
  box-shadow:0 15px 22px #302b271f
}
.site-nav.is-open {
  display:flex
}
.site-nav>a:not(.button) {
  padding:13px 4px;
  border-bottom:1px solid var(--line)
}
.site-nav .button {
  margin-top:14px
}
.hero-grid,.feature-grid,.split-grid,.quote-layout {
  grid-template-columns:1fr
}
.hero-copy {
  padding:65px 0 34px
}
.hero-meta {
  margin-top:44px
}
.room-art {
  height:360px;
  margin-bottom:35px;
  box-shadow:12px 12px 0 #e8dfd3
}
.section {
  padding:75px 0
}
.section-heading {
  display:block
}
.section-heading>p {
  margin-top:19px
}
.service-grid,.work-grid,.steps {
  grid-template-columns:1fr
}
.service-card {
  min-height:250px
}
.service-card h3 {
  margin-top:30px
}
.feature,.split-section {
  padding:70px 0
}
.feature-grid,.split-grid {
  gap:35px
}
.feature-art {
  height:310px
}
.photo-placeholder {
  min-height:230px
}
.cta-inner {
  display:block
}
.cta-inner .button {
  margin-top:28px
}
.page-hero {
  padding:70px 0 58px
}
.quote-aside {
  position:static;
  grid-row:1
}
.footer-grid {
  grid-template-columns:1fr
}
.footer-nav {
  justify-content:flex-start
}
.gallery-pair .photo-placeholder {
  min-height:270px
}
.status.error {
  color:#9d2929
}
.status.success {
  color:#245b2b
}
.button:disabled {
  cursor:wait;
  opacity:.65
}
.honeypot {
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important
}
.project-heading {
  grid-template-columns:1fr;
  gap:10px
}
}
@media(max-width:470px) {
  .brand-name {
  font-size:16px
}
.brand-name small {
  font-size:8px
}
.hero h1 {
  font-size:51px
}
.lead {
  font-size:16px
}
.hero-actions {
  align-items:flex-start;
  flex-direction:column;
  gap:21px
}
.field-grid,.choice-grid,.gallery-pair {
  grid-template-columns:1fr
}
.project-photos {
  grid-template-columns:1fr
}
.gallery-pair .photo-placeholder {
  min-height:220px
}
.quantity-row {
  grid-template-columns:1fr 82px
}
.form-section legend {
  font-size:27px
}
.footer-brand {
  font-size:25px
}
}
@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
*,*:before,*:after {
  transition:none!important;
  animation:none!important
}
}
