:root {
  --cream: #f6efe8;
  --linen: #fffdf8;
  --blush: #bd7778;
  --blush-soft: #ead0ca;
  --charcoal: #24211f;
  --muted: #756a64;
  --sage: #6f7d69;
  --rose-deep: #6c424d;
  --ink: #1f2d35;
  --gold: #a9844f;
  --line: rgba(36, 33, 31, 0.12);
  --line-strong: rgba(36, 33, 31, 0.18);
  --surface: rgba(255, 253, 248, 0.9);
  --surface-strong: rgba(255, 253, 248, 0.96);
  --shadow: 0 28px 78px rgba(48, 38, 33, 0.14);
  --soft-shadow: 0 16px 42px rgba(48, 38, 33, 0.08);
  --button-shadow: 0 18px 38px rgba(36, 33, 31, 0.18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #fbf5ee 0%, var(--cream) 42%, #f4e9e4 100%);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.6;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(36, 33, 31, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(36, 33, 31, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  max-width: 100%;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(201, 137, 131, 0.45);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 34px rgba(48, 38, 33, 0.06);
  backdrop-filter: blur(20px);
}

.brand,
.portal-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif);
  font-weight: 700;
}

.brand-logo,
.portal-logo,
.portal-logo-large,
.footer-logo {
  object-fit: contain;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(36, 33, 31, 0.08);
}

.brand-logo {
  width: 58px;
  height: 58px;
  padding: 3px;
}

.brand-wordmark {
  white-space: nowrap;
}

.logo-mark {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--linen);
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(36, 33, 31, 0.06);
}

.logo-mark.large {
  width: 82px;
  height: 82px;
  margin-bottom: 22px;
  font-size: 30px;
}

.brand img,
.portal-brand img {
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--charcoal);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--linen);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--charcoal);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(36, 33, 31, 0.92);
  border-radius: 999px;
  background: linear-gradient(135deg, #2b2522 0%, #4f3038 100%);
  color: var(--linen);
  padding: 12px 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  box-shadow: var(--button-shadow);
}

.button.small {
  min-height: 38px;
  padding: 8px 14px;
  font-size: 13px;
}

.button.ghost {
  border-color: rgba(36, 33, 31, 0.16);
  background: rgba(255, 253, 248, 0.72);
  color: var(--charcoal);
  box-shadow: 0 10px 24px rgba(36, 33, 31, 0.06);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(36, 33, 31, 0.2);
}

.button.ghost:hover {
  border-color: rgba(108, 66, 77, 0.28);
  background: rgba(255, 253, 248, 0.94);
}

.button,
.mini-button,
.nav-toggle,
#portalNav button {
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.text-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-align: left;
  font-weight: 700;
}

.page {
  display: none;
  min-height: 68vh;
  padding: clamp(36px, 6vw, 86px) clamp(18px, 5vw, 74px);
}

.page.active {
  display: block;
  animation: pageIn 280ms ease both;
}

@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1,
h2 {
  font-family: var(--serif);
}

h1 {
  font-size: 6.25rem;
  letter-spacing: 0;
}

h2 {
  font-size: 3.55rem;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
}

p {
  margin: 0;
}

.eyebrow {
  color: var(--blush);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  min-height: calc(100vh - 126px);
  padding-block: 18px 40px;
}

.hero-copy {
  max-width: 800px;
}

.hero-lede,
.page-hero p,
.audit-layout > div > p,
.contact-layout > div > p {
  max-width: 720px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.28rem;
}

.microcopy {
  max-width: 620px;
  margin-top: 14px;
  color: var(--rose-deep);
  font-size: 14px;
  font-weight: 700;
}

.owner-promise {
  max-width: 620px;
  margin-top: 18px;
  color: var(--charcoal);
  font-size: 1.08rem;
  font-weight: 800;
}

.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  background:
    radial-gradient(circle at 72% 18%, rgba(169, 132, 79, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(238, 211, 206, 0.58)),
    var(--linen);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-media::before {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(185, 154, 99, 0.35);
}

.hero-media::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(255, 253, 248, 0.74));
}

.hero-frame {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(86%, 460px);
  min-height: 470px;
  place-items: center;
}

.logo-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(78%, 360px);
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  gap: 8px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  text-align: center;
}

.logo-card-image {
  width: min(82%, 382px);
  padding: clamp(10px, 2vw, 18px);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(247, 240, 231, 0.92)),
    var(--linen);
}

.logo-card-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-card::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(201, 137, 131, 0.35);
}

.logo-script {
  position: relative;
  z-index: 1;
  color: var(--blush);
  font-family: var(--serif);
  font-size: 4.2rem;
  line-height: 0.88;
}

.logo-card strong,
.logo-card small {
  position: relative;
  z-index: 1;
}

.logo-card strong {
  font-family: var(--serif);
  font-size: 2.8rem;
  line-height: 1;
}

.logo-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.preview-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 6px;
  width: min(74%, 270px);
  padding: 16px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(36, 33, 31, 0.12);
  box-shadow: 0 18px 38px rgba(36, 33, 31, 0.1);
}

.preview-card span {
  color: var(--blush);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-card strong {
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1;
}

.preview-card p {
  color: var(--muted);
  font-size: 13px;
}

.content-card {
  left: 0;
  bottom: 44px;
}

.metric-card {
  right: 0;
  top: 56px;
  width: 190px;
}

.phone-mockup {
  position: absolute;
  right: 28px;
  top: 118px;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: 178px;
  min-height: 330px;
  padding: 18px 14px;
  background: #211f1e;
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: 30px;
  box-shadow: 0 26px 46px rgba(36, 33, 31, 0.24);
}

.phone-top {
  width: 54px;
  height: 5px;
  justify-self: center;
  background: rgba(255, 250, 243, 0.28);
  border-radius: 999px;
}

.phone-feed-card {
  display: grid;
  min-height: 156px;
  align-content: end;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(189, 119, 120, 0.4), transparent 46%),
    linear-gradient(25deg, #ead0ca 0%, #f9efe7 45%, #6f7d69 100%);
  color: var(--charcoal);
  border-radius: 16px;
  overflow: hidden;
}

.phone-feed-card span,
.phone-feed-row span,
.campaign-poster span,
.campaign-stack span,
.image-placeholder span,
.web-support-visual span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.phone-feed-card strong {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1;
}

.phone-feed-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.phone-feed-row span {
  min-height: 54px;
  display: grid;
  place-items: center;
  background: rgba(255, 250, 243, 0.1);
  border: 1px solid rgba(255, 250, 243, 0.12);
  border-radius: 14px;
  color: rgba(255, 250, 243, 0.74);
}

.phone-copy-lines {
  display: grid;
  gap: 7px;
}

.phone-copy-lines i {
  display: block;
  height: 6px;
  background: rgba(255, 250, 243, 0.18);
  border-radius: 999px;
}

.phone-copy-lines i:nth-child(2) {
  width: 78%;
}

.phone-copy-lines i:nth-child(3) {
  width: 48%;
}

.hero-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(72%, 310px);
  background: rgba(255, 250, 243, 0.88);
  border: 1px solid var(--line);
  padding: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  z-index: 3;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.hero-proof span {
  display: grid;
  gap: 2px;
  background: rgba(255, 253, 248, 0.78);
  padding: 14px;
  color: var(--muted);
  font-size: 13px;
}

.hero-proof strong {
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 4px 0 74px;
  background: var(--line);
  border: 1px solid var(--line);
}

.trust-strip span {
  background: var(--linen);
  padding: 18px;
  text-align: center;
  font-weight: 700;
  color: var(--rose-deep);
}

.who-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: start;
  margin: 74px 0 24px;
  padding: clamp(26px, 5vw, 42px);
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.who-grid {
  display: grid;
  gap: 12px;
}

.who-grid article {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: var(--linen);
  border: 1px solid var(--line);
}

.who-grid strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.05;
}

.who-grid span {
  color: var(--muted);
}

.why-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.why-points span {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.82);
  padding: 9px 12px;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 900;
}

.visual-collage-section,
.campaign-visual-section,
.web-support-section {
  margin: 84px 0;
}

.content-collage {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  grid-auto-rows: minmax(156px, auto);
  gap: 14px;
}

.image-placeholder {
  position: relative;
  display: grid;
  min-height: 220px;
  align-content: end;
  gap: 8px;
  padding: 22px;
  color: var(--linen);
  border: 1px solid rgba(36, 33, 31, 0.14);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.image-placeholder img,
.brand-photo-panel img,
.audit-photo-card img,
.service-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-placeholder img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.image-placeholder img + span,
.image-placeholder img ~ strong {
  text-shadow: 0 2px 18px rgba(36, 33, 31, 0.34);
}

.image-placeholder::before,
.campaign-poster::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255, 250, 243, 0.34);
  pointer-events: none;
}

.image-placeholder strong,
.campaign-poster strong,
.campaign-stack strong,
.web-support-visual strong {
  position: relative;
  z-index: 1;
  max-width: 320px;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.04;
}

.image-placeholder span,
.campaign-poster span {
  position: relative;
  z-index: 1;
  color: rgba(255, 250, 243, 0.72);
}

.venue-photo {
  min-height: 390px;
  grid-row: span 2;
  background:
    linear-gradient(145deg, rgba(36, 33, 31, 0.08), rgba(36, 33, 31, 0.42)),
    linear-gradient(28deg, #2d2725 0%, #6c424d 42%, #bd7778 100%);
}

.venue-photo::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(180deg, rgba(36, 33, 31, 0.04) 0%, rgba(36, 33, 31, 0.68) 100%);
}

.venue-photo span,
.venue-photo strong,
.venue-photo::before {
  z-index: 1;
}

.menu-launch {
  background:
    linear-gradient(145deg, rgba(36, 33, 31, 0.12), rgba(36, 33, 31, 0.24)),
    linear-gradient(35deg, #a9844f 0%, #ead0ca 58%, #fffdf8 100%);
  color: var(--charcoal);
}

.menu-launch span {
  color: rgba(36, 33, 31, 0.62);
}

.event-promo {
  background:
    linear-gradient(145deg, rgba(36, 33, 31, 0.12), rgba(36, 33, 31, 0.34)),
    linear-gradient(135deg, #1f2d35 0%, #6f7d69 100%);
}

.short-video {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.18), rgba(36, 33, 31, 0.2)),
    repeating-linear-gradient(90deg, #4f3038 0 16px, #bd7778 16px 32px, #ead0ca 32px 48px);
  color: var(--charcoal);
}

.short-video span {
  color: rgba(36, 33, 31, 0.64);
}

.campaign-visual-section,
.web-support-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.campaign-copy p:not(.eyebrow),
.web-support-section p {
  max-width: 620px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
}

.campaign-board {
  display: grid;
  grid-template-columns: minmax(220px, 0.88fr) 1fr;
  gap: 14px;
  padding: 18px;
  background: #252220;
  border: 1px solid rgba(36, 33, 31, 0.24);
  box-shadow: var(--shadow);
}

.campaign-poster {
  position: relative;
  display: grid;
  min-height: 430px;
  align-content: end;
  gap: 12px;
  padding: 26px;
  background:
    linear-gradient(160deg, rgba(36, 33, 31, 0.14), rgba(36, 33, 31, 0.5)),
    linear-gradient(35deg, #6f7d69 0%, #ead0ca 50%, #a9844f 100%);
  color: var(--linen);
  overflow: hidden;
}

.campaign-poster p {
  position: relative;
  z-index: 1;
  color: rgba(255, 250, 243, 0.76);
}

.campaign-stack {
  display: grid;
  gap: 12px;
}

.campaign-stack article,
.web-support-visual article {
  display: grid;
  gap: 8px;
  align-content: space-between;
  min-height: 130px;
  padding: 18px;
  background: rgba(255, 250, 243, 0.08);
  border: 1px solid rgba(255, 250, 243, 0.14);
  color: var(--linen);
}

.campaign-stack p {
  color: rgba(255, 250, 243, 0.68);
}

.web-support-section {
  padding: clamp(34px, 5vw, 52px);
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.web-support-visual {
  display: grid;
  gap: 12px;
}

.service-photo-card {
  position: relative;
  display: grid;
  min-height: 210px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.service-photo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 28%, rgba(36, 33, 31, 0.72) 100%);
}

.service-photo-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  color: var(--linen);
  font-size: 13px;
  font-weight: 800;
}

.web-support-visual article {
  min-height: 116px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(234, 208, 202, 0.42));
  color: var(--charcoal);
}

.web-support-visual span {
  color: var(--blush);
}

.results-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin: 76px 0 26px;
  padding: clamp(28px, 5vw, 52px);
  background: #252220;
  color: var(--linen);
  border: 1px solid rgba(36, 33, 31, 0.24);
  box-shadow: var(--shadow);
}

.results-strip p {
  max-width: 620px;
  margin-top: 18px;
  color: rgba(255, 250, 243, 0.68);
  font-size: 18px;
}

.results-strip dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  background: rgba(255, 250, 243, 0.14);
  border: 1px solid rgba(255, 250, 243, 0.14);
}

.results-strip dl div {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 250, 243, 0.08);
}

.results-strip dt {
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700;
  line-height: 1;
}

.results-strip dd {
  margin: 0;
  color: rgba(255, 250, 243, 0.64);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.split-section,
.audit-layout,
.contact-layout,
.about-layout,
.case-study {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  margin: 84px 0;
}

.audit-layout > *,
.contact-layout > * {
  min-width: 0;
}

.text-stack {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: 18px;
}

.band {
  margin: 84px calc(clamp(18px, 5vw, 74px) * -1);
  padding: clamp(44px, 7vw, 86px) clamp(18px, 5vw, 74px);
  background: rgba(255, 253, 248, 0.72);
  border-block: 1px solid var(--line);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 32px;
}

.section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 18px;
}

.service-grid,
.tier-grid,
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-grid article,
.tier-grid article,
.metric-grid article,
.feature-list article,
.faq-item,
.portal-card,
.booking-form,
.login-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.service-grid article,
.feature-list article,
.tier-grid article,
.metric-grid article {
  box-shadow: var(--soft-shadow);
}

.service-grid article:hover,
.feature-list article:hover,
.tier-grid article:hover,
.metric-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(189, 119, 120, 0.24);
  box-shadow: 0 22px 56px rgba(48, 38, 33, 0.12);
}

.service-grid article,
.feature-list article,
.tier-grid article,
.metric-grid article {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-grid article span {
  color: var(--gold);
  font-weight: 800;
}

.service-grid article a {
  width: fit-content;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 900;
  border-bottom: 1px solid rgba(108, 66, 77, 0.34);
}

.service-grid article p,
.tier-grid article p,
.metric-grid article p,
.feature-list p,
.feature-list li,
.faq-item p {
  color: var(--muted);
}

.service-note {
  margin-top: 12px;
  font-size: 15px;
}

.process-section,
.tiers {
  margin: 72px 0;
}

.portal-preview,
.fit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  margin: 96px 0;
}

.portal-preview p {
  max-width: 620px;
  margin: 20px 0 24px;
  color: var(--muted);
  font-size: 18px;
}

.portal-preview-board,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.portal-preview-board {
  padding: 18px;
  background: linear-gradient(135deg, #26211f 0%, #4d3138 100%);
  border: 1px solid rgba(36, 33, 31, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.portal-preview-board div {
  display: grid;
  gap: 12px;
  min-height: 132px;
  align-content: space-between;
  padding: 18px;
  background: rgba(255, 250, 243, 0.08);
  border: 1px solid rgba(255, 250, 243, 0.12);
  border-radius: 6px;
  color: var(--linen);
}

.portal-preview-board span {
  color: rgba(255, 250, 243, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.portal-preview-board strong {
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1;
}

.fit-section {
  align-items: start;
  padding: 38px 0;
  border-block: 1px solid var(--line);
}

.fit-grid span {
  background: var(--linen);
  border: 1px solid var(--line);
  padding: 16px;
  color: var(--muted);
  font-weight: 800;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.process-list li {
  display: grid;
  gap: 10px;
  min-height: 180px;
  background: var(--linen);
  padding: 20px;
  border-top: 3px solid rgba(201, 137, 131, 0.22);
}

.process-list span {
  color: var(--muted);
  font-size: 14px;
}

.cta-section {
  max-width: 940px;
  margin: 86px auto 0;
  text-align: center;
}

.elevated-cta {
  display: flex;
  max-width: none;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 48px);
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(234, 208, 202, 0.5));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-align: left;
}

.cta-section p:not(.eyebrow) {
  max-width: 680px;
  margin: 20px auto 28px;
  color: var(--muted);
  font-size: 18px;
}

.page-hero {
  max-width: 940px;
  margin-bottom: 44px;
}

.page-hero h1 {
  font-size: 4.85rem;
}

.page-hero .button {
  margin-top: 28px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  color: var(--blush);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-list ul,
.check-list,
.tier-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 22px 0 0;
}

.tier-card {
  position: relative;
  align-content: start;
}

.tier-card h3 {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.tier-card > p {
  margin-top: 12px;
}

.tier-detail {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.tier-detail strong {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tier-detail p,
.tier-detail li {
  color: var(--muted);
  font-size: 14px;
}

.tier-card ul {
  margin-top: 4px;
}

.tier-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tier-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(108, 66, 77, 0.28);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 12px 28px rgba(36, 33, 31, 0.08);
}

.tier-cta.primary {
  background: var(--charcoal);
  border-color: var(--charcoal);
  color: var(--linen);
}

.recommended-tier {
  border-color: rgba(189, 119, 120, 0.42);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(234, 208, 202, 0.28));
  box-shadow: var(--shadow);
}

.recommended-label {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid rgba(189, 119, 120, 0.28);
  border-radius: 999px;
  background: rgba(189, 119, 120, 0.1);
  padding: 6px 10px;
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.case-study {
  padding: 38px;
  background: var(--linen);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.case-study dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.case-study div div,
.case-study dl div {
  padding: 18px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.case-study dt {
  color: var(--sage);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 700;
  line-height: 1;
}

.portfolio-examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
}

.portfolio-examples article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 320px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.94), rgba(246, 239, 232, 0.72)),
    var(--linen);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.portfolio-examples article:nth-child(3n + 1) {
  border-top: 4px solid rgba(111, 125, 105, 0.38);
}

.portfolio-examples article:nth-child(3n + 2) {
  border-top: 4px solid rgba(189, 119, 120, 0.34);
}

.portfolio-examples article:nth-child(3n + 3) {
  border-top: 4px solid rgba(169, 132, 79, 0.38);
}

.portfolio-examples span {
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-examples h3 {
  font-size: 1.65rem;
}

.portfolio-examples p,
.portfolio-examples li {
  color: var(--muted);
}

.portfolio-examples ul {
  display: grid;
  gap: 7px;
  margin: 4px 0 0;
  padding-left: 18px;
  font-size: 14px;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 26px 0;
}

.before-after article {
  padding: 28px;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.presence-card {
  display: grid;
  gap: 14px;
}

.before-after span {
  color: var(--blush);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.before-after h3 {
  margin-top: 10px;
}

.before-after p {
  margin-top: 10px;
  color: var(--muted);
}

.presence-visual {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 8px;
  margin-top: 8px;
  padding: 10px;
  background: rgba(246, 239, 232, 0.72);
  border: 1px solid var(--line);
}

.presence-visual i {
  display: block;
  min-height: 92px;
  background: linear-gradient(135deg, rgba(117, 106, 100, 0.18), rgba(117, 106, 100, 0.08));
  border: 1px solid rgba(36, 33, 31, 0.08);
}

.after-card .presence-visual i:nth-child(1) {
  background: linear-gradient(145deg, #6f7d69 0%, #ead0ca 100%);
}

.after-card .presence-visual i:nth-child(2) {
  background: linear-gradient(145deg, #bd7778 0%, #fffdf8 100%);
}

.after-card .presence-visual i:nth-child(3) {
  background: linear-gradient(145deg, #a9844f 0%, #1f2d35 100%);
}

.case-study dd {
  margin: 0;
  color: var(--muted);
}

.about-mark {
  display: grid;
  place-items: center;
  min-height: 430px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(238, 211, 206, 0.52)),
    var(--linen);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.brand-photo-panel {
  position: relative;
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}

.brand-photo-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 48%, rgba(36, 33, 31, 0.74) 100%);
}

.brand-photo-panel figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(255, 250, 243, 0.42);
  box-shadow: var(--soft-shadow);
}

.brand-photo-panel figcaption span {
  color: var(--blush);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-photo-panel figcaption strong {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.values span,
.status-pill,
.content-status {
  border: 1px solid var(--line);
  background: var(--linen);
  padding: 8px 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.about-notes {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.about-notes article,
.contact-panel {
  display: grid;
  gap: 6px;
  padding: 18px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--line);
}

.about-notes span,
.contact-panel span {
  color: var(--muted);
}

.proof-strip {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 54px 0 0;
  padding: clamp(26px, 5vw, 46px);
  background: linear-gradient(135deg, #26211f 0%, #4d3138 100%);
  color: var(--linen);
  border: 1px solid rgba(36, 33, 31, 0.24);
  border-radius: 8px;
}

.proof-strip blockquote,
.proof-strip h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 50px);
  line-height: 1.12;
}

.proof-strip p {
  max-width: 760px;
  color: rgba(255, 250, 243, 0.72);
}

.proof-strip span {
  color: rgba(255, 250, 243, 0.62);
  font-weight: 800;
}

.proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.proof-points span {
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 250, 243, 0.08);
  font-size: 13px;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

.faq-item button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 2px 0;
  color: var(--charcoal);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.faq-item p {
  display: none;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.faq-item.open p {
  display: block;
}

.booking-form {
  display: grid;
  gap: 16px;
  min-width: 0;
  box-shadow: var(--shadow);
}

.form-intro {
  margin-top: -4px;
  color: var(--muted);
  font-size: 15px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.field-wide {
  grid-column: 1 / -1;
}

.slot-fieldset {
  display: grid;
  gap: 12px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(246, 239, 232, 0.58);
}

.slot-fieldset legend {
  padding: 0 8px;
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.slot-fieldset p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.slot-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(246, 239, 232, 0.68));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.slot-window {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid rgba(117, 106, 100, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(48, 38, 33, 0.06);
}

.slot-window-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.slot-window-heading strong {
  color: var(--charcoal);
  font-size: 15px;
  font-weight: 900;
  text-align: right;
}

.slot-button-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.slot-button-grid button {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 74px;
  align-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--charcoal);
  cursor: pointer;
  padding: 12px;
  font-weight: 800;
  text-align: center;
}

.slot-button-grid button:hover {
  border-color: var(--blush);
  color: var(--blush);
  box-shadow: var(--soft-shadow);
}

.slot-button-grid button.selected {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(234, 208, 202, 0.38));
  border-color: rgba(108, 66, 77, 0.58);
  color: var(--charcoal);
  box-shadow: 0 0 0 3px rgba(108, 66, 77, 0.12), var(--soft-shadow);
}

.slot-button-grid button.selected::after {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--rose-deep);
  content: "Selected";
  overflow: hidden;
  text-indent: -999px;
}

.slot-button-grid button span {
  font-size: 16px;
  font-weight: 900;
}

.slot-button-grid button small {
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.availability-day {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.availability-note {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.availability-note {
  margin: 0;
}

.audit-mini-panel {
  max-width: 580px;
  margin-top: 28px;
  padding: 20px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.audit-mini-panel p {
  margin-top: 8px;
  color: var(--muted);
}

.audit-value-grid {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin-top: 28px;
}

.audit-value-grid article {
  display: grid;
  gap: 6px;
  padding: 16px;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--line);
}

.audit-value-grid strong {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.audit-value-grid span,
.contact-email-panel a {
  color: var(--muted);
}

.contact-email-panel a {
  width: fit-content;
  border-bottom: 1px solid rgba(117, 106, 100, 0.36);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.social-icon-link {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(189, 119, 120, 0.32);
  border-radius: 999px;
  background: rgba(189, 119, 120, 0.1);
  color: var(--rose-deep);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.social-icon-link:hover {
  transform: translateY(-2px);
  border-color: rgba(108, 66, 77, 0.48);
  background: rgba(189, 119, 120, 0.16);
  box-shadow: var(--soft-shadow);
}

.instagram-mark {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.audit-photo-card {
  display: grid;
  gap: 10px;
  max-width: 580px;
  margin: 18px 0 0;
}

.audit-photo-card img {
  aspect-ratio: 16 / 10;
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
}

.audit-photo-card figcaption {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fffdf9;
  border-radius: 6px;
  padding: 12px;
  color: var(--charcoal);
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--blush);
  box-shadow: 0 0 0 3px rgba(201, 137, 131, 0.16);
}

.form-next-step {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: rgba(246, 239, 232, 0.62);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.form-next-step strong {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.form-next-step span {
  color: var(--muted);
  font-size: 14px;
}

.form-note {
  color: var(--muted);
  font-size: 13px;
}

.login-shell {
  display: grid;
  min-height: 64vh;
  place-items: center;
}

.login-panel {
  width: min(100%, 520px);
  box-shadow: var(--shadow);
}

.portal-warning {
  margin-top: 18px;
  padding: 14px;
  background: rgba(189, 119, 120, 0.1);
  border: 1px solid rgba(189, 119, 120, 0.28);
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
}

.portal-warning-inline {
  margin: -6px 0 18px;
}

.login-panel form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.portal-info-page {
  display: grid;
  gap: 42px;
}

.portal-info-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.portal-info-hero p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
}

.portal-info-card {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, #26211f 0%, #4d3138 100%);
  border: 1px solid rgba(36, 33, 31, 0.24);
  border-radius: 8px;
  color: var(--linen);
  box-shadow: var(--shadow);
}

.portal-info-card span,
.portal-feature-grid article span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.portal-info-card strong {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.95;
}

.portal-info-card p {
  color: rgba(255, 250, 243, 0.7);
}

.portal-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.portal-feature-grid article,
.portal-info-band {
  display: grid;
  gap: 10px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.portal-feature-grid h2 {
  font-size: 1.35rem;
}

.portal-feature-grid p,
.portal-info-band p {
  color: var(--muted);
}

.portal-info-band {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  padding: clamp(24px, 4vw, 36px);
}

.portal-page {
  padding: 0;
}

.portal-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: calc(100vh - 78px);
}

.portal-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: #211f1e;
  color: var(--linen);
}

.portal-logo {
  width: 42px;
  height: 42px;
  padding: 3px;
  background: rgba(255, 250, 243, 0.96);
}

.portal-logo-large {
  width: 118px;
  height: 118px;
  margin: 0 auto 22px;
  padding: 6px;
}

.portal-sidebar .logo-mark {
  width: 38px;
  height: 38px;
  background: rgba(255, 250, 243, 0.08);
  border-color: rgba(255, 250, 243, 0.18);
  color: var(--linen);
  font-size: 16px;
}

#portalNav {
  display: grid;
  gap: 8px;
}

#portalNav button {
  border: 1px solid rgba(255, 250, 243, 0.1);
  background: transparent;
  color: rgba(255, 250, 243, 0.72);
  padding: 12px;
  text-align: left;
  cursor: pointer;
  font-weight: 800;
}

#portalNav button.active,
#portalNav button:hover {
  background: rgba(255, 250, 243, 0.09);
  color: var(--linen);
}

.portal-content {
  padding: clamp(22px, 4vw, 48px);
}

.portal-topbar {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.portal-topbar h1 {
  font-size: clamp(34px, 5vw, 62px);
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.portal-message {
  min-height: 24px;
  margin: -8px 0 16px;
  color: var(--sage);
  font-size: 13px;
  font-weight: 800;
}

.portal-card {
  display: grid;
  gap: 10px;
}

.metric-box {
  align-content: start;
}

.portal-card strong {
  font-size: 28px;
}

.card-intro {
  color: var(--muted);
  font-size: 14px;
}

.portal-card span,
.table span,
.timeline span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.wide {
  grid-column: span 2;
}

.full {
  grid-column: 1 / -1;
}

.table {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.table-row {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 0.8fr;
  gap: 12px;
  align-items: center;
  background: var(--linen);
  padding: 14px;
}

.table-row.header {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-status.approved {
  color: var(--sage);
}

.content-status.pending {
  color: var(--gold);
}

.content-status.changes {
  color: var(--blush);
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-button {
  border: 1px solid var(--line);
  background: var(--cream);
  padding: 8px 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.mini-button:hover {
  border-color: var(--charcoal);
  color: var(--charcoal);
  transform: translateY(-1px);
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline article {
  border-left: 3px solid var(--blush);
  padding-left: 14px;
}

.portal-calendar,
.task-list,
.request-list {
  display: grid;
  gap: 10px;
}

.portal-calendar {
  grid-template-columns: repeat(4, 1fr);
}

.calendar-item,
.task-list div,
.request-list div,
.request-dropzone {
  display: grid;
  gap: 5px;
  padding: 14px;
  background: rgba(246, 239, 232, 0.64);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calendar-item span,
.task-list strong,
.request-list strong {
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-item small,
.task-list span,
.request-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.upload-preview {
  align-content: start;
}

.request-dropzone {
  min-height: 92px;
  place-items: center;
  border-style: dashed;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.project-chat {
  background: rgba(255, 253, 248, 0.95);
}

.chat-list {
  display: grid;
  gap: 10px;
}

.chat-message {
  display: grid;
  gap: 5px;
  max-width: 760px;
  padding: 14px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.chat-message strong {
  color: var(--rose-deep);
  font-family: var(--sans);
  font-size: 13px;
}

.chat-message p {
  color: var(--muted);
  font-size: 14px;
}

.legal {
  max-width: 860px;
}

.legal p {
  margin-top: 18px;
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 74px);
  background: var(--charcoal);
  color: var(--linen);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 460px;
}

.footer-logo {
  width: 74px;
  height: 74px;
  padding: 5px;
  flex: 0 0 auto;
  background: rgba(255, 250, 243, 0.96);
}

.site-footer p,
.site-footer nav {
  color: rgba(255, 250, 243, 0.68);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.site-footer a:hover {
  color: var(--linen);
}

.site-footer .social-icon-link {
  border-color: rgba(255, 250, 243, 0.22);
  background: rgba(255, 250, 243, 0.08);
  color: var(--linen);
}

.site-footer .social-icon-link:hover {
  border-color: rgba(255, 250, 243, 0.44);
  background: rgba(255, 250, 243, 0.14);
}

@media (max-width: 1050px) {
  h1 {
    font-size: 4.8rem;
  }

  h2,
  .page-hero h1 {
    font-size: 3.5rem;
  }

  .hero,
  .split-section,
  .audit-layout,
  .contact-layout,
  .about-layout,
  .case-study {
    grid-template-columns: 1fr;
  }

  .portal-preview,
  .fit-section,
  .campaign-visual-section,
  .who-section,
  .web-support-section,
  .results-strip,
  .portal-info-hero,
  .portal-info-band {
    grid-template-columns: 1fr;
  }

  .content-collage {
    grid-template-columns: 1fr 1fr;
  }

  .venue-photo {
    min-height: 300px;
  }

  .service-grid,
  .feature-list,
  .tier-grid,
  .portfolio-examples,
  .metric-grid,
  .process-list,
  .portal-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portal-calendar {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-media {
    min-height: 500px;
  }
}

@media (max-width: 780px) {
  .site-header {
    padding: 10px 18px;
  }

  .brand {
    gap: 10px;
    font-size: 15px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand-wordmark {
    max-width: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .logo-mark {
    width: 42px;
    height: 42px;
  }

  h1,
  .page-hero h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.15rem;
  }

  .page {
    padding: 34px 18px 56px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 69px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: var(--linen);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-block: 4px 22px;
  }

  .hero-media {
    min-height: 420px;
  }

  .hero-lede,
  .page-hero p,
  .audit-layout > div > p,
  .contact-layout > div > p {
    font-size: 1.08rem;
  }

  .button-row,
  .button {
    width: 100%;
  }

  .button-row .button,
  .elevated-cta .button {
    width: 100%;
  }

  .hero-frame {
    width: min(92%, 380px);
    min-height: 380px;
  }

  .logo-card-image {
    width: min(86%, 306px);
    padding: 10px;
  }

  .preview-card {
    width: min(78%, 240px);
    padding: 13px;
  }

  .content-card {
    left: -4px;
    bottom: 28px;
  }

  .metric-card {
    right: -4px;
    top: 34px;
    width: 150px;
  }

  .trust-strip,
  .content-collage,
  .campaign-board,
  .service-grid,
  .feature-list,
  .form-grid,
  .tier-grid,
  .portfolio-examples,
  .metric-grid,
  .process-list,
  .portal-grid,
  .portal-calendar,
  .portal-feature-grid,
  .hero-proof,
  .portal-preview-board,
  .results-strip dl,
  .fit-grid,
  .slot-preview,
  .before-after {
    grid-template-columns: 1fr;
  }

  .image-placeholder,
  .campaign-poster {
    min-height: 260px;
  }

  .venue-photo {
    grid-row: auto;
  }

  .image-placeholder strong,
  .campaign-poster strong,
  .campaign-stack strong,
  .web-support-visual strong {
    font-size: 28px;
  }

  .visual-collage-section,
  .campaign-visual-section,
  .web-support-section {
    margin: 56px 0;
  }

  .web-support-section {
    padding: 24px;
  }

  .phone-mockup {
    right: 14px;
    top: 92px;
    width: 150px;
    min-height: 286px;
    padding: 15px 12px;
    border-radius: 24px;
  }

  .phone-feed-card {
    min-height: 128px;
  }

  .hero-note {
    position: static;
    width: auto;
    margin: 18px;
  }

  .split-section,
  .audit-layout,
  .contact-layout,
  .about-layout,
  .case-study,
  .process-section,
  .tiers,
  .portal-preview,
  .portal-info-page,
  .who-section,
  .fit-section {
    margin: 56px 0;
  }

  .band {
    margin: 56px -18px;
    padding: 42px 18px;
  }

  .results-strip,
  .elevated-cta {
    padding: 24px;
  }

  .elevated-cta {
    flex-direction: column;
    align-items: stretch;
  }

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

  .portal-sidebar {
    position: static;
    gap: 18px;
    padding: 20px 18px;
  }

  .portal-topbar,
  .site-footer {
    flex-direction: column;
  }

  .portal-topbar {
    align-items: stretch;
  }

  .footer-brand {
    align-items: flex-start;
  }

  .footer-logo {
    width: 62px;
    height: 62px;
  }

  .site-footer {
    align-items: flex-start;
    padding-block: 30px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .wide {
    grid-column: auto;
  }

  .table-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}
