:root {
  --ink: #211c18;
  --muted: #665d54;
  --paper: #f7f3ed;
  --cream: #fffaf2;
  --copper: #b9783f;
  --copper-dark: #7a4826;
  --gold: #d8b56b;
  --green: #192f2a;
  --charcoal: #15120f;
  --line: rgba(33, 28, 24, 0.14);
  --shadow: 0 22px 60px rgba(33, 28, 24, 0.16);
  --luxury-shadow: 0 28px 80px rgba(21, 18, 15, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  color: var(--ink);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 10px 30px rgba(33, 28, 24, 0.1);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.scrolled,
.site-header.open {
  color: var(--ink);
  background: rgba(255, 250, 242, 0.98);
  box-shadow: 0 10px 30px rgba(33, 28, 24, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 50px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(216, 181, 107, 0.74);
  color: #f5dfae;
  background:
    linear-gradient(135deg, rgba(216, 181, 107, 0.28), transparent 30%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 2px, transparent 2px 8px),
    linear-gradient(145deg, rgba(36, 31, 25, 0.92), rgba(13, 18, 16, 0.92));
  box-shadow:
    inset 0 0 0 4px rgba(255, 255, 255, 0.05),
    inset 0 0 0 6px rgba(216, 181, 107, 0.16),
    0 12px 30px rgba(0, 0, 0, 0.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  border: 1px solid rgba(216, 181, 107, 0.45);
  content: "";
  pointer-events: none;
}

.brand-mark::before {
  inset: 5px;
}

.brand-mark::after {
  inset: 10px;
  border-color: rgba(255, 250, 242, 0.18);
  transform: rotate(45deg);
}

.brand-mark-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: 30px;
  aspect-ratio: 1;
  place-items: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.46);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.18;
}

.brand small {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 32px);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.nav-toggle span + span {
  margin-top: 5px;
}

.hero {
  position: relative;
  display: grid;
  min-height: max(760px, 92vh);
  overflow: hidden;
  color: #fff;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    radial-gradient(circle at 22% 72%, rgba(185, 120, 63, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(12, 10, 8, 0.86), rgba(20, 16, 13, 0.46) 46%, rgba(20, 16, 13, 0.1)),
    linear-gradient(0deg, rgba(10, 8, 6, 0.64), transparent 42%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 40px));
  align-self: start;
  margin: clamp(156px, 22vh, 204px) 0 0 clamp(20px, 7vw, 96px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f4c69f;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.26;
}

.hero-title-script,
.hero-title-serif {
  display: block;
}

.hero-title-script {
  margin-left: 0;
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(48px, 6.2vw, 82px);
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: 0.01em;
}

.hero-title-serif {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(28px, 3.8vw, 50px);
  font-weight: 700;
  letter-spacing: 0.04em;
}

h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.26;
}

h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.42;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.55;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-proof span {
  padding: 10px 12px;
  border: 1px solid rgba(216, 181, 107, 0.4);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--copper), var(--copper-dark));
  box-shadow: 0 14px 28px rgba(113, 67, 34, 0.26);
}

.button.primary:hover {
  background: var(--copper-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

.band,
.section,
.work-band,
.font-showcase,
.contact-section,
.site-footer {
  padding-right: clamp(20px, 5vw, 72px);
  padding-left: clamp(20px, 5vw, 72px);
}

.font-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding-top: clamp(44px, 7vw, 74px);
  padding-bottom: clamp(44px, 7vw, 74px);
  background:
    linear-gradient(135deg, rgba(216, 181, 107, 0.14), transparent 34%),
    #181410;
  color: #fff;
}

.font-showcase-heading h2 {
  max-width: 520px;
  font-size: clamp(28px, 3.3vw, 46px);
}

.font-showcase .eyebrow {
  color: var(--gold);
}

.font-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.font-option {
  min-height: 190px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(216, 181, 107, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 250, 242, 0.04);
}

.font-option span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.font-option h3 {
  color: #fff;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.42;
}

.font-option p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.font-option.signature h3 {
  font-family: "Segoe Script", "Lucida Handwriting", "Brush Script MT", cursive;
}

.font-option.estate h3 {
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(34px, 4.2vw, 58px);
  letter-spacing: 0.01em;
}

.font-option.classic h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.2vw, 58px);
}

.font-option.couture h3 {
  font-family: "Lucida Handwriting", "Segoe Script", cursive;
  font-size: clamp(28px, 3.5vw, 46px);
}

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

.stat {
  padding: 34px clamp(20px, 4vw, 46px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 242, 0.96)),
    var(--cream);
}

.stat strong,
.stat span {
  display: block;
}

.stat strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.32;
}

.stat span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.section {
  scroll-margin-top: 96px;
  padding-top: clamp(76px, 11vw, 132px);
  padding-bottom: clamp(76px, 11vw, 132px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 7vw, 86px);
  align-items: end;
  margin-bottom: 42px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 270px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 250, 242, 0.74)),
    rgba(255, 250, 242, 0.42);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-card:hover {
  background: #fff;
  box-shadow: var(--luxury-shadow);
  transform: translateY(-4px);
}

.icon {
  display: grid;
  width: 48px;
  aspect-ratio: 1;
  margin-bottom: 48px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--green), #2f4d43);
  box-shadow: inset 0 0 0 1px rgba(216, 181, 107, 0.34);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.work-band {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(520px, 1fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
  padding-top: clamp(72px, 10vw, 110px);
  padding-bottom: clamp(72px, 10vw, 110px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(216, 181, 107, 0.1), transparent 34%),
    linear-gradient(180deg, #1b332d, #101c19);
}

.work-copy .eyebrow {
  color: #e7b98e;
}

.work-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, 18vw);
  gap: 14px;
}

.work-card {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(216, 181, 107, 0.24);
  background: #111b18;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.work-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 360ms ease, filter 360ms ease;
}

.work-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(8, 7, 6, 0.82));
  content: "";
}

.work-card:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.055);
}

.work-card div {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
}

.work-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.work-card h3 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.1vw, 30px);
  line-height: 1.3;
}

.finish-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sample {
  display: flex;
  min-height: 172px;
  align-items: end;
  padding: 18px;
  color: #fff;
  background-size: 100% 100%;
  box-shadow: var(--luxury-shadow);
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.testimonial-section {
  background:
    linear-gradient(135deg, rgba(216, 181, 107, 0.14), transparent 32%),
    #f0e8dd;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  gap: 18px;
}

.testimonial-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(33, 28, 24, 0.12);
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 18px 50px rgba(33, 28, 24, 0.08);
}

.testimonial-card.featured {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(216, 181, 107, 0.14), transparent 44%),
    linear-gradient(180deg, #203b34, #111b18);
  box-shadow: var(--luxury-shadow);
}

.stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 0.18em;
}

.testimonial-card p {
  margin: 28px 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.36;
}

.testimonial-card.featured p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(24px, 3vw, 38px);
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.testimonial-card span {
  margin-top: 8px;
  color: var(--muted);
}

.testimonial-card.featured span {
  color: rgba(255, 255, 255, 0.64);
}

.sample.oak {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.18), transparent 28%),
    repeating-linear-gradient(98deg, #b87942 0 18px, #cf935b 18px 36px, #9e6230 36px 44px);
}

.sample.walnut {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.12), transparent 30%),
    repeating-linear-gradient(94deg, #5b3927 0 17px, #7b4b31 17px 32px, #402518 32px 42px);
}

.sample.ash {
  color: var(--ink);
  text-shadow: none;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.24), transparent 32%),
    repeating-linear-gradient(96deg, #d3c5ad 0 18px, #efe2ca 18px 34px, #b9aa92 34px 43px);
}

.sample.espresso {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.12), transparent 30%),
    repeating-linear-gradient(97deg, #2d211a 0 18px, #4a3328 18px 34px, #1c130f 34px 42px);
}

.process {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(255, 255, 255, 0.74)),
    var(--cream);
}

.section-heading.compact {
  display: block;
  max-width: 780px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  padding-top: 24px;
  border-top: 2px solid var(--copper);
}

.timeline span {
  display: block;
  margin-bottom: 48px;
  color: var(--copper);
  font-weight: 900;
}

.timeline p {
  color: var(--muted);
  line-height: 1.62;
}

.contact-section {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 7vw, 92px);
  padding-top: clamp(76px, 11vw, 124px);
  padding-bottom: clamp(76px, 11vw, 124px);
  background:
    linear-gradient(90deg, rgba(25, 47, 42, 0.08), transparent 38%),
    var(--paper);
}

.contact-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(216, 181, 107, 0.28);
  background: #fff;
  box-shadow: var(--luxury-shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 14px;
  color: var(--ink);
  background: var(--cream);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(159, 95, 52, 0.42);
  outline-offset: 2px;
}

.contact-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #fff;
  background: var(--charcoal);
}

.site-footer span {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 920px) {
  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    color: var(--ink);
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  .site-header.open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .section-heading,
  .work-band,
  .font-showcase,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .work-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(220px, 32vw);
  }

  .section-heading .eyebrow {
    margin-bottom: 0;
  }

  .service-grid,
  .testimonial-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-card.featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand small {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(20, 16, 13, 0.82), rgba(20, 16, 13, 0.48)),
      linear-gradient(0deg, rgba(20, 16, 13, 0.54), transparent 42%);
  }

  .hero-content {
    margin: 136px 20px 62px;
  }

  h1 {
    font-size: clamp(38px, 15vw, 56px);
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .intro,
  .service-grid,
  .finish-board,
  .font-options,
  .testimonial-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-title-script {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 1.3;
  }

  .hero-title-serif {
    font-size: clamp(24px, 8vw, 38px);
    line-height: 1.32;
  }

  .work-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .work-card,
  .work-card.large {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .testimonial-card.featured {
    grid-column: auto;
  }

  .testimonial-card {
    min-height: auto;
  }

  .service-card {
    min-height: auto;
  }

  .icon,
  .timeline span {
    margin-bottom: 24px;
  }
}
