@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/noto-georgian.woff2") format("woff2");
  unicode-range: U+0589, U+10A0-10FF, U+1C90-1CBA, U+1CBD-1CBF, U+205A, U+2D00-2D2F, U+2E31;
}
@font-face {
  font-family: "Noto Sans Georgian";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/noto-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --ink: #202b2b;
  --muted: #5b6766;
  --accent: #245c53;
  --accent-dark: #193f39;
  --line: #dce2df;
  --paper: #ffffff;
  --wash: #f3f5f3;
  --soft: #e8eeea;
  --header-height: 74px;
  font-family: "Noto Sans Georgian", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
button, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a, summary { touch-action: manipulation; }
a, button { transition: background-color .16s ease, color .16s ease, border-color .16s ease; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid #2f7669;
  outline-offset: 5px;
}
h1, h2, h3, p, figure, ul, ol { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h2 { font-size: clamp(25px, 2.35vw, 29px); line-height: 1.45; }
h3 { font-size: 18px; line-height: 1.55; }
p { color: var(--muted); }
img { display: block; max-width: 100%; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::marker { content: ""; }
::selection { background: #d9e8df; color: #173c33; }
.container { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 62px; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip-link { position: fixed; top: -150px; left: 16px; z-index: 100; padding: 12px 18px; color: white; background: var(--accent); }
.skip-link:focus { top: 12px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; font-size: 12px; line-height: 1.6; font-weight: 600; color: var(--accent); }
.status-dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }
.button { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 600; line-height: 1.6; }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: var(--accent-dark); }
.button-light { color: var(--accent-dark); background: white; }
.button-light:hover { background: #e4ede8; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 600; color: var(--accent); }
.text-link:hover { color: #152f29; text-decoration: underline; text-underline-offset: 5px; }
.text-link .icon { width: 20px; height: 20px; }

/* One navigation, shared by desktop and mobile. */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { height: var(--header-height); display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; min-height: 44px; }
.brand-symbol { width: 33px; height: 33px; fill: none; stroke: var(--accent); stroke-width: 1.75; }
.brand-name { font-size: 18px; font-weight: 600; letter-spacing: .075em; line-height: 1; white-space: nowrap; }
.brand-name > span { margin-inline: 2px; color: #768681; font-weight: 400; }
.site-nav { display: flex; gap: 27px; margin-left: auto; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; color: #465451; }
.site-nav a:hover { color: var(--accent); }
.header-controls { display: flex; gap: 10px; align-items: center; }
.language-control { display: flex; align-items: center; gap: 0; padding-left: 17px; border-left: 1px solid var(--line); }
.language-control button { width: 44px; height: 44px; padding: 0; border: 0; background: none; font-size: 12px; font-weight: 500; color: var(--muted); }
.language-control button[aria-pressed="true"] { color: var(--accent); font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.language-control > span { color: #89938e; font-size: 12px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle > span { display: block; width: 20px; height: 1.5px; background: var(--ink); transition: transform .16s ease; }

/* Editorial opening, with real imagery rather than a wall of text. */
.hero { background: #fafbfa; }
.hero-grid { display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; gap: 56px; padding-block: 36px; }
.hero-copy { padding-block: 9px; }
.hero-copy > .eyebrow { letter-spacing: .055em; margin-bottom: 16px; }
h1 { max-width: 570px; font-size: clamp(32px, 3.1vw, 41px); line-height: 1.33; font-weight: 600; }
.hero-intro { margin-top: 21px; color: var(--ink); font-size: 16px; font-weight: 500; max-width: 490px; }
.hero-description { font-size: 16px; line-height: 1.8; margin-top: 12px; max-width: 500px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; margin-top: 24px; }
.hero-location { margin-top: 24px; font-size: 12px; color: #64716b; }
.hero-visual { position: relative; height: 392px; overflow: hidden; border-radius: 5px; background: #dae0dd; isolation: isolate; }
.hero-visual::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(16,32,29,.8)); z-index: 0; pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; filter: saturate(.24); }
.hero-visual figcaption { position: absolute; left: 27px; right: 25px; bottom: 25px; z-index: 1; display: grid; gap: 10px; color: white; font-size: 16px; line-height: 1.7; font-weight: 500; }
.image-label { font-size: 10px; letter-spacing: .16em; font-weight: 500; }
.credentials { display: grid; grid-template-columns: repeat(4, 1fr); padding: 24px 0 27px; border-top: 1px solid var(--line); gap: 24px; }
.credential { padding-left: 24px; border-left: 1px solid var(--line); }
.credential:first-child { border-left: 0; padding-left: 0; }
.credential strong { font-weight: 600; display: block; font-size: 15px; line-height: 1.6; }
.credential > span { display: block; margin-top: 5px; font-size: 11px; line-height: 1.75; color: var(--muted); }

/* Primary expertise: compact summaries, complete on-demand detail. */
.section-heading { display: grid; grid-template-columns: 1.35fr 1fr; gap: 65px; align-items: end; margin-bottom: 30px; }
.section-heading h2 { max-width: 550px; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-intro { max-width: 440px; font-size: 15px; line-height: 1.85; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; align-items: start; }
.service-card { border: 1px solid var(--line); background: white; border-radius: 4px; transition: border-color .16s ease; }
.service-card:hover { border-color: #8fa79b; }
.service-card[open] { border-color: #8fa79b; background: #fafcfb; }
.service-card > summary { padding: 22px; display: flex; flex-direction: column; min-height: 259px; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; color: var(--accent); }
.service-top > span { font-size: 11px; color: #5e6e63; letter-spacing: .05em; }
.service-title { display: block; min-height: 53px; color: var(--ink); font-size: 17px; font-weight: 600; line-height: 1.6; }
.service-description { display: block; margin: 8px 0 18px; font-size: 14px; color: var(--muted); line-height: 1.8; }
.details-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--accent); font-size: 12px; font-weight: 600; }
.plus { width: 19px; height: 19px; transition: transform .16s ease; }
details[open] > summary .plus { transform: rotate(45deg); }
.service-detail { padding: 0 22px 23px; font-size: 14px; line-height: 1.9; }
.service-detail ul { padding: 18px 0 0 17px; border-top: 1px solid var(--line); color: #465551; }
.service-detail li + li { margin-top: 12px; }
.service-detail li::marker, .business-detail li::marker { color: var(--accent); font-size: .85em; }
.detail-note { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.85; }

/* Supporting services use a different, quieter structure. */
.business-section { background: var(--wash); }
.business-grid { display: grid; grid-template-columns: 1fr 1.8fr; gap: 70px; }
.business-intro h2 { max-width: 330px; }
.business-intro > p:not(.eyebrow) { margin-top: 17px; font-size: 15px; line-height: 1.85; }
.business-intro > .text-link { margin-top: 19px; }
.business-item { border-top: 1px solid #cfd8d1; }
.business-item:last-child { border-bottom: 1px solid #cfd8d1; }
.business-item summary { display: flex; align-items: center; gap: 20px; padding: 21px 0; }
.business-number { font-size: 11px; color: #5d7166; font-weight: 500; align-self: flex-start; margin-top: 7px; }
.business-heading { flex: 1; min-width: 0; }
.business-title { display: block; font-weight: 600; font-size: 16px; line-height: 1.6; }
.business-description { display: block; font-size: 13px; color: var(--muted); line-height: 1.8; margin-top: 5px; }
.business-item summary:hover .business-title { color: var(--accent); }
.business-item .plus { color: var(--accent); margin-right: 2px; }
.business-detail { padding: 0 30px 22px 35px; }
.business-detail ul { padding-left: 16px; color: #465551; font-size: 14px; line-height: 1.9; }
.business-detail li + li { margin-top: 13px; }

/* Founder, then the team — no invented profiles or testimonials. */
.about-grid { display: grid; grid-template-columns: .85fr 1.5fr; gap: 72px; align-items: stretch; }
.founder-card { background: var(--soft); border: 1px solid #dbe4dc; border-radius: 4px; padding: 31px; display: flex; flex-direction: column; justify-content: space-between; min-height: 370px; align-self: center; }
.founder-monogram { display: flex; justify-content: space-between; align-items: flex-start; color: #37574b; font-size: 65px; letter-spacing: -.075em; line-height: 1; font-weight: 400; margin-bottom: 44px; }
.founder-monogram > span { font-size: 30px; letter-spacing: 0; line-height: 1; margin-top: 3px; }
.founder-card .eyebrow { font-size: 11px; margin-bottom: 10px; }
.founder-card h2 { font-size: 27px; line-height: 1.55; }
.founder-role { margin-top: 10px; font-size: 13px; color: #3b5c51; }
.founder-card .text-link { margin-top: 23px; padding-top: 18px; border-top: 1px solid #c3d2c5; }
.about-copy { padding-block: 6px; }
.about-copy > h3 { font-size: 27px; line-height: 1.5; margin-bottom: 18px; }
.about-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.85; }
.about-copy > p + p { margin-top: 12px; }
.experience-list { margin-top: 25px; }
.experience-list > div { display: grid; grid-template-columns: 103px 1fr; gap: 13px; padding-block: 13px; border-top: 1px solid var(--line); }
.experience-label { color: #5e6c64; font-size: 12px; padding-top: 3px; }
.experience-list p { line-height: 1.6; }
.experience-list strong { display: block; color: var(--ink); font-size: 14px; font-weight: 600; }
.experience-list p > span { display: block; color: var(--muted); font-size: 12px; margin-top: 5px; line-height: 1.85; }
.team-section { border-top: 1px solid var(--line); background: #fafbfa; }
.team-heading { align-items: start; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 27px; }
.team-grid article { padding: 0 29px; border-left: 1px solid var(--line); }
.team-grid article:first-child { padding-left: 0; border: 0; }
.team-grid article:last-child { padding-right: 0; }
.small-number { display: block; font-size: 10px; font-weight: 600; letter-spacing: .07em; color: #537363; margin-bottom: 13px; }
.team-grid h3 { font-size: 17px; margin-bottom: 9px; }
.team-grid p { font-size: 14px; line-height: 1.9; }
.working-model { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-top: 1px solid var(--line); padding-top: 29px; margin-top: 35px; align-items: center; }
.working-model h3 { font-size: 17px; }
.working-model p { font-size: 14px; margin-top: 9px; line-height: 1.85; }
.working-model ol { list-style: none; padding: 0; display: grid; gap: 13px; }
.working-model li { display: flex; gap: 13px; align-items: center; font-size: 14px; }
.working-model li > span:first-child { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border: 1px solid #c8d6ca; border-radius: 50%; color: var(--accent); font-size: 11px; font-weight: 600; }

/* A real contact route; no form that pretends to send. */
.contact-section { color: white; background: #203e36; padding-block: 48px; }
.contact-inner { display: grid; grid-template-columns: 1.45fr 1fr; gap: 72px; align-items: center; }
.contact-section .eyebrow { color: #c1d4c7; font-size: 11px; margin-bottom: 12px; }
.contact-section h2 { font-size: 29px; }
.contact-section p:not(.eyebrow) { font-size: 15px; line-height: 1.85; color: #d5e0d9; max-width: 580px; margin-top: 13px; }
.contact-action { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; }
.contact-action > span { color: #c1d4c7; font-size: 11px; }
.contact-section :focus-visible { outline-color: #a5e0b9; }
.site-footer { padding-block: 26px 30px; background: white; }
.footer-top { display: flex; gap: 20px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.footer-top .brand-name { font-size: 16px; }
.footer-top > p { margin-left: auto; font-size: 12px; }
.footer-top-link { margin-left: 25px; display: inline-flex; align-items: center; gap: 12px; font-size: 12px; min-height: 44px; color: #53655b; }
.footer-top-link:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { display: grid; grid-template-columns: 1.8fr 1fr; gap: 70px; padding-top: 21px; align-items: start; }
.footer-bottom > p { font-size: 11px; line-height: 1.9; }
.privacy-details { font-size: 11px; line-height: 1.9; }
.privacy-details summary { min-height: 44px; display: flex; gap: 10px; align-items: flex-start; color: #4f6256; padding-top: 2px; }
.privacy-details summary::before { content: "+"; color: var(--accent); font-size: 15px; line-height: 1.4; }
.privacy-details[open] summary::before { content: "−"; }
.privacy-details > div { padding-block: 7px; }
.privacy-links { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 10px; }
.privacy-links a { min-height: 44px; display: inline-flex; align-items: center; color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 1500px) {
  .hero-grid { padding-block: 49px 44px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }
  .header-inner { gap: 18px; }
  .site-nav { gap: 18px; }
  .hero-grid { gap: 35px; grid-template-columns: 1.1fr 1fr; }
  h1 { font-size: 35px; }
  .hero-visual { height: 400px; }
  .hero-actions { gap: 9px 19px; }
  .hero-actions .button { font-size: 13px; padding-inline: 15px; gap: 13px; }
  .service-card > summary { padding: 20px; min-height: 282px; }
  .service-title { font-size: 16px; }
  .service-description { font-size: 14px; }
  .service-detail { padding-inline: 20px; }
  .section-heading { gap: 40px; }
  .business-grid, .about-grid { gap: 40px; }
  .founder-card { padding: 26px; }
  .founder-card h2 { font-size: 24px; }
  .about-copy > h3 { font-size: 25px; }
}
@media (max-width: 850px) {
  :root { --header-height: 68px; }
  .container { width: calc(100% - 40px); }
  .header-controls { margin-left: auto; gap: 10px; }
  .menu-toggle { display: flex; }
  .language-control { border: 0; padding: 0; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; margin: 0; padding: 12px 20px 18px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 15px 20px rgba(22,40,31,.05); gap: 0; }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav a { padding: 10px 9px; font-size: 15px; min-height: 48px; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .hero-grid { gap: 28px; padding-block: 35px; }
  .hero-copy > .eyebrow { font-size: 10px; }
  h1 { font-size: 31px; }
  .hero-intro, .hero-description { font-size: 14px; }
  .hero-intro { margin-top: 17px; }
  .hero-actions { margin-top: 18px; }
  .hero-visual { height: 380px; }
  .hero-visual figcaption { left: 20px; right: 20px; bottom: 20px; font-size: 14px; }
  .hero-location { font-size: 11px; margin-top: 16px; }
  .credentials { gap: 15px; }
  .credential { padding-left: 15px; }
  .credential strong { font-size: 13px; }
  .credential > span { font-size: 11px; }
  .section { padding-block: 46px; }
  .section-heading { grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: start; }
  h2 { font-size: 25px; }
  .section-intro { font-size: 14px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card > summary { min-height: 265px; }
  .business-grid { grid-template-columns: 1fr; gap: 28px; }
  .business-intro h2 { max-width: none; }
  .business-intro > p:not(.eyebrow) { max-width: 550px; margin-top: 12px; }
  .business-intro > .text-link { margin-top: 10px; }
  .about-grid { grid-template-columns: .9fr 1.4fr; gap: 28px; }
  .founder-card { min-height: 390px; padding: 23px; }
  .founder-card h2 { font-size: 22px; }
  .founder-card .text-link { font-size: 12px; gap: 8px; }
  .founder-role { font-size: 12px; }
  .about-copy > h3 { font-size: 23px; }
  .about-copy > p:not(.eyebrow) { font-size: 14px; }
  .experience-list > div { grid-template-columns: 1fr; gap: 5px; }
  .team-grid article { padding-inline: 19px; }
  .team-grid h3 { font-size: 16px; }
  .team-grid p { font-size: 13px; }
  .working-model { gap: 35px; grid-template-columns: 1.15fr 1fr; }
  .contact-inner { gap: 30px; grid-template-columns: 1.25fr 1fr; }
  .contact-action .button { padding-inline: 15px; font-size: 12px; gap: 12px; }
  .contact-action > span { font-size: 10px; text-align: right; }
  .footer-bottom { gap: 30px; }
  .footer-top-link { margin-left: 10px; }
}
@media (max-width: 620px) {
  :root { --header-height: 64px; }
  .container { width: calc(100% - 36px); }
  body { font-size: 16px; }
  .header-inner { gap: 10px; }
  .brand { gap: 8px; }
  .brand-symbol { width: 28px; height: 28px; }
  .brand-name { font-size: 15px; letter-spacing: .035em; }
  .header-controls { gap: 1px; }
  .language-control button { width: 36px; height: 44px; font-size: 11px; }
  .language-control { margin-right: 4px; }
  .menu-toggle { width: 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; padding-top: 28px; padding-bottom: 27px; }
  .hero-copy { padding: 0; }
  .hero-copy > .eyebrow { font-size: 11px; margin-bottom: 13px; }
  h1 { font-size: clamp(27px, 7.2vw, 32px); line-height: 1.45; max-width: 510px; }
  .hero-intro { margin-top: 16px; font-size: 15px; line-height: 1.75; max-width: 440px; }
  .hero-description { font-size: 15px; line-height: 1.85; max-width: 490px; margin-top: 10px; }
  .hero-actions { margin-top: 20px; gap: 11px 23px; }
  .hero-actions .button { font-size: 13px; gap: 13px; padding: 12px 16px; }
  .hero-actions .text-link { font-size: 13px; }
  .hero-location { font-size: 11px; margin-top: 16px; }
  .hero-visual { height: 220px; }
  .hero-visual img { object-position: center 45%; }
  .hero-visual figcaption { bottom: 18px; left: 20px; right: 20px; font-size: 14px; gap: 5px; }
  .image-label { font-size: 9px; }
  .caption-break { display: none; }
  .credentials { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 20px; padding-block: 21px 25px; }
  .credential { padding: 0 0 0 15px; }
  .credential:nth-child(odd) { border-left: 0; padding-left: 0; }
  .credential strong { font-size: 13px; }
  .credential > span { font-size: 10px; line-height: 1.8; }
  .section { padding-block: 40px; }
  .section-heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 24px; }
  .eyebrow { font-size: 11px; margin-bottom: 10px; }
  h2 { font-size: 24px; line-height: 1.5; }
  .section-intro { max-width: 510px; font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card > summary { min-height: 0; padding: 21px; }
  .service-top { margin-bottom: 13px; }
  .service-title { min-height: 0; font-size: 17px; line-height: 1.6; }
  .service-description { font-size: 14px; margin-block: 7px 16px; line-height: 1.85; }
  .details-link { font-size: 12px; }
  .service-detail { padding-inline: 21px; font-size: 14px; }
  .business-grid { gap: 22px; }
  .business-intro > p:not(.eyebrow) { font-size: 14px; }
  .business-item summary { gap: 13px; padding-block: 20px; }
  .business-title { font-size: 15px; }
  .business-description { font-size: 12px; }
  .business-number { font-size: 10px; }
  .business-detail { padding: 0 8px 21px 23px; }
  .business-detail ul { font-size: 14px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .founder-card { min-height: 0; padding: 26px; }
  .founder-monogram { font-size: 49px; margin-bottom: 27px; }
  .founder-monogram > span { font-size: 27px; }
  .founder-card h2 { font-size: 26px; }
  .founder-card .text-link { font-size: 13px; }
  .about-copy { padding: 0; }
  .about-copy > h3 { font-size: 24px; }
  .about-copy > p:not(.eyebrow) { font-size: 15px; }
  .experience-list > div { grid-template-columns: 90px 1fr; gap: 10px; }
  .experience-label { font-size: 11px; }
  .experience-list strong { font-size: 13px; }
  .experience-list p > span { font-size: 12px; }
  .team-grid { grid-template-columns: 1fr; margin-top: 0; }
  .team-grid article, .team-grid article:first-child, .team-grid article:last-child { padding: 22px 0; border: 0; border-top: 1px solid var(--line); }
  .team-grid article:last-child { padding-bottom: 0; }
  .small-number { margin-bottom: 9px; }
  .team-grid h3 { font-size: 17px; }
  .team-grid p { font-size: 14px; }
  .working-model { grid-template-columns: 1fr; gap: 22px; margin-top: 29px; padding-top: 25px; }
  .working-model h3 { font-size: 17px; }
  .working-model li { font-size: 14px; }
  .contact-section { padding-block: 35px; }
  .contact-inner { grid-template-columns: 1fr; gap: 25px; }
  .contact-section h2 { font-size: 26px; }
  .contact-section p:not(.eyebrow) { font-size: 14px; }
  .contact-action { align-items: flex-start; gap: 12px; }
  .contact-action .button { font-size: 13px; padding-inline: 20px; gap: 18px; }
  .contact-action > span { font-size: 11px; text-align: left; }
  .site-footer { padding-block: 23px; }
  .footer-top { flex-wrap: wrap; gap: 8px 20px; padding-bottom: 15px; }
  .footer-top .brand-name { font-size: 14px; }
  .footer-top > p { font-size: 10px; }
  .footer-top-link { margin-left: 0; font-size: 11px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; padding-top: 18px; }
  .footer-bottom > p, .privacy-details { font-size: 11px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 28px); }
  .brand-symbol { display: none; }
  .hero-actions { gap: 10px 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { font-size: 13px; }
  .experience-list > div { grid-template-columns: 1fr; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .hero-actions, .contact-action, .footer-top-link, .language-control { display: none; }
  .container { width: 100%; }
  .section, .contact-section { padding-block: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .business-item { break-inside: avoid; }
  .hero-visual { height: 230px; }
  .contact-section { background: white; color: var(--ink); }
  .contact-section p { color: var(--muted) !important; }
}

/* September 2026: firm identity, real founder portrait and enquiries. */
.brand-wordmark { display: grid; gap: 5px; line-height: 1.05; }
.brand-wordmark > span:first-child { font-size: 13px; font-weight: 600; letter-spacing: .065em; }
.brand-wordmark > span:last-child { font-size: 10px; font-weight: 500; letter-spacing: .25em; color: var(--accent); }
.header-inner { gap: 25px; }
.site-nav { gap: 22px; }
.service-result { padding-top: 17px; margin-top: 18px; border-top: 1px solid var(--line); }
.service-result strong { display: block; color: var(--accent); font-size: 12px; font-weight: 600; margin-bottom: 6px; }
.service-result > span { display: block; font-size: 13px; line-height: 1.85; }
.service-enquiry { margin-top: 13px; font-size: 12px; }
.business-detail > .service-enquiry { font-size: 13px; }
.founder-card { padding: 0; min-height: 0; background: #fff; overflow: hidden; align-self: start; }
.founder-photo { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: white; }
.founder-card-copy { padding: 23px 26px 24px; border-top: 1px solid var(--line); background: var(--wash); }
.founder-card h2 { font-size: 24px; }
.founder-card .text-link { padding-top: 13px; margin-top: 17px; width: 100%; justify-content: space-between; }
.founder-role { font-size: 13px; line-height: 1.8; }
.about-grid { grid-template-columns: .88fr 1.5fr; gap: 60px; }
.about-copy > h3 { font-size: 26px; }
.legalstepy-experience { border-left: 3px solid var(--accent); background: #f2f6f3; padding: 18px 21px; margin-top: 24px; }
.experience-kicker { display: block; color: var(--accent); font-size: 13px; font-weight: 600; margin-bottom: 5px; }
.legalstepy-experience h4 { font-size: 15px; line-height: 1.7; font-weight: 600; margin: 0 0 9px; }
.legalstepy-experience p { font-size: 14px; line-height: 1.9; }
.engagement-heading { padding-top: 30px; margin-top: 34px; border-top: 1px solid var(--line); display: flex; gap: 30px; align-items: baseline; justify-content: space-between; }
.engagement-heading h3 { font-size: 19px; }
.engagement-heading > p { font-size: 13px; max-width: 450px; line-height: 1.85; }
.engagement-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 22px; }
.engagement-grid article { background: white; border: 1px solid var(--line); border-radius: 4px; padding: 21px; display: flex; flex-direction: column; }
.engagement-number { color: var(--accent); font-size: 11px; margin-bottom: 10px; }
.engagement-grid h4 { margin: 0 0 10px; font-size: 16px; line-height: 1.7; font-weight: 600; }
.engagement-grid p { font-size: 13px; line-height: 1.85; margin-bottom: 12px; }
.engagement-grid .text-link { margin-top: auto; font-size: 12px; justify-content: space-between; }
.faq-section { border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: 1fr 1.65fr; gap: 70px; }
.faq-intro { font-size: 14px; margin-top: 14px; line-height: 1.8; max-width: 350px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; font-size: 15px; font-weight: 500; line-height: 1.75; }
.faq-list summary:hover { color: var(--accent); }
.faq-list details > p { font-size: 14px; line-height: 1.9; padding: 0 28px 22px 0; }

.contact-section { padding-block: 52px; }
.contact-inner { grid-template-columns: .9fr 1.25fr; align-items: start; gap: 66px; }
.contact-copy { padding-top: 12px; min-width: 0; }
.contact-email { display: inline-flex; align-items: center; gap: 12px; padding-block: 12px; margin-top: 21px; font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; }
.contact-email .icon { width: 18px; height: 18px; }
.contact-email:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-section .contact-meta { font-size: 12px !important; line-height: 1.8; color: #c5d9cb; margin-top: 8px !important; }
.contact-expectation { border-top: 1px solid #537362; padding-top: 24px; margin-top: 27px; }
.contact-expectation > span { color: #d7e7dc; font-size: 13px; font-weight: 500; }
.contact-section .contact-expectation > p { font-size: 13px; line-height: 1.9; margin-top: 10px; }
.enquiry-form { background: #fff; border-radius: 6px; border: 1px solid #fff; padding: 28px; color: var(--ink); min-width: 0; box-shadow: 0 14px 32px rgba(5,25,18,.12); }
.enquiry-form h3 { color: var(--ink); font-size: 21px; margin-bottom: 6px; }
.contact-section .enquiry-form p { color: var(--muted); max-width: none; margin: 0; font-size: 12px; line-height: 1.8; }
.contact-section .enquiry-form .form-intro { font-size: 11px; margin-bottom: 20px; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; }
.form-field { margin-bottom: 15px; min-width: 0; }
.form-field > label { display: block; font-size: 13px; line-height: 1.65; font-weight: 500; margin-bottom: 7px; }
.optional { font-size: 11px; font-weight: 400; color: var(--muted); }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #9faea5; border-radius: 3px; background: #fff; color: var(--ink); font: inherit; font-size: 14px; line-height: 1.6; padding: 10px 12px; min-height: 45px; }
.form-field select { padding-right: 25px; text-overflow: ellipsis; }
.form-field textarea { resize: vertical; min-height: 112px; max-height: 450px; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #688073; }
.form-field input:focus-visible, .form-field select:focus-visible, .form-field textarea:focus-visible, .form-consent input:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.form-field [aria-invalid="true"] { border-color: #a32b31; }
.field-hint { display: block; font-size: 11px; line-height: 1.85; color: var(--muted); margin-top: 6px; }
.field-error { display: block; font-size: 12px; line-height: 1.7; color: #a0212a; margin-top: 5px; }
.field-error:empty { display: none; }
.form-consent { margin: 2px 0 19px; font-size: 12px; line-height: 1.8; }
.form-consent > label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; min-height: 44px; }
.form-consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 4px 0 0; accent-color: var(--accent); }
.form-consent > a { display: inline-flex; color: var(--accent); text-decoration: underline; text-underline-offset: 3px; margin-left: 28px; min-height: 34px; align-items: center; }
.form-honey { display: none; }
.form-submit { width: 100%; justify-content: space-between; min-height: 48px; }
.form-submit[disabled] { opacity: .75; cursor: wait; }
.form-status { font-size: 13px; line-height: 1.9; background: #edf5ee; border: 1px solid #9ebda9; border-radius: 3px; color: #24533c; padding: 13px 15px; margin-bottom: 15px; }
.form-status[data-state="error"], .form-status[data-state="inactive"], .form-status[data-state="invalid"] { background: #fff4f3; border-color: #d4a49e; color: #85292d; }
.form-status:focus { outline: 2px solid var(--accent); outline-offset: 3px; }
.contact-section .enquiry-form .form-footnote { font-size: 10px; margin-top: 11px; }
.footer-top .brand-wordmark > span:first-child { font-size: 11px; }
.footer-top .brand-wordmark > span:last-child { font-size: 9px; }
.privacy-details p + p { margin-top: 12px; }
.privacy-details { scroll-margin-top: 95px; }
.privacy-links { column-gap: 14px; }

@media (max-width: 1100px) {
  .header-inner { gap: 19px; }
  .site-nav { gap: 18px; }
  .brand-wordmark > span:first-child { font-size: 12px; }
  .contact-inner { gap: 38px; grid-template-columns: .85fr 1.25fr; }
  .contact-email { font-size: 15px; }
  .about-grid { gap: 40px; }
  .faq-grid { gap: 40px; }
}
@media (max-width: 850px) {
  .about-grid { gap: 28px; grid-template-columns: .9fr 1.4fr; }
  .founder-card h2 { font-size: 21px; }
  .founder-card-copy { padding: 20px; }
  .about-copy > h3 { font-size: 24px; }
  .legalstepy-experience { padding: 16px 18px; }
  .legalstepy-experience p { font-size: 13px; }
  .engagement-grid { gap: 12px; }
  .engagement-grid article { padding: 17px; }
  .engagement-grid h4 { font-size: 15px; }
  .engagement-heading { display: block; }
  .engagement-heading > p { margin-top: 10px; max-width: none; }
  .faq-grid { grid-template-columns: 1fr 1.5fr; gap: 28px; }
  .contact-inner { grid-template-columns: 1fr; gap: 26px; }
  .contact-copy { padding: 0; }
  .contact-section .contact-copy > p { max-width: 600px; }
  .contact-email { font-size: 17px; margin-top: 15px; }
  .contact-expectation { display: none; }
  .enquiry-form { max-width: 660px; width: 100%; }
}
@media (max-width: 620px) {
  .header-inner { gap: 8px; }
  .brand-wordmark { gap: 4px; }
  .brand-wordmark > span:first-child { font-size: 10px; letter-spacing: .025em; }
  .brand-wordmark > span:last-child { font-size: 9px; letter-spacing: .2em; }
  .about-grid { grid-template-columns: 1fr; }
  .founder-card { max-width: 430px; width: 100%; margin-inline: auto; }
  .founder-card-copy { padding: 22px; }
  .founder-card h2 { font-size: 25px; }
  .about-copy > h3 { font-size: 24px; }
  .legalstepy-experience p { font-size: 14px; }
  .engagement-grid { grid-template-columns: 1fr; gap: 12px; }
  .engagement-grid article { padding: 21px; }
  .engagement-grid h4 { font-size: 17px; }
  .engagement-grid p { font-size: 14px; }
  .engagement-grid .text-link { font-size: 13px; }
  .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .faq-list summary { font-size: 14px; padding-block: 17px; }
  .faq-list details > p { padding-right: 12px; }
  .contact-section { padding-block: 35px; }
  .enquiry-form { padding: 21px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
  .form-field > label { font-size: 13px; }
  .form-consent { font-size: 12px; }
  .contact-email { font-size: 16px; gap: 9px; }
  .contact-section .enquiry-form .form-footnote { font-size: 11px; }
  .footer-top > p { max-width: 190px; font-size: 10px; }
}
@media (max-width: 359px) {
  .brand-wordmark > span:first-child { font-size: 9px; }
  .header-controls { gap: 0; }
  .language-control button { width: 33px; }
  .enquiry-form { padding-inline: 15px; }
  .contact-email { font-size: 14px; }
}
@media print {
  .enquiry-form, .service-enquiry { display: none; }
.contact-email { color: var(--ink); }
}
.contact-section .enquiry-form :focus-visible { outline-color: var(--accent); }

/* Detailed services stay available without overwhelming the home page. */
.ai-service-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 17px; padding: 13px 0; border-top: 1px solid var(--line); color: var(--accent); font-size: 13px; line-height: 1.7; }
.ai-service-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.ongoing-detail { margin-top: 18px; border: 1px solid var(--line); border-radius: 4px; background: white; }
.ongoing-detail > summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 23px; font-size: 14px; line-height: 1.85; font-weight: 500; cursor: pointer; }
.ongoing-detail > summary::-webkit-details-marker { display: none; }
.ongoing-detail > summary:hover { color: var(--accent); }
.ongoing-plus { flex-shrink: 0; font-size: 24px; line-height: 1; color: var(--accent); }
.ongoing-detail[open] .ongoing-plus { transform: rotate(45deg); }
.ongoing-body { max-width: 930px; padding: 0 23px 23px; font-size: 14px; line-height: 1.9; }
.ongoing-body ul { padding-left: 20px; margin-top: 14px; color: #465551; }
.ongoing-body li + li { margin-top: 10px; }
.ongoing-body .service-result { max-width: 760px; }

/* A focused AI service page, using the shared site navigation and type scale. */
.ai-hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 55px; align-items: center; }
.ai-hero h1 { max-width: 630px; }
.ai-hero .resource-hero-description { max-width: 670px; }
.ai-hero .hero-actions { gap: 23px; margin-top: 24px; flex-wrap: wrap; }
.ai-start { padding: 25px; border: 1px solid #c8d5cc; background: white; border-radius: 4px; }
.ai-start .eyebrow { font-size: 10px; }
.ai-start h2 { font-size: 19px; line-height: 1.7; }
.ai-start ol { list-style: decimal-leading-zero; padding-left: 27px; margin-block: 19px; font-size: 13px; color: var(--ink); }
.ai-start li { padding-left: 6px; line-height: 1.85; }
.ai-start li + li { margin-top: 9px; }
.ai-start li::marker { color: var(--accent); font-size: 11px; }
.ai-start > p:last-child { font-size: 12px; line-height: 1.85; border-top: 1px solid var(--line); padding-top: 16px; }
.ai-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.ai-card { padding: 25px; border: 1px solid var(--line); border-radius: 4px; display: flex; flex-direction: column; }
.ai-card .small-number { margin-bottom: 13px; font-size: 10px; }
.ai-card h3 { font-size: 18px; line-height: 1.7; margin-bottom: 14px; }
.ai-card ul { padding-left: 18px; color: #465551; font-size: 13px; line-height: 1.9; margin-bottom: 22px; }
.ai-card li + li { margin-top: 11px; }
.ai-card li::marker { color: var(--accent); }
.ai-deliverable { margin-top: auto; border-top: 1px solid var(--line); padding-top: 17px; font-size: 12px; line-height: 1.85; }
.ai-deliverable strong { display: block; font-weight: 600; color: var(--accent); margin-bottom: 6px; }
.ai-scope-note { margin-top: 26px; padding: 23px 25px; border-left: 2px solid var(--accent); background: var(--wash); }
.ai-scope-note h3 { font-size: 16px; margin-bottom: 9px; }
.ai-scope-note p { font-size: 13px; line-height: 1.9; max-width: 1000px; }
.ai-references { padding-block: 30px; border-top: 1px solid var(--line); }
.ai-references h2 { font-size: 19px; margin-bottom: 16px; }
.ai-source-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ai-source-links a { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; font-size: 12px; line-height: 1.85; color: var(--accent); padding-block: 6px 12px; min-height: 44px; }
.ai-source-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.ai-references .text-link { margin-top: 12px; font-size: 12px; }
@media (max-width: 850px) {
  .ai-hero-grid { gap: 28px; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
  .ai-start, .ai-card { padding: 21px; }
  .ai-card h3 { font-size: 17px; }
}
@media (max-width: 620px) {
  .ai-hero-grid, .ai-service-grid, .ai-source-links { grid-template-columns: 1fr; }
  .ai-hero h1 { font-size: 27px; }
  .ai-hero .hero-actions { gap: 12px; }
  .ai-hero-grid { gap: 23px; }
  .ai-service-grid { gap: 15px; }
  .ai-card, .ai-scope-note { padding: 21px; }
  .ai-card ul { font-size: 14px; }
  .ai-deliverable { font-size: 13px; }
  .ai-source-links { gap: 5px; }
  .ongoing-detail > summary { padding: 17px 20px; font-size: 13px; gap: 15px; }
  .ongoing-body { padding: 0 20px 20px; }
}

/* Client needs replace the biographical strip above the services. */
[hidden] { display: none !important; }
.client-needs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; border-top: 1px solid var(--line); padding-block: 24px 27px; }
.client-need { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding-left: 25px; border-left: 1px solid var(--line); }
.client-need:first-child { border-left: 0; padding-left: 0; }
.need-number { font-size: 11px; color: var(--accent); line-height: 2.3; font-weight: 600; }
.client-need strong { font-size: 14px; font-weight: 600; line-height: 1.7; }
.client-need p { margin-top: 5px; font-size: 12px; line-height: 1.8; }
.whatsapp-contact { display: flex; align-items: center; gap: 14px; width: fit-content; max-width: 100%; color: white; border: 1px solid #6e8b80; border-radius: 4px; padding: 13px 17px; margin-top: 20px; }
.whatsapp-contact:hover { background: rgba(255,255,255,.08); border-color: #b2c9be; }
.whatsapp-contact > span:first-of-type { display: grid; gap: 2px; }
.whatsapp-contact strong { font-size: 14px; font-weight: 500; }
.whatsapp-contact > span > span { font-size: 12px; color: #d8e4dd; }
.whatsapp-contact > span:last-child { margin-left: 12px; }

/* A quiet, useful resource hub. */
.resources-preview { border-top: 1px solid var(--line); background: #fafbfa; }
.resource-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 28px; }
.resource-section-heading > div { max-width: 720px; }
.resource-section-heading .eyebrow { margin-bottom: 10px; }
.resource-section-heading p:not(.eyebrow) { margin-top: 12px; font-size: 14px; max-width: 620px; }
.resource-section-heading > .text-link { flex-shrink: 0; }
.resource-preview-grid, .resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.resource-preview-card, .resource-card { padding: 24px; background: white; border: 1px solid var(--line); border-radius: 4px; display: flex; flex-direction: column; transition: border-color .16s ease; }
.resource-preview-card:hover, .resource-card:hover { border-color: #879f94; }
.resource-card-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 22px; }
.resource-mark { display: inline-flex; align-items: center; justify-content: center; min-width: 39px; height: 39px; padding-inline: 5px; border: 1px solid #d6dfd9; background: #f4f7f4; border-radius: 4px; font-weight: 500; font-size: 13px; color: var(--accent); }
.resource-type { color: #52685e; font-size: 10px; font-weight: 600; letter-spacing: .025em; line-height: 1.6; }
.resource-preview-card h3, .resource-card h2 { font-size: 17px; line-height: 1.6; font-weight: 600; }
.resource-preview-card h3 a:hover, .resource-card h2 a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.resource-preview-card > p, .resource-card .resource-summary { font-size: 13px; line-height: 1.85; margin-top: 12px; margin-bottom: 20px; }
.resource-card-bottom { margin-top: auto; padding-top: 17px; display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.resource-back { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; color: var(--muted); margin-bottom: 18px; }
.resource-back:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.resource-hero { background: #f6f8f6; padding-block: 22px 38px; border-bottom: 1px solid var(--line); }
.resource-hero .eyebrow { margin-bottom: 12px; }
.resource-hero h1 { max-width: 920px; font-size: clamp(27px, 3vw, 35px); line-height: 1.45; }
.resource-hero-description { font-size: 15px; line-height: 1.9; margin-top: 17px; max-width: 800px; }
.resource-library { padding-top: 32px; }
.resource-controls { margin-bottom: 25px; }
.resource-search-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; }
.resource-controls label { display: block; font-size: 12px; font-weight: 500; margin-bottom: 8px; }
.resource-controls input, .resource-controls select { width: 100%; height: 47px; background: white; border: 1px solid #a5b5ad; border-radius: 4px; color: var(--ink); padding: 10px 13px; font: inherit; font-size: 14px; }
.resource-controls input::placeholder { color: #67786f; }
.resource-controls :is(input,select):focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.resource-filter-row { margin-top: 22px; padding-bottom: 19px; border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px; }
.resource-tabs { display: flex; flex-wrap: wrap; gap: 7px; }
.resource-tabs button { border: 1px solid var(--line); border-radius: 4px; background: white; font-size: 12px; padding: 9px 14px; min-height: 42px; }
.resource-tabs button[aria-pressed="true"] { background: var(--accent); color: white; border-color: var(--accent); }
.resource-tabs button[aria-pressed="false"]:hover { border-color: #95aa9f; background: var(--wash); }
.resource-count { font-size: 12px; color: var(--muted); }
.resource-topic-label { color: var(--accent); font-size: 11px; line-height: 1.7; margin-bottom: 8px; }
.resource-card .resource-publisher { font-size: 11px; margin: 0 0 17px; color: var(--muted); }
.resource-source-note { font-size: 12px; line-height: 1.85; max-width: 850px; margin-top: 28px; }
.resource-empty { text-align: center; padding: 48px 25px; border: 1px dashed #b7c5bd; border-radius: 4px; background: #fafcfb; }
.resource-empty h2 { font-size: 21px; margin-bottom: 12px; }
.resource-empty p { font-size: 14px; max-width: 520px; margin-inline: auto; }
.resource-empty .button { margin-top: 21px; }
.resource-help { background: var(--wash); padding-block: 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.resource-help > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.resource-help h2 { font-size: 22px; }
.resource-help p { font-size: 14px; margin-top: 9px; }
.resource-help .button { flex-shrink: 0; }
.resource-footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 35px; border-top: 1px solid var(--line); padding-top: 19px; font-size: 11px; }
.resource-footer-bottom p { max-width: 790px; }
.resource-footer-bottom > a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; min-height: 44px; display: inline-flex; align-items: center; }
.article-page { max-width: 830px; padding-block: 25px 55px; }
.article-header { border-bottom: 1px solid var(--line); padding-bottom: 25px; margin-bottom: 29px; }
.article-header h1 { max-width: none; font-size: clamp(26px, 3vw, 36px); line-height: 1.45; overflow-wrap: anywhere; }
.article-summary { font-size: 16px; margin-top: 19px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--muted); font-size: 11px; margin-top: 21px; }
.article-content { font-size: 16px; line-height: 1.95; overflow-wrap: anywhere; }
.article-content h2 { margin: 29px 0 12px; font-size: 24px; }
.article-content h3 { margin: 24px 0 10px; font-size: 19px; }
.article-content p, .article-content ul, .article-content ol { margin-block: 16px; color: var(--ink); }
.article-content ul, .article-content ol { padding-left: 24px; }
.article-content li + li { margin-top: 6px; }
.article-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.article-content blockquote { margin: 22px 0; padding: 4px 23px; border-left: 3px solid var(--accent); background: var(--wash); }
.article-content pre { padding: 15px; overflow-x: auto; background: var(--wash); line-height: 1.6; border-radius: 4px; }
.article-content table { width: 100%; border-collapse: collapse; display: block; overflow-x: auto; font-size: 14px; }
.article-content td, .article-content th { border: 1px solid var(--line); padding: 10px 13px; text-align: left; }
.article-contact { margin-top: 38px; padding: 25px; background: var(--wash); border: 1px solid var(--line); border-radius: 4px; }
.article-contact h2 { font-size: 22px; }
.article-contact p { margin: 12px 0 18px; font-size: 14px; }
@media (max-width: 1100px) and (min-width: 851px) {
  .header-inner { gap: 20px; }
  .site-nav { gap: 17px; }
  .site-nav a { font-size: 12px; }
  .language-control { padding-left: 8px; }
  .language-control button { width: 36px; }
  .resource-card, .resource-preview-card { padding: 20px; }
}
@media (max-width: 850px) {
  .client-needs { gap: 18px; }
  .client-need { padding-left: 16px; gap: 9px; }
  .client-need strong { font-size: 13px; }
  .client-need p { font-size: 11px; }
  .resource-preview-grid, .resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .resource-preview-card:last-child { grid-column: 1 / -1; }
  .resource-section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .resource-help > div { align-items: flex-start; }
}
@media (max-width: 620px) {
  .client-needs { grid-template-columns: 1fr; gap: 0; padding-block: 8px 13px; }
  .client-need, .client-need:first-child { border-left: 0; border-bottom: 1px solid var(--line); padding: 15px 0; grid-template-columns: 23px 1fr; gap: 9px; }
  .client-need:last-child { border-bottom: 0; }
  .client-need strong { font-size: 13px; }
  .client-need p { font-size: 12px; margin-top: 3px; }
  .resource-preview-grid, .resource-grid { grid-template-columns: 1fr; }
  .resource-preview-card:last-child { grid-column: auto; }
  .resource-preview-card, .resource-card { padding: 22px; }
  .resource-hero { padding-block: 15px 28px; }
  .resource-hero-description { font-size: 14px; }
  .resource-search-row { grid-template-columns: 1fr; gap: 15px; }
  .resource-controls input, .resource-controls select { font-size: 16px; }
  .resource-tabs { gap: 6px; }
  .resource-tabs button { font-size: 11px; padding-inline: 10px; }
  .resource-filter-row { gap: 10px; }
  .resource-help > div, .resource-footer-bottom { flex-direction: column; gap: 17px; }
  .resource-help h2 { font-size: 21px; }
  .article-content { font-size: 15px; }
  .article-content h2 { font-size: 22px; }
  .article-contact { padding: 22px; }
  .whatsapp-contact { padding: 12px 13px; gap: 10px; }
  .whatsapp-contact strong { font-size: 13px; }
}
/* Practical resource library */
.visual-resource {padding:0; overflow:hidden; display:flex; flex-direction:column; background:white;}
.visual-resource .resource-cover {display:block; overflow:hidden; aspect-ratio:3/2; background:#e7ebe5;}
.resource-cover img {width:100%;height:100%;object-fit:cover;transition:transform .25s ease;}
.visual-resource:hover .resource-cover img {transform:scale(1.025);}
.resource-card-copy {padding:25px;display:flex;flex:1;flex-direction:column;}
.resource-card-copy h3 {margin-top:0;}
.resource-card-copy .resource-card-top {margin-bottom:15px;}
.resource-card-copy .resource-card-bottom {margin-top:auto;padding-top:22px;}
.resource-reading {font-size:11px;color:var(--muted);}
.resource-search-row {display:grid;grid-template-columns:2fr 1fr;gap:22px;}
.resource-search-row label {display:block;margin-bottom:8px;font-size:13px;}
.resource-library {padding-bottom:64px;}
.article-cover {display:block;width:100%;height:auto;max-height:420px;object-fit:cover;border-radius:5px;}
.article-tools {display:flex;flex-wrap:wrap;gap:16px;margin:24px 0;font-size:12px;}
.article-tools button {border:0;background:transparent;cursor:pointer;min-height:44px;font:inherit;color:var(--accent);text-decoration:underline;}
.resource-sources {margin-top:30px;padding:22px;background:var(--wash);border-radius:5px;font-size:13px;}
.resource-sources h2 {font-size:16px;margin-bottom:12px;}
.resource-sources ul {padding-left:20px;}
.resource-sources a {text-decoration:underline;}
.related-resources h2 {margin-bottom:25px;}
[hidden] {display:none!important;}
@media(max-width:600px){.resource-search-row{grid-template-columns:1fr;}.resource-card-copy{padding:20px;}.article-header h1{font-size:27px;line-height:1.5;}}
@media print{.site-header,.site-footer,.article-tools,.article-contact,.related-resources,.skip-link{display:none!important;}.article-page{width:100%;max-width:none;padding:0;}.article-cover{max-height:190px;}body{font-size:11pt;color:black;}.article-content{font-size:11pt;line-height:1.5;}h2,h3{break-after:avoid;}li,p{orphans:3;widows:3;}}
@media(prefers-reduced-motion:reduce){.resource-cover img{transition:none;}.visual-resource:hover .resource-cover img{transform:none;}}


/* DLG audience and concrete service offers */
.audience-section { background: #f7f9f7; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-heading { margin-bottom: 26px; }
.audience-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.audience-card { position: relative; background: white; border: 1px solid var(--line); border-radius: 4px; padding: 28px; display: flex; flex-direction: column; min-height: 100%; }
.audience-card-international { background: #f2f6f3; border-color: #c9d7ce; }
.audience-number, .offer-number { color: var(--accent); font-size: 11px; font-weight: 600; margin-bottom: 18px; }
.audience-card .eyebrow { margin-bottom: 10px; }
.audience-card h3 { font-size: 21px; line-height: 1.55; max-width: 620px; }
.audience-card > p:not(.eyebrow) { margin-top: 13px; font-size: 14px; line-height: 1.9; }
.audience-card ul { margin: 18px 0 23px; padding-left: 18px; color: #465551; font-size: 13px; line-height: 1.9; }
.audience-card li + li { margin-top: 6px; }
.audience-card li::marker { color: var(--accent); }
.audience-card .text-link { margin-top: auto; }

.offers-section { border-top: 1px solid var(--line); background: #fafbfa; }
.offer-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.offer-card { background: white; border: 1px solid var(--line); border-radius: 4px; padding: 24px; display: flex; flex-direction: column; min-height: 100%; transition: border-color .16s ease, transform .16s ease; }
.offer-card:hover { border-color: #8fa69b; transform: translateY(-1px); }
.offer-card h3 { font-size: 17px; line-height: 1.65; font-weight: 600; }
.offer-card > p { font-size: 13px; line-height: 1.88; margin-top: 11px; }
.offer-outcome { margin: 18px 0 20px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.8; }
.offer-outcome strong { display: block; color: var(--accent); font-weight: 600; margin-bottom: 5px; }
.offer-outcome span { display: block; color: #4e5f57; }
.offer-card .text-link { margin-top: auto; font-size: 12px; justify-content: space-between; }

.service-landing-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.75fr); gap: 48px; align-items: start; }
.service-landing-copy h2 { font-size: 25px; line-height: 1.5; margin-bottom: 14px; }
.service-landing-copy > p { font-size: 15px; line-height: 1.95; max-width: 760px; }
.service-landing-list { margin-top: 22px; padding-left: 20px; font-size: 14px; line-height: 1.9; color: #405149; }
.service-landing-list li + li { margin-top: 10px; }
.service-landing-list li::marker { color: var(--accent); }
.service-outcome-box { border: 1px solid var(--line); border-radius: 4px; padding: 24px; background: var(--wash); }
.service-outcome-box .eyebrow { margin-bottom: 10px; }
.service-outcome-box h2 { font-size: 20px; line-height: 1.55; }
.service-outcome-box ul { margin: 16px 0 20px; padding-left: 18px; font-size: 13px; line-height: 1.85; }
.service-outcome-box li + li { margin-top: 8px; }
.service-process { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 24px; }
.service-process article { border-top: 1px solid var(--line); padding-top: 18px; }
.service-process span { color: var(--accent); font-size: 11px; font-weight: 600; }
.service-process h3 { font-size: 16px; margin-top: 8px; }
.service-process p { font-size: 13px; line-height: 1.8; margin-top: 8px; }
.service-landing-cta { margin-top: 28px; padding: 25px; border: 1px solid var(--line); background: #f7f9f7; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.service-landing-cta h2 { font-size: 21px; }
.service-landing-cta p { font-size: 13px; line-height: 1.8; margin-top: 7px; max-width: 690px; }
.service-landing-cta .button { flex-shrink: 0; }

@media (max-width: 850px) {
  .offer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-landing-grid { grid-template-columns: 1fr; gap: 28px; }
  .service-process { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 620px) {
  .audience-grid, .offer-grid, .service-process { grid-template-columns: 1fr; }
  .audience-card, .offer-card { padding: 21px; }
  .audience-card h3 { font-size: 19px; }
  .audience-card > p:not(.eyebrow), .audience-card ul, .offer-card > p { font-size: 14px; }
  .offer-card h3 { font-size: 17px; }
  .offer-outcome { font-size: 13px; }
  .service-outcome-box { padding: 21px; }
  .service-landing-cta { align-items: flex-start; flex-direction: column; padding: 21px; }
}


/* September 2026 UX refinement — stronger hierarchy, calmer colour rhythm. */
:root {
  --forest: #183f38;
  --forest-2: #214d45;
  --sage-50: #f1f6f3;
  --sage-100: #e7f0eb;
  --stone-50: #f6f7f5;
  --sand-50: #f8f4ec;
  --blue-50: #f1f5f6;
  --card-shadow: 0 10px 28px rgba(27,55,47,.065);
  --card-shadow-hover: 0 15px 34px rgba(27,55,47,.10);
}

body { background: var(--paper); }
.section { padding-block: 70px; }
.section-heading { margin-bottom: 35px; }
.section-heading h2 { letter-spacing: -.015em; }
.section-intro { color: #52615e; }

/* A distinctive navigation bar that anchors the page. */
.site-header {
  background: rgba(24,63,56,.985);
  border-bottom: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 5px 22px rgba(15,40,34,.14);
  backdrop-filter: blur(12px);
}
.site-header .brand-symbol { stroke: #f5faf7; }
.site-header .brand-wordmark > span:first-child { color: #fff; }
.site-header .brand-wordmark > span:last-child { color: #bcd8cc; }
.site-header .site-nav a { color: #d9e7e1; }
.site-header .site-nav a:hover { color: #fff; }
.site-header .site-nav a:last-child {
  min-height: 38px;
  padding: 6px 15px;
  color: var(--forest);
  background: #fff;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 5px;
  font-weight: 700;
}
.site-header .site-nav a:last-child:hover { background: #edf5f1; color: #173c35; }
.site-header .language-control { border-left-color: rgba(255,255,255,.18); }
.site-header .language-control button { color: #adc4ba; }
.site-header .language-control button[aria-pressed="true"] { color: #fff; text-decoration-color: #bcd8cc; }
.site-header .language-control > span { color: #79988b; }
.site-header .menu-toggle > span { background: #fff; }

/* Hero: warmer canvas and clearer content hierarchy. */
.hero {
  background:
    radial-gradient(circle at 12% 6%, rgba(123,160,145,.10), transparent 34%),
    linear-gradient(135deg, #faf8f3 0%, #f7f9f6 56%, #f0f5f2 100%);
  border-bottom: 1px solid #e0e6e1;
}
.hero-grid { padding-block: 50px 38px; }
.hero-copy > .eyebrow {
  width: fit-content;
  padding: 7px 10px;
  margin-bottom: 18px;
  border: 1px solid #cddbd3;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
}
.hero h1 { color: #172522; letter-spacing: -.025em; }
.hero-intro { font-size: 17px; }
.hero-description { color: #51605c; }
.hero-visual {
  border: 1px solid #c9d5ce;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(33,63,55,.12);
}
.hero-visual img { filter: saturate(.58) contrast(.96); }
.hero-visual::after { background: linear-gradient(transparent 25%, rgba(14,39,33,.82)); }

.client-needs {
  margin-bottom: 34px;
  padding: 8px;
  border: 1px solid #d8e1dc;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 9px 26px rgba(31,58,50,.07);
}
.client-need {
  min-height: 92px;
  padding: 17px 21px;
  border-left-color: #e0e6e2;
  align-items: flex-start;
}
.client-need:first-child { padding-left: 21px; }
.need-number {
  min-width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--sage-100);
  color: var(--accent);
  line-height: 1;
}
.client-need strong { color: #24332f; font-size: 14px; }
.client-need p { color: #65716e; }

/* Alternating section tones reduce visual fatigue without changing the identity. */
.audience-section { background: var(--sage-50); }
.services-section { background: #fff; }
.business-section { background: var(--stone-50); }
.offers-section { background: var(--sand-50); }
.about-section { background: #fff; }
.team-section { background: var(--blue-50); }
.resources-preview { background: #fbfaf7; }
.faq-section { background: #fff; }

/* Section labels become scan anchors. */
.section-heading .eyebrow,
.resource-section-heading .eyebrow,
.business-intro > .eyebrow,
.about-copy > .eyebrow,
.team-heading .eyebrow,
.faq-grid > div > .eyebrow {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--sage-100);
  color: #24574e;
  font-size: 10px;
  letter-spacing: .06em;
}

/* Audience cards: clear split between local and international work. */
.audience-grid { gap: 22px; }
.audience-card {
  border: 1px solid #d4dfd8;
  border-radius: 8px;
  padding: 31px;
  box-shadow: var(--card-shadow);
}
.audience-card:first-child { border-top: 4px solid #2d675b; }
.audience-card-international {
  background: #edf4f1;
  border-top: 4px solid #4e7180;
}
.audience-number {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7f0eb;
}
.audience-card-international .audience-number { background: #e2ebee; color: #3f6675; }

/* Core service cards: stronger scan pattern, restrained category tones. */
.service-grid { gap: 18px; }
.service-card {
  --card-accent: #2b665b;
  --card-soft: #ebf3ef;
  border: 1px solid #d8e0dc;
  border-top: 3px solid var(--card-accent);
  border-radius: 7px;
  box-shadow: 0 5px 18px rgba(34,58,51,.045);
  overflow: hidden;
}
.service-card:nth-child(3n+2) { --card-accent: #55717d; --card-soft: #edf2f4; }
.service-card:nth-child(3n) { --card-accent: #74694d; --card-soft: #f4f0e8; }
.service-card:hover {
  border-color: #afc1b8;
  border-top-color: var(--card-accent);
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-2px);
}
.service-card,
.offer-card,
.audience-card,
.resource-preview-card,
.engagement-grid article { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card > summary { min-height: 250px; padding: 23px; }
.service-top .icon {
  width: 39px;
  height: 39px;
  padding: 9px;
  border-radius: 8px;
  background: var(--card-soft);
  color: var(--card-accent);
}
.service-title { color: #20302c; }
.service-card[open] { background: #fff; box-shadow: var(--card-shadow); }
.service-card[open] .service-detail { background: #fbfcfb; }

/* Supporting-service accordions become distinct, easier-to-scan rows. */
.business-list { display: grid; gap: 10px; }
.business-item,
.business-item:last-child {
  background: #fff;
  border: 1px solid #d7dfda;
  border-radius: 7px;
  overflow: hidden;
}
.business-item summary { padding: 18px 20px; }
.business-item:hover { border-color: #aebfb6; }
.business-item[open] { box-shadow: var(--card-shadow); border-color: #aebfb6; }
.business-item[open] summary { background: #f7faf8; border-bottom: 1px solid #e1e7e3; }
.business-number {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: #eef3f0;
  color: #3d6257;
}
.business-detail { padding: 20px 26px 24px 64px; }

/* Productised offers use a warmer surface to distinguish "what you can buy". */
.offer-grid { gap: 19px; }
.offer-card {
  border: 1px solid #ded8ca;
  border-radius: 8px;
  box-shadow: 0 7px 20px rgba(70,61,42,.05);
}
.offer-card:nth-child(3n+1) { border-top: 3px solid #386a5e; }
.offer-card:nth-child(3n+2) { border-top: 3px solid #6c7357; }
.offer-card:nth-child(3n) { border-top: 3px solid #697989; }
.offer-card:hover { box-shadow: 0 14px 30px rgba(70,61,42,.09); }
.offer-number {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1ede4;
}
.offer-outcome {
  padding: 14px 15px;
  border: 0;
  border-radius: 5px;
  background: #faf8f2;
}

/* Founder and credibility blocks: less flat, more editorial. */
.founder-card {
  border-radius: 8px;
  border-color: #d2ddd6;
  box-shadow: var(--card-shadow);
}
.founder-card-copy { background: #f4f7f5; }
.about-copy > h3 { color: #1f302c; }
.legalstepy-experience {
  border-left-width: 4px;
  border-radius: 0 6px 6px 0;
  background: #edf4f0;
}
.experience-list > div {
  padding: 14px 15px;
  margin-top: 7px;
  border: 1px solid #e0e5e2;
  border-radius: 5px;
  background: #fbfcfb;
}
.experience-list > div:first-child { border-top: 1px solid #e0e5e2; }

/* Team and engagement: cards rather than another flat text row. */
.team-grid { gap: 14px; }
.team-grid article,
.team-grid article:first-child,
.team-grid article:last-child {
  padding: 21px;
  border: 1px solid #d6e0e2;
  border-top: 3px solid #66808a;
  border-radius: 7px;
  background: rgba(255,255,255,.82);
}
.team-grid article:nth-child(2) { border-top-color: #416d62; }
.team-grid article:nth-child(3) { border-top-color: #7a7055; }
.engagement-heading { border-top-color: #ccd9dc; }
.engagement-grid article {
  border-radius: 7px;
  border-color: #d6e0e2;
  box-shadow: 0 5px 18px rgba(42,65,69,.04);
}
.engagement-grid article:hover { transform: translateY(-2px); box-shadow: var(--card-shadow); }

/* Resource cards feel like a separate editorial layer. */
.resources-preview { border-top: 1px solid #e5e0d6; border-bottom: 1px solid #e5e0d6; }
.resource-preview-card, .resource-card {
  border-radius: 8px;
  border-color: #dedfd9;
  box-shadow: 0 5px 17px rgba(53,57,47,.045);
}
.resource-preview-card:hover, .resource-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(53,57,47,.08);
}

/* FAQ: open questions are visually grouped. */
.faq-list { display: grid; gap: 8px; }
.faq-list details,
.faq-list details:last-child {
  border: 1px solid #dde3df;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.faq-list summary { padding: 16px 18px; }
.faq-list details > p { padding: 0 50px 20px 18px; }
.faq-list details[open] { border-color: #bdcdc5; background: #f8fbf9; }
.faq-list details[open] summary { color: var(--accent); }

/* Contact remains the strongest conversion zone. */
.contact-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #173b34 0%, #214b43 100%);
}
.contact-section::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  right: -190px;
  top: -210px;
  background: rgba(205,227,216,.06);
  pointer-events: none;
}
.contact-inner { position: relative; z-index: 1; }
.contact-email {
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 5px;
  background: rgba(255,255,255,.045);
}
.contact-email:hover { background: rgba(255,255,255,.08); }
.enquiry-form {
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 9px;
  box-shadow: 0 20px 45px rgba(3,22,17,.20);
}
.form-field input, .form-field select, .form-field textarea {
  border-color: #c1cbc5;
  background: #fcfdfc;
  border-radius: 5px;
}
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  background: #fff;
  border-color: #5e8273;
}
.form-submit { border-radius: 5px; }

/* Footer is deliberately quiet after the strong contact section. */
.site-footer { background: #f7f8f6; border-top: 1px solid #e1e5e2; }

/* Service landing pages use the same visual language. */
.resource-hero {
  background:
    radial-gradient(circle at 90% 0%, rgba(101,135,121,.10), transparent 30%),
    linear-gradient(135deg, #faf8f3, #f1f6f3);
}
.service-outcome-box {
  border-radius: 8px;
  border-color: #cddbd3;
  background: #eef5f1;
  box-shadow: var(--card-shadow);
}
.service-process article {
  padding: 19px;
  border: 1px solid #dde4e0;
  border-top: 3px solid #6f8d80;
  border-radius: 7px;
  background: #fff;
}
.service-landing-cta { border-radius: 8px; background: #f0f5f2; border-color: #d2ded7; }

@media (max-width: 1100px) {
  .section { padding-block: 60px; }
  .site-header .site-nav a:last-child { padding-inline: 12px; }
}

@media (max-width: 850px) {
  .site-nav {
    background: var(--forest);
    border-bottom-color: rgba(255,255,255,.13);
    box-shadow: 0 16px 28px rgba(15,40,34,.18);
  }
  .site-nav a { color: #e1ece7; }
  .site-header .site-nav a:last-child {
    margin-top: 5px;
    justify-content: center;
    color: var(--forest);
    background: #fff;
  }
  .hero-grid { padding-block: 38px 30px; }
  .client-needs { margin-bottom: 26px; }
  .service-card:hover, .offer-card:hover, .resource-preview-card:hover, .resource-card:hover, .engagement-grid article:hover { transform: none; }
  .business-detail { padding-left: 54px; }
}

@media (max-width: 620px) {
  .section { padding-block: 48px; }
  .hero-grid { padding-block: 31px 24px; }
  .hero-copy > .eyebrow { padding: 5px 8px; }
  .hero-visual { border-radius: 7px; box-shadow: 0 12px 25px rgba(33,63,55,.10); }
  .client-needs { padding: 6px 14px; margin-bottom: 20px; }
  .client-need, .client-need:first-child { min-height: 0; padding: 14px 0; }
  .audience-card, .offer-card { border-radius: 7px; }
  .service-card > summary { min-height: 0; }
  .service-top .icon { width: 36px; height: 36px; padding: 8px; }
  .business-item summary { padding: 16px; }
  .business-detail { padding: 17px 17px 21px; }
  .experience-list > div { padding: 13px; }
  .team-grid { gap: 10px; }
  .team-grid article, .team-grid article:first-child, .team-grid article:last-child { padding: 18px; }
  .faq-list summary { padding: 15px; }
  .faq-list details > p { padding: 0 15px 18px; }
  .contact-section { padding-block: 42px; }
  .contact-email { width: 100%; justify-content: space-between; }
}


/* DL monogram + Digital Law Georgia wordmark */
.dl-mark {
  width: 42px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
}
.brand:hover .dl-mark {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.72);
}
.site-footer .dl-mark,
.resource-footer .dl-mark {
  color: var(--accent-dark);
  border-color: #aebfb7;
  background: #eef4f0;
}
.site-footer .brand:hover .dl-mark,
.resource-footer .brand:hover .dl-mark {
  background: #e4eee8;
  border-color: #7f9a8d;
}
.dl-mark-footer {
  width: 38px;
  height: 32px;
  font-size: 11px;
}
@media (max-width: 620px) {
  .dl-mark { width: 37px; height: 32px; font-size: 11px; }
  .dl-mark-footer { width: 34px; height: 30px; font-size: 10px; }
}


/* Final Digital Law Georgia brand lock-up: DL is a visual monogram, not the public brand name. */
.site-header .brand,
.site-footer .brand,
.resource-footer .brand { gap: 12px; }

.dl-mark {
  width: auto;
  min-width: 0;
  height: 31px;
  padding: 0 13px 0 0;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.34);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 31px;
  font-weight: 800;
  letter-spacing: .055em;
}
.brand:hover .dl-mark {
  background: transparent;
  border-color: rgba(255,255,255,.58);
}
.site-header .brand-wordmark { gap: 3px; }
.site-header .brand-wordmark > span:first-child {
  font-size: 12px;
  letter-spacing: .09em;
}
.site-header .brand-wordmark > span:last-child {
  font-size: 9px;
  letter-spacing: .29em;
}
.site-footer .dl-mark,
.resource-footer .dl-mark {
  width: auto;
  height: 29px;
  padding-right: 12px;
  border: 0;
  border-right: 1px solid #b9c7c0;
  border-radius: 0;
  background: transparent;
  color: var(--accent-dark);
  font-size: 16px;
  line-height: 29px;
}
.site-footer .brand:hover .dl-mark,
.resource-footer .brand:hover .dl-mark {
  background: transparent;
  border-color: #7f9a8d;
}
.dl-mark-footer { width: auto; height: 27px; font-size: 14px; line-height: 27px; }

@media (max-width: 620px) {
  .site-header .brand, .site-footer .brand, .resource-footer .brand { gap: 9px; }
  .dl-mark { width: auto; height: 28px; padding-right: 9px; font-size: 15px; line-height: 28px; }
  .site-header .brand-wordmark > span:first-child { font-size: 9.5px; letter-spacing: .055em; }
  .site-header .brand-wordmark > span:last-child { font-size: 8.5px; letter-spacing: .22em; }
  .dl-mark-footer { width: auto; height: 26px; padding-right: 9px; font-size: 13px; line-height: 26px; }
}
