/* Numertypho Drawing Studio — nmrt- | recipe L01 H10 Y01 C21 S01 F13 N12 T15 A21 M07 K05 CB11 */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Outfit:wght@300;400;500;600&display=swap');

:root {
  --nmrt-board: #1a3329;
  --nmrt-board-deep: #12241c;
  --nmrt-chalk: #e8e4d8;
  --nmrt-dust: #f3efe6;
  --nmrt-ink: #1c2a24;
  --nmrt-mute: #5a6b62;
  --nmrt-accent: #c9b07a;
  --nmrt-line: rgba(26, 51, 41, 0.14);
  --nmrt-max: 1120px;
  --nmrt-measure: 62ch;
  --nmrt-font-display: "Fraunces", "Georgia", serif;
  --nmrt-font-body: "Outfit", "Segoe UI", sans-serif;
  --nmrt-dock-h: 58px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .nmrt-hero__media,
  .nmrt-parallax,
  .nmrt-announce__track { animation: none !important; transform: none !important; }
}

body.nmrt-body {
  margin: 0;
  font-family: var(--nmrt-font-body);
  font-weight: 400;
  color: var(--nmrt-ink);
  background: var(--nmrt-dust);
  line-height: 1.65;
  font-size: 1.05rem;
  padding-bottom: 0;
}
@media (max-width: 860px) {
  body.nmrt-body { padding-bottom: calc(var(--nmrt-dock-h) + 12px); }
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--nmrt-board); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--nmrt-board-deep); }
h1, h2, h3, .nmrt-brand {
  font-family: var(--nmrt-font-display);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.nmrt-skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--nmrt-board); color: var(--nmrt-chalk); padding: 0.5rem 1rem; z-index: 1000;
}
.nmrt-skip:focus { left: 0.5rem; top: 0.5rem; }

/* H10 announcement + compact header */
.nmrt-announce {
  background: var(--nmrt-board-deep);
  color: var(--nmrt-chalk);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2.2;
  border-bottom: 1px solid rgba(232, 228, 216, 0.12);
}
.nmrt-announce__track {
  display: inline-block;
  padding-left: 100%;
  animation: nmrt-marquee 28s linear infinite;
}
@keyframes nmrt-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.nmrt-header {
  position: absolute;
  left: 0; right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 3vw, 2rem);
  background: transparent;
  color: var(--nmrt-chalk);
}
.nmrt-header--solid {
  position: relative;
  background: var(--nmrt-board);
  color: var(--nmrt-chalk);
}
.nmrt-brand {
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.nmrt-brand:hover { color: var(--nmrt-accent); }
.nmrt-nav {
  display: flex;
  gap: 1.15rem;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 500;
}
.nmrt-nav a {
  color: inherit;
  text-decoration: none;
  opacity: 0.92;
}
.nmrt-nav a:hover,
.nmrt-nav a[aria-current="page"] {
  color: var(--nmrt-accent);
  opacity: 1;
}
.nmrt-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(232, 228, 216, 0.45);
  color: inherit;
  padding: 0.4rem 0.7rem;
  font-family: var(--nmrt-font-body);
  font-size: 0.85rem;
  cursor: pointer;
}
@media (max-width: 860px) {
  .nmrt-nav { display: none; }
  .nmrt-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    background: var(--nmrt-board-deep);
    padding: 1rem 1.15rem;
    gap: 0.85rem;
    border: 1px solid rgba(232, 228, 216, 0.15);
  }
  .nmrt-nav-toggle { display: inline-block; }
}

/* Y01 / L01 hero */
.nmrt-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--nmrt-chalk);
  background: var(--nmrt-board-deep);
}
.nmrt-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
  z-index: 0;
  will-change: transform;
}
.nmrt-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 36, 28, 0.35) 0%, rgba(18, 36, 28, 0.25) 40%, rgba(18, 36, 28, 0.82) 100%);
}
.nmrt-hero__copy {
  position: relative;
  z-index: 2;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  max-width: 36rem;
  padding-bottom: clamp(2.5rem, 8vh, 5rem);
}
.nmrt-hero__brand {
  font-family: var(--nmrt-font-display);
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  font-weight: 700;
  margin: 0 0 0.6rem;
  letter-spacing: -0.03em;
}
.nmrt-hero__lead {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  font-weight: 300;
  max-width: 28ch;
  opacity: 0.95;
}
.nmrt-btn {
  display: inline-block;
  background: var(--nmrt-accent);
  color: var(--nmrt-board-deep);
  text-decoration: none;
  padding: 0.7rem 1.25rem;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  font-family: var(--nmrt-font-body);
}
.nmrt-btn:hover { filter: brightness(1.05); color: var(--nmrt-board-deep); }
.nmrt-btn--ghost {
  background: transparent;
  color: var(--nmrt-chalk);
  border: 1px solid rgba(232, 228, 216, 0.55);
  margin-left: 0.55rem;
}
.nmrt-btn--ghost:hover { color: var(--nmrt-accent); border-color: var(--nmrt-accent); }
.nmrt-btn--phone {
  background: var(--nmrt-board);
  color: var(--nmrt-chalk);
  font-size: 1.15rem;
  padding: 0.9rem 1.4rem;
}
.nmrt-btn--phone:hover { color: var(--nmrt-accent); }

/* Layout helpers — S01 large whitespace */
.nmrt-wrap {
  width: min(100% - 2.5rem, var(--nmrt-max));
  margin-inline: auto;
}
.nmrt-section {
  padding: clamp(4.5rem, 11vw, 8rem) 0;
}
.nmrt-section--tight {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}
.nmrt-editorial {
  max-width: var(--nmrt-measure);
  margin: 0 auto;
}
.nmrt-editorial p { margin: 0 0 1.15rem; }
.nmrt-kicker {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nmrt-mute);
  margin: 0 0 0.75rem;
  font-weight: 500;
}
.nmrt-title {
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  margin: 0 0 1.25rem;
}
.nmrt-title--lg {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
}
.nmrt-title--sm {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}
.nmrt-lede {
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 300;
  color: var(--nmrt-mute);
  margin: 0 0 1.5rem;
}

/* C21 checklist / bullets */
.nmrt-checklist {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  max-width: 40rem;
}
.nmrt-checklist li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.6rem;
  border-bottom: 1px solid var(--nmrt-line);
  font-size: 1.02rem;
}
.nmrt-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--nmrt-board);
}
.nmrt-checklist strong {
  font-family: var(--nmrt-font-display);
  font-weight: 600;
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.08rem;
}

/* Full-bleed break */
.nmrt-bleed {
  position: relative;
  min-height: 52vh;
  margin: 0;
  overflow: hidden;
}
.nmrt-bleed img {
  width: 100%;
  height: 100%;
  min-height: 52vh;
  object-fit: cover;
}
.nmrt-bleed figcaption {
  position: absolute;
  left: clamp(1rem, 3vw, 2rem);
  bottom: 1rem;
  color: var(--nmrt-chalk);
  font-size: 0.85rem;
  background: rgba(18, 36, 28, 0.55);
  padding: 0.35rem 0.65rem;
}

/* K05 hours dominant contact */
.nmrt-visit {
  background: var(--nmrt-board);
  color: var(--nmrt-chalk);
  padding: clamp(3.5rem, 8vw, 5.5rem) 0;
}
.nmrt-visit a { color: var(--nmrt-accent); }
.nmrt-visit__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
}
@media (max-width: 760px) {
  .nmrt-visit__grid { grid-template-columns: 1fr; }
}
.nmrt-hours {
  margin: 0;
}
.nmrt-hours dt {
  font-family: var(--nmrt-font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.35rem;
}
.nmrt-hours dd {
  margin: 0 0 1.35rem;
  font-size: 1.15rem;
  font-weight: 300;
  opacity: 0.92;
}
.nmrt-visit__aside p { margin: 0 0 0.85rem; opacity: 0.9; }

/* Page chrome for inner pages */
.nmrt-pagehead {
  background: var(--nmrt-board);
  color: var(--nmrt-chalk);
  padding: clamp(5rem, 12vw, 7rem) 0 3rem;
}
.nmrt-pagehead .nmrt-title { color: inherit; margin-bottom: 0.5rem; }
.nmrt-pagehead p { margin: 0; max-width: 38ch; opacity: 0.9; font-weight: 300; }

.nmrt-prose { max-width: var(--nmrt-measure); }
.nmrt-prose p { margin: 0 0 1.1rem; }
.nmrt-prose ul { padding-left: 1.2rem; }
.nmrt-prose li { margin-bottom: 0.45rem; }

.nmrt-gallery {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 640px) {
  .nmrt-gallery { grid-template-columns: 1fr; }
}
.nmrt-gallery figure { margin: 0; }
.nmrt-gallery figcaption {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: var(--nmrt-mute);
}
.nmrt-gallery--wide figure:first-child {
  grid-column: 1 / -1;
}

.nmrt-form {
  display: grid;
  gap: 0.9rem;
  max-width: 32rem;
  margin-top: 1.5rem;
}
.nmrt-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.92rem;
  font-weight: 500;
}
.nmrt-form input,
.nmrt-form textarea,
.nmrt-form select {
  font: inherit;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--nmrt-line);
  background: #fff;
  color: var(--nmrt-ink);
}
.nmrt-form textarea { min-height: 140px; resize: vertical; }
.nmrt-form-success {
  display: none;
  padding: 0.9rem 1rem;
  background: rgba(26, 51, 41, 0.08);
  border-left: 3px solid var(--nmrt-board);
  margin-top: 1rem;
}
.nmrt-form-success.is-visible { display: block; }

/* F13 footer continuation — no dark slab */
.nmrt-footer {
  padding: 3.5rem 0 2.5rem;
  border-top: 1px solid var(--nmrt-line);
  background: var(--nmrt-dust);
  color: var(--nmrt-ink);
}
.nmrt-footer__brand {
  font-family: var(--nmrt-font-display);
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.nmrt-footer__contact p {
  margin: 0 0 0.35rem;
  font-size: 0.98rem;
}
.nmrt-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.9rem;
}
.nmrt-footer__links a { color: var(--nmrt-mute); text-decoration: none; }
.nmrt-footer__links a:hover { color: var(--nmrt-board); }
.nmrt-footer__note {
  margin: 1.5rem 0 0;
  font-size: 0.82rem;
  color: var(--nmrt-mute);
}

/* N12 mobile dock */
.nmrt-dock {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  height: var(--nmrt-dock-h);
  background: var(--nmrt-board-deep);
  color: var(--nmrt-chalk);
  border-top: 1px solid rgba(232, 228, 216, 0.15);
  padding: 0 0.25rem;
  justify-content: space-around;
  align-items: stretch;
}
.nmrt-dock a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.88;
}
.nmrt-dock a:hover,
.nmrt-dock a[aria-current="page"] {
  color: var(--nmrt-accent);
  opacity: 1;
}
@media (max-width: 860px) {
  .nmrt-dock { display: flex; }
}

/* CB11 high-contrast inverse slab */
.nmrt-cookie {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  display: none;
  background: #0a0f0c;
  color: #f5f2ea;
  padding: 1.1rem clamp(1rem, 3vw, 2rem);
  border-top: 3px solid #f5f2ea;
}
.nmrt-cookie.is-visible { display: block; }
@media (max-width: 860px) {
  .nmrt-cookie { bottom: var(--nmrt-dock-h); }
}
.nmrt-cookie__inner {
  width: min(100%, var(--nmrt-max));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.nmrt-cookie p {
  margin: 0;
  flex: 1 1 280px;
  font-size: 0.92rem;
  line-height: 1.45;
}
.nmrt-cookie p a { color: #f5f2ea; }
.nmrt-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.nmrt-cookie__actions button {
  font-family: var(--nmrt-font-body);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  border: 1px solid #f5f2ea;
  background: transparent;
  color: #f5f2ea;
}
.nmrt-cookie__actions button[data-cookie="accept"] {
  background: #f5f2ea;
  color: #0a0f0c;
}
.nmrt-cookie__panel {
  display: none;
  width: min(100%, var(--nmrt-max));
  margin: 0.85rem auto 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(245, 242, 234, 0.25);
  font-size: 0.88rem;
}
.nmrt-cookie__panel.is-open { display: block; }
.nmrt-cookie__panel label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.45rem;
}

.nmrt-legal h2 {
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
}
.nmrt-legal p, .nmrt-legal li { font-size: 0.98rem; }

.nmrt-split {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (max-width: 760px) {
  .nmrt-split { grid-template-columns: 1fr; }
}
.nmrt-muted { color: var(--nmrt-mute); }
