/* Shared public chrome: this file intentionally loads last so legacy page
   overrides cannot make subpage headers drift away from the landing page. */
body:not(.admin-shell) .nav[data-nav] { z-index: 100; }
@media (min-width: 901px) {
  body:not(.admin-shell) .nav[data-nav],
  body:not(.admin-shell) .nav[data-nav] > .nav__inner { min-height: 78px !important; height: 78px !important; }
  body:not(.admin-shell) .nav[data-nav] > .nav__inner { width: 100% !important; padding-inline: clamp(22px, 4vw, 64px) !important; }
  body:not(.admin-shell) .nav[data-nav] .nav__logo--desktop { display: block !important; width: 150px !important; max-width: 150px !important; height: auto !important; margin: 0 !important; transform: none !important; }
  body:not(.admin-shell) .nav[data-nav] .nav__logo--mobile { display: none !important; }
}
@media (max-width: 900px) {
  body:not(.admin-shell) { --header-h: 64px; }
  body:not(.admin-shell) .nav[data-nav],
  body:not(.admin-shell) .nav[data-nav] > .nav__inner { min-height: 64px !important; height: 64px !important; }
  body:not(.admin-shell) .nav[data-nav] > .nav__inner { width: 100% !important; padding: 0 14px !important; }
  body:not(.admin-shell) .nav[data-nav] .nav__brand { display: flex !important; flex: 0 0 150px !important; width: 150px !important; height: 42px !important; align-items: center !important; overflow: visible !important; }
  body:not(.admin-shell) .nav[data-nav] .nav__logo--desktop { display: none !important; }
  body:not(.admin-shell) .nav[data-nav] .nav__logo--mobile { display: block !important; position: static !important; width: 150px !important; min-width: 150px !important; max-width: 150px !important; height: auto !important; margin: 0 !important; transform: none !important; }
  body:not(.admin-shell) .nav[data-nav] .nav__desktoplinks,
  body:not(.admin-shell) .nav[data-nav] .nav__cta { display: none !important; }
  body:not(.admin-shell) .nav[data-nav] .nav__actions { display: flex !important; gap: 8px !important; }
  body:not(.admin-shell) .nav[data-nav] .langswitch__trigger,
  body:not(.admin-shell) .nav[data-nav] .nav__burger { width: 42px !important; height: 42px !important; }
  body:not(.admin-shell) .mobilemenu,
  body:not(.admin-shell) .mobile-menu { top: var(--header-h) !important; right: 0 !important; bottom: auto !important; left: 0 !important; width: 100% !important; margin: 0 !important; padding: 0 14px 18px !important; border: 0 !important; border-radius: 0 0 20px 20px !important; background: #f5f0e9 !important; box-shadow: 0 26px 48px rgba(50,39,28,.15) !important; backdrop-filter: none !important; }
  body:not(.admin-shell) .mobilemenu::before { display: block !important; height: 1px !important; background: rgba(70,56,42,.1) !important; content: "" !important; }
  body:not(.admin-shell) .mobilemenu__nav a { min-height: 36px !important; font-size: .78rem !important; }
  body:not(.admin-shell) .mobilemenu__foot { padding-top: 11px !important; }
}

/* Inquiry portal additions */
.portal-appointments { display: grid; gap: 10px; }
.portal-appointments article { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px 16px; padding: 14px 15px; border: 1px solid rgba(75,65,52,.12); border-radius: 14px; background: rgba(255,253,249,.68); }
.portal-appointments article > div { min-width: 0; }
.portal-appointments b, .portal-appointments small { display: block; }
.portal-appointments b { font-size: .8rem; }
.portal-appointments small { margin-top: 4px; color: #776f66; font-size: .7rem; }
.portal-appointments p { margin: 8px 0 0; color: #665e55; font-size: .73rem; line-height: 1.45; }
.portal-appointment-status { align-self: start; padding: 5px 8px; border-radius: 999px; color: #80612e; background: #f6ead5; font: 700 .58rem var(--font-mono); white-space: nowrap; }
.portal-appointment-status--accepted { color: #347548; background: #e3f4e8; }
.portal-appointment-status--rejected { color: #9b4f43; background: #f8e6e1; }
.portal-appointment-actions { grid-column: 1 / -1; display: flex; gap: 7px; }
.portal-appointment-actions .btn { min-height: 37px; }
.portal-appointment-form, .portal-upload-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.portal-appointment-form label, .portal-upload-form label { display: grid; gap: 6px; color: #70685e; font: 700 .61rem var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.portal-appointment-form input, .portal-appointment-form textarea, .portal-upload-form input[type=file] { width: 100%; padding: 11px 12px; border: 1px solid rgba(75,65,52,.15); border-radius: 11px; color: #28231f; background: rgba(255,255,255,.78); font: .78rem/1.4 var(--font-body); }
.portal-form-wide, .portal-appointment-form button { grid-column: 1 / -1; }
.portal-appointment-form button { justify-self: start; }
.portal-files-hint { margin: -5px 0 14px; color: #786f66; font-size: .73rem; line-height: 1.55; }
.portal-files-list { display: grid; gap: 8px; }
.portal-files-list a { display: grid; grid-template-columns: minmax(0,1fr) auto 18px; align-items: center; gap: 8px; padding: 11px 12px; border: 1px solid rgba(75,65,52,.11); border-radius: 12px; color: inherit; text-decoration: none; background: rgba(255,253,249,.7); }
.portal-files-list a span { min-width: 0; overflow: hidden; font-size: .75rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.portal-files-list a small { color: #847b70; font-size: .64rem; white-space: nowrap; }
.portal-files-list a b { color: #a8752d; font-size: .95rem; }
.portal-upload-form { grid-template-columns: 1fr auto; align-items: end; }
.portal-upload-form input[type=file] { min-height: 43px; }
.portal-upload-form button { min-height: 43px; white-space: nowrap; }
.portal-upload-success { margin: 0 0 12px; color: #317249; font-size: .75rem; font-weight: 650; }
.portal-upload-errors { margin: 0 0 12px; padding-left: 18px; color: #9d4a40; font-size: .72rem; }
.contact-form__files input[type=file] { min-height: 46px; padding: 12px; border: 1px dashed rgba(183,135,55,.38); border-radius: 12px; color: #51483d; background: rgba(255,253,249,.7); font: .78rem/1.4 var(--font-body, Arial, sans-serif); text-transform: none; letter-spacing: 0; }
.contact-form__files small { justify-self: start !important; color: #847b70 !important; font-size: .67rem !important; line-height: 1.45; }
.contact-confirmation__upload { margin: 14px 0 0; padding: 12px 14px; border: 1px solid rgba(67,122,81,.18); border-radius: 12px; color: #317249; background: rgba(226,245,231,.55); font-size: .75rem; line-height: 1.5; }
.contact-confirmation__upload--warning { border-color: rgba(160,90,54,.18); color: #8d4d38; background: rgba(252,237,223,.68); }
.contact-confirmation__upload ul { margin: 7px 0; padding-left: 18px; }
.contact-confirmation__upload small { color: inherit; opacity: .82; }
@media (max-width: 680px) {
  .portal-appointment-form, .portal-upload-form { grid-template-columns: 1fr; }
  .portal-form-wide, .portal-appointment-form button { grid-column: auto; }
  .portal-upload-form button { width: 100%; }
}

/* Pricing page: a calm, premium surface that shares the landing-page type
   scale while giving each offer a clear conversion path. */
.pricing-page {
  color: #1a1918;
  background:
    radial-gradient(circle at 86% 4%, rgba(211, 174, 111, .18), transparent 28rem),
    linear-gradient(180deg, #f8f5f0 0%, #f1ede7 100%);
}
.pricing-page__main {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: clamp(82px, 9vw, 132px) 0 108px;
}
.pricing-hero { max-width: 760px; }
.pricing-hero .eyebrow { color: #a7782f; font: 700 .7rem var(--font-mono); letter-spacing: .18em; text-transform: uppercase; }
.pricing-hero h1 {
  max-width: 760px;
  margin: 21px 0 19px;
  color: #171616;
  font: 560 clamp(3.25rem, 6.3vw, 6.4rem)/.95 var(--font-display);
  letter-spacing: -.075em;
}
.pricing-hero__lead {
  max-width: 590px;
  margin: 0;
  color: #6e6861;
  font: 400 clamp(.98rem, 1.25vw, 1.14rem)/1.7 var(--font-body);
}
.pricing-hero__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  color: #847b70;
  font: 600 .66rem var(--font-mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pricing-hero__meta b { margin-right: 7px; color: #aa7830; font-size: .78rem; }
.pricing-hero__meta i { width: 34px; height: 1px; background: rgba(82, 66, 45, .2); }
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 54px;
}
.pricing-card {
  position: relative;
  display: grid;
  min-height: 424px;
  grid-template-rows: auto auto 1fr auto;
  padding: 25px 25px 22px;
  overflow: hidden;
  border: 1px solid rgba(74, 61, 46, .14);
  border-radius: 23px;
  background: rgba(255, 253, 249, .78);
  box-shadow: 0 18px 44px rgba(69, 53, 35, .065), inset 0 1px 0 rgba(255,255,255,.92);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.pricing-card:hover { transform: translateY(-4px); border-color: rgba(174, 125, 52, .42); box-shadow: 0 24px 54px rgba(69, 53, 35, .1), inset 0 1px 0 rgba(255,255,255,.95); }
.pricing-card--popular { border-color: rgba(181, 133, 60, .58); box-shadow: 0 22px 52px rgba(145, 98, 32, .11), inset 0 1px 0 rgba(255,255,255,.95); }
.pricing-card--popular::after { position: absolute; top: 0; right: 24px; width: 1px; height: 28px; background: #bf8e3f; content: ""; opacity: .68; }
.pricing-card__top { display: grid; grid-template-columns: 49px minmax(0, 1fr); gap: 15px; align-items: center; }
.pricing-card__icon {
  display: grid;
  width: 49px;
  height: 49px;
  place-items: center;
  border: 1px solid rgba(180, 132, 55, .22);
  border-radius: 16px;
  color: #a87327;
  background: #f8f2e9;
}
.pricing-card__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.pricing-card__heading { min-width: 0; }
.pricing-card__eyebrow { display: flex; align-items: center; gap: 8px; color: #93887a; font: 700 .58rem var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.pricing-card__eyebrow > span { color: #b17d31; }
.pricing-card__eyebrow b { color: #a77631; font-weight: 700; }
.pricing-card__heading h2 { margin: 8px 0 0; color: #1a1918; font: 560 1.3rem/1.12 var(--font-display); letter-spacing: -.045em; }
.pricing-card__price { display: flex; align-items: baseline; gap: 12px; min-height: 70px; margin: 24px 0 17px; padding-bottom: 17px; border-bottom: 1px solid rgba(74, 61, 46, .11); }
.pricing-card__price-prefix { color: #8b8176; font: 700 .73rem var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.pricing-card__price strong { color: #191817; font: 560 clamp(1.75rem, 2.8vw, 2.35rem)/1 var(--font-display); letter-spacing: -.065em; white-space: nowrap; }
.pricing-card__price-suffix { color: #7b7268; font: 400 .7rem var(--font-body); white-space: nowrap; }
.pricing-card__features { display: grid; align-content: start; gap: 9px; margin: 0; padding: 0; list-style: none; }
.pricing-card__features li { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 8px; align-items: start; color: #686159; font: 400 .76rem/1.42 var(--font-body); }
.pricing-card__features svg { width: 15px; height: 15px; margin-top: 1px; fill: none; stroke: #b47e2e; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.pricing-card__cta { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 14px; margin-top: 24px; padding: 0 15px 0 17px; border: 1px solid rgba(180, 132, 55, .38); border-radius: 999px; color: #fffdf8; background: #1c1a18; font: 650 .75rem var(--font-body); text-decoration: none; box-shadow: 0 10px 24px rgba(27, 24, 20, .12); transition: background .25s ease, transform .25s ease; }
.pricing-card__cta:hover { background: #302a24; transform: translateY(-1px); }
.pricing-card__cta svg { width: 18px; height: 18px; fill: none; stroke: #d3a14f; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.pricing-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px; padding: 21px 23px; border: 1px solid rgba(74, 61, 46, .13); border-radius: 18px; background: rgba(255, 253, 249, .5); }
.pricing-note > div { display: flex; align-items: center; gap: 14px; }
.pricing-note__mark { display: grid; width: 33px; height: 33px; flex: 0 0 33px; place-items: center; border-radius: 50%; color: #a8762f; background: rgba(205, 163, 88, .15); font-size: 1.1rem; }
.pricing-note p { margin: 0; color: #716960; font: 400 .76rem/1.5 var(--font-body); }
.pricing-note p b { color: #2a2723; font-weight: 650; }
.pricing-note > a { display: inline-flex; min-height: 42px; align-items: center; gap: 20px; padding: 0 16px 0 18px; border: 1px solid rgba(180, 132, 55, .44); border-radius: 999px; color: #2a241d; background: #e5bd70; font: 650 .73rem var(--font-body); text-decoration: none; white-space: nowrap; }
.pricing-note > a span { color: #8b5e20; font-size: 1.05rem; }
@media (max-width: 980px) {
  .pricing-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-card { min-height: 410px; }
}
@media (max-width: 680px) {
  .pricing-page__main { width: calc(100% - 32px); padding: 66px 0 72px; }
  .pricing-hero h1 { margin-top: 17px; font-size: clamp(2.75rem, 13vw, 4rem); line-height: .98; }
  .pricing-hero__break { display: none; }
  .pricing-hero__lead { max-width: 34ch; font-size: .87rem; line-height: 1.58; }
  .pricing-hero__meta { gap: 9px; margin-top: 23px; font-size: .56rem; letter-spacing: .06em; }
  .pricing-hero__meta i { width: 22px; }
  .pricing-cards { grid-template-columns: 1fr; gap: 12px; margin-top: 35px; }
  .pricing-card { min-height: 0; padding: 19px 18px 17px; border-radius: 19px; }
  .pricing-card__top { grid-template-columns: 43px minmax(0,1fr); gap: 12px; }
  .pricing-card__icon { width: 43px; height: 43px; border-radius: 13px; }
  .pricing-card__icon svg { width: 21px; height: 21px; }
  .pricing-card__eyebrow { font-size: .52rem; }
  .pricing-card__heading h2 { margin-top: 6px; font-size: 1.17rem; }
  .pricing-card__price { min-height: 55px; margin: 17px 0 14px; padding-bottom: 13px; gap: 10px; }
  .pricing-card__price-prefix { font-size: .62rem; }
  .pricing-card__price strong { font-size: 1.85rem; }
  .pricing-card__price-suffix { font-size: .64rem; }
  .pricing-card__features { gap: 7px; }
  .pricing-card__features li { font-size: .72rem; }
  .pricing-card__cta { min-height: 45px; margin-top: 19px; font-size: .72rem; }
  .pricing-note { display: grid; gap: 14px; margin-top: 14px; padding: 17px; border-radius: 17px; }
  .pricing-note > a { width: 100%; justify-content: space-between; }
}
