:root {
  --ink: #16251f;
  --paper: #f4f1e9;
  --cream: #fbfaf6;
  --almond: #efdecd;
  --line: rgba(22, 37, 31, .16);
  --accent: #d8923b;
  --white: #fff;
}

* { box-sizing: border-box; }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html { scroll-behavior: smooth; }
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; }
.site-header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px);
  background: rgba(251, 250, 246, .94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 17px; letter-spacing: -.02em; }
.brand strong { font-weight: 700; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.04em;
}
nav { display: flex; align-items: center; gap: 34px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.nav-cta { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.hero {
  min-height: calc(100vh - 82px);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background: url("assets/property-care.png") center center / cover no-repeat; transform: scale(1.01); }
.hero-overlay { background: linear-gradient(90deg, rgba(12, 29, 23, .90) 0%, rgba(12, 29, 23, .67) 39%, rgba(12, 29, 23, .08) 73%); }
.hero-content { position: relative; z-index: 1; color: var(--white); padding: clamp(70px, 10vw, 140px) clamp(24px, 7vw, 110px); max-width: 840px; }
.eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { margin: 0; font-size: clamp(50px, 7vw, 96px); line-height: .96; }
.hero-copy { max-width: 610px; margin: 30px 0 38px; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.55; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; text-decoration: none; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 750; cursor: pointer; }
.button-primary { background: var(--accent); color: #1d241e; }
.button-primary:hover { background: #e4a14f; }
.button-secondary { border-color: rgba(255,255,255,.55); color: var(--white); background: rgba(255,255,255,.03); }
.intro { display: grid; grid-template-columns: 1.1fr .8fr; gap: 10vw; padding: 120px clamp(24px, 7vw, 110px) 70px; }
.intro h2, .about h2, .quote-section h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.intro > p { margin: 34px 0 0; font-size: 18px; line-height: 1.75; max-width: 540px; }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 clamp(24px, 7vw, 110px) 130px; }
.company-card { background: var(--cream); overflow: hidden; }
.company-card > img { width: 100%; height: 390px; object-fit: cover; display: block; filter: saturate(.82); transition: transform .5s ease; }
.company-card:hover > img { transform: scale(1.018); }
.card-content { padding: 38px 40px 42px; position: relative; }
.card-number { position: absolute; right: 40px; top: 42px; color: #6f7c73; font-size: 12px; }
.card-content h3 { font-size: clamp(34px, 3.5vw, 50px); margin: 0 0 17px; }
.service-logo {
  height: 88px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
.property-care-logo {
  width: min(320px, 100%);
  background-image: url("assets/twomc-property-care-logo.png");
  background-repeat: no-repeat;
  background-size: 131.25% auto;
  background-position: center;
}
.dr-potty-logo { max-width: 100%; }
.dr-potty-logo img { width: min(300px, 100%); max-width: 100%; height: auto; display: block; }
.card-content p:not(.eyebrow) { max-width: 540px; min-height: 78px; font-size: 16px; line-height: 1.65; color: #44534c; }
.card-content a { display: inline-flex; gap: 12px; margin-top: 13px; text-decoration: none; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
.card-content .service-detail-link { margin-right: 22px; }
.service-page { background: var(--cream); }
.service-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 520px; }
.service-hero-copy { padding: clamp(55px, 8vw, 115px) clamp(24px, 7vw, 110px); align-self: center; }
.service-hero-copy h1 { font-size: clamp(44px, 5.2vw, 72px); line-height: 1.02; }
.service-hero-copy > p:not(.eyebrow) { max-width: 570px; font-size: 19px; line-height: 1.65; color: #44534c; }
.service-hero-copy .button { margin-top: 14px; }
.service-hero > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; display: block; }
.service-body { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(32px, 8vw, 110px); padding: 95px clamp(24px, 7vw, 110px) 110px; }
.service-body h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.08; }
.service-body p, .service-body li { font-size: 18px; line-height: 1.7; color: #44534c; }
.service-body ul { margin: 20px 0 0; padding-left: 22px; }
.service-next { padding: 70px clamp(24px, 7vw, 110px); background: var(--almond); }
.service-next h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 52px); }
.service-next a { display: inline-block; margin: 0 22px 12px 0; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.about { background: var(--ink); color: var(--white); padding: 110px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .55fr 1.25fr; column-gap: 9vw; }
.about-label { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; display: flex; gap: 13px; align-items: center; align-self: start; margin-top: 15px; }
.about-label span { display: block; width: 34px; height: 1px; background: var(--accent); }
.about-copy p { font-size: 18px; line-height: 1.75; color: rgba(255,255,255,.69); max-width: 720px; }
.principles { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; border-top: 1px solid rgba(255,255,255,.18); margin-top: 55px; padding-top: 32px; }
.principles div { display: flex; flex-direction: column; gap: 8px; }
.principles strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.principles span { color: rgba(255,255,255,.58); font-size: 13px; }
.quote-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; padding: 120px clamp(24px, 7vw, 110px); background: var(--almond); }
.quote-intro > p:not(.eyebrow) { font-size: 17px; line-height: 1.7; max-width: 470px; }
.direct-email { display: inline-flex; gap: 10px; margin-top: 25px; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 6px; }
form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
label span { font-weight: 500; opacity: .6; text-transform: none; letter-spacing: 0; }
input, select, textarea {
  width: 100%;
  margin-top: 8px;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid rgba(22,37,31,.43);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: 16px/1.35 inherit;
  outline: none;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-bottom-color: var(--accent); box-shadow: 0 1px 0 var(--accent); }
.submit-button { align-self: flex-start; margin-top: 12px; border: 0; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: -5px 0 0; font-size: 12px; color: #58655f; line-height: 1.5; }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; padding: 48px clamp(24px, 7vw, 110px); background: #0e1915; color: rgba(255,255,255,.74); font-size: 13px; }
.footer-brand { color: var(--white); }
footer a { text-decoration: none; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.13); padding-top: 26px; margin: 0; }

@media (max-width: 850px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(12,29,23,.94) 0%, rgba(12,29,23,.58) 57%, rgba(12,29,23,.12) 100%); }
  .hero-content { padding-bottom: 70px; }
  .intro, .quote-section { grid-template-columns: 1fr; gap: 42px; }
  .company-grid { grid-template-columns: 1fr; }
  .service-hero { grid-template-columns: 1fr; }
  .service-hero > img { height: 330px; min-height: 0; }
  .service-body { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 40px; }
  .principles { grid-column: 1; }
  footer { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 38px; height: 38px; }
  nav { gap: 12px; }
  .nav-cta { font-size: 12px; }
  .hero { min-height: calc(100vh - 70px); }
  .hero-content { padding-left: 22px; padding-right: 22px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .intro { padding-top: 85px; }
  .company-grid { padding-bottom: 85px; }
  .company-card > img { height: 270px; }
  .service-hero > img { height: 260px; }
  .service-hero-copy { padding: 65px 24px; }
  .service-body { padding-top: 70px; padding-bottom: 75px; }
  .card-content { padding: 30px 25px 34px; }
  .card-number { right: 25px; top: 34px; }
  .card-content p:not(.eyebrow) { min-height: 0; }
  .about, .quote-section { padding-top: 85px; padding-bottom: 85px; }
  .principles { grid-template-columns: 1fr; gap: 28px; }
  .form-row { grid-template-columns: 1fr; }
}

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