:root {
  --navy: #1f3445;
  --navy-2: #263e52;
  --navy-3: #122431;
  --gold: #b18a45;
  --gold-light: #d6bd8d;
  --stone: #7a756c;
  --cream: #f7f5f0;
  --cream-2: #ece8df;
  --white: #ffffff;
  --ink: #262626;
  --muted: #66645f;
  --line: rgba(31, 52, 69, 0.14);
  --shadow: 0 24px 70px rgba(17, 32, 42, 0.12);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hidden { display: none; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--gold); color: var(--navy-3); padding: 10px 16px; border-radius: 8px; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-dark { color: var(--white); background: radial-gradient(circle at 87% 14%, rgba(177,138,69,.18), transparent 27%), linear-gradient(135deg, var(--navy-3), var(--navy) 65%, #2f4c61); }
.section-muted { background: var(--cream-2); }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; color: var(--gold); }
h1, h2, h3 { margin: 0; color: inherit; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.3rem); max-width: 850px; }
h2 { font-size: clamp(2.3rem, 4.8vw, 4.4rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1.25rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand-header { flex: 0 1 390px; }
.brand-lockup { width: min(100%, 370px); height: auto; display: block; }
.brand-mark { width: 46px; height: 46px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.2rem; text-transform: uppercase; letter-spacing: .08em; }
.brand-copy span { margin-top: 6px; font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; color: var(--stone); }
.primary-nav { display: flex; align-items: center; gap: 28px; flex: 0 0 auto; }
.primary-nav > a:not(.button) { text-decoration: none; color: var(--navy); font-size: .92rem; font-weight: 720; }
.primary-nav > a:not(.button):hover { color: var(--gold); }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: #152632; font-weight: 850; letter-spacing: .015em; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); border-color: var(--gold-light); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.button-secondary:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .86rem; }
.hero { padding: 96px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 34px; }
.hero-lede { max-width: 760px; margin-top: 26px; font-size: clamp(1.05rem, 1.8vw, 1.27rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-points { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 32px; color: rgba(255,255,255,.72); font-size: .9rem; }
.hero-points span { display: inline-flex; align-items: center; gap: 8px; }
.hero-points span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.hero-visual { min-width: 0; }
.hero-visual svg { width: 118%; max-width: none; transform: translateX(-2%); }
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 78px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; text-align: center; color: var(--stone); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.trust-grid span + span { border-left: 1px solid var(--line); }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading > p:last-child { margin-top: 20px; font-size: 1.12rem; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 390px; padding: 38px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(31,52,69,.06); }
.service-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -85px; bottom: -100px; border: 34px solid rgba(177,138,69,.12); transform: rotate(45deg); }
.service-number { color: var(--gold); font-weight: 900; letter-spacing: .12em; margin-bottom: 55px; }
.service-card h3 { color: var(--navy); font-size: clamp(1.65rem, 2.8vw, 2.3rem); }
.service-card p { color: var(--muted); margin-top: 18px; max-width: 590px; }
.service-card ul { padding-left: 18px; margin: 20px 0 0; color: var(--navy-2); }
.service-card li { margin: 8px 0; }
.service-card-wide { grid-column: 1 / -1; min-height: 330px; }
.materials-note { margin-top: 24px; padding: 34px 38px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; align-items: center; background: var(--navy); border-radius: var(--radius); color: var(--white); }
.materials-note h3 { font-size: 1.8rem; }
.materials-note > p { margin: 0; color: rgba(255,255,255,.75); }
.split-grid, .area-grid, .quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 92px); align-items: center; }
.split-grid p:not(.eyebrow), .area-grid p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.split-grid h2, .area-grid h2 { color: var(--navy); margin-bottom: 24px; }
.cornerstone-art { position: relative; min-height: 560px; border-radius: 40px 40px 40px 110px; overflow: hidden; box-shadow: var(--shadow); }
.logo-panel { display: grid; place-items: center; padding: clamp(28px, 5vw, 64px); background: var(--white); border: 1px solid var(--line); }
.logo-panel img { width: 100%; max-width: 560px; height: auto; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 32px; }
.value-grid div { padding-top: 16px; border-top: 1px solid rgba(31,52,69,.22); }
.value-grid strong { display: block; color: var(--navy); }
.value-grid span { display: block; margin-top: 7px; color: var(--muted); font-size: .9rem; }
.text-link { display: inline-flex; gap: 12px; text-decoration: none; color: var(--navy); font-weight: 850; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.map-card { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote-section { padding-top: 116px; padding-bottom: 116px; }
.quote-grid { align-items: start; }
.quote-grid h2 { margin-bottom: 24px; }
.quote-grid > div > p:not(.eyebrow):not(.small-copy) { color: rgba(255,255,255,.76); font-size: 1.08rem; }
.contact-card { margin-top: 32px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.06); }
.contact-card span { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-light); }
.contact-card a { display: inline-block; margin-top: 7px; color: var(--white); font-weight: 780; text-decoration: none; word-break: break-word; }
.small-copy { margin-top: 16px; color: rgba(255,255,255,.58); font-size: .88rem; }
.quote-form { padding: 30px; color: var(--ink); background: var(--cream); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row.three { grid-template-columns: 1fr 1fr 1fr; }
.quote-form label, .quote-form legend { font-size: .86rem; font-weight: 760; color: var(--navy); }
.quote-form input[type="text"], .quote-form input[type="email"], .quote-form input[type="tel"], .quote-form input[type="number"], .quote-form textarea { width: 100%; margin: 7px 0 16px; padding: 13px 14px; border: 1px solid rgba(31,52,69,.22); border-radius: 10px; background: var(--white); color: var(--ink); outline: none; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(177,138,69,.17); }
.quote-form fieldset { margin: 3px 0 20px; padding: 17px; border: 1px solid rgba(31,52,69,.15); border-radius: 12px; }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-top: 10px; }
.checkbox-grid label, .consent { display: flex; align-items: flex-start; gap: 8px; font-weight: 570; color: var(--ink); }
.checkbox-grid input, .consent input { margin-top: 4px; accent-color: var(--gold); }
.form-submit { width: 100%; margin-top: 16px; }
.site-footer { padding: 70px 0 24px; background: #0e1e29; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 54px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-copy span { color: rgba(255,255,255,.55); }
.footer-grid h3 { margin-bottom: 18px; color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid > div:first-child p { margin-top: 10px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom a { text-decoration: none; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
@media (max-width: 900px) {
  .section { padding: 84px 0; }
  .menu-toggle { display: grid; gap: 5px; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-toggle span:not(.sr-only) { height: 2px; background: var(--navy); border-radius: 2px; }
  .primary-nav { position: absolute; top: 104px; left: 0; right: 0; display: none; padding: 22px 20px 26px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 18px 28px rgba(31,52,69,.1); }
  .primary-nav.open { display: grid; }
  .primary-nav .button { margin-top: 8px; }
  .hero-grid, .split-grid, .area-grid, .quote-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-visual svg { width: 100%; transform: none; }
  .trust-grid { grid-template-columns: repeat(5, max-content); gap: 28px; justify-content: start; overflow-x: auto; padding: 0 20px; }
  .trust-grid span + span { border-left: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-wide { grid-column: auto; }
  .materials-note { grid-template-columns: 1fr; gap: 14px; }
  .cornerstone-art { min-height: 480px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 82px; }
  .primary-nav { top: 82px; }
  .brand-header { flex-basis: 270px; }
  .brand-lockup { width: min(100%, 260px); }
  .brand-copy strong { font-size: .98rem; }
  .brand-copy span { font-size: .64rem; }
  .brand-mark { width: 40px; height: 40px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.3rem); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; gap: 9px; }
  .service-card { padding: 28px 24px; min-height: 0; }
  .service-number { margin-bottom: 34px; }
  .value-grid { grid-template-columns: 1fr; }
  .cornerstone-art { min-height: 390px; border-radius: 28px 28px 28px 70px; }
  .form-row, .form-row.three, .checkbox-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }


/* Charlotte trade show labor landing page */
.local-hero { padding: 88px 0 82px; }
.local-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(36px, 6vw, 78px); align-items: center; }
.local-hero-card { padding: clamp(28px, 4vw, 44px); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.07); box-shadow: 0 24px 60px rgba(10,20,28,.25); }
.local-hero-card h2 { margin-bottom: 18px; color: var(--white); font-size: clamp(2rem, 3.7vw, 3.2rem); }
.local-hero-card > p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; }
.check-list li { position: relative; padding: 10px 0 10px 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.88); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-light); font-weight: 900; }
.trust-grid-four { grid-template-columns: repeat(4, 1fr); }
.local-split { align-items: stretch; }
.local-split > div:first-child { align-self: center; }
.local-detail-card { padding: clamp(30px, 4vw, 46px); background: var(--navy); border-radius: var(--radius); color: var(--white); box-shadow: var(--shadow); }
.local-detail-card h3 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.5rem); }
.dark-list li { border-top-color: rgba(255,255,255,.12); }
.venue-disclaimer { margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .88rem !important; }
.local-market-card { min-height: 450px; display: grid; place-items: center; gap: 26px; background: linear-gradient(145deg, #fff, #eee9df); }
.market-ring { width: 220px; height: 220px; display: grid; place-content: center; text-align: center; border: 28px solid rgba(177,138,69,.2); border-radius: 50%; outline: 2px solid var(--gold); outline-offset: -18px; color: var(--navy); }
.market-ring strong { display: block; font-size: 2rem; }
.market-ring span { margin-top: 5px; color: var(--muted); font-size: .84rem; text-transform: uppercase; letter-spacing: .11em; }
.market-list { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.market-list span { padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.72); color: var(--navy); font-size: .88rem; font-weight: 720; text-align: center; }
.local-cta { padding-top: 88px; padding-bottom: 88px; }
.local-cta-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: center; }
.local-cta h2 { color: var(--white); margin-bottom: 16px; }
.local-cta p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.local-cta-actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }
@media (max-width: 900px) {
  .local-hero-grid, .local-cta-grid { grid-template-columns: 1fr; }
  .local-hero { padding-top: 62px; }
  .local-cta-actions { justify-content: flex-start; }
  .trust-grid-four { grid-template-columns: repeat(4, max-content); }
}
@media (max-width: 620px) {
  .market-list { grid-template-columns: 1fr; }
  .local-market-card { min-height: 0; }
  .market-ring { width: 190px; height: 190px; }
  .local-cta-actions { display: grid; }
  .local-cta-actions .button { width: 100%; }
}


/* Selected work / project photography */
.section-work { background: #f8f6f1; }
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}
.work-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.work-card {
  margin: 0;
  min-width: 0;
}
.work-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e7e3da;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(31,52,69,.10);
}
.work-card figcaption {
  display: grid;
  gap: 3px;
  padding: 13px 2px 0;
}
.work-card figcaption strong {
  color: var(--navy);
  font-size: .98rem;
  line-height: 1.25;
}
.work-card figcaption span {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}
@media (max-width: 1100px) {
  .work-grid, .work-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .work-grid, .work-grid-three { grid-template-columns: 1fr; gap: 22px; margin-top: 30px; }
  .work-card figcaption { padding-top: 11px; }
}

/* Work gallery display refinement — full landscape photos, no crop */
.work-grid-showcase {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 26px;
}
.work-card img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center;
  border-radius: 12px;
}
.work-grid-showcase .work-card figcaption {
  padding: 12px 2px 0;
}
@media (max-width: 760px) {
  .work-grid-showcase {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Charlotte page portfolio emphasis */
.local-work-feature {
  margin-top: 38px;
}
.local-work-feature img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(31,52,69,.12);
}
.local-work-feature figcaption {
  padding: 14px 2px 0;
}
.local-work-feature figcaption strong {
  font-size: 1.08rem;
}
.local-work-feature figcaption span {
  font-size: .9rem;
}
.local-work-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}
@media (max-width: 980px) {
  .local-work-grid { grid-template-columns: 1fr 1fr; }
  .local-work-grid .work-card:last-child { grid-column: 1 / -1; max-width: 680px; }
}
@media (max-width: 650px) {
  .local-work-feature { margin-top: 30px; }
  .local-work-grid { grid-template-columns: 1fr; gap: 26px; }
  .local-work-grid .work-card:last-child { grid-column: auto; max-width: none; }
}

/* Charlotte portfolio: capability-first project storytelling */
.crew-work-feature {
  margin-top: 38px;
}
.crew-work-feature img {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}
.project-story {
  margin-top: 64px;
  padding-top: 54px;
  border-top: 1px solid rgba(31,52,69,.12);
}
.project-story-heading {
  max-width: 760px;
}
.project-story-heading h3 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
  margin: 6px 0 14px;
  color: var(--navy);
}
.project-story-heading p:not(.eyebrow) {
  color: var(--muted);
  max-width: 720px;
}
.project-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 30px;
}
.project-pair .work-card img {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}
.local-work-grid-strong {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
  padding-top: 54px;
  border-top: 1px solid rgba(31,52,69,.12);
}
.local-work-grid-strong .work-card img {
  width: 100%;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}
@media (max-width: 980px) {
  .local-work-grid-strong { grid-template-columns: 1fr 1fr; }
  .local-work-grid-strong .work-card:last-child { grid-column: 1 / -1; max-width: 720px; }
}
@media (max-width: 720px) {
  .project-story { margin-top: 46px; padding-top: 40px; }
  .project-pair { grid-template-columns: 1fr; gap: 28px; }
  .local-work-grid-strong { grid-template-columns: 1fr; margin-top: 46px; padding-top: 40px; }
  .local-work-grid-strong .work-card:last-child { grid-column: auto; max-width: none; }
}

/* Work With Us */
.join-header-inner { min-height: 92px; }
.join-hero { padding: 82px 0; }
.join-hero-grid { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(38px, 6vw, 76px); align-items: center; }
.join-hero-copy h1 { max-width: 680px; }
.join-hero-photo { margin: 0; overflow: hidden; border-radius: 34px 34px 34px 90px; box-shadow: 0 30px 80px rgba(8,20,28,.28); border: 1px solid rgba(255,255,255,.12); }
.join-hero-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.join-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 92px); align-items: start; }
.join-intro h2, .join-form-grid h2 { color: var(--navy); margin-bottom: 24px; }
.join-intro p, .join-form-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.join-expectations { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.join-expectations div { min-height: 165px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 36px rgba(31,52,69,.05); }
.join-expectations strong { display: block; margin-bottom: 10px; color: var(--navy); font-size: 1.08rem; }
.join-expectations span { color: var(--muted); font-size: .94rem; }
.join-skill-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.join-skill-card { min-height: 180px; padding: 28px 24px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.join-skill-card strong { display: block; margin-bottom: 12px; color: var(--navy); font-size: 1.05rem; }
.join-skill-card span { color: var(--muted); font-size: .92rem; }
.join-form-section { background: var(--cream); }
.join-form-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 7vw, 90px); align-items: start; }
.join-note { margin-top: 28px; padding: 24px; border-left: 3px solid var(--gold); background: var(--cream-2); border-radius: 0 16px 16px 0; }
.join-note strong, .join-note span { display: block; }
.join-note strong { color: var(--navy); margin-bottom: 8px; }
.join-note span { color: var(--muted); font-size: .94rem; }
.quote-form select { width: 100%; margin: 7px 0 16px; padding: 13px 40px 13px 14px; border: 1px solid rgba(31,52,69,.22); border-radius: 10px; background: var(--white); color: var(--ink); outline: none; }
.quote-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(177,138,69,.17); }
.join-form { padding: clamp(26px, 4vw, 38px); }
.join-checkbox-grid { grid-template-columns: 1fr 1fr; }
@media (max-width: 980px) {
  .join-hero-grid, .join-intro-grid, .join-form-grid { grid-template-columns: 1fr; }
  .join-skill-grid { grid-template-columns: repeat(2, 1fr); }
  .join-hero-photo { max-width: 760px; }
}
@media (max-width: 620px) {
  .join-header-inner { min-height: 78px; gap: 14px; }
  .join-header-inner .brand-header { flex-basis: 230px; }
  .join-header-inner .button { padding-inline: 14px; font-size: .78rem; }
  .join-hero { padding: 62px 0; }
  .join-expectations, .join-skill-grid, .join-checkbox-grid { grid-template-columns: 1fr; }
  .join-expectations div, .join-skill-card { min-height: 0; }
}


/* Standard service terms page */
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.terms-hero { padding: 76px 0 68px; }
.terms-hero-inner { max-width: 940px; }
.terms-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.terms-version { margin: 18px 0 0; color: var(--gold-light); font-size: .9rem; font-weight: 800; letter-spacing: .05em; }
.terms-version span { padding: 0 8px; opacity: .65; }
.terms-lede { max-width: 860px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.terms-section { padding-top: 86px; }
.terms-layout { display: grid; grid-template-columns: minmax(240px,.7fr) minmax(0,1.6fr); gap: clamp(38px,7vw,90px); align-items: start; }
.terms-aside { position: sticky; top: 132px; }
.terms-aside-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 14px 38px rgba(31,52,69,.06); }
.terms-aside-card h2 { color: var(--navy); font-size: 1.75rem; margin-bottom: 16px; }
.terms-aside-card > p:not(.eyebrow) { color: var(--muted); font-size: .95rem; }
.terms-content { min-width: 0; }
.terms-item { padding: 0 0 26px; margin: 0 0 26px; border-bottom: 1px solid var(--line); }
.terms-item:last-child { border-bottom: 0; margin-bottom: 0; }
.terms-item h2 { display: flex; gap: 14px; align-items: baseline; color: var(--navy); font-size: clamp(1.35rem,2.2vw,1.75rem); letter-spacing: -.02em; }
.terms-item h2 span { flex: 0 0 auto; color: var(--gold); font-size: .73rem; letter-spacing: .12em; }
.terms-item p { margin: 11px 0 0 38px; color: var(--muted); font-size: 1rem; }
.terms-item strong { color: var(--navy); }
@media (max-width: 900px) { .terms-layout { grid-template-columns: 1fr; } .terms-aside { position: static; } .terms-aside-card { max-width: 680px; } }
@media (max-width: 620px) { .terms-hero { padding: 54px 0 50px; } .terms-section { padding-top: 58px; } .terms-item p { margin-left: 0; } .terms-item h2 { gap: 10px; } .footer-legal { gap: 14px; } }
