:root {
  --ink: #30433d;
  --muted: #64736d;
  --cream: #f7f3ec;
  --paper: #fffdf9;
  --sage: #dce5dc;
  --sage-dark: #71887c;
  --clay: #c58f76;
  --line: #e4ded4;
  --shadow: 0 18px 50px rgba(48, 67, 61, .10);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}
h1,h2,h3 { font-family: "Playfair Display", serif; line-height: 1.12; margin: 0 0 18px; font-weight: 500; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); letter-spacing: -.025em; }
h3 { font-size: 1.55rem; }
p { margin: 0 0 18px; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,253,249,.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(228,222,212,.7);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.brand img { max-height: 48px; max-width: 150px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 25px; font-size: .93rem; }
.main-nav a:not(.nav-cta) { opacity: .8; }
.main-nav a:hover { opacity: 1; }
.nav-cta { background: var(--ink); color: white; padding: 11px 17px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.5rem; }
.hero { position: relative; overflow: hidden; background: var(--cream); padding: 85px 0 105px; }
.hero-wash { position: absolute; width: 650px; height: 650px; right: -260px; top: -180px; border-radius: 50%; background: var(--sage); opacity: .75; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: .73rem; font-weight: 600; color: var(--sage-dark); margin-bottom: 18px; }
.lead { font-size: 1.17rem; max-width: 650px; color: var(--muted); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; padding: 14px 21px; border-radius: 999px; font: inherit; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button.primary { background: var(--ink); color: white; }
.button.secondary { border: 1px solid var(--ink); }
.full { width: 100%; }
.credential { font-size: .86rem; color: var(--muted); }
.hero-art { min-height: 520px; position: relative; }
.photo-frame { position: absolute; inset: 40px 20px 35px 50px; background: white; padding: 13px; border-radius: 30px; box-shadow: var(--shadow); transform: rotate(2deg); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px; }
.paint-card { position: absolute; width: 210px; height: 155px; border-radius: 30px; z-index: 2; opacity: .92; }
.paint-card-one { background: #c9d8cc; left: 0; bottom: 50px; transform: rotate(-8deg); }
.paint-card-two { background: #d8b19d; right: 0; top: 15px; transform: rotate(8deg); }
.section { padding: 105px 0; }
.about { background: var(--paper); }
.two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.prose { color: var(--muted); max-width: 700px; }
.placeholder-note { font-size: .8rem; font-style: italic; opacity: .7; }
.soft-section { background: var(--cream); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.feature-image { height: 510px; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.feature-copy p { color: var(--muted); }
.text-link { font-weight: 600; border-bottom: 1px solid var(--sage-dark); padding-bottom: 3px; }
.section-heading { max-width: 750px; margin-bottom: 50px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 30px; min-height: 245px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-card span { color: var(--clay); font-size: .75rem; font-weight: 600; letter-spacing: .12em; }
.service-card p { color: var(--muted); font-size: .94rem; }
.chemistry { background: var(--sage); }
.chemistry-box { display: grid; grid-template-columns: 1fr 390px; gap: 70px; align-items: center; }
.chemistry-box > div:first-child { max-width: 650px; }
.chemistry-box p { color: #52655d; }
.tidycal-card { background: var(--paper); border-radius: 25px; padding: 30px; box-shadow: var(--shadow); }
.tidycal-mark { display: inline-block; font-weight: 700; font-size: 1.15rem; padding: 8px 13px; border: 2px solid var(--ink); border-radius: 10px; margin-bottom: 25px; }
.tidycal-card h3 { font-size: 1.8rem; }
.tidycal-card small { display: block; margin-top: 13px; color: var(--muted); font-size: .72rem; }
.contact { background: #f0eee8; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.contact-details { display: grid; gap: 8px; margin-top: 30px; font-weight: 600; }
.contact-details a { text-decoration: underline; text-decoration-color: #b9c7be; text-underline-offset: 4px; }
.contact-form { background: var(--paper); padding: 35px; border-radius: 25px; box-shadow: var(--shadow); }
.contact-form label { display: block; font-size: .84rem; font-weight: 600; margin: 0 0 7px; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid var(--line); background: white; border-radius: 12px;
  padding: 13px 14px; font: inherit; color: var(--ink); margin-bottom: 18px; outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 3px rgba(113,136,124,.12); }
.form-status { margin: 13px 0 0; font-size: .82rem; color: var(--muted); }
.site-footer { padding: 35px 0; background: var(--ink); color: white; font-size: .82rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 25px; flex-wrap: wrap; opacity: .9; }
.footer-inner span { opacity: .7; }
@media (max-width: 850px) {
  .main-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 20px; background: var(--paper); flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .two-col, .feature-grid, .chemistry-box, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero { padding-top: 55px; }
  .hero-art { min-height: 390px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .feature-image { height: 390px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 75px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 330px; }
  .photo-frame { inset: 25px 15px 20px 35px; }
  .paint-card { width: 135px; height: 105px; }
  .contact-form { padding: 24px; }
  .footer-inner { display: grid; }
}
