/* Newcastle e-waste — page styles layered on the house design system.
   Tokens, buttons, eyebrow, section-shell, faq-list, booking-field and the
   contact band all come from /assets/house.css (the Doom Squad stylesheet):
   same type scale, same red accent, same 4px radius, same spacing scale. */

@import url("/assets/house.css");

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
button:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 2px; }

.wrap { width: min(1120px, calc(100% - 96px)); margin-inline: auto; }

/* ---------- brand wordmark (text only — no logo art for this desk) ---------- */
.ew-brand { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; text-decoration: none; }
.ew-brand-mark {
  display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0;
  border: 1px solid var(--red); border-radius: 50%;
  font-weight: 700; font-size: 13px; letter-spacing: .04em; color: var(--red);
}
.ew-brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.ew-brand-text strong { font-size: 16px; font-weight: 700; letter-spacing: -.02em; }
.ew-brand-text span { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; }

/* ---------- hero ---------- */
.ew-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding-block: 64px; }
.ew-hero h1 { font-size: 48px; font-weight: 700; line-height: 1.12; letter-spacing: -.035em; margin-bottom: 24px; }
.ew-hero-copy > p { font-size: 16px; color: var(--muted); max-width: 460px; margin-bottom: 24px; }
.ew-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.ew-hero-note { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 14px; line-height: 1.6; margin: 32px 0 0; max-width: 400px; }
.ew-hero-note svg { flex-shrink: 0; color: var(--red); margin-top: 4px; }

/* price panel stands in for the photo panel on the pest site */
.ew-panel { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.ew-panel-head { padding: 20px 24px; background: var(--ink); color: var(--paper); }
.ew-panel-head span { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; opacity: .7; }
.ew-panel-head strong { display: block; font-size: 20px; font-weight: 700; letter-spacing: -.02em; margin-top: 4px; }
.ew-panel-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.ew-panel-row:last-child { border-bottom: 0; }
.ew-panel-row span { font-weight: 600; }
.ew-panel-row em { display: block; font-style: normal; font-size: 13px; color: var(--muted); margin-top: 2px; }
.ew-panel-row b { font-size: 20px; font-weight: 700; color: var(--red); letter-spacing: -.02em; white-space: nowrap; }
.ew-panel-foot { padding: 14px 24px; background: var(--accent); font-size: 13px; color: var(--ink); font-weight: 500; }

/* ---------- trust strip ---------- */
.ew-trust { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; background: var(--accent); border-radius: var(--radius); margin-bottom: 8px; font-size: 14px; color: var(--ink); }
.ew-trust strong { font-weight: 600; color: var(--ink); margin-right: 4px; }

/* ---------- section furniture ---------- */
.ew-section { padding-block: 64px; }
.ew-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 32px; }
.ew-section-head h2 { margin-bottom: 0; font-size: 32px; }
.ew-section-head > p { max-width: 320px; font-size: 14px; color: var(--muted); margin-bottom: 0; }
.ew-band { background: var(--mist); }
.ew-band-dark { background: var(--ink); color: var(--paper); }
.ew-band-dark h2 { color: var(--paper); }
.ew-band-dark .eyebrow { color: var(--accent); }
.ew-band-dark .ew-section-head > p { color: rgba(255, 255, 255, .72); }
.ew-faq-band { background: var(--mist); }
.faq-list details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; }
.faq-list summary { padding: 16px 20px; }
.faq-list details p { padding: 0 20px 16px; }

/* service rows */
.ew-row { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); }
.ew-row:last-child { border-bottom: 0; }
.ew-row h3 { font-size: 20px; margin-bottom: 12px; }
.ew-row p { max-width: 560px; font-size: 14px; color: var(--muted); margin: 0; }
.ew-row-price { font-size: 20px; font-weight: 700; color: var(--red); letter-spacing: -.02em; text-align: right; }
.ew-row-price em { display: block; font-style: normal; font-size: 13px; font-weight: 400; color: var(--muted); letter-spacing: 0; margin-top: 2px; }
.ew-row-action { display: flex; align-items: center; gap: 32px; }

/* step cards */
.ew-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ew-step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.ew-step span { display: block; font-size: 13px; font-weight: 700; color: var(--red); margin-bottom: 12px; }
.ew-step h3 { font-size: 17px; margin-bottom: 8px; }
.ew-step p { margin: 0; font-size: 14px; color: var(--muted); }

/* area cards */
.ew-areas { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ew-area { display: flex; flex-direction: column; gap: 8px; min-height: 128px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); text-decoration: none; transition: border-color .15s; }
.ew-area:hover { border-color: var(--red); }
.ew-area strong { font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.ew-area span { font-size: 14px; color: var(--muted); }

/* FAQ */
.ew-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-block: 64px; }
.ew-faq .ew-section-head { display: block; margin-bottom: 0; }
.ew-faq .ew-section-head h2 { font-size: 28px; margin-bottom: 12px; }
.ew-faq .ew-section-head p { font-size: 14px; color: var(--muted); max-width: 34ch; }

/* booking form */
.ew-booking { padding-block: 64px; }
.ew-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ew-form-wide { grid-column: 1 / -1; }
.ew-form button { justify-self: start; }
.ew-form-status { grid-column: 1 / -1; min-height: 44px; display: flex; align-items: center; font-size: 15px; }
.ew-form-status[data-state="error"] { color: var(--red); font-weight: 600; }
.ew-form-status[data-state="success"] { color: var(--ink); font-weight: 600; }

/* icon list */
.ew-list { display: grid; gap: 12px; list-style: none; margin: 0 0 24px; padding: 0; }
.ew-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; }
.ew-list svg { flex-shrink: 0; color: var(--red); margin-top: 4px; }

/* sub-page hero */
.ew-page-head { padding-block: 48px 8px; }
.ew-page-head h1 { font-size: 42px; max-width: 20ch; }
.ew-page-head > p { font-size: 17px; color: var(--muted); max-width: 62ch; margin-bottom: 0; }
.ew-crumb { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.ew-crumb a { text-decoration: none; }
.ew-crumb a:hover { color: var(--red); }

/* footer */
.ew-footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; padding-block: 40px 24px; }
.ew-footer-links { display: flex; flex-wrap: wrap; gap: 12px 32px; }
.ew-footer-links a { text-decoration: none; font-size: 14px; }
.ew-footer-links a:hover { color: var(--red); }
.ew-footer-note { border-top: 1px solid var(--line); padding-block: 16px 24px; font-size: 13px; color: var(--muted); }

@media (max-width: 1050px) {
  .ew-hero { gap: 32px; }
  .ew-faq { grid-template-columns: 1fr; gap: 32px; }
  .ew-row { gap: 24px; }
}
@media (max-width: 860px) {
  .ew-hero { grid-template-columns: 1fr; padding-block: 32px; }
  .ew-steps, .ew-areas { grid-template-columns: 1fr; }
  .ew-row { grid-template-columns: 1fr; }
  .ew-row-price { text-align: left; }
  .ew-form { grid-template-columns: 1fr; }
  .ew-section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
  .ew-trust { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ew-page-head h1 { font-size: 34px; }
  .wrap { width: calc(100% - 40px); }
}
