:root {
  --ink: #1d211d;
  --muted: #666b63;
  --ivory: #f4f0e7;
  --paper: #fbf9f3;
  --green: #244b3d;
  --green-dark: #17352b;
  --gold: #c99b4a;
  --line: rgba(29, 33, 29, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  width: min(100% - 48px, 1200px);
  height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font: 15px Georgia, serif;
  letter-spacing: 0.04em;
}
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font: 600 17px/1 Georgia, serif; }
.brand-copy span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a {
  position: relative;
  padding: 12px 2px;
  color: #454943;
  font-size: 13px;
  font-weight: 700;
}
.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after { transform: scaleX(1); }
.site-nav a.active { color: var(--green); }
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 13px 17px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  transition: 180ms ease;
}
.header-cta:hover { background: var(--ink); color: white; }

.eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hero {
  width: min(100% - 48px, 1200px);
  min-height: 670px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 72px;
  padding: 60px 0 74px;
}
.hero h1,
.section h2,
.contact-section h2,
.home-about-preview h2,
.process-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}
.hero h1 { max-width: 650px; font-size: clamp(74px, 7.7vw, 120px); line-height: 0.83; }
.hero h1 span { display: block; color: var(--green); font-style: italic; font-weight: 400; }
.hero-intro {
  max-width: 515px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: 180ms ease;
}
.button-primary { background: var(--green); color: white; box-shadow: 0 12px 34px rgba(36, 75, 61, 0.2); }
.button-primary:hover { background: var(--green-dark); transform: translateY(-2px); }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.text-link { padding: 10px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }

.hero-art {
  min-height: 500px;
  border-radius: 2px 120px 2px 2px;
  background: var(--green);
  position: relative;
  overflow: hidden;
  box-shadow: 24px 24px 0 var(--ivory);
}
.sound-line {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  transform: rotate(-10deg);
}
.sound-line-one { width: 480px; height: 220px; top: -20px; right: -100px; }
.sound-line-two { width: 600px; height: 300px; top: -44px; right: -126px; }
.sound-line-three { width: 720px; height: 380px; top: -64px; right: -160px; }
.piano {
  position: absolute;
  right: 8%;
  bottom: 98px;
  left: 8%;
  filter: drop-shadow(0 22px 28px rgba(9, 22, 17, 0.25));
  transform: rotate(-2deg);
}
.piano-top {
  height: 154px;
  padding-top: 62px;
  border-radius: 70% 8px 0 0 / 45% 8px 0 0;
  background: #171b18;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  font: 9px Georgia, serif;
  letter-spacing: 0.22em;
}
.piano-top i { display: block; width: 16%; height: 3px; margin: 10px auto 0; background: var(--gold); }
.piano-keys { height: 100px; display: flex; border: 8px solid #171b18; border-top-width: 5px; position: relative; }
.white-key { flex: 1; background: #f5f0e5; border-right: 1px solid #77766f; }
.black-key {
  width: 6%;
  height: 62%;
  background: #111411;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.piano-base { height: 18px; border-radius: 0 0 6px 6px; background: #131713; }
.art-note {
  position: absolute;
  right: 32px;
  bottom: 25px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font: italic 13px Georgia, serif;
}
.trust-strip {
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 46px);
  padding: 22px 24px;
  background: var(--ink);
  color: white;
}
.trust-strip span {
  color: #b6b9b2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.trust-strip p { margin: 0; font: 15px Georgia, serif; }
.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section { padding: 118px max(24px, calc((100vw - 1200px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 80px; }
.section h2,
.contact-section h2,
.home-about-preview h2,
.process-section h2 { font-size: clamp(48px, 5vw, 72px); line-height: 1.02; }
.heading-action > p {
  max-width: 440px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 60px;
  background: var(--line);
  border: 1px solid var(--line);
}
.home-feature-grid article { min-height: 270px; padding: 30px; background: var(--paper); }
.home-feature-grid article > span,
.process-grid article > span { color: var(--green); font: 13px Georgia, serif; }
.home-feature-grid h3,
.process-grid h3 { margin: 72px 0 12px; font: 500 27px Georgia, serif; }
.home-feature-grid p,
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.home-about-preview {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
  padding: 100px max(24px, calc((100vw - 1200px) / 2));
  background: var(--ivory);
}
.mini-monogram,
.portrait-placeholder {
  display: grid;
  place-content: center;
  gap: 18px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    var(--green);
  background-size: 32px 32px;
  color: white;
  text-align: center;
}
.mini-monogram { min-height: 390px; }
.mini-monogram > span,
.portrait-placeholder > span { font: clamp(94px, 12vw, 160px)/0.8 Georgia, serif; letter-spacing: -0.08em; }
.mini-monogram p,
.portrait-placeholder p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.home-about-preview > div:last-child > p:not(.eyebrow) {
  max-width: 570px;
  margin: 28px 0 34px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.interior-hero {
  min-height: 500px;
  display: grid;
  align-content: end;
  padding: 80px max(24px, calc((100vw - 1200px) / 2)) 86px;
  background:
    radial-gradient(circle at 84% 15%, rgba(201, 155, 74, 0.16), transparent 22%),
    var(--green);
  color: white;
}
.interior-hero .eyebrow { color: #d9b670; }
.interior-hero h1 {
  max-width: 920px;
  margin: 0;
  font: 500 clamp(62px, 7vw, 98px)/0.94 Georgia, serif;
  letter-spacing: -0.05em;
}
.interior-hero > p:last-child {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.75;
}
.service-page-section { padding-top: 80px; }
.service-section-intro {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 32px 80px;
  align-items: end;
  margin-bottom: 52px;
}
.service-section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.service-section-intro h2,
.service-details-heading h2,
.service-detail-group h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.service-section-intro h2 { max-width: 680px; font-size: clamp(44px, 5vw, 68px); line-height: 1; }
.service-section-intro > p:last-child,
.service-details-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.service-page-section .service-grid { grid-template-columns: repeat(4, 1fr); margin-top: 0; }
.service-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.4);
  transition: 200ms ease;
}
.service-card:hover {
  background: white;
  border-color: rgba(36, 75, 61, 0.55);
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(29, 33, 29, 0.08);
}
.service-number { color: var(--green); font: 14px Georgia, serif; }
.service-card > div { margin: auto 0; }
.service-card h3 { margin: 0 0 16px; font: 500 30px Georgia, serif; letter-spacing: -0.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-card footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: #555a53;
  font-size: 11px;
  font-weight: 700;
}
.service-category-card { min-height: 320px; }
.service-category-card h3 { font-size: 27px; }
.service-category-card footer span:last-child { color: var(--green); font-size: 16px; }
.service-details-section {
  padding: 110px max(24px, calc((100vw - 1200px) / 2));
  background: var(--ivory);
}
.service-details-heading {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 70px;
}
.service-details-heading h2 { max-width: 720px; font-size: clamp(46px, 5vw, 70px); line-height: 1; }
.service-detail-list { display: grid; gap: 28px; }
.service-detail-group {
  scroll-margin-top: 110px;
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.service-detail-group > header {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: start;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}
.service-detail-group > header > span { color: var(--green); font: 15px Georgia, serif; }
.service-detail-group h2 { font-size: clamp(34px, 4vw, 50px); line-height: 1; }
.service-detail-group header p {
  max-width: 650px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.service-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 38px;
  margin: 0;
  padding: 12px 0 0 74px;
  list-style: none;
}
.service-items li {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.service-items h3 { margin: 0 0 8px; font: 500 20px Georgia, serif; }
.service-items p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.process-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
  padding: 110px max(24px, calc((100vw - 1200px) / 2));
  background: var(--ivory);
}
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-grid article { padding-top: 20px; border-top: 1px solid var(--line); }
.process-grid h3 { margin-top: 42px; }

.about-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(70px, 9vw, 130px);
  background: var(--ivory);
}
.about-visual { min-height: 590px; position: relative; }
.portrait-placeholder { height: 100%; }
.about-badge {
  width: 150px;
  height: 150px;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 20px;
  border-radius: 50%;
  background: var(--paper);
  text-align: center;
  position: absolute;
  right: -46px;
  bottom: 44px;
  box-shadow: 0 18px 40px rgba(29, 33, 29, 0.16);
}
.about-badge span { color: var(--green); font-size: 24px; }
.about-badge p { margin: 0; font: 13px/1.25 Georgia, serif; }
.about-copy { align-self: center; }
.about-lead { max-width: 620px; margin: 30px 0 38px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.principles { border-top: 1px solid var(--line); }
.principles > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.principles span { padding-top: 3px; color: var(--green); font: 13px Georgia, serif; }
.principles p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.principles strong { display: block; margin-bottom: 3px; color: var(--ink); font: 600 17px Georgia, serif; }

.contact-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 90px;
  padding: 108px max(24px, calc((100vw - 1200px) / 2));
  background: var(--green);
  color: white;
}
.contact-section .eyebrow { color: #d9b670; }
.contact-section h2 { max-width: 720px; }
.contact-copy { align-self: end; }
.contact-copy > p { margin: 0 0 28px; color: rgba(255, 255, 255, 0.7); font-size: 15px; line-height: 1.7; }
.contact-placeholders { display: grid; gap: 10px; }
.contact-placeholders span {
  display: block;
  padding: 16px 18px;
  border: 1px dashed rgba(255, 255, 255, 0.42);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
}
.site-footer {
  min-height: 150px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  width: min(100% - 48px, 1200px);
  margin: 0 auto;
}
.site-footer p,
.site-footer > a:last-child { color: var(--muted); font-size: 11px; font-weight: 700; }
.site-footer > a:last-child { justify-self: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 132px; }
  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    height: 48px;
    border-top: 1px solid var(--line);
  }
  html { scroll-padding-top: 140px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 70px; padding-top: 80px; }
  .hero-art { min-height: 480px; }
  .section-heading,
  .home-about-preview,
  .process-section,
  .about-section,
  .contact-section { grid-template-columns: 1fr; }
  .home-feature-grid,
  .service-grid { grid-template-columns: 1fr; }
  .service-section-intro,
  .service-details-heading { grid-template-columns: 1fr; }
  .service-page-section .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 290px; }
  .mini-monogram { min-height: 440px; }
  .process-section,
  .about-section,
  .contact-section { gap: 52px; }
  .about-visual { min-height: 520px; }
  .about-badge { right: 24px; }
}

@media (max-width: 620px) {
  .site-header,
  .hero,
  .site-footer { width: min(100% - 32px, 1200px); }
  .brand-copy { display: none; }
  .header-cta { gap: 10px; padding: 11px 14px; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(68px, 21vw, 96px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 360px; border-radius: 2px 76px 2px 2px; box-shadow: 14px 14px 0 var(--ivory); }
  .piano { right: 5%; bottom: 72px; left: 5%; }
  .piano-top { height: 110px; padding-top: 42px; }
  .piano-keys { height: 74px; border-width: 6px; }
  .trust-strip { flex-wrap: wrap; justify-content: flex-start; gap: 14px 20px; padding: 26px; }
  .trust-strip span { width: 100%; }
  .trust-strip p { font-size: 13px; }
  .section,
  .contact-section { padding-top: 86px; padding-bottom: 86px; }
  .section h2,
  .contact-section h2,
  .home-about-preview h2,
  .process-section h2 { font-size: 45px; }
  .interior-hero { min-height: 420px; padding-top: 66px; padding-bottom: 66px; }
  .interior-hero h1 { font-size: clamp(54px, 16vw, 74px); }
  .section-heading { gap: 28px; }
  .service-grid { margin-top: 42px; }
  .service-page-section .service-grid { grid-template-columns: 1fr; }
  .service-details-section { padding-top: 86px; padding-bottom: 86px; }
  .service-detail-group { padding: 28px 22px; }
  .service-detail-group > header { grid-template-columns: 34px 1fr; }
  .service-items { grid-template-columns: 1fr; padding-left: 54px; }
  .about-visual { min-height: 430px; }
  .about-badge { width: 128px; height: 128px; right: 16px; bottom: -32px; }
  .site-footer { grid-template-columns: auto 1fr; padding: 36px 0; }
  .site-footer > p { display: none; }
  .mini-monogram { min-height: 340px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { padding-bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
