/* Xyncema Atelier — campaign-led commerce composition. Tokens: [data-theme="fashion"] */

.a-wrap { width: 100%; max-width: 1440px; margin-inline: auto; padding-inline: clamp(1rem, 3.2vw, 2.75rem); }
.a-cap { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.a-muted { color: var(--muted); }
.a-display { font-family: var(--font-heading); font-weight: 400; letter-spacing: -0.02em; line-height: .95; }
.a-h2 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -0.015em; }
.a-section { padding-block: clamp(4rem, 8vw, 7rem); }
body[data-page] { font-size: .95rem; }

.a-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 50px; padding: .8rem 1.75rem;
  background: var(--text); color: var(--bg); border: 1px solid var(--text); border-radius: 0; font-size: .74rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s, border-color .2s;
}
.a-btn:hover { background: var(--primary); border-color: var(--primary); color: var(--on-primary); }
.a-btn--line { background: transparent; color: var(--text); }
.a-btn--line:hover { background: var(--text); color: var(--bg); border-color: var(--text); }
.a-btn--block { width: 100%; }
.a-btn[disabled] { opacity: .45; cursor: not-allowed; }
.a-link { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 6px; text-decoration-thickness: 1px; }
.a-link:hover { color: var(--primary-ink); }

/* Header */
.a-notice { background: var(--primary); color: var(--on-primary); text-align: center; font-size: .72rem; letter-spacing: .08em; padding: .5rem 1rem; }
.a-header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--bg) 96%, transparent); border-bottom: 1px solid var(--border); backdrop-filter: blur(8px); }
.a-header__row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; gap: 1rem; }
.a-mark { text-decoration: none; display: inline-flex; flex-direction: column; line-height: .9; width: max-content; }
.a-mark span { font-family: var(--font-heading); font-size: 2rem; letter-spacing: .18em; font-weight: 500; }
.a-mark small { font-size: .56rem; letter-spacing: .42em; text-transform: uppercase; font-weight: 600; color: var(--muted); padding-left: .2em; margin-top: .25rem; }
.a-nav { display: flex; gap: clamp(1.1rem, 2.4vw, 2.4rem); }
.a-nav a { font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; padding-block: .6rem; }
.a-nav a:hover, .a-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
.a-tools { display: flex; justify-content: flex-end; align-items: center; gap: .25rem; }
.a-iconbtn { display: inline-flex; align-items: center; gap: .45rem; min-height: 44px; min-width: 44px; padding: 0 .6rem; background: none; border: 0; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.a-iconbtn svg { width: 22px; height: 22px; }
.a-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--primary); color: var(--on-primary); font-size: .68rem; letter-spacing: 0; }
.a-toggle { display: none; }
.a-mobile { display: none; }
@media (max-width: 899px) {
  .a-header__row { grid-template-columns: auto 1fr auto; min-height: 60px; }
  .a-nav { display: none; }
  .a-toggle { display: inline-flex; }
  .a-mark span { font-size: 1.55rem; }
  .a-tools { grid-column: 3; }
  .is-nav-open .a-mobile { display: grid; padding-block: .25rem 1.25rem; border-top: 1px solid var(--border); }
  .a-mobile a { padding: .9rem 0; border-bottom: 1px solid var(--border); text-decoration: none; font-family: var(--font-heading); font-size: 1.7rem; }
  .a-iconbtn .a-bagtext { display: none; }
}

/* Campaign hero */
.a-hero { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); min-height: min(88vh, 900px); border-bottom: 1px solid var(--border); }
.a-hero__img { position: relative; overflow: hidden; background: #E9DFD9; }
.a-hero__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.a-hero__img figcaption { position: absolute; left: clamp(1rem, 3vw, 2.5rem); bottom: clamp(1rem, 3vw, 2rem); color: #fff; text-shadow: 0 1px 10px rgba(0,0,0,.35); }
.a-hero__text { display: grid; grid-template-rows: auto 1fr auto; padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 4vw, 3.5rem); gap: 2rem; }
.a-hero__main { align-self: center; display: grid; gap: 1.5rem; }
.a-hero h1 { font-size: clamp(3rem, 6vw, 6rem); }
.a-hero h1 em { font-style: italic; color: var(--primary-ink); }
.a-hero p.a-lede { font-size: 1.05rem; max-width: 26rem; color: var(--muted); }
.a-hero__actions { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; }
.a-hero__detail { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; align-items: end; padding-top: 1.5rem; border-top: 1px solid var(--border); text-decoration: none; }
.a-hero__detail img { aspect-ratio: 4 / 5; object-fit: cover; width: 120px; }
.a-hero__detail:hover b { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 899px) {
  .a-hero { grid-template-columns: 1fr; min-height: 0; }
  .a-hero__img { aspect-ratio: 4 / 5; max-height: 78vh; }
  .a-hero__text { grid-template-rows: auto; }
}

/* Section headings */
.a-head { display: flex; justify-content: space-between; align-items: end; gap: 1.5rem; flex-wrap: wrap; margin-bottom: clamp(1.75rem, 3.5vw, 3rem); }
.a-head > div { display: grid; gap: .8rem; }

/* Collection edit */
.a-edit { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.75rem, 1.5vw, 1.25rem); }
.a-edit a { position: relative; display: block; overflow: hidden; text-decoration: none; color: #fff; background: #E9DFD9; }
.a-edit img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: transform .9s ease; }
.a-edit a:hover img { transform: scale(1.04); }
.a-edit a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(20,14,15,.55)); }
.a-edit a > span { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem; z-index: 1; display: grid; gap: .4rem; }
.a-edit b { font-family: var(--font-heading); font-weight: 400; font-size: clamp(1.8rem, 2.8vw, 2.6rem); line-height: 1; }
@media (max-width: 760px) {
  .a-edit { grid-template-columns: 1fr 1fr; } .a-edit a:first-child { grid-column: 1 / -1; } .a-edit a:first-child img { aspect-ratio: 4 / 3; }
  .a-edit a:not(:first-child) .a-cap { display: none; }
  .a-edit a:not(:first-child) b { font-size: 1.5rem; }
  .a-qtyrow .a-btn { padding-inline: .9rem; letter-spacing: .08em; white-space: nowrap; font-size: .7rem; }
}

/* Product grid & card */
.a-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.75rem, 3vw, 2.75rem) clamp(.75rem, 1.5vw, 1.25rem); }
.a-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 1100px) { .a-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .a-grid, .a-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.a-card { display: grid; gap: .7rem; align-content: start; position: relative; }
.a-card__media { position: relative; display: block; overflow: hidden; background: #EFE8E3; line-height: 0; }
.a-card__media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: opacity .5s ease, transform 1s ease; }
.a-card__media img + img { position: absolute; inset: 0; height: 100%; opacity: 0; }
.a-card:hover .a-card__media img + img { opacity: 1; }
.a-card:hover .a-card__media img:first-child { transform: scale(1.02); }
.a-card__badge { position: absolute; left: .6rem; top: .6rem; background: var(--bg); padding: .3rem .5rem; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; line-height: 1.2; }
.a-card__row { display: flex; justify-content: space-between; gap: .75rem; align-items: baseline; }
.a-card__name { text-decoration: none; font-weight: 600; font-size: .92rem; }
.a-card__name::after { content: ""; position: absolute; inset: 0; }
.a-card__name:hover { text-decoration: underline; text-underline-offset: 3px; }
.a-card__price { font-variant-numeric: tabular-nums; font-size: .92rem; white-space: nowrap; }
.a-dots { display: flex; gap: .35rem; align-items: center; font-size: .78rem; color: var(--muted); }
.a-dot { width: 12px; height: 12px; border-radius: 50%; border: 1px solid rgba(0,0,0,.2); }

/* Lookbook spread */
.a-look { background: var(--surface-2); color: var(--on-surface-2); }
.a-look .a-muted { color: color-mix(in srgb, var(--on-surface-2) 70%, transparent); }
.a-spread { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(.75rem, 1.6vw, 1.25rem); align-items: start; }
.a-spread figure { display: grid; gap: .7rem; }
.a-spread img { width: 100%; object-fit: cover; }
.a-spread figure:nth-child(1) { grid-column: 1 / span 5; grid-row: 1 / span 2; } .a-spread figure:nth-child(1) img { aspect-ratio: 4 / 5; }
.a-spread figure:nth-child(2) { grid-column: 6 / span 4; grid-row: 1 / span 2; margin-top: clamp(3rem, 10vw, 9rem); } .a-spread figure:nth-child(2) img { aspect-ratio: 4 / 5; }
.a-spread figure:nth-child(3) { grid-column: 10 / span 3; grid-row: 1; } .a-spread figure:nth-child(3) img { aspect-ratio: 4 / 5; }
.a-spread figure:nth-child(4) { grid-column: 10 / span 3; grid-row: 2; } .a-spread figure:nth-child(4) img { aspect-ratio: 4 / 5; }
.a-spread figcaption { display: flex; justify-content: space-between; gap: 1rem; font-size: .8rem; }
.a-spread figcaption a { color: inherit; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .7rem; }
.a-look__quote { font-family: var(--font-heading); font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.05; max-width: 22ch; font-style: italic; }
@media (max-width: 899px) {
  .a-spread { grid-template-columns: 1fr 1fr; }
  .a-spread figure { grid-column: auto !important; grid-row: auto !important; margin-top: 0 !important; }
  .a-spread figure:nth-child(1) { grid-column: 1 / -1 !important; }
}

/* Materials */
.a-mat { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.a-mat__list { display: grid; gap: 2rem; }
.a-mat__item { display: grid; grid-template-columns: 160px 1fr; gap: 1.5rem; align-items: center; padding-top: 2rem; border-top: 1px solid var(--border); }
.a-mat__item img { width: 160px; aspect-ratio: 1; object-fit: cover; }
.a-mat__item h3 { font-family: var(--font-heading); font-weight: 400; font-size: 1.9rem; line-height: 1; margin-bottom: .5rem; }
@media (max-width: 899px) { .a-mat { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .a-mat__item { grid-template-columns: 96px 1fr; gap: 1rem; } .a-mat__item img { width: 96px; } }

/* Stories */
.a-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--text); }
.a-story { padding: 2rem clamp(0rem, 3vw, 2.5rem) 2rem 0; display: grid; gap: 1rem; align-content: start; }
.a-story + .a-story { border-left: 1px solid var(--border); padding-left: clamp(1rem, 3vw, 2.5rem); }
.a-story h3 { font-family: var(--font-heading); font-weight: 400; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.05; }
@media (max-width: 700px) { .a-stories { grid-template-columns: 1fr; } .a-story + .a-story { border-left: 0; border-top: 1px solid var(--border); padding-left: 0; } }

/* About + FAQ */
.a-about { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2rem, 6vw, 6rem); }
.a-about__statement { font-family: var(--font-heading); font-size: clamp(1.8rem, 3.2vw, 2.9rem); line-height: 1.1; }
.a-faq details { border-bottom: 1px solid var(--border); }
.a-faq details:first-child { border-top: 1px solid var(--text); }
.a-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; font-weight: 600; }
.a-faq summary::-webkit-details-marker { display: none; }
.a-faq summary::after { content: "+"; font-size: 1.2rem; line-height: 1; font-weight: 400; }
.a-faq details[open] summary::after { content: "–"; }
.a-faq details > div, .a-faq details > p { padding-bottom: 1.2rem; color: var(--muted); max-width: 62ch; }
@media (max-width: 899px) { .a-about { grid-template-columns: 1fr; } }

/* Shop page */
.a-shophead { padding-block: clamp(2rem, 5vw, 4rem) 1.5rem; display: grid; gap: 1rem; }
.a-shophead h1 { font-size: clamp(3rem, 7vw, 6rem); }
.a-crumbs { display: flex; gap: .5rem; flex-wrap: wrap; font-size: .74rem; letter-spacing: .08em; color: var(--muted); }
.a-crumbs a { color: var(--muted); }
.a-toolbar { position: sticky; top: 72px; z-index: 30; background: var(--bg); border-block: 1px solid var(--border); }
@media (max-width: 899px) { .a-toolbar { top: 60px; } }
.a-toolbar__row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 58px; flex-wrap: wrap; padding-block: .4rem; }
.a-cats { display: flex; gap: 1.25rem; overflow-x: auto; scrollbar-width: none; padding: 5px; margin: -5px; }
.a-cats::-webkit-scrollbar { display: none; }
.a-cats button { flex: none; background: none; border: 0; padding: .7rem 0; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid transparent; }
.a-cats button[aria-pressed="true"] { color: var(--text); border-color: var(--text); }
.a-cats button:hover { color: var(--text); }
.a-toolbar__right { display: flex; align-items: center; gap: 1rem; }
.a-select { min-height: 42px; border: 1px solid var(--border); background: var(--surface); padding: .4rem 2rem .4rem .75rem; font-size: .82rem; border-radius: 0; }
.a-shop { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 3rem); padding-block: 2rem clamp(4rem, 8vw, 6rem); align-items: start; }
.a-filters { position: sticky; top: 150px; display: grid; gap: 1.75rem; }
.a-filters fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: .8rem; }
.a-filters legend { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .75rem; }
.a-sizes { display: flex; flex-wrap: wrap; gap: .4rem; }
.a-opt { position: relative; }
.a-opt input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.a-opt span { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; min-height: 42px; padding: 0 .6rem; border: 1px solid var(--border); background: var(--surface); font-size: .8rem; font-weight: 600; }
.a-opt input:checked + span { background: var(--text); color: var(--bg); border-color: var(--text); }
.a-opt input:focus-visible + span { outline: 2px solid var(--focus); outline-offset: 2px; }
.a-opt input:hover:not(:disabled) + span { border-color: var(--text); }
.a-opt input:disabled + span { color: color-mix(in srgb, var(--muted) 70%, transparent); background: repeating-linear-gradient(135deg, transparent 0 6px, rgba(0,0,0,.05) 6px 7px); text-decoration: line-through; cursor: not-allowed; }
.a-colors { display: grid; gap: .35rem; }
.a-colors label { display: flex; align-items: center; gap: .6rem; min-height: 36px; font-size: .88rem; cursor: pointer; position: relative; }
.a-colors input { width: 18px; height: 18px; accent-color: var(--text); margin: 0; }
.a-colors .a-dot { width: 16px; height: 16px; }
.a-colors small { color: var(--muted); }
.a-filters__foot { display: flex; gap: .75rem; align-items: center; }
.a-resultcount { font-size: .82rem; color: var(--muted); }
.a-filterbtn { display: none; }
.a-empty { padding: 4rem 1rem; text-align: center; border: 1px dashed var(--border); display: grid; gap: 1rem; justify-items: center; }
@media (max-width: 899px) {
  .a-shop { grid-template-columns: 1fr; }
  .a-filters { display: none; }
  .a-filterbtn { display: inline-flex; }
}
.xy-drawer .a-filters { display: grid; position: static; }

/* Product detail */
.a-pdp { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 4vw, 4rem); padding-block: 1.5rem clamp(4rem, 8vw, 6rem); align-items: start; }
.a-pgallery { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: .75rem; position: sticky; top: 90px; }
.a-pgallery__thumbs { display: grid; gap: .5rem; align-content: start; }
.a-pgallery__thumbs button { padding: 0; border: 1px solid transparent; background: #EFE8E3; line-height: 0; }
.a-pgallery__thumbs button[aria-current="true"] { border-color: var(--text); }
.a-pgallery__thumbs img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.a-pgallery__main { position: relative; padding: 0; border: 0; background: #EFE8E3; cursor: zoom-in; line-height: 0; display: block; width: 100%; }
.a-pgallery__main img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.a-pgallery__main span { position: absolute; right: .75rem; bottom: .75rem; line-height: 1.2; background: var(--bg); padding: .45rem .7rem; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 899px) {
  .a-pdp { grid-template-columns: 1fr; }
  .a-pgallery { position: static; grid-template-columns: 1fr; }
  .a-pgallery__thumbs { grid-auto-flow: column; grid-auto-columns: 64px; order: 2; overflow-x: auto; padding: 5px; margin: -5px; }
}
.a-buy { display: grid; gap: 1.5rem; }
.a-buy h1 { font-size: clamp(2.6rem, 4.4vw, 4rem); }
.a-buy__price { font-size: 1.15rem; font-variant-numeric: tabular-nums; }
.a-buy fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: .75rem; }
.a-buy legend { display: flex; justify-content: space-between; width: 100%; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .75rem; }
.a-buy legend span { font-weight: 500; letter-spacing: 0; text-transform: none; font-size: .85rem; color: var(--muted); }
.a-swatches { display: flex; gap: .6rem; flex-wrap: wrap; }
.a-swatch { position: relative; }
.a-swatch input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.a-swatch span { display: block; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(0,0,0,.18); box-shadow: inset 0 0 0 3px var(--bg); }
.a-swatch input:checked + span { outline: 1.5px solid var(--text); outline-offset: 2px; }
.a-swatch input:focus-visible + span { outline: 2px solid var(--focus); outline-offset: 4px; }
.a-qtyrow { display: grid; grid-template-columns: auto 1fr; gap: .75rem; }
.a-stepper { display: inline-flex; align-items: center; border: 1px solid var(--text); height: 50px; }
.a-stepper button { width: 44px; height: 100%; display: grid; place-items: center; background: none; border: 0; }
.a-stepper button:disabled { opacity: .3; cursor: not-allowed; }
.a-stepper svg { width: 16px; height: 16px; }
.a-stepper output { min-width: 2.25rem; text-align: center; font-weight: 600; font-variant-numeric: tabular-nums; }
.a-stepper--sm { height: 38px; }
.a-stepper--sm button { width: 36px; }
.a-sizeguide table { width: 100%; font-size: .85rem; }
.a-sizeguide th, .a-sizeguide td { text-align: left; padding: .5rem .25rem; border-bottom: 1px solid var(--border); }
.a-sizeguide th { font-weight: 600; }
.a-added { display: flex; gap: .5rem; align-items: center; font-size: .88rem; color: var(--primary-ink); font-weight: 600; }
.a-added svg { width: 18px; height: 18px; }

/* Cart drawer */
.a-bag { display: grid; gap: 0; }
.a-line { display: grid; grid-template-columns: 84px 1fr; gap: 1rem; padding-block: 1.1rem; border-bottom: 1px solid var(--border); }
.a-line img { width: 84px; aspect-ratio: 4 / 5; object-fit: cover; }
.a-line__body { display: grid; gap: .4rem; align-content: start; }
.a-line__top { display: flex; justify-content: space-between; gap: .75rem; font-weight: 600; font-size: .9rem; }
.a-line__top a { text-decoration: none; }
.a-line__top a:hover { text-decoration: underline; }
.a-line__meta { font-size: .82rem; color: var(--muted); }
.a-line__actions { display: flex; justify-content: space-between; align-items: center; gap: .75rem; margin-top: .25rem; }
.a-remove { background: none; border: 0; padding: .5rem 0; font-size: .78rem; text-decoration: underline; text-underline-offset: 3px; color: var(--muted); min-height: 38px; }
.a-remove:hover { color: var(--danger); }
.a-totals { display: grid; gap: .5rem; font-size: .92rem; }
.a-totals div { display: flex; justify-content: space-between; gap: 1rem; }
.a-totals .is-strong { font-weight: 700; font-size: 1.05rem; }
.a-foot { width: 100%; display: grid; gap: .8rem; }
.a-bagempty { display: grid; gap: 1rem; justify-items: start; padding-block: 1rem; }
[data-theme="fashion"] dialog.xy-dialog:not(.xy-lightbox) { border-radius: 0; }
[data-theme="fashion"] .xy-dialog__title { font-weight: 400; font-size: 1.8rem; }

/* Footer */
.a-footer { border-top: 1px solid var(--text); padding-block: clamp(3rem, 6vw, 5rem) 2rem; }
.a-footer__grid { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2fr)); gap: 2rem; }
.a-footer__big { font-family: var(--font-heading); font-size: clamp(3.5rem, 11vw, 10rem); letter-spacing: .1em; line-height: .85; margin-top: clamp(3rem, 6vw, 5rem); color: var(--primary-ink); overflow: hidden; white-space: nowrap; }
.a-footer h3 { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
.a-footer ul { display: grid; gap: .45rem; font-size: .9rem; }
.a-footer a { text-decoration: none; }
.a-footer a:hover { text-decoration: underline; }
.a-footer__bottom { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border); color: var(--muted); }
@media (max-width: 899px) { .a-footer__grid { grid-template-columns: 1fr 1fr; } .a-footer__grid > :first-child { grid-column: 1 / -1; } }
