:root {
  --ink: #211810;
  --brown: #4a2d18;
  --brown-dark: #2a190f;
  --tan: #a66a32;
  --cream: #f5efe6;
  --paper: #fffdf9;
  --muted: #6d6259;
  --line: #ddcfbf;
  --shadow: 0 18px 50px rgba(34, 22, 13, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Montserrat, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; background: white; padding: 10px; z-index: 999; }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(74,45,24,.12); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .08em; font-size: .86rem; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.brand strong { display: block; font-family: 'Libre Baskerville', serif; font-size: 1.2rem; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; font-weight: 600; font-size: .9rem; }
.nav-cta { padding: 11px 16px; border: 1px solid var(--brown); }
.menu-toggle { display: none; border: 1px solid var(--brown); background: transparent; padding: 10px 13px; font: inherit; }
.hero { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 18% 82%; filter: brightness(1.18) saturate(1.04); transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(25,15,8,.72) 0%, rgba(25,15,8,.48) 42%, rgba(25,15,8,.08) 76%); }
.hero-content { position: relative; z-index: 2; color: white; padding-block: 100px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .19em; font-size: .78rem; font-weight: 700; }
.eyebrow { color: #f1d5b6; }
h1, h2, h3 { margin-top: 0; line-height: 1.15; }
h1 { font-family: 'Libre Baskerville', serif; font-size: clamp(3rem, 6.5vw, 6.2rem); max-width: 900px; margin-bottom: 24px; }
h2 { font-family: 'Libre Baskerville', serif; font-size: clamp(2rem, 4vw, 3.6rem); }
h3 { font-size: 1.15rem; }
.hero-copy { max-width: 700px; font-size: clamp(1rem, 1.7vw, 1.22rem); color: #f5efe8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 22px; text-decoration: none; border: 1px solid transparent; font-weight: 700; cursor: pointer; font: inherit; }
.button-primary { background: var(--tan); color: white; }
.button-primary:hover { background: #875128; }
.button-secondary { border-color: rgba(255,255,255,.75); color: white; background: rgba(255,255,255,.06); }
.trust-strip { background: var(--brown-dark); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: 'Libre Baskerville', serif; font-size: 1.35rem; }
.trust-grid span { font-size: .82rem; opacity: .72; }
.section { padding: 105px 0; }
.section-kicker { color: var(--tan); margin-bottom: 14px; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.split p { font-size: 1.03rem; color: var(--muted); }
.services { background: var(--cream); }
.section-heading-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.section-heading-row p { color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: var(--paper); padding: 30px; border: 1px solid var(--line); min-height: 240px; }
.service-card span { display: block; color: var(--tan); font-weight: 700; margin-bottom: 42px; }
.service-card p { color: var(--muted); }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 20px; }
.project { position: relative; margin: 0; min-height: 310px; overflow: hidden; background: #ddd; }
.project-large { grid-row: 1 / 3; min-height: 640px; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project:hover img { transform: scale(1.03); }
.project figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 80px 25px 22px; color: white; background: linear-gradient(transparent, rgba(20,12,7,.86)); }
.project figcaption strong, .project figcaption span { display: block; }
.project figcaption span { opacity: .82; font-size: .86rem; }
.promise { background: var(--brown-dark); color: white; }
.promise-box { max-width: 920px; text-align: center; }
.promise-box p:last-child { color: #decfbe; font-size: 1.05rem; }
.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.contact-links { display: grid; gap: 12px; margin: 32px 0; }
.contact-links a { display: block; padding: 17px 20px; background: white; border: 1px solid var(--line); text-decoration: none; }
.contact-links span, .contact-links strong { display: block; }
.contact-links span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.service-area { color: var(--muted); }
.estimate-form { background: white; padding: 34px; border: 1px solid var(--line); box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form label { display: grid; gap: 7px; font-weight: 600; font-size: .9rem; }
.estimate-form label:nth-of-type(5), .estimate-form button, .estimate-form small { grid-column: 1 / -1; }
input, textarea, select { width: 100%; border: 1px solid #cdbdaa; background: #fffdf9; padding: 12px; font: inherit; }
textarea { resize: vertical; }
select { appearance: auto; }
.estimate-form small { color: var(--muted); }
.site-footer { background: #170f0a; color: white; padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 40px; }
.footer-grid a, .footer-grid p { display: block; color: #d5c8ba; text-decoration: none; }
.footer-grid strong { display: block; margin-bottom: 10px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.footer-bottom { margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #9f9287; font-size: .82rem; }
@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; background: var(--paper); padding: 22px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero { min-height: 650px; }
  .hero-image { object-position: 22% 82%; }
  .hero-overlay { background: rgba(25,15,8,.48); }
  .trust-grid, .card-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .section-heading-row, .contact-grid { grid-template-columns: 1fr; gap: 26px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .project, .project-large { grid-row: auto; min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1180px); }
  .brand span { display: none; }
  .hero { min-height: 610px; }
  .hero-content { padding-block: 72px; }
  h1 { font-size: 2.65rem; }
  .trust-grid, .card-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding: 76px 0; }
  .project, .project-large { min-height: 340px; }
  .estimate-form { grid-template-columns: 1fr; padding: 24px; }
  .estimate-form label, .estimate-form label:nth-of-type(5), .estimate-form button, .estimate-form small { grid-column: 1; }
}

.meet-mike { background: var(--paper); }
.mike-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.mike-grid p { color: var(--muted); font-size: 1.02rem; }
.mike-photo { margin: 0; min-height: 520px; overflow: hidden; border-radius: 6px; box-shadow: 0 18px 42px rgba(55, 37, 24, .16); background: #e9e1d8; }
.mike-photo img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center 18%; display: block; }
.text-link { display: inline-block; margin-top: 12px; color: var(--brown); font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.feedback { background: var(--brown-dark); color: white; text-align: center; }
.feedback-box { max-width: 850px; }
.feedback-box p:not(.section-kicker) { color: #decfbe; }
.feedback-box .button { margin-top: 16px; }
@media (max-width: 850px) {
  .mike-grid { grid-template-columns: 1fr; gap: 34px; }
  .mike-photo-placeholder { min-height: 390px; }
}

/* Wood hero redesign */
.hero-wood {
  min-height: 760px;
  background:
    linear-gradient(rgba(35, 20, 10, .28), rgba(35, 20, 10, .42)),
    repeating-linear-gradient(92deg, rgba(255,255,255,.025) 0 2px, rgba(0,0,0,.025) 2px 5px),
    linear-gradient(105deg, #9a6234 0%, #6f4223 30%, #a76b38 54%, #6b3e21 77%, #8d552d 100%);
  isolation: isolate;
}
.wood-grain {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 16% 28%, transparent 0 13%, rgba(43,22,10,.20) 14% 15%, transparent 16% 28%),
    radial-gradient(ellipse at 74% 58%, transparent 0 10%, rgba(43,22,10,.18) 11% 12%, transparent 13% 25%),
    repeating-linear-gradient(4deg, transparent 0 18px, rgba(255,255,255,.025) 19px 20px, transparent 21px 36px);
  mix-blend-mode: soft-light;
  opacity: .85;
  z-index: -1;
}
.hero-content-centered { text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-logo { width: min(290px, 58vw); aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 8px solid rgba(255,255,255,.18); box-shadow: 0 24px 70px rgba(0,0,0,.35); margin-bottom: 26px; }
.hero-content-centered h1 { max-width: 980px; margin-bottom: 20px; text-shadow: 0 3px 22px rgba(0,0,0,.35); }
.hero-content-centered .hero-copy { max-width: 900px; }
.hero-actions-centered { justify-content: center; }
.service-card { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(55,34,18,.12); border-color: #c6aa8d; }
.service-icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #efe2d3; color: var(--brown); font-size: 1.7rem; margin-bottom: 30px; box-shadow: inset 0 0 0 1px rgba(74,45,24,.08); }
.mike-photo-placeholder small { display: block; margin-top: 8px; font-family: Montserrat, Arial, sans-serif; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 560px) {
  .hero-wood { min-height: 700px; }
  .hero-logo { width: min(230px, 68vw); border-width: 6px; }
}

/* Split hero redesign */
.hero-split { min-height: auto; background: var(--cream); padding: 54px 0 64px; }
.hero-split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: stretch; }
.hero-brand-panel { background: linear-gradient(145deg, #fffdf9 0%, #f3e8da 100%); border: 1px solid var(--line); padding: clamp(34px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow); }
.hero-logo-split { width: 132px; height: 132px; object-fit: cover; border-radius: 50%; margin-bottom: 28px; box-shadow: 0 16px 35px rgba(52,31,16,.18); }
.hero-brand-panel .eyebrow { color: var(--tan); margin-bottom: 14px; }
.hero-brand-panel h1 { color: var(--brown-dark); font-size: clamp(3rem, 5.3vw, 5.8rem); max-width: 760px; margin-bottom: 22px; }
.hero-brand-panel .hero-copy { color: var(--muted); max-width: 620px; }
.button-dark { background: var(--brown-dark); color: white; }
.button-dark:hover { background: #4a2d18; }
.hero-collage { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr 1fr; gap: 14px; min-height: 650px; position: relative; }
.hero-collage figure { margin: 0; overflow: hidden; position: relative; box-shadow: var(--shadow); }
.hero-collage figure::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.hero-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-collage figure:hover img { transform: scale(1.035); }
.hero-collage .collage-tall { grid-row: 1 / 3; }
.hero-collage .collage-tall img { object-position: 43% 58%; }
.hero-collage figure:nth-of-type(2) img { object-position: center 52%; }
.hero-collage figure:nth-of-type(3) img { object-position: center 45%; }
.collage-badge { position: absolute; left: 28px; bottom: 28px; z-index: 3; background: rgba(33,24,16,.9); color: white; padding: 15px 18px; font-family: 'Libre Baskerville', serif; font-size: 1rem; line-height: 1.35; box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card { min-height: 255px; }
@media (max-width: 900px) {
  .hero-split-grid { grid-template-columns: 1fr; }
  .hero-collage { min-height: 560px; }
}
@media (max-width: 560px) {
  .hero-split { padding: 24px 0 36px; }
  .hero-brand-panel { padding: 32px 24px; }
  .hero-logo-split { width: 105px; height: 105px; }
  .hero-brand-panel h1 { font-size: 2.75rem; }
  .hero-collage { min-height: 520px; grid-template-columns: 1fr; grid-template-rows: 1.35fr .8fr .8fr; }
  .hero-collage .collage-tall { grid-row: auto; }
  .collage-badge { left: 14px; bottom: 14px; font-size: .9rem; }
}

/* Polished illustrated service cards */
.card-grid { gap: 22px; }
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 30px 28px 26px;
  border: 1px solid #dfd0c0;
  background:
    radial-gradient(circle at 92% 8%, rgba(174,126,82,.10) 0 42px, transparent 43px),
    linear-gradient(180deg, #fffefa 0%, #fbf6ef 100%);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #6c4025, #b57a45 55%, #d7b18a);
  opacity: .9;
}
.service-card::after {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  right: -42px;
  bottom: -46px;
  border: 1px solid rgba(108,64,37,.10);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(108,64,37,.035), 0 0 0 32px rgba(108,64,37,.02);
}
.service-icon {
  width: 82px;
  height: 82px;
  border-radius: 20px;
  margin-bottom: 24px;
  background: linear-gradient(145deg, #f6eadb, #e7d0b7);
  box-shadow: 0 12px 24px rgba(72,43,23,.12), inset 0 0 0 1px rgba(255,255,255,.7);
  transform: rotate(-2deg);
}
.service-icon svg { width: 54px; height: 54px; stroke-width: 2; }
.service-icon .icon-soft { fill: rgba(181,122,69,.13); stroke: none; }
.service-icon .icon-accent { stroke: #b36f35; stroke-width: 2.4; }
.service-card h3 { font-family: 'Libre Baskerville', serif; font-size: 1.28rem; margin-bottom: 10px; color: var(--brown-dark); }
.service-card p { color: var(--muted); margin-bottom: 18px; }
.card-detail {
  display: inline-block;
  color: #875128;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.service-card:hover .service-icon { transform: rotate(0deg) scale(1.06); }
.service-card:hover::before { height: 6px; }
.service-card, .service-icon, .service-card::before { transition: .25s ease; }
@media (max-width: 560px) {
  .service-card { min-height: 0; padding: 26px 24px; }
  .service-icon { width: 72px; height: 72px; }
  .service-icon svg { width: 47px; height: 47px; }
}

/* Production gallery lightbox */
.project[role="button"] { cursor: zoom-in; }
.project[role="button"]:focus-visible { outline: 3px solid var(--tan); outline-offset: 4px; }
.image-lightbox { border: 0; padding: 0; width: min(94vw, 1100px); max-height: 92vh; background: #17110d; color: white; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.image-lightbox::backdrop { background: rgba(18,12,8,.82); backdrop-filter: blur(3px); }
.image-lightbox img { display: block; width: 100%; max-height: 80vh; object-fit: contain; background: #0d0a08; }
.image-lightbox p { margin: 0; padding: 14px 54px 16px 18px; font-weight: 600; }
.lightbox-close { position: absolute; top: 10px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(25,18,13,.82); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
