:root {
  --background: #f7f7f4;
  --foreground: #15212a;
  --card: #ffffff;
  --card-foreground: #15212a;
  --popover: #ffffff;
  --popover-foreground: #15212a;
  --primary: #10232f;
  --primary-foreground: #ffffff;
  --secondary: #e8e8e2;
  --secondary-foreground: #15212a;
  --muted: #ecece7;
  --muted-foreground: #68717a;
  --accent: #b68a42;
  --accent-foreground: #101b22;
  --destructive: #b42318;
  --border: #d9dbd8;
  --input: #d9dbd8;
  --ring: #b68a42;
  --radius: 0.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(100% - 48px, 1240px); margin-inline: auto; }
.section { padding: 112px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 24, 33, .97);
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
  backdrop-filter: blur(12px);
}
.header-inner { height: 78px; display: flex; align-items: center; gap: 44px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #c69b52;
  color: #d9b36f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  letter-spacing: .08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; }
.brand-copy small { margin-top: 4px; color: #aeb9c0; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 34px; }
.desktop-nav .menu { margin: 0; padding: 0; display: flex; align-items: center; gap: 34px; list-style: none; }
.desktop-nav a { color: #c7d0d5; font-size: 14px; transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-cta { display: inline-flex; align-items: center; gap: 7px; padding: 10px 0; color: #d9b36f; font-size: 14px; border-bottom: 1px solid #a77d37; }
.mobile-menu { display: none; margin-left: auto; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; display: grid; place-items: center; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 44px; min-width: 230px; padding: 12px; display: grid; background: #10232f; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 16px 50px rgba(0,0,0,.25); }
.mobile-menu nav .menu { margin: 0; padding: 0; list-style: none; }
.mobile-menu nav a { padding: 12px 10px; color: #e3e8ea; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu nav li a { display: block; }

.eyebrow { margin: 0 0 22px; color: #99712f; font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #d9b36f; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: 1.03; }
h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 66px); }

.hero { position: relative; min-height: 720px; display: grid; align-items: stretch; overflow: hidden; color: #fff; background: #07141d; }
.hero-image { position: absolute; inset: 0; background: url('/legal-office-hero.png') center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,15,23,.98) 0%, rgba(7,18,27,.9) 39%, rgba(7,18,27,.22) 72%, rgba(7,18,27,.18) 100%), linear-gradient(0deg, rgba(5,15,23,.55), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 108px; padding-bottom: 42px; display: flex; flex-direction: column; }
.hero h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(58px, 7.2vw, 94px); }
.hero-lead { max-width: 620px; margin-bottom: 38px; color: #cbd4d9; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: .025em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: #c79a4b; color: #12212b; }
.button-gold:hover { background: #d9b36f; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; border-bottom: 1px solid currentColor; }
.light-link { color: #f0f3f4; }
.hero-facts { margin-top: auto; padding-top: 34px; display: flex; gap: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-facts div { display: flex; flex-direction: column; gap: 2px; }
.hero-facts strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; }
.hero-facts span { color: #9faeb6; font-size: 13px; }

.services-section { background: #f7f7f4; }
.section-heading { margin-bottom: 56px; }
.split-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 100px; align-items: end; }
.split-heading h2 { max-width: 750px; }
.split-heading > p { margin: 0 0 8px; color: #657079; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cdd1d0; border-left: 1px solid #cdd1d0; }
.service-card { min-height: 320px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid #cdd1d0; border-bottom: 1px solid #cdd1d0; background: #fff; transition: background .25s ease, color .25s ease; }
.service-card:hover { background: #10232f; color: #fff; }
.service-card-top { display: flex; align-items: center; justify-content: space-between; color: #a47a36; }
.service-symbol { font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.service-number { color: #90989b; font-size: 12px; letter-spacing: .16em; }
.service-card h3 { margin: 62px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; line-height: 1.15; }
.service-card p { margin-bottom: 22px; color: #68747b; line-height: 1.65; }
.service-card:hover p, .service-card:hover .service-number { color: #b9c4c9; }
.card-link { margin-top: auto; display: flex; align-items: center; gap: 8px; color: #9c742f; font-size: 14px; font-weight: 700; }
.service-card:hover .card-link { color: #d9b36f; }

.process-section { background: #10232f; color: #fff; }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.process-intro h2 { margin-bottom: 28px; font-size: clamp(42px, 4.6vw, 63px); }
.process-intro > p:last-child { max-width: 520px; color: #aebbc1; line-height: 1.8; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { padding: 30px 0; display: grid; grid-template-columns: 74px 1fr; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps > li > span { color: #c69b52; font-size: 12px; letter-spacing: .16em; }
.steps h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.steps p { margin: 0; color: #aebbc1; line-height: 1.65; }

.about-section { background: #ecece7; }
.about-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; align-items: center; }
.about-mark { min-height: 510px; position: relative; display: grid; place-items: center; overflow: hidden; background: #0e202b; color: #c79a4b; font-family: Georgia, "Times New Roman", serif; }
.about-mark::before { content: ""; position: absolute; inset: 34px; border: 1px solid rgba(199,154,75,.45); }
.about-mark::after { content: ""; position: absolute; width: 1px; height: 75%; background: rgba(199,154,75,.35); transform: rotate(36deg); }
.about-mark span { position: relative; z-index: 1; font-size: 108px; line-height: .7; }
.about-mark span:last-child { margin-left: 82px; }
.about-copy h2 { margin-bottom: 32px; }
.large-copy { max-width: 690px; color: #57636a; font-size: 19px; line-height: 1.8; }
.about-points { margin-top: 34px; padding-top: 26px; display: flex; flex-wrap: wrap; gap: 18px 30px; border-top: 1px solid #c9cbc6; }
.about-points span { display: flex; align-items: center; gap: 8px; color: #263741; font-size: 14px; }
.about-points svg { color: #a77d37; }

.consultation { background: #f7f7f4; }
.consultation-card { padding: 68px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; background: #0c1c26; color: #fff; }
.consultation-card h2 { max-width: 710px; font-size: clamp(42px, 5vw, 64px); }
.consultation-action p { margin-bottom: 28px; color: #b5c0c6; line-height: 1.75; }

.site-footer { padding: 72px 0 26px; background: #07141d; color: #dfe5e7; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .9fr .7fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid > div:first-child > p { max-width: 340px; margin: 12px 0 0; color: #8f9ea6; font-size: 14px; }
.footer-brand { margin-bottom: 6px; }
.footer-title { margin-bottom: 8px; color: #d2a85e; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a:not(.brand) { display: inline-flex; align-items: center; gap: 5px; color: #aeb9bf; font-size: 14px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 58px; padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); color: #73848d; font-size: 12px; }

.service-hero { padding: 68px 0 92px; position: relative; overflow: hidden; background: #0d202c; color: #fff; }
.service-hero::after { content: ""; position: absolute; right: -10%; top: -35%; width: 600px; height: 600px; border: 1px solid rgba(199,154,75,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(199,154,75,.025), 0 0 0 160px rgba(199,154,75,.02); }
.back-link { margin-bottom: 72px; position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; color: #aebac0; font-size: 14px; }
.service-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.4fr .6fr; gap: 110px; align-items: end; }
.service-hero h1 { max-width: 860px; margin-bottom: 28px; font-size: clamp(54px, 6.4vw, 84px); }
.service-lead { max-width: 720px; margin-bottom: 36px; color: #b7c2c8; font-size: 19px; line-height: 1.7; }
.service-hero-note { padding: 28px 0 2px 28px; border-left: 1px solid #aa8040; }
.service-hero-note span { color: #d1a95f; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.service-hero-note p { margin: 14px 0 0; color: #b7c2c8; line-height: 1.75; }

.content-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 120px; align-items: start; }
.sticky-heading { position: sticky; top: 120px; }
.sticky-heading h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 56px); }
.sticky-heading > p:last-child { color: #667179; line-height: 1.8; }
.situation-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #cdd1d0; }
.situation-list li { padding: 26px 0; display: grid; grid-template-columns: 65px 1fr; border-bottom: 1px solid #cdd1d0; }
.situation-list span { color: #a47a36; font-size: 12px; letter-spacing: .14em; }
.situation-list p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.35; }

.actions-section { background: #10232f; color: #fff; }
.compact-heading { margin-bottom: 48px; }
.compact-heading h2 { font-size: 56px; }
.action-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.action-grid article { min-height: 310px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.action-grid article > span { color: #c69b52; font-size: 12px; letter-spacing: .16em; }
.action-grid h3 { margin: auto 0 15px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; line-height: 1.25; }
.action-grid p { margin: 0; color: #aebbc1; line-height: 1.7; }

.evidence-section { background: #ecece7; }
.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.document-panel, .outcome-panel { padding: 54px; background: #fff; }
.panel-icon { width: 54px; height: 54px; margin-bottom: 44px; display: grid; place-items: center; background: #10232f; color: #d2a85e; }
.document-panel h2, .outcome-panel h2 { margin-bottom: 38px; font-size: 44px; }
.document-panel ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.document-panel li { display: flex; align-items: flex-start; gap: 12px; color: #48565e; }
.document-panel li svg { margin-top: 4px; flex: 0 0 auto; color: #9e752e; }
.outcome-list { border-top: 1px solid #d7d9d5; }
.outcome-list > div { padding: 18px 0; display: grid; grid-template-columns: 44px 1fr; border-bottom: 1px solid #d7d9d5; }
.outcome-list span { color: #a47a36; font-size: 13px; }
.outcome-list p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.fine-print { margin: 24px 0 0; color: #7a8387; font-size: 13px; }

.faq-section { background: #f7f7f4; }
.faq-list { border-top: 1px solid #cdd1d0; }
.faq-list details { border-bottom: 1px solid #cdd1d0; }
.faq-list summary { padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.3; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #aeb3b1; font-family: Arial, sans-serif; font-size: 20px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { max-width: 760px; margin: -4px 70px 28px 0; color: #626d74; line-height: 1.8; }

.related-section { padding-top: 84px; padding-bottom: 84px; background: #ecece7; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c7cac6; border-left: 1px solid #c7cac6; }
.related-grid a { min-height: 110px; padding: 24px; display: flex; align-items: center; justify-content: space-between; border-right: 1px solid #c7cac6; border-bottom: 1px solid #c7cac6; font-family: Georgia, "Times New Roman", serif; font-size: 20px; transition: background .2s ease, color .2s ease; }
.related-grid a:hover { background: #10232f; color: #fff; }
.service-cta { padding: 82px 0; background: #0a1b25; color: #fff; }
.service-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.service-cta h2 { max-width: 760px; font-size: clamp(40px, 4.5vw, 62px); }

@media (max-width: 1040px) {
  .desktop-nav { gap: 20px; }
  .split-heading, .process-layout, .content-grid { gap: 70px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-layout { gap: 65px; }
  .action-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 1240px); }
  .section { padding: 78px 0; }
  .header-inner { height: 68px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,15,23,.96), rgba(7,18,27,.72)), linear-gradient(0deg, rgba(5,15,23,.8), transparent 50%); }
  .hero-content { padding-top: 82px; }
  .hero h1 { font-size: clamp(48px, 13vw, 70px); }
  .hero-lead { font-size: 17px; }
  .hero-facts { gap: 24px; justify-content: space-between; }
  .hero-facts div:last-child { display: none; }
  .split-heading, .process-layout, .about-layout, .consultation-card, .service-hero-grid, .content-grid, .evidence-grid { grid-template-columns: 1fr; gap: 44px; }
  .split-heading { align-items: start; }
  .section-heading { margin-bottom: 38px; }
  .process-layout { gap: 60px; }
  .about-mark { min-height: 400px; }
  .consultation-card { width: min(100% - 32px, 1240px); padding: 40px 28px; gap: 34px; }
  .sticky-heading { position: static; }
  .service-hero { padding: 46px 0 72px; }
  .back-link { margin-bottom: 52px; }
  .service-hero-grid { gap: 50px; }
  .service-hero-note { max-width: 600px; }
  .document-panel, .outcome-panel { padding: 38px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .service-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .brand-copy strong { font-size: 16px; }
  .hero { min-height: 740px; }
  .hero h1 br { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-facts { gap: 18px; }
  .hero-facts strong { font-size: 22px; }
  .service-grid, .action-grid, .related-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .steps li { grid-template-columns: 52px 1fr; }
  .about-mark { min-height: 340px; }
  .about-mark span { font-size: 82px; }
  .about-mark span:last-child { margin-left: 62px; }
  .about-points { flex-direction: column; }
  .service-hero h1 { font-size: 48px; }
  .service-hero::after { width: 420px; height: 420px; }
  .situation-list li { grid-template-columns: 48px 1fr; }
  .situation-list p { font-size: 20px; }
  .action-grid article { min-height: 270px; }
  .document-panel h2, .outcome-panel h2 { font-size: 38px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

/* WordPress pages, blog, cases and contact form */
.narrow-container { width: min(100% - 48px, 840px); }
.inner-hero, .article-hero { padding: 88px 0 92px; background: #0d202c; color: #fff; }
.inner-hero h1, .article-hero h1 { max-width: 980px; margin-bottom: 24px; font-size: clamp(52px, 6vw, 82px); }
.content-page { min-height: 55vh; background: #f7f7f4; }
.entry-content { color: #36464f; font-size: 18px; line-height: 1.82; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2, .entry-content h3 { margin: 2em 0 .7em; color: #15212a; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.18; }
.entry-content h2 { font-size: 40px; }
.entry-content h3 { font-size: 28px; }
.entry-content a { color: #8a6325; text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { max-width: 100%; height: auto; }
.entry-content blockquote { margin: 34px 0; padding: 6px 0 6px 28px; border-left: 3px solid #c69b52; color: #526069; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid #d3d6d3; text-align: left; }
.service-intro { padding-top: 72px; padding-bottom: 72px; background: #f7f7f4; }

.editorial-section { background: #f7f7f4; }
.editorial-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.editorial-grid, .archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cdd1d0; border-left: 1px solid #cdd1d0; }
.editorial-card, .article-card { min-height: 300px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid #cdd1d0; border-bottom: 1px solid #cdd1d0; background: #fff; }
.editorial-card > span, .article-meta { color: #9c742f; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.editorial-card h3, .article-card h2 { margin: 54px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; line-height: 1.25; }
.article-card h2 { margin-top: 40px; }
.editorial-card p, .article-card p { color: #657079; }
.editorial-card .card-link, .article-card .card-link { margin-top: auto; }
.editorial-placeholder { grid-column: 1 / -1; min-height: 250px; }
.archive-section { background: #ecece7; }
.archive-grid { grid-template-columns: repeat(2, 1fr); }
.navigation.pagination { margin-top: 44px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 42px; height: 42px; padding: 0 12px; display: inline-grid; place-items: center; border: 1px solid #c8ccc9; background: #fff; }
.page-numbers.current { background: #10232f; color: #fff; }

.article-byline { display: flex; gap: 22px; color: #aebbc1; font-size: 14px; }
.article-content { background: #fff; }
.article-cover { margin: 0 0 52px; }
.article-contact { padding: 72px 0; background: #10232f; color: #fff; }
.article-contact h2 { margin-bottom: 12px; font-size: 42px; }
.article-contact p { margin-bottom: 28px; color: #b5c0c6; }

.consultation-form-card, .service-cta-grid { align-items: start; }
.service-cta-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; }
.service-cta h2 { margin-bottom: 24px; }
.service-contact-note { color: #b5c0c6; }
.service-contact-note a { color: #d9b36f; }
.direct-contacts { margin-top: 32px; display: grid; gap: 8px; }
.direct-contacts a { color: #d9b36f; }
.mg-contact-form { display: grid; gap: 14px; }
.mg-contact-form label { display: grid; gap: 6px; color: #dfe5e7; font-size: 14px; }
.mg-contact-form input, .mg-contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 0; outline: none; background: rgba(255,255,255,.06); color: #fff; }
.mg-contact-form input:focus, .mg-contact-form textarea:focus { border-color: #d9b36f; box-shadow: 0 0 0 1px #d9b36f; }
.mg-contact-form textarea { min-height: 118px; resize: vertical; }
.mg-contact-form .mg-consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: #aebbc1; font-size: 12px; line-height: 1.5; }
.mg-contact-form .mg-consent input { width: 16px; margin-top: 2px; }
.mg-contact-form .mg-consent a { color: #d9b36f; text-decoration: underline; }
.mg-contact-form .mg-hp { position: absolute; left: -9999px; }
.mg-form-status { margin: 0 0 16px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.25); color: #fff; }
.mg-form-status.success { border-color: #74a77c; background: rgba(58,112,67,.2); }
.mg-form-status.error { border-color: #cf8179; background: rgba(142,45,35,.2); }
.empty-state h1 { margin-bottom: 20px; font-size: 54px; }

@media (max-width: 1040px) {
  .desktop-nav .menu { gap: 20px; }
  .editorial-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .inner-hero, .article-hero { padding: 68px 0 72px; }
  .service-cta-grid { grid-template-columns: 1fr; gap: 48px; }
  .editorial-heading { align-items: flex-start; flex-direction: column; }
  .archive-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .narrow-container { width: min(100% - 32px, 840px); }
  .inner-hero h1, .article-hero h1 { font-size: 44px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .entry-content { font-size: 17px; }
  .entry-content h2 { font-size: 34px; }
}
