.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-header nav {
  gap: clamp(18px, 2vw, 30px);
}

.public-project-notice {
  position: relative;
  z-index: 45;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #11110f33;
  background: #fff8dc;
  color: var(--ink);
  padding: 13px clamp(22px, 4vw, 72px);
  font-size: 13px;
  line-height: 1.45;
}

.public-project-notice strong {
  font-family: var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 15px;
}

.public-project-notice span {
  color: #4f4c45;
}

.flash-stack {
  position: fixed;
  z-index: 80;
  top: 96px;
  right: clamp(18px, 4vw, 56px);
  display: grid;
  gap: 10px;
  max-width: 420px;
}

.flash,
.form-error {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  padding: 13px 15px;
  font-size: 12px;
  line-height: 1.45;
}

.flash-error,
.form-error {
  border-color: #e8392f66;
  background: #fff0ec;
}

.flash-success {
  border-color: #287a4366;
  background: #eef9f1;
}

.flash-warning {
  border-color: #f3bc2e99;
  background: #fff7dc;
}

.contact-copy h1 {
  font-family: var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 30px 0;
  font-size: clamp(52px, 5vw, 83px);
  line-height: .84;
}

.contact-copy > p {
  color: #ffffffbf;
  max-width: 680px;
  font-size: 15px;
  line-height: 1.7;
}

.contact-facts p {
  grid-column: 2;
  max-width: 460px;
}

.form-button[disabled] {
  cursor: wait;
  opacity: .68;
}

.contact-success {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.success-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
}

.contact-success h3 {
  margin: 4px 0 0;
  font-family: var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: clamp(28px, 3vw, 44px);
  line-height: .95;
}

.contact-success p {
  color: #68655e;
  margin: 0;
  font-size: 14px;
}

.reference-code {
  display: inline-block;
  justify-self: start;
  background: var(--ink);
  color: var(--gold);
  padding: 12px 14px;
  font-family: var(--font-mono, monospace);
  letter-spacing: .08em;
}

.admin-sidebar nav a.active {
  color: var(--white);
  background: #292824;
}

.admin-sidebar nav a.active span {
  color: var(--gold);
}

.admin-account form {
  grid-column: 2;
}

.admin-account button {
  color: #8e8b84;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 8px;
  font-weight: 800;
}

.admin-messages {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.admin-toolbar {
  grid-template-columns: minmax(240px, 1fr) 190px auto;
}

.admin-toolbar button {
  min-height: 46px;
}

.inquiry-list > a {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  text-align: left;
  gap: 8px;
  width: 100%;
  padding: 19px;
  display: grid;
}

.inquiry-list > a:hover,
.inquiry-list > a.selected {
  background: #fff8dc;
}

.inquiry-list > a.selected {
  box-shadow: inset 4px 0 0 var(--red);
}

.inquiry-list > a > div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inquiry-list time {
  color: #848078;
  font-family: monospace;
  font-size: 8px;
}

.inquiry-list > a > strong {
  font-size: 14px;
}

.inquiry-list > a > span:not(.status-badge) {
  color: #67645d;
  font-size: 10px;
}

.inquiry-list > a > small {
  color: #97938a;
  font-family: monospace;
  font-size: 8px;
}

.status-waiting {
  color: #815100;
  background: #ffe1ba;
}

.icon-danger {
  border: 0;
  background: #fff0ec;
  color: var(--red);
  width: 34px;
  height: 34px;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.checkbox-line {
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 10px !important;
}

.checkbox-line input,
.consent-label input {
  width: auto;
}

.settings-card textarea {
  background: var(--paper);
  text-transform: none;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  padding: 14px;
  font-size: 13px;
}

.settings-card textarea:focus {
  background: var(--white);
  border-color: var(--ink);
}

.admin-claim-form h1 {
  font-family: var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
  font-size: 38px;
  line-height: .95;
}

.professional-proof {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px clamp(28px, 6vw, 104px);
}

.brand-visual-frame {
  background:
    linear-gradient(135deg, #11110f 0%, #1f1f1b 48%, #e8392f 49%, #e8392f 54%, #f3bc2e 55%, #f3bc2e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-visual-frame::after {
  background: linear-gradient(#0000 40%, #11110f55);
}

.service-symbol {
  width: min(78%, 360px);
  aspect-ratio: 1;
  background: var(--white);
  color: var(--ink);
  border: 1px solid #11110f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  box-shadow: 18px 18px 0 #11110f;
}

.service-symbol span {
  font-family: var(--display);
  letter-spacing: 0;
  font-size: clamp(58px, 7vw, 116px);
  line-height: .8;
}

.service-symbol small {
  margin-top: 18px;
  max-width: 220px;
  color: #5f5c55;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.45;
}

.about-photo-placeholder {
  background:
    linear-gradient(135deg, var(--ink), #282722 56%, var(--red) 56%, var(--red) 62%, var(--gold) 62%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-photo-placeholder .service-symbol {
  transform: rotate(-2deg);
}

.portrait-placeholder-service {
  background:
    linear-gradient(135deg, #11110f 0%, #11110f 54%, #e8392f 54%, #e8392f 61%, #f3bc2e 61%);
}

.professional-proof article {
  background: var(--paper);
  min-height: 190px;
  padding: 30px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.professional-proof span,
.leadership-grid small,
.reviews-grid span {
  color: var(--red);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-family: monospace;
  font-size: 10px;
  font-weight: 900;
}

.professional-proof strong {
  letter-spacing: 0;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.05;
}

.professional-proof p,
.leadership-grid p,
.reviews-section p {
  color: #66635c;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.leadership-section,
.reviews-section {
  padding: 120px clamp(28px, 6vw, 104px);
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.leadership-grid article {
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 28px;
  align-items: center;
  min-height: 260px;
  padding: 28px;
}

.leadership-grid img,
.portrait-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--ink);
}

.portrait-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.portrait-placeholder span {
  font-family: var(--display);
  letter-spacing: 0;
  font-size: clamp(56px, 6vw, 84px);
}

.leadership-grid h3,
.reviews-grid strong {
  font-family: var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 10px 0 12px;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: .95;
}

.reviews-section {
  background: var(--white);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.reviews-copy h2 {
  font-family: var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 27px 0 24px;
  font-size: clamp(43px, 5vw, 78px);
  line-height: .9;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
}

.reviews-grid article {
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.trustpilot-card {
  background: var(--paper);
  padding: 30px !important;
  border: 1px solid var(--line);
  margin-bottom: 1px;
}

.trustpilot-card a {
  display: inline-flex;
  margin-top: 18px;
  border-bottom: 1px solid var(--ink);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 900;
}

.legal-page-wide article {
  max-width: 920px;
}

.legal-notice-calm {
  background: #fff8dc;
}

.legal-page article p + p {
  margin-top: 10px;
}

.legal-page address {
  background: var(--paper-deep);
  padding: 18px;
  margin: 14px 0 26px;
}

@media (width <= 820px) {
  .public-project-notice {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .admin-toolbar {
    grid-template-columns: 1fr;
  }
  .flash-stack {
    position: static;
    margin: 16px 22px 0;
    max-width: none;
  }
  .professional-proof,
  .leadership-grid,
  .reviews-section {
    grid-template-columns: 1fr;
  }
  .leadership-grid article {
    grid-template-columns: 150px 1fr;
  }
}

@media (width <= 560px) {
  .professional-proof,
  .leadership-section,
  .reviews-section {
    padding-left: 22px;
    padding-right: 22px;
  }
  .leadership-grid article {
    grid-template-columns: 1fr;
  }
  .leadership-grid img,
  .portrait-placeholder {
    max-width: 260px;
  }
}

/* Portal frontend refresh */
:root {
  --paper: #f6f4ee;
  --paper-deep: #e9e5d9;
  --ink: #141412;
  --red: #c93630;
  --gold: #e1b640;
  --white: #fffefa;
  --line: #14141224;
}

h1,
h2,
h3,
.brand strong,
.section-heading h2,
.faq-title h2,
.request-heading h2,
.region-copy h2,
.reviews-copy h2,
.catalog-cta h2,
.about-copy h1,
.contact-copy h1,
.portal-hero h1,
.workflow-copy h2 {
  letter-spacing: 0 !important;
}

body * {
  letter-spacing: 0 !important;
}

.site-header {
  height: 76px;
  background: rgba(255, 254, 250, .94);
  box-shadow: 0 10px 30px rgba(20, 20, 18, .06);
}

.site-header nav a,
.header-cta,
.button,
.text-link,
.section-kicker,
.eyebrow {
  letter-spacing: 0 !important;
}

.public-project-notice {
  background: #fff4c4;
  border-bottom-color: #14141226;
}

.portal-hero {
  min-height: calc(100vh - 122px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 64px;
  align-items: center;
  padding: 96px 96px;
  background:
    linear-gradient(90deg, rgba(255, 254, 250, .95), rgba(246, 244, 238, .95)),
    radial-gradient(circle at 82% 18%, rgba(225, 182, 64, .22), transparent 34%);
}

.portal-hero-copy {
  max-width: 760px;
}

.portal-hero h1 {
  margin: 30px 0 24px;
  max-width: 760px;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 72px;
  line-height: .9;
}

.portal-hero-copy > p {
  max-width: 640px;
  color: #55524b;
  font-size: 18px;
  line-height: 1.65;
}

.portal-status-panel {
  background: var(--ink);
  color: var(--white);
  border: 1px solid #000;
  box-shadow: 18px 18px 0 var(--gold);
  padding: 30px;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.status-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #ffffff24;
  padding-bottom: 20px;
}

.status-panel-head span,
.module-toolbar span,
.quick-actions span,
.compact-notice-section .section-kicker {
  color: var(--gold);
  text-transform: uppercase;
  font-family: monospace;
  font-size: 11px;
  font-weight: 900;
}

.status-panel-head strong {
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
}

.status-list {
  display: grid;
  gap: 1px;
  margin: 34px 0;
  background: #ffffff18;
}

.status-list div {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px 14px;
  background: #1f1f1b;
  padding: 18px;
}

.status-list div > span {
  grid-row: span 2;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: #54d47b;
}

.status-list strong {
  font-size: 16px;
}

.status-list small {
  color: #c8c3b8;
  font-size: 12px;
}

.panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.panel-actions a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.panel-actions a:last-child {
  background: var(--gold);
}

.quick-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.quick-actions a {
  min-height: 140px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px 34px;
  border-right: 1px solid var(--line);
  transition: background .18s, color .18s;
}

.quick-actions a:hover {
  background: var(--ink);
  color: var(--white);
}

.quick-actions strong,
.module-grid h3 {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
}

.quick-actions small {
  color: #716d64;
  font-size: 12px;
}

.quick-actions a:hover small {
  color: #d2cec2;
}

.portal-section,
.compact-notice-section,
.workflow-section {
  padding: 104px 96px;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.module-grid article {
  background: var(--white);
  min-height: 330px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.module-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  margin-bottom: 44px;
}

.module-grid p {
  color: #5f5b52;
  line-height: 1.65;
  font-size: 14px;
}

.module-grid a {
  margin-top: auto;
  align-self: flex-start;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
}

.compact-notice-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 82px;
  background: var(--ink);
  color: var(--white);
}

.compact-notice-section h2 {
  margin: 20px 0 0;
  max-width: 620px;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 46px;
  line-height: 1;
}

.compact-notice-section p {
  color: #d2cec2;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.service-grid-compact .service-card {
  min-height: 280px;
}

.service-grid-compact .service-card h3 {
  margin-top: 72px;
}

.workflow-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  background: var(--ink);
  color: var(--white);
}

.workflow-copy h2 {
  margin: 26px 0 22px;
  font-family: var(--display);
  text-transform: uppercase;
  font-size: 58px;
  line-height: .95;
}

.workflow-copy p {
  color: #bcb6aa;
  max-width: 520px;
  line-height: 1.7;
}

.workflow-timeline {
  display: grid;
  border-top: 1px solid #ffffff24;
}

.workflow-timeline article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  border-bottom: 1px solid #ffffff24;
  padding: 26px 0;
}

.workflow-timeline span {
  color: var(--gold);
  font-family: monospace;
  font-size: 12px;
  font-weight: 900;
}

.workflow-timeline strong {
  display: block;
  margin-bottom: 7px;
  font-size: 22px;
}

.workflow-timeline p {
  color: #bcb6aa;
  margin: 0;
  line-height: 1.6;
}

.leadership-section-compact {
  background: var(--paper);
}

.page-hero-modules {
  min-height: 540px;
}

.module-toolbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.module-toolbar article {
  padding: 24px 44px;
  border-right: 1px solid var(--line);
}

.module-toolbar strong {
  display: block;
  margin: 8px 0 6px;
  font-size: 18px;
}

.module-toolbar p {
  color: #605c54;
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.module-filter {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 20px;
  align-items: end;
  padding: 30px 96px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.module-filter label {
  display: grid;
  gap: 9px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}

.module-filter input {
  min-height: 50px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0 16px;
  color: var(--ink);
  text-transform: none;
  outline: none;
}

.module-filter input:focus {
  border-color: var(--ink);
}

.module-filter p {
  margin: 0;
  color: #635f56;
  font-size: 13px;
}

[data-module-card][hidden] {
  display: none;
}

.contact-page,
.request-section-portal {
  background: var(--ink);
}

.contact-page {
  grid-template-columns: minmax(320px, .8fr) minmax(420px, 1.2fr);
}

.contact-copy h1 {
  font-size: 64px;
}

.contact-facts article {
  min-height: 94px;
  align-items: start;
}

.contact-side-panel {
  margin-top: 32px;
  padding: 22px;
  background: #ffffff12;
  border: 1px solid #ffffff24;
}

.contact-side-panel strong {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  text-transform: uppercase;
}

.contact-side-panel ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #ddd7cb;
  font-size: 13px;
  line-height: 1.55;
}

.contact-form-card,
.request-panel {
  box-shadow: 12px 12px 0 var(--gold);
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.request-panel input,
.request-panel select,
.request-panel textarea {
  border: 1px solid #1414121c;
  background: #f7f4ea;
}

.form-button {
  min-height: 58px;
}

@media (width <= 1050px) {
  .portal-hero,
  .portal-section,
  .compact-notice-section,
  .workflow-section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .portal-hero {
    grid-template-columns: 1fr;
  }
}

@media (width <= 820px) {
  .portal-hero,
  .workflow-section,
  .compact-notice-section,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .portal-hero h1,
  .workflow-copy h2,
  .contact-copy h1 {
    font-size: 52px;
  }

  .portal-status-panel {
    min-height: auto;
  }

  .quick-actions,
  .module-grid,
  .module-toolbar,
  .module-filter {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 560px) {
  .portal-hero,
  .portal-section,
  .compact-notice-section,
  .workflow-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .portal-hero h1,
  .workflow-copy h2,
  .compact-notice-section h2,
  .contact-copy h1 {
    font-size: 42px;
  }

  .quick-actions,
  .module-grid,
  .module-toolbar,
  .module-filter,
  .panel-actions {
    grid-template-columns: 1fr;
  }

  .module-filter {
    padding-left: 22px;
    padding-right: 22px;
  }

  .quick-actions a,
  .module-grid article {
    min-height: auto;
  }

  .portal-status-panel {
    padding: 22px;
    box-shadow: 8px 8px 0 var(--gold);
  }

  .contact-form-card,
  .request-panel {
    box-shadow: 7px 7px 0 var(--gold);
  }
}
