/* Xyncema Advisory — calm contemporary consulting composition. Tokens: [data-theme="consulting"] */

[data-theme="consulting"] body { background: var(--bg); color: var(--text); font-family: var(--font-body); }
.ad-wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.75rem); }
.ad-kicker { display: flex; align-items: center; gap: .75rem; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--primary-ink); }
.ad-kicker::before { content: ""; width: 28px; height: 2px; background: var(--secondary); flex: none; }
.ad-h1 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(2.6rem, 5.4vw, 4.6rem); line-height: 1.02; letter-spacing: -0.01em; }
.ad-h2 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.08; }
.ad-h3 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(1.4rem, 2vw, 1.7rem); line-height: 1.15; }
.ad-lead { font-size: clamp(1.02rem, 1.4vw, 1.15rem); line-height: 1.65; color: var(--muted); max-width: 38rem; }
.ad-muted { color: var(--muted); }
.ad-section { padding-block: clamp(4rem, 8vw, 7rem); }
.ad-sechead { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 1.5rem clamp(2rem, 6vw, 5rem); align-items: end; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.ad-sechead > div { display: grid; gap: .9rem; }
@media (max-width: 820px) { .ad-sechead { grid-template-columns: 1fr; } }

.ad-btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; padding: .75rem 1.35rem; border-radius: var(--radius-btn); border: 1.5px solid var(--primary); background: var(--primary); color: var(--on-primary); font-weight: 700; font-size: .95rem; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.ad-btn:hover { background: #0F2A3E; border-color: #0F2A3E; }
.ad-btn svg { width: 18px; height: 18px; }
.ad-btn--line { background: transparent; color: var(--primary-ink); }
.ad-btn--line:hover { background: var(--primary); color: #fff; }
.ad-btn--gold { background: #D9B98C; border-color: #D9B98C; color: #14222E; }
.ad-btn--gold:hover { background: #E8CFA9; border-color: #E8CFA9; }
.ad-btn--ghost { background: transparent; border-color: rgba(244, 246, 247, .5); color: #F4F6F7; }
.ad-btn--ghost:hover { background: rgba(244, 246, 247, .1); border-color: #F4F6F7; }
.ad-link { color: var(--primary-ink); font-weight: 700; text-underline-offset: .3em; text-decoration-color: var(--secondary); text-decoration-thickness: 2px; display: inline-flex; gap: .4rem; align-items: center; }
.ad-link svg { width: 16px; height: 16px; }

/* Header */
.ad-header { position: sticky; top: 0; z-index: 40; background: var(--surface); border-bottom: 1px solid var(--border); }
.ad-header__row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 74px; }
.ad-logo { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.ad-logo i { width: 34px; height: 34px; background: var(--primary); color: #D9B98C; display: grid; place-items: center; font-family: var(--font-heading); font-style: normal; font-size: 1.25rem; border-radius: 2px; }
.ad-logo span { font-family: var(--font-heading); font-size: 1.45rem; line-height: 1; }
.ad-logo small { display: block; font-family: var(--font-body); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: .2rem; }
.ad-nav { display: flex; align-items: center; gap: 1.75rem; }
.ad-nav a { text-decoration: none; font-weight: 600; font-size: .95rem; padding-block: .5rem; border-bottom: 2px solid transparent; }
.ad-nav a:hover, .ad-nav a[aria-current] { border-bottom-color: var(--secondary); }
.ad-header__end { display: flex; align-items: center; gap: .6rem; }
.ad-header__end .ad-btn { min-height: 44px; padding: .5rem 1rem; font-size: .9rem; }
.ad-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--border); background: var(--surface); border-radius: var(--radius-btn); place-items: center; }
.ad-toggle svg { width: 22px; height: 22px; }
.ad-mobile { display: none; }
@media (max-width: 960px) {
  .ad-nav { display: none; }
  .ad-toggle { display: inline-grid; }
  .is-nav-open .ad-mobile { display: grid; padding-block: .25rem 1rem; }
  .ad-mobile a { text-decoration: none; padding: .85rem 0; border-top: 1px solid var(--border); font-weight: 600; }
}
@media (max-width: 560px) { .ad-header__end .ad-btn { display: none; } }

/* Hero — split editorial */
.ad-hero { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); min-height: min(88vh, 760px); background: var(--surface-2); color: var(--on-surface-2); }
.ad-hero__text { display: grid; align-content: center; gap: 1.6rem; padding: clamp(3rem, 7vw, 6rem) clamp(1.1rem, 5vw, 4.5rem) clamp(3rem, 6vw, 5rem) max(clamp(1.1rem, 4vw, 2.75rem), calc((100vw - 1240px) / 2 + 2.75rem)); }
.ad-hero .ad-kicker { color: #D9B98C; }
.ad-hero .ad-h1 { color: #fff; max-width: 15ch; }
.ad-hero p.ad-lead { color: #C9D3DA; }
.ad-hero__actions { display: flex; gap: .75rem; flex-wrap: wrap; }
.ad-hero__media { position: relative; min-height: 360px; }
.ad-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ad-hero__caption { position: absolute; left: 0; bottom: 0; background: var(--surface); color: var(--text); padding: .9rem 1.2rem; max-width: 80%; font-size: .85rem; border-top: 3px solid var(--secondary); }
.ad-hero__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; border-top: 1px solid rgba(244, 246, 247, .18); padding-top: 1.4rem; margin-top: .6rem; max-width: 40rem; }
.ad-hero__list a { color: #E6ECF0; text-decoration: none; font-size: .9rem; display: grid; gap: .2rem; }
.ad-hero__list a b { font-family: var(--font-heading); font-weight: 400; font-size: 1.15rem; color: #fff; }
.ad-hero__list a:hover b { text-decoration: underline; text-decoration-color: #D9B98C; text-underline-offset: .2em; }
@media (max-width: 900px) {
  .ad-hero { grid-template-columns: 1fr; min-height: 0; }
  .ad-hero__media { min-height: 0; aspect-ratio: 4 / 3; order: -1; }
  .ad-hero__media img { object-position: 45% 30%; }
  .ad-hero__list { grid-template-columns: 1fr; gap: .8rem; }
}

/* Pathways */
.ad-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 2px solid var(--primary); }
.ad-path { display: grid; gap: 1rem; align-content: start; padding: 2rem clamp(1rem, 2.5vw, 2rem) 2rem 0; }
.ad-path + .ad-path { padding-left: clamp(1rem, 2.5vw, 2rem); border-left: 1px solid var(--border); }
.ad-path__num { font-family: var(--font-heading); font-size: 2.6rem; color: var(--secondary); line-height: 1; }
.ad-path__meta { display: flex; gap: .5rem; flex-wrap: wrap; }
.ad-tag { font-size: .78rem; font-weight: 700; padding: .25rem .6rem; background: #E7ECEF; color: var(--primary-ink); border-radius: 2px; }
.ad-path ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.ad-path li { display: flex; gap: .55rem; font-size: .95rem; }
.ad-path li svg { width: 18px; height: 18px; color: var(--secondary); flex: none; margin-top: .15rem; }
@media (max-width: 860px) { .ad-paths { grid-template-columns: 1fr; } .ad-path + .ad-path { padding-left: 0; border-left: 0; border-top: 1px solid var(--border); } }

/* Challenges selector */
.ad-chal { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: stretch; }
.ad-chal__list { display: grid; gap: .6rem; align-content: start; }
.ad-chal__btn { text-align: left; display: grid; gap: .35rem; padding: 1.2rem 1.3rem; background: var(--surface); border: 1px solid var(--border); border-left: 4px solid transparent; font: inherit; color: var(--text); cursor: pointer; border-radius: var(--radius); }
.ad-chal__btn b { font-family: var(--font-heading); font-weight: 400; font-size: 1.35rem; line-height: 1.2; }
.ad-chal__btn span { font-size: .9rem; color: var(--muted); }
.ad-chal__btn:hover { border-color: #AFBCC5; }
.ad-chal__btn[aria-selected="true"] { border-left-color: var(--secondary); background: #fff; box-shadow: 0 10px 30px -18px rgba(20, 34, 46, .45); }
.ad-chal__panel { background: var(--surface); border: 1px solid var(--border); display: grid; grid-template-rows: auto 1fr; border-radius: var(--radius); overflow: hidden; }
.ad-chal__panel img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.ad-chal__body { padding: clamp(1.3rem, 3vw, 2rem); display: grid; gap: .9rem; align-content: start; }
@media (max-width: 860px) { .ad-chal { grid-template-columns: 1fr; } }

/* Approach */
.ad-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; counter-reset: st; position: relative; }
.ad-steps li { counter-increment: st; display: grid; gap: .6rem; align-content: start; position: relative; padding-top: 3.4rem; }
.ad-steps li::before { content: counter(st, decimal-leading-zero); position: absolute; top: 0; left: 0; width: 2.6rem; height: 2.6rem; border-radius: 50%; display: grid; place-items: center; background: var(--primary); color: #fff; font-weight: 700; font-size: .9rem; z-index: 1; }
.ad-steps li::after { content: ""; position: absolute; top: 1.3rem; left: 2.6rem; right: -1.5rem; height: 1px; background: var(--border); }
.ad-steps li:last-child::after { display: none; }
.ad-steps h3 { font-family: var(--font-heading); font-weight: 400; font-size: 1.5rem; }
@media (max-width: 860px) { .ad-steps { grid-template-columns: 1fr 1fr; row-gap: 2rem; } .ad-steps li::after { display: none; } }
@media (max-width: 480px) { .ad-steps { grid-template-columns: 1fr; } }
.ad-principles { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(1.5rem, 4vw, 3.5rem); margin-top: clamp(3rem, 6vw, 4.5rem); align-items: center; }
.ad-principles img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius); }
.ad-principles dl { margin: 0; display: grid; gap: 0; }
.ad-principles dl div { padding-block: 1.1rem; border-bottom: 1px solid var(--border); }
.ad-principles dt { font-family: var(--font-heading); font-size: 1.35rem; }
.ad-principles dd { margin: .3rem 0 0; color: var(--muted); }
@media (max-width: 860px) { .ad-principles { grid-template-columns: 1fr; } }

/* Engagement band (dark) */
.ad-band { background: var(--surface-2); color: var(--on-surface-2); }
.ad-band .ad-kicker { color: #D9B98C; }
.ad-band .ad-h2 { color: #fff; }
.ad-band .ad-lead, .ad-band .ad-muted { color: #C9D3DA; }
.ad-eng { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.ad-plan { list-style: none; margin: 0; padding: 0; display: grid; }
.ad-plan li { display: grid; grid-template-columns: 7.5rem minmax(0, 1fr); gap: 1.25rem; padding-block: 1.1rem; border-top: 1px solid rgba(244, 246, 247, .16); }
.ad-plan time { font-weight: 700; color: #D9B98C; font-size: .9rem; padding-top: .2rem; }
.ad-plan h3 { font-family: var(--font-heading); font-weight: 400; font-size: 1.3rem; color: #fff; }
.ad-plan p { color: #C9D3DA; margin-top: .25rem; font-size: .95rem; }
.ad-light .ad-plan li { border-top-color: var(--border); }
.ad-light .ad-plan time { color: var(--primary-ink); }
.ad-light .ad-plan h3 { color: var(--text); }
.ad-light .ad-plan p { color: var(--muted); }
@media (max-width: 860px) { .ad-eng { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .ad-plan li { grid-template-columns: 1fr; gap: .2rem; } }

.ad-acc { display: grid; }
.ad-acc details { border-top: 1px solid var(--border); }
.ad-acc details:last-child { border-bottom: 1px solid var(--border); }
.ad-acc summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: 1rem; font-weight: 700; }
.ad-acc summary::-webkit-details-marker { display: none; }
.ad-acc summary::after { content: ""; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s; margin-right: .3rem; flex: none; }
.ad-acc details[open] summary::after { transform: rotate(-135deg); }
.ad-acc details > p, .ad-acc details > div { padding-bottom: 1.1rem; color: var(--muted); }
.ad-band .ad-acc details { border-color: rgba(244, 246, 247, .16); }
.ad-band .ad-acc summary { color: #fff; }
.ad-band .ad-acc details > p { color: #C9D3DA; }
.ad-panel { background: #122E43; border: 1px solid rgba(244, 246, 247, .14); padding: clamp(1.25rem, 3vw, 1.9rem); display: grid; gap: 1rem; border-radius: var(--radius); }

/* Insight */
.ad-insight { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.ad-insight img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.ad-insight__body { padding: clamp(1.5rem, 4vw, 3rem); display: grid; gap: 1rem; align-content: center; }
@media (max-width: 820px) { .ad-insight { grid-template-columns: 1fr; } .ad-insight img { min-height: 0; aspect-ratio: 3 / 2; } }
.ad-article p { margin-bottom: 1rem; line-height: 1.7; max-width: 38rem; }
.ad-article p:first-child::first-letter { font-family: var(--font-heading); float: left; font-size: 3.4rem; line-height: .85; padding: .3rem .5rem 0 0; color: var(--primary-ink); }

/* FAQ + forms */
.ad-two { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
@media (max-width: 860px) { .ad-two { grid-template-columns: 1fr; } }
.ad-form { background: var(--surface); border: 1px solid var(--border); border-top: 3px solid var(--primary); padding: clamp(1.25rem, 3vw, 2rem); display: grid; gap: 1.1rem; border-radius: var(--radius); }
.ad-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 560px) { .ad-form__row { grid-template-columns: 1fr; } }
[data-theme="consulting"] .xy-input { border-radius: var(--radius); }
.ad-fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: .55rem; min-width: 0; }
.ad-fieldset legend { font-weight: 600; font-size: .9rem; margin-bottom: .45rem; padding: 0; }
.ad-checks { display: flex; flex-wrap: wrap; gap: .5rem; }
.ad-checks label { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .85rem; min-height: 44px; border: 1px solid var(--border); background: var(--bg); cursor: pointer; font-size: .92rem; border-radius: var(--radius); }
.ad-checks label:has(input:checked) { border-color: var(--primary); background: #E7ECEF; font-weight: 600; }
.ad-checks input { width: 18px; height: 18px; accent-color: var(--primary); margin: 0; }
.ad-scope { background: var(--bg); border: 1px solid var(--border); padding: 1rem; display: grid; gap: 1rem; border-radius: var(--radius); }
.ad-scope__title { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--primary-ink); }
.ad-ok { display: flex; gap: .5rem; align-items: flex-start; color: var(--primary-ink); font-weight: 700; }
.ad-ok svg { width: 20px; height: 20px; flex: none; margin-top: .15rem; color: #7A5A2E; }
.ad-summary { margin: 0; display: grid; }
.ad-summary div { display: grid; grid-template-columns: 9rem minmax(0, 1fr); gap: 1rem; padding-block: .6rem; border-bottom: 1px solid var(--border); }
.ad-summary dt { color: var(--muted); font-size: .9rem; }
.ad-summary dd { margin: 0; font-weight: 600; }
@media (max-width: 480px) { .ad-summary div { grid-template-columns: 1fr; gap: .1rem; } }

/* Discovery call dialog */
.ad-call { display: grid; gap: 1.25rem; }
.ad-days { display: flex; gap: .45rem; overflow-x: auto; padding-bottom: .4rem; }
.ad-days button, .ad-times button { font: inherit; cursor: pointer; border: 1px solid var(--border); background: var(--surface); color: var(--text); border-radius: var(--radius); }
.ad-days button { flex: 0 0 74px; display: grid; gap: .1rem; justify-items: center; padding: .6rem .3rem; }
.ad-days small { font-size: .75rem; color: var(--muted); }
.ad-days b { font-size: 1.3rem; }
.ad-times { display: grid; grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)); gap: .45rem; }
.ad-times button { min-height: 44px; font-variant-numeric: tabular-nums; }
.ad-days button[aria-pressed="true"], .ad-times button[aria-pressed="true"] { background: var(--primary); border-color: var(--primary); color: #fff; }
.ad-days button[aria-pressed="true"] small { color: #C9D3DA; }
.ad-times button:disabled { background: transparent; border-style: dashed; color: var(--muted); cursor: not-allowed; }
.ad-tzbox { background: #E7ECEF; padding: .9rem 1rem; border-left: 3px solid var(--secondary); font-size: .95rem; border-radius: 2px; }
#ad-call.xy-dialog { width: min(640px, calc(100vw - 2rem)); }

/* Collection */
.ad-pagehead { background: var(--surface-2); color: var(--on-surface-2); padding-block: clamp(3rem, 7vw, 5rem); }
.ad-pagehead .ad-kicker { color: #D9B98C; }
.ad-pagehead .ad-h1 { color: #fff; font-size: clamp(2.4rem, 5vw, 3.8rem); margin-block: .8rem; }
.ad-pagehead .ad-lead { color: #C9D3DA; }
.ad-crumbs { display: flex; gap: .5rem; flex-wrap: wrap; font-size: .88rem; color: var(--muted); padding-block: 1rem; }
.ad-crumbs a { color: inherit; }
.ad-pagehead .ad-crumbs { color: #C9D3DA; padding-top: 0; }
.ad-filterbar { display: flex; gap: 1rem 2rem; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-block: 1.25rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; }
.ad-segs { display: inline-flex; border: 1px solid var(--border); background: var(--surface); border-radius: var(--radius); overflow: hidden; }
.ad-segs :focus-visible { outline-offset: -4px; }
.ad-segs button { font: inherit; font-weight: 600; font-size: .92rem; padding: .6rem 1rem; min-height: 44px; border: 0; background: none; cursor: pointer; color: var(--text); }
.ad-segs button + button { border-left: 1px solid var(--border); }
.ad-segs button[aria-pressed="true"] { background: var(--primary); color: #fff; }
.ad-svcs { display: grid; gap: 1.25rem; }
.ad-svc { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) minmax(0, 3fr); background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.ad-svc img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.ad-svc__body { padding: clamp(1.25rem, 3vw, 2rem); display: grid; gap: .8rem; align-content: start; }
.ad-svc__facts { padding: clamp(1.25rem, 3vw, 2rem); border-left: 1px solid var(--border); display: grid; gap: .9rem; align-content: start; background: #FAFBFB; }
.ad-svc__facts dl { margin: 0; display: grid; gap: .7rem; }
.ad-svc__facts dt { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.ad-svc__facts dd { margin: .1rem 0 0; font-weight: 600; }
@media (max-width: 960px) { .ad-svc { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); } .ad-svc__facts { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--border); } .ad-svc__facts dl { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .ad-svc { grid-template-columns: 1fr; } .ad-svc img { min-height: 0; aspect-ratio: 16 / 9; } .ad-svc__facts dl { grid-template-columns: 1fr 1fr; } }
.ad-empty { text-align: center; padding: 3rem 1rem; display: grid; gap: 1rem; justify-items: center; background: var(--surface); border: 1px dashed var(--border); }
.ad-tablewrap { overflow-x: auto; min-width: 0; max-width: 100%; position: relative; border: 1px solid var(--border); background: var(--surface); border-radius: var(--radius); }
.ad-table { border-collapse: collapse; width: 100%; min-width: 680px; font-size: .95rem; }
.ad-table th, .ad-table td { text-align: left; padding: .95rem 1.1rem; border-bottom: 1px solid var(--border); vertical-align: top; }
.ad-table thead th { font-family: var(--font-heading); font-weight: 400; font-size: 1.2rem; background: #FAFBFB; }
.ad-table tbody th { font-weight: 700; color: var(--muted); font-size: .85rem; width: 11rem; }

/* Detail */
.ad-dhero { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; padding-block: clamp(1rem, 3vw, 2rem) clamp(3rem, 6vw, 4.5rem); }
.ad-dhero__text { display: grid; gap: 1.2rem; }
.ad-dhero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.ad-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--border); }
.ad-facts div { padding: .9rem 1rem .9rem 0; }
.ad-facts div + div { padding-left: 1rem; border-left: 1px solid var(--border); }
.ad-facts dt { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.ad-facts dd { margin: .2rem 0 0; font-weight: 700; }
@media (max-width: 860px) { .ad-dhero { grid-template-columns: 1fr; } .ad-dhero img { order: -1; } }
@media (max-width: 480px) { .ad-facts { grid-template-columns: 1fr; } .ad-facts div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--border); } }
.ad-dgal { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ad-dgal button { padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; border-radius: var(--radius); aspect-ratio: 3 / 2; display: grid; }
.ad-dgal img { width: 100%; height: 100%; object-fit: cover; }
.ad-needs { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.ad-needs li { display: flex; gap: .6rem; }
.ad-needs svg { width: 18px; height: 18px; flex: none; margin-top: .2rem; color: var(--secondary); }
.ad-overview p { margin-bottom: 1rem; line-height: 1.7; }
.ad-sticky { position: sticky; top: 96px; display: grid; gap: 1rem; }
.ad-card { background: var(--surface); border: 1px solid var(--border); padding: 1.5rem; display: grid; gap: .9rem; border-radius: var(--radius); }
.ad-others { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.ad-other { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 1rem; align-items: center; background: var(--surface); border: 1px solid var(--border); padding: .8rem; text-decoration: none; border-radius: var(--radius); }
.ad-other img { width: 120px; height: 90px; object-fit: cover; border-radius: 2px; }
.ad-other b { font-family: var(--font-heading); font-weight: 400; font-size: 1.2rem; display: block; }
.ad-other span { color: var(--muted); font-size: .9rem; }
@media (max-width: 700px) { .ad-others { grid-template-columns: 1fr; } }

/* Footer */
.ad-footer { background: #0F2638; color: #E6ECF0; padding-block: clamp(3.5rem, 7vw, 5rem) 2rem; }
.ad-footer a { color: inherit; }
.ad-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(230, 236, 240, .16); }
.ad-footer h3 { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: #D9B98C; margin-bottom: .8rem; }
.ad-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.ad-footer .ad-logo span { color: #fff; }
.ad-footer .ad-logo small, .ad-footer p { color: #B9C6CF; }
.ad-footer__bottom { padding-top: 1.5rem; }
.ad-footer .xy-attribution, .ad-footer .xy-attribution * { color: #C9D3DA; }
@media (max-width: 800px) { .ad-footer__grid { grid-template-columns: 1fr 1fr; } .ad-footer__grid > :first-child { grid-column: 1 / -1; } }
