:root {
  --ink: #0b0b0b;
  --paper: #f5f3ee;
  --sand: #d6d0c7;
  --rust: #f49a6a;
  --line: rgba(11, 11, 11, .18);
}

main { display: flex; flex-direction: column; }
.hero { order: 1; }
.news { order: 2; }
.pathways { order: 3; }
.exhibition-services { order: 4; }
.exhibitions { order: 5; }
.services { order: 6; }
.intro { order: 7; }
.collection { order: 8; }
.audiences { order: 9; }
.artist-services { order: 10; }
.trust { order: 11; }
.journal { order: 12; }
.faq { order: 13; }
.brother-profile { order: 14; }
.artists { order: 15; }
.contact { order: 16; }

.header {
  background: #050505;
  color: #fff;
  border-bottom-color: rgba(255,255,255,.16);
  grid-template-columns: auto 1fr auto auto;
}

.header .cart-button span {
  background: var(--rust);
  color: #0b0b0b;
}
.language-picker { justify-self: end; margin-right: 18px; }
.language-picker select { border: 1px solid #ffffff45; background: #050505; color: #fff; padding: 7px 8px; font-size: 11px; letter-spacing: .08em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.brand-image {
  display: block;
  width: 190px;
  line-height: 0;
}

.brand-image img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-logo {
  background: #050505;
  padding: 10px 14px;
  width: 220px;
}

.hero-art {
  background: #77736d;
}
.hero h1 > span { display: block; }

.hero-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.art-image::before,
.detail-image::before {
  display: none;
}

.art-image {
  background: #dedbd4;
}
.sold-badge { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-10deg); z-index: 3; border: 4px solid #fff; color: #fff; background: #a62018df; padding: 12px 24px; font-size: clamp(22px,3vw,44px); font-weight: 500; letter-spacing: .16em; box-shadow: 0 5px 25px #0005; }
.is-sold .art-image img { filter: saturate(.55) brightness(.78); }
.detail-sold { font-size: 40px; }
.primary-button:disabled { cursor: not-allowed; background: #777; }

.art-image img,
.detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-image img {
  object-fit: contain;
  padding: 28px;
}

.cart-thumb {
  width: 72px;
  height: 85px;
  object-fit: cover;
}

.artist-statement {
  max-width: 760px;
  margin: 0 0 70px 10%;
  color: #c9c9c5;
  line-height: 1.75;
}

.artist-statement small {
  color: #8d8f8b;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.artist-access {
  display: block;
  margin-top: 28px;
  padding: 15px 0;
  border: 0;
  border-top: 1px solid #ffffff38;
  border-bottom: 1px solid #ffffff38;
  background: none;
  color: #fff;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

.catalog-hidden { display: none; }

.catalog-code {
  display: block;
  margin-top: 14px;
  color: #777;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.image-pending {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 32px;
  background: linear-gradient(145deg, #f49a6a, #ecda37 48%, #191919 49%);
  color: #fff;
}

.image-pending span,
.image-pending small { text-transform: uppercase; letter-spacing: .14em; }
.image-pending strong { font-family: Italiana, serif; font-size: 34px; font-weight: 400; }
.pending-thumb { background: var(--rust); display: grid; place-items: center; font-weight: 500; }

.section-intro { max-width: 470px; line-height: 1.7; color: #666; }
.news { padding: 8vw 6vw; background: #fff; }
.news > div:first-child { display: flex; align-items: baseline; justify-content: space-between; }
.news h2 { font: 400 clamp(44px,5vw,76px)/1.05 Italiana,serif; max-width: 850px; }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.news-grid article { padding: 32px 28px 10px 0; display: flex; flex-direction: column; min-height: 310px; }
.news-grid article + article { border-left: 1px solid var(--line); padding-left: 28px; }
.news-grid span { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: #777; }
.news-grid h3 { font: 400 30px/1.15 Italiana,serif; }
.news-grid p { color: #666; line-height: 1.65; }
.news-grid a,.news-grid button { margin-top: auto; width: fit-content; padding: 10px 0; border: 0; border-bottom: 1px solid var(--line); background: none; text-decoration: none; }
.pathways { display: grid; grid-template-columns: 1fr 1fr; background: #0b0b0b; }
.pathway { min-height: 430px; padding: 5vw; border: 0; text-align: left; display: flex; flex-direction: column; align-items: flex-start; color: #fff; white-space: normal; }
.pathway-collector { background: #151714; }
.pathway-artist { background: #8f4b37; }
.pathway span,.pathway small { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.pathway strong { max-width: 650px; margin: 55px 0 25px; font: 400 clamp(38px,4.5vw,68px)/1.05 Italiana,serif; }
.pathway small { line-height: 1.7; opacity: .72; }
.pathway b { margin-top: auto; padding-top: 35px; font-weight: 400; border-bottom: 1px solid #ffffff70; }
.pathway:hover b { border-color: #fff; }
.services { padding: 10vw 5vw; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-grid article { min-height: 370px; padding: 30px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.service-grid article:nth-child(4n) { border-right: 0; }
.service-grid span { font-size: 11px; color: #888; }
.service-grid h3 { font-family: Italiana, serif; font-size: 31px; font-weight: 400; margin: 45px 0 20px; }
.service-grid p { color: #666; line-height: 1.7; }
.service-grid button { margin-top: auto; padding: 12px 0; text-align: left; border: 0; border-top: 1px solid var(--line); background: none; }
.audiences { display: grid; grid-template-columns: 1fr 1fr; }
.audience-card { min-height: 650px; padding: 8vw 7vw; color: #fff; }
.audience-card.collector { background: #10110f; }
.audience-card.trade { background: #9a533d; }
.audience-card h2,.trust h2,.exhibitions h2,.faq h2 { font-family: Italiana,serif; font-size: clamp(46px,5vw,76px); font-weight: 400; line-height: 1.05; }
.audience-card ul { padding: 0; margin: 45px 0; list-style: none; }
.audience-card li { padding: 14px 0; border-bottom: 1px solid #ffffff36; }
.artist-services { padding: 11vw 7vw; display: grid; grid-template-columns: 43% 57%; gap: 8vw; background: #d7d1c7; }
.artist-services h2,.journal h2 { font-family: Italiana,serif; font-size: clamp(48px,5.5vw,82px); line-height: 1.02; font-weight: 400; }
.artist-services > div:first-child > p:not(.eyebrow) { max-width: 590px; color: #5c5953; line-height: 1.8; }
.artist-service-list article { display: grid; grid-template-columns: 50px 1fr; gap: 0 15px; padding: 25px 0; border-top: 1px solid var(--line); }
.artist-service-list span { grid-row: 1/3; color: #777; font-size: 11px; }
.artist-service-list h3 { font: 400 28px Italiana,serif; margin: 0 0 10px; }
.artist-service-list p { color: #666; line-height: 1.6; margin: 0; }
.trust { padding: 11vw 7vw; display: grid; grid-template-columns: 42% 58%; }
.trust h2 { margin-top: 30px; }
.trust-list article { display: grid; grid-template-columns: 65px 1fr; gap: 15px; border-top: 1px solid var(--line); padding: 25px 0; }
.trust-list h3 { margin: 0 0 10px; font-family: Italiana,serif; font-size: 27px; font-weight: 400; }
.trust-list p { color: #666; line-height: 1.65; margin: 0; }
.trust-list span { font-size: 11px; color: #888; }
.exhibitions { display: grid; grid-template-columns: 1fr 1fr; background: #dfdcd4; }
.exhibition-visual { height: 760px; background: #74716b; }
.exhibition-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; }
.exhibitions > div:last-child { padding: 9vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.exhibitions p:not(.eyebrow) { line-height: 1.8; color: #5e5b55; }
.project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.project-tags span { border: 1px solid var(--line); padding: 8px 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.exhibition-services { padding: 10vw 6vw; background: #efede7; }
.exhibition-service-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.exhibition-service-grid article { padding: 50px 5vw 30px 0; min-height: 590px; display: flex; flex-direction: column; }
.exhibition-service-grid article + article { border-left: 1px solid var(--line); padding-left: 5vw; }
.exhibition-service-grid span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: #777; }
.exhibition-service-grid h3 { font: 400 clamp(42px,4.5vw,70px)/1.05 Italiana,serif; margin: 45px 0 25px; }
.exhibition-service-grid p { color: #666; line-height: 1.75; }
.exhibition-service-grid ul { list-style: none; padding: 20px 0; margin: 0; }
.exhibition-service-grid li { border-bottom: 1px solid var(--line); padding: 12px 0; font-size: 13px; }
.exhibition-service-grid button { margin-top: auto; padding: 15px 0; text-align: left; border: 0; border-top: 1px solid var(--line); background: none; }
.exhibition-feature { margin-top: 9vw; display: grid; grid-template-columns: 1fr 1fr; background: #111; color: #eee; }
.exhibition-feature > div:last-child { padding: 7vw 6vw; }
.exhibition-feature h2 { font: 400 clamp(48px,5vw,78px)/1 Italiana,serif; }
.exhibition-feature p { color: #aaa; line-height: 1.75; }
.exhibition-video { min-height: 720px; background: linear-gradient(145deg,#222,#080808); padding: 45px; display: flex; flex-direction: column; justify-content: flex-end; }
.exhibition-video p,.exhibition-video small { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.exhibition-video strong { font: 400 48px Italiana,serif; margin: 12px 0; }
.exhibition-video video { width: 100%; height: 100%; min-height: 720px; object-fit: cover; background: #000; }
.exhibition-video:has(video) { padding: 0; }
.day-tabs { display: flex; gap: 8px; margin: 35px 0 20px; }
.day-tabs button { border: 1px solid #ffffff35; background: none; color: #fff; padding: 10px 18px; }
.day-tabs button.active { background: #fff; color: #111; }
.day-content { min-height: 175px; }
.day-content h3 { font: 400 28px Italiana,serif; }
.collection,.brother-profile { display: none; }
.open-call { margin-top: 9vw; background: #d8d0c2; padding: 8vw 6vw; }
.open-call-intro { display: grid; grid-template-columns: 1fr 1.35fr; gap: 7vw; }
.open-call h2,.archive-heading h2 { font: 400 clamp(48px,6vw,90px)/1 Italiana,serif; margin: 16px 0 28px; }
.open-call-intro > p:not(.eyebrow),.provisional-note { color: #514d46; line-height: 1.75; }
.provisional-note { grid-column: 2; border-left: 2px solid #222; padding-left: 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.call-dates { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 65px; border-top: 1px solid #aaa194; border-bottom: 1px solid #aaa194; }
.call-dates > div { padding: 30px 25px 35px 0; }
.call-dates > div + div { border-left: 1px solid #aaa194; padding-left: 25px; }
.call-dates span,.participation-grid > article > span { font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.call-dates h3 { font: 400 25px Italiana,serif; }
.call-dates p,.participation-grid p { color: #615d55; line-height: 1.65; }
.participation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; margin-top: 70px; }
.participation-grid h3 { font: 400 clamp(36px,4vw,58px) Italiana,serif; margin: 35px 0 20px; }
.participation-grid ul { list-style: none; padding: 15px 0; }
.participation-grid li { border-bottom: 1px solid #aaa194; padding: 12px 0; font-size: 13px; }
.participation-grid button { background: none; border: 0; border-bottom: 1px solid #222; padding: 16px 0; margin-top: 20px; }
.archive-heading { margin-top: 10vw; border-top: 1px solid var(--line); padding-top: 7vw; }
.artist-page-dialog { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: #efede7; }
.artist-page-dialog::backdrop { background: #000; }
.artist-page-close { position: fixed; top: 22px; right: 25px; z-index: 10; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #ffffff66; background: #111; color: #fff; font-size: 26px; }
.artist-page-shell { min-height: 100%; }
.artist-page-hero { min-height: 66vh; padding: 8vw 7vw 5vw; background: #111; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; }
.artist-page-hero h1 { font: 400 clamp(76px,13vw,190px)/.8 Italiana,serif; margin: 30px 0; }
.artist-page-lead { font: 400 clamp(26px,3vw,46px) Italiana,serif; max-width: 800px; }
.artist-page-hero nav { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 45px; }
.artist-page-hero nav a,.artist-page-hero nav button { color: #fff; background: none; border: 0; border-bottom: 1px solid #ffffff66; padding: 8px 0; text-decoration: none; }
.artist-works-cta { align-self: flex-start; margin-top: 28px; padding: 14px 22px; background: #fff; color: #111; text-decoration: none; }
.artist-page-body { display: flex; flex-direction: column; }
.artist-page-works { order: 1; }
.artist-page-about { order: 2; padding: 9vw 7vw; display: grid; grid-template-columns: 30% 1fr; gap: 4vw; }
.artist-page-sections { order: 3; }
.artist-page-about h2,.artist-page-works h2 { font: 400 clamp(48px,6vw,85px) Italiana,serif; margin: 15px 0; }
.artist-intro { font: 400 clamp(24px,2.8vw,42px)/1.35 Italiana,serif; margin: 0; }
.artist-page-sections { padding: 0 7vw 8vw; }
.artist-page-sections article { display: grid; grid-template-columns: 70px 1fr; border-top: 1px solid var(--line); padding: 34px 0; }
.artist-page-sections article > div { max-width: 850px; }
.artist-page-sections h3 { font: 400 34px Italiana,serif; margin: 0 0 15px; }
.artist-page-sections p { color: #615d55; line-height: 1.75; }
.artist-page-works { background: #fff; padding: 9vw 6vw; }
.quick-add { width: calc(100% - 36px); margin: 0 18px 20px; padding: 13px 15px; border: 1px solid #222; background: transparent; text-align: center; }
.quick-add:hover:not(:disabled) { background: #111; color: #fff; }
.quick-add:disabled { opacity: .55; }
main > .brother-profile { display: none; }
.artist-entry-list { display: grid; grid-template-columns: 1fr 1fr; }
.artist-entry-list article { min-height: 420px; padding: 55px 5vw; display: flex; flex-direction: column; align-items: flex-start; border-top: 1px solid var(--line); }
.artist-entry-list article + article { border-left: 1px solid var(--line); }
.artist-entry-list h3 { font: 400 clamp(48px,6vw,86px) Italiana,serif; margin: auto 0 10px; }
.artist-entry-list .artist-access { width: 100%; margin-top: 35px; text-align: left; }
.brother-profile { background: #ece8df; display: grid; grid-template-columns: 42% 58%; }
.brother-hero { min-height: 780px; padding: 9vw 6vw; background: #121311; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.brother-hero h2 { font: 400 clamp(70px,8vw,125px)/.9 Italiana,serif; margin: 25px 0; }
.brother-hero .artist-access { margin-top: 45px; border-color: #ffffff40; }
.artist-subnav { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 45px; }
.artist-subnav a,.artist-subnav button { color: #fff; background: none; border: 0; border-bottom: 1px solid #ffffff55; padding: 8px 0; text-decoration: none; margin: 0; width: auto; }
.brother-sections { padding: 7vw 6vw; }
.brother-sections article { display: grid; grid-template-columns: 55px 1fr; border-top: 1px solid var(--line); padding: 25px 0; }
.brother-sections span { color: #777; font-size: 11px; }
.brother-sections h3 { font: 400 30px Italiana,serif; margin: 0 0 12px; }
.brother-sections p { color: #666; line-height: 1.7; margin: 0; }
.artist-metrics { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 35px; border-top: 1px solid var(--line); }
.artist-metrics b { font: 400 38px Italiana,serif; padding: 20px 12px 0 0; }
.artist-metrics small { display: block; margin-top: 8px; font: 400 10px DM Sans,sans-serif; text-transform: uppercase; letter-spacing: .1em; color: #777; }
.profile-link { display: inline-block; margin-top: 22px; padding: 12px 0; color: inherit; background: none; border: 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.narrow { width: auto; align-self: flex-start; margin-top: 30px; }
.journal { padding: 9vw 8vw; display: grid; grid-template-columns: 28% 72%; background: #111; color: #eee; }
.journal h2 { max-width: 850px; margin-top: 0; }
.journal p:not(.eyebrow) { color: #aaa; max-width: 620px; line-height: 1.75; }
.journal button { margin-top: 25px; padding: 14px 0; color: #fff; background: none; border: 0; border-bottom: 1px solid #ffffff55; }
.faq { padding: 10vw 14vw; }
.faq-list { margin-top: 55px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 25px 0; font-size: 18px; display: flex; justify-content: space-between; }
.faq summary::-webkit-details-marker { display:none; }
.faq details p { max-width: 760px; line-height: 1.75; color: #666; padding-bottom: 25px; }
.faq details[open] summary span { transform: rotate(45deg); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.privacy-check input { width: auto; margin-top: 3px; }
.contact-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; max-width: 780px; margin: 0 auto 38px; }
.contact-links a { color: #fff; text-decoration: none; border-bottom: 1px solid #ffffff80; padding-bottom: 5px; }

/* Páginas permanentes de artistas para buscadores y enlaces directos */
.seo-artist-page { background: #efede7; }
.seo-header { min-height: 82px; padding: 18px 5vw; display: flex; justify-content: space-between; align-items: center; background: #10110f; color: #fff; }
.seo-header img { width: 210px; display: block; }
.seo-header nav { display: flex; gap: 25px; }
.seo-header a { color: inherit; text-decoration: none; }
.seo-artist-hero { min-height: 72vh; padding: 10vw 7vw 7vw; background: #111; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; }
.seo-artist-hero h1 { font: 400 clamp(75px,13vw,190px)/.85 Italiana,serif; margin: 25px 0; }
.seo-artist-hero > p:not(.eyebrow) { font: 400 clamp(24px,3vw,45px) Italiana,serif; max-width: 850px; }
.seo-artist-hero > a { align-self: flex-start; margin-top: 25px; padding: 14px 22px; color: #111; background: #fff; text-decoration: none; }
.seo-artist-about { display: grid; grid-template-columns: 32% 1fr; gap: 7vw; padding: 9vw 7vw; }
.seo-artist-about h2,.seo-works > h2 { font: 400 clamp(48px,6vw,86px)/1 Italiana,serif; margin: 18px 0; }
.seo-artist-about > div:last-child { max-width: 800px; font-size: 18px; line-height: 1.8; }
.seo-works { padding: 9vw 6vw; background: #fff; }
.seo-work-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 5vw 2vw; margin-top: 55px; }
.seo-work-grid article { position: relative; }
.seo-work-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; background: #ddd; }
.seo-work-grid h3,.seo-text-work-grid h3 { font: 400 25px Italiana,serif; margin: 15px 0 5px; }
.seo-work-grid p,.seo-text-work-grid p { color: #666; font-size: 13px; }
.seo-work-grid article > span { position: absolute; top: 15px; right: 15px; padding: 8px 11px; background: #b32121; color: #fff; font-size: 11px; letter-spacing: .15em; }
.seo-text-work-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 55px 0; border-top: 1px solid var(--line); }
.seo-text-work-grid article { min-height: 230px; padding: 35px; border-bottom: 1px solid var(--line); }
.seo-text-work-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.seo-contact { display: inline-block; margin-top: 45px; padding: 16px 25px; background: #111; color: #fff; text-decoration: none; }
.seo-footer { padding: 55px 6vw; background: #111; color: #fff; display: flex; justify-content: space-between; }
.seo-footer a { color: #fff; font: 400 25px Italiana,serif; }

@media (max-width: 800px) {
  .header { grid-template-columns: 1fr auto auto auto; }
  .brand-image { width: 150px; }
  .language-picker { margin-right: 0; }
  .language-picker select { max-width: 72px; }
  .hero-art > img { object-position: center top; }
  .artist-statement { margin-left: 15%; margin-right: 5%; }
  .pathways { grid-template-columns: 1fr; }
  .pathway { min-height: 390px; padding: 70px 8vw; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:nth-child(2n) { border-right: 0; }
  .news-grid,.audiences,.artist-services,.trust,.exhibitions,.exhibition-service-grid,.exhibition-feature,.brother-profile,.journal,.open-call-intro,.participation-grid,.artist-page-about { grid-template-columns: 1fr; }
  .provisional-note { grid-column: auto; }
  .call-dates { grid-template-columns: 1fr; }
  .call-dates > div + div { border-left: 0; border-top: 1px solid #aaa194; padding-left: 0; }
  .artist-entry-list { grid-template-columns: 1fr; }
  .artist-entry-list article + article { border-left: 0; }
  .news-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .exhibition-service-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .artist-services { gap: 60px; padding: 90px 8vw; }
  .audience-card { min-height: auto; padding: 90px 8vw; }
  .trust { padding: 90px 7vw; }
  .exhibition-visual { height: 520px; }
  .exhibition-video,.exhibition-video video { min-height: 520px; }
  .brother-hero { min-height: 620px; }
  .exhibitions > div:last-child { padding: 80px 8vw; }
  .faq { padding: 90px 7vw; }
  .journal { padding: 90px 8vw; gap: 35px; }
  .seo-header nav { display: none; }
  .seo-artist-about { grid-template-columns: 1fr; }
  .seo-work-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .brand-image { width: 128px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 280px; }
  .seo-work-grid,.seo-text-work-grid { grid-template-columns: 1fr; }
  .seo-text-work-grid article:nth-child(odd) { border-right: 0; }
  .seo-footer { flex-direction: column; }
}
