:root {
  --red: #9e2b25;
  --red-dark: #731f1c;
  --red-bright: #c63d33;
  --ink: #221d19;
  --walnut: #3a2920;
  --cream: #f3ecdf;
  --paper: #fbf8f2;
  --line: #d8ccbc;
  --muted: #6d6259;
  --white: #fffdf9;
  --display: "Roboto Slab", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: white;
  background: var(--ink);
  transform: translateY(-120%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  width: min(calc(100% - 48px), var(--max));
  height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 7px;
  background: var(--red);
  transform: rotate(-2deg);
}

.brand-mark span {
  display: block;
  background: var(--cream);
}

.brand-mark span:nth-child(2) {
  height: 70%;
  align-self: end;
}

.brand-copy {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 2rem;
}

nav a {
  position: relative;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

nav a:hover::after,
nav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  border: 1px solid var(--red);
  color: white;
  background: var(--red);
  box-shadow: 5px 5px 0 var(--walnut);
  cursor: pointer;
  font: 700 0.86rem/1 var(--sans);
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--red-dark);
  box-shadow: 2px 2px 0 var(--walnut);
  transform: translate(3px, 3px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #e38f45;
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding: 0.7rem 1.1rem;
  box-shadow: 3px 3px 0 var(--walnut);
}

.hero {
  width: min(calc(100% - 48px), var(--max));
  min-height: 710px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: stretch;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.hero > *,
.hero-facts > *,
.service-grid > *,
.booking-panel > *,
.faq > * {
  min-width: 0;
}

.hero-copy {
  padding: clamp(4.5rem, 8vw, 7rem) clamp(2rem, 5vw, 5.5rem) 3rem;
  border-right: 1px solid var(--line);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 27px;
  height: 2px;
  display: inline-block;
  background: currentColor;
}

.hero h1,
.section h2,
.closing h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(4rem, 8vw, 7.1rem);
}

.hero h1 em {
  color: var(--red);
  font-weight: inherit;
}

.hero-intro {
  max-width: 590px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero-actions {
  margin-top: 2.1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.text-link {
  font-size: 0.87rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  margin-left: 0.4rem;
  color: var(--red);
}

.hero-facts {
  margin: 4.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.hero-facts div {
  padding: 1.3rem 1rem 0 0;
}

.hero-facts div + div {
  padding-left: 1rem;
  border-left: 1px solid var(--line);
}

.hero-facts dt {
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 700;
}

.hero-facts dd {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background-color: var(--cream);
  background-image: linear-gradient(rgba(58, 41, 32, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 41, 32, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(158, 43, 37, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -52%);
}

.tv-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(76%, 470px);
  aspect-ratio: 16 / 10;
  padding: 13px;
  background: #191615;
  box-shadow: 18px 22px 0 rgba(58, 41, 32, 0.14);
  transform: translate(-50%, -58%);
}

.tv-screen {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  color: var(--cream);
  background: linear-gradient(135deg, #332824, #782823 72%, #b23a30);
}

.tv-screen::after {
  content: "";
  position: absolute;
  inset: 13px;
  background: linear-gradient(125deg, rgba(255,255,255,0.13), transparent 38%);
  pointer-events: none;
}

.tv-screen p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  line-height: 1.15;
}

.screen-line {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  z-index: 1;
  width: 48px;
  height: 4px;
  background: var(--red-bright);
}

.mount-plate {
  position: absolute;
  left: 50%;
  bottom: -32px;
  width: 100px;
  height: 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 0 12px;
  border: 5px solid var(--walnut);
  background: var(--cream);
  transform: translateX(-50%);
}

.mount-plate i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.measurement {
  position: absolute;
  color: var(--red);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.measurement::before,
.measurement::after {
  content: "";
  position: absolute;
  background: var(--red);
}

.measurement-top {
  top: 12%;
  left: 19%;
  width: 62%;
  border-top: 1px solid var(--red);
  text-align: center;
}

.measurement-top::before,
.measurement-top::after {
  top: -5px;
  width: 1px;
  height: 10px;
}

.measurement-top::before { left: 0; }
.measurement-top::after { right: 0; }
.measurement-top span { position: relative; top: -1.4rem; }

.measurement-side {
  top: 25%;
  right: 8%;
  height: 44%;
  border-right: 1px solid var(--red);
}

.measurement-side::before,
.measurement-side::after {
  right: -5px;
  width: 10px;
  height: 1px;
}

.measurement-side::before { top: 0; }
.measurement-side::after { bottom: 0; }
.measurement-side span { position: absolute; top: 50%; right: -3.2rem; transform: rotate(90deg); }

.wood-swatch {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 74px;
  display: flex;
  gap: 12px;
  padding: 0 2rem;
  background: var(--walnut);
}

.wood-swatch span {
  flex: 1;
  border-right: 1px solid rgba(255,255,255,0.1);
  border-left: 1px solid rgba(0,0,0,0.15);
  transform: skewX(-12deg);
}

.visual-note {
  position: absolute;
  right: 2.5rem;
  bottom: 97px;
  left: 2.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.visual-note span {
  color: var(--red);
  font-family: var(--display);
  font-weight: 700;
}

.craft-strip {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  padding: 1rem 4vw;
  color: var(--cream);
  background: var(--walnut);
  overflow: hidden;
}

.craft-strip p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1rem, 2vw, 1.35rem);
  text-transform: uppercase;
  white-space: nowrap;
}

.craft-strip span {
  color: #e9b6aa;
  font-size: 0.6rem;
}

.section {
  padding: clamp(5rem, 10vw, 9rem) max(24px, calc((100% - var(--max)) / 2));
}

.section-heading {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  align-items: start;
  gap: 2rem;
  margin-bottom: 4rem;
}

.section-heading h2,
.process h2,
.booking h2,
.faq h2 {
  max-width: 850px;
  font-size: clamp(2.8rem, 5.7vw, 5.6rem);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.service-card,
.detail-card {
  background: var(--white);
}

.service-card-featured {
  min-height: 360px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border-left: 7px solid var(--red);
}

.card-number {
  align-self: start;
  color: var(--red);
  font-family: var(--display);
  font-weight: 700;
}

.card-kicker,
.booking-label {
  margin: 0 0 0.7rem;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.05;
}

.service-card p:not(.card-kicker) {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
}

.price-lockup {
  min-width: 235px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: center;
  color: var(--red);
  border-left: 1px solid var(--line);
  padding-left: clamp(2rem, 5vw, 5rem);
}

.price-lockup span {
  margin-top: 0.7rem;
  font-family: var(--display);
  font-size: 1.5rem;
}

.price-lockup strong {
  font-family: var(--display);
  font-size: clamp(4.5rem, 8vw, 7.5rem);
  line-height: 0.8;
  letter-spacing: -0.08em;
}

.price-lockup small {
  grid-column: 1 / -1;
  margin-top: 1rem;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.detail-card {
  min-height: 285px;
  padding: 2.3rem;
}

.detail-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 3rem;
  color: var(--red);
  border: 1px solid var(--red);
  font-family: var(--display);
  font-size: 1.4rem;
}

.detail-card h3 {
  margin: 0 0 0.7rem;
  font-family: var(--display);
  font-size: 1.35rem;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.detail-card-dark {
  color: var(--cream);
  background: var(--walnut);
}

.detail-card-dark p {
  color: #cbbdaf;
}

.detail-card-dark .detail-icon {
  color: var(--cream);
  border-color: var(--red-bright);
  background: var(--red);
}

.process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  color: var(--cream);
  background: var(--red-dark);
}

.eyebrow.light {
  color: #e9b6aa;
}

.process-intro > p:last-child {
  max-width: 480px;
  color: #d5bdb4;
  margin-top: 1.7rem;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.22);
}

.steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.steps > li > span {
  color: #e9b6aa;
  font-family: var(--display);
  font-weight: 700;
}

.steps h3 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1.45rem;
}

.steps p {
  max-width: 510px;
  margin: 0;
  color: #d5bdb4;
}

.booking {
  background: var(--cream);
}

.booking-panel {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
}

.booking-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.05rem;
}

.availability {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: 630px;
  border: 1px solid var(--line);
}

.availability span {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: var(--paper);
  font-size: 0.68rem;
  font-weight: 700;
}

.availability span + span {
  border-left: 1px solid var(--line);
}

.booking-card {
  padding: clamp(2rem, 5vw, 3.3rem);
  color: var(--cream);
  background: var(--walnut);
  box-shadow: 14px 14px 0 var(--red);
}

.booking-label {
  color: #e8afa7;
}

.booking-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.booking-price strong {
  font-family: var(--display);
  font-size: 4rem;
  line-height: 1;
}

.booking-price span {
  color: #cbbdaf;
}

.booking-card hr {
  margin: 2rem 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}

.booking-card dl {
  margin: 0 0 2rem;
}

.booking-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
}

.booking-card dt {
  color: #cbbdaf;
}

.booking-card dd {
  margin: 0;
  font-weight: 700;
}

.calendar-shell {
  min-width: 0;
  grid-column: 1 / -1;
  padding: clamp(0.75rem, 2vw, 1.5rem);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 14px 14px 0 rgba(58, 41, 32, 0.12);
}

.calendar-embed {
  width: 100%;
  min-height: 390px;
  overflow: auto;
}

.calendar-fallback {
  margin: 1rem;
  text-align: center;
}

.calendar-fallback a {
  color: var(--red);
  font-weight: 700;
}

.faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 9vw, 9rem);
}

.faq-heading {
  display: block;
  margin: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.65rem 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 700;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary span {
  color: var(--red);
  font-family: var(--sans);
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

details[open] summary span {
  transform: rotate(45deg);
}

details p {
  max-width: 640px;
  margin: -0.5rem 0 1.7rem;
  color: var(--muted);
}

.closing {
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 5rem max(24px, calc((100% - var(--max)) / 2));
  color: var(--cream);
  background-color: var(--walnut);
  background-image: repeating-linear-gradient(96deg, transparent 0, transparent 90px, rgba(255,255,255,0.035) 92px);
}

.closing h2 {
  max-width: 780px;
  font-size: clamp(3rem, 6vw, 6rem);
}

.button-light {
  min-width: 180px;
  color: var(--ink);
  border-color: var(--cream);
  background: var(--cream);
  box-shadow: 5px 5px 0 var(--red);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--ink);
  background: white;
  box-shadow: 2px 2px 0 var(--red);
}

footer {
  min-height: 120px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 2rem max(24px, calc((100% - var(--max)) / 2));
  border-top: 1px solid #4c3b32;
  color: #cbbdaf;
  background: var(--walnut);
  font-size: 0.78rem;
}

footer p:last-child {
  text-align: right;
}

.footer-brand .brand-copy strong,
.footer-brand .brand-copy small {
  color: var(--cream);
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-visual {
    min-height: 600px;
  }

  .section-heading,
  .process,
  .faq {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 0;
  }

  .service-card-featured {
    grid-template-columns: 55px 1fr;
  }

  .price-lockup {
    grid-column: 2;
    justify-self: start;
    padding: 2rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }

  .booking-card {
    width: min(100%, 520px);
  }

  .faq-heading {
    margin-bottom: 1rem;
  }
}

@media (max-width: 700px) {
  .site-header {
    width: calc(100% - 32px);
    height: 78px;
  }

  nav {
    display: none;
  }

  .site-header > .button {
    min-height: 38px;
    flex-shrink: 0;
    padding: 0.65rem 0.85rem;
    font-size: 0.75rem;
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    width: calc(100% - 32px);
    border: 0;
  }

  .hero-copy {
    padding: 4.2rem 0 3rem;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 18vw, 5.3rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.4rem;
  }

  .hero-facts {
    margin-top: 3.5rem;
  }

  .hero-facts dt {
    font-size: 1rem;
  }

  .hero-facts dd {
    font-size: 0.62rem;
  }

  .hero-visual {
    min-height: 490px;
    margin: 0 -16px;
  }

  .tv-frame {
    width: 82%;
  }

  .tv-screen {
    padding: 1.3rem;
  }

  .measurement-side {
    right: 4%;
  }

  .visual-note {
    right: 1.5rem;
    left: 1.5rem;
  }

  .craft-strip {
    justify-content: flex-start;
    overflow: hidden;
  }

  .craft-strip p:nth-of-type(n + 4),
  .craft-strip span:nth-of-type(n + 3) {
    display: none;
  }

  .section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .section-heading {
    margin-bottom: 2.7rem;
  }

  .section-heading h2,
  .process h2,
  .booking h2,
  .faq h2 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card-featured {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2.2rem 1.6rem;
  }

  .card-number,
  .price-lockup {
    grid-column: 1;
  }

  .price-lockup strong {
    font-size: 5.2rem;
  }

  .detail-card {
    min-height: 240px;
  }

  .process {
    gap: 2.5rem;
  }

  .steps li {
    grid-template-columns: 48px 1fr;
  }

  .availability {
    grid-template-columns: repeat(4, 1fr);
  }

  .availability span:nth-child(n + 5) {
    border-top: 1px solid var(--line);
  }

  .availability span:nth-child(5) {
    border-left: 0;
  }

  .booking-card {
    box-shadow: 8px 8px 0 var(--red);
  }

  .calendar-shell {
    margin-right: -8px;
    margin-left: -8px;
    padding: 0;
    box-shadow: 8px 8px 0 rgba(58, 41, 32, 0.12);
  }

  .closing {
    min-height: 450px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  footer p {
    margin: 0;
  }

  footer p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: reveal 650ms both;
  }

  .hero-copy > :nth-child(2) { animation-delay: 80ms; }
  .hero-copy > :nth-child(3) { animation-delay: 140ms; }
  .hero-copy > :nth-child(4) { animation-delay: 200ms; }
  .hero-copy > :nth-child(5) { animation-delay: 260ms; }

  .hero-visual .tv-frame {
    animation: reveal-tv 700ms 180ms both;
  }
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes reveal-tv {
  from {
    opacity: 0;
    transform: translate(-50%, -53%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -58%);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
