/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}

/* Keep homepage title and navigation on one desktop line */
@media (min-width: 901px) {
  .page-template-home-minimal .tad-home-topbar {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .page-template-home-minimal .tad-home-title {
    font-size: clamp(30px, 3vw, 42px) !important;
    white-space: nowrap;
  }
  .page-template-home-minimal .tad-home-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px 14px !important;
  }
  .page-template-home-minimal .tad-home-nav a {
    font-size: 10.5px !important;
    white-space: nowrap;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}

/* Keep homepage title and navigation on one desktop line */
@media (min-width: 901px) {
  .page-template-home-minimal .tad-home-topbar {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .page-template-home-minimal .tad-home-title {
    font-size: clamp(30px, 3vw, 42px) !important;
    white-space: nowrap;
  }
  .page-template-home-minimal .tad-home-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px 14px !important;
  }
  .page-template-home-minimal .tad-home-nav a {
    font-size: 10.5px !important;
    white-space: nowrap;
  }
}

/* Homepage after removing duplicate navigation */
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(34px, 5vw, 58px) !important;
}
.page-template-home-minimal .entry-content > .tad-inquiry-cta {
  display: inline-block;
  margin: 0 0 24px !important;
  padding: 11px 16px !important;
  border: 1px solid var(--tad-ink);
  color: var(--tad-ink) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em !important;
  line-height: 1 !important;
}
.page-template-home-minimal .entry-content > .tad-inquiry-cta a {
  text-decoration: none;
}
.page-template-home-minimal .entry-content > .tad-home-intro {
  max-width: 850px;
  margin: 0 0 clamp(48px, 7vw, 84px) !important;
  padding-left: 0 !important;
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em !important;
  line-height: 1.25 !important;
}
.page-template-home-minimal .entry-content > .tad-featured-label {
  margin: 0 0 22px !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted) !important;
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em !important;
  line-height: 1.2 !important;
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}

/* Keep homepage title and navigation on one desktop line */
@media (min-width: 901px) {
  .page-template-home-minimal .tad-home-topbar {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .page-template-home-minimal .tad-home-title {
    font-size: clamp(30px, 3vw, 42px) !important;
    white-space: nowrap;
  }
  .page-template-home-minimal .tad-home-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px 14px !important;
  }
  .page-template-home-minimal .tad-home-nav a {
    font-size: 10.5px !important;
    white-space: nowrap;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}

/* Keep homepage title and navigation on one desktop line */
@media (min-width: 901px) {
  .page-template-home-minimal .tad-home-topbar {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .page-template-home-minimal .tad-home-title {
    font-size: clamp(30px, 3vw, 42px) !important;
    white-space: nowrap;
  }
  .page-template-home-minimal .tad-home-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px 14px !important;
  }
  .page-template-home-minimal .tad-home-nav a {
    font-size: 10.5px !important;
    white-space: nowrap;
  }
}

/* Homepage after removing duplicate navigation */
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(34px, 5vw, 58px) !important;
}
.page-template-home-minimal .entry-content > .tad-inquiry-cta {
  display: inline-block;
  margin: 0 0 24px !important;
  padding: 11px 16px !important;
  border: 1px solid var(--tad-ink);
  color: var(--tad-ink) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em !important;
  line-height: 1 !important;
}
.page-template-home-minimal .entry-content > .tad-inquiry-cta a {
  text-decoration: none;
}
.page-template-home-minimal .entry-content > .tad-home-intro {
  max-width: 850px;
  margin: 0 0 clamp(48px, 7vw, 84px) !important;
  padding-left: 0 !important;
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em !important;
  line-height: 1.25 !important;
}
.page-template-home-minimal .entry-content > .tad-featured-label {
  margin: 0 0 22px !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted) !important;
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em !important;
  line-height: 1.2 !important;
}

/* TAD requested typography and header alignment */
body,
button,
input,
select,
textarea {
  font-family: var(--wp--preset--font-family--teko), "Teko", sans-serif !important;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child .tad-home-title {
  font-family: var(--wp--preset--font-family--teko), "Teko", sans-serif !important;
  font-size: clamp(30px, 3.2vw, 48px) !important;
  letter-spacing: -.025em !important;
}
.page-template-home-minimal .tad-home-nav a {
  font-family: var(--wp--preset--font-family--teko), "Teko", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .04em !important;
}
/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}

/* Keep homepage title and navigation on one desktop line */
@media (min-width: 901px) {
  .page-template-home-minimal .tad-home-topbar {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .page-template-home-minimal .tad-home-title {
    font-size: clamp(30px, 3vw, 42px) !important;
    white-space: nowrap;
  }
  .page-template-home-minimal .tad-home-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px 14px !important;
  }
  .page-template-home-minimal .tad-home-nav a {
    font-size: 10.5px !important;
    white-space: nowrap;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}

/* Keep homepage title and navigation on one desktop line */
@media (min-width: 901px) {
  .page-template-home-minimal .tad-home-topbar {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .page-template-home-minimal .tad-home-title {
    font-size: clamp(30px, 3vw, 42px) !important;
    white-space: nowrap;
  }
  .page-template-home-minimal .tad-home-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px 14px !important;
  }
  .page-template-home-minimal .tad-home-nav a {
    font-size: 10.5px !important;
    white-space: nowrap;
  }
}

/* Homepage after removing duplicate navigation */
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(34px, 5vw, 58px) !important;
}
.page-template-home-minimal .entry-content > .tad-inquiry-cta {
  display: inline-block;
  margin: 0 0 24px !important;
  padding: 11px 16px !important;
  border: 1px solid var(--tad-ink);
  color: var(--tad-ink) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em !important;
  line-height: 1 !important;
}
.page-template-home-minimal .entry-content > .tad-inquiry-cta a {
  text-decoration: none;
}
.page-template-home-minimal .entry-content > .tad-home-intro {
  max-width: 850px;
  margin: 0 0 clamp(48px, 7vw, 84px) !important;
  padding-left: 0 !important;
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em !important;
  line-height: 1.25 !important;
}
.page-template-home-minimal .entry-content > .tad-featured-label {
  margin: 0 0 22px !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted) !important;
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em !important;
  line-height: 1.2 !important;
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}

/* Keep homepage title and navigation on one desktop line */
@media (min-width: 901px) {
  .page-template-home-minimal .tad-home-topbar {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .page-template-home-minimal .tad-home-title {
    font-size: clamp(30px, 3vw, 42px) !important;
    white-space: nowrap;
  }
  .page-template-home-minimal .tad-home-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px 14px !important;
  }
  .page-template-home-minimal .tad-home-nav a {
    font-size: 10.5px !important;
    white-space: nowrap;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}/* TAD Architects — refined portfolio system */
:root {
  --tad-ink: #151515;
  --tad-paper: #f7f7f5;
  --tad-line: #d8d8d3;
  --tad-muted: #64645f;
  --tad-max: 1180px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--tad-paper);
  color: var(--tad-ink);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  transition: opacity .2s ease;
}
a:hover { opacity: .58; }
img { display: block; }

/* Interior-page header */
body:not(.page-template-home-minimal) .wp-block-template-part:first-child {
  border-bottom: 1px solid var(--tad-line);
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group {
  padding: 22px 0 !important;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: 0 32px !important;
  gap: 28px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
  order: 2;
  margin-left: auto;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px 22px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .055em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav + .wp-block-group {
  order: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
}
body:not(.page-template-home-minimal) .wp-block-site-title a { text-decoration: none; }

/* Interior content */
body:not(.page-template-home-minimal) main.wp-block-group {
  max-width: var(--tad-max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 100px) 32px !important;
}
body:not(.page-template-home-minimal) main h1 {
  max-width: 900px;
  margin: 0 0 clamp(42px, 6vw, 80px);
  font-size: clamp(48px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
body:not(.page-template-home-minimal) main h2 {
  margin-top: 2.25em;
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: -.035em;
}
body:not(.page-template-home-minimal) main p {
  max-width: 760px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}
body:not(.page-template-home-minimal) main figure img {
  border-radius: 0;
}

/* Homepage */
.page-template-home-minimal .wp-site-blocks > hr { display: none; }
.page-template-home-minimal .entry-content {
  max-width: var(--tad-max);
  padding: clamp(42px, 7vw, 88px) 32px 80px !important;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:first-child {
  margin: 0;
  font-size: clamp(38px, 6vw, 74px) !important;
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}
.page-template-home-minimal .entry-content > .wp-block-group:first-child p:last-child {
  margin: 16px 0 0;
  color: var(--tad-muted);
  font-size: clamp(15px, 1.8vw, 20px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > p:nth-child(-n+6) {
  margin: 0 0 5px !important;
  font-size: clamp(17px, 2vw, 23px) !important;
  letter-spacing: .045em;
  line-height: 1.2;
}
.page-template-home-minimal .entry-content > p:nth-child(2) {
  margin-bottom: 11px !important;
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: .14em;
}
.page-template-home-minimal .entry-content > p:nth-child(3),
.page-template-home-minimal .entry-content > p:nth-child(4) {
  padding-left: 24px;
}
.page-template-home-minimal .entry-content > p:nth-child(6) {
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}
.page-template-home-minimal .entry-content > p:nth-child(7) {
  display: inline-block;
  margin: 0 0 18px;
  padding: 11px 16px;
  border: 1px solid var(--tad-ink);
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
}
.page-template-home-minimal .entry-content > p:nth-child(8) {
  max-width: 850px;
  margin: 0 0 clamp(55px, 8vw, 100px);
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.25;
}
.page-template-home-minimal .entry-content > p:nth-child(9) {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted);
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em;
}
.page-template-home-minimal .wp-block-gallery {
  gap: 18px !important;
}
.page-template-home-minimal .wp-block-gallery figure {
  overflow: hidden;
  background: #e7e7e2;
}
.page-template-home-minimal .wp-block-gallery img {
  min-height: 360px;
  transition: transform .45s ease, filter .3s ease;
}
.page-template-home-minimal .wp-block-gallery a:hover { opacity: 1; }
.page-template-home-minimal .wp-block-gallery a:hover img {
  transform: scale(1.018);
  filter: contrast(1.04);
}

/* Forms */
form input, form textarea, form select {
  border: 1px solid var(--tad-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--tad-ink) !important;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: var(--tad-ink) !important;
  outline: 1px solid var(--tad-ink);
}
form button, form input[type="submit"], .wp-block-button__link {
  border: 1px solid var(--tad-ink) !important;
  border-radius: 0 !important;
  background: var(--tad-ink) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child > .wp-block-group > .wp-block-group {
    align-items: flex-start;
    padding: 0 22px !important;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav {
    order: 2;
    width: 100%;
    margin: 4px 0 0;
  }
  body:not(.page-template-home-minimal) .wp-block-template-part:first-child nav > ul {
    gap: 9px 16px;
  }
  body:not(.page-template-home-minimal) main.wp-block-group,
  .page-template-home-minimal .entry-content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .page-template-home-minimal .wp-block-gallery {
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .page-template-home-minimal .wp-block-gallery img {
    min-height: 0;
    max-height: 72vh;
  }
}

/* Homepage masthead navigation */
.page-template-home-minimal .tad-home-header {
  margin-bottom: clamp(38px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--tad-line);
}
.page-template-home-minimal .tad-home-topbar {
  align-items: center;
  gap: 18px 32px;
}
.page-template-home-minimal .tad-home-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px) !important;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .95;
}
.page-template-home-minimal .tad-home-nav {
  margin-left: auto;
}
.page-template-home-minimal .tad-home-nav ul {
  gap: 9px 20px;
}
.page-template-home-minimal .tad-home-nav a {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-home-minimal .tad-home-nav .current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-template-home-minimal .tad-home-tagline {
  margin: 14px 0 0;
  color: var(--tad-muted);
  font-size: clamp(14px, 1.5vw, 18px) !important;
  letter-spacing: .02em;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(38px, 6vw, 72px);
}
@media (max-width: 900px) {
  .page-template-home-minimal .tad-home-topbar {
    align-items: flex-start;
  }
  .page-template-home-minimal .tad-home-nav {
    width: 100%;
    margin-left: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    justify-content: flex-start !important;
  }
}

/* Keep homepage title and navigation on one desktop line */
@media (min-width: 901px) {
  .page-template-home-minimal .tad-home-topbar {
    flex-wrap: nowrap !important;
    gap: 20px !important;
  }
  .page-template-home-minimal .tad-home-title {
    font-size: clamp(30px, 3vw, 42px) !important;
    white-space: nowrap;
  }
  .page-template-home-minimal .tad-home-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .page-template-home-minimal .tad-home-nav ul {
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    gap: 8px 14px !important;
  }
  .page-template-home-minimal .tad-home-nav a {
    font-size: 10.5px !important;
    white-space: nowrap;
  }
}

/* Homepage after removing duplicate navigation */
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  margin-bottom: clamp(34px, 5vw, 58px) !important;
}
.page-template-home-minimal .entry-content > .tad-inquiry-cta {
  display: inline-block;
  margin: 0 0 24px !important;
  padding: 11px 16px !important;
  border: 1px solid var(--tad-ink);
  color: var(--tad-ink) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: .1em !important;
  line-height: 1 !important;
}
.page-template-home-minimal .entry-content > .tad-inquiry-cta a {
  text-decoration: none;
}
.page-template-home-minimal .entry-content > .tad-home-intro {
  max-width: 850px;
  margin: 0 0 clamp(48px, 7vw, 84px) !important;
  padding-left: 0 !important;
  font-size: clamp(22px, 3vw, 39px) !important;
  font-weight: 400;
  letter-spacing: -.025em !important;
  line-height: 1.25 !important;
}
.page-template-home-minimal .entry-content > .tad-featured-label {
  margin: 0 0 22px !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid var(--tad-line);
  color: var(--tad-muted) !important;
  font-size: 13px !important;
  font-weight: 650;
  letter-spacing: .14em !important;
  line-height: 1.2 !important;
}

/* TAD requested typography and header alignment */
body,
button,
input,
select,
textarea {
  font-family: var(--wp--preset--font-family--teko), "Teko", sans-serif !important;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-template-home-minimal .entry-content > .tad-home-header:first-child .tad-home-title {
  font-family: var(--wp--preset--font-family--teko), "Teko", sans-serif !important;
  font-size: clamp(30px, 3.2vw, 48px) !important;
  letter-spacing: -.025em !important;
}
.page-template-home-minimal .tad-home-nav a {
  font-family: var(--wp--preset--font-family--teko), "Teko", sans-serif !important;
  font-size: 13px !important;
  letter-spacing: .04em !important;
}
.page-template-home-minimal .tad-home-tagline,
.page-template-home-minimal .tad-home-intro,
.page-template-home-minimal .tad-featured-label,
.page-template-home-minimal .tad-inquiry-cta {
  font-family: var(--wp--preset--font-family--teko), "Teko", sans-serif !important;
}
@media (min-width: 901px) {
  .page-template-home-minimal .entry-content > .tad-home-header:first-child .tad-home-topbar {
    flex-wrap: nowrap !important;
  }
  .page-template-home-minimal .entry-content > .tad-home-header:first-child .tad-home-title {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .page-template-home-minimal .entry-content > .tad-home-header:first-child .tad-home-nav {
    margin-left: auto;
  }
}

/* Enforce reduced homepage title size */
.page-template-home-minimal .entry-content > .tad-home-header:first-child .tad-home-topbar > p.tad-home-title:first-child {
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: .95 !important;
}